@font-face {
  font-family: "ralewaySemiBold";
  src: url("../fonts/raleway/Raleway-SemiBold.ttf");
  font-display: swap;
}

@font-face {
  font-family: "ralewayThin";
  src: url("../fonts/raleway/Raleway-Thin.ttf");
  font-display: swap;
}

@font-face {
  font-family: "ralewayExtraBold";
  src: url("../fonts/raleway/Raleway-ExtraBold.ttf");
  font-display: swap;
}

@font-face {
  font-family: "ralewayBlack";
  src: url("../fonts/raleway/Raleway-Black.ttf");
  font-display: swap;
}

@font-face {
  font-family: "ralewayBlackItalic";
  src: url("../fonts/raleway/Raleway-BlackItalic.ttf");
  font-display: swap;
}

@font-face {
  font-family: "ralewayBold";
  src: url("../fonts/raleway/Raleway-Bold.ttf");
  font-display: swap;
}

@font-face {
  font-family: "ralewayBoldItalic";
  src: url("../fonts/raleway/Raleway-BoldItalic.ttf");
  font-display: swap;
}

@font-face {
  font-family: "ralewayExtraLightItalic";
  src: url("../fonts/raleway/Raleway-ExtraLightItalic.ttf");
  font-display: swap;
}

@font-face {
  font-family: "ralewayItalic";
  src: url("../fonts/raleway/Raleway-Italic.ttf");
  font-display: swap;
}

@font-face {
  font-family: "ralewayExtraLight";
  src: url("../fonts/raleway/Raleway-ExtraLight.ttf");
  font-display: swap;
}

@font-face {
  font-family: "ralewayLight";
  src: url("../fonts/raleway/Raleway-Light.ttf");
  font-display: swap;
}

@font-face {
  font-family: "ralewayLightItalic";
  src: url("../fonts/raleway/Raleway-LightItalic.ttf");
  font-display: swap;
}

@font-face {
  font-family: "ralewayMedium";
  src: url("../fonts/raleway/Raleway-Medium.ttf");
  font-display: swap;
}

@font-face {
  font-family: "ralewayMediumItalic";
  src: url("../fonts/raleway/Raleway-MediumItalic.ttf");
  font-display: swap;
}

@font-face {
  font-family: "ralewayRegular";
  src: url("../fonts/raleway/Raleway-Regular.ttf");
  font-display: swap;
}

@font-face {
  font-family: "ralewaySemiBoldItalic";
  src: url("../fonts/raleway/Raleway-SemiBoldItalic.ttf");
  font-display: swap;
}

@font-face {
  font-family: "ralewayThinItalic";
  src: url("../fonts/raleway/Raleway-ThinItalic.ttf");
  font-display: swap;
}

.nav__links,
.search__menu--link,
.search__menu--link_sub,
.search__menu--link_contracts,
.search__menu--link_contacts {
  font-family: ralewaySemiBold;
  font-weight: 600;
}

.dropdown__menu--search.active button,
.dropdown__menu--search.active .mobile_search_input {
  font-family: ralewayMedium;
  font-weight: 600;
}

.dropdown__menu--search.active .mobile_search_input::placeholder,
.dropdown__menu--search.active .mobile_search_input:-ms-input-placeholder,
.dropdown__menu--search.active .mobile_search_input::-ms-input-placeholder {
  font-family: ralewayLight;
}

.search__button {
  font-family: ralewayThin;
  font-weight: 100;
}

.nav__links li a,
.bar {
  transition: all 0.3s ease;
}

header {
  margin-bottom: 400px;
}

@media (min-width: 0px) and (max-width: 1200px) {
  header {
    margin-bottom: 0px;
  }
}

@media (min-width: 1921px) {
  header {
    margin-bottom: 0px;
  }
}



.navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  height: 60px;
  padding: 0.5rem calc((93vw - 1200px) / 2);
  z-index: 10;
}

@media (min-width: 576px) and (max-width: 991px) {
  .navigation {
    height: 60px !important;
    margin-bottom: 15px;
  }
}

