/* *** CSS RESET *** */
:focus {
  outline: 0;
}

a {
  outline: none;
  text-decoration: none;
}

a, img {
  border: 0;
}

button {
  cursor: pointer;
}

/* *** GLOBAL *** */
.container {
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 1199px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1440px;
  }
  .container-1 {
    max-width: 100%;
    padding: 0 100px;
  }
}
.bx-wrapper {
  z-index: 1;
}

iframe {
  border: none;
}

body h1, body h2, body h3, body h4, body h5, body h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  margin-top: 0;
}

body p {
  margin-bottom: 25px;
  margin-top: 0;
}

body h2 {
  font-size: 20px;
  margin-bottom: 25px;
  margin-top: 0;
}

body ul {
  margin-bottom: 25px;
  padding-left: 18px;
  margin-top: 0;
}

body ol {
  padding-left: 20px;
  margin-bottom: 25px;
  margin-top: 0;
}

body .bx-wrapper {
  padding: 0;
  border: none;
}

body {
  overflow-x: hidden;
}

figure {
  margin: 0;
}

body a:hover {
  text-decoration: none;
}

input, textarea, button {
  font-family: "Montserrat", sans-serif;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #8F5666;
  line-height: 26.76px;
  padding-top: 136px;
  min-width: 302px;
}

img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

a, a:hover, a:focus, a:active {
  outline: none !important;
  text-decoration: none;
}

.hamburger, .hamburger:focus, .hamburger:active {
  outline: none !important;
  border: none !important;
  box-shadow: none;
}

body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
  height: 2px;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
  position: relative;
  bottom: auto;
  width: auto;
}

.clearer {
  clear: both;
  height: 0;
}

.chosen-container-single .chosen-single div b {
  background: none;
}

.logo, img, a, button {
  transition: 0.15s linear;
}

.bx-caption {
  display: none;
}

.bx-wrapper {
  box-shadow: none;
  border: 0;
  margin: 0;
  background: transparent;
}

.content-box {
  float: left;
  width: 100%;
}

/* *** HEADER *** */
header {
  position: absolute;
  z-index: 10;
  top: 0;
  height: 136px;
  background: #c0909e;
  left: 0;
  width: 100%;
}
header .header-data {
  display: flex;
  justify-content: space-between;
  padding: 19px 0 26px 0;
  align-items: center;
}
header .h-left, header .h-right {
  width: 470px;
}
header .h-boxes {
  justify-content: flex-end;
}
header .h-left {
  display: flex;
  align-items: center;
}
header .h-left a {
  font-size: 14px;
  margin-right: 32px;
  color: #fff;
}
header .h-left a.phone {
  padding-left: 32px;
  background: url("../images/icons/01.svg") left center no-repeat;
}
header .h-left a.mail {
  padding-left: 30px;
  background: url("../images/icons/02.svg") left center no-repeat;
}
header .h-left a:hover {
  opacity: 0.9;
}
header .h-boxes {
  display: flex;
  align-items: center;
}
header .main-menu {
  display: flex;
  justify-content: center;
}
header .main-menu ul {
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  font-family: "Marcellus", serif;
  margin: 0;
}
header .main-menu ul > li {
  margin: 0 31px;
}
header .main-menu ul > li > a {
  color: #fff;
  display: block;
  text-transform: uppercase;
  padding-top: 2px;
  padding-bottom: 4px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  position: relative;
}
header .main-menu ul > li > a:after {
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  content: "";
  display: block;
  transition: 0.15s linear;
}
header .main-menu ul > li :hover {
  color: #fff;
}
header .main-menu ul > li :hover:after {
  width: 100%;
}
header .main-menu ul > li.current > a {
  color: #fff;
}
header .main-menu ul > li.current > a:after {
  width: 100%;
}
header .social-box {
  padding-left: 6px;
  display: flex;
}
header .social-box a {
  display: block;
  margin-left: 11px;
}
header .social-box a.instagram {
  width: 20px;
  height: 20px;
  background: url("../images/icons/03.svg") center no-repeat;
}
header .social-box a.fb {
  width: 20px;
  height: 20px;
  background: url("../images/icons/04.svg") center no-repeat;
}
header .social-box a:hover {
  transform: translateY(-2px);
}

.btn-1 {
  height: 43px;
  line-height: 43px;
  padding: 0 32px;
  color: #fff;
  display: inline-block;
  font-family: "Marcellus", serif;
  border-radius: 43px;
  background: #E6AEB9;
  border: 1px solid #E6AEB9;
}
.btn-1:hover {
  background: #daa4af;
  color: #fff;
  border-color: #daa4af;
}

.btn-1-1 {
  border-color: #fff;
  color: #fff;
  background: none;
}
.btn-1-1:hover {
  background: #fff;
  color: #c0909e;
  border-color: #fff;
}

.h-boxes .h-box {
  margin-right: 12px;
}

.main-menu ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  text-align: center;
  list-style: none;
  width: 305px;
  background: #cacaca;
  display: none;
}
.main-menu ul ul li {
  position: relative;
  float: left;
  width: 100%;
}
.main-menu ul ul li a {
  position: relative;
  color: #1c2f59;
  text-align: left;
  display: block;
  padding: 11px 15px;
  float: left;
  width: 100%;
  font-size: 14px;
}
.main-menu ul ul li:hover > a {
  background: red;
  color: #fff;
}

/* *** CUSTOM SELECT *** */
.select {
  width: 100%;
}

.select .chosen-container {
  width: 100% !important;
}

.select ul {
  margin: 0 4px 4px 0 !important;
  padding: 0 0 0 4px !important;
}

.select .chosen-search {
  display: none;
}

.select .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0 0 0 10px;
  height: 29px;
  border: none;
  border-radius: 0;
  background: #fff;
  border: 1px solid #aaa;
  box-shadow: none;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 27px;
}

.select .chosen-drop ul li {
  background-image: none !important;
  height: auto !important;
}

.select .chosen-container-single .chosen-single div {
  width: 32px;
  /*background: url('../images/select-arrow.png') center no-repeat;*/
}

