@font-face {
  font-family: "Segoe UI Regular";
  src: url("../fonts/SegoeUI.ttf") format("truetype");
}

@font-face {
  font-family: "Segoe UI Bold";
  src: url("../fonts/SegoeUI-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Segoe UI BoldItalic";
  src: url("../fonts/SegoeUI-BoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Segoe UI Italic";
  src: url("../fonts/SegoeUI-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "Segoe UI Light";
  src: url("../fonts/SegoeUI-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Segoe UI SemiBold";
  src: url("../fonts/SegoeUI-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat Regular";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat Medium";
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat Bold";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Arno Pro Bold";
  src: url("../fonts/ArnoPro-Bold.otf") format("truetype");
}

@font-face {
  font-family: "Book Antiqua Bold";
  src: url("../fonts/ANTQUAB.TTF") format("truetype");
}

@font-face {
  font-family: "Roboto Bold";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
}

* {
  padding: 0px;
  margin: 0px;
  border: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-size: 14px;
  font-family: "Segoe UI Regular";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Segoe UI Regular";
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  color: #000;
  font-size: 14px;
}

@media (max-width: 1280px) {
  body._lock {
    overflow: hidden;
  }
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.__big-container {
  max-width: 1920px;
  margin: 0 auto;
}

.__container {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}

.text-page {
  margin: 200px 0px 0px 0px;
}

.text-page__container {
  max-width: 1040px;
  margin: 0px auto;
  padding: 0 20px;
}

.text-page__title {
  font-size: 50px;
  line-height: 60px;
  font-family: "Arno Pro Bold";
  color: #015D37;
}

.text-page__video {
  margin: 50px 0px;
  width: 100%;
  height: 570px;
}

.text-page__video video {
  width: 100%;
  height: 570px;
}

.text-page__video img {
  max-width: 100%;
  max-height: 100%;
}

.text-page__text {
  font-size: 20px;
  line-height: 30px;
  margin: 0px 0px 60px 0px;
}

@media (max-width: 1024px) {
  .text-page {
    margin: 150px 0px 0px 0px;
  }
  .text-page__title {
    font-size: 40px;
    line-height: 47px;
  }
  .text-page__video {
    margin: 30px 0px;
  }
  .text-page__video video {
    width: 100%;
    height: 350px;
  }
  .text-page__text {
    font-size: 18px;
    line-height: 25px;
    margin: 0px 0px 30px 0px;
  }
}

@media (max-width: 768px) {
  .text-page {
    margin: 100px 0px 0px 0px;
  }
  .text-page__title {
    font-size: 30px;
    line-height: 34px;
  }
  .text-page__video {
    margin: 30px 0px;
  }
  .text-page__video video {
    width: 100%;
    height: 191px;
  }
  .text-page__text {
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0px 30px 0px;
  }
}

.doc__big-title {
  font-family: "Segoe UI SemiBold";
  font-size: 20px;
  line-height: 27px;
  color: #015D37;
}

.doc__row {
  width: 680px;
  margin: 30px 0px 150px 0px;
}

.doc__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px 25px 0px;
  margin: 0px 0px 25px 0px;
  border-bottom: 1px solid #E1E1E1;
}

.doc__img img {
  width: 34px;
  height: 44px;
  min-width: 34px;
}

.doc__content {
  margin: 0px 0px 0px 30px;
}

.doc__title {
  font-family: "Segoe UI SemiBold";
  font-size: 16px;
  line-height: 21px;
  color: #1F8850;
}

.doc__title:hover {
  text-decoration: underline;
}

.doc__size {
  font-family: "Segoe UI Regular";
  font-size: 14px;
  line-height: 19px;
  color: #76767A;
}

@media (max-width: 768px) {
  .doc__big-title {
    font-size: 16px;
    line-height: 21px;
  }
  .doc__row {
    width: 100%;
    margin: 30px 0px 80px 0px;
  }
  .doc__column {
    padding: 0px 0px 15px 0px;
    margin: 0px 0px 20px 0px;
    border-bottom: 1px solid #E1E1E1;
  }
  .doc__title {
    font-size: 14px;
    line-height: 19px;
  }
  .doc__size {
    font-size: 12px;
    line-height: 16px;
  }
}

.partial {
  background: #4F8684;
  position: relative;
  height: 1080px;
}

.partial::after {
  position: absolute;
  content: "";
  width: 24%;
  height: 100%;
  background: #ADCAB5;
  top: 0;
  right: 0;
  z-index: 0;
}

.partial:nth-child(2n) {
  background: #06706C;
}

.partial:nth-child(2n)::after {
  background: #97CB81;
  right: auto;
  left: 0;
}

.partial:nth-child(2n) .__container-medium::after {
  background: #97CB81;
  left: auto;
  right: 1100px;
}

.partial:nth-child(2n) .partial-info__img.food {
  left: auto;
  right: 70%;
}

.partial:nth-child(2n) .w-num .partial-info__content {
  padding: 0px 0px 0px 47%;
}

.partial:nth-child(2n) .partial-info__content {
  margin-left: 30%;
}

.partial:nth-child(2n) .partial-info__number {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.partial:nth-child(2n) .partial-info__number span {
  margin: 0px 30px 0px 0px;
}

.partial:nth-child(2n) .partial-info__number span::after {
  right: 0;
  left: auto;
}

@media (max-width: 768px) {
  .partial:nth-child(2n) .w-num .partial-info__content {
    padding: 0px 0px 0px 35%;
  }
}

@media (max-width: 425px) {
  .partial:nth-child(2n) .w-num .partial-info__content {
    padding: 0px 0px 0px 30%;
  }
}

.partial .__container-medium {
  position: relative;
  height: 100%;
}

.partial .__container-medium::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #ADCAB5;
  top: 0;
  left: 1100px;
  z-index: 0;
}

.partial.one .food {
  top: calc(50% + 60px);
}

@media (max-width: 768px) {
  .partial {
    height: 830px;
  }
  .partial.one .food {
    top: 150px;
  }
}

@media (max-width: 425px) {
  .partial {
    height: 812px;
  }
  .partial.one .food {
    top: 100px;
  }
}

.__container-medium {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0px 20px;
}

.p-paginatin {
  padding: 160px 0px 0px 0px;
}

.p-paginatin__link {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  position: relative;
  margin: 0px 40px 0px 0px;
}

.p-paginatin__link.active::before, .p-paginatin__link:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .p-paginatin {
    padding: 100px 0px 0px 0px;
  }
}

.partial-info.w-num {
  padding-top: 280px;
}

.partial-info.w-num .partial-info__content {
  width: 100%;
  margin: 0;
}

.partial-info__content {
  width: 70%;
}

.partial-info__big-title {
  font-family: "Arno Pro Bold";
  margin: 60px 0px 265px 0px;
  font-size: 70px;
  line-height: 60px;
  color: #fff;
}

.partial-info__medium-title {
  font-family: "Segoe UI SemiBold";
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  max-width: 450px;
}

.partial-info__mini-title {
  font-family: "Segoe UI Light";
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  max-width: 450px;
  margin: 0px 0px 70px 0px;
}

.partial-info__text {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  height: 88px;
  max-width: 570px;
  overflow: hidden;
}

.partial-info__button {
  margin: 30px 0px 0px 0px;
}

.partial-info__img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}

.partial-info__img.food {
  left: 70%;
}

.partial-info__img.food img {
  width: 794px;
  height: 794px;
}

.partial-info__img.cont {
  left: 56%;
}

.partial-info__img.cont img {
  width: 1000px;
}

@media (max-width: 1440px) {
  .partial-info__img.cont {
    left: 65%;
  }
  .partial-info__img.cont img {
    width: 800px;
  }
}

@media (max-width: 1024px) {
  .partial-info__img.cont img {
    width: 500px;
  }
}

@media (max-width: 768px) {
  .partial-info__img.cont {
    top: 200px;
  }
  .partial-info__img.cont img {
    width: 400px;
  }
}

.partial-info__title-part {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
}

.partial-info__title-part span:first-child {
  margin: 0px 10px 0px 0px;
  font-family: "Segoe UI Light";
}

.partial-info__title-part span:last-child {
  font-family: "Segoe UI SemiBold";
}

.partial-info__number {
  font-family: "Segoe UI SemiBold";
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0px 60px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.partial-info__number span {
  display: block;
  width: 450px;
  height: 1px;
  background-color: #fff;
  margin: 0px 0px 0px 30px;
  position: relative;
}

.partial-info__number span::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  height: 3px;
  width: 90px;
  background-color: #fff;
}

.partial-info__text2 {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  max-width: 450px;
}

@media (max-width: 1280px) {
  .partial-info.w-num {
    padding-top: 150px;
  }
}

@media (max-width: 768px) {
  .partial-info.w-num {
    padding-top: 116px;
  }
  .partial-info.w-num .partial-info__content {
    padding: 0px 35% 0px 0px;
  }
  .partial-info__content {
    width: 65%;
  }
  .partial-info__big-title {
    margin: 35px 0px 80px 0px;
    font-size: 35px;
    line-height: 40px;
  }
  .partial-info__medium-title {
    font-size: 18px;
    line-height: 22px;
  }
  .partial-info__mini-title {
    font-size: 18px;
    line-height: 22px;
    margin: 0px 0px 130px 0px;
  }
  .partial-info__img {
    top: 100px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .partial-info__img.food {
    left: 65%;
  }
  .partial-info__img.food img {
    width: 400px;
    height: 400px;
  }
  .partial-info__title-part {
    font-size: 20px;
    line-height: 24px;
  }
  .partial-info__number {
    font-size: 18px;
    line-height: 24px;
    margin: 0px 0px 30px 0px;
  }
  .partial-info__number span {
    width: 100%;
    margin: 0px 0px 0px 10px;
  }
  .partial-info__number span::after {
    width: 30px;
  }
  .partial-info__text {
    font-size: 16px;
    line-height: 18px;
    height: 126px;
  }
  .partial-info__text2 {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 425px) {
  .partial-info.w-num {
    padding-top: 116px;
  }
  .partial-info.w-num .partial-info__content {
    padding: 0px 30% 0px 0px;
  }
  .partial-info__content {
    width: 65%;
  }
  .partial-info__big-title {
    margin: 35px 0px 80px 0px;
    font-size: 30px;
    line-height: 34px;
  }
  .partial-info__medium-title {
    font-size: 14px;
    line-height: 19px;
  }
  .partial-info__mini-title {
    font-size: 14px;
    line-height: 19px;
    margin: 0px 0px 100px 0px;
  }
  .partial-info__img {
    top: 100px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .partial-info__img.food {
    left: 70%;
  }
  .partial-info__img.food img {
    width: 336px;
    height: 336px;
  }
  .partial-info__title-part {
    font-size: 16px;
    line-height: 21px;
  }
  .partial-info__number {
    font-size: 16px;
    line-height: 21px;
    margin: 0px 0px 30px 0px;
  }
  .partial-info__number span {
    width: 100%;
    margin: 0px 0px 0px 10px;
  }
  .partial-info__number span::after {
    width: 30px;
  }
  .partial-info__text {
    font-size: 14px;
    line-height: 18px;
    height: 182px;
  }
  .partial-info__text2 {
    font-size: 14px;
    line-height: 18px;
  }
}

.button-def {
  border: 1px solid #fff;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  padding: 15px 35px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button-def:hover {
  color: #4F8684;
  background-color: #fff;
}

@media (max-width: 425px) {
  .button-def {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 20px;
  }
}

.partial-info__doc {
  margin: 200px 0px 0px 0px;
}

@media (max-width: 768px) {
  .partial-info__doc {
    margin: 80px 0px 0px 0px;
  }
}

@media (max-width: 425px) {
  .partial-info__doc {
    margin: 50px 0px 0px 0px;
  }
}

.info-doc__b-title {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin: 0px 0px 20px 0px;
}

.info-doc__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info-doc__img img {
  width: 34px;
  height: 44px;
  min-width: 34px;
}

.info-doc__content {
  margin: 0px 0px 0px 15px;
}

.info-doc__title {
  font-family: "Segoe UI SemiBold";
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  margin: 0px 0px 5px 0px;
}

.info-doc__title:hover {
  text-decoration: underline;
}

.info-doc__size {
  font-family: "Segoe UI Regular";
  font-size: 14px;
  line-height: 19px;
  color: #C2C2C2;
}

@media (max-width: 425px) {
  .info-doc__b-title {
    font-size: 14px;
    line-height: 19px;
  }
  .info-doc__title {
    font-size: 16px;
    line-height: 21px;
  }
}

._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

._ibg img {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.header {
  position: fixed;
  top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1920px;
  width: 100%;
  left: 50%;
  z-index: 9999;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.header__logo {
  display: block;
  width: 82px;
  height: auto;
  margin: 0px 30px 0px 80px;
}

.header__logo img {
  width: 100%;
  height: auto;
}

.header__navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 6px;
  height: 60px;
  width: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07);
  position: relative;
  margin: 0px 128px 0px 0px;
}

.header__burger {
  height: 15px;
  width: 18px;
  min-width: 18px;
  position: relative;
  display: none;
  margin: 0px 60px;
  cursor: pointer;
}

.header__burger span {
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #202020;
  top: 8px;
  -webkit-transition: top 0.4s ease 0.4s, -webkit-transform 0.4s ease 0s;
  transition: top 0.4s ease 0.4s, -webkit-transform 0.4s ease 0s;
  transition: top 0.4s ease 0.4s, transform 0.4s ease 0s;
  transition: top 0.4s ease 0.4s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
}

.header__burger span:first-child {
  top: 1px;
}

.header__burger span:last-child {
  top: 100%;
}

.header__burger span:nth-child(2) {
  -webkit-transition: opacity 0s ease 0.4s !important;
  transition: opacity 0s ease 0.4s !important;
}

.header__burger.__active span {
  -webkit-transition: top 0.4s ease 0s, -webkit-transform 0.4s ease 0.4s;
  transition: top 0.4s ease 0s, -webkit-transform 0.4s ease 0.4s;
  transition: top 0.4s ease 0s, transform 0.4s ease 0.4s;
  transition: top 0.4s ease 0s, transform 0.4s ease 0.4s, -webkit-transform 0.4s ease 0.4s;
}

.header__burger.__active span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header__burger.__active span:nth-child(2) {
  opacity: 0;
}

.header__burger.__active span:nth-child(3) {
  top: 9px;
  bottom: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header__search {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 15px 0px 15px;
  width: 100%;
}

.header__search-img {
  width: 18px;
  margin: 0px 19px 0px 0px;
}

.header__search img {
  width: 100%;
  height: auto;
}

.header__search input {
  height: 100%;
  width: 100%;
  color: rgba(32, 32, 32, 0.5);
  font-size: 16px;
  line-height: 21px;
}

.header__search input::-webkit-input-placeholder {
  color: inherit;
}

.header__search input:-ms-input-placeholder {
  color: inherit;
}

.header__search input::-ms-input-placeholder {
  color: inherit;
}

.header__search input::placeholder {
  color: inherit;
}

.header__lang {
  margin: 0px 66px 0px 0px;
}

@media (max-width: 1700px) {
  .header__logo {
    margin: 0px 30px 0px 20px;
  }
  .header__navbar {
    margin: 0px 20px 0px 0px;
  }
}

@media (max-width: 1280px) {
  .header__lang {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0px 10px;
  }
  .header__burger {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0px 20px;
    display: block;
  }
  .header__search {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0px 20px;
  }
}

@media (max-width: 768px) {
  .header {
    height: 40px;
  }
  .header__logo {
    display: block;
    width: 36px;
    height: auto;
    margin: 0px 20px;
  }
  .header__navbar {
    height: 40px;
  }
  .header__search {
    margin: 0px 0px 0px 20px;
  }
  .header__search input {
    font-size: 14px;
    line-height: 19px;
  }
  .header__burger {
    min-width: 10px;
    width: 10px;
    height: 10px;
  }
  .header__burger span {
    top: 6px;
    width: 12px;
  }
  .header__burger.__active span:nth-child(1),
  .header__burger.__active span:nth-child(3) {
    top: 6px;
  }
  .header__burger span:first-child {
    top: 2px;
  }
  .header__lang {
    margin: 0;
  }
}

.menu {
  height: 100%;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.menu__list li {
  margin: 0px 25px;
  height: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.menu__link {
  font-family: "Segoe UI SemiBold";
  font-size: 18px;
  color: #202020;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.menu__link::before {
  content: "";
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 0;
  height: 3px;
  background-color: #25AE76;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  visibility: hidden;
}

.menu__link.active::before, .menu__link:hover::before {
  width: 100%;
  visibility: visible;
}

.menu .__menu-list-partial {
  margin: 0px 50px 0px 155px;
}

@media (max-width: 1440px) {
  .menu .__menu-list-partial {
    margin: 0px 50px 0px 50px;
  }
}

@media (max-width: 1280px) {
  .menu {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 0px;
    background-color: #fff;
    border-radius: 6px 6px 20px 20px;
    overflow: hidden;
  }
  .menu__list {
    -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;
    padding: 80px 0px 20px 0px;
    overflow-y: scroll;
  }
  .menu__list li {
    margin: 0 !important;
    height: auto;
  }
}

@media (max-width: 1280px) and (max-width: 768px) {
  .menu__list {
    padding: 50px 0px 20px 0px;
  }
}

@media (max-width: 1280px) {
  .menu__link {
    padding: 20px;
    font-size: 30px;
  }
}

@media (max-width: 1280px) and (max-width: 768px) {
  .menu__link {
    font-size: 25px;
  }
}

@media (max-width: 1280px) and (max-width: 425px) {
  .menu__link {
    font-size: 20px;
    padding: 10px;
  }
}

@media (max-width: 1280px) {
  .menu__link::before {
    top: auto;
    bottom: 0;
  }
  .menu.__animated {
    -webkit-animation: toggleDown 1s forwards;
            animation: toggleDown 1s forwards;
  }
  .menu.__active {
    -webkit-animation: toggleUp 1.2s forwards;
            animation: toggleUp 1.2s forwards;
  }
}

.lang {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #fff;
}

.lang__menu {
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 40px;
  height: 35px;
  top: 0;
  background-color: #fff;
}

.lang__menu:hover {
  height: 120px;
}

.lang__menu:hover li:nth-child(2) {
  top: 39px;
}

.lang__menu:hover li:nth-child(3) {
  top: 78px;
}

.lang__menu:hover li.active a {
  color: #25AE76;
}

.lang__menu:hover::after {
  width: 100%;
}

.lang__menu::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #25AE76;
  bottom: -1px;
  z-index: 1;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.lang__menu li {
  position: absolute;
  width: 40px;
  top: 0;
  background-color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.lang__menu li:hover a {
  color: #25AE76;
}

.lang__menu li.active {
  z-index: 1;
}

.lang__menu li a {
  padding-top: 10px;
  padding-bottom: 5px;
  text-align: center;
  display: block;
  font-family: "Segoe UI SemiBold";
  font-size: 18px;
  line-height: 24px;
  color: #202020;
}

@media (max-width: 768px) {
  .lang__menu {
    height: 40px;
  }
  .lang__menu::after {
    height: 3px;
  }
}

@-webkit-keyframes toggleUp {
  0% {
    height: 0px;
  }
  60% {
  }
  100% {
    max-height: 85vh;
    height: 400px;
  }
}

@keyframes toggleUp {
  0% {
    height: 0px;
  }
  60% {
  }
  100% {
    max-height: 85vh;
    height: 400px;
  }
}

@-webkit-keyframes toggleDown {
  0% {
    max-height: 85vh;
    height: 400px;
  }
  100% {
    height: 0;
  }
}

@keyframes toggleDown {
  0% {
    max-height: 85vh;
    height: 400px;
  }
  100% {
    height: 0;
  }
}

@media (max-width: 425px) {
  @-webkit-keyframes toggleUp {
    0% {
      height: 0px;
    }
    60% {
    }
    100% {
      max-height: 85vh;
      height: 235px;
    }
  }
  @keyframes toggleUp {
    0% {
      height: 0px;
    }
    60% {
    }
    100% {
      max-height: 85vh;
      height: 235px;
    }
  }
  @-webkit-keyframes toggleDown {
    0% {
      max-height: 85vh;
      height: 235px;
    }
    100% {
      height: 0;
    }
  }
  @keyframes toggleDown {
    0% {
      max-height: 85vh;
      height: 235px;
    }
    100% {
      height: 0;
    }
  }
}

.footer {
  background-color: #1F8850;
  color: #efefef;
  font-size: 14px;
  line-height: 19px;
}

.footer p {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.footer__top {
  padding: 60px 0px;
}

.footer__top .__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 100px;
}

.footer__links {
  margin: 0px 290px 40px 0px;
}

.footer__links li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.footer__links li a {
  color: #efefef;
  font-size: 14px;
  line-height: 26px;
  text-decoration: underline;
}

.footer__loc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0px 70px 40px 0px;
}

.footer__loc img {
  margin: 0px 10px 0px 0px;
}

.footer__adress {
  margin: 0px 156px 40px 0px;
  width: 100px;
}

.footer__adress p {
  width: auto;
}

.footer__phone {
  margin: 0px 90px 40px 0px;
}

.footer__email {
  margin: 0px 0px 40px 0px;
}

.footer__email p:first-child {
  margin: 0px 0px 18px 0px;
}

.footer__bot {
  background-color: #085940;
  height: 95px;
}

.footer__bot .__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.footer__bot .__container p {
  color: #EFEFEF;
  font-size: 16px;
  margin: 0px 0px 0px 100px;
}

.footer .bold {
  padding: 10px 0px 0px 0px;
  font-family: "Roboto Bold";
}

@media (max-width: 1440px) {
  .footer__top {
    padding: 32px 0 39px 0;
  }
  .footer__top .__container {
    padding: 0 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .footer__links {
    margin: 0px 100px 40px 0px;
  }
  .footer__links li a {
    color: #efefef;
    font-size: 14px;
    line-height: 22px;
    text-decoration: underline;
  }
  .footer__loc {
    margin: 0px 40px 40px 0px;
  }
  .footer__adress {
    margin: 0px 40px 40px 0px;
  }
  .footer__phone {
    margin: 0px 40px 40px 0px;
  }
  .footer__bot .__container p {
    font-size: 14px;
    line-height: 19px;
    margin: 0;
  }
}

@media (max-width: 425px) {
  .footer__top .__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__links {
    margin: 0px 20px 40px 0px;
  }
  .footer__loc {
    margin: 0px 0px 40px 0px;
  }
  .footer__adress {
    margin: 0px 0px 40px 0px;
    width: 100%;
  }
  .footer__phone {
    margin: 0px 0px 40px 0px;
    width: 100%;
  }
}

.main-box {
  height: 960px;
  width: 100%;
  position: relative;
  border-bottom: 10px solid #25AE76;
  overflow: hidden;
}

.main-box__img {
  width: 100%;
  height: 100%;
  position: absolute;
}

.main-box__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.main-box__img::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, rgba(0, 61, 6, 0.68), rgba(84, 90, 106, 0));
  opacity: 0.68;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.main-box__container {
  z-index: 1;
  position: relative;
  height: 100%;
}

.main-box__title {
  font-family: "Montserrat Bold";
  font-size: 66px;
  line-height: 88px;
  text-transform: uppercase;
  color: #fff;
  padding: 470px 0px 0px 26%;
  max-width: calc(850px + 26%);
}

.main-box__text {
  width: 320px;
  position: absolute;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  bottom: 70px;
  right: 100px;
}

.main-box__text p:first-child {
  font-family: "Segoe UI Bold";
}

@media (max-width: 1440px) {
  .main-box {
    height: 800px;
  }
  .main-box__title {
    padding: 300px 0px 0px 26%;
    font-size: 50px;
    line-height: 66px;
  }
}

@media (max-width: 1024px) {
  .main-box {
    height: 700px;
    max-width: 100%;
  }
  .main-box__title {
    padding: 200px 20px 0px 26%;
    font-size: 45px;
    line-height: 55px;
  }
}

@media (max-width: 768px) {
  .main-box {
    height: 450px;
  }
  .main-box__title {
    padding: 180px 20px 0px 30px;
    font-size: 35px;
    line-height: 45px;
  }
  .main-box__text {
    display: none;
  }
}

@media (max-width: 425px) {
  .main-box {
    height: 380px;
  }
  .main-box__title {
    padding: 140px 20px 0px 20px;
    font-size: 26px;
    line-height: 38px;
  }
}

@media (max-width: 375px) {
  .main-box {
    height: 328px;
  }
  .main-box__title {
    padding: 118px 20px 0 20px;
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width: 320px) {
  .main-box__title {
    font-size: 20px;
    line-height: 28px;
  }
}

.main-about-us {
  margin: 110px 0px 120px 0px;
}

@media (max-width: 1024px) {
  .main-about-us {
    margin: 60px 0px;
  }
}

@media (max-width: 768px) {
  .main-about-us {
    margin: 30px 0px;
  }
}

.main-news__row {
  padding: 0px 0px 150px 0px;
}

.main-news__column {
  width: 100%;
  height: 455px;
  background-color: #fff;
  padding: 60px 70px;
  margin: 0px 0px 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-news__column:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.main-news__content {
  width: 43.8%;
}

.main-news__date {
  font-family: "Segoe UI Italic";
  font-size: 16px;
  line-height: 21px;
  color: #373737;
  margin: 0px 0px 40px 0px;
}

.main-news__title {
  font-family: "Arno Pro Bold";
  font-size: 28px;
  line-height: 30px;
  color: #202020;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  height: 60px;
  overflow: hidden;
}

.main-news__title:hover {
  color: #25AE76;
}

.main-news__text {
  color: #373737;
  font-size: 16px;
  line-height: 21px;
  height: 105px;
  overflow: hidden;
  margin: 0px 0px 80px 0px;
}

.main-news__link {
  font-size: 16px;
  line-height: 21px;
  color: #373737;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.main-news__link:hover {
  color: #25AE76;
  text-decoration: underline;
}

.main-news__img {
  width: 46.9%;
  height: 100%;
  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;
  background-color: #efefef;
}

.main-news__img img {
  max-width: 100%;
  max-height: 100%;
}

.main-news__see-all {
  height: 200px;
  width: 100%;
  background-color: #015D37;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 70px 0px 130px;
}

.main-news__see-all--title {
  font-family: "Book Antiqua Bold";
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  max-width: 350px;
}

.main-news__see-all--link {
  width: 146px;
  min-width: 146px;
  height: 50px;
  border: 2px solid #fff;
  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;
  color: #fff;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
}

.main-news__see-all--link span {
  display: block;
  z-index: 1;
}

.main-news__see-all--link:hover {
  background-color: #fff;
  color: #015D37;
}

@media (max-width: 1024px) {
  .main-news__row {
    padding: 0px 0px 50px 0px;
  }
}

@media (max-width: 768px) {
  .main-news__column {
    padding: 15px 15px 30px 15px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .main-news__column:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .main-news__content {
    width: 100%;
    margin: 5px 0px 0px 0px;
  }
  .main-news__img {
    width: 100%;
    height: 200px;
  }
  .main-news__date {
    font-size: 12px;
    line-height: 16px;
    margin: 0px 0px 20px 0px;
  }
  .main-news__title {
    font-size: 16px;
    line-height: 18px;
    height: 54px;
    margin: 0px 0px 10px 0px;
  }
  .main-news__text {
    font-size: 14px;
    line-height: 19px;
    height: 171px;
    margin: 0px 0px 30px 0px;
  }
  .main-news__link {
    margin: 20px 0px 0px 0px;
  }
  .main-news__see-all {
    height: auto;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .main-news__see-all--title {
    max-width: 100%;
  }
  .main-news__see-all--link {
    margin: 20px 0px 0px 0px;
  }
}

@media (max-width: 425px) {
  .main-news__img {
    height: 167px;
  }
  .main-news__see-all--title {
    font-size: 30px;
    line-height: 37px;
  }
}

.falde-slider--border {
  margin: 50px 0px 0px 0px;
}

@media (max-width: 768px) {
  .falde-slider--border {
    margin: 20px 0px 0px 0px;
  }
}

.falde-slider-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 40px 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}

.falde-slider-pagination .indicator {
  position: absolute;
  width: 100px;
  height: 100%;
  border-radius: 10px;
  background-color: #EFEFEF;
  z-index: 0;
  left: 0;
  -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.16), -6px -6px 10px rgba(255, 255, 255, 0.67);
          box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.16), -6px -6px 10px rgba(255, 255, 255, 0.67);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.falde-slider-pagination::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(227, 227, 227, 0.5);
  border-radius: 10px;
}

.falde-slider-pagination__link {
  font-family: "Segoe UI SemiBold";
  font-size: 16px;
  color: #015D37;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 25px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .falde-slider-pagination {
    margin: 0px;
  }
  .falde-slider-pagination__link {
    font-size: 14px;
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .falde-slider-pagination--border {
    padding: 20px 0px 20px 20px;
    width: calc(100% + 20px);
    margin: 0px 0px 20px -20px;
    overflow-y: scroll;
  }
}

.fade-slider {
  position: relative;
  width: 100%;
  min-height: 450px;
}

@media (max-width: 1024px) {
  .fade-slider {
    min-height: 350px;
  }
}

@media (max-width: 768px) {
  .fade-slider {
    height: 600px;
  }
}

.slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  left: 0;
  width: 100%;
  height: 100%;
}

.slide__img {
  width: 690px;
  min-width: 690px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slide__img img {
  max-width: 100%;
  max-height: 100%;
}

.slide__content {
  margin: 0px 0px 0px 170px;
}

.slide__title {
  font-family: "Segoe UI SemiBold";
  font-size: 22px;
  line-height: 30px;
  color: #3C3838;
  margin: 0px 0px 10px 0px;
}

.slide__text {
  font-size: 16px;
  line-height: 20px;
  color: #282423;
}

.slide.left {
  left: -100px;
}

.slide.right {
  left: 100px;
}

.slide.active {
  z-index: 1;
  opacity: 1;
}

@media (max-width: 1280px) {
  .slide__img {
    width: 50%;
    min-width: 50%;
  }
  .slide__content {
    margin: 0px 0px 0px 50px;
  }
}

@media (max-width: 768px) {
  .slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .slide__img {
    width: 100%;
    height: 250px;
  }
  .slide__content {
    margin: 20px 0px 0px 0px;
    height: 350px;
  }
  .slide__title {
    font-size: 16px;
    line-height: 21px;
  }
  .slide__text {
    font-size: 14px;
  }
}

.main-restaurant {
  margin: 120px 0px 70px 0px;
  height: 870px;
  position: relative;
}

.main-restaurant .__big-container {
  position: relative;
  height: 100%;
}

.main-restaurant__title {
  position: absolute;
  top: 117px;
  left: 140px;
  font-family: "Book Antiqua Bold";
  font-size: 65px;
  line-height: 80px;
  color: #015D37;
}

.main-restaurant__about-us {
  font-size: 16px;
  line-height: 21px;
  color: #373737;
  text-transform: uppercase;
  top: 506px;
  left: 140px;
  position: absolute;
}

.main-restaurant__about-us:hover {
  color: #015D37;
}

.main-restaurant__see-all {
  font-family: "Segoe UI SemiBold";
  font-size: 16px;
  line-height: 21px;
  text-decoration: underline;
  text-transform: uppercase;
  color: #373737;
  top: 742px;
  left: 140px;
  position: absolute;
}

.main-restaurant__see-all:hover {
  text-decoration: underline;
  color: #015D37;
}

@media (max-width: 1700px) {
  .main-restaurant {
    margin: 0px 0px 30px 0px;
  }
  .main-restaurant__title, .main-restaurant__see-all, .main-restaurant__about-us {
    left: 20px;
  }
  .main-restaurant__title {
    font-size: 55px;
    line-height: 70px;
  }
  .main-restaurant__see-all {
    top: 600px;
  }
}

@media (max-width: 1280px) {
  .main-restaurant {
    margin: 0px 0px 30px 0px;
    height: 500px;
  }
  .main-restaurant__title, .main-restaurant__see-all, .main-restaurant__about-us {
    left: 50px;
  }
  .main-restaurant__title {
    top: 0px;
    font-size: 50px;
    line-height: 60px;
  }
  .main-restaurant__about-us {
    top: 300px;
    font-size: 14px;
  }
  .main-restaurant__see-all {
    top: 350px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .main-restaurant {
    height: 400px;
  }
  .main-restaurant__title {
    font-size: 40px;
    line-height: 50px;
  }
  .main-restaurant__about-us {
    top: 220px;
  }
  .main-restaurant__see-all {
    top: 270px;
  }
}

@media (max-width: 475px) {
  .main-restaurant {
    height: 265px;
  }
  .main-restaurant__title {
    font-size: 30px;
    line-height: 40px;
    left: 20px;
  }
  .main-restaurant__about-us {
    display: none;
  }
  .main-restaurant__see-all {
    top: 222px;
    left: 40px;
  }
}

.big-slider-text {
  position: absolute;
  top: 280px;
  left: 140px;
}

.big-slider-text__slide {
  width: 333px;
  position: absolute;
  opacity: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  left: 0;
}

.big-slider-text__slide.active {
  opacity: 1;
}

.big-slider-text__slide.left {
  left: -200px;
}

.big-slider-text__slide.right {
  left: 200px;
}

.big-slider-text__title {
  font-family: "Book Antiqua Bold";
  font-size: 40px;
  line-height: 40px;
  color: #FEAC02;
  margin: 0px 0px 15px 0px;
}

.big-slider-text__text {
  font-size: 16px;
  line-height: 21px;
  color: #373737;
  height: 84px;
  overflow: hidden;
}

@media (max-width: 1700px) {
  .big-slider-text {
    left: 20px;
  }
}

@media (max-width: 1280px) {
  .big-slider-text {
    top: 120px;
    left: 50px;
  }
  .big-slider-text__slide {
    width: 270px;
  }
  .big-slider-text__title {
    font-size: 30px;
    line-height: 30px;
    margin: 0px 0px 10px 0px;
  }
  .big-slider-text__text {
    font-size: 14px;
    line-height: 19px;
    height: 76px;
  }
}

@media (max-width: 768px) {
  .big-slider-text {
    width: 100%;
    top: 70px;
  }
  .big-slider-text__slide {
    width: calc( 100% - 100px);
  }
}

@media (max-width: 475px) {
  .big-slider-text {
    top: 50px;
    left: 40px;
  }
  .big-slider-text__slide {
    width: calc( 100% - 80px);
  }
  .big-slider-text__title {
    font-size: 30px;
    line-height: 30px;
  }
}

.big-slider {
  position: relative;
  width: 805px;
  height: 100%;
  margin: 50px 0px 0px 35%;
  z-index: 1;
}

.big-slider::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1920px;
  right: calc(100% + 670px);
  top: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(95%, #EFEFEF), color-stop(5%, #efefef), to(transparent));
  background: linear-gradient(90deg, #EFEFEF 95%, #efefef 5%, transparent);
  z-index: 5;
}

.big-slider::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1920px;
  left: 805px;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(5%, #efefef), color-stop(95%, #EFEFEF));
  background: linear-gradient(90deg, transparent, #efefef 5%, #EFEFEF 95%);
  z-index: 5;
}

.big-slider__slide {
  position: absolute;
  top: 140px;
  left: 80px;
  -webkit-transition: 1.5s  ease, 0s opacity 1.5s;
  transition: 1.5s  ease, 0s opacity 1.5s;
  opacity: 0;
}

.big-slider__slide.active {
  opacity: 1;
  -webkit-transition: 1.5s  ease, 0s opacity;
  transition: 1.5s  ease, 0s opacity;
}

.big-slider__slide.left {
  left: -300%;
}

.big-slider__slide.left .big-slider__img::before {
  left: calc(50% - 80px);
}

.big-slider__slide.right {
  left: 300%;
}

.big-slider__slide.right .big-slider__img::before {
  left: calc(50% + 80px);
}

.big-slider__img {
  width: 647px;
  height: 647px;
  position: relative;
}

.big-slider__img img {
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-filter: drop-shadow(0px 3px 30px rgba(0, 0, 0, 0.81));
          filter: drop-shadow(0px 3px 30px rgba(0, 0, 0, 0.81));
}

.big-slider__img::before {
  content: "";
  position: absolute;
  width: 804px;
  height: 804px;
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.5;
  -webkit-transition: 2s ease-in-out;
  transition: 2s ease-in-out;
}

@media (max-width: 1700px) {
  .big-slider {
    width: 700px;
  }
  .big-slider__img {
    width: 550px;
    height: 550px;
  }
  .big-slider__img::before {
    width: 700px;
    height: 700px;
  }
}

@media (max-width: 1280px) {
  .big-slider {
    width: 400px;
    margin: 0px 0px 0px 50%;
  }
  .big-slider__slide {
    top: 50px;
    left: 0;
  }
  .big-slider__img {
    width: 400px;
    height: 400px;
  }
  .big-slider__img::before {
    width: 475px;
    height: 475px;
  }
}

@media (max-width: 768px) {
  .big-slider {
    display: none;
  }
}

.big-slider-pagination {
  position: absolute;
  right: 0;
  top: 210px;
  z-index: 2;
}

.big-slider-pagination__border {
  height: 465px;
  overflow: hidden;
  position: relative;
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.big-slider-pagination__prev, .big-slider-pagination__next {
  width: 60px;
  height: 60px;
  display: none;
  background-color: transparent;
  position: absolute;
  right: 150px;
  z-index: 1;
  border-radius: 50%;
  top: 200px;
  background-color: #efefef;
  -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.16), -6px -6px 10px rgba(255, 255, 255, 0.64);
          box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.16), -6px -6px 10px rgba(255, 255, 255, 0.64);
}

.big-slider-pagination__prev::before, .big-slider-pagination__next::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-left: 2px solid #015D37;
  border-bottom: 2px solid #015D37;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.big-slider-pagination__prev.__disabled, .big-slider-pagination__next.__disabled {
  display: none;
}

.big-slider-pagination__prev {
  left: -25px;
}

.big-slider-pagination__prev::before {
  top: 28px;
  right: 15px;
}

.big-slider-pagination__next {
  right: -25px;
}

.big-slider-pagination__next:before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  top: 25px;
  left: 15px;
}

.big-slider-pagination__item {
  width: 320px;
  height: 135px;
  border-radius: 120px 0 0 120px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  margin: 0px 0px 30px 0px;
  cursor: pointer;
  -webkit-transition: 1s;
  transition: 1s;
}

.big-slider-pagination__item img {
  min-width: 110px;
  height: 110px;
}

.big-slider-pagination__item.active {
  width: 400px;
  background-color: #FEAC02;
}

.big-slider-pagination__item:last-child {
  margin: 0;
}

.big-slider-pagination__content {
  margin: 0px 0px 0px 20px;
}

.big-slider-pagination__title {
  font-family: "Segoe UI SemiBold";
  font-size: 16px;
  line-height: 21px;
  height: 21px;
  overflow: hidden;
  color: #202020;
  margin: 0px 0px 5px 0px;
}

.big-slider-pagination__text {
  font-size: 14px;
  line-height: 19px;
  color: #202020;
  height: 57px;
  overflow: hidden;
}

@media (max-width: 1280px) {
  .big-slider-pagination {
    position: initial;
  }
  .big-slider-pagination__prev, .big-slider-pagination__next {
    display: block;
  }
  .big-slider-pagination__border {
    display: none;
  }
}

@media (max-width: 768px) {
  .big-slider-pagination__prev, .big-slider-pagination__next {
    top: 120px;
  }
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.gray-back {
  background-color: #efefef;
}

.main-title {
  font-family: "Arno Pro Bold";
  color: #015D37;
  text-align: center;
  font-size: 50px;
  line-height: 67px;
  margin: 0px 0px 33px 0px;
}

@media (max-width: 768px) {
  .main-title {
    text-align: start;
    margin: 0px 0px 12px 0px;
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 450px) {
  .main-title {
    font-size: 28px;
    line-height: 40px;
  }
}

.main-text {
  color: #282423;
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 768px) {
  .main-text {
    font-size: 18px;
    line-height: 25px;
  }
}

@media (max-width: 450px) {
  .main-text {
    font-size: 14px;
    line-height: 20px;
  }
}

.main-text2 {
  color: #282423;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 450px) {
  .main-text2 {
    font-size: 14px;
  }
}

.map {
  height: 660px;
}

.map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 768px) {
  .map {
    height: 400px;
  }
}

@media (max-width: 425px) {
  .map {
    height: 300px;
  }
}

.page-text {
  font-size: 20px;
  line-height: 30px;
  color: #282423;
  margin: 70px 0px;
}

@media (max-width: 768px) {
  .page-text {
    font-size: 16px;
    line-height: 25px;
    margin: 30px 0px;
  }
}

@media (max-width: 425px) {
  .page-text {
    font-size: 14px;
    line-height: 20px;
  }
}




/* search=========================== */


.ss-result{
    display :flex;
    margin: 20px 0;
    padding: 20px;
    border: 2px solid #015D37;
    width: 100%;
    background-color: #fff;
}
.ss-result__aside{
     margin-right: 10px;
     min-width: 200px;
     width: 200px;
     height: 200px;
     overflow: hidden;
     display: none;
}

.ss-result__image{
   
    width: 100%;;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ss-result__content{
    width: 100%;
}

.ss-result__title{}

.ss-result__title a{
    font-family: "Segoe UI SemiBold";
    font-size: 16px;
    line-height: 22px;
    color: #45414d;
}
.ss-result__title a:hover{
    color: #015D37;
}

.ss-result mark{
    color: inherit;
    background-color: transparent;
}

.ss-result__badge{
    font-family: "Segoe UI SemiBold";
    font-size: 16px;
    line-height: 22px;
    color: #015D37;
}


.ss-result__text{
    font-family: "Segoe UI Regular";
    font-size: 14px;
    color: #888;
}

.ss-result__url{
    display: flex;
    justify-content: flex-end;
    margin-right: 20px;
    margin-top: 20px;
}
.ss-result__url a{
    font-family: "Segoe UI Regular";
    font-size: 14px;
    color: #45414d;
}
.ss-result__url a:hover {
    text-decoration: underline;
    color: #015D37;
}