/* zero style */
* {
  padding: 0;
  margin: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

/* main style */
* {
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
}
@media (max-width: 1500px) {
  * {
    font-size: calc(16px + (18 - 16) * (100vw - 320px) / 1180);
  }
}
*._subtitle {
  font-size: 24px;
  font-weight: 300;
}

html {
  scroll-behavior: smooth;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

h1 {
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 1500px) {
  h1 {
    font-size: calc(24px + (30 - 24) * (100vw - 320px) / 1180);
  }
}

h2 {
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 1500px) {
  h2 {
    font-size: calc(24px + (30 - 24) * (100vw - 320px) / 1180);
  }
}

h3 {
  font-size: 24px;
}
@media (max-width: 1500px) {
  h3 {
    font-size: calc(22px + (24 - 22) * (100vw - 320px) / 1180);
  }
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

._color-gray {
  color: #8F8F8F;
}

._bg {
  background-color: #F1F1F1;
}

._list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
._list li {
  position: relative;
  padding-left: 18px;
}
._list li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #6BCC00;
}

._mb-25 {
  margin-bottom: 25px;
}

._pb-0 {
  padding-bottom: 0 !important;
}

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

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

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

section {
  padding: 100px 0;
}

.bc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 583px;
  padding: 125px 0 80px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .bc {
    background-attachment: unset;
    min-height: 800px;
  }
}
.bc br {
  display: block;
}
@media (max-width: 600px) {
  .bc br {
    display: none;
  }
}
.bc.__about {
  background-image: url("../img/about/1.jpg");
}
@media (max-width: 600px) {
  .bc.__about {
    background-image: url("../img/about/1-1.jpg");
  }
}
.bc__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 25px;
  margin-top: 25px;
}
.bc .main-banner__text {
  pointer-events: unset;
  max-width: 600px;
}

._link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  color: #004CDD;
  font-size: 18px;
}
._link svg {
  padding-top: 2px;
}
._link path {
  stroke: #004CDD;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
._link:hover {
  color: #232323;
}
._link:hover path {
  stroke: #232323;
}

._button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 32px;
  background-color: #004CDD;
  border-radius: 50px;
  border: 1.37px solid #004CDD;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
._button._green {
  background-color: #14AB00;
  border-color: #14AB00;
}
._button._green:hover {
  background: #fff;
  color: #14AB00;
}
._button._green:hover path {
  stroke: #14AB00;
}
._button svg {
  padding-top: 2px;
}
._button path {
  stroke: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
._button:hover {
  background: #fff;
  color: #004CDD;
}
._button:hover path {
  stroke: #004CDD;
}

._two-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 75px 50px;
}
._two-columns__img {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
._two-columns__img._no-hover:hover img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
._two-columns__img._parallax img {
  -o-object-position: top;
     object-position: top;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
._two-columns__img._parallax._active img {
  -o-object-position: bottom;
     object-position: bottom;
}
._two-columns__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
._two-columns__img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
._two-columns__img-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
._two-columns__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  width: 100%;
}
._two-columns._big ._two-columns__text {
  width: 35%;
}
@media (max-width: 940px) {
  ._two-columns._big ._two-columns__text {
    width: 100%;
  }
}
._two-columns._big ._two-columns__img {
  width: 65%;
}
@media (max-width: 940px) {
  ._two-columns._big ._two-columns__img {
    width: 100%;
  }
}
@media (max-width: 940px) {
  ._two-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.links {
  padding-top: 100px;
  padding-bottom: 100px;
}
.links .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 50px;
}

.back-block {
  padding: 140px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.back-block._bottom {
  padding: 300px 0 55px;
}
@media (max-width: 370px) {
  .back-block h2 {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .back-block {
    background-attachment: unset;
  }
}
.back-block.__social-two {
  background-image: url("../img/social/9.png");
}
@media (max-width: 600px) {
  .back-block.__social-two {
    background-image: url("../img/social/9-1.jpg");
  }
}
.back-block .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.back-block .main-banner__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  width: 592px;
  max-width: 100%;
  pointer-events: unset;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  z-index: 9999999999;
}
.popup._active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.0117647059);
  backdrop-filter: blur(20px);
}
.popup__img {
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 32px;
  position: relative;
}
@media (max-width: 750px) {
  .popup__img {
    height: auto;
  }
}
.popup__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 15px;
}
.popup__img-icon {
  position: absolute;
  top: -6px;
  right: -6px;
  z-index: 2;
}
.popup__img-close {
  position: absolute;
  top: -12px;
  right: -11px;
  z-index: 3;
  cursor: pointer;
  width: 36px;
  height: 36px;
  padding: 8px;
  border-radius: 50%;
  background: #fff;
}
.popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 80%;
  z-index: 2;
}

