:root {
  --aw-accent: #005392;
  --aw-accent-a: #004275;
  --aw-second: #f7b700;
  --aw-second-a: #f7b700;
  --aw-third: #EDF7F6;
  --aw-third-a: #F0F5F4;
  --aw-fourth: #4DAA57;
  --aw-fourth-a: #6B956F;
  --aw-fifth: #0F0F0F;
  --aw-fifth-a: #0F0F0E;
  --aw-white: #fff;
  --aw-heading-color: var(--aw-accent);
  --aw-textcolor: rgba(0, 0, 0, .5);
  --aw-footercolor: var(--aw-accent);
  --aw-fontsize: 1rem;
  --aw-lineheight: 1.2;
  --aw-userfont: "Montserrat", sans-serif;
  --aw-border-radius: 0;
  --aw-form-border-radius: 5px;
  --aw-grid-gutter: 20px;
  --aw-breadcrumb-font-size: 14px;
  --container-width: 1170px;
}

:root {
  --bs-heading-color: var(--aw-heading-color);
  --bs-body-color: var(--aw-textcolor);
  --bs-breadcrumb-font-size: var(--aw-breadcrumb-font-size);
  scroll-behavior: smooth;
}

body {
  position: relative;
  min-height: 100vh;
  font-family: var(--aw-userfont);
  line-height: var(--aw-lineheight);
  font-weight: 500;
}

p {
  font-weight: 400;
  line-height: 1.5;
}

.aw-btn-feedback {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--aw-accent-a);
  --bs-btn-border-color: var(--aw-accent-a);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--aw-accent-a);
  --bs-btn-hover-border-color: var(--aw-accent-a);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--aw-accent);
  --bs-btn-active-border-color: var(--aw-accent);
  box-shadow: 0 3px 15px var(--aw-accent-a);
}

