/*Подключение шрифтов*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap');

/*--------------------*/
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

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

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

html,
body {
  scroll-behavior: smooth;
  height: 100%;
  font-style: normal;
  font-family: 'Noto Sans', sans-serif;
  overflow-x: hidden;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  color: #162C56;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  
}

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

button {
  cursor: pointer;
}

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

/*--------------------*/
.container {
  padding: 0px 20px;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
}

body {
  background-color: #f2f2f2;
}

.wrapper {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.all-title {
  font-size: 45px;
  line-height: 61px;
}

.all-link {
  border: 1px solid #162C56;
  font-size: 21px;
  line-height: 29px;
  color: #162C56;
  padding: 10px 80px 10px 25px;
  position: relative;
  transition: all .5s ease;
}

.all-link:hover {
  background: #FFFFFF;
  box-shadow: 15px 25px 70px rgba(132, 153, 174, 0.25);
  border: none;
}

.all-link::after {
  content: "";
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 52px;
  height: 19px;
  top: 50%;
  transform: translate(0, -50%);
  right: 4%;
}

.all-link:hover::after {
  right: 1%;
}

.title--ml {
  margin-left: 35px;
}

.all-link--arrow::after {
  content: "";
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 52px;
  height: 19px;
  top: 55%;
  transform: translateY(-50%);
  right: 7%;
  transition: right .3s ease;
}

.all-link--arrow:hover::after {
  right: 3%;
}

.border--lr {
  border-left: 0.5px solid #C9C9C9;
  border-right: 0.5px solid #C9C9C9;
}

.border--bt {
  border-bottom: 0.5px solid #C9C9C9;
}

.box__content {
  margin: 0px 20px 40px 20px;
  position: relative;
  max-width: 430px;
  flex-grow: 1;
  min-height: 490px;
  height: 100%;
  padding: 50px 40px;
  width: calc((100% / 3) - 42px);
  background: #E7EAF0;
  transition: background .5s ease;
}

.box__content:hover {
  background: #164194;
  color: #ffffff;
}

.date {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}

.date span {
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  text-transform: lowercase;
}

.title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  max-width: 100%;
  -webkit-line-clamp: 4;
  overflow: hidden;
 -webkit-box-orient: vertical;
  display: -webkit-box;
}

.disc {
  margin: 15px 0px 25px 0px;
  font-size: 18px;
  line-height: 25px;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.link-content {
  font-size: 21px;
  line-height: 29px;
  color: #00264C;
  position: relative;
  padding: 14px 24px 14px 0px;
  transition: all .3s ease;
}
.link-content--abs {
	position:absolute;
	bottom:60px;
}

.link-content::after {
  content: '';
  background-image: url(../images/arrow__news-black.svg);
  background-repeat: no-repeat;
  width: 35px;
  height: 13px;
  display: inline-block;
  position: relative;
  margin-left: 15px;
}

.box__content:hover .link-content {
  color: #ffffff;
}

.box__content:hover .link-content::after {
  background-image: url(../images/arrow__news-white.svg);
}

.link-content:hover {
  padding-left: 24px;
  background-color: #ffffff;
  color: #00264C !important;
}

.link-content:hover::after {
  background-image: url(../images/arrow__news-black.svg) !important;
}

.all__before-img {
  position: relative;
}

.all__before-img::before {
  content: "";
  background: url(../images/ref__asset_logo.svg) no-repeat top left;
  position: absolute;
  left: 0;
  width: 50vw;
  max-width: 845px;
  height: 380px;

  top: -13%;
  pointer-events: none;
  background-size: contain;
  z-index: -1;
}

/*header css*/
.header {
  position: relative;
  width: 100%;
  z-index: 999;
}

.header__row {
  align-items: center;
  padding: 20px 25px;
}

.header__left {
  display: flex;
  align-items: center;
}

.header__list {
  display: flex;
  align-items: center;
  text-align: center;
}

.social {
  margin-left: 25px;
}

.social a {
  transition: all .4s ease;
}

.social a img {
  margin-right: 12px;
  width: 36px;
}

.social a:hover {
  filter: hue-rotate(148deg) saturate(2);
}

.header__item {
  padding: 16px 24px;
}

.header__item:last-child {
  padding-right: 0px
}

.header__item a {
  font-size: 16px;
  line-height: 22px;
  color: #162c56;
  transition: background .3s ease;
}

.header__menu {
  display: flex;
  align-items: center;
}

.header__img-arrow {
  display: none;
}

.search {
  display: flex;
  align-items: center;
  position: relative;
}

.img-search {
  width: 19px;
  height: 19px;
  cursor: pointer;
}

.search-form {
  position: absolute;
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden;
}
.sbscrbr-form-error {
   position: absolute !important;
   color: red !important;	
}
.search-form-active {
  opacity: 1;
  visibility: visible;
  width: 300px;
  left: -300px;
}

.search-form input {
  width: 100%;
  border: none;
  border-radius: 0;
  background: transparent;
  background-color: #f2f2f2;
  font-size: 24px;
  line-height: 140%;
  color: #164194;
  padding: 8px 4px;
  border-bottom: 1px solid #164194;
}

.header__item a:hover {
  color: #164194;
}

.header__item a.active {
  color: #164194;
}

.header__burger {
  display: none;
}

.header__item--hv {
  position: relative;
  cursor: pointer;
}

.header__item--hv::after {
  content: "";
  position: absolute;
  background-image: url(../images/header__arrow.svg);
  background-repeat: no-repeat;
  display: block;
  width: 22px;
  height: 12px;
  cursor: pointer;
  right: -10px;
  top: 55%;
  transform: translateY(-50%);
  transition: transform .5s ease;
}

.header__sub-menu {
  position: absolute;
  text-align: left;
  top: -1000%;
  left: 0;
  width: 100%;
  max-width: 180px;
  background: #EEEEEE;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.09);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all .5s ease;
}

.header__sub-menu {
  padding-top: 10px;
}

.header__sub-menu li {
  padding: 12px 25px;
  border-bottom: 0.5px solid #CFCFCF;
}

.header__sub-menu li:last-child {
  border-bottom: none;
}

.header__item--hv:hover .header__sub-menu {
  top: 100%;
}

.header__item--hv:hover::after {
  transform: rotate(180deg);
  top: 40%;
}

.social--mobile {
  display: none;
}

/*--------------------*/

/*main css*/

/*preview__block css*/
.preview__box {
  position: relative;
}

.preview__bg-img {
  background-image: url(../images/ref__asset_blue_top_right.svg);
  background-repeat: no-repeat;
  top: 0;
  right: -25%;
  width: 768px;
  height: 768px;
  position: absolute;
}

.preview__box-row {
  position: relative;
  justify-content: flex-start;
}

.preview__box-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-right: 48px;
  position: relative;
  padding-top: 90px;
}

