@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-ExtraLight.eot');
    src: local('Circe-ExtraLight'), local('Circe-ExtraLight'),
        url('../fonts/Circe-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Circe-ExtraLight.woff2') format('woff2'),
        url('../fonts/Circe-ExtraLight.woff') format('woff'),
        url('../fonts/Circe-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Light.eot');
    src: local('Circe-Light'), local('Circe-Light'),
        url('../fonts/Circe-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Circe-Light.woff2') format('woff2'),
        url('../fonts/Circe-Light.woff') format('woff'),
        url('../fonts/Circe-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Thin.eot');
    src: local('Circe-Thin'), local('Circe-Thin'),
        url('../fonts/Circe-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Circe-Thin.woff2') format('woff2'),
        url('../fonts/Circe-Thin.woff') format('woff'),
        url('../fonts/Circe-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Regular.eot');
    src: local('Circe-Regular'), local('Circe-Regular'),
        url('../fonts/Circe-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Circe-Regular.woff2') format('woff2'),
        url('../fonts/Circe-Regular.woff') format('woff'),
        url('../fonts/Circe-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Bold.eot');
    src: local('Circe-Bold'), local('Circe-Bold'),
        url('../fonts/Circe-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Circe-Bold.woff2') format('woff2'),
        url('../fonts/Circe-Bold.woff') format('woff'),
        url('../fonts/Circe-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-ExtraBold.eot');
    src: local('Circe-ExtraBold'), local('Circe-ExtraBold'),
        url('../fonts/Circe-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Circe-ExtraBold.woff2') format('woff2'),
        url('../fonts/Circe-ExtraBold.woff') format('woff'),
        url('../fonts/Circe-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Marianna';
    src: url('../fonts/Marianna.eot');
    src: local('Marianna'), local('Marianna'),
        url('../fonts/Marianna.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Marianna.woff2') format('woff2'),
        url('../fonts/Marianna.woff') format('woff'),
        url('../fonts/Marianna.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;

}

:hover {
  transition: 0.3s;
}

body {
  font-family: 'Circe';
  font-style: normal;
  margin: 0;
  background: #fff;
  color: #171F27;
}

img {
  max-width: 100%;
}

input:focus {
  
  outline:none;
}

textarea:focus {
  outline: none;
}

textarea {
  font: inherit;
  border: none;
}

input {
  font: inherit;
  border: none;
}

button {
  font: inherit;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
}

a {
  font: inherit;
  text-decoration: none;
}

a:hover {
  transition: 0.3s;
}

button:hover {
  transition: 0.3s;
}

svg {
  transition: 0.3s;
}

b {
  font-weight: inherit;
}

p {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: inherit;
  font-size: inherit;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.clear {clear:both;}

.container {
  padding: 0 20px;
  max-width: 1740px;
  margin: 0 auto;
}

/*header*/

.header_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_container {
  max-width: 1560px;
}


.header-fixed {
  width: 100%;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  transition: 0.3s;
}

.header-fixed.sticky {
  background: #fff;
  box-shadow: 0px 30px 60px 0px #0C0C0D1A;
}

.header_logo {
  transition: 0.3s;
  opacity: 0;
	display: flex;
	justify-content: center;
	height: 100px;
}

.header_logo a {
  display: flex;
}

.header_logo img {
	width: 115px;
	object-fit: contain;
}

.sticky .header_logo {
  opacity: 1;
}

.header_nav ul {
  display: flex;
}

.header_nav ul li {
  position: relative;
  display: flex;
  padding: 0 55px 0 0;
}

.header_nav ul li:last-child {
  padding: 0;
}

.header_nav_link {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  transition: 0.3s;
  display: inline-block;
}

.header_nav_link:before {
  position: absolute;
  content: '';
  height: 2px;
  left: 0;
  bottom: -6px;
  width: 0;
  transition: 0.3s;
  background: #fff;
}

.header_nav_link:hover:before {
  width: 100%;
}

.header_absolute {
  transition: 0.3s;
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  padding: 10px 0 0 0;
}

.header_absolute_bg {
  box-shadow: 0px 30px 60px 0px #0C0C0D1A;
  background: #fff;
  width: auto;
}

.header_absolute ul {
  display: block;
  white-space: nowrap;
  padding: 20px 20px
}

.header_absolute ul li {
  padding: 0 0 20px 0;
  display: flex;
}

.header_absolute ul li:last-child {
  padding: 0;
}

.header_absolute ul li a {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #171F27;
  position: relative;
  text-transform: uppercase;
  transition: 0.3s;
  display: inline-block;
}

.header_nav ul li:hover .header_absolute {
  display: block;
}

.header_nav_search {
  display: flex;
  transition: 0.3s;
}

.sticky .header_nav_link {
  color: #171F27;
}

.sticky .header_nav_search svg path {
  fill: #171F27;
}

.language-dropdown {
  position: relative;
  display: inline-block;;
}

.sticky .lang_arrow svg path {
  fill: #171F27;
}

.language-dropdown label {
  width: 48px;
  height: 24px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.lang_arrow {
  display: flex;
  transition: 0.3s;
}

.language-dropdown.open .lang_arrow {
  transform: rotate(180deg);
}

.language-dropdown label .flag {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.language-dropdown .lang-ru .flag {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background: url(../images/flag.svg) 0 0 no-repeat;
}

.language-dropdown .lang-en .flag {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background: url(../images/flag.svg) 0 0 no-repeat;
}

.language-dropdown .lang-tr .flag {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background: url(../images/flag.svg) 0 0 no-repeat;
}

.language-dropdown .lang-fr .flag {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background: url(../images/flag.svg) 0 0 no-repeat;
}
.language-dropdown ul li {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 10px 10px;
  cursor: pointer;
  position: relative;
  text-align:center;
}

.language-dropdown ul li p {
  font-size: 15px;
  font-weight: 500;
  line-height: 19.13px;
  color: #171F27;
  padding: 0 0 0 5px;
}
.language-dropdown ul.lang-list {
  position: absolute;
  top: 30px;
  width: auto;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  background: #F9FBFF;
  box-shadow: 0px 30px 60px 0px #0C0C0D1A;
  border-radius: 0;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
}
.language-dropdown ul.lang-list li.selected {
  background: #117536;
}

.language-dropdown ul.lang-list li.selected p {
  color: #fff;
}

.language-dropdown.open ul.lang-list {
  visibility: visible;
  opacity: 1;
}

.animate, .lang-flag, .lang-list {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.header_mobile_search {
  display: none;
}

/*BURGER*/

.mt-munu-mb {
  
}


.body-open {
  position: relative;
}



.burger {
  position: fixed;
  top: 25px;
  left: 20px;
  display: none !important;
  color: #23f0ff;
  cursor: pointer;
  z-index: 12;
  display: flex;
}
.burger i:nth-of-type(1) {
  display: block;
}
.burger i:nth-of-type(2) {
  display: none;
}
.burger.burger-open {
  color: #2a3255;
}
.burger.burger-open i:nth-of-type(1) {
  display: none;
}
.burger.burger-open i:nth-of-type(2) {

  display: block;
}


.mt-mobile {
  overflow: auto;
  position: fixed;
  top: 0;
  z-index: 11;
  left: 0;
  background: #fff;
  max-width: 100%;
  width: 100%;
  height: auto;
  padding: 110px 20px 60px 20px;
  transition: 0.5s ease all;
  clip-path: circle(200%);
  box-shadow: 0px 30px 60px 0px #0C0C0D1A;
}


.mt-mobile.nav-open {
  clip-path: circle(0 at -100% 0);
  z-index: -1;
}

.burger i svg {

}

.burger-fixed.sticky i:nth-of-type(1) svg path {
  stroke: #171F27;
}

.body-open .header-fixed.sticky {
  box-shadow: none;
}

.body-open .header_nav_search svg path {
  fill: #171F27;
}

.body-open .header_logo {
  opacity: 1;
}

.body-open .lang_arrow svg path {
    fill: #171F27;
}

/*one*/

.one {
  position: relative;
  height: 920px;
  padding: 0 0 0 0;
}

.one_absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
}

.one_absolute:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(6, 56, 94, 0.4);
}

.one_absolute:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(23, 31, 39, 0.6) 0%, rgba(23, 31, 39, 0.1) 55%, rgba(23, 31, 39, 0) 100%);
  height: 200px;
}

.one_absolute img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.one_container {
  height: 100%;
}

.one_center {
  position: relative;
  z-index: 1;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: flex-end;
  padding: 0 0 85px 0;
}

.one_logo {
  display: flex;
  justify-content: center;
}

.one_bottom {
  padding: 210px 0 0 0;
}

.one_icon {
  display: flex;
  justify-content: center;
}

.one h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  opacity: 0.85;
  margin-top: 9px;
}

