.section__title {
  text-align: center;
  font-size: 42px;
  text-transform: uppercase;
  color: #374853;
  margin-bottom: 15px;
}
/*** 1.1. Divider ***/
.divider {
  margin: 30px 0;
}
.divider .line1,
.divider .line2 {
  height: 1px;
  background-color: #d3bc98;
  margin: 3px auto;
}
.divider .line1 {
  width: 50px;
}
.divider .line2 {
  width: 200px;
}
/*** 1.3. Section Title ***/
.section__title {
  text-align: center;
  font-size: 42px;
  text-transform: uppercase;
  color: #374853;
  margin-bottom: 15px;
}
.section__title > strong {
  color: #d3bc98;
}
@media (max-width: 767px) {
  .section__title {
    font-size: 32px;
  }
}
/*** 1.4. Section Subtitle ***/
.section__subtitle {
  text-align: center;
  line-height: 1.8;
  padding: 0 15%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .section__subtitle {
    padding: 0;
  }
}
/**
 * Buttons
 */
.section__about .btn {
  padding: 15px 30px;
  font-size: 13px;
  letter-spacing: 0.5px;
  border-color: #d3bc98;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 0;
  text-transform: uppercase;
}
.section__about .btn:hover,
.section__about .btn:focus,
.section__about .btn:active,
.section__about .btn:active:focus {
  border-color: #374853;
  background-color: transparent;
}
@media (max-width: 991px) {
  .section__about .btn {
    padding: 12px 20px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .section__about .btn {
    padding: 10px 15px;
    font-size: 12px;
  }
}
/*** 5. Section: About ***/
.section__about {
  padding: 80px 0;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .section__about {
    padding-top: 50px;
  }
}
.section__about .section_about__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .section__about .section_about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.section__about .section_about__content .about__desc {
  padding: 60px;
  box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.15);
  background-color: #ffffff;
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
}
@media (min-width: 2200px) {
  .section__about .section_about__content .about__desc {
    padding: 100px 80px;
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px);
  }
}
@media (min-width: 1200px) {
  .section__about .section_about__content .about__desc {
    padding: 50px;
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
    width: calc(100% + 80px);
  }
}
@media (max-width: 1199px) {
  .section__about .section_about__content .about__desc {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    width: calc(100% + 50px);
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .section__about .section_about__content .about__desc {
    padding: 40px;
    margin: 0 6%;
    -webkit-transform: translate(0, -100px);
            transform: translate(0, -100px);
    width: calc(100% + 100px);
  }
}
@media (max-width: 767px) {
  .section__about .section_about__content .about__desc {
    padding: 15px;
    margin: 0;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
}
.section__about .section_about__content .about__desc .about_desc__subtitle {
  font-size: 16px;
  font-weight: 600;
  color: #d3bc98;
  letter-spacing: 6px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .section__about .section_about__content .about__desc .about_desc__subtitle {
    font-size: 12px;
  }
}
.section__about .section_about__content .about__desc .about_desc__title {
  font-size: 38px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .section__about .section_about__content .about__desc .about_desc__title {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .section__about .section_about__content .about__desc .about_desc__title {
    font-size: 32px;
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .section__about .section_about__content .about__desc .about_desc__title {
    font-size: 22px;
  }
}
.section__about .section_about__content .about__desc .about_desc__desc {
  line-height: 1.8em;
}
@media (max-width: 1199px) {
  .section__about .section_about__content .about__desc .about_desc__desc {
    line-height: 1.6em;
  }
}
.section__about .section_about__content .about__desc .about_desc__quote {
  padding: 10px 0;
  margin: 20px 0;
  font-style: italic;
  line-height: 1.6em;
  border-bottom: 1px solid #cdcdcd;
  border-top: 1px solid #cdcdcd;
}
@media (max-width: 1199px) {
  .section__about .section_about__content .about__desc .about_desc__quote {
    line-height: 1.5em;
    margin: 10px 0;
    padding: 5px 0;
  }
}
@media (max-width: 767px) {
  .section__about .section_about__content .about__desc .about_desc__quote {
    font-size: 14px;
  }
}
/*** 13. Section: Events ***/
.section__events {
  background: #f8f8f8;
  padding: 80px 0;
  border-bottom: 1px solid #e9e9e9;
}
@media (max-width: 767px) {
  .section__events {
    padding: 50px 0;
  }
}
.section__events .events__item {
  background: white;
  margin-bottom: 20px;
  -webkit-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
}
.section__events .events__item .events-item__body {
  padding: 20px;
}
.section__events .events__item .events-item__body .events-item__header {
  margin-bottom: 35px;
}
@media (max-width: 320px) {
  .section__events .events__item .events-item__body .events-item__header {
    margin-bottom: 15px;
  }
}
.section__events .events__item .events-item__body .events-item__header .events-item__date {
  float: left;
  margin-top: -5px;
  text-align: center;
}
.section__events .events__item .events-item__body .events-item__header .events-item__date .item_date__nbr {
  color: #d3bc98;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 320px) {
  .section__events .events__item .events-item__body .events-item__header .events-item__date .item_date__nbr {
    font-size: 62px;
  }
}
.section__events .events__item .events-item__body .events-item__header .events-item__date .item_date__mounth {
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-top: -10px;
}
@media (max-width: 320px) {
  .section__events .events__item .events-item__body .events-item__header .events-item__date .item_date__mounth {
    font-size: 12px;
  }
}
.section__events .events__item .events-item__body .events-item__header .events-item__content {
  margin-left: 100px;
}
.section__events .events__item .events-item__body .events-item__header .events-item__content .events-item__title {
  margin-bottom: 20px;
}
.section__events .events__item .events-item__body .events-item__header .events-item__content .events-item__title > h3 {
  margin: 0;
  font-weight: 700;
}
@media (max-width: 320px) {
  .section__events .events__item .events-item__body .events-item__header .events-item__content .events-item__title {
    margin-bottom: 5px;
  }
  .section__events .events__item .events-item__body .events-item__header .events-item__content .events-item__title > h3 {
    font-size: 22px;
  }
}
.section__events .events__item .events-item__body .events-item__header .events-item__content .events-item__info .item-info__list {
  padding: 0;
  list-style: none;
}
.section__events .events__item .events-item__body .events-item__header .events-item__content .events-item__info .item-info__list .info-list__item {
  display: inline-block;
  margin-right: 15px;
  letter-spacing: 0.03em;
  font-size: 12px;
}
.section__events .events__item .events-item__body .events-item__header .events-item__content .events-item__info .item-info__list .info-list__item > i {
  color: #818181;
}
.section__events .events__item .events-item__body .events-item__text {
  margin-bottom: 20px;
}
.section__events .events__item:hover {
  box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.8);
}
.section__events .news__title,
.section__events .events__title {
  font-size: 98px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-top: 200px;
}
@media (max-width: 767px) {
  .section__events .news__title,
  .section__events .events__title {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    font-size: 62px;
    margin-top: 0;
  }
}
.section__events .news__title {
  color: #d3bc98;
}
.section__events .events__title {
  color: #374853;
}
/*** 14. Section: Contacts ***/
.section__contacts {
  padding: 80px 0;
}
.section__contacts:before,
.section__contacts:after {
  content: " ";
  display: table;
}
.section__contacts:after {
  clear: both;
}
.section__contacts:before,
.section__contacts:after {
  content: " ";
  display: table;
}
.section__contacts:after {
  clear: both;
}
@media (max-width: 767px) {
  .section__contacts {
    padding: 50px 0;
  }
}
.section__contacts > .section_row #map,
.section__contacts > .section_row #map2 {
  height: 80vh;
}
.section__contacts .section-contacts__form_body {
  box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.15);
  padding: 40px;
  margin: 40px 20px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .section__contacts .section-contacts__form_body {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .section__contacts .section-contacts__form_body {
    box-shadow: none;
    padding: 0;
    margin: 0;
  }
}
.section__contacts .section-contacts__form_body .section-contacts__title {
  color: #d3bc98;
  letter-spacing: 6px;
  text-transform: uppercase;
}
.section__contacts .section-contacts__form_body .subheading {
  margin-bottom: 0;
}
.section__contacts .contacts__info {
  box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.15);
  padding: 40px;
  -webkit-transform: translateY(-300px);
          transform: translateY(-300px);
  background-color: #fff;
}
@media (max-width: 1199px) {
  .section__contacts .contacts__info {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
}
@media (max-width: 991px) {
  .section__contacts .contacts__info {
    -webkit-transform: translateY(-250px);
            transform: translateY(-250px);
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .section__contacts .contacts__info {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    padding: 20px;
    margin: 0 2%;
  }
}
.section__contacts .contacts__info .contacts_info__title {
  color: #d3bc98;
  letter-spacing: 6px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}
.section__contacts .contacts__info .contacts_info__content {
  list-style-type: none;
  padding-left: 0;
}
.section__contacts .contacts__info .contacts_info__content > li {
  padding: 30px 0;
}
@media (max-width: 1199px) {
  .section__contacts .contacts__info .contacts_info__content > li {
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  .section__contacts .contacts__info .contacts_info__content > li {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .section__contacts .contacts__info .contacts_info__content > li {
    padding: 10px 0;
  }
}
.section__contacts .contacts__info .contacts_info__content > li > i {
  float: left;
  margin-top: -8px;
  font-size: 40px;
  color: #d3bc98;
}
@media (max-width: 991px) {
  .section__contacts .contacts__info .contacts_info__content > li > i {
    font-size: 32px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .section__contacts .contacts__info .contacts_info__content > li > i {
    font-size: 32px;
    margin-top: -2px;
  }
}
.section__contacts .contacts__info .contacts_info__content > li .contact-info-content {
  overflow: hidden;
  margin-left: 65px;
}
@media (max-width: 991px) {
  .section__contacts .contacts__info .contacts_info__content > li .contact-info-content {
    margin-left: 50px;
  }
  .section__contacts .contacts__info .contacts_info__content > li .contact-info-content .title {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
  }
  .section__contacts .contacts__info .contacts_info__content > li .contact-info-content .description {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .section__contacts .contacts__info .contacts_info__content > li .contact-info-content {
    margin-left: 45px;
  }
  .section__contacts .contacts__info .contacts_info__content > li .contact-info-content .title {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 13px;
    text-transform: uppercase;
  }
  .section__contacts .contacts__info .contacts_info__content > li .contact-info-content .description {
    font-size: 13px;
  }
}
.section__contacts .contacts__info .contacts_info__content > li .contact-info-content .title {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 16px;
  text-transform: uppercase;
}
.section__contacts .subheading {
  font-size: 31px;
  font-weight: 700;
  margin-top: -250px;
  color: #d3bc98;
  line-height: 1;
}
@media (max-width: 1199px) {
  .section__contacts .subheading {
    font-size: 62px;
    margin-top: -160px;
  }
}
@media (max-width: 991px) {
  .section__contacts .subheading {
    font-size: 52px;
    line-height: 1.1;
    margin-top: -220px;
  }
}
@media (max-width: 767px) {
  .section__contacts .subheading {
    font-size: 34px;
    margin-top: -30px;
  }
}