/**
* Back to Top
*/
.back-to-top-link {
  position: fixed;
  inset-inline-end: 1rem;
  bottom: 1rem;
  z-index: 10000;
  padding: calc(var(--aw-grid-gutter) * 0.5);
  color: var(--aw-accent, #008000);
  pointer-events: all;
  background-color: var(--aw-white, #fff);
  border: 1px solid var(--aw-accent, #008000);
  border-radius: var(--aw-border-radius);
  opacity: 0;
  transition: opacity 200ms ease-in;
}

.back-to-top-link.visible {
  opacity: 1;
}

.back-to-top-link:hover,
.back-to-top-link:focus {
  color: var(--aw-white, #fff);
  background-color: var(--aw-accent-hover);
  border-color: var(--aw-white, #fff);
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 38px 0;
  color: var(--aw-white);
}

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

.header__logo {
  display: flex;
  align-items: center;
  font-size: max(min(21px, 1.8vw), 17px);
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.2;
}

.header__logo-img {
  margin-right: 12px;
}

.header__logo-img img {
  height: auto;
  width: 59px;
}

.header__address {
  font-size: max(min(25px, 2.1vw), 18px);
  font-weight: 700;
  padding: 0 15px;
}

.header__phone {
  margin-bottom: 5px;
  line-height: 1;
  display: flex;
  flex-direction: column;
}

.header__phone a {
  font-size: max(min(18px, 2.1vw), 15px);
  color: var(--aw-white);
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  margin-bottom: 5px;
}

.header__phone a:hover,
.header__phone a:active,
.header__phone a:focus {
  color: var(--aw-second);
}

.header__modal .btn-feedback {
  color: var(--aw-second);
  padding: 0;
  margin: 0;
  line-height: 1;
}

.header__modal .btn-feedback:hover,
.header__modal .btn-feedback:active,
.header__modal .btn-feedback:focus {
  text-decoration: none;
}

.main-banner {
  padding: 212px 0 80px;
  background: #030b18 -webkit-image-set(url("/images/theme/fon.webp") type("image/webp"), url("/images/theme/fon.jpg") type("image/jpeg")) no-repeat center/cover;
  background: #030b18 image-set(url("/images/theme/fon.webp") type("image/webp"), url("/images/theme/fon.jpg") type("image/jpeg")) no-repeat center/cover;
  color: var(--aw-white);
  overflow: hidden;
}

.main-banner__title {
  font-size: max(min(55px, 5vw), 26px);
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  max-width: 945px;
  margin: 0 auto max(min(30px, 3vw), 20px);
  color: inherit;
}

.main-banner__text {
  text-align: center;
  max-width: 935px;
  font-size: max(min(25px, 2vw), 18px);
  margin: 0 auto max(min(65px, 6vw), 30px);
  font-weight: 500;
  line-height: 1.2;
}

.main-banner__form {
  background: rgba(0, 13, 64, 0.88);
  /* min-height: 404px; */
  font-size: 18px;
  padding: 35px 55px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 20px;
}

.main-banner__form form>h2 {
  font-size: max(min(23px, 2vw), 18px);
  color: #f7b700;
  text-align: center;
  margin-bottom: max(min(38px, 3.5vw), 20px);
}

.main-banner__form .formContainer#rsform_7_page_0 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px max(min(45px, 4vw), 20px);
}

.main-banner__form .formContainer .rsform-block {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}

.main-banner__form .formContainer .rsform-block .col-form-label {
  padding: 0;
  margin: 0 0 10px;
  font-size: max(min(17px, 1.5vw), 15px);
}

.main-banner__form .formContainer .rsform-block select {
  border-radius: 5px;
  min-height: 60px;
  font-size: 17px;
  color: #1a1f6f;
  text-transform: uppercase;
  font-weight: 500;
  padding: 18px 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #fff url("/images/icons/select.png") no-repeat center right 20px;
}

.main-banner__form .formContainer .rsform-block select option {
  font-size: 16px;
  margin: 5px 0;
  cursor: pointer;
  padding: 3px 20px;
  transition: 0.3s;
  text-transform: none;
}

.main-banner__form .formContainer .rsform-block select option:hover {
  background: #eee;
}

.main-banner__form .formContainer .rsfp-skinHtml5 .irs-line {
  height: 6px;
  border-radius: 2px;
  background: #615f95;
  border: 1px solid #615f95;
}

.main-banner__form .formContainer .rsfp-skinHtml5 .irs-bar,
.main-banner__form .formContainer .rsfp-skinHtml5 .irs-bar-edge {
  height: 6px;
  border-radius: 2px;
}

.main-banner__form .formContainer .rsfp-skinHtml5 .irs-bar {
  border-top: 1px solid var(--aw-second);
  border-bottom: 1px solid var(--aw-second);
  background: var(--aw-second);
}

.main-banner__form .formContainer .rsfp-skinHtml5 .irs-bar-edge {
  border: 1px solid var(--aw-second);
  background: var(--aw-second);
}

.main-banner__form .formContainer .rsfp-skinHtml5 .irs-slider {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: var(--aw-second);
  border: none;
}

.main-banner__form .formContainer .rsfp-skinHtml5 .irs-from,
.main-banner__form .formContainer .rsfp-skinHtml5 .irs-single,
.main-banner__form .formContainer .rsfp-skinHtml5 .irs-to {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  background: transparent;
  padding: 0;
}

.main-banner__form .formContainer .rsfp-skinHtml5 .irs-max,
.main-banner__form .formContainer .rsfp-skinHtml5 .irs-min {
  font-size: 14px;
  color: #5a588e;
  font-weight: 400;
  background: transparent;
}

.main-banner__form .rsform-block-aim-vizit .formControls {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}

.main-banner__form .rsform-block-aim-vizit .formControls .form-check-inline {
  margin: 0;
  min-height: 0;
}

.main-banner__form .rsform-block-aim-vizit .formControls .form-check-input {
  background: transparent;
  width: 22px;
  height: 22px;
  border: 1px solid #fff;
  cursor: pointer;
}

.main-banner__form .rsform-block-aim-vizit .formControls .form-check-input:focus {
  box-shadow: none;
}

.main-banner__form .rsform-block-aim-vizit .formControls .form-check-input:checked {
  background: url("/images/icons/Ellipse 1 copy 4.png") no-repeat center;
}

.main-banner__form .rsform-block-aim-vizit .form-check {
  display: flex;
  align-items: center;
}

.main-banner__form .rsform-block-aim-vizit .form-check label {
  font-size: 16px;
  padding-left: 10px;
  cursor: pointer;
}

.main-banner__form .btn-secondary {
  min-height: 64px;
  font-size: max(min(17px, 1.5vw), 15px);
  font-weight: 700;
  text-transform: uppercase;
}

.main-banner__form #pagebreakNext {
  position: relative;
}

.main-banner__form #pagebreakNext::after {
  content: "";
  display: block;
  width: 6px;
  height: 11px;
  margin-left: max(min(40px, 4vw), 15px);
  background: url("/images/icons/more-icon.png") no-repeat center;
}

.main-banner__form #sendPrev {
  display: none;
}

.main-banner__form #rsform_7_page_1 {
  max-width: 438px;
  margin: 0 auto;
}

.main-banner__form #rsform_7_page_1 .rsform-block-choise-send-info {
  margin-bottom: 15px;
}

.main-banner__form #rsform_7_page_1 .rsform-block-choise-send-info .col-form-label {
  text-align: center;
}

.main-banner__form #rsform_7_page_1 .rsform-block-choise-send-info .formControls {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}

.main-banner__form #rsform_7_page_1 .rsform-block-choise-send-info .form-check {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.main-banner__form #rsform_7_page_1 .rsform-block-choise-send-info .form-check-label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  background-color: var(--aw-second);
  transition: 0.3s;
  border-radius: 3px;
  font-size: 16px;
  padding: 10px 15px;
  line-height: 1.3;
  cursor: pointer;
}

.main-banner__form #rsform_7_page_1 .rsform-block-choise-send-info .form-check-label i {
  margin-left: 12px;
}

.main-banner__form #rsform_7_page_1 .rsform-block-choise-send-info .form-check-input {
  display: none;
}

