html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;padding:0;/*white-space:nowrap;*/display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}


* {
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

a {
	cursor: pointer;
	text-decoration: none;
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

p {
	margin: 0;
}

@font-face {
    font-family: 'CeraPro';
    src: url('https://presspass.ru/local/templates/pp/fonts/cerapro.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CeraProMedium';
    src: url('https://presspass.ru/local/templates/pp/fonts/cerapro-medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CeraProBold';
    src: url('https://presspass.ru/local/templates/pp/fonts/cerapro-bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
	font-family: 'CeraPro', 'Arial', sans-serif;
	font-size: 18px;
	color: #000;
	min-height: 100vh;
    display: flex;
    flex-direction: column;
	background: #212121;
}

.wrap {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
    margin: 0 auto;
	display: flex;
}

.older {
	font-family: 'CeraProBold';
    font-size: 26px;
    letter-spacing: 0.02em;
	display: block;
	margin: 40px auto;
}

header {
	position: fixed;
	width: 100%;
	background: #212121;
	z-index: 1000;
}

.head_fix {
	width: 100%;
	height: 90px;
}

header .wrap {
	height: 90px;
	justify-content: space-between;
	align-items: center;
}

header .right {
	width: 620px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header nav a {
	font-size: 18px;
	color: #fff;
}

header nav a.active, header nav a:hover {
	color: #CAEB00;
}

.atoms_cats .title {
    font-size: 34px;
    color: #fff;
    margin-bottom: 60px;
}

.socials {
	/* width: 90px; */
	display: flex;
	/* justify-content: space-between; */
}

.socials a {
	width: 36px;
	height: 36px;
	display:flex;
}

/* .socials-header {
	justify-content: end;
} */

.socials-footer{
	gap: 14px;
    justify-content: normal;
	margin-top: 10px;
}

.icon-vk-header{
    width: 20px;
	height: 20px;
    background-image: url(/local/templates/pp/img/vk.svg);
    background-repeat: no-repeat;
    background-size: contain;
	margin:auto 0;
}

.icon-vk-header:hover{
    background-image: url(/local/templates/pp/img/vk-hover.svg);
}

.icon-presspass-footer{
    width: 100%;
	height: 100%;
    background-image: url(/local/templates/pp/img/vk-presspass.svg);
    background-repeat: no-repeat;
}

.icon-presspass-footer:hover{
    background-image: url(/local/templates/pp/img/vk-presspass-hover.svg);
}

.icon-book-footer{
    width: 100%;
	height: 100%;
    background-image: url(/local/templates/pp/img/vk-book.svg);
    background-repeat: no-repeat;
}

.icon-book-footer:hover{
    background-image: url(/local/templates/pp/img/vk-book-hover.svg);
}

.hidden {
	display: none;
}

header .store {
	width: 118px;
	height: 36px;
	background: #CAEB00;
	border-radius: 15px;
	text-align: center;
	line-height: 36px;
	font-family: 'CeraProMedium';
	color: #000;
}

header nav {
	display: flex;
	justify-content: space-between;
	width: 338px;
}

header .logo {
	margin-top: 7px;
}

.main_slider {
	width: 100%;
	height: 50vh;
	min-height: 470px;
}

.main_slider a {
	width: 100%;
	height: 50vh;
	min-height: 470px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
}

.main_slider .shadow {
	background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
}

.main_slider a .wrap {
	height: 50vh;
	min-height: 470px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 18px;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  background-color: transparent;
  border: 0;
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
  padding: 0;
}
.glide__arrow:focus {
	outline: none;
}
.glide__arrow:hover {
	border-color: white;
}
.glide__arrow--left {
	left: 20px;
}
.glide__arrow--right {
	right: 20px;
}
.glide__arrow--disabled {
	opacity: 0.33;
}

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%); }

.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em; }
  .glide__bullet:focus {
    outline: none; }
  .glide__bullet:hover, .glide__bullet:focus {
    border: 2px solid white;
    background-color: rgba(255, 255, 255, 0.5); }
  .glide__bullet--active {
    background-color: white; }

.glide--swipeable {
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

.glide--dragging {
	cursor: grabbing;
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

.tag {
	font-family: 'CeraProMedium';
	font-size: 16px;
	letter-spacing: 0.03em;
	color: #fff;
}

.main_slider .tag {
	margin-bottom: 22px;
	font-size: 72px;
    line-height: 68px;
    max-width: 640px;
    text-shadow: 1px 1px 1px #000;
}

.main_slider .name {
	font-family: 'CeraProBold';
	font-size: 32px;
	letter-spacing: 0.02em;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

.glide__arrow:hover img {
	opacity: 0.5;
}

.dark_bg {
	background: #212121;
	padding: 50px 0;
}

.light_bg {
	background: #fff;
	padding: 50px 0;
}

.dark_bg .tag {
	color: #CAEB00;
}

.light_bg .tag {
	color: #454545;
}

.dark_bg span {
	color: #fff;
}

.light_bg span {
	color: #000;
}

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

.projects_tiles a {
	display: flex;
	flex-direction: column;
	width: 48%;
	max-width: 546px;
	margin-bottom: 50px;
	overflow: hidden;
}

.projects_tiles a .img {
	width: 100%;
	height: 342px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
	margin-bottom: 25px;
}
.projects_tiles a .img:hover {
	transform: scale(1.1);
	transition: all .2s cubic-bezier(0.7, 0, 1, 1);
}

.projects_tiles a .name {
	font-family: 'CeraProBold';
	font-size: 22px;
	line-height: 27px;
	letter-spacing: 0.02em;
}

.projects_tiles a .subtitle {
	font-family: 'CeraProMedium';
	font-size: 17px;
	line-height: 21px;
}

.index_guides {
	height: 357px;
	background: #F0811D;
	padding: 50px 0;
	overflow: hidden;
}

.index_guides .wrap {
	height: 257px;
	position: relative;
}

.index_guides .sun {
	height: 132px;
	position: absolute;
	right: 42px;
	bottom: 0;
}

.guides_slider {
	width: 577px;
	margin: 0 45px;
}

.guides_slider .glide__slide img {
	width: 100%;
}

.guides_slider .glide__arrow img {
	width: 25px;
}

.guides_slider .glide__arrow--left {
    left: -45px;
}

.guides_slider .glide__arrow--right {
    right: -45px;
}

.guides_desc {
	max-width: 360px;
	margin-left: 65px;
	display: flex;
	flex-direction: column;
	color: #fff;
}

.guides_desc span {
	font-family: 'CeraProBold';
	font-size: 38px;
	line-height: 48px;
}

.guides_desc p {
	font-family: 'CeraProMedium';
	font-size: 30px;
	line-height: 38px;
}

.guides_desc a, .track a {
	width: 106px;
	height: 33px;
	line-height: 27px;
	border: 2px solid #fff;
	border-radius: 13px;
	margin-top: 32px;
	color: #fff;
	font-family: 'CeraProBold';
	font-size: 15px;
	text-align: center;
}
.guides_desc a:hover, .track a:hover {
	background: #fff;
	color: #F0811D;
}

.index_future {
	width: 100%;
	height: 408px;
	background: #333;
}

.index_future .bg1 {
	width: 100%;
	height: 408px;
	background: url('../img/future_1.png') no-repeat top left;
	background-size: contain;
}

.index_future .bg2 {
	width: 100%;
	height: 408px;
	background: url('../img/future_2.png') no-repeat bottom right;
	background-size: 128px;
	padding-left: 50%;
    display: flex;
    flex-direction: column;
}

.index_future .bg2 span {
	font-family: 'CeraProBold';
	font-size: 38px;
	line-height: 48px;
	color: #fff;
	margin: 42px 0 24px 0;
}

.index_future .bg2 p {
	font-family: 'CeraProMedium';
	font-size: 26px;
	line-height: 33px;
	color: #fff;
	max-width: 520px;
	padding-right: 20px;
}

.index_future .bg2 a {
	width: 106px;
	height: 33px;
	line-height: 27px;
	border: 2px solid #CAEB00;
	border-radius: 13px;
	margin-top: 24px;
	color: #fff;
	font-family: 'CeraProBold';
	font-size: 15px;
	text-align: center;
}
.index_future .bg2 a:hover {
	background: #CAEB00;
}

.more_projects_btn {
	width: 170px;
	height: 33px;
	border: 2px solid #CAEB00;
	border-radius: 13px;
	line-height: 27px;
	font-family: 'CeraProMedium';
	font-size: 15px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #CAEB00;
	margin: 40px auto 14px auto;
}

.more_projects_btn:hover {
	background: #CAEB00;
	color: #fff;
}

footer {
	padding: 50px 0;
	background: #000;
	color: #fff;
	margin: auto 0 0 0;
}

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

footer .col {
	display: flex;
	flex-direction: column;
}

footer .col1 {
	width: 220px;
}

footer .col2 {
	/* width: 220px; */
	width: 235px;
}

footer .col3 {
	width: 520px;
}

footer .col1 img {
	width: 152px;
	margin-bottom: 16px;
}

footer .col1 span {
	font-family: 'CeraProMedium';
	font-size: 12px;
	color: #E4E4E4;
	margin-bottom: 9px;
}

footer .col1 p {
	font-family: 'CeraProMedium';
	font-size: 14px;
	line-height: 18px;
	color: #E4E4E4;
}

footer .col2 a {
	font-family: 'CeraProMedium';
	font-size: 16px;
	color: #E4E4E4;
	margin-bottom: 5px;
}

footer .col2 .footer-social-wa, .header-social-wa {
	font-family: 'CeraProMedium';
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin-top: 15px;
	display: flex;
	align-items: center;
	margin-bottom: 6px;
}

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

footer .col2 .footer-social-wa:hover {
	opacity: 0.64;
}

.header-social-wa {
	font-size: 18px;
	line-height: 26px;
}

 .header-social-wa img {
	 margin-left: 8px;
 }

footer .col3 p {
	font-family: 'CeraProMedium';
	font-size: 12px;
	line-height: 15px;
	color: #6B6B6B;
}

footer .col3 nav {
	display: flex;
	justify-content: space-between;
	margin-bottom: 26px;
}

footer .col3 nav a {
	font-family: 'CeraProMedium';
	font-size: 16px;
	color: #E4E4E4;
}
footer .col3 nav a:hover {
	color: #CAEB00;
}

.index_cats {
	height: 343px;
	background: #2C2C2C;
	padding-top: 32px;
}

.index_cats .title {
	font-size: 34px;
	color: #fff;
	margin-bottom: 60px;
}

.contacts {
	display: flex;
}

.contacts .title, .tracks_page .title {
	font-family: 'CeraProBold';
	font-size: 44px;
	line-height: 22px;
	color: #fff;
	margin-bottom: 72px;
}

.contacts .links {
	font-family: 'CeraProMedium';
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 70px;
}

.contacts .links a {
	font-size: 22px;
	line-height: 30px;
	color: #fff;
}
.contacts .links a:hover {
	text-decoration: underline;
}

.contacts .address {
	font-family: 'CeraProMedium';
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 50px;
}

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

.index_cats .wrap {
	display: flex;
	flex-direction: column;
}

.index_cats .glide__arrow--left {
	left: -75px;
}

.index_cats .glide__arrow--right {
	right: -75px;
}

.cats_slider {
	width: calc(100% - 150px);
	margin: 0 auto;
}

.cats_slider .name {
	font-family: 'CeraProMedium';
	font-size: 26px;
	line-height: 36px;
	letter-spacing: 0.01em;
	color: #fff;
	max-width: 200px;
	margin-bottom: 32px;
}

.cats_slider .name img {
	margin-left: 20px;
}

.cats_slider .subtitle {
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	max-width: 260px;
}

.index_cats .glide__slide {
	display: flex;
	flex-direction: column;
}

.index_eco {
	padding: 60px 0;
	background: #CAEB00;
}

.index_eco .bg {
	width: 100%;
	display: flex;
	flex-direction: column;
	background: url('../img/eco.svg') no-repeat top right;
	background-size: 430px;
}

.index_eco .eco_desc {
	max-width: calc(100% - 430px);
}

.index_eco .eco_desc span {
	font-family: 'CeraProBold';
	font-size: 38px;
	line-height: 48px;
	color: #000;
}

.index_eco .eco_desc p {
	font-size: 30px;
	line-height: 38px;
	color: #000;
}

.index_eco .eco_desc a {
	width: 106px;
	height: 33px;
	line-height: 27px;
	border: 2px solid #000;
	border-radius: 13px;
	margin-top: 32px;
	color: #000;
	font-family: 'CeraProBold';
	font-size: 15px;
	text-align: center;
}
.index_eco .eco_desc a:hover {
	background: #000;
	color: #fff;
}

.eco_slider {
	width: calc(100% - 93px);
	margin-top: 64px;
}

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

.eco_slider .glide__slide {
	display: flex;
	flex-direction: column;
}

.eco_slider .img {
	width: 100%;
	height: 154px;
	margin-bottom: 15px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
}

.eco_slider .tag {
	color: #000;
	margin-bottom: 7px;
}

.eco_slider .name {
	font-family: 'CeraProBold';
	font-size: 22px;
	line-height: 23px;
	color: #000;
}

.eco_slider .subtitle {
	font-size: 18px;
	line-height: 23px;
	color: #000;
}

.eco_slider .glide__arrow--right {
    right: -93px;
}

.mobile {
	display: none;
}

.submenu {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto 32px auto;
}

.submenu a {
	font-size: 16px;
	color: #fff;
	margin: 0 30px;
}

.submenu a:hover, .submenu .active {
	color: #CAEB00;
}

.tags {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
    flex-wrap: wrap;
	margin: 0 auto 32px auto;
}

.tags a {
	height: 28px;
	line-height: 25px;
	border: 1px solid #454545;
	border-radius: 13px;
	font-family: 'CeraProMedium';
	font-size: 14px;
	letter-spacing: -0.03em;
	color: #fff;
	padding: 0 12px;
	margin: 12px 6px 0 6px;
}

.tags a:hover, .tags .active {
	border: 1px solid #CAEB00;
	color: #CAEB00;
}

.regions {
	width: 100%;
	max-width: 932px;
	margin: 0 auto 80px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.regions .col {
	display: flex;
	flex-direction: column;
}

.regions a {
	font-size: 16px;
	color: #fff;
	margin-bottom: 7px;
}

.regions a:hover, .regions .active, .regions a span {
	color: #CAEB00;
}

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

.clients .cat {
	font-family: 'CeraProBold';
	font-size: 22px;
	letter-spacing: 0.02em;
	color: #fff;
	margin-bottom: 42px;
}

.clients .cat img {
	margin-left: 7px;
}

.clients .items {
	display: flex;
	justify-content: space-between;
	margin-bottom: 42px;
}

.clients .items .col {
	display: flex;
	flex-direction: column;
	width: 48%;
}

.clients .items span {
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	margin-bottom: 6px;
}

.about_video {
	object-fit: cover;
    display: block;
    width: 100%;
    height: 50vh;
    min-height: 430px;
}

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

.about_text {
	width: 100%;
	max-width: 976px;
	margin: 36px auto 72px auto;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
}

.about .title {
	font-family: 'CeraProMedium';
	font-size: 30px;
	text-align: center;
	color: #fff;
	margin-bottom: 60px;
}

.team {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.team .item {
	display: flex;
	flex-direction: column;
	margin: 0px 23px 48px 23px;
	width: 186px;
}

.map {
	width: 50%;
	margin-right: 90px;
	height: 500px;
	filter: grayscale(100%);
}

.team .item .photo {
	width: 186px;
	height: 186px;
	margin-bottom: 32px;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
}

.team .item .name {
	font-family: 'CeraProMedium';
	font-size: 17px;
	color: #fff;
}

.team .item .position {
	font-family: 'CeraProMedium';
	font-size: 12px;
	color: #fff;
}

.reviews_small_slider {
	width: 100%;
	max-width: 940px;
	margin: 60px auto 0 auto;
}

.reviews_small_slider .glide__slide {
	width: 91px;
	cursor: pointer;
}

.reviews_small_slider .glide__arrow--left {
    left: -105px;
}

.reviews_small_slider .glide__arrow--right {
    right: -105px;
}

.review-viewer {
	width: 100%;
	display: flex;
}

.reviews_slider {
	width: calc(50% - 180px);
	max-width: 338px;
	margin: 0 90px;
	position: relative;
}

.review_text {
	margin-left: 117px;
	width: 50%;
	max-width: 420px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	overflow: hidden;
}

.double_video {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.double_video iframe {
	width: 48% !important;
	height: 300px !important;
}

.reviews_slider img {
	cursor: pointer;
}

.reviews_slider .zoom {
	position: absolute;
	right: 14px;
	bottom: 14px;
	cursor: pointer;
	width: 25px;
	z-index: 2;
}

.reviews_slider .glide__arrow {
	width: 25px;
}

.reviews_slider .glide__arrow--left {
    left: -50px;
}

.reviews_slider .glide__arrow--right {
    right: -50px;
}

.review_text .logo {
	align-self: flex-start;
	margin-bottom: 20px;
	max-width: 160px;
	max-height: 120px;
}

.review_text p {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 24px;
}

.review_text .name {
	font-family: 'CeraProBold';
	font-size: 16px;
	color: #CAEB00;
}

.review_text .position {
	font-family: 'CeraProMedium';
	font-size: 16px;
	color: #fff;
}

.project {
	background: #212121;
}

.project .wrap {
	display: flex;
	flex-direction: column;
}

.project_widephoto {
	height: 50vh;
    min-height: 470px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

.project_top {
	display: flex;
	justify-content: space-between;
	margin: 70px 0 50px 0;
}

.project_col {
	display: flex;
	flex-direction: column;
	width: 48%;
	max-width: 520px;
}

.project_details .project_col {
	max-width: 546px;
}

.project_smallphoto {
    height: 343px;
    margin-top: 50px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

.project_col .tag {
	font-family: 'CeraProMedium';
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #6B6B6B;
}

.project_col h1 {
	font-family: 'CeraProBold';
	font-size: 44px;
	line-height: 51px;
	color: #fff;
	margin: 14px 0 24px 0;
}

.project .subtitle {
	font-family: 'CeraProMedium';
	font-size: 30px;
	line-height: 38px;
	color: #fff;
}

.project .short_desc {
	font-family: 'CeraProMedium';
	font-size: 22px;
	line-height: 30px;
	color: #fff;
}

.project .fulltext {
	font-size: 20px;
	line-height: 26px;
	color: #fff;
}

.project .fulltext p {
	margin-bottom: 24px;
}

.project .fulltext p a {
	color: #fff;
	text-decoration: underline;
}
.project .fulltext p a:hover {
	text-decoration: none;
}

.project .greenlink {
	font-family: 'CeraProMedium';
	font-size: 18px;
	letter-spacing: 0.05em;
	color: #CAEB00;
	margin-top: 14px;
}

.project .dop_text {
	padding: 32px 0;
	display: flex;
	flex-direction: column;
}

.project .dop_text .text {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
}

.project .dop_text .text b {
	font-family: 'CeraProBold';
}

.project .dop_text .greenlink {
	margin-top: 16px;
}

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

.project_photo {
	width: 48%;
	height: 343px;
	margin-bottom: 65px;
	cursor: pointer;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	position: relative;
}

.project_photo.wide {
	width: 100%;
	height: 650px;
}

.project_photo .plus, .project_slider .glide__slide .plus {
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 34px;
	cursor: pointer;
}

.project_photo .close, .project_slider .glide__slide .close {
	display: none;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 34px;
}

.special_desc {
	margin-top: 20px;
}

.project .badges {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
}

.project .badge {
	background: #454545;
	border-radius: 13px;
	display: flex;
	margin: 0 28px 20px 0;
}

.project .badge_icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 26px;
	height: 26px;
	border-radius: 26px;
	background: #E4E4E4;
	flex: none;
}

.project .badge_icon img {
	width: 14px;
	height: 14px;
}

.project .badge span {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	padding: 0 14px;
}

.project .badges a span {
	text-decoration: underline;
}
.project .badges a:hover span {
	text-decoration: none;
}

.project_slider {
	height: 343px;
	margin-bottom: 64px;
}

.project_slider .glide__slide {
	height: 343px;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	position: relative;
}

.project_slider .glide__arrow img {
	width: 34px;
}

.glide__arrow--left {
    left: 15px;
}

.glide__arrow--right {
    right: 15px;
}

.project_quote {
	display: flex;
	align-items: center;
	margin-bottom: 4px;
}

.project_quote img {
	width: 102px;
	height: 102px;
	border-radius: 102px;
	margin-right: 24px;
}

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

.project_quote_author span {
	font-family: 'CeraProBold';
	font-size: 24px;
	line-height: 30px;
	color: #fff;
}

.project_quote_author p {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
}

.fullscreened {
	position: fixed !important;
	top: 0;
	left: 0;
    width: 100% !important;
    height: 100vh !important;
    z-index: 99999;
}

.fullscreened .plus {
	display: none;
}

.fullscreened .close {
	display: block;
}

.track {
	width: 100%;
	height: 204px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}

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

.track span {
	font-weight: 700;
	font-size: 46px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #fff;
	max-width: 430px;
}

.track p {
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	max-width: 430px;
}

.track a {
	margin-top: 10px;
}

.guides_track {
	background: url('/upload/guides_bg.png') no-repeat center center;
	background-size: contain;
}

.eco_track {
	background: url('/upload/eco_bg.png') no-repeat center center;
	background-size: contain;
}

.future_track {
	background: url('/upload/future_bg.png') no-repeat center center;
	background-size: contain;
}

.eco_track span {
	color: #231F20;
	max-width: 880px;
}

.eco_track p {
	color: #231F20;
	max-width: 440px;
}

.eco_track a {
	color: #231F20;
	border: 2px solid #231F20;
}
.eco_track a:hover {
	background: #231F20;
	color: #CAEB00;
	border: 2px solid #231F20;
}

.future_track p {
	max-width: 620px;
}
.future_track a:hover {
	color: #1D3969;
}

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

.track_bg {
	width: 100%;
	height: 300px;
	margin-bottom: 50px;
	display: flex;
	flex-direction: column;
}

.track_bg span {
	font-size: 24px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #fff;
	margin: 50px 0 24px 66px;
}

.track_bg h1 {
	font-weight: 700;
	font-size: 44px;
	line-height: 51px;
	color: #fff;
	max-width: 400px;
	margin: 0 0 0 66px;
}

.eco_page .track_bg span, .eco_page .track_bg h1 {
	color: #231F20;
}

.track_page .subtitle {
	font-size: 30px;
	line-height: 38px;
	color: #fff;
	margin-bottom: 16px;
}

.track_page .text {
	font-size: 22px;
	line-height: 30px;
	color: #fff;
}

.track_page .text p {
	margin-bottom: 32px;
}

.track_page .photos {
	margin: 36px auto;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.track_page .photo {
	width: 32%;
	height: 400px;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
}

.guides_page .photo {
	width: 23%;
}

.digital_main {
	width: 100%;
	height: 410px;
	background: #F7F7F7;
	display: flex;
	align-items: center;
	justify-content: center;
}

.digital_main img {
	max-width: 100%;
	max-height: 360px;
}

.digital_wrap {
	width: 100%;
	max-width: 840px;
	margin-left: 90px;
	display: flex;
	flex-direction: column;
	position: relative;
}

.digital_wrap .tag {
	margin: 45px 0 5px 0;
	font-family: 'CeraProMedium';
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #CAEB00;
}

.digital_wrap h1 {
	font-family: 'CeraProBold';
	font-size: 44px;
	line-height: 51px;
	color: #fff;
	margin: 0 0 5px 0;
}

.digital_wrap .subtitle {
	margin-bottom: 16px;
}

.digital_text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-size: 17px;
	line-height: 22px;
	color: #fff;
}

.digital_text iframe {
	width: 100%;
    height: 480px;
    margin-bottom: 20px;
}

.digital_text video {
	width: 100%;
    margin-bottom: 20px;
}

.digital_text p {
	font-size: 17px;
	line-height: 22px;
	color: #fff;
	margin-bottom: 24px;
}

.digital_text span {
	font-family: 'CeraProMedium';
	font-size: 30px;
	line-height: 38px;
	color: #fff;
	margin-bottom: 24px;
}

.digital_text a {
	font-family: 'CeraProMedium';
	font-size: 17px;
	line-height: 22px;
	text-decoration: underline;
	color: #fff;
}
.digital_text a:hover {
	text-decoration: none;
}

.digital_text img {
    width: 100%;
	margin-bottom: 42px;
}

.digital_wrap .biglink {
	display: block;
	position: absolute;
	right: -250px;
	top: 0;
	width: 250px;
	padding: 16px 32px;
	overflow: hidden;
	background: #454545;
	display: flex;
	flex-direction: column;
	z-index: 10;
}

.digital_wrap .biglink a {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}

.digital_wrap .biglink .icon {
	margin-right: 8px;
	width: 14px;
	text-align: center;
}

.digital_wrap .biglink a span {
	font-size: 14px;
	text-decoration: underline;
	color: #fff;
}
.digital_wrap .biglink a:hover span {
	text-decoration: none;
}

.contacts_tile {
	background: #CAEB00;
}

.contacts_tile .wrap {
	padding: 24px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.contacts_tile span {
	font-family: 'CeraProMedium';
	font-size: 30px;
	letter-spacing: 0.03em;
	margin-bottom: 20px;
	text-align: center;
}

.contacts_tile a {
	width: 160px;
	height: 48px;
	line-height: 42px;
    font-family: 'CeraProBold';
	font-size: 20px;
	text-align: center;
	color: #000;
	border: 2px solid #000;
	border-radius: 13px;
}
.contacts_tile a:hover {
	background: #000;
	color: #CAEB00;
}

.write-us {
	background: #CAEB00;
	padding: 64px 0;
}

.write-us .wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.write-us__title {
	display: block;
	font-family: 'CeraProBold';
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 48px;
	letter-spacing: -1.5px;
	color: rgba(0, 0, 0, 0.87);
	text-align: center;
	margin-bottom: 24px;
}

.write-us__container {
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.write-us__link {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'CeraProMedium';
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #000;
	border: 2px solid #000;
	border-radius: 15px;
	padding: 12px 32px;
	margin-right: 9px;
	min-width: 180px;
	min-height: 48px;
}

.write-us__link:last-child {
	margin-right: 0;
}

.write-us__link svg {
	margin-right: 8px;
}

.write-us__link:hover {
	background: #000;
	color: #CAEB00;
}

.write-us__link:hover path {
	fill: #CAEB00;
	fill-opacity: 1;
}

.quote {
	max-width: 700px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.quote p {
	font-style: italic;
	font-size: 18px;
	line-height: 25px;
	color: #fff;
}

.quote_author {
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}

.quote_author img {
	width: 105px;
	height: 105px;
	border-radius: 105px;
	margin-right: 28px;
	margin-bottom: 0;
}

.quote_author span {
	font-family: 'CeraProMedium';
	font-size: 10px;
	line-height: 14px;
	color: #fff;
	margin-bottom: 0;
}

.popup_bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 200;
	background: #343A40;
	opacity: 0.7;
}

.popup_bg.active {
	display: block !important;
}

.popup_wrap.active {
	display: flex !important;
}

.popup_wrap {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100vh;
	z-index: 2000;
	justify-content: center;
	align-items: center;
}

.popup {
	width: 100%;
	max-width: 642px;
	height: 534px;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: flex-end;
	position: relative;
}

.popup span {
	font-size: 40px;
	text-align: center;
	margin: 0 auto 20px auto;
}

.popup p {
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	max-width: 440px;
}

.popup img {
	width: 75%;
	margin: 50px auto 0 auto;
}

.popup .close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	width: 16px;
	margin: 0;
}

#contactsPopup .popup {
	height: auto;
	background: #454545;
	justify-content: flex-start;
	padding: 40px 0;
}

#contactsPopup form {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	margin-top: 24px;
	max-width: 500px;
}

#contactsPopup input[type="text"], #contactsPopup textarea {
	background: #ECECEC;
	border: 2px solid #fff;
	border-radius: 13px;
	width: 100%;
	margin-bottom: 16px;
	padding: 7px;
}

#contactsPopup textarea {
	height: 180px;
	resize: none;
}

#contactsPopup span {
	color: #fff;
}

#contactsPopup .title {
	font-family: 'CeraProMedium';
	font-size: 30px;
	text-align: center;
	letter-spacing: 0.03em;
	color: #fff;
}

#contactsPopup form span {
	font-family: 'CeraProBold';
	font-size: 22px;
	letter-spacing: 0.02em;
	color: #DEDEDE;
    margin: 0 0 10px 0;
}

.double_images {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.double_images img {
	width: 48%;
}

.radio input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.radio__text {
	height: 22px;
    position: relative;
    padding: 0 0 0 34px;
    cursor: pointer;
    color: #000;
    font-size: 16px;
    text-align: left;
}

.radio__text:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #EAEAEA;
	border-radius: 2px;
}

.radio-wrap label {
	margin-bottom: 0;
}

.radio input:checked + .radio__text:after {
    opacity: 1;
}
.radio__text:after {
    content: '';
    position: absolute;
	top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
    opacity: 0;
    transition: .2s;
}

.checkbox .radio__text:after {
    width: 12px;
    height: 12px;
    border-radius: 0;
}

#contactsPopup .radio__text, #contactsPopup .radio__text a {
	font-size: 16px;
	line-height: 22px;
	color: #fff;
}

#contactsPopup .radio {
	margin-bottom: 24px;
}

#contactsPopup .radio__text a {
	text-decoration: underline;
}
#contactsPopup .radio__text a:hover {
	text-decoration: none;
}

