:root {
  --font-family: "Montserrat", sans-serif;
  --second-family: "Play", sans-serif;
  --third-family: "Furore", sans-serif;
  --font3: "Roboto", sans-serif;
}

:root {
	--q&a-block-fill: rgba(39, 0, 78, 0.2);
	--q&a-block-active: rgba(39, 0, 78, 0.2);
	--logo-mintsifri-rossii-cyan: #60c4ee;
	--logo-mintsifri-rossii-light-blue: #2888c3;
	--logo-mintsifri-rossii-blue: #065d89;
	--logo-fsi-white: #fff;
	--logo-fsi-gray: #cacac7;
	--logo-fsi-blue: #00a0dc;
	--logo-fsi-red: #ef2b2d;
}

body {
	background-image: url("../../index/img/start/bg/bgleft.png"), url("../../index/img/start/bg/bgright.png"), url("../../index/img/start/bg/bgnews.png"), url("../../index/img/start/bg/bgbot.png");
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: 0 1900px, 100% 2200px, 0 6500px, right bottom 100px;
}

.wrapper::after,
main::before {
	display: none;
}

.about {
	padding-top: 80px;
	position: relative;
  z-index: 9;
}
.about__container {
}
.about__title {
	font-family: var(--third-family), sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 133%;
	letter-spacing: 0.05em;
	text-align: center;
	color: #dcdcf0;
	margin-bottom: 60px;
}
.about__row {
	display: flex;
	gap: 20px;
	position: relative;
}
.about__information {
	display: flex;
	flex-direction: column;
	gap: 40px;
	max-width: 780px;
	padding-bottom: 80px;
}
.about__text {
	font-family: var(--font-family), sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 133%;
	color: #dcdcf0;
}
.about__text--bold {
	font-weight: 600;
}
.about__list {
	margin-left: 30px;
}
.about__item {
	list-style: disc;
	line-height: 1.55;
}
.about__text__line {
	border: 1px solid #a064ff;
	border-radius: 10px;
	padding: 18px 40px;
	max-width: 753px;
}
.about__image {
	position: absolute;
	right: 0;
	bottom: 0;
}
@media(max-width: 1100px) {
	.about__information {
		max-width: 700px;
	}
}

@media(max-width: 1030px) {
	.about__information {
		max-width: 600px;
	}
	.about__image {
		max-width: 340px;
	}
}
@media(max-width: 768px) {
	.about__image {
		max-width: 240px;
		right: -20px;
	}
}
@media(max-width: 600px) {
	.about__image {
		display: none;
	}
	.about__text__line {
		padding: 18px 20px;
	}
	.about__information {
		gap: 20px;
	}
}
.for-what {
	backdrop-filter: blur(64px);
	background: rgba(150, 0, 255, 0.1);
	padding: 80px 0;
	margin-top: -17px;
}
.for-what__container {
	display: flex;
	gap: 20px;
}

.for-what__images {
	min-width: 380px;
}
.for-what__title {
	font-family: var(--third-family);
	font-weight: 400;
	font-size: 30px;
	line-height: 133%;
	letter-spacing: 0.05em;
	color: #dcdcf0;
	text-align: left;
	margin-bottom: 0px;
	max-width: 275px;	
}
.for-what__image {	
}
.for-what__information {
	display: flex;
	gap: 40px 20px;
	flex-wrap: wrap;
}
.for-what__item {
	flex: 1 1 380px;
	position: relative;
}
.for-what__item::before {
	content: "0";
	font-family: var(--third-family), sans-serif;
	font-weight: 400;
	font-size: 160px;
	line-height: 100%;
	letter-spacing: 0.05em;
	text-align: center;
	color: rgba(220, 220, 240, 0.2);
	position: absolute;
	right: 0;
	bottom: 0;
}
.for-what__item--1::before {
	content: "1";
}
.for-what__item--2::before {
	content: "2";
}
.for-what__item--3::before {
	content: "3";
}
.for-what__item--4::before {
	content: "4";
}
.for-what__subtitle {
	font-family: var(--second-family), sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 127%;
	color: #a064ff;
	margin-bottom: 10px;
	padding-right: 30px;
	text-transform: uppercase;
}
.for-what__text {
	font-family: var(--font-family), sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 133%;
	color: #dcdcf0;
}
@media(max-width: 768px) {
	.for-what__image {
		display: none;
	}
	.for-what__container {
		flex-direction: column;
		gap: 40px;
	}
	.for-what__title  {
		max-width: 100%;
		text-align: center;		
	}
}
.trust {
	padding: 80px 0;
}
.trust__container {
}

.trust__title {
	margin-bottom: 60px;
}
.trust__row {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 20px;
}
.trust__item {
	display: flex;
	gap: 20px;
	flex: 0 1 580px;
}
.trust__images {	
	padding-right: 20px;
	border-right: 1px solid rgba(220, 220, 240, 0.4);
}
.trust__image {
	min-width: 72px;
}
.trust__information {
}
.trust__subtitle {
	font-family: var(--third-family), sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 133%;
	letter-spacing: 0.05em;
	color: #a064ff;
	margin-bottom: 10px;
}
.trust__text {
	font-family: var(--font-family), sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 133%;
	color: #dcdcf0;
}

.projects {
	padding: 80px 0;
}

.projects__title {	
	margin-bottom: 60px;
}

.projects__item {
  position: relative;
	overflow: hidden;
}

.projects__stat {
  position: absolute;
	z-index: 9;
  right: 60px;
  top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.projects__author {
	border-radius: 10px;
	padding: 5px 20px;	
	backdrop-filter: blur(64px);
	background: rgba(255, 0, 255, 0.4);
}
.projects__information {
  position: absolute;
  left: 80px;
  bottom: 40px;
	overflow: hidden;
}
.projects__text {
	max-width: 580px;
	margin: 0 auto 40px;
	text-align: center;
}
.projects__text--big {
	text-align: left;
  font-family: Furore, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.25;	
  letter-spacing: 0.05px;
	margin: 0 0 40px 0; 
	max-width: 708px; 
}

.projects__button {
  width: 740px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
	position: relative;
  z-index: 999;
}

.projects__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.projects__genre {
  width: 117px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background: url("../img/collection/genre.png") no-repeat 0 0;
}

.projects__age {
  width: 117px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background: url("../img/collection/age.png") no-repeat 0 0;
}

.projects__inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 82px;
  height: 52px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background: url("../img/collection/inf.png") no-repeat 0 0;
}

.projects__inf:hover {
  cursor: pointer;
}

.projects__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 156px;
  height: 52px;
  background: url("../img/collection/but.png") no-repeat 0 0/cover;
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.collection .flipster {
  overflow-y: hidden;
  padding-bottom: 50px;
}

.collection .flipster__nav {
  position: absolute;
  bottom: 3px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 9;
  margin: 0;
}