.preview__box-content {
  padding-top: 135px;
}

.preview__box-left::before {
  content: "";
  background: url(../images/ref__asset_logo.svg) no-repeat top left;
  position: absolute;
  left: 0;
  width: 50vw;
  max-width: 845px;
  height: 380px;
  top: 3%;
  pointer-events: none;
  background-size: contain;
  z-index: -1;
}

.title-preview {
  font-weight: 700;
}

.preview__sibtitle {
  font-size: 24px;
  line-height: 34px;
  padding: 30px 0px 60px 0px;
  max-width: 480px;
}

.preview__box-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-top: 90px;
  padding-bottom: 50px;
}

.preview__founder {
  max-width: 410px;
  position: relative;
}

.preview__founder::before,
.preview__founder::after {
  content: "";
  width: 24%;
  height: 24%;
  position: absolute;
}

.preview__founder::before {
  background: url(../images/ref__quote_blue_start.svg) no-repeat center center;
  top: 70%;
  left: -10%;
  background-size: contain;
}

.preview__founder::after {
  background: url(../images/ref__quote_blue_start.svg) no-repeat center center;
  transform: rotate(180deg);
  top: 0;
  right: -10%;
  background-size: contain;
}

.preview__founder-img {
  width: 100%;
}

.preview__discription {
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  color: #FFFFFF;
  max-width: 515px;
  margin: -15% 0px 0px 25%;
  position: relative;
  z-index: 9;

  padding: 25px 40px;
  background-color: #164194;
}

.preview__info-row {
  margin-top: 25px;
}

.founder-row {
  margin-left: 165px;
}

.founder-name {
  font-weight: 700;
  font-size: 21px;
  line-height: 29px;
}

.founder-text {
  font-size: 16px;
  line-height: 22px;
}

.all-link--mob {
  display: none;
}

/*--------------------*/
/*Events__block css*/
.events__box {
  padding-top: 15px;
}

.events__wrapper {
  display: flex;
  margin-top: 34px;
}

.events__img img {
  max-width: 440px;
}

.events__content {
  max-width: 780px;
  margin-left: 50px;
  position: relative;
}

.events__breadcrumbs {
  margin-bottom: 40px;
}

.events__breadcrumbs span {
  font-size: 18px;
  line-height: 25px;
  color: #C9C9C9;
  margin-right: 20px;
}

.events__content-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
}

.events__content-subtitle {
  font-size: 18px;
  line-height: 25px;
  margin-top: 25px;
}

.events__nav {
  position: absolute;
  bottom: 10%;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.all-link--detailed {
  border: none;
  padding-left: 0;
  transition: all .5s ease;
}

.all-link--detailed:hover {
  padding-left: 25px;
  border: 1px solid #162C56;
}

/*--------------------*/
/*categories__block css*/
.categories {
  position: relative;
}

.categories__wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 90px;
}

.categories__box {
  display: flex;
  flex-direction: column;
  width: 440px;
}

.categories__img-inner {
  overflow: hidden;
}

.categories__img-inner img {
  width: 100%;
  height: 470px;
  max-height: 100%;
  transition: transform .3s ease;
}

.categories__link {
  font-size: 30px;
  line-height: 41px;
  color: #162C56;
  padding: 30px 0px 35px 30px;
  position: relative;
}

.categories__link::after {
  content: '';
  background-image: url(../images/arrow__white.svg);
  background-repeat: no-repeat;
  width: 60px;
  height: 20px;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 15%;
  transition: right .3s ease;
}

.categories__link:hover::after {
  right: 7%;
}

.categories__link:hover {
  opacity: .7;
}

.categories__link--materials {
  background-color: #ED694B;
  color: #FFFFFF;
  border: 1px solid #ED694B;
}

.categories__link--experts {
  background-color: #164194;
  color: #FFFFFF;
  border: 1px solid #164194;
}

.categories__experts-inner {
  position: relative;
}



.categories__experts-text {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .1s ease;
  padding:20px 0px 30px 20px;
  background: linear-gradient(0deg, #164194, #164194);
  width:100%;
}

.experts__name {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
}

.experts__info {
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  margin-top: 10px;
}

.categories__link--researches {
  border: 1px solid #164194;
}

.researches--before.all__before-img::before {
  top: -40%;
}

.categories__link--researches::after {
  background-image: url(../images/arrow__black.svg);
}

.categories__bg-img {
  background-image: url(../images/categories__bg.png);
  background-repeat: no-repeat;
  top: -80%;
  background-position-x: left;
  width: 100%;
  height: 1076px;
  position: absolute;
  z-index: -1;
}

.categories__bg-img--points {
  background-image: url(../images/categories__bg2.png);
  background-repeat: no-repeat;
  top: -40%;
  background-position-x: right;
  background-size: cover;
  width: 100vw;
  height: 100vw;
  position: absolute;
  z-index: -2;
}
  .expertsBox__grid--before.all__before-img::before {
	  top:-7%;
  }
  .eventsPage--before.all__before-img::before {
	  top: -35%;
  }
/*--------------------*/
/*news__block css*/
.news {
  position: relative;
}

.news__wrapper {
  padding-top: 85px;
}

.newsBox {
  margin: 0 auto;
  width: 100%;
  padding: 45px 62px 58px 62px;
}

.wrapper-slider {
  margin-top: 70px !important;
}

.news__bg-img {
  background-image: url(../images/news__bg-img.png);
  background-repeat: no-repeat;
  top: 15%;
  background-position-x: right;
  width: 100%;
  height: 1000px;
  position: absolute;
  z-index: -1;
  background-size: cover;
}

/*--------------------*/

/*partners__block css*/
.partners__wrapper {
  padding-top: 87px;
}

.partners__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 100px;
}

.partners__content img {
  margin: 10px 35px;
  transition:all .3s ease;
  
}
.partners__content img:hover {
	opacity:.7;
}

/*--------------------*/

/*subscribe__block css*/
.subscribe {
  position: relative;
}

.subscribe__wrapper {
  padding: 150px 0px 150px 35px;
}

.subscribe__bg-img {
  background-image: url(../images/subscribe__bg-img.png);
  background-repeat: no-repeat;
  top: -45%;
  left: 40%;
  width: 100%;
  height: 760px;
  position: absolute;
  z-index: -1;
}

.subscribe__form-inner:last-child {
  margin-right: 0;
}

.title--mg {
  margin-bottom: 35px;
}