#contactsPopup .radio__text:after {
	background: #fff;
}

#contactsPopup .error {
	border: 2px solid #E6433C !important;
}

#contactsPopup .button {
	font-family: 'CeraProBold';
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	color: #CAEB00;
	border: 2px solid #CAEB00;
	border-radius: 13px;
	width: 158px;
	height: 48px;
	line-height: 42px;
	margin: 0 auto;
    background: transparent;
    cursor: pointer;
}
#contactsPopup .button:hover {
	background: #CAEB00;
	color: #fff;
}

#successPopup .popup {
	height: auto;
	background: #CAEB00;
	border-radius: 20px;
	padding: 30px 0;
}

#successPopup .popup span {
	font-family: 'CeraProMedium';
	font-size: 27px;
	line-height: 34px;
	text-align: center;
	letter-spacing: 0.03em;
	color: #000;
	margin-bottom: 0;
}

header form {
	width: 0px;
	margin-left: 0;
	border-bottom: 1px solid #fff;
	/*transition: all .2s cubic-bezier(0.4, 0, 1, 1);*/
	overflow: hidden;
}

header form.active {
	width: 336px;
	margin-left: 20px;
}

header form input {
	width: 100%;
	background: transparent;
    border: 0;
    color: #fff;
    font-size: 16px;
    padding-bottom: 6px;
    caret-color: #fff;
}