/*two*/

.two {
  padding: 80px 0 90px 0;
}

section h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
}

.two_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 27px -5px 0 -5px;
}

.two_block {
  padding: 10px 5px 0 5px;
}

.two_block:nth-child(1), .two_block:nth-child(2), .two_block:nth-child(6),
.two_block:nth-child(7), .two_block:nth-child(11), .two_block:nth-child(12) {
  width: 50%;
}

.two_block:nth-child(3), .two_block:nth-child(4), .two_block:nth-child(5),
.two_block:nth-child(8), .two_block:nth-child(9), .two_block:nth-child(10),
.two_block:nth-child(21), .two_block:nth-child(22), .two_block:nth-child(23) {
  width: 33.3333333%;
}

.two_block:nth-child(13), .two_block:nth-child(14), .two_block:nth-child(15),
.two_block:nth-child(16), .two_block:nth-child(17), .two_block:nth-child(18),
.two_block:nth-child(19), .two_block:nth-child(20) {
  width: 25%;
}

.two_block:nth-child(1) .two_link, .two_block:nth-child(2) .two_link, .two_block:nth-child(6) .two_link,
.two_block:nth-child(7) .two_link, .two_block:nth-child(11) .two_link, .two_block:nth-child(12) .two_link {
  height: 660px;
}

.two_block:nth-child(3) .two_link, .two_block:nth-child(4) .two_link, .two_block:nth-child(5) .two_link,
.two_block:nth-child(8) .two_link, .two_block:nth-child(9) .two_link, .two_block:nth-child(10) .two_link {
  height: 495px;
}