.subscribe__form {
  display: flex;
  align-items: center;
  margin-left: 35px;
  justify-content: space-between;
}

.subscribe__form-inner input {
  background: transparent;
  border-bottom: 1px solid #164194;
  padding: 10px 0px;
  max-width: 550px;
  width: 100%;
  font-size: 24px;
  line-height: 33px;
  color: #BCBCBC;
  font-weight: 300;
}

.__checkbox_box {
  margin-top: 32px;
}

.__checkbox_box input,
.__radio_box input {
    width: 30px;
    margin-right: 20px;
	cursor:pointer;
}

.__checkbox_box label,
.__radio_box label {
  font-size: 14px;
  line-height: 19px;
  color: #162c56;
  display: flex;
  /*padding-left: 48px;*/
  position: relative;
  cursor: pointer;
  user-select: none;
  transition: 0.2s;
  max-width: 550px;
}

/*.__checkbox_box label:before,
.__radio_box label:before {
  content: "";
  height: 24px;
  width: 24px;
  position: absolute;
  border-radius: 6px;
  border: 1px solid #C9C9C9;
  left: 0;
  top: 0px;
}

.__checkbox_box label:after,
.__radio_box label:after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background-color: #164194;
  transition: 0.2s;
  position: absolute;
  left: 5px;
  top: 5px;
  will-change: transform;
  transform: scale(0);
  opacity: 0;
}

.__checkbox_box input:checked+label:after,
.__radio_box input:checked+label:after {
  transform: scale(1);
  opacity: 1;
}
*/
.img-sub {
	position: absolute;
    top: 20px;
    width: 70px;
    right: 20px;
	transition:all .3s ease;
}
.subscribe__form-inner .subscribe__btn{
	font-size: 30px;
    padding: 15px 20px 15px 25px;
    text-align: left;
    width: 350px;
    background-color: #ffffff;
    box-shadow: 8px 8px 36px rgb(0 0 0 / 8%);
    transition: background .3s ease;
    font-weight: 400;
    cursor: pointer;
    color: black;
    font-family: 'Noto Sans', sans-serif;
    border: none;
	-webkit-appearance: none;
    -moz-appearance:none;
    appearance:none;
}
.subscribe__form-inner .subscribe__btn:hover .img-sub {
	filter: brightness(0) invert(1);
}
/*.subscribe__form-inner .subscribe__btn::after {
  content: '';
  background-image: url(../images/arrow__news-black.svg);
  background-repeat: no-repeat;
  width: 70px;
  background-size: cover;
  height: 24px;
  display: inline-block;
  position: relative;
  margin-left: 20px;
}*/

.subscribe__btn:hover {
  background: #164194;
  color: #FFFFFF;
}

.subscribe__btn:hover::after {
  background-image: url(../images/arrow__news-white.svg);
}

/*--------------------*/

/*experts css*/
.headerBack {
  position: relative;
  display: flex;
  margin-top: 100px;
  align-items: center;
}

.headerBack__link {
  padding: 30px 15px;
  background: #ED694B;
  margin-right: 25px;
  transition: opacity .5s ease;
}

.headerBack__link:hover {
  opacity: .7;
}

.experts {
  position: relative;
}

.expertsBox__grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: 180px;
  position: relative;
}

.expertsBox__wrapper {
  max-width: 430px;
  margin: 32px 24px;
  width: calc((100% / 3) - 48px);
  transition: opacity .5s ease;
  display: flex;
  flex-direction: column;
}
.aboutExperts__box {
  display: flex !important;
  flex-direction: column;
}
.expertsBox__wrapper:nth-child(3n - 1) {
  transform: translateY(15%);
}

.expertsBox__wrapper:nth-child(3n) {
  transform: translateY(-15%);
}

.expertsBox__img {
  max-width: 430px;
  max-height: 370px;
  overflow: hidden;
}

.expertsBox__img img {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: top center;
}

.expertsBox__content {
  padding: 20px 0px 20px 30px;
  background: linear-gradient(0deg, #164194, #164194);
  flex-grow: 1;
}

.expertsBox__name {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: #FFFFFF;
  max-width: 350px;
}

.expertsBox__discription {
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  margin-top: 20px;
}

.expertsBox__wrapper:hover {
  opacity: .7;
}

.preview__bg-img--white {
  background-image: url(../images/bg__header-back.png);
  top: -10%;
  right: -5%;
  height: 100%;
}

/*--------------------*/

/*contacts css*/
.contacts {
  margin-top: 110px;
}

.contacts__wrapper {
  position: relative;
}

.contacts__info {
  padding: 65px 0px 70px 100px;
  background: #164194;
  box-shadow: 10px 25px 50px rgba(0, 0, 0, 0.06);
}

.contacts__text {
  font-size: 35px;
  line-height: 48px;
  color: #FFFFFF;
  max-width: 600px;
}

.contacts__email {
  margin-top: 45px;
}

.contacts__email a {
  font-weight: 700;
  font-size: 45px;
  line-height: 30px;
  color: #FFFFFF;
}

.contacts__cooperation {
  padding: 45px 100px 50px 100px;
  background: #FFFFFF;
  box-shadow: 10px 25px 50px rgba(0, 0, 0, 0.06);
  position: absolute;
  right: 5%;
  top: -35%;
}

.contacts__cooperation div {
  font-size: 35px;
  line-height: 48px;
  margin-bottom: 25px;
}

.contacts__cooperation a {
  font-weight: 700;
  font-size: 45px;
  line-height: 30px;
  color: #162C56;
}

/*--------------------*/

/*Events css*/
.eventsPage {
  margin-top: 70px;
}

.eventsPage__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.category__text {
  margin: 10px 0px;
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #A0AFCB;
}

/*--------------------*/

/*Events__internal css*/
.eventsPage__video {
  position: relative;
  padding-bottom: 56.25%;
  max-width: 1320px;
}

.eventsPage__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.eventsPage__box {
  margin-top: 100px;
  display: flex;
  background-color: #ffffff;
  flex-wrap: wrap;
  position: relative;
}

.eventsPage__center {
  width: 70%;
  padding: 0px 0px 70px 70px;
}

.eventsPage__left {
  background: #FFFFFF;
  width: 70%;
  padding: 70px;
}

.eventsPage__info {
  font-size: 18px;
  line-height: 24px;
  max-width: 700px;
}

.eventsPage__title {
  font-size: 23px;
  line-height: 22px;
}

.eventsPage__speakers-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.eventsPage__speakers-box {
  max-width: 220px;
  width: 33.333%;
  margin: 30px 30px 0px 0px;
  flex-grow: 1;
}

.eventsPage__speakers-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #164194;
}