.popup-other .popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  width: 530px;
  max-width: 100%;
  padding: 50px;
  background: #fff;
  border-radius: 15px;
}
@media (max-width: 400px) {
  .popup-other .popup__content {
    padding: 24px;
  }
}
.popup-other form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-top: 24px;
  width: 100%;
}
.popup-other label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  width: 100%;
}
.popup-other label input {
  padding: 5px 20px;
  height: 46px;
  border: 1.5px solid #004CDD;
  border-radius: 50px;
}

.min__wrap {
  max-width: 864px;
  margin: 0 auto;
}

._table span:last-child {
  text-align: right;
}
._table p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7px;
  gap: 24px;
}
._table p:nth-child(2n+2) {
  background: #F1F1F1;
}

/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1019607843);
  z-index: 999999999;
}
.header > .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
}
.header__logo {
  padding: 0 !important;
}
.header__logo img {
  width: 204px;
  max-width: 100%;
}
.header a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 29px 24px;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1100px) {
  .header__menu {
    display: none;
  }
}
.header__menu li:last-of-type > a {
  padding-right: 0;
}
.header__menu li:last-of-type > a:hover:before {
  width: calc(100% - 24px);
  left: unset;
  right: 0;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
}
.header__menu li > a:hover:before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  height: 3px;
  width: calc(100% - 48px);
  background: #004CDD;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header__menu li ._sub {
  display: block;
  padding-top: 9px;
  top: 75px;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1019607843);
  position: fixed;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  max-height: 0;
  visibility: hidden;
}
.header__menu li ._sub div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  padding-bottom: 30px;
}
.header__menu li ._sub a {
  width: 400px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 0;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
}
.header__menu li ._sub a:hover {
  color: #004CDD;
}
.header__menu li ._sub h3 {
  margin-bottom: 16px;
}
.header__menu li ._sub h3, .header__menu li ._sub p {
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__menu li ._sub img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  margin-bottom: 24px;
}
.header__menu li:hover ._sub {
  opacity: 1;
  max-height: 600px;
  visibility: visible;
}
.header__menu li:hover ._sub a {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.header__burger {
  position: relative;
  width: 30px;
  height: 22px;
  border-top: 2px solid #232323;
  border-bottom: 2px solid #232323;
  display: none;
}
@media (max-width: 1100px) {
  .header__burger {
    display: block;
  }
}
.header__burger:before {
  content: "";
  position: absolute;
  top: 7.5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #232323;
}
.header__mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding-top: 77px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.header__mobile._active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.header__mobile .container {
  height: 100%;
}
.header__mobile nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.header__mobile nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  padding: 20px 0;
}
.header .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.header .header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .header-contacts span {
  font-size: inherit;
  color: inherit;
}
.header .header-contacts a {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
@media (max-width: 1100px) {
  .header .header-contacts a span {
    display: none;
  }
  .header .header-contacts a:first-of-type {
    padding-left: 0;
  }
}
.header .header-contacts a:last-of-type {
  padding-right: 0;
}
@media (max-width: 1100px) {
  .header .header-contacts a:last-of-type {
    padding-left: 0;
  }
}

/* footer */
.footer {
  padding: 55px 0 70px 0;
  background-color: #004CDD;
  background-image: url("../img/Pattern.svg");
}
@media (max-width: 600px) {
  .footer {
    background-image: url("../img/Pattern-1.svg");
  }
}
@media (max-width: 1000px) {
  .footer {
    padding: 60px 0;
  }
}
.footer br {
  display: none;
}
@media (max-width: 600px) {
  .footer br {
    display: block;
  }
}
.footer a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.footer a:not(:last-of-type) {
  margin-bottom: 27px;
}
.footer a:hover {
  color: #14AB00;
}
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px 70px;
}
@media (max-width: 1000px) {
  .footer .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px 0;
  }
}
.footer__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1000px) {
  .footer__info {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-top: 25px !important;
  }
}
.footer__info p, .footer__info span {
  width: 300px;
  color: #fff;
}
@media (max-width: 1000px) {
  .footer__info p, .footer__info span {
    width: auto;
  }
}
.footer__info span {
  font-size: 12px;
}
.footer__info p {
  font-weight: 500;
  margin-bottom: 31px;
  font-style: italic;
}
@media (max-width: 1000px) {
  .footer__info p {
    margin-bottom: 30px;
    font-size: calc(12px + 6 * (100vw - 320px) / 680);
  }
}
.footer__info, .footer nav {
  padding-top: 25px;
}
@media (max-width: 1000px) {
  .footer__info, .footer nav {
    width: 50%;
    padding-top: 0;
  }
}
@media (max-width: 370px) {
  .footer__info a, .footer nav a {
    font-size: 14px;
  }
}
.footer__logo {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
}
@media (max-width: 1000px) {
  .footer__logo {
    margin-bottom: 30px;
  }
}
.footer__logo img {
  width: 204px;
  max-width: 100%;
}
.footer__gerb img {
  height: 180px;
}
@media (max-width: 1000px) {
  .footer__gerb {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

/* message */
.message {
  position: fixed;
  bottom: 50px;
  right: 30px;
  padding: 10px;
  z-index: 999999999;
}
@media (max-width: 550px) {
  .message {
    display: none;
  }
}
.message__circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55px;
  height: 55px;
  background: #004CDD;
  border: 2px solid #004CDD;
  border-radius: 50%;
  padding-top: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.message__circle svg {
  width: 30px;
  height: 30px;
}
.message__circle path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.message__window {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-shadow: 2px 2px 0px 0px rgba(255, 255, 255, 0.2509803922) inset, -2px -2px 0px 0px rgba(255, 255, 255, 0.2509803922) inset, 0px 4px 35.5px 0px rgba(0, 0, 0, 0.031372549);
          box-shadow: 2px 2px 0px 0px rgba(255, 255, 255, 0.2509803922) inset, -2px -2px 0px 0px rgba(255, 255, 255, 0.2509803922) inset, 0px 4px 35.5px 0px rgba(0, 0, 0, 0.031372549);
  background: rgba(242, 242, 242, 0.6980392157);
  border-radius: 15px;
  z-index: 2;
  backdrop-filter: blur(5px) url(#glass-distortion);
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 400px;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.message__window div {
  padding: 25px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.message__window h2 {
  margin-bottom: 15px;
}
.message__window ._button {
  width: 100%;
}
.message:hover .message__window {
  max-height: 300px;
  opacity: 1;
  visibility: visible;
}
.message:hover .message__circle {
  background: #fff;
}
.message:hover .message__circle path {
  stroke: #004CDD;
}

/* main banner */
.main-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.main-banner video, .main-banner > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-banner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
@media (max-width: 450px) {
  .main-banner .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main-banner__text {
  position: relative;
  -webkit-box-shadow: 2px 2px 0px 0px rgba(255, 255, 255, 0.2509803922) inset, -2px -2px 0px 0px rgba(255, 255, 255, 0.2509803922) inset, 0px 4px 35.5px 0px rgba(0, 0, 0, 0.031372549);
          box-shadow: 2px 2px 0px 0px rgba(255, 255, 255, 0.2509803922) inset, -2px -2px 0px 0px rgba(255, 255, 255, 0.2509803922) inset, 0px 4px 35.5px 0px rgba(0, 0, 0, 0.031372549);
  background: rgba(242, 242, 242, 0.6980392157);
  max-width: 442px;
  border-radius: 15px;
  padding: 35px 30px;
  z-index: 2;
  backdrop-filter: blur(5px) url(#glass-distortion);
}
@media (max-width: 450px) {
  .main-banner__text br {
    display: none;
  }
}
.main-banner__text h1, .main-banner__text h2 {
  margin-bottom: 24px;
}
.main-banner__text ._button {
  margin-top: 24px;
}
.main-banner__text p:not(._small) {
  font-size: 24px;
  font-weight: 300;
}
.main-banner._bottom {
  padding: 60px 0;
}
@media (max-width: 480px) {
  .main-banner._bottom > img {
    -o-object-position: 32% center;
       object-position: 32% center;
  }
}
@media (max-width: 480px) {
  .main-banner._bottom p {
    display: none;
  }
}
@media (max-width: 480px) {
  .main-banner._bottom .main-banner__text {
    max-width: unset !important;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .main-banner._bottom._top > img {
    -o-object-position: 71% center;
       object-position: 71% center;
  }
}
.main-banner._bottom._top .container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 480px) {
  .main-banner._bottom._top .container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.main-banner._bottom .container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 480px) {
  .main-banner._bottom .container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

/* 404 */
.four {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #14AB00;
  height: 100%;
}
.four img {
  width: 204px;
  max-width: 100%;
}
.four h1, .four p {
  color: #fff;
}
.four__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  max-width: 360px;
  margin: 0 auto;
}

/* index page */
.mission {
  padding: 100px 0;
}
.mission h2 {
  width: 100%;
}
.mission__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 810px;
  margin: 0 auto;
}

.our-brands {
  padding-bottom: 100px;
}
.our-brands h2 {
  margin-bottom: 50px;
}
@media (max-width: 1500px) {
  .our-brands h2 {
    margin-bottom: calc(24px + (50 - 24) * (100vw - 320px) / 1180);
  }
}
.our-brands__item {
  width: 100%;
}
@media (max-width: 940px) {
  .our-brands__item br {
    display: none;
  }
}
.our-brands__item-img {
  height: 252px;
  margin-bottom: 50px;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .our-brands__item-img {
    margin-bottom: calc(24px + (50 - 24) * (100vw - 320px) / 1180);
  }
}
.our-brands__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.our-brands__item-img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.our-brands__item-wrap span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
}
.our-brands__item-wrap h2 {
  margin-bottom: 23px;
}
.our-brands__item-wrap p {
  margin-bottom: 16px;
  max-width: calc(100% - 210px);
}
@media (max-width: 550px) {
  .our-brands__item-wrap p {
    max-width: unset;
  }
}
.our-brands__item-wrap div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px 30px;
}
@media (max-width: 420px) {
  .our-brands__item-wrap div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.approach {
  padding-bottom: 100px;
}
.approach ._two-columns {
  gap: 25px 50px;
}
.approach__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}
@media (max-width: 1076px) {
  .approach__text br {
    display: none;
  }
}
@media (max-width: 500px) {
  .approach__text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.approach__text h2 {
  width: 100%;
  margin-bottom: 0;
}
.approach__blockquote {
  padding: 50px 88px;
  border: 1.5px solid #14AB00;
  border-radius: 15px;
  font-weight: 500;
  font-style: italic;
  text-align: center;
}
@media (max-width: 500px) {
  .approach__blockquote {
    padding: 70px 40px;
  }
}

.indicators {
  padding-top: 100px;
  padding-bottom: 150px;
  background: #F1F1F1;
}
.indicators._not-back {
  background: none;
  padding-bottom: 50px;
}
.indicators__title {
  max-width: 600px;
  margin-bottom: 50px;
}
.indicators__title h2 {
  margin-bottom: 24px;
}
.indicators__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 1000px) {
  .indicators__num {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px 45px;
  }
}
.indicators__num-item {
  position: relative;
  width: 100%;
  padding: 0 45px;
}
@media (max-width: 1000px) {
  .indicators__num-item {
    width: calc(50% - 25px);
    padding: 0;
  }
}
@media (max-width: 620px) {
  .indicators__num-item {
    width: 100%;
    padding-bottom: 30px;
  }
}
.indicators__num-item:first-of-type {
  padding-left: 0;
}
.indicators__num-item:last-of-type {
  padding-right: 0;
}
.indicators__num-item span {
  display: block;
  color: #14AB00;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 24px;
}
.indicators__num-item p {
  max-width: 235px;
}
@media (max-width: 620px) {
  .indicators__num-item p {
    max-width: unset;
  }
}
.indicators__num-item:not(:last-of-type):before {
  content: "";
  position: absolute;
  top: 63px;
  right: 0;
  width: 1px;
  height: 80px;
  background: #14AB00;
}
@media (max-width: 620px) {
  .indicators__num-item:not(:last-of-type):before {
    right: unset;
    left: 50%;
    top: unset;
    bottom: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 83px;
    height: 1px;
  }
}
@media (max-width: 1000px) {
  .indicators__num-item:nth-child(2):before {
    display: none;
  }
}
@media (max-width: 620px) {
  .indicators__num-item:nth-child(2):before {
    display: block;
  }
}
.indicators__slider {
  position: relative;
  padding: 0 40px;
}
@media (max-width: 580px) {
  .indicators__slider {
    padding: 0;
  }
}
.indicators__slider .swiper-container {
  overflow: hidden;
}
.indicators__slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.indicators__slider-item img {
  height: 80px;
  width: 150px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.indicators__slider .swiper-button-next, .indicators__slider .swiper-button-prev {
  width: 14px;
  height: 26px;
  -webkit-transform: translateY(40%);
      -ms-transform: translateY(40%);
          transform: translateY(40%);
}
@media (max-width: 580px) {
  .indicators__slider .swiper-button-next, .indicators__slider .swiper-button-prev {
    display: none;
  }
}
.indicators__slider .swiper-button-next svg, .indicators__slider .swiper-button-prev svg {
  width: 14px;
  height: 26px;
}
.indicators__slider .swiper-button-next path, .indicators__slider .swiper-button-prev path {
  fill: #004CDD;
}

.exhibitions {
  padding: 100px 0;
}
.exhibitions ._two-columns:first-of-type {
  margin-bottom: 100px;
}
.exhibitions ._two-columns {
  gap: 50px;
}
.exhibitions br {
  display: none;
}
@media (max-width: 600px) {
  .exhibitions br {
    display: block;
  }
}
.exhibitions__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 100%;
}
.exhibitions__slider {
  width: 100%;
}
.exhibitions__slider .swiper-container {
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
}
.exhibitions__slider .swiper-container .swiper-slide {
  width: 100% !important;
  height: 288px;
}
.exhibitions__slider .swiper-container .swiper-wrapper {
  width: 100%;
}
.exhibitions__slider .swiper-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.exhibitions__slider .swiper-pagination {
  position: unset;
  margin-top: 14px;
}
.exhibitions__slider .swiper-pagination-bullet {
  margin: 0 9px !important;
  width: 9px;
  height: 9px;
  background: #F1F1F1;
  opacity: 1;
}
.exhibitions__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #14AB00;
}

.rus-brand img {
  width: 296px;
  max-width: 100%;
  margin-bottom: 50px;
}

.easy ._two-columns__img {
  height: 426px;
}

@media (max-width: 940px) {
  .real ._two-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.real ._two-columns__img {
  height: 470px;
}
@media (max-width: 940px) {
  .real ._two-columns__img {
    height: 426px;
  }
}

.more-pipal ._two-columns__img {
  height: 380px;
}
@media (max-width: 940px) {
  .more-pipal ._two-columns__img {
    height: 426px;
  }
}

.prod-det .swiper-container {
  position: relative;
  height: 100%;
}
.prod-det .swiper-pagination {
  bottom: 40px;
}
.prod-det .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.prod-det .swiper-pagination-bullet-active {
  background: #fff;
}
.prod-det .swiper-button-next {
  right: 0;
}
.prod-det .swiper-button-next:hover {
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}
.prod-det .swiper-button-prev {
  left: 0;
}
.prod-det .swiper-button-prev:hover {
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}
.prod-det .swiper-button-next, .prod-det .swiper-button-prev {
  height: 100%;
  width: 60px;
  top: 0;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  margin-top: 0;
}
.prod-det .swiper-button-next:hover path, .prod-det .swiper-button-prev:hover path {
  fill: #fff;
}
.prod-det .swiper-button-next svg, .prod-det .swiper-button-prev svg {
  width: 18px;
  height: 26px;
}
.prod-det .swiper-button-next path, .prod-det .swiper-button-prev path {
  fill: rgba(143, 143, 143, 0.5019607843);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.prod-det .swiper-slide {
  position: relative;
}
.prod-det .main-banner__text {
  position: absolute;
  z-index: 2;
  max-width: unset;
}
.prod-det .main-banner__text h2 {
  line-height: 1;
  margin-bottom: 24px;
}
.prod-det ._two-columns {
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
@media (max-width: 940px) {
  .prod-det ._two-columns__img {
    height: 586px;
  }
}
.prod-det ._two-columns__img img {
  width: 100%;
  height: 788px;
}
@media (max-width: 940px) {
  .prod-det ._two-columns__img img {
    height: 586px;
  }
}
.prod-det ._two-columns__img:hover img {
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
}
.prod-det ._two-columns__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0;
}
.prod-det ._two-columns__text > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  width: 100%;
}
@media (max-width: 940px) {
  .prod-det ._two-columns__text {
    padding: 0;
  }
}
.prod-det__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.prod-det__items span {
  display: block;
  font-weight: 700;
}
.prod-det__items p {
  padding: 15px 30px;
  border: 1.5px solid #14AB00;
  border-radius: 50px;
}

@media (max-width: 940px) {
  .first-step ._two-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 940px) {
  .first-step._rev ._two-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.first-step ._two-columns__img {
  height: 635px;
}
@media (max-width: 940px) {
  .first-step ._two-columns__img {
    height: 420px;
  }
}

.products h2 {
  margin-bottom: 50px;
}
.products__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
}
@media (max-width: 860px) {
  .products__wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 570px) {
  .products__wrap {
    grid-template-columns: 1fr;
  }
}
.products__item-img {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 25px;
}
.products__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.products__item-img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.products__item-text > p {
  color: #8F8F8F;
}
.products__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}
.products__item-title h3 {
  font-weight: 300;
  margin-bottom: 16px;
}
.products__item-title a {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.products__item-title p {
  font-weight: 700;
}

.seven .min__wrap {
  max-width: 890px;
}
.seven__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  margin-bottom: 100px;
}
.seven__num span {
  color: #004CDD;
  font-size: 157px;
  font-weight: 700;
}
@media (max-width: 1500px) {
  .seven__num span {
    font-size: calc(135px + (157 - 135) * (100vw - 320px) / 1180);
  }
}
.seven__num div {
  max-width: 387px;
}
.seven__num p {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
.seven__num p:first-of-type {
  color: #004CDD;
  margin-bottom: 15px;
}
@media (max-width: 1500px) {
  .seven__num p {
    font-size: calc(20px + (30 - 20) * (100vw - 320px) / 1180);
  }
}
.seven .approach__blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  gap: 25px;
  padding: 25px;
  margin-bottom: 100px;
}
@media (max-width: 800px) {
  .seven .approach__blockquote br {
    display: none;
  }
}
.seven .approach__blockquote p:first-of-type {
  margin-bottom: 25px;
}
.seven .approach__blockquote svg {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.seven__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.seven__item:not(:last-of-type) {
  margin-bottom: 100px;
}
.seven__item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
@media (max-width: 480px) {
  .seven__item div {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.seven__item div span {
  font-size: 30px;
  font-weight: 700;
}
.seven__item div a {
  display: inline-block;
}

.more-prod-pipal ._two-columns__img {
  height: 489px;
}
@media (max-width: 940px) {
  .more-prod-pipal ._two-columns__img {
    height: 420px;
  }
}

.comfort ._two-columns__img {
  height: 416px;
}
@media (max-width: 940px) {
  .comfort ._two-columns__img img {
    -o-object-position: right bottom;
       object-position: right bottom;
  }
}

.news {
  overflow: hidden;
}
.news__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.news__title div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 100px;
}
@media (max-width: 500px) {
  .news__title div {
    display: none;
  }
}
.news__title .swiper-button-next, .news__title .swiper-button-prev {
  position: unset;
  height: 26px;
  margin-top: 0;
}
.news__title .swiper-button-next svg, .news__title .swiper-button-prev svg {
  width: 14px;
  height: 26px;
}
.news__title .swiper-button-next path, .news__title .swiper-button-prev path {
  fill: #004CDD;
}
.news__item:hover h2 {
  color: #004CDD;
}
.news__item img {
  width: 100%;
  height: 283px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  margin-bottom: 25px;
}
@media (max-width: 400px) {
  .news__item img {
    height: 200px;
  }
}
.news__item img._left {
  -o-object-position: left center;
     object-position: left center;
}
.news__item h2 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news__item p {
  font-weight: 700;
  margin-bottom: 8px;
}
.news__item span {
  color: #8F8F8F;
}

.lider h2 {
  margin-bottom: 50px;
}

.torg {
  background: #F1F1F1;
}