@media (min-width: 576px) {
  .navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 150px;
    background-color: transparent;
    padding: 0.5rem calc((93vw - 1600px) / 2);
    z-index: 10;
  }
}

@media (min-width: 768px) {
  .navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 150px;
    background-color: transparent;
    padding: 0.5rem calc((93vw - 1600px) / 2);
    z-index: 10;
  }
}

@media (min-width: 992px) {
  .navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 150px;
    background-color: transparent;
    padding: 0.5rem calc((93vw - 1200px) / 2);
    z-index: 10;
  }
}

@media (min-width: 1200px) {
  .navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 150px;
    background-color: transparent;
    padding: 0.5rem calc((93vw - 1600px) / 2);
    z-index: 10;
  }
}

@media (min-width: 1400px) {
  .navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 150px;
    background-color: transparent;
    padding: 0.5rem calc((93vw - 1400px) / 2);
    z-index: 10;
  }
}

@media (min-width: 1600px) {
  .navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 150px;
    background-color: transparent;
    padding: 0.5rem calc((93vw - 1400px) / 2);
    z-index: 10;
  }
}

.logo {
  cursor: pointer;
  text-decoration: none;
  margin-left: 15px;
}

.logo img {
  width: 165px;
  height: auto;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  .logo img {
    width: 165px;
    height: auto;
  }
}

@media (min-width: 0px) and (max-width: 576px) {
  .logo img {
    width: 115px;
    height: auto;
  }
}

.nav__links {
  display: none;
  list-style: none;
  font-size: 13px;
}

@media (min-width: 992px) {
  .nav__links {
    display: block;
  }
}


.nav__links li {
  display: inline-block;
  padding: 0px 8px;
}

@media (min-width: 1200px) {
  .nav__links li {
    padding: 0px 20px;
  }
}

@media (min-width: 1300px) {
  .nav__links {
    font-size: 16px;
  }
}

.nav__links li a {
  color: #000;
  text-decoration: none !important;
}

.nav__links li a:hover {
  color: #205ca5;
}

.nav__autorization__container {
  width: 150px;
  height: 41px;
}

@media (min-width: 0px) and (max-width: 575px) {
  .nav__autorization__container {
    width: 60px;
    height: 60px;
    margin: 10px 0px 0px 0px;
  }
}

.nav__autorization {
  display: flex;
  margin: 0px 0px 0px 0px;
  justify-content: space-between;
  flex-direction: row;
  display: flex;
}

@media (min-width: 0px) and (max-width: 576px) {
  .nav__autorization .nav__autorization__group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*margin: -12px -65px 0px 0px;*/
  }
}

@media (min-width: 576px) {
  .nav__autorization .nav__autorization__group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 10px 15px 0px 0px;
  }
}

@media (min-width: 992px) {
  .nav__autorization .nav__autorization__group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0px 0px 0px 0px;
  }
}

