@font-face {
  font-family: "Tahoma";
  src: url("../fonts/Tahoma.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Tahoma.woff2") format("woff2"), url("../fonts/Tahoma.woff") format("woff"), url("../fonts/Tahoma.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: 400;
}
@font-face {
  font-family: "Tahoma";
  src: url("../fonts/Tahoma-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Tahoma-Bold.woff2") format("woff2"), url("../fonts/Tahoma-Bold.woff") format("woff"), url("../fonts/Tahoma-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: 700;
}
body {
  margin: 0;
  font-family: "Tahoma", sans-serif;
  font-weight: 400;
  color: #474747;
}

div, p, form, input, a, span, button, ul, li, aside, article, section, h1, h2, h3, h4, nav, textarea, ol, label, footer, table, th, td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  font-family: "Tahoma", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}

.inner-title {
  font-size: 40px;
}

a, a:hover, a:active {
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

ul, li {
  display: block;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
}

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

.section-inner {
  padding: 40px 0;
}

.df {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container {
  width: 100%;
  padding: 0 135px;
  margin: 0 auto;
  max-width: 1440px;
}

.inner-section {
  padding: 40px 0;
}

.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 1;
  border: 2px solid #4FBD4E;
  margin: 0 2px;
  background: transparent;
}
.pagination .swiper-pagination-bullet-active {
  background: #4FBD4E;
}

.fancybox-container {
  z-index: 1000;
}

.map {
  width: 100%;
  height: 423px;
}
.map iframe {
  width: 100% !important;
  height: 100% !important;
}

#button-up {
  display: inline-block;
  background-color: #4fbd4e;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  left: 30px;
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, box-shadow 0.3s, opacity 0.5s, visibility 0.5s, -webkit-box-shadow 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button-up i {
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#button-up:hover {
  cursor: pointer;
  background-color: #333;
  -webkit-box-shadow: 0px 0px 14px 6px rgba(255, 255, 255, 0.18);
          box-shadow: 0px 0px 14px 6px rgba(255, 255, 255, 0.18);
}

#button-up:active {
  background-color: #555;
  -webkit-box-shadow: 0px 0px 14px 6px rgba(255, 255, 255, 0.18);
          box-shadow: 0px 0px 14px 6px rgba(255, 255, 255, 0.18);
}

#button-up.show {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1199px) {
  .container {
    padding: 0 40px;
  }

  .inner-title {
    font-size: 33px;
  }

  .map {
    height: 370px;
  }
}
@media (max-width: 992px) {
  .container {
    padding: 0 50px;
  }

  .inner-section {
    padding: 30px 0;
  }

  .pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  .inner-title {
    font-size: 29px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 30px;
  }

  .inner-section {
    padding: 25px 0;
  }

  .inner-title {
    font-size: 26px;
  }

  .map {
    height: 270px;
  }

  #button-up {
    width: 40px;
    height: 40px;
    bottom: 20px;
    left: 20px;
  }

  #button-up::after {
    font-size: 25px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .container {
    padding: 0 15px;
  }

  .inner-title {
    font-size: 24px;
  }
}
.df {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header {
  background: #fff;
  padding: 5px 0;
}
.header__logo {
  width: 86px;
}
.header__logo img {
  width: 100%;
  height: auto;
}
.header__wrapp {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__menu li:not(:last-child) {
  margin-right: 30px;
}
.header__menu a {
  padding: 0 15px;
  color: #474747;
  text-transform: uppercase;
  position: relative;
  font-size: 16px;
}
.header__menu a:before {
  left: 20%;
  right: 20%;
  top: 50%;
  content: "";
  border-left: 12px solid #33a950;
  border-right: 12px solid #33a950;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 3px;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.header__menu a:hover:before {
  left: 0;
  right: 0;
  opacity: 1;
}
.header .hum-btn {
  display: none;
}

@media (max-width: 1199px) {
  .header {
    padding: 5px 0;
  }
  .header__logo {
    width: 70px;
  }
  .header__menu li:not(:last-child) {
    margin-right: 25px;
  }
  .header__menu a {
    padding: 0 15px;
    font-size: 15px;
  }
  .header__menu a:before {
    left: 20%;
    right: 20%;
    border-left: 10px solid #33a950;
    border-right: 10px solid #33a950;
    height: 2px;
  }
}
@media (max-width: 992px) {
  .header__logo {
    width: 60px;
  }
  .header__menu li:not(:last-child) {
    margin-right: 15px;
  }
  .header__menu a {
    padding: 0 10px;
    font-size: 14px;
  }
  .header__menu a:before {
    left: 20%;
    right: 20%;
    border-left: 8px solid #33a950;
    border-right: 8px solid #33a950;
    height: 2px;
  }
}
@media (max-width: 768px) {
  .header {
    position: relative;
  }
  .header__menu {
    padding-top: 20px;
    width: 540px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    z-index: -1;
    -webkit-transition: 0.1s ease;
    transition: 0.1s ease;
    background: #fff;
  }
  .header__menu li:not(:last-child) {
    margin-right: 0px;
  }
  .header__menu li {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .header__menu li:first-child {
    border-top: 2px solid #ebebeb;
  }
  .header__menu li:not(:last-child) {
    border-bottom: 2px solid #ebebeb;
  }
  .header__menu a {
    padding: 11px 15px 13px 15px;
    font-size: 16px;
    display: block;
  }
  .header__menu a:before {
    border-left: 12px solid #33a950;
    border-right: 12px solid #33a950;
    height: 3px;
  }
  .header__menu.change {
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
    z-index: 10;
  }
  .header .hum-btn {
    display: block;
  }
  .header .bar1, .header .bar2, .header .bar3 {
    width: 22px;
    height: 3px;
    background-color: #474747;
    margin: 4px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 1px;
  }
  .header .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
    transform: rotate(-45deg) translate(-5px, 5px);
  }
  .header .change .bar2 {
    opacity: 0;
  }
  .header .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
    transform: rotate(45deg) translate(-5px, -5px);
  }
}
@media (max-width: 575px) {
  .header {
    position: relative;
  }
  .header__menu {
    padding-top: 20px;
    width: 100%;
    padding: 0 15px;
  }
  .header__menu a {
    font-size: 15px;
  }
  .header__menu a:before {
    height: 2px;
  }
}
.footer {
  padding: 80px 0 22px;
  background: #2D2C2C;
  color: #fff;
}
.footer a, .footer address, .footer p {
  font-size: 18px;
  color: #fff;
  line-height: 1.6;
  font-weight: 400;
}
.footer__wrapp {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 115px;
}
.footer__content {
  width: 470px;
}
.footer__form {
  width: 485px;
}
.footer__title {
  margin-bottom: 80px;
  color: #fff;
}
.footer__text1 {
  margin-bottom: 17px;
}
.footer__contacts {
  margin-bottom: 40px;
}
.footer__contact:not(:last-child) {
  margin-bottom: 16px;
}
.footer__contact-text-name {
  color: #4FBD4E !important;
  margin-right: 6px;
}
.footer__address {
  font-style: normal;
}
.footer__form p {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__form textarea,
.footer__form input {
  font-family: "Tahoma", sans-serif;
  padding-left: 40px;
  height: 48px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background: #fff;
  color: #A2A2A2;
  font-size: 16px;
  width: 100%;
  outline: none;
}
.footer__form textarea::-webkit-input-placeholder,
.footer__form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 16px;
  font-weight: 400;
  color: #A2A2A2;
}
.footer__form textarea::-moz-placeholder,
.footer__form input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 16px;
  font-weight: 400;
  color: #A2A2A2;
}
.footer__form textarea:-ms-input-placeholder,
.footer__form input:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 16px;
  font-weight: 400;
  color: #A2A2A2;
}
.footer__form textarea:-moz-placeholder,
.footer__form input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 16px;
  font-weight: 400;
  color: #A2A2A2;
}
.footer__form textarea {
  height: 162px;
  padding-top: 11px;
}
.footer__form .wpcf7-form-control-wrap {
  margin-bottom: 30px;
}
.footer__form .footer__button {
  width: 162px;
  height: 53px;
  color: #fff;
  text-transform: uppercase;
  margin-left: auto;
  background: #4FBD4E;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.footer__form .footer__button:hover {
  opacity: 0.8;
}
.footer__form .wpcf7-spinner {
  display: none;
}
.footer__form .wpcf7 form .wpcf7-not-valid-tip {
  font-size: 0.8em;
}
.footer__form .wpcf7 form .wpcf7-response-output {
  margin: 5px 0 0 0;
  padding: 1em 0.5em;
  font-size: 0.9em;
}
.footer__bot {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__bot img {
  width: 92px;
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  .footer {
    padding: 70px 0 20px;
    color: #fff;
  }
  .footer a, .footer address, .footer p {
    font-size: 16px;
  }
  .footer__wrapp {
    margin-bottom: 100px;
  }
  .footer__content {
    width: 400px;
  }
  .footer__form {
    width: 440px;
  }
  .footer__title {
    margin-bottom: 60px;
  }
  .footer__text1 {
    margin-bottom: 16px;
  }
  .footer__contacts {
    margin-bottom: 35px;
  }
  .footer__contact:not(:last-child) {
    margin-bottom: 15px;
  }
  .footer__form textarea,
.footer__form input {
    padding-left: 30px;
    height: 44px;
    font-size: 16px;
  }
  .footer__form textarea::-webkit-input-placeholder,
.footer__form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 15px;
  }
  .footer__form textarea::-moz-placeholder,
.footer__form input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 15px;
  }
  .footer__form textarea:-ms-input-placeholder,
.footer__form input:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 15px;
  }
  .footer__form textarea:-moz-placeholder,
.footer__form input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 15px;
  }
  .footer__form textarea {
    height: 150px;
    padding-top: 10px;
  }
  .footer__form .wpcf7-form-control-wrap {
    margin-bottom: 25px;
  }
  .footer__form .footer__button {
    width: 155px;
    height: 45px;
    font-size: 17px;
  }
  .footer__bot img {
    width: 85px;
    margin-bottom: 13px;
  }
}
@media (max-width: 992px) {
  .footer {
    padding: 55px 0 20px;
    color: #fff;
  }
  .footer a, .footer address, .footer p {
    font-size: 14px;
  }
  .footer__wrapp {
    margin-bottom: 80px;
  }
  .footer__content {
    width: 350px;
  }
  .footer__form {
    width: 300px;
  }
  .footer__title {
    margin-bottom: 60px;
  }
  .footer__text1 {
    margin-bottom: 16px;
  }
  .footer__contacts {
    margin-bottom: 35px;
  }
  .footer__contact:not(:last-child) {
    margin-bottom: 15px;
  }
  .footer__form textarea,
.footer__form input {
    padding-left: 30px;
    height: 44px;
    font-size: 16px;
  }
  .footer__form textarea::-webkit-input-placeholder,
.footer__form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 15px;
  }
  .footer__form textarea::-moz-placeholder,