.select .chosen-container .chosen-results li.active-result {
  background: #fff;
  color: #000;
}

.select .chosen-container .chosen-results li:hover {
  background: #ec008d;
  color: #fff;
}

/* *** MENU RSP *** */
.btn-rsp {
  color: #404040;
}

.btn-rsp:hover {
  color: #D3A054;
}

.carousel-content .swiper-button-next, .carousel-content .swiper-button-prev, .swiper-pagination {
  z-index: 1;
}

.header-rsp {
  top: 0;
  left: 0;
  position: fixed;
  overflow: auto;
  z-index: 101;
  width: 100%;
  border-bottom: 1px solid #D3A054;
  padding: 12px 20px;
  height: 76px;
  background: #fff;
  display: none;
}

.header-rsp .logo-rsp img {
  max-width: 55px;
  width: 51px;
  max-height: 100%;
}

.hamburger {
  position: absolute;
  top: 8px;
  right: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background: #BC1620;
}

.data-rsp {
  position: absolute;
  top: 27px;
  right: 70px;
}

.data-rsp a {
  font-size: 11px;
}

.menu-rsp {
  width: 100%;
  position: fixed;
  top: 130px;
  left: 0;
  z-index: 100;
  width: 100%;
  float: right;
  background: #fff;
  height: calc(100% - 130px);
  display: none;
}

.menu-rsp .opacity-rsp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #EDEDED;
  z-index: 1;
  opacity: 0.4;
}

.menu-rsp nav {
  float: left;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.menu-rsp-content {
  display: flex;
}

.menu-rsp nav ul {
  float: left;
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0;
}

.menu-rsp nav li {
  position: relative;
  list-style: none;
  float: left;
  border: none;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #8F5666;
}

.menu-rsp nav > ul > li:first-child {
  border-top: none;
}

.menu-rsp nav .menu-rsp-content a, .btn-rsp-1 {
  line-height: normal;
  height: auto;
  color: #8F5666;
  font-size: 17px;
  font-family: "Marcellus", serif;
  text-align: center;
  float: left;
  line-height: 22px;
  width: 100%;
  padding: 19px 20px 18px 20px;
}

.btn-rsp-1 {
  background: #c0909e !important;
  color: #fff !important;
}

.menu-rsp nav .menu-rsp-content a:hover {
  background-color: #c0909e;
  color: #fff;
}

.menu-rsp nav .menu-rsp-content ul .li-submenu > a {
  padding-right: 53px;
}

.btn-slide-down {
  width: 40px;
  height: 100%;
  background: #fff;
  border-left: 1px solid transparent;
  position: absolute;
  top: 0;
  font-size: 14px;
  text-align: center;
  color: #000;
  right: 0;
  z-index: 2;
  display: none !important;
  line-height: 52px;
  cursor: pointer;
}

.menu-rsp nav ul ul {
  display: none;
  color: #fff;
}

.btn-slide-down, .menu-rsp nav li {
  border-color: #c0909e;
}

.menu-rsp nav ul ul {
  background: #f4f4f4;
}

.menu-rsp nav ul ul ul ul {
  background: #fff;
}

.menu-rsp nav ul ul a {
  padding-left: 30px;
}

.menu-rsp nav ul ul ul a {
  padding-left: 45px;
}

@media only screen and (min-width: 991px) {
  .menu-rsp {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  :target {
    scroll-margin-top: 74px;
  }
  .header-rsp {
    display: block;
    background: #EDEDED;
  }
  body {
    padding-top: 70px;
  }
  header {
    position: relative;
  }
  header .logo {
    display: none;
  }
  .main-menu {
    display: none;
  }
}
/* *** HOME *** */
.content-box-1 .description {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 560px;
  max-width: 100%;
  height: calc(100vh - 176px);
}
.content-box-1 .description .txt-1 {
  font-size: 24px;
  line-height: 26.62px;
  font-family: "Marcellus", serif;
  margin-bottom: 26px;
}
.content-box-1 .description .txt-1:before {
  align-items: center;
  vertical-align: middle;
  margin: -4px 20px 0 0;
  width: 48px;
  height: 1px;
  content: "";
  display: inline-block;
  background: #fff;
}
.content-box-1 .description h2 {
  font-family: "Marcellus", serif;
  font-size: 72px;
  line-height: 79.87px;
  font-weight: normal;
  margin-bottom: 15px;
}
.content-box-1 .description .txt-2 {
  line-height: 22.54px;
  margin-bottom: 30px;
}
.content-box-1 .description .button-box {
  display: flex;
  align-items: center;
}
.content-box-1 .description .button-box a {
  margin-right: 23px;
}
.content-box-1 .swiper-slide {
  background-size: cover;
  background-position: center center;
}
.content-box-1 .swiper-pagination {
  left: 55px;
  bottom: 47px;
  font-size: 16px;
  color: #fff;
  font-family: "Marcellus", serif;
  width: auto;
}
.content-box-1 .swiper-pagination .swiper-pagination-current {
  font-size: 43px;
}

.btn-2 {
  border-radius: 21px;
  transition: 0.15s linear;
  color: #fff;
  line-height: 41px;
  font-family: "Marcellus", serif;
  height: 42px;
  padding: 0 38px;
  border: 1px solid #C0909E;
  background: #C0909E;
}
.btn-2:hover {
  background: #b78694;
  color: #fff;
  border-color: #b78694;
}

a:hover .btn-2 {
  background: #b78694;
  color: #fff;
  border-color: #b78694;
}

.btn-2-play span {
  margin-right: -9px;
  padding-right: 38px;
  background: url("../images/icons/05.svg") calc(100% - 1px) center no-repeat;
}

.content-box-2 {
  background: linear-gradient(180deg, rgba(217, 139, 139, 0.4) 0%, rgba(217, 217, 217, 0) 58.07%, rgba(217, 217, 217, 0) 100%);
}

.title {
  text-align: center;
  margin-bottom: 55px;
}
.title h2, .title h1 {
  font-family: "Marcellus", serif;
  font-size: 40px;
  line-height: 47px;
}
.title .title-txt {
  font-size: 14px;
  margin-bottom: 3px;
  line-height: 17.55px;
}

.btn-2 {
  display: inline-block;
}

.boxes-1 .row-box {
  display: flex;
  margin: 0 -21px;
  margin-bottom: -42px;
  flex-wrap: wrap;
}
.boxes-1 .row-box .col-box {
  width: 50%;
  padding: 0 21px;
  margin-bottom: 42px;
}
.boxes-1 .row-box .col-box .box-1 {
  display: flex;
  background: #E6AEB9;
  align-items: center;
}
.boxes-1 .row-box .col-box .box-1 figure {
  background: #fff;
}
.boxes-1 .row-box .col-box .box-1:hover img {
  opacity: 0.9;
}
.boxes-1 .row-box .col-box .box-1 .description {
  padding: 0 70px;
}
.boxes-1 .row-box .col-box .box-1 .description .txt {
  color: #fff;
  margin-bottom: 48px;
  font-family: "Marcellus", serif;
  font-size: 30px;
  line-height: 37.62px;
  min-height: 76px;
  display: flex;
  align-items: center;
}
.boxes-1 .row-box .col-box .box-1 figure {
  width: 339px;
  flex-shrink: 0;
}

/*
.content-box-3 {
    background: linear-gradient(360deg, rgba(217, 139, 139, 0.4) 0%, rgba(217, 217, 217, 0) 58.07%, rgba(217, 217, 217, 0) 100%);
}*/
.nav-tabs-1 {
  display: flex;
  margin-top: -23px;
  margin-bottom: 62px;
  justify-content: center;
}
.nav-tabs-1 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 36px;
  border: 1px solid #8F5666;
  height: 72px;
}
.nav-tabs-1 ul li {
  padding: 0 45px;
  border-left: 1px solid #8F5666;
  height: 42px;
  display: flex;
  align-items: center;
}
.nav-tabs-1 ul li:first-child {
  border-left: none;
}
.nav-tabs-1 ul li.current a {
  text-decoration: underline;
}
.nav-tabs-1 ul li a {
  display: flex;
  align-items: center;
  font-family: "Marcellus", serif;
  color: #8F5666;
  font-size: 16px;
  line-height: 18.85px;
}
.nav-tabs-1 ul li a span {
  margin-right: 10px;
}

.carousel-content {
  padding: 0 103px;
  position: relative;
  /*.swiper-wrapper {
      width: calc(100% - 206px);
      max-width: 100%;
      overflow: hidden;
      margin: 0 auto;  
  }*/
}

.c-boxes .row-box {
  display: flex;
  margin: 0 -13px;
}
.c-boxes .row-box .col-box {
  padding: 0 13px;
  width: 50%;
}
.c-boxes .row-box .col-box .c-box figure {
  position: relative;
}
.c-boxes .row-box .col-box .c-box figure span {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 41px;
  min-width: 83px;
  text-align: center;
  color: #fff;
  line-height: 43px;
  background: #E6AEB9;
  padding: 0 20px;
}

.swiper-button-prev {
  width: 78px;
  height: 78px;
  left: 0;
  margin-top: -39px;
  border-radius: 50%;
  background: #C0909E url("../images/icons/10.svg") center no-repeat;
}
.swiper-button-prev:after {
  display: none;
}

.swiper-button-next {
  width: 78px;
  height: 78px;
  right: 0;
  margin-top: -39px;
  border-radius: 50%;
  background: #C0909E url("../images/icons/11.svg") center no-repeat;
}
.swiper-button-next:after {
  display: none;
}

.cont-box {
  display: none;
}
.cont-box .swiper-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  left: 0;
  margin: 0;
  bottom: -45px;
  top: auto;
  right: 0;
}
.cont-box .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px 0 5px;
  overflow: hidden;
  border-radius: 50%;
  background: rgba(192, 144, 158, 0.4);
  color: transparent;
  opacity: 1;
}
.cont-box .swiper-pagination-bullet-active {
  background: #C0909E;
}