header .search_wrap {
	display: flex;
	align-items: center;
	margin-left: 24px;
}

header .search img {
	width: 20px;
}

.project .fulltext iframe, .project .short_desc iframe {
	width: 100%;
	height: auto;
	min-height: 330px;
}
.project .fulltext iframe[src='https://player.vimeo.com/video/557558975'] {
	width: 45vw;
	height: 78.75vw;
	max-width: 500px;
	max-height: 875px;
	margin-bottom: 20px;
}

.tplus__wrap {
	width: 100%;
	max-width: 794px;
	margin: 0 auto;
	font-size: 17px;
	line-height: 22px;
	color: #FFFFFF;
}

.tplus__wrap p {
	margin-bottom: 32px;
}

.tplus__wrap ul {
	margin-bottom: 48px;
}

.tplus__wrap ul li {
	margin-bottom: 16px;
}

.projects-breadcrumb {
	display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #CAEB00;
    margin-top: 79px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.projects-title {
	display: block;
	font-family: 'CeraProBold';
    font-size: 44px;
    line-height: 51px;
    color: #fff;
    margin-bottom: 21px;
}

.tplus__title {
	display: block;
	font-weight: 500;
	font-size: 30px;
	line-height: 38px;
	color: #FFFFFF;
	margin-bottom: 32px;
}

.tplus__background {
	background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    width: 100%;
    min-height: calc(80vh - 90px);
    padding: 40px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tplus__main-container {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	max-width: 1600px;
	margin: 0 auto;
}

.tplus__main-block {
	width: 49%;
/* 	padding: 30px; */
	padding: 2%;
	background: #FFFFFF;
/* 	border-radius: 40px; */
	border-radius: 2em;
	filter: drop-shadow(0px 5px 4px rgba(0, 0, 0, 0.2));
}

.tplus__main-block img {
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #dfdfdf;
}

.tplus__img-container {
	margin-top: 30px;
	margin-bottom: 70px;
}

.tplus__img-block {
	width: 100%;
	margin-top: 50px !important;
	margin-bottom: 81px !important;
}

.tplus__img-block img {
	display: none;
}

.tplus__figma {
	width: 100%;
	height: 675px;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

.section-other-projects {
	background: #292929;
	padding: 30px 0 0;
}

.section-other-projects__title {
	display: block;
	color: #fff;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -1.5px;
    max-width: 436px;
    margin: 30px 0 40px 0;
}

.other-projects-wrap {
    display: flex;
    flex-wrap: wrap;
}

.other-projects {
    /* padding: 294px 10px 32px 32px; */
    width: 33.333%;
    min-height: 440px;
    display: block;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
	padding: 32px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.other-projects-text {
	position: relative;
	z-index: 2;
}

.portfolio-card-span {
    color: #CAEB00;
    font-size: 14px;
    line-height: 20px;
}

.portfolio-card-title {
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    max-width: 340px;
    margin: 12px 0 8px;
}

.portfolio-card-text {
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 400px;
}

.tplus__video-slider {
	margin-top: 17px;
	margin-bottom: 64px;
}

.tplus__video-slider iframe {
	width: 100%;
    height: 480px;
}

.tplus__video-slider .glide__arrow--right {
	right: -3em;
}

.tplus__video-slider .glide__arrow--left {
	left: -3em;
}

.tplus__last-block {
	margin-bottom: 100px !important;
}

.arctic__main-video {
/*
	position: relative;
    width: 100%;
    height: 80vh;
    min-height: 600px;
*/
}

.arctic__main-video video {
	object-fit: cover;
    display: block;
    width: 100%;
    height: auto;
    height: calc(80vh - 90px);
}

.arctic__main-title {
	display: block;
	font-family: 'CeraProMedium';
	font-size: 56px;
	line-height: 60px;
	letter-spacing: -1.5px;
	color: #FFFFFF;
	margin-bottom: 16px;
	max-width: 731px;
}

.arctic__date {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 48px;
}

.arctic__main-container {
	display: flex;
	justify-content: space-between;
	max-width: 531px;
	margin-bottom: 100px;
	font-size: 16px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.8);
}

.arctic__main-container .title {
	display: block;
	color: rgba(255, 255, 255, 0.32);
	margin-bottom: 16px;
}

.arctic__blue-background {
	background: #174479;
}

.arctic__wrap {
	max-width: 808px;
	padding: 100px 20px;
	font-size: 16px;
	line-height: 24px;
	display: block;
}

.arctic__color-white {
	color: #FFFFFF !important;
}

.arctic__color-grey {
	color: rgba(0, 0, 0, 0.6);
}

.arctic__color-grey a {
	color: rgba(0, 0, 0, 0.6);
	text-decoration: underline;
}

.arctic__color-grey a:hover {
	text-decoration: none;
}

.arctic__wrap .title {
	display: block;
	font-family: 'CeraProMedium';
	font-size: 42px;
	line-height: 52px;
	text-align: center;
	letter-spacing: -1px;
	margin: 0 auto 48px auto;
	max-width: 587px;
}

.arctic__wrap .subtitle {
	display: block;
	font-family: 'CeraProBold';
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -0.5px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 48px;
}

.arctic__wrap ul {
	list-style: none;
	font-size: 20px;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.6);
	display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0 0 32px 8px;
}

.arctic__wrap li {
	margin: 0 0 16px 24px;
    position: relative;
}

.arctic__wrap li:before {
	content: "";
    width: 8px;
    height: 8px;
    background: #174479;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    flex: none;
    position: absolute;
    top: 50%;
    left: -32px;
    transform: translateY(-50%);
}

.arctic__wrap .min-text {
	max-width: 592px;
}

.arctic__youtube-link {
	border: 2px solid #FFFFFF;
	border-radius: 15px;
	padding: 12px 32px;
	display: flex;
	align-items: center;
	font-family: 'CeraProMedium';
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	width: fit-content;
	margin: 32px auto 100px auto;
}

.arctic__youtube-link img {
	margin-left: 10px;
}

.arctic__youtube-link:hover {
	background: #fff;
	color: #212121;
}

.arctic__iframe {
	width: 100%;
    height: 655px;
    margin: 100px 0 0 0;
}

.arctic__img-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-self: center;
}

.arctic__img-container img {
	width: 48%;
	height: auto;
}

.arctic__img-block {
	width: 100%;
	height: auto;
	margin: 64px 0;
}

.arctic__img-background {
	position: relative;
}

.arctic__img-background .wrap {
	display: block;
}

.arctic__background-img {
	position: absolute;
	z-index: -1;
	bottom: 0;
	width: 100%;
	height: auto;
}

.arctic__site-img {
	align-items: center;
	padding-bottom: 100px;
}

.arctic__site-img img:first-child {
	width: 75%;
}

.arctic__site-img img:last-child {
	width: 21%;
}

.arctic__img-container-curve {
	align-items: center;
}

.arctic__img-container-curve img:first-child {
	margin-bottom: 10%;
}

.arctic__img-container-curve img:last-child {
	margin-top: 10%;
}

.arctic__blue-background.arctic__max-background {
/* 	padding: 10% 0 18% 0; */
/* 	padding: 160px 0 236px 0; */
	padding: 10% 0 236px 0;
}

.arctic__fore-container {
	margin-bottom: -9%;
	width: 100%;
	overflow: hidden;
}

.arctic__fore-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-self: center;
	margin-left: -15%;
	width: 100%;
}

.arctic__fore-container img {
	width: 30%;
	height: auto;
	margin: 0 1.5%;
}

.arctic__img-block-blue {
	margin-top: -20%;
}

.arctic__grey-background {
	background: #f9f9f9;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    z-index: -2;
}

.arctic-child__main-video {
	width: 100%;
	height: calc(80vh - 90px);
	position: relative;
}

.arctic-child__main-video .filter {
	background: linear-gradient(0deg, rgba(16, 42, 79, 0.5), rgba(16, 42, 79, 0.5)), url(.jpg);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

.arctic-child__main-video video {
	object-fit: cover;
    display: block;
    width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
}

.arctic-child__background {
	width: 100%;
	position: relative;
	padding: 1px 0;
}

.arctic-child__background .wrap {
	display: block;
}

.arctic-child__background1 {
	background: #F1F8FF;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.arctic-child__background-img1 {
	position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
/*     bottom: 0; */
    width: 100%;
    height: auto;
}

.arctic-child__main-block {
	background: #FFFFFF;
	border-radius: 12px;
	width: 100%;
	margin-top: -10%;
	margin-bottom: 100px;
	position: relative;
	z-index: 2;
	padding: 48px 68px 80px 64px;
}

.arctic-child__main-block .projects-breadcrumb {
	margin-top: 0;
	margin-bottom: 16px;
	color: #264269;
}

.arctic-child__main-block .arctic__main-title {
	color: #264269;
	font-family: 'CeraProBold';
}

.arctic-child__main-block .arctic__date {
	color: #6F86A5;
}

.arctic-child__main-block .arctic__main-container {
	color: #264269;
	margin-bottom: 0;
}

.arctic-child__main-block .arctic__main-container .title {
	color: #6F86A5;
}

.arctic-child__main-container {
	display: flex;
	justify-content: space-between;
}

.arctic-child__main-button {
	background: #DF3C65;
	border-radius: 12px;
	padding-bottom: 4px;
    transition: background-color 0s;
	height: 48px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.arctic-child__main-button span {
    height: 44px;
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	background: #F84C77;
	border-radius: 12px;
	transition: background-color 0.2s linear, color 0.2s linear;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px 28px;
}

.arctic-child__main-button svg {
	margin-left: 12px;
}

.arctic-child__main-button:hover span {
	background: #FF5782;
}

.arctic-child__main-button:active {
	background-color: transparent;
	padding-top: 4px;
	padding-bottom: 0;
}

.arctic-child__block-numbers {
	display: flex;
	align-items: flex-start;
}

.arctic-child__block-numbers .img1 {
	border-radius: 2px;
	overflow: hidden;
	width: 50%;
	height: auto;
}

.arctic-child__block-numbers .text-block {
	padding: 40px 48px 48px 40px;
	background: #FFFFFF;
	box-shadow: 0px 8px 24px rgba(0, 66, 133, 0.05);
	border-radius: 12px;
	width: 60%;
	position: relative;
	z-index: 2;
	font-size: 16px;
	line-height: 24px;
	color: #6F86A5;
	margin-left: -10%;
	margin-top: 10%;
}

.arctic-child__block-numbers2 {
	justify-content: flex-end;
	margin-top: -26%;
	margin-bottom: 100px;
}

.arctic-child__block-numbers2 .img2 {
	width: 40%;
	height: auto;
}

.arctic-child__block-numbers2 .text-block {
	margin-left: 0;
	margin-right: -8%;
    margin-top: 23%;
}

.arctic-child__block-text {
	margin: 100px auto 80px auto;
	max-width: 768px;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	color: #6F86A5;
}

.arctic-child__block-text .title {
	font-family: 'CeraProBold';
	display: block;
	font-size: 48px;
	line-height: 48px;
	text-align: center;
	letter-spacing: -1.5px;
	color: #264269;
	margin-bottom: 32px;
	max-width: 568px;
}

.arctic-child__block-text p {
	margin-bottom: 40px;
}

.arctic-child__block-text p:last-child {
	margin-bottom: 0;
}

.arctic-child__block-text a {
	color: #6F86A5;
	text-decoration: underline;
}

.arctic-child__block-text a:hover {
	text-decoration: none;
}

.arctic-child__block-text-white, .arctic-child__block-text-white .title, .arctic-child__block-text-white a {
	color: #FFFFFF;
}

.arctic-child__block-text1 .title {
	margin-bottom: 48px;
}

.arctic-child__iframe {
	width: 100%;
    height: 655px;
}

.arctic-child__web-mob-img-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.arctic-child__web-mob-img-block img {
	width: 25%;
	height: auto;
}

.arctic-child__web-mob-img-block img:first-child {
	width: 70%;
}

.arctic-child__iframe1 {
	margin-bottom: -30%;
	position: relative;
	z-index: 2;
}

.arctic-child__background2 {
	padding-top: 356px;
	overflow: hidden;
	padding-bottom: 378px;
}

.arctic-child__background2 .arctic-child__background-img1 {
	min-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	left: 50%;
    transform: translateX(-50%);
}

.arctic-child__img {
	width: 100%;
	height: auto;
	margin-top: -34%;
}

.arctic-child__block-text2 {
	margin-top: 80px;
	margin-bottom: 60px;
	text-align: start;
}

.arctic-child__fore-container {
    width: 100%;
    overflow: hidden;
    margin-bottom: 100px;
}

.arctic-child__fore-block {
	display: flex;
    justify-content: space-between;
	align-items: flex-start;
    align-self: center;
    margin-left: -2%;
    width: 60%;
}

.arctic-child__fore-block img {
	width: 35%;
    height: auto;
    margin: 0 1.5%;
}

.arctic-child__fore-block img:last-child {
	width: 72.8%;
}

.arctic-child__img-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.arctic-child__img-block img:first-child {
	width: 70%;
	height: auto;
}

.arctic-child__img-block-right {
	width: 25%;
}

.arctic-child__img-block-right img {
	width: 100% !important;
	height: auto;
}

.arctic-child__img-block-right img:first-child {
/* 	margin-bottom: 5%; */
}

.arctic-child__img2 {
	margin: 0;
}

.arctic-child__block-text3 .title {
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 24px;
}

.arctic-child__iframe2 {
	margin-bottom: -15%;
	position: relative;
	z-index: 2;
}

.arctic-child__background3 {
	padding-top: 332px;
	overflow: hidden;
}

.arctic-child__background3 .arctic-child__background1 {
	margin-top: 15%;
}

.arctic-child__background3 .arctic-child__background-img1, .arctic-child__background3 .arctic-child__background-img2 {
	min-width: 1920px;
	left: 50%;
	transform: translateX(-50%);
}

.arctic-child__background3 .arctic-child__background-img2 {
	position: absolute;
	bottom: 2%;
	z-index: -1;
	width: 100%;
    height: auto;
}

.arctic-child__minister-block {
	background: #FFFFFF;
	box-shadow: 0px 8px 24px rgba(0, 66, 133, 0.05);
	border-radius: 12px;
	max-width: 968px;
	padding: 48px 80px 64px 48px;
	font-size: 20px;
	line-height: 28px;
	color: #6F86A5;
	margin-bottom: 232px;
}

.arctic-child__minister-title-block {
	display: flex;
	margin-bottom: 40px;
}

.arctic-child__minister-photo {
	width: 100px;
    height: 100px;
    border-radius: 100%;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    flex: none;
    margin-right: 36px;
}

.arctic-child__minister-name {
	font-size: 16px;
	line-height: 24px;
	color: #6F86A5;
	display: flex;
	flex-direction: column;
}

.arctic-child__minister-name span:first-child {
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -0.5px;
	color: #264269;
	display: block;
	margin-bottom: 4px;
}

.arctic-child__img-container {
	display: flex;
	align-items: flex-start;
	align-self: center;
	justify-content: space-between;
	max-width: 960px;
	margin: 128px auto 0 auto;
}

.arctic-child__img-container img {
	width: 48%;
}

.arctic-child__img-container img:first-child {
	margin-bottom: 10%;
}

.arctic-child__img-container img:last-child {
	margin-top: 10%;
}

.arctic-child__web-mob-img-block2 {
	margin-top: 80px;
}

.arctic-child__web-mob-img-block-revers {
	flex-direction: row-reverse;
}

.arctic-child__brand-block {
	background: #FFFFFF;
	box-shadow: 0px 8px 24px rgba(0, 66, 133, 0.05);
	border-radius: 8px;
	width: 100%;
	padding: 80px 80px 0 80px;
	font-size: 20px;
	line-height: 28px;
	color: #6F86A5;
	margin-bottom: 284px;
}

.arctic-child__logo-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 80px;
}

.arctic-child__logo-block span {
	margin-bottom: 24px;
}

.arctic-child__logo-block .title {
	display: block;
}

.arctic-child__palette-block {
	display: flex;
	justify-content: space-between;
	margin-top: 32px;
	margin-bottom: 100px;
}

.arctic-child__palette-block div {
	background: #FE495C;
	border-radius: 2px;
	font-family: 'CeraProBold';
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	letter-spacing: -0.5px;
	color: #FFFFFF;
	width: 32%;
	height: 172px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.arctic-child__palette-block div:first-child {
	color: #264269;
	background: #DCEAF8;
}

.arctic-child__palette-block div:last-child {
	background: #023A5D;
}

.arctic-child__font-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 80px;
}

.arctic-child__muller-block {
	display: flex;
	flex-direction: column;
	max-width: 428px;
}

.arctic-child__muller-block span:first-child {
	font-family: 'MullerBold', sans-serif;
	font-size: 88px;
	line-height: 88px;
	letter-spacing: -1.5px;
	color: #264269;
	margin-bottom: 24px;
}

.arctic-child__font-block p {
	font-family: 'Muller', sans-serif;
	font-size: 32px;
	line-height: 36px;
	letter-spacing: -1px;
	color: #264269;
	max-width: 324px;
}

.arctic-child__brand-img {
	width: 100%;
	height: auto;
	margin-top: 48px;
	margin-bottom: 52px;
}

.arctic-child__brand-container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: -25%;
	transform: translateY(50%);
}

