/*! Developer 	  : ______________ ; 
	Team 		  : TacticLead.com ;
	Teamlead & PM : Sergey Gamal / @sergeygamal; */
@font-face {
  font-family: "TT Commons";
  src: url("../fonts/TTCommons-Medium.woff2") format("woff2"), url("../fonts/TTCommons-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GillSansC";
  src: url("../fonts/GillSansC.woff2") format("woff2"), url("../fonts/GillSansC.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Commons";
  src: url("../fonts/TTCommons-DemiBold.woff2") format("woff2"), url("../fonts/TTCommons-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Commons";
  src: url("../fonts/TTCommons-Regular.woff2") format("woff2"), url("../fonts/TTCommons-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
svg {
  flex-shrink: 0;
  display: block;
  width: 0;
  height: 0;
  transition: 0.3s all;
}

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

body, html {
  background: #ffffff;
  color: #000000;
  font-family: "TT Commons", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 16px;
}
body.active {
  height: 100vh;
  overflow-y: hidden;
}

.section-title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 30px;
  }
}

h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
}

h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6;
}

h4 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  transition: 0.3s all;
}

ul {
  list-style: none;
}
ul li {
  position: relative;
}
ul li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

ol {
  margin: 0;
  padding-left: 22px;
}
ol li {
  margin-bottom: 24px;
  line-height: 1.68;
}
ol li:last-child {
  margin-bottom: 0;
}

p {
  line-height: 1.8;
}