.eventsPage__speakers-info {
  font-size: 12px;
  line-height: 16px;
  color: #164194;
}

.eventsPage__right {
  background: #ED694B;
  width: 30%;
  height: 100%;
  right: 0;
  position: absolute;
  padding-top: 55px;
  padding-left: 50px;
  min-height: 300px;
}

.eventsPage__items {
  margin-bottom: 25px;
  display: flex;
}

.eventsPage__key {
  font-size: 14px;
  line-height: 35px;
  color: #FFFFFF;
  width: 30%;
}

.eventsPage__value {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  max-width: 235px;
  width: 70%;
}

.eventsPage__value span {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

/*--------------------*/

/*research css*/
research__nav-wrapper {
  position: relative;
  margin-top: 40px;
}

.research__nav {
  position: relative;
  margin-top: 50px;
}

.research {
  position: relative;
  margin-top: 70px;
}

.research__all-link {
  font-size: 18px;
  line-height: 25px;
  padding: 8px 20px;
  border: 1px solid #ED694B;
  color: #00264C;
  transition: all .3s ease;
}

.research__all-link:hover,
.research__all-link.active {
  background: #ED694B;
  color: #ffffff;
}

.research__list {
  margin-top: 65px;
  display: flex;
  align-items: center;
  overflow: auto;
  padding-bottom: 20px;
}

.research__item {
  margin: 20px 20px 0px 0px;
}

.research__item a {
  font-size: 18px;
  line-height: 25px;
  padding: 8px 20px;
  border: 1px solid #164194;
  color: #00264C;
  transition: all .3s ease;
}

.research__item a:hover,
.research__item a.active {
  background: #164194;
  color: #ffffff;
}

.link__inner {
  display: flex;
  align-items: center;
  bottom: 40px;
  position: absolute;
}

.link__inner .link-content {
  padding-right: 10px;
  margin-right: 10px;
  font-size: 19px;
  line-height: 20px;
}

.link__inner .link-content:hover {
  padding-left: 7px;
  background-color: #ffffff;
  color: #00264C !important;
}

.pdf__download {
  font-size: 19px;
  line-height: 22px;
  color: #C0C8D7;
  transition: color .3s ease;
}

.researchBox:hover .pdf__download {
  color: #ffffff;
}

.pdf__download:hover {
  opacity: .7;
}

.pagination__box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

.pagination__nav-left,
.pagination__nav-right {
  background: transparent;
}

.pagination__nav-left:hover,
.pagination__nav-right:hover {
  opacity: .7;
}

.pagination__number {
  font-size: 24px;
  line-height: 33px;
  padding: 0px 10px;
}
.pagination__number a {
  color:#162C56;
  transition:all .3s ease;
}
.pagination__number a:hover {
  text-decoration:underline;
}
.eventsPage__wrapper--before.eventsPage__wrapper::before {
  display: none;
}

/*--------------------*/

/*generalPage*/
.breadcrumbs {
  margin-left: 35px;
}

.breadcrumbs span {
  font-size: 16px;
  font-weight: 300;
  margin-right: 20px;
  line-height: 22px;
  color: #A0AFCB;
}

.generalPage {
  margin-top: 65px;
}

.generalPage__img img {
  width: 100%;
  max-width: 1350px;
  margin-bottom:10px;
}

.generalPage__preview {
  max-width: 1450px;
  padding: 50px;
  background: #ED694B;
  margin-top: -25px;
  z-index: 99;
  position: relative;
}

.generalPage__preview p {
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
}

.generalPage__description {
  margin-top: 100px;
}

.generalPage__description p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}
.generalPage__description img{
  max-width: 100vw;
  display: block;
  margin:15px 0px;	
}

.generalPage__quote {
  padding: 30px 90px 50px 160px;
  background-color: #ffffff;
  position: relative;
  max-width: 1300px;
  margin: 80px 0em 50px auto;
}

.generalPage__quote--all {
  position: relative;
}

.generalPage__quote--all::before,
.generalPage__quote--all::after {
  content: '';
  position: absolute;
  background: url(../images/ref__quote_blue_start.svg) no-repeat center center;
  width: 120px;
  height: 100px;
}

.generalPage__quote--all::before {
  top: -40px;
  left: 0%;
}

.generalPage__quote--all::after {
  transform: rotate(180deg);
  right: 0;
  content: "";
}

.generalPage__quote-description {
  font-size: 18px;
  line-height: 28px;
}

.generalPage__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.generalPage__name {
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: #00264C;
}

.generalPage__info {
  font-size: 20px;
  line-height: 27px;
  text-align: right;
  max-width: 400px;
  color: #00264C;
}

.application--title {
  margin: 70px 0px;
}

.generalPage__video {
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}

.generalPage__video::after {
  content: '';
  position: absolute;
  top: 30px;
  right: -30px;
  background: #164194;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.tag {
  margin-top: 60px;
}

.tag__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.tag__inner .tag__item {
  margin: 20px 20px 10px 0px;
}

.tag__item a {
  font-size: 18px;
  line-height: 25px;
  padding: 8px 20px;
  border: 1px solid #164194;
  color: #00264C;
  transition: all .3s ease;
}

.tag__item a:hover {
  background-color: #164194;
  color: white;
}

.application__box {
  position: relative;
  flex-grow: 1;
  padding: 60px 20px;
  max-width: 250px;
  background-size: contain;
  background-image: url(../images/pdf__ico.svg);
  background-repeat: no-repeat;
}

.application__box-inner {
  display: flex;
  flex-wrap: wrap;
}

.application__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  max-width: 250px;
}

.application__text {
  font-size: 16px;
  line-height: 20px;
  max-width: 200px;
  margin: 30px 0px;
}

/*--------------------*/

/*materials css*/
.materials {
  position: relative;
  margin-top: 15px;
}

.materials__list {
  flex-wrap: wrap;
}

.materials__list li {
  margin-bottom: 40px;
}

.materials__bg-img {
  background-image: url(../images/materials__img.png);
  background-repeat: no-repeat;
  top: -50%;
  background-position-x: right;
  background-size: cover;
  width: 100vw;
  height: 100vw;
  position: absolute;
  z-index: -2;
}

.materials__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/*--------------------*/

/*search css*/
.title--margin {
  margin-bottom: 60px;
}

.searchPage {
  margin: 120px 0em 0px auto;
  max-width: 730px;
  display: block;
  position: relative;
}

.searchPage-form {
  opacity: 1;
  visibility: visible;
  position: relative;
  width: 100%;
  left: 0;
}

.searchPage-form input {
  font-size: 21px;
  line-height: 29px;
  color: #164194;
  border-bottom: 1px solid #A8A8A8;
}

.searchPage-form input::placeholder {
  font-size: 21px;
  line-height: 29px;
  color: #164194;
}

.result {
  margin-top: 100px;
}

.result__text {
  font-size: 21px;
  line-height: 29px;
  color: #A7A7A7;
}

/*--------------------*/

/*photo css*/
.photo {
  margin-top: 50px;
}

.photo__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.photo__box {
  margin-bottom: 95px;
  padding: 0px 10px;
  width: 33.3333%;
}

.photo__img {
   width: 100%;
   position: relative;
   max-width: 400px;
   max-height: 300px;
   min-height: 300px;
   object-fit: cover;
}

.photo__row {
  position: relative;
  max-width: 400px;
}

.photo__row::before {
  content: "";
  position: absolute;
  top: -15px;
  right: -18px;
  background: rgba(22, 65, 148, 0.87);
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
}

.photo__text {
  margin-top: 25px;
  max-width: 330px;
}

.photo__text a {
  font-size: 21px;
  line-height: 120%;
  color: #1C2431;
  transition: all .3s ease;
}

.photoPage__text {
  margin-top: 20px;
  max-width: 330px;
  font-size: 21px;
  line-height: 120%;
  color: #A2A2A2;
}

.photoPage {
  margin-top: 80px;
}

.photo__text a:hover {
  opacity: .7;
}

/*--------------------*/

/*about css*/
.about__wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.about__box {
  width: 33.3333%;
}

.about__box-center {
  transform: translateY(-100px);
}

.about__bg-img {
  background-image: url(../images/ref__asset_blue_top_right.svg);
  background-repeat: no-repeat;
  top: -10%;
  right: -25%;
  width: 768px;
  height: 768px;
  position: absolute;
}

.about__img--top {
  max-width: 100%;
}

.about__subtitle {
  max-width: 360px;
  margin: 80px auto 150px auto;
}

.about__preview p {
  max-width: 415px;
}

.about__subtitle p {
  padding: 0;
}

.about__img--bottom {
  max-width: 100%;
}

.about {
  position: relative;
}

.about__box-inner--right {
  transform: translateY(-130px);
}

.about__img--right {
  max-width: 100%;
}

.about__quote-inner {
  display: flex;
  max-width: 1430px;
  padding: 40px 100px 70px 76px;
  margin: 180px 0em 0px auto;
  position: relative;
}

.about__quote-inner::after {
  background: url(../images/ref__quote_blue_start.svg) no-repeat center center;
  transform: rotate(180deg);
  bottom: -10%;
  right: 0;
  background-size: contain;
  content: "";
  width: 20%;
  height: 20%;
  position: absolute;
}

.about__quote-left {
  margin: -230px 85px 0px 0px;
  width: 100%;
  position: relative;
}

.about__quote-left::before {
  content: "";
  width: 40%;
  height: 25%;
  position: absolute;
  background: url(../images/ref__quote_blue_start.svg) no-repeat center center;
  top: 0;
  left: -20%;
  background-size: contain;
}

.about__quote-left img {
  max-width: 410px;
}

.about__quote-description p:first-child {
  margin-bottom: 40px;
}

.about__quote-description p {
  font-size: 18px;
  line-height: 28px;
}

.aboutExperts {
  margin-top: 50px;
}

.aboutExperts__img {
  max-width: 425px;
}

.aboutExperts__content {
  max-width: 425px;
  min-height:250px;
}

.about__box-inner--mobile {
  display: none;
}

.about__quote {
  position: relative;
}

.about__quote-img {
  background-image: url(../images/categories__bg.png);
  background-repeat: no-repeat;
  top: -180%;
  background-position-x: left;
  width: 100%;
  height: 1076px;
  position: absolute;
  z-index: -1;
}

/*popup css*/
.popupSubscribe {
  position: fixed;
  width: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  transition: 0.4s;
  z-index: 2000;
  top: 0;
  left: 0;
  background-color: #00000055;
  visibility: hidden;
  opacity: 0;
}

.popupSubscribe__active {
  visibility: visible;
  opacity: 1;
}

.popupSubscribe__wrapper {
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
}

.popupSubscribe__wrapper div {
  margin-left: 15px;
  font-size: 36px;
}

/*footer css*/
.footer {
  margin: 25px 30px 45px 60px;
  display: flex;
  justify-content: space-between;
}

.footer__left {
  padding-right: 100px;
}

.footer__logo {
  width: 200px;
}

.social--footer {
  margin: 30px 0px 0px 0px;
}

.social--footer a img {
  margin-right: 8px;
}

.footer__nav {
  display: flex;
  flex-wrap: wrap;
}

.footer__list {
  margin-right: 25px;
}

#menu-bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 100px;
}
#menu-bottom .header__item {
	padding: 10px 20px 10px 0px;
}
.footer__item {
  padding-bottom: 15px;
}

.footer__item a {
  font-size: 18px;
  line-height: 30px;
  color: #162C56;
}

.footer__item a:hover {
  opacity: .7;
}

.footer__item--cl {
  max-width: 200px;
}

.footer__item--cl a {
  color: #ED685F;
}

/*--------------------*/
.one-time {
  max-width: 440px;
  width: 100%;
}

.slider-experts {
  margin-top: 0px !important;
}

/*Адаптив*/
@media (max-width:1440px) {
  .preview__sibtitle {
    font-size: 21px;
    line-height: 30px;
  }

  .preview__discription {
    font-size: 16px;
    line-height: 24px;
  }

  .founder-row {
    margin-left: 200px;
  }
}

@media (max-width:1300px) {
  .header__left {
    align-items: flex-start;
    flex-direction: column;
  }
  .eventsPage__speakers-box {
	max-width: 210px;
  }	
  .eventsPage__center  {
	padding-left:40px;
  }
  .social {
    margin: 10px 0 0 0;
  }

  .header__item {
    padding: 16px 17px;
  }

  .header__row {
    padding: 10px;
  }


  .box__content {
    margin: 0px 10px 20px 10px;
    width: calc((100% / 3) - 20px);
    padding: 30px;
  }
  .generalPage__inner {
    flex-wrap: wrap;
  }

  .generalPage__info {
    text-align: left;
  }

  .about__quote-left::before {
    top: 0;
    left: -17%;
  }

  .about__quote-img {
    top: -140%;
  }

  .link__inner {
    flex-direction: column;
    align-items: flex-start
  }

  .eventsPage__right {
    width: 35%;
    padding-left: 30px;
  }

  .eventsPage__left {
    width: 65%;
    padding: 40px;
  }

  .search-form-active {
    width: 200px;
    left: -200px;
  }

  .newsBox {
    margin: 0 auto;
    width: 100%;
  }

  .categories__box {
    width: 400px;
  }

  .one-time {
    max-width: 400px;
  }
}

@media (max-width:1200px) {
  .categories__link {
    font-size: 25px;
    line-height: 30px;
    padding: 30px 0px 30px 20px;
  }

  .categories__box {
    width: 360px;
  }

  .one-time {
    max-width: 360px;
  }
}

@media (max-width:1024px) {
  .eventsPage {
    margin-top: 30px;
  }
  .breadcrumbs {
	  margin-left: auto;
  }
  .link__inner {
	  bottom:20px;
  }
  /*mabile__menu-css*/
  .header__logo {
    position: relative;
    z-index: 999;
  }

  .header__burger {
    display: block;
    position: absolute;
    right: 20px;
    width: 44px;
    background: transparent;
    top: 10px;
    height: 40px;
    cursor: pointer;
  }

  .burger-top,
  .burger-bottom {
    background-color: #162C56;
    position: absolute;
    width: 44px;
    height: 2px;
    right: 0;
    z-index: 10;
    transition-duration: .25s;
  }

  .burger-bottom {
    width: 24px;
    margin-top: 10px;
  }

  .header__menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    display: block;
    padding: 60px 0px 0px 0px;
    height: 100%;
    background-color: white;
    transition: .3s;
    z-index: 1;
    overflow: auto;
  }

  .header {
    background-color: transparent;
  }

  .header__menu.active__burger {
    top: 0;
  }

  .header__list {
    align-items: flex-start;
    flex-direction: column;
  }

  .header__item {
    border-bottom: 1px solid #E7EAF0;
    text-align: left;
    width: 100%;
    padding: 8px 24px;
  }

  .header__item a {
    font-size: 19px;
    color: #164194;
    width: 100%;
    display: block;
  }

  .active__burger .burger-top {
    content: '';
    transform: rotate(45deg);
  }

  .active__burger .burger-bottom {
    content: '';
    transform: rotate(-45deg);
    width: 100%;
    top: 11px;
  }

  .header__left {
    flex-direction: row;
    align-items: center;
  }

  .social {
    margin: 0px 0px 0px 25px;
  }

  .header__sub-menu {
    display: none;
  }

  .header__item--hv::after {
    display: none;
  }

  .header__img-arrow {
    display: block;
    padding: 13px 25px;
    position: absolute;
    right: 10px;
    z-index: 9999999;
    top: 50%;
    transform: translateY(-50%);
  }

  .header__box-mobile {
    display: flex;
    align-items: center;
  }

  .active__sub-menu {
    position: relative;
    top: 0;
    display: block;
    transition: all .3s ease;
    left: 0;
    background: none;
    box-shadow: none;
  }

  .active__sub-menu li {
    padding: 6px 24px 6px 0px;
    border: none;
  }

  .header__img-arrow.active__sub-menu {
    transform: rotate(180deg);
    top: 0;
    position: absolute;
    right: 10px;
    left: auto;
  }

  .social--mobile {
    display: block;
    margin: 0;
    padding: 8px 24px;
    border-bottom: 1px solid #E7EAF0;
  }

  .img-search {
    display: none;
  }

  .search-form {
    opacity: 1;
    visibility: visible;
    position: relative;
  }

  .search-form input {
    padding-left: 24px;
    border-bottom: 1px solid #E7EAF0;
    background-color: transparent;
  }

  .search {
    display: block;
    text-align: left;
    width: 100%;
    padding: 35px 0px 8px 0px;
  }

  /*--------------------*/
  .preview__box-row {
    flex-direction: column;
  }

  .preview__box-left,
  .preview__box-right {
    width: 100%;
  }

  .preview__box-left::before {
    width: 100vw;
  }

  .preview__sibtitle {
    padding: 30px 0px 50px 0px
  }

  .preview__box-content {
    padding-top: 160px;
  }

  .preview__box-right {
    padding-top: 100px;
  }

  .preview__discription {
    margin: -50px 0px 0px 0px;
    max-width: 100%;
    font-size: 18px;
    line-height: 130%;
  }

  .preview__bg-img {
    top: 15%;
    right: -40%;
  }

  .preview__founder {
    max-width: 100%;
  }

  .founder-row {
    margin: 0;
  }

  .preview__founder::before {
    top: -10%;
    left: 3%;
    background-size: auto;
  }

  .preview__info-row {
    margin: 0;
    padding: 15px 0px 70px 40px;
    background-color: #164194;
    color: white;
    position: relative;
  }

  .preview__founder::after {
    display: none;
  }

  .preview__info-row::after {
    content: '';
    background: url(../images/ref__quote_white_end.svg) no-repeat center center;
    bottom: 5px;
    right: 3%;
    z-index: 99;
    position: absolute;
    width: 120px;
    height: 100%;
  }

  .preview__sibtitle {
    max-width: 100%;
  }

  .preview__founder {
    max-width: 700px;
    margin: 0 auto;
  }

  .link--none {
    display: none;
  }

  .events__breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .events__breadcrumbs span {
    margin-bottom: 10px;
  }

  .events__content-title {
    font-size: 21px;
    line-height: 24px;
  }

  .events__content-subtitle {
    font-size: 16px;
    line-height: 21px;
  }

  .events__img img {
    max-width: 300px;
    min-height: 360px;
  }

  .events__nav {
    display: block;
    position: absolute;
    bottom: 0%;
  }

  .title--ml {
    margin-left: 0;
  }

  .events__box.border--lr {
    border: none;
  }

  .events.border--bt {
    border: none;
  }

  .preview__box.border--bt {
    border: none;
  }

  .categories.border--bt {
    border: none;
  }

  .categories__wrapper.border--lr {
    border: none;
  }

  .categories__bg-img {
    display: none;
  }

  .categories__bg-img--points {
    display: none;
  }

  .categories__wrapper {
    flex-direction: column;
    align-items: stretch
  }

  .categories__experts-inner {
    display: none;
  }

  .categories__img-inner {
    display: none;
  }

  .categories__box {
    width: 100%;
  }

  .categories__wrapper {
    padding-top: 50px;
  }

  .box__content {
    width: calc(100% / 2);
    max-width: 330px;
    margin: 20px auto 0 auto;
	min-height: 400px;
  }

  .title {
    font-size: 18px;
    line-height: 24px;
  }

  .disc {
    -webkit-line-clamp: 4;
    font-size: 14px;
    line-height: 21px;
  }

  .news__wrapper.border--lr {
    border: none;
  }

  .news.border--bt {
    border: none;
  }

  .wrapper-slider {
    margin-top: 40px !important;
  }

  .news__wrapper {
    padding-top: 65px;
  }

  .news__bg-img {
    display: none;
  }

  .partners.border--bt {
    border: none;
  }

  .partners__wrapper.border--lr {
    border: none;
  }

  .partners__wrapper {
    padding-top: 70px;
  }

  .partners__content {
    margin-top: 70px;
  }

  .partners__content img {
    margin: 0px 20px 25px 0px;
  }

  .subscribe__form-inner {
    max-width: 400px;
  }

  .subscribe__wrapper:last-child {
    padding: 80px 0px 60px 0px;
  }

  .subscribe__form {
    margin-left: 0;
  }

  .subscribe__wrapper.border--lr {
    border: none;
  }

  .social--footer {
    margin: 10px 0px 0px 0px;
  }

  .preview__bg-img--white {
    display: none;
  }

  .all__before-img::before {
    top: -10%;
  }

  .expertsBox__wrapper {
    width: calc((100% / 2) - 48px);
  }

  .expertsBox__wrapper:nth-child(3n - 1) {
    transform: none;
  }

  .expertsBox__wrapper:nth-child(3n) {
    transform: none;
  }

  .expertsBox__img img {
    height: 40vw;
  }

  .expertsBox__wrapper:nth-child(2n) {
    transform: translateY(-15%);
  }

  .materials__bg-img {
    display: none;
  }

  .about__bg-img {
    display: none;
  }

  .about__wrapper {
    flex-direction: column;
    margin-top: 70px;
  }

  .about__box {
    width: 100%;
  }

  .about__preview p {
    max-width: 100%;
  }

  .about__box-center {
    transform: none;
  }

  .about__subtitle {
    max-width: 100%;
    margin: 25px 0px;
  }

  .about__box-inner {
    display: flex;
    justify-content: center
  }

  .about__box-inner--right {
    transform: none;
  }

  .about__box-inner .about__img--bottom {
    margin: 25px 0px;
  }

  .about__quote-left {
    margin: 100px 25px 0px 0px;
  }

  .about__quote-inner::after {
    width: 13%;
    height: 13%;
    bottom: -5%;
  }

  .about__quote-left img {
    max-width: 325px;
  }

  .about__quote-left::before {
    top: -45%;
    left: 25%;
    width: 50%;
    height: 50%;
  }

  .about__quote-inner {
    padding: 20px;
    padding-bottom: 65px;
  }

  .contacts__cooperation {
    position: relative;
    right: 0;
    margin-bottom: 40px;
    padding: 45px 20px 50px 20px;
  }

  .contacts__info {
    padding-left: 20px;
  }

  .contacts {
    margin-top: 40px;
  }

  .photo__box {
    width: calc(100%/2);
    margin-bottom: 30px;
  }

  .photo__text a {
    font-size: 16px;
    line-height: 120%;
  }

  .eventsPage__wrapper {
    justify-content: flex-start
  }

  .generalPage__preview {
    margin-top: 0;
    padding: 50px;
  }

  .generalPage__inner {
    flex-direction: column;
    align-items: flex-start
  }

  .generalPage__quote--all {
    padding: 60px;
    margin: 120px 0px 80px 0px;
  }

  .eventsPage__left {
    width: 100%;
  }

  .eventsPage__center {
    width: 60%;
    padding: 0px 0px 40px 40px;
  }

  .eventsPage__right {
    order: 2;
    width: 40%;
    padding-top: 30px;
	position: relative;
    min-height: 100%;
  }

  .eventsPage__info {
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .eventsPage__value {
    font-size: 18px;
    line-height: 35px;
  }

  .eventsPage__speakers-name {
    font-size: 14px;
    line-height: 120%
  }

  .eventsPage__items {
    margin-bottom: 10px;
  }

  .eventsPage__speakers-box {
    width: 50%;
    max-width: 50%;
    margin: 40px 0px 0px 0px;
  }

  .headerBack {
    align-items: flex-start
  }

  .newsBox {
    margin: 0 auto;
    padding: 25px;
    min-height: 380px;
    max-width: 300px;
    width: 100%;
  }
  .link-content--abs {
    bottom: 40px;
}

  .one-time {
    max-width: 100%;
    width: 100%;
  }

  .slider-experts {
    margin-top: 0px !important;
  }
  #menu-bottom .header__item {
	  border:none;
  }
  .eventsPage--before.all__before-img::before {
    top: -15%;
  }
}

