.header {
  display: flex;
  height: 80px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 11;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid rgba(220, 220, 220, 0.6);
  width: 100vw;
  max-width: 100vw;
  background: #fff;
  transition: left 0.5s linear, width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.5s linear;
  box-sizing: initial; }
  .header--logo {
    position: relative;
    left: 0;
    background: #fff;
    top: 0;
    z-index: 2;
    width: 30%;
    height: 100%;
    display: block;
    overflow: hidden;
    -webkit-transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.5s linear; }
    @media screen and (max-width: 1500px) {
      .header--logo {
        width: 27%; } }
    @media screen and (max-width: 1050px) {
      .header--logo {
        width: 100%; } }
  .header__phone {
    font-family: "Neris SemiBold", sans-serif;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #222629;
    text-decoration: none;
    position: absolute;
    top: 47%;
    transform: translateY(-60%);
    left: 25%;
    z-index: 5;
    font-size: 22px; }
    @media all and (max-width: 1700px) {
      .header__phone {
        left: 20%;
        font-size: 20px; } }
    @media screen and (max-width: 1500px) {
      .header__phone {
        left: 25%; } }
    @media screen and (max-width: 1300px) {
      .header__phone {
        left: 23%;
        font-size: 16px;
        top: 50%;
        transform: translateY(-50%); } }
    @media screen and (min-width: 1051px) and (max-width: 1170px) {
      .header__phone {
        display: none; } }
    @media screen and (max-width: 1050px) {
      .header__phone {
        left: 51%;
        font-size: 16px;
        top: 50%;
        transform: translateY(-50%); } }
    @media screen and (max-width: 991px) {
      .header__phone {
        left: 51%;
        font-size: 14px;
        top: 47%;
        transform: translateY(-50%); } }
    @media screen and (max-width: 400px) {
      .header__phone {
        display: none; } }
  .header-nav {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    justify-content: flex-end;
    flex-direction: row;
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
    width: 70%;
    height: 100%;
    padding-right: 80px;
    list-style: none; }
    .header-nav__item {
      padding-right: 50px;
      line-height: 70px;
      height: 100%;
      position: relative;
      left: 0; }
      .header-nav__item a {
        font-family: "Neris SemiBold";
        line-height: 165%;
        letter-spacing: 0.01em;
        color: #222629;
        text-decoration: none; }
      .header-nav__item:before {
        content: '';
        display: none;
        position: absolute;
        height: 2px;
        width: calc(100% - 50px);
        background: #00725C;
        top: 0;
        left: 0; }
      .header-nav__item.active:before {
        display: block; }
      @media screen and (max-width: 1500px) {
        .header-nav__item {
          padding-right: 20px; }
          .header-nav__item:before {
            width: calc(100% - 20px); } }
      @media screen and (max-width: 1300px) {
        .header-nav__item {
          line-height: 65px; } }
      @media screen and (max-width: 1100px) {
        .header-nav__item {
          padding-right: 15px; }
          .header-nav__item:before {
            width: calc(100% - 15px); } }
    @media screen and (max-width: 1500px) {
      .header-nav {
        width: 73%; } }
  .header .logo--proper {
    position: absolute;
    z-index: 2000;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    max-width: 235px;
    max-height: 76px;
    -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), left 0.5s linear 0.1s;
    overflow: auto; }
    @media screen and (max-width: 1050px) {
      .header .logo--proper {
        left: 20px; } }
    @media screen and (max-width: 500px) {
      .header .logo--proper {
        transform: scale(0.8);
        top: -10px;
        left: -10px; } }
  .header .logo--mark {
    position: fixed;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg) translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
  @media screen and (max-width: 1300px) {
    .header {
      height: 65px; } }
  @media screen and (max-width: 1050px) {
    .header {
      background: transparent; }
      .header-nav {
        display: none; } }
  @media screen and (max-width: 500px) {
    .header {
      height: 55px; } }