.nav__autorization .authorization__button {
  background: #205ca5 url(../img/header/elips_paint.png) no-repeat 9px center;
  border: solid 0px #d0d7e9;
  padding: 9px 10px 9px 32px;
  width: 0px;
  height: 41px;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 10em;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

@media (min-width: 0px) and (max-width: 575px) {
  .nav__autorization .authorization__button {
    background: #205ca5 url(../img/header/elips_paint.png) no-repeat 17px center;
    border: solid 0px #d0d7e9;
    padding: 9px 10px 9px 32px;
    margin: 2px 0px 0px 0px;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 0em;
    -moz-border-radius: 0em;
    border-radius: 0em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
  }
}

@media (min-width: 576px) {
  .nav__autorization .authorization__button {
    display: block;
  }
}

@media (min-width: 768px) {
  .nav__autorization .authorization__button {
    display: block;
  }
}

@media (min-width: 992px) {
  .nav__autorization .authorization__button {
    display: block;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .nav__autorization .authorization__button.active {
    background: #205ca5 url(../img/header/elips_paint.png) no-repeat 9px center;
    border: solid 0px #fff;
    margin: 12px 0px 0px 15px;
    width: 0px;
    height: 41px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
  }
}

@media (min-width: 576px) {
  .nav__autorization .authorization__button.active {
    background: #ededed url(../img/header/elips_paint.png) no-repeat 9px center;
    color: #fff;
    border: none;
    background-color: #205ca5;
    text-align: center;
    margin-right: 13px;
    width: 150px;
    height: 41px;
    border-radius: 21px;
    padding-right: 13px;
  }
}

@media (min-width: 576px) {
  .nav__autorization {
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .nav__autorization {
    margin-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .nav__autorization {
    margin-bottom: 15px;
  }
}

.nav__search__container {
  height: 41px;
  /*width: 40px;*/
  display: block;

}

.search__button {
  outline: none;
}

@media (min-width: 0px) and (max-width: 300px) {
  .nav__search__container {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 576px) {
  .search__button {
    display: block;
  }
}

.search__button {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-size: 100%;
}

.search__button::-webkit-search-decoration,
.search__button::-webkit-search-cancel-button {
  display: none;
}

.search__button {
  background: #fff url(../img/header/news_dropdown_menu/search_icon.png) no-repeat 9px center;
  border: solid 1px #fff;
  padding: 6px 10px 9px 32px;
  width: 0px;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 10em;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  cursor: auto;
}

@media (min-width: 0px) and (max-width: 575px) {
  .search__button {
    background: #fff url(../img/header/news_dropdown_menu/search_icon.png) no-repeat 17px center;
    border: solid 1px #fff;
    margin: 23px 0px 0px 0px;
    padding: 0px 0px 15px 63px;
    width: 0px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
  }
}

@media (min-width: 300px) and (max-width: 575px) {
  .search__button.active {
    background: #EDEDED url(../img/header/news_dropdown_menu/search_icon.png) no-repeat 17px center;
    border: solid 1px #EDEDED;
    margin: 23px 0px 0px 0px;
    padding: 0px 0px 15px 63px;
    width: 0px;
    height: 43px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 0em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
  }
}

@media (min-width: 576px) {
  .search__button {
    background: #fff url(../img/header/news_dropdown_menu/search_icon.png) no-repeat 9px center;
    border: solid 1px #fff;
    padding: 6px 10px 9px 32px;
    width: 0px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    cursor: auto;
  }
}

@media (min-width: 576px) {
  .search__button:hover {
    background: #d0d7e9 url(../img/header/news_dropdown_menu/search_icon.png) no-repeat 111px center;
    width: 106px;
    margin-left: -100px;
    background-color: #00b867;
    border: solid 1px #64b46d;
    color: black;
    font-weight: bold;
    text-align: left;
  }
}

.search__button:-moz-placeholder {
  color: black;
}

.search__button::-webkit-input-placeholder {
  color: black;
}

.bar {
  width: 25px;
  height: 3px;
  margin: 5px auto;
  background-color: #000f62;
}

@media (min-width: 0px) and (max-width: 576px) {
  .mobile__menu {
    display: block;
    cursor: pointer;
    height: 60px;
    width: 65px;
    background-color: #00b76c;
  }

  .mobile__menu img {
    height: 40px;
    margin: 10px 0px 0px 22px;
    transition: 0.5s;
    clip-path: inset(10px 0px 0px 0px);
    -webkit-clip-path: inset(10px 0px 0px 0px);
  }

  .mobile__menu.active img {
    height: 40px;
    margin: 15px 0px 0px 22px;
    transition: 0.5s;
    clip-path: inset(0px 0px 10px 0px);
    -webkit-clip-path: inset(0px 0px 10px 0px);
  }
}

@media (min-width: 576px) {
  .mobile__menu {
    display: block;
    cursor: pointer;
    height: 60px;
    width: 65px;
    background-color: #00b76c;
  }

  .mobile__menu img {
    height: 40px;
    margin: 10px 0px 0px 22px;
    transition: 0.5s;
    clip-path: inset(10px 0px 0px 0px);
  }

  .mobile__menu.active img {
    height: 40px;
    margin: 15px 0px 0px 22px;
    transition: 0.5s;
    clip-path: inset(0px 0px 10px 0px);
  }
}

@media (min-width: 992px) {
  .mobile__menu {
    display: none;
    cursor: pointer;
    height: 60px;
    width: 65px;
    background-color: #00b76c;
  }

  .mobile__menu img {
    display: none;
    height: 40px;
    margin: 10px 0px 0px 22px;
    transition: 0.5s;
    clip-path: inset(10px 0px 0px 0px);
  }

  .mobile__menu.active img {
    height: 40px;
    margin: 15px 0px 0px 22px;
    transition: 0.5s;
    clip-path: inset(0px 0px 10px 0px);
  }
}

@media (min-width: 1188px) {
  .mobile__menu {
    display: none;
    cursor: pointer;
    margin-right: 13px;
  }

  .mobile__menu.active .bar:nth-child(2) {
    opacity: 0;
  }

  .mobile__menu.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .mobile__menu.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}

.dropdown__content {
  width: 600px;
  height: 257px;
  border-radius: 128px;
  background-color: #ebebeb;
  box-shadow: none !important;
  text-align: center;
  margin-left: -160px;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
  transform: translateX(1px);
}

.dropdown__content--next {
  width: 360px;
  height: 100px;
  border-radius: 128px;
  background-color: #ebebeb;
  box-shadow: none !important;
  text-align: center;
  margin-left: -51px;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
  transform: translateX(1px);
}

.dropdown__content--next .row {
  margin-top: -15px;
  margin-left: 39px;
}



@-webkit-keyframes DropdownIn {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(5px);
  }
}

@-moz-keyframes DropdownIn {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(5px);
  }
}

@-ms-keyframes DropdownIn {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(5px);
  }
}

@keyframes DropdownIn {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(5px);
  }
}

@-webkit-keyframes DropdownOut {
  0% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(1px);
  }
}

