/* @import url(../../../node_modules/normalize.css/normalize.css); */
/* @import url(../../../node_modules/@fancyapps/fancybox/dist/jquery.fancybox.min.css); */
/* @import url(../../../node_modules/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.css); */
/* @import url(../../../node_modules/jquery-nice-select/css/nice-select.css); */
*,
:after,
:before,
a,
button,
div,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
span,
ul {
  -webkit-tap-highlight-color: transparent;
}
@font-face {
  font-family: 'Bicubik';
  src: url(/local/templates/kokon/fonts/bicubik-regular.ttf);
}
@font-face {
  font-family: 'Commissioner';
  src: url(/local/templates/kokon/fonts/commissioner-regular.ttf);
}

* {
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a,
button,
span {
  display: inline-block;
}

input,
textarea {
  display: block;
  width: 100%;
}

table {
  width: 100%;
  border-collapse: collapse;
}

a {
  background-color: transparent;
  text-decoration: none;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

a,
button {
  outline: 0;
  cursor: pointer;
}

li {
  list-style: none;
}

button {
  background: 0 0;
  border: none;
}

a,
button,
input,
textarea {
  color: #000;
  font-weight: inherit;
  -webkit-appearance: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

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

textarea {
  resize: none;
  outline: 0;
  border: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: 0 0;
}

input {
  outline: 0;
  border: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: 0 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
  display: inline-block;
}

input[type='search']::-webkit-search-cancel-button {
  background: 0 0;
  display: none;
}

.text-align-left {
  text-align: left;
}

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

.text-align-right {
  text-align: right;
}

.full-img img {
  width: 100%;
}

figure {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 5px;
  font-size: 0.75em;
  opacity: 0.8;
}

[hidden] {
  display: none !important;
}

.img-full {
  width: 100%;
}

.clearfix:after {
  content: '';
  clear: both;
  display: block;
}

h1,
.h1 {
  margin: 0;
  font-weight: 600;
  font-size: 64px;
  line-height: 112%;
  color: #1a1b1b;
  text-align: left;
  margin-bottom: 32px;
}
@media (max-width: 1190px) {
  h1,
  .h1 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (max-width: 576px) {
  h1,
  .h1 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 10px;
  }
}

h2,
.h2 {
  margin: 0;
  font-weight: 600;
  font-size: 32px;
  line-height: 125%;
  color: #1a1b1b;
  margin-bottom: 32px;
}
@media (max-width: 576px) {
  h2,
  .h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

h3,
.h3 {
  margin: 0;
  font-weight: 600;
  font-size: 28px;
  line-height: 128%;
  color: #1b1e24;
}

h4,
.h4 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
}

h5,
.h5 {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #1b1e24;
}

h6,
.h6 {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #1b1e24;
}

* a,
input,
textarea,
label,
button {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

body {
  font-family: 'Commissioner', sans-serif;
  color: #000;
  font-style: normal;
  font-weight: normal;
  background: #f1f0ec;
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 735px) {
  body body {
    font-size: 14px;
  }
}

.wrapper {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

header {
  width: 100%;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -moz-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: block;
}

footer {
  margin: auto auto 0 auto;
  width: 100%;
}

.container,
.container-fluid {
  width: 100%;
  margin: 0 auto;
  padding: 0 130px;
  z-index: 2;
}
@media (max-width: 1420px) {
  .container,
  .container-fluid {
    padding: 0 98px;
  }
}
@media (max-width: 1190px) {
  .container,
  .container-fluid {
    padding: 0 78px;
  }
}
@media (max-width: 1023px) {
  .container,
  .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 576px) {
  .container,
  .container-fluid {
    padding: 0 15px;
  }
}

.container {
  max-width: 1728px;
}

.container-fluid {
  max-width: 1920px;
}

input::-webkit-input-placeholder {
  color: #000;
}

input::-moz-placeholder {
  color: #000;
}

input:-moz-placeholder {
  color: #000;
}

input:-ms-input-placeholder {
  color: #000;
}

textarea::-webkit-input-placeholder {
  color: #000;
}

textarea::-moz-placeholder {
  color: #000;
}

textarea:-moz-placeholder {
  color: #000;
}

textarea:-ms-input-placeholder {
  color: #000;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

input:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

input:focus:-moz-placeholder {
  color: transparent;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

input:focus:-ms-input-placeholder {
  color: transparent;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

textarea:focus::-moz-placeholder {
  color: transparent;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

textarea:focus:-moz-placeholder {
  color: transparent;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*modal*/
.modal {
  display: none;
  max-width: 100%;
  background-color: #fff;
  overflow: visible;
}

.modal,
.modal > * {
  -webkit-transform: translateY(150px);
  -moz-transform: translateY(150px);
  -ms-transform: translateY(150px);
  -o-transform: translateY(150px);
  transform: translateY(150px);
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s,
    -o-transform 0.5s;
}
.fancybox-active {
  overflow: hidden;
}
.fancybox-slide--current .modal,
.fancybox-slide--current .modal > * {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.header {
  font-family: 'Nunito', sans-serif;
  background: #476c5e;
  padding: 48px 0;
  position: relative;
  z-index: 10;
}
.header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .logo {
  width: 100px;
  height: 78px;
}
.header .logo img {
  max-width: 100%;
  max-height: 100%;
}
.header .wrap-nav {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.header .menu {
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header .menu-item {
  margin-right: 18px;
}
.header .menu-item a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding: 8px 0;
}
.header .menu-item a:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  height: 2px;
  background: #ffffff;
  width: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.header .menu-item a:hover:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.header .menu-item:last-child {
  margin-right: 0;
}

.overlay {
  display: none;
}

.open-nav {
  width: 36px;
  height: 36px;
  padding: 9px 6px;
  display: none;
}
.open-nav:hover .line {
  background: #1a1b1b;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.open-nav .line {
  display: block;
  width: 24px;
  height: 2px;
  background: #ffffff;
  margin-bottom: 6px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.open-nav .line:last-child {
  margin-bottom: 0;
}

.close-nav {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 99px;
  top: 63px;
  display: none;
}
.close-nav .line {
  width: 24px;
  height: 2px;
  background: #1a1b1b;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.close-nav .line:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-nav .line:last-child {
  -webkit-transform: rotate(-45deg) translateY(-13px) translateX(12.6px);
  -moz-transform: rotate(-45deg) translateY(-13px) translateX(12.6px);
  -ms-transform: rotate(-45deg) translateY(-13px) translateX(12.6px);
  -o-transform: rotate(-45deg) translateY(-13px) translateX(12.6px);
  transform: rotate(-45deg) translateY(-13px) translateX(12.6px);
}
.close-nav:hover .line {
  background: #476c5e;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
/*max-width: 1420px*/
@media (max-width: 1590px) {
  .close-nav {
    display: block;
  }
  .overlay {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
    background: rgba(26, 27, 27, 0.4);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .overlay.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .header .menu-item a:after {
    background: #1a1b1b;
  }
  .open-nav {
    display: block;
    margin-left: auto;
  }
  .header .wrap-nav {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    position: fixed;
    right: 0;
    top: 0;
    width: 374px;
    height: 100vh;
    overflow-y: auto;
    z-index: 9999;
    background: #ffffff;
    padding: 120px 98px 64px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header .wrap-nav.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .header .wrap-nav .btn-secondary {
    width: 100%;
    margin-top: auto;
  }
  .header .menu {
    padding: 0;
    margin-bottom: 10px;
    display: block;
  }
  .header .menu-item {
    margin-bottom: 6px;
  }
  .header .menu-item:last-child {
    margin-bottom: 0;
  }
  .header .menu-item a {
    color: #1a1b1b;
    font-size: 16px;
    line-height: 24px;
    padding: 5px 0;
  }
  .header {
    padding: 42px 0;
  }
}

@media (max-width: 1190px) {
  .close-nav {
    right: 79px;
  }
  .header .wrap-nav {
    width: 300px;
    padding-right: 78px;
  }
}

@media (max-width: 1023px) {
  .header .wrap-nav {
    width: 393px;
    padding-right: 28px;
  }
  .close-nav {
    top: 59px;
    right: 29px;
  }
}

@media (max-width: 576px) {
  .header .wrap-nav {
    width: 100%;
    max-width: 375px;
    padding: 100px 16px 32px 16px;
  }
  .header {
    padding: 24px 0;
  }
}

.footer {
  font-family: 'Nunito', sans-serif;
  background: #476c5e;
}
.footer .logo {
  width: 130px;
  height: 101px;
  margin-bottom: 24px;
}
.footer .logo img {
  width: 100%;
  height: 100%;
}
.footer__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 64px 71px 52px 0;
}

.footer__brands {
  margin-right: 93px;
  max-width: 280px;
}
.footer__brands p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}
.footer .wrap-nav {
  margin-right: 30px;
}
.footer .menu {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 150px;
  -moz-column-gap: 150px;
  column-gap: 150px;
}
.footer .menu-item {
  margin-bottom: 8px;
}
.footer .menu-item a {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
}
.footer .menu-item a:hover {
  color: white;
}
.footer__info {
  margin-left: auto;
  max-width: 280px;
}
.footer__info p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 16px;
}
.footer__info p a {
  font-weight: 400;
  -webkit-text-decoration-line: underline;
  -moz-text-decoration-line: underline;
  text-decoration-line: underline;
  margin-bottom: 0;
}
.footer__info p a:hover {
  text-decoration: none;
}
.footer__info a {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 16px;
}
.footer__info a:hover {
  opacity: 0.5;
}
/* ------------------------------------------------Logo triada------------------------- */
.triada {
  display: flex;
  justify-content: flex-end;
  line-height: 120%;
  font-size: 14px;
  font-family: Commissioner;
}
.triada__wrapper {
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
  filter: grayscale(100%);
}
.triada__wrapper:hover {
  filter: grayscale(0);
}
.triada__names {
  display: flex;
  flex-direction: column;
}
.triada__name {
  color: rgb(255, 255, 255);
}
.triada__name:last-child {
  font-family: Bicubik;
}
/* ------------------------------------------------Logo triada------------------------- */
.footer__note {
  z-index: 2;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.7);
  padding: 13px 0;
}
.footer__note a {
  color: #ffffff;
  text-decoration: underline;
}
.footer__note a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.footer__note:before {
  content: '';
  display: block;
  position: absolute;
  left: -2000px;
  top: 0;
  right: -2000px;
  bottom: 0;
  background: #385b4b;
  z-index: -1;
}

@media (max-width: 1640px) {
  .footer__brands {
    margin-right: 120px;
  }
  .footer .menu {
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
  }
  .footer__wrapper {
    padding-right: 0;
  }
}

@media (max-width: 1190px) {
  .footer__brands {
    margin-right: 20px;
  }
  .footer .menu {
    -webkit-column-gap: 47px;
    -moz-column-gap: 47px;
    column-gap: 47px;
  }
}

@media (max-width: 1023px) {
  .footer__wrapper {
    padding: 36px 0 28px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__info {
    max-width: 100%;
    width: 100%;
    margin-top: 42px;
  }
  .footer .wrap-nav {
    margin-left: auto;
    margin-right: 0;
    padding-right: 50px;
  }
  .footer__info p:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 680px) {
  .footer__info {
    padding-right: 10px;
  }
  .footer__wrapper {
    display: block;
  }
  .footer .wrap-nav {
    margin: 22px 0;
  }
  .footer__note {
    padding: 24px 0;
  }
  .footer__note a {
    margin-top: 6px;
  }
  .footer .menu {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}

.homescreen {
  padding-top: 12px;
}
.homescreen h1 {
  text-align: center;
  color: #ffffff;
  margin-bottom: 55px;
}
.homescreen:before {
  content: '';
  display: block;
  position: absolute;
  left: -2000px;
  top: -2000px;
  right: -2000px;
  bottom: 43.5%;
  background: #476c5e;
}
.homescreen__img {
  position: relative;
  z-index: 2;
}
.homescreen__img:before {
  content: '';
  display: block;
  padding-top: 39%;
}
.homescreen__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1640px) {
  .homescreen:before {
    bottom: 39.5%;
  }
}

@media (max-width: 1420px) {
  .homescreen h1 {
    margin-bottom: 88px;
    font-size: 48px;
    line-height: 56px;
  }
  .homescreen__img:before {
    padding-top: 35.6%;
  }
  .homescreen:before {
    bottom: 34.5%;
  }
}

@media (max-width: 1023px) {
  .homescreen h1 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 58px;
  }
  .homescreen__img:before {
    padding-top: 38.6%;
  }
}

@media (max-width: 576px) {
  .homescreen h1 {
    text-align: left;
    margin-bottom: 49px;
  }
  .homescreen__img:before {
    padding-top: 48.6%;
  }
  .homescreen__img:before {
    padding-top: 89%;
  }
  .homescreen:before {
    bottom: 39.5%;
  }
}

.about-block__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-block__item {
  width: 25%;
  padding: 87px 30px 80px 34px;
  background: #ffffff;
}
.about-block__item:first-child {
  background: #476c5e;
}
.about-block__item:nth-child(2) {
  background: #385b4b;
}
.about-block__item:nth-child(3) {
  background: #c5be9c;
}
.about-block__item:last-child .about-block__text .h4 {
  color: #1a1b1b;
}
.about-block__item:last-child .about-block__text p {
  color: #1a1b1b;
}

.about-block__icon {
  width: 108px;
  margin-bottom: 45px;
  height: 108px;
}
.about-block__icon img {
  max-height: 100%;
  max-width: 100%;
}

.about-block__text .h4 {
  margin-bottom: 16px;
  color: #ffffff;
}

.about-block__text p {
  color: rgba(255, 255, 255, 0.7);
}

.about-block__text-black .h4 {
  color: #1a1b1b;
}

.about-block__text-black p {
  color: rgba(26, 27, 27, 0.7);
}

.about .about-block__item {
  padding: 47px 43px 42px 50px;
}

.about .why-block__item {
  padding-bottom: 38px;
}

@media (max-width: 1440px) {
  .about-block__text {
    width: 270px;
  }
  .about-block__item {
    width: 23%;
    padding-bottom: 83px;
  }
  .about-block__item:last-child {
    width: 31%;
  }
  .about-block__item:last-child .about-block__text {
    width: auto;
  }
}

@media (max-width: 1420px) {
  .about-block__wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-block__item {
    width: 50%;
  }
  .about-block__item:last-child {
    width: 50%;
  }
}

@media (max-width: 576px) {
  .about-block__wrapper {
    display: block;
  }
  .about-block__item {
    width: 100%;
  }
  .about-block__item:last-child {
    width: 100%;
  }
}

.why-block__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}

.why-block__item {
  width: -webkit-calc(25% - 20px);
  width: -moz-calc(25% - 20px);
  width: calc(25% - 20px);
  margin: 10px;
  padding: 40px 32px 56px 32px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.why-block__icon {
  width: 64px;
  margin-bottom: 18px;
}
.why-block__icon img {
  max-width: 100%;
  max-height: 100%;
}

.why-block__text .h4 {
  color: #1a1b1b;
  margin-bottom: 24px;
}

.why-block__text p {
  color: #1a1b1b;
}

.why-block__text ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: #1a1b1b;
  padding-left: 20px;
}
.why-block__text ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: 7px;
  top: 11px;
  width: 3px;
  height: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #1a1b1b;
}

@media (max-width: 1640px) {
  .why-block__item {
    padding: 40px 30px 30px 32px;
  }
}

@media (max-width: 1420px) and (min-width: 681px) {
  .why-block__item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about .why-block__item {
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 40px;
  }
}

@media (max-width: 1190px) {
  .about .why-block__item {
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 40px;
  }
  .why-block__item {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 10px;
  }
}

@media (max-width: 680px) {
  .why-block__item {
    width: -webkit-calc(50% - 25px);
    width: -moz-calc(50% - 25px);
    width: calc(50% - 25px);
  }
  .about .why-block__wrapper {
    display: block;
    margin: 0;
  }
  .about .why-block__item {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .about .why-block__item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .why-block__item {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .why-block__item:last-child {
    margin-bottom: 0;
  }
  .why-block__wrapper {
    display: block;
    margin: 0;
  }
}

.news-block__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -24px -10px;
}

.news-block__item {
  overflow: hidden;
  width: -webkit-calc(25% - 20px);
  width: -moz-calc(25% - 20px);
  width: calc(25% - 20px);
  margin: 24px 10px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-block__item.news-block__item-no-img .news-block__text .h4 {
  -webkit-line-clamp: 10;
  margin-bottom: 12px;
}
.news-block__item.news-block__item-no-img .news-block__text p {
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.news-block__item:hover .news-block__img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.news-block__item:hover .news-block__text .h6 {
  color: #476c5e;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.news-block__item:hover .news-block__text .h4 {
  color: #476c5e;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.news-block__item:hover .link-stretch {
  color: #476c5e;
}

.news-block__img {
  width: 100%;
  overflow: hidden;
}
.news-block__img:before {
  content: '';
  display: block;
  padding-top: 71%;
}
.news-block__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.news-block__text {
  padding: 23px 32px 24px 32px;
  position: static;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.news-block__text .h4 {
  color: #1a1b1b;
  margin-bottom: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-block__text .h6 {
  color: #1a1b1b;
  margin-bottom: 25px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-block__text p {
  font-size: 14px;
  line-height: 171%;
  color: #1a1b1b;
  margin-bottom: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-block__text .link-stretch {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #1a1b1b;
  margin-top: auto;
}
.news-block__text .link-stretch span {
  color: rgba(26, 27, 27, 0.7);
  margin-right: 8px;
}
.news-block__text .link-stretch:before {
  content: '';
  display: block;
  position: absolute;
  left: -200px;
  top: -1000px;
  right: -1000px;
  bottom: -200px;
}
.news-block__text .link-stretch:after {
  display: block;
  content: '';
  display: block;
  position: absolute;
  right: -15px;
  top: 10px;
  width: 5px;
  height: 8px;
  background: url('../img/icons/arrow-right.svg') no-repeat center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}

.news-block__date {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: rgba(26, 27, 27, 0.7);
  margin-bottom: 8px;
}

.news {
  padding-top: 8px;
}
.news .news-block__img:before {
  padding-top: 73%;
}
.news .news-block__text {
  padding: 33px 32px 32px 40px;
  min-height: 285px;
}
.news .news-block__item {
  width: -webkit-calc(33.3% - 20px);
  width: -moz-calc(33.3% - 20px);
  width: calc(33.3% - 20px);
}
.news-block__title-sm {
  margin-top: 15px;
}
.news-block__link {
  font-weight: 500;
  color: #000000;
  border-bottom: 1px solid #476c5e;
}
.news-block__link:hover {
  color: #476c5e;
}
/* .news-typography p:not([class]):not(:last-child){
  margin-bottom: 10px;
} */
@media (max-width: 1640px) {
  .news-block__img:before {
    padding-top: 91%;
  }
  .news-block__text {
    padding-bottom: 21px;
  }
  .news .news-block__img:before {
    padding-top: 91.5%;
  }
}

@media (max-width: 1420px) {
  .news .news-block__img:before {
    padding-top: 100%;
  }
}

@media (max-width: 1190px) {
  .news .news-block__img:before {
    padding-top: 92%;
  }
}

@media (max-width: 1023px) {
  .news .news-block__item {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .news .news-block__img:before {
    padding-top: 73%;
  }
}

@media (max-width: 992px) {
  .news-block__item {
    margin: 16px 10px;
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .news-block__wrapper {
    margin: -16px -10px;
  }
  .news-block__img:before {
    padding-top: 73%;
  }
}

@media (max-width: 680px) {
  .news .news-block__item {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .news .news-block__item:last-child {
    margin-bottom: 0;
  }
  .news-block__wrapper {
    display: block;
    margin: 0;
  }
}

@media (max-width: 576px) {
  .news-block__item {
    margin: 0 0 24px 0;
    width: 100%;
  }
  .news-block__item:last-child {
    margin-bottom: 0;
  }
  .news-block__wrapper {
    margin: 0;
    display: block;
  }
}

.members-block__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.members-block__scroll .mCSB_scrollTools .mCSB_draggerContainer {
  opacity: 0;
}

.members-block__scroll .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin: 0;
}

.members-block__item {
  background: #f1f0ec;
  margin-right: 70px;
  width: 150px;
  min-width: 150px;
  height: 75px;
}
.members-block__item img {
  mix-blend-mode: multiply;
  max-width: 100%;
  max-height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.members-block__item:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.form__body {
  max-width: 480px;
  padding: 39px 0;
}
.form__body h2 {
  margin-bottom: 16px;
}
.form__body p {
  font-size: 14px;
  line-height: 24px;
  color: rgba(26, 27, 27, 0.7);
  margin-bottom: 48px;
}
.form__body .btn-primary {
  margin-top: 40px;
}

.form__img {
  position: absolute;
  right: 0;
  top: 34px;
  width: 57%;
}
.form__img:before {
  content: '';
  display: block;
  padding-top: 65.5%;
}
.form__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.form-error {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #c32121;
  margin-top: 8px;
}

.form-group {
  margin-bottom: 7px;
}
.form-group.form-group-invalid .form-control {
  color: #c32121;
  -webkit-box-shadow: 0 1px 0 0 #c93b3a;
  -moz-box-shadow: 0 1px 0 0 #c93b3a;
  box-shadow: 0 1px 0 0 #c93b3a;
}
.form-group.form-group-invalid .form-control:focus {
  -webkit-box-shadow: 0 2px 0 0 #c32121;
  -moz-box-shadow: 0 2px 0 0 #c32121;
  box-shadow: 0 2px 0 0 #c32121;
}
.form-group.form-group-invalid .nice-select {
  -webkit-box-shadow: 0 1px 0 0 #c93b3a;
  -moz-box-shadow: 0 1px 0 0 #c93b3a;
  box-shadow: 0 1px 0 0 #c93b3a;
}
.form-group.form-group-invalid .nice-select:after {
  background: url('../img/icons/down-red.svg') no-repeat center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
.form-group.form-group-invalid .nice-select.open {
  color: #c32121;
  -webkit-box-shadow: 0 2px 0 0 #c32121;
  -moz-box-shadow: 0 2px 0 0 #c32121;
  box-shadow: 0 2px 0 0 #c32121;
}

.form-control {
  padding: 16px 16px 16px 0;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Nunito', sans-serif;
  color: #1a1b1b;
}
.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-control::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-control:focus {
  -webkit-box-shadow: 0 2px 0 0 #1a1b1b;
  -moz-box-shadow: 0 2px 0 0 #1a1b1b;
  box-shadow: 0 2px 0 0 #1a1b1b;
}

.form-checkbox {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.7);
  padding-left: 32px;
  display: block;
  margin-top: 16px;
  cursor: pointer;
}
.form-checkbox a {
  display: inline;
  color: #476c5e;
  text-decoration: underline;
}
.form-checkbox a:hover {
  text-decoration: none;
}
.form-checkbox input {
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: -1;
}

.form-check {
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.form-check:before {
  content: '';
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  width: 9px;
  height: 7px;
  background: url('../img/icons/check.svg') no-repeat center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.form-checkbox input:checked + .form-check {
  background-color: #476c5e;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #476c5e;
}
.form-checkbox input:checked + .form-check:before {
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.nice-select {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 16px 30px 16px 0;
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Nunito', sans-serif;
  color: rgba(0, 0, 0, 0.4);
  height: 54px;
  float: none;
}
.nice-select.open {
  color: #1a1b1b;
  -webkit-box-shadow: 0 2px 0 0 #1a1b1b;
  -moz-box-shadow: 0 2px 0 0 #1a1b1b;
  box-shadow: 0 2px 0 0 #1a1b1b;
}
.nice-select.open .list {
  max-height: 200px;
  overflow-y: auto;
}
.nice-select.open:after {
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  transform: scale(-1);
}
.nice-select:after {
  right: 7px;
  border: none;
  width: 9px;
  height: 5px;
  background: url('../img/icons/down.svg') no-repeat center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transform-origin: initial;
  -moz-transform-origin: initial;
  -ms-transform-origin: initial;
  -o-transform-origin: initial;
  transform-origin: initial;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  margin-top: -2px;
}

.nice-select .option {
  color: #1a1b1b;
}

.nice-select .list {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 1640px) {
  .form__body {
    max-width: 377px;
    padding: 14px 0 0 0;
  }
  .form__img {
    top: 40px;
    width: 57.6%;
  }
  .form__img:before {
    padding-top: 84.5%;
  }
}

@media (max-width: 1420px) {
  .form__body {
    max-width: 346px;
  }
  .form__img:before {
    display: none;
  }
  .form__img {
    bottom: 40px;
  }
}

@media (max-width: 1190px) {
  .form__body {
    max-width: 276px;
  }
  .form__img {
    width: 56.3%;
  }
}

@media (max-width: 1023px) {
  .form__body {
    max-width: 100%;
    padding: 0;
  }
  .form__body p {
    margin-bottom: 14px;
  }
  .form__img {
    display: none;
  }
}

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

.info-block__square {
  width: 477px;
  margin-right: 20px;
  padding: 39px 32px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.info-block__square ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #1a1b1b;
  padding-left: 23px;
}
.info-block__square ul li span {
  font-weight: 700;
  color: #476c5e;
}
.info-block__square ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: 8px;
  top: 10px;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #1a1b1b;
}

.info-block__list {
  width: -webkit-calc(100% - 497px);
  width: -moz-calc(100% - 497px);
  width: calc(100% - 497px);
}
.info-block__list ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: rgba(26, 27, 27, 0.7);
  padding-left: 20px;
}
.info-block__list ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: 8px;
  top: 10px;
  width: 3px;
  height: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #1a1b1b;
}

@media (max-width: 1640px) {
  .info-block__square {
    width: 380px;
    margin-right: 20px;
  }
  .info-block__list {
    width: -webkit-calc(100% - 400px);
    width: -moz-calc(100% - 400px);
    width: calc(100% - 400px);
  }
}

@media (max-width: 1420px) {
  .info-block__square {
    width: 348px;
    margin-right: 20px;
  }
  .info-block__list {
    width: -webkit-calc(100% - 368px);
    width: -moz-calc(100% - 368px);
    width: calc(100% - 368px);
  }
}

@media (max-width: 1190px) {
  .info-block__square {
    width: 276px;
    margin-right: 20px;
  }
  .info-block__list {
    width: -webkit-calc(100% - 297px);
    width: -moz-calc(100% - 297px);
    width: calc(100% - 297px);
  }
}

@media (max-width: 992px) {
  .info-block__square {
    width: 100%;
    margin: 0 0 20px 0;
    max-width: 464px;
  }
  .info-block__list {
    width: 100%;
    max-width: 590px;
  }
}

.register .pagination {
  padding: 0;
}
.register .tabs_caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 5;
}
.register .tabs_caption li {
  padding: 16px 48px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: rgba(26, 27, 27, 0.7);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.register .tabs_caption li.active {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 0 0 #476c5e;
  -moz-box-shadow: 0 2px 0 0 #476c5e;
  box-shadow: 0 2px 0 0 #476c5e;
}
.register__search {
  padding: 32px;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.register__search .form-group {
  margin-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
}
.register__search .btn.btn-secondary {
  padding: 16px 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.register__result {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1a1b1b;
  margin: 40px 0 32px 0;
}
.register__result span {
  color: #476c5e;
}
.register__map-points {
  margin-left: 20px;
  color: #476c5e;
  transition: all 0.2s linear;
}
.register__map-points:hover {
  opacity: 0.5;
}
.register__items {
  margin-bottom: 40px;
}
.register__item:not(:last-child) {
  margin-bottom: 44px;
}
.register__wrapper {
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 8px 0px rgb(34 60 80 / 20%);
  background-color: #ffffff;
}
.register__inner {
  display: grid;
  grid-template-columns: 39.85% 60.15%;
  margin-bottom: 25px;
}
.register__wrap-img {
  overflow: hidden;
  aspect-ratio: 585/374;
  width: 100%;
}
.register__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.register__img:hover {
  scale: 1.2;
}
.register__body {
  padding: 16px 20px 0 20px;
}
.register__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.register__count {
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: rgba(26, 27, 27, 0.7);
  margin-right: 10px;
}
.register__link-map {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #476c5e;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}
.register__link-map:hover {
  opacity: 0.5;
}
.register__title {
  font-size: 28px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.register__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 121%;
  word-break: break-word;
  color: #1a1b1b;
}
.register__author {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: rgba(26, 27, 27, 0.7);
  text-align: right;
  padding: 10px;
}
.register__author-link {
  font-weight: 500;
  color: #476c5e;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.register__author-link:hover {
  opacity: 0.5;
}
.contacts-info__item {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
}
.contacts-info__list {
  padding: 10px;
  -webkit-box-shadow: 2px 4px 18px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 2px 4px 18px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 2px 4px 18px 0px rgba(34, 60, 80, 0.2);
}
.contacts-info__list:not(:last-child) {
  margin-bottom: 20px;
}
.contacts-info__name {
  font-size: 14px;
  font-weight: 700;
}
.contacts-info__value {
  text-align: right;
  word-break: break-word;
}
.contacts-info__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid darkgray;
  padding: 7px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contacts-info__text {
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  line-height: 151%;
  color: black;
}
.contacts-info__btn {
  text-decoration: underline;
  color: #476c5e;
  font-size: 16px;
  margin-left: auto;
  cursor: pointer;
  display: inline-block;
}
.contacts-info__btn:hover {
  opacity: 0.5;
}
.contacts-info__btn--hidden {
  display: none;
}
.contacts-info__show-more {
  text-decoration: underline;
  display: none;
}
.contacts-info__btn--show-list .contacts-info__hide {
  text-decoration: underline;
  display: none;
}
.contacts-info__btn--show-list .contacts-info__show-more {
  display: inline-block;
}
.contacts-info__list {
  display: block;
  transition: all 0.2s linear;
}
.contacts-info__list--hidden {
  display: none;
}
.fancybox-navigation {
  position: static !important;
}
.fancybox-content {
  padding: 15px;
}
.fancybox-slide--html .fancybox-close-small {
  background-color: rgb(80, 80, 80);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  color: white;
}
.map {
  width: 930px;
  height: 530px;
  display: none;
  overflow: hidden;
}
.map__shell {
  background-color: rgb(119, 119, 119);
  width: 100%;
  height: 100%;
}

/* ------------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 1420px) {
  .register__inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1190px) {
  .register__search {
    display: block;
  }
  .register__search .form-group {
    margin: 0 0 20px 0;
  }
  .register__search .btn.btn-secondary {
    max-width: 244px;
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .register .tabs_caption li {
    padding: 16px 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .register__search .btn.btn-secondary {
    max-width: 314px;
  }
}

@media (max-width: 992px) {
  .register__inner {
    display: block;
  }
}

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

  .info-table__objects {
    max-width: 100%;
  }

  .register__title {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .documents__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .register__item:not(:last-child) {
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .register__title {
    font-size: 18px;
  }
}

@media (max-width: 750px) {
  .register__search {
    padding: 16px 8px;
  }

  .register__search .btn.btn-secondary {
    max-width: 100%;
  }

  .register .tabs_caption {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .register .tabs_caption li {
    font-size: 16px;
    line-height: 24px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .register .tabs_caption li:last-child {
    width: 100%;
  }
}
.members__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}

.members__item {
  width: -webkit-calc(100% / 6 - 20px);
  width: -moz-calc(100% / 6 - 20px);
  width: calc(100% / 6 - 20px);
  margin: 10px;
  text-align: center;
  background: #f1f0ec;
  max-height: 114px;
}
.members__item img {
  mix-blend-mode: multiply;
  max-width: 100%;
  max-height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.members__item:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

@media (max-height: 1640px) {
  .members__item {
    max-height: 90px;
  }
}

@media (max-width: 1190px) {
  .members__item {
    max-height: 64px;
  }
}

@media (max-width: 1023px) {
  .members__item {
    max-height: 52px;
  }
}

@media (max-width: 680px) {
  .members__item {
    width: -webkit-calc(33.3% - 20px);
    width: -moz-calc(33.3% - 20px);
    width: calc(33.3% - 20px);
  }
  .section.members {
    padding-bottom: 0;
    padding-top: 0;
  }
}

@media (max-width: 424px) {
  .members__item {
    max-height: 80px;
    width: -webkit-calc(50% - 24px);
    width: -moz-calc(50% - 24px);
    width: calc(50% - 24px);
    margin: 12px;
  }
  .members__wrapper {
    margin: -12px;
  }
}

.management__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -12px -10px;
}

.management__item {
  width: -webkit-calc(25% - 20px);
  width: -moz-calc(25% - 20px);
  width: calc(25% - 20px);
  margin: 12px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.management__img {
  width: 100%;
  height: 364px;
}
.management__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.management__img--top img {
  -o-object-position: top;
  object-position: top;
}
.management__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 32px 2px;
  text-align: center;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.management__text .h4 {
  margin-bottom: 8px;
  color: #000000;
}
.management__text p {
  padding: 0 25px;
  margin-top: auto;
  font-size: 14px;
  line-height: 171%;
  text-align: center;
  color: rgba(26, 27, 27, 0.7);
}

@media (max-width: 1190px) {
  .management__item {
    width: -webkit-calc(33.3% - 20px);
    width: -moz-calc(33.3% - 20px);
    width: calc(33.3% - 20px);
    margin: 20px 10px;
  }
  .management__wrapper {
    margin: -20px -10px;
  }
}

@media (max-width: 992px) {
  .management__item {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
  }
}

@media (max-width: 576px) {
  .management__wrapper {
    display: block;
    margin: 0;
  }
  .management__item {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .management__item:last-child {
    margin-bottom: 0;
  }
}

.partners__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px -10px;
}

.partners__item {
  margin: 20px 10px;
  width: -webkit-calc(33.3% - 20px);
  width: -moz-calc(33.3% - 20px);
  width: calc(33.3% - 20px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.partners__item:hover .partners__img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.partners__item:hover .partners__text .h4 {
  color: #476c5e;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.partners__img {
  height: 347px;
  background: #ffffff;
  overflow: hidden;
}
.partners__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.partners__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 32px 40px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-top: none;
  position: static;
}
.partners__text .h4 {
  color: #1a1b1b;
  margin-bottom: 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.partners__text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: #1a1b1b;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 18px;
}

.partners__site {
  position: static;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: rgba(26, 27, 27, 0.7);
  margin-top: auto;
}
.partners__site a {
  font-weight: 500;
  font-size: 14px;
  line-height: 171%;
  color: #476c5e;
  margin-left: 8px;
  position: static;
}
.partners__site a:hover {
  opacity: 0.5;
}
.partners__site a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1190px) {
  .partners__img {
    height: 280px;
  }
  .partners__text {
    padding: 32px 24px;
  }
}

@media (max-width: 992px) {
  .partners__item {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .partners__img {
    height: 347px;
  }
}

@media (max-width: 620px) {
  .partners__item {
    width: 100%;
    margin: 0 0 24px 0;
  }
  .partners__item:last-child {
    margin-bottom: 0;
  }
  .partners__wrapper {
    display: block;
    margin: 0;
  }
  .partners__img {
    height: 280px;
  }
}

.documents__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 268px;
}
@media (max-width: 1440px) {
  .documents__wrapper {
    gap: 220px;
  }
}
@media (max-width: 1280px) {
  .documents__wrapper {
    gap: 204px;
  }
}
@media (max-width: 1024px) {
  .documents__wrapper {
    gap: 94px;
  }
}

.documents__list.documents__list-locked {
  pointer-events: none;
}
.documents__list.documents__list-locked li a {
  color: #1a1b1b;
}
.documents__list.documents__list-locked li a span {
  color: #476c5e;
}

.documents__list li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.documents__list li:last-child {
  margin-bottom: 0;
}
.documents__list li .h4 {
  color: #000000;
  margin-bottom: 16px;
}
.documents__list li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #476c5e;
}
.documents__list li a:hover {
  opacity: 0.5;
}
.documents__list li a span {
  margin-right: 16px;
  font-size: 24px;
  vertical-align: middle;
}

@media (max-width: 992px) {
  .documents__list:last-child {
    margin-bottom: 0;
  }
}

.contacts__body {
  max-width: 500px;
  padding: 57.5px 0;
}

.contacts__item {
  margin-bottom: 24px;
}
.contacts__item:last-child {
  margin-bottom: 0;
}
.contacts__item p {
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  color: #000000;
}
.contacts__item p:nth-child(1) {
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  color: #000000;
  margin-bottom: 12px;
}
.contacts__item p:last-child {
  margin-bottom: 0;
}
.contacts__item p a {
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  -webkit-text-decoration-line: underline;
  -moz-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #476c5e;
}
.contacts__item p a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.contacts__item a {
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  color: #000000;
}
.contacts__item a:hover {
  color: #476c5e;
}

.contacts__map {
  position: absolute;
  right: 0;
  top: 40px;
  width: 56%;
  z-index: 2;
  bottom: 40px;
}

@media (max-width: 1640px) {
  .contacts__map {
    width: 49.4%;
  }
}

@media (max-width: 1190px) {
  .contacts__map {
    width: 100%;
    max-width: 100%;
    padding: 0 78px;
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    height: 500px;
  }
  .contacts__body {
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 24px 0;
    margin: 0 -10px;
  }
  .contacts__item p {
    font-size: 20px;
  }
  .contacts__item a {
    font-size: 20px;
  }
  .contacts__item p a {
    font-size: 20px;
  }
  .contacts__item p:nth-child(1) {
    margin-bottom: 8px;
  }
}

@media (max-width: 1190px) and (min-width: 1023px) {
  .contacts__item {
    padding: 0 10px;
    width: 50%;
    margin-bottom: 24px;
  }
  .contacts__item:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .contacts__item:nth-child(4) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .contacts__item:last-child {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .contacts__item:nth-child(2),
  .contacts__item:nth-child(3) {
    display: none;
  }
}

@media (max-width: 1023px) {
  .contacts__map {
    padding: 0 28px;
  }
  .contacts__item {
    display: block;
    padding: 0;
    margin: 0 0 24px 0;
  }
  .contacts__item:nth-child(2),
  .contacts__item:nth-child(3) {
    display: none;
  }
  .contacts__item:last-child {
    margin-bottom: 0;
  }
  .contacts__body {
    display: block;
    margin: 0;
  }
  .contacts__item p a {
    text-decoration: none;
  }
}

@media (max-width: 680px) {
  .contacts__item p {
    font-size: 16px;
  }
  .contacts__item a {
    font-size: 16px;
  }
  .contacts__item p a {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .contacts__map {
    padding: 0 15px;
  }
}

.btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  font-family: 'Commissioner', sans-serif;
  text-align: center;
}
.btn.btn-secondary {
  padding: 8px 16px;
  background: #1a1b1b;
}
.btn.btn-secondary:hover {
  color: #ffffff;
  background: #3a3b3b;
}
.btn.btn-secondary:active {
  background: #1a1b1b;
  color: #ffffff;
}
.btn.btn-secondary:disabled {
  color: #ffffff;
  background: #d8d9d9;
}
.btn.btn-primary {
  padding: 12px 24px;
  background: #476c5e;
}
.btn.btn-primary:hover {
  color: #ffffff;
  background: #4e7c6b;
}
.btn.btn-primary:active {
  background: #3b4f46;
  color: #ffffff;
}
.btn.btn-primary:disabled {
  color: #ffffff;
  background: #d8d9d9;
}

.section {
  padding: 20px 0;
}
.section.homescreen {
  padding-top: 16px;
}

main {
  padding-bottom: 44px;
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 78px 0 16px 0;
}
.breadcrumbs.breadcrumbs-m-t {
  margin-top: 110px;
}
.breadcrumbs span,
.breadcrumbs a {
  font-size: 14px;
  line-height: 24px;
  margin-right: 17px;
}
.breadcrumbs span {
  color: #1a1b1b;
}
.breadcrumbs a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(26, 27, 27, 0.7);
}
.breadcrumbs a:after {
  margin-left: 17px;
  content: '';
  display: block;
  background: url('../img/icons/breadcrumb-arrow.svg') no-repeat center;
  width: 6px;
  height: 9px;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  margin-top: 4px;
}
.breadcrumbs a:hover {
  opacity: 0.5;
}

.page-heading {
  margin-bottom: 42px;
  max-width: 725px;
}
.page-heading.page-heading-small {
  max-width: 475px;
}
.page-heading p {
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: rgba(26, 27, 27, 0.7);
}
.page-heading a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #476c5e;
}
.page-heading a:hover {
  color: #4e7c6b;
}
.page-heading a:active {
  color: #3b4f46;
}
.page-heading a span {
  margin-right: 16px;
  font-size: 24px;
  vertical-align: middle;
}

.pagination {
  max-width: 476px;
  margin: auto;
  padding: 48px 0 0 0;
}
.pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pagination .page-item a {
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1a1b1b;
  padding: 12px;
}
.pagination .page-item a:hover {
  color: #476c5e;
  opacity: 0.5;
}
.pagination .page-item:first-child {
  margin-right: auto;
}
.pagination .page-item:last-child {
  margin-left: auto;
}
.pagination .page-item:first-child a,
.pagination .page-item:last-child a {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 18px;
  color: #476c5e;
}
.pagination .page-item:first-child a:hover,
.pagination .page-item:last-child a:hover {
  background: #476c5e;
  color: #ffffff;
  opacity: 1;
}

.list-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 50px;
}
.list-page a {
  margin-bottom: 5px;
}
.list-page a:hover {
  opacity: 0.5;
}

.tabs_content {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.tabs_content.active {
  opacity: 1;
  position: relative;
  z-index: 3;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1640px) {
  .section.homescreen {
    padding-top: 10px;
  }
}

html.sr .header {
  visibility: hidden;
}

html.sr .section {
  visibility: hidden;
}

html.sr .footer {
  visibility: hidden;
}

html.sr .container {
  visibility: hidden;
}

@media (max-width: 1190px) {
  main {
    padding-bottom: 30px;
  }
}

@media (max-width: 1023px) {
  .page-heading {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .page-heading {
    margin-bottom: 0;
  }
  .breadcrumbs {
    margin: 40px 0 16px 0;
  }
}

/* YMaps */
.ballon-custom {
  cursor: default;
}
.ballon-custom__title {
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 10px;
  color: #476c5e;
}
.ballon-custom__body {
  margin-bottom: 10px;
  line-height: 120%;
}
.ballon-custom__info {
  color: #476c5e;
}
.ballon-custom__btn {
  margin: 10px 0;
  width: 100%;
  padding: 8px;
  color: #fff;
  background-color: #1a1b1b;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}
.ballon-custom__btn:hover {
  opacity: 0.5;
}
.ymaps-2-1-79-b-cluster-accordion__item-title {
  height: 20px;
}
.yamaps-testing {
  -webkit-box-shadow: 0px 0px 51px 14px rgba(32, 199, 136, 0.2);
  -moz-box-shadow: 0px 0px 51px 14px rgba(32, 199, 136, 0.2);
  box-shadow: 0px 0px 51px 14px rgba(32, 199, 136, 0.2);
}
/* form-register */
.form-register {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Nunito', sans-serif;
  color: #1a1b1b;
}
.form-register__search {
  background-color: #ffffff;
  padding: 33px 15px 33px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.form-register__field {
  padding: 10px 0;
  max-width: 280px;
  min-width: 150px;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #e6e6e6;
}
.form-register__field:not(:first-child) {
  margin-left: 20px;
}
.form-register__input {
  height: 28px;
}
.form-register__input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-register__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-register__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-register__input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-register__input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-register__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.form-register__btn {
  padding: 16px 22px;
  background-color: #1a1b1b;
  margin-left: 20px;
}
.form-register__field-modified {
  max-width: 420px;
  min-width: 160px;
}
.form-register__search-modified {
  padding: 33px;
  max-width: 1178px;
}

/* Select2 */
.select2 span {
  display: inline;
}
.select2-container--default .select2-selection--single {
  border: 0;
}
.custom-select2 .select2-container {
  width: 100% !important;
}
.select2-dropdown {
  border: 0;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 180px;
  word-break: break-word;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #476c5e;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgba(0, 0, 0, 0.4);
  padding-bottom: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered:hover {
  color: black;
}
.custom-select2 * {
  outline: none !important;
}
.select2-search--dropdown {
  padding: 0;
}
.select2-results__options {
  scrollbar-width: thin;
}
.select2-results__options::-webkit-scrollbar-thumb {
  background-color: #464646;
}
.select2-results__options::-webkit-scrollbar {
  background-color: #ffffff;
  width: 12px;
}
.select2-results__options::-webkit-scrollbar-track {
  width: 12px;
}
@media (max-width: 1024px) {
  .form-register__search {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .form-register__field {
    max-width: 100%;
  }
  .form-register__field:not(:first-child) {
    margin: 0;
  }

  .form-register__field:not(:first-child) {
    margin-top: 20px;
  }
  .form-register__btn {
    margin-top: 20px;
    margin-left: 0;
    padding: 16px 99px;
    width: 100%;
  }
}
@media (max-width: 654px) {
  .form-register__search {
    display: block;
  }
}
@media (max-width: 375px) {
  .form-register__search {
    padding: 16px 8px;
  }
  .form-register__btn {
    width: 100%;
  }
  .select2-results__options::-webkit-scrollbar {
    width: 5px;
  }
  .select2-results__options::-webkit-scrollbar-track {
    width: 5px;
  }
  body .header .wrap-nav .open {
    overflow: hidden;
  }
}
.addendum__action {
  display: flex;
  justify-content: space-between;
}
.addendum__btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #476c5e;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  text-underline-offset: 3px;
}
.addendum__btn:hover {
  opacity: 0.5;
}
.addendum__item {
  display: flex;
}
.addendum__btn--hidden {
  display: none;
}
.addendum--hidden {
  display: none;
}
/* Akkardion learning */
.accordion {
  margin-bottom: 50px;
}
.accordion-item {
  margin-bottom: 20px;
  /* padding: 10px; */
}
.accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-item__header {
  font-weight: 600;
  cursor: pointer;
  padding: 10px;
  padding-left: 0px;
  position: relative;
}
.accordion-item__title {
  margin-bottom: 0;
}
.accordion-item__svg-arrow-wrapper {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.accordion-item__svg-arrow {
  width: 100%;
  height: 100%;
}
.accordion-item.is-opened .accordion-item__svg-arrow-wrapper {
  -webkit-transform: translateY(50%) rotate(180deg);
  -ms-transform: translateY(50%) rotate(180deg);
  transform: translateY(50%) rotate(180deg);
}
.accordion-item__body {
  color: rgba(26, 27, 27, 0.7);
  padding-top: 20px;
  margin-top: 20px;
  border-top: 2px solid transparent;
  overflow: hidden;
}
.accordion-item__yotube-frame-wrapper {
  max-width: 85%;
  margin-bottom: 15px;
}
.accordion-item__yotube-frame {
  /* width: 100%; */
  height: auto;
  aspect-ratio: 16/9;
}
.accordion-item__body:not(.is-opened) {
  border-color: black;
}
.accordion-item__description {
  width: 50%;
  color: rgba(0, 0, 0, 0.4);
}
.accordion-item__footer {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 2px solid black;
}
.accordion-item__pdf-link {
  line-height: 20px;
  font-size: 24px;
  font-weight: 700;
  color: #476c5e;
  margin-left: 15px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.accordion-item__pdf-link:hover {
  color: #476c5e;
  opacity: 0.5;
}
.accordion-item__list .accordion-item__list-item:before {
  margin-left: 20px;
  content: '—';
  position: relative;
  left: -5px;
}
.skype {
	display: none;
}

.remuneration_types__row {
  display: flex;
}
.remuneration_type {
  padding: 40px;
  width: 50%;
}
.remuneration_type--rent {
  background: #476C5E;
}
.remuneration_type--sale {
  background: #385B4B;
}
.remuneration_type__icon {
  width: 64px;
  height: 64px;
}
.remuneration_type__icon img {
  width: 100%;
  height: 100%;
}
.remuneration_type__title {
  margin-top: 32px;
  font-weight: 600;
  line-height: 1.2;
  font-size: 32px;
  color: #ffffff;
}
.remuneration_type__text {
  margin-top: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #BFCCC7;
}
.remuneration_type__text strong {
  font-weight: 600;
  color: #ffffff;
  font-size: 18px;
}

.remuneration_conditions__row {
  margin-top: 40px;
  display: flex;
  margin-left: -20px;
}
.remuneration_condition {
  margin-left: 20px;
  border: 1px solid #A8A8A5;
  width: calc(25% - 20px);
  padding: 40px;
}
@media (max-width: 1190px) {
  .remuneration_conditions__row {
    margin-bottom: -20px;
    flex-wrap: wrap;
  }
  .remuneration_condition {
    margin-bottom: 20px;
    width: calc(50% - 20px);
  }
}
.remuneration_condition__icon {
  width: 40px;
  height: 40px;
}
.remuneration_condition__icon img {
  width: 100%;
  height: 100%;
}
.remuneration_condition__text {
  color: #1A1B1B;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 40px;
}
@media (max-width: 576px) {
  .remuneration_types__row {
    flex-wrap: wrap;
  }
  .remuneration_type {
    padding: 24px;
    width: 100%;
  }
  .remuneration_type__title {
    margin-top: 24px;
    font-size: 24px;
  }
  .remuneration_type__text p {
    display: inline;
  }
  .remuneration_conditions__row {
    margin-left: 0;
    margin-top: 20px;
  }
  .remuneration_condition {
    margin-left: 0;
    width: 100%;
    padding: 24px;
  }
  .remuneration_condition__text {
    margin-top: 24px;
  }
}