.dropdown {
  position: relative;
  display: inline-block; }
  .dropdown .dropbtn {
    border: none;
    background: none;
    cursor: pointer;
    font-family: "Neris SemiBold";
    line-height: 165%;
    letter-spacing: 0.04em;
    color: #222629;
    position: relative; }
    @media screen and (max-width: 1050px) {
      .dropdown .dropbtn {
        opacity: 0;
        transition: opacity .5s linear; } }
    .dropdown .dropbtn:after {
      content: '';
      display: none;
      position: absolute;
      bottom: -12px;
      width: 100%;
      height: 2px;
      background: #00725C; }
    .dropdown .dropbtn:focus {
      outline: none; }
    .dropdown .dropbtn img {
      padding: 0 5px;
      transition: 0.5s;
      transform: translateY(-2px); }
  .dropdown-content {
    display: none;
    position: absolute;
    left: -10px;
    background-color: #FFFFFF;
    min-width: 155px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1; }
    .dropdown-content ul {
      list-style: none; }
      .dropdown-content ul li {
        margin: 0;
        left: 0; }
        .dropdown-content ul li:before {
          display: none; }
    .dropdown-content a {
      font-family: "Neris SemiBold";
      line-height: 235%;
      letter-spacing: 0.04em;
      color: #222629;
      padding: 0 16px;
      text-decoration: none;
      display: block;
      font-size: 2em; }
    .dropdown-content-mob {
      height: auto;
      display: none;
      flex-direction: column;
      background: transparent; }
      .dropdown-content-mob ul {
        padding-left: 20px; }
        .dropdown-content-mob ul li {
          padding: 10px 0;
          left: 0;
          margin: 0; }
          .dropdown-content-mob ul li:before {
            display: none; }
          .dropdown-content-mob ul li a {
            font-size: 3.2em; }
  .dropdown:hover img {
    transform: rotate(180deg) translateY(2px); }
  .dropdown:hover .dropdown-content {
    display: block; }

.hamburger {
  position: fixed;
  display: block;
  padding: 0;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  right: 0;
  top: 0;
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  opacity: 0;
  z-index: 14;
  visibility: collapse; }
  .hamburger .lines {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: 20px;
    height: 18px;
    margin-top: -9px;
    margin-left: -10px;
    display: block;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: .4s; }
    .hamburger .lines .line {
      position: absolute;
      width: 24px;
      height: 2px;
      background-color: #222629;
      display: block;
      -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
      .hamburger .lines .line--top {
        top: 0;
        left: 0; }
      .hamburger .lines .line--middle {
        background-color: #00725C;
        top: 50%;
        left: 0;
        margin-top: -1px;
        margin-left: 3px; }
      .hamburger .lines .line--bottom {
        bottom: 0;
        left: 0; }
  @media screen and (max-width: 1300px) {
    .hamburger {
      width: 65px;
      height: 65px; } }
  @media screen and (max-width: 1050px) {
    .hamburger {
      opacity: 1;
      visibility: visible; } }
  @media screen and (max-width: 500px) {
    .hamburger {
      height: 55px;
      width: 55px; } }

.language-select {
  position: fixed;
  display: block;
  padding: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  z-index: 13;
  opacity: 1; }
  .language-select svg {
    margin-left: 3px; }
  @media screen and (max-width: 1300px) {
    .language-select {
      width: 65px;
      height: 65px; } }
  @media screen and (max-width: 1050px) {
    .language-select {
      display: none; } }

.burger-menu {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100vh;
  width: 320px;
  opacity: 0;
  background: #FFFFFF;
  border: 1px solid rgba(220, 220, 220, 0.6);
  z-index: 20;
  display: flex;
  flex-direction: column;
  transition: all .5s; }
  .burger-menu .language-select {
    position: absolute;
    left: 0;
    top: 0; }
  .burger-menu__close {
    height: 65px;
    position: relative;
    border-bottom: 1px solid rgba(220, 220, 220, 0.6); }
    .burger-menu__close-button {
      position: absolute;
      right: 25px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer; }
  .burger-menu__list {
    height: calc(100% - 140px);
    overflow-y: auto;
    margin: 35px 15px 10px 5px;
    scrollbar-color: #00725C transparent;
    scrollbar-width: thin; }
    .burger-menu__list::-webkit-scrollbar {
      width: 3px; }
    .burger-menu__list::-webkit-scrollbar-thumb {
      background: #00725C; }
  .burger-menu__nav {
    padding: 35px 20%;
    transition: opacity .3s;
    max-height: 100%; }
  .burger-menu__item {
    padding-bottom: 35px;
    transition: width .5s linear;
    margin: 0;
    left: 0;
    position: relative; }
    .burger-menu__item:before {
      display: none; }
    .burger-menu__item a {
      font-family: "Neris SemiBold";
      font-size: 1.6em;
      line-height: 135%;
      letter-spacing: 0.03em;
      color: #222629;
      opacity: 0;
      transition: opacity .5s linear;
      position: relative; }
      .burger-menu__item a:after {
        content: '';
        display: none;
        position: absolute;
        bottom: -15px;
        width: 100%;
        height: 2px;
        background: #00725C; }
    .burger-menu__item.active.burger-dropdown a:after {
      display: none; }
    .burger-menu__item.active.burger-dropdown button:after {
      display: block; }
    .burger-menu__item.active a:after {
      display: block; }
    .burger-menu__item .dropdown .dropbtn {
      font-size: 1.6em;
      padding: 0; }
      .burger-menu__item .dropdown .dropbtn.img-transform img {
        transform: rotate(180deg) translateY(2px); }
    .burger-menu__item .dropdown:hover img {
      transform: none; }
    .burger-menu__item .dropdown:hover .dropdown-content {
      display: none; }
  @media screen and (max-width: 600px) {
    .burger-menu {
      width: 100vw; } }

.is-headerOpen {
  overflow: hidden; }
  .is-headerOpen .burger-menu {
    opacity: 1;
    right: 0;
    transition: all .5s; }
    .is-headerOpen .burger-menu .language-select {
      display: block; }
    .is-headerOpen .burger-menu__item a {
      opacity: 1;
      transition: opacity .4s linear .3s; }
  .is-headerOpen .dropdown-content-mob {
    display: none; }
    .is-headerOpen .dropdown-content-mob.show-content {
      display: flex; }
  .is-headerOpen .dropdown .dropbtn {
    opacity: 1;
    transition: opacity .4s linear .3s; }

.is-headerScroll .language-select {
  opacity: 0; }

.is-headerScroll .header {
  border: none;
  z-index: 20;
  transform: translate(-100vw, 0);
  width: 80px; }

.is-headerScroll .header--logo {
  position: absolute;
  width: 80px;
  -webkit-transform: translate(100vw, 0);
  -ms-transform: translate(100vw, 0);
  transform: translate(100vw, 0);
  box-sizing: border-box; }

.is-headerScroll .header-nav {
  -webkit-transform: translate(-100vw, 0);
  -ms-transform: translate(-100vw, 0);
  transform: translate(-100vw, 0); }

.is-headerScroll .logo--proper {
  opacity: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: left .5s linear .3s; }

.is-headerScroll .logo--mark {
  left: 50%;
  opacity: 1;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0) translate(-50%, -50%);
  -webkit-transition-delay: .3s;
  -o-transition-delay: 3s;
  transition-delay: .3s; }

.is-headerScroll .hamburger {
  opacity: 1;
  transition: opacity .1s linear;
  visibility: visible; }

.is-headerScroll .hamburger .lines .line {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.is-headerScroll .hamburger .lines .line--top {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s; }

.is-headerScroll .hamburger .lines .line--middle {
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s; }

.is-headerScroll .hamburger .lines .line--bottom {
  -webkit-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s; }

.footer {
  overflow: hidden;
  position: relative;
  width: calc(100vw - 80px);
  bottom: 0;
  left: 0;
  right: 0;
  height: 675px;
  display: flex;
  flex-wrap: nowrap; }
  .footer a {
    text-decoration: underline; }
    .footer a:before {
      display: none; }
  .footer.full-width {
    width: 100vw; }
  .footer .social-media {
    color: #AEAEAE; }
  .footer .contact-us {
    color: #fff;
    line-height: 145%;
    text-decoration: none;
    font-size: 1.65em;
    display: inline;
    position: absolute;
    bottom: 3%; }
    .footer .contact-us .link-button {
      color: #ffffff; }
      .footer .contact-us .link-button:after {
        background: #fff; }
      .footer .contact-us .link-button:active {
        color: #E9E9E9; }
    @media screen and (max-width: 600px) {
      .footer .contact-us {
        position: relative; } }
  .footer-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: #222629;
    border: 1px solid #3D3F3F;
    flex: 1 1 25%;
    width: 25%;
    font-family: "Neris SemiBold";
    font-size: 0.6em;
    line-height: 155%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    padding: 6% 3% 3%; }
    .footer-block svg {
      cursor: pointer;
      transition: all .3s linear; }
      .footer-block svg:hover {
        transition: all .3s linear; }
    .footer-block.map {
      padding: 0; }
    .footer-block__copyright {
      position: absolute;
      height: 50px;
      width: 25%;
      background: #262626;
      right: 0;
      bottom: 0;
      padding: 0 30px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .footer-block__copyright-text {
        font-family: "Neris SemiBold";
        font-size: 0.3em;
        line-height: 160%;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        color: #FFFFFF;
        display: block; }
    @media screen and (max-width: 1050px) {
      .footer-block {
        width: 33.3333%;
        flex: 1 1 33%;
        justify-content: space-between;
        padding-bottom: 5%; }
        .footer-block:first-of-type {
          display: none; }
        .footer-block__copyright {
          width: 33.3333%; }
          .footer-block__copyright-text {
            font-size: 0.5em; } }
    @media screen and (max-width: 600px) {
      .footer-block {
        width: 100%;
        min-height: 340px;
        font-size: 0.875em; }
        .footer-block__copyright {
          width: 100%; }
        .footer-block.map {
          height: 240px; }
        .footer-block:nth-child(3) {
          display: none; }
        .footer-block p:last-child {
          padding-bottom: 20px; } }
  .footer-contacts .footer-block {
    display: none; }
    .footer-contacts .footer-block:last-child {
      display: block; }
    .footer-contacts .footer-block__copyright {
      width: 100%; }
  @media screen and (max-width: 1500px) {
    .footer {
      height: 550px; } }
  @media screen and (max-width: 1050px) {
    .footer {
      width: 100vw; } }
  @media screen and (max-width: 720px) {
    .footer {
      height: 370px; } }
  @media screen and (max-width: 600px) {
    .footer {
      flex-direction: column;
      height: auto;
      margin-top: 3em; } }

.show-md {
  display: none; }
  @media screen and (max-width: 1050px) {
    .show-md {
      display: block; } }
  .show-md .contact-us {
    bottom: 10%; }

.show-sm {
  display: none; }
  @media screen and (max-width: 600px) {
    .show-sm {
      display: block; } }
  .show-sm .link-button {
    font-size: 0.7em; }

.link-button {
    position: relative;
    display: inline-block;
    text-align: center;
    height: auto;
    font-family: "Neris SemiBold";
    font-size: 0.8em;
    line-height: 145%;
    letter-spacing: 0.03em;
    color: #00725C;
    padding: 5px 0;
    transition: padding .3s linear;
    z-index: 10;
    white-space: nowrap;
}

.link-button:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: rgb(0, 114, 92);
    transition: width .7s ease-in-out;
    width: 100%;
}

.link-button:hover {
    cursor: pointer;
    padding: 0 0 10px;
}

.link-button:hover:after {
    width: 30%;
}

.link-button:active {
    color: #00725C;
}

@media screen and (max-width: 1050px) {
    .link-button {
        font-size: 0.9em;
    }
}

.contacts-information {
  position: sticky;
  top: 40%;
  transform: translateY(-50%);
  z-index: 55;
  height: 0; }
  .contacts-information .contacts-block {
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 20px; }
    .contacts-information .contacts-block__item {
      margin-bottom: 5px;
      display: flex;
      width: 45px;
      position: relative;
      transition: width .1s linear .5s; }
      .contacts-information .contacts-block__item.hovered {
        width: 165px;
        transition: width .5s linear; }
        .contacts-information .contacts-block__item.hovered .contacts-block__image {
          background: #00725C;
          transition: background linear .3s; }
        .contacts-information .contacts-block__item.hovered path {
          fill: none;
          stroke: #FFFFFF; }
        .contacts-information .contacts-block__item.hovered .contacts-block__hidden-info {
          width: 100%;
          transition: width .5s linear; }
          .contacts-information .contacts-block__item.hovered .contacts-block__hidden-info a {
            opacity: 1;
            transition: opacity .4s linear .3s; }
        .contacts-information .contacts-block__item.hovered .fb-network {
          width: 0; }
          .contacts-information .contacts-block__item.hovered .fb-network a {
            opacity: 0; }
      @media screen and (max-width: 720px) {
        .contacts-information .contacts-block__item {
          margin-right: 10px; }
          .contacts-information .contacts-block__item.hovered {
            width: 0;
            transition: none; }
            .contacts-information .contacts-block__item.hovered .contacts-block__hidden-info a {
              opacity: 0; }
          .contacts-information .contacts-block__item .contacts-block__image {
            background: #00725C; }
          .contacts-information .contacts-block__item path {
            fill: none;
            stroke: #FFFFFF; } }
    .contacts-information .contacts-block__image {
      height: 45px;
      cursor: pointer;
      transition: background .3s linear .3s; }
    .contacts-information .contacts-block__hidden-info {
      position: absolute;
      left: 45px;
      top: 0;
      background: rgba(255, 255, 255, 0.8);
      box-shadow: 0px 1.43897px 2.21381px rgba(0, 0, 0, 0.00843437), 0px 3.45805px 5.32008px rgba(0, 0, 0, 0.0121168), 0px 6.51121px 10.0172px rgba(0, 0, 0, 0.015), 0px 11.6149px 17.869px rgba(0, 0, 0, 0.0178832), 0px 21.7244px 33.4221px rgba(0, 0, 0, 0.0215656), 0px 52px 80px rgba(0, 0, 0, 0.03);
      height: 45px;
      display: inline-flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      width: 0;
      overflow: hidden;
      -webkit-transition: width 1s ease-in-out;
      -moz-transition: width 1s ease-in-out;
      -o-transition: width 1s ease-in-out;
      transition: width 1s ease-in-out; }
      .contacts-information .contacts-block__hidden-info a {
        font-family: "Neris SemiBold";
        font-size: 0.35em;
        line-height: 120%;
        color: #222629;
        opacity: 0;
        padding-left: 10px;
        transition: opacity .3s linear; }
    @media screen and (max-width: 720px) {
      .contacts-information .contacts-block {
        flex-direction: row; } }
  @media screen and (max-width: 720px) {
    .contacts-information {
      top: 90%;
      transform: translateY(-100%); } }

.grecaptcha-badge {
  visibility: hidden; }