@-moz-keyframes DropdownOut {
  0% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(1px);
  }
}

@-ms-keyframes DropdownOut {
  0% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(1px);
  }
}

@keyframes DropdownOut {
  0% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(1px);
  }
}

.dropdown__content.arrow-top {
  margin-top: 20px;
}

.dropdown__content.arrow-top:after {
  content: " ";
  position: absolute;
  margin-left: -125px;
  top: -15px;
  border-top: none;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #ebebeb;
}

.dropdown__content--next.arrow-top {
  margin-top: 20px;
}

.dropdown__content--next.arrow-top:after {
  content: " ";
  position: absolute;
  margin-left: -125px;
  top: -15px;
  border-top: none;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #ebebeb;
}


.dropdown__menu:hover .dropdown__content {
  visibility: visible;
  opacity: 1;
  animation: DropdownIn 0.2s ease-in forwards;
  z-index: 99;
}

.dropdown__menu:hover .dropdown__content--next {
  visibility: visible;
  opacity: 1;
  animation: DropdownIn 0.2s ease-in forwards;
  z-index: 99;
}


.dropdown__column {
  width: 49.33%;
  padding: 30px;
}

.dropdown__column2 {
  width: 47.33%;
  padding: 36px;
}

.row_dropdown2 {
  margin-left: 10px;
  margin-right: 10px;
}

.dropdown__item {
  float: none;
  color: #000;
  padding: 16px;
  text-decoration: none;
}

