body,
html {
	overflow-x: hidden;
}
.fancybox__container {
	z-index: 9999;
}
.compensate-for-scrollbar {
	padding-right: 0 !important;
}

.section-head {
	color: #2E2E2E;
	margin-bottom: 60px;
	font-size: 50px;
	font-weight: 400;
	line-height: 60px;
	letter-spacing: 1.5px;
}
.wrapper {
	max-width: 1440px;
	padding: 0px 3.47vw;
	max-width: 1440px;
	margin: 0 auto;	
}

/* ABOUT */

#about {
	padding-top: 80px;
}
#about .wrapper {
	position: relative;
}
.about-text {
	width: 628px;
}
.about-text p {
	color: #2E2E2E;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 12px;
}
.about-text h3 {
	color: #2E2E2E;
	font-size: 24px;
	font-weight: 500;
	line-height: 34px;
	letter-spacing: 0.72px;
	margin: 60px 0 40px 0;
}
.about-text h3 br {
	display: none;
}
.about-text-sphere p {
	padding-left: 23px;
	position: relative;
}
.about-text-sphere p:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	top: 9px;
	left: 0;
}
.about-text-sphere p.rd:before {
	background: #FA5C59;
}
.about-text-sphere p.bl:before {
	background: #4F78D6;
}
.about-text-sphere p.gr:before {
	background: #61BF1A;
}
.about-text-sphere p.og:before {
	background: #F79642;
}
.about-img {
	position: absolute;
	right: 0;
	top: 125px;
}
.about-img-mobile {
	display: none;
}

/* MISSION */

#mission {
	padding: 80px 0 0 0;
}
#mission .wrapper {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	align-items: flex-start;
}
#mission .section-head {
	width: 100%;
}
.mission-text {
	width: 591px;
}
.mission-text p {
	color: #2E2E2E;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 12px;
}

/* Наша команда */

#team {
	padding: 80px 0 0 0;
}
.team {
	background: url(../img/about/team-circle.svg) no-repeat top -93px center;
}
.team-block {
	display: flex;
	margin-bottom: 32px;
}
.team-block:last-child {
	margin-bottom: 0;
}
.team-block-info {
	border-radius: 20px;
	background: #FFF;
	padding: 32px;
	width: 426px;
	margin: 0 auto;
	position: relative;
}
.team-block-info .team-logo {
	margin-bottom: 30px;
	display: block;
}
.team-block-info .text {
	color: #2E2E2E;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.42px;
	margin-bottom: 30px;
}
.team-block-info .text .table-br,
.team-block-info .text .mob-br {
	display: none;
}
.team-block-info .button {
	border-radius: 5px;
	padding: 14px 28px;
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 12px;
	letter-spacing: 0.7px;
	display: inline-block;
}
.team-block-info .button .mob {
	display: none;
}
.team-block.block-1 .button,
.team-block.block-1 .team-block-img {
	background: #FA5C59;
}
.team-block.block-2 .button,
.team-block.block-2 .team-block-img {
	background: #4F78D6;
}
.team-block.block-3 .button,
.team-block.block-3 .team-block-img {
	background: #61BF1A;
}
.team-block.block-4 .button,
.team-block.block-4 .team-block-img {
	background: #F79642;
}
.team-block.block-2 .team-block-img,
.team-block.block-4 .team-block-img {
	left: auto;
	right: -370px;
}
.team-block-img {
	width: 287px;
	height: 287px;
	box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
	border-radius: 50%;
	position: absolute;
	left: -370px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: calc(100%/2 - 143px);
}
.team-block-img .img {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	width: 227px;
	height: 227px;
	border-radius: 50%;
	position: relative;
}
.team-block-img .img > img {
	max-width: 80%;
	max-height: 80%;
}
.team-block-img .img-figure {
	position: absolute;
	right: -90px;
}
.team-block.block-2 .team-block-img .img-figure,
.team-block.block-4 .team-block-img .img-figure {
	right: auto;
	left: -90px;
}

.team-modal {
	border-radius: 10px;
	background: #FFF;
	width: 1270px !important;
	box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.20);
	padding: 46px 32px 28px 28px;
}
.team-modal .carousel__button {
	top: 20px !important;
	right: 28px !important;
	background: url("../img/about/close.svg") no-repeat center center / 100%;
	width: 27px;
	height: 27px;
}
.team-modal .carousel__button svg {
	display: none;
}
.team-modal .head {
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0.54px;
	margin-bottom: 8px;
}
.team-modal p:not(.head) {
	color: #2E2E2E;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.42px;
	margin-bottom: 8px;
}
.team-modal p:not(.head) a,
.team-modal li a {
	text-decoration: underline !important;
}
.team-modal li {
	display: block;
	color: #2E2E2E;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.42px;
	padding-left: 22px;
	position: relative;
	margin-bottom: 2px;
}
.team-modal li:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	left: 6px;
	top: 9px;
}
#team-modal1 .head {
	color: #FA5C59;
}
#team-modal1 li:before {
	background: #FA5C59;
}
#team-modal2 .head {
	color: #4F78D6;
}
#team-modal2 li:before {
	background: #4F78D6;
}
#team-modal3 .head {
	color: #61BF1A;
}
#team-modal3 li:before {
	background: #61BF1A;
}
#team-modal4 .head {
	color: #F79642;
}
#team-modal4 li:before {
	background: #F79642;
}

/* Партнёры */

#partners {
	padding: 80px 0 100px 0;
}
#partners .section-head {
	margin-bottom: 76px;
}
.partners {
	display: flex;
	flex-flow: wrap;
	gap: 151px;
	row-gap: 80px;
}
.partners-item {
	width: calc(100%/3 - 302px/3);
}
.partners-item-logo {
	height: 90px;
	display: flex;
	align-items: center;
	margin-bottom: 32px;
}
.partners-item-logo img {
	max-width: 100%;
}
.partners-item-text {
	color: #2E2E2E;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.42px;
}
.partners-item-text a {
	font-weight: 500;
}

/* HISTORY */

#history {
	padding-top: 80px;
}
#history .section-head br {
	display: none;
}
.history-years {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.history-years-item {
	color: #B5B5B5;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 0.48px;
	transition: .4s;
	cursor: pointer;
}
.history-years-item.active,
.history-years-item:hover {
	color: #434342;
}
.history-slider {
	filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.15));
	background: #fff url(../img/about/history-bg.png) no-repeat top -10px right -10px / 105%;
	padding: 38px 60px 60px 60px;
	height: 497px;
	border-radius: 10px;
	box-sizing: border-box;
}
.history-block {
	display: flex;
	justify-content: space-between;
}
.history-block-info {
	width: 500px;
}
.history-block-info .year {
	color: #B5B5B5;
	font-size: 64px;
	font-weight: 500;
	line-height: 77px;
	letter-spacing: 1.925px;
	margin-bottom: 23px;
}
.history-block-info .h3 {
	color: #2E2E2E;
	font-size: 24px;
	font-weight: 500;
	line-height: 34px;
	letter-spacing: 0.72px;
	margin-bottom: 40px;
}
.history-block-info ul li {
	color: #2E2E2E;
	padding-left: 18px;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	position: relative;
	display: block;
	margin-bottom: 12px;
}
.history-block-info ul li:last-child {
	margin-bottom: 0;
}
.history-block-info ul li:before {
	content: "";
	background: #B5B5B5;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 7px;
}
.history-block-info p {
	color: #2E2E2E;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 12px;
}
.history-block-info ul li a,
.history-block-info p a {
	text-decoration: underline !important;
}
.history-slider .swiper-wrapper {
	display: block;
}
.history-slider .swiper-slide {
	opacity: 0;
	transition: .4s;
	height: 0px;
	position: absolute;
	pointer-events: none;
}
.history-slider .swiper-slide.active {
	opacity: 1;
	pointer-events: initial;
	height: auto;
}

.history-block-imgs {
	position: relative;
	width: 674px;
	height: 350px;
	margin-top: 50px;
}
.history-block-imgs .fancy-img {
	position: absolute;
	overflow: hidden;
	border-radius: 5px;
}
.history-block-imgs .fancy-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.history-block-imgs .doc-img {
	width: 100%;
	display: flex;
	align-items: center;
}
.history-block-imgs .doc-img img {
	width: 100%;
}

/* 2023 */

.swiper-slide[data-year="2023"] .history-block-imgs .fancy-img:nth-child(1) {
	top: 0;
	left: 0;
	width: 430px;
	height: 241px;
}
.swiper-slide[data-year="2023"] .history-block-imgs .fancy-img:nth-child(2) {
	bottom: 0;
	left: 0;
	width: 154px;
	height: 98px;
}
.swiper-slide[data-year="2023"] .history-block-imgs .fancy-img:nth-child(3) {
	bottom: 0;
	left: 164px;
	width: 128px;
	height: 98px;
}
.swiper-slide[data-year="2023"] .history-block-imgs .fancy-img:nth-child(4) {
	bottom: 0;
	left: 302px;
	width: 128px;
	height: 98px;
}
.swiper-slide[data-year="2023"] .history-block-imgs .fancy-img:nth-child(5) {
	top: 0;
	right: 0;
	width: 232px;
	height: 100%;
}

/* 2022 */

.swiper-slide[data-year="2022"] .history-block-imgs .fancy-img:nth-child(1) {
	bottom: 0;
	left: 0;
	width: 180px;
	height: 196px;
}
.swiper-slide[data-year="2022"] .history-block-imgs .fancy-img:nth-child(2) {
	bottom: 0;
	left: 190px;
	width: 208px;
	height: 103px;
}
.swiper-slide[data-year="2022"] .history-block-imgs .fancy-img:nth-child(3) {
	bottom: 0;
	right: 0;
	width: 266px;
	height: 100%;
}
.swiper-slide[data-year="2022"] .history-block-imgs .fancy-img:nth-child(4) {
	top: 0;
	left: 0;
	width: 180px;
	height: 144px;
}
.swiper-slide[data-year="2022"] .history-block-imgs .fancy-img:nth-child(5) {
	top: 0;
	left: 190px;
	width: 208px;
	height: 237px;
}

/* 2018 */

.swiper-slide[data-year="2018"] .history-block-imgs .fancy-img:nth-child(1) {
	bottom: 0;
	left: 0;
	width: 371px;
	height: 100%;
}
.swiper-slide[data-year="2018"] .history-block-imgs .fancy-img:nth-child(2) {
	top: 0;
	right: 0;
	width: 293px;
	height: 166px;
}
.swiper-slide[data-year="2018"] .history-block-imgs .fancy-img:nth-child(3) {
	bottom: 0;
	left: 381px;
	width: 111px;
	height: 173px;
}
.swiper-slide[data-year="2018"] .history-block-imgs .fancy-img:nth-child(4) {
	bottom: 0;
	right: 0;
	width: 172px;
	height: 173px;
}

/* 2017 */

.swiper-slide[data-year="2017"] .history-block-imgs .fancy-img:nth-child(1) {
	top: 0;
	left: 0;
	width: 354px;
	height: 209px;
}
.swiper-slide[data-year="2017"] .history-block-imgs .fancy-img:nth-child(2) {
	top: 0;
	left: 364px;
	width: 173px;
	height: 173px;
}
.swiper-slide[data-year="2017"] .history-block-imgs .fancy-img:nth-child(3) {
	top: 0;
	right: 0;
	width: 127px;
	height: 173px;
}
.swiper-slide[data-year="2017"] .history-block-imgs .fancy-img:nth-child(4) {
	bottom: 0;
	left: 0;
	width: 354px;
	height: 129px;
}
.swiper-slide[data-year="2017"] .history-block-imgs .fancy-img:nth-child(5) {
	bottom: 0;
	right: 0;
	width: 310px;
	height: 165px;
}

/* 2016 */

.swiper-slide[data-year="2016"] .history-block-imgs .fancy-img:nth-child(1) {
	top: 0;
	left: 0;
	width: 211px;
	height: 121px;
}
.swiper-slide[data-year="2016"] .history-block-imgs .fancy-img:nth-child(2) {
	top: 0;
	left: 221px;
	width: 181px;
	height: 121px;
}
.swiper-slide[data-year="2016"] .history-block-imgs .fancy-img:nth-child(3) {
	top: 0;
	right: 0;
	width: 262px;
	height: 183px;
}
.swiper-slide[data-year="2016"] .history-block-imgs .fancy-img:nth-child(4) {
	top: 131px;
	left: 0;
	width: 202px;
	height: 101px;
}
.swiper-slide[data-year="2016"] .history-block-imgs .fancy-img:nth-child(5) {
	bottom: 0;
	left: 0;
	width: 402px;
	height: 107px;
}
.swiper-slide[data-year="2016"] .history-block-imgs .fancy-img:nth-child(6) {
	bottom: 0;
	right: 0;
	width: 262px;
	height: 156px;
}
.swiper-slide[data-year="2016"] .history-block-imgs .fancy-img:nth-child(7) {
	top: 131px;
	left: 212px;
	width: 190px;
	height: 101px;
}

/* 2015 */

.swiper-slide[data-year="2015"] .history-block-imgs .fancy-img:nth-child(1) {
	top: 0;
	left: 0;
	width: 281px;
	height: 173px;
}
.swiper-slide[data-year="2015"] .history-block-imgs .fancy-img:nth-child(2) {
	bottom: 0;
	left: 0;
	width: 281px;
	height: 167px;
}
.swiper-slide[data-year="2015"] .history-block-imgs .fancy-img:nth-child(3) {
	top: 0;
	left: 291px;
	width: 188px;
	height: 222px;
}
.swiper-slide[data-year="2015"] .history-block-imgs .fancy-img:nth-child(4) {
	bottom: 0;
	left: 291px;
	width: 188px;
	height: 118px;
}
.swiper-slide[data-year="2015"] .history-block-imgs .fancy-img:nth-child(5) {
	top: 0;
	right: 0;
	width: 187px;
	height: 198px;
}
.swiper-slide[data-year="2015"] .history-block-imgs .fancy-img:nth-child(6) {
	bottom: 0;
	right: 0;
	width: 187px;
	height: 141px;
}

/* 2014 */

.swiper-slide[data-year="2014"] .history-block-imgs .fancy-img:nth-child(1) {
	top: 0;
	left: 0;
	width: 235px;
	height: 184px;
}
.swiper-slide[data-year="2014"] .history-block-imgs .fancy-img:nth-child(2) {
	top: 0;
	left: 245px;
	width: 258px;
	height: 184px;
}
.swiper-slide[data-year="2014"] .history-block-imgs .fancy-img:nth-child(3) {
	top: 0;
	right: 0;
	width: 163px;
	height: 184px;
}
.swiper-slide[data-year="2014"] .history-block-imgs .fancy-img:nth-child(4) {
	bottom: 0;
	left: 0;
	width: 319px;
	height: 155px;
}
.swiper-slide[data-year="2014"] .history-block-imgs .fancy-img:nth-child(5) {
	bottom: 0;
	right: 0;
	width: 347px;
	height: 155px;
}

/* 2013 */

.swiper-slide[data-year="2013"] .history-block-imgs .fancy-img:nth-child(1) {
	top: 0;
	left: 0;
	width: 185px;
	height: 156px;
}
.swiper-slide[data-year="2013"] .history-block-imgs .fancy-img:nth-child(2) {
	top: 0;
	left: 195px;
	width: 213px;
	height: 156px;
}
.swiper-slide[data-year="2013"] .history-block-imgs .fancy-img:nth-child(3) {
	bottom: 0;
	left: 0;
	width: 202px;
	height: 183px;
}
.swiper-slide[data-year="2013"] .history-block-imgs .fancy-img:nth-child(4) {
	bottom: 0;
	left: 212px;
	width: 195px;
	height: 183px;
}
.swiper-slide[data-year="2013"] .history-block-imgs .fancy-img:nth-child(5) {
	top: 0;
	right: 0;
	width: 256px;
	height: 349px;
}

/* 2012 */

.swiper-slide[data-year="2012"] .history-block-imgs .fancy-img:nth-child(1) {
	top: 0;
	left: 0;
	width: 178px;
	height: 156px;
}
.swiper-slide[data-year="2012"] .history-block-imgs .fancy-img:nth-child(2) {
	top: 0;
	left: 188px;
	width: 157px;
	height: 156px;
}
.swiper-slide[data-year="2012"] .history-block-imgs .fancy-img:nth-child(3) {
	top: 0;
	left: 355px;
	width: 177px;
	height: 156px;
}
.swiper-slide[data-year="2012"] .history-block-imgs .fancy-img:nth-child(4) {
	top: 0;
	right: 0;
	width: 132px;
	height: 155px;
}
.swiper-slide[data-year="2012"] .history-block-imgs .fancy-img:nth-child(5) {
	bottom: 0;
	left: 0;
	width: 176px;
	height: 184px;
}
.swiper-slide[data-year="2012"] .history-block-imgs .fancy-img:nth-child(6) {
	bottom: 0;
	left: 186px;
	width: 159px;
	height: 184px;
}
.swiper-slide[data-year="2012"] .history-block-imgs .fancy-img:nth-child(7) {
	bottom: 0;
	left: 355px;
	width: 137px;
	height: 184px;
}
.swiper-slide[data-year="2012"] .history-block-imgs .fancy-img:nth-child(8) {
	bottom: 0;
	right: 0;
	width: 172px;
	height: 184px;
}

/* 2009 */

.swiper-slide[data-year="2009"] .history-block-imgs .fancy-img:nth-child(1) {
	top: 0;
	left: 0;
	width: 214px;
	height: 111px;
}
.swiper-slide[data-year="2009"] .history-block-imgs .fancy-img:nth-child(2) {
	top: 0;
	left: 224px;
	width: 245px;
	height: 139px;
}
.swiper-slide[data-year="2009"] .history-block-imgs .fancy-img:nth-child(3) {
	top: 0;
	right: 0;
	width: 195px;
	height: 155px;
}
.swiper-slide[data-year="2009"] .history-block-imgs .fancy-img:nth-child(4) {
	top: 121px;
	left: 0;
	width: 214px;
	height: 111px;
}
.swiper-slide[data-year="2009"] .history-block-imgs .fancy-img:nth-child(5) {
	bottom: 0;
	left: 0;
	width: 214px;
	height: 107px;
}
.swiper-slide[data-year="2009"] .history-block-imgs .fancy-img:nth-child(6) {
	bottom: 0;
	left: 224px;
	width: 245px;
	height: 200px;
}
.swiper-slide[data-year="2009"] .history-block-imgs .fancy-img:nth-child(7) {
	bottom: 0;
	right: 0;
	width: 195px;
	height: 184px;
}

/* 2008 */

.swiper-slide[data-year="2008"] .history-block-imgs .fancy-img:nth-child(1) {
	top: 0;
	left: 0;
	width: 303px;
	height: 100%;
}
.swiper-slide[data-year="2008"] .history-block-imgs .fancy-img:nth-child(2) {
	top: 0;
	right: 0;
	width: 361px;
	height: 100%;
}

/* 2006 */

.swiper-slide[data-year="2006"] .history-block-imgs .fancy-img:nth-child(1) {
	top: 0;
	left: 164px;
	width: 297px;
	height: 349px;
}

/* 2005 */

.swiper-slide[data-year="2005"] .history-block-imgs .fancy-img:nth-child(1) {
	top: 0;
	left: 164px;
	width: 297px;
	height: 349px;
}

/* 2003 */

.swiper-slide[data-year="2003"] .history-block-imgs .fancy-img:nth-child(1) {
	top: 0;
	left: 0px;
	width: 241px;
	height: 100%;
}
.swiper-slide[data-year="2003"] .history-block-imgs .fancy-img:nth-child(2) {
	top: 0;
	left: 251px;
	width: 247px;
	height: 100%;
}
.swiper-slide[data-year="2003"] .history-block-imgs .fancy-img:nth-child(3) {
	top: 0;
	right: 0;
	width: 165px;
	height: 203px;
}
.swiper-slide[data-year="2003"] .history-block-imgs .fancy-img:nth-child(4) {
	bottom: 0;
	right: 0;
	width: 165px;
	height: 136px;
}
.swiper-slide[data-year="2003"] .history-block-imgs .fancy-img:nth-child(5) {
	bottom: 10px;
	left: 164px;
	width: 168px;
	height: 237px;
}

/* 2002 */

.swiper-slide[data-year="2002"] .history-block-imgs .fancy-img {
	overflow: visible;
}
.swiper-slide[data-year="2002"] .history-block-imgs .fancy-img:nth-child(1) {
	top: 20px;
	left: 0px;
	width: 192px;
	height: 267px;
}
.swiper-slide[data-year="2002"] .history-block-imgs .fancy-img:nth-child(2) {
	top: 20px;
	left: 162px;
	width: 192px;
	height: 267px;
}
.swiper-slide[data-year="2002"] .history-block-imgs .fancy-img:nth-child(3) {
	top: 20px;
	left: 320px;
	width: 192px;
	height: 267px;
}
.swiper-slide[data-year="2002"] .history-block-imgs .fancy-img:nth-child(4) {
	top: 20px;
	left: 476px;
	width: 192px;
	height: 267px;
}

/* 2000 */

.swiper-slide[data-year="2000"] .history-block-imgs .fancy-img:nth-child(1) {
	top: 0;
	left: 0px;
	width: 106px;
	height: 153px;
}
.swiper-slide[data-year="2000"] .history-block-imgs .fancy-img:nth-child(2) {
	top: 0;
	left: 116px;
	width: 133px;
	height: 154px;
}
.swiper-slide[data-year="2000"] .history-block-imgs .fancy-img:nth-child(3) {
	top: 0;
	right: 0;
	width: 415px;
	height: 347px;
}
.swiper-slide[data-year="2000"] .history-block-imgs .fancy-img:nth-child(4) {
	bottom: 0;
	left: 0px;
	width: 249px;
	height: 184px;
}

/* 1998 */

.swiper-slide[data-year="1998"] .history-block-imgs .fancy-img:nth-child(1) {
	bottom: 0;
	left: 0px;
	width: 230px;
	height: 311px;
}
.swiper-slide[data-year="1998"] .history-block-imgs .fancy-img:nth-child(2) {
	bottom: 0;
	left: 240px;
	width: 213px;
	height: 311px;
}
.swiper-slide[data-year="1998"] .history-block-imgs .fancy-img:nth-child(3) {
	top: 0;
	right: 0;
	width: 212px;
	height: 171px;
}
.swiper-slide[data-year="1998"] .history-block-imgs .fancy-img:nth-child(4) {
	bottom: 0;
	right: 0;
	width: 212px;
	height: 168px;
}

/* 1997 */

.swiper-slide[data-year="1997"] .history-block-imgs .fancy-img {
	overflow: visible;
}
.swiper-slide[data-year="1997"] .history-block-imgs .fancy-img:nth-child(1) {
	top: 20px;
	left: 0px;
	width: 192px;
	height: 267px;
}
.swiper-slide[data-year="1997"] .history-block-imgs .fancy-img:nth-child(2) {
	top: 20px;
	left: 162px;
	width: 192px;
	height: 267px;
}
.swiper-slide[data-year="1997"] .history-block-imgs .fancy-img:nth-child(3) {
	top: 20px;
	left: 320px;
	width: 192px;
	height: 267px;
}
.swiper-slide[data-year="1997"] .history-block-imgs .fancy-img:nth-child(4) {
	top: 20px;
	left: 476px;
	width: 192px;
	height: 267px;
}
.swiper-slide[data-year="1997"] .history-block-imgs img:nth-child(5) {
	position: absolute;
	left: 227px;
	bottom: 30px;
}

/* 1995 */

.swiper-slide[data-year="1995"] .history-block-imgs img {
	width: 578px;
	margin: 0 auto;
	display: block;
}

/* 1994 */

.swiper-slide[data-year="1994"] .history-block-imgs img {
	width: 403px;
	margin: 0 auto;
	display: block;
}

.swiper-slide[data-year="1992"] .history-block-imgs img {
	width: 100%;
}

.history-slider-nav {
	display: none;
}

@media (max-width:1439px) {
	.about-img {
		width: 750px;
	}
	.mission-img {
		width: calc(100% - 650px);
	}
}

@media (max-width:1400px) {
	.history-slider {
		padding: 30px;
	}
	.history-block-info {
		width: 350px;
	}
	.history-block-info .h3 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 30px;
	}
	.history-years-item {
		font-size: 14px;
	}
}

@media (max-width:1299px) {
	.team-modal {
		width: 100% !important;
	}
	.fancybox__slide {
		padding: 20px;
	}
}

@media (max-width:1239px) {
	#about {
		padding-top: 60px;
	}
	.about-img {
		width: 100%;
		position: relative;
		top: 0;
		margin-bottom: -14vw;
	}
	.about-text {
		width: 100%;
	}
	.section-head {
		font-size: 60px;
		line-height: 70px;
		letter-spacing: 1.8px;
		margin-bottom: 42px;
	}
	.about-text p {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 18px;
	}
	.about-img {
		margin: 3vw 0 -16vw 0;
	}
	.about-text h3 br {
		display: block;
	}
	.about-text h3 {
		font-size: 40px;
		line-height: 50px;
		letter-spacing: 1.2px;
		margin: 60px 0;
	}
	.about-text-sphere p {
		padding-left: 28px;
	}
	.about-text-sphere p:before {
		width: 10px;
		height: 10px;
		top: 13px;
	}
	#mission .section-head,
	.mission-text {
		display: none;
	}
	.mission-img {
		width: 100%;
	}
	#mission {
		padding-top: 60px;
	}
	#team {
		padding-top: 60px;
	}
	.team-block {
		margin-bottom: 40px;
	}
	.team-block-info {
		width: 100%;
		border-radius: 10px;
		padding: 60px 47px;
	}
	.team-block-info .team-logo {
		width: 195px;
		margin-bottom: 60px;
	}
	.team-block-info .text {
		font-size: 26px;
		line-height: 36px;
	}
	.team-block-img {
		position: relative;
		width: 100%;
		height: auto;
		box-shadow: none;
		left: 0;
		display: block;
		top: 0;
		background: none !important;
	}
	.team-block-img .img {
		width: 100%;
		height: auto;
		background: transparent;
		filter: none;
	}
	.team-block-img .img-figure {
		display: none;
	}
	.team-block-info .button .desc {
		display: none;
	}
	.team-block-info .button .mob {
		display: block;
	}
	.team-block-info .button {
		font-size: 26px;
		line-height: 36px;
		letter-spacing: 1.3px;
		padding: 18px 88px;
		display: block;
		width: max-content;
		margin: 0 auto;
	}
	.team {
		background: none;
	}
	.team-block-info {
		box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
	}
	.team-block-img .img > img {
		max-width: initial;
		max-height: initial;
		width: 60%;
	}
	.team-block.block-1 .img > img {
		position: relative;
		left: -5%;
	}
	.team-block.block-2 .img > img {
		margin-bottom: 70px;
	}
	.team-block.block-3 .img > img {
		margin-top: 60px;
	}
	.team-block.block-4 .img > img {
		position: relative;
		left: -2%;
	}
	.team-block.block-2 .team-block-img, .team-block.block-4 .team-block-img {
		right: 0;
	}
	.team-block-info .text br {
		display: none;
	}
	.team-block-info .text .table-br,
	.team-block-info .text .padding {
		display: block;
	}
	.partners-item {
		width: calc(50% - 25px);
	}
	.partners {
		gap: 50px;
		row-gap: 80px;
	}
	.partners-item-logo {
		height: 103px;
	}
	.partners-item-logo img {
		zoom: 1.15;
	}
	.partners-item-text {
		font-size: 26px;
		line-height: 36px;
		letter-spacing: 0.78px;
	}
	#partners .section-head {
		margin-bottom: 60px;
	}
	#partners {
		padding: 80px 0;
	}
	.team-modal p:not(.head),
	.team-modal li {
		font-size: 26px;
		line-height: 36px;
		letter-spacing: 0.78px;
		margin-bottom: 10px;
	}
	.team-modal .head {
		font-size: 32px;
		line-height: 38px;
		letter-spacing: 1px;
		margin-bottom: 16px;
	}
	.team-modal li {
		padding-left: 30px;
	}
	.team-modal li:before {
		width: 10px;
		height: 10px;
		top: 13px;
	}
}

@media (max-width: 1180px) {
	#history .section-head {
		margin-bottom: 80px;
	}
	#history .section-head br {
		display: block;
	}
	.history-slider {
		height: auto;
		padding: 50px 55px;
		background: #fff;
	}
	.history-slider .swiper-slide {
		position: relative;
	}
	.history-block {
		display: block;
	}
	.history-block-info {
		width: 100%;
	}
	.history-block-info br {
		display: none;
	}
	.history-years {
		display: none;
	}
	.history-block-info .year {
		margin-bottom: 60px;
	}
	.history-block-info .h3 {
		font-size: 40px;
		line-height: 50px;
		letter-spacing: 1.2px;
		margin-bottom: 60px;
	}
	.history-block-info ul li {
		font-size: 26px;
		line-height: 36px;
		padding-left: 28px;
	}
	.history-block-info p {
		font-size: 26px;
		line-height: 36px;
	}
	.history-block-info ul li:before {
		width: 10px;
		height: 10px;
		background: #FA5C59;
		top: 11px;
	}
	.history-slider-nav {
		display: flex;
		align-items: center;
		margin-top: 42px;
	}
	.history-slider-nav .prev,
	.history-slider-nav .next {
		border-radius: 9px;
		border: 2px solid #FA5C59;
		margin-right: 76px;
		width: 72px;
		height: 72px;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: .4s;
	}
	.history-slider-nav .prev svg path,
	.history-slider-nav .next svg path {
		transition: .4s;
	}
	.history-slider-nav .prev:hover,
	.history-slider-nav .next:hover {
		background: #FA5C59;
	}
	.history-slider-nav .prev:hover svg path,
	.history-slider-nav .next:hover svg path {
		fill: #fff;
	}
	.history-slider .swiper-slide {
		height: auto;
		opacity: 0 !important;
		pointer-events: none !important;
	}
	.history-slider .swiper-wrapper {
		display: flex;
	}
	.history-slider .swiper-slide-active {
		opacity: 1 !important;
		pointer-events: initial !important;
	}
	.history-slider-nav .pagination {
		width: max-content;
		margin-left: auto;
		color: #2E2E2E;
		font-size: 26px;
		font-weight: 400;
		line-height: 36px; 
	}
	#history {
		background: url("../img/about/history-bg-mobile.png") no-repeat top 80px right;
	}
}

@media (max-width: 1024px) {
	#about {
		padding-top: 130px;
	}
}