.main-banner__form #rsform_7_page_1 .rsform-block-choise-send-info .form-check-input:checked+.form-check-label {
  box-shadow: 0 0 30px #f7b700;
  color: #1a1f71;
}

.main-banner__form #rsform_7_page_1 .rsform-block-name,
.main-banner__form #rsform_7_page_1 .rsform-block-phone {
  align-items: center;
  flex-direction: row;
  margin-bottom: 15px;
}

.main-banner__form #rsform_7_page_1 .rsform-block-name .col-form-label,
.main-banner__form #rsform_7_page_1 .rsform-block-phone .col-form-label {
  display: block;
  min-width: 107px;
  font-size: 14px;
  color: #929fb1;
  margin: 0 17px 0 0;
}

.main-banner__form #rsform_7_page_1 .rsform-block-name .formControls,
.main-banner__form #rsform_7_page_1 .rsform-block-phone .formControls {
  width: 100%;
}

.main-banner__form #rsform_7_page_1 .rsform-block-name input,
.main-banner__form #rsform_7_page_1 .rsform-block-phone input {
  width: 100%;
  display: block;
  flex: 1;
  width: 100%;
  box-sizing: border-box;
  min-height: 40px;
  padding: 10px 18px;
  border-radius: 5px;
  border: 0;
  font-size: 18px;
  color: #1a1f6f;
}

.main-banner__form #send {
  width: 100%;
  margin-bottom: 10px;
}

.main-banner__form .btn-whatsapp {
  min-height: 64px;
  font-size: max(min(17px, 1.5vw), 15px);
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border: none;
  width: 100%;
  background: #1d9e05;
}

.main-banner__form .btn-whatsapp:hover,
.main-banner__form .btn-whatsapp:active,
.main-banner__form .btn-whatsapp:focus {
  box-shadow: 0 0 50px rgba(28, 158, 5, 0.5);
}

.main-banner__form .btn-whatsapp i {
  margin-right: 8px;
}

.main-banner__form .formRed {
  text-align: center;
}

.main-banner .politic {
  font-size: 12px;
  margin: 0;
}

.main-banner__advantages {
  display: flex;
  justify-content: space-between;
  margin: 45px -15px 0;
}

.main-banner__item {
  display: flex;
  flex-direction: column;
  margin: 0 5px 20px;
  font-size: max(min(20px, 2vw), 12px);
  font-weight: 700;
  text-align: center;
}

.main-banner__item img {
  max-width: 97px;
  height: auto;
  margin-bottom: 21px;
}

.slider-countrys {
  position: relative;
}

.slider-countrys .slider-countrys__item-title {
  position: absolute;
  bottom: 56px;
  left: 0;
  text-align: center;
  width: 100%;
  padding: 15px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  font-size: max(min(24px, 2.5vw), 21px);
}

.slider-countrys .splide__pagination {
  bottom: 24px;
}

.slider-countrys .splide__pagination .splide__pagination__page {
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  background-color: #fff;
  border-radius: 0;
  transform: none;
  opacity: 0.5;
  transition: 0.23s ease;
}

.slider-countrys .splide__pagination .splide__pagination__page:hover {
  opacity: 1;
  transition: 0.23s ease;
}

.slider-countrys .splide__pagination .splide__pagination__page.is-active {
  opacity: 1;
}

.bottom-form {
  max-width: 450px;
}

.bottom-form .form-label {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
}