.two_block:nth-child(13) .two_link, .two_block:nth-child(14) .two_link, .two_block:nth-child(15) .two_link,
.two_block:nth-child(16) .two_link, .two_block:nth-child(17) .two_link, .two_block:nth-child(18) .two_link,
.two_block:nth-child(19) .two_link, .two_block:nth-child(20) .two_link {
  height: 367px;
}

.two_link {
  height: 100%;
  position: relative;
  display: block;
}

.two_img {
  height: 100%;
  display: flex;
  position: relative;
}

.two_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.two_img:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s;
  background: linear-gradient(180deg, rgba(23, 31, 39, 0) 50.67%, rgba(23, 31, 39, 0.2) 74.67%, rgba(23, 31, 39, 0.8) 100%);
}

.two_border {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 100px 30px 50px;
  transition: 0.3s;
  z-index: 1;
}

.two_border:before {
  position: absolute;
  content: '';
  background: url(../images/two_border.svg) 0 0 no-repeat;
  width: 50px;
  height: 12px;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  opacity: 0;
}

.two_border h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
}

.two_link:hover {
  box-shadow: 0px 30px 60px 0px #0C0C0D1A;
}

.two_link:hover .two_border {
  background: #06385ECC;
}

.two_link:hover .two_img:before {
  opacity: 0;
}

.two_link:hover .two_border:before {
  opacity: 1;
}

/*three*/

.three {
  padding: 90px 0 0 0;
  background: #F2F6F9;
}

.three_border {
  position: relative;
  padding: 80px 0 90px 0;
}

.three_border:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 90px;
  left: 90px;
  background: #fff;
}

.three_wrap {
  display: flex;
  position: relative;
  z-index: 1;
}

.three_block {
  width: 50%;
  margin: 0 70px 0 0;
}

.three_block:last-child {
  margin: 0;
}

.three_meet {
  padding: 37px 0 0 0;
}

.three_meet_block {
  margin: 0 0 10px 0;
}

.three_meet_block:last-child {
  margin: 0;
}

.three_meet_link {
  height: 130px;
  display: flex;
}

.three_meet_data {
  width: 90px;
  background: #117536;
  padding: 0 0 0 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.three_meet_data h3 {
  font-weight: 400;
  font-size: 22px;
  line-height: 16px;
  text-align: center;
  color: #fff;
}

.three_meet_data h4 {
  text-transform: lowercase;
  margin-top: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #fff;
}

.three_meet_data h5 {
  margin-top: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF4D;
}

.three_meet_border {
  width: 89%;
  background: #F2F6F9;
  display: flex;
  align-items: center;
  padding: 10px 20px;
}

.three_meet_icon {
  display: flex;
  mix-blend-mode: multiply;
}

.three_meet_border h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #171F27;
  padding: 0 0 0 20px;
  width: 75%;
}

.three_meet_border h3 span {
  color: #171F2780;
}

.three_meet_link:hover .three_meet_border h3 {
  color: #117536;
}

.three_news {
  padding: 37px 0 0 0;
}

.three_news_block {
  padding: 0 0 10px 0;
}

.three_news_block:last-child {
  padding: 0;
}

.three_news_link {
  display: flex;
  align-items: center;
}

.three_news_text {
  width: 64%;
  padding: 0 30px 0 0;
}

.three_news_text h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #171F27;
}

.three_news_text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-top: 4px;
  color: #171F27;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.three_news_img {
  display: flex;
}

/*four*/

.four {
  position: relative;
  height: 800px;
  padding: 80px 0 0 0;
  background: #F2F6F9;
}

.four_absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
}

.four_absolute img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 100%;
}

.four_zindex {
  position: relative;
  z-index: 1;
}

.four_slayder {
  max-width: 970px;
  margin: 0 auto;
}

.four_border {
  padding: 40px 60px 0 60px;
  position: relative;
}

.four_border p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.four_border h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 20px;
  text-align: center;
  margin-top: 30px;
}

.four_quote {
  position: absolute;
  top: 17px;
  left: 0;
}

.four_quote2 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.four_slayder_navigation {
  display: flex;
  justify-content: center;
  padding: 60px 0 0 0;
}

.four_slayder_navigation_block {
  margin: 0 20px 0 0;
}

.four_slayder_navigation_block:last-child {
  margin: 0;
}

/*five*/

.five {
  padding: 80px 0 90px 0;
  background: url(../images/five.png) 50% 0 no-repeat;
}

.five_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 27px -5px 0 -5px;
}

.five_block {
  padding: 10px 5px 0 5px;
}

.five_block:nth-child(5n+1), .five_block:nth-child(5n+2) {
  width: 50%;
}

.five_block:nth-child(5n+3) {
  width: 25%;
}

.five_block:nth-child(4) {
  width: 50%;
}

.five_block:nth-child(5) {
  width: 25%;
}

.five_block:nth-child(7n+1){
    width:50%;
}

.five_block:nth-child(7n+2){
    width:25%;
}

.five_block:nth-child(7n+3){
    width:25%;
}

.five_block:nth-child(7n+4){
    width:50%;
}

.five_block:nth-child(7n+5){
    width:25%;
}

.five_block:nth-child(7n+6){
    width:25%;
}

.five_block:nth-child(7n){
    width:25%;
}

.five_link {
  display: block;
  position: relative;
  height: 640px;
}