@media (max-width:900px) {
  #menu-bottom {
    grid-template-columns: repeat(3, 1fr);
  }
   .subscribe__form {
    flex-direction: column;
    align-items: stretch
  }
  .subscribe__form-inner {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
  .img-sub {
	right: auto;
    left: 55%;
  }
  .subscribe__form-inner .subscribe__btn {
    width: 100%;
    box-shadow: 5px 15px 40px rgba(0, 0, 0, 0.12);
  }
  .footer__nav {
	  flex-direction: row-reverse;
  }
   .footer__item--cl {
    max-width: 100%;
  }
  .footer__left {
	  padding-right: 50px;
  }
  .subscribe__btn {
    font-weight: 400;
    font-size: 21px;
    line-height: 29px;
  }
	.expertsBox__grid--before.all__before-img::before {
		top:-5%;
	}
  .subscribe__btn::after {
    background-image: url(../images/arrow__news-black.svg);
    width: 35px;
    height: 13px;
    display: inline-block;
  }

  .expertsBox__name {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
  }

  .expertsBox__discription {
    font-size: 14px;
    line-height: 19px;
    margin-top: 10px;
  }

  .expertsBox__content {
    padding: 25px;
  }

  .expertsBox__wrapper {
    width: calc((104% / 2) - 48px);
    margin: 15px;
  }

  .generalPage__description {
    margin-top: 50px;
  }

  .eventsPage__items:last-child {
    flex-direction: column;
  }

  .eventsPage__value:last-child {
    width: 100%;
  }
}