.arctic-child__brand-container img {
	width: 58%;
}

.arctic-child__brand-container img:last-child {
	margin-left: -30%;
	margin-top: 5%;
}

.arctic-child__img-container2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: -18%;
}

.arctic-child__img-container2 img {
	width: 40%;
	height: auto;
}

.arctic-child__img-container2 img:last-child {
	width: 57.1%;
}

.arctic-child__img-container2-mob {
	display: none;
}

.arctic-child__background4 {
	overflow: hidden;
	padding-top: 200px;
	padding-bottom: 40px;
}

.arctic-child__background4 .arctic-child__background1 {
	background: #212121;
}

.arctic-child__background4 .arctic-child__background-img1 {
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: auto;
    min-width: 1240px;
}

.arctic-child__block-text4 .title {
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -0.5px;
}

.arctic-child__block-text5 .title {
	margin-bottom: 0;
}

.arctic-child__img-block-mob {
	display: none;
}

.medvedi-lososi__title {
	margin: 60px 0 80px 0;
}

.medvedi-lososi__vimeo {
	width: 100%;
	height: 655px;
	margin-bottom: 70px;
}

.arctic-child__slider {
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
}

.arctic-child__slider .glide__arrow {
	background: #FFFFFF;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.06));
	width: 55px;
	height: 55px;
	border-radius: 100%;
}

.arctic-child__slider .glide__arrow img {
    transform: translateX(3px);
}

.arctic-child__slider .glide__arrow--right {
	right: -4em;
}

.arctic-child__slider .glide__arrow--left {
	left: -4em;
}

.arctic-child__slider .glide__arrow--left img {
	transform: rotate(180deg) translateX(3px);
}

.arctic-child__slider .glide__bullets {
	display: none;
}

.arctic-child__slider .arctic-child__slide {
	display: flex;
	justify-content: center;
	align-items: center;
	height: inherit;
}

.arctic-child__slider .arctic-child__slider-img {
	max-width: 100%;
	width: auto;
	height: auto;
	max-height: 432px;
}

.store__body {
	background: #fff !important;
}

.nzmu__main-background {
	background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top center !important;
    width: 100%;
    height: 632px;
}

.nzmu__main-container {
	max-width: 2531px;
	justify-content: flex-start;
}

.nzmu__main-block {
	display: flex;
	max-width: 1000px;
/* 	flex-direction: column; */
}

.nzmu__main-block:first-child {
	margin-right: 132px;
}

.nzmu__main-block .title {
	margin-right: 64px;
}

.nzmu__main-block .nzmu__subtitle {
	margin-bottom: 16px;
}

.nzmu__green-background {
	background: #158C55;
	padding: 100px 0 128px 0;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
}

.nzmu__green-background .title {
	display: block;
	font-family: 'CeraProMedium';
	font-size: 42px;
	line-height: 52px;
	letter-spacing: -1px;
	margin-bottom: 48px;
}

.nzmu__min-wrap {
	max-width: 788px;
	display: block;
}

.nzmu__factory {
	align-items: center;
	justify-content: space-between;
	padding: 100px 20px 128px 20px;
}

.nzmu__factory-img {
	background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    width: 50%;
    height: 364px;
}

.nzmu__factory-text {
	width: 40%;
	font-size: 16px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.8);
}

.nzmu__factory-text .title {
	display: block;
	font-family: 'CeraProBold';
	font-size: 32px;
	line-height: 36px;
	letter-spacing: -1px;
	color: #FFFFFF;
	margin-bottom: 32px;
}

.nzmu__about-background {
	background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    width: 100%;
    padding: 128px 0;
}

.nzmu__about-background .nzmu__min-wrap {
	max-width: 792px;
}

.nzmu__about-block {
	background: #5091D9;
	border-radius: 4px;
	padding: 48px 80px 64px 48px;
	font-family: 'CeraProMedium';
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
}

.nzmu__nahodka-background {
	background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    width: 100%;
    padding-top: 32px;
}

.nzmu__nahodka-background .wrap {
	justify-content: space-between;
    align-items: center;
}

.nzmu__nahodka-text {
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	width: 50%;
	padding-bottom: 160px;
}

.nzmu__nahodka-text .title {
	font-family: 'CeraProBold';
	display: block;
	font-size: 32px;
	line-height: 36px;
	letter-spacing: -1px;
	color: #FFFFFF;
	margin-bottom: 32px;
}

.nzmu__nahodka-block {
	background: #FFFFFF;
	border-radius: 4px;
	color: rgba(0, 0, 0, 0.6);
	padding: 20px 32px 28px 28px;
	max-width: 378px;
	margin-top: 48px;
}

.nzmu__nahodka-block a {
	color: rgba(0, 0, 0, 0.6);
	text-decoration: underline;
}

.nzmu__nahodka-block a:hover {
	text-decoration: none;
}

.nzmu__nahodka-img {
	width: 50%;
	height: auto;
	margin: auto 0 0 auto;
}

.nzmu__mechanics {
	align-items: center;
	justify-content: space-between;
}

.nzmu__mechanics-img-web {
	position: relative;
	z-index: 5;
	width: 70%;
	height: auto;
/* 	margin: -30% auto -25% -20%; */
	margin: -168px auto -137px -20%;
}

.nzmu__mechanics-text {
	padding: 100px 0 168px 0;
	width: 50%;
	font-size: 16px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.8);
}

.nzmu__mechanics-text .title {
	font-family: 'CeraProBold';
	display: block;
	font-size: 32px;
	line-height: 36px;
	letter-spacing: -1px;
	color: #FFFFFF;
	margin-bottom: 48px;
}

.nzmu__mechanics-text ul {
	padding: 0;
	margin: 24px 0 16px 18px;
}

.nzmu__mechanics-text li {
	padding-left: 14px;
	margin-bottom: 16px;
}

.nzmu__white-background {
	background: #FFFFFF;
	width: 100%;
	padding-bottom: 100px;
}

.nzmu__conceptually {
	justify-content: flex-end;
}

.nzmu__conceptually-text {
	width: 50%;
	padding: 80px 0 100px 0;
	font-family: 'CeraProBold';
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -0.5px;
	color: rgba(0, 0, 0, 0.87);
}

.nzmu__illustrations-background {
	background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    width: 100%;
    padding: 280px 0
}

.nzmu__illustrations-background .nzmu__min-wrap {
	max-width: 1008px;
}

.nzmu__illustrations-block {
	background: #212121;
	border-radius: 4px;
    padding: 80px 120px 100px 80px;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.nzmu__launch {
	display: block;
	margin-bottom: 285px;
}

.nzmu__launch .title {
	font-family: 'CeraProBold';
	display: block;
	font-size: 48px;
	line-height: 48px;
	letter-spacing: -1.5px;
	color: #FFFFFF;
	margin: 100px 0 24px 0;
}

.nzmu__launch-block {
	background: #5091D9;
	border-radius: 4px;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	position: relative;
	padding: 52px 20px 128px 80px;
}

.nzmu__launch-block p {
	max-width: 812px;
}

.nzmu__launch-block-white {
	position: absolute;
	background: #FFFFFF;
	border-radius: 4px;
	color: rgba(0, 0, 0, 0.87);
	padding: 32px 100px 48px 48px;
	max-width: 600px;
	bottom: -32px;
	right: 68px;
	transform: translateY(50%);
}

.nzmu__mechanics-img-mob {
	display: none;
}

.other-projects-img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    transition: transform .8s ease-in-out;
}

.other-projects:hover .other-projects-img {
	transform: scale(1.05);
}

.nzmu__main-title {
/* 	max-width: 967px; */
	max-width: 1166px;
}

.nzmu__video {
	width: 100%;
	height: 656px;
	margin-bottom: 128px;
}

.smart-train__wrap {
	display: block;
}

.smart-train__main-background {
	width: 100%;
	height: 80vh;
	min-height: 700px;
/* 	min-height: 912px; */
	background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
}

.smart-train__main-background .wrap {
	margin: auto auto 0 auto;
}

.smart-train__main-block {
	width: 100%;
	max-width: 668px;
	padding: 72px;
	background: #212121;
	border-radius: 2px;
	display: flex;
	flex-direction: column;
	position: relative;
}

.smart-train__tag {
	font-family: 'CeraProMedium';
	font-size: 16px;
	line-height: 24px;
	color: #CAEB00;
	text-transform: uppercase;
	margin-bottom: 16px;
	position: relative;
	z-index: 3;
}

.smart-train__main-title {
	font-family: 'CeraProBold';
	font-size: 56px;
	line-height: 60px;
	letter-spacing: -1.5px;
	color: #fff;
	margin-bottom: 32px;
	position: relative;
	z-index: 3;
}

.smart-train__main-text {
	font-family: 'CeraProMedium';
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 32px;
	max-width: 361px;
	position: relative;
	z-index: 3;
}

.smart-train__main-date {
	font-size: 16px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.8);
	position: relative;
	z-index: 3;
}

.smart-train__main-img {
	position: absolute;
	width: 70%;
	height: auto;
	top: -50%;
    right: -35%;
	z-index: 2;
}

.smart-train__white-background {
	background: #fff;
}

.smart-train__customer-conteiner {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	font-size: 16px;
    line-height: 24px;
	color: rgba(0, 0, 0, 0.6);
    padding: 80px 0 100px 0;
    max-width: 900px;
}

.smart-train__customer-block {
	display: flex;
}

.smart-train__customer-block span {
	display: block;
	margin-bottom: 4px;
}

.smart-train__customer-title {
	margin-right: 64px;
	color: rgba(0, 0, 0, 0.32);
}

.smart-train__background {
	width: 100%;
/* 	overflow: hidden; */
	display: flex;
	flex-direction: column;
	position: relative;
}

.smart-train__background .wrap {
	position: relative;
	z-index: 2;
	display: block;
}

.smart-train__background-img {
	position: absolute;
	z-index: 0;
	top: 10px;
	left: 0;
	background-position: top center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 100%;
}

.smart-train__themes {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 4px 4px 32px rgba(0, 0, 0, 0.07);
	border-radius: 16px;
	padding: 80px 100px 0 100px;
	margin-top: 10px;
	margin-bottom: 480px;
}

.smart-train__themes p {
	font-family: 'CeraProMedium';
	font-size: 32px;
	line-height: 44px;
	letter-spacing: -1px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 48px;
}

.smart-train__themes ul {
	list-style: none;
	width: 100%;
	max-width: 768px;
	margin: 48px auto 100px auto;
	padding: 0 0 0 6px;
	font-size: 20px;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.87);
}

.smart-train__themes li {
	margin-bottom: 16px;
    margin-left: 24px;
    position: relative;
}

.smart-train__themes li:before {
	content: "";
    width: 8px;
	height: 8px;
    background: rgba(0, 0, 0, 0.16);
    border-radius: 100%;
    display: block;
    flex: none;
    position: absolute;
    top: 17px;
    left: -24px;
    transform: translate(-100%, -100%);
}