.footer__form input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 15px;
  }
  .footer__form textarea:-ms-input-placeholder,
.footer__form input:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 15px;
  }
  .footer__form textarea:-moz-placeholder,
.footer__form input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 15px;
  }
  .footer__form textarea {
    height: 150px;
    padding-top: 10px;
  }
  .footer__form .wpcf7-form-control-wrap {
    margin-bottom: 25px;
  }
  .footer__form .footer__button {
    width: 155px;
    height: 45px;
    font-size: 16px;
  }
  .footer__bot img {
    width: 80px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 55px 0 20px;
    color: #fff;
  }
  .footer a, .footer address, .footer p {
    font-size: 14px;
  }
  .footer__wrapp {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__content {
    width: 100%;
    margin-bottom: 50px;
  }
  .footer__form {
    width: 100%;
  }
  .footer__title {
    margin-bottom: 40px;
  }
  .footer__text1 {
    margin-bottom: 16px;
  }
  .footer__contacts {
    margin-bottom: 35px;
  }
  .footer__contact:not(:last-child) {
    margin-bottom: 15px;
  }
  .footer__form textarea,
.footer__form input {
    padding-left: 20px;
    height: 44px;
    font-size: 14px;
  }
  .footer__form textarea::-webkit-input-placeholder,
.footer__form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px;
  }
  .footer__form textarea::-moz-placeholder,
.footer__form input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
  }
  .footer__form textarea:-ms-input-placeholder,
.footer__form input:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 14px;
  }
  .footer__form textarea:-moz-placeholder,
.footer__form input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 14px;
  }
  .footer__form textarea {
    height: 120px;
    padding-top: 10px;
  }
  .footer__form .wpcf7-form-control-wrap {
    margin-bottom: 20px;
  }
  .footer__form .footer__button {
    width: 155px;
    height: 45px;
    font-size: 16px;
  }
  .footer__bot img {
    width: 75px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .footer {
    padding: 55px 0 20px;
    color: #fff;
  }
  .footer a, .footer address, .footer p {
    font-size: 14px;
  }
  .footer__wrapp {
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__content {
    width: 100%;
    margin-bottom: 50px;
  }
  .footer__form {
    width: 100%;
  }
  .footer__title {
    margin-bottom: 40px;
  }
  .footer__text1 {
    margin-bottom: 16px;
  }
  .footer__contacts {
    margin-bottom: 35px;
  }
  .footer__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__contact:not(:last-child) {
    margin-bottom: 15px;
  }
  .footer__form textarea,
.footer__form input {
    padding-left: 15px;
    height: 44px;
    font-size: 14px;
  }
  .footer__form textarea::-webkit-input-placeholder,
.footer__form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px;
  }
  .footer__form textarea::-moz-placeholder,
.footer__form input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
  }
  .footer__form textarea:-ms-input-placeholder,
.footer__form input:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 14px;
  }
  .footer__form textarea:-moz-placeholder,