.dropdown__item2 {
  float: none;
  color: #000;
  padding: 16px;
  text-decoration: none;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.dropdown__menu--mobile {
  background-color: #EDEDED;
  display: none;
  z-index: 99;
}

.dropdown__menu--mobile.active {
  background-color: #EDEDED;
  display: block;
  z-index: 99;
}

@media (min-width: 576px) and (max-width: 991px) {
  .dropdown__menu--mobile.active {
    background-color: #EDEDED;
    display: block;
    z-index: 99;
    margin-top: -15px;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-ms-keyframes fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.dropdown__menu--mobile li {
  list-style: none;
}

.dropdown__menu--mobile ul {
  margin-bottom: 0rem !important;
  padding-left: 1.5rem !important;
}

.sub__menu--dropdown {
  display: none;
}

.has__dropdown {
  display: flex;
  flex-direction: column;
}

.sub__block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: -5px 0px 0px 20px;
}

.sub__block--abouts_us {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0px 0px 0px 20px;
}

.search__menu--link {
  text-decoration: none;
  color: #000;
  font-size: 16px;
}

.search__menu--link_sub {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

.news__group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.search__menu--link_contracts {
  margin: 0px 0px 0px 20px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
}

.contacts_li {
  margin: 10px 0px 0px 20px;
}

.search__menu--link_contacts {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  margin: 0px 0px 0px 0px;
}

.cross {
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
  margin: 0px 10px 0px 0px;
  transition: 0.4s;
}

.cross:before,
.cross:after {
  content: "";
  position: absolute;
  z-index: 99;
  background: #00B76C;
  border-radius: 10px;
}

.cross:before {
  left: 50%;
  width: 30%;
  margin-left: -15%;
  height: 100%;
}

.cross:after {
  top: 50%;
  height: 30%;
  margin-top: -15%;
  width: 103%;
}

.cross-active {
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
  margin: 0px 10px 0px 0px;
  transition: 0.4s;
  transform: rotate(90deg);
  clip-path: inset(0px 7px 0px 7px);
  -webkit-clip-path: inset(0px 7px 0px 7px);
}

.dropdown__menu--search {
  display: none;
}

.dropdown__menu--search.active {
  display: flex;
  flex-direction: column;
  background-color: #EDEDED;
  align-items: center;
  z-index: 99;
}

.dropdown__menu--search.active button {
  width: 344px;
  height: 41px;
  border-radius: 20px;
  background-color: #00b867;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  border: 2px #EDEDED;
  margin: 0px 0px 15px 0px;
  letter-spacing: 0.8px;
  font-weight: 500;
}

.dropdown__menu--search.active .mobile_search_input {
  width: 344px;
  height: 41px;
  border-radius: 20px;
  background-color: #ffffff;
  border: 2px #EDEDED;
  margin: 15px 0px 15px 0px;
  text-align: left;
  font-weight: 500;
  padding: 0px 0px 0px 25px;
}

.dropdown__menu--search.active .mobile_search_input:focus {
  outline: none !important;
  border: 2px solid #00b867;
}

.dropdown__menu--search.active .mobile_search_input::placeholder {
  color: #b6b6b6;
  font-weight: 400;
  opacity: 1;
}

.dropdown__menu--search.active .mobile_search_input:-ms-input-placeholder {
  color: #b6b6b6;
  font-weight: 400;
}

.dropdown__menu--search.active .mobile_search_input::-ms-input-placeholder {
  color: #b6b6b6;
  font-weight: 400;
}

.left-pic-container {
  width: 45px;
  font-size: 0;
  height: 7px;
  margin-left: 45px;
  padding-top: 5px;
}

.left-pic-container2 {
  width: 45px;
  font-size: 0;
  height: 7px;
  margin-left: -34px;
  padding-top: 5px;

}

.left-pic-container--reestr {
  width: 45px;
  font-size: 0;
  height: 7px;
  margin-left: 24px;
  padding-top: 5px;
}

.right-pic-container {
  width: 25px;
  font-size: 0;
  height: 7px;
  margin-left: 25px;
  padding-top: 5px;
}

.right-pic-container2 {
  width: 25px;
  font-size: 0;
  height: 7px;
  margin-left: -35px;
  padding-top: 5px;

}

.proj-pic-container {
  width: 45px;
  font-size: 0;
  height: 7px;
  margin-left: 45px;
  padding-top: 5px;
}

.proj-pic-container2 {
  width: 45px;
  font-size: 0;
  height: 7px;
  margin-left: -46px;
  padding-top: 5px;
}


.all-messages-pic-1 {
  margin-left: -2px;
  margin-top: 14px;
}

.all-messages-pic-2 {
  margin-top: -7px;
  margin-left: -16px;
}

.announcements-pic-2 {
  margin-top: 0px;
  margin-left: -10px;
}

.info-pic-2 {
  margin-top: -6px;
}

.press-pic-2 {
  margin-top: -6px;
}

.spec-pic-2 {
  margin-top: -6px;
}

.proj-pic-2 {
  margin-top: 1px;
  margin-left: -2px;
}

.all-messages-link {
  margin-right: -30px;
  margin-left: 72px;
}

.announcements-link {
  margin-right: -24px;
  margin-left: 40px;
}

.info-link {
  margin-right: -55px;
  margin-left: 87px;
}

.press-link {
  margin-right: 0px;
  margin-left: -6px;
}

.spec-link {
  margin-left: 8px;
}

.proj-link {
  margin-right: -24px;
  margin-left: 6px;
}

.dropdown__item:hover>.left-pic-container>img.all-messages-pic-1 {
  animation: all_messages_pic_1_animation 0.5s ease;
}

.dropdown__item:hover>.left-pic-container>img.all-messages-pic-2 {
  animation: all_messages_pic_2_animation 0.5s ease;
}

.dropdown__item2:hover>.left-pic-container2>img.all-messages-pic-1 {
  animation: all_messages_pic_1_animation 0.5s ease;
}

.dropdown__item2:hover>.left-pic-container2>img.all-messages-pic-2 {
  animation: all_messages_pic_2_animation 0.5s ease;
}



@-webkit-keyframes all_messages_pic_1_animation {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateY(3px);
  }

  100% {
    transform: translateX(0px);
  }
}

@-moz-keyframes all_messages_pic_1_animation {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateY(3px);
  }

  100% {
    transform: translateX(0px);
  }
}

@-ms-keyframes all_messages_pic_1_animation {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateY(3px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes all_messages_pic_1_animation {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateY(3px);
  }

  100% {
    transform: translateX(0px);
  }
}

@-webkit-keyframes all_messages_pic_2_animation {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateY(-3px);
  }

  100% {
    transform: translateX(0px);
  }
}

@-moz-keyframes all_messages_pic_2_animation {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateY(-3px);
  }

  100% {
    transform: translateX(0px);
  }
}

