@import url("https://fonts.cdnfonts.com/css/banny");
@font-face {
  font-family: "Banny-Round";
  font-display: swap;
  src: url("../fonts/Banny Round.woff2") format("woff2"), url("../fonts/Banny Round.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/* @include font("Gilroy-Medium", "Gilroy-Medium", "400", "normal");
@include font("Gilroy-SemiBold", "Gilroy-SemiBold", "400", "normal");
@include font("Gilroy-Regular", "Gilroy-Regular", "400", "normal"); */
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  font-size: 14pxpx;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: Open Sans;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: Open Sans;
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

/*
&::-webkit-scrollbar {
	display: none;
}
*/
body {
  color: #FFFFFF;
}
body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
._container {
  max-width: 1250px;
  margin: 0 auto;
}
@media (max-width: 1260px) {
  ._container {
    max-width: 1000px;
  }
}
@media (max-width: 991.98px) {
  ._container {
    max-width: 800px;
  }
}
@media (max-width: 768px) {
  ._container {
    max-width: none;
    padding: 0 10px;
  }
}

.form__error {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  color: #e90e0e;
  text-align: center;
}

.button {
  width: 100%;
  height: 60px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  background: #E8C300;
  border-radius: 5px;
  box-shadow: 0 5px 0 #8a7000;
  transition: background-color 0.5s ease 0s;
  position: relative;
  top: 0;
}
.button:hover {
  background: #ccae01;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.button:active {
  top: 3px;
  box-shadow: 0 2px 0 #8a7000;
}

input {
  background: #E5E5E5;
  border-radius: 5px;
}
input._error {
  box-shadow: 0 0 12px #e90e0e;
}

input[data-value],
textarea[data-value] {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: rgba(51, 51, 51, 0.5);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[data-value]:focus,
textarea[data-value]:focus {
  outline: none;
}

textarea.input {
  resize: none;
  padding: 0px 0px;
}

.label {
  display: none;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #E8C300;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

#map {
  background: url("../img/icons/loading.gif") center/50px no-repeat;
}

.slider {
  transform: scale(0);
  transition: all 2s linear 0.8s;
  /* &._active {
  	transform: scale(1);
  } */
}

._swiper {
  overflow: hidden;
}
._swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}
._swiper.swiper-container-vertical .swiper-wrapper {
  flex-direction: column;
}
._swiper.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

.slider__slide {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 1200px) {
  .slider__slide {
    align-items: normal;
  }
}
@media (max-width: 667px) {
  .slider__slide {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.slider__slide::after {
  content: "";
  position: absolute;
  top: 25%;
  left: 2.7%;
  margin-bottom: -150px;
  width: 250px;
  height: 263px;
  background: 1;
  border: 20px solid #E8C300;
  border-radius: 5px;
  filter: drop-shadow(0px 0px 100px #000);
}
@media (max-width: 1260px) {
  .slider__slide::after {
    left: 5%;
  }
}
@media (max-width: 1172px) {
  .slider__slide::after {
    left: 4.5%;
  }
}
@media (max-width: 1040px) {
  .slider__slide::after {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 991.98px) {
  .slider__slide::after {
    top: 36%;
    width: 175px;
    height: 175px;
  }
}
@media (max-width: 908px) {
  .slider__slide::after {
    width: 135px;
    height: 135px;
  }
}
@media (max-width: 768px) {
  .slider__slide::after {
    display: none;
  }
}

.slider-quality__pagging {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transform: scale(0);
  transition: all 2s linear;
}
.swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 20px;
}
.swiper-pagination-bullet-active {
  background-color: #FFFFFF;
}

.img__about-us__container._active > .section__about-us__img,
.img__order-table__container._active > .img__order-table,
.img__our-team__container._active > .img__our-team {
  transition: all 2s ease-in-out;
  animation: flash 3s;
  opacity: 1;
}
@media (max-width: 667px) {
  .img__about-us__container._active > .section__about-us__img,
.img__order-table__container._active > .img__order-table,
.img__our-team__container._active > .img__our-team {
    transition: all 0.5s ease-out 2s;
  }
}

@keyframes flash {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
._section__line::after {
  content: "";
  position: absolute;
  top: 49.9%;
  left: 25.05%;
  width: 676px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  transform: rotate(-90deg);
}
@media (max-width: 1250px) {
  ._section__line::after {
    display: none;
  }
}

._title__line::after {
  content: "";
  position: absolute;
  top: 49.9%;
  left: -6.5%;
  width: 676px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  transform: rotate(-90deg);
}
@media (max-width: 1040px) {
  ._title__line::after {
    width: 624px;
  }
}
@media (max-width: 991.98px) {
  ._title__line::after {
    width: 600px;
  }
}
@media (max-width: 908px) {
  ._title__line::after {
    width: 548px;
  }
}
@media (max-width: 768px) {
  ._title__line::after {
    display: none;
  }
}
._title__line::before {
  content: "";
  position: absolute;
  top: 49.9%;
  left: 55.56%;
  width: 676px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  transform: rotate(-90deg);
}
@media (max-width: 1040px) {
  ._title__line::before {
    width: 624px;
  }
}
@media (max-width: 991.98px) {
  ._title__line::before {
    width: 600px;
  }
}
@media (max-width: 908px) {
  ._title__line::before {
    width: 548px;
  }
}
@media (max-width: 768px) {
  ._title__line::before {
    display: none;
  }
}

._animation-playback {
  transform: translate(0px, 120%);
  opacity: 0;
  transition: all 0.9s ease 1.3s;
}
@media (max-width: 667px) {
  ._animation-playback {
    transition: all 0.9s ease 1s;
  }
}

._animation-playback._active,
._active > ._animation-playback {
  opacity: 1;
  transform: translate(0px, 0px);
}

.hide {
  display: none;
  animation-fill-mode: forwards;
}

@keyframes a1 {
  to {
    display: block;
  }
}
.qs-datepicker-container {
  margin-top: 3px;
  font-size: 1rem;
  font-family: sans-serif;
  color: #000;
  position: absolute;
  width: 15.625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 9001;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 5px;
  overflow: hidden;
  background: #6e6f70;
  -webkit-box-shadow: 0 1.25em 1.25em -0.9375em rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(187, 123, 3, 0.3);
  padding: 5px;
}

.qs-datepicker-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qs-datepicker-container.qs-centered {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.qs-datepicker-container.qs-hidden {
  display: none;
}

.qs-datepicker .qs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.qs-datepicker .qs-overlay.qs-hidden {
  opacity: 0;
  z-index: -1;
}

.qs-datepicker .qs-overlay .qs-overlay-year {
  background: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: 0.875em;
  padding: 0.25em 0;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.qs-datepicker .qs-overlay .qs-overlay-year::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.qs-datepicker .qs-overlay .qs-close {
  padding: 0.5em;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.qs-datepicker .qs-overlay .qs-submit {
  border: 1px solid #fff;
  border-radius: 0.26392em;
  padding: 0.5em;
  margin: 0 auto auto;
  cursor: pointer;
  background: rgba(128, 128, 128, 0.4);
}

.qs-datepicker .qs-overlay .qs-submit.qs-disabled {
  color: grey;
  border-color: grey;
  cursor: not-allowed;
}

.qs-datepicker .qs-overlay .qs-overlay-month-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.qs-datepicker .qs-overlay .qs-overlay-month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33.33333%;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.qs-datepicker .qs-overlay .qs-overlay-month.active,
.qs-datepicker .qs-overlay .qs-overlay-month:hover {
  opacity: 1;
}

.qs-datepicker .qs-controls {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #616060;
  color: #dfc906;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
  border-radius: 5px;
}

.qs-datepicker .qs-controls.qs-blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.qs-datepicker .qs-arrow {
  height: 1.5625em;
  width: 1.5625em;
  position: relative;
  cursor: pointer;
  border-radius: 0.26392em;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}

.qs-datepicker .qs-arrow:hover {
  background: rgba(0, 0, 0, 0.1);
}

.qs-datepicker .qs-arrow:hover.qs-left:after {
  border-right-color: #f79b33;
}

.qs-datepicker .qs-arrow:hover.qs-right:after {
  border-left-color: #f79b33;
}

.qs-datepicker .qs-arrow:after {
  content: "";
  border: 0.39062em solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
}

.qs-datepicker .qs-arrow.qs-left:after {
  border-right-color: #dfc906;
  right: 50%;
  -webkit-transform: translate(25%, -50%);
  -ms-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
}

.qs-datepicker .qs-arrow.qs-right:after {
  border-left-color: #dfc906;
  left: 50%;
  -webkit-transform: translate(-25%, -50%);
  -ms-transform: translate(-25%, -50%);
  transform: translate(-25%, -50%);
}

.qs-datepicker .qs-month-year {
  font-weight: 700;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
}

.qs-datepicker .qs-month-year:hover {
  border-bottom: 1px solid grey;
}

.qs-datepicker .qs-month-year:active:focus,
.qs-datepicker .qs-month-year:focus {
  outline: none;
}

.qs-datepicker .qs-month {
  padding-right: 0.5ex;
}

.qs-datepicker .qs-year {
  padding-left: 0.5ex;
}

.qs-datepicker .qs-squares {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.3125em;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

.qs-datepicker .qs-squares.qs-blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.qs-datepicker .qs-square {
  width: 14.28571%;
  height: 1.5625em;
  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;
  cursor: pointer;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
  border-radius: 0.26392em;
}

.qs-datepicker .qs-square.qs-current {
  font-weight: 700;
}

.qs-datepicker .qs-square.qs-current span {
  text-decoration: underline;
}

.qs-datepicker .qs-square.qs-active {
  background: #fff;
  color: #000;
}

.qs-datepicker .qs-square.qs-range-date-start:not(.qs-range-date-6) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.qs-datepicker .qs-square.qs-range-date-middle {
  background: #d4ebf2;
}

.qs-datepicker .qs-square.qs-range-date-middle:not(.qs-range-date-0):not(.qs-range-date-6) {
  border-radius: 0;
}

.qs-datepicker .qs-square.qs-range-date-middle.qs-range-date-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.qs-datepicker .qs-square.qs-range-date-end:not(.qs-range-date-0),
.qs-datepicker .qs-square.qs-range-date-middle.qs-range-date-6 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.qs-datepicker .qs-square.qs-disabled span {
  opacity: 0.2;
}

.qs-datepicker .qs-square.qs-empty {
  cursor: default;
}

.qs-datepicker .qs-square.qs-disabled {
  cursor: not-allowed;
}

.qs-datepicker .qs-square.qs-day {
  cursor: default;
  font-weight: 700;
  color: #f79b33;
}

.qs-datepicker .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
  background: orange;
}

.qs-datepicker .qs-event {
  position: relative;
}

.qs-datepicker .qs-event:after {
  content: "";
  position: absolute;
  width: 0.46875em;
  height: 0.46875em;
  border-radius: 50%;
  background: #07f;
  bottom: 0;
  right: 0;
}

.qs-datepicker .qs-event.qs-disabled:after,
.qs-datepicker .qs-event.qs-empty:after {
  background: #cce4ff;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  margin-top: -10px;
  position: absolute;
  display: block;
  width: 20px;
  height: 36px;
  top: 50%;
  transform: translate(0px, -50%);
  z-index: 1080;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff;
}

.lg-actions .lg-next {
  right: 20px;
  background: url("../img/icons/p-right.svg") 0 0/100% no-repeat;
}

.lg-actions .lg-prev {
  left: 20px;
  background: url("../img/icons/p-left.svg") 0 0/100% no-repeat;
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close {
  background: url("../img/icons/close.svg") center no-repeat;
}

.lg-toolbar .lg-download {
  display: none;
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toggle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toggle-thumb:hover {
  color: #fff;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #fff;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a,
.lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.group {
  *zoom: 1;
}

.group:before,
.group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("../img/icons/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}
.popup::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
}
.popup.show {
  visibility: visible;
  overflow: auto;
}
.popup.show::before {
  opacity: 1;
}
.popup.show .popup__body {
  transform: scale(1);
}
.popup._active {
  overflow: auto;
  visibility: visible;
}
.popup._active::before {
  opacity: 1;
}
.popup._active .popup__body {
  transition: all 0.3s ease 0.2s;
  transform: scale(1);
}
.popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__body {
  transform: scale(0);
  transition: all 0.3s ease 0s;
  background-color: #fff;
  padding: 50px;
  width: 100%;
  max-width: 800px;
}
.popup__close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 30;
  background: url("../img/icons/close.svg") 0 0 no-repeat;
}

.icon-menu {
  display: none;
}
@media (max-width: 768px) {
  .icon-menu {
    display: block;
    position: relative;
    top: 65px;
    left: 35px;
    width: 30px;
    height: 18px;
    cursor: pointer;
    z-index: 5;
  }
  .icon-menu span {
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #E8C300;
  }
  .icon-menu span:first-child {
    top: 0px;
  }
  .icon-menu span:last-child {
    top: auto;
    bottom: 0px;
  }
  .icon-menu._active span {
    transform: scale(0);
  }
  .icon-menu._active span:first-child {
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }
  .icon-menu._active span:last-child {
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }
}
@media (max-width: 420px) {
  .icon-menu {
    left: 15px;
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.header {
  position: relative;
  width: 100%;
  min-height: 800px;
  background-image: url(../img/header/header-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.header__nav::after {
  content: "";
  position: absolute;
  top: 56.3%;
  left: -7.4%;
  width: 700px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  transform: rotate(-90deg);
}
@media (max-width: 768px) {
  .header__nav::after {
    display: none;
  }
}
.header__nav::before {
  content: "";
  position: absolute;
  top: 56.3%;
  right: -6.6%;
  width: 700px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  transform: rotate(-90deg);
}
@media (max-width: 768px) {
  .header__nav::before {
    display: none;
  }
}
.header__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  .header__list {
    justify-content: center;
  }
}
.header__list-container, .header__list-container__right {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .header__list-container, .header__list-container__right {
    padding: 95px 0;
    margin: 0;
    display: block;
    border: none;
    text-align: center;
  }
}
.header__logo {
  padding-top: 25px;
  margin-bottom: 151px;
  margin: 0 35px;
  z-index: 2;
}
@media (max-width: 768px) {
  .header__logo {
    padding-top: 0;
  }
}
.header__logo::after {
  content: "";
  position: absolute;
  top: 53.5%;
  left: 33.35%;
  width: 452px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  transform: rotate(-90deg);
}
@media (max-width: 1260px) {
  .header__logo::after {
    left: 31.2%;
  }
}
@media (max-width: 1250px) {
  .header__logo::after {
    display: none;
  }
}
.header__logo::before {
  content: "";
  position: absolute;
  bottom: 5.3%;
  right: 46.7%;
  width: 86px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  transform: rotate(-90deg);
}
@media (max-width: 1260px) {
  .header__logo::before {
    right: 47.4%;
  }
}
@media (max-width: 1250px) {
  .header__logo::before {
    display: none;
  }
}
.header__logo-img._active {
  animation-name: rotation;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@media (max-width: 1040px) {
  .header__logo-img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 799px) {
  .header__logo-img {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 768px) {
  .header__logo-img {
    width: 110px;
    height: 110px;
  }
}
.header__container {
  width: 100%;
}

@media (max-width: 768px) {
  .header__list-container__right {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .menu__body {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 135px;
    overflow: auto;
    background-color: #6b5f4af1;
    z-index: 2;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 140px;
    z-index: 2;
    background-color: #020100f8;
    transition: all 0.5s ease 0s;
  }
}
.menu__body._active {
  display: block;
}

.nav__list__item {
  padding: 35px 0 35px 0;
}
@media (max-width: 768px) {
  .nav__list__item {
    padding: 10px 0;
    border: none;
  }
}
.nav__list__item + .nav__list__item {
  margin-left: 90px;
}
@media (max-width: 1250) {
  .nav__list__item + .nav__list__item {
    margin-left: 7.2vw;
  }
}
@media (max-width: 1040px) {
  .nav__list__item + .nav__list__item {
    margin-left: 50px;
  }
}
@media (max-width: 906px) {
  .nav__list__item + .nav__list__item {
    margin-left: 30px;
  }
}
@media (max-width: 799px) {
  .nav__list__item + .nav__list__item {
    margin-left: 25px;
  }
}
@media (max-width: 768px) {
  .nav__list__item + .nav__list__item {
    margin: 0;
  }
}

.nav__link {
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 35px 0 35px 0;
}
@media (max-width: 768px) {
  .nav__link {
    padding: 0;
    font-size: 18px;
    line-height: 22px;
  }
}
.nav__link:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #E8C300;
  transition: width 0.3s ease-out;
}
.nav__link:hover, .nav__link:focus {
  color: #E8C300;
  transition: color 0.3s ease-out;
}
.nav__link:hover:after, .nav__link:focus:after {
  width: 100%;
}

.hero-container {
  width: 100%;
  display: flex;
  justify-content: end;
  margin-top: 146px;
}
@media (max-width: 501px) {
  .hero-container {
    margin-top: 105px;
  }
}
.hero-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-right: 199px;
}
@media (max-width: 1260px) {
  .hero-content {
    margin-right: 165px;
  }
}
@media (max-width: 1300px) {
  .hero-content {
    margin-right: 180px;
  }
}
@media (max-width: 1260px) {
  .hero-content {
    margin-right: 145px;
  }
}
@media (max-width: 1124px) {
  .hero-content {
    margin-right: 107px;
  }
}
@media (max-width: 1040px) {
  .hero-content {
    margin-right: 118px;
  }
}
@media (max-width: 991.98px) {
  .hero-content {
    margin-right: 68px;
  }
}
@media (max-width: 908px) {
  .hero-content {
    margin-right: 98px;
  }
}
@media (max-width: 799px) {
  .hero-content {
    margin-right: 85px;
  }
}
@media (max-width: 768px) {
  .hero-content {
    margin-right: auto;
    margin-left: auto;
  }
}
.hero-content-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-title {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.5em;
  margin-bottom: 21px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.hero-subtitle {
  font-family: "Banny", sans-serif;
  font-size: 96px;
  text-transform: uppercase;
  color: #FFFFFF;
  transform: translate(0px, 120%);
  opacity: 0;
  transition: all 0.8s ease 0s;
}
@media (max-width: 1168px) {
  .hero-subtitle {
    font-size: 90px;
  }
}
@media (max-width: 1040px) {
  .hero-subtitle {
    font-size: 80px;
  }
}
@media (max-width: 908px) {
  .hero-subtitle {
    font-size: 60px;
  }
}
@media (max-width: 501px) {
  .hero-subtitle {
    font-size: 36px;
  }
}
.hero-subtitle._active {
  transform: translate(0px, 0px);
  opacity: 1;
}
.hero-subtitle__element {
  width: 60px;
  height: 5px;
  border-radius: 50px;
  background-color: #E8C300;
  margin: 30px 0;
}
.hero-btn {
  min-width: 200px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px 62px;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  top: 0;
  box-shadow: 0px 4px 0 rgba(255, 255, 255, 0.2);
  transition: background-color 0.5s ease 0s;
}
.hero-btn:active {
  top: 3px;
  box-shadow: 0px 2px 0 rgba(255, 255, 255, 0.2);
}
.hero-btn:hover {
  background-color: #E8C300;
}
.hero-date {
  position: absolute;
  top: 55.5%;
  left: -6.5%;
  margin-bottom: 140px;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  color: #FFFFFF;
  transform: rotate(-90deg);
}
@media (max-width: 1260px) {
  .hero-date {
    left: -5%;
  }
}
@media (max-width: 799px) {
  .hero-date {
    left: -10%;
  }
}
@media (max-width: 768px) {
  .hero-date {
    position: absolute;
    top: 90%;
    left: 33%;
    transform: rotate(0deg);
  }
}
@media (max-width: 536px) {
  .hero-date {
    left: 25%;
  }
}
@media (max-width: 501px) {
  .hero-date {
    top: 95%;
    font-size: 10px;
    line-height: 10px;
  }
}
@media (max-width: 340px) {
  .hero-date {
    left: 17%;
  }
}
.hero-arrow {
  display: none;
}
@media (max-width: 768px) {
  .hero-arrow__container {
    opacity: 0;
    visibility: hidden;
    transform: translate(0px, 10%);
    pointer-events: none;
    transition: all 0.3s ease 0s;
  }
}
.hero-list {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
  margin-right: -20px;
}
@media (max-width: 1260px) {
  .hero-list {
    margin-right: -100px;
  }
}
@media (max-width: 1300px) {
  .hero-list {
    margin-right: 0;
  }
}
@media (max-width: 1260px) {
  .hero-list {
    margin-right: -80px;
  }
}
@media (max-width: 1168px) {
  .hero-list {
    margin-right: -55px;
  }
}
@media (max-width: 1124px) {
  .hero-list {
    margin-right: -18px;
  }
}
@media (max-width: 1040px) {
  .hero-list {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .hero-list {
    margin-right: -40px;
  }
}
@media (max-width: 908px) {
  .hero-list {
    margin-right: 0;
  }
}
@media (max-width: 799px) {
  .hero-list {
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .hero-list {
    position: absolute;
    top: 55px;
    right: 35px;
    display: flex;
    flex-direction: row;
    margin-top: 0;
    z-index: 2;
  }
}
@media (max-width: 667px) {
  .hero-list {
    display: inline-block;
    padding: 10px;
    background-color: rgba(44, 42, 42, 0.2);
    border-radius: 2px;
    margin-right: 0;
    margin-top: -55px;
  }
}
.hero-list__social {
  overflow: hidden;
  border-radius: 50%;
}
.hero-list__social + .hero-list__social {
  margin-top: 17px;
}
@media (max-width: 768px) {
  .hero-list__social + .hero-list__social {
    margin-top: 0;
    margin-left: 17px;
  }
}
@media (max-width: 667px) {
  .hero-list__social + .hero-list__social {
    margin: 0;
    margin-top: 17px;
  }
}
.hero-list__icon {
  outline: none;
}
@media (max-width: 768px) {
  .hero-list__icon {
    width: 40px;
    height: 40px;
  }
}
.hero-list__icon:hover {
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

._facebook:hover {
  background-color: #3b5998;
}

._twitter:hover {
  background-color: #00acee;
}

._instagram:hover {
  background-color: #cf3065;
}

@media (max-width: 501px) {
  .btn__hero {
    display: flex;
    flex-direction: column;
  }
}

.container__hero-arrow {
  display: none;
}
@media (max-width: 667px) {
  .container__hero-arrow {
    display: block;
    position: absolute;
    top: 60px;
    right: 4px;
    min-width: 80px;
    z-index: 2;
  }
}
@media (max-width: 420px) {
  .container__hero-arrow {
    right: -30px;
  }
}

html._touch .hero-arrow {
  display: block;
  width: 0;
  height: 0;
  transition: transform 0.3s ease 0s;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 30px solid #E8C300;
}

html._touch .container__hero-arrow._active .hero-arrow__container {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
  pointer-events: all;
}

html._touch .container__hero-arrow._active .hero-arrow {
  transform: rotate(-180deg);
}

._table {
  margin-right: 40px;
}
@media (max-width: 501px) {
  ._table {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.downBtn__hero-btn {
  margin-top: 82px;
  border-radius: 50%;
  transition: background-color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.downBtn__hero-btn:hover {
  background-color: #E8C300;
}

.section__about-us {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .section__about-us {
    padding: 40px 0;
  }
}
@media (max-width: 667px) {
  .section__about-us {
    display: flex;
    flex-direction: column;
    padding: 40px 10px;
  }
}
.section__about-us__img {
  transition: all 0.5s ease-out;
  opacity: 0;
}
@media (max-width: 1040px) {
  .section__about-us__img {
    width: 425px;
    height: 425px;
  }
}
@media (max-width: 991.98px) {
  .section__about-us__img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 908px) {
  .section__about-us__img {
    width: 350px;
    height: 350px;
  }
}

.about-us__description {
  position: relative;
  text-align: center;
  width: 600px;
  margin-left: 0px;
  margin-right: 65px;
}
@media (max-width: 1260px) {
  .about-us__description {
    margin-left: -50px;
  }
}
@media (max-width: 1172px) {
  .about-us__description {
    margin-left: 0;
  }
}
@media (max-width: 1124px) {
  .about-us__description {
    width: 400px;
    margin-left: 20px;
    margin-right: 80px;
  }
}
@media (max-width: 1040px) {
  .about-us__description {
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media (max-width: 991.98px) {
  .about-us__description {
    margin-left: 0;
    margin-right: 90px;
  }
}
@media (max-width: 908px) {
  .about-us__description {
    margin-left: 10px;
    margin-right: 15px;
  }
}
@media (max-width: 667px) {
  .about-us__description {
    width: 100%;
  }
}
.about-us__description-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-us__description-title {
  font-family: "Banny", sans-serif;
  font-size: 36px;
  line-height: 48px;
  text-transform: uppercase;
  color: #000;
  opacity: 0;
  transform: scale3d(0, 1, 3);
}
.about-us__description-title._active {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition: all 1s ease 2s;
}
@media (max-width: 667px) {
  .about-us__description-title._active {
    transition: all 1s ease;
  }
}
.about-us__description-title__element {
  width: 60px;
  height: 5px;
  border-radius: 50px;
  background-color: #E8C300;
  margin: 15px 0;
}
.about-us__description-text {
  font-family: Open Sans;
  text-align: center;
  font-style: normal;
  color: #000;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  transform: translate(-120%, 0px);
  transition: all 1s ease 2s;
}
.about-us__description-text._active {
  transform: translate(0px, 0px);
}
@media (max-width: 667px) {
  .about-us__description-text._active {
    transition: all 1s ease;
  }
}
.about-us__description-text span {
  display: flex;
  align-items: flex-end;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}
@media (max-width: 536px) {
  .about-us__description-text span {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 399px) {
  .about-us__description-text span {
    font-size: 14px;
    line-height: 24px;
  }
}

.img__about-us__container::after {
  content: "";
  position: absolute;
  top: 33.5%;
  right: 0.5%;
  width: 250px;
  height: 250px;
  background: 1;
  border: 20px solid #E8C300;
  border-radius: 5px;
  filter: drop-shadow(0px 0px 100px #000);
  transition: all 1.5s ease-in-out 2.5s;
  opacity: 0;
}
@media (max-width: 1260px) {
  .img__about-us__container::after {
    right: -8%;
  }
}
@media (max-width: 1172px) {
  .img__about-us__container::after {
    right: -5%;
  }
}
@media (max-width: 1124px) {
  .img__about-us__container::after {
    right: -1.5%;
  }
}
@media (max-width: 1040px) {
  .img__about-us__container::after {
    width: 200px;
    height: 200px;
    right: 2%;
  }
}
@media (max-width: 991.98px) {
  .img__about-us__container::after {
    width: 175px;
    height: 175px;
    right: -5%;
  }
}
@media (max-width: 908px) {
  .img__about-us__container::after {
    width: 135px;
    height: 135px;
    right: 0;
  }
}
@media (max-width: 768px) {
  .img__about-us__container::after {
    display: none;
  }
}
.img__about-us__container._active::after {
  opacity: 1;
  transform: rotateY(-180deg);
}

.section__our-team {
  position: relative;
  width: 100%;
  background-image: url(../img/ourTeam/specialtys-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 45px 10px 100px;
}
@media (max-width: 908px) {
  .section__our-team {
    padding: 45px 0 80px 0;
  }
}
@media (max-width: 667px) {
  .section__our-team {
    padding: 45px 0 45px 0;
  }
}
.section__our-team_title {
  font-family: Open Sans;
  font-style: normal;
  margin-bottom: 45px;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
}

.our-team__section {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 1200px) {
  .our-team__section {
    align-items: normal;
  }
}
@media (max-width: 667px) {
  .our-team__section {
    align-items: center;
    flex-direction: column-reverse;
  }
}

.our-team__description {
  position: relative;
  text-align: center;
  width: 600px;
  margin-left: 55px;
}
@media (max-width: 1260px) {
  .our-team__description {
    margin-left: 60px;
    margin-right: -90px;
  }
}
@media (max-width: 1196px) {
  .our-team__description {
    margin-left: 50px;
    margin-right: -40px;
  }
}
@media (max-width: 1124px) {
  .our-team__description {
    width: 400px;
    margin-left: 30px;
  }
}
@media (max-width: 1040px) {
  .our-team__description {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 991.98px) {
  .our-team__description {
    margin-left: 50px;
    margin-right: -10px;
  }
}
@media (max-width: 908px) {
  .our-team__description {
    margin-left: 20px;
    margin-right: 5px;
  }
}
@media (max-width: 667px) {
  .our-team__description {
    width: 100%;
    margin: 0;
    margin-bottom: 35px;
  }
}
.our-team__description-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.our-team__description-title {
  font-family: "Banny", sans-serif;
  font-size: 36px;
  line-height: 48px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transform: translate(120%, 0px);
  transition: all 1s ease 1.5s;
}
.our-team__description-title._active {
  transform: translate(0px, 0px);
  opacity: 1;
}
@media (max-width: 667px) {
  .our-team__description-title._active {
    transition: all 1s ease;
  }
}
.our-team__description-title__element {
  width: 65px;
  height: 5px;
  border-radius: 50px;
  background-color: #E8C300;
  margin: 15px 0;
}
.our-team__description-text {
  font-family: Open Sans;
  text-align: center;
  font-style: normal;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.our-team__description-text span {
  display: flex;
  align-items: flex-end;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}
@media (max-width: 536px) {
  .our-team__description-text span {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 399px) {
  .our-team__description-text span {
    font-size: 14px;
    line-height: 24px;
  }
}

.our-team__container-text {
  overflow: hidden;
}

.img__our-team__container::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 31%;
  left: 2.7%;
  width: 250px;
  height: 250px;
  background: 1;
  border: 20px solid #E8C300;
  border-radius: 5px;
  filter: drop-shadow(0px 0px 100px #000);
  transition: all 1.5s ease-in-out 2.5s;
  opacity: 0;
}
@media (max-width: 1260px) {
  .img__our-team__container::after {
    left: 5%;
  }
}
@media (max-width: 1172px) {
  .img__our-team__container::after {
    left: 4.5%;
  }
}
@media (max-width: 1040px) {
  .img__our-team__container::after {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 991.98px) {
  .img__our-team__container::after {
    top: 36%;
    width: 175px;
    height: 175px;
  }
}
@media (max-width: 908px) {
  .img__our-team__container::after {
    width: 135px;
    height: 135px;
  }
}
@media (max-width: 768px) {
  .img__our-team__container::after {
    display: none;
  }
}
.img__our-team__container._active::after {
  opacity: 1;
  transform: rotate(360deg);
}

.img__our-team {
  background-clip: padding-box;
  filter: drop-shadow(0px 0px 50px #000);
  border-radius: 3px;
  margin-left: 95px;
  opacity: 0;
}
@media (max-width: 1260px) {
  .img__our-team {
    margin-left: 50px;
  }
}
@media (max-width: 1040px) {
  .img__our-team {
    width: 425px;
    height: 425px;
  }
}
@media (max-width: 991.98px) {
  .img__our-team {
    width: 400px;
    height: 400px;
    margin-left: 20px;
  }
}
@media (max-width: 908px) {
  .img__our-team {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .img__our-team {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 667px) {
  .img__our-team {
    margin: 0;
  }
}

.section__order-table {
  position: relative;
  padding: 80px 0 40px 0;
}
@media (max-width: 768px) {
  .section__order-table {
    padding: 40px 0 40px 0;
  }
}

.order-table__section {
  display: flex;
  justify-content: start;
  align-items: center;
}
@media (max-width: 1260px) {
  .order-table__section {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .order-table__section {
    flex-direction: column;
    align-items: center;
  }
}

.order-table__container {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-left: 30px;
  margin-right: 80px;
  transform: translate(-200%, 0px);
  transition: all 1s ease 1.5s;
}
.order-table__container._active {
  transform: translate(0px, 0px);
}
@media (max-width: 667px) {
  .order-table__container._active {
    transition: all 1s ease 0.5s;
  }
}
.order-table__container-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1260px) {
  .order-table__container {
    margin-left: -50px;
    margin-right: 0;
  }
}
@media (max-width: 1128px) {
  .order-table__container {
    margin-left: -42px;
  }
}
@media (max-width: 1040px) {
  .order-table__container {
    margin-left: -45px;
  }
}
@media (max-width: 908px) {
  .order-table__container {
    margin-left: -35px;
  }
}
@media (max-width: 826px) {
  .order-table__container {
    margin-left: 0;
  }
}

.order-table__title {
  font-family: "Banny", sans-serif;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 908px) {
  .order-table__title {
    margin-left: -100px;
  }
}
@media (max-width: 768px) {
  .order-table__title {
    margin-left: 0;
  }
}
.order-table__title__element {
  width: 61px;
  height: 5px;
  border-radius: 50px;
  background-color: #E8C300;
  margin: 8px 0 15px 0;
}

.order-table__form {
  display: flex;
  flex-wrap: wrap;
  width: 574px;
}
@media (max-width: 1128px) {
  .order-table__form {
    width: 524px;
  }
}
@media (max-width: 768px) {
  .order-table__form {
    width: 574px;
  }
}
@media (max-width: 593px) {
  .order-table__form {
    width: 480px;
  }
}
@media (max-width: 492px) {
  .order-table__form {
    width: 400px;
  }
}
@media (max-width: 408px) {
  .order-table__form {
    width: 320px;
  }
}
.order-table__form-data {
  position: relative;
}
.order-table__form-input {
  width: calc((100% - 20px) / 2);
  margin: 5px;
  padding: 20px;
  width: 277px;
  height: 60px;
}
@media (max-width: 1128px) {
  .order-table__form-input {
    width: 223px;
  }
}
@media (max-width: 908px) {
  .order-table__form-input {
    width: 200px;
    padding: 15px;
  }
}
@media (max-width: 826px) {
  .order-table__form-input {
    width: 180px;
  }
}
@media (max-width: 768px) {
  .order-table__form-input {
    width: calc((100% - 20px) / 2);
    width: 277px;
  }
}
@media (max-width: 593px) {
  .order-table__form-input {
    width: 230px;
  }
}
@media (max-width: 492px) {
  .order-table__form-input {
    width: 190px;
  }
}
@media (max-width: 408px) {
  .order-table__form-input {
    width: 150px;
  }
}
@media (max-width: 908px) {
  .order-table__form-label {
    font-size: 12px;
    line-height: 16px;
    top: 40%;
  }
}
.order-table__form-input:focus + .order-table__form-label {
  display: block;
  position: absolute;
  top: -16%;
  left: 23px;
}
.order-table__form-btn {
  margin: 5px 5px 0 5px;
}
@media (max-width: 1128px) {
  .order-table__form-btn {
    width: 455px;
  }
}
@media (max-width: 908px) {
  .order-table__form-btn {
    width: 410px;
  }
}
@media (max-width: 826px) {
  .order-table__form-btn {
    width: 370px;
  }
}
@media (max-width: 768px) {
  .order-table__form-btn {
    width: 100%;
  }
}
@media (max-width: 593px) {
  .order-table__form-btn {
    width: 470px;
  }
}

.img__order-table__container::after {
  content: "";
  position: absolute;
  top: 33.5%;
  right: 7%;
  width: 226px;
  height: 226px;
  background: 1;
  border: 20px solid #E8C300;
  border-radius: 5px;
  filter: drop-shadow(0px 0px 100px #000);
  opacity: 0;
  transition: all 1s ease-in-out 1.5s;
  transform-origin: 0 0;
  transform: rotate(-360deg);
}
@media (max-width: 1260px) {
  .img__order-table__container::after {
    right: 3.4%;
  }
}
@media (max-width: 1040px) {
  .img__order-table__container::after {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 991.98px) {
  .img__order-table__container::after {
    width: 175px;
    height: 175px;
  }
}
@media (max-width: 908px) {
  .img__order-table__container::after {
    width: 135px;
    height: 135px;
    right: 5.5%;
  }
}
@media (max-width: 826px) {
  .img__order-table__container::after {
    right: 1%;
  }
}
@media (max-width: 768px) {
  .img__order-table__container::after {
    display: none;
  }
}
.img__order-table__container._active::after {
  opacity: 1;
  transform: rotate(0deg);
}

.img__order-table {
  opacity: 0;
}
@media (max-width: 1040px) {
  .img__order-table {
    width: 425px;
    height: 425px;
    margin-left: -15px;
  }
}
@media (max-width: 991.98px) {
  .img__order-table {
    width: 400px;
    height: 400px;
    margin-left: -57px;
  }
}
@media (max-width: 908px) {
  .img__order-table {
    width: 350px;
    height: 350px;
    margin-left: -90px;
  }
}
@media (max-width: 826px) {
  .img__order-table {
    margin-left: -110px;
  }
}
@media (max-width: 768px) {
  .img__order-table {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 364px) {
  .img__order-table {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.time__order-table {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: rgba(51, 51, 51, 0.5);
}
@media (max-width: 908px) {
  .time__order-table {
    margin-top: 25px;
  }
}
@media (max-width: 492px) {
  .time__order-table {
    display: flex;
    flex-direction: column;
  }
}
.time__order-table a {
  color: rgba(51, 51, 51, 0.5);
}
.time__order-table a:hover, .time__order-table a:focus {
  color: #E8C300;
  text-decoration-line: underline;
  transition: color 0.3s ease-out;
}

.section__specialties {
  position: relative;
  width: 100%;
  min-height: 675px;
  background-image: url(../img/specialties/specialtys-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 45px 0;
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
}
.section__specialties::before {
  content: "";
  background-color: rgba(232, 253, 137, 0.767);
  opacity: 0.1;
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -130%;
  transform: skewX(-45deg) translateX(0);
  transition: none;
}
.section__specialties._active:before {
  transform: skewX(-45deg) translateX(600%);
  transition: all 0.5s ease-in-out 2s;
}
.section__specialties._active._active > .slider, .section__specialties._active .swiper-pagination-bullet {
  transform: scale(1);
}
@media (max-width: 991.98px) {
  .section__specialties {
    min-height: 575px;
  }
}
@media (max-width: 1040px) {
  .section__specialties {
    min-height: 575px;
  }
}
@media (max-width: 908px) {
  .section__specialties {
    min-height: 550px;
    padding: 40px 5px;
  }
}
.section__specialties-title {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0.5em;
  text-transform: uppercase;
}

.specialties__description {
  position: relative;
  text-align: center;
  width: 600px;
}
@media (max-width: 1124px) {
  .specialties__description {
    width: 400px;
  }
}
@media (max-width: 667px) {
  .specialties__description {
    width: 100%;
    padding: 0 10px;
    margin: 0;
    margin-bottom: 35px;
  }
}
.specialties__description-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.specialties__description-title {
  font-family: "Banny", sans-serif;
  font-size: 36px;
  line-height: 48px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}
.specialties__description-title__element {
  width: 65px;
  height: 5px;
  border-radius: 50px;
  background-color: #E8C300;
  margin: 23px 0;
}
.specialties__description-text {
  font-family: Open Sans;
  text-align: center;
  font-style: normal;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.specialties__description-text span {
  display: flex;
  align-items: flex-end;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}
@media (max-width: 536px) {
  .specialties__description-text span {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 399px) {
  .specialties__description-text span {
    font-size: 14px;
    line-height: 24px;
  }
}

.img__specialties {
  background-clip: padding-box;
  filter: drop-shadow(0px 0px 50px #000);
  border-radius: 5px;
  margin-left: 100px;
}
@media (max-width: 1260px) {
  .img__specialties {
    margin-left: 50px;
    margin-right: 10px;
  }
}
@media (max-width: 1040px) {
  .img__specialties {
    width: 425px;
    height: 425px;
  }
}
@media (max-width: 991.98px) {
  .img__specialties {
    width: 400px;
    height: 400px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 908px) {
  .img__specialties {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .img__specialties {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 667px) {
  .img__specialties {
    margin: 0;
  }
}

.section__menu {
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .section__menu {
    padding: 40px 0;
  }
}

.menu__description {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu__description-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu__description-title {
  font-family: "Banny", sans-serif;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
.menu__description-title__element {
  width: 61px;
  height: 5px;
  border-radius: 50px;
  background-color: #E8C300;
  margin: 15px 0 25px 0;
}
.menu__description-text {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  max-width: 507px;
  text-align: center;
  color: #000;
}
@media (max-width: 536px) {
  .menu__description-text {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 399px) {
  .menu__description-text {
    font-size: 14px;
    line-height: 24px;
  }
}

.menu__list {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 51px;
}
@media (max-width: 1120px) {
  .menu__list {
    margin-bottom: 40px;
  }
}
@media (max-width: 660px) {
  .menu__list {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.menu__list-item {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #333333;
  padding: 20px 40px;
  border-right: 1px solid rgba(51, 51, 51, 0.2);
  cursor: pointer;
  transition: all 0.3s ease-out;
  /* &:active {
      border-radius: 70%;
  } */
}
.menu__list-item.active {
  background-color: #ccae01;
  color: #FFFFFF;
}
@media (max-width: 991.98px) {
  .menu__list-item {
    padding: 10px 30px;
  }
}
@media (max-width: 810px) {
  .menu__list-item {
    padding: 10px 20px;
  }
}
@media (max-width: 350px) {
  .menu__list-item {
    padding: 10px 15px;
  }
}

.list__menu {
  display: flex;
  flex-wrap: wrap;
  min-width: 100%;
  transition: all 1s ease;
}
@media (max-width: 1260px) {
  .list__menu {
    min-width: 1120px;
  }
}
@media (max-width: 1120px) {
  .list__menu {
    min-width: 950px;
    margin-left: 30px;
  }
}
@media (max-width: 991.98px) {
  .list__menu {
    min-width: 795px;
    margin-left: 15px;
  }
}
@media (max-width: 860px) {
  .list__menu {
    min-width: 600px;
    margin-left: 30px;
  }
}
@media (max-width: 640px) {
  .list__menu {
    min-width: 100%;
    justify-content: center;
    margin: 0;
  }
}

.list-item__menu {
  font-family: "Banny", sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  width: calc((100% - 9 * 17px) / 3);
  margin: 17px 20px;
  transition: all 0.5s ease-out;
}
@media (max-width: 1260px) {
  .list-item__menu {
    width: calc((100% - 9 * 14px) / 3);
    font-size: 17px;
    margin: 14px 15px;
  }
}
@media (max-width: 1120px) {
  .list-item__menu {
    width: calc((100% - 9 * 12px) / 3);
    font-size: 14px;
    margin: 12px 15px;
  }
}
@media (max-width: 860px) {
  .list-item__menu {
    width: calc((100% - 4 * 14px) / 2);
    font-size: 16px;
    margin: 14px 10px;
  }
}
@media (max-width: 640px) {
  .list-item__menu {
    width: 350px;
    text-align: center;
    font-size: 16px;
    margin: 12px 10px;
  }
}
.list-item__menu span {
  white-space: nowrap;
  font-weight: 400;
  font-size: 12px;
  color: rgba(51, 51, 51, 0.5);
}
.section__private-events {
  position: relative;
  width: 100%;
  min-height: 675px;
  background-image: url(../img/specialties/specialtys-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1040px) {
  .section__private-events {
    min-height: 615px;
  }
}
@media (max-width: 991.98px) {
  .section__private-events {
    min-height: 585px;
  }
}
@media (max-width: 908px) {
  .section__private-events {
    min-height: 535px;
  }
}
@media (max-width: 768px) {
  .section__private-events {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
    padding-bottom: 40px;
  }
}
.section__private-events_title {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  padding: 40px 0;
  text-align: center;
  letter-spacing: 0.5em;
  text-transform: uppercase;
}

.private-events__section {
  display: flex;
  justify-content: center;
  padding: 0;
}
.private-events__section._active > ._left-card, .private-events__section._active > ._right-card {
  opacity: 1;
  transform: translate(0px, 0px);
}
@media (max-width: 768px) {
  .private-events__section {
    flex-direction: column;
  }
}
.private-events__section::after {
  content: "";
  position: absolute;
  top: 30.5%;
  left: 2.7%;
  width: 250px;
  height: 250px;
  background: 1;
  border: 20px solid #E8C300;
  border-radius: 5px;
  filter: drop-shadow(0px 0px 100px #000);
  transition: all 1s ease-in-out;
  opacity: 0;
  transform: rotate(0) scale(0);
}
@media (max-width: 1040px) {
  .private-events__section::after {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 991.98px) {
  .private-events__section::after {
    width: 175px;
    height: 175px;
  }
}
@media (max-width: 908px) {
  .private-events__section::after {
    width: 135px;
    height: 135px;
  }
}
@media (max-width: 768px) {
  .private-events__section::after {
    top: 23%;
    left: 19%;
  }
}
@media (max-width: 370px) {
  .private-events__section::after {
    display: none;
  }
}
.private-events__section._active::after, .private-events__section._active::before {
  opacity: 1;
  transform: rotate(360deg) scale(1);
  transition: all 1s ease-in-out 1s;
}
.private-events__section::before {
  content: "";
  position: absolute;
  top: 30.5%;
  right: 4%;
  width: 250px;
  height: 250px;
  background: 1;
  border: 20px solid #E8C300;
  border-radius: 5px;
  filter: drop-shadow(0px 0px 100px #000);
  z-index: 55;
  transition: all 1s ease-in-out;
  opacity: 0;
  transform: rotate(0) scale(0);
}
@media (max-width: 1040px) {
  .private-events__section::before {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 991.98px) {
  .private-events__section::before {
    width: 175px;
    height: 175px;
  }
}
@media (max-width: 908px) {
  .private-events__section::before {
    width: 135px;
    height: 135px;
  }
}
@media (max-width: 768px) {
  .private-events__section::before {
    top: 65%;
    right: 18%;
  }
}
@media (max-width: 370px) {
  .private-events__section::before {
    display: none;
  }
}

.img__private-events {
  position: relative;
  background-clip: padding-box;
  filter: drop-shadow(0px 0px 50px #000);
  border-radius: 5px;
}
@media (max-width: 1040px) {
  .img__private-events {
    width: 425px;
    height: 425px;
  }
}
@media (max-width: 991.98px) {
  .img__private-events {
    width: 400px;
    height: 398px;
  }
}
@media (max-width: 908px) {
  .img__private-events {
    width: 350px;
    height: 348px;
  }
}
@media (max-width: 370px) {
  .img__private-events {
    width: 300px;
    height: 298px;
  }
}

.private-events__card {
  position: relative;
  width: 475px;
}
@media (max-width: 1040px) {
  .private-events__card {
    width: 427px;
  }
}
@media (max-width: 991.98px) {
  .private-events__card {
    width: 400px;
  }
}
@media (max-width: 908px) {
  .private-events__card {
    width: 350px;
  }
}
@media (max-width: 370px) {
  .private-events__card {
    width: 300px;
  }
}
.private-events__card + .private-events__card {
  margin-left: 80px;
}
@media (max-width: 1196px) {
  .private-events__card + .private-events__card {
    margin-left: 35px;
  }
}
@media (max-width: 768px) {
  .private-events__card + .private-events__card {
    margin: 0;
    margin-top: 50px;
  }
}

._left-card {
  opacity: 0;
  transform: translate(-150%, 0px);
  transition: all 1s linear 0.5s;
  overflow: hidden;
}
._left-card::after {
  content: "";
  position: absolute;
  top: -100%;
  right: 0;
  height: 15%;
  width: 40px;
  background-color: #FFFFFF;
  filter: blur(30px);
  transform: skewX(-180deg);
}
._left-card._active::after {
  top: calc(100% + 150px);
  transition: all 1s ease-in-out 3s;
}

._right-card {
  opacity: 0;
  transform: translate(150%, 0px);
  transition: all 1s linear 0.5s;
  overflow: hidden;
}
._right-card::after {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  height: 15%;
  width: 40px;
  background-color: #FFFFFF;
  filter: blur(30px);
  transform: skewX(180deg);
}
._right-card._active::after {
  top: calc(100% + 150px);
  transition: all 1s ease-in-out 2s;
}

.discription__title {
  position: absolute;
  bottom: 41.5%;
  right: -41.7%;
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  font-family: "Banny", sans-serif;
  font-size: 24px;
  line-height: 12px;
  text-indent: 20px;
  text-transform: uppercase;
  transform: rotate(90deg);
  background: #000;
  border-radius: 5px 5px 0 0;
}
@media (max-width: 1040px) {
  .discription__title {
    bottom: 40.6%;
    right: -40.8%;
  }
}
@media (max-width: 991.98px) {
  .discription__title {
    bottom: 39.98%;
    right: -40.9%;
  }
}
@media (max-width: 908px) {
  .discription__title {
    bottom: 38.8%;
    right: -39%;
  }
}
@media (max-width: 370px) {
  .discription__title {
    bottom: 37%;
    right: -37%;
  }
}

._corporate {
  transform: rotate(270deg);
  bottom: 41.5%;
  left: -41.6%;
}
@media (max-width: 1040px) {
  ._corporate {
    bottom: 40.6%;
    left: -40.7%;
  }
}
@media (max-width: 991.98px) {
  ._corporate {
    bottom: 40%;
    left: -40.7%;
  }
}
@media (max-width: 908px) {
  ._corporate {
    bottom: 38.6%;
    left: -39%;
  }
}
@media (max-width: 370px) {
  ._corporate {
    bottom: 37%;
    left: -37%;
  }
}

.private-events__info {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  margin-top: 47px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
.private-events__info a {
  color: rgba(255, 255, 255, 0.5);
}
.private-events__info a:hover, .private-events__info a:focus {
  color: #E8C300;
  text-decoration-line: underline;
  transition: color 0.3s ease-out;
}

.section__photo-gallery {
  display: flex;
  flex-wrap: wrap;
}
.photo__gallery-item {
  flex: 0 1 25%;
     @media (max-width: 768px) {
	 flex: 0 1 50%;    
     }
     @media (max-width: 350px) {
	 flex: 0 0 100%;
     }
}

.photo-gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-out;
  transform: scale(1);
}
.photo-gallery__img:hover {
  transform: scale(1.05);
  transition: all 0.5s ease-in-out;
}

.section__contacts {
  padding: 80px 0;
}
@media (max-width: 1260px) {
  .section__contacts {
    padding: 40px 0;
  }
}
@media (max-width: 1115px) {
  .section__contacts {
    padding: 40px 5px;
  }
}

.contacts__description {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contacts__description-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contacts__description-title {
  font-family: "Banny", sans-serif;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
.contacts__description-title__element {
  width: 61px;
  height: 5px;
  border-radius: 50px;
  background-color: #E8C300;
  margin: 15px 0 25px 0;
}
.contacts__description-text {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  max-width: 507px;
  text-align: center;
  color: #000;
}
@media (max-width: 536px) {
  .contacts__description-text {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 399px) {
  .contacts__description-text {
    font-size: 14px;
    line-height: 24px;
  }
}

.contacts__form {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  width: 100%;
  /* &-btn {

          @media (max-width: 806px) {
              margin: 0;
          }
  } */
}
@media (max-width: 806px) {
  .contacts__form {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
.contacts__form-info {
  display: flex;
  width: 100%;
   @media (max-width: 478.98px) {
     flex-direction: column;
   }
}
.contacts__form-data {
  position: relative;
  flex: 0 0 32.8%;
}
@media (max-width: 991.98px) {
  .contacts__form-data {
    flex: 0 0 32.5%;
  }
}
@media (max-width: 768px) {
  .contacts__form-data {
    flex: 0 0 32.4%;
  }
}
@media (max-width: 624px) {
  .contacts__form-data {
    flex: 0 0 32.2%;
  }
}
@media (max-width: 536px) {
  .contacts__form-data {
    flex: 0 0 32%;
  }
}
@media (max-width: 478.98px) {
  .contacts__form-data {
    flex: 0 0 100%;
  }
}
.contacts__form-data + .contacts__form-data {
  margin-left: 10px;
     @media (max-width: 478.98px) {
	margin-left: 0;
	margin-top: 15px;
     }
}
.contacts__form-input {
  width: 100%;
  padding: 15px;
  height: 60px;
}
.contacts__form-input:focus + .contacts__form-label {
  display: block;
  position: absolute;
  top: -26%;
  left: 15px;
}
.contacts__form-content {
  display: flex;
}
@media (max-width: 806px) {
  .contacts__form-content {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.contacts__form-contentInfo {
  display: flex;
  width: 100%;
}
@media (max-width: 806px) {
  .contacts__form-contentInfo {
    justify-content: center;
    margin: 15px 0;
  }
}
.contacts__form-contentInfo-link {
  display: flex;
  align-items: center;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  color: rgba(51, 51, 51, 0.5);
}
.contacts__form-contentInfo p {
  color: rgba(51, 51, 51, 0.5);
}
.contacts__form-contentInfo-item + .contacts__form-contentInfo-item {
  margin-left: 10px;
}
.contacts__form-message {
  position: relative;
  margin: 10px 0;
}
.contacts__form-message__textarea {
  width: 100%;
  max-height: 120px;
  padding: 15px;
  background: #E5E5E5;
  border-radius: 5px;
  resize: none;
}
.contacts__form-message__label {
  position: absolute;
  top: 13%;
  left: 15px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: rgba(51, 51, 51, 0.5);
}
.contacts__form-contentInfo-item {
  display: flex;
  align-items: center;
}
@media (max-width: 624px) {
  .contacts__form-contentInfo-item {
    justify-content: center;
  }
}

.geolocation {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
@media (max-width: 991.98px) {
  .geolocation {
    width: 30px;
  }
}
@media (max-width: 806px) {
  .geolocation {
    width: 20px;
  }
}
@media (max-width: 624px) {
  .geolocation {
    margin-top: 85px;
    margin-bottom: 10px;
  }
}

@media (max-width: 624px) {
  ._location {
    margin-top: 85px;
    margin-bottom: 10px;
    color: #FFFFFF;
  }
}

.phone {
  width: 20px;
  height: 20px;
  transform: rotate(-90deg);
  margin-right: 10px;
}
@media (max-width: 1260px) {
  .phone {
    width: 30px;
  }
}
@media (max-width: 991.98px) {
  .phone {
    width: 40px;
  }
}
@media (max-width: 806px) {
  .phone {
    width: 20px;
    margin-right: 5px;
  }
}

.email {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
@media (max-width: 806px) {
  .email {
    margin-right: 5px;
  }
}

@media (max-width: 624px) {
  ._mailadress {
    color: #FFFFFF;
  }
}

.maps__section {
  width: 100%;
  min-height: 475px;
}

.footer {
  padding: 45px 0;
  background-color: rgba(0, 0, 0, 0.9);
}
.footer__copyright {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.page {
  flex: 1 1 auto;
}
