* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

html, body {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 16px;
  min-width: 320px;
  scroll-behavior: smooth;
  height: 100%;
}

a {
  outline: none;
  text-decoration: none;
}

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

ul {
  list-style: none;
}

a:hover {
  text-decoration: none !important;
}

input[type="text"]::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

input[type="text"]::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

input[type="text"]:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

input[type="text"]:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

input[type="text"]:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input[type="text"]:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input[type="text"]:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input[type="text"]:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input[type="text"]::-moz-placeholder {
  color: #717171;
  font-size: 14px;
}

input[type="text"]::-webkit-input-placeholder {
  color: #717171;
  font-size: 14px;
}

input[type="text"]:-ms-input-placeholder {
  color: #717171;
  font-size: 14px;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.backg {
  background: url('/images/fonts.png') no-repeat top left;
}

.wrapper {
  position: relative;
  min-height: 100%;
}

/*
Start header
############*/
.headerTop {
  position: relative;
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 20px;
  z-index: 1;
}

.fondHref {
  text-transform: uppercase;
  color: #BE202E;
  font-weight: 700;
  font-size: 16px;
  padding-bottom: 37px;
}

.fondHref.active {
  border-bottom: 3px solid #BE202E;
  color: #BE202E;
}

.headerNav {
  max-width: 716px;
  width: 100%;
  justify-content: flex-end;
}

.nav {
  max-width: 410px;
  width: 100%;
}

.nav > li > a {
  text-transform: uppercase;
  color: #060B0C;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 37px;
}

.nav > li > a.active {
  border-bottom: 3px solid #BE202E;
  color: #BE202E;
}

.nav > li:hover > a {
  color: #BE202E;
}

.search__btn {
  background: url('/images/icon.svg') no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  border: none;
  cursor: pointer;
}

.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.search {
  margin-left: 90px;
}

.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.search .searchInput {
  max-width: 260px;
  width: 100%;
  position: relative;
}

.popupin {
  max-width: 1220px;
  width: 100%;
  margin: 38px auto;
  justify-content: flex-end;
}

.searchInput__send {
  border: none;
  background: url('/images/icon11.svg') no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  right: 0;
  cursor: pointer;
}

.search .searchInput input {
  background: #EBEFF1;
  max-width: 260px;
  width: 100%;
  height: 30px;
  border: none;
  padding-left: 20px;
  padding-right: 35px;
  position: relative;
  left: 10px;
  top: -2px;
}

.navIn {
  background: #EBEFF1;
  padding: 0;
  position: absolute;
  top: 75px;
  display: none;
  max-width: 286px;
  width: 100%;
}

.navIn li a {
  color: #060B0C;
  font-size: 15px;
  text-transform: none;
  padding: 9px 20px;
  font-weight: 400;
  line-height: 20px;
  display: block;
  width: 100%;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  border-bottom: 1px solid transparent;
}

.navIn li a:hover {
  background: #ffffff;
  color: #BE202E;
}

.nav > li:hover .navIn {
  display: block;
}

.topSlider {
  max-width: 1220px;
  width: 100%;
  margin: 50px auto;
}

.slide-count-wrap {
  position: absolute;
  top: 270px;
  left: -87px;
}

.slide-count-wrap .current {
  color: #BE202E;
  font-size: 12px;
  font-weight: 700;
}

.topSlider {
  position: relative;
}

.headerSliderLeft {
  max-width: 600px;
  width: 100%;
}

.headerSliderRight {
  max-width: 580px;
  width: 100%;
  height: 580px;
}

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

.headerSliderLeft .headerSliderLeft__title {
  color: #060B0C;
  font-family: 'TRY Vesterbro', Serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.headerSliderLeft .headerSliderLeft__title:hover {
  color: #BE202E;
}

.headerSliderLeft__paragraf {
  color: #A9B1B5;
  font-size: 12px;
  line-height: 20px;
  padding: 60px 0 10px;
}

.headerSliderLeft__h3 a {
  color: #060B0C;
  font-size: 16px;
  line-height: 25px;
  padding: 15px 0;
  display: block;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.headerSliderLeft__h3 a:hover {
  color: #BE202E;
}

.headerSliderLeft__paragraf2 {
  color: #060B0C;
  font-size: 14px;
  line-height: 20px;
}

/*
Start news
##########*/
.news {
  max-width: 1220px;
  width: 100%;
  margin: 55px auto 0;
  padding-bottom: 10px;
}

.newsTitle {
  margin-bottom: 30px;
}

.newsTitle a {
  color: #060B0C;
  font-size: 25px;
  font-weight: 700;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.newsTitle a:hover {
  color: #BE202E;
}

.date {
  color: #A9B1B5;
  font-size: 12px;
  padding: 10px 0;
}

.ya-share2__list {
  padding: 0 0 15px 0;
}


.titleH2 a {
  color: #060B0C;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.titleH2 a:hover {
  color: #BE202E;
}

.articleTitle {
  line-height: 25px;
}

.article {
  margin-bottom: 62px;
  max-width: 260px;
  width: 100%;
}

.article:last-of-type {
  margin-bottom: 0;
}

.articleTitle a {
  color: #060B0C;
  font-size: 16px;
  font-weight: 700;
  line-height: 0;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.articleTitle a:hover {
  color: #BE202E;
}

.content .left {
  max-width: 900px;
  width: 100%;
}

.content .right {
  max-width: 260px;
  width: 100%;
}

.content {
  align-items: flex-start;
}

.сontestsBlock .content {
  margin-right: 60px;
}

.сontestsBlock .content:nth-child(4n+4) {
  margin-right: 0;
}

.btnFound {
  max-width: 290px;
  width: 100%;
  height: 60px;
  background: #BE202E;
  border-radius: 6px;
  justify-content: center;
  margin-top: 60px;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.btnFound:hover {
  background: #9F1924;
}

.btnFound span {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
}

.headerSliderTop {
  position: relative;
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}

.newsBlock {
  position: relative;
  z-index: 10;
  align-items: flex-start;
  height: 60px;
}

.projects .newsBlock {
  position: relative;
  padding: 0 0 0 54px;
}

.sliderProjects {
  padding-left: 58px;
  margin-top: -60px;
}

.sliderProjects .content {
  padding-top: 60px;
}

.newsBlockSlider {
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #A9B1B5;
  position: absolute;
  top: 0;
  right: 46px;
  margin: 0 auto;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  border-radius: 4px;
}

.newsBlockSlider:before {
  content: "";
  display: block;
  background: url('/images/icon12.svg') no-repeat;
  width: 20px;
  height: 20px;
}

.newsBlockSlider:hover {
  background: #EBEFF1;
}

.projects .newsBlockSlider {
  right: 105px;
}

.articleProjects .articleTitle {
  margin-bottom: 10px;
}

.articleProjects p {
  color: #060B0C;
  font-size: 14px;
  line-height: 20px;
  height: 83px;
  overflow: hidden;
}

.sliderProjects .articleProjects p {
  height: 60px;
}

/*
Start mission
#############*/
.mission {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0;
  padding-top: 40px;
}

.mission > a {
  height: 260px;
  display: block;
  width: 260px;
}

.mission > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.archiveProjects a {
  max-width: 260px;
  width: 100%;
}

.missionContent {
  max-width: 74%;
  width: 100%;
}

.missionContent h2 a {
  color: #060B0C;
  font-weight: 700;
  font-size: 25px;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  border-bottom: 2px solid transparent;
}

.missionContent h2 a:hover {
  border-bottom: 2px solid;
}

.missionContent p {
  color: #060B0C;
  font-size: 14px;
  padding: 20px 0;
  line-height: 20px;
}

.missionBtn {
  max-width: 260px;
  width: 100%;
  height: 30px;
  border: 1px solid #A9B1B5;
  border-radius: 4px;
  justify-content: center;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.missionBtn:hover {
  background: #EBEFF1;
  border: 1px solid #000000;

}

.missionBtn span {
  color: #060B0C;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.missionBtn:after {
  content: "";
  display: block;
  background: url('/images/icon7.svg') no-repeat;
  width: 21px;
  height: 20px;
  margin-left: 10px;
}

/*
Start footer
############*/
.footer {
  background: #EBEFF1;
  padding: 20px 0;
  margin-top: 60px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.footerIn {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
}

.copyright {
  color: #060B0C;
  font-size: 14px;
}

.footerSocial {
  max-width: 160px;
  width: 100%;
}

.footerSocial li a svg {
  fill: #BE202E;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.footerSocial li a:hover svg {
  fill: #9F1924;
}

.btnSend {
  border-radius: 4px;
  max-width: 260px;
  width: 100%;
  height: 30px;
  background: #BE202E;
  justify-content: center;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.grantFormBottom__step:hover,
.btnSend:hover {
  background: #9F1924;
}

.btnSend span {
  color: #ffffff;
  font-size: 14px;
}

.slick-dots {
  position: absolute;
  top: 289px;
  left: -88px;
}

.slick-dots li {
  margin: 0;
  height: 8px;
}

.slick-dots li button {
  text-indent: -999999px;
  border: none;
  width: 15px;
  height: 2px;
  background-color: #000000;
}

.slick-dots li.slick-active button {
  width: 30px;
  background-color: #ffffff;
  font-size: 0;
}


.slick-dots li.slick-active button {
  background-color: #BE202E;
  position: absolute;
  margin-top: 3px;
}


.prev.slick-arrow {
  position: absolute;
  top: -60px;
  right: 105px;
  cursor: pointer;
}

.next.slick-arrow {
  position: absolute;
  top: -60px;
  right: 0;
  cursor: pointer;
}

.projects .next.slick-arrow {
  position: absolute;
  top: -60px;
  right: 58px;
  cursor: pointer;
}

.projects .prev.slick-arrow {
  position: absolute;
  top: -60px;
  right: 150px;
  cursor: pointer;
}

.projects {
  margin-top: 0;
  max-width: 1330px;
  width: 100%;
  border-bottom: none;
  margin-bottom: 10px;
}

.projects .slick-slide {
  margin: 0 0 0 0;
}

.logo .logoText {
  margin-right: 15px;
}

.logo .logoText span {
  display: block;
  text-align: right;
  font-family: 'TRY Vesterbro', Serif;
  font-size: 18px;
  color: #BE202E;
  line-height: 18px;
}

.mobilBtn {
  width: 20px;
  background: none;
  border: none;
  display: none;
}

.mobilBtn span {
  display: block;
  border-bottom: 3px solid #060B0C;
  margin-bottom: 4px;
  border-radius: 100px;
}

.mobilSlider {
  display: none !important;
}

.mobilBtn.active {
  position: relative;
  top: 4px;
  z-index: 100;
}

.mobilBtn.active span:last-of-type {
  display: none;
}

.mobilBtn.active span:first-of-type {
  transform: rotate(45deg);
}

.mobilBtn.active span:nth-child(2) {
  transform: rotate(-45deg);
  position: relative;
  top: -7px;
}

.mobilBlock {
  position: fixed;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 2000000;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  transform: translate(-100%, 0);
}

.mobilBlock.active {
  transform: translate(-13%, 0);
}

.none {
  visibility: hidden;
}

.metismenu {
  max-width: 90%;
  width: 100%;
  margin: 30px auto 0;
  padding-left: 50px;
}

.metismenu .has-arrow {
  width: 100%;
  display: block;
}

.metismenu li a span {
  font-weight: 700;
  font-size: 15px;
  color: #060B0C;
}

/*.metismenu li {*/
/*  margin-bottom: 20px;*/
/*}*/

.metismenu .has-arrow::after {
  transform: rotate(-135deg) translate(0, -50%) !important;
  border-color: #000000 !important;
  border-width: 2px 0 0 2px !important;
}

/*.metismenu li > ul {*/
/*  margin-top: 20px;*/
/*  margin-bottom: 10px;*/
/*}*/

.metismenu li > ul li a {
  color: #060B0C;
  font-size: 15px;
  font-weight: 400;
}

.metismenu .mm-active > .has-arrow::after, .metismenu .has-arrow[aria-expanded=true]::after {
  transform: rotate(45deg) translate(0, -50%) !important;
}

.line-hr {
  max-width: 1220px;
  width: 100%;
  margin: 70px auto 0;
  border: none;
  border-bottom: 1px solid #EBEFF1;
  display: block;
}

.slick-prev.slick-arrow,
.slick-next.slick-arrow {
  position: absolute;
  top: 0;
  margin-top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  font-size: 0;
  cursor: pointer;
  background: none;
  border: 1px solid #A9B1B5;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  z-index: 1000;
}

.slick-prev.slick-arrow {
  right: 94px;
}

.slick-next.slick-arrow:hover {
  background: #EBEFF1;
}

.slick-next.slick-arrow:before {
  content: "";
  border: 2px solid #060B0C;
  border-top: none;
  border-left: none;
  width: 8px;
  height: 8px;
  display: block;
  transform: rotate(-45deg);
  position: relative;
  left: -2px;
}

.slick-prev.slick-arrow:hover {
  background: #EBEFF1;
}

.slick-prev.slick-arrow:before {
  content: "";
  border: 2px solid #060B0C;
  border-top: none;
  border-left: none;
  width: 8px;
  height: 8px;
  display: block;
  transform: rotate(136deg);
  position: relative;
  left: 3px;
}

.slick-disabled {
  background: none !important;
  border: 1px solid #A9B1B5 !important;
}

.slick-disabled:before {
  border: 2px solid #A9B1B5 !important;
  border-top: none !important;
  border-left: none !important;
}

.fondList > li {
  padding: 20px 0;
}

.fondList > li:hover .navIn {
  display: block;
}

.line-hr2 {
  max-width: 1220px;
  width: 100%;
  margin: 16px auto 60px;
  border: none;
  border-bottom: 1px solid #EBEFF1;
  display: block;
}

.sliderProjects .slick-next.slick-arrow {
  right: 61px;
}

.sliderProjects .slick-prev.slick-arrow {
  right: 151px;
  z-index: 1000;
}

.line-hr3 {
  max-width: 100%;
  width: 100%;
  margin: 10px auto;
  border: none;
  border-bottom: 1px solid #EBEFF1;
  display: block;
}

.mobilBtnClosed {
  background: none;
  border: none;
  width: 20px;
  height: 20px;
  display: block;
  margin-left: 75px;
  margin-top: 10px;
}

.mobilBtnClosed span {
  display: block;
  border-bottom: 3px solid #060B0C;
  width: 20px;
  height: 1px;
  margin-bottom: 3px;
}

.mobilBtnClosed span:first-of-type {
  transform: rotate(45deg);
  position: relative;
  top: 6px;
}

.mobilBtnClosed span:last-of-type {
  transform: rotate(-45deg);
}

.background {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  background: rgba(0, 0, 0, .3);
  display: none;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.hide {
  overflow: hidden;
}

.background.active {
  display: block;
}

.bread-crumbs {
  max-width: 1220px;
  width: 100%;
  margin: 60px auto 10px;
}

.bread-crumbs li {
  display: inline-table;
}

.bread-crumbs li a {
  color: #060B0C;
  font-size: 16px;
  transition: color 0.5s;
}

.bread-crumbs li a.deactive:after {
  display: none;
}

.bread-crumbs li a:after {
  content: '—';
  margin: 0 16px 0 16px;
  color: #060B0C;
}

.main {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}

.titleH1 {
  color: #060B0C;
  font-family: 'TRY Vesterbro', Serif;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 60px;
}

.newsContent {
  margin-top: 60px;
  align-items: flex-start;
}

.newsContent .left {
  max-width: 900px;
  width: 100%;
  font-size: 14px;
  color: #060B0C;
  line-height: 20px;
}

/*
Start navigationContent
#######################*/
.navigationContent {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}

.navigation {
  /*max-width: 325px;*/
  /*width: 100%;*/
  justify-content: flex-start;
}

.navigation li {
  margin-right: 12px;
  margin-bottom: 12px;
}

.navigation li:last-of-type {
  margin-right: 0;
}

.navigation li a {
  border-radius: 4px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  border: 1px solid #A9B1B5;
  color: #060B0C;
  font-size: 14px;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.navigation li a:hover {
  background-color: #EBEFF1;
}

.navigation li a.navigation__prev:hover {
  background: none;
}

.navigation li a.navigation__active {
  background-color: #BE202E;
  color: #ffffff;
  font-weight: 700;
  border: none;
}

.navigation li a.navigation__prev:before {
  content: "";
  display: block;
  width: 6px;
  position: relative;
  left: 2px;
  height: 6px;
  border: 2px solid #A9B1B5;
  border-top: none;
  border-left: none;
  transform: rotate(135deg);
}

.navigation li a.navigation__next:before {
  content: "";
  display: block;
  width: 6px;
  position: relative;
  right: 2px;
  height: 6px;
  border: 2px solid #060B0C;
  border-top: none;
  border-left: none;
  transform: rotate(-45deg);
}

.newsContentBlock {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
}

.newsContentBlock .newsItem {
  margin: 0 60px 60px 0;
}

.newsContentBlock .newsItem .article > a {
  display: block;
  width: 100%;
  height: 160px;
}

.newsContentBlock .newsItem a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.newsContentBlock .newsItem:nth-child(4n+4) {
  margin: 0 0 60px 0;
}

.newsContentBlock .article {
  margin-bottom: 0;
}

.newsContentBlock .article p {
  color: #060B0C;
  font-size: 14px;
  line-height: 20px;
  padding-top: 5px;
  max-height: 83px;
  overflow: hidden;
}

.line-hr4 {
  max-width: 1220px;
  width: 100%;
  margin: 47px auto 20px;
  border: none;
  border-bottom: 1px solid #EBEFF1;
  display: block;
}

.line-hr5 {
  max-width: 1220px;
  width: 100%;
  margin: -2px auto 0;
  border: none;
  border-bottom: 1px solid #EBEFF1;
  display: block;
}

.social {
  max-width: 80px;
  width: 100%;
  margin-top: 10px;
}

.newsParagraf {
  font-size: 14px;
  color: #060B0C;
  line-height: 20px;
  margin-top: 10px;
}

.newsParagraf a {
  color: #BE202E;
}

.newsList {
  padding-left: 18px;
  padding-top: 15px;
}

.newsList li span {
  font-size: 14px;
  line-height: 20px;
}

.blockquote {
  background: #FAFBFC;
  margin: 20px 0;
  padding: 30px;
}

.blockquote p {
  text-align: center;
  color: #060B0C;
  font-size: 16px;
  line-height: 25px;
}

.blockquote:before {
  content: "";
  display: block;
  background: url('/images/icon16.svg') no-repeat;
  width: 30px;
  height: 25px;
  margin: 0 auto 20px;
}

.blockquote__name {
  display: block;
  color: #060B0C;
  font-size: 16px;
  line-height: 25px;
  margin: 20px auto 0;
  text-align: center;
}

.blockquote__desc {
  color: #A9B1B5;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  display: block;
  width: 100%;
}

.newsListBlock {
  margin-top: 10px;
}

.newsListBlock li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.newsListBlock li:last-of-type {
  margin-bottom: 0;
}

.newsListBlock li span {
  color: #060B0C;
  font-size: 14px;
  line-height: 20px;
  width: 90%;
  padding-left: 20px;
}

.newsListBlock li:before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #BE202E;
  margin-top: 10px;
}

.newsH3 {
  color: #060B0C;
  font-size: 16px;
  line-height: 25px;
  margin: 20px 0;
}

.photoGallery {
  background: #FAFBFC;
  padding: 30px;
  margin-top: 20px;
}

.photoGallery h2 {
  color: #060B0C;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 20px;
  padding-left: 4px;
}

.slickGalary .slick-slide {
  padding: 0 5px;
}

.slickGalary .slick-next.slick-arrow {
  top: -49px;
  right: 4px;
}

.slickGalary .slick-prev.slick-arrow {
  top: -49px;
  right: 51px;
}

.youtube {
  max-width: 580px;
  width: 100%;
  margin-top: 20px;
}

.youtube iframe {
  width: 100%;
  height: 326px;
}

.twitter {
  margin-top: 20px;
  margin-bottom: 20px;
}

.backBtn {
  border-radius: 4px;
  max-width: 180px;
  width: 100%;
  height: 30px;
  border: 1px solid #A9B1B5 !important;
  justify-content: center;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.backBtn:hover {
  background: #EBEFF1;
  border: 1px solid #000000;
}

.backBtn span {
  color: #060B0C;
  font-size: 14px;
}

.backBtn:before {
  content: "";
  display: block;
  border: 2px solid #374151;
  border-top: none;
  border-left: none;
  width: 8px;
  transform: rotate(138deg);
  height: 8px;
  margin-right: 10px;
}

.btnBlock {
  margin: 30px 0 0 0;
}

.shareList {
  max-width: 210px;
  width: 100%;
}

.shareList li span {
  color: #060B0C;
}

.backMobil {
  max-width: 30px;
  width: 100%;
  height: 30px;
  border: 1px solid #A9B1B5;
  justify-content: center;
  float: right;
  border-radius: 4px;
  display: none;
}

.backMobil:before {
  content: "";
  display: block;
  border: 2px solid #374151;
  border-top: none;
  border-left: none;
  width: 8px;
  transform: rotate(138deg);
  height: 8px;
  margin-left: 5px;
}

.сontests {
  max-width: 1220px;
  width: 100%;
  margin: 60px auto 0;
}

.allBtn {
  max-width: 260px;
  width: 100%;
  height: 30px;
  border: 1px solid #A9B1B5;
  border-radius: 4px;
  justify-content: center;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.grantFormBottom__back:hover,
.allBtn:hover {
  background: #EBEFF1;
  border: 1px solid #000000;
}

.allBtn span {
  color: #060B0C;
  font-size: 14px;
  line-height: 20px;
}

.allBtn:after {
  content: "";
  display: block;
  background: url('/images/icon17.svg') no-repeat;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.сontests .titleH2 {
  margin-bottom: 0;
}

.сontestsTitle {
  margin-bottom: 30px;
}

.сontestsParagraf {
  font-size: 14px;
  line-height: 20px;
  color: #060B0C;
}

.сontestsBlock {
  margin-top: 30px;
  align-items: flex-start;
  justify-content: flex-start;
}

/*
Start OwnProjects
#################*/
.OwnProjects {
  background: url('/images/background.jpg') no-repeat top center;
  margin-top: 60px;
  background-size: cover;
  padding-bottom: 60px;
}

.OwnProjectsContent {
  padding-top: 60px;
}

.OwnProjectsContent .articleProjects p,
.OwnProjectsContent .articleTitle a,
.OwnProjectsContent .сontestsParagraf,
.OwnProjectsContent .titleH2 a {
  color: #ffffff;
}

.OwnProjectsContent .articleTitle a:hover,
.OwnProjectsContent .titleH2 a:hover {
  color: #BE202E;
}

.OwnProjectsContent .articleTitle a, .OwnProjectsContent .titleH2 a {
  border-bottom: 2px solid transparent;
}

.OwnProjectsContent .articleTitle a:hover, .OwnProjectsContent .titleH2 a:hover {
  color: #ffffff;
  border-bottom: 2px solid #BE202E;
}

.OwnProjectsContent .date {
  color: #EBEFF1;
}

.OwnProjectsContent .allBtn {
  background: #BE202E;
  border: none;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.OwnProjectsContent .allBtn:hover {
  background: #9F1924;
}

.OwnProjectsContent .allBtn span {
  color: #ffffff;
}

.OwnProjectsContent .allBtn:after {
  background: url('/images/icon18.svg') no-repeat;
}

.line-hr6 {
  max-width: 1220px;
  width: 100%;
  margin: 40px auto 0;
  border: none;
  border-bottom: 1px solid #EBEFF1;
  display: block;
}

.archiveProjects .missionBtn {
  max-width: 135px;
}

.archiveYearsH2 {
  color: #060B0C;
  font-size: 16px;
  line-height: 25px;
}

.archiveYearsList {
  margin-top: 10px;
  justify-content: flex-start;
}

.archiveYearsList li {
  margin: 0 8px 8px 0;
}

.archiveYearsList li a {
  color: #060B0C;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #A9B1B5;
  border-radius: 4px;
  width: 60px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.archiveYearsList li a:hover {
  background: #EBEFF1;
  border: 1px solid #000000;
}

.contestH2 {
  margin: 30px 0;
  font-size: 25px;
  line-height: 30px;
  color: #060B0C;
}

.contestH3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #060B0C;
  padding-top: 20px;
}

.imgBlock {
  margin: 30px 0;
}

.href a {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  margin: 10px 0;
  color: #BE202E;
}

.youtubeH2 {
  color: #060B0C;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 30px;
}

/*
Start question
##############*/
.question {
  background: #FAFBFC;
  padding: 30px;
  margin-top: 30px;
}

.questionH2 {
  color: #060B0C;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

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

.metismenu2 li a span {
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  width: 90px;
  display: block;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.metismenu2 li a:hover span {
  color: #BE202E;
}

.metismenu2 li a {
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  font-weight: 700;
  color: #060B0C;
  font-size: 16px;
}

.metismenu2 li.mm-active > a span,
.metismenu2 li.mm-active > a {
  color: #BE202E;
}

.metismenu2 .metismenu2Content li span {
  color: #060B0C;
  font-size: 14px;
}

.metismenu2 .metismenu2Content .mm-collapse__one {
  width: 90px;
  text-align: right;
  padding-right: 23px;
}

.metismenu2 .metismenu2Content .mm-collapse__two {
  max-width: 89.2%;
  width: 100%;
}

.metismenu2 > li {
  border-top: 1px solid #EBEFF1;
  padding: 15px 0;
}

.metismenu2 li > ul {
  height: auto;
}

.metismenu2 .has-arrow::after {
  width: 30px !important;
  height: 30px !important;
  border: 1px solid #A9B1B5 !important;
  border-radius: 4px;
  transform: rotate(0) !important;
  top: -5px !important;
  right: 0 !important;
  background: url('/images/icon20.svg') no-repeat center;
}

.metismenu2 .mm-active > .has-arrow::after, .metismenu2 .has-arrow[aria-expanded=true]::after {
  transform: rotate(0) !important;
  background: url('/images/icon19.svg') no-repeat center !important;
}

.metismenu2Text {
  max-width: 87% !important;
  width: 100% !important;
}

.download {
  max-width: 100%;
  width: 100%;
  margin-top: 20px;
}

.downloadIn {
  background: #FAFBFC;
  padding: 13px 16px;
}

.downloadH2 {
  color: #060B0C;
  line-height: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.downloadIn a {
  color: #060B0C;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px;
  justify-content: flex-start;
}

.downloadIn a:before {
  content: "";
  display: block;
  background: url('/images/icon21.svg') no-repeat;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.download__btn {
  width: 80px;
  height: 30px;
  background: #BE202E;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  justify-content: center !important;
  color: #ffffff !important;
}

.download__btn:hover {
  background: #9F1924;
}

.download__btn:before {
  display: none !important;
}

.line-hr7 {
  max-width: 1220px;
  width: 100%;
  margin: 30px auto;
  border: none;
  border-bottom: 1px solid #EBEFF1;
  display: block;
}

.btnBlock2 {
  justify-content: flex-start;
  max-width: 400px;
  width: 100%;
}

.newsContent .left a.archiveBtn {
  max-width: 180px;
  width: 100%;
  height: 30px;
  border: 1px solid #A9B1B5;
  border-radius: 4px;
  justify-content: center;
  margin-left: 10px;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.archiveBtn:hover {
  background: #EBEFF1;
  border: 1px solid #000000;
}

.archiveBtn:before {
  content: "";
  display: block;
  background: url('/images/icon22.svg') no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.archiveBtn span {
  color: #060B0C;
  font-size: 14px;
}

.metismenu2Content {
  align-items: flex-start;
  margin-top: 15px;
}

.selectsBlock {
  position: relative;
  max-width: 260px;
  width: 100%;
}

.selectsBlock label {
  color: #A9B1B5;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 5px;
  display: block;
}

.filter {
  max-width: 100%;
  width: 100%;
  margin-bottom: 57px;
}

.selects {
  max-width: 260px;
  width: 100%;
  min-height: 42px;
  border-radius: 4px;
}

.selects > li {
  border-radius: 4px;
  max-width: 260px;
  width: 100%;
  height: 40px;
  overflow: hidden;
  padding: 10px;
  background: #EBEFF1;
  cursor: pointer;
  border: 1px solid transparent;
}

.selects > li > span {
  color: #A9B1B5;
  font-size: 14px;
  line-height: 21px;
  display: block;
  width: 95%;
  position: relative;
  height: 25px;
  overflow: hidden;
}

.selects > li:before {
  content: "";
  display: block;
  border: 2px solid #060B0C;
  border-top: none;
  border-left: none;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 40px;
  right: 10px;
  transform: rotate(45deg);
}

.selects.actives > li:before {
  transform: rotate(228deg);
}

.scroll::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: transparent;
}

.scroll::-webkit-scrollbar {
  width: 0;
}

.scroll::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.selectsIn {
  position: relative;
  top: 3px;
  background: #EBEFF1;
}

.selectsIn li a {
  color: #000;
  padding: 10px 13px;
  display: block;
  font-size: 14px;
}

.selectsIn li:hover {
  background-color: #fff;
}

.selectsIn li:hover a {
  color: #BE202E;
}

.scroll {
  min-height: 140px;
  max-height: 205px;
  overflow: scroll;
  max-width: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 63px;
  display: none;
}

.selectsIn__active {
  background-color: #fff;
}

.selects > li > span.selects__active {
  color: #000;
}

.selects.active > li {
  border: 1px solid #A9B1B5;
}

.selects__sub {
  max-width: 210px;
  width: 100%;
  height: 40px;
  background: #BE202E;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  border-radius: 4px;
  border: none;
  justify-content: center;
  cursor: pointer;
  margin-top: 20px;
}

.selects__sub span {
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  color: #ffffff;
}

.selects__sub:hover {
  background: #9F1924;
}

.selects__restart {
  max-width: 40px;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  border: none;
  margin-top: 20px;
  background: #BE202E url('/images/icon23.svg') no-repeat center;
  cursor: pointer;
}

.selects__restart:hover {
  background: #9F1924 url('/images/icon23.svg') no-repeat center;
}

.currentBtn {
  max-width: 254px;
  width: 100%;
  height: 30px;
  border: 1px solid #A9B1B5;
  justify-content: center;
  border-radius: 4px;
  margin-left: 10px;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.currentBtn span {
  color: #060B0C;
  font-size: 14px;
}

.btnBlock3 {
  max-width: 470px;
  width: 100%;
}

.currentBtn:after {
  content: "";
  display: block;
  background: url('/images/icon24.svg') no-repeat;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.currentBtn:hover {
  background: #EBEFF1;
  border: 1px solid #000000;
}

.btnBlock3 .archiveBtn:after {
  content: "";
  display: block;
  background: url(/images/icon22.svg) no-repeat;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.btnBlock3 .archiveBtn:before {
  display: none;
}

.btnBlock3 .archiveBtn {
  margin-left: 0;
}

.fundH2 {
  color: #060B0C;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  margin: 20px 0;
}

.fund__paragraf {
  color: #060B0C;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 10px;
}

.fund__paragraf:last-of-type {
  padding-bottom: 0;
}

.application {
  max-width: 1220px;
  width: 100%;
  margin: 60px auto 0;
}

.applicationH1 {
  color: #060B0C;
  font-family: 'TRY Vesterbro', Serif;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 60px;
}

.application__paragraf {
  color: #060B0C;
  font-size: 14px;
  line-height: 20px;
}

.applicationLeft {
  max-width: 580px;
  width: 100%;
}

.applicationRight {
  max-width: 580px;
  width: 100%;
}

.application__btn {
  max-width: 471px;
  width: 100%;
  height: 60px;
  background: #BE202E;
  border-radius: 6px;
  justify-content: center;
  margin-top: 60px;
}

.application__btn span {
  color: #ffffff;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
}

.part {
  background: url('/images/background3.jpg') no-repeat top center;
  background-size: cover;
  margin-top: 60px;
  padding-bottom: 60px;
}

.partH1 {
  color: #ffffff;
  font-family: 'TRY Vesterbro', Serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 30px;
}

.partContent {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
}

.part .titleH2 a {
  color: #ffffff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

.partSlider {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}

.partSlider .articleTitle a {
  color: #ffffff;
}

.partSlider p {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  height: 63px;
  overflow: hidden;
}

.partSlider .slick-prev.slick-arrow,
.partSlider .slick-next.slick-arrow {
  top: -63px;
}

.partSlider .slick-prev.slick-arrow {
  right: 142px;
}

.partSlider .slick-next.slick-arrow {
  right: 46px;
}

.partContent .сontestsTitle {
  position: relative;
}

.partContent .newsBlockSlider {
  /* top: -3px; */
  top: 2px;
  right: 95px;
}

.partSlider .slick-next.slick-arrow:before {
  border: 2px solid #ffffff;
  border-top: none;
  border-left: none;
}

.partSlider .slick-next.slick-arrow {
  border: none;
  background-color: #BE202E;
}

.partSlider .slick-prev.slick-arrow {
  background-color: #BE202E;
  border: none;
}

.partSlider .slick-disabled {
  border: none !important;
}

.partSlider .slick-prev.slick-arrow:before,
.partSlider .slick-disabled:before {
  border: 2px solid #ffffff !important;
  border-top: none !important;
  border-left: none !important;
}

.partContent .newsBlockSlider {
  border: none;
  background: #BE202E;
}

.part .newsBlockSlider:before {
  background: url('/images/icon25.svg') no-repeat;
}

.partSlider .slick-disabled {
  background: #BE202E !important;
  opacity: .3;
}

.line-hr8 {
  max-width: 1179px;
  width: 100%;
  margin: 30px auto;
  border: none;
  border-bottom: 1px solid #EBEFF1;
  display: block;
  opacity: .2;
  position: relative;
  right: 23px;
}

.partSliderDown .partContent {
  padding-top: 0;
}

.partContent .titleH2 {
  margin-bottom: 0;
}

.scroll.active {
  display: block;
}

.selects.actives > li > span:before {
  transform: rotate(-133deg);
}

.titleH3 {
  color: #060B0C;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  padding-top: 30px;
}

.slickGalary3 .slick-next.slick-arrow {
  right: 30px;
  top: -50px;
}

.slickGalary3 .slick-prev.slick-arrow {
  right: 90px;
  top: -50px;
}

.contactsRight {
  max-width: 580px;
  width: 100%;
}

.contactsLeft {
  max-width: 400px;
  width: 100%;
}

.contactsList {
  margin-top: 60px;
}

.contactsList li address {
  color: #060B0C;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
}

.contactsList li .contactsList__mail:after,
.contactsList li .contactsList__phone:after,
.contactsList li address:after {
  content: "";
  display: block;
  background: url('/images/icon26.svg') no-repeat top center;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
}

.contactsList__phone {
  color: #060B0C;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
}

.contactsList li {
  margin-bottom: 20px;
}

.contactsList li .contactsList__phone:after {
  background: url('/images/icon27.svg') no-repeat;
}

.contactsList li .contactsList__mail:after {
  background: url('/images/icon28.svg') no-repeat;
}

.contactsList li .contactsList__mail {
  color: #BE202E;
}

.contactsRight iframe {
  max-width: 580px;
  width: 100%;
  height: 580px;
}

.useParagraf {
  color: #060B0C;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 10px;
}

.useParagraf a {
  color: #BE202E;
}

.useParagraf:last-of-type {
  padding-bottom: 0;
}

.useHref {
  color: #BE202E;
  margin-top: 10px;
  display: block;
  font-size: 14px;
}

.useParagraf.mb {
  padding-bottom: 0;
}

.historyImg {
  margin-bottom: 30px;
}

.blockquote2 {
  margin-bottom: 0;
}

.pageLeft {
  max-width: 580px;
  width: 100%;
}

.pageRight {
  max-width: 580px;
  width: 100%;
}

.backMainBtn {
  max-width: 365px;
  width: 100%;
  height: 60px;
  background: #BE202E;
  border-radius: 6px;
  justify-content: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  margin-top: 60px;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.backMainBtn:hover {
  background: #9F1924;
}

.founders {
  max-width: 1220px;
  width: 100%;
  margin: 30px auto 0;
  background-color: #FAFBFC;
  padding: 30px;
  align-items: flex-start;
}

.foundersItem {
  max-width: 565px;
  width: 100%;
}

.foundersItem img {
  object-fit: cover;
  max-width: 568px;
  width: 100%;
  height: 260px;
}

.foundersItem a {
  display: block;
  padding: 5px 0;
}

.foundersItem a span {
  color: #BE202E;
  font-size: 16px;
  line-height: 25px;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  font-weight: 700;
  border-bottom: 1px solid transparent;
}

.foundersItem a:hover span {
  border-bottom: 1px solid;
}

.popupContent {
  max-width: 620px !important;
  width: 100% !important;
  height: 752px;
  padding: 30px !important;
}

.popupContent .useParagraf {
  padding-top: 10px;
}

.line-hr9 {
  max-width: 1220px;
  width: 100%;
  margin: 10px auto;
  border: none;
  border-bottom: 1px solid #EBEFF1;
  display: block;
}

.popupInBlock {
  height: 295px;
  overflow-y: scroll;
}

.popupInBlock::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  border-radius: 0;
}

.popupInBlock::-webkit-scrollbar {
  width: 0;
}

.popupInBlock::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

.popupContent .fancybox-button {
  right: 29px !important;
  top: 30px !important;
  border: 1px solid #A9B1B5;
  padding: 3px !important;
  width: 30px !important;
  height: 30px !important;
  opacity: 1 !important;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.popupContent .fancybox-button:hover {
  background: #EBEFF1;
}

.useParagraf2 {
  margin-top: 10px;
}

.advice {
  background: #FAFBFC;
  padding: 30px 30px 0;
  margin-top: 30px;
  justify-content: flex-start;
  align-items: flex-start;
}

.adviceItem {
  max-width: 366px;
  width: 100%;
  margin-right: 30px;
  margin-bottom: 30px;
}

.adviceItem img {
  max-width: 366px;
  width: 100%;
  object-fit: cover;
  display: block;
  height: 260px;
}

.adviceItem .titleH3 {
  padding-top: 10px;
}

.adviceItem .titleH3 a {
  color: #060B0C;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  border-bottom: 1px solid transparent;
}

.adviceItem .titleH3 a:hover {
  border-bottom: 1px solid;
}

.adviceItem__paragraf {
  color: #060B0C;
  font-size: 12px;
  line-height: 20px;
  padding-top: 10px;
  max-height: 90px;
  overflow: hidden;
}

.adviceItem:nth-child(3n+3) {
  margin-right: 0;
}

.mt0 {
  padding-top: 0;
}

.expert {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  margin-top: 30px;
  background: #FAFBFC;
}

.expertItem {
  max-width: 267px;
  width: 100%;
  margin-right: 30px;
}

.expertItem:last-of-type {
  margin-right: 0;
}

.expertItem img {
  object-fit: cover;
  width: 100%;
  height: 165px;
}

.expertItem .titleH3 {
  padding-top: 10px;
}

.expertItem .titleH3 a {
  color: #060B0C;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  border-bottom: 1px solid transparent;
}

.expertItem .titleH3 a:hover {
  border-bottom: 1px solid;
}

.useParagraf3 {
  padding: 0 0 30px;
  font-size: 14px;
  line-height: 20px;
}

.staff {
  background: #FAFBFC;
  padding: 30px 30px 0;
  margin-top: 30px;
}

.staffContent .expertItem .titleH3 a {
  color: #BE202E;
}

.staffContent {
  justify-content: flex-start;
  align-items: flex-start;
}

.staffContent .expertItem {
  margin-bottom: 30px;
}

.staffContent .expertItem:nth-child(4n+4) {
  margin-right: 0;
}

.popupContent2 {
  height: auto !important;
}

.popupContent2 .titleH3 {
  padding-top: 0;
}

.searchForm {
  position: relative;
}

.searchForm input {
  max-width: 100%;
  width: 100%;
  height: 40px;
  background: #EBEFF1;
  border: 1px solid #A9B1B5;
  padding-left: 20px;
  padding-right: 50px;
}

.searchForm__btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: url('/images/icon29.svg') no-repeat top center;
  width: 20px;
  height: 20px;
  border: none;
  cursor: pointer;
}

.searchItem {
  position: relative;
}

.searchItem .titleH3 a {
  color: #BE202E;
  font-weight: 700;
  line-height: 25px;
  font-size: 16px;
}

.searchItem .searchItem__btn {
  position: absolute;
  top: 36px;
  right: 0;
  display: flex;
  background: url('/images/icon30.svg') no-repeat center;
  border: 1px solid #A9B1B5;
  width: 30px;
  height: 30px;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.searchItem .searchItem__btn:hover {
  background: #EBEFF1 url('/images/icon30.svg') no-repeat center;
}

.searchContent {
  margin-bottom: 30px;
}

.searchItem .titleH3 a,
.searchItem .useParagraf {
  max-width: 95%;
  width: 100%;
  display: block;
}

.slickGalary3 .slick-slide img {
  display: block;
  width: 93%;
  object-fit: cover;
  height: 270px;
}

.slickGalary3 .slickGalary2 {
  padding: 0 10px 0 30px;
}


.mainNavigation {
  justify-content: center;
  align-items: baseline;
}

.btnLoad {
  border: none;
  background: none;
  margin-right: 30px;
  width: 150px;
  height: 30px;
  background: #BE202E;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  position: relative;
  top: 1px;
}

.btnLoad span {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.btnLoad span:after {
  content: "";
  display: block;
  background: url('/images/icon31.svg') no-repeat;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.btnLoad:hover {
  background: #9F1924;
}

.sliderNews {
  margin-top: -60px;
}

.sliderNews .content {
  margin-top: 60px;
}

.mainPartners {
  padding-bottom: 0;
}

.partners {
  justify-content: flex-start;
}

.partnersItem {
  margin-bottom: 30px;
  margin-right: 30px;
  max-width: 260px;
  width: 100%;
}

.partnersItem a img {
  width: 100%;
  object-fit: cover;
}

.partnersItem:nth-child(3n+3) {
  margin-right: 0;
}

.slickGalaryMobil {
  display: none !important;
}

.line-hr10 {
  max-width: 1179px;
  width: 100%;
  margin: 20px auto;
  border: none;
  border-bottom: 1px solid #EBEFF1;
  display: block;
}

.footer.fixsed {
  position: fixed;
  width: 100%;
  bottom: 0;
}

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

.push {
  height: 200px;
}

.navigation li a.navigation__prev.active:before {
  border: 2px solid #060B0C;
  border-top: none;
  border-left: none;
}

.navigation li a.navigation__next.noactive:before {
  border: 2px solid #A9B1B5;
  border-top: none;
  border-left: none;
}

.size {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.size:hover {
  background: #f0f0f0;
  white-space: normal;
}

.mobilMenuIn {
  padding-top: 5px;
}

.mobilMenuIn ul li {
  margin-bottom: 8px;
}

.newsContentIn .right {
  margin-top: -6px;
}

.slickGalary3 {
  padding: 30px 0;
}

.slickGalary3 h2 {
  padding-left: 30px;
}

.footerUse {
  flex-direction: column;
  max-width: 437px;
  width: 100%;
}

.footerUse a {
  color: #BE202E;
  font-size: 14px;
  margin-bottom: 15px;
}

.rewards,
.foundContnet {
  background-color: #FAFBFC;
  padding: 30px;
  margin-bottom: 30px;
  align-items: flex-start;
}

.itemFound {
  max-width: 267px;
  width: 100%;
}

.itemFound img {
  height: 165px;
  object-fit: cover;
}

.foundContnet a {
  color: #BE202E;
  font: normal 700 16px 'Montserrat', sans-serif;
  padding-top: 10px;
  display: block;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.foundContnet a:hover {
  color: #060B0C;
}

.rewards {
  margin-top: 30px;
}

.rewards h2 {
  color: #060B0C;
  font: normal 700 25px/30px 'Montserrat', sans-serif;
  margin-bottom: 30px;
}

.rewardsItem {
  justify-content: center;
  max-width: 267px;
  width: 100%;
  align-items: flex-start;
}

.rewards__title {
  text-align: center;
  display: block;
  color: #BE202E;
  font: normal 700 16px/25px 'Montserrat', sans-serif;
  margin-top: 21px;
}

.rewardsIn {
  align-items: flex-start;
}

.rewardsItem__img {
  height: 143px;
}

.rewards__date {
  text-align: center;
  width: 100%;
  color: #060B0C;
  font: normal normal 12px 'Montserrat', sans-serif;
  display: block;
  margin-top: 10px;
}

.newsContent .right .article > a {
  display: block;
  height: 160px;
}

.newsContent .right .article > a img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.newsContent .left a {
  font-size: 14px;
  color: #BE202E;
  line-height: 20px;
  margin: 10px 0;
}

.ya-share2__link {
  border-bottom: none !important;
}

.newsContent .left > a img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.sliderNews .right .article > a {
  height: 160px;
  display: block;
}

.sliderNews .right .article > a img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}

.sliderNews .left > a {
  height: 555px;
  display: block;
}

.sliderNews .left > a img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.sliderProjects .articleProjects > a {
  display: block;
  height: 160px;
}

.sliderProjects .articleProjects > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.сontestsBlock .articleProjects > a {
  height: 160px;
  display: block;
  width: 100%;
}

.сontestsBlock .articleProjects > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partSlider .articleProjects > a {
  height: 160px;
  display: block;
}

.partSlider .articleProjects > a img {
  height: 100%;
  object-fit: cover;
}

.photoGalleryPopup {
  background: none !important;
  max-width: 600px !important;
  width: 100% !important;
}

.fancybox-image {
  width: 600px !important;
  height: 600px !important;
  object-fit: cover;
}

.fancybox-caption__body {
  position: relative;
  top: -161px;
}

.slickGalary__title2,
.slickGalary__title {
  color: #060B0C;
  font-size: 14px;
  line-height: 20px;
  max-height: 60px;
  margin-top: 10px;
  display: block;
  width: 93%;
  overflow: hidden;
}

.slickGalary__title2 {
  color: #ffffff;
  max-height: 100px;
}

.photoGalleryPopup .fancybox-button {
  color: #ffffff !important;
}

.photoGalleryPopup img {
  max-width: 600px !important;
  width: 100%;
  object-fit: cover;
}

.slickGalary__dot {
  color: #4e4e4e;
}

.titleH2 a,
.titleH2 {
  color: #060B0C;
  font-size: 25px;
  font-weight: 700;
  margin-top: 0;
  line-height: 35px;
  margin-bottom: 30px;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.newsContent .left .newsItem__bottom a {
  color: #060B0C;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  margin-top: 0;
  margin-bottom: 30px;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.newsContent .left a.currentBtn {
  margin-left: 10px;
}

.slickGalary img {
  height: 280px;
  width: 280px;
  object-fit: cover;
}

.grant {
  padding: 15px;
  background: #FAFBFC;
}

.grant__paragraf {
  color: #060B0C;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 10px;
}

.grantList {
  list-style-position: inside;
}

.grantList li {
  padding-bottom: 15px;
}

.grantList li span {
  color: #060B0C;
  font-size: 14px;
  line-height: 20px;
}

.grantBlock {
  border-bottom: 2px solid #EBEFF1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.grantBlock label {
  color: #060B0C;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 10px;
  display: block;
}

.grantBlock label span {
  color: rgba(190, 32, 46, 1);
  font-size: 12px;
}

.grantBlock textarea {
  max-width: 100%;
  width: 100%;
  padding: 15px;
  background: #FAFBFC;
  resize: none;
  height: 80px;
  border: none;
}

.grantForm {
  margin-top: 30px;
}

.grantBlock {
  justify-content: space-between;
}

.grantBlock__div {
  max-width: 48.8%;
  width: 100%;
}

.input,
.grantBlock input {
  background: #FAFBFC;
  height: 40px;
  max-width: 100%;
  width: 100%;
  border: none;
  padding: 15px;
}

.yearSelects {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 15px;
}

.grantBlock__title {
  font-size: 14px;
  color: #060B0C;
  margin-bottom: 15px;
}

.grantBlock__title span {
  color: rgba(190, 32, 46, 1);
  font-size: 14px;
}

.grantBlockIn {
  margin-top: 15px;
}

.redBorder {
  border-bottom: 2px solid #BE202E !important;
  padding-bottom: 30px !important;
}

.grantBlockArea textarea {
  height: 280px;
}

.grantFormBottom {
  justify-content: space-between;
  margin-top: 30px;
}

.grantFormBottom a {
  max-width: 48.8%;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 35px;
}

.grantFormBottom__back {
  border: 2px solid #EBEFF1;
  border-radius: 4px;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.grantFormBottom__back span {
  font-weight: bold;
  color: #060B0C;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.grantFormBottom__back span:before {
  content: "";
  background: url(/images/icon32.svg) no-repeat;
  width: 20px;
  height: 13px;
  display: block;
  margin-right: 10px;
}

.grantFormBottom__step {
  background: #BE202E;
  border-radius: 4px;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.grantFormBottom__step span {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.grantFormBottom__step span:after {
  content: "";
  background: url('/images/icon33.svg') no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  margin-left: 20px;
}

.grantBlock .selectsBlock {
  max-width: 100%;
  width: 100%;
}

.grantBlock .selectsBlock .selects,
.grantBlock .selectsBlock .selects > li {
  max-width: 100%;
  background: #FAFBFC;
}

.grantBlock .selectsBlock .selects > li > span.selects__active {
  color: #000000;
}

.grantBlock .selectsBlock .selects {
  position: relative;
}

.grantBlock .selectsBlock .selects > li:before {
  top: 13px;
  right: 22px;
}

.grantBlock .yearIcon {
  background: #FAFBFC url('/images/icon34.svg') no-repeat 97% 45%;
}

.grant__bold {
  color: #060B0C;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.grant2 p {
  padding: 20px 0;
}

.grantBlockStep {
  border-bottom: none;
}

.grantBlockStep label {
  font-size: 14px;
  padding-bottom: 30px;
}

.grantBlockStep textarea::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.grantBlockStep textarea::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.grantBlockStep textarea:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.grantBlockStep textarea:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.grantBlockStep textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.grantBlockStep textarea:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.grantBlockStep textarea:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.grantBlockStep textarea:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.grantBlockStep textarea::-moz-placeholder {
  color: #A9B1B5;
  font-size: 14px;
}

.grantBlockStep textarea::-webkit-input-placeholder {
  color: #A9B1B5;
  font-size: 14px;
}

.grantBlockStep textarea:-ms-input-placeholder {
  color: #A9B1B5;
  font-size: 14px;
}

.grantBlockStep__bold {
  color: #060B0C;
  font-weight: 700;
  font-size: 14px;
  padding-bottom: 30px;
  display: block;
}

.grantBlockStep textarea {
  height: 120px;
}

.grantBlockStep__bold_modif {
  font-size: 16px;
}

.grantBlockStepBottom > span {
  color: #060B0C;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  display: block;
}

.grantBlockStepBottom__bold {
  color: #060B0C;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 5px;
  display: block;
}

.grantBlockStepBottom__btn {
  margin-bottom: 2px;
  position: relative;
}

.grantBlockStepBottom__btnDelete {
  position: absolute;
  right: 0;
  height: 40px;
  background: #BE202E url('/images/icon35.svg') no-repeat center;
  border-radius: 2px;
  width: 20px;
  border: none;
  cursor: pointer;
}

.grantBlockStepBottom__btnRed {
  border-top: 2px solid #BE202E;
  justify-content: center;
}

.grantBlockStepBottom__btnRed button {
  border: none;
  background: #BE202E;
  border-radius: 0 0 3px 3px;
  padding: 5px 10px;
  cursor: pointer;
}

.grantBlockStepBottom__btnRed button span {
  color: #ffffff;
}

.grantBlockStepBottom__btnRed button:before {
  content: "";
  display: block;
  background: url('/images/icon36.svg') no-repeat;
  width: 11px;
  height: 10px;
  margin-right: 5px;
}

.grantBlock__paragraf {
  color: #060B0C;
  font-size: 14px;
  padding-bottom: 10px;
  line-height: 20px;
}

.grantBlockStep__bold2 {
  display: block;
  padding-bottom: 15px;
  color: #060B0C;
  font-size: 16px;
}

.fileBlock {
  margin-top: 15px;
  position: relative;
  padding-bottom: 33px;
}

.fileBlock__title {
  font-size: 12px;
  color: #060B0C;
  padding-bottom: 5px;
}

.fileBlock__title b {
  font-size: 12px;
}

.fileBlock input {
  opacity: 0;
  position: absolute;
  top: 30px;
  z-index: 2;
  cursor: pointer;
}

.fileBlock__file {
  background: #FAFBFC url("/images/icon37.svg") no-repeat 98% 50%;
  min-height: 40px;
  width: 100%;
  padding: 12px 0 12px 14px;
  word-break: break-all;
}

.grantBlockTop {
  border-top: 2px solid rgba(235, 239, 241, 1);
}

.grantBlockTop__app {
  color: #060B0C;
  font-size: 16px;
  font-weight: 700;
  padding-top: 15px;
  display: block;
}

.grantBlockTop__title {
  color: #060B0C;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

.grantBlockTopList {
  list-style: disc;
  list-style-position: inside;
}

.grantBlockTopList li {
  padding-bottom: 5px;
  font-size: 10px;
  color: #060B0C;
}

.grantBlockTopList li span {
  color: #060B0C;
  font-size: 14px;
}

.grantFormBottom__step.submit {
  border: none;
  justify-content: center;
  max-width: 48%;
  width: 100%;
  height: 35px;
  cursor: pointer;
}

.grantFormBottom__step.submit span:after {
  display: none;
}

.sendUsa {
  text-align: center;
  color: #060B0C;
  font-size: 12px;
  line-height: 20px;
  padding-top: 30px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.sendUsa a {
  color: #BE202E;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  border-bottom: 1px solid transparent;
}

.sendUsa a:hover {
  border-bottom: 1px solid;
}

/*##############
Start responsive
################*/
@media (max-width: 1410px) {
  .slick-dots {
    left: -45px;
  }

  .slide-count-wrap {
    left: -45px;
  }

  .navIn {
    max-width: auto;
    width: auto;
  }

  .itemFound {
    max-width: 245px;
  }

  .rewardsItem {
    max-width: 248px;
  }
}

@media (max-width: 1360px) {
  .topSlider {
    max-width: 1220px;
  }

  .headerSliderLeft {
    max-width: 506px;
  }
}

@media (max-width: 1340px) {
  .сontestsBlock .content {
    margin-right: 19px;
  }

  .line-hr2,
  .line-hr5,
  .line-hr,
  .line-hr4 {
    max-width: 100%;
  }

  .sliderProjects .slick-prev.slick-arrow {
    right: 107px;
  }

  .sliderProjects .slick-next.slick-arrow {
    right: 15px;
  }

  .headerSliderLeft__h3 {
    padding: 0 0 8px;
  }

  .btnFound {
    margin-top: 20px;
  }

  .headerSliderLeft__paragraf {
    padding: 28px 0 10px;
  }

  .application,
  .partContent,
  .partSlider,
  .сontests,
  .OwnProjectsContent,
  .bread-crumbs,
  .main,
  .footerIn {
    max-width: 1100px;
  }

  .newsContent .left {
    max-width: 800px;
  }

  .newsContentBlock .newsItem:nth-child(4n+4) {
    margin: 0 0 60px 0;
  }

  .newsContentBlock .newsItem {
    margin: 0 20px 60px 0;
  }

  .projects .newsBlock {
    padding: 0 0 0 2px;
  }

  .sliderProjects {
    padding-left: 0;
  }

  .projects .next.slick-arrow {
    right: 16px;
  }

  .projects .newsBlockSlider {
    right: 60px;
  }

  .projects .prev.slick-arrow {
    top: -61px;
    right: 103px;
  }

  .news {
    max-width: 1100px;
    margin: 58px auto 0;
  }

  .backg {
    background-size: 45%;
  }

  .news .left {
    max-width: 802px;
    width: 100%;
  }

  .popupin,
  .mission {
    max-width: 1100px;
  }

  .topSlider {
    max-width: 1100px;
  }

  .headerSliderRight {
    max-width: 480px;
    height: 520px;
  }

  .sliderNews .left > a {
    height: 485px;
  }

  .headerTop {
    max-width: 1100px;
  }

  .headerNav {
    max-width: 530px;
  }

  .slide-count-wrap {
    top: 0;
    left: 0;
  }

  .slick-dots {
    top: 20px;
    left: 0;
  }

  .projects {
    margin: 0 auto;
  }

  .headerSliderLeft__h3 a {
    padding: 0;
  }

  .metismenu2Text {
    max-width: 78% !important;
  }

  .metismenu2 .metismenu2Content .mm-collapse__two {
    max-width: 87.2%;
  }

  .applicationRight {
    max-width: 500px;
  }

  .partSlider .slick-next.slick-arrow {
    right: 16px;
  }

  .partContent .newsBlockSlider {
    right: 60px;
  }

  .partSlider .slick-prev.slick-arrow {
    right: 103px;
  }

  .pageLeft {
    max-width: 520px;
  }

  .foundersItem {
    max-width: 500px;
  }

  .adviceItem {
    max-width: 326px;
  }

  .expertItem {
    max-width: 237px;
  }

  .partnersItem {
    margin-right: 10px;
    max-width: 240px;
  }

  .line-hr {
    margin: 40px 0;
  }

  .line-hr2 {
    margin: 35px auto 60px;
  }
}

@media (max-width: 1140px) {
  .slickGalary3 .slick-slide img {
    height: 190px;
  }

  .itemFound {
    max-width: 225px
  }

  .rewardsItem {
    max-width: 220px;
  }

  .foundContnet a,
  .rewards__title {
    font-size: 14px;
    line-height: 23px;
  }

  .footerUse {
    max-width: 330px;
  }

  .application,
  .partContent,
  .partSlider,
  .сontests,
  .OwnProjectsContent,
  .bread-crumbs,
  .main,
  .popupin,
  .footerIn {
    max-width: 1000px;
  }

  .footerLogo {
    max-width: 162px;
    width: 100%;
  }

  .news {
    max-width: 1000px;
    margin: 35px auto 0;
  }

  .mission {
    max-width: 1000px;
  }

  .missionContent {
    max-width: 70%;
  }

  .news .left {
    max-width: 742px;
    width: 100%;
  }

  .content .right {
    max-width: 240px;
  }

  .articleTitle a {
    font-size: 14px;
  }

  .sliderProjects .content {
    max-width: 240px;
    width: 100%;
  }

  .topSlider {
    max-width: 1000px;
  }

  .headerTop {
    max-width: 1000px;
  }

  .newsContent .left {
    max-width: 720px;
  }

  .newsContentBlock .article {
    max-width: 235px;
  }

  .newsContentBlock .newsItem {
    margin: 0 20px 60px 0;
  }

  .newsContentBlock .newsItem .articleTitle {
    line-height: 20px;
  }

  .articleProjects {
    max-width: 235px;
  }

  .metismenu2 .metismenu2Content .mm-collapse__two {
    max-width: 86.2%;
  }

  .selectsBlock {
    max-width: 227px;
  }

  .selects__sub {
    max-width: 170px;
  }

  .currentBtn {
    max-width: 230px;
  }

  .btnBlock3 {
    max-width: 430px;
  }

  .currentBtn span {
    font-size: 12px;
  }

  .btnBlock3 .archiveBtn {
    max-width: 150px;
  }

  .btnBlock3 .archiveBtn span {
    font-size: 12px;
  }

  .applicationRight {
    max-width: 400px;
  }

  .partSlider .slick-next.slick-arrow {
    right: 16px;
  }

  .line-hr8 {
    right: 0;
  }

  .partContent .newsBlockSlider {
    right: 60px;
  }

  .partSlider .slick-prev.slick-arrow {
    right: 105px;
  }

  .pageRight {
    max-width: 440px;
  }

  .foundersItem {
    max-width: 460px;
  }

  .adviceItem {
    max-width: 293px;
  }

  .expertItem {
    max-width: 212px;
  }

  .partnersItem {
    max-width: 213px;
  }

  .line-hr2 {
    margin: 10px auto 60px;
  }

  .sliderNews .left > a {
    height: 483px;
  }

  .sliderNews {
    height: 650px;
  }

  .sliderProjects .articleProjects > a {
    height: 147px;
  }

  .headerSliderRight {
    height: 450px;
  }

  .slickGalary img {
    height: 200px;
  }

  .slick-dots {
    left: -4%;
  }

  .slide-count-wrap {
    left: -4%;
  }

  .slick-dots li.slick-active button {
    width: 24px;
  }
}

@media (max-width: 1075px) {
  .slickGalary img {
    height: 175px;
  }

  .rewardsItem,
  .itemFound {
    max-width: 200px;
  }

  .foundContnet a, .rewards__title {
    font-size: 13px;
    line-height: 21px;
  }

  .rewards h2 {
    font-size: 20px;
  }

  .application,
  .partSlider,
  .partContent,
  .сontests,
  .OwnProjectsContent,
  .bread-crumbs,
  .main,
  .popupin,
  .footerIn {
    max-width: 900px;
  }

  .footerLogo {
    max-width: 113px;
  }

  .mission {
    max-width: 900px;
  }

  .missionContent {
    max-width: 65%;
  }

  .sliderProjects .content {
    max-width: 210px;
  }

  .articleProjects p {
    font-size: 12px;
  }

  .news {
    max-width: 900px;
    margin: 50px auto 0;
  }

  .news .left {
    max-width: 630px;
  }

  .topSlider {
    max-width: 900px;
  }

  .headerTop {
    max-width: 900px;
  }

  .headerSliderRight {
    max-width: 380px;
  }

  .fondHref {
    font-size: 13px;
  }

  .nav > li > a {
    font-size: 14px;
  }

  .headerSliderLeft h1 {
    padding-top: 60px;
  }

  .nav {
    max-width: 320px;
  }

  .btnFound span {
    font-size: 20px;
  }

  .newsContent .left {
    max-width: 610px;
  }

  .newsContent .left .newsItem__bottom a,
  .newsContent .titleH2 a {
    font-size: 22px;
  }

  .newsContentBlock .article {
    max-width: 280px;
  }

  .newsContentBlock .article a img {
    width: 100%;
  }

  .newsContentBlock .newsItem {
    margin: 0 30px 60px 0;
  }

  .newsContentBlock .newsItem:nth-child(4n+4) {
    margin: 0 30px 60px 0;
  }

  .newsContentBlock .newsItem:nth-child(3n+3) {
    margin: 0 0 60px 0;
  }

  .footerSocial {
    max-width: 180px;
  }

  .btnSend {
    max-width: 235px;
  }

  .article {
    margin-bottom: 30px;
  }

  .articleProjects {
    max-width: 213px;
  }

  .metismenu2 .metismenu2Content .mm-collapse__two {
    max-width: 75.2%;
    margin-right: 44px;
    font-size: 14px;
  }

  .metismenu2 li a span {
    font-size: 14px;
    line-height: 20px;
  }

  .selectsBlock {
    max-width: 210px;
  }

  .selects__sub {
    max-width: 157px;
  }

  .applicationLeft {
    max-width: 480px;
  }

  .applicationH1 {
    font-size: 38px;
  }

  .contactsRight {
    max-width: 450px;
  }

  .contactsRight iframe {
    height: 450px;
  }

  .pageLeft {
    max-width: 440px;
  }

  .expertItem {
    max-width: 186px;
  }

  .adviceItem {
    max-width: 260px;
  }

  .foundersItem {
    max-width: 410px;
  }

  .partnersItem {
    max-width: 175px;
  }

  .сontestsBlock .content {
    margin-right: 16px;
  }

  .line-hr2 {
    margin: 40px auto 60px;
  }

  .slickGalary3 .slick-next.slick-arrow {
    right: 26px;
  }

  .headerSliderRight {
    height: 390px;
  }

  .sliderNews .left > a {
    height: 425px;
  }

  .sliderNews {
    height: 565px;
  }

  .sliderNews .right .article > a {
    height: 148px;
  }

  .sliderProjects .articleProjects > a {
    height: 125px;
  }
}

@media (max-width: 950px) {
  .slickGalary3 .slick-slide img {
    height: 167px;
  }

  .slickGalary img {
    height: 140px;
  }

  .newsContent .left a.archiveBtn {
    margin-left: 0;
  }

  .sliderProjects .articleProjects > a {
    height: 150px;
  }

  .rewardsItem, .itemFound {
    max-width: 181px;
  }

  .headerSliderLeft h1 a {
    font-size: 37px;
  }

  .application,
  .partSlider,
  .partContent,
  .сontests,
  .OwnProjectsContent,
  .bread-crumbs,
  .main,
  .popupin,
  .footerIn {
    max-width: 800px;
  }

  .btnSend {
    max-width: 180px;
  }

  .btnSend span {
    font-size: 12px;
  }

  .copyright {
    font-size: 12px;
  }

  .footerLogo {
    max-width: 113px;
  }

  .sliderProjects .content {
    max-width: 253px;
  }

  .news {
    max-width: 800px;
    margin: 30px auto 0;
  }

  .line-hr4 {
    margin: 0 auto 20px;
  }

  .news .left {
    max-width: 530px;
  }

  .mission {
    max-width: 800px;
    padding-top: 30px;
  }

  .missionContent {
    max-width: 62%;
  }

  .topSlider {
    max-width: 800px;
  }

  .headerTop {
    max-width: 800px;
  }

  .headerSliderLeft {
    max-width: 415px;
  }

  .headerNav {
    max-width: 430px;
  }

  .search {
    margin-left: 30px;
  }

  .newsContent .left {
    max-width: 500px;
  }

  .newsContentBlock .newsItem {
    margin: 0 10px 60px 0;
  }

  .newsContentBlock .newsItem:nth-child(3n+3) {
    margin: 0 0 60px 0;
  }

  .newsContentBlock .newsItem:nth-child(4n+4) {
    margin: 0 8px 60px 0;
  }

  .newsContentBlock .newsItem:last-of-type {
    margin: 0 0 60px 0;
  }

  .projects {
    margin: 30px auto;
  }

  .line-hr2 {
    margin: 16px auto 30px;
  }

  .newsContentBlock .article {
    max-width: 250px;
  }

  .newsContentBlock .newsItem {
    margin: 0 25px 60px 0;
  }

  .newsContentBlock .newsItem:nth-child(4n+4) {
    margin: 0 25px 60px 0;
  }

  .newsContentBlock .newsItem:last-of-type {
    margin: 0 0 60px 0;
  }

  .articleProjects {
    max-width: 190px;
  }

  .sliderProjects .articleProjects {
    max-width: 250px;
  }


  .articleProjects .articleTitle {
    line-height: 20px;
  }

  .question {
    padding: 30px 20px;
  }

  .metismenu2 li a span {
    width: 70px;
  }

  .metismenu2Text {
    width: 70% !important;
  }

  .metismenu2 .metismenu2Content .mm-collapse__two {
    margin-right: 50px;
  }

  .metismenu2 .metismenu2Content .mm-collapse__one {
    width: 58px;
    padding-right: 0;
  }

  .btnBlock2 {
    max-width: 340px;
  }

  .archiveBtn {
    max-width: 154px;
  }

  .archiveBtn span {
    font-size: 12px;
  }

  .backBtn {
    max-width: 170px;
  }

  .shareList {
    max-width: 160px;
  }

  .shareList li span {
    font-size: 14px;
  }

  .selectsBlock {
    max-width: 190px;
  }

  .selects__sub {
    max-width: 140px;
  }

  .currentBtn {
    margin-left: 0;
    margin-top: 10px;
  }

  .applicationLeft {
    max-width: 397px;
  }

  .applicationH1 {
    font-size: 32px;
  }

  .partSlider .articleProjects {
    max-width: 250px;
  }

  .applicationRight {
    max-width: 350px;
  }

  .application__btn span {
    font-size: 20px;
  }

  .contactsRight {
    max-width: 400px;
  }

  .pageLeft {
    max-width: 340px;
  }

  .pageLeft .titleH2 {
    font-size: 22px;
  }

  .pageLeft .titleH3 {
    font-size: 14px;
  }

  .backMainBtn {
    font-size: 20px;
  }

  .foundersItem {
    max-width: 360px;
  }

  .adviceItem {
    margin-right: 15px;
    max-width: 236px;
  }

  .expertItem {
    margin-right: 15px;
    max-width: 173px;
  }

  .partnersItem {
    max-width: 215px;
    margin-bottom: 10px;
  }

  .partnersItem:nth-child(2n+2) {
    margin-right: 0;
  }

  .partnersItem:nth-child(3n+3) {
    margin-right: 10px;
  }

  .push {
    height: 160px;
  }

  .сontestsBlock .content {
    margin-right: 12px;
  }

  .footerSocial {
    max-width: 150px;
  }

  .footerUse {
    max-width: 250px;
  }

  .headerSliderRight {
    height: 350px;
  }

  .сontestsBlock .articleProjects > a {
    height: 110px;
  }

  .adviceItem img {
    height: 170px;
  }

  .itemFound img {
    height: 130px;
  }
}

@media (max-width: 860px) {
  .slickGalary img {
    height: 200px;
  }

  .rewardsItem, .itemFound {
    max-width: 215px;
    margin-bottom: 20px;
  }

  .rewardsItem:last-of-type,
  .itemFound:last-of-type {
    margin-bottom: 0;
  }

  .application,
  .partSlider,
  .partContent,
  .сontests,
  .OwnProjectsContent,
  .news,
  .bread-crumbs,
  .main,
  .popupin,
  .footerIn {
    max-width: 790px;
  }

  .footerLogo {
    max-width: 87px;
  }

  .btnSend span {
    font-size: 14px;
  }

  .btnSend {
    max-width: 216px;
  }

  .copyright {
    font-size: 12px;
  }

  .footerSocial {
    max-width: 170px;
  }

  .news .left {
    max-width: 530px;
  }

  .headerSliderLeft {
    max-width: 399px;
  }

  .content .right {
    max-width: 230px;
  }

  .articleTitle a {
    font-size: 16px;
    line-height: 25px;
  }

  .sliderProjects .content {
    max-width: 247px;
  }

  .articleProjects p {
    font-size: 14px;
  }


  .titleH2 a {
    font-size: 25px;
  }

  .mission {
    max-width: 790px;
    margin: 0 auto;
    padding: 30px 0;
  }

  .slick-dots {
    top: 45px;
  }

  .slide-count-wrap {
    top: 18px;
  }

  .headerSliderLeft__paragraf {
    padding: 15px 0 10px;
  }

  .missionContent {
    max-width: 63%;
  }

  .headerTop {
    max-width: 790px;
  }

  .topSlider {
    max-width: 790px;
    margin: 34px auto 16px;
  }

  .headerSliderLeft h1 {
    padding-top: 30px;
  }

  .headerSliderRight {
    max-width: 390px;
  }

  .headerSliderLeft__h3 {
    padding: 0 0 8px;
  }

  .headerSliderLeft__paragraf2 {
    font-size: 12px;
    line-height: 20px;
  }

  .btnFound {
    max-width: 200px;
    height: 40px;
  }

  .btnFound span {
    font-size: 16px;
  }

  .logo .logoText span {
    font-size: 11px;
    line-height: 11px;
  }

  .logo .logoText {
    margin-right: 0;
  }

  .logo {
    width: 97px;
  }

  .logo img {
    width: 30px;
  }

  .backg {
    background: none;
  }

  .header {
    margin-bottom: 50px;
  }

  .news {
    margin: 30px auto 0;
  }

  .projects {
    border-bottom: none;
    margin-bottom: 0;
  }

  .fondHref {
    font-size: 14px;
  }

  .headerNav {
    max-width: 450px;
  }

  .popupin {
    margin: 38px auto;
  }

  .navIn {
    top: 75px;
  }

  .navIn li a {
    font-size: 12px;
  }

  .newsContentBlock .newsItem {
    margin: 0 19px 40px 0;
  }

  .newsContentBlock .newsItem:nth-child(4n+4) {
    margin: 0 19px 60px 0;
  }

  .newsContentBlock .article {
    max-width: 250px;
  }

  .newsContentBlock .newsItem:last-of-type {
    margin: 0 0 60px 0;
  }

  .headerSliderLeft h1 a {
    font-size: 30px;
    line-height: 20px;
  }

  .headerSliderLeft__h3 a {
    padding: 5px 0;
  }

  .line-hr {
    margin: 30px auto 0;
  }

  .line-hr4 {
    margin-top: 30px;
  }

  .projects {
    max-width: 800px;
    margin-left: 31px;
  }

  .selectsBlock {
    max-width: 177px;
  }

  .selects__sub {
    max-width: 130px;
  }

  .contactsRight {
    max-width: 350px;
  }

  .contactsRight iframe {
    height: 480px;
  }

  .foundersItem {
    max-width: 355px;
  }

  .adviceItem {
    max-width: 233px;
  }

  .expertItem {
    max-width: 357px;
    margin-bottom: 30px;
  }

  .expertItem:nth-child(2n+2) {
    margin-right: 0;
  }

  .expert {
    padding: 30px 30px 0;
  }

  .staffContent .expertItem {
    max-width: 357px;
  }

  .staffContent .expertItem img {
    height: 100%;
  }

  .youtube iframe {
    height: 283px;
  }

  .push {
    height: 140px;
  }

  .сontestsBlock .content {
    margin-right: 10px;
  }
}

@media (max-width: 850px) {
  .application,
  .partSlider,
  .partContent,
  .сontests,
  .OwnProjectsContent,
  .bread-crumbs,
  .main,
  .popupin,
  .topSlider,
  .news,
  .headerTop,
  .footerIn {
    max-width: 740px;
  }

  .footerSocial {
    max-width: 145px;
  }

  .headerSliderLeft__paragraf {
    padding: 10px 0;
  }

  .headerSliderLeft__h3 a {
    padding: 0;
  }

  .btnSend {
    max-width: 178px;
  }

  .footerSocial li a {
    width: 25px;
    display: block;
  }

  .footerSocial li a svg {
    width: 25px;
  }

  .news .left {
    max-width: 475px;
  }

  .mission {
    max-width: 742px;
    margin: 10px auto;
  }

  .missionContent {
    max-width: 63%;
  }

  .archiveYearsList li a {
    width: 58px;
  }

  .missionContent h2 a {
    font-size: 19px;
  }

  .btnSend span {
    font-size: 12px;
  }

  .headerNav {
    max-width: 420px;
  }

  .headerSliderLeft {
    max-width: 325px;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .headerSliderRight {
    max-width: 347px;
  }

  .headerSliderLeft h1 a {
    padding-top: 46px;
  }

  .articleTitle a {
    font-size: 14px;
    line-height: 15px;
  }

  .newsItem .articleTitle a {
    font-size: 16px;
    line-height: 25px;
  }

  .articleProjects p {
    font-size: 12px;
  }

  .newsContent .left {
    max-width: 466px;
  }

  .newsContent {
    margin-top: 30px;
  }

  .newsContent .right {
    max-width: 240px;
  }

  .bread-crumbs li span,
  .bread-crumbs li a {
    font-size: 12px;
  }

  .newsContent .right .article {
    max-width: 100%;
  }

  .newsContent .right .article a img {
    width: 100%;
  }

  .newsContentIn .right {
    display: none !important;
  }

  .newsContent .left .newsItem__bottom a,
  .newsContent .titleH2 a {
    font-size: 25px;
  }

  .newsContentBlock .newsItem {
    margin: 0 12px 30px 0;
  }

  .newsContentBlock .newsItem:nth-child(4n+4) {
    margin: 0 12px 30px 0;
  }

  .newsContentBlock .article {
    max-width: 238px;
  }

  .newsContentBlock .newsItem:last-of-type {
    margin: 0 0 60px 0 !important;
  }

  .footerSocial li a svg {
    width: 20px;
  }

  .footerSocial li a {
    width: 20px;
  }

  .footerSocial {
    max-width: 120px;
  }

  .projects {
    max-width: 767px;
  }

  .sliderProjects .slick-next.slick-arrow {
    right: 24px;
  }

  .projects .newsBlockSlider {
    right: 69px;
  }

  .sliderProjects .slick-prev.slick-arrow {
    right: 114px;
  }

  .sliderProjects .content {
    max-width: 230px;
  }

  .bread-crumbs {
    margin: -20px auto 10px;
  }

  .titleH1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }

  .newsContentIn .left {
    max-width: 100% !important;
  }

  .partSlider .content:last-of-type {
    display: block;
  }

  .articleProjects {
    max-width: 168px;
  }

  .metismenu2 li a span {
    width: 90px;
  }

  .metismenu2 .metismenu2Content .mm-collapse__two {
    max-width: 80.2%;
  }

  .archiveBtn {
    max-width: 180px;
  }

  .btnBlock2 {
    max-width: 360px;
  }

  .shareList {
    max-width: 210px;
  }

  .photoGalleryMobil {
    display: none;
  }

  .selectsBlock {
    max-width: 165px;
  }

  .selects__sub {
    max-width: 120px;
  }

  .btnBlock3 {
    max-width: 400px;
  }

  .currentBtn {
    margin-top: 0;
    margin-left: 10px;
  }

  .applicationRight {
    max-width: 320px;
  }

  .partSlider .articleProjects {
    max-width: 230px;
  }

  .applicationLeft {
    max-width: 350px;
  }

  .applicationH1 {
    font-size: 27px;
    margin-bottom: 30px;
  }

  .application__btn {
    margin-top: 30px;
  }

  .part {
    height: auto;
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .sliderProjects .articleProjects {
    max-width: 230px;
  }

  .OwnProjects {
    height: auto;
    padding-bottom: 30px;
  }

  .OwnProjectsContent {
    margin-top: 30px;
  }

  .сontests {
    margin: 30px auto 0;
  }

  .archiveProjects {
    padding-bottom: 0;
  }

  .footer {
    margin-top: 30px;
  }

  .сontestsBlock .content:last-of-type {
    display: none;
  }

  .сontestsBlock .content .articleProjects {
    max-width: 235px;
  }

  .archiveProjects h2 a {
    font-size: 25px;
  }

  .archiveProjects .missionBtn {
    max-width: 225px;
  }

  .line-hr6 {
    margin: 30px auto 0;
  }

  .OwnProjectsContent {
    padding-top: 30px;
  }

  .OwnProjects {
    margin-top: 30px;
  }

  .contactsRight {
    max-width: 340px;
  }

  .contactsRight iframe {
    height: 520px;
  }

  .contacts {
    margin-bottom: 30px;
  }

  .contactsList {
    margin-top: 30px;
  }

  .pageRight {
    max-width: 390px;
  }

  .page {
    margin-top: 90px;
    margin-bottom: 135px;
  }

  .foundersItem {
    max-width: 330px;
  }

  .adviceItem {
    max-width: 216px;
  }

  .expertItem {
    max-width: 332px;
  }

  .foundersItem img {
    object-fit: contain;
    height: 100%;
  }

  .staffContent .expertItem {
    max-width: 332px;
  }

  .archiveProjects a.allBtn {
    max-width: 200px;
  }

  .partContent {
    padding-top: 30px;
  }

  .application {
    margin: 30px auto;
  }

  .partH1 {
    line-height: 40px;
  }

  .partnersItem {
    max-width: 220px;
  }

  .partnersItem:nth-child(3n+3) {
    margin-right: 0;
  }

  .partnersItem:nth-child(2n+2) {
    margin-right: 10px;
  }

  .youtube iframe {
    height: 329px;
  }

  .line-hr9 {
    margin: 30px 0 30px;
  }

  .сontestsBlock .articleProjects > a {
    height: 140px;
  }

  .newsContent .left a.archiveBtn {
    margin-left: 7px;
  }
}

@media (max-width: 810px) {
  .application,
  .partSlider,
  .partContent,
  .сontests,
  .OwnProjectsContent,
  .bread-crumbs,
  .main,
  .popupin,
  .topSlider,
  .news,
  .headerTop,
  .footerIn {
    max-width: 700px;
  }


  .footerSocial {
    max-width: 154px;
    margin-left: 0;
  }

  .footerSocial li a {
    width: 30px;
  }

  .footerIn {
    padding: 0 0 22px;
  }

  .footerSocial li a svg {
    width: 30px;
  }

  .footerLogo {
    max-width: 130px;
  }

  .footerSocial li a {
    width: 30px;
  }

  .news .left {
    max-width: 310px;
  }

  .sliderProjects .content {
    max-width: 235px;
  }

  .sliderProjects .articleTitle a {
    font-size: 13px;
  }

  .mission {
    max-width: 700px;
    align-items: flex-start;
  }


  .missionContent {
    max-width: 69%;
  }

  .article {
    max-width: 187px;
  }

  .articleProjects {
    max-width: 170px;
  }

  .projects {
    margin: 0 auto;
  }

  .sliderProjects .slick-next.slick-arrow {
    right: 4px;
  }

  .projects .newsBlockSlider {
    right: 47px;
  }

  .sliderProjects .slick-prev.slick-arrow {
    right: 89px;
  }

  .nav {
    max-width: 270px;
  }

  .headerNav {
    max-width: 350px;
  }

  .headerSliderRight {
    max-width: 323px;
  }

  .headerSliderLeft h1 {
    padding-top: 62px;
  }

  .headerSliderLeft__paragraf {
    padding: 10px 0 8px;
  }

  .news .left {
    max-width: 350px;
  }

  .titleH2,
  .titleH2 a {
    line-height: 20px;
  }

  .content .right .article {
    max-width: 230px;
  }

  .content .right .article:last-of-type {
    margin-bottom: 0;
  }

  .missionContent h2 a {
    font-size: 19px;
  }

  .mission > a {
    width: 200px;
  }

  .copyright {
    position: absolute;
    bottom: 10px;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .btnSend {
    max-width: 250px;
    margin: 0 auto 0;
  }

  .newsContent .left .newsItem__bottom a,
  .newsContent .titleH2 a {
    font-size: 25px;
    line-height: 30px;
  }

  .newsContent .right {
    max-width: 218px;
  }

  .newsContentBlock .article {
    max-width: 193px;
  }

  .newsContentBlock .articleTitle a {
    font-size: 14px;
    line-height: 20px;
  }

  .news .left {
    max-width: 442px;
  }

  .newsContentBlock .newsItem {
    margin: 0 20px 30px 0;
  }

  .newsContentBlock .newsItem:nth-child(4n+4) {
    margin: 0 20px 60px 0;
  }

  .newsContentBlock .newsItem:nth-child(3n+3) {
    margin: 0 0 30px 0;
  }

  .newsContentBlock .article {
    max-width: 220px;
  }

  .metismenu2 .metismenu2Content .mm-collapse__two {
    max-width: 79.2%;
  }

  .selectsBlock {
    max-width: 165px;
  }

  .selects__sub {
    max-width: 118px;
  }

  .selectsIn li a {
    font-size: 12px;
  }

  .titleH2 {
    font-size: 20px;
  }

  .сontestsBlock .content .articleProjects {
    max-width: 220px;
  }

  .contactsRight {
    max-width: 300px;
  }

  .contactsRight iframe {
    height: 510px;
  }

  .pageRight {
    max-width: 360px;
  }

  .page {
    margin-bottom: 145px;
  }

  .foundersItem {
    max-width: 310px;
  }

  .adviceItem {
    max-width: 203px;
  }

  .adviceItem__paragraf {
    line-height: 16px;
  }

  .expertItem {
    max-width: 312px;
  }

  .staffContent .expertItem {
    max-width: 310px;
  }

  .partnersItem {
    max-width: 206px;
  }

  .youtube iframe {
    height: 282px;
  }

  .line-hr10 {
    margin: 30px auto;
  }

  .footerUse a {
    position: relative;
    left: 15px;
  }

  .rewardsItem, .itemFound {
    max-width: 204px;
  }

  .mission > a {
    height: 200px;
  }

  .sliderProjects .articleProjects > a {
    height: 137px;
  }

  .sliderNews .right .article > a {
    height: 135px;
  }

  .sliderNews .left > a {
    height: 400px;
  }

  .grantForm {
    margin-bottom: 50px;
  }

  .partContent .newsBlockSlider {
    top: -3px;
  }
}

@media (max-width: 760px) {
  .fileBlock__file {
    font-size: 12px;
  }

  .application,
  .partSlider,
  .partContent,
  .сontests,
  .OwnProjectsContent,
  .bread-crumbs,
  .main,
  .popupin,
  .mission,
  .topSlider,
  .news,
  .headerTop,
  .footerIn {
    max-width: 650px;
  }

  .headerNav {
    max-width: 320px;
  }

  .nav {
    max-width: 240px;
  }

  .search {
    margin-left: 20px;
  }

  .nav > li > a {
    font-size: 12px;
  }

  .fondHref {
    font-size: 12px;
  }

  .headerSliderLeft {
    max-width: 280px;
  }

  .headerSliderLeft__h3 a {
    font-size: 14px;
  }

  .topSlider {
    margin: 0 auto;
  }

  .line-hr2 {
    margin: 35px auto;
  }

  .headerSliderLeft h1 a {
    font-size: 24px;
  }

  .content .right {
    max-width: 206px;
  }

  .sliderProjects .content {
    max-width: 212px;
  }

  .missionContent {
    max-width: 65%;
  }

  .newsContentBlock .article {
    max-width: 203px;
  }

  .line-hr {
    margin: 15px auto 0;
  }

  .header {
    margin-bottom: 0;
  }

  .newsBlockSlider {
    right: 46px;
  }

  .sliderProjects .slick-prev.slick-arrow {
    right: 104px;
  }

  .sliderProjects .content .articleProjects {
    max-width: 270px;
  }

  .sliderProjects .content .articleProjects a {
    font-size: 16px;
    width: 100%;
  }

  .sliderProjects .content .articleProjects a img {
    width: 100%;
  }

  .sliderProjects .slick-next.slick-arrow {
    right: 5px;
  }

  .projects .newsBlockSlider {
    right: 55px;
  }

  .line-hr4 {
    margin: 40px auto 20px;
  }

  .news .left {
    max-width: 435px;
  }

  .articleProjects {
    max-width: 160px;
    margin-bottom: 0;
  }

  .bread-crumbs {
    margin: 30px auto 10px;
  }

  .metismenu2 .metismenu2Content .mm-collapse__two {
    max-width: 77.2%;
  }

  .selectsBlock {
    max-width: 300px;
    margin-bottom: 20px;
  }

  .selectsBlock:nth-child(2),
  .selectsBlock:first-of-type {
    z-index: 1;
  }

  .selects > li,
  .selects {
    max-width: 100%;
  }

  .selects__sub {
    max-width: 245px;
  }

  .selectsIn li a {
    font-size: 12px;
  }

  .partSlider .articleProjects {
    max-width: 200px;
  }

  .applicationRight {
    max-width: 290px;
  }

  .application {
    align-items: flex-start;
  }

  .partH1 {
    font-size: 30px;
  }

  .сontestsBlock .content .articleProjects {
    max-width: 210px;
  }

  .contactsLeft {
    max-width: 380px;
  }

  .contactsRight {
    max-width: 270px;
  }

  .pageLeft .titleH2 {
    font-size: 18px;
  }

  .pageLeft {
    max-width: 290px;
  }

  .pageLeft .titleH3 {
    line-height: 20px;
  }

  .page {
    margin-bottom: 113px;
  }

  .adviceItem {
    max-width: 287px;
  }

  .expert,
  .advice {
    justify-content: space-between;
  }

  .adviceItem:nth-child(2n+2) {
    margin-right: 0;
  }

  .adviceItem:nth-child(3n+3) {
    margin-right: 0;
  }

  .expertItem {
    max-width: 287px;
    margin-right: 0;
  }

  .foundersItem {
    max-width: 288px;
  }

  .staffContent .expertItem {
    max-width: 287px;
  }

  .staffContent {
    justify-content: space-between;
  }

  .partnersItem {
    max-width: 189px;
  }

  .newsContent .right {
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .newsContent .right .article {
    max-width: 49%;
  }

  .articleTitle {
    line-height: 20px;
  }

  .newsContent .left {
    max-width: 100%;
  }

  .сontestsBlock .content {
    margin-right: 10px;
  }

  .сontestsBlock .content:nth-child(3n+3) {
    margin-right: 0;
  }

  .news {
    padding-bottom: 0;
  }

  .slickGalary3 .slick-next.slick-arrow {
    right: 22px;
  }

  .rewardsItem, .itemFound {
    max-width: 190px;
  }

  .newsContent .right .article > a {
    height: 196px;
  }

  .newsContentBlock .newsItem .article > a {
    height: 124px;
  }

  .sliderNews .left > a {
    height: 389px;
  }

  .partSlider .articleProjects > a {
    height: 127px;
  }
}

@media (max-width: 705px) {
  .slickGalary img {
    height: 168px;
  }

  .application,
  .partSlider,
  .partContent,
  .сontests,
  .OwnProjectsContent,
  .bread-crumbs,
  .main,
  .popupin,
  .mission,
  .topSlider,
  .news,
  .headerTop,
  .footerIn {
    max-width: 600px;
  }

  .mission {
    position: relative;
    padding-top: 30px;
  }

  .mission > a {
    width: 132px;
  }

  .missionContent {
    max-width: 75%;
  }

  .btnSend span {
    font-size: 13px;
  }

  .fondHref {
    font-size: 11px;
  }

  .headerSliderRight {
    max-width: 310px;
  }

  .news .left {
    max-width: 280px;
  }

  .sliderProjects .content {
    max-width: 245px;
  }

  .sliderProjects .content .articleProjects a {
    font-size: 15px;
  }

  .topSlider {
    margin: 0 auto;
  }

  .newsContentBlock .article {
    max-width: 186px;
  }

  .mobilSlider {
    display: block !important;
  }

  .sliderNews {
    display: none !important;
  }

  .newsBlockSlider {
    right: 55px;
  }

  .sliderProjects .content .articleProjects,
  .sliderProjects .content {
    max-width: 295px;
  }

  .line-hr2 {
    margin: 9px auto 27px;
  }

  .line-hr4 {
    margin: 10px auto 20px;
  }

  .newsContentBlock .articleTitle a {
    font-size: 13px;
    line-height: 15px;
  }

  .articleProjects {
    max-width: 194px;
  }

  .сontestsParagraf {
    font-size: 12px;
  }

  .metismenu2 .metismenu2Content .mm-collapse__two {
    max-width: 75.2%;
  }

  .selectsBlock {
    max-width: 290px;
  }

  .btnBlock3 {
    max-width: 280px;
  }

  .currentBtn {
    margin-left: 0;
    margin-top: 10px;
  }

  .partSlider .articleProjects {
    max-width: 300px;
    margin-bottom: 0 !important;
  }

  .applicationLeft {
    max-width: 300px;
  }

  .applicationH1 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .application__btn {
    margin-top: 30px;
  }

  .application__btn span {
    font-size: 15px;
  }

  .part {
    height: auto;
  }

  .OwnProjects {
    height: auto;
    padding-bottom: 30px;
  }

  .articleProjects {
    max-width: 265px;
    margin-bottom: 20px !important;
  }

  .сontestsBlock .content .articleProjects {
    max-width: 190px;
    margin-bottom: 0 !important;
  }

  .allBtn {
    max-width: 200px;
  }

  .contactsRight {
    max-width: 100%;
  }

  .contactsRight iframe {
    max-width: 100%;
  }

  .pageRight {
    max-width: 300px;
  }

  .foundersItem {
    max-width: 260px;
  }

  .adviceItem {
    max-width: 260px;
  }

  .expertItem {
    max-width: 262px;
  }

  .expertItem img {
    height: 100%;
  }

  .staffContent .expertItem {
    max-width: 260px;
  }

  .foundersItem img {
    height: 100%;
  }

  .popupContent {
    max-width: 500px !important;
    height: 710px;
  }

  .partnersItem {
    max-width: 173px;
  }

  .partnersItem:nth-child(3n+3) {
    margin-right: 0;
  }

  .newsContent .right {
    width: 100%;
  }

  .push {
    height: 180px;
  }

  .slickGalary3 .slick-next.slick-arrow {
    right: 22px;
  }

  .slickGalary3 .slick-prev.slick-arrow {
    right: 80px;
  }

  .footerUse {
    max-width: 250px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .footerUse a {
    left: 0;
    top: -13px;
  }

  .footer {
    padding: 30px 0;
  }

  .rewardsItem, .itemFound {
    max-width: 265px;
  }

  .newsContent .right .article > a {
    height: 180px;
  }

  .newsContentBlock .newsItem .article > a {
    height: 114px;
  }

  .headerSliderRight {
    height: 320px;
  }

  .sliderProjects .articleProjects > a {
    height: 180px;
  }

  .mission > a {
    height: 130px;
  }

  .itemFound img {
    height: auto;
  }

  .foundContnet {
    padding-bottom: 0;
  }
}

@media (max-width: 650px) {
  .application,
  .partSlider,
  .partContent,
  .сontests,
  .OwnProjectsContent,
  .bread-crumbs,
  .main,
  .popupin,
  .mission,
  .topSlider,
  .news,
  .headerTop,
  .footerIn {
    max-width: 500px;
  }

  .news .left {
    max-width: 251px;
  }

  .content .right {
    max-width: 180px;
  }

  .headerSliderRight {
    max-width: 170px;
  }

  .header {
    height: auto;
    padding-bottom: 0;
  }

  .sliderProjects .content {
    max-width: 245px;
  }

  .mission {
    padding-top: 20px;
  }

  .missionContent {
    max-width: 67%;
  }

  .missionContent h2 a {
    font-size: 18px;
  }

  .headerNav {
    max-width: 280px;
  }

  .fondHref {
    font-size: 9px;
  }

  .nav {
    max-width: 213px;
  }

  .search {
    margin-left: 10px;
  }

  .navIn {
    padding: 10px;
  }

  .headerTop {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .popupin {
    margin: 18px auto;
  }

  .newsContent .left {
    max-width: 100%;
  }

  .newsContent .left .newsItem__bottom a,
  .newsContent .titleH2 a {
    font-size: 18px;
    line-height: 22px;
  }

  .newsContentBlock .articleTitle a {
    font-size: 16px;
    line-height: 20px;
  }

  .newsContent .right .titleH2 {
    max-width: 100%;
    width: 100%;
  }

  .newsContent .right .article {
    max-width: 240px;
  }

  .newsContentBlock .article {
    max-width: 240px;
  }

  .articleTitle a {
    font-size: 16px;
    line-height: 20px;
  }

  .newsContentBlock .newsItem {
    margin: 0 20px 30px 0;
  }

  .newsContentBlock .newsItem:nth-child(3n+3) {
    margin: 0 20px 30px 0;
  }

  .newsContentBlock .newsItem:nth-child(4n+4) {
    margin: 0 20px 30px 0;
  }

  .newsContentBlock .newsItem:nth-child(2n+2) {
    margin: 0 0 30px 0;
  }

  .fondHref {
    display: none;
  }

  .nav {
    display: none;
  }

  .mobilBtn {
    display: block;
  }


  .headerNav {
    max-width: 21px;
  }

  .popupin {
    margin: 0 auto;
    max-width: 510px;
  }

  .search .searchInput {
    max-width: 100%;
  }

  .search .searchInput input {
    top: 0;
    height: 52px;
    left: 0;
    max-width: 100%;
  }

  .searchInput__send {
    top: 13px;
    right: 5px;
  }

  .single-item {
    max-width: 500px;
    margin: 0 auto;
  }

  .fondList {
    display: none;
  }

  .headerSliderContent {
    flex-direction: column-reverse;
  }

  .headerSliderLeft {
    max-width: 100%;
    margin-top: 15px;
  }

  .headerSliderLeft h1 {
    position: absolute;
    top: 195px;
    color: #ffffff;
    width: 220px;
    margin-left: 24px;
  }

  .slick-dots {
    top: 209px;
    left: 24px;
  }

  .slide-count-wrap {
    top: 180px;
    left: 26px;
    z-index: 100;
  }

  .slide-count-wrap .current {
    color: #ffffff;
  }

  .headerSliderLeft h1 a {
    font-size: 30px;
    line-height: 40px;
    color: #ffffff;
  }

  .headerSliderRight {
    max-width: 100%;
    overflow: hidden;
  }

  .articleProjects {
    max-width: 230px;
  }

  .articleProjects .articleTitle a {
    font-size: 14px;
    line-height: 18px;
  }

  .allBtn {
    max-width: 180px;
  }

  .metismenu2 .metismenu2Content .mm-collapse__two {
    max-width: 69.2%;
  }

  .shareList li span {
    display: none;
  }

  .shareList {
    max-width: 100px;
  }

  .metismenu2 li a span {
    width: 70px;
  }

  .selectsBlock {
    max-width: 240px;
  }

  .selects__sub {
    max-width: 188px;
  }

  .partSlider .articleProjects {
    max-width: 230px;
  }

  .applicationLeft {
    max-width: 100%;
  }

  .applicationRight {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .applicationH1 {
    margin-bottom: 30px;
  }

  .application {
    flex-direction: column-reverse;
  }

  .application__btn {
    max-width: 100%;
  }

  .application__btn span {
    font-size: 20px;
  }

  .btnFound {
    max-width: 100%;
  }

  .сontestsBlock .content .articleProjects {
    max-width: 160px;
  }

  .сontestsBlock .content:nth-child(3) {
    display: none;
  }

  .сontestsBlock .content .articleProjects {
    max-width: 240px;
  }

  .titleH2 a {
    font-size: 20px;
  }

  .archiveProjects .missionBtn {
    max-width: 150px;
  }

  .pageRight,
  .pageLeft {
    max-width: 100%;
  }

  .page {
    flex-direction: column-reverse;
    margin-top: 0;
  }

  .pageLeft .titleH3 {
    padding-top: 0;
  }

  .foundersItem {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .foundersItem img {
    height: 100%;
  }

  .adviceItem {
    max-width: 212px;
  }

  .expertItem {
    max-width: 212px;
  }

  .line-hr7 {
    margin: 20px auto;
  }

  .staffContent .expertItem {
    max-width: 214px;
  }

  .archiveProjects a.allBtn {
    max-width: 150px;
  }

  .btnLoad {
    width: 325px;
    margin: 0 auto 20px;
  }

  .partnersItem {
    max-width: 215px;
  }

  .partnersItem:nth-child(3n+3) {
    margin-right: 10px;
  }

  .partnersItem:nth-child(2n+2) {
    margin-right: 0;
  }

  .mobilBtnClosed {
    margin-left: 100px;
  }

  .metismenu {
    padding-left: 70px;
  }

  .metismenu > li {
    padding-bottom: 10px;
  }

  .metismenu2 {
    padding-left: 0;
  }

  .metismenu2 > li {
    padding-bottom: 10px;
  }

  .rewardsItem, .itemFound {
    max-width: 223px;
  }

  .rewards, .foundContnet {
    padding: 20px;
  }

  .foundContnet {
    padding-bottom: 0;
  }

  .newsContentBlock .newsItem .article > a,
  .newsContent .right .article > a {
    height: 140px;
  }

  .headerSliderRight {
    height: 398px;
  }

  .sliderProjects .articleProjects > a {
    height: 156px;
  }

  .slickGalary img {
    height: 207px;
  }

  .grantBlock__div {
    max-width: 100%;
  }

  .grantBlock__div:last-of-type {
    margin-top: 15px;
  }

  .grantFormBottom__step.submit,
  .grantFormBottom a {
    max-width: 100%;
    margin-top: 15px;
  }

  .grantFormBottom a:first-of-type {
    margin-top: 0;
  }

  .grantBlockStep__bold_modif {
    font-size: 14px;
  }

  .grantBlockStep label,
  .grantBlockStepBottom > span {
    font-size: 12px;
  }
}

@media (max-width: 540px) {
  .slickGalary img {
    height: 170px;
  }

  .rewardsItem,
  .itemFound {
    max-width: 190px;
  }

  .application,
  .partSlider,
  .partContent,
  .сontests,
  .OwnProjectsContent,
  .bread-crumbs,
  .main,
  .popupin,
  .mission,
  .topSlider,
  .news,
  .headerTop,
  .footerIn {
    max-width: 430px;
  }

  .missionContent {
    max-width: 63%;
  }

  .sliderProjects .content {
    max-width: 207px;
  }

  .sliderProjects .content .articleProjects {
    max-width: 100%;
  }

  .headerSliderLeft h1 {
    top: 180px;
  }

  .slide-count-wrap {
    left: 25px;
  }

  .newsContent .right .article {
    max-width: 210px;
  }

  .articleTitle a {
    font-size: 14px;
    line-height: 16px;
  }

  .newsContent .left .newsItem__bottom a,
  .newsContent .titleH2 a {
    font-size: 16px;
    line-height: 20px;
  }

  .newsContentBlock .article {
    max-width: 205px;
  }

  .newsContentBlock .articleTitle a {
    font-size: 14px;
    line-height: 18px;
  }

  .newsContentBlock .newsItem {
    margin: 0 10px 30px 0;
  }

  .newsContentBlock .newsItem:nth-child(2n+2) {
    margin: 0 0 30px 0;
  }

  .newsContentBlock .newsItem:nth-child(3n+3) {
    margin: 0 10px 30px 0;
  }

  .popupin {
    max-width: 450px;
  }

  .searchInput__send {
    right: 10px;
  }

  .titleH1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .bread-crumbs {
    display: none;
  }

  .shareList li span {
    font-size: 14px;
  }

  .shareList {
    max-width: 80px;
  }

  .archiveBtn {
    max-width: 169px;
  }

  .btnBlock2 {
    max-width: 380px;
  }

  .youtube {
    margin-bottom: 20px;
  }

  .blockquote p {
    font-size: 14px;
    line-height: 21px;
  }

  .backMobil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .photoGallery {
    padding: 30px 20px;
  }

  .btnBlock {
    margin: 30px auto;
  }

  .main {
    margin-top: 30px;
  }

  .сontests {
    margin-top: 30px;
  }

  .articleProjects {
    max-width: 100%;
  }

  .сontestsBlock .content {
    margin-bottom: 0;
  }

  .сontestsBlock .articleProjects {
    margin-bottom: 10px !important;
  }

  .articleProjects img {
    display: none;
  }

  .articleProjects p {
    font-size: 14px;
  }

  .articleProjects .articleTitle a {
    font-size: 16px;
    line-height: 20px;
  }

  .сontestsBlock .content:first-of-type img {
    display: block;
    width: 100%;
    object-fit: cover;
  }

  .OwnProjects {
    height: auto;
    background-size: cover;
    margin-top: 0;
  }

  .mission {
    padding-bottom: 0;
  }


  .archiveProjects .missionBtn {
    max-width: 30px;
  }

  .archiveProjects .missionBtn span {
    display: none;
  }

  .missionBtn:after {
    margin-left: 1px;
  }

  .archiveYearsList li {
    margin: 0 7px 7px 0;
  }

  .articleProjects .articleTitle {
    margin-top: 10px;
  }

  .сontestsParagraf {
    font-size: 14px;
  }

  .selectsBlock {
    max-width: 204px;
    margin-bottom: 10px;
  }

  .selects__sub {
    max-width: 155px;
  }

  .btnBlock3 .archiveBtn {
    max-width: 100%;
  }

  .archiveBtn span {
    font-size: 14px;
  }

  .currentBtn {
    position: absolute;
    top: 15px;
  }

  .partSlider .articleProjects {
    max-width: 195px;
  }

  .partH1 {
    font-size: 27px;
  }

  .mm-collapse__one {
    display: none;
  }

  .metismenu2 .metismenu2Content .mm-collapse__two {
    max-width: 100%;
    margin-right: 0;
  }

  .metismenu2 li a span:first-of-type {
    display: none;
  }

  .metismenu2Text {
    max-width: 90% !important;
    width: 90% !important;
  }

  .footer {
    margin-top: 30px;
  }

  .сontestsBlock .content .articleProjects {
    max-width: 100%;
    margin-bottom: 10px !important;
  }

  .сontestsBlock .content:last-of-type,
  .сontestsBlock .content:nth-child(3) {
    display: block;
  }

  .allBtn {
    max-width: 150px;
  }

  .titleH2 a {
    font-size: 18px;
  }

  .OwnProjectsContent {
    padding-top: 30px;
  }

  .backMainBtn {
    max-width: 100%;
  }

  .page {
    margin-bottom: 30px;
  }

  .backMainBtn {
    margin-top: 30px;
  }

  .adviceItem {
    max-width: 100%;
    margin-right: 0;
  }

  .expertItem {
    max-width: 180px;
  }

  .staffContent .expertItem {
    max-width: 177px;
  }

  .foundersItem a span,
  .adviceItem .titleH3 a,
  .expertItem .titleH3 a,
  .staffContent .expertItem .titleH3 a {
    font-size: 14px;
  }

  .popupContent {
    max-width: 430px !important;
    height: 680px;
  }

  .popupContent .fancybox-button {
    top: 20px !important;
  }

  .archiveProjects a.allBtn {
    width: 30px;
  }

  .archiveProjects a.allBtn span {
    display: none;
  }

  .archiveProjects .allBtn:after {
    margin-left: 2px;
  }

  .partners {
    display: none;
  }

  .slickGalaryMobil {
    display: block !important;
  }

  .youtube iframe {
    height: 244px;
  }

  .push {
    height: 180px;
  }

  .metismenu {
    padding-left: 70px;
  }

  .slickGalary3 {
    padding: 20px 0;
  }

  .slickGalary3 .slickGalary2 {
    padding: 0 10px 0 20px;
  }

  .slickGalary3 h2 {
    padding-left: 20px;
  }

  .newsContentBlock .newsItem .article > a, .newsContent .right .article > a {
    height: 130px;
  }

  .sliderProjects .articleProjects > a {
    height: 130px;
  }

  .сontestsBlock .articleProjects > a {
    height: auto;
  }

  .articleProjects p {
    max-height: 83px;
    height: auto;
  }

  .adviceItem img {
    height: 250px;
  }

  .newsContent .left a.archiveBtn {
    margin-left: 7px;
  }
}

@media (max-width: 480px) {
  .application,
  .partSlider,
  .partContent,
  .сontests,
  .OwnProjectsContent,
  .bread-crumbs,
  .main,
  .popupin,
  .mission,
  .topSlider,
  .news,
  .headerTop,
  .footerIn {
    max-width: 350px;
  }

  .missionContent {
    max-width: 100%;
  }

  .missionBtn {
    max-width: 100%;
  }

  .missionContent h2 a {
    font-size: 14px;
  }

  .sliderProjects .content {
    max-width: 100%;
  }

  .slick-slide img {
    object-fit: cover;
    width: 100%;
  }

  .articleProjects {
    max-width: 100%;
  }

  .projects .next.slick-arrow {
    right: 0;
  }

  .projects .newsBlockSlider {
    right: 54px;
  }

  .projects .prev.slick-arrow {
    right: 88px;
  }

  .sliderProjects .date {
    font-size: 13px;
    padding: 10px 0;
  }

  .footerLogo {
    max-width: 97px;
  }

  .headerSliderLeft h1 {
    padding-top: 20px;
  }

  .slide-count-wrap {
    top: 130px;
  }

  .slick-dots {
    top: 154px;
  }

  .headerSliderLeft h1 a {
    font-size: 30px;
  }

  .headerSliderLeft__paragraf {
    padding: 0 0 3px;
  }

  .news .left {
    max-width: 185px;
  }

  .nav > li > a {
    font-size: 9px;
  }

  .nav {
    max-width: 165px;
  }

  .fondHref {
    font-size: 8px;
  }

  .content .right {
    max-width: 160px;
  }

  .news .left {
    max-width: 178px;
  }

  .sliderProjects .content {
    max-width: 98%;
  }

  .missionContent h2 {
    position: absolute;
    top: 19px;
    right: 0;
    width: 67%;
    line-height: 20px;
  }

  .missionContent h2 a {
    max-width: 200px;
    width: 100%;
    display: block;
  }

  .mission > a {
    width: 95px;
  }

  .missionContent p {
    padding: 10px 0;
  }

  .sliderProjects .date {
    font-size: 11px;
  }

  .titleH2, .titleH2 a {
    line-height: 15px;
  }

  .articleTitle a {
    line-height: 0;
  }

  .sliderProjects .articleTitle a {
    font-size: 12px;
  }

  .newsContent .right .article {
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .newsContent .right {
    margin-top: 20px;
  }

  .articleTitle a {
    font-size: 12px;
  }

  .newsContent .right .article > a {
    max-width: 87px;
    width: 100%;
    display: block;
    height: 53px;
  }

  .nav > li > a {
    padding-bottom: 19px;
  }

  .newsContentBlock .article {
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .navigationContent .newsContentBlock .article > a {
    display: block;
    width: 87px;
    margin-bottom: 10px;
    height: 53px;
  }

  .newsItem__bottom {
    max-width: 240px;
    width: 100%;
    margin-left: 10px;
  }

  .newsItem__bottom .date {
    padding-top: 0;
  }

  .contestH2 {
    margin: 12px 0;
  }

  .newsContent {
    margin-top: 20px;
  }

  .newsContentBlock .newsItem {
    margin: 0 0 20px 0 !important;
    max-width: 100%;
    width: 100%;
  }

  .newsContentBlock .newsItem.big .article a {
    height: auto;
  }

  .contestBlock .newsItem:first-of-type .article a img {
    display: block;
  }

  .newsContentBlock .article .articleTitle a,
  .newsContentBlock .article .articleTitle {
    font-size: 12px;
    line-height: 20px;
    padding-top: 0;
  }

  .titleH1 {
    margin-bottom: 20px;
  }

  .titleH2 {
    margin-bottom: 20px;
  }

  .useParagraf strong {
    font-size: 14px;
  }

  .popupin {
    max-width: 370px;
  }

  .searchInput__send {
    right: 10px;
  }

  .photoGallery {
    padding: 20px 10px 10px;
  }

  .metismenu2 > li:last-of-type {
    margin-bottom: 0;
  }

  .shareList li span {
    display: none;
  }

  .shareList {
    max-width: 90px;
  }

  .сontestsParagraf,
  .OwnProjectsContent .сontestsParagraf {
    display: none;
  }

  .allBtn {
    max-width: 30px;
  }

  .allBtn:after {
    margin-left: 2px;
  }

  .сontests {
    margin-top: 20px;
  }

  .OwnProjects {
    margin-top: 0;
  }

  .OwnProjectsContent {
    padding-top: 30px;
  }

  .allBtn span {
    display: none;
  }

  .missionContent h2 a {
    font-size: 16px;
  }

  .archiveProjects .missionContent h2 {
    top: 52px;
    width: 89px;
    left: 108px;
  }

  .missionContent h2.archiveYearsH2 {
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
  }

  .archiveProjects .missionBtn {
    max-width: 30px;
    position: absolute;
    top: 56px;
    right: 0;
  }

  .line-hr6 {
    margin: 10px auto;
  }

  .metismenu2 .metismenu2Content .mm-collapse__two {
    max-width: 64.2%;
  }

  .question {
    padding: 10px;
  }

  .metismenu2 {
    margin: 10px auto;
  }

  .metismenu2 .has-arrow::after {
    right: 0 !important;
  }

  .pageLeft .titleH2,
  .titleH2,
  .part .titleH2 a,
  .fundH2,
  .photoGallery h2,
  .youtubeH2,
  .questionH2,
  .contestH2,
  .downloadH2 {
    font-size: 16px;
  }

  .titleH3 {
    font-size: 14px;
    padding-top: 20px;
    line-height: 20px;
  }

  .youtubeH2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .downloadH2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }


  .btnBlockMobil {
    position: relative;
    height: 60px;
    align-items: flex-start;
    margin-top: 30px;
  }

  .youtube {
    margin-top: 0;
  }

  .line-hr7 {
    margin: 20px auto;
  }

  .archiveBtn {
    max-width: 100%;
    position: absolute;
    left: 0;
    margin-left: 0;
  }

  .btnBlockMobil .shareList {
    max-width: 90px;
    float: right;
    position: absolute;
    right: 0;
    margin-top: 35px;
  }

  .btnBlockMobil .backBtn {
    position: absolute;
    top: 30px;
  }

  .selectsBlock {
    max-width: 100%;
    margin-bottom: 0;
  }

  .filter {
    margin-bottom: 24px;
  }

  .selects__sub {
    max-width: 300px;
  }

  .selectsBlock:first-of-type {
    z-index: 200000;
  }

  .selectsBlock:nth-child(2) {
    z-index: 20000;
  }

  .selectsBlock:nth-child(3) {
    z-index: 200;
  }

  .currentBtn {
    max-width: 215px;
    top: 20px;
  }

  .partH1 {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 25px;
  }

  .partSlider .articleProjects {
    max-width: 100%;
    margin-bottom: 0 !important;
  }

  .part {
    padding-bottom: 20px;
  }

  .partSlider .slick-next.slick-arrow {
    right: 0;
  }

  .partContent .newsBlockSlider {
    right: 40px;
  }

  .partSlider .slick-prev.slick-arrow {
    right: 80px;
  }

  .partContent {
    padding-top: 20px;
  }

  .line-hr8 {
    margin: 20px auto;
  }

  .application__btn {
    margin-top: 20px;
    max-width: 100%;
  }

  .сontestsTitle {
    margin-bottom: 20px;
  }

  .partSlider .slick-prev.slick-arrow, .partSlider .slick-next.slick-arrow {
    top: -52px;
  }

  .articleProjects .articleTitle {
    margin-bottom: 5px;
  }

  .applicationRight {
    margin-bottom: 5px;
  }

  .applicationH1 {
    margin-bottom: 5px;
  }

  .application {
    margin: 20px auto;
  }

  .selectsBlock label {
    margin-bottom: 0;
  }

  .selectsIn li a {
    font-size: 14px;
  }

  .selectsIn {
    top: 0;
  }

  .btnBlock3 .archiveBtn:after {
    display: none;
  }

  .btnBlock3 .archiveBtn:before {
    content: "";
    display: block;
    background: url(/images/icon22.svg) no-repeat;
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }

  .articleProjects .articleTitle a {
    font-size: 12px;
  }

  .сontestsBlock .content:first-of-type .articleProjects .articleTitle a {
    font-size: 16px;
  }

  .OwnProjectsContent .date {
    display: none;
  }

  .articleProjects p {
    font-size: 12px;
  }

  .contestBlock .newsItem:first-of-type .articleTitle a {
    font-size: 14px;
    line-height: 25px;
  }

  .contestBlock .newsItem .article p {
    font-size: 12px;
  }

  .contactsList li address {
    display: flex;
  }

  .contactsList li address:after {
    display: none;
  }

  .contactsList li address:before {
    content: "";
    display: block;
    background: url(/images/icon26.svg) no-repeat top center;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
  }

  .pageLeft .titleH2 {
    line-height: 20px;
  }

  .structure .titleH2 {
    margin-bottom: 14px;
  }

  .advice {
    padding: 20px 20px 0;
  }

  .structure .newsListBlock {
    margin-bottom: 20px;
  }

  .titleH3.mt0 {
    padding-top: 0;
  }

  .expert {
    padding: 20px 20px 0;
  }

  .useParagraf3 {
    padding-bottom: 20px;
  }

  .structure .useParagraf {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .founders {
    margin: 20px auto 0;
    padding: 20px 20px 0;
  }

  .structure .useParagraf {
    padding-top: 0;
  }

  .expertItem {
    max-width: 100%;
  }

  .expertItem img {
    height: 100%;
  }

  .staffContent .expertItem {
    max-width: 100%;
  }

  .staff {
    padding: 20px 20px 0;
  }

  .popupContent {
    max-width: 350px !important;
    height: 650px;
    padding: 30px 20px !important;
  }

  .searchItem .titleH3 a {
    font-size: 14px;
    line-height: 20px;
  }

  .searchItem .titleH3 a,
  .searchItem .useParagraf {
    max-width: 93%;
  }

  .searchItem .useParagraf {
    padding-top: 10px;
    font-size: 12px;
  }

  .searchItem .searchItem__btn {
    top: 22px;
  }

  .newsContent .titleH2 {
    margin-bottom: 0;
  }

  .archiveProjects a.allBtn {
    position: absolute;
    top: 57px;
    right: 0;
  }

  .youtube iframe {
    height: 197px;
  }

  .big > a,
  .big > .article a {
    max-width: 100% !important;
    width: 100% !important;
  }

  .big .newsItem__bottom {
    margin-left: 0 !important;
    max-width: 100% !important;
  }

  .big .newsItem__bottom a {
    font-size: 16px !important;
    line-height: 20px !important;
  }

  .selects > li:before {
    top: 35px;
  }

  .little > a {
    width: 87px;
    display: block;
  }

  .little {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .little .newsItem__bottom a {
    font-size: 12px;
    line-height: 20px;
  }

  .footerSocial {
    margin: 10px 0;
  }

  .slickGalary3 {
    padding: 20px 0 10px;
  }

  .slickGalary3 .slickGalary2 {
    padding: 0 0 15px 20px;
  }

  .rewardsItem,
  .itemFound {
    max-width: 100%;
  }

  .rewards h2 {
    font-size: 18px;
    line-height: 25px;
  }

  .rewardsItem img,
  .itemFound img {
    width: 100%;
  }

  .foundContnet a, .rewards__title {
    font-size: 16px;
  }

  .newsContent .right .article.big > a {
    height: 215px;
  }

  .headerSliderRight {
    height: 315px;
  }

  .mission > a {
    height: 95px;
  }

  .sliderProjects .articleProjects > a {
    height: 200px;
  }

  .partSlider .articleProjects > a {
    height: 215px;
  }

  .newsContent .left a.archiveBtn {
    margin-left: 0;
  }

  .slickGalary img {
    height: 259px;
  }

  .partContent .newsBlockSlider {
    top: -2px;
  }
}

@media (max-width: 430px) {
  .application,
  .partSlider,
  .partContent,
  .сontests,
  .OwnProjectsContent,
  .bread-crumbs,
  .main,
  .mission,
  .news,
  .headerTop,
  .topSlider,
  .footerIn {
    max-width: 300px;
  }

  .headerTop {
    padding: 10px 0;
  }

  .btnSend {
    max-width: 99%;
  }

  .footerSocial li a {
    width: 26px;
  }

  .footerSocial {
    max-width: 130px;
  }

  .missionContent {
    margin: 0 auto;
  }


  .missionContent h2 {
    right: 0;
  }

  .sliderProjects .content {
    max-width: 100%;
  }

  .sliderNews {
    display: none !important;
  }

  .btnFound {
    max-width: 100%;
  }

  .btnFound span {
    font-size: 16px;
  }

  .headerSliderLeft__paragraf2 {
    font-size: 12px;
    line-height: 20px;
  }

  .headerSliderLeft__h3 {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 5px;
  }

  .header {
    padding-bottom: 0;
  }

  .line-hr {
    margin: 10px auto;
  }

  .headerSliderLeft__h3 a {
    font-size: 14px;
  }

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

  .slick-dots {
    left: 5%;
    top: 24%;
  }

  .slick-dots li.slick-active button {
    background-color: #fff;
  }

  .slide-count-wrap {
    z-index: 1;
    top: 105px;
    left: 5%;
  }

  .newsBlockSlider {
    right: 61px;
  }

  .sliderProjects .date {
    font-size: 12px;
  }

  .sliderProjects .articleTitle a {
    font-size: 16px;
  }

  .articleProjects {
    margin-bottom: 10px;
  }

  .sliderProjects .slick-next.slick-arrow {
    right: 0;
  }

  .sliderProjects .slick-prev.slick-arrow {
    right: 90px;
  }

  .newsBlockSlider {
    right: 46px;
  }

  .projects .newsBlockSlider {
    right: 44px;
  }

  .titleH1 {
    font-size: 20px;
  }

  .bread-crumbs {
    display: none;
  }

  .navigation {
    margin: 20px auto 0;
  }

  .newsContentBlock .newsItem:last-of-type {
    margin: 0 0 20px 0 !important;
  }

  .footerSocial li a svg {
    width: 25px;
  }

  .missionContent h2 {
    max-width: 64%;
  }

  .headerSliderRight {
    height: 265px;
  }

  .headerSliderLeft h1 {
    padding-top: 0;
    top: 158px;
    margin-left: 15px;
  }

  .newsContentBlock .articleTitle a {
    font-size: 12px;
    line-height: 20px;
  }

  .popupin {
    max-width: 310px;
  }

  .searchInput__send {
    right: 5px;
  }

  .blockquote {
    padding: 20px;
  }

  .blockquote:before {
    margin: 0 auto 10px;
  }

  .blockquote p {
    font-size: 12px;
    text-align: left;
    line-height: 20px;
  }

  .blockquote__desc {
    text-align: left;
  }

  .newsListBlock li span {
    padding-left: 10px;
  }

  .archiveYearsList li a {
    width: 53px;
  }

  .OwnProjects {
    background: url('/images/background2.jpg') no-repeat top center;
    background-size: cover;
  }

  .metismenu2Text {
    width: 85% !important;
  }

  .metismenu2 .metismenu2Content .mm-collapse__two {
    max-width: 100%;
  }

  .downloadIn a span {
    width: 100px;
  }

  .selects__sub {
    max-width: 250px;
  }

  .partH1 {
    font-size: 20px;
  }

  .part {
    background-size: cover;
    margin-top: 20px;
  }

  .applicationH1 {
    font-size: 22px;
  }

  .application__btn span {
    font-size: 20px;
  }

  .application__btn span {
    font-size: 14px;
  }

  .popupContent {
    max-width: 300px !important;
    height: 620px;
  }

  .popupContent .useParagraf {
    font-size: 12px;
    line-height: 16px;
  }

  .btnLoad {
    margin-bottom: 0;
  }

  .youtube iframe {
    height: 170px;
  }

  .newsItem__bottom {
    max-width: 200px;
  }

  .navigation li {
    margin-right: 8px;
  }

  .metismenu {
    padding-left: 50px;
  }

  .metismenu2 {
    padding-left: 0;
  }

  .mobilBtnClosed {
    margin-left: 70px;
  }

  .line-hr4 {
    margin: 0 auto 20px;
  }

  .searchItem .titleH3 a, .searchItem .useParagraf {
    max-width: 90%;
  }

  .adviceItem img {
    height: 200px;
  }
}

@media (max-width: 370px) {
  .mobilBtnClosed {
    margin-left: 67px;
  }

  .topSlider {
    max-width: 100%;
  }

  .headerSliderLeft {
    max-width: 300px;
  }

  .headerSliderLeft h1 {
    margin-left: 4px;
  }

  .headerSliderRight {
    height: 281px;
  }
}