@-ms-keyframes all_messages_pic_2_animation {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateY(-3px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes all_messages_pic_2_animation {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateY(-3px);
  }

  100% {
    transform: translateX(0px);
  }
}

.dropdown__item:hover>.left-pic-container>img.announcements-pic-1 {
  animation: announce_pic_1_animation 0.5s ease;
}

.dropdown__item:hover>.left-pic-container>img.announcements-pic-2 {
  animation: announce_pic_2_animation 0.5s ease;
}

.dropdown__item2:hover>.left-pic-container2>img.announcements-pic-1 {
  animation: announce_pic_1_animation 0.5s ease;
}

.dropdown__item2:hover>.left-pic-container2>img.announcements-pic-2 {
  animation: announce_pic_2_animation 0.5s ease;
}


@-webkit-keyframes announce_pic_1_animation {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-6px);
  }

  100% {
    transform: translateX(0);
  }
}

@-moz-keyframes announce_pic_1_animation {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-6px);
  }

  100% {
    transform: translateX(0);
  }
}

@-ms-keyframes announce_pic_1_animation {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-6px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes announce_pic_1_animation {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-6px);
  }

  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes announce_pic_2_animation {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(6px);
  }

  100% {
    transform: translateX(0);
  }
}

@-moz-keyframes announce_pic_2_animation {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(6px);
  }

  100% {
    transform: translateX(0);
  }
}

@-ms-keyframes announce_pic_2_animation {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(6px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes announce_pic_2_animation {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(6px);
  }

  100% {
    transform: translateX(0);
  }
}

.dropdown__item:hover>.left-pic-container>img.info-pic-1 {
  animation: info_pic_1_animation 0.5s ease;
}

.dropdown__item:hover>.left-pic-container>img.info-pic-2 {
  animation: info_pic_2_animation 0.5s ease;
}

.dropdown__item2:hover>.left-pic-container2>img.info-pic-1 {
  animation: info_pic_1_animation 0.5s ease;
}

.dropdown__item2:hover>.left-pic-container2>img.info-pic-2 {
  animation: info_pic_2_animation 0.5s ease;
}

@-webkit-keyframes info_pic_1_animation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }

  100% {
    transform: translateY(0);
  }
}