.smart-train__themes iframe {
	width: 100%;
	height: 544px;
	transform: translateY(80%);
	margin-top: -50%;
}

.smart-train__express {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-bottom: 36px solid #212121;
    height: 296px;
    margin-bottom: 128px;
}

.smart-train__express-tunnel {
	background: #212121;
	border-radius: 60px 60px 0px 0px;
	width: 120px;
	height: 260px;
	position: absolute;
	bottom: 0;
}

.smart-train__express-tunnel_left {
	left: 0;
	transform: translateX(-50%);
}

.smart-train__express-tunnel_right {
	right: 0;
	transform: translateX(50%);
}

.smart-train__express-animation {
	position: absolute;
	bottom: 0;
    height: 154px;
    width: auto;
    transform: translateX(110vw);
    -webkit-animation: smartTrain 40000ms infinite linear;
    -moz-animation: smartTrain 40000ms infinite linear;
    animation: smartTrain 40000ms infinite linear;
}
@keyframes smartTrain {
    0% {transform: translateX(110vw);}  
    100% {transform: translateX(-101%);}
}

.smart-train__max-wrap {
	max-width: 1704px;
}

.smart-train__2big-pictures {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 128px;
}

.smart-train__2big-pictures img {
	width: 48%;
	border-radius: 2px;
	overflow: hidden;
}

.smart-train__text-block {
	max-width: 768px;
	margin: 128px auto 100px auto;
	font-size: 16px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.6);
}

.smart-train__text-block p {
	margin-bottom: 34px;
}

.smart-train__text-block .title {
	display: block;
	font-family: 'CeraProBold';
	font-size: 48px;
	line-height: 48px;
	text-align: center;
	letter-spacing: -1.5px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 40px;
}

.smart-train__text-block ul {
	margin-bottom: 40px;
	font-size: 20px;
	line-height: 28px;
}

.smart-train__text-block li {
	margin-bottom: 16px;
}

.smart-train__img-little-science {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 32px;
	border-radius: 2px;
	overflow: hidden;
}

.smart-train__background-img2 {
	top: 12%;
	height: 76%;
}

.smart-train__img-medicine-person {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 64px;
	border-radius: 2px;
	overflow: hidden;
}

.smart-train__minister-block {
	margin: 100px auto 0 auto;
	background: #FFFFFF;
    box-shadow: 4px 4px 32px rgba(0, 0, 0, 0.07);
    border-radius: 16px;
    max-width: 968px;
    padding: 48px 80px 64px 48px;
    font-size: 20px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.6);
}

.smart-train__minister-title-block {
	display: flex;
	align-items: center;
    margin-bottom: 40px;
}

.smart-train__minister-photo {
	width: 100px;
    height: 100px;
    border-radius: 100%;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    flex: none;
    margin-right: 36px;
}

.smart-train__minister-name {
	font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
}

.smart-train__minister-name span:first-child {
	font-family: 'CeraProBold';
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.5px;
    color: rgba(0, 0, 0, 0.87);
    display: block;
    margin-bottom: 8px;
}

.smart-train__3big-pictures {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 128px;
}

.smart-train__3big-pictures img {
	width: 49%;
	height: auto;
	border-radius: 2px;
    overflow: hidden;
}

.smart-train__3big-pictures img:first-child {
	width: 100%;
	margin-bottom: 32px;
}

.smart-train__black-background {
	background: #212121;
}

.smart-train__black-background .smart-train__text-block {
	color: rgba(255, 255, 255, 0.8);
	margin: 100px auto 140px auto;
	color: rgba(255, 255, 255, 0.8);
}

.smart-train__black-background .smart-train__text-block .title {
	color: #FFFFFF;
	font-family: 'CeraProMedium';
	font-size: 42px;
	line-height: 52px;
	letter-spacing: -1px;
}

.smart-train__black-background .smart-train__text-block ul {
	color: #FFFFFF;
}

.smart-train__black-background .smart-train__3big-pictures {
	margin-bottom: 100px;
}

.smart-train__black-background .smart-train__minister-block {
	margin-bottom: 128px;
}

.east-express__main-background {
	background-position: center left !important;
}

.east-express__main-subtitle {
	font-family: 'CeraProMedium';
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	margin: 16px 0 32px 0;
	max-width: 368px;
}

.east-express__blue-background {
	background: #0F3A6A;
}

.east-express__train {
	border-bottom: 36px solid #032245;
	margin-top: 64px;
}

.east-express__train .smart-train__express-tunnel {
	background: #032245;
}

.east-express__text-block {
	margin: 100px auto;
}

.east-express__text-block .title {
    margin-bottom: 64px;
}

.east-express__text-block p {
	margin-bottom: 24px;
}

.east-express__blue-background .east-express__text-block {
	color: #FFFFFF;
	max-width: 756px;
}

.east-express__video {
	display: block;
	width: 100%;
    height: 654px;
    transform: translateY(20%);
    margin-top: -11%;
}

.east-express__white-background {
	background: #FFFFFF;
}

.east-express__text-block3 {
	margin-top: 256px;
	margin-bottom: 80px;
}

.customer-subtitle a {
	color: #fff;
	text-decoration: underline;
}
.customer-subtitle a:hover {
	text-decoration: none;
}

.north-star-logo img {
    height: 100%;
}

.east-express__img-train {
	display: block;
	width: calc(100% + 40px);
	height: auto;
	margin-left: -20px;
	margin-right: -20px;
}

.east-express__img-train2 {
	max-width: 832px;
	width: 100%;
	margin: 0 auto;
}

.east-express__img-train2 img {
	width: 100%;
	height: auto;
}

.east-express__img-harbor {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 128px;
}

.east-express__selfie-background {
	background: #F9F9F9;
	width: 100%;
	margin: 10% 0;
}

.east-express__selfie-background .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.east-express__selfie-img {
	width: 40%;
	height: auto;
	margin-top: -20%;
    margin-bottom: -20%;
}

.east-express__selfie-text {
	width: 50%;
	font-family: 'CeraProMedium';
	font-size: 20px;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.6);
	padding-top: 94px;
	padding-bottom: 94px;
}

.east-express__black-background {
	background: #212121;
}

.east-express__black-background .east-express__text-block {
	color: #FFFFFF;
}

.east-express__black-background .east-express__text-block .title {
	color: #FFFFFF;
}

.east-express__black-background .east-express__text-block ul {
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 17px;
}

.east-express__text-block2 {
	max-width: 864px;
}

.east-express__video-container {
	max-width: 1856px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.east-express__video-container iframe {
	width: 49%;
	height: 512px;
}

.east-express__quote {
	max-width: 1060px;
    margin: 100px auto 100px;
    position: relative;
}

.east-express__quote-photo {
	display: block;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    top: 64px;
}

.east-express__quote-bg {
	padding: 100px 186px 76px 320px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    max-width: 990px;
    margin: 0 0 0 auto;
}

.east-express__quote-text {
	color: rgba(0, 0, 0, 0.6);
    min-height: 352px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.east-express__quote-title {
	display: block;
    font-family: 'CeraProBold';
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -1.5px;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 24px;
}

.east-express__quote-subtitle {
	display: block;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.32);
    margin-bottom: 32px;
}

.east-express__quote-text {
	font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.6);
}

.east-express__quote2 .east-express__quote-photo {
	left: auto;
	right: 0;
}

.east-express__quote2 .east-express__quote-bg {
	padding: 100px 320px 76px 186px;
}

.chukotka-background, .amur-background {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
	width: 100%;
	height: 632px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.amur-background img {
	transform: translateX(-50%);
}

.arctic__main-subtitle {
	display: block;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 16px;
	color: #FFF;
}

.chukotka__main-container {
	max-width: 2531px;
}

.chukotka__main-block {
	display: flex;
	max-width: 1049px;
}

.chukotka__main-block:first-child {
	margin-right: 20px;
}

.chukotka__main-block .title {
	margin-bottom: 0;
	margin-right: 24px;
}

.chukotka-main__container {
	display: flex;
	justify-content: space-between;
}

.chukotka-main__text-block {
	margin-right: 40px;
}

.chukotka-main__link {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	padding: 4px 40px;
	border: 1px solid #fff;
	border-radius: 16px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	color: #fff;
	margin-top: 8px;
}

.chukotka-main__link svg {
	margin-left: 12px;
}

.chukotka-main__link:hover {
	background: #FFF;
	border-color: #FFF;
	color: rgba(0, 0, 0, 0.87);
}

.chukotka-main__link:hover path {
	stroke: rgba(0, 0, 0, 0.87);
}

.chukotka__first-text {
	font-size: 20px;
	font-family: 'CeraProMedium';
	line-height: 28px;
	color: rgba(0, 0, 0, 0.87);
	width: 100%;
	max-width:  868px;
	margin: 100px 0 48px;
}

.chukotka__wrap {
	display: block;
}

.chukotka__small-wrap {
	max-width:  768px;
	display: block;
}

.chukotka__big-wrap {
	max-width:  1768px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.chukotka__small-text {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 100px;
}

.chukotka__blue-background {
	background: #4893FD;
	padding: 80px 0;
}

.chukotka__blue-text {
	max-width: 1068px;
	font-size: 28px;
	font-style: normal;
	font-family: 'CeraProMedium';
	line-height: 38px;
	letter-spacing: -0.5px;
	color: #FFF;
}

.chukotka__blue-text a {
	color: #FFF;
	text-decoration: underline;
}

.chukotka__blue-text a:hover {
	text-decoration: none;
}

.chukotka__small-title {
	display: block;
	text-align: center;
	margin: 128px auto 40px auto;
	font-size: 32px;
	font-style: normal;
	font-family: 'CeraProBold';
	line-height: 36px;
	letter-spacing: -1px;
	color: rgba(0, 0, 0, 0.87);
}

.chukotka__img {
	box-shadow: 4px 4px 48px 0px rgba(0, 0, 0, 0.16);
	width: 100%;
	height: auto;
	margin-bottom: 100px;
}

.chukotka__lightblue-background {
	background: #EEF5FF;
	position: relative;
	z-index: 2;
}

.chukotka__big-img, .chukotka__big-block-img {
	width: calc(50% - 16px); 
}

.chukotka__big-img2 {
	width: calc(33% - 16px); 
}

.chukotka__big-block-img .chukotka__img:first-child {
	margin-bottom: 30px;
}

.chukotka__lightblue-background .chukotka__big-wrap:first-child {
	margin-top: -128px;
}

.chukotka__lightblue-background .chukotka__big-wrap:last-child {
	margin-bottom: -128px;
}

.chukotka__lightblue-background .chukotka__big-wrap:last-child .chukotka__big-img {
	margin-bottom: 0;
}

.smart-train__white-background_special {
	padding-bottom: 128px;
}

.smart-train__white-background_special2 {
	padding-top: 228px;
	position: relative;
	z-index: 1;
}

.smart-train__white-background_special2 .chukotka__img:last-child {
	margin-bottom: -128px;
}

.chukotka__blue-background2 {
	background: #5E94E0;
	padding-top: 228px;
}

.chukotka__blue-background2 .chukotka__small-text {
	color: #fff;
}

.chukotka__blue-background2 .chukotka__big-wrap:last-child {
	margin-bottom: -128px;
}

.chukotka__blue-background2  .chukotka__big-wrap:last-child .chukotka__big-img {
	margin-bottom: 0;
}

.chukotka-bottom__title {
	display: block;
	font-size: 32px;
	font-style: normal;
	font-family: 'CeraProBold';
	line-height: 36px;
	letter-spacing: -1px;
	color: #fff;
	text-align: center;
	padding-bottom: 32px;
	width: 100%;
	margin: 256px 0 64px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.17);
}

.chukotka-bottom__subtitle {
	display: block;
	font-size: 24px;
	font-style: normal;
	font-family: 'CeraProBold';
	line-height: 28px;
	letter-spacing: -0.5px;
	color: #fff;
	margin-bottom: 32px;
}

.chukotka__text {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; 
	color: rgba(255, 255, 255, 0.80);
	margin-bottom: 128px;
}

.chukotka-bottom__text-container {
	display: flex;
	align-items: flex-start;
	margin-bottom: 40px;
}

.chukotka-bottom__text-block {
	color: #FFF;
	display: flex;
	align-items: flex-end;
}

.chukotka-bottom__font {
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	font-size: 210px;
	line-height: 210px;
	margin-right: 20px;
}

.chukotka-bottom__text {
	display: flex;
	flex-direction: column;
	padding-bottom: 21px;
}

.chukotka-bottom__text-title {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.32);
}

.chukotka-bottom__text-font {
	font-family: "Noto Sans", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	margin-top: 42px;
}

.chukotka-bottom__text-block2 {
	margin-left: 128px;
}

.chukotka-bottom__text-block2 .chukotka-bottom__font, .chukotka-bottom__text-block2 .chukotka-bottom__text-font {
	font-weight: 400;
}

.chukotka-bottom__color-container {
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}