.cont-boxes {
  margin-bottom: 45px;
}

/* *** FOOTER *** */
.checkbox-box.n-checkbox-box {
  display: flex;
  margin-right: 23px;
  margin-bottom: 8px;
}
.checkbox-box.n-checkbox-box:last-child {
  margin-bottom: 0;
}
.checkbox-box.n-checkbox-box label {
  position: relative;
  font-family: "Montserrat", sans-serif;
  color: #8F5666;
  font-size: 12px;
  padding-left: 23px;
  position: relative;
  line-height: 14.63px;
}
.checkbox-box.n-checkbox-box .icheckbox {
  width: 13px;
  height: 13px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  flex-shrink: 0;
  border: 1px solid #841832;
  display: inline-block;
  vertical-align: middle;
}
.checkbox-box.n-checkbox-box .icheckbox.checked {
  border: 3px solid #E6AEB9;
  background: #8F5666;
}

footer {
  position: relative;
  z-index: 1;
  background: linear-gradient(360deg, rgba(217, 139, 139, 0.3) 0%, rgba(217, 217, 217, 0) 98.07%, rgba(217, 217, 217, 0) 100%);
}
footer:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 77px);
  display: block;
  content: "";
  z-index: 1;
  background: url("../images/04.png") right center no-repeat;
  background-size: auto 93%;
}
footer .newsletter-content, footer .footer-top, footer .footer-bottom {
  position: relative;
  z-index: 2;
}
footer .newsletter-content {
  border-top: 1px solid #73404E;
  border-bottom: 1px solid #73404E;
  padding: 51px 0;
}
footer .newsletter-content .container {
  display: flex;
  align-items: center;
}
footer .newsletter-content .container .txt {
  margin-right: 159px;
  font-size: 38px;
  line-height: 47.65px;
  font-family: "Marcellus", serif;
}
footer .newsletter-content .container .txt span {
  display: block;
  font-size: 45px;
  line-height: 56.43px;
}
footer .newsletter-content .container .newsletter-box {
  width: 620px;
  position: relative;
}
footer .newsletter-content .container .newsletter-box input {
  display: block;
  width: 100%;
  border: none;
  height: 42px;
  font-family: "Marcellus", serif;
  color: #8F5666;
  font-size: 20px;
  background: none;
  line-height: 25px;
  margin-bottom: 21px;
  padding-right: 30px;
  border-bottom: 1px solid #975F6F;
  padding-bottom: 15px;
  height: auto;
}
footer .newsletter-content .container .newsletter-box button.btn-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: url("../images/icons/19.svg") center no-repeat;
  border: none;
}
footer .newsletter-content .container .newsletter-box button.btn-search:hover {
  opacity: 0.9;
}
footer .newsletter-content .container .newsletter-box input::-moz-placeholder {
  color: #8F5666;
}
footer .newsletter-content .container .newsletter-box input::placeholder {
  color: #8F5666;
}
footer .footer-bottom {
  text-align: center;
  padding: 25px 0;
  font-family: "Marcellus", serif;
  font-size: 15px;
  border-top: 1px solid #73404E;
}
footer .footer-top {
  padding: 80px 0;
}
footer .footer-top .container .row-box {
  display: flex;
  margin: 0 -35px;
  justify-content: space-between;
}
footer .footer-top .container .row-box .col-box {
  padding: 0 35px;
}
footer .footer-top .container .row-box .col-box .f-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .footer-top .container .row-box .col-box .f-menu ul li {
  margin-bottom: 5px;
}
footer .footer-top .container .row-box .col-box .f-menu ul li a {
  color: #8F5666;
  line-height: 20px;
  display: inline-block;
  font-size: 14px;
}
footer .footer-top .container .row-box .col-box .f-menu ul li a:hover {
  color: #C0909E;
}
footer .footer-top .container .row-box .col-box .f-menu ul:last-child {
  margin-bottom: 0;
}
footer .footer-top .container .row-box .col-box .f-menu a:hover {
  color: #D3A054;
}
footer .footer-top .container .row-box .col-box .f-logo {
  margin-bottom: 39px;
  margin-left: -17px;
}
footer .f-txt {
  margin-bottom: 52px;
  font-size: 15px;
  line-height: 20.23px;
}
footer .f-title {
  font-size: 18px;
  line-height: 1.3;
  font-family: "Marcellus", serif;
  color: #8F5666;
  margin-top: 20px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
footer .f-social-box {
  display: flex;
  margin-top: -17px;
  align-items: center;
  justify-content: flex-end;
}
footer .f-social-box a {
  display: block;
  margin-left: 13px;
}
footer .f-social-box a:hover {
  transform: translateY(-2px);
}
footer .f-social-box .f-fb {
  width: 15px;
  height: 15px;
  background-image: url("../images/icons/22.svg");
}
footer .f-social-box .f-twitter {
  width: 15px;
  height: 15px;
  background-image: url("../images/icons/23.svg");
}
footer .f-social-box .f-instagram {
  width: 15px;
  height: 15px;
  background-image: url("../images/icons/24.svg");
}
footer .f-social-box .f-yt {
  width: 17px;
  height: 17px;
  background-image: url("../images/icons/25.svg");
}

.f-phone a {
  color: #8F5666;
  padding-left: 53px;
  line-height: 1.2;
  font-family: "Marcellus", serif;
  background: url("../images/icons/20.svg") left 6px no-repeat;
  font-size: 30px;
}

.f-mail {
  margin-top: 15px;
}
.f-mail a {
  color: #8F5666;
  padding-left: 53px;
  line-height: 1.2;
  font-family: "Marcellus", serif;
  background: url("../images/icons/21.svg") left 11px no-repeat;
  font-size: 30px;
}

.f-phone a:hover {
  color: #C0909E;
  background-image: url("../images/icons/20-1.svg");
}

.f-mail a:hover {
  color: #C0909E;
  background-image: url("../images/icons/21-1.svg");
}

.content-box-4 .title {
  position: relative;
  z-index: 1;
}
.content-box-4 .content-box-4-1 {
  position: relative;
  z-index: 1;
  padding: 73px 0;
  background: #C0909E;
}
.content-box-4 .content-box-4-1 figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 52%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.content-box-4 .content-box-4-1 .description {
  width: 47%;
  padding-left: 95px;
}
.content-box-4 .content-box-4-1 .container {
  display: flex;
  justify-content: flex-end;
}

.title-1 {
  margin-bottom: 10px;
}
.title-1 h2 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 37px;
  font-family: "Marcellus", serif;
}