@-moz-keyframes info_pic_1_animation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }

  100% {
    transform: translateY(0);
  }
}

@-ms-keyframes info_pic_1_animation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes info_pic_1_animation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes info_pic_2_animation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(3px);
  }

  100% {
    transform: translateY(0);
  }
}

@-moz-keyframes info_pic_2_animation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(3px);
  }

  100% {
    transform: translateY(0);
  }
}

@-ms-keyframes info_pic_2_animation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(3px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes info_pic_2_animation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(3px);
  }

  100% {
    transform: translateY(0);
  }
}

.dropdown__item:hover>.right-pic-container>img.press-pic-1 {
  animation: press_pic_1_animation 0.5s ease;
}

.dropdown__item:hover>.right-pic-container>img.press-pic-2 {
  animation: press_pic_2_animation 0.5s ease;
}

.dropdown__item2:hover>.right-pic-container2>img.press-pic-1 {
  animation: press_pic_1_animation 0.5s ease;
}

.dropdown__item2:hover>.right-pic-container2>img.press-pic-2 {
  animation: press_pic_2_animation 0.5s ease;
}


@-webkit-keyframes press_pic_1_animation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }

  100% {
    transform: translateY(0);
  }
}

@-moz-keyframes press_pic_1_animation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }

  100% {
    transform: translateY(0);
  }
}

@-ms-keyframes press_pic_1_animation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes press_pic_1_animation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes press_pic_2_animation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(3px);
  }

  100% {
    transform: translateY(0);
  }
}

@-moz-keyframes press_pic_2_animation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(3px);
  }

  100% {
    transform: translateY(0);
  }
}

@-ms-keyframes press_pic_2_animation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(3px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes press_pic_2_animation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(3px);
  }

  100% {
    transform: translateY(0);
  }
}

.dropdown__item:hover>.right-pic-container>img.spec-pic-1 {
  animation: spec_pic_1_animation 0.5s ease;
}

.dropdown__item:hover>.right-pic-container>img.spec-pic-2 {
  animation: spec_pic_2_animation 0.5s ease;
}


.dropdown__item2:hover>.right-pic-container2>img.spec-pic-1 {
  animation: spec_pic_1_animation 0.5s ease;
}

.dropdown__item2:hover>.right-pic-container2>img.spec-pic-2 {
  animation: spec_pic_2_animation 0.5s ease;
}

@-webkit-keyframes spec_pic_1_animation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }

  100% {
    transform: translateY(0);
  }
}

@-moz-keyframes spec_pic_1_animation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }

  100% {
    transform: translateY(0);
  }
}

@-ms-keyframes spec_pic_1_animation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes spec_pic_1_animation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes spec_pic_2_animation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(4px);
  }

  100% {
    transform: translateY(0);
  }
}

@-moz-keyframes spec_pic_2_animation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(4px);
  }

  100% {
    transform: translateY(0);
  }
}

@-ms-keyframes spec_pic_2_animation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(4px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes spec_pic_2_animation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(4px);
  }

  100% {
    transform: translateY(0);
  }
}

.dropdown__item:hover>.proj-pic-container>img.proj-pic-1 {
  animation: proj_pic_1_animation 0.5s ease;
}

.dropdown__item:hover>.proj-pic-container>img.proj-pic-2 {
  animation: proj_pic_2_animation 0.5s ease;
}

.dropdown__item2:hover>.proj-pic-container2>img.proj-pic-1 {
  animation: proj_pic_1_animation 0.5s ease;
}

.dropdown__item2:hover>.proj-pic-container2>img.proj-pic-2 {
  animation: proj_pic_2_animation 0.5s ease;
}


@-webkit-keyframes proj_pic_1_animation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateX(6px);
  }

  100% {
    transform: translateY(0);
  }
}

@-moz-keyframes proj_pic_1_animation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateX(6px);
  }

  100% {
    transform: translateY(0);
  }
}

