.purple-color {
  color: #a79e97;
}
.red-color {
  color: rgba(188, 46, 46, 0.74);
}
.normal {
  font-weight: normal;
}
.italic {
  font-style: italic;
}
.title-3 {
  margin-bottom: 20px;
}
.title-4 {
  margin-bottom: 30px;
}
.txt-note {
  font-size: 16px;
}
small {
  color: #616161;
  display: inline-block;
  line-height: 1.3;
  font-weight: normal;
}
h2.title-2 {
  color: #a79e97;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.4;
}
h2.title-2 span {
  text-transform: capitalize;
  font-weight: normal;
}
.block + .block {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .block + .block {
    margin-top: 25px;
  }
}
.grid {
  margin-top: 30px;
}
.grid-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 1024px) {
  .grid-items {
    margin-bottom: -20px;
  }
}
.grid-item {
  width: 20%;
  padding: 0 10px;
}
@media screen and (max-width: 1024px) {
  .grid-item {
    width: 33.33333%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .grid-item {
    width: 50%;
  }
}
@media screen and (max-width: 419px) {
  .grid-item {
    width: 100%;
  }
}
.grid-item__ttl {
  text-align: center;
  text-transform: uppercase;
  color: #a79e97;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
}
.grid-item__img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .grid-item__img img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.grid-item__box {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .grid-item__box:hover .grid-item__content {
    top: 0;
    visibility: visible;
  }
}
@media screen and (max-width: 1024px) {
  .grid-item__box {
    position: static;
    height: calc(100% - 39px);
    background-color: rgba(0, 0, 0, 0.6);
  }
  .grid-item__box .grid-item__content {
    background: none;
  }
}
.grid-item__content {
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.grid-item__content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(108, 51, 161, 0.3);
  background-color: #f5f5f5;
}
.grid-item__content::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
}
.grid-item__content::-webkit-scrollbar-thumb {
  background-color: #a79e97;
}
@media screen and (max-width: 1024px) {
  .grid-item__content {
    position: static;
    visibility: visible;
    top: auto;
    bottom: auto;
  }
}
.grid-item__txt {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
}
.mv {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .mv {
    margin-bottom: 20px;
    padding-top: 65px;
  }
}
.dots {
  padding-left: 1em;
}
.dots li {
  list-style: disc;
}
@media print, screen and (min-width: 769px) {
  .dots li a:hover {
    text-decoration: underline;
  }
}
.table-01 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .table-01 {
    overflow-y: hidden;
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .table-01::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
  }
  .table-01::-webkit-scrollbar {
    height: 8px;
    background-color: #f5f5f5;
  }
  .table-01::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #a79e97;
  }
}
.table-01 table {
  width: 100%;
}
.table-01 th {
  vertical-align: top;
}
.table-01 td,
.table-01 th {
  border: 1px solid #222;
  padding: 5px 10px;
}
.table-01 td:nth-child(2),
.table-01 td:nth-child(3) {
  text-align: center;
}
.table-01 p {
  margin-bottom: 10px;
}
.block-contacts-main {
  background: #051b28 !important;
  padding-bottom: 0;
}
.block-contacts-main .contacts-form__title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
}
.block-contacts-main .contacts-form {
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .block-contacts-main .contacts-form {
    padding-left: 0;
    padding-right: 0;
  }
}
.block-contacts-main .contacts-form__checkbox {
  color: #fff;
}
.block-contacts-main .contacts-form__submit {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.block-contacts-main .input-group span {
  color: #fff;
}
.highlight .txt {
  font-weight: bold;
  font-size: 26px;
}

.slider-inner-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.slider-inner-wrap .top {
  top: 10%;
}

.slider-inner-wrap .bottom {
  top: unset;
  bottom: 10%;
}

.microsite-image__inner {
  position: absolute;
  top: 0;
  height: 100%;
}

@media (max-width: 768px) {
  .swiper-container {
    height: unset !important;
  }

  .microsite-image__inner {
    padding: 0;
    background-color: unset;
  }

  .slider-inner-wrap .bottom {
    top: unset;
    bottom: unset;
  }

  .slider-inner-wrap .top > div {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
  }

  .slider-inner-wrap .bottom > div {
    width: 35%;
    margin-left: auto;
  }
}

.flex-container {
  display: flex;
  flex-direction: row;
  font-size: 30px;
  text-align: center;
}

.flex-container img {
  padding: 15px 0;
}

.flex-container h2 {
  padding-bottom: 50px;
  font-weight: 700;
}

.flex-container ul li {
  text-align: left;
  font-size: 20px;
  padding-bottom: 15px;
  padding-right: 15px;
}

.flex-container ul {
  padding-bottom: 150px;
}

.flex-item-left {
  padding: 10px;
  flex: 33.3%;
}

.flex-item-center {
  padding: 10px;
  flex: 33.3%;
}

.flex-item-right {
  padding: 10px;
  flex: 33.3%;
}

/* Responsive layout - makes a one column-layout instead of two-column layout */
@media (max-width: 800px) {
  .flex-container {
    flex-direction: column;
  }

  .flex-container img {
    padding: 5px 0;
  }
}

.threethumbs {
  background: #f8f8f8;
}

table.price-01 {
  width: 100%;
  background: #fff;
}

table.price-01 p {
  margin-bottom: 0;
}

table.price-01 td {
  border: 1px solid #000;
  padding: 20px 10px;
  color: #000;
}

table.price-01 tr:first-child td {
  text-align: center;
}

@media (max-width: 767px) {
  table.price-01 td {
    padding: 10px 5px;
  }

  .microsite-image {
    padding-top: 70px !important;
  }
}

.contacts-form__checkbox {
  flex-wrap: wrap;
}