.five_img {
  height: 100%;
  display: flex;
  position: relative;
}

.five_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.five_img:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s;
  background: linear-gradient(180deg, rgba(23, 31, 39, 0) 50.67%, rgba(23, 31, 39, 0.2) 74.67%, rgba(23, 31, 39, 0.8) 100%);
}

.five_border {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 100px 30px 50px;
  transition: 0.3s;
  z-index: 1;
}

.five_border:before {
  position: absolute;
  content: '';
  background: url(../images/two_border.svg) 0 0 no-repeat;
  width: 50px;
  height: 12px;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  opacity: 0;
}

.five_border h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
}

.five_link:hover {
  box-shadow: 0px 30px 60px 0px #0C0C0D1A;
}

.five_link:hover .five_border {
  background: #06385ECC;
}

.five_link:hover .five_img:before {
  opacity: 0;
}

.five_link:hover .five_border:before {
  opacity: 1;
}

.five_inner_block {
  padding: 0 0 10px 0;
}

.five_inner_block:last-child {
  padding: 0;
}

.five_link_ht {
  height: 315px;
}

/*six*/

.six {
  padding: 80px 0 70px 0;
  background: #F2F6F9;
}

.six_wrap {
  max-width: 1540px;
  margin: 0 auto;
  display: flex;
}

.six h2 {
  text-align: left;
}

.six_block {
  width: 50%;
  margin: 0 40px 0 0;
}

.six_block:last-child {
  margin: 0;
}

.six_inner {
  display: flex;
  padding: 30px 0 0 0;
}

.six_inner_block {
  width: 50%;
  margin: 0 30px 0 0;
}

.six_inner_block:last-child {
  margin: 0;
}

/*
.six_inner ul li {
  display: flex;
}
*/

.six_inner ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.six_inner ul li a {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #171F27;
  margin: 0 -10px 0 -10px;
  padding: 4px 10px;
  border-radius: 15px;
  display: inline-block;
}

.six_inner ul li a:hover {
  background: #24567C;
  color: #fff;
}

/*seven*/

.seven {
  padding: 90px 0;
}

.seven_wrap {
  align-items: flex-end;
  display: flex;
  max-width: 1540px;
  margin: 0 auto;
}

.seven_block {
  width: 47.5%;
  margin: 0 40px 0 0;
}

.seven_block:last-child {
  margin: 0;
  width: 52.5%;
}

.seven h2 {
  text-align: left;
}

.seven p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-top: 20px;
}

.seven h3 {
  margin-top: 38px;
  font-weight: 400;
  font-size: 32px;
  line-height: 30px;
}

.seven h3 span {
  font-family: 'Marianna';
  font-weight: 400;
  font-size: 64px;
  line-height: 30px;
  margin: 0 0 0 30px;
  color: #06385E;
}

.seven_relative {
  padding: 0 0 0 30px;
  position: relative;
}

.seven_img {
  display: flex;
}

.seven_absolute {
  background: url(../images/seven_absolute.svg) 0 0 no-repeat;
  width: 407px;
  height: 105px;
  bottom: 0;
  left: 0;
  position: absolute;
  padding: 39px 0 0 40px;
}

.seven_absolute h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 20px;
  color: #fff;
}

.seven_absolute h4 span {
  font-weight: 400;
  color: #FFFFFF99;
}

.seven_absolute h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-top: 5px;
}

/*eight*/

.eight {
  overflow: hidden;
  padding: 90px 0;
  position: relative;
}

.eight:before {
  position: absolute;
  content: '';
  width: 47%;
  left: 0;
  top: 0;
  bottom: 0;
  background: #F2F6F9;
}

.eight h2 {
  text-align: left;
}

.eight_wrap {
  display: flex;
  position: relative;
  z-index: 1;
  max-width: 1540px;
  margin: 0 auto;
}

.eight_block {
  width: 51%;
  margin: 0 160px 0 0;
}

.eight_block:last-child {
  margin: 0;
  width: 49%;
}

.eight_about_img {
  display: flex;
  margin: 37px 0 24px 0;
}

.eight_about p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #171F27CC;
}

.eight_about a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  width: 131px;
  height: 40px;
  border-radius: 30px;
  border: 1px solid rgba(6, 56, 94, 0.15);
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  color: #171F27;
  text-transform: uppercase;
}

.eight_about a:hover {
  background: #06385E;
  color: #fff;
}

.eight_team_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.eight_team_navigation {
  display: flex;
}

.eight_team_navigation_block {
  margin: 0 20px 0 0;
}

.eight_team_navigation_block:last-child {
  margin: 0;
}

.eight_team_navigation_block button {
  display: flex;
}

.eight_team_main {
  padding: 35px 0 0 0;
}

.eight_team_main_info h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 20px;
}

.eight_team_main_info h3 span {
  font-weight: 400;
  color: #06385E80;
  margin: 0 0 0 10px;
}

.eight_team_main_info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-top: 13px;
}

.eight_team_main_info ul {
  display: flex;
  padding: 13px 0 0 0;
}

.eight_team_main_info ul li {
  display: flex;
  padding: 0 30px 0 0;
}

.eight_team_main_info ul li:last-child {
  padding: 0;
}

.eight_team_main_info ul li a {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #06385E;
  text-transform: uppercase;
}