@-ms-keyframes proj_pic_1_animation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateX(6px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes proj_pic_1_animation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateX(6px);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes proj_pic_2_animation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateX(-6px);
  }

  100% {
    transform: translateY(0);
  }
}

@-moz-keyframes proj_pic_2_animation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateX(-6px);
  }

  100% {
    transform: translateY(0);
  }
}

@-ms-keyframes proj_pic_2_animation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateX(-6px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes proj_pic_2_animation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateX(-6px);
  }

  100% {
    transform: translateY(0);
  }
}



/* Language toggle button  */

:root {
  --toggle-lang-mr: 10px;
  --toggle-lang-mt: 0;
  --toggle-lang-display: none;
}

.toggle-body {
  margin-right: var(--toggle-lang-mr);
  margin-top: var(--toggle-lang-mt);
  display: var(--toggle-lang-display);
}

@media (min-width: 360px) {
  :root {
    --toggle-lang-mr: 10px;
    --toggle-lang-mt: 22px;
    --toggle-lang-display: block;
  }
}

@media (min-width: 576px) {

  :root {
    --toggle-lang-mr: 10px;
    --toggle-lang-mt: 0;
    --toggle-lang-display: block;
  }
}

.toggleWrapper {
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .2s;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background-color: #587814;
}

.toggleWrapper:hover {
  background-color: #dcb73d;
}

.toggleWrapper div {
  color: #ffffff;
  font-family: "Raleway SemiBold";
  font-weight: 600;
}

input#language-toggle-2:not(:checked)+.toggleWrapper .ua,
input#language-toggle-2:checked+.toggleWrapper .en {
  display: block;
}

input#language-toggle-2,
input#language-toggle-2:not(:checked)+.toggleWrapper .en,
input#language-toggle-2:checked+.toggleWrapper .ua {
  display: none;
}

/*
.lang-switch {
  position: relative;
  display: block;
  margin: 0 20px;
  padding-top: 5px;
}

 
.lang-switch>span {
  position: absolute;
  top: 14px;
  pointer-events: none;
  font-family: 'Helvetica', Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
  width: 50%;
  text-align: center;
}

input.check-toggle-round-flat:checked~.off {
  color: #FACE39;
}

input.check-toggle-round-flat:checked~.on {
  color: #fff;
}

.lang-switch>span.on {
  left: 0;
  padding-left: 2px;
  color: #FACE39;
}

.lang-switch>span.off {
  right: 0;
  padding-right: 4px;
  color: #fff;
}

.check-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.check-toggle+label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.check-toggle-round-flat+label {
  padding: 2px;
  width: 97px;
  height: 35px;
  background-color: #FACE39;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}

input.check-toggle-round-flat+label:before,
input.check-toggle-round-flat+label:after {
  display: block;
  position: absolute;
  content: "";
}

input.check-toggle-round-flat+label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #FACE39;
  -webkit-: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}

input.check-toggle-round-flat+label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 48px;
  background-color: #fff;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.2s;
  -moz-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s;
}

input.check-toggle-round-flat:checked+label:after {
  margin-left: 44px;
}

@media (min-width: 500px) and (max-width:991px) {
  .lang-switch {
    position: relative;
    display: inline-block;
    margin: 9px 20px;
    padding-top: 5px;
  }
}
*/

/* About_us dropdown */
.dc-about-us2 {
  width: 486px;
  height: 114px;
  margin-left: -102px;
}

.dc-about-us {
  width: 486px;
  height: 186px;
  margin-left: -102px;
}

.rc-about-us {
  margin-left: 40px;
  margin-top: -12px;
}

.lpc-about-us {
  margin-left: -47px;
}

.rpc-about-us {
  margin-left: -36px;
}

.about-link-drop {
  white-space: nowrap;
}

/* News dropdown*/
.di-news {
  margin-left: -30px;
}

/* Official info */
.dc-off {
  height: 200px;
}

.rc-off {
  margin-left: 20px;
  margin-top: -12px;
}

.off-public-link {
  margin-left: -20px;
}

.off-npa-link {
  white-space: nowrap;
}

.off-antikor-link {
  white-space: pre;
}