.form-box {
  max-width: 100%;
  width: 436px;
}
.form-box .checkbox-content {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
.form-box .input-box {
  margin-bottom: 13px;
}
.form-box .input-box input, .form-box .input-box textarea {
  height: 46px;
  display: block;
  width: 100%;
  font-family: "Marcellus", serif;
  padding: 0 15px;
  padding-top: 1px;
  color: #8F5666;
  background: #fff;
  border: none;
}
.form-box .input-box textarea {
  height: 111px;
  padding: 10px 15px;
}
.form-box .label-box {
  margin-bottom: 5px;
}
.form-box .label-box label {
  color: #fff;
  font-size: 14px;
  line-height: 17.55px;
  font-family: "Marcellus", serif;
}
.form-box .label-box label span {
  margin-top: -2px;
  margin-left: -2px;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
}
.form-box .checkbox-content-1 {
  display: block;
}
.form-box .checkbox-content-1 .checkbox-box .icheckbox {
  width: 13px;
  height: 13px;
}
.form-box .checkbox-content-1 .checkbox-box label {
  padding-top: 3px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 14.63px;
}
.form-box .button-box {
  padding-top: 3px;
}

.checkbox-box {
  display: flex;
  margin-right: 23px;
  margin-bottom: 8px;
}
.checkbox-box:last-child {
  margin-bottom: 0;
}
.checkbox-box label {
  position: relative;
  font-family: "Marcellus", serif;
  color: #fff;
  font-size: 16px;
  padding-left: 25px;
  position: relative;
  line-height: 20px;
}
.checkbox-box .icheckbox {
  width: 15px;
  height: 14px;
  background: #fff;
  position: absolute;
  top: 3px;
  left: 0;
  flex-shrink: 0;
  border: 3px solid #fff;
  display: inline-block;
  vertical-align: middle;
}
.checkbox-box .icheckbox.checked {
  background: #8F5666;
}

.input-file {
  margin-bottom: 14px;
  height: 46px;
  background: #fff;
  padding: 11px 19px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
}
.input-file input {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
  opacity: 0;
}
.input-file span {
  height: 24px;
  display: block;
  line-height: 24px;
  background: #E6AEB9;
  padding: 0 13px;
  font-weight: bold;
  font-size: 11px;
  color: #fff;
}

.btn-2-1 {
  background: rgba(230, 174, 185, 0.7529411765);
}

.content-box-4 {
  position: relative;
}
.content-box-4:after {
  position: absolute;
  bottom: 100%;
  margin-bottom: -150px;
  height: 700px;
  width: 100%;
  background: linear-gradient(360deg, rgba(217, 139, 139, 0.4) 0%, rgba(217, 217, 217, 0) 58.07%, rgba(217, 217, 217, 0) 100%);
  content: "";
  display: block;
}

.padding-1 {
  padding: 90px 0;
}

.padding-top-1 {
  padding: 90px 0 0 0;
}

.margin-bottom-1 {
  margin-bottom: 90px;
}

.padding-bottom-1 {
  padding: 0 0 90px 0;
}

.btn-2-2 {
  border-color: #E6AEB9;
  background: #E6AEB9;
}

.content-box-5-1 {
  position: relative;
}

.content-box-5-2 .image {
  position: relative;
  flex-shrink: 0;
  width: 50%;
  padding-top: 100px;
}
.content-box-5-2 .image:after {
  background: #AD7787;
  display: block;
  width: calc(100% + 25px);
  height: calc(100% - 40px);
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
}
.content-box-5-2 .image img {
  position: relative;
  z-index: 2;
}
.content-box-5-2 .col-box {
  width: 50%;
}
.content-box-5-2 .container {
  display: flex;
}
.content-box-5-2 .container .description {
  width: 531px;
  margin-left: 65px;
  padding-top: 130px;
}
.content-box-5-2 .container .description .txt {
  margin-bottom: 34px;
  padding-left: 36px;
  width: 502px;
  max-width: 100%;
}

.content-box-5-1 {
  padding-bottom: 180px;
}

.content-box-5-3 {
  z-index: 3;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
}
.content-box-5-3 figure {
  padding: 0 70px;
}
.content-box-5-3 .container {
  display: flex;
  justify-content: flex-end;
}

.title-2 {
  margin-bottom: 26px;
}
.title-2 h2 {
  margin-bottom: 0;
  font-family: "Marcellus", serif;
  font-size: 45px;
  line-height: 53px;
}

.content-box-5-1-image-right .content-box-5-3 .container {
  justify-content: flex-start;
}
.content-box-5-1-image-right .content-box-5-2 .container .image {
  order: 2;
}
.content-box-5-1-image-right .content-box-5-2 .container .description {
  order: 1;
}
.content-box-5-1-image-right .content-box-5-2 .image:after {
  left: auto;
  right: -100px;
}

.content-box-5-bg {
  background: url("../images/01.png") left calc(100% - 0px) no-repeat;
}

.content-box-5 {
  background: linear-gradient(180deg, rgba(217, 139, 139, 0.2) 0%, rgba(217, 217, 217, 0) 28.07%, rgba(217, 217, 217, 0) 100%);
}

.content-box-6 {
  background: #F4DED8;
}
.content-box-6 .title {
  position: relative;
  z-index: 1;
}
.content-box-6 figure {
  margin-top: -100px;
}

.text-left {
  text-align: left;
}

.content-box-7 {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.content-box-7 .description {
  height: 766px;
  display: flex;
  position: relative;
  align-items: center;
  z-index: 2;
  justify-content: flex-end;
}
.content-box-7 .content-box-7-1, .content-box-7 .content-box-7-2 {
  height: 108px;
  text-transform: uppercase;
  overflow: hidden;
  position: absolute;
  top: 89px;
  color: #fff;
  font-size: 90px;
  line-height: 106px;
  left: 0;
  width: 100%;
  font-family: "Marcellus", serif;
}
.content-box-7 .content-box-7-2 {
  top: auto;
  bottom: 89px;
  z-index: 3;
}

.content-box-8 {
  background: linear-gradient(180deg, rgba(217, 139, 139, 0.5) 0%, rgba(217, 217, 217, 0) 58.07%, rgba(217, 217, 217, 0) 100%);
}

.opinion-carousel .opinion-box {
  background: #D3A6B3;
  border-radius: 9px;
  padding: 42px;
  color: #fff;
  font-family: "Marcellus", serif;
  text-align: center;
}
.opinion-carousel .opinion-box .txt {
  line-height: 27.59px;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
  font-size: 22px;
  margin-bottom: 32px;
  padding-top: 81px;
  background: url("../images/icons/16.svg") center top no-repeat;
}
.opinion-carousel .opinion-box .name {
  font-size: 16px;
  line-height: 20px;
}
.opinion-carousel .opinion-box .name span {
  display: block;
  font-size: 18px;
  line-height: 22.57px;
}

.swiper-slide {
  height: auto !important;
}

.opinion-box {
  height: 100%;
}

.controls-1 {
  position: relative;
  bottom: 0;
  margin: 0;
  margin-top: 47px;
  height: 60px;
  display: flex;
  justify-content: flex-end;
}
.controls-1:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(100% - 156px);
  display: block;
  height: 2px;
  background: #975F6F;
  content: "";
}
.controls-1 div {
  position: relative;
  top: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  margin-left: 12px;
}
.controls-1 .swiper-button-prev {
  background: url("../images/icons/17.svg") center no-repeat;
}
.controls-1 .swiper-button-next {
  background: url("../images/icons/18.svg") center no-repeat;
}

.boxes-2 {
  margin-bottom: -70px;
}
.boxes-2 .row-box {
  margin: 0 -21px;
  display: flex;
  flex-wrap: wrap;
}
.boxes-2 .row-box .col-box {
  margin-bottom: 70px;
  padding: 0 21px;
  width: 33.3333%;
}
.boxes-2 .row-box .col-box .box-2 {
  display: block;
  color: #8F5666;
  position: relative;
}
.boxes-2 .row-box .col-box .box-2:hover img {
  opacity: 0.9;
}
.boxes-2 .row-box .col-box .box-2 .date {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Marcellus", serif;
  width: 84px;
  text-align: center;
  height: 76px;
  border-radius: 0 0 9px 0;
  background: #E6AEB9;
  color: #fff;
  z-index: 2;
  padding-top: 10px;
  font-size: 14px;
  line-height: 17.55px;
  text-align: center;
}
.boxes-2 .row-box .col-box .box-2 .date span {
  font-size: 35px;
  display: block;
  line-height: 38px;
}
.boxes-2 .row-box .col-box .box-2 figure {
  margin-bottom: 25px;
}
.boxes-2 .row-box .col-box .box-2 .name {
  font-family: "Marcellus", serif;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
}
.boxes-2 .row-box .col-box .box-2 .txt {
  font-size: 14px;
  line-height: 18.43px;
  margin-bottom: 30px;
}

.content-box-9 .button-box-1 {
  padding-top: 54px;
  display: flex;
  justify-content: center;
}
.content-box-9 .button-box-1 a {
  padding: 0 21px;
}

.title.font45 h2 {
  font-size: 45px;
  line-height: 56px;
}

.swiper-button-next, .swiper-button-prev {
  transition: 0.15s linear;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  opacity: 0.9;
}

.title-2 h2 a {
  color: #8F5666;
}
.title-2 h2 a:hover {
  opacity: 0.9;
}

.content-box-1 .description {
  min-height: 720px;
}

.btn-hamburger-mobile {
  display: none;
}

.image-rwd {
  display: none;
}

.button-box-rwd {
  display: none;
}

.boxes-2 .row-box .col-box .box-2 figure {
  text-align: center;
}

/* *** SUBPAGE *** */
.content-box-10 img {
  width: 100%;
}

.main-content {
  position: relative;
}
.main-content:after {
  position: absolute;
  top: 0;
  content: "";
  left: 0;
  width: 100%;
  height: 600px;
  background: linear-gradient(180deg, rgba(217, 139, 139, 0.3) 10%, rgba(217, 217, 217, 0) 98.07%, rgba(217, 217, 217, 0) 100%);
}
.main-content .container {
  z-index: 2;
  position: relative;
}

.wrapper-1 {
  width: 1238px;
  max-width: 100%;
  margin: 0 auto;
}

.c-boxes-1 .row-box {
  margin-bottom: 60px;
}
.c-boxes-1 .row-box:last-child {
  margin-bottom: 0;
}

.pagination-box {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
.pagination-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.pagination-box ul li a, .pagination-box ul li span {
  padding: 0 5px;
  color: #8F5666;
  display: block;
  font-size: 16px;
  line-height: 33px;
  height: 35px;
  min-width: 33px;
  text-align: center;
  border: 1px solid transparent;
}
.pagination-box ul li a:hover {
  color: #C0909E;
}
.pagination-box ul li.current span {
  border-color: #8F5666;
}

.article-box .text {
  width: 1100px;
  margin: 0 auto;
  max-width: 100%;
}

.text {
  font-size: 14px;
  line-height: 23.48px;
}
.text h2 {
  font-size: 24px;
  line-height: 30px;
  font-family: "Marcellus", serif;
  padding-top: 10px;
}
.text h2:first-child {
  padding-top: 0;
}
.text p:last-child {
  margin-bottom: 0;
}

.article-image {
  position: relative;
  margin-bottom: 45px;
}
.article-image .date {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Marcellus", serif;
  width: 84px;
  text-align: center;
  height: 76px;
  border-radius: 0 0 9px 0;
  background: #E6AEB9;
  color: #fff;
  z-index: 2;
  padding-top: 10px;
  font-size: 14px;
  line-height: 17.55px;
  text-align: center;
}
.article-image .date span {
  font-size: 35px;
  display: block;
  line-height: 38px;
}

.article-box .width-840 {
  width: 840px;
}

.text.font-16 {
  font-size: 16px;
  line-height: 26px;
}
.text.font-16 h2 {
  font-size: 30px;
  line-height: 1.3;
}

.text.text-center ul {
  padding-left: 0;
  list-style: none;
}
.text.text-center ul li:before {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  content: "";
  margin: -2px 10px 0 0;
  background: #8F5666;
  display: inline-block;
  vertical-align: middle;
}

.contact-content .description {
  font-family: "Marcellus", serif;
}
.contact-content .row-box {
  display: flex;
  margin: 0 -15px;
}
.contact-content .row-box .col-box {
  width: 50%;
  padding: 0 15px;
}
.contact-content .row-box .col-box .c-box {
  padding-left: 55px;
  margin-top: 30px;
  line-height: 26px;
}
.contact-content .row-box .col-box .c-box.c-box-1 {
  background: url("../images/icons/27.svg") left 2px no-repeat;
}
.contact-content .row-box .col-box .c-box.c-box-2 {
  background: url("../images/icons/28.svg") left 5px no-repeat;
}
.contact-content .row-box .col-box .c-box.c-box-3 {
  background: url("../images/icons/29.svg") left 4px no-repeat;
}
.contact-content .row-box .col-box .c-box h2, .contact-content .row-box .col-box .c-box span {
  font-size: 30px;
  line-height: 1.2;
  margin: 0;
}
.contact-content .row-box .col-box .c-box h2 a, .contact-content .row-box .col-box .c-box span a {
  color: #8F5666;
}
.contact-content .row-box .col-box .c-box h2 a:hover, .contact-content .row-box .col-box .c-box span a:hover {
  color: #C0909E;
}
.contact-content .form-title {
  font-size: 30px;
  line-height: 1.2;
  font-family: "Marcellus", serif;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.form-box-1 {
  width: 531px;
}

textarea {
  resize: none;
  overflow: auto;
}

.form-box-1 .input-box input, .form-box-1 .input-box textarea {
  border: 1px solid #8F5666;
  background: none;
}

.form-box-1 .label-box label {
  color: #8F5666;
}

.background-none {
  background: none;
}

.mr-60 {
  margin-bottom: 60px;
}

.mr-70 {
  margin-bottom: 70px;
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.background-none .content-box-5-2 .container .description .txt {
  margin-bottom: 0;
}

.text-16 {
  font-size: 16px;
  line-height: 26.76px;
}

.wrapper-2 {
  width: 1196px;
  margin: 0 auto;
  max-width: 100%;
}

.title-2 h2 span {
  display: inline-block;
  vertical-align: middle;
  margin: -17px 33px 0 0;
}

.table-1 table {
  border-bottom: 1px solid #8F5666;
}
.table-1 table tr td {
  border-left: 1px solid #8F5666;
  border-top: 1px solid #8F5666;
  font-size: 16px;
  line-height: 18.85px;
  padding: 15px 48px;
  height: 85px;
}
.table-1 table tr td:first-child {
  font-size: 20px;
  line-height: 23.56px;
  border-left: none;
  padding-left: 0;
  font-family: "Marcellus", serif;
  width: 255px;
}
.table-1 table tr td a {
  color: #8F5666;
  font-weight: bold;
}
.table-1 table tr td a:hover {
  color: #C0909E;
}

.title-2-margin {
  margin-bottom: 45px;
}

.table-2 {
  margin: -13px -13px;
}
.table-2 table {
  border-collapse: separate;
  border-spacing: 21px 13px;
  width: 100%;
}
.table-2 table th {
  font-size: 20px;
  font-family: "Marcellus", serif;
  font-weight: normal;
  padding: 23px 39px 19px 39px;
  background: #F4DFDF;
  line-height: 23.56px;
}
.table-2 table td {
  padding: 21px 39px;
  background: rgba(244, 223, 223, 0.3019607843);
  font-size: 16px;
  line-height: 26.77px;
}

.faq-boxes .faq-box {
  margin-bottom: 28px;
}
.faq-boxes .faq-box:last-child {
  margin-bottom: 0;
}
.faq-boxes .faq-box .text {
  padding: 0 75px;
  padding-top: 17px;
  display: none;
}
.faq-boxes .faq-box .name {
  transition: 0.15s linear;
  cursor: pointer;
  padding: 23px 67px 20px 47px;
  font-size: 20px;
  font-family: "Marcellus", serif;
  background: #AD7787 url("../images/icons/31.svg") calc(100% - 32px) center no-repeat;
  line-height: 23.56px;
  color: #fff;
}
.faq-boxes .faq-box .name:hover {
  opacity: 0.9;
}

.z-content-box-6 .carousel-content {
  margin: 0 -103px;
}
.z-content-box-6 .swiper-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  left: 0;
  margin: 0;
  bottom: -45px;
  top: auto;
  right: 0;
}
.z-content-box-6 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px 0 5px;
  overflow: hidden;
  border-radius: 50%;
  background: rgba(192, 144, 158, 0.4);
  color: transparent;
  opacity: 1;
}
.z-content-box-6 .swiper-pagination-bullet-active {
  background: #C0909E;
}

.form-box-1 .checkbox-box {
  display: flex;
  margin-right: 23px;
  margin-bottom: 8px;
}
.form-box-1 .checkbox-box:last-child {
  margin-bottom: 0;
}
.form-box-1 .checkbox-box label {
  position: relative;
  font-family: "Marcellus", serif;
  color: #8F5666;
  font-size: 16px;
  padding-left: 25px;
  position: relative;
  line-height: 20px;
}
.form-box-1 .checkbox-box .icheckbox {
  width: 15px;
  height: 14px;
  background: #fff;
  position: absolute;
  top: 3px;
  left: 0;
  flex-shrink: 0;
  border: 1px solid #8F5666;
  display: inline-block;
  vertical-align: middle;
}
.form-box-1 .checkbox-box .icheckbox.checked {
  background: #8F5666;
  border: 3px solid #E6AEB9;
}

.contact-content .row-box .col-box .c-box span {
  padding: 5px 0;
  display: inline-block;
}

.main-content .content-box-5-2 .container {
  position: static;
}

.offer-boxes {
  display: flex;
  margin-top: -23px;
  justify-content: center;
}
.offer-boxes ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 36px;
}
.offer-boxes ul li {
  padding: 0 55px;
  border-left: 1px solid #8F5666;
  height: 119px;
  display: flex;
  align-items: center;
}
.offer-boxes ul li:first-child {
  border-left: none;
}
.offer-boxes ul li.current a {
  text-decoration: underline;
}
.offer-boxes ul li div {
  display: flex;
  align-items: center;
  font-family: "Marcellus", serif;
  color: #8F5666;
  font-size: 30px;
  line-height: 1.3;
}
.offer-boxes ul li div span {
  margin-right: 20px;
}
.offer-boxes ul li div span img {
  height: 60px;
  max-width: 70px;
}

.content-box-5-1-image-right .content-box-5-3.text-right .container {
  justify-content: flex-end;
}
.content-box-5-1-image-right .content-box-5-3.text-right .container figure {
  padding: 0;
}

.content-box-5-1 .content-box-5-3.text-center .container {
  justify-content: center;
}
.content-box-5-1 .content-box-5-3.text-center .container figure {
  padding: 0;
}

.content-box-5-2 .container {
  align-items: flex-start;
}

.z-content-box-8 {
  background: #F4DFDF;
}
.z-content-box-8 .txt-box {
  text-align: center;
  width: 763px;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 60px;
  margin-top: -20px;
}

.controls-1-1:after {
  display: none;
}

.controls-1-1 {
  justify-content: center;
}

.controls-1-1 div {
  margin: 0 14px;
}

.controls-1-1 .swiper-button-prev {
  background: #C0909E url(../images/icons/10.svg) center no-repeat;
  background-size: 13px auto;
  background-position: 22px center;
}

.controls-1-1 .swiper-button-next {
  background: #C0909E url(../images/icons/11.svg) center no-repeat;
  background-size: 13px auto;
  background-position: 25px center;
}

.cc-box {
  text-align: center;
}

.z-content-box-9 {
  position: relative;
  padding-bottom: 60px;
}
.z-content-box-9:after {
  height: calc(100% - 46px);
  position: absolute;
  background: #C0909E;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  display: block;
}
.z-content-box-9 figure img {
  width: 100%;
}
.z-content-box-9 .description {
  position: relative;
  z-index: 2;
  padding-top: 100px;
  margin-top: -223px;
  text-align: center;
  color: #fff;
  background: url("../images/icons/32.svg") center top no-repeat;
  font-family: "Marcellus", serif;
}
.z-content-box-9 .description h2 {
  text-transform: uppercase;
  line-height: 82px;
  font-size: 70px;
  margin-bottom: 50px;
}
.z-content-box-9 .description .txt-1 {
  font-size: 20px;
  line-height: 1.3;
}
.z-content-box-9 .description .txt-2 {
  margin-top: 11px;
  font-size: 28px;
  line-height: 1.3;
}

/* *** *** */
.content-box-5.no-image .image {
  display: none;
}
.content-box-5.no-image .content-box-5-2 .col-box {
  width: 100%;
}
.content-box-5.no-image .content-box-5-2 .col-box .description {
  width: 100%;
  margin-left: 0;
  padding-top: 0;
}
.content-box-5.no-image .content-box-5-2 .col-box .description .txt {
  width: 100%;
}

.text-format p:last-child {
  margin-bottom: 0;
}
.text-format h2 {
  font-family: "Marcellus", serif;
  font-size: 45px;
  line-height: 53px;
  margin-bottom: 26px;
}

/* *** 20.02 *** */
.sub-menu-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  background: #c0909e;
  padding: 20px 20px 40px 20px;
}
.sub-menu-wrapper > .sub-menu {
  display: flex;
  position: relative;
  top: 0;
  background: none;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  margin: 0;
  text-align: left;
  padding: 0;
  width: 1440px;
  margin: 0 auto;
  max-width: 100%;
}
.sub-menu-wrapper > .sub-menu > li {
  padding: 0 10px;
  width: 25%;
  margin: 2px 0;
  float: none;
}
.sub-menu-wrapper > .sub-menu > li a {
  padding: 0;
  margin: 0;
  color: #fff;
  width: auto;
  background: none !important;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 10px;
}
.sub-menu-wrapper > .sub-menu > li a:hover {
  background: none;
  border: none;
  color: #E6AEB9 !important;
}
.sub-menu-wrapper > .sub-menu > li a:after {
  display: none;
}
.sub-menu-wrapper > .sub-menu > li ul li a {
  font-size: 16px;
  margin-bottom: 0;
}
.sub-menu-wrapper .sub-menu-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  clear: both;
  height: auto;
  background: none;
  padding: 0;
}
.sub-menu-wrapper .sub-menu-wrapper ul li {
  width: 100%;
  padding: 0;
}
.sub-menu-wrapper .sub-menu-wrapper ul li a {
  float: none;
}

.sub-menu-wrapper .sub-menu .sub-menu-wrapper .sub-menu {
  display: block !important;
}

@media (min-width: 991px) {
  .sub-menu-wrapper {
    display: none;
  }
  .main-menu li:hover .sub-menu-wrapper {
    display: block;
  }
  .sub-menu-wrapper {
    padding-top: 40px;
    margin-top: -21px;
  }
}
@media (max-width: 991px) {
  .sub-menu-wrapper > .sub-menu > li a {
    margin-bottom: 0;
  }
  .sub-menu-wrapper {
    position: relative;
    padding: 20px 0;
    clear: both;
    float: left;
    width: 100%;
    background: #8F5666;
    margin: 0;
  }
  .li-submenu > a:first-child + .sub-menu-wrapper {
    display: none;
  }
  .sub-menu-wrapper .sub-menu-wrapper {
    display: block !important;
  }
  .sub-menu-wrapper > .sub-menu > li {
    text-align: center;
    border: none !important;
    background: #8F5666;
  }
  .sub-menu-wrapper > .sub-menu > li a {
    float: none !important;
    padding: 5px 20px 5px 20px;
    font-size: 17px;
    color: #fff;
  }
  .sub-menu-wrapper > .sub-menu > li {
    padding: 0;
  }
  .sub-menu-wrapper > .sub-menu > li {
    width: 100%;
    margin: 0;
  }
  .sub-menu-wrapper > .sub-menu {
    display: block;
  }
  .btn-slide-down {
    display: block !important;
    line-height: 63px;
    color: #8F5666;
    height: 59px;
  }
  .sub-menu-wrapper > .sub-menu .btn-slide-down {
    display: none !important;
  }
  .sub-menu-wrapper > .sub-menu a {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .menu-rsp nav .menu-rsp-content ul .li-submenu > a {
    padding-left: 53px;
  }
  .btn-slide-down {
    width: 100%;
    background: transparent;
    text-align: right;
    padding: 0 20px;
  }
  .sub-menu-wrapper > .sub-menu > li a {
    font-weight: bold;
    text-transform: uppercase;
  }
  .sub-menu-wrapper > .sub-menu > li ul li a {
    font-weight: normal;
  }
  .sub-menu-wrapper > .sub-menu li {
    clear: both;
  }
  .sub-menu-wrapper > .sub-menu > li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
  }
  .sub-menu-wrapper > .sub-menu > li:last-child {
    margin-bottom: 0;
  }
  .sub-menu-wrapper > .sub-menu > li li {
    margin: 0 !important;
  }
}
.sub-menu-wrapper > .sub-menu {
  justify-content: center;
  align-items: start;
}

.sub-menu-wrapper > .sub-menu > li a {
  font-size: 16px;
  font-weight: bold;
}

.sub-menu-wrapper > .sub-menu > li ul li a {
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

footer .footer-bottom {
  font-size: 13px;
}
footer .footer-bottom a {
  color: #73404E;
}
footer .footer-bottom a:hover {
  color: #73404E;
  opacity: 0.85;
}

.text-format h3 {
  font-family: "Marcellus", serif;
  margin-bottom: 25px;
}/*# sourceMappingURL=style.css.map */