@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans/OpenSans-LightItalic.woff2") format("woff2"), url("../fonts/OpenSans/OpenSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans/OpenSans-Medium.woff2") format("woff2"), url("../fonts/OpenSans/OpenSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, html {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: 'Open Sans';
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

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

li {
  margin: 0;
  padding: 0;
}

button {
  outline: none;
}

input {
  outline: none;
}

div {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: #000;
}

section {
  margin: 0;
  padding: 70px 0px;
  position: relative;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .container {
    max-width: 740px;
  }
  section {
    padding: 50px 0px !important;
  }
  p {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  main {
    overflow: hidden;
  }
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
  section {
    padding: 50px 0px !important;
  }
  p {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .container {
    max-width: 890px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  section {
    padding: 50px 0px !important;
  }
  p {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .container {
    max-width: 992px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  p {
    font-size: 23px !important;
    line-height: 33px !important;
  }
  .container {
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1750px) {
  p {
    font-size: 23px !important;
    line-height: 33px !important;
  }
  .container {
    max-width: 1300px;
  }
}

.button-o{
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
  color: #CD9191;
  border: 2px solid #CD9191;
  cursor: pointer;
  padding: 15px 55px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navigation .button-o{
  border: none;
}

.navigation .button-o a{
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
  color: #CD9191;
  border: 2px solid #CD9191;
  cursor: pointer;
  padding: 15px 55px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .button-o {
    font-size: 16px;
    padding: 13px 23px;
  }
}

.section-left-t {
  position: absolute;
  left: -3%;
  top: 40%;
  background-color: #CD9191;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  padding: 13px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.pagination .button-o {
  padding: 10px 15px;
}

h2, .title-s {
  font-size: 83px;
  text-align: center;
  text-transform: uppercase;
  color: #CD9191;
  font-weight: 300;
}

.swiper-pagination {
  position: relative !important;
}

.swiper-pagination-bullet {
  margin-right: 25px !important;
  width: 12px !important;
  height: 12px !important;
  background-color: #C0C0C0 !important;
}

.swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}

.swiper-pagination-bullet-active {
  background-color: #808080 !important;
}

.line {
  margin-top: -60px;
  position: relative;
  z-index: 2;
}

.line .social {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
}

.line .social a {
  width: 45px;
  height: 45px;
  margin-right: 30px;
}

.line .social a:last-child {
  margin-right: 0;
}

.line .social a svg .cls-1, .line .social a svg .cls-2 {
  fill: #CD9191;
}
.line .lang-switch {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (min-width: 320px) and (max-width: 1200px) {
  .pagination {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
  }
  .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    margin-right: 15px !important;
  }
  h2, .title-s {
    font-size: 40px;
  }
  .section-left-t {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1750px) {
  h2, .title-s {
    font-size: 40px;
  }
  
}

.header {
  
  position: relative;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
  position: -webkit-fixed;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
  width: 100%;
}

.header.out {
  transform: translateY(-100%);
}
.header.top{
	background-color: #ffffffcc;
}

.header .nav {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.nav-fixed {
  background-color: #fff!important;
}
/*.nav-fixed .current-menu-item a {
  color: #CD9191!important;
}
.nav-fixed .menu-item a {
  color: #fff;
}
.nav-fixed .social a svg .cls-1, .social a svg .cls-2 {
  fill: #CD9191!important;
}*/
.lang-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lang-switch li{
	list-style: none;
	margin:0 10px;
}

.lang-switch li a {
  color: #CD9191;
}
.lang-switch a {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
  color: #8D8D8D;
  position: relative;
  margin-right: 50px;
}

.lang-switch a:last-child {
  margin-right: 0;
}

.lang-switch a:last-child::after {
  display: none;
}

.lang-switch a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  height: 70%;
  width: 2px;
  background-color: #8D8D8D;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -30px;
}

.lang-switch .current-lang a {
  color: #CD9191;
}

.nav {
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-item {
  margin-right: 50px;
  position: relative;
}

.menu-item::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 70%;
  width: 2px;
  right: -40px;
  background-color: #959595;
}

.menu-item:last-child {
  margin-right: 0;
}

.menu-item a {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 8px;
  color: #959595;
}

.current-menu-item a {
  color: #CD9191;
}

.nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-menu {
  background-color: #ffffff;
  position: fixed;
  top: 13%;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  display: none;
  z-index: 150;
  padding-bottom: 30px;
}

.mobile-menu .lang-switch {
  margin-bottom: 30px;
}

.mobile-menu .lang-switch a {
  font-size: 20px;
}

.mobile-menu.active--btn {
  display: block!important;
}

.mobile-menu .nav-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mobile-menu .nav-list li {
  margin-right: 0;
  margin-bottom: 10px;
}

.mobile-menu .nav-list li::after {
  display: none;
}

.mobile-menu .social {
  min-width: unset;
  max-width: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: unset;
}

.mobile-menu .social a {
  margin-right: 35px;
}

.mobile-menu .social a:last-child {
  margin-right: 0;
}

.mobile-btn {
  width: 30px;
  height: 30px;
  margin-top: 7px;
}

.mobile-btn .open-m, .mobile-btn .close-m {
  display: none;
}

.mobile-btn .open-m {
  display: block;
}

.mobile-btn.active--btn .close-m {
  display: block;
}

.mobile-btn.active--btn .open-m {
  display: none;
}

.mobile-btn img {
  width: 100%;
  height: 100%;
}
.header .social a {
  width: 38px;
  height: 38px;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .nav {
    padding: 0px 0px !important;
  }
  .mobile-menu .menu-item a {
    font-size: 20px;
  }
  .lang-switch {
    font-size: 25px;
  }
  .nav-list {
    height: 60%;
    justify-content: space-evenly;
  }
  .header {
    padding: 20px 0px !important;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 200;
    background-color: #ffffff;
  }
  .header .nav {
    padding: 8px 0px !important;
  }
  .logo--text {
    max-width: 230px;
  }
  .logo--text p {
    font-weight: 300;
    font-size: 33px!important;
    color: #8D8C8C;
  }
  .logo--text p span {
    font-weight: 300;
    font-size: 17px;
    color: #CD9191;
    margin: 3px 0 0 2px;
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .nav .menu-item {
    margin-right: 30px;
  }
  .nav .menu-item::after {
    right: -15px;
    width: 1px;
  }
  .nav .menu-item:last-child::after {
    display: none;
  }
  .nav .menu-item a {
    font-size: 18px;
    letter-spacing: 3px;
  }
  .header .social {
    min-width: unset;
    max-width: unset;
    margin-left: auto;
  }
  .header .social a {
    margin-right: 20px;
  }
  .header .social a:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .nav .menu-item {
    margin-right: 35px;
  }
  .nav .menu-item::after {
    right: -15px;
    width: 1px;
  }
  .nav .menu-item:last-child::after {
    display: none;
  }
  .nav .menu-item a {
    font-size: 35px;
    letter-spacing: 3px;
  }
  .header .social {
    min-width: unset;
    max-width: unset;
    margin-left: auto;
  }
  .header .social a {
    margin-right: 20px;
  }
  .header .social a:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1750px) {
  .nav .menu-item {
    margin-right: 30px;
  }
  .nav .menu-item::after {
    right: -15px;
    width: 1px;
  }
  .nav .menu-item:last-child::after {
    display: none;
  }
  .nav .menu-item a {
    font-size: 25px;
    letter-spacing: 5px;
  }
  .header .social {
    min-width: unset;
    max-width: unset;
    margin-left: auto;
  }
  .header .social a {
    margin-right: 20px;
  }
  .header .social a:last-child {
    margin-right: 0;
  }
}

.offer {
  background-color: #FEFEFE;
  padding: 0px 0px;
  position: relative;
  z-index: 1;
  height: 100vh;
  background-image: url('../img/banner-2.jpg');
  background-size: cover;
  background-position: center;
  margin-top: 120px;
}

/*.offer::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  /background-image: url("../img/offer-bg.png");
  background-repeat: no-repeat;
  background-position: bottom 180px center;
  z-index: -1;
  opacity: 0.3;
}*/
.offer-text {
  font-family: 'Open Sans';
  font-size: 97px;
  text-transform: uppercase;
  font-weight: 300;
  padding-top: 40%;
}
.offer-text h1 {
  text-transform: uppercase;
  font-size: 97px;
  color: #959595;
  font-weight: 300;
}

.offer-text pre {
  font-family: 'Open Sans';
  color: #CD9191;
  display: block;
  margin: 0;
  font-weight: 300;
  font-size: inherit;
  font-weight: inherit;
}

.offer-img {
  margin-top: -30px;
  -webkit-transform: scale(0.87);
      -ms-transform: scale(0.87);
          transform: scale(0.87);
}

.offer-img img {
  width: 80%;
  display: none;
}

.offerConcerts {
  padding-bottom: 0;
  height: unset;
  background-image: url('../img/concerts_bg.jpg');
  padding-bottom: 0;
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100vh;
  margin-top: 0;
}

.offerConcerts::before {
  background-image: url("../img/offer-c-bg.jpg");
  opacity: 1!important;
  background-position: bottom center;
}
.offerConcerts__text {
  position: absolute;
  right: 15%;
  top: 55%;
  padding-top: 0;
}
.offerConcerts__text h1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #CD9191;
  font-size: 97px;
}
.concerts{
  padding-top: 0;
}
.home .concerts{
  padding-top: 70px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .offer {
    padding: unset 0px !important;
    padding-bottom: 100% !important;
    height: unset;
    background-image: none;
  }
  .offer::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../img/offer-bg-m.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    opacity: 1;
  }
  .offerConcerts {
    padding-bottom: 50% !important;
  }
  .offerConcerts::before {
    background-image: url("../img/offer-c-bg-m.jpg");
  }
  .offerConcerts__text h1 {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .offer {
    padding: 0 !important;
    padding-bottom: 15% !important;
  }
  .offer::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../img/offer-bg.png");
    background-repeat: no-repeat;
    background-position: bottom 100px center;
    background-size: 100%;
    opacity: 1;
  }
  .offer-text h1 {
    font-size: 57px;
  }
  .offer-img {
    margin-top: 50px;
  }
  .offer-img img {
    width: 95%;
  }
  .offerConcerts {
    padding-bottom: 85% !important;
  }
  .offerConcerts::before {
    background-image: url("../img/offer-c-bg-m.jpg");
  }
  .offerConcerts__text h1 {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .offer {
    padding: 0 !important;
    padding-bottom: 0% !important;
  }
  /*.offer::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../img/offer-bg.png");
    background-repeat: no-repeat;
    background-position: bottom 133px center;
    background-size: 100%;
    opacity: 1;
  }*/
  .offer-text h1 {
    font-size: 57px;
  }
  .offer-img {
    margin-top: 0px;
  }
  .offer-img img {
    width: 83%;
  }
  .offerConcerts {
    padding-bottom: 50% !important;
  }
  .offerConcerts::before {
    background-image: url("../img/offer-c-bg.jpg");
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1750px) {
  .offer {
    padding: 0 !important;
  }
  /*.offer::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../img/offer-bg.png");
    background-repeat: no-repeat;
    background-position: bottom 160px center;
    background-size: 100%;
  }*/
  .offer-text h1 {
    font-size: 67px;
  }
  .offer-img img {
    width: 83%;
  }
  .offerConcerts {
    padding-bottom: 55% !important;
  }
  .offerConcerts::before {
    background-image: url("../img/offer-c-bg.jpg");
  }
  .offerConcerts__text h1 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #CD9191;
    margin-left: auto;
    margin-right: 15%;
  }
}

.reviews-text {
  font-size: 26px;
  font-weight: 300;
  color: #000;
}

.reviews-text strong {
  display: block;
  font-weight: 700;
  margin-top: 20px;
}

.reviews-img {
  position: relative;
  padding-bottom: 70%;
}
.reviews .swiper-pagination {
  bottom: 33px!important;
}
.reviews-img img {
  width: 100%;
  /*height: 100%;*/
  position: absolute;
  left: 0;
  top: 0;
}
.reviews .section-left-t {
  top: 17%;
  left: -2.5%;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .reviews-img {
    padding-bottom: 80%;
  }
  .reviews-text p {
    font-size: 14px;
  }
  .reviews-text strong {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
  .reviews-img {
    padding-bottom: 80%;
  }
  .reviews-text p {
    font-size: 14px;
  }
  .reviews-text strong {
    font-size: 14px;
  }
}
@media only screen and (min-width: 990px) and (max-width: 1440px) {
  .reviews-img {
    padding-bottom: 80%;
  }
  .reviews .section-left-t {
    left: -4%;
    top: 18%;
  }
  .reviews-text p {
    font-size: 18px!important;
    line-height: 28px!important;
  }
  .reviews-text strong {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1750px) {
  .reviews-img {
    padding-bottom: 80%;
  }
  .reviews .section-left-t {
    left: -3.5%;
    top: 17%;
  }
  .reviews-text p {
    font-size: 18px!important;
    line-height: 28px!important;
  }
  .reviews-text strong {
    font-size: 18px;
  }
}
.about {
  background-repeat: no-repeat;
  background-size: cover;
  /*background-position: bottom -134px center;*/
  background-position: left;
  padding: 120px 0px;
}
.pageAbout .about{
  height: 100vh;
}
.home .about-text {
  max-height: unset;
  overflow-y: unset;
}
.about-text {
  max-height: 590px;
  overflow-y: scroll;
}
.about-text h2 {
  margin-bottom: 40px;
}

.about-text p {
  font-weight: 300;
  color: #4D4D4D;
  margin-bottom: 15px;
}
.about-text p:last-child {
  margin-bottom: 0;
}
.about-text .button-o {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 55px;
}

.about-text .files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

.about-text .files a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  width: 48%;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.about-text .files a img {
  margin-right: 10px;
}

.gallery .photo img{
	max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: top;
}

.gallery .photo.center_block{
	max-height: 300px;
	margin-top: 20px;
}

.gallery .right_block{
	margin-top: 20px;
}

.gallery .right_block img{
	height: 250px;
	margin-bottom: 20px;
}

.gallery .bottom_left{
	margin-top: 20px;
}

.gallery .bottom_left img{
	height: 790px;
}

.gallery .photo .item{
	max-height: 100%;
	overflow: hidden;
	position: relative;
}

.gallery .photo .item .author{
	position: absolute;
	right: 5px;
	bottom: 5px;
	background-color: #ffffff6b;
	padding: 5px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
}

.gallery .photo.right_block .item .author{
	bottom: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .about {
    /*background-position: bottom -38px center;*/
  }
  .page-id-11 .about-text {
    max-height: 60vh;
    overflow-y: auto;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1760px) {
  .about {
    /*background-position: bottom -130px center;*/
  }
}

/*.page-id-11 .header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 200;
  background-color: transparent;
}*/

.page-id-11 .about {
  padding-top: 10%;
}

.page-id-11 .about-text {
  padding-bottom: 30%;
}

.page-id-11 .mobile_about_title{
	display: none;
}

.page-id-11 .reviews .title-s {
  margin-bottom: 50px;
}

.page-id-11 .video{
	height: 285px;
    margin-bottom: 30px;
    position: relative;
}

.page-id-11 .video.main{
	height: 600px;
	margin-bottom: 30px;
}

.page-id-11 .video iframe{
	max-width:100%;
	width:100%;
	height: 100%;
}

.video .author{
	background: #000;
    position: absolute;
    top: 0;
    width: 99.9%;
    height: 53px;
    padding: 13px;
}

.video .author span{
	background-color: #fff;
	padding: 3px 8px;
	text-transform: uppercase;
	font-size: 12px;
}

.video .title{
	background: #000;
    position: absolute;
    bottom: 0;
    width: 99.9%;
    height: 48px;
    padding: 9px;
    text-align: right;
}

.video .title span{
	background-color: #fff;
	padding: 3px 7px;
	text-transform: uppercase;
	font-size: 10px;
}

.video.main .author{
	background: #000;
    position: absolute;
    top: 0;
    width: 99.9%;
    height: 60px;
    padding: 16px;
}

.video.main .author span{
	background-color: #fff;
	padding: 3px 8px;
}

.video.main .title{
	background: #000;
    position: absolute;
    bottom: 0;
    width: 99.9%;
    height: 57px;
    padding: 16px;
    text-align: right;
}

.video.main .title span{
	background-color: #fff;
	padding: 3px 8px;
}

.html5-video-player.ytp-fullscreen > .ytp-chrome-top,
.html5-video-player.ytp-fullscreen > .ytp-gradient-top,
.html5-video-player.ytp-fullscreen > .ytp-gradient-bottom {
    display: none !important;
}
.html5-video-player.ytp-fullscreen > .caption-window.ytp-caption-window-bottom {
    margin-bottom: 0;
}
.html5-video-player.ytp-fullscreen > .ytp-chrome-bottom:hover {
    opacity: 1 !important;
}
.html5-video-player.ytp-fullscreen > .ytp-chrome-bottom:not(:hover) {
    opacity: 0 !important;
}

.ytp-chrome-top.ytp-show-cards-title{
	display: none!important;
}

.video .description{
	position: absolute;
    right: 30px;
    bottom: 40px;
    background-color: #fff;
    padding: 5px 10px;
    font-size: 12px;
}

.sub {
  background-color: #F9F9F9;
  padding: 100px 0px !important;
}

.sub-text.mobile{
	display: none;
}

.sub-text {
  text-align: center;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.sub-text h3 {
  color: #4D4D4D;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.sub-text .button-o {
  border-color: #4D4D4D;
  color: #4D4D4D;
  margin-top: 40px;
}

.videos-items .small-vids {
  margin-left: 0;
  margin-right: 0;
}

.videos .title-s {
  margin-bottom: 50px;
}

.videos--box {
  background-color: #CD9191;
  width: 100%;
  min-height: 250px;
}

.videos--box.big-video {
  min-height: 600px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .sub-text h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .sub-text .button-o {
    margin-top: 20px;
  }
  .sub-text img {
    max-width: 100%;
  }
  .about {
    background-image: unset!important;
    padding-bottom: 0 !important;
  }
  .about .social {
    margin-bottom: 30px;
  }
  .about .container {
    padding: 0;
  }
  .about-text {
    padding: 0px 15px;
    max-height: 100%;
    overflow-y: auto;
    padding-bottom: 10%;
  }
  .about-text p {
    font-size: 14px;
  }
  .about-img {
    position: relative;
    padding-bottom: 100%;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .about-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .pageAbout .about{
    height: 100vh;
  }

  .pageAbout .text_block{
  	order: 2;
  }

  .pageAbout .image_block{
  	order:1;
  }

  .page-id-11 .mobile_about_title{
  	display: block;
  }

  .mobile_about_title h2{
  	display: block;
  }

  .about-text h2{
  	display: none;
  }

  .mobile_about_title p{
  	display: none;
  }
  .page-id-11 .video{
  	height: 400px;
  }
  .page-id-11 .video.main{
  	height: 400px;
  }

  .gallery .right_block img{
  	height: 300px;
  }

  .pageAbout .about .footer-social{
  	display: none!important;
  }

  .reviews .swiper-pagination{
  	bottom: 0!important;
  }

  .sub{
  	display: none;
  }

  .sub-text.mobile{
  	display: block;
  	background: #F9F9F9;
    padding: 100px 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .about {
    background-image: url("../img/about-bg.jpg");
    background-position: left;
  }
}

.concerts h2 {
  margin-bottom: 70px;
}

.concerts-list{
  display: none;
}

.concerts-list.active--content-tab{
  display: block;
}

.home .concerts-list{
  display: block;
}

.concerts-item {
  border-bottom: 1px solid #dbdbdb;
  padding: 20px 0px;
}

.concerts-item:last-child {
  border-bottom: 0px solid #666666;
}
.concerts-item .name {
  max-width: 350px;
  min-width: 350px;
}
.concerts-item p {
  font-size: 20px;
  font-weight: 700;
  color: #666666;
  text-transform: uppercase;
}

.concerts-item .content--text p {
  font-weight: 300;
  font-size: 18px;
  display: block;
  margin-top: 15px;
  text-transform: none;
  color: #000;
}

.concerts-item .content--text em {
  font-size: 17px;
  font-style: italic;
  display: block;
}

.concerts-item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border: 1px solid #666666;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px;
  color: #666666;
}
.concerts-list table {
  width: 100%;
}
.concerts-tabs {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 20%;
  margin-bottom: 50px;
}

.concerts-tab {
  font-size: 30px;
  text-transform: uppercase;
  color: #666666;
  margin-right: 50px;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  font-weight: 700;
}

.concerts-tab:last-child {
  margin-right: 0;
}

.concerts-tab.current {
  color: #CD9191;
}

.concerts .button-o {
  margin-top: 50px;
}

.concertsPage {
  padding-top: 0;
}

.concertsPage .concerts-list {
  display: none;
}

.concertsPage .concerts-list.active--content-tab {
  display: block;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .concerts h2 {
    margin-bottom: 30px;
  }
  .concerts-item {
    justify-content: left!important;
  }
  .concerts-item p {
    font-size: 13px!important;
  }
  .concerts .text-col {
    margin-left: 5%!important;
  }
  .concerts-item a {
    font-size: 13px;
    padding: 10px 5px;
  }
  .concerts-item .content--text em {
    font-size: 12px;
  }
  .concerts-item .content--text {
    font-size: 13px;
    /*max-width: 181px;*/
  }
  .concerts-item .content--text .small {
    font-size: 12px;
  }
  .concerts-tabs {
    padding-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .concerts-tab {
    font-size: 18px;
    margin-right: 25px;
  }
  .concertsPage {
    padding-top: 0 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .concerts h2 {
    margin-bottom: 30px;
  }
  .concerts-item p {
    font-size: 14px;
  }
  .concerts-item a {
    font-size: 14px;
    padding: 10px 5px;
  }
  .concerts-item .content--text {
    font-size: 14px;
    max-width: 220px;
  }
  .concerts-item .content--text .small {
    font-size: 14px;
  }
  .concerts-tabs {
    padding-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .concerts-tab {
    font-size: 18px;
    margin-right: 25px;
  }
  .concertsPage {
    padding-top: 0 !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1750px) {
  .concerts-tabs {
    padding-right: 12%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .concertsPage {
    padding-top: 0 !important;
  }
}

.news {
  background-color: #F4F4F4;
}

.newsPage {
  background-color: #ffffff;
  padding-top: 120px;
}

.newsPage .title-s {
  margin-bottom: 70px;
}

.news h2 {
  margin-bottom: 75px;
}

.news .section-left-t {
  left: -26px;
  top: 265px;
}

.news .stay {
  margin-bottom: 70px;
}

.news-item {
  padding-bottom: 70px;
  border-bottom: 1px solid #D7BAA9;
  margin-bottom: 70px;
}

.news-item:last-child {
  margin-bottom: 0;
  border-bottom: 0px;
}

.news-item .image {
  position: relative;
  padding-bottom: 70%;
}

.news-item .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.news-item .text--top {
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  color: #CD9191;
  margin-bottom: 10px;
}

.news-item .text h3 {
  font-size: 52px;
  font-weight: 300;
  color: #947A65;
  line-height: 65px;
  margin-bottom: 15px;
}

.news-item .text p {
  font-weight: 300;
  color: #000;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .news {
    padding: 30px 0px !important;
  }
  .news .container {
    padding-left: 0;
    padding-right: 0;
  }
  .news h2 {
    margin-bottom: 30px;
  }
  .news-item {
    border: 0px;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .news-item .text {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .news-item .text h3 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .news-item .text p {
    font-size: 14px;
    line-height: 24px;
  }
  .news-item .image .text--top {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #dddddd;
    color: #ffffff;
    padding: 5px;
    font-size: 15px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .news-item {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .news-item .text h3 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .news-item .text p {
    font-size: 14px;
    line-height: 24px;
  }
  .news-item .image {
    padding-bottom: 85%;
  }
  .news-item .image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .news-item {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .img--news, .text--news {
    flex: 0 0 48.666667%!important;
    max-width: 48.666667%!important;
  }
  .news-item .text h3 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .news-item .text p {
    font-size: 14px;
    line-height: 24px;
  }
  .news .section-left-t {
    top: 253px;
  }
  .news-item .image {
    padding-bottom: 75%;
  }
  .news-item .image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1750px) {
  .news-item {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .img--news, .text--news {
    flex: 0 0 48.666667%!important;
    max-width: 48.666667%!important;
  }
  .text--news p{
    max-height: 297px;
    overflow: auto;
  }
  .news-item .text h3 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .news-item .text p {
    font-size: 14px;
    line-height: 24px;
  }
  .news .section-left-t {
    top: 217px;
  }
  .news-item .image {
    padding-bottom: 75%;
  }
  .news-item .image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.stay {
  background-image: url("../img/stay-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.stay-text {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

.stay-text h2 {
  text-align: center;
  font-size: 110px;
  font-weight: 300;
  margin-bottom: 35px;
  color: #fff;
}

.stay-socials {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.stay-socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 50px;
}

.stay-socials a:last-child {
  margin-bottom: 0;
}

.stay-socials a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.stay-socials a .icon {
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .stay {
    background-size: cover;
    background-position: unset;
    background-position: bottom;
    background-image: url("../img/stay-bg-m.jpg");
    padding-bottom: 80% !important;
  }
  .stay-text h2 {
    font-size: 30px;
    letter-spacing: 5px;
  }
  .stay-socials a {
    font-size: 15px;
  }
  .stay-socials a .icon {
    width: 25px;
    height: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .stay {
    background-size: cover;
    background-position: unset;
    background-position: top;
    background-image: url("../img/stay-bg.jpg");
  }
  .stay-text {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .stay-text h2 {
    font-size: 30px;
    letter-spacing: 5px;
  }
  .stay-socials a {
    font-size: 15px;
  }
  .stay-socials a .icon {
    width: 25px;
    height: 25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .stay {
    background-size: cover;
    background-position: unset;
    background-position: top;
    background-image: url("../img/stay-bg.jpg");
  }
  .stay-text h2 {
    font-size: 50px;
    letter-spacing: 5px;
  }
  .stay-socials a {
    font-size: 20px;
  }
  .stay-socials a .icon {
    width: 25px;
    height: 25px;
  }
}
.lessons-text h2, .title-s {
  margin-bottom: 50px;
}

.lessons-text p {
  text-align: center;
  margin-bottom: 50px;
}

.lessons-img {
  position: relative;
  padding-bottom: 70%;
}

.lessons-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .lessons {
    padding-bottom: 0 !important;
  }
  .lessons .container {
    padding-left: 0;
    padding-right: 0;
  }
  .lessons-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .lessons-text h2, .title-s {
    font-size: 35px;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
  .lessons-text p {
    text-align: left;
    margin-bottom: 20px;
  }
  .lessons-img {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .lessons {
    padding-bottom: 50px !important;
  }
  .lessons-text h2, .title-s {
    font-size: 35px;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
  .lessons-text p {
    text-align: left;
    margin-bottom: 20px;
  }
  .lessons-img {
    margin-top: 20px;
  }
}

.social {
  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;
  min-width: 163px;
  max-width: 163px;
  margin-left: 80px;
}

.social a {
  width: 31px;
  height: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social a svg {
  width: 100%;
  height: 100%;
}

.social a svg .cls-1, .social a svg .cls-2 {
  fill: #959595;
}

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

.contact-wrap {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;*/
}

.contact h1 {
  color: #CD9191;
  font-weight: 300;
  font-size: 75px;
  letter-spacing: 3px;
  margin-bottom: 40px;
  margin-top: 40px;
}

.contact-wrap .contact_form_block, .contact-wrap .contact_block{
	width: 50%;
}

.contact-wrap .contact_block{
	padding-left: 30px;
}

.contact-wrap .social {
  margin-bottom: 50px;
  max-width: 100%;
  justify-content: end;
}

.contact-wrap .social svg{
	width: 37px;
}

.contact-wrap .social a{
	justify-content: flex-end;
}

.contact-wrap .social a {
  width: 56px;
  height: 56px;
  margin-right: 30px;
}

.contact-wrap .social a:last-child {
  margin-right: 0;
}

.contact-wrap .social a svg .cls-1, .contact-wrap .social a svg .cls-2 {
  fill: #CD9191;
}

.contact-info--box {
  margin-bottom: 20px;
  color: #808080;
  font-size: 18px;
  font-weight: 300;
  text-align: right;
}

.contact-info--box:last-child {
  margin-bottom: 0;
}

/*.contact-info--box.addres-box {
  max-width: 230px;
}*/

.contact-info--box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #808080;
  margin-bottom: 10px;
}

.contact-form {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}

.contact-input {
  width: 90%;
  background-color: #ffffff;
  border: 0px;
  font-size: 18px;
  padding: 15px 18px;
  margin-bottom: 20px;
  color: #000;
  outline: none;
  font-weight: 300;
}

.contact-input::-webkit-input-placeholder {
  color: #A7A7A7;
}

.contact-input::-moz-placeholder {
  color: #A7A7A7;
}

.contact-input:-ms-input-placeholder {
  color: #A7A7A7;
}

.contact-input::-ms-input-placeholder {
  color: #A7A7A7;
}

.contact-input::placeholder {
  color: #A7A7A7;
}

.contact-area {
  width: 90%;
  background-color: #ffffff;
  border: 0px;
  font-size: 18px;
  padding: 15px 18px;
  margin-bottom: 20px;
  color: #000;
  resize: none;
  outline: none;
  font-weight: 300;
  height: 250px;
}

.contact-area::-webkit-input-placeholder {
  color: #A7A7A7;
}

.contact-area::-moz-placeholder {
  color: #A7A7A7;
}

.contact-area:-ms-input-placeholder {
  color: #A7A7A7;
}

.contact-area::-ms-input-placeholder {
  color: #A7A7A7;
}

.contact-area::placeholder {
  color: #A7A7A7;
}

.wpcf7-submit{
  font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: transparent;
    color: #CD9191;
    border: 2px solid #CD9191;
    cursor: pointer;
    padding: 15px 55px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90%;
}

.disclaimer h2 {
  text-align: left;
  margin-bottom: 70px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .contact {
    background-image: none!important;
    padding-bottom: 10px !important;
    padding-top: 0 !important;
  }
  .contact .container {
    padding-left: 0;
    padding-right: 0;
  }
  .contact-img {
    position: relative;
    padding-bottom: 100%;
    margin-bottom: 40px;
  }
  .contact-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contact-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }
  .contact-wrap .contact_form_block, .contact-wrap .contact_block{
  	width: 100%;
  }
  .contact-wrap h1 {
    font-size: 30px;
  }
  .contact h1{
  	text-align: center;
  }
  .contact-wrap .contact_block{
  	padding-left: 0;
  }
  .contact-info--box {
    margin-bottom: 20px;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
  }
  .contact-info--box:last-child {
    margin-bottom: 0;
  }
  .contact-info--box.addres-box {
    max-width: 100%;
  }
  .contact-info--box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #000;
    margin-bottom: 10px;
  }
  .contact .social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: unset;
    max-width: unset;
    margin-left: unset;
  }
  .contact .social a {
    width: 30px;
    height: 30px;
  }
  .contact-input {
    width: 100%;
    font-size: 18px;
    border: 1px solid #dedede;
  }
  .contact-area {
    width: 100%;
    font-size: 18px;
    border: 1px solid #dedede;
    height: 250px;
  }
  .disclaimer h2 {
    text-align: center;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .contact {
    background-position: center;
  }
  .contact-input {
    width: 100%;
    font-size: 18px;
  }
  .contact-area {
    width: 100%;
    font-size: 18px;
    height: 250px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .contact {
    background-position: center;
  }
  .contact-input {
    width: 100%;
    font-size: 18px;
  }
  .contact-area {
    width: 100%;
    font-size: 18px;
    height: 250px;
  }
}
.footer {
  background-color: #282828;
  border-top: 8px solid #CD9191;
  border-bottom: 8px solid #CD9191;
  padding: 50px 0px;
}

.footer-logo {
  margin-bottom: 40px;
}

.footer-logo p {
  font-weight: 300;
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 10px;
}

.footer-logo span {
  font-size: 33px;
  font-weight: 300;
  color: #CD9191;
  display: block;
}

.footer-nav {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-nav li::after {
  display: none;
  margin-right: 0;
}
.footer-nav li {
  margin-bottom: 20px;
}
.footer-nav li a {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 30px;
}

.footer-social {
  margin-bottom: 80px;
}

.footer-social .social {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-width: unset;
  max-width: unset;
  margin-left: unset;
}

.footer-social .social a {
  width: 40px;
  height: 40px;
  margin-right: 30px;
}

.footer-social .social a:last-child {
  margin-right: 0;
}

.footer-social .social a svg .cls-1, .footer-social .social a svg .cls-2 {
  fill: #CD9191;
}

.footer-info {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #ffffff;
}

.footer-info--box {
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  text-align: right;
}

.footer-info--box:last-child {
  margin-bottom: 0;
}

.footer-info--box.addres-box {
  max-width: 230px;
}

.footer-info--box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #ffffff;
  margin-bottom: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .footer-social {
    margin-bottom: 20px;
  }
  .footer-social .social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-social .social a {
    width: 30px;
    height: 30px;
  }
  .footer-logo {
    text-align: center;
  }
  .footer-logo p {
    font-size: 40px !important;
    text-align: center;
    line-height: 50px !important;
  }
  .footer-logo span {
    text-align: center;
    font-size: 30px;
    margin-top: 8px;
  }
  .footer-nav a {
    font-size: 14px;
  }
  .footer-info--box {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .footer-social {
    margin-bottom: 90px;
  }
  .footer-social .social {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .footer-social .social a {
    width: 30px;
    height: 30px;
  }
  .footer-logo p {
    font-size: 40px !important;
    line-height: 50px !important;
  }
  .footer-logo span {
    font-size: 30px;
    margin-top: 8px;
  }
  .footer-nav a {
    font-size: 14px;
  }
  .footer-info--box {
    font-size: 14px;
  }
}


.modal-content{
  background-color: transparent;
}

button.close{
  padding: 0;
  width: 30px;
  height: 30px;
  background-image: url("../img/close.png");
  background-repeat: no-repeat;
  margin-top: 10px!important;
  margin-right: 10px!important;
}

button.close span{
  display: none;
  
}

.modal-header{
  border: none!important;
}

.modal-content{
  border: none!important;
}

.fancybox-caption .download:before{
  content: "";
  display: block;
  background-image: url('../img/download.png');
  width: 23px;
  height: 23px;
  background-size: cover;
  position: absolute;
}

.fancybox-caption .download{
  margin-left: 35px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 24px;
}