.eight_team_main_info ul li a img {
  margin: 0 6px 0 0;
}

.eight_team_main_info ul li a:hover {
  text-decoration: underline;
}

.eight_team_slayder {
  padding: 37px 0 0 0;
}

.eight_team_thumb_img {

  display: flex;
}

.eight_team_thumb_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eight_team_thumb {
  margin: 0 -190px 0 0;
  height: 230px;
}

/*.team_dots .slick-current {
  z-index: 9999
}*/

.team_dots .slick-slide .eight_team_thumb_img {
  width: 165px !important;
  filter: grayscale(1);
  opacity: 0.5;
  height: 200px;
}

.team_dots .slick-current .eight_team_thumb_img {
  width: 190px !important;
  height: 230px;
  filter: grayscale(0);
  opacity: 1;
  z-index: 99 !important;
  position: relative;
}

.js-swiper-team-thumbs .swiper-wrapper {
  align-items: center;
  
}

.js-swiper-team-thumbs {
  padding: 0 10% 0 0 !important;
}

.team_dots .slick-list, .team_dots .slick-track{
  display: flex;
  align-items: center
}

/*footer*/

.footer_container {
  max-width: 1580px;
}

.footer_black {
  background: #171F27;
  padding: 50px 0 60px 0;
}

.footer_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_logo a {
  display: flex;
}

.footer_subscribe {
  padding: 0 0 0 70px;
  position: relative;
}

.footer_subscribe_input {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  margin: 0 0 0 0;
  width: 410px; 
  padding: 0 140px 0 50px;
  height: 50px; 
  background: rgba(255, 255, 255, 0.1) url(../images/footer_subscribe_input.svg) 25px 50% no-repeat;
  box-sizing: border-box;
  border-radius: 30px;
}


.footer_subscribe_input::-webkit-input-placeholder {
  opacity: 0.5;
 color: #fff;
}

.footer_subscribe_input::-moz-placeholder {
  opacity: 0.5;
  color: #fff;
}

.footer_subscribe_input:-ms-input-placeholder {
  opacity: 0.5;
  color: #fff;
}

.footer_subscribe_input::placeholder {
  opacity: 0.5;
  color: #fff;
}

.footer_left {
  display: flex;
  align-items: center;
}

.footer_subscribe button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 130px;
  height: 40px;
  background: #117536;
  border-radius: 30px;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
}

.footer_subscribe button:hover {
  background: #06385E;
}

.footer_nav ul {
  display: flex;
}

.footer_nav ul li {
  display: flex;
  padding: 0 35px 0 0;
}

.footer_nav ul li:last-child {
  padding: 0;
}

.footer_nav ul li a {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  color: #fff;
  position: relative;
  text-transform: uppercase;
}

.footer_nav ul li a:before {
  position: absolute;
  content: '';
  height: 2px;
  left: 0;
  bottom: -6px;
  width: 0;
  transition: 0.3s;
  background: #fff;
}

.footer_nav ul li a:hover:before {
  width: 100%;
}

.footer_white {
  padding: 37px 0 35px 0;
}

.footer_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_white p {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}

.footer_dok ul {
  display: flex;
}

.footer_dok ul li {
  display: flex;
  padding: 0 35px 0 0;
}

.footer_dok ul li:last-child {
  padding: 0;
}

.footer_dok ul li a {
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #171F27;
}

.footer_dok ul li a:hover {
  text-decoration: underline;
}

.footer_white p a {
  margin: 0 0 0 5px;
  color: #06385E;
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}

.footer_white p a:hover {
  text-decoration: underline;
}


.scroll-btn {
  display: flex;
  align-items: center;
  justify-content: center;
    position: fixed;
    bottom: -110px; /* Start off-screen */
    right: 50px;
    background: #06385E;
    width: 80px;
    height: 80px;
    color: white;
    z-index: 3;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 30px 60px 0px #0C0C0D1A;
}

.scroll-btn.show {
    bottom: 100px; /* Move button into view */
}

.scroll-btn:hover {
  background: #117536;
}

.chat_fixed {
  transform-origin: 0 0;
  transform: rotate(-90deg) scale(1, 1);
  width: 198px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  background: #117536;
  box-shadow: 0px 30px 60px 0px #0C0C0D1A;
  border-radius: 5px 5px 0 0;
  position: fixed;
  right: -128px;
  bottom: 250px;
  z-index: 3;
}

.chat_fixed img {
  margin: 0 12px 0 0;
}

.chat_fixed:hover {
  background: #06385E;
}

/*species*/

.header_bg {
  background: #F2F6F9;
}

.header_bg .header_logo {
  opacity: 1;
}

.header_bg .header_nav_link {
  color: #171F27;
}

.header_bg .header_nav_search svg path {
  fill: #171F27;
}

.header_bg .lang_arrow svg path {
  fill: #171F27;
}

.burger_fill i:nth-of-type(1) svg path {
  stroke: #171F27;
}


.seeds {
  padding: 116px 0 49px 0;
}

.seeds ul {
  display: flex;
}

.seeds ul li {
  display: flex;
  padding: 0 20px 0 0;
  position: relative;
}

.seeds ul li:last-child {
  padding: 0;
}

.seeds ul li:nth-child(1) a {
  width: 23px;
  margin: -3px 0 0 0;
  display: flex;
}

.seeds ul li a {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #171F27;
}

.seeds ul li:before {
  position: absolute;
  content: '|';
  font-size: 14px;
  line-height: 20px;
  color: #171F27;
  top: 0;
  right: 8px;
}

.seeds ul li:last-child:before {
  display: none;
}

.seeds ul li p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #171F2780;
}

.title_section h1 {
  font-weight: 700;
  font-size: 52px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
}

.species_w {
  padding: 45px 0 0 0;
}

.species_w_container {
  padding: 0;
  max-width: 100%;
}

.species_w_img {
  display: flex;
  height: 385px;
}

.species_w_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.species_w_wrap {
  max-width: 1540px;
  display: flex;
  margin: 0 auto;
}

.species_w_block {
  width: 55%; /*59%;*/
  margin: 0 70px 0 0;
}

.species_w_block:last-child {
  padding: 50px 120px 0 0;
  margin: 0;
  width: 41%;
}

.species_w_border {
  background: #F2F6F9;
  padding: 60px 110px 60px 120px;
}

.species_w p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: justify;
}

.species_w h3 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 20px;
  line-height: 26px;
}

.species_w h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
}

.species_w button {
  margin: 39px 0 0 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  width: 240px;
  height: 60px;
  border-radius: 30px;
  background: #117536;
  border: 1px solid #117536;
}

.species_w button:hover {
  background: none;
  color: #117536;
}

.species_w_pd {
  padding: 35px 0 16px 0;
}

.species_w_pd2 {
  padding: 24px 0 0 0;
}

.species_w_list li {
  padding: 0 0 30px 0;
  display: flex;
  align-items: flex-start;
}

.species_w_list li:last-child {
  padding: 0;
}

.species_w_icon {
  display: flex;
}

.species_w_list_text {
  padding: 8px 0 0 20px;
  width: 90%;
}

.species_w_list p {
  margin-top: 16px;
}

.pictures {
  padding: 80px 0 0 0;
}

.pictures_top {
  max-width: 1540px;
  /*padding: 0 120px;*/
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pictures_navigation {
  display: flex;
  gap: 20px;
}

/*
.pictures_navigation_block {
  margin: 0 20px 0 0;
}

.pictures_navigation_block:last-child {
  margin: 0;
}
*/
/*
.pictures_navigation_block button {
  width: 60px;
  height: 60px;
  background: rgba(23, 31, 39, 1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
*/

.pictures_navigation_block .videos_prev,
.pictures_navigation_block .videos_next,
.pictures_navigation_block .pictures_prev,
.pictures_navigation_block .pictures_next,
.pictures_navigation_block .news_prev,
.pictures_navigation_block .news_next {
  left: auto;
  /*transform: translateX(-50%);*/
  background: url(../images/eight_team_prev.svg) 50% 50% no-repeat;
  width: 80px;
  height: 12px;
  border-radius: 0;
  transition: 0.3s;
  display: block;
  top: -64px;
  bottom: auto;
  right: 250px;
  z-index: 2;
}

.pictures_navigation_block .videos_next,
.pictures_navigation_block .pictures_next,
.pictures_navigation_block .news_next {
  right: 150px;
  background: url(../images/eight_team_next.svg) 50% 50% no-repeat;
}

.pictures_salyder {
  padding: 37px 0 0 0;
}

.pictures_img {
  display: flex;
}

.pictures_navigation_mb {
  display: none;
}

.videos_video {
  
}

.video-section{
  text-align:center;
}

.position-relative {
  position:relative!important;
  position: relative !important;
  display: flex;
  height: 320px;
}

.position-relative:before {
  
}

.position-relative video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-btn {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align:center;
}

.video_bf {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #171F274D;
  transition: 0.3s;
}


.play-btn span {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #06385E;
  position: relative;
  transition: 0.3s;
}

.play-btn:hover span {
  background: #117536;
}

.play-btn:hover .video_bf {
  opacity: 0;
}

.news {
  padding: 100px 0 0 0;
}

.news_border {
  max-width: 1540px;
  margin: 0 auto;
  padding: 80px 120px 90px 120px;
  background: #F2F6F9;
}

.news_link {
  display: block;
}

.news_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news_img {
  display: flex;
  height: 360px;
}

.news_img img {
  width: 100%;
  object-fit: contain;
  object-position: bottom;
  height: auto !important;
}
 
.news_data {
  display: flex;
  align-items: baseline;
  padding: 15px 15px;
  background: #117536;
}

.news_data h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #fff;
}

.news_data h5 {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #fff;
  margin: 0 10px 0 10px;
  text-transform: lowercase;
}

.news_data h6 {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF4D;
}

.news_link h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #171F27;
  margin-top: 20px;
}

.news_link p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #171F27;
  margin-top: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.modal {
  position: fixed;
  top: 0px;
  z-index: 21;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.js-modal {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.js-modal .modal__inner {
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.5s ease-in-out 0.1s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
.js-modal.is-open {
  visibility: visible;
  opacity: 1;
  overflow: auto;
}
.js-modal.is-open .modal__inner {
  opacity: 1;
  transform: translateY(0);
}

.js-modal.is-open:before {
  display: none;
}

.modal {
  background: rgba(23, 31, 39, 0.3);
}

body.is-open {
  overflow: hidden;
}

.modal-close-button {
  z-index: 1;
  position: absolute;
  top: 10px;
  right: 10px;
}

.modal-close-button button {
  display: flex;
}



.modal-border {
  position: relative;
  padding: 0 0 45px 0;
  max-width: 510px;
  margin: 100px auto 0 auto;
  background: #fff;
}

.modal_logo {
  display: flex;
  justify-content: center;
  padding: 10px 0 0 0;
  background: #06385E;
  height: 110px;
}

.modal_form {
  max-width: 410px;
  margin: 0 auto;
  padding: 30px 0 0 0;
}

.modal_form_input {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #171F27;
  margin: 10px 0 0 0;
  width: 100%; 
  padding: 0 30px;
  height: 50px; 
  background: #F2F6F9;
  border: 1px solid #F2F6F9;
  box-sizing: border-box;
  border-radius: 30px;
}


.modal_form_input::-webkit-input-placeholder {
  opacity: 0.5;
 color: #171F27;
}

.modal_form_input::-moz-placeholder {
  opacity: 0.5;
  color: #171F27;
}

.modal_form_input:-ms-input-placeholder {
  opacity: 0.5;
  color: #171F27;
}

.modal_form_input::placeholder {
  opacity: 0.5;
  color: #171F27;
}

.modal_form_input:hover {
  background: #fff;
  border: 1px solid #117536;
}

.modal_form_input:hover::placeholder {
  opacity: 1;
}

.modal_form_input:hover:-ms-input-placeholder {
  opacity: 1;
}

.modal_form_input:hover::-moz-placeholder {
  opacity: 1;
}

.modal_form_input:hover::-webkit-input-placeholder {
  opacity: 1;
}

.modal_form_input:focus {
  background: #fff;
  border: 1px solid #117536;
}

.modal_form_textarea {
  resize: none;
  border-radius: 20px;
  height: 100px;
  padding: 10px 30px;
}

.modal_form button {
  margin-top: 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background: #117536;
  border: 1px solid #117536;
}

.modal_form button:hover {
  background: none;
  color: #117536; 
}

.modal_form p {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  margin-top: 27px;
}

.modal_form p a {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: Auto;
  text-decoration-thickness: Auto;
  color: #06385E;
}

.modal_form p a:hover {
  text-decoration: none;
}

.photos_img {
  display: flex;
}

/*news*/

.news_html {
  padding: 45px 0 90px 0;
}

.news_html_nav {
  max-width: 1540px;
  margin: 0 auto;
  background: #F2F6F9;
  padding: 37px 0;
}

.news_html_nav ul {
  display: flex;
  justify-content: center;
}

.news_html_nav ul li {
  padding: 0 50px 0 0;
}

.news_html_nav ul li:last-child {
  padding: 0;
}

.news_html_nav ul li a {
  font-weight: 800;
  font-size: 20px;
  line-height: 26px;
  display: inline-block;
  opacity: 0.4;
  color: #171F27;
}

.news_html_nav ul li a.active {
  opacity: 1;
  position: relative;
}

.news_html_nav ul li a.active:before {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  background: #117536;
  height: 2px;
  bottom: -37px;
}

.news_html_wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 1320px;
  margin: 20px auto 0 auto;
}

.news_html_block {
  width: 25%;
  padding: 40px 15px 0 15px;
}

.pagination {
  max-width: 1540px;
  margin: 50px auto 0 auto;
  padding: 30px 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F2F6F9;
}

.pagination button {
  display: flex;
}

.pagination ul {
  display: flex;
}

.pagination ul li {
  display: flex;
  padding: 0 5px 0 0;
}

.pagination ul li:last-child {
  padding: 0;
}

.pagination ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-weight: 800;
  font-size: 20px;
  line-height: 26px;
  color: #171F27;
}

.pagination ul li a.active {
  background: #117536;
  color: #fff;
}

.pagination ul li p {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-weight: 800;
  font-size: 20px;
  line-height: 26px;
  color: #171F27;
  opacity: 0.4;
}

/*news_page*/

.news_page {
  padding: 45px 0 0 0;
}

.news_page_border {
  max-width: 1290px;
  margin: 0 auto;
  padding: 60px 220px 60px 80px;
  background: #F2F6F9;
  position: relative;
}

.news_page p {
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
}

.news_page_data {
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  height: 140px;
  padding: 30px 0 0 0;
  background: #117536;
}

.news_page_data h3 {
  font-weight: 400;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
}

.news_page_data h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin-top: 2px;
  text-transform: lowercase;
}

.news_page_data h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF4D;
  margin-top: 1px;
}

.news_page_gallery {
  padding: 50px 0 0 0;
}

.news_page_gallery_wrap {
  display: flex;
  margin: 0 -5px;
  flex-wrap: wrap;
}

.news_page_gallery_block {
  padding: 10px 5px 0 5px;
}

.news_page_gallery_block:nth-child(1), .news_page_gallery_block:nth-child(2),
.news_page_gallery_block:nth-child(3), .news_page_gallery_block:nth-child(8),
.news_page_gallery_block:nth-child(9),.news_page_gallery_block:nth-child(10),
.news_page_gallery_block:nth-child(15), .news_page_gallery_block:nth-child(16),
.news_page_gallery_block:nth-child(17), .news_page_gallery_block:nth-child(22),
.news_page_gallery_block:nth-child(23), .news_page_gallery_block:nth-child(24) {
  width: 33.3333333%;
}