.bottom-form .form-control {
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.bottom-form .politic {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.footer {
  background-color: var(--aw-accent);
  color: rgba(255, 255, 255, 0.7);
}

.footer-info {
  padding: max(min(70px, 8vw), 35px);
}

.footer-info__title {
  font-size: max(min(24px, 2.4vw), 21px);
  color: inherit;
  font-weight: 400;
  margin-bottom: 15px;
}

.footer-info__phone-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 15px;
}

.footer-info__phone {
  display: block;
  text-decoration: none;
  font-size: max(min(21px, 2vw), 18px);
  line-height: 1;
  color: inherit;
}

.footer-info__email {
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 1;
  color: inherit;
  text-decoration: none;
}

.footer-info__politic {
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
}

.footer-info__services {
  line-height: 1.8;
}

.footer-info__social {
  display: inline-grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

.footer-info__social .icon-md {
  font-size: 42px;
}

.footer-info a:hover,
.footer-info a:active,
.footer-info a:focus {
  color: #fff;
}

.mod-aw-copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.mod-aw-copyright .text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.mod-aw-copyright .image svg * {
  transition: fill 0.2s;
}

.mod-aw-copyright:not(:hover) .image svg * {
  fill: currentColor;
}

.mod-aw-copyright:hover .image svg #Wblack,
.mod-aw-copyright:hover .image svg #art-web {
  fill: #fff;
}

.mod-footer-contacts {
  padding: 20px;
}

.mod-footer-contacts * {
  color: var(--aw-white);
}

.mod-footer-contacts__contacts {
  margin-bottom: 20px;
}

.mod-footer-map .mod-footer-map,
.mod-footer-map .ymaps-2-1-79-map {
  width: auto !important;
}

.footer-contacts a {
  font-size: 20px;
  text-decoration: none;
}

.footer-contacts a:hover {
  text-decoration: underline;
}

.footer-author {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 12px;
  padding-bottom: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.footer-author .row {
  align-items: center;
}

.footer-author * {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.footer-author a {
  text-decoration: none;
}

.footer-author a:hover {
  color: var(--aw-white);
}

.form-control {
  background-clip: border-box;
  border-color: var(--aw-white);
  background-color: var(--aw-white);
  color: #000;
}

:root .rsform-simple-js-modal {
  background-color: rgba(255, 255, 255, 0.3);
}

.rsform-block-agree {
  font-size: 0.75rem;
}

.rsform-block-agree a {
  color: inherit;
}

.rsform-simple-js-modal-content {
  width: 80%;
  max-width: 400px;
  height: auto;
  background: rgba(0, 13, 64, 0.88);
  --bs-heading-color: var(--aw-white);
  border-radius: var(--aw-form-border-radius);
  color: var(--aw-white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 20px;
}

.rsform-simple-js-modal-close-button {
  background: none;
  font-size: 40px;
  color: var(--aw-white);
  opacity: 0.7;
}

.rsform-simple-js-modal-close-button:hover {
  background: none;
  opacity: 1;
}

:root {
  --aw-menu-height: 42px;
  --aw-row-gap: 20px;
  --aw-submenu-padding: 12px 20px;
  --aw-up-font-size: 14px;
  --aw-up-font-weight: bold;
  --aw-up-bg: transparent;
  --aw-up-bg-hover: var(--aw-accent-a);
  --aw-first-submenu-bg: var(--aw-accent);
  --aw-first-submenu-bg-hover: var(--aw-accent-a);
  --aw-higher-submenu-bg: var(--aw-accent);
  --aw-up-color: #fff;
  --aw-submenu-color: #fff;
}

.dj-megamenu-override {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
  height: auto;
  position: relative;
  z-index: 500;
  font-family: Arial, Helvetica, sans-serif;
  width: auto;
  background: var(--aw-up-bg);
}

.dj-megamenu-override:after {
  content: "";
  clear: both;
  display: table;
}

.dj-megamenu-override li.dj-up {
  position: relative;
  display: block;
  float: left;
  padding: 0 !important;
  margin: 0 !important;
}

.dj-megamenu-override li a.dj-up_a {
  display: block;
  float: left;
  height: var(--aw-menu-height);
  font-size: var(--aw-up-font-size);
  font-weight: var(--aw-up-font-weight);
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 var(--aw-row-gap);
  cursor: pointer;
  background: transparent;
  color: var(--aw-up-color);
  transition: all 0.2s ease-out;
}

.dj-megamenu-override li.first a.dj-up_a {
  border-left: 0;
}

.dj-megamenu-override li:last-child a.dj-up_a {
  border-right: 0;
}

.dj-megamenu-override li a.dj-up_a>span {
  float: left;
  display: block;
  padding: 0;
  height: var(--aw-menu-height);
  line-height: var(--aw-menu-height);
  background: transparent;
}

.dj-megamenu-override li a.dj-up_a span.html-before,
.dj-megamenu-override li a.dj-up_a span.html-after {
  display: flex;
  align-items: center;
}

.dj-megamenu-override li a.dj-up_a span.html-before {
  margin-right: 10px;
}

.dj-megamenu-override li a.dj-up_a span.html-after {
  margin-left: 10px;
}

.dj-megamenu-override li a.dj-up_a.withsubtitle>span {
  line-height: 48px;
}

.dj-megamenu-override li a.dj-up_a span.dj-drop {
  padding: 0 20px 0 0;
}

.dj-megamenu-override li a.dj-up_a .arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  line-height: 1;
  transition: all 0.2s ease-out;
}

.dj-megamenu-override li:hover a.dj-up_a .arrow,
.dj-megamenu-override li.hover a.dj-up_a .arrow,
.dj-megamenu-override li.active a.dj-up_a .arrow {
  top: calc(50% + 2px);
}

.dj-megamenu-override.dj-fa-no li a.dj-up_a .arrow:before {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: relative;
  top: -2px;
}

.dj-megamenu-override.dj-fa-0 li a.dj-up_a .arrow:before,
.dj-megamenu-override.dj-fa-1 li a.dj-up_a .arrow:before,
.dj-megamenu-override.dj-fa-5 li a.dj-up_a .arrow:before {
  content: "\f107";
  display: inline-block;
  font: normal normal normal 12px/1 "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dj-megamenu-override.dj-fa-5 li a.dj-up_a .arrow:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.dj-megamenu-override li a.dj-up_a small.subtitle {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  color: #999999;
  margin-top: -12px;
}

.dj-megamenu-override li:hover a.dj-up_a,
.dj-megamenu-override li.hover a.dj-up_a,
.dj-megamenu-override li.active a.dj-up_a {
  color: #fff;
  border-left-color: #46a5df;
  background: var(--aw-up-bg-hover);
}

.dj-megamenu-override li:hover a.dj-up_a small.subtitle,
.dj-megamenu-override li.hover a.dj-up_a small.subtitle,
.dj-megamenu-override li.active a.dj-up_a small.subtitle {
  color: #a4c4f5;
}

.dj-megamenu-override li.separator>a {
  cursor: default;
}

.dj-megamenu-override li a.dj-up_a span span.image-title {
  background: none;
  padding: 0;
  margin: 0 0 0 15px;
  display: inline-block;
  float: none;
  height: auto;
}

.dj-megamenu-override li a.dj-up_a img {
  border: 0;
  margin: 0;
  max-height: 32px;
  vertical-align: middle;
}

.dj-megamenu-override li.logo a.dj-up_a img {
  max-height: var(--aw-menu-height);
}

.dj-megamenu-override li a.dj-up_a.withsubtitle img {
  margin-top: -24px;
}

/* Default list styling */
.dj-megamenu-override li:hover,
.dj-megamenu-override li.hover {
  position: relative;
  z-index: 200;
}

/* Hide submenus */
.dj-megamenu-override li div.dj-subwrap,
.dj-megamenu-override li:hover div.dj-subwrap li div.dj-subwrap,
.dj-megamenu-override li.hover div.dj-subwrap li div.dj-subwrap {
  position: absolute;
  left: -9999px;
  top: -9999px;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Show first level submenu */
.dj-megamenu-override li div.dj-subwrap .dj-subwrap-in:after {
  content: "";
  display: table;
  clear: both;
}

.dj-megamenu-override li:hover div.dj-subwrap,
.dj-megamenu-override li.hover div.dj-subwrap {
  left: 0;
  top: 100%;
  background: var(--aw-first-submenu-bg);
  height: auto;
  z-index: 300;
}

/* Show higher level submenus */
.dj-megamenu-override li:hover div.dj-subwrap li:hover>div.dj-subwrap,
.dj-megamenu-override li.hover div.dj-subwrap li.hover>div.dj-subwrap {
  left: 100%;
  top: 0;
  margin: 0 0 0 10px;
  background: var(--aw-higher-submenu-bg);
  height: auto;
  z-index: 400;
}

/* Submenu elements styles - drop down */
.dj-megamenu-override li div.dj-subcol {
  float: left;
}

.dj-megamenu-override li ul.dj-submenu {
  padding: 0px;
  margin: 0 10px;
  height: auto;
  width: auto;
}

.dj-megamenu-override li ul.dj-submenu>li {
  list-style: none outside;
  display: block;
  height: auto;
  position: relative;
  width: auto;
}

.dj-megamenu-override li ul.dj-submenu>li.first {
  border: 0;
}

.dj-megamenu-override li ul.dj-submenu>li>a {
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: 16px;
  color: var(--aw-submenu-color);
  background: transparent;
  text-decoration: none;
  padding: var(--aw-submenu-padding);
  margin: 0 -10px;
  transition: all 0.2s ease-out;
  position: relative;
}

.dj-megamenu-override li ul.dj-submenu>li>a .dj-icon {
  float: left;
  border: 0;
  margin: 0 15px 8px 0;
  vertical-align: middle;
  max-height: 16px;
}

.dj-megamenu-override li ul.dj-submenu>li>a small.subtitle {
  color: #666;
  display: block;
  font-size: 10px;
  line-height: 1;
}

.dj-megamenu-override li ul.dj-submenu>li>a:hover,
.dj-megamenu-override li ul.dj-submenu>li>a.active,
.dj-megamenu-override li ul.dj-submenu>li.hover:not(.subtree)>a {
  background: var(--aw-first-submenu-bg-hover);
  color: #fff;
}

.dj-megamenu-override li ul.dj-submenu>li>a:hover small.subtitle,
.dj-megamenu-override li ul.dj-submenu>li>a.active small.subtitle,
.dj-megamenu-override li ul.dj-submenu>li.hover:not(.subtree)>a small.subtitle {
  color: #a4c4f5;
}

.dj-megamenu-override li ul.dj-submenu>li.parent>a .arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  line-height: 1;
  transition: all 0.2s ease-out;
}

.dj-megamenu-override li ul.dj-submenu>li.parent:not(.subtree)>a:hover .arrow {
  right: 8px;
}

.dj-megamenu-override.dj-fa-no li ul.dj-submenu>li.parent>a .arrow:before {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: relative;
  top: -2px;
}

.dj-megamenu-override.dj-fa-1 li ul.dj-submenu>li.parent>a .arrow:before,
.dj-megamenu-override.dj-fa-5 li ul.dj-submenu>li.parent>a .arrow:before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 12px/1 "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dj-megamenu-override.dj-fa-5 li ul.dj-submenu>li.parent>a .arrow:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* Submenu elements styles - tree */
.dj-megamenu-override li ul.dj-subtree {
  list-style: none outside;
  padding: 0 !important;
  margin: 5px 0 5px 25px !important;
}

.dj-megamenu-override li ul.dj-subtree>li {
  list-style: square outside;
  padding: 0;
  margin: 0;
  color: #666;
}

.dj-megamenu-override li ul.dj-subtree>li>a {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 13px;
  color: var(--aw-submenu-color);
  text-decoration: none;
  padding: 5px 0;
}

.dj-megamenu-override li ul.dj-subtree>li>a:hover {
  background: transparent;
  color: #fff;
}

.dj-megamenu-override li ul.dj-subtree>li.active>a {
  text-decoration: underline;
}

.dj-megamenu-override li ul.dj-subtree>li>a small.subtitle {
  color: #666;
  display: block;
  font-size: 0.9em;
  line-height: 1;
}

/* modules loaded into menu */
.dj-megamenu-override .modules-wrap {
  padding: 0px 10px;
  color: #d2d2d2;
}

.dj-megamenu-override .modules-wrap p {
  display: block !important;
  padding: 0 !important;
}

/* sticky menu */
.dj-megamenu-override.dj-megamenu-fixed {
  position: fixed;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.dj-megamenu-override.dj-megamenu-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.dj-megamenu-override .dj-stickylogo {
  position: absolute;
  z-index: 550;
}

.dj-megamenu-override .dj-stickylogo img {
  max-height: 100%;
  width: auto;
}

.dj-megamenu-override .dj-stickylogo.dj-align-center {
  position: static;
  text-align: center;
  margin: 10px 0;
}

.dj-megamenu-override .dj-stickylogo.dj-align-left {
  left: 20px;
  max-height: 50px;
  margin: 5px 0;
}

.dj-megamenu-override .dj-stickylogo.dj-align-right {
  right: 20px;
  max-height: 50px;
  margin: 5px 0;
}

/* full width submenu */
.dj-megamenu-override li.dj-up.fullsub {
  position: static !important;
}

.dj-megamenu-override li.dj-up.fullsub a.dj-up_a {
  position: relative;
}

.dj-megamenu-override li.dj-up.fullwidth>.dj-subwrap {
  width: 100vw;
}

.dj-megamenu-override li.dj-up.fullwidth>.dj-subwrap>.dj-subwrap-in {
  padding: 30px;
  box-sizing: border-box;
}

.dj-megamenu-override .djsubrow_separator {
  clear: both;
  border-bottom: 1px solid #3a3a3a;
  padding: 0 0 20px;
  margin: 0 0 20px;
}

/* vertical menu orientation */
.dj-megamenu-override.verticalMenu {
  height: auto;
  max-width: 360px;
  z-index: 400;
}

.dj-megamenu-override.verticalMenu li.dj-up {
  float: none;
}

.dj-megamenu-override.verticalMenu li a.dj-up_a {
  float: none;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #000;
  border-top: 1px solid #555;
}

.dj-megamenu-override.verticalMenu li.first a.dj-up_a {
  border-top: 0;
}

.dj-megamenu-override.verticalMenu li:last-child a.dj-up_a {
  border-bottom: 0;
}

.dj-megamenu-override.verticalMenu li a.dj-up_a small.subtitle {
  margin-top: 0;
}

.dj-megamenu-override.verticalMenu li a.dj-up_a>span {
  display: flex;
  align-items: center;
}

.dj-megamenu-override.verticalMenu li a.dj-up_a span {
  float: none;
  height: auto;
  line-height: 20px;
}

.dj-megamenu-override.verticalMenu li a.dj-up_a span span.image-title {
  padding: 0 15px;
  margin: 0;
}

.dj-megamenu-override.verticalMenu li a.dj-up_a img,
.dj-megamenu-override.verticalMenu li ul.dj-submenu>li>a .dj-icon {
  max-height: 100%;
  max-width: 32px;
}

.dj-megamenu-override.dj-fa-no.verticalMenu li a.dj-up_a .arrow:before {
  transform: rotate(-45deg);
}

.dj-megamenu-override.dj-fa-0.verticalMenu li a.dj-up_a .arrow:before,
.dj-megamenu-override.dj-fa-1.verticalMenu li a.dj-up_a .arrow:before,
.dj-megamenu-override.dj-fa-5.verticalMenu li a.dj-up_a .arrow:before {
  content: "\f105";
}

.dj-megamenu-override.verticalMenu li:hover div.dj-subwrap,
.dj-megamenu-override.verticalMenu li.hover div.dj-subwrap,
.dj-megamenu-override.verticalMenu li:hover div.dj-subwrap.open-right,
.dj-megamenu-override.verticalMenu li.hover div.dj-subwrap.open-right {
  right: auto !important;
  left: 100% !important;
  top: 0;
}

.dj-megamenu-override.verticalMenu li:hover div.dj-subwrap.open-left,
.dj-megamenu-override.verticalMenu li.hover div.dj-subwrap.open-left {
  left: auto !important;
  right: 100% !important;
}

/*** overlay ***/
body.dj-megamenu-overlay {
  position: relative;
}

body.dj-megamenu-overlay ul.dj-megamenu {
  z-index: 1001;
  position: relative;
}

body.dj-megamenu-overlay .dj-megamenu-sticky {
  z-index: 1000;
}

body .dj-megamenu-overlay-box {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  pointer-events: none;
  display: none;
}

/* badge */
.dj-megamenu-override li a.dj-up_a span.dj-badge,
.dj-megamenu-override li ul>li>a span.dj-badge {
  float: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  height: auto;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  margin-left: 10px;
}

/* show focus on keyboard navigation only */
.dj-megamenu-override.dj-megamenu-wcag *:focus,
.dj-megamenu-override.dj-megamenu-wcag *:focus-visible {
  /* modern browsers */
  outline: 2px solid currentColor;
  outline-offset: -2px;
}

.dj-megamenu-override.dj-megamenu-wcag *:focus:not(:focus-visible) {
  /* remove visible focus for modern */
  outline: none;
}

/* animations */
.dj-megamenu-override .dj-subwrap {
  animation-duration: 400ms;
  animation-delay: 50ms;
  animation-fill-mode: both;
}

.dj-megamenu-override.fast .dj-subwrap {
  animation-duration: 200ms;
}

.dj-megamenu-override.slow .dj-subwrap {
  animation-duration: 600ms;
}

/* hide submenu */
.dj-megamenu-override li div.dj-subwrap,
.dj-megamenu-override li.hover div.dj-subwrap li div.dj-subwrap,
.dj-megamenu-override:not(.dj-megamenu-js) li:hover div.dj-subwrap li div.dj-subwrap {
  display: none;
}

/* show submenu */
.dj-megamenu-override li.hover div.dj-subwrap,
.dj-megamenu-override li.hover div.dj-subwrap li.hover>div.dj-subwrap,
.dj-megamenu-override:not(.dj-megamenu-js) li:hover div.dj-subwrap,
.dj-megamenu-override:not(.dj-megamenu-js) li:hover div.dj-subwrap li:hover>div.dj-subwrap {
  display: block;
}

.blog-items.masonry-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.blog-item img {
  max-width: 100%;
  height: auto;
}

.item-page img {
  max-width: 100%;
  height: auto;
}

.newsflash-image img {
  max-width: 100%;
  height: auto;
}

.mod-articlesnews-horizontal {
  grid-gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  display: grid;
}

.mod-articlesnews-vertical {
  padding-inline-start: 0;
  list-style: none;
}

.container-main {
  padding-top: 30px;
}

body.itemid-101 .container-main {
  padding-top: 0;
}

:root .container {
  width: 100%;
  max-width: calc(var(--container-width) + var(--bs-gutter-x));
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--aw-userfont);
  font-weight: 700;
}

h2 {
  font-size: max(min(34px, 3vw), 26px);
  margin: 0 0 15px;
}

.h2-style {
  font-weight: 600;
}

.h2-style strong {
  font-weight: 600;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  transition: 0.22s ease;
  text-decoration: none;
  outline: none;
  padding: 1em 2em;
}

.btn:hover,
.btn:active,
.btn:focus {
  outline: none;
  box-shadow: none;
  transition: 0.24s ease;
}

@keyframes sheens {

  0%,
  79% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: rotateZ(60deg) translate(-5em, 7.5em);
  }

  80% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotateZ(60deg) translate(-5em, 7.5em);
  }

  95% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotateZ(60deg) translate(1em, -11em);
  }

  to {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: rotateZ(60deg) translate(1em, -9em);
  }
}