@media (max-width: 768px) {
	.wrapper {
		padding: 0 2.6vw;
	}
	.section-head {
		font-size: 7.8vw;
		line-height: 9.1vw;
		letter-spacing: 0.23vw;
		margin-bottom: 5.4vw;
	}
	.about-text p {
		font-size: 3.3vw;
		line-height: 4.6vw;
		margin-bottom: 2.6vw;
	}
	.about-img {
		display: none;
	}
	.about-img-mobile {
		display: block;
		width: 100%;
		margin: 1vw 0 -5vw 0;
		position: relative;
		left: -3vw;
	}
	.about-text h3 {
		margin: 0 0 7.8vw 0;
		font-size: 5.2vw;
		line-height: 6.5vw;
		letter-spacing: 0.15vw;
	}
	.about-text-sphere p {
		padding-left: 3.6vw;
	}
	.about-text-sphere p:before {
		width: 1.3vw;
		height: 1.3vw;
		top: 1.5vw;
	}
	#mission {
		padding-top: 0;
		margin-top: 7.8vw;
	}
	#team {
		padding-top: 0;
		margin-top: 7.8vw;
	}
	#team .section-head {
		margin-bottom: 7.8vw;
	}
	.team-block {
		margin-bottom: 5.2vw;
	}
	.team-block-info {
		padding: 7.8vw 2.6vw;
		border-radius: 1.5vw;
	}
	.team-block-info .team-logo {
		width: 25.3vw;
		margin-bottom: 7.8vw;
	}
	.team-block-info .text {
		font-size: 3.3vw;
		line-height: 4.6vw;
		letter-spacing: normal;
		margin-bottom: 0;
	}
	.team-block.block-1 .img > img {
		width: 67.8vw;
		margin: 7.8vw 0 0 0;
		left: -4vw;
	}
	.team-block-info .button {
		font-size: 3.3vw;
		line-height: 4.6vw;
		letter-spacing: 0.13vw;
		padding: 2.3vw 11.4vw;
		border-radius: 1vw;
	}
	.team-block-info .text .table-br {
		display: none;
	}
	.team-block-info .text .mob-br {
		display: block;
	}
	.team-block.block-2 .img > img {
		width: 89vw;
		margin: 17.3vw 0 9.1vw 0;
	}
	.team-block.block-3 .img > img {
		width: 82.5vw;
		margin: 0;
	}
	.team-block.block-4 .img > img {
		width: 77.8vw;
		left: -1vw;
		margin: 2vw 0 -4vw 0;
	}
	.team-modal .carousel__button {
		top: 3vw !important;
		right: 3vw !important;
		width: 4vw;
		height: 4vw;
	}
	.team-modal {
		border-radius: 1.5vw;
		border-radius: 1.5vw;
		padding: 10vw 5vw;
	}
	.team-modal .head {
		font-size: 4.1vw;
		line-height: 5.4vw;
		margin-bottom: 2vw;
	}
	.team-modal p:not(.head), .team-modal li {
		font-size: 3.3vw;
		line-height: 4.6vw;
		margin-bottom: 1.5vw;
	}
	.team-modal li {
		padding-left: 3.3vw;
	}
	.team-modal li:before {
		width: 1.4vw;
		height: 1.4vw;
		top: 1.6vw;
		left: 0;
	}
	#partners {
		padding: 7.8vw 0 10.4vw 0;
	}
	#partners .section-head {
		margin-bottom: 7.8vw;
	}
	.partners {
		gap: 0;
		row-gap: 7.8vw;
	}
	.partners-item {
		width: 100%;
	}
	.partners-item-logo {
		height: auto;
		margin-bottom: 5vw;
	}
	.partners-item-logo img {
		zoom: 1;
	}
	.partners-item:nth-child(1) .partners-item-logo img {
		width: 40.8vw;
	}
	.partners-item:nth-child(2) .partners-item-logo img {
		width: 50.9vw;
	}
	.partners-item:nth-child(3) .partners-item-logo img {
		width: 19.2vw;
	}
	.partners-item:nth-child(4) .partners-item-logo img {
		width: 28.7vw;
	}
	.partners-item:nth-child(5) .partners-item-logo img {
		width: 32.9vw;
	}
	.partners-item:nth-child(6) .partners-item-logo img {
		width: 47.1vw;
	}
	.partners-item:nth-child(7) .partners-item-logo img {
		width: 32.6vw;
	}
	.partners-item:nth-child(8) .partners-item-logo img {
		width: 40.3vw;
	}
	.partners-item:nth-child(9) .partners-item-logo img {
		width: 26.1vw;
	}
	.partners-item-text {
		font-size: 3.3vw;
		line-height: 4.6vw;
		letter-spacing: 0.10vw;
	}
	#about {
		padding-top: 12vw;
	}

	#history {
		padding-top: 23vw;
        background-size: 96vw;
        background-position: top 22vw right -3vw;
	}
	#history .section-head {
		margin-bottom: 7.8vw;
	}
	.history-slider {
		border-radius: 1.3vw;
		padding: 6.5vw 2.6vw;
	}
	.history-block-info .year {
		font-size: 8.3vw;
		line-height: 10vw;
		margin-bottom: 7.8vw;
		letter-spacing: 0.25vw;
	}
	.history-block-info .h3 {
		font-size: 5.2vw;
		line-height: 6.5vw;
		letter-spacing: 0.12vw;
		margin-bottom: 5.2vw;
	}
	.history-block-info ul li {
		font-size: 3.3vw;
		line-height: 4.6vw;
		padding-left: 3.6vw;
		margin-bottom: 1.5vw;
	}
	.history-block-info ul li:before {
		width: 1.3vw;
		height: 1.3vw;
		top: 1.65vw;
	}
	.history-block-info p {
		font-size: 3.3vw;
		line-height: 4.6vw;
		margin-bottom: 1.5vw;
	}

	.history-block-imgs {
		width: 87.7vw;
		height: 45.5vw;
		margin-top: 6.5vw;
		left: 0.6vw;
	}
	.history-block-imgs .fancy-img {
		border-radius: 0.8vw;
	}

	/* 2023 */

	.swiper-slide[data-year="2023"] .history-block-imgs .fancy-img:nth-child(1) {
		top: 0;
		left: 0;
		width: 55.9vw;
		height: 31.3vw;
	}
	.swiper-slide[data-year="2023"] .history-block-imgs .fancy-img:nth-child(2) {
		bottom: 0;
		left: 0;
		width: 20.05vw;
		height: 12.7vw;
	}
	.swiper-slide[data-year="2023"] .history-block-imgs .fancy-img:nth-child(3) {
		bottom: 0;
		left: 21.3vw;
		width: 16.6vw;
		height: 12.7vw;
	}
	.swiper-slide[data-year="2023"] .history-block-imgs .fancy-img:nth-child(4) {
		bottom: 0;
		left: 39.3vw;
		width: 16.6vw;
		height: 12.7vw;
	}
	.swiper-slide[data-year="2023"] .history-block-imgs .fancy-img:nth-child(5) {
		top: 0;
		right: 0;
		width: 30.2vw;
		height: 100%;
	}

	/* 2022 */

	.swiper-slide[data-year="2022"] .history-block-imgs .fancy-img:nth-child(1) {
		bottom: 0;
		left: 0;
		width: 23.4vw;
		height: 25.5vw;
	}
	.swiper-slide[data-year="2022"] .history-block-imgs .fancy-img:nth-child(2) {
		bottom: 0;
		left: 24.7vw;
		width: 27vw;
		height: 13.4vw;
	}
	.swiper-slide[data-year="2022"] .history-block-imgs .fancy-img:nth-child(3) {
		bottom: 0;
		right: 0;
		width: 34.6vw;
		height: 100%;
	}
	.swiper-slide[data-year="2022"] .history-block-imgs .fancy-img:nth-child(4) {
		top: 0;
		left: 0;
		width: 23.6vw;
		height: 18.75vw;
	}
	.swiper-slide[data-year="2022"] .history-block-imgs .fancy-img:nth-child(5) {
		top: 0;
		left: 24.7vw;
		width: 27vw;
		height: 30.85vw;
	}

	/* 2018 */

	.swiper-slide[data-year="2018"] .history-block-imgs .fancy-img:nth-child(1) {
		bottom: 0;
		left: 0;
		width: 48.3vw;
		height: 100%;
	}
	.swiper-slide[data-year="2018"] .history-block-imgs .fancy-img:nth-child(2) {
		top: 0;
		right: 0;
		width: 38.1vw;
		height: 21.6vw;
	}
	.swiper-slide[data-year="2018"] .history-block-imgs .fancy-img:nth-child(3) {
		bottom: 0;
		left: 49.6vw;
		width: 14.4vw;
		height: 22.5vw;
	}
	.swiper-slide[data-year="2018"] .history-block-imgs .fancy-img:nth-child(4) {
		bottom: 0;
		right: 0;
		width: 22.3vw;
		height: 22.5vw;
	}

	/* 2017 */

	.swiper-slide[data-year="2017"] .history-block-imgs .fancy-img:nth-child(1) {
		top: 0;
		left: 0;
		width: 46vw;
		height: 27.2vw;
	}
	.swiper-slide[data-year="2017"] .history-block-imgs .fancy-img:nth-child(2) {
		top: 0;
		left: 47.3vw;
		width: 22.5vw;
		height: 22.5vw;
	}
	.swiper-slide[data-year="2017"] .history-block-imgs .fancy-img:nth-child(3) {
		top: 0;
		right: 0;
		width: 16.5vw;
		height: 22.5vw;
	}
	.swiper-slide[data-year="2017"] .history-block-imgs .fancy-img:nth-child(4) {
		bottom: 0;
		left: 0;
		width: 46vw;
		height: 16.7vw;
	}
	.swiper-slide[data-year="2017"] .history-block-imgs .fancy-img:nth-child(5) {
		bottom: 0;
		right: 0;
		width: 40.3vw;
		height: 21.4vw;
	}

	/* 2016 */

	.swiper-slide[data-year="2016"] .history-block-imgs .fancy-img:nth-child(1) {
		top: 0;
		left: 0;
		width: 27.4vw;
		height: 15.7vw;
	}
	.swiper-slide[data-year="2016"] .history-block-imgs .fancy-img:nth-child(2) {
		top: 0;
		left: 28.7vw;
		width: 23.5vw;
		height: 15.7vw;
	}
	.swiper-slide[data-year="2016"] .history-block-imgs .fancy-img:nth-child(3) {
		top: 0;
		right: 0;
		width: 34.1vw;
		height: 23.8vw;
	}
	.swiper-slide[data-year="2016"] .history-block-imgs .fancy-img:nth-child(4) {
		top: 17vw;
		left: 0;
		width: 26.3vw;
		height: 13.1vw;
	}
	.swiper-slide[data-year="2016"] .history-block-imgs .fancy-img:nth-child(5) {
		bottom: 0;
		left: 0;
		width: 52.3vw;
		height: 13.9vw;
	}
	.swiper-slide[data-year="2016"] .history-block-imgs .fancy-img:nth-child(6) {
		bottom: 0;
		right: 0;
		width: 34.1vw;
		height: 20.3vw;
	}
	.swiper-slide[data-year="2016"] .history-block-imgs .fancy-img:nth-child(7) {
		top: 17vw;
		left: 27.6vw;
		width: 24.7vw;
		height: 13.1vw;
	}

	/* 2015 */

	.swiper-slide[data-year="2015"] .history-block-imgs .fancy-img:nth-child(1) {
		top: 0;
		left: 0;
		width: 36.5vw;
		height: 22.5vw;
	}
	.swiper-slide[data-year="2015"] .history-block-imgs .fancy-img:nth-child(2) {
		bottom: 0;
		left: 0;
		width: 36.5vw;
		height: 21.7vw;
	}
	.swiper-slide[data-year="2015"] .history-block-imgs .fancy-img:nth-child(3) {
		top: 0;
		left: 37.8vw;
		width: 24.4vw;
		height: 28.9vw;
	}
	.swiper-slide[data-year="2015"] .history-block-imgs .fancy-img:nth-child(4) {
		bottom: 0;
		left: 37.8vw;
		width: 24.4vw;
		height: 15.3vw;
	}
	.swiper-slide[data-year="2015"] .history-block-imgs .fancy-img:nth-child(5) {
		top: 0;
		right: 0;
		width: 24.3vw;
		height: 25.7vw;
	}
	.swiper-slide[data-year="2015"] .history-block-imgs .fancy-img:nth-child(6) {
		bottom: 0;
		right: 0;
		width: 24.3vw;
		height: 18.3vw;
	}

	/* 2014 */

	.swiper-slide[data-year="2014"] .history-block-imgs .fancy-img:nth-child(1) {
		top: 0;
		left: 0;
		width: 30.5vw;
		height: 23.9vw;
	}
	.swiper-slide[data-year="2014"] .history-block-imgs .fancy-img:nth-child(2) {
		top: 0;
		left: 31.9vw;
		width: 33.5vw;
		height: 23.9vw;
	}
	.swiper-slide[data-year="2014"] .history-block-imgs .fancy-img:nth-child(3) {
		top: 0;
		right: 0;
		width: 21.2vw;
		height: 23.9vw;
	}
	.swiper-slide[data-year="2014"] .history-block-imgs .fancy-img:nth-child(4) {
		bottom: 0;
		left: 0;
		width: 41.5vw;
		height: 20.1vw;
	}
	.swiper-slide[data-year="2014"] .history-block-imgs .fancy-img:nth-child(5) {
		bottom: 0;
		right: 0;
		width: 45.1vw;
		height: 20.1vw;
	}

	/* 2013 */

	.swiper-slide[data-year="2013"] .history-block-imgs .fancy-img:nth-child(1) {
		top: 0;
		left: 0;
		width: 24vw;
		height: 20.3vw;
	}
	.swiper-slide[data-year="2013"] .history-block-imgs .fancy-img:nth-child(2) {
		top: 0;
		left: 25.3vw;
		width: 27.7vw;
		height: 20.3vw;
	}
	.swiper-slide[data-year="2013"] .history-block-imgs .fancy-img:nth-child(3) {
		bottom: 0;
		left: 0;
		width: 26.3vw;
		height: 23.8vw;
	}
	.swiper-slide[data-year="2013"] .history-block-imgs .fancy-img:nth-child(4) {
		bottom: 0;
		left: 27.6vw;
		width: 25.3vw;
		height: 23.8vw;
	}
	.swiper-slide[data-year="2013"] .history-block-imgs .fancy-img:nth-child(5) {
		top: 0;
		right: 0;
		width: 33.3vw;
		height: 45.4vw;
	}

	/* 2012 */

	.swiper-slide[data-year="2012"] .history-block-imgs .fancy-img:nth-child(1) {
		top: 0;
		left: 0;
		width: 23.1vw;
		height: 20.3vw;
	}
	.swiper-slide[data-year="2012"] .history-block-imgs .fancy-img:nth-child(2) {
		top: 0;
		left: 24.4vw;
		width: 20.4vw;
		height: 20.3vw;
	}
	.swiper-slide[data-year="2012"] .history-block-imgs .fancy-img:nth-child(3) {
		top: 0;
		left: 46.2vw;
		width: 23vw;
		height: 20.3vw;
	}
	.swiper-slide[data-year="2012"] .history-block-imgs .fancy-img:nth-child(4) {
		top: 0;
		right: 0;
		width: 17.1vw;
		height: 20.1vw;
	}
	.swiper-slide[data-year="2012"] .history-block-imgs .fancy-img:nth-child(5) {
		bottom: 0;
		left: 0;
		width: 22.9vw;
		height: 23.9vw;
	}
	.swiper-slide[data-year="2012"] .history-block-imgs .fancy-img:nth-child(6) {
		bottom: 0;
		left: 24.2vw;
		width: 20.7vw;
		height: 23.9vw;
	}
	.swiper-slide[data-year="2012"] .history-block-imgs .fancy-img:nth-child(7) {
		bottom: 0;
		left: 46.2vw;
		width: 17.8vw;
		height: 23.9vw;
	}
	.swiper-slide[data-year="2012"] .history-block-imgs .fancy-img:nth-child(8) {
		bottom: 0;
		right: 0;
		width: 22.3vw;
		height: 23.9vw;
	}

	/* 2009 */

	.swiper-slide[data-year="2009"] .history-block-imgs .fancy-img:nth-child(1) {
		top: 0;
		left: 0;
		width: 27.8vw;
		height: 14.4vw;
	}
	.swiper-slide[data-year="2009"] .history-block-imgs .fancy-img:nth-child(2) {
		top: 0;
		left: 29.1vw;
		width: 31.9vw;
		height: 18vw;
	}
	.swiper-slide[data-year="2009"] .history-block-imgs .fancy-img:nth-child(3) {
		top: 0;
		right: 0;
		width: 25.3vw;
		height: 20.1vw;
	}
	.swiper-slide[data-year="2009"] .history-block-imgs .fancy-img:nth-child(4) {
		top: 15.7vw;
		left: 0;
		width: 27.8vw;
		height: 14.4vw;
	}
	.swiper-slide[data-year="2009"] .history-block-imgs .fancy-img:nth-child(5) {
		bottom: 0;
		left: 0;
		width: 27.8vw;
		height: 13.9vw;
	}
	.swiper-slide[data-year="2009"] .history-block-imgs .fancy-img:nth-child(6) {
		bottom: 0;
		left: 29.1vw;
		width: 31.9vw;
		height: 26vw;
	}
	.swiper-slide[data-year="2009"] .history-block-imgs .fancy-img:nth-child(7) {
		bottom: 0;
		right: 0;
		width: 25.3vw;
		height: 23.9vw;
	}

	/* 2008 */

	.swiper-slide[data-year="2008"] .history-block-imgs .fancy-img:nth-child(1) {
		top: 0;
		left: 0;
		width: 39.4vw;
		height: 100%;
	}
	.swiper-slide[data-year="2008"] .history-block-imgs .fancy-img:nth-child(2) {
		top: 0;
		right: 0;
		width: 47vw;
		height: 100%;
	}

	/* 2006 */

	.swiper-slide[data-year="2006"] .history-block-imgs .fancy-img:nth-child(1) {
		top: 0;
		left: 21.3vw;
		width: 38.6vw;
		height: 45.4vw;
	}

	/* 2005 */

	.swiper-slide[data-year="2005"] .history-block-imgs .fancy-img:nth-child(1) {
		top: 0;
		left: 21.3vw;
		width: 38.6vw;
		height: 45.4vw;
	}

	/* 2003 */

	.swiper-slide[data-year="2003"] .history-block-imgs .fancy-img:nth-child(1) {
		top: 0;
		left: 0px;
		width: 31.3vw;
		height: 100%;
	}
	.swiper-slide[data-year="2003"] .history-block-imgs .fancy-img:nth-child(2) {
		top: 0;
		left: 32.6vw;
		width: 32.1vw;
		height: 100%;
	}
	.swiper-slide[data-year="2003"] .history-block-imgs .fancy-img:nth-child(3) {
		top: 0;
		right: 0;
		width: 21.4vw;
		height: 26.4vw;
	}
	.swiper-slide[data-year="2003"] .history-block-imgs .fancy-img:nth-child(4) {
		bottom: 0;
		right: 0;
		width: 21.4vw;
		height: 17.7vw;
	}
	.swiper-slide[data-year="2003"] .history-block-imgs .fancy-img:nth-child(5) {
		bottom: 1.3vw;
		left: 21.3vw;
		width: 21.8vw;
		height: 30.8vw;
	}

	/* 2002 */

	.swiper-slide[data-year="2002"] .history-block-imgs .fancy-img:nth-child(1) {
		top: 2.6vw;
		left: 0px;
		width: 25vw;
		height: 34.7vw;
	}
	.swiper-slide[data-year="2002"] .history-block-imgs .fancy-img:nth-child(2) {
		top: 2.6vw;
		left: 21vw;
		width: 25vw;
		height: 34.7vw;
	}
	.swiper-slide[data-year="2002"] .history-block-imgs .fancy-img:nth-child(3) {
		top: 2.6vw;
		left: 41.6vw;
		width: 25vw;
		height: 34.7vw;
	}
	.swiper-slide[data-year="2002"] .history-block-imgs .fancy-img:nth-child(4) {
		top: 2.6vw;
		left: 61.9vw;
		width: 25vw;
		height: 34.7vw;
	}

	/* 2000 */

	.swiper-slide[data-year="2000"] .history-block-imgs .fancy-img:nth-child(1) {
		top: 0;
		left: 0px;
		width: 13.8vw;
		height: 19.9vw;
	}
	.swiper-slide[data-year="2000"] .history-block-imgs .fancy-img:nth-child(2) {
		top: 0;
		left: 15.1vw;
		width: 17.3vw;
		height: 20.05vw;
	}
	.swiper-slide[data-year="2000"] .history-block-imgs .fancy-img:nth-child(3) {
		top: 0;
		right: 0;
		width: 54vw;
		height: 45.1vw;
	}
	.swiper-slide[data-year="2000"] .history-block-imgs .fancy-img:nth-child(4) {
		bottom: 0;
		left: 0px;
		width: 32.4vw;
		height: 23.9vw;
	}

	/* 1998 */

	.swiper-slide[data-year="1998"] .history-block-imgs .fancy-img:nth-child(1) {
		bottom: 0;
		left: 0px;
		width: 29.9vw;
		height: 40.5vw;
	}
	.swiper-slide[data-year="1998"] .history-block-imgs .fancy-img:nth-child(2) {
		bottom: 0;
		left: 31.25vw;
		width: 27.7vw;
		height: 40.5vw;
	}
	.swiper-slide[data-year="1998"] .history-block-imgs .fancy-img:nth-child(3) {
		top: 0;
		right: 0;
		width: 27.6vw;
		height: 22.2vw;
	}
	.swiper-slide[data-year="1998"] .history-block-imgs .fancy-img:nth-child(4) {
		bottom: 0;
		right: 0;
		width: 27.6vw;
		height: 21.8vw;
	}

	/* 1997 */

	.swiper-slide[data-year="1997"] .history-block-imgs .fancy-img:nth-child(1) {
		top: 2.6vw;
		left: 0px;
		width: 25vw;
		height: 34.7vw;
	}
	.swiper-slide[data-year="1997"] .history-block-imgs .fancy-img:nth-child(2) {
		top: 2.6vw;
		left: 21vw;
		width: 25vw;
		height: 34.7vw;
	}
	.swiper-slide[data-year="1997"] .history-block-imgs .fancy-img:nth-child(3) {
		top: 2.6vw;
		left: 41.6vw;
		width: 25vw;
		height: 34.7vw;
	}
	.swiper-slide[data-year="1997"] .history-block-imgs .fancy-img:nth-child(4) {
		top: 2.6vw;
		left: 61.9vw;
		width: 25vw;
		height: 34.7vw;
	}
	.swiper-slide[data-year="1997"] .history-block-imgs img:nth-child(5) {
		position: absolute;
		left: 29.5vw;
		bottom: 3.9vw;
	}

	/* 1995 */

	.swiper-slide[data-year="1995"] .history-block-imgs img {
		width: 75.8vw;
		margin: 0 auto;
		display: block;
	}

	/* 1994 */

	.swiper-slide[data-year="1994"] .history-block-imgs img {
		width: 52.4vw;
	}

	.history-slider-nav {
		margin-top: 5.4vw;
	}
	.history-slider-nav .prev, 
	.history-slider-nav .next {
		border-radius: 1vw;
		border: 0.26vw solid #FA5C59;
		margin-right: 9.8vw;
		width: 9.3vw;
		height: 9.3vw;
	}
	.history-slider-nav .prev svg, 
	.history-slider-nav .next svg {
		width: 5vw;
	}
	.history-slider-nav .pagination {
		font-size: 3.3vw;
		line-height: 4.6vw;
	}
}