.news_page_gallery_block:nth-child(4), .news_page_gallery_block:nth-child(5),
.news_page_gallery_block:nth-child(6), .news_page_gallery_block:nth-child(7),
.news_page_gallery_block:nth-child(11), .news_page_gallery_block:nth-child(12),
.news_page_gallery_block:nth-child(13), .news_page_gallery_block:nth-child(14),
.news_page_gallery_block:nth-child(18), .news_page_gallery_block:nth-child(19),
.news_page_gallery_block:nth-child(20), .news_page_gallery_block:nth-child(21),
.news_page_gallery_block:nth-child(25), .news_page_gallery_block:nth-child(26),
.news_page_gallery_block:nth-child(27), .news_page_gallery_block:nth-child(28) {
  width: 25%;
}

.news_page_gallery_img {
  height: 100%;
  display: flex;
}

.news_page_gallery_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.header_nav {
  position: relative;
}

.search-dropdown {
  transform: translateY(-50%);
  overflow: hidden;
    position: absolute;
    top: 50%;
    right: 0; /* Initially hidden off-screen */
    width: 0;
    height: auto;
    /*background-color: #fff;*/
    transition: 0.3s ease-in-out;
    z-index: 1000;
}

.search-dropdown.open {
  overflow: auto;
  width: 320px;
   right: 0; /* Slide in from the right */
}

.search-box {
    /*display: flex;*/
    padding: 0 60px 0 0;
    position: relative;
}


.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #06385E;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}


.search_input {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #171F27;
  margin: 0 0 0 0;
  width: 100%; 
  padding: 0 140px 0 30px;
  height: 50px; 
  background: rgba(255, 255, 255, 1);
  box-sizing: border-box;
  border-radius: 30px;
}


.search_input::-webkit-input-placeholder {
  opacity: 0.5;
 color: #171F27;
}

.search_input::-moz-placeholder {
  opacity: 0.5;
  color: #171F27;
}

.search_input:-ms-input-placeholder {
  opacity: 0.5;
  color: #171F27;
}

.search_input::placeholder {
  opacity: 0.5;
  color: #171F27;
}

.search_block {
  position: relative;
}

.sticky .search_input {
  border: 1px solid #171F27;
}

.search_block button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 130px;
  height: 40px;
  background: #117536;
  border-radius: 30px;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
}

.search_block button:hover {
  background: #06385E;
}
.search__page {
	margin: 150px 0px;
} 
.search__title{
	font-weight: 400;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #171F27;
	transition:all .3s;
} 
.search__title:hover{
	color:#117536;
}
.search__page .page-title{
	font-size:32px;
}

.search__page .page-title span{
	font-weight:700;
}
.search__box{
	
}
.accordion {
  width: 100%;
  margin: 0 0 0 0;
}

.accordion .link {
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 700;
  font-size: 16px;
  line-height: 50px;
  color: #171F27;
  text-transform: uppercase;
}

.accordion .link svg {
  margin: 0 0 0 5px;
  transition: 0.3s;
}

.accordion li {
  display: block !important;
}


.accordion li.open .link svg {
  transform: rotate(180deg);
}

.burger_content {
  padding: 0 0 10px 0;
  display: none;
}

.burger_content ul li {
  display: flex !important;
  justify-content: center;
}

.news_page_gallery_block_lists img {
  height: 450px;
  max-height: 32vw;
}

.news_page_gallery_block_lists {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.all_news_button {
  text-align: center;
  margin-top: 20px;
}

.all_news_button a {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #171F27;
}

.all_news_button img {
  margin-left: 15px;
}

.species-category .space-repalive {
	max-height: 320px;
}

@media screen and (min-width: 1500px) {
	.species-category .space-repalive {
		max-height: 370px;
	}
}

@media screen and (min-width: 1600px) {
	.species-category .space-repalive {
		max-height: 400px;
	}
}

.modal_logo img {
	max-width: 140px;
	object-fit: contain;
}

/* contacts */
.contacts_w {
  padding: 45px 0 0 0;
}

.contacts_w_wrap {
  max-width: 1540px;
  display: flex;
  margin: 0 auto;
}

.contacts_w_block {
  width: 50%;
  margin: 0 70px 0 0;
}

.contacts_w_block:last-child {
  padding: 0;
  margin: 0;
  width: 50%;
}

.contacts_w_border {
  background: #F2F6F9;
  padding: 60px 110px 60px 120px;
}

.contacts_w p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: justify;
}

.contacts_w h3 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 20px;
  line-height: 26px;
}

.contacts_w h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
}

.contacts_w button {
  margin: 39px 0 0 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  width: 240px;
  height: 60px;
  border-radius: 30px;
  background: #117536;
  border: 1px solid #117536;
}

.contacts_w button:hover {
  background: none;
  color: #117536;
}

.contacts_w .map_canvas {
 overflow: hidden;
 height: 100%;
 width: 100%;
 min-height: 350px;
}

.contacts_w .map_canvas iframe {
 height: 100%;
 width: 100%;
}