.btn-secondary:first-child:active,
:not(.btn-check)+.btn.btn-secondary:active,
.btn-secondary {
  border: none;
  background: var(--aw-second);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.btn-secondary:first-child:active:hover,
.btn-secondary:first-child:active:active,
.btn-secondary:first-child:active:focus,
:not(.btn-check)+.btn.btn-secondary:active:hover,
:not(.btn-check)+.btn.btn-secondary:active:active,
:not(.btn-check)+.btn.btn-secondary:active:focus,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  background: var(--aw-second);
  box-shadow: 0 0 50px rgba(234, 180, 26, 0.5);
}

.btn-secondary:first-child:active:after,
:not(.btn-check)+.btn.btn-secondary:active:after,
.btn-secondary:after {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.7) 50%, rgba(229, 172, 142, 0));
  transform: rotateZ(60deg) translate(-5em, 7.5em);
  opacity: 0;
  filter: alpha(opacity=0);
  animation: sheens 3.5s infinite;
  z-index: 1;
}

.btn-lg {
  padding: 0.57rem 1.2rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 1.5rem;
}

:not(.btn-check)+.btn-medium-electric-blue,
.btn-medium-electric-blue {
  background: var(--aw-accent);
  color: #fff;
  border: none;
  position: relative;
  overflow: hidden;
}