.chukotka-bottom__color-block {
	border-radius: 24px;
	width: calc(25% - 12px);
	height: 164px;
	background: #FF4E50;
	padding: 24px;
	font-size: 16px;
	font-style: normal;
	font-family: 'CeraProMedium';
	line-height: 24px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.chukotka-bottom__color-text {
	margin: auto 0 0 auto;
}

.chukotka-bottom__color-block:nth-child(4n + 2) {
	background: #1364D8;
}

.chukotka-bottom__color-block:nth-child(4n + 3) {
	background: #4893FD;
}

.chukotka-bottom__color-block:nth-child(4n + 4) {
	background: #B6D0F5;
}

.chukotka-bottom__color-container2 {
	margin-bottom: 164px;
}

.chukotka-bottom__color-block2 {
	border-radius: 24px;
	width: calc(33% - 12px);
	height: 164px;
	background: #FFF;
	padding: 24px;
	font-size: 16px;
	font-style: normal;
	font-family: 'CeraProMedium';
	line-height: 24px;
	color: rgba(0, 0, 0, 0.87);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.chukotka-bottom__color-block2:nth-child(3n + 1) {
	background: #EEF5FF;
}

.chukotka-bottom__color-block2:nth-child(3n + 2) {
	background: #EFFAFC;
}

.chukotka-bottom__color-block3 {
	border-radius: 24px;
	width: calc(50% - 12px);
	height: 400px;
	background: #F57944;
	padding: 24px;
	font-size: 16px;
	font-style: normal;
	font-family: 'CeraProMedium';
	line-height: 24px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.chukotka-bottom__color-block3:nth-child(3n + 2) {
	background: #298C58;
	width: calc(25% - 12px);
}

.chukotka-bottom__color-block3:nth-child(3n + 3) {
	background: #52B0CE;
	width: calc(25% - 12px);
}

.chukotka-bottom__color-block3 .chukotka-bottom__color-text, .chukotka-bottom__color-block5 .chukotka-bottom__color-text {
	margin: 0;
}

.chukotka-bottom__color-block4 {
	border-radius: 24px;
	width: calc(33% - 12px);
	height: 300px;
	background: linear-gradient(93deg, #298C62 0%, #5193A9 51.28%, #5C55A5 100%);
	padding: 24px;
	font-size: 16px;
	font-style: normal;
	font-family: 'CeraProMedium';
	line-height: 24px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.chukotka-bottom__color-block4:nth-child(3n + 2) {
	background: linear-gradient(93deg, #6475CE 0%, #9568AD 35%, #AE6281 70%, #D97C68 100%);
}

.chukotka-bottom__color-block4:nth-child(3n + 3) {
	background: linear-gradient(93deg, #874B91 0%, #606DB2 51.28%, #6191B0 100%);
}

.chukotka-bottom__color-block5 {
	border-radius: 24px;
	width: calc(20% - 12px);
	height: 220px;
	background: #FFF;
	padding: 24px;
	font-size: 16px;
	font-style: normal;
	font-family: 'CeraProMedium';
	line-height: 24px;
	color: rgba(0, 0, 0, 0.87);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.chukotka-bottom__color-block5:nth-child(5n + 2) {
	background: #F1F2F5;
}

.chukotka-bottom__color-block5:nth-child(5n + 3) {
	background: #E6F5ED;
}

.chukotka-bottom__color-block5:nth-child(5n + 4) {
	background: #E3EEF1;
}

.chukotka-bottom__color-block5:nth-child(5n + 5) {
	background: #15161E;
	color: #fff;
}

.amur__orange-background {
	background: #F57944;
	padding: 80px 0;
}

.amur__lightgreen-background {
	background: #E6F5ED;
	position: relative;
	z-index: 2;
}

.amur__lightgreen-background .chukotka__big-wrap:first-child {
	margin-top: -128px;
}

.amur__lightgreen-background .chukotka__big-wrap:last-child {
	margin-bottom: -128px;
}

.amur__lightgreen-background .chukotka__big-wrap:last-child .chukotka__big-img2 {
	margin-bottom: 0;
}

.amur__green-background {
	padding-top: 228px;
	background: linear-gradient(93deg, #348E75 0%, #42859B 49.06%, #5871A7 100%);
}

.amur__green-background .chukotka__big-wrap:last-child .chukotka__img {
	margin-bottom: 0;
}


.amur__green-background .chukotka__small-text {
	color: #FFF;
}

.chukotka__big-block-img2 {
	width: calc(33% - 16px);
}

.chukotka__big-block-img2 .chukotka__img:first-child {
	margin-bottom: 30px !important;
}

.amur__green-background .chukotka__big-wrap:last-child {
	margin-bottom: -128px;
}

.amur-bottom__text-container {
	display: flex;
	align-items: flex-end;
	margin-bottom: 80px;
	justify-content: space-between;
}

.amur-bottom__text-container2 {
	margin-bottom: 128px;
}

.chukotka-bottom__text-text {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.80);
	max-width: 628px;
}

.chukotka-bottom__text-block3 .chukotka-bottom__font, .chukotka-bottom__text-block3 .chukotka-bottom__text-font {
	font-family: "IBM Plex Sans", sans-serif;
	font-weight: 600;
}

.chukotka-bottom__text-block4 .chukotka-bottom__font, .chukotka-bottom__text-block4 .chukotka-bottom__text-font {
	font-family: "Nunito Sans", sans-serif;
	font-weight: 400;
}

.arctic-best__main-block {
	display: flex;
	max-width: 1049px;
	flex: none;
}

.arctic-best__main-block:first-child {
	margin-right: 160px;
}

.arctic-best__main-block .title {
	margin-bottom: 0;
	margin-right: 24px;
}

.best-arctic__background {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
	width: 100%;
	padding: 100px 0;
	
}

.best-arctic__background .chukotka__small-text {
	color: #fff;
	margin-bottom: 0;
}

.best-arctic__img {
	box-shadow: 0px 0px 16px 0px rgba(0, 48, 116, 0.12);
	border-radius: 24px;
	width: 100%;
	height: auto;
	margin-bottom: 100px;
}

.best-arctic__img:first-child {
	margin-top: 128px;
}

.best-arctic__img_last {
	margin-bottom: -128px;
}

.best-arctic__white-background_special {
	position: relative;
	z-index: 3;
}

.best-arctic__purpule {
	background: #91A4F6;
	position: relative;
	z-index: 2;
	padding-top: 256px;
}

.best-arctic__purpule .chukotka__small-wrap {
	max-width: 968px;
}

.best-arctic__purpule .chukotka__small-text {
	color: #fff;
}

.best-arctic__white-background_special2 {
	position: relative;
	z-index: 1;
	padding-top: 100px;
}

.best-arctic__white-background_special2 .best-arctic__img:first-child {
	margin-top: 0;
	margin-bottom: 48px;
}

.best-arctic__black {
	padding-top: 280px;
	padding-bottom: 28px;
}

.best-arctic__black .chukotka__small-text {
	color: #fff;
}

.best-arctic__black .best-arctic__img:first-child {
	margin-top: 0;
	margin-bottom: 48px;
}

.best-img-background {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
	width: 100%;
	height: 824px;
}

.headnetworks {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 24px;
	margin-left: 24px;
}

.headnetwork {
	width: 52px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	background: #383838;
}

.headnetwork:hover {
	background: #3FB450;
}

.headnetwork-tg {
	margin-left: 4px;
}

.headnetwork-tg:hover {
	background: #28A8E9;
}

@media only screen and (max-width:1200px){
	.tags {
		justify-content: center;
	}

	.tags a {
		margin: 0 5px 15px 5px;
	}

	.reviews_small_slider {
		max-width: 646px;
	}

	.reviews_small_slider .glide__arrow--left {
	    left: -75px;
	}

	.reviews_small_slider .glide__arrow--right {
	    right: -75px;
	}

	.digital_wrap .biglink {
		right: -75px;
	}
	
	.arctic-child__background2 {
		padding-top: 22%;
		padding-bottom: 31%;
	}
	
	.arctic-child__background3 {
		padding-top: 20%;
	}
}

@media only screen and (max-width:1140px){
	.guides_slider {
		width: 383px;
	}

	.guides_desc {
    	margin-left: 25px;
    }
}

@media only screen and (max-width:1024px){
	.desktop {
		display: none;
	}

	.mobile {
		display: flex;
	}

	.track span {
		font-size: 32px;
	}

	.track p {
		font-size: 16px;
		line-height: 20px;
	}

	.digital_wrap {
		margin-left: 0;
	}

	.project .fulltext iframe {
		min-height: 300px;
	}
	
	.tplus__video-slider .glide__arrow--right {
	    right: 1em;
	}
	
	.tplus__video-slider .glide__arrow--left {
	    left: 1em;
	}
	
	.east-express__quote-photo {
		position: static;
		margin: 0 auto -100px;
	}
	
	.east-express__quote-bg {
		padding: 120px 100px 80px 100px !important;
	}
	
	.east-express__quote-text {
	    max-width: 500px;
	    margin: 0 auto;
	    min-height: 0;
	}
	
	.east-express__quote-title, .east-express__quote-subtitle {
		text-align: center;
	}
}

@media only screen and (max-width:900px){
	.guides_slider {
		width: 179px;
	}

	.index_future .bg1 {
	    background: url(../img/future_1.png) no-repeat bottom left;
	    background-size: 50%;
	}

	.index_future .bg2 span {
    	font-size: 32px;
    	line-height: 42px;
	}

	.index_future .bg2 p {
	    font-size: 22px;
	    line-height: 30px;
	}

	.digital_wrap .biglink {
		right: 0;
	}

	.digital_text iframe {
    	height: 200px;
	}
	
	.other-projects {
		width: 50%;
	}
}

@media only screen and (max-width:820px){
	.reviews_small_slider {
		max-width: 535px;
	}
}

@media only screen and (max-width:768px){
	.tags {
	    justify-content: space-around;
	}

	.quote_author {
		flex-direction: column;
	}

	header .search_wrap {
	    margin-right: 20px;
	}

	header form {
		width: 200px;
	}

	header .search {
		margin-left: 10px;
	}

	.quote_author {
		margin: 0 auto 20px auto;
	}

	.track {
		height: auto;
		padding: 20px 20px 140px 20px;
		align-items: flex-start;
	}

	.guides_track {
		background: url('/upload/guides_bg_mob.svg') no-repeat bottom right;
		background-size: contain;
		background-color: #F0811D;
	}

	.eco_track {
		background: url('/upload/eco_bg_mob.png') no-repeat bottom right;
		background-size: contain;
		background-color: #CAEB00;
	}

	.future_track {
		background: url('/upload/future_bg_mob.png') no-repeat bottom right;
		background-size: 200px;
		background-color: #1D3969;
	}

	.track span, .track p {
		text-align: left;
	}

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

	.main_slider .tag {
	    font-size: 42px;
	    line-height: 42px;
	}

	.clients .items {
		flex-direction: column;
	}

	.clients .items .col {
		width: 100%;
	}

	.track_bg span {
	    font-size: 20px;
	    margin: 20px 0 20px 20px;
	}

	.track_bg h1 {
	    font-size: 32px;
	    line-height: 42px;
	    margin: 0 0 0 20px;
	}

	.track_bg {
		margin-bottom: 20px;
	}

	.track_page .photos {
    	flex-direction: column;
    	margin: 20px auto;
	}

	.track_page .photo {
    	width: 100%;
    	height: 240px;
    	margin-bottom: 20px;
	}

	.guides_page .photo {
		height: 500px;
	}

	.contacts {
		flex-direction: column-reverse;
	}

	.contacts .title, .contacts .links, .contacts .address, .contacts .socials {
		margin-bottom: 20px;
	}

	.map {
		width: 100%;
		height: 300px;
	}

	.tags a {
		font-size: 13px;
	    padding: 0 6px;
	}

	.reviews_small_slider {
		margin-bottom: 50px;
	}

	.reviews_small_slider .glide__arrow--left {
	    left: -40px;
	}

	.reviews_small_slider .glide__arrow--right {
	    right: -40px;
	}

	.submenu a {
		margin: 0 30px 15px 30px;
	}

	.projects_tiles a .img {
		height: 180px;
		margin-bottom: 15px;
	}

	.dark_bg, .light_bg {
	    padding: 50px 0 0 0;
	}

	.more_projects_btn {
		margin: 40px auto;
	}

	.main_slider .name {
    	font-size: 18px;
    }

	.projects_tiles a {
		width: 100%;
		max-width: none;
	}

	.glide__arrow img {
		width: 25px;
	}

	.index_cats {
    	height: auto;
    	padding-bottom: 32px;
	}

	.index_cats .title {
    	margin-bottom: 30px;
	}

	.cats_slider .name {
		margin-bottom: 16px;
		max-width: none;
	}

	.cats_slider .subtitle {
		max-width: none;
	}

	.index_eco .bg {
		background: url('../img/eco.svg') no-repeat top center;
		background-size: 80vw;
	}

	.index_eco .eco_desc {
    	max-width: none;
    	padding-top: 200px;
	}

	.guides_desc span {
	    font-size: 32px;
	    line-height: 40px;
	}

	.guides_desc p {
	    font-size: 24px;
	    line-height: 30px;
	    max-width: 280px;
	}

	.index_guides .sun {
	    right: -20px;
	}

	.index_cats .title {
    	font-size: 28px;
    }

    .index_future .bg2 {
    	background: transparent;
    }

    .index_future, .index_future .bg1, .index_future .bg2 {
    	height: auto;
    }

    .index_future .bg1 {
	    background: url(../img/future_1.png) no-repeat bottom right;
	    background-size: 40%;
	}

    .index_future .bg2 {
    	padding: 20px 20px 150px 20px;
	}

	.index_future .bg2 span {
	    margin: 0 0 24px 0;
	}

	.index_future .bg2 p {
    	font-size: 16px;
    	line-height: 26px;
    	padding-right: 0;
	}

	.mobile .right {
		display: none;
		flex-direction: column;
		align-items: flex-end;
    	justify-content: flex-start;
		position: fixed;
		top: 90px;
		left: 0;
		width: 100%;
		height: calc(100vh - 90px);
		background: #212121;
	}

	.mobile .active {
		display: flex;
	}

	header nav {
	    flex-direction: column;
	    align-items: flex-end;
	    width: 100%;
	}

	header .store {
    	margin: 20px 20px 20px 0;
	}

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

	.socials-header{
		margin-top:10px;
		margin-right:20px;
	}
	
	.socials-footer{
		margin-bottom: 20px;
	}

	header nav a {
    	font-size: 22px;
    	margin: 0 20px 20px 0;
	}

	footer .wrap {
    	flex-direction: column;
	}

	footer .col {
		width: 100%;
		margin-bottom: 20px;
	}

	.clients .items span {
    	width: 100%;
	}

	.about_video {
	    height: 25vh;
	    min-height: 240px;
	}

	.review-viewer {
    	flex-direction: column;
	}

	.review_text {
    	margin-left: 0;
    	width: 100%;
	}

	.reviews_slider {
	    width: calc(100% - 100px);
	    max-width: none;
	    margin: 0 50px 30px 50px;
	}

	.review_text .logo {
		margin-bottom: 20px;
	}

	.project_top {
	    margin: 40px 0 0 0;
	    flex-direction: column;
	}

	.project_col {
    	width: 100%;
    	max-width: none;
    	margin-bottom: 30px;
	}

	.project_col .tag {
	    font-size: 18px;
	    line-height: 26px;
	}

	.project_col h1 {
    	font-size: 36px;
    	line-height: 42px;
	}

	.project .subtitle {
    	font-size: 22px;
    	line-height: 28px;
	}

	.project .short_desc, .project .fulltext {
    	font-size: 16px;
    	line-height: 26px;
	}

	.project_details .short_desc {
		margin-bottom: 24px;
	}

	.project .greenlink {
    	font-size: 16px;
	}

	.project_widephoto, .project_photo, .project_photo.wide, .project_smallphoto, .project_slider, .project_slider .glide__slide {
    	height: 30vh;
	    min-height: 240px;
	}

	.project_slider {
		margin-bottom: 32px;
	}

	.project_quote img {
	    width: 64px;
	    height: 64px;
	    border-radius: 64px;
	    margin-right: 14px;
	}

	.project_quote_author span {
	    font-size: 20px;
	    line-height: 24px;
	}

	.project_quote_author p {
    	font-size: 18px;
    	line-height: 22px;
	}

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

	.project_photo {
		width: 100%;
	}

	.project_photo img {
		display: none;
	}

	.project_quote {
		margin-bottom: 0;
	}

	.digital_main {
    	height: 240px;
	}

	.digital_wrap .biglink {
		display: none;
	}

	.digital_wrap {
    	margin-left: 0;
	}

	.digital_wrap h1 {
    	font-size: 32px;
    	line-height: 42px;
	}

	.double_video {
		flex-direction: column;
	}

	.double_video iframe {
		width: 100% !important;
		height: 200px !important;
		margin-bottom: 20px;
	}

	.contacts_tile span {
    	font-size: 24px;
	}

	.popup {
    	height: auto;
	}

	#contactsPopup .title {
    	font-size: 24px;
	}

	#contactsPopup form {
    	padding: 0 20px;
	}

	#contactsPopup form span {
    	font-size: 18px;
	}

	#contactsPopup textarea {
    	height: 90px;
	}

	#contactsPopup .radio__text, #contactsPopup .radio__text a {
    	font-size: 12px;
    	line-height: 22px;
	}

	#contactsPopup form {
		margin-top: 0;
	}

	#contactsPopup .popup {
	    padding: 60px 0 20px 0;
	}

	#successPopup .popup span {
	    font-size: 22px;
	    line-height: 26px;
	}

	.project .fulltext iframe {
		min-height: 330px;
	}

	.project .fulltext iframe[src='https://player.vimeo.com/video/557558975'] {
		width: calc(100vw - 60px);
  		height: calc(175vw - 105px);
	}
	
	.tplus__background {
		min-height: calc(70vh - 90px);
	}
	
	.tplus__main-container {
		flex-direction: column;
	}
	
	.tplus__main-block {
		width: 100%;
		margin-bottom: 4%;
		padding: 3%;
		border-radius: 1em;
	}
	
	.projects-breadcrumb {
		margin-top: 45px;
		margin-bottom: 5px;
	}
	
	.projects-title {
		font-size: 32px;
		line-height: 42px;
	}
	
	.tplus__video-slider iframe {
		height: 370px;
	}
	
	.tplus__wrap p {
		margin-bottom: 24px;
	}
	
	.tplus__img-block {
		margin-top: 10px !important;
		margin-bottom: 35px !important;
	}
	
	.tplus__img-block img {
		display: block;
	}
	
	.tplus__img-block .tplus__figma {
		display: none;
	}
	
	.tplus__title {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 24px;
	}
	
	.tplus__img-container {
		margin-top: 10px;
		margin-bottom: 30px;
	}
	
	.other-projects {
		width: 100%;
	}
	
	.tplus__video-slider {
		margin-bottom: 32px;
	}
	
	.tplus__last-block {
		margin-bottom: 64px !important;
	}
	
	.arctic__main-title {
		font-size: 30px;
		line-height: 36px;
		letter-spacing: -1px;
		margin-bottom: 12px;
	}
	
	.arctic__main-container {
		flex-direction: column;
		margin-bottom: 28px;
	}
	
	.arctic__main-block {
		margin-bottom: 36px;
	}
	
	.arctic__wrap {
		padding: 64px 20px;
	}
	
	.arctic__wrap .title {
		text-align: start;
		font-size: 30px;
		line-height: 40px;
		letter-spacing: -1px;
		margin-bottom: 32px;
	}
	
	.arctic__iframe {
		width: calc(100% + 40px);
		height: 428px;
		margin: 0 0 0 -20px;
	}
	
	.arctic__youtube-link {
		margin-bottom: 64px;
	}
	
	.arctic__wrap .subtitle {
		margin-bottom: 32px;
	}
	
	.arctic__wrap ul {
		margin-bottom: 16px;
		font-size: 16px;
		line-height: 24px;
	}
	
	.arctic__img-block {
		margin: 24px 0;
	}
	
	.arctic__youtube-link {
		padding: 12px 17px;
	}
	
	.arctic__fore-block {
		flex-wrap: wrap;
		margin-left: 0;
	}
	
	.arctic__fore-container {
		padding: 0 20px;
		margin-bottom: -15%;
	}
	
	.arctic__fore-container img {
		width: 48%;
		margin: 0 0 16px 0;
		height: auto;
	}
	
	.arctic__site-img {
		padding-bottom: 64px;
	}
	
	.arctic__blue-background.arctic__max-background {
		padding: 10% 0 28% 0;
	}
	
	.arctic__img-block-blue {
		margin-top: -30%;
	}
	
	.arctic__main-video video {
		height: 248px;
	}
	
	.arctic-child__main-video {
		height: 360px;
	}
	
	.arctic-child__main-block {
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: -20px;
		margin-top: -12px;
		padding: 24px 20px 64px 20px;
		margin-bottom: 0;
	}
	
	.arctic-child__main-container {
		flex-direction: column;
	}
	
	.arctic-child__main-block .projects-breadcrumb {
		margin-bottom: 12px;
	}
	
	.arctic-child__main-block .arctic__date {
		margin-bottom: 20px;
	}
	
	.arctic-child__main-button {
		width: fit-content;
		margin-bottom: 32px;
	}
	
	.arctic-child__main-block .arctic__main-container .title {
		margin-bottom: 12px;
	}
	
	.arctic__main-block {
		margin-bottom: 32px;
	}
	
	.arctic__main-block:last-child {
		margin-bottom: 0;
	}
	
	.arctic-child__block-numbers {
		flex-direction: column;
	}
	
	.arctic-child__block-numbers .img1 {
		width: calc(100% + 40px);
		margin: -12px -20px;
	}
	
	.arctic-child__block-numbers .text-block {
		width: calc(100% + 40px);
		margin: 0 -20px;
		padding: 32px 20px;
	}
	
	.arctic-child__block-numbers2 {
		margin: 0px 0px 32px 0px;
		flex-direction: column-reverse;
	}
	
	.arctic-child__block-numbers2 .img2 {
		width: 100%;
		margin: 16px 0;
	}
	
	.arctic-child__iframe {
		height: 200px;
		width: calc(100% + 40px);
		margin: 0 -20px;
	}
	
	.arctic-child__block-text {
		margin: 64px 0 48px 0;
		font-size: 16px;
		line-height: 24px;
		text-align: start;
	}
	
	.arctic-child__block-text .title {
		font-size: 32px;
		line-height: 36px;
		letter-spacing: -1px;
		margin-bottom: 32px;
	}
	
	.arctic-child__block-text p {
		margin-bottom: 20px;
	}
	
	.arctic-child__iframe1 {
		margin-bottom: -30%;
	}
	
	.arctic-child__background2 .arctic-child__background-img1 {
		min-width: 1470px;
	}
	
	.arctic-child__web-mob-img-block {
		flex-direction: column;
	}
	
	.arctic-child__web-mob-img-block img:first-child {
		width: 100%;
	}
	
	.arctic-child__web-mob-img-block img {
		width: 85%;
	}
	
	.arctic-child__fore-container {
		margin-bottom: 48px;
	}
	
	.arctic-child__fore-block {
		flex-wrap: wrap;
		margin-left: 0;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.arctic-child__fore-block img {
		width: 48%;
		margin: 0 0 24px 0;
	}
	
	.arctic-child__fore-block img:last-child {
		width: 100%;
		margin-bottom: 0;
	}
	
	.arctic-child__fore-block-img3 {
		width: 100% !important;
		margin-bottom: 32px !important;
	}
	
	.arctic-child__img-block {
		flex-direction: column;
	}
	
	.arctic-child__img-block img:first-child {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.arctic-child__img-block-right {
		width: 95%;
		margin-bottom: 10px;
	}
	
	.arctic-child__block-text5 .title {
		margin-bottom: 0;
	}
	
	.arctic-child__block-text6 {
		text-align: center;
	}
	
	.arctic-child__block-text3 .title {
		font-size: 24px;
		line-height: 28px;
		letter-spacing: -0.5px;
		margin-bottom: 20px;
	}
	
	.arctic-child__background3 {
		padding-top: 200px;
	}
	
	.arctic-child__iframe2 {
		margin-bottom: -136px;
	}
	
	.arctic-child__minister-block {
		padding: 32px 20px 40px 20px;
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 0;
	}
	
	.arctic-child__minister-photo {
		margin-right: 20px;
	}
	
	.arctic-child__minister-name {
		font-size: 14px;
		line-height: 20px;
	}
	
	.arctic-child__minister-name span:first-child {
		font-size: 20px;
		line-height: 24px;
		letter-spacing: -0.5px;
		margin-bottom: 8px;
	}
	
	.arctic-child__background3 .arctic-child__background-img1, .arctic-child__background3 .arctic-child__background-img2 {
		min-width: 1470px;
	}
	
	.arctic-child__img-container {
		flex-direction: column;
		margin-top: 48px;
	}
	
	.arctic-child__img-container img {
		width: 100%;
	}
	
	.arctic-child__img-container img:first-child {
		margin-bottom: 10px;
	}
	
	.arctic-child__img-container img:last-child {
		margin-top: 0;
	}
	
	.arctic-child__web-mob-img-block2 {
		margin-top: 10px;
	}
	
	.arctic-child__web-mob-img-block-revers {
		flex-direction: column-reverse;
	}
	
	.arctic-child__brand-block {
		width: calc(100% + 40px);
		padding: 48px 20px 0 20px;
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 60%;
	}
	
	.arctic-child__logo-block {
		margin-bottom: 48px;
	}
	
	.arctic-child__logo-block span {
		margin-bottom: 20px;
	}
	
	.arctic-child__logo-block img {
		width: 90%;
	}
	
	.arctic-child__palette-block {
		flex-direction: column;
		margin-bottom: 48px;
	}
	
	.arctic-child__palette-block div {
		width: 100%;
		margin-bottom: 16px;
	}
	
	.arctic-child__font-block {
		flex-direction: column;
		margin-bottom: 64px;
	}
	
	.arctic-child__muller-block {
		margin-bottom: 40px;
	}
	
	.arctic-child__muller-block span:first-child {
		font-size: 72px;
		line-height: 72px;
		margin-bottom: 20px;
	}
	
	.arctic-child__font-block p {
		font-size: 24px;
		line-height: 28px;
		letter-spacing: -1px;
	}
	
	.arctic-child__brand-img {
		margin: 24px 0 48px 0;
	}
	
	.arctic-child__brand-container {
		flex-direction: column;
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: -20px;
		transform: translateY(25%);
	}
	
	.arctic-child__brand-container img {
		width: 120%;
	}
	
	.arctic-child__brand-container img:last-child {
		width: 112%;
		margin-left: -20px;
	}
	
	.arctic-child__background3 .arctic-child__background-img2 {
		bottom: 1%;
	}
	
	.arctic-child__img-container2 {
		flex-direction: column;
		margin-bottom: -40%;
	}
	
	.arctic-child__img-container2 img {
		width: 100%;
	}
	
	.arctic-child__img-container2 img:first-child {
		width: 100%;
		margin-bottom: 16px;
	}
	
	.arctic-child__img-container2-mob {
		display: block;
	}
	
	.arctic-child__img-container2-web {
		display: none;
	}
	
	.arctic-child__background4 {
		padding-top: 38%;
	}
	
	.arctic-child__img-web {
		display: none;
	}
	
	.arctic-child__img-block-mob {
		display: block;
	}
	
	.arctic-child__img-block-mob img {
		width: 100%;
		height: auto;
		border-radius: 2px;
		overflow: hidden;
		margin-bottom: 16px;
	}
	
	.medvedi-lososi__title {
		margin: 20px 0 30px 0;
	}
	
	.medvedi-lososi__vimeo {
		height: 290px;
	}
	
	.nzmu__main-background {
		height: 214px;
	}
	
	.nzmu__main-block {
		flex-direction: column;
	}
	
	.nzmu__main-block:first-child {
		margin-right: 0;
/* 		margin-bottom: 12px; */
	}
	
	.nzmu__main-block .title {
		margin-right: 0;
	}

	.nzmu__main-block:last-child {
		margin-bottom: 36px;
	}
	
	.nzmu__green-background {
		padding: 64px 0;
	}
	
	.nzmu__green-background .title {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 32px;
	}
	
	.nzmu__factory {
		flex-direction: column;
		padding: 64px 20px;
	}
	
	.nzmu__factory-img {
		width: calc(100% + 40px);
		margin-bottom: 48px;
		height: 320px;
	}
	
	.nzmu__factory-text {
		width: 100%;
	}
	
	.nzmu__factory-text .title {
		margin-bottom: 24px;
	}
	
	.nzmu__about-background {
		padding: 80px 0;
	}
	
	.nzmu__about-block {
		width: calc(100% + 40px);
		margin-left: -20px;
		padding: 48px 20px;
	}
	
	.nzmu__nahodka-background .wrap {
		flex-direction: column;
	}
	
	.nzmu__nahodka-text {
		width: 100%;
		padding-bottom: 48px;
	}
	
	.nzmu__nahodka-block {
		margin-top: 40px;
	}
	
	.nzmu__nahodka-background {
		padding-top: 64px;
	}
	
	.nzmu__nahodka-img {
		width: 100%;
	}
	
	.nzmu__mechanics {
		flex-direction: column-reverse;
	}
	
	.nzmu__mechanics-text {
		width: 100%;
		margin-bottom: 48px;
		padding: 64px 0 0 0;
	}
	
	.nzmu__mechanics-img-web {
		display: none;
	}
	
	.nzmu__mechanics-img-mob {
		display: block;
		width: 100%;
		height: auto;
	}
	
	.nzmu__conceptually-text {
		width: 100%;
		padding: 86px 0 80px 0;
	}
	
	.nzmu__nahodka-text .title {
		margin-bottom: 24px;
	}
	
	.nzmu__white-background {
		padding-bottom: 80px;
	}
	
	.nzmu__illustrations-background {
		padding: 80px 0;
	}
	
	.nzmu__illustrations-block {
		padding: 48px 20px 64px 20px;
		width: calc(100% + 40px);
		margin-left: -20px;
	}
	
	.nzmu__launch {
		margin-bottom: 0;
	}
	
	.nzmu__launch .title {
		margin: 64px 0 24px 0;
		font-size: 32px;
		line-height: 36px;
		letter-spacing: -1px;
	}
	
	.nzmu__launch-block {
		padding: 40px 20px 0 20px;
		width: calc(100% + 40px);
		margin-left: -20px;
	}
	
	.nzmu__launch-block p {
		padding-bottom: 32px;
	}
	
	.nzmu__launch-block-white {
		position: static;
		width: calc(100% + 40px);
		bottom: auto;
		right: auto;
		left: -20px;
		width: calc(100% + 40px);
		margin: -16px auto auto -20px;
		transform: none;
		padding: 32px 20px 40px 20px;
	}
	
	.nzmu__video {
		height: 200px;
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 64px;
	}
	
	.smart-train__main-background {
		padding: 80px 0 60px 0;
		height: auto;
		min-height: 100px;
	}
	
	.smart-train__main-block {
		padding: 32px 20px 32px 20px;
	}
	
	.smart-train__tag {
		margin-bottom: 12px;
	}
	
	.smart-train__main-title {
		font-size: 30px;
		line-height: 36px;
		letter-spacing: -1px;
		margin-bottom: 16px;
	}
	
	.smart-train__main-text {
		margin-bottom: 16px;
	}
	
	.smart-train__main-img {
		width: 152px;
		top: -28%;
		right: 0%;
	}
	
	.smart-train__customer-conteiner {
		flex-direction: column;
		padding: 48px 0 0 0;
	}
	
	.smart-train__customer-block {
		flex-direction: column;
		margin-bottom: 28px;
	}
	
	.smart-train__customer-title {
		margin-right: 0;
		margin-bottom: 12px;
	}
	
	.smart-train__background-img {
		top: auto;
		bottom: 0;
		height: 33%;
	}
	
	.smart-train__themes {
		width: calc(100% + 40px);
		box-shadow: none;
		border-radius: 0;
		padding: 32px 20px 20px 20px;
		margin: 0 0 0 -20px;
	}
	
	.smart-train__themes p {
		font-size: 30px;
		line-height: 40px;
	}
	
	.smart-train__themes ul {
		margin-bottom: 64px;
		font-size: 16px;
		line-height: 24px;
		color: rgba(0, 0, 0, 0.6);
	}
	
	.smart-train__themes li {
		margin-left: 20px;
	}
	
	.smart-train__themes li:before {
		width: 6px;
		height: 6px;
		left: -20px;
	}
	
	.smart-train__themes iframe {
		transform: none;
		height: 202px;
		width: calc(100% + 40px);
		margin: 0 -20px -5px -20px;
	}
	
	.smart-train__express {
		margin: 64px 0;
		height: 204px;
		border-bottom: 24px solid #212121;
	}
	
	.smart-train__express-tunnel {
		height: 180px;
		width: 84px;
	}
	
	.smart-train__express-animation {
		height: 128px;
	}
	
	.smart-train__2big-pictures {
		margin-top: 48px;
		flex-direction: column;
	}
	
	.smart-train__2big-pictures img {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.smart-train__2big-pictures img:last-child {
		margin-bottom: 0;
	}
	
	.smart-train__text-block {
		margin: 64px auto;
	}
	
	.smart-train__text-block .title {
		font-size: 32px;
		line-height: 36px;
		margin-bottom: 32px;
	}
	
	.smart-train__img-little-science {
		margin-bottom: 16px;
	}
	
	.smart-train__img-medicine-person {
		margin-bottom: 16px;
	}
	
	.smart-train__minister-block {
		width: calc(100% + 40px);
		margin-top: 64px;
		margin-left: -20px;
		padding: 42px 20px 40px 20px;
		font-size: 16px;
		line-height: 24px;
	}
	
	.smart-train__minister-photo {
		margin-right: 20px;
	}
	
	.smart-train__minister-title-block {
		margin-bottom: 24px;
		font-size: 14px;
		line-height: 20px;
	}
	
	.smart-train__minister-name span:first-child {
		font-size: 20px;
		line-height: 24px;
	}
	
	.smart-train__3big-pictures {
		margin-bottom: 48px;
	}
	
	.smart-train__3big-pictures img, .smart-train__3big-pictures img:first-child {
		width: calc(100% + 40px);
		margin: 0 -20px 16px -20px;
	}
	
	.smart-train__black-background .smart-train__text-block {
		margin: 48px auto 64px auto;
	}
	
	.smart-train__black-background .smart-train__text-block .title {
		font-size: 30px;
		line-height: 40px;
	}
	
	.smart-train__text-block ul {
		margin-bottom: 24px;
		font-size: 16px;
		line-height: 24px;
	}
	
	.smart-train__black-background .smart-train__3big-pictures {
		margin-bottom: 48px;
	}
	
	.smart-train__black-background .smart-train__minister-block {
		margin-bottom: 64px;
	}
	
	.smart-train__background-img2 {
		top: 10%;
		bottom: auto;
	}
	
	.east-express__video {
		width: calc(100% + 40px);
		height: 432px;
		margin: 0 -20px;
		transform: none;
	}
	
	.east-express__text-block3 {
		margin-bottom: 40px;
	}
	
	.east-express__img-train2 img {
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: -20px;
	}
	
	.east-express__selfie-background {
		margin: 48px 0 55% 0;
		padding-top: 48px;
	}
	
	.east-express__selfie-background .wrap {
		flex-direction: column-reverse;
	}
	
	.east-express__selfie-text {
		width: 100%;
		padding: 0;
		margin-bottom: 48px;
	}
	
	.east-express__selfie-img {
		width: 100%;
		margin-top: 0;
		margin-bottom: -50%;
	}
	
	.east-express__img-harbor {
		width: calc(100% + 40px);
		margin: -24px -20px 64px -20px; 
	}
	
	.east-express__quote {
		overflow: hidden;
		margin-bottom: 64px;
	}
	
	.east-express__quote-photo {
		width: 200px;
	    height: 200px;
	    max-width: 100%;
	    margin-bottom: -128px;
	}
	
	.east-express__quote-bg {
	    background-size: cover;
	    padding: 160px 20px 104px 20px !important;
	    margin-left: -20px;
	    margin-right: -20px;
	    width: calc(100% + 40px);
	    max-width: none;
	}
	
	.east-express__quote-text {
		padding: 0 20px;
	}
	
	.east-express__quote-title {
		font-size: 32px;
	    line-height: 36px;
	    letter-spacing: -1px;
	    margin-bottom: 16px;
	}
	
	.east-express__video-container {
		flex-direction: column;
	}
	
	.east-express__video-container iframe {
		width: 100%;
		margin-bottom: 16px;
		height: 190px;
	}
	
	.east-express__main-background {
		height: 188px;
	}

	.other-projects {
		min-height: 248px;
		padding: 24px 20px;
	}
	.section-other-projects__title {
		font-size: 32px;
		line-height: 36px;
		letter-spacing: -1px;
		margin-bottom: 32px;
	}
	
	.chukotka-background, .amur-background {
		height: 248px;
	}
	
	.chukotka-background img {
		width: 262px;
		height: auto;
	}
	
	.amur-background img {
		width: 260px;
		height: auto;
	}
	
	.chukotka-main__container {
		flex-direction: column;
		margin-bottom: 40px;
	}
	
	.chukotka-main__text-block {
		margin-right: 0;
	}
	
	.chukotka-main__text-block .arctic__date {
		margin-bottom: 20px;
	}
	
	.chukotka-main__link {
		width: fit-content;
	}
	
	.chukotka__main-block {
		flex-direction: column;
		margin-right: 0;
	}
	
	.chukotka__main-container {
		margin-bottom: 64px;
	}
	
	.chukotka__first-text {
		margin: 64px 0 32px;
		font-size: 16px;
		line-height: 24px; 
	}
	
	.chukotka__small-text {
		margin-bottom: 64px;
	}
	
	.chukotka__blue-background, .amur__orange-background {
		padding: 48px 0;
	}
	
	.chukotka__blue-text {
		font-size: 20px;
		line-height: 28px;
	}
	
	.chukotka__small-title {
		margin: 64px auto 32px auto;
		font-size: 24px;
		line-height: 28px;
		letter-spacing: -0.5px;
	}
	
	.chukotka__img {
		margin-bottom: 48px;
	}
	
	.smart-train__white-background_special {
		padding-bottom: 64px;
	}
	
	.chukotka__big-wrap {
		flex-direction: column;
		margin-bottom: 48px;
	}
	
	.chukotka__big-img, .chukotka__big-block-img {
		width: 100%;
	}
	
	.chukotka__lightblue-background .chukotka__big-wrap:first-child {
		margin-top: -64px;
	}
	
	.chukotka__big-wrap .chukotka__img, .chukotka__big-block-img .chukotka__img:first-child {
		margin-bottom: 16px;
	}
	
	.chukotka__lightblue-background .chukotka__big-wrap:last-child {
		margin-bottom: -64px;
	}
	
	.smart-train__white-background_special2 {
		padding-top: 112px;
	}
	
	.smart-train__white-background_special2 .chukotka__img:last-child {
		margin-bottom: -64px;
	}
	
	.chukotka__blue-background2 {
		padding-top: 112px;
	}
	
	.chukotka__blue-background2 .chukotka__big-wrap:last-child {
		margin-bottom: -64px;
	}
	
	.chukotka-bottom__title {
		margin: 128px 0 48px;
		font-size: 24px;
		line-height: 28px;
		letter-spacing: -0.5px;
		padding-bottom: 24px;
	}
	
	.chukotka-bottom__subtitle {
		font-size: 20px;
		line-height: 24px; 
		letter-spacing: -0.5px;
		margin-bottom: 24px;
	}
	
	.chukotka-bottom__text-container {
		flex-direction: column;
	}
	
	.chukotka-bottom__text-block2 {
		margin-left: 0;
		margin-top: 30px;
	}
	
	.chukotka-bottom__font {
		font-size: 146px;
		line-height: 146px;
		margin-right: 11px;
	}
	
	.chukotka-bottom__text-title {
		font-size: 14px;
		line-height: 20px;
	}
	
	.chukotka-bottom__text-font {
		font-size: 16px;
		line-height: 16px;
		padding-bottom: 14px;
	}
	
	.chukotka__text {
		margin-bottom: 64px;
	}
	
	.chukotka-bottom__color-container {
		flex-direction: column;
		margin-bottom: 0;
	}
	
	.chukotka-bottom__color-block, .chukotka-bottom__color-block2, .chukotka-bottom__color-block3, .chukotka-bottom__color-block4, .chukotka-bottom__color-block5 {
		width: 100% !important;
		margin-bottom: 12px !important;
	}
	
	.chukotka-bottom__color-container2 {
		margin-bottom: 80px;
	}
	
	.amur-background img {
		transform: translateX(-15%);
	}
	
	.amur__lightgreen-background .chukotka__big-wrap:first-child {
		margin-top: -64px;
	}
	
	.chukotka__big-img2 {
		width: 100%;
		margin-bottom: 16px;
	}
	
	.chukotka__big-block-img2 {
		width: 100%;
		margin-bottom: 0;
	}
	
	.amur__lightgreen-background .chukotka__big-wrap:last-child {
		margin-bottom: -64px;
	}
	
	.amur__lightgreen-background .chukotka__big-wrap:last-child .chukotka__big-img2 {
		margin-bottom: 16px;
	}
	
	.amur__green-background {
		padding-top: 112px;
	}
	
	.chukotka__big-block-img2 .chukotka__img:first-child {
		margin-bottom: 16px !important;
	}
	
	.amur__green-background .chukotka__big-wrap:last-child {
		margin-bottom: -64px;
	}
	
	.amur-bottom__text-container {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.chukotka-bottom__text-block3 {
		margin-bottom: 32px;
	}
	
	.amur-bottom__text-container2 {
		margin-bottom: 64px;
	}
	
	.arctic-best__main-block {
		flex-direction: column;
	}
	
	.arctic-best__main-block:first-child {
		margin-right: 0;
	}
	
	.arctic-best__main-block:last-child {
		margin-bottom: 32px;
	}
	
	.arctic-best__main-block .title {
		margin-bottom: 12px;
	}
	
	.best-arctic__background {
		padding: 48px 0;
	}
	
	.best-arctic__img {
		margin-bottom: 48px;
	}
	
	.best-arctic__img:first-child {
		margin-top: 64px;
	}
	
	.best-arctic__img_last {
		margin-top: 0 !important;
		margin-bottom: -64px;
	}
	
	.best-arctic__purpule {
		padding-top: 100px;
	}
	
	.best-arctic__white-background_special2 {
		padding-top: 48px;
	}
	
	.best-arctic__white-background_special2 .best-arctic__img:first-child {
		margin-bottom: 24px;
	}
	
	.best-arctic__black {
		padding-top: 100px;
		padding-bottom: 0;
	}
	
	.best-img-background {
		height: 154px;
	}
	
	.write-us__title {
		font-size: 32px;
		font-style: normal;
		font-weight: 700;
		line-height: 36px;
		letter-spacing: -1px;
	}
}

@media only screen and (max-width:640px){
	.reviews_small_slider {
		max-width: 424px;
	}
	
	.arctic__iframe {
		height: 369px;
	}
}

@media only screen and (max-width:600px){
	.index_guides .wrap {
		flex-direction: column;
		height: auto;
	}

	.index_guides {
    	height: auto;
	}

	.guides_slider {
		width: calc(100% - 90px);
	}

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

	.index_guides .sun {
    	bottom: -20px;
    	right: -40px;
	}
	
	.tplus__video-slider iframe {
	    height: 300px;
	}
	
	.write-us__container {
		flex-direction: column;
		width: 100%;
	}
	
	.write-us__link {
		width: 100%;
		margin-right: 0;
		margin-bottom: 12px;
	}
	
	.write-us__link:last-child {
		margin-bottom: 0;
	}
}

@media only screen and (max-width:510px){
	.reviews_small_slider {
		max-width: 313px;
	}
	
	.arctic__iframe {
		height: 290px;
	}
	
	.east-express__video {
		height: 210px;
	}
}

@media only screen and (max-width:420px){
	.index_eco .eco_desc {
	    padding-top: 120px;
	}

	.index_eco .eco_desc span {
    	font-size: 28px;
    	line-height: 36px;
	}

	.index_eco .eco_desc p {
    	font-size: 18px;
    	line-height: 28px;
	}

	.index_eco .eco_desc a {
		margin-top: 16px;
	}

	.eco_slider {
		margin-top: 32px;
	}

	.cats_slider .name {
	    font-size: 20px;
	    line-height: 28px;
	}

	.index_future .bg1 {
	    background-size: 60%;
	}

	.reviews_small_slider {
		max-width: 202px;
	}
	.project .fulltext iframe {
		min-height: 240px;
	}

	.double_images {
		flex-direction: column;
	}

	.double_images img {
		width: 100%;
	}
	
	.tplus__video-slider iframe {
	   height: 180px;
	}
	
	.arctic__iframe {
		height: 240px;
	}
	
	.medvedi-lososi__vimeo {
		height: 240px;
	}
}

@media only screen and (max-width:320px){
	.index_cats .title {
    	font-size: 24px;
    }

    .cats_slider {
    	width: calc(100% - 100px);
	}

	.index_cats .glide__arrow--left {
    	left: -45px;
	}

	.index_cats .glide__arrow--right {
    	right: -45px;
	}

	.index_eco .eco_desc span {
    	font-size: 24px;
    	line-height: 32px;
	}

	.index_eco .eco_desc p {
    	font-size: 16px;
    	line-height: 26px;
	}

	.eco_slider {
    	width: calc(100% - 45px);
	}

	.eco_slider .glide__arrow--right {
    	right: -45px;
	}
}