@media (max-width:768px) {

  #menu-bottom {
    grid-template-columns: repeat(2, 1fr);
	height: 180px;
  }
  .preview__box-left,
  .preview__box-row {
    border: none;
  }
  .aboutExperts__content {
	  min-height:220px;
  }
  .headerBack__link {
    padding: 25px 10px;
  }

  .social {
    display: none;
  }

  .social--mobile {
    display: block;
  }

  .preview__discription {
    font-size: 18px;
    line-height: 130%;
  }

  .preview__bg-img {
    top: 15%;
    right: -50%;
  }

  .events__content-subtitle {
    margin-top: 15px;
  }

  .subscribe__wrapper.border--lr {
    border: none;
  }

  .footer__list {
    margin-right: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between
  }

  .footer__item a {
    line-height: 24px;
  }

  .footer__item {
    margin-right: 30px;
  }

  .social--footer {
    display: block;
  }

  .footer {
    margin: 25px 20px 45px 20px;
  }

  .all__before-img::before {
    width: 100%;
  }

  .expertsBox__wrapper:nth-child(2n) {
    transform: translateY(-10%);
  }

  .expertsBox__grid {
    margin-top: 90px;
  }

  .headerBack {
    margin-top: 50px;
  }

  .experts.border--bt {
    border: none;
  }

  .photoPage__text {
    font-size: 18px;
    line-height: 120%;
  }

  .all-title {
    font-size: 25px;
    line-height: 34px;
    font-weight: 700;
  }

  .generalPage__description p {
    font-size: 16px;
    line-height: 23px;
  }

  .generalPage__video::after {
    display: none;
  }

  .application__box {
   /* padding: 60px 20px 30px 10px;*/
    max-width: 160px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

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

  .application__text {
    font-size: 9px;
    line-height: 11px;
    margin: 10px 0px;
  }

  .eventsPage__box {
    margin-top: 50px;
  }
}

@media (max-width:700px) {
  .footer {
    flex-direction: column;
  }

  .events__wrapper {
    display: block;
  }

  .events__img img {
    max-width: 100%;
    min-height: 100%;
    width: 100%;
  }

  .events__content {
    margin-top: 40px;
    margin-left: 0;
  }

  .events__nav {
    display: none;
  }

  .all-link--mob {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #164194;
    color: #ffffff;
    width: 100%;
    padding: 20px 0px 20px 15px;
  }

  .all-link--mob::after {
    background-image: url(../images/arrow__white.svg);
    width: 60px;
    left: 45%;
  }

  .all-link--mob:hover {
    background: #164194;
    color: #ffffff;
  }

  .events__img {
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .footer__left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin-bottom: 25px;
  }
  .footer__item {
    padding-bottom: 6px;
  }

  .footer__logo {
    max-width: 130px;
  }

  .expertsBox__wrapper {
    width: calc((108% / 2) - 48px);
    margin: 10px;
  }

  .materials__wrapper {
    justify-content: center;
  }

  .materials__list {
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .research__item a {
    display: block;
    white-space: nowrap;
  }

  .materials__list li {
    margin-bottom: 25px;
  }

  .eventsPage {
    margin-top: 25px;
  }

  .about__quote-inner {
    flex-direction: column;
    align-items: center;
  }

  .about__quote-left img {
    max-width: 100%;
  }

  .about__quote-left {
    margin-right: 0;
    margin-bottom: 90px;
    margin-top: 0px;
  }

  .about__quote-left::before {
    top: 100%;
    left: 0%;
    transform: translateY(-50%);
    width: 25%;
    height: 25%;
  }

  .about__quote-inner {
    margin-top: 40px;
    padding-top: 0;
  }

  .about__quote-img {
    display: none;
  }

  .generalPage__preview {
    padding: 25px;
  }

  .generalPage__preview p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }

  .row {
    display: flex;
    flex-direction: column-reverse;
  }

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

  .eventsPage__box {
    flex-direction: column;
  }

  .eventsPage__right {
    order: 1;
    width: 100%;
    padding: 30px;
  }

  .eventsPage__key {
    width: 50%;
  }

  .eventsPage__value {
    width: 50%;
  }

  .eventsPage__center {
    order: 2;
    width: 100%;
  }

  .eventsPage__items:last-child {
    flex-direction: row;
  }

  .eventsPage__center {
    padding: 30px;
  }

  .eventsPage__speakers-box {
    max-width: 45%;
    margin-left: 10px;
    margin-top: 0;
    margin-bottom: 25px;
  }

  .box__content {
    width: calc(100% / 1);
    max-width: 350px;
  }

  .research {
    margin-top: 25px;
  }

  .eventsPage--before.all__before-img::before {
    top: -10%;
}

  .researches--before.all__before-img::before {
    top: -12%;
  }

  .newsBox {
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
  }

  .tag__inner {
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .tag__item a {
    display: block;
    white-space: nowrap;
  }
  #menu-bottom .header__item {
	  padding-bottom: 6px;
  }
}

@media (max-width:520px) {
  .preview__founder::before {
    background-size: contain;
  }
.img-sub {
    right: 5%;
    left: auto;
}
.newClass.generalPage .wp-block-image img {
    width: 100%;
    height: 50%;
}
  .expertsBox__grid--before.all__before-img::before {
	  top:-2%;
  }
  .preview__sibtitle {
    font-size: 16px;
    line-height: 22px;
  }

  .preview__discription {
    font-size: 14px;
    line-height: 24px;
    padding: 25px 30px;
  }

  .preview__box-content {
    padding-top: 50px;
  }

  .preview__info-row::after {
    display: none;
  }

  .preview__info-row {
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .preview__box-left {
    padding: 0px;
  }

  .preview__title {
    font-weight: 700;
  }

  .container {
    padding: 0px 10px;
  }

  .preview__founder-img {
    max-width: 320px;
  }

  .preview__bg-img {
    display: none;
  }

  .subscribe__bg-img {
    display: none;
  }

  .partners__content img {
    max-width: 150px;
  }

  .expertsBox__wrapper {
    width: calc((108% / 1) - 48px);
  }

  .expertsBox__wrapper:nth-child(2n) {
    transform: none;
  }
	
  .expertsBox__grid {
    justify-content: center;
  }

  .expertsBox__img img {
    height: 100%;
  }
  .all__before-img::before {
    top: -4%;
  }

  .preview__sibtitle {
    padding: 10px 0px;
  }

  .about__box-inner .about__img--bottom {
    margin-top: 0;
  }

  .contacts__cooperation div {
    font-size: 21px;
    line-height: 29px;
  }

  .contacts__cooperation a {
    font-size: 30px;
    line-height: 30px;
  }

  .contacts__text {
    font-size: 21px;
    line-height: 29px;
  }

  .contacts__email a {
    font-size: 30px;
    line-height: 30px;
  }

  .photo__box {
    width: calc(100%/1);
  }

  .generalPage__quote--all {
    padding-left: 30px;
    padding-right: 30px;
  }
  .about__wrapper.all__before-img::before {
    top: -8%;
  }

  .preview__link {
    margin-top: 25px;
  }
}

/*--------------------*/