:not(.btn-check)+.btn-medium-electric-blue:first-child:active,
:not(.btn-check)+.btn-medium-electric-blue:hover,
:not(.btn-check)+.btn-medium-electric-blue:active,
:not(.btn-check)+.btn-medium-electric-blue:focus,
.btn-medium-electric-blue:first-child:active,
.btn-medium-electric-blue:hover,
.btn-medium-electric-blue:active,
.btn-medium-electric-blue:focus {
  color: #fff;
  background-color: var(--aw-accent-a);
}

:not(.btn-check)+.btn-medium-electric-blue:after,
.btn-medium-electric-blue:after {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.7) 50%, rgba(229, 172, 142, 0));
  transform: rotateZ(60deg) translate(-5em, 7.5em);
  opacity: 0;
  filter: alpha(opacity=0);
  animation: sheens 3.5s infinite;
  z-index: 1;
}

.bloc {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.d-bloc {
  color: rgba(255, 255, 255, 0.7);
}

.bg-s1200 {
  background-image: url("/images/theme/s1200.jpeg");
}

.bloc-lg {
  padding-top: max(min(100px, 10vw), 35px);
  padding-bottom: max(min(100px, 10vw), 35px);
}

.bg-section-2-bg {
  background-image: url("/images/theme/section-2__bg.png");
  background-position: center top;
  background-repeat: repeat;
  background-size: auto;
}

.b-parallax {
  background-attachment: fixed;
}

.tc-onyx {
  color: #000B12;
}

.tc-onyx p,
.tc-onyx span,
.tc-onyx div {
  color: inherit;
}

.h3-style {
  font-weight: 600;
}

.h3-style strong {
  font-weight: 600;
}

.h4-style {
  font-weight: 500;
}

.tc-white,
.tc-white-2 {
  color: var(--aw-white);
}

.tc-black {
  color: rgba(0, 0, 0, 0.7);
}

.bgc-glitter {
  background-color: #E5F4F7;
}

.voffset {
  padding-top: 15px;
}

.d-bloc .card,
.l-bloc {
  color: rgba(0, 0, 0, 0.5);
}

.d-bloc .card h6,
.l-bloc h6 {
  color: inherit !important;
  font-weight: 500;
}

.splide__slide img {
  max-width: 100%;
  height: auto;
}

.fs-60 {
  font-size: max(min(60px, 4.5vw), 32px);
}

.icon-white-2 {
  color: #fff;
  border-color: #fff;
}

.rsform-thankyou-button {
  display: block;
  width: 100%;
  margin-top: 35px;
}
.rsform-block-grajdanstvo .form-check-inline{
      line-height: 1.5;
}
/* adaptive */
@media (min-width: 768px) {
  .main-banner__form .formContainer .rsform-block-country {
    order: 1;
  }

  .main-banner__form .formContainer .rsform-block-period-via {
    order: 3;
  }

  .main-banner__form .formContainer .rsform-block-aim-vizit {
    order: 2;
  }

  .main-banner__form .formContainer .rsform-block-pagebreak {
    order: 4;
  }
}

@media (min-width: 992px) {
  :root .text-lg-right {
    text-align: right !important;
  }

  :root .text-lg-left {
    text-align: left !important;
  }
}

@media (max-width: 991px) {
  .footer-info__phone-wrapper {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .header {
    padding: 12px 0;
  }

  .header__address {
    display: none;
  }

  .main-banner {
    padding: 100px 0 60px;
  }

  .main-banner__form .formContainer#rsform_7_page_0 {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .main-banner__form .formContainer .rsform-block select {
    min-height: 0;
    padding: 14px 15px;
  }

  .footer-info__col {
    margin-bottom: 30px;
    text-align: center;
  }

  .slider-countrys .splide__pagination .splide__pagination__page {
    width: 22px;
    margin-right: 2px;
    margin-left: 2px;
  }
}

@media (max-width: 575px) {
  .main-banner__form #rsform_7_page_1 .rsform-block-choise-send-info .form-check-label {
    width: 100%;
  }

  .main-banner__form #rsform_7_page_1 .rsform-block-choise-send-info .formControls {
    grid-template-columns: 1fr 1fr;
  }

  .main-banner__form #rsform_7_page_1 .rsform-block-choise-send-info .form-check:nth-child(3) {
    grid-column: span 2;
  }

  .bottom-form {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .main-banner__form {
    padding: 30px 25px;
  }

  .main-banner__form #rsform_7_page_1 .rsform-block-name .col-form-label,
  .main-banner__form #rsform_7_page_1 .rsform-block-phone .col-form-label {
    margin-bottom: 5px;
  }

  .main-banner__form #rsform_7_page_1 .rsform-block-name,
  .main-banner__form #rsform_7_page_1 .rsform-block-phone {
    flex-direction: column;
    align-items: flex-start;
  }

  .main-banner__item img {
    max-width: 45px;
  }

  .main-banner__form .btn-secondary {
    min-height: 50px;
  }

  .main-banner__form #rsform_7_page_1 .rsform-block-choise-send-info .formControls {
    grid-template-columns: 1fr;
  }

  .main-banner__form #rsform_7_page_1 .rsform-block-choise-send-info .form-check:nth-child(3) {
    grid-column: initial;
  }

  .footer-info__email {
    font-size: 13px;
  }
}

@media (max-width: 420px) {
  .header__logo {
    font-size: 14px;
    padding-right: 5px;
  }

  .header__logo-img {
    margin-right: 8px;
  }

  .header__logo-img img {
    height: auto;
    width: 48px;
  }

  .header__phone a {
    font-size: 16px;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
}