body,
html {
  overflow-x: hidden;
  font-family: "Gilroy-Regular";
}

body.overflow,
html.overflow {
  overflow: hidden !important;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100vh;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Gilroy-Regular";
}

input,
textarea {
  border: none;
}

input:focus,
textarea:focus {
  outline: none;
}

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

input[type=number] {
  -moz-appearance: textfield;
}

button {
  cursor: pointer;
  border: none;
  transition: 0.3s;
  background: none;
}

button:focus {
  outline: none;
  border: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

.wrapper {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.tab-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

.tab-content.active {
  display: block;
  position: relative;
  top: 0;
}

.tab-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.tab-btn {
  padding: 10px 20px;
  cursor: pointer;
  background: #eee;
  border: none;
  border-radius: 5px;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .tab-btn {
    padding: 8px 18px;
  }
}

.tab-btn.active {
  background: #AF53AF;
  color: #fff;
}

.map-wrap {
  margin: 40px 0;
}

@media (max-width: 767px) {
  .map-wrap {
    margin: 20px 0;
  }
}

.map-wrap .main-title {
  margin-bottom: 40px;
}

.map-wrap #map {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  height: 660px;
}

@media (max-width: 767px) {
  .map-wrap #map {
    height: 300px;
  }
}

.panorama {
  margin: 40px 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .panorama {
    margin: 20px 0 30px;
  }
}

.panorama .main-title {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .panorama .main-title {
    margin-bottom: 20px;
  }
  .leave-request .info .texts {
	display: none;
  }
}

#panorama {
  height: 660px;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  #panorama {
    height: 65vw;
  }
}

.planning-solutions {
  margin: 40px 0 0px;
}

@media (max-width: 767px) {
  .planning-solutions {
    margin: 20px 0 0px;
  }
}

.planning-solutions .title-wrap {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .planning-solutions .title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }
}

.planning-solutions .title-wrap .tab-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .planning-solutions .title-wrap .tab-buttons {
    margin-top: 20px;
  }
}

.planning-solutions-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .planning-solutions-wrap {
    flex-direction: column-reverse;
  }
}

.planning-solutions-wrap .slider-nav .slick-list {
  margin: -10px;
}

.planning-solutions-wrap .slider-nav .item {
  height: 140px;
  border-radius: 10px;
  box-shadow: 3.058px 3.058px 7.646px 0px rgba(0, 0, 0, 0.25);
  margin: 10px;
  opacity: 0.5;
}

@media (max-width: 767px) {
  .planning-solutions-wrap .slider-nav .item {
    margin: 10px 6px;
    height: auto;
    border-radius: 8px;
  }
}

.planning-solutions-wrap .slider-nav .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.planning-solutions-wrap .slider-nav .item.slick-current {
  opacity: 1;
}

.planning-solutions-wrap .slider-for .slick-list {
  margin: -15px;
}

.planning-solutions-wrap .slider-for .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  margin: 15px;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
  .planning-solutions-wrap .slider-for .item {
    border-radius: 8px;
    overflow: hidden;
  }
}

.planning-solutions-wrap .slider-for .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.planning-solutions-wrap .left {
  width: 240px;
  min-width: 240px;
  margin-left: 15px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 20px;
}

@media (max-width: 767px) {
  .planning-solutions-wrap .left {
    width: 100%;
    margin: 0;
    margin-top: 20px;
    padding: 10px;
    display: block;
    border-radius: 10px;
  }
}

.planning-solutions-wrap .right {
  width: calc(100% - 255px);
  position: relative;
  z-index: 0;
  border-radius: 20px;
  background: #fff;
}

@media (max-width: 767px) {
  .planning-solutions-wrap .right {
    width: 100%;
  }
}

@font-face {
  font-family: "Gilroy-Regular";
  src: url("../fonts/gilroy-regular.eot");
  /* IE 9 Compatibility Mode */
  src: url("../fonts/gilroy-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy-regular.woff2") format("woff2"), url("../fonts/gilroy-regular.woff") format("woff"), url("../fonts/gilroy-regular.ttf") format("truetype"), url("../fonts/gilroy-regular.svg#gilroy-regular") format("svg");
  /* Chrome < 4, Legacy iOS */
}

@font-face {
  font-family: "Gilroy-Bold";
  src: url("../fonts/gilroy-bold.eot");
  /* IE 9 Compatibility Mode */
  src: url("../fonts/gilroy-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy-bold.woff2") format("woff2"), url("../fonts/gilroy-bold.woff") format("woff"), url("../fonts/gilroy-bold.ttf") format("truetype"), url("../fonts/gilroy-bold.svg#gilroy-bold") format("svg");
  /* Chrome < 4, Legacy iOS */
}

@font-face {
  font-family: "KZ PF Monumenta Pro";
  src: url("../fonts/KZPFMonumentaPro-Regular.woff2") format("woff2"), url("../fonts/KZPFMonumentaPro-Regular.woff") format("woff"), url("../fonts/KZPFMonumentaPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.banner-wrap {
  margin: 30px 0;
}

@media (max-width: 767px) {
  .banner-wrap {
    margin: 20px 0;
  }
}

.banner-wrap .banner-slider {
  margin-bottom: 0;
}

.banner-wrap .banner-slider .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 40px;
  padding-bottom: 60px;
  border-radius: 15px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .banner-wrap .banner-slider .item {
    padding: 20px;
    padding-bottom: 45px;
  }
}

.banner-wrap .banner-slider .item .info .logo {
  margin-bottom: 230px;
}

@media (max-width: 1024px) {
  .banner-wrap .banner-slider .item .info .logo {
    margin-bottom: 200px;
    max-width: 450px;
    width: 80%;
  }
}

@media (max-width: 767px) {
  .banner-wrap .banner-slider .item .info .logo {
    margin-bottom: 150px;
  }
}

.banner-wrap .banner-slider .item .info .texts h4 {
  color: #FFF;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}

@media (max-width: 1024px) {
  .banner-wrap .banner-slider .item .info .texts h4 {
    font-size: 40px;
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .banner-wrap .banner-slider .item .info .texts h4 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}

.banner-wrap .banner-slider .item .info .texts h1 {
  color: #FFF;
  font-family: "KZ PF Monumenta Pro";
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -5px;
  margin-bottom: 8px;
}

@media (max-width: 1024px) {
  .banner-wrap .banner-slider .item .info .texts h1 {
    margin-bottom: 15px;
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  .banner-wrap .banner-slider .item .info .texts h1 {
    font-size: 38px;
    margin-bottom: 10px;
  }
}

.banner-wrap .banner-slider .item .info .texts .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .banner-wrap .banner-slider .item .info .texts .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.banner-wrap .banner-slider .item .info .texts .buttons a {
  padding: 10px 26px;
  border-radius: 8px;
  font-size: 32px;
  margin-right: 20px;
}

@media (max-width: 1024px) {
  .banner-wrap .banner-slider .item .info .texts .buttons a {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .banner-wrap .banner-slider .item .info .texts .buttons a {
    font-size: 20px;
    margin-right: 0;
    margin-top: 10px;
    text-align: center;
  }
}

.banner-wrap .banner-slider .item .info .texts .buttons a.request-btn {
  color: white;
  background: #AF53AF;
}

.banner-wrap .banner-slider .item .info .texts .buttons a.consultation-btn {
  background: white;
  color: #AF53AF;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 22px;
}

.slick-dots li {
  margin: 0 7px;
  width: auto;
  height: auto;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  transition: 0.3s;
}

.slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #fff;
  opacity: 1;
  transition: 0.3s;
}

.slick-dots li button:after {
  content: "";
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  background: transparent;
  z-index: -1;
  position: absolute;
  top: -3px;
  left: -3px;
  transition: 0.3s;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #AF53AF;
}

.main-title {
  color: #A64CA6;
  font-family: "KZ PF Monumenta Pro";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -3px;
}

@media (max-width: 1024px) {
  .main-title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .main-title {
    font-size: 32px;
  }
}

.about-project {
  margin: 30px 0;
}

.about-project .info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 1024px) {
  .about-project .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
  }
}

.about-project .info .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  border-radius: 15px;
  overflow: hidden;
}

.about-project .info .img-wrap .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-project .info .img-wrap .white-logo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
  width: 180px;
}

@media (max-width: 767px) {
  .about-project .info .img-wrap .white-logo {
    width: 120px;
  }
}

.about-project .info .texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about-project .info .texts .main-title {
  margin-bottom: 15px;
}

.about-project .info .texts b {
  color: #1E1E1E;
  font-size: 24.109px;
  font-style: normal;
  font-family: "Gilroy-Bold";
  font-weight: 700;
  line-height: 100%;
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .about-project .info .texts b {
    font-size: 18px;
  }
}

.about-project .info .texts p {
  color: #1E1E1E;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .about-project .info .texts p {
    font-size: 18px;
  }
}

.about-project .info .texts .items {
  margin-top: auto;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width: 767px) {
  .about-project .info .texts .items {
    grid-template-columns: 1fr 1fr;
  }
}

.about-project .info .texts .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-project .info .texts .items .item .icon {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .about-project .info .texts .items .item .icon {
    width: 60px;
    height: auto;
    min-height: 60px;
  }
}

.about-project .info .texts .items .item .icon img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.about-project .info .texts .items .item span {
  font-size: 28px;
  text-align: center;
  color: #AF53AF;
  line-height: 95%;
  max-width: 150px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .about-project .info .texts .items .item span {
    font-size: 20px;
    max-width: 100px;
  }
}

.advantages {
  margin: 30px 0;
}

.advantages .info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 1024px) {
  .advantages .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
}

.advantages .info .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  border-radius: 15px;
  overflow: hidden;
}

.advantages .info .img-wrap .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.advantages .info .img-wrap .white-logo {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 180px;
  transform: translateX(-50%);
  z-index: 10;
}

@media (max-width: 767px) {
  .advantages .info .img-wrap .white-logo {
    width: 120px;
  }
}

.advantages .info .texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.advantages .info .texts .main-title {
  margin-bottom: 15px;
}

.advantages .info .texts .items {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 767px) {
  .advantages .info .texts .items {
    grid-template-columns: 1fr;
  }
  .tel {
	font-size: 14px !important;
  }
}

.advantages .info .texts .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.advantages .info .texts .items .item b {
  margin-bottom: 8px;
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #1E1E1E;
  font-family: "Gilroy-Bold";
}

@media (max-width: 767px) {
  .advantages .info .texts .items .item b {
    font-size: 18px;
    margin-bottom: 3px;
  }
}

.advantages .info .texts .items .item span {
  font-size: 22px;
  color: #1E1E1E;
  max-width: 170px;
}

@media (max-width: 767px) {
  .advantages .info .texts .items .item span {
    font-size: 18px;
    max-width: 100%;
  }
}

.main-slider-wrap {
  position: relative;
  z-index: 0;
}

.main-slider-wrap .main-slider {
  margin-bottom: 0;
}

.main-slider-wrap .main-slider .item .bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 40vw;
}

@media (max-width: 1024px) {
  .main-slider-wrap .main-slider .item .bg {
    height: 65vw;
  }
}

.characteristics {
  margin: 50px 0;
}

.characteristics .main-title {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .characteristics .main-title {
    margin-bottom: 20px;
  }
}

.characteristics .characteristics-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .characteristics .characteristics-items {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .characteristics .characteristics-items {
    grid-template-columns: 1fr;
  }
}

.characteristics .characteristics-items .characteristics-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 480px;
  padding: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 15px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .characteristics .characteristics-items .characteristics-item {
    min-height: inherit;
    height: 60vw;
  }
}

.characteristics .characteristics-items .characteristics-item b {
  color: white;
  margin: auto;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .characteristics .characteristics-items .characteristics-item b {
    font-size: 40px;
  }
}

@media (max-width: 1024px) {
  .characteristics .characteristics-items .characteristics-item b {
    margin-left: 0;
    font-size: 30px;
  }

  .characteristics .characteristics-items .characteristics-item b br {
    display: none;
  }
}

.characteristics .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 767px) {
  .characteristics .items {
    grid-template-columns: 1fr;
  }
}

.characteristics .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px;
  border: 2px solid #000;
}

@media (max-width: 1200px) {
  .characteristics .items .item {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .characteristics .items .item {
    padding: 20px;
  }
}

.characteristics .items .item img {
  margin-right: 10px;
}

.characteristics .items .item span, a {
  font-size: 34px;
  color: #000;
}

@media (max-width: 1200px) {
  .characteristics .items .item span, a {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .characteristics .items .item span, a {
    font-size: 22px;
  }
}

.leave-request {
  background: #AF53AF;
  padding: 60px 0;
}

@media (max-width: 767px) {
  .leave-request {
    padding: 40px 0 10px;
  }
}

.leave-request .info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

@media (max-width: 1024px) {
  .leave-request .info {
    grid-template-columns: 1fr;
  }
}

.leave-request .info form .main-title {
  color: white;
  margin-bottom: 40px;
}

@media (max-width: 1330px) {
  .leave-request .info form .main-title {
    font-size: 46px;
  }
}

@media (max-width: 767px) {
  .leave-request .info form .main-title {
    font-size: 28px;
    margin-bottom: 10px;
  }
}

.leave-request .info form button {
  font-size: 34px;
  font-weight: bold;
  font-family: "Gilroy-Bold";
  color: #AF53AF;
  height: 80px;
  padding: 20px;
  border-radius: 15px;
  background: white;
  width: 100%;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .leave-request .info form button {
    font-size: 24px;
    margin-top: 10px;
    height: 60px;
    padding: 10px;
  }
}

.leave-request .info form .input-wrap {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .leave-request .info form .input-wrap {
    margin-bottom: 15px;
  }
}

.leave-request .info form .input-wrap input {
  border-radius: 15px;
  width: 100%;
  padding: 0 20px;
  height: 80px;
  background: white;
  font-size: 24px;
}

.leave-request .info form .input-wrap input::-webkit-input-placeholder {
  font-size: 24px;
}

.leave-request .info form .input-wrap input::-moz-placeholder {
  font-size: 24px;
}

.leave-request .info form .input-wrap input:-ms-input-placeholder {
  font-size: 24px;
}

.leave-request .info form .input-wrap input:-moz-placeholder {
  font-size: 24px;
}

@media (max-width: 767px) {
  .leave-request .info form .input-wrap input {
    height: 60px;
    font-size: 20px;
    border-radius: 8px;
  }

  .leave-request .info form .input-wrap input::-webkit-input-placeholder {
    font-size: 20px;
  }

  .leave-request .info form .input-wrap input::-moz-placeholder {
    font-size: 20px;
  }

  .leave-request .info form .input-wrap input:-ms-input-placeholder {
    font-size: 20px;
  }

  .leave-request .info form .input-wrap input:-moz-placeholder {
    font-size: 20px;
  }
}

.leave-request .info form .input-wrap>span {
  color: #D9D9D9;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 12px;
  display: block;
}

@media (max-width: 767px) {
  .leave-request .info form .input-wrap>span {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.leave-request .info .texts {
  text-align: center;
}

.leave-request .info .texts img {
  margin-bottom: 20px;
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 767px) {
  .leave-request .info .texts img {
    width: 50%;
    margin: 0 auto 10px;
  }
}

.leave-request .info .texts span {
  font-size: 20px;
  color: #fff;
  text-align: center;
  display: block;
}

@media (max-width: 1200px) {
  .leave-request .info .texts span {
    font-size: 18px;
  }
}

.leave-request .info .texts h3 {
  font-size: 50px;
  color: #fff;
  text-align: center;
}

@media (max-width: 1200px) {
  .leave-request .info .texts h3 {
    font-size: 44px;
  }
}

@media (max-width: 767px) {
  .leave-request .info .texts h3 {
    font-size: 32px;
  }
}

.leave-request .info .texts h4 {
  font-size: 30px;
  color: #fff;
  text-align: center;
}

@media (max-width: 1200px) {
  .leave-request .info .texts h4 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .leave-request .info .texts h4 {
    font-size: 22px;
  }
}

.footer {
  background: #AF53AF;
  padding: 12px 0;
}

.footer .footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1024px) {
  .footer .footer-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer .footer-info .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
}

.footer .footer-info .footer-logo img {
  width: 100%;
}

@media (max-width: 1200px) {
  .footer .footer-info .footer-logo {
    width: 150px;
  }

  .footer .footer-info .footer-logo img {
    width: 100%;
  }
}

.footer .footer-info .footer-menu {
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
}

@media (max-width: 1200px) {
  .footer .footer-info .footer-menu {
    padding: 0 15px;
  }
}

@media (max-width: 1024px) {
  .footer .footer-info .footer-menu {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 1024px) {
  .footer .footer-info .footer-menu li {
    margin: 5px 0;
  }
}

.footer .footer-info .footer-menu li a {
  font-size: 20px;
  color: white;
}

@media (max-width: 1200px) {
  .footer .footer-info .footer-menu li a {
    font-size: 18px;
  }
}

.footer .footer-info .white-btn {
  background: white;
  color: #AF53AF;
  padding: 8px 16px;
  font-size: 20px;
  font-weight: normal;
  border-radius: 50px;
}

@media (max-width: 1200px) {
  .footer .footer-info .white-btn {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .footer .footer-info .white-btn {
    margin-top: 20px;
  }
}

.header {
  background: #AF53AF;
  padding: 12px 0;
}

@media (max-width: 1024px) {
  .header {
    position: relative;
    z-index: 2;
  }
}

.header .header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1024px) {
  .header .header-info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.header .header-info .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
}

.header .header-info .header-logo img {
  width: 100%;
}

@media (max-width: 1200px) {
  .header .header-info .header-logo {
    width: 150px;
  }

  .header .header-info .header-logo img {
    width: 100%;
  }
}

.header .header-info .header-menu {
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
}

@media (max-width: 1200px) {
  .header .header-info .header-menu {
    padding: 0 15px;
  }
}

@media (max-width: 1024px) {
  .header .header-info .header-menu {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0;
    align-items: center;
    background: white;
    position: absolute;
    justify-content: start;
    top: 67px;
    left: 0;
    width: 100%;
    overflow-y: auto;
    height: calc(100vh - 67px);
    z-index: 100;
    transform: scale(0);
    transition: 0.3s;
  }

  .header .header-info .header-menu.open {
    transform: scale(1);
  }
}

@media (max-width: 1024px) {
  .header .header-info .header-menu li {
    margin: 10px 0;
  }
}

.header .header-info .header-menu li a {
  font-size: 20px;
  color: white;
}

@media (max-width: 1200px) {
  .header .header-info .header-menu li a {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .header .header-info .header-menu li a {
    font-size: 20px;
    color: #AF53AF;
  }
}

.header .header-info .white-btn {
  background: white;
  color: #AF53AF;
  padding: 8px 16px;
  font-size: 20px;
  font-weight: normal;
  border-radius: 50px;
}

@media (max-width: 1200px) {
  .header .header-info .white-btn {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .header .header-info .white-btn {
    display: none;
  }
}

.slider-navigation button {
  border: 1px solid #FFF;
  background: rgba(217, 217, 217, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  z-index: 100;
  border-radius: 50%;
  height: 120px;
}

@media (max-width: 1400px) {
  .slider-navigation button {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 1024px) {
  .slider-navigation button {
    width: 40px;
    height: 40px;
  }
}

.slider-navigation button:hover {
  background: rgba(217, 217, 217, 0.7);
}

.slider-navigation button img {
  margin: auto;
}

@media (max-width: 1400px) {
  .slider-navigation button img {
    width: 20px;
  }
}

@media (max-width: 1024px) {
  .slider-navigation button img {
    width: 15px;
  }
}

.slider-navigation button:before {
  content: none;
}

.slider-navigation button.slick-prev {
  left: 40px;
}

@media (max-width: 1400px) {
  .slider-navigation button.slick-prev {
    left: 20px;
  }
}

.slider-navigation button.slick-prev img {
  transform: rotate(180deg);
}

.slider-navigation button.slick-next {
  right: 40px;
}

@media (max-width: 1400px) {
  .slider-navigation button.slick-next {
    right: 20px;
  }
}

.drop-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  display: none;
}

@media (max-width: 1024px) {
  .drop-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px;
  }
}

.drop-menu .line {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 3px auto;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.drop-menu.is-active .line:nth-child(3) {
  opacity: 0;
}

.drop-menu.is-active .line:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  -o-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

.drop-menu.is-active .line:nth-child(2) {
  -webkit-transform: translateY(1px) rotate(-45deg);
  -ms-transform: translateY(1px) rotate(-45deg);
  -o-transform: translateY(1px) rotate(-45deg);
  transform: translateY(1px) rotate(-45deg);
}

.controls {
  padding-top: 20px;
}

.controls button {
  padding: 10px 20px;
  cursor: pointer;
  background: #eee;
  border: none;
  border-radius: 5px;
  transition: 0.3s;
  background: #AF53AF;
  color: #fff;
}

.tel {
  font-size: 20px;
  color: white;
  padding-left: 20px;
}

.b24-form-wrapper.b24-form-border-bottom {
  border-bottom: none !important;
}

div.b24-form-header.b24-form-padding-side {
  display: none !important;
}

.b24-form-wrapper {
  background: transparent !important;
}

.b24-form-control-container input {
  border: none !important;
  border-radius: 6px !important;
  background-color: white !important;
}

.b24-form-control-label {
  color: #AF53AF !important;
}

.b24-form-btn-block button {
  border-radius: 6px !important;
  margin: 0 !important;
}

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