@import "reset.css";
@import "owl.carousel.css";
@import "owl.theme.default.css";
@import "responsive.css";

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 35px 0 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  margin-bottom: 35px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.3);
  text-shadow: none;
  color: #222;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  margin: 0;
  padding: 15px;
  color: #222;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
}

.fancybox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 8040;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.fancybox-close:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../media/images/close.svg) 50% 50% no-repeat;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.fancybox-close:hover:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.fancybox-prev span {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  left: -50px;
}

.fancybox-next span {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: -50px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-prev span:after,
.fancybox-next span:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  width: 100%;
  text-align: left;
  overflow: hidden;
}

.fancybox-title-float-wrap .child {
  display: block;
  margin-right: -100%;
  background: rgba(255, 255, 255, 1);
  color: #000;
  line-height: 24px;
  font-size: 14px;
  padding: 12px 20px;
  font-weight: normal;
  width: 100%;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.fancybox-animate-wrap .fancybox-skin {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fancybox-animate-wrap .fancybox-inner {
  overflow: visible !important;
}

.fancybox-animate-wrap .fancybox-close {
  display: none;
}

.fancybox-animate-wrap .fancybox-modal__inner .fancybox-close {
  display: block;
}

.fancybox-modal {
  display: none;
  width: 500px;
  max-width: 100%;
}

.fancybox-modal .wrapp-form {
  background: transparent;
  padding: 0;
}

.fancybox-modal .wrapp-input > div label {
  color: #000;
}

.fancybox-modal__inner {
  background: #fff;
  padding: 35px 25px;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  font-size: 14px;
  border-radius: 6px;
}

.fancybox-modal__inner h2,
.fancybox-modal__inner p {
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.2;
}

.fancybox-modal[style="display: block;"] .fancybox-modal__inner {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fancybox-modal.fancybox-modal__big {
  width: 900px;
}

#responseMessage .fancybox-modal__content.error {
  color: #f00;
}

.fancybox-modal .wrapp-input > div {
  margin-top: 20px;
}

.fancybox-modal .wrapp-input > div input {
  background: #fff;
  color: #222;
}

.fancybox-modal .wrapp-input > div input:focus {
  background: #fff;
}

.fancybox-prev:hover span:after,
.fancybox-next:hover span:after {
  border-color: #b8824f;
}

.fancybox-modal input.error,
input.error {
  border-color: #f00;
  border: 3px solid red !important;
}

@font-face {
  font-family: "Roboto";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(../fonts/roboto-v20-latin_cyrillic-regular.woff2) format("woff2"), url(../fonts/roboto-v20-latin_cyrillic-regular.woff) format("woff"),
    url(../fonts/roboto-v20-latin_cyrillic-regular.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(../fonts/roboto-v20-latin_cyrillic-500.woff2) format("woff2"), url(../fonts/roboto-v20-latin_cyrillic-500.woff) format("woff"),
    url(../fonts/roboto-v20-latin_cyrillic-500.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(../fonts/roboto-v20-latin_cyrillic-700.woff2) format("woff2"), url(../fonts/roboto-v20-latin_cyrillic-700.woff) format("woff"),
    url(../fonts/roboto-v20-latin_cyrillic-700.ttf) format("truetype");
}

@font-face {
  font-family: "Merriweather";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(../fonts/merriweather-bold.woff2) format("woff2"), url(../fonts/merriweather-bold.woff) format("woff"),
    url(../fonts/merriweather-bold.ttf) format("truetype");
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
}

body {
  width: 100%;
  min-width: 320px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-style: normal;
  background: #171a28;
  color: #222;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Merriweather", serif;
  font-weight: 700;
}

a {
  color: #b8824f;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a:hover {
  color: #c89d66;
}

.wrapper-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}

#header,
#top-contacts,
.img-header,
#aboutus,
#help,
.copyright,
#contact,
#consultation,
#testimonials,
#services,
#team {
  /*max-width: 1920px;*/
  width: 100%;
  margin: 0 auto;
}

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

.wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#openmenu,
#closemenu {
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  display: none;
}

#openmenu:hover,
#closemenu:hover {
  color: #c89d66;
}

#scrolltop {
  color: #fff;
  text-decoration: none;
  width: 50px;
  height: 50px;
  background: #c89d66;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  border: 1px solid #c89d66;
}

#scrolltop:hover {
  background: #171a28;
}

@-webkit-keyframes load {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes load {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.icon4,
.icon6,
.icon8,
.icon10,
.icon12,
.icon14,
.icon16,
.icon18,
.icon20,
.icon22,
.icon24,
.icon26,
.icon28,
.icon30,
.icon40 {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-style: normal;
}

.icon4 {
  position: relative;
  top: -2px;
  width: 4px;
  height: 4px;
  font-size: 4px;
}

.icon6 {
  position: relative;
  width: 6px;
  height: 6px;
  font-size: 6px;
}

.icon8 {
  width: 8px;
  height: 8px;
  font-size: 8px;
}

.icon10 {
  width: 10px;
  height: 10px;
  font-size: 10px;
}

.icon12 {
  width: 12px;
  height: 12px;
  font-size: 12px;
}

.icon14 {
  width: 14px;
  height: 14px;
  font-size: 14px;
}

.icon16 {
  width: 16px;
  height: 16px;
  font-size: 16px;
}

.icon18 {
  width: 18px;
  height: 18px;
  font-size: 18px;
}

.icon20 {
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.icon22 {
  width: 22px;
  height: 22px;
  font-size: 22px;
}

.icon24 {
  width: 24px;
  height: 24px;
  font-size: 24px;
}

.icon26 {
  width: 26px;
  height: 26px;
  font-size: 26px;
}

.icon28 {
  width: 28px;
  height: 28px;
  font-size: 28px;
}

.icon30 {
  width: 30px;
  height: 30px;
  font-size: 30px;
}

.icon40 {
  width: 40px;
  height: 40px;
  font-size: 40px;
}

.icon10.color,
.icon12.color,
.icon16.color,
.icon18.color,
.icon20.color,
.icon30.color {
  margin: 0 4px 1px 0;
  background-image: none;
  border-radius: 50%;
  border: 1px solid #e3e3e3;
  vertical-align: middle;
}

.icon30.color {
  width: 30px;
  height: 30px;
}

.icon20.color {
  width: 20px;
  height: 20px;
}

.icon16.color {
  width: 16px;
  height: 16px;
}

.icon12.color {
  width: 12px;
  height: 12px;
}

.icon10.color {
  width: 11px;
  height: 11px;
}

.icon-m {
  margin: 0;
}

/* -------------------------------------------------------
                        HEADER
-------------------------------------------------------- */

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.logo:hover {
  color: #fff;
}

.logo__img {
  display: block;
  width: 46px;
  height: 46px;
}

.logo__line {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 1px;
  margin: 5px 15px;
  background: #fff;
}

.logo__text {
  font-size: 15px;
  text-transform: uppercase;
  text-align: left;
}

.logo__text span {
  display: block;
  font-weight: 700;
}

.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
}

.header__phone-text {
  color: #c89d66;
  font-size: 14px;
}

.header__phone-number {
  font-size: 21px;
  font-weight: 500;
}

.fixedmenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #171a28;
}

#header .wrapper.flex-row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#nav .menu li {
  float: left;
  margin-left: 20px;
}

#nav .menu li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  font-size: 18px;
}

#nav .menu li a:hover {
  color: #c89d66;
  border-bottom-color: #c89d66;
}

input[type="button"],
input[type="submit"],
.button {
  position: relative;
  display: inline-block;
  height: 46px;
  line-height: 46px;
  padding: 0 20px;
  background: #c89d66;
  border: 1px solid #c89d66;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

input[type="button"]:hover:not(:disabled),
input[type="submit"]:hover:not(:disabled),
.button:hover:not(:disabled) {
  background: #171a28;
  color: #fff;
}

input[type="button"]:disabled,
input[type="submit"]:disabled {
  background: #ccc;
  cursor: not-allowed;
}

input[type="button"]:disabled:hover,
input[type="submit"]:disabled:hover {
  background: #ccc;
}

.button:disabled,
input[type="button"].button__disabled,
input[type="submit"].button__disabled,
.button__disabled {
  background: #ccc;
  cursor: not-allowed;
}

input[type="button"].button:disabled:hover,
input[type="submit"].button:disabled:hover,
.button:disabled:hover,
input[type="button"].button__disabled:hover,
input[type="submit"].button__disabled:hover,
.button__disabled:hover {
  background: #ccc;
}

.ul-list li {
  position: relative;
  padding-left: 25px;
}

.ul-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  margin: auto;
  background: url(../../media/images/check.svg);
  background-size: auto 100%;
}

/* -------------------------------------------------------
                      IMG HEADER
-------------------------------------------------------- */

.img-header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  min-height: 1400px;
  position: relative;
}

.img-header .wrapper.content-header {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.img-header .button {
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  letter-spacing: 2px;
  width: 100%;
}

.content-header__inner {
    width: 50%;
    max-width: 700px;
    margin: 0 auto;
    overflow: auto;
}

.wrapper.content-header > div h1 {
  font-size: 27px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.wrapper.content-header > div h1 span,
.wrapper.content-header > div p span {
  color: #c89d66;
  font-weight: 700;
}

.wrapper.content-header > div p {
  color: #fff;
}

#home .wrapp-form {
  background: transparent;
  padding: 0;
}

#home .wrapp-input > div input {
  margin-bottom: 20px;
}

#home .wrapp-input textarea {
  height: 150px;
}

#home .wrapp-input > div input,
#home .wrapp-input textarea {
  background: #fff;
  color: #222;
}

.form-header {
  background: rgba(23, 26, 40, 0.6);
  border-radius: 8px;
  margin: 0 0 0 30px;
  padding: 30px 25px 33px 25px;
  margin: 0 auto;
  width: 50%;
}

.form-header__title {
  font-weight: 700;
  font-size: 24px;
  text-align: left;
  line-height: 26px;
}

.form-header__title,
.form-header__text {
  margin: 0 0 14px 0;
  color: #fff;
}

/* -------------------------------------------------------
                      ABOUT US
-------------------------------------------------------- */

#aboutus {
  padding: 100px 0px 200px 0px;
  position: relative;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

#aboutus .excellence.flex-row {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* #aboutus-scroll {
  padding-top: 100px;
} */

.wrapp-services {
  padding-top: 100px;
}

.excellence.flex-row > div {
  width: calc(33% - 1px);
  text-align: center;
  position: relative;
  background: #171a28;
  padding: 60px 10px 30px 10px;
  -webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
  box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
}

.excellence.flex-row > div:hover .icon-excellence {
  background: #c89d66;
}

.excellence.flex-row > div:hover .icon-excellence .icon30 {
  color: #fff;
}

.excellence.flex-row > div p {
  color: #fff;
}

.excellence.flex-row > div p:first-of-type {
  font-size: 30px;
  font-family: "Merriweather", serif;
  font-weight: 800;
  margin-bottom: 10px;
}

.excellence.flex-row > div p:last-of-type {
  color: #c89d66;
}

.excellence.flex-row .icon-excellence {
  position: absolute;
  top: 0;
  left: 50%;
  background: #171a28;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 20px;
  border: 1px solid #c89d66;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.icon-excellence .icon30 {
  color: #c89d66;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.wrapp-aboutus.flex-row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-aboutus {
  width: 55%;
  padding-right: 40px;
}

.content-aboutus h2 {
  font-size: 45px;
  margin-bottom: 40px;
  color: #171a28;
}

.content-aboutus p {
  margin-bottom: 20px;
}

.img-aboutus {
  width: 45%;
  position: relative;
}

.img-aboutus img {
  width: 100%;
  display: block;
}

.img-aboutus .wrapp-experience {
  background: #171a28;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 20px;
  border: 1px solid #c89d66;
  text-align: center;
  -webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
  box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
}

.img-aboutus .wrapp-experience span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: "Merriweather", serif;
  font-weight: 700;
  color: #fff;
}

.img-aboutus .wrapp-experience p {
  color: #c89d66;
}

.wrapp-experience .button {
  margin-top: 20px;
}

.in-quote {
  padding-left: 20px;
  border-left: 2px solid #c89d66;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

#help {
  padding: 100px 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 26, 40, 0.8)), to(rgba(23, 26, 40, 0.8))), url(../../media/images/bg-help.jpg);
  background: -o-linear-gradient(rgba(23, 26, 40, 0.8), rgba(23, 26, 40, 0.8)), url(../../media/images/bg-help.jpg);
  background: linear-gradient(rgba(23, 26, 40, 0.8), rgba(23, 26, 40, 0.8)), url(../../media/images/bg-help.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#help .wrapp-form {
  margin-top: 30px;
  padding: 0;
  background: transparent;
}

#help .wrapp-input.flex-row > div {
  width: 33%;
}

#help .wrapp-form .button {
  width: 100%;
  height: 60px;
  line-height: 60px;
}

#help .wrapp-form .wrapp-input__switch {
  margin-top: 0;
}

#help .wrapp-input__switch-label {
  padding-left: 10px;
}

.help-content {
  text-align: center;
  color: #fff;
}

.help-content h2 {
  font-size: 35px;
  margin-bottom: 20px;
}

.help-content p {
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 1.2;
}

.help-content h3 {
  font-size: 25px;
}

/* -------------------------------------------------------
                      TEAM
-------------------------------------------------------- */

#team {
  padding: 100px 0px 200px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: left top;
}

.team-content {
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
}

.team-content h2 {
  font-size: 35px;
  margin-bottom: 40px;
}

.team-content h3 {
  font-size: 25px;
}

.wrapp-team.flex-row {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.single-team {
  width: calc(25% - 20px);
  margin: 0px 10px;
  position: relative;
}

.single-team-content img {
  display: block;
  width: 100%;
}

.single-team-content {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-51%, 50%);
  -ms-transform: translate(-51%, 50%);
  transform: translate(-51%, 50%);
  width: 90%;
  height: 150px;
  padding: 20px 10px;
  text-align: center;
  background: #171a28;
  border: 1px solid #c89d66;
}

.single-team-name {
  color: #fff;
  font-family: "Merriweather", serif;
  margin-bottom: 10px;
  font-size: 18px;
}

.single-team-about {
  color: #c89d66;
  margin-bottom: 20px;
}

.team-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  background: #171a28;
  color: #fff;
  border: 1px solid #c89d66;
}

.team-item__img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 40%;
}

.team-item__img img {
  display: block;
  width: 100%;
}

.team-item__info {
  padding-left: 40px;
}

.team-item__title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 5px;
}

.team-item__route {
  color: #c89d66;
  margin-bottom: 20px;
}

.team-item__advice {
  margin-top: 20px;
}

#team .owl-theme .owl-dots .owl-dot span {
  background: #c3c3c3;
}

#team .owl-theme .owl-dots .owl-dot.active span,
#team .owl-theme .owl-dots .owl-dot:hover span {
  background: #c89d66;
}

/* -------------------------------------------------------
                     SERVICES
-------------------------------------------------------- */

#services {
  padding: 100px 0px;
}

.wrapp-team.flex-row {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-services {
  width: calc(33% - 20px);
  margin-left: 20px;
  margin-bottom: 20px;
}

.single-services h2 {
  font-size: 35px;
  margin-bottom: 40px;
}

.single-services:not(:first-child) {
  height: 300px;
}

.single-services__card {
  position: relative;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

.single-services__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.single-services__front,
.single-services__back {
  width: 100%;
  height: 100%;
  padding: 20px;
  border: 2px solid #c89d66;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.single-services__front {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #f7f7f7;
}

.single-services__title h3 {
  font-size: 18px;
  color: #222;
}

.single-services__details {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  z-index: 1;
  font-size: 14px;
  font-weight: 500;
}

.single-services__details::before,
.single-services__details::after {
  content: "";
  position: absolute;
  left: 0;
}

.single-services__details::before {
  bottom: 0;
  width: 40px;
  height: 3px;
  border-radius: 4px;
  background: #c89d66;
}

.single-services__details::after {
  bottom: 1px;
  width: 73px;
  height: 1px;
  border-radius: 4px;
  background: #222;
  z-index: -1;
}

.single-services__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  background: #171a28;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.single-services__back .single-services__title h3 {
  color: #fff;
  font-size: 20px;
}

.single-services__body:hover .single-services__front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-box-shadow: 0px 20px 40px rgba(17, 56, 91, 0.1);
  box-shadow: 0px 20px 40px rgba(17, 56, 91, 0.1);
}

.single-services__body:hover .single-services__back {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-box-shadow: 0px 20px 40px rgba(17, 56, 91, 0.1);
  box-shadow: 0px 20px 40px rgba(17, 56, 91, 0.1);
}

.single-team img {
  display: block;
  width: 100%;
}

/* -------------------------------------------------------
                     TESTIMONIALS
-------------------------------------------------------- */

#testimonials {
  padding: 100px 0px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

#testimonials h2 {
  font-size: 50px;
  margin-bottom: 40px;
  color: #171a28;
}

.owl-testimonials .item {
  background: #171a28;
  border: 2px solid #c89d66;
  padding: 30px;
}

.owl-testimonials .item p {
  color: #fff;
}

.owl-testimonials .wrapp-author-testimonials {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.owl-testimonials .wrapp-author-testimonials img {
  width: 70px;
  height: auto;
  display: inline-block;
  margin-right: 20px;
  border: 2px solid #c89d66;
  border-radius: 50%;
}

.wrapp-author-testimonials .author-name {
  color: #fff;
  font-family: "Merriweather", serif;
  margin-bottom: 10px;
  font-size: 16px;
}

.owl-testimonials .wrapp-author-testimonials .job-author {
  color: #c89d66;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}

/* -------------------------------------------------------
                     CONSULTATION
-------------------------------------------------------- */

#consultation {
  padding: 200px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-image: url('/assets/main.jpg');
    background-color: #000000c9;
    background-blend-mode: multiply;
}

#consultation .button {
  width: 100%;
  margin-top: 20px;
}

.consultation-content {
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
}

.consultation-content h2 {
  font-size: 35px;
  margin-bottom: 40px;
}

.wrapp-form {
  background: #171a28;
  padding: 30px;
}

.wrapp-input.flex-row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapp-input.flex-row > div {
  width: 48%;
  margin-bottom: 20px;
}

.wrapp-input > div label {
  display: block;
  color: #fff;
  margin-bottom: 10px;
}

.wrapp-input > div input,
.wrapp-input textarea {
  border: none;
  outline: none;
  width: 100%;
  display: block;
  height: 60px;
  padding: 15px;
  border: 1px solid #c89d66;
  background: #4f515a;
  color: #c89d66;
  margin-top: 10px;
}

.wrapp-input textarea {
  height: 200px;
  resize: none;
  margin-top: 10px;
}

.wrapp-input > div input:focus,
.wrapp-input textarea:focus {
  background: #171a28;
}

.wrapp-input__switch {
  max-width: 460px;
  margin-top: 20px;
}

.wrapp-input__switch input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.wrapp-input__switch-label {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 22px;
  padding-left: 45px;
  font-size: 15px;
  line-height: 24px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.wrapp-input__switch-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 22px;
  background: #656565;
  border-radius: 25px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.wrapp-input__switch-label::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 20px;
  height: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 1px 0px rgb(0 0 0 / 5%), 0px 2px 2px 0px rgb(0 0 0 / 10%), 0px 3px 3px 0px rgb(0 0 0 / 5%);
  box-shadow: 0px 3px 1px 0px rgb(0 0 0 / 5%), 0px 2px 2px 0px rgb(0 0 0 / 10%), 0px 3px 3px 0px rgb(0 0 0 / 5%);
  border-radius: 20px;
  -webkit-transition: 250ms ease-in-out;
  -o-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}

.wrapp-input__switch input:checked + .wrapp-input__switch-label:before {
  background: #c89d66;
}

.wrapp-input__switch input:checked + .wrapp-input__switch-label::after {
  left: 15px;
}

.wrapp-input__switch input.error + .wrapp-input__switch-label::before {
  background: #f00;
}

.contacts__wrapper {
  position: relative;
  height: 600px;
}

.contacts__map {
  height: 100%;
}

.contacts__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
}

.contacts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contacts__block {
  width: 440px;
  max-width: 100%;
  padding: 10px;
  background: #fff;
  border-radius: 6px;
  pointer-events: initial;
  -webkit-box-shadow: 0px 6px 30px 0px rgb(32 31 31 / 30%);
  box-shadow: 0px 6px 30px 0px rgb(32 31 31 / 30%);
}

.contacts__block-inner {
  padding: 30px;
}

.contacts__head {
  margin-top: -4px;
  font-size: 24px;
  line-height: 1.2;
}

.contacts__item {
  margin-top: 10px;
  font-size: 15px;
  line-height: normal;
}

.contacts__item-title {
  margin-bottom: 10px;
  font-weight: 700;
}

.contacts__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
}

.contacts__item-text a {
  font-size: 18px;
}

.contacts__item-route,
.contacts__item-schedule {
  margin-top: 5px;
}

.contacts__bottom {
  background: #171a28;
  color: #fff;
  padding: 0 20px;
}

.contacts__bottom .flex-row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
}

.contacts__bottom-copy {
  font-size: 14px;
}

.policy__link {
  font-size: 14px;
}

.policy__line {
  margin: 0 10px;
  color: #b8824f;
}

.reviews-video__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 30px;
}

.reviews-video__li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 23%;
}

.reviews-video__li img {
  display: block;
  width: 100%;
}

.reviews-video__a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #171a28;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid #c89d66;
  color: #c89d66;
  text-decoration: none;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  font-size: 20px;
}

#work {
  position: relative;
  padding: 100px 0px 100px 0px;
}

#work h2 {
  font-size: 50px;
  margin-bottom: 40px;
  color: #171a28;
}

#work .flex-row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.work__item {
  margin-bottom: 15px;
}

.work__item-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding: 10px 10px 15px;
  text-align: center;
  text-decoration: none;
  color: #34353c;
  font-size: 14px;
  font-weight: 300;
  -webkit-box-shadow: 1px 2px 20px rgb(39 64 97 / 25%);
  box-shadow: 1px 2px 20px rgb(39 64 97 / 25%);
}

.work__item-name {
  font-size: 20px;
  font-weight: 700;
}

.work__item-link a {
  font-size: 18px;
  font-weight: 700;
}

@media (min-width: 576px) {
  #work .flex-row {
    margin-right: -10px;
    margin-left: -10px;
  }

  .work__item {
    max-width: 33.333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 768px) {
  .work__item {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}

@media all and (min-width: 768px) {
  .single-services__card {
    max-width: 100%;
  }
}

@media (min-width: 990px) {
  .fancybox-modal.fancybox-modal__big {
    width: 960px;
  }

  .fancybox-modal.fancybox-modal__big .fancybox-modal__inner {
    padding: 50px;
  }
}

@media (min-width: 992px) {
  .work__item {
    max-width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}

@media (min-width: 1065px) {
  .excellence {
    margin-top: -185px;
  }
}

@media all and (max-width: 1199px) {
  .content-header__inner {
    width: 100%;
  }
}

@media all and (max-width: 992px) {
	#aboutus {
		padding: 100px 0 0;
	}
  .wrapp-experience {
    position: static !important;
  }

  .header__phone,
  .content-desc {
    /*display: none;*/
  }
  .header__phone-number {
    font-size: 16px;
    font-weight: 500;
}

  #header {
    background-color: #171a28;
  }

  .wrapper-header {
    position: fixed;
  }

  #nav {
    position: fixed;
    width: 320px;
    left: -320px;
    top: 0;
    overflow: auto;
    height: 100vh;
    background-color: #171a28;
    padding: 10px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #nav .menu {
    clear: both;
    padding-top: 30px;
  }

  #nav .menu li {
    float: none;
    margin-left: 0px;
    margin-bottom: 10px;
  }

  #closemenu {
    display: inline-block;
    float: right;
  }

  #openmenu {
    display: inline-block;
    margin-right: 20px;
  }

  .wrapper.content-header > div {
    width: 100%;
    text-align: left;
  }

  .form-header {
    margin: 0;
  }

  #aboutus .excellence.flex-row {
    position: static;
    left: 0;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    margin-bottom: 50px;
  }

  .excellence.flex-row > div {
    width: 50%;
    padding: 30px 10px;
  }

  .excellence.flex-row .icon-excellence {
    position: static;
    background-color: #171a28;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    padding: 20px;
    border: 1px solid #c89d66;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    display: inline-block;
    margin-bottom: 30px;
  }

  .content-aboutus {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 50px;
  }

  .img-aboutus {
    width: 100%;
  }

  .single-team {
    width: calc(50% - 20px);
    margin-bottom: 100px;
  }

  .single-services {
    width: calc(50% - 20px);
    margin: 0px 10px;
    margin-bottom: 20px;
  }

  .contact-content {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 50px;
  }

  .contact-map {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .reviews-video__li {
    width: 50%;
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .team-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .team-item__img {
    width: 100%;
  }

  .team-item__info {
    margin-top: 20px;
    padding-left: 0;
  }

  .team-item__title {
    font-size: 20px;
  }
}

@media all and (max-width: 768px) {
  .form-header__text {
    display: none;
  }
}

@media all and (max-width: 600px) {
  .excellence.flex-row > div {
    margin-top: 30px;
  }

  .wrapper.content-header > div h1 {
    font-size: 24px;
  }

  .excellence.flex-row > div,
  .single-team,
  .single-services,
  .wrapp-input.flex-row > div,
  #help .wrapp-input.flex-row > div {
    width: 100%;
  }
}

@media all and (max-width: 400px) {
  .wrapper.content-header > div h1 {
    font-size: 20px;
  }

  .content-aboutus h2,
  .team-content h2,
  .single-services h2,
  #testimonials h2,
  .consultation-content h2,
  .contact-content h2,
  #work h2 {
    font-size: 25px;
  }
}

@media screen and (max-width: 360px) {
  .wrapp-input__switch-label {
    font-size: 13px;
    line-height: 13px;
  }
}

/**************/
.desc {
    margin-bottom: 25px;
}
.desc.last {
    text-align: end;
    padding-right: 50px;
}
#home {
    background-image: url('/assets/main.jpg');
    background-color: #000000c9;
    background-blend-mode: multiply;
}

h2.desc {
    color: #c89d66;
    font-size: 25px;
}
ul.desc {
    list-style: disc;
    list-style-position: inside;
    color: #fff;
}

/* Основной контейнер переключателя */
.lang-switcher {
    position: fixed;
    top: 150px;
    right: 0;
    transform: translateY(-50%);
    background: #c89d66;
    color: white;
    padding: 10px;
    line-height: 20px;
    border-radius: 10px 0 0 10px;
    box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
    font-family: Arial, sans-serif;
}

/* Закрытый режим */
.lang-switcher.collapsed {
  width: 30px;
  text-align: center;
  padding: 10px 5px;
}

/* Кнопки языков */
.lang-options {
  display: none;
  flex-direction: column;
  gap: 10px;
  padding-top: 5px;
  align-items: center;
}

.lang-option {
  background: none;
  border: none;
  text-shadow: 1px 1px 3px black;
  color: white;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  transition: 0.3s;
}

.lang-option:hover {
  text-decoration: underline;
}

/* Заголовок "Choose language" */
.toggle-btn {
    font-size: 14px;
    font-weight: 700;
    text-shadow: 1px 1px 3px black;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-align: center;
}

/* Крестик (кнопка закрытия) */
.close-btn {
  background: none;
  border: none;
  z-index: 2;
  margin: 0 auto;
  text-align: center;
  width: fit-content;
  top: 0;
  right: 10px;
  color: white;
  text-shadow: 1px 1px 3px black;
  height: auto;
  line-height: unset;
  font-size: 17px;
  cursor: pointer;
  align-self: flex-end;
  margin-bottom: 5px;
  transition: 0.3s;
}

.close-btn:hover {
  opacity: 0.8;
}