.footer__form input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 14px;
  }
  .footer__form textarea {
    height: 120px;
    padding-top: 10px;
  }
  .footer__form .wpcf7-form-control-wrap {
    margin-bottom: 20px;
  }
  .footer__form .footer__button {
    width: 155px;
    height: 45px;
    font-size: 16px;
  }
  .footer__bot img {
    width: 75px;
    margin-bottom: 10px;
  }
}
.offer {
  background-position: 50% 50%;
  background-size: cover;
  padding: 190px 0;
  margin-bottom: 40px;
}
.offer__wrapp {
  background: rgba(71, 71, 71, 0.4);
  border: 2px solid #FFFFFF;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 65px 40px;
  text-align: center;
  color: #fff;
  max-width: 1030px;
  margin: 0 auto;
}
.offer__title {
  font-weight: 400;
  font-size: 55px;
  margin-bottom: 18px;
}
.offer__text {
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 1199px) {
  .offer {
    position: relative;
    z-index: -2;
    padding: 180px 0;
  }
  .offer__wrapp {
    padding: 50px 40px;
  }
  .offer__title {
    font-size: 40px;
    margin-bottom: 18px;
  }
  .offer__text {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .offer {
    padding: 140px 0;
    margin-bottom: 30px;
  }
  .offer__wrapp {
    padding: 35px 35px;
  }
  .offer__title {
    font-size: 34px;
    margin-bottom: 15px;
  }
  .offer__text {
    width: 90%;
    margin: 0 auto;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .offer {
    padding: 100px 0;
    margin-bottom: 25px;
  }
  .offer__wrapp {
    padding: 25px 20px;
  }
  .offer__title {
    font-size: 29px;
    margin-bottom: 12px;
  }
  .offer__text {
    width: 100%;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .offer {
    padding: 65px 0 75px;
  }
  .offer__wrapp {
    padding: 20px 10px;
  }
  .offer__title {
    font-size: 26px;
    margin-bottom: 12px;
  }
  .offer__text {
    font-size: 14px;
  }
}
.desc {
  text-align: center;
}
.desc__block {
  width: 836px;
  margin: 0 auto;
}
.desc__block:not(:last-child) {
  margin-bottom: 60px;
}
.desc__block-title {
  margin-bottom: 18px;
}
.desc__block-text p {
  line-height: 1.6;
  font-size: 18px;
}

@media (max-width: 1199px) {
  .desc__block {
    width: 90%;
  }
  .desc__block:not(:last-child) {
    margin-bottom: 40px;
  }
  .desc__block-title {
    margin-bottom: 15px;
  }
  .desc__block-text p {
    line-height: 1.5;
    font-size: 17px;
  }
}
@media (max-width: 992px) {
  .desc__block {
    width: 100%;
  }
  .desc__block:not(:last-child) {
    margin-bottom: 35px;
  }
  .desc__block-title {
    margin-bottom: 15px;
  }
  .desc__block-text p {
    line-height: 1.5;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .desc__block:not(:last-child) {
    margin-bottom: 35px;
  }
  .desc__block-title {
    margin-bottom: 12px;
  }
  .desc__block-text p {
    line-height: 1.5;
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .desc__block:not(:last-child) {
    margin-bottom: 30px;
  }
  .desc__block-title {
    margin-bottom: 12px;
  }
  .desc__block-text p {
    line-height: 1.5;
    font-size: 14px;
  }
}
.gallery__btn-tabs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gallery__btn-tab {
  color: #2D2C2C;
  border: 2px solid #2D2C2C;
  padding: 0 30px;
  margin: 0 15px;
  text-transform: uppercase;
  height: 53px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 18px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.gallery__btn-tab:hover {
  background: #2D2C2C;
  color: #fff;
}
.gallery__btn-tab.active {
  color: #4FBD4E;
  border: 2px solid #4FBD4E;
  pointer-events: none;
}
.gallery__wrapp {
  overflow: hidden;
}
.gallery__item {
  height: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.gallery__item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.gallery__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.gallery__item.swiper-slide-active:before {
  display: none;
}
.gallery__button {
  z-index: 1000;
  position: absolute;
  top: 47%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.gallery__button svg {
  width: 30px;
  height: 51px;
}
.gallery__button-next {
  right: 30px;
}
.gallery__button-prev {
  left: 30px;
}
.gallery .tab-item {
  position: relative;
  overflow: hidden;
}
.gallery__pagination {
  margin-top: 40px;
  margin-bottom: 30px;
}
.gallery .gallery-slider {
  width: 770px;
  height: 545px;
  margin: 0 auto;
  overflow: visible;
}
.gallery__view {
  position: absolute;
  bottom: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000;
  background: #fff;
  right: -160px;
}

@media (max-width: 1199px) {
  .gallery__btn-tab {
    padding: 0 25px;
    margin: 0 13px;
    height: 44px;
    font-size: 15px;
  }
  .gallery__button {
    top: 45%;
  }
  .gallery__button svg {
    width: 25px;
    height: 46px;
  }
  .gallery__button-next {
    right: 30px;
  }
  .gallery__button-prev {
    left: 30px;
  }
  .gallery__pagination {
    margin-top: 30px;
    margin-bottom: 27px;
  }
  .gallery .gallery-slider {
    width: 620px;
    height: 370px;
  }
}
@media (max-width: 992px) {
  .gallery__btn-tab {
    padding: 0 20px;
    margin: 0 10px;
    height: 36px;
    font-size: 13px;
  }
  .gallery__button {
    top: 45%;
  }
  .gallery__button svg {
    width: 20px;
    height: 41px;
  }
  .gallery__button-next {
    right: 20px;
  }
  .gallery__button-prev {
    left: 20px;
  }
  .gallery__pagination {
    margin-top: 25px;
    margin-bottom: 22px;
  }
  .gallery .gallery-slider {
    width: 450px;
    height: 280px;
  }
  .gallery__view {
    bottom: 20px;
    right: -100px;
  }
}
@media (max-width: 768px) {
  .gallery__btn-tab {
    padding: 0 15px;
    margin: 0 7px;
    height: 32px;
    font-size: 12px;
  }
  .gallery__button {
    top: 42%;
  }
  .gallery__button svg {
    width: 15px;
    height: 34px;
  }
  .gallery__button-next {
    right: 20px;
  }
  .gallery__button-prev {
    left: 20px;
  }
  .gallery__pagination {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .gallery .gallery-slider {
    width: 370px;
    height: 200px;
  }
  .gallery__view {
    bottom: 20px;
    right: -50px;
  }
}
@media (max-width: 575px) {
  .gallery__btn-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gallery__btn-tab {
    padding: 0px;
    margin: 0px;
    height: 32px;
    width: 100%;
    font-size: 13px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gallery__btn-tab:not(:last-child) {
    margin-bottom: 6px;
  }
  .gallery__button svg {
    width: 20px;
    height: 38px;
  }
  .gallery__pagination {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .gallery .gallery-slider {
    width: 100%;
    height: 250px;
  }
  .gallery__view {
    display: none;
  }
}
.reasons {
  overflow: hidden;
  padding: 0;
  margin: 40px 0;
  background-position: 100% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #2D2C2C;
}
.reasons__wrapper {
  width: 50%;
  position: relative;
  background-color: #2D2C2C;
}
.reasons__wrapper:before {
  content: "";
  display: block;
  width: 800px;
  height: 100%;
  background: linear-gradient(87.94deg, #2D2C2C 18.27%, rgba(45, 44, 44, 0) 81.51%, rgba(45, 44, 44, 0) 81.52%);
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  z-index: 0;
}
.reasons__wrapp {
  padding: 80px 0 90px;
  position: relative;
  z-index: 1;
}
.reasons__title {
  color: #4FBD4E;
  margin-bottom: 18px;
  width: 600px;
}
.reasons__item {
  color: #fff;
  font-size: 18px;
}
.reasons__item:not(:last-child) {
  margin-bottom: 18px;
}
.reasons__item-title {
  line-height: 1.6;
  font-weight: 700;
  text-transform: none;
  position: relative;
  padding-left: 25px;
}
.reasons__item-title:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.reasons__item-text {
  line-height: 1.6;
}

@media (max-width: 1199px) {
  .reasons {
    padding: 0;
    margin: 40px 0;
  }
  .reasons__wrapper {
    width: 550px;
  }
  .reasons__wrapper:before {
    width: 450px;
  }
  .reasons__wrapp {
    padding: 60px 0 70px;
  }
  .reasons__title {
    margin-bottom: 18px;
    width: 500px;
  }
  .reasons__item {
    font-size: 15px;
  }
  .reasons__item:not(:last-child) {
    margin-bottom: 15px;
  }
  .reasons__item-title {
    line-height: 1.6;
    padding-left: 25px;
  }
  .reasons__item-title:before {
    content: "";
    width: 8px;
    height: 8px;
    left: 8px;
  }
}
@media (max-width: 992px) {
  .reasons {
    background-size: cover;
    padding: 0;
    margin: 30px 0;
    position: relative;
  }
  .reasons:before {
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
  }
  .reasons__wrapper {
    background: none;
    width: 100%;
  }
  .reasons__wrapper:before {
    display: none;
  }
  .reasons__wrapp {
    padding: 60px 0 70px;
  }
  .reasons__title {
    margin-bottom: 18px;
    width: 430px;
  }
  .reasons__item {
    font-size: 14px;
  }
  .reasons__item:not(:last-child) {
    margin-bottom: 15px;
  }
  .reasons__item-title {
    line-height: 1.6;
    padding-left: 25px;
  }
  .reasons__item-title:before {
    content: "";
    width: 8px;
    height: 8px;
    left: 8px;
  }
}
@media (max-width: 768px) {
  .reasons {
    margin: 25px 0;
  }
  .reasons__wrapp {
    padding: 40px 0 50px;
  }
  .reasons__item-title {
    line-height: 1.6;
    padding-left: 23px;
  }
  .reasons__item-title:before {
    content: "";
    width: 6px;
    height: 6px;
    left: 6px;
  }
}
@media (max-width: 575px) {
  .reasons__wrapp {
    padding: 30px 0 40px;
  }
  .reasons__title {
    margin-bottom: 18px;
    width: 100%;
    max-width: 345px;
  }
  .reasons__item-title {
    line-height: 1.6;
    padding-left: 23px;
  }
  .reasons__item-title:before {
    content: "";
    width: 6px;
    height: 6px;
    left: 6px;
  }
}
.reviews {
  overflow: hidden;
}
.reviews__title {
  margin-bottom: 60px;
}
.reviews__item {
  padding: 40px;
  height: 100%;
  background: #E8E8E8;
  -webkit-box-shadow: 0px 10px 20px rgba(71, 71, 71, 0.2);
          box-shadow: 0px 10px 20px rgba(71, 71, 71, 0.2);
}
.reviews__item-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 22px;
  border-bottom: 2px solid #BBBBBB;
}
.reviews__item-img {
  height: 58px;
  width: 58px;
  border-radius: 50%;
  margin-right: 20px;
}
.reviews__item-name {
  font-size: 18px;
  color: #474747;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.reviews__item-social {
  width: 17px;
  display: block;
}
.reviews__item-text {
  font-size: 18px;
  color: #474747;
  line-height: 1.6;
}
.reviews__item-bot {
  padding-top: 22px;
}
.reviews .reviews-slider {
  width: 527px;
  margin-left: 0;
  overflow: visible;
}
.reviews .swiper-slide {
  height: auto;
}
.reviews .swiper-slide-active .reviews__item {
  background: #fff;
}
.reviews__navigation {
  margin-top: 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  color: #474747;
}
.reviews__pagination {
  margin: 0 16px 3px;
  width: auto;
}
.reviews__pagination .swiper-pagination-total {
  color: #A3A3A3;
}
.reviews__button {
  cursor: pointer;
}
.reviews__button svg {
  stroke: #474747;
}
.reviews__button.swiper-button-disabled {
  pointer-events: none;
}
.reviews__button.swiper-button-disabled svg {
  stroke: #A3A3A3;
}

@media (max-width: 768px) {
  .reviews__title {
    margin-bottom: 45px;
  }
  .reviews__item {
    padding: 25px;
  }
  .reviews__item-top {
    padding-bottom: 20px;
  }
  .reviews__item-img {
    height: 52px;
    width: 52px;
    margin-right: 15px;
  }
  .reviews__item-name {
    font-size: 16px;
  }
  .reviews__item-social {
    width: 15px;
  }
  .reviews__item-text {
    font-size: 16px;
    line-height: 1.5;
  }
  .reviews__item-bot {
    padding-top: 20px;
  }
  .reviews .reviews-slider {
    width: 420px;
  }
  .reviews__navigation {
    margin-top: 25px;
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .reviews__title {
    margin-bottom: 35px;
  }
  .reviews__item {
    padding: 20px;
  }
  .reviews__item-top {
    padding-bottom: 18px;
  }
  .reviews__item-img {
    height: 45px;
    width: 45px;
    margin-right: 12px;
  }
  .reviews__item-name {
    font-size: 15px;
  }
  .reviews__item-text {
    font-size: 15px;
    line-height: 1.5;
  }
  .reviews__item-bot {
    padding-top: 20px;
  }
  .reviews .reviews-slider {
    width: 100%;
    max-width: 300px;
  }
  .reviews__navigation {
    margin-top: 25px;
    font-size: 16px;
  }
}
.also__title {
  margin-bottom: 44px;
}
.also__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.also__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.also__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.also__list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.also__list > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.also__item {
  border: 2px solid #FFFFFF;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  min-height: 188px;
  padding: 10px;
  background-size: cover;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  -webkit-box-shadow: 0px 10px 20px rgba(71, 71, 71, 0.2);
          box-shadow: 0px 10px 20px rgba(71, 71, 71, 0.2);
}
.also__item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  background: rgba(40, 40, 40, 0.64);
  z-index: 0;
}
.also__item:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.also__item:hover .also__item-title {
  color: #4FBD4E;
}
.also__item-title {
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (max-width: 1199px) {
  .also__title {
    margin-bottom: 40px;
  }
  .also__list {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .also__item {
    min-height: 160px;
    padding: 10px;
  }
  .also__item-title {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .also__title {
    margin-bottom: 35px;
  }
  .also__list {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  .also__item {
    min-height: 120px;
    padding: 10px;
  }
  .also__item-title {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .also__title {
    margin-bottom: 35px;
  }
  .also__list {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .also__item {
    min-height: 180px;
    padding: 10px;
  }
  .also__item-title {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .also__title {
    margin-bottom: 25px;
  }
  .also__item {
    min-height: 140px;
    padding: 10px;
  }
  .also__item-title {
    font-size: 16px;
  }
}
.packages {
  padding: 80px 0;
  margin: 40px 0;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}
.packages:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(40, 40, 40, 0.64);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.packages__wrapp {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
}
.packages__title {
  margin-bottom: 16px;
}
.packages__text {
  font-size: 18px;
  margin-bottom: 60px;
}
.packages__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(5, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.packages__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.packages__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.packages__list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.packages__list > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.packages__list > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}
.packages__item {
  background: rgba(71, 71, 71, 0.4);
  border: 2px solid #FFFFFF;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 40px 15px;
}
.packages__item-title {
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 19px;
  border-bottom: 2px solid #FFFFFF;
  margin-bottom: 20px;
}
.packages__item-item {
  font-size: 16px;
  line-height: 1;
}
.packages__item-item:not(:last-child) {
  margin-bottom: 18px;
}

@media (max-width: 1199px) {
  .packages {
    padding: 70px 0;
  }
  .packages__title {
    margin-bottom: 14px;
  }
  .packages__text {
    font-size: 16px;
    margin-bottom: 50px;
  }
  .packages__list {
    grid-column-gap: 14px;
    grid-row-gap: 20px;
  }
  .packages__item {
    padding: 25px 15px;
  }
  .packages__item-title {
    font-size: 14px;
    padding-bottom: 17px;
    margin-bottom: 18px;
  }
  .packages__item-item {
    font-size: 14px;
  }
  .packages__item-item:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (max-width: 992px) {
  .packages {
    padding: 60px 0;
    margin: 30px 0;
  }
  .packages__title {
    margin-bottom: 14px;
  }
  .packages__text {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .packages__list {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .packages__item {
    padding: 25px 15px 40px;
    width: calc((100% - 90px) / 3);
    margin: 15px;
  }
  .packages__item-title {
    font-size: 14px;
    padding-bottom: 17px;
    margin-bottom: 18px;
  }
  .packages__item-item {
    font-size: 14px;
  }
  .packages__item-item:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .packages {
    padding: 45px 0;
    background-size: auto 100%;
    background-position: 50% 50%;
    margin: 25px 0;
  }
  .packages__title {
    margin-bottom: 14px;
  }
  .packages__text {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .packages__list {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .packages__item {
    padding: 25px 15px 30px;
    width: calc((100% - 60px) / 2);
    margin: 15px 15px;
  }
  .packages__item-title {
    font-size: 15px;
    padding-bottom: 17px;
    margin-bottom: 18px;
  }
  .packages__item-item {
    font-size: 14px;
  }
  .packages__item-item:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .packages {
    padding: 40px 0;
    background-size: auto 100%;
    background-position: 50% 50%;
  }
  .packages__title {
    margin-bottom: 14px;
  }
  .packages__text {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .packages__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 25px;
  }
  .packages__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .packages__item {
    padding: 25px 15px 30px;
    width: 100%;
    margin: 0;
  }
  .packages__item-title {
    font-size: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .packages__item-item {
    font-size: 14px;
  }
  .packages__item-item:not(:last-child) {
    margin-bottom: 14px;
  }
}
.faq__title {
  margin-bottom: 60px;
}
.faq__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.faq__item {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #9C9C9C;
}
.faq__item.active .faq__top p {
  color: #4FBD4E;
}
.faq__item:not(:last-child) {
  margin-bottom: 20px;
}
.faq__top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.faq__top p {
  font-weight: 700;
  margin-right: 15px;
  font-size: 18px;
  color: #000;
  text-transform: none;
  line-height: 1.3;
}
.faq__top img {
  width: 17px;
}
.faq__bot {
  display: none;
  padding-top: 10px;
  padding-right: 40px;
  font-size: 16px;
  line-height: 1.6;
  color: #2D2C2C;
}
.faq__cross {
  display: none;
}

@media (max-width: 1199px) {
  .faq__title {
    margin-bottom: 50px;
  }
  .faq__list {
    grid-gap: 30px;
  }
  .faq__top p {
    font-size: 17px;
  }
  .faq__top img {
    width: 16px;
  }
  .faq__bot {
    padding-top: 10px;
    padding-right: 30px;
    font-size: 15px;
    line-height: 1.5;
  }
}
@media (max-width: 992px) {
  .faq__title {
    margin-bottom: 35px;
  }
  .faq__list {
    grid-gap: 30px;
  }
  .faq__top p {
    font-size: 15px;
  }
  .faq__top img {
    width: 15px;
  }
  .faq__bot {
    padding-top: 10px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 1.4;
  }
}
@media (max-width: 768px) {
  .faq__title {
    margin-bottom: 35px;
  }
  .faq__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .faq__top p {
    font-size: 15px;
  }
  .faq__top img {
    width: 15px;
  }
  .faq__bot {
    padding-top: 10px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 1.4;
  }
}
@media (max-width: 575px) {
  .faq__title {
    margin-bottom: 30px;
  }
  .faq__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .faq__top p {
    font-size: 14px;
  }
  .faq__top img {
    width: 14px;
  }
  .faq__bot {
    padding-top: 10px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 1.4;
  }
}
.contacts {
  margin: 40px 0 0;
  padding: 149px 0;
  background-size: cover;
  position: relative;
}
.contacts:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(40, 40, 40, 0.64);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.contacts__wrapp {
  width: 740px;
  margin: 0 auto;
  background: rgba(71, 71, 71, 0.4);
  border: 2px solid #FFFFFF;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
}
.contacts__content {
  width: 100%;
  max-width: 540px;
  text-align: center;
}
.contacts__title {
  color: #fff;
  margin-bottom: 21px;
  line-height: 1.1;
}
.contacts__phone, .contacts__address {
  color: #fff;
  font-style: normal;
  font-size: 16px;
}
.contacts__address {
  margin-bottom: 15px;
}
.contacts__phone {
  display: block;
  margin-bottom: 20px;
}
.contacts__social {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts__social a {
  margin: 0 9px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.contacts__social a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.contacts__social img {
  max-width: 26px;
}

@media (max-width: 1199px) {
  .contacts {
    margin: 40px 0 0;
    padding: 110px 0;
  }
  .contacts__wrapp {
    width: 700px;
    padding: 45px 0;
  }
  .contacts__content {
    max-width: 90%;
  }
  .contacts__title {
    margin-bottom: 18px;
  }
  .contacts__phone, .contacts__address {
    font-size: 15px;
  }
  .contacts__address {
    margin-bottom: 14px;
  }
  .contacts__phone {
    display: block;
    margin-bottom: 18px;
  }
}
@media (max-width: 992px) {
  .contacts {
    margin: 30px 0 0;
    padding: 70px 0;
  }
  .contacts__wrapp {
    width: 550px;
    padding: 45px 0;
  }
  .contacts__title {
    margin-bottom: 18px;
  }
  .contacts__phone, .contacts__address {
    font-size: 15px;
  }
  .contacts__address {
    margin-bottom: 14px;
  }
  .contacts__phone {
    display: block;
    margin-bottom: 18px;
  }
}
@media (max-width: 768px) {
  .contacts {
    margin: 25px 0 0;
    padding: 60px 0;
  }
  .contacts__wrapp {
    max-width: 500px;
    width: 100%;
    padding: 35px 0;
  }
  .contacts__title {
    margin-bottom: 18px;
  }
  .contacts__phone, .contacts__address {
    font-size: 14px;
  }
  .contacts__address {
    margin-bottom: 14px;
  }
  .contacts__phone {
    display: block;
    margin-bottom: 18px;
  }
}
.popup-contact {
  display: none;
  padding: 10px 20px 35px;
  width: 270px;
  position: fixed;
  top: 50%;
  z-index: 10000;
  right: 200px;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 0px 10px 30px rgba(71, 71, 71, 0.15);
          box-shadow: 0px 10px 30px rgba(71, 71, 71, 0.15);
}
.popup-contact__title {
  font-size: 24px;
  color: #2D2C2C;
  text-transform: uppercase;
  margin-bottom: 27px;
}
.popup-contact textarea,
.popup-contact input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #A2A2A2;
  padding: 0 10px 10px;
  font-size: 16px;
  color: #A2A2A2;
  height: 40px;
  outline: none;
  font-family: "Tahoma", sans-serif;
}
.popup-contact textarea {
  padding-top: 5px;
}
.popup-contact textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 16px;
  font-weight: 400;
  color: #A2A2A2;
}
.popup-contact textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 16px;
  font-weight: 400;
  color: #A2A2A2;
}
.popup-contact textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 16px;
  font-weight: 400;
  color: #A2A2A2;
}
.popup-contact textarea:-moz-placeholder {
  /* Firefox 18- */
  font-size: 16px;
  font-weight: 400;
  color: #A2A2A2;
}
.popup-contact input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 16px;
  font-weight: 400;
  color: #A2A2A2;
}
.popup-contact input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 16px;
  font-weight: 400;
  color: #A2A2A2;
}
.popup-contact input:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 16px;
  font-weight: 400;
  color: #A2A2A2;
}
.popup-contact input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 16px;
  font-weight: 400;
  color: #A2A2A2;
}
.popup-contact__cross {
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  cursor: pointer;
  width: 15px;
  height: auto;
}
.popup-contact .wpcf7-form-control-wrap {
  margin-bottom: 30px;
  display: block;
}
.popup-contact .wpcf7-form-control-wrap.textarea-993 {
  margin-bottom: 16px;
}
.popup-contact__text {
  color: #A2A2A2;
  text-align: left;
  font-size: 12px;
  margin-bottom: 25px;
  line-height: 16.8px;
}
.popup-contact .but {
  width: 100% !important;
  display: -ms-flex;
  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;
  height: 50px;
  background: #5CA85C;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.popup-contact .but:hover {
  opacity: 0.8;
}
.popup-contact .wpcf7-spinner {
  display: none;
}
.popup-contact .wpcf7 form .wpcf7-not-valid-tip {
  font-size: 0.7em;
}
.popup-contact .wpcf7 form .wpcf7-response-output {
  margin: 5px 0 0 0;
  padding: 0.5em 0.5em;
  font-size: 0.8em;
}

.gallery-switch {
  background: rgba(0, 0, 0, 0.53);
  border: 2px solid #FFFFFF;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0 30px;
  height: 53px;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 15px;
  cursor: pointer;
}
.gallery-switch:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.gallery-switch.active {
  background: #fff;
  color: #4FBD4E;
}
.gallery-switch__wrapp {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  bottom: 0;
  width: 100vw;
  z-index: 10000;
  padding: 25px 0;
}

@media (max-width: 1199px) {
  .popup-contact {
    padding: 10px 15px 25px;
    width: 260px;
    right: 60px;
  }
  .popup-contact__title {
    font-size: 21px;
    margin-bottom: 25px;
  }
  .popup-contact textarea,
.popup-contact input {
    padding: 0 8px 8px;
    font-size: 15px;
  }
  .popup-contact textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 15px;
  }
  .popup-contact textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 15px;
  }
  .popup-contact textarea:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 15px;
  }
  .popup-contact textarea:-moz-placeholder {
    /* Firefox 18- */
    font-size: 15px;
  }
  .popup-contact input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 15px;
  }
  .popup-contact input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 15px;
  }
  .popup-contact input:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 15px;
  }
  .popup-contact input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 15px;
  }
  .popup-contact .wpcf7-form-control-wrap {
    margin-bottom: 25px;
  }
  .popup-contact .wpcf7-form-control-wrap.textarea-993 {
    margin-bottom: 15px;
  }
  .popup-contact .but {
    height: 44px;
    font-size: 15px;
  }

  .gallery-switch {
    padding: 0 20px;
    height: 43px;
    font-size: 15px;
    margin: 0 12px;
  }
  .gallery-switch__wrapp {
    padding: 20px 0;
  }
}
@media (max-width: 992px) {
  .popup-contact {
    padding: 10px 10px 20px;
    width: 220px;
    right: 50px;
  }
  .popup-contact__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .popup-contact textarea,
.popup-contact input {
    padding: 0 0px 8px;
    font-size: 14px;
    height: 30px;
  }
  .popup-contact textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px;
  }
  .popup-contact textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
  }
  .popup-contact textarea:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 14px;
  }
  .popup-contact textarea:-moz-placeholder {
    /* Firefox 18- */
    font-size: 14px;
  }
  .popup-contact input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px;
  }
  .popup-contact input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
  }
  .popup-contact input:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 14px;
  }
  .popup-contact input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 14px;
  }
  .popup-contact .wpcf7-form-control-wrap {
    margin-bottom: 22px;
  }
  .popup-contact .wpcf7-form-control-wrap.textarea-993 {
    margin-bottom: 13px;
  }
  .popup-contact .but {
    height: 40px;
    font-size: 13px;
  }
  .popup-contact__text {
    font-size: 11px;
    margin-bottom: 15px;
  }

  .gallery-switch {
    padding: 0 15px;
    height: 40px;
    font-size: 14px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 850px) {
  .gallery-switch__wrapp {
    padding: 20px 0 55px;
  }
}
@media (max-width: 768px) {
  .popup-contact {
    padding: 5px 10px 20px;
    width: 200px;
    right: 40px;
  }
  .popup-contact__title {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .popup-contact textarea,
.popup-contact input {
    padding: 0 0px 6px;
    font-size: 13px;
    height: 26px;
  }
  .popup-contact textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 13px;
  }
  .popup-contact textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 13px;
  }
  .popup-contact textarea:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 13px;
  }
  .popup-contact textarea:-moz-placeholder {
    /* Firefox 18- */
    font-size: 13px;
  }
  .popup-contact input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 13px;
  }
  .popup-contact input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 13px;
  }
  .popup-contact input:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 13px;
  }
  .popup-contact input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 13px;
  }
  .popup-contact .wpcf7-form-control-wrap {
    margin-bottom: 15px;
  }
  .popup-contact .wpcf7-form-control-wrap.textarea-993 {
    margin-bottom: 10px;
  }
  .popup-contact .but {
    height: 34px;
    font-size: 11px;
  }
  .popup-contact__text {
    font-size: 11px;
    margin-bottom: 10px;
  }
  .popup-contact__cross {
    width: 10px;
  }

  .gallery-switch {
    padding: 0 12px;
    height: 36px;
    font-size: 12px;
    margin: 0 8px;
  }
}
@media (max-width: 575px) {
  .popup-contact {
    display: none !important;
  }

  .gallery-switch {
    padding: 0 10px;
    height: 34px;
    font-size: 11px;
    margin: 0 7px;
  }
  .gallery-switch__wrapp {
    padding: 15px 0 90px;
  }
}