input,
textarea {
  display: inline-block;
  width: 100%;
  height: 54px;
  padding: 0 22px;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 7px;
  color: #151b20;
  font-family: "TT Commons", sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  outline: none;
  transition: all linear 0.1s;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
input::placeholder,
textarea::placeholder {
  color: #000000;
  opacity: 1;
}
input:focus,
textarea:focus {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

input:focus {
  background-color: #ffffff;
}

input,
textarea,
select,
input:active,
textarea:active {
  outline: none transparent !important;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -moz-outline: none !important;
  font-family: "TT Commons", sans-serif;
}

textarea {
  overflow: auto;
  min-height: 150px;
  padding: 20px;
}

input[type=submit],
button[type=submit],
input[type=reset],
button[type=reset],
input[type=radio],
input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

a:active, a:focus, div:active, div:focus, button:active, button:focus {
  outline: 0 !important;
  outline-color: transparent !important;
  outline-width: 0 !important;
  outline-style: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: "TT Commons", sans-serif;
}

.inner {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
}

.wrapper {
  box-sizing: border-box;
  min-height: 100%;
}

.content {
  width: 100%;
  max-width: 1222px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 5;
}
.content.no-padding {
  max-width: 100%;
  padding: 0;
}

.img {
  display: flex;
  overflow: hidden;
  position: relative;
}
.img img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

img {
  display: block;
  width: 100%;
}

.page-link {
  display: block;
  padding: 15px 30px;
  font-size: 18px;
}

.button {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 55px;
  text-align: center;
  text-decoration: none;
  font-family: "TT Commons", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border: 0px;
  border-radius: 16px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  transition: all linear 0.3s;
}
.button-orange {
  background-color: #F67F03;
  color: #ffffff;
}
.button-gray {
  background-color: #F7F7F7;
}
.button-blue {
  background-color: #167FFC;
  color: #ffffff;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  z-index: 100 !important;
  top: 50% !important;
  transform: translateY(-50%);
  width: 55px !important;
  height: 55px !important;
  border-radius: 50%;
  margin-top: 0 !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: transparent !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px !important;
}
@media (max-width: 576px) {
  .swiper-button-next, .swiper-button-prev {
    width: 45px !important;
    height: 45px !important;
  }
}

.swiper-button-next {
  background-image: url(../img/layout/general/arrow-right.svg);
}

.swiper-button-prev {
  background-image: url(../img/layout/general/arrow-left.svg);
}

.nice-select {
  width: 100% !important;
  background-color: #ffffff !important;
  border-radius: 7px !important;
  border: none !important;
  float: none !important;
  font-family: inherit;
  font-size: 16px !important;
  height: 54px !important;
  line-height: 54px !important;
  padding-left: 15px !important;
  padding-right: 22px !important;
  text-align: left !important;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.07);
}
.nice-select .list {
  width: 100% !important;
}
@media (max-width: 720px) {
  .nice-select {
    width: 100% !important;
  }
}

.nice-select::after {
  border-bottom: none !important;
  border-right: none !important;
  content: "";
  display: block;
  width: 9px !important;
  height: 6px !important;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 18px !important;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(0) !important;
  transition: all 0.15s ease-in-out;
  background-image: url(../img/layout/general/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.social {
  display: flex;
}
.social__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: rgba(22, 127, 252, 0.15);
}
.social__item svg {
  width: 18px;
  height: 16px;
  fill: #167FFC;
}

.breadcrumbs {
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.breadcrumbs__item {
  margin-right: 45px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
}
.breadcrumbs__item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
  width: 6px;
  height: 1px;
  background-color: #ffffff;
}
@media (max-width: 640px) {
  .breadcrumbs__item a {
    display: flex;
    align-items: center;
    padding: 5px 12px;
    min-height: 36px;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 9px;
  }
}
.breadcrumbs__item:last-child::before {
  display: none;
}
.breadcrumbs__item:last-child a {
  cursor: default;
}

.header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
}
.header.active {
  padding-bottom: 15px;
  background-color: #ffffff;
}
.header__inline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .content {
  position: static;
}
.header .logo {
  flex: 0 0 194px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 93px;
  padding-top: 19px;
  box-shadow: 0px 4px 24px rgba(58, 65, 74, 0.1);
  border-radius: 0px 0px 10px 10px;
  background-color: #ffffff;
}
@media (max-width: 1180px) {
  .header .logo {
    flex: 0 0 144px;
    height: 70px;
    padding-top: 14px;
  }
}
.header .logo img {
  width: auto;
  max-width: 138px;
}
@media (max-width: 1180px) {
  .header .logo img {
    max-width: 109px;
  }
}
.header .nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  margin: 0 30px 0 50px;
}
@media (max-width: 1000px) {
  .header .nav {
    position: absolute;
    right: -30px;
    top: 85px;
    background-color: #ffffff;
    display: none;
    width: 390px;
    padding: 30px 20px 10px;
    color: #000000;
  }
  .header .nav.active {
    display: block;
  }
}
@media (max-width: 390px) {
  .header .nav {
    width: 100%;
  }
}
.header__list {
  display: flex;
  margin-left: -10px;
  margin-top: 5px;
}
@media (max-width: 1000px) {
  .header__list {
    display: block;
    margin-left: 0;
    margin-top: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.header__item {
  margin-right: 40px;
}
@media (max-width: 1180px) {
  .header__item {
    margin-right: 20px;
  }
}
@media (max-width: 1000px) {
  .header__item {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.header__item a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.header__contacts {
  display: flex;
  line-height: 1;
  text-align: right;
  margin-left: auto;
}
@media (max-width: 1180px) {
  .header__contacts {
    margin-right: 0;
  }
}
@media (max-width: 1000px) {
  .header__contacts {
    display: block;
    margin-left: 0;
    text-align: left;
  }
}
.header__section {
  margin-right: 33px;
}
@media (max-width: 1180px) {
  .header__section {
    margin-right: 20px;
  }
}
@media (max-width: 1000px) {
  .header__section {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.header__section:last-child {
  margin-right: 0;
}
.header__title {
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.75);
  font-family: "GillSansC", sans-serif;
  font-size: 14px;
}
@media (max-width: 1000px) {
  .header__title {
    color: #000000;
  }
}
.header__phone {
  letter-spacing: -0.005em;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1180px) {
  .header__phone {
    font-size: 15px;
  }
}
.header .nav-open {
  flex-shrink: 0;
  display: block;
  width: 21px;
  height: 19px;
}
@media (max-width: 1000px) {
  .header .nav-open {
    border-radius: 5px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
  }
}
.header .nav-open svg {
  width: 100%;
  height: 100%;
  fill: #ffffff;
}
@media (max-width: 1000px) {
  .header .nav-open svg {
    width: 17px;
    height: 17px;
    fill: #167FFC;
  }
}

.footer {
  padding: 70px 0 60px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), #F7F7F7;
  color: rgba(0, 0, 0, 0.75);
  font-size: 15px;
  line-height: 2;
}
@media (max-width: 768px) {
  .footer {
    padding: 42px 0;
    background: #F7F7F7;
  }
}
@media (max-width: 768px) {
  .footer {
    margin: 0 10px;
    border-radius: 20px 20px 0px 0px;
  }
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 70px;
}
@media (max-width: 700px) {
  .footer__top {
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
}
.footer__aside {
  flex: 0 1 211px;
}
@media (max-width: 700px) {
  .footer__aside {
    order: 3;
    margin-top: 10px;
    flex: 0 1 49%;
  }
}
@media (max-width: 480px) {
  .footer__aside {
    flex: 0 1 100%;
  }
}
.footer .logo {
  display: block;
  width: 180px;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  .footer .logo {
    display: none;
  }
}
.footer .logo-mob {
  display: none;
}
@media (max-width: 700px) {
  .footer .logo-mob {
    display: block;
    width: 150px;
    margin-bottom: 45px;
  }
}
.footer__copyright {
  margin-bottom: 28px;
}
@media (max-width: 700px) {
  .footer__copyright {
    display: none;
  }
}
.footer__title {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
}
.footer__schedule {
  margin-bottom: 43px;
  color: #000000;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}
@media (max-width: 700px) {
  .footer__schedule {
    margin-bottom: 10px;
  }
}
.footer__list {
  flex: 0 1 600px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 1000px) {
  .footer__list {
    margin: 0 20px;
  }
}
@media (max-width: 700px) {
  .footer__list {
    order: 1;
    margin: 0 0 40px;
  }
}
.footer__item {
  width: 50%;
  margin-bottom: 42px;
}
@media (max-width: 700px) {
  .footer__item {
    margin-bottom: 17px;
  }
}
@media (max-width: 480px) {
  .footer__item {
    width: 100%;
  }
}
.footer__item a {
  color: #000000;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 1000px) {
  .footer__item a {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .footer__item a {
    font-size: 16px;
  }
}
.footer__info {
  flex-shrink: 0;
}
@media (max-width: 700px) {
  .footer__info {
    order: 2;
    width: 49%;
  }
}
@media (max-width: 480px) {
  .footer__info {
    width: 100%;
  }
}
.footer__section {
  margin-bottom: 30px;
}
@media (max-width: 700px) {
  .footer__section {
    margin-bottom: 25px;
  }
}
.footer__link {
  display: block;
  margin-bottom: 10px;
  color: #000000;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 1000px) {
  .footer__link {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .footer__link {
    font-size: 20px;
  }
}
.footer__link:last-of-type {
  margin-bottom: 0;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  line-height: 1.2;
}
.footer .developer {
  position: relative;
  padding-left: 15px;
}
@media (max-width: 700px) {
  .footer .developer {
    display: none;
  }
}
.footer .developer::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 5px 0 0 0;
  background-color: #D81D1D;
}

.offer {
  position: relative;
  height: 750px;
  margin-bottom: 40px;
  border-radius: 0 0 60px 60px;
  overflow: hidden;
  color: #ffffff;
}
@media (max-width: 1180px) {
  .offer {
    height: 700px;
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 1000px) {
  .offer {
    margin-bottom: 30px;
    height: 630px;
  }
}
.offer__gallery {
  height: 100%;
}
.offer__swiper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.offer .swiper-wrapper {
  height: 100%;
}
.offer .swiper-slide {
  height: 100%;
  text-align: left;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.offer .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(359.66deg, rgba(0, 0, 0, 0.8) 4.61%, rgba(0, 0, 0, 0) 99.71%);
}
.offer .bg img {
  -o-object-position: center top;
     object-position: center top;
}
.offer .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-bottom: 138px;
}
@media (max-width: 640px) {
  .offer .content {
    padding-bottom: 150px;
  }
}
.offer-inside {
  margin-bottom: -65px;
}
@media (max-width: 1000px) {
  .offer-inside {
    height: 580px;
  }
}
@media (max-width: 1000px) {
  .offer-inside .content {
    padding-bottom: 80px;
  }
}
@media (max-width: 640px) {
  .offer-inside .content {
    padding-bottom: 80px;
  }
}
.offer-inside .bg::after {
  background: linear-gradient(359.66deg, rgba(0, 0, 0, 0.7) 4.61%, rgba(0, 0, 0, 0.3) 100%);
}
.offer__btn {
  width: 203px;
}
@media (max-width: 640px) {
  .offer__btn {
    width: 340px;
    border-radius: 8px;
  }
}
@media (max-width: 420px) {
  .offer__btn {
    width: 100%;
  }
}
.offer__title {
  margin-bottom: 30px;
  font-size: 70px;
  line-height: 1.1;
  font-weight: 500;
  white-space: pre-line;
}
@media (max-width: 1000px) {
  .offer__title {
    font-size: 55px;
  }
}
@media (max-width: 640px) {
  .offer__title {
    font-size: 44px;
  }
}
.offer__link {
  display: inline-block;
  margin-bottom: 35px;
  padding: 10px;
  border-radius: 9px;
  background-color: rgba(255, 255, 255, 0.4);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
}
.offer__wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
  max-width: 1210px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.offer .offer-button-next, .offer .offer-button-prev {
  bottom: 140px !important;
  top: auto !important;
  transform: translateY(0);
}
@media (max-width: 1000px) {
  .offer .offer-button-next, .offer .offer-button-prev {
    bottom: 80px !important;
  }
}
@media (max-width: 640px) {
  .offer .offer-button-next, .offer .offer-button-prev {
    bottom: 70px !important;
  }
}
.offer .offer-button-next {
  right: 0 !important;
  background-image: url(../img/layout/general/arrow-right.svg);
}
@media (max-width: 1250px) {
  .offer .offer-button-next {
    right: 20px !important;
  }
}
@media (max-width: 640px) {
  .offer .offer-button-next {
    right: 0 !important;
  }
}
.offer .offer-button-prev {
  left: auto !important;
  right: 65px !important;
  background-image: url(../img/layout/general/arrow-left.svg);
}
@media (max-width: 1250px) {
  .offer .offer-button-prev {
    right: 85px !important;
  }
}
@media (max-width: 640px) {
  .offer .offer-button-prev {
    right: auto !important;
    left: 0 !important;
  }
}
@media (max-width: 640px) {
  .offer .offer-button {
    position: absolute;
    display: flex;
    justify-content: space-between;
    left: 50%;
    bottom: 0;
    width: 130px;
    transform: translateX(-50%);
  }
}
.offer .swiper-pagination {
  display: flex;
  justify-content: space-between;
  bottom: 80px;
  width: 98%;
}
@media (max-width: 1000px) {
  .offer .swiper-pagination {
    bottom: 40px;
  }
}
@media (max-width: 900px) {
  .offer .swiper-pagination {
    width: 97%;
  }
}
@media (max-width: 576px) {
  .offer .swiper-pagination {
    width: 95%;
  }
}
.offer .swiper-pagination-bullet {
  width: 16% !important;
  height: 4px !important;
  display: inline-block;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.4) !important;
  border-radius: 2px !important;
  opacity: 1;
}
.offer .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #ffffff !important;
}
.offer-small {
  height: 440px;
  margin-bottom: -68px;
}
.offer-small .content {
  padding-bottom: 123px;
}
.offer-small .offer__title {
  margin-bottom: 0;
  font-size: 50px;
}
@media (max-width: 768px) {
  .offer-small .offer__title {
    font-size: 44px;
  }
}
@media (max-width: 380px) {
  .offer-small .offer__title {
    font-size: 35px;
  }
}
.offer-small .breadcrumbs {
  margin-bottom: 30px;
}

.tours {
  padding: 40px 0;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .tours {
    padding: 20px 0 40px;
  }
}
.tours-other {
  padding-top: 15px;
  margin-bottom: 50px;
}
.tours-other .tours__title {
  margin-bottom: 30px;
}
.tours-other .tours__gallery {
  margin-bottom: 25px;
}
.tours__title {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .tours__title {
    margin-bottom: 30px;
  }
}
.tours__gallery {
  position: relative;
  margin-bottom: 49px;
}
@media (max-width: 768px) {
  .tours__gallery {
    margin-bottom: 20px;
  }
}
.tours__swiper {
  position: relative;
  left: -25px;
  width: 104%;
  height: 100%;
  overflow: hidden;
  padding-bottom: 25px;
}
@media (max-width: 700px) {
  .tours__swiper {
    width: 125%;
    left: -100px;
  }
}
@media (max-width: 576px) {
  .tours__swiper {
    width: 160%;
    left: -150px;
  }
}
@media (max-width: 480px) {
  .tours__swiper {
    width: 900px;
    left: -210px;
  }
}
@media (max-width: 420px) {
  .tours__swiper {
    width: 890px;
    left: -250px;
  }
}
@media (max-width: 380px) {
  .tours__swiper {
    width: 840px;
    left: -240px;
  }
}
@media (max-width: 360px) {
  .tours__swiper {
    width: 840px;
    left: -250px;
  }
}
@media (max-width: 340px) {
  .tours__swiper {
    width: 840px;
    left: -260px;
  }
}
.tours__swiper::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: -20px;
  width: 20vw;
  height: 100%;
  background: linear-gradient(to right, #FFFFFF 4.42%, rgba(255, 255, 255, 0) 99.93%);
}
.tours__swiper::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  right: -20px;
  width: 20vw;
  height: 100%;
  background: linear-gradient(to left, #FFFFFF 4.42%, rgba(255, 255, 255, 0) 99.93%);
}
.tours .swiper-slide {
  height: 100%;
  text-align: left;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.tours__card {
  width: 100%;
}
.tours__img {
  display: block;
  padding-top: 103.44%;
  border-radius: 30px 30px 0 0;
}
.tours__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tours__main {
  position: relative;
  z-index: 20;
  margin-top: -55px;
  padding: 23px 30px 30px;
  border-radius: 30px;
  box-shadow: 0px 4px 24px rgba(58, 65, 74, 0.1);
  background-color: #ffffff;
}
@media (max-width: 1400px) {
  .tours__main {
    padding: 23px 20px 30px;
  }
}
@media (max-width: 480px) {
  .tours__main {
    margin-top: -60px;
  }
}
.tours__subtitle {
  overflow: hidden;
  min-height: 45px;
  max-height: 45px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  white-space: pre-line;
}
.tours__info {
  display: flex;
  justify-content: space-between;
}
.tours__item {
  display: flex;
  align-items: center;
}
.tours__ico {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  background: rgba(246, 127, 3, 0.15);
  border-radius: 5px;
}
.tours__ico svg {
  width: 12px;
  height: 12px;
  fill: #F67F03;
}
.tours__value {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .tours__value {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .tours__value {
    font-size: 16px;
  }
}
.tours .tours-button-prev {
  left: 60px;
}
@media (max-width: 920px) {
  .tours .tours-button-prev {
    left: 10px;
  }
}
.tours .tours-button-next {
  right: 75px;
}
@media (max-width: 920px) {
  .tours .tours-button-next {
    right: 10px;
  }
}
.tours__btn {
  width: 230px;
  margin: 0 auto;
}
@media (max-width: 420px) {
  .tours__btn {
    width: 100%;
    border-radius: 14px;
    font-size: 18px;
  }
}

.text {
  padding: 60px 0 55px;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .text {
    padding: 50px 0 40px;
  }
}
@media (max-width: 768px) {
  .text {
    padding: 40px 0 30px;
  }
}
.text-pbottom {
  padding: 60px 0 95px;
}
@media (max-width: 768px) {
  .text-pbottom {
    padding: 40px 0;
  }
}
.text .content.no-padding {
  max-width: 100%;
  padding: 0;
}
.text .content-medium {
  max-width: 1010px;
}
.text .content-small {
  max-width: 830px;
}
.text .content-small p {
  margin-bottom: 30px;
}
.text h2 {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .text h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.text h3 {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .text h3 {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
.text h4 {
  margin-bottom: 30px;
}
.text p {
  margin-bottom: 47px;
}
@media (max-width: 768px) {
  .text p {
    margin-bottom: 25px;
  }
}
.text ul {
  margin-top: -18px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .text ul {
    margin-top: 0;
  }
}
.text ul:last-of-type {
  margin-bottom: 0;
}
.text ul li {
  margin-bottom: 19px;
  padding-left: 46px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .text ul li {
    margin-bottom: 15px;
  }
}
.text ul li::before {
  content: "";
  position: absolute;
  top: 12px;
  transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
}
.text .centered {
  margin-bottom: 50px;
  text-align: center;
}
.text-agency {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .text-agency {
    padding-bottom: 40px;
  }
}
.text-agency p {
  margin-bottom: 36px;
}
.text-agency ul {
  margin-bottom: 37px;
}
.text__info {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 68px;
}
@media (max-width: 640px) {
  .text__info {
    margin: 0 0 60px;
  }
}
.text__item {
  display: flex;
  align-items: center;
  max-width: 49%;
  min-height: 84px;
  margin: 0 5px 10px;
  padding: 15px 20px 15px 25px;
  border-radius: 16px;
  background-color: #F7F7F7;
  line-height: 1.6;
  font-weight: 500;
}
@media (max-width: 768px) {
  .text__item {
    min-height: 72px;
  }
}
@media (max-width: 640px) {
  .text__item {
    max-width: 100%;
    margin: 0 0 10px;
    width: 100%;
    justify-content: space-between;
  }
}
.text__item:hover .text__item-ico {
  background-color: #F67F03;
}
.text__item:hover .text__item-ico svg {
  fill: #ffffff;
}
.text__item-desc {
  max-width: 295px;
}
.text__item-ico {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-left: 15px;
  border-radius: 14px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), #F3F3F3;
  transition: 0.3s all;
}
.text__item-ico svg {
  width: 12px;
  height: 12px;
  fill: rgba(0, 0, 0, 0.9);
}
.text__img {
  display: block;
  width: 100%;
  padding-top: 82.05%;
  overflow: hidden;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .text__img {
    border-radius: 20px;
  }
}
.text__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.text__gallery {
  position: relative;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .text__gallery {
    margin-bottom: 40px;
  }
}
.text__gallery::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: -20px;
  width: 20vw;
  height: 100%;
  background: linear-gradient(to right, #FFFFFF 4.42%, rgba(255, 255, 255, 0) 99.93%);
}
.text__gallery::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  right: -20px;
  width: 20vw;
  height: 100%;
  background: linear-gradient(to left, #FFFFFF 4.42%, rgba(255, 255, 255, 0) 99.93%);
}
.text__swiper {
  height: 100%;
  overflow: hidden;
  margin-left: -19.44vw;
  width: 140%;
}
@media (max-width: 576px) {
  .text__swiper {
    width: 160%;
    margin-left: -30vw;
  }
}
.text .swiper-slide {
  height: 100%;
  text-align: left;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.text .text-button-prev {
  left: 30px;
}
@media (max-width: 900px) {
  .text .text-button-prev {
    left: 10px;
  }
}
.text .text-button-next {
  right: 30px;
}
@media (max-width: 900px) {
  .text .text-button-next {
    right: 10px;
  }
}
.text .schedule {
  margin: 85px 0 50px;
}
@media (max-width: 1000px) {
  .text .schedule {
    margin: 40px 0;
  }
}
.text .schedule h3 {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .text .schedule h3 {
    display: none;
  }
}
.text .schedule__inner {
  margin: 35px 0 55px;
  border: 1px solid #F1F3F6;
}
.text .schedule__title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 95px;
  padding: 0 10px;
  border-radius: 10px;
  background-color: #F3F3F3;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .text .schedule__title {
    height: 72px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .text .schedule .table {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .text .schedule .table__wrap {
    overflow-x: scroll;
    padding-bottom: 25px;
  }
}
.text .schedule .table__heading {
  display: flex;
  align-items: center;
  height: 64px;
  font-weight: 500;
}
.text .schedule .table__heading .table__item {
  border-right: none;
}
.text .schedule .table__row {
  display: flex;
  align-items: center;
  height: 64px;
}
.text .schedule .table__row:nth-child(even) {
  background-color: #F3F3F3;
}
.text .schedule .table__item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 35px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  text-align: center;
}
.text .schedule .table__item:last-child {
  border-right: none;
}
.text .schedule .table__departure {
  flex: 0 1 171px;
}
.text .schedule .table__arrival {
  flex: 0 1 142px;
}
.text .schedule .table__hotel {
  flex: 0 1 120px;
}
.text .schedule .table__room {
  flex: 0 1 138px;
}
.text .schedule .table__adult {
  flex: 0 1 159px;
}
.text .schedule .table__kids {
  flex: 0 1 166px;
}
.text .schedule .table__seats {
  flex: 0 1 166px;
}
.text .schedule .table__seats-ico {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 44px;
  margin: 0 auto;
  background: rgba(22, 127, 252, 0.05);
  border-radius: 10px;
}
.text .schedule .table__seats-ico img {
  width: 28px;
}
.text .schedule .table__buy {
  flex: 0 0 122px;
}
.text .schedule .table__btn {
  height: 44px;
  width: 91px;
  border-radius: 11px;
}
.text .about {
  margin-bottom: 76px;
  padding: 73px 90px 85px;
  border-radius: 30px;
  background: #F7F7F7;
}
@media (max-width: 1000px) {
  .text .about {
    padding: 45px 30px;
    border-radius: 10px;
  }
}
@media (max-width: 380px) {
  .text .about {
    padding: 45px 15px;
  }
}
.text .about__section {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .text .about__section {
    margin-bottom: 50px;
  }
}
.text .about__section:last-child {
  margin-bottom: 0;
}
.text .about .about__title {
  display: flex;
  align-items: center;
  margin-bottom: 42px;
}
@media (max-width: 768px) {
  .text .about .about__title {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.text .about .about__title-ico {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-top: -5px;
  margin-right: 40px;
  border-radius: 5px;
  background: rgba(246, 127, 3, 0.15);
}
@media (max-width: 768px) {
  .text .about .about__title-ico {
    margin-right: 22px;
  }
}
.text .about .about__title-ico svg {
  width: 12px;
  height: 12px;
  fill: #F67F03;
}
.text .about ul {
  margin-top: 0;
  margin-left: 5px;
}
.text .desc .text__gallery {
  margin-top: 105px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .text .desc .text__gallery {
    margin-top: 70px;
  }
}

.subscribe {
  padding-top: 55px;
}
@media (max-width: 1000px) {
  .subscribe {
    padding-top: 25px;
  }
}
@media (max-width: 576px) {
  .subscribe {
    padding-top: 10px;
  }
}
.subscribe__inner {
  padding: 66px 50px 80px;
  background-color: #F7F7F7;
  border-radius: 20px;
}
@media (max-width: 1150px) {
  .subscribe__inner {
    padding: 50px 15px 40px;
  }
}
@media (max-width: 850px) {
  .subscribe__inner {
    padding: 50px 25px 40px;
  }
}
.subscribe__title {
  margin-bottom: 35px;
  font-size: 35px;
  white-space: pre-line;
}
@media (max-width: 850px) {
  .subscribe__title {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
@media (max-width: 380px) {
  .subscribe__title {
    font-size: 22px;
  }
}
.subscribe__form {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 850px) {
  .subscribe__form {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.subscribe__input {
  width: 24%;
}
@media (max-width: 850px) {
  .subscribe__input {
    width: 100%;
    margin-bottom: 10px;
  }
}
.subscribe__select {
  width: 24%;
}
@media (max-width: 850px) {
  .subscribe__select {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .subscribe__select {
    margin-bottom: 10px;
  }
}
.subscribe__btn {
  width: 24%;
}
@media (max-width: 850px) {
  .subscribe__btn {
    width: 340px;
  }
}
@media (max-width: 576px) {
  .subscribe__btn {
    width: 100%;
    border-radius: 6px;
  }
}

.tour {
  margin-top: 84px;
}
.tour .heading {
  display: flex;
  align-items: center;
  padding: 21px 20px;
  box-shadow: 0px 4px 24px rgba(58, 65, 74, 0.1);
  border-radius: 20px;
  background-color: #ffffff;
  font-weight: 500;
}
@media (max-width: 1100px) {
  .tour .heading {
    padding: 21px 10px;
  }
}
@media (max-width: 900px) {
  .tour .heading {
    display: none;
  }
}
.tour .heading__main {
  display: flex;
  align-items: center;
  margin-right: 10px;
  font-size: 18px;
}
@media (max-width: 1100px) {
  .tour .heading__main {
    font-size: 14px;
  }
}
.tour .heading__img {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  margin-right: 15px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .tour .heading__img {
    margin-right: 5px;
  }
}
.tour .heading__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tour .heading__item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  height: 44px;
  margin-right: 10px;
  padding: 10px;
  border-radius: 15px;
  background-color: #F7F7F7;
}
@media (max-width: 1100px) {
  .tour .heading__item {
    padding: 10px 5px;
  }
}
.tour .heading__item:last-child {
  margin-right: 0;
}
.tour .heading__item svg {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  fill: #F67F03;
}
.tour .heading__item svg.ico-gray {
  fill: rgba(0, 0, 0, 0.8);
}
.tour .heading__btn {
  flex-shrink: 0;
  width: 172px;
  height: 44px;
  margin-right: 10px;
  border-radius: 11px;
}
@media (max-width: 1100px) {
  .tour .heading__btn {
    width: 150px;
  }
}
.tour .heading__link {
  flex-shrink: 0;
  padding: 10px 20px;
}
@media (max-width: 1100px) {
  .tour .heading__link {
    padding: 10px 5px;
  }
}
.tour .heading__link svg {
  width: 16px;
  height: 16px;
}

.tour__list {
  margin-bottom: 48px;
}
@media (max-width: 640px) {
  .tour__list {
    margin-bottom: 25px;
  }
}
.tour__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  padding: 20px;
  box-shadow: 0px 4px 24px rgba(58, 65, 74, 0.1);
  border-radius: 30px;
  background-color: #ffffff;
}
.tour__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .tour__item {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    background-color: transparent;
    max-width: 340px;
    margin: 0 auto 20px;
  }
}
.tour__item-aside {
  flex: 0 0 311px;
  position: relative;
  margin-right: 50px;
}
@media (max-width: 1100px) {
  .tour__item-aside {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .tour__item-aside {
    flex: 0 0 260px;
  }
}
@media (max-width: 640px) {
  .tour__item-aside {
    flex: 0 1 340px;
    margin-right: 0;
    z-index: 4;
  }
}
.tour__item-inline {
  position: absolute;
  top: 20px;
  left: 15px;
  display: flex;
}
@media (max-width: 768px) {
  .tour__item-inline {
    top: 10px;
    left: 10px;
  }
}
@media (max-width: 640px) {
  .tour__item-inline {
    top: 20px;
    left: 20px;
  }
}
.tour__item-info {
  display: flex;
  align-items: center;
  height: 44px;
  margin-right: 10px;
  padding: 10px;
  border-radius: 15px;
  background-color: #F7F7F7;
  font-weight: 500;
}
@media (max-width: 768px) {
  .tour__item-info {
    height: 35px;
  }
}
@media (max-width: 640px) {
  .tour__item-info {
    height: 44px;
    border-radius: 10px;
  }
}
.tour__item-info svg {
  width: 12px;
  height: 12px;
  fill: #F67F03;
  margin-right: 8px;
}
.tour__item-img {
  display: block;
  height: 265px;
  overflow: hidden;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .tour__item-img {
    border-radius: 20px;
    height: 230px;
  }
}
@media (max-width: 640px) {
  .tour__item-img {
    border-radius: 20px;
    height: 265px;
  }
}
.tour__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tour__item-main {
  flex: 0 1 743px;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .tour__item-main {
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .tour__item-main {
    position: relative;
    z-index: 10;
    background-color: #ffffff;
    border-radius: 20px;
    margin-top: -25px;
    padding: 35px 25px 45px;
  }
}
@media (max-width: 380px) {
  .tour__item-main {
    padding: 35px 15px 45px;
  }
}
.tour__item-title {
  margin-bottom: 13px;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 500;
}
@media (max-width: 640px) {
  .tour__item-title {
    font-size: 20px;
    margin-bottom: 18px;
  }
}
.tour__item-desc {
  margin-bottom: 17px;
}
@media (max-width: 640px) {
  .tour__item-desc p {
    margin-bottom: 27px;
  }
}
.tour__item-link {
  width: 185px;
  height: 59px;
}
@media (max-width: 640px) {
  .tour__item-link {
    display: none;
  }
}
.tour__item-bottom {
  display: none;
  margin-top: 30px;
}
@media (max-width: 640px) {
  .tour__item-bottom {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 640px) {
  .tour__item-bottom .tour__item-link {
    display: flex;
    width: 49%;
    border-radius: 8px;
    height: 50px;
  }
}

.agecy-info {
  margin: 10px 0 40px;
}

.acc-item {
  margin-bottom: 10px;
  background-color: #F7F7F7;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .acc-item {
    border-radius: 7px;
  }
}
.acc-item.active-item .acc-head__btn svg {
  display: none;
}
.acc-item.active-item .acc-head__btn .ico-hidden {
  display: block;
}
.acc-item.active-item .acc-body {
  display: block;
}

.acc-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 110px;
  padding: 20px 40px;
  font-size: 18px;
  line-height: 120%;
  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 768px) {
  .acc-head {
    min-height: 74px;
    padding: 20px;
    border-radius: 7px;
  }
}
.acc-head__btn {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  background: rgba(246, 127, 3, 0.15);
  margin-left: 10px;
}
.acc-head__btn svg {
  width: 12px;
  height: 12px;
  fill: #F67F03;
}
.acc-head__btn .ico-hidden {
  display: none;
}

.acc-body {
  display: none;
  margin-top: -20px;
  padding: 0 40px 40px;
}
@media (max-width: 768px) {
  .acc-body {
    margin-top: 0;
    padding: 0 20px 40px;
  }
}
.acc-body p {
  margin-bottom: 20px;
}
.acc-body p:last-child {
  margin-bottom: 0;
}
.acc-body ul {
  margin-bottom: 40px;
}
.acc-body ul:last-of-type {
  margin-bottom: 0;
}
.acc-body ul li {
  margin-bottom: 19px;
  padding-left: 46px;
  line-height: 1.8;
}
.acc-body ul li::before {
  content: "";
  position: absolute;
  top: 12px;
  transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
}

.partnership {
  margin-bottom: -13px;
}
.partnership__inner {
  padding: 72px 126px 72px;
  border-radius: 30px;
  background-color: #F7F7F7;
}
@media (max-width: 1100px) {
  .partnership__inner {
    padding: 60px 25px;
    border-radius: 10px;
  }
}
@media (max-width: 380px) {
  .partnership__inner {
    padding: 40px 15px;
  }
}
.partnership h2 {
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .partnership h2 {
    font-size: 30px;
  }
}
.partnership p {
  margin-bottom: 30px;
}
.partnership__btn {
  width: 320px;
  height: 59px;
  margin-top: 40px;
}
@media (max-width: 640px) {
  .partnership__btn {
    border-radius: 8px;
  }
}
@media (max-width: 480px) {
  .partnership__btn {
    width: 100%;
  }
}

.dialogs {
  position: fixed;
  display: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
.dialogs .close-bg {
  position: fixed;
  z-index: 51;
  width: 100%;
  height: 100%;
}
.dialogs .close-bg .ico {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  fill: #ffffff;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.dialogs .flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  width: 100%;
  padding: 30px 0;
  box-sizing: border-box;
}
.dialogs .close {
  display: block;
  position: absolute;
  z-index: 53;
  width: 20px;
  height: 20px;
  fill: #000000;
  right: 20px;
  top: 20px;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
.dialogs .close:hover {
  transform: scale(1.05);
}
.dialogs .popup {
  display: none;
  opacity: 0;
  margin: 0 auto;
  position: relative;
  z-index: 52;
  width: 100%;
  max-width: 1200px;
  border: none;
  padding: 30px;
  box-sizing: border-box;
  transform: translate3d(0, -30px, 0) scale(0.9);
  transition: all ease-in-out 0.3s;
  background: #ffffff;
  color: #000000;
}
.dialogs .popup.active {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
.dialogs .thanks-popup {
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  z-index: 102;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}
.dialogs .thanks-popup .close {
  z-index: 103;
}
.dialogs .thanks-popup .close-bg {
  z-index: -1;
}
.dialogs .thanks-popup .popup {
  opacity: 1 !important;
  display: block !important;
  background-color: #ffffff;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */
