/* Fonts */
@font-face {
  font-family: Caviar;
  src: url("../fonts/Caviar.ttf") format("truetype");
}
@font-face {
  font-family: Lighthaus;
  src: url("../fonts/Lighthaus.otf") format("opentype");
}
@font-face {
  font-family: Lato;
  src: url("../fonts/Lato.ttf") format("truetype");
}

.footer-right {
    right: 64px;
    bottom: 32px;
}
.footer-right {
    position: fixed;
    bottom: 10px;
    left: 16px;
    z-index: 10;
}
.footer-right .social {
    display: flex;
    flex-direction: row;
    margin-right: -8px;
}
.footer-right .social a {
    padding-left: 8px;
    padding-right: 8px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.5);
}
.footer-right .social .icon {
    font-size: 24px;
}
.fa-youtube:before {
    content: "\f167";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

/* Custom Styles */
::selection {
  background-color: #120a8f;
  color: #FFFFFF;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Addition Styles */
.container {
  background: rgba(32, 29, 30, 0.5);
}
.container-opacity {
  background: rgba(32, 29, 30, 0);
}
.pt-5 {
  padding-top: 5rem !important;
}
.pt-11 {
  padding-top: 11rem !important;
}
.pb-5 {
  padding-bottom: 5rem !important;
}
.pb-10 {
  padding-bottom: 10rem !important;
}

/* Main Styles */
body {
  font-family: 'Caviar', serif;
  color: #ffffff;
  letter-spacing: 1px;
}

/* Preloader */
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.preloader-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
}
.preloder-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 1000;
}
.section-left {
  left: 0;
  background-color: #c8dce7;
}
.section-right {
  right: 0;
  background-color: #c8dce7;
}
.preloader-animation-left {
  animation: animation-left 3s linear;
}
.preloader-animation-right {
  animation: animation-right 3s linear;
}
@keyframes animation-left {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes animation-right {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
  }
}

/* Scroll Top */
.btn-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #120a8f;
  width: 50px;
  height: 50px;
  display: block;
  display: none;
  z-index: 15;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-top:hover {
  background: rgba(18, 10, 143, 0.5);
  border-radius: 50%;
}
.btn-top:hover i {
  color: #fff;
  top: 5px;
}

/* Scroll Down */
.btn-down {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.btn-down span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #120a8f;
  border-bottom: 1px solid #120a8f;
  transform: rotate(-45deg);
  box-sizing: border-box;
  transition: background .5s;
}
.btn-down span:hover {
  background: #120a8f;
}

/* Main Text */
.main-bg {
  display: block;
  height: 100vh;
  min-height: 300px;
  background-color: #040404;
}
.main-pb {
  padding-bottom: 35px;
}
.main-text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.main-text-h1 {
  /* font-family: 'Lighthaus', serif; */
  font-family: 'Arial', sans-serif;
  color: #fff;
  font-size: 65px;
  letter-spacing: 4px;
}
.main-text-h2 {
  font-family: 'Arial', sans-serif;
  /* font-family: 'Lighthaus', serif; */
  color: #fff;
}
.main-text-city {
  /* font-family: 'Caviar', serif; */
  font-family: 'Arial', sans-serif;
}
.main-text-rules {
  font-size: 27px;
}
.main-text-ul {
  list-style: none;
  padding-left: 10px;
}
.main-text-ul-li {
  /* font-family: 'Lighthaus', serif; */
  font-family: 'Arial', sans-serif;
  color: #fff;
  display: inline;
  margin-right: 20px;
  font-size: 25px;
}

/* Main Image */
#Main-Image {
  background: #040404;
}
.fullScreenImg {
  display: block;
  height: 100vh;
  min-height: 300px;
  background-image: url('../img/other/yoga.jpg');
  background-position: bottom;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

/* Line */
.container-fix {
  margin-top: -1px;
}
.lines {
  /* z-index: 1; */
}
.rectangular {
  z-index: 2;
}
.line-1 {
  width: 3px;
  height: 100px;
  background: #BB0D0C;
  position: absolute;
  top: 1px;
  right: 580px;
}
.rectangular-1 {
  width: 30px;
  height: 30px;
  background: #120a8f;
  position: absolute;
  top: 100px;
  right: 566px;
  transform: rotate(-45deg);
}
.line-2 {
  width: 3px;
  height: 500px;
  background: #BB0D0C;
  position: absolute;
  top: -135px;
  right: 850px;
  transform: rotate(90deg);
}
.rectangular-2 {
  width: 30px;
  height: 30px;
  background: #120a8f;
  position: absolute;
  top: 100px;
  left: 19px;
  transform: rotate(-45deg);
}
.line-3 {
  width: 3px;
  height: 255px;
  background: #BB0D0C;
  position: absolute;
  top: 123px;
  left: 33px;
}
.rectangular-3 {
  width: 30px;
  height: 30px;
  background: #120a8f;
  position: absolute;
  top: 380px;
  left: 19px;
  transform: rotate(-45deg);
}
.line-4 {
  width: 3px;
  height: 550px;
  background: #BB0D0C;
  position: absolute;
  top: 120px;
  right: 840px;
  transform: rotate(90deg);
}
.rectangular-4 {
  width: 30px;
  height: 30px;
  background: #120a8f;
  position: absolute;
  top: 380px;
  right: 550px;
  transform: rotate(-45deg);
}
.line-5 {
  width: 3px;
  height: 865px;
  background: #BB0D0C;
  position: absolute;
  top: 412px;
  right: 564px;
}
.rectangular-5 {
  width: 30px;
  height: 30px;
  background: #120a8f;
  position: absolute;
  top: 1275px;
  right: 551px;
  transform: rotate(-45deg);
}
.line-6 {
  width: 3px;
  height: 550px;
  background: #BB0D0C;
  position: absolute;
  top: 1015px;
  right: 840px;
  transform: rotate(90deg);
}
.rectangular-6 {
  width: 30px;
  height: 30px;
  background: #120a8f;
  position: absolute;
  top: 1275px;
  transform: rotate(-45deg);
  left: 18px;
}
.line-7 {
  width: 3px;
  height: 325px;
  background: #BB0D0C;
  position: absolute;
  top: 1310px;
  left: 32px;
}
.rectangular-7 {
  width: 30px;
  height: 30px;
  background: #120a8f;
  position: absolute;
  top: 1600px;
  transform: rotate(-45deg);
  left: 18px;
}
.line-8 {
  width: 3px;
  height: 580px;
  background: #BB0D0C;
  position: absolute;
  top: 1325px;
  right: 808px;
  transform: rotate(90deg);
}
.rectangular-8 {
  width: 30px;
  height: 30px;
  background: #120a8f;
  position: absolute;
  top: 1600px;
  right: 489px;
  transform: rotate(-45deg);
}
.line-9 {
  width: 3px;
  height: 72px;
  background: #BB0D0C;
  position: absolute;
  top: 1646px;
  right: 503px;
}

/* First Main Section */
.first-main-section {
  background: url('../img/other/sky.jpg');
  background-size: cover;
}

/* Main About */
.main-about-h2 {
  /* font-family: 'Lighthaus', serif; */
  font-family: 'Arial', sans-serif;
  text-align: center;
  margin: 0;
  padding-bottom: 40px;
  font-size: 45px;
  letter-spacing: 3px;
}
.main-about-p {
  text-align: center;
  margin: 0;
  font-size: 25px;
}

/* Sub-About */
.padd-right {
  padding-right: 30px;
}
.padd-left {
  padding-left: 40px;
}
.pt1-sub-about-h2 {
  /* font-family: 'Lighthaus', serif; */
  font-family: 'Arial', sans-serif;
  font-size: 35px;
  letter-spacing: 2px;
  padding-bottom: 40px;
  margin: 0;
  text-align: center;
}
.pt1-sub-about-p {
  text-align: center;
  margin: 0;
  font-size: 20px;
}
.pt2-sub-about-h3 {
  /* font-family: 'Lighthaus', serif; */
  font-family: 'Arial', sans-serif;
  letter-spacing: 2px;
  padding-bottom: 10px;
  margin: 0;
  text-align: center;
}
.pt2-sub-about-ul {
  list-style: none;
}
.pt2-sub-about-ul-li {
  font-size: 20px;
  padding-bottom: 30px;
}
.pt2-sub-about-ul-li:first-child {
  padding-top: 30px;
}
.pt2-sub-about-ul-li:last-child {
  padding-bottom: 0px;
}

/* Gallery */
.div-gall {
  border-radius: 8px;
  overflow: hidden;
  display: inline-block;
}
.gall-img-anim {
  transition: all .6s;
  filter: grayscale(100%);
}
.div-gall:hover .gall-img-anim {
  transform: scale(1.3);
  filter: grayscale(0%);
}
.zIndex-img {
  z-index: 5;
}
.padd-top-img {
  padding-top: 0 rem !important;
}
.indicators-pb {
  margin-bottom: 35px;
}

/* Schedule */
.schedule-line {
  width: 2px;
  height: 40px;
  background: #BB0D0C;
  position: absolute;
  top: -5px;
  left: 0px;
}
.schedule-rectangular {
  width: 20px;
  height: 20px;
  background: #BB0D0C;
  position: absolute;
  top: 35px;
  left: -9px;
  transform: rotate(-45deg);
}
.schedule-h3 {
  text-transform: uppercase;
  margin-left: 10px;
}
.schedule-ul-2 {
  list-style: none;
  margin-top: -47px;
  margin-left: 25px;
  padding-left: 45px;
}
.schedule-ul-3 {
  list-style: none;
  margin-top: -60px;
  margin-left: 25px;
  padding-left: 45px;
}
.schedule-ul-4 {
  list-style: none;
  margin-top: -70px;
  margin-left: 25px;
  padding-left: 45px;
}
.schedule-pt-5 {
  padding-top: 3.5rem;
}

/* Second Main Section */
.second-main-section {
  background: #030303;
}

/* Contacts */
.contacts-container {
  padding: 0px;
}
.contacts-form {
  position: relative;
  z-index: 1;
  height: auto;
  color: white;
}
.map-iframe {
  border: none;
  opacity: .6;
}
.contacts-text-box {
  position: absolute;
  bottom: 170px;
  color: #777;
  opacity: 1;
  background: rgba(4, 4, 4, 0.7);
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: 60px;
}
.contacts-line {
  width: 2px;
  height: 40px;
  background: #BB0D0C;
  position: absolute;
  top: 28px;
  left: 60px; /* 35px */
}
.contacts-text-box-h3 {
  font-size: 30px;
  margin-bottom: 20px;
  margin-left: 30px;
}
.contacts-text-box-ul {
  list-style: none;
  padding-left: 25px;
  margin: 0px;
}
.contacts-text-box-li {
  font-size: 20px;
}

/* Footer */
.designBy {
  font-family: 'Lato', sans-serif;
}
.designBy a {
  text-decoration: none;
  font-size: 18px;
  color: #ffff00;
  border: 2px solid;
  padding: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
.footer-pb-pt-2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* Media Queries */
@media (min-width: 320px)  and (max-width: 357px)  {
  /* Main Text */
  .main-pb {
    padding-bottom: 0px;
  }
  .main-text-title {
    font-size: 32px;
    padding-bottom: 20px;
    letter-spacing: 0px;
  }
  .main-text-city {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .main-text-years {
    font-size: 17px;
    padding-bottom: 20px;
  }
  .main-text-rules {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .main-text-ul-li {
    font-size: 17px;
  }

  /* Main About */
  .main-about-h2 {
    font-size: 27px;
  }
  .main-about-p {
    font-size: 17px;
  }

  /* Sub About */
  .pt1-sub-about-h2 {
    font-size: 24px;
  }
  .pt1-sub-about-p {
    font-size: 16px;
  }
  .pt2-sub-about-h3 {
    text-align: center;
    padding-top: 40px;
    font-size: 22px;
  }
  .pt2-sub-about-ul-li {
    font-size: 18px;
  }

  /* Schedule */
  .schedule-res-padd {
    padding-top: 0px !important;
  }
  .schedule-h3 {
    margin-left: 0px;
  }
  .schedule-ul-2,
  .schedule-ul-3,
  .schedule-ul-4 {
    padding-left: 23px;
  }
  .schedule-separator {
    display: none;
  }
  .scheadule-col-mb {
    margin-bottom: 35px;
  }

  /* Сontacts */
  .contacts-text-box {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 0px;
  }
  .contacts-line {
    top: 13px;
    left: 40px;
  }

  /* Footer */
  .designBy a {
    font-size: 14px;
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (min-width: 357px)  and (max-width: 375px)  {
  /* Main Text */
  .main-pb {
    padding-bottom: 0px;
  }
  .main-text-title {
    font-size: 33px;
    padding-bottom: 20px;
    letter-spacing: 0px;
  }
  .main-text-city {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .main-text-years {
    font-size: 17px;
    padding-bottom: 20px;
  }
  .main-text-rules {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .main-text-ul-li {
    font-size: 17px;
  }

  /* Main About */
  .main-about-h2 {
    font-size: 40px;
  }
  .main-about-p {
    font-size: 20px;
    padding-top: 30px
  }

  /* Sub About */
  .pt1-sub-about-h2 {
    font-size: 26px;
  }
  .pt1-sub-about-p {
    font-size: 18px;
  }
  .pt2-sub-about-h3 {
    padding-top: 40px;
    font-size: 21px;
  }
  .pt2-sub-about-ul-li {
    font-size: 18px;
  }

  /* Schedule */
  .schedule-res-padd {
    padding-top: 0px !important;
  }
  .schedule-h3 {
    margin-left: 0px;
  }
  .schedule-ul-2,
  .schedule-ul-3,
  .schedule-ul-4 {
    padding-left: 23px;
  }
  .schedule-separator {
    display: none;
  }
  .scheadule-col-mb {
    margin-bottom: 35px;
  }

  /* Сontacts */
  .contacts-text-box {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 0px;
  }
  .contacts-line {
    top: 13px;
    left: 40px;
  }
}
@media (min-width: 375px)  and (max-width: 400px)  {
  /* Main Text */
  .main-pb {
    padding-bottom: 0px;
  }
  .main-text-title {
    font-size: 36px;
    padding-bottom: 20px;
    letter-spacing: 0px;
  }
  .main-text-city {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .main-text-years {
    font-size: 19px;
    padding-bottom: 20px;
  }
  .main-text-rules {
    font-size: 17px;
    padding-bottom: 20px;
  }
  .main-text-ul-li {
    font-size: 19px;
  }

  /* Main About */
  .main-about-h2 {
    font-size: 25px;
  }
  .main-about-p {
    font-size: 18px;
    padding-top: 30px
  }

  /* Sub About */
  .pt1-sub-about-h2 {
    font-size: 21px;
  }
  .pt1-sub-about-p {
    font-size: 17px;
  }
  .pt2-sub-about-h3 {
    padding-top: 40px;
    font-size: 21px;
  }
  .pt2-sub-about-ul-li {
    font-size: 18px;
  }

  /* Schedule */
  .schedule-res-padd {
    padding-top: 0px !important;
  }
  .schedule-h3 {
    margin-left: 0px;
  }
  .schedule-ul-2,
  .schedule-ul-3,
  .schedule-ul-4 {
    padding-left: 23px;
  }
  .schedule-separator {
    display: none;
  }
  .scheadule-col-mb {
    margin-bottom: 35px;
  }

  /* Сontacts */
  .contacts-text-box {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 0px;
  }
  .contacts-line {
    top: 13px;
    left: 40px;
  }
}
@media (min-width: 400px)  and (max-width: 425px)  {
  /* Main Text */
  .main-pb {
    padding-bottom: 0px;
  }
  .main-text-title {
    font-size: 37px;
    padding-bottom: 20px;
    letter-spacing: 0px;
  }
  .main-text-city {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .main-text-years {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .main-text-rules {
    font-size: 17px;
    padding-bottom: 20px;
  }
  .main-text-ul-li {
    font-size: 19px;
  }

  /* Main About */
  .main-about-h2 {
    font-size: 30px;
    padding-bottom: 30px;
  }
  .main-about-p {
    font-size: 20px;
  }

  /* Sub About */
  .pt1-sub-about-h2 {
    font-size: 30px;
  }
  .pt1-sub-about-p {
    font-size: 20px;
  }
  .pt2-sub-about-h3 {
    padding-top: 50px;
    font-size: 25px;
  }
  .pt2-sub-about-ul-li {
    font-size: 21px;
  }

  /* Schedule */
  .schedule-res-padd {
    padding-top: 0px !important;
  }
  .schedule-h3 {
    margin-left: 10px;
  }
  .schedule-ul-2,
  .schedule-ul-3,
  .schedule-ul-4 {
    padding-left: 40px;
  }
  .schedule-separator {
    display: none;
  }
  .scheadule-col-mb {
    margin-bottom: 35px;
  }

  /* Сontacts */
  .contacts-text-box {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 0px;
  }
  .contacts-line {
    top: 13px;
    left: 40px;
  }
}
@media (min-width: 425px)  and (max-width: 550px)  {
  /* Main Text */
  .main-pb {
    padding-bottom: 0px;
  }
  .main-text-title {
    font-size: 37px;
    padding-bottom: 20px;
    letter-spacing: 0px;
  }
  .main-text-city {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .main-text-years {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .main-text-rules {
    font-size: 19px;
    padding-bottom: 20px;
  }
  .main-text-ul-li {
    font-size: 20px;
  }

  /* Main About */
  .main-about-h2 {
    font-size: 36px;
  }
  .main-about-p {
    font-size: 24px;
  }

  /* Sub About */
  .pt1-sub-about-h2 {
    font-size: 30px;
  }
  .pt1-sub-about-p {
    font-size: 20px;
  }
  .pt2-sub-about-h3 {
    padding-top: 40px;
    font-size: 23px;
  }
  .pt2-sub-about-ul-li {
    font-size: 22px;
  }

  /* Schedule */
  .schedule-res-padd {
    padding-top: 0px !important;
  }
  .schedule-h3 {
    margin-left: 15px;
  }
  .schedule-ul-2,
  .schedule-ul-3,
  .schedule-ul-4 {
    padding-left: 50px;
  }
  .schedule-separator {
    display: none;
  }
  .scheadule-col-mb {
    margin-bottom: 40px;
  }

  /* Сontacts */
  .contacts-text-box {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 0px;
  }
  .contacts-line {
    top: 13px;
    left: 40px;
  }
}
@media (min-width: 550px)  and (max-width: 576px)  {
  /* Schedule */
  .schedule-res-padd {
    padding-top: 0px !important;
  }
  .schedule-h3 {
    margin-left: 15px;
  }
  .schedule-ul-2,
  .schedule-ul-3,
  .schedule-ul-4 {
    padding-left: 50px;
  }
  .schedule-separator {
    display: none;
  }
  .scheadule-col-mb {
    margin-bottom: 40px;
  }
}
@media (min-width: 550px)  and (max-width: 650px)  {
  /* Main Text */
  .main-pb {
    padding-bottom: 0px;
  }
  .main-text-title {
    font-size: 40px;
    padding-bottom: 20px;
    letter-spacing: 0px;
  }
  .main-text-city {
    font-size: 21px;
    padding-bottom: 20px;
  }
  .main-text-years {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .main-text-rules {
    font-size: 21px;
    padding-bottom: 20px;
  }
  .main-text-ul-li {
    font-size: 22px;
    margin-right: 3px;
  }

  /* Main About */
  .main-about-h2 {
    font-size: 32px;
  }
  .main-about-p {
    font-size: 23px;
  }

  /* Sub About */
  .pt1-sub-about-h2 {
    font-size: 34px;
  }
  .pt1-sub-about-p {
    font-size: 22px;
  }
  .pt2-sub-about-h3 {
    padding-top: 50px;
    font-size: 27px;
  }
  .pt2-sub-about-ul-li {
    font-size: 24px;
  }

  /* Schedule */
  .schedule-h3 {
    margin-left: 15px;
  }
  .schedule-ul-2,
  .schedule-ul-3,
  .schedule-ul-4 {
    padding-left: 50px;
  }
  .schedule-separator {
    display: none;
  }
  .scheadule-col-mb {
    margin-bottom: 40px;
  }

  /* Сontacts */
  .contacts-text-box {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 0px;
  }
  .contacts-line {
    top: 13px;
    left: 40px;
  }
}
@media (min-width: 650px)  and (max-width: 768px)  {
  /* Main Text */
  .main-pb {
    padding-bottom: 0px;
  }
  .main-text-title {
    font-size: 40px;
    padding-bottom: 20px;
    letter-spacing: 0px;
  }
  .main-text-city {
    font-size: 21px;
    padding-bottom: 20px;
  }
  .main-text-years {
    font-size: 25px;
    padding-bottom: 20px;
  }
  .main-text-rules {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .main-text-ul-li {
    font-size: 24px;
    margin-right: 3px;
  }

  /* Main About */
  .main-about-h2 {
    font-size: 32px;
  }
  .main-about-p {
    font-size: 23px;
  }

  /* Sub About */
  .pt1-sub-about-h2 {
    font-size: 34px;
  }
  .pt1-sub-about-p {
    font-size: 22px;
  }
  .pt2-sub-about-h3 {
    padding-top: 60px;
    font-size: 27px;
  }
  .pt2-sub-about-ul-li {
    font-size: 24px;
  }

  /* Schedule */
  .schedule-h3 {
    margin-left: 15px;
  }
  .schedule-ul-2,
  .schedule-ul-3,
  .schedule-ul-4 {
    padding-left: 50px;
  }
  .schedule-separator {
    display: none;
  }
  .scheadule-col-mb {
    margin-bottom: 40px;
  }

  /* Сontacts */
  .contacts-text-box {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 0px;
  }
  .contacts-line {
    top: 13px;
    left: 40px;
  }
}
@media (min-width: 768px)  and (max-width: 1024px) {
  /* Main Text */
  .main-pb {
    padding-bottom: 0px;
  }
  .main-text-title {
    font-size: 43px;
    padding-bottom: 20px;
    letter-spacing: 0px;
  }
  .main-text-city {
    font-size: 23px;
    padding-bottom: 20px;
  }
  .main-text-years {
    font-size: 30px;
    padding-bottom: 20px;
  }
  .main-text-rules {
    font-size: 23px;
    padding-bottom: 20px;
  }
  .main-text-ul-li {
    font-size: 26px;
    margin-right: 3px;
  }

  /* Main About */
  .main-about-h2 {
    font-size: 35px;
  }
  .main-about-p {
    font-size: 24px;
  }

  /* Sub About */
  .pt1-sub-about-h2 {
    font-size: 24px;
  }
  .pt1-sub-about-p {
    font-size: 16px;
  }
  .pt2-sub-about-h3 {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 19px;
  }
  .pt2-sub-about-ul {
    padding-top: 20px;
  }
  .pt2-sub-about-ul-li {
    font-size: 17px;
  }
  .pt2-sub-about-ul-li:first-child {
    padding-top: 40px;
  }

  /* Сontacts */
  .contacts-text-box {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 0px;
  }
  .contacts-line {
    top: 13px;
    left: 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  /* Main Text */
  .main-pb {
    padding-bottom: 0px;
  }
  .main-text-title {
    font-size: 43px;
    padding-bottom: 20px;
    letter-spacing: 0px;
  }
  .main-text-city {
    font-size: 23px;
    padding-bottom: 20px;
  }
  .main-text-years {
    font-size: 30px;
    padding-bottom: 20px;
  }
  .main-text-rules {
    font-size: 23px;
    padding-bottom: 20px;
  }
  .main-text-ul-li {
    font-size: 26px;
    margin-right: 3px;
  }

  /* Main About */
  .main-about-h2 {
    font-size: 40px;
  }
  .main-about-p {
    font-size: 26px;
  }

  /* Sub About */
  .pt1-sub-about-h2 {
    font-size: 30px;
  }
  .pt1-sub-about-p {
    font-size: 17px;
  }
  .pt2-sub-about-h3 {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 25px;
  }
  .pt2-sub-about-ul {
    padding-top: 20px;
  }
  .pt2-sub-about-ul-li {
    font-size: 20px;
  }
  .pt2-sub-about-ul-li:first-child {
    padding-top: 10px;
  }

  /* Сontacts */
  .contacts-text-box {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 0px;
  }
  .contacts-line {
    top: 13px;
    left: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  /* Main Text */
  .main-pb {
    padding-bottom: 0px;
  }
  .main-text-title {
    font-size: 50px;
    padding-bottom: 20px;
    letter-spacing: 0px;
  }
  .main-text-city {
    font-size: 25px;
    padding-bottom: 20px;
  }
  .main-text-years {
    font-size: 33px;
    padding-bottom: 20px;
  }
  .main-text-rules {
    font-size: 25px;
    padding-bottom: 20px;
  }
  .main-text-ul-li {
    font-size: 33px;
    margin-right: 1px;
  }
}
@media (min-width: 1440px) and (max-width: 1800px) {
  /* Main Text */
  .main-pb {
    padding-bottom: 0px;
  }
  .main-text-title {
    font-size: 60px;
    padding-bottom: 20px;
    letter-spacing: 0px;
  }
  .main-text-city {
    font-size: 30px;
    padding-bottom: 20px;
  }
  .main-text-years {
    font-size: 42px;
    padding-bottom: 20px;
  }
  .main-text-rules {
    font-size: 30px;
    padding-bottom: 20px;
  }
  .main-text-ul-li {
    font-size: 40px;
    margin-right: 1px;
  }
}
@media (min-width: 1800px) and (max-width: 2000px) {
  /* Main Text */
  .main-pb {
    padding-bottom: 0px;
  }
  .main-text-title {
    font-size: 65px;
    padding-bottom: 20px;
    letter-spacing: 0px;
  }
  .main-text-city {
    font-size: 35px;
    padding-bottom: 20px;
  }
  .main-text-years {
    font-size: 46px;
    padding-bottom: 20px;
  }
  .main-text-rules {
    font-size: 35px;
    padding-bottom: 20px;
  }
  .main-text-ul-li {
    font-size: 40px;
    margin-right: 1px;
  }

  /* Sub About */
  .pt1-sub-about-h2 {
    font-size: 40px;
    padding-bottom: 60px;
  }
  .pt1-sub-about-p {
    font-size: 27px;
  }
  .pt2-sub-about-h3 {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 35px;
  }
  .pt2-sub-about-ul {
    padding-top: 0px;
  }
  .pt2-sub-about-ul-li {
    font-size: 28px;
  }
  .pt2-sub-about-ul-li:first-child {
    padding-top: 19px;
  }
}
@media (min-width: 2000px) and (max-width: 2200px) {
  /* Main Text */
  .main-pb {
    padding-bottom: 0px;
  }
  .main-text-title {
    font-size: 70px;
    padding-bottom: 20px;
    letter-spacing: 0px;
  }
  .main-text-city {
    font-size: 40px;
    padding-bottom: 20px;
  }
  .main-text-years {
    font-size: 50px;
    padding-bottom: 20px;
  }
  .main-text-rules {
    font-size: 40px;
    padding-bottom: 20px;
  }
  .main-text-ul-li {
    font-size: 45px;
    margin-right: 1px;
  }
}
@media (min-width: 2200px) and (max-width: 2600px) {
  /* Main Text */
  .main-pb {
    padding-bottom: 0px;
  }
  .main-text-title {
    font-size: 80px;
    padding-bottom: 20px;
    letter-spacing: 0px;
  }
  .main-text-city {
    font-size: 47px;
    padding-bottom: 20px;
  }
  .main-text-years {
    font-size: 55px;
    padding-bottom: 20px;
  }
  .main-text-rules {
    font-size: 47px;
    padding-bottom: 20px;
  }
  .main-text-ul-li {
    font-size: 50px;
    margin-right: 10px;
  }

  /* Main About */
  .main-about-h2 {
    font-size: 55px;
  }
  .main-about-p {
    font-size: 30px;
  }

  /* Sub About */
  .pt1-sub-about-h2 {
    font-size: 40px;
    padding-bottom: 60px;
  }
  .pt1-sub-about-p {
    font-size: 27px;
  }
  .pt2-sub-about-h3 {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 35px;
  }
  .pt2-sub-about-ul {
    padding-top: 0px;
  }
  .pt2-sub-about-ul-li {
    font-size: 28px;
  }
  .pt2-sub-about-ul-li:first-child {
    padding-top: 19px;
  }
}

/* Advanced Media Queries */
@media screen and (max-height: 100px) {
  /* Main Text */
  .main-pb {
    padding-bottom: 0px;
  }
  .main-text-title {
    color: red;
    font-size: 10px;
    padding-bottom: 3px;
    margin-bottom: 0px;
  }
  .main-text-city {
    font-size: 11px;
    padding-bottom: 0px;
    margin-bottom: 6px;
  }
  .main-text-years {
    font-size: 8px;
    padding-bottom: 0px;
    margin-bottom: 5px;
  }
  .main-text-rules {
    font-size: 7px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .main-text-ul {
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: -5px;
  }
  .main-text-ul-li {
    font-size: 5px;
    margin-right: 0px;
  }
  .btn-down span {
    width: 10px;
    height: 10px;
    margin-left: 0px;
  }
}
@media (min-height: 100px) and (max-height: 190px) {
  /* Main Text */
  .main-pb {
    padding-bottom: 0px;
  }
  .main-text-title {
    color: red;
    font-size: 10px;
    padding-bottom: 3px;
    margin-bottom: 0px;
  }
  .main-text-city {
    font-size: 11px;
    padding-bottom: 0px;
    margin-bottom: 6px;
  }
  .main-text-years {
    font-size: 8px;
    padding-bottom: 0px;
    margin-bottom: 5px;
  }
  .main-text-rules {
    font-size: 7px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .main-text-ul {
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: -5px;
  }
  .main-text-ul-li {
    font-size: 5px;
    margin-right: 0px;
  }
  .btn-down span {
    width: 10px;
    height: 10px;
    margin-left: 0px;
  }
}
@media (min-height: 190px) and (max-height: 275px) {
  /* Main Text */
  .main-pb {
    padding-bottom: 0px;
  }
  .main-text-title {
    font-size: 12px;
    padding-bottom: 0px;
  }
  .main-text-city {
    font-size: 14px;
    padding-bottom: 0px;
  }
  .main-text-years {
    font-size: 10px;
    padding-bottom: 5px;
  }
  .main-text-rules {
    font-size: 10px;
    padding-bottom: 0px;
  }
  .main-text-ul-li {
    font-size: 9px;
    margin-right: 0px;
  }
  .btn-down span {
    width: 13px;
    height: 13px;
  }
}
@media (min-height: 275px) and (max-height: 320px) {
  /* Main Text */
  .main-pb {
    padding-bottom: 5px;
  }
  .main-text-title {
    font-size: 17px;
    padding-bottom: 0px;
  }
  .main-text-city {
    font-size: 17px;
    padding-bottom: 7px;
  }
  .main-text-years {
    font-size: 12px;
    padding-bottom: 5px;
  }
  .main-text-rules {
    font-size: 13px;
    padding-bottom: 0px;
  }
  .main-text-ul-li {
    font-size: 11px;
  }
  .btn-down span {
    width: 13px;
    height: 13px;
  }
}
@media (min-height: 320px) and (max-height: 400px) {
  /* Main Text */
  .main-pb {
    padding-bottom: 10px;
  }
  .main-text-title {
    font-size: 20px;
    padding-bottom: 5px;
  }
  .main-text-city {
    font-size: 21px;
    padding-bottom: 10px;
  }
  .main-text-years {
    font-size: 13px;
    padding-bottom: 15px;
  }
  .main-text-rules {
    font-size: 13px;
    padding-bottom: 10px;
  }
  .main-text-ul-li {
    font-size: 13px;
  }
  .btn-down span {
    width: 18px;
    height: 18px;
  }
}
@media (min-height: 400px) and (max-height: 575px) {
  /* Main Text */
  .main-text-title {
    font-size: 20px;
    padding-bottom: 5px;
  }
  .main-text-city {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .main-text-years {
    font-size: 15px;
    padding-bottom: 20px;
  }
  .main-text-rules {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .main-text-ul-li {
    font-size: 15px;
  }
  .btn-down span {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 767px)  {
  /* Scroll Top */
  .btn-top {
    display: none !important;
  }

  /* Schedule */
  .schedule-pt-5 {
    padding-top: 0rem;
  }

  /* Gallery */
  .adaptive-none {
    display: none;
  }
  .padd-top-img {
    padding-top: 1rem !important;
  }
}
@media screen and (max-width: 1000px) {
  /* Gallery */
  .gall-img-anim {
    filter: grayscale(0%);
  }
}

/* Adaptive Line */
@media screen and (max-width: 1999px) {
  /* Lines */
  #Lines {
    display: none;
  }

  /* Sub About */
  .padd-right {
    padding-right: 15px;
  }
  .padd-left {
    padding-left: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1800px) {
  /* Lines */
  #Lines {
    display: block;
    margin-top: -1px;
  }

  /* Sub About */
  .padd-right {
    padding-right: 40px;
  }
  .padd-left {
    padding-left: 40px;
  }

  /* Group 7 */
  .line-7 {
    height: 316px;
  }
  .rectangular-7 {
    top: 1615px;
  }

  /* Group 8 */
  .line-8 {
    top: 1340px;
  }
  .rectangular-8 {
    top: 1615px;
    right: 490px;
  }

  /* Group 9 */
  .line-9 {
    height: 35px;
  }
}
@media (min-width: 1800px) and (max-width: 2000px) {
  /* Sub About */
  .padd-right {
    padding-right: 40px;
  }
  .padd-left {
    padding-left: 40px;
  }

  /* Gallery */
  .padd-left-adaptive {
    padding-left: 35px;
  }

  /* Contacts */
  .responsive-contacts {
    margin-top: -1px;
  }

  /* Lines */
  #Lines {
    display: block;
    margin-top: -1px;
  }

  /* Group 5 */
  .line-5 {
    width: 3px;
    height: 1200px;
  }
  .rectangular-5 {
    top: 1605px;
    right: 551px;
  }

  /* Group 6 */
  .line-6 {
    top: 1345px;
  }
  .rectangular-6 {
    top: 1605px;
    left: 14px;
  }

  /* Group 7 */
  .line-7 {
    height: 342px;
    top: 1625px;
    left: 28px;
  }
  .rectangular-7 {
    top: 1940px;
    left: 14px;
  }

  /* Group 8 */
  .line-8 {
    top: 1665px;
  }
  .rectangular-8 {
    top: 1940px;
    right: 490px;
  }

  /* Group 9 */
  .line-9 {
    height: 55px;
    top: 1960px;
  }
}
@media (min-width: 2000px) and (max-width: 2200px) {
  /* Sub About */
  .padd-right {
    padding-right: 40px;
  }
  .padd-left {
    padding-left: 40px;
  }

  /* Gallery */
  .padd-left-adaptive {
    padding-left: 35px;
  }

  /* Contacts */
  .responsive-contacts {
    margin-top: -1px;
  }

  /* Lines */
  #Lines {
    display: block;
    margin-top: -1px;
  }

  /* Group 5 */
  .line-5 {
    width: 3px;
    height: 850px;
  }
  .rectangular-5 {
    top: 1250px;
    right: 551px;
  }

  /* Group 6 */
  .line-6 {
    top: 990px;
  }
  .rectangular-6 {
    top: 1250px;
    left: 14px;
  }

  /* Group 7 */
  .line-7 {
    height: 365px;
    top: 1270px;
    left: 28px;
  }
  .rectangular-7 {
    top: 1610px;
    left: 14px;
  }

  /* Group 8 */
  .line-8 {
    top: 1335px;
  }
  .rectangular-8 {
    top: 1610px;
    right: 490px;
  }

  /* Group 9 */
  .line-9 {
    height: 52px;
    top: 1630px;
  }
}
@media (min-width: 2200px) and (max-width: 2600px) {
  /* Sub About */
  .padd-right {
    padding-right: 40px;
  }
  .padd-left {
    padding-left: 40px;
  }

  /* Gallery */
  .padd-left-adaptive {
    padding-left: 35px;
  }

  /* Contacts */
  .responsive-contacts {
    margin-top: -2px;
  }

  /* Lines */
  #Lines {
    display: block;
    margin-top: -1px;
  }

  /* Group 4 */
  .rectangular-4 {
    right: 552px;
  }

  /* Group 5 */
  .line-5 {
    width: 3px;
    height: 1200px;
  }
  .rectangular-5 {
    top: 1615px;
    right: 550px;
  }

  /* Group 6 */
  .line-6 {
    top: 1355px;
  }
  .rectangular-6 {
    top: 1615px;
    left: 13px;
  }

  /* Group 7 */
  .line-7 {
    height: 350px;
    top: 1620px;
    left: 27px;
  }
  .rectangular-7 {
    top: 1950px;
    left: 13px;
  }

  /* Group 8 */
  .line-8 {
    top: 1675px;
  }
  .rectangular-8 {
    top: 1950px;
    right: 490px;
  }

  /* Group 9 */
  .line-9 {
    height: 65px;
    top: 1970px;
  }
}

/* Delete White Line */
@media (max-width: 1800px) {
  .fullScreenImg {
    margin-top: -2px;
  }
  .second-main-section {
    margin-top: -2px;
  }
}
@media (min-width: 1800px) and (max-width: 2200px) {
  #Lines {
    display: block;
    margin-top: -3px;
  }
  .fullScreenImg {
    margin-top: -2px;
  }
}
@media (min-width: 2200px) and (max-width: 2600px) {
  #Lines {
    display: block;
    margin-top: -2px;
  }
  .fullScreenImg {
    margin-top: -2px;
  }
}
ul.lang{
	 padding-top: 20px;
	 padding-right: 40px;
	 text-align:center;
}
li.lang-item{
	  display: inline-block; 
}