.collection .flipster--carousel .flipster__item {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.collection .flipster__nav__item {
  font-size: 0;
  margin: 0 5px;
}

.collection .flipster__nav__link {
  width: 80px;
  height: 4px;
}

.collection .flipster__nav__link::after {
  width: 80px;
  height: 4px;
  background: var(--white);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  border-radius: 2px;
}

.collection .flipster__nav__item--current > .flipster__nav__link::after,
.collection .flipster__nav__link:focus::after,
.collection .flipster__nav__link:hover::after {
  background: var(--purple);
}

.collection .flipster__button {
  bottom: -1px;
  height: 24px;
  margin: 0;
  top: inherit;
  width: 24px;
  opacity: 1;
}

.collection .flipster__button svg {
  display: none;
}

.collection .flipster__button--prev {
  background-image: url("../img/collection/prev.svg");
  left: 50%;
  -webkit-transform: translate(-255px);
  transform: translate(-255px);
}

.collection .flipster__button--next {
  background-image: url("../img/collection/next.svg");
  right: 50%;
  -webkit-transform: translate(255px);
  transform: translate(255px);
}

.projects__information--hover {
	opacity: 0;
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 40px 80px;
	transition: all 0.6s ease-in-out;
	background: url("../../index/img/start/projects/bghover.png") no-repeat 0 0/cover;
	width: 900px;
  height: 500px;
	opacity: 1;
}
.projects__information--visible {			
	left: 0;
}

.projects__text--small {
	margin: 0;
	text-align: left;
	max-width: 100%;
}


@media (max-width: 1200px) {
	
  .projects .flipster__item img {
    max-width: 800px;
  }
  .projects__button {
    width: 640px;
  }
	.projects__information--hover {
		max-width: 800px;
		height: 444px;
	}
	.projects__text--big {
		font-size: 38px;
	}
}

@media (max-width: 1100px) {
  
  .projects__information {
    left: 0;
    width: 100%;
    bottom: 30px;
		padding-left: 35px;
  }
  .projects__stat {
    right: 30px;
  }
  .projects__stat p {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 16px;
  }
  .projects__information--hover {
		max-width: 765px;
		height: 425px;
		padding: 40px 35px;
		left: 100%;
		bottom: inherit;
		top: 0;
	}
	.projects__information--visible {			
		left: 0;
	}
  .projects__button {
    width: 100%;
    padding: 0 35px 0 0;
  }
  .projects .flipster__item img {
    max-width: 765px;
  }
  .projects__genre {
    width: 82px;
    height: 42px;
    background-size: 100% 100%;
    border-right: 2px solid var(--pink);
    border-radius: 0 8px 8px 0;
  }
  .projects__age {
    width: 82px;
    height: 42px;
    background-position: right 0;
    background-size: 100% 100%;
    border-left: 2px solid var(--pink);
    border-radius: 8px 0 0 8px;
  }
  .projects__inf {
    width: 66px;
    height: 42px;
    background-size: auto 100%;
    border-radius: 0 0 8px 8px;
    padding-left: 10px;
  }
  .projects__btn {
    width: 106px;
    height: 42px;
    background-position: right 0;
    border-radius: 8px 0 0 8px;
  }
}

@media (max-width: 1050px) {
  .projects .flipster__item img {
    max-width: 705px;
  }
	.projects__information--hover {
		width: 705px;
		height: 392px;
	}
}

@media (max-width: 1000px) {
  .projects__stat {
    right: 30px;
  }
  
  .projects__stat p {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 16px;
  }
  .projects__information {
    left: 0;
    width: 100%;
  }
	.projects__information--hover {
		left: 100%;
		width: 600px;
		height: 333px;
	}
	.projects__information--visible {
		left: 0;
	}
	.projects__text--big {
    font-size: 28px;
		margin-bottom: 20px;
		padding-right: 30px;
  }
	.projects__text--small {
		font-size: 16px;
	}
  .projects__button {
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .projects__text {
    /* font-size: 38px;
    line-height: 50px;
    padding-left: 30px; */
  }
  .projects .flipster__item img {
    max-width: 600px;
  }
  .projects .flipster__button--prev {
    -webkit-transform: translate(-205px);
    transform: translate(-205px);
  }
  .projects .flipster__button--next {
    -webkit-transform: translate(205px);
    transform: translate(205px);
  }
	
  .projects__button {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 900px) {
  .projects .flipster__item img {
    max-width: 700px;
  }  
	.projects__information--hover {
		width: 700px;
		height: 388px;
	}
}

@media (max-width: 730px) {
  .inner .collection .flipster__item img {
    max-width: 600px;
  }
}

@media (max-width: 700px) {
  .projects__information {
    bottom: 20px;
  }
  .projects__genre {
    width: 72px;
    height: 32px;    
    border-right: 2px solid var(--pink);
    border-radius: 0 8px 8px 0;
		font-size: 14px;
  }
  .projects__age {
    width: 72px;
    height: 32px;
    background-position: right 0;    
    border-left: 2px solid var(--pink);
    border-radius: 8px 0 0 8px;
		font-size: 14px;
  }
  .projects__inf {
    width: 51px;
    height: 32px;
    background-size: auto 100%;
    border-radius: 0 0 8px 8px;
    padding-left: 10px;
  }
	.projects__inf svg {
		max-width: 18px;
	}
  .projects__btn {
    width: 96px;
    height: 32px;
    background-position: right 0;
    border-radius: 8px 0 0 8px;
		font-size: 14px;
  }
  .projects .flipster__item img {
    max-width: 500px;
  }
	.projects__information--hover {
		width: 500px;
		height: 277px;
	}
	.projects__text--big {
		font-size: 22px;		
	}
	.projects__text--small {
		font-size: 14px;
		line-height: 1.33;
	}
  .projects .flipster__button {
    bottom: -3px;
  }
  .projects .flipster__button--prev {
    -webkit-transform: translate(-155px);
    transform: translate(-155px);
  }
  .projects .flipster__button--next {
    -webkit-transform: translate(155px);
    transform: translate(155px);
  }
}

@media (max-width: 640px) {
  .projects .flipster__item img {
    max-width: 500px;
  }
}

@media (max-width: 580px) {
  .projects .flipster__item img {
    max-width: 400px;
  }
	.projects__information {
		padding-left: 15px;
	}
	.projects__button {
		padding-right: 15px;
	}
	.projects__information--hover {
		height: 222px;
		width: 400px;
		padding: 20px 15px;
	}
	.projects__text--big {
    font-size: 18px;
		margin-bottom: 10px;
  }
	.projects__text--small {
    font-size: 12px;
	}
	.projects__stat {
    right: 15px;
    top: 15px;
  }
}

@media (max-width: 500px) {
  .projects__left {
    width: 100%;
    text-align: left;
  }
  .projects__button {
    padding: 0 20px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  /* .projects__text {
    font-size: 20px;
    line-height: 40px;
    padding-left: 0;
    text-align: center;
    margin-bottom: 0;
  } */
	.projects__text--big {
		font-size: 22px;
		text-align: center;
		line-height: 30px;
		margin-bottom: 20px;
		margin-top: 40px;
		padding-right: 0;
	}
	.projects__information--hover {
		width: 300px;
		height: 540px;
		background-position: center center;
	}
  .projects__genre, .projects__age {
    width: auto;
    height: auto;
    background: none;
    border: 0;
    -webkit-backdrop-filter: inherit;
            backdrop-filter: inherit;
  }
  .collection__genre::before, .collection__age::before {
    content: "#";
  }
  .projects__inf {
    background: url("../img/collection/inf-mob.png") no-repeat 0 0;
    background-size: cover;
  }
  .projects__stat {
    right: 50%;
		top: 25px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .projects .flipster__item img {
    width: 300px;
    height: 540px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .projects .flipster__button--prev {
    -webkit-transform: translate(-105px);
    transform: translate(-105px);
  }
  .projects .flipster__button--next {
    -webkit-transform: translate(105px);
    transform: translate(105px);
  }
}

@media (max-width: 400px) {
  .projects .flipster__item img {
    max-width: 300px;
  }
}

.consortium {
	padding: 80px 0px;
	background-image: url("../../index/img/start/bg/bgcons-left.png");
	background-repeat: no-repeat;
	background-position: 0 -100px;
}

.consortium__row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.consortium__item {
	flex: 0 1 49%;
	text-align: center;
	padding: 20px;
	border-radius: 20px;
	backdrop-filter: blur(64px);
	background: linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
	border: 1px solid #36204B;
}

.consortium__subtitle {
	font-weight: 500;
	font-size: 18px;
	line-height: 133%;
	text-align: center;
	color: #dcdcf0;
	margin-bottom: 10px;
}

.consortium__item:hover .consortium__subtitle {
	color: #3284f2;
}

.consortium__imag {
	display: block;
	margin: 0 auto;
}

.consortium__text {
	margin-bottom: 40px;
	text-align: center;
}

@media(max-width: 1059px) {
	.consortium__item {
  	flex: 0 1 48%;
	}
}
@media(max-width: 551px) {
	.consortium__row {
		justify-content: center;
	}
	.consortium__item {
    flex: 0 1 45%;
  }
	.consortium__subtitle {
		font-size: 14px;
	}
}
@media(max-width: 450px) {
	.consortium {
		padding: 40px 0;
	}
	.consortium__item {
		flex: 0 1 100%;
	}
}
@media(max-width: 500px) {
	.consortium__container {
		padding: 0 15px;
	}
}

.awards {
	padding: 80px 0;
	position: relative;
	z-index: 9;
}
.awards__container {
}
.awards__title {
	margin-bottom: 60px;
}
.awards__wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.awards__row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}
.awards__item {
	flex: 0 1 380px;
	backdrop-filter: blur(64px);
	background: rgba(150, 0, 255, 0.2);
	border-radius: 20px;
	display: flex;
}
.awards__images {
	background: var(--logo-fsi-white);
	border-radius: 20px;
	padding: 17px 20px;
}
.awards__image {
	min-width: 80px;
}
.awards__information {
	padding: 9px 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
}
.awards__subtitle {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;
	line-height: 133%;
	color: #dcdcf0;
}
.awards__text {
	font-weight: 400;
	font-size: 12px;
	line-height: 133%;
	color: #dcdcf0;
	overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media(max-width: 450px) {
	.awards__subtitle {
		font-size: 14px;
	}
	.awards__images {
		padding: 10px;
	}
	.awards__text {
		font-size: 10px;
	}
}
@media(max-width: 400px) {	
  .title {
    font-size: 25px;
	}
	.for-what__images {
		max-width: 100%;
		min-width: 100%;
	}
}

.interesting {
	backdrop-filter: blur(64px);
	background: rgba(150, 0, 255, 0.1);
}

.startrek {
	padding: 80px 0 0px;
}
.startrek__map {
	text-align: center;
}
.map__hover:hover {
	fill: #FF00FF;
	cursor: pointer;
}
.city__hover {
	fill: #3C3C64;	
}
.city__hover--active {
	fill: #dcdcf0;
	opacity: 1;
}
.city__color {
	fill: #dcdcf0;
}
.city__color--active {
	fill: #0a0019;
}
.startrek__title {
	margin-bottom: 60px;
}
.startrek__row {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	/* margin-bottom: 40px; */
}
.startrek__text {
	max-width: 888px;
	text-align: center;
}
.startrek__text--bold {
	font-weight: 600;
}
.startrek__text--line {
	border: 1px solid #a064ff;
	border-radius: 10px;
	padding: 18px 40px;
	margin-top: 20px;
}
.map {
  max-width: 1000px;
}
@media(max-width: 1200px) {
	.map {
		max-width: 1000px;
		height: auto;
		margin: 0 auto;
	}
}

@media(max-width: 1050px) {
	.map {
		max-width: 800px;		
	}
}

@media(max-width: 850px) {
	.map {
		max-width: 600px;		
	}
}

@media(max-width: 650px) {
	.map {
		max-width: 100%;		
	}
}
.foto {
	padding-bottom: 80px;
}
.foto__item {
	text-align: center;
}
.foto__image {
	max-width: 180px;
	width: 180px;
	height: 120px;
	object-fit: cover;
	border-radius: 10px;
	margin: 0 auto;
	cursor: pointer;
}
.modal-foto {
	background-color: rgba(0, 0, 0, 1);
}
.modal-foto.visible {
	display: flex!important;
}
.modal-foto .modal__block {
	width: 60%;
}
.foto__slider--big {
	padding-top: 50px;	
}
.foto__slider--big .slick-track {
	display: flex;
	align-items: center;
}
.foto__slider--big img.foto__image {
	max-width: 96%;
	width: 96%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
	margin: auto;
}
.modal-foto .modal__close {
	z-index: 9;
}
.foto__slider--big .slick-slide>div {
	text-align: center;
}
.foto__slider--big .slick-next {
	width: 31px;
	height: 30px;
	position: absolute;
	background-color: transparent;
	font-size: 0;
	z-index: 99;
	background-image: url(../img/right.svg);
  right: -20px;
	top: 50%;
}
.foto__slider--big .slick-prev {
	width: 31px;
	height: 30px;
	position: absolute;
	background-color: transparent;
	font-size: 0;
	z-index: 99;
	background-image: url(../img/left.svg);
	top: 50%;
  left: -20px;
}

@media(max-width: 678px) {
	.modal-foto .modal__block {
		width: 98%;
		padding: 20px;
	}
}

