@charset "UTF-8";

@font-face {
	font-family: NeoSansPro;
	font-weight: 400;
	src: url(../fonts/NeoSansPro-Regular.woff2) format("woff2")
}

@font-face {
	font-family: NeoSansPro;
	font-weight: 500;
	src: url(../fonts/NeoSansPro-Medium.woff2) format("woff2")
}

@font-face {
	font-family: NeoSansPro;
	font-weight: 700;
	src: url(../fonts/NeoSansPro-Bold.woff2) format("woff2")
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

a img, fieldset, img {
	border: none
}

.object-fit-cover {
  object-fit: cover;
  object-position: center center;
}

button, input[type=submit] {
	background: transparent;
	cursor: pointer
}

button::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

button, input {
	border: 0;
	margin: 0;
	padding: 0
}

button:disabled {
	background: #242424
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.5em
}

a {
	text-decoration: none
}

a, a:focus, button, div, h1, h2, h3, h4, h5, h6, img, input, li, select, span, textarea {
	-webkit-tap-highlight-color: transparent;
	outline: none !important
}

.sub-menu {
    display: none;
    position: absolute;
    width: 40px;
}

.nav-menu button:focus + .sub-menu, .sub-menu:hover {
    display: block;
}

.current-locale {
	color: #000;
    display: block;
    font-size: 14px;
    letter-spacing: .05em;
    position: relative;
    text-transform: uppercase;
	line-height: 20px;
}

.select-locale {
	color: #414141;
}

div, section {
	display: block
}

ol, ul {
	list-style-type: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

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

input, textarea {
	-webkit-appearance: none;
	font-family: NeoSansPro, sans-serif
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .5);
	opacity: 1;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: rgba(0, 0, 0, .5);
	opacity: 1;
	-moz-transition: opacity .2s ease;
	transition: opacity .2s ease
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: rgba(0, 0, 0, .5);
	opacity: 1;
	-ms-transition: opacity .2s ease;
	transition: opacity .2s ease
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
	color: rgba(0, 0, 0, .5);
	opacity: 1;
	-ms-transition: opacity .2s ease;
	transition: opacity .2s ease
}

input::placeholder, textarea::placeholder {
	color: rgba(0, 0, 0, .5);
	opacity: 1;
	-webkit-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease
}

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

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
	opacity: 0;
	-moz-transition: opacity .2s ease;
	transition: opacity .2s ease
}

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

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

input:focus::placeholder, textarea:focus::placeholder {
	opacity: 0;
	-webkit-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease
}

@media (prefers-reduced-motion:reduce) {
	* {
		-webkit-transition: none !important;
		-o-transition: none !important;
		transition: none !important
	}
}

@media screen and (max-width:767px) {
	* {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
	}
}

b, strong {
	font-weight: 700
}

body {
	background: #ebebeb;
	color: #000;
	font-family: NeoSansPro, sans-serif;
	font-weight: 400;
	line-height: 1.4;
	overflow-x: hidden;
	position: relative
}

.row, body {
	width: 100%
}

.row {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 30px
}

.container, .content {
	height: auto;
	overflow: hidden;
	position: relative;
	width: 100%
}

.content {
	padding-bottom: 100px;
	z-index: 1
}

.page-home .content {
	background: url(../img/bg-home.jpg) top/920px auto no-repeat;
	padding-top: 167px
}

.page-home .bg i:first-child {
	right: calc(50vw + 100px);
	top: 300px
}

.page-home .bg i:nth-child(2) {
	left: calc(50vw - 100px);
	top: 1800px
}

.page-home .bg i:nth-child(3) {
	right: calc(50vw + 200px);
	top: 3800px
}
.page-project .content, .page-company .content, .page-city .content {
	padding-top: 167px
}
.page-project .bg i:first-child {
	left: calc(50vw - 100px);
	top: 100px
}

.page-project .bg i:nth-child(2) {
	right: calc(50vw - 100px);
	top: 1800px
}

.page-company .bg i:first-child {
	right: calc(50vw - 100px);
	top: 0
}

.page-company .bg i:nth-child(2) {
	right: calc(50vw - 900px);
	top: 2600px
}

.page-company .bg i:nth-child(2) img {
	width: 1800px
}

.page-city .bg i:first-child {
	right: calc(50vw - 100px);
	top: 200px
}

.page-city .bg i:first-child img {
	width: 1740px
}

.page-city .bg i:nth-child(2) {
	left: calc(50vw - 100px);
	top: 1740px
}

.page-city .bg i:nth-child(2) img {
	width: 1740px
}

.page-city .bg i:nth-child(3) {
	right: calc(50vw + 100px);
	top: 3640px
}

.page-city .bg i:nth-child(3) img {
	width: 940px
}

.page-news .bg i:first-child {
	left: calc(50vw - 100px);
	top: 100px
}

.page-news .bg i:first-child img {
	width: 1310px
}

.page-news .bg i:nth-child(2) {
	right: calc(50vw - 100px);
	top: 1100px
}

.page-news .bg i:nth-child(2) img {
	width: 1200px
}

.bg {
	height: 1px;
	left: 0;
	pointer-events: none;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1
}

.bg, .bg i {
	position: absolute
}

.bg i img {
	display: block;
	height: auto;
	width: auto
}

.header {
	left: 0;
	padding: 0 30px;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
	width: 100%;
	z-index: 99
}

.header .row {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1300px;
	padding: 41px 0 34px;
	-webkit-transition: padding .3s, border .3s;
	-o-transition: padding .3s, border .3s;
	transition: padding .3s, border .3s
}

.header__humb {
	display: none
}

.header__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: 39px;
	float: left
}

.header__logo img {
	position: absolute;
	width: auto;
	height: 100%;
	transition: opacity .3s;
}

.header__logo img:nth-child(2) {
	opacity: 0;
}

.header__nav {
	float: right;
	margin: auto 0 auto auto
}

.header__nav li {
	float: left;
	margin-right: 54px
}

.header__nav li:last-child {
	margin: 0
}

.header__nav li.active a:before {
	background: #00aeda;
	bottom: -7px;
	content: "";
	height: 2px;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	width: 100%
}

.header__nav li a {
	color: #000;
	display: block;
	font-size: 14px;
	letter-spacing: .05em;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.cap, .cap__title {
	width: 100%
}

.cap__title h1 {
	display: block;
	font-size: 36px;
	font-weight: 500;
	letter-spacing: .05em;
	text-align: center;
	text-transform: uppercase
}

.cap__nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 40px 0 0;
	padding: 0 15px;
	width: 100%
}

.cap__nav, .cap__nav-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.cap__nav-item {
	border-radius: 33px;
	float: left;
	height: 323px;
	margin-left: -5%;
	overflow: hidden;
	position: relative;
	-webkit-transform: skewX(-17deg);
	-ms-transform: skewX(-17deg);
	transform: skewX(-17deg);
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	width: 29%
}

.cap__nav-item:first-child {
	margin-left: 0;
	width: 28%;
	z-index: 4
}

.cap__nav-item:nth-child(2) {
	z-index: 3
}

.cap__nav-item:nth-child(3) {
	z-index: 2
}

.cap__nav-item:nth-child(4) {
	z-index: 1
}

.cap__nav-item:after, .cap__nav-item:before {
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}

.cap__nav-item:before {
	background: -o-linear-gradient(333.37deg, rgba(0, 0, 0, .15) 30.34%, rgba(16, 187, 234, .15) 79.45%), -o-linear-gradient(bottom, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
	background: linear-gradient(116.63deg, rgba(0, 0, 0, .15) 30.34%, rgba(16, 187, 234, .15) 79.45%), linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
	z-index: 1
}

.cap__nav-item:after {
	background: -o-linear-gradient(5.29deg, rgba(0, 0, 0, .2) 4.24%, rgba(16, 187, 234, .3) 48.37%), -o-linear-gradient(bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
	background: linear-gradient(84.71deg, rgba(0, 0, 0, .2) 4.24%, rgba(16, 187, 234, .3) 48.37%), linear-gradient(0deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
	opacity: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	z-index: 2
}

.cap__nav-item i {
	background-position: 50%;
	background-size: cover;
	bottom: 0;
	height: 100%;
	left: -25%;
	position: absolute;
	right: 0;
	top: 0;
	width: 150%;
	z-index: 0
}

.cap__nav-item i, .cap__nav-item span {
	-webkit-transform: skewX(17deg);
	-ms-transform: skewX(17deg);
	transform: skewX(17deg)
}

.cap__nav-item span {
	color: #fff;
	display: block;
	margin: auto;
	position: relative;
	text-align: center;
	width: auto;
	z-index: 3
}

.cap__nav-item span h4 {
	display: block;
	font-size: 22px;
	font-weight: 500;
	padding-top: 19px;
	text-transform: uppercase;
	-webkit-transition: padding .3s;
	-o-transition: padding .3s;
	transition: padding .3s
}

.cap__nav-item span b {
	display: block;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: .06em;
	margin-top: 3px;
	opacity: 0;
	text-transform: uppercase;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

.cap__news {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-top: 53px;
	width: 100%
}

.cap__news-title {
	float: left;
	padding-right: 50px;
	width: 30%
}

.cap__news-title h2 {
	display: block;
	font-size: 60px;
	font-weight: 300;
	line-height: 1
}

.cap__news-title p {
	display: block;
	font-size: 14px;
	line-height: 160%;
	margin-top: 22px;
	max-width: 250px
}

.cap__news-slider {
	float: left;
	margin: 0 -20px;
	position: relative;
	width: calc(70% + 40px)
}

.cap__news-slider .slick-list {
	overflow: hidden
}

.cap__news-slider .slick-list, .cap__news-slider .slick-track {
	float: left;
	height: auto;
	width: 100%
}

.cap__news-slider .slick-arrow {
	height: 220px
}

.cap__news-slider .slick-prev {
	left: 20px
}

.cap__news-slider .slick-next {
	right: 20px
}

.cap__news-item {
	float: left;
	margin: 0 20px;
	width: calc(50% - 40px)
}

.cap__news-item i {
	background-position: 50%;
	background-size: cover;
	border-radius: 30px;
	display: block;
	height: 220px;
	position: relative;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	width: 100%
}

.cap__news-item i a {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1
}

.cap__news-item h4 {
	color: #000;
	float: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	margin-top: 18px;
	width: 65%
}

.cap__news-item h4 a {
	color: #000
}

.cap__news-item p {
	background: #f0f0f0;
	max-width: 35%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-radius: 30px;
	color: rgba(0, 0, 0, .4);
	float: right;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	margin: 18px 0 0 auto;
	padding: 0 15px;
	-webkit-transition: color .3s, background .3s;
	-o-transition: color .3s, background .3s;
	transition: color .3s, background .3s
}

.cap__all {
	display: none
}

.link {
	background: #10bbea;
	border-radius: 6px;
	-webkit-box-shadow: 0 12px 17px rgba(16, 187, 234, .17);
	box-shadow: 0 12px 17px rgba(16, 187, 234, .17);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	height: 49px;
	line-height: 47px;
	padding: 0 30px;
	text-align: center;
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto
}

.title {
	position: relative;
    min-height: 160px;
}

.title h2 {
	font-size: 60px;
	line-height: 1;
}

.title h2, .title h3 {
	color: #000;
	display: block;
	font-weight: 400;
	width: 100%
}

.title h3 {
	font-size: 60px;
	line-height: 120%
}

.title p {
	color: #000;
	font-size: 20px;
	line-height: 160%;
	position: absolute;
	width: 100%
}

.title a {
	margin-top: 36px;
	padding: 0 50px
}

.slick-arrow {
	background: -o-linear-gradient(341.93deg, rgba(0, 0, 0, .1) -7.53%, rgba(16, 187, 234, .1) 200.1%), hsla(0, 0%, 7%, .1);
	background: linear-gradient(108.07deg, rgba(0, 0, 0, .1) -7.53%, rgba(16, 187, 234, .1) 200.1%), hsla(0, 0%, 7%, .1);
	bottom: 0;
	font-size: 0;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 50px;
	z-index: 5
}

.slick-arrow:after {
	background: #10bbea;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	width: 100%
}

.slick-arrow:before {
	background: url(../img/arrow-l.svg) 50% no-repeat;
	content: "";
	height: 18px;
	left: calc(50% - 9px);
	position: absolute;
	top: calc(50% - 10px);
	width: 21px;
	z-index: 1
}

.slick-prev {
	border-radius: 30px 0 0 30px;
	left: 0
}

.slick-next {
	border-radius: 0 30px 30px 0;
	right: 0
}

.slick-next:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.games {
	margin-top: 65px;
	width: 100%
}

.games .title p {
	max-width: 620px;
	right: 0;
	top: 100px
}

.games__slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	margin: 115px auto 0;
	max-width: 850px;
	position: relative;
	width: 100%
}

.games__slider .slick-list {
	background: rgba(0, 0, 0, .5);
	border-radius: 30px;
	height: auto;
	overflow: visible !important;
	-webkit-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	transform: skewX(-10deg);
	width: 100%
}

.games__slider .slick-track {
	height: auto;
	width: 100%
}

.games__slider .slick-arrow {
	-webkit-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	transform: skewX(-10deg)
}

.games__slider .slick-arrow:before {
	-webkit-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	transform: skewX(10deg)
}

.games__slider .slick-next:before {
	-webkit-transform: skewX(10deg) rotate(180deg);
	-ms-transform: skewX(10deg) rotate(180deg);
	transform: skewX(10deg) rotate(180deg)
}

.games__item {
	border-radius: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: left;
	height: 540px;
	overflow: hidden;
	position: relative;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	width: 100%
}

.games__item:not(.slick-active) {
	-webkit-transform: scale(.85);
	-ms-transform: scale(.85);
	transform: scale(.85)
}

.games__item:before {
	background: hsla(0, 0%, 7%, .7) url(../img/games-circle.png) 100% 100%/444px auto no-repeat;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
	width: 100%;
	z-index: 2
}

.games__item i {
	background-position: 50%;
	background-size: cover;
	bottom: 0;
	height: 100%;
	left: -25%;
	position: absolute;
	right: -25%;
	top: 0;
	-webkit-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	transform: skewX(10deg);
	width: 150%;
	z-index: 0
}

.games__item div {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: auto;
	max-width: 424px;
	opacity: 0;
	position: relative;
	-webkit-transform: skewX(10deg) translateY(50px);
	-ms-transform: skewX(10deg) translateY(50px);
	transform: skewX(10deg) translateY(50px);
	-webkit-transition: opacity .5s, -webkit-transform .5s;
	transition: opacity .5s, -webkit-transform .5s;
	-o-transition: opacity .5s, transform .5s;
	transition: opacity .5s, transform .5s;
	transition: opacity .5s, transform .5s, -webkit-transform .5s;
	width: 70%;
	z-index: 5
}

.games__item div img {
	display: block;
	height: auto;
	margin: 0 auto;
	width: auto;
	height: 50px;
}

.games__item div h4 {
	font-size: 24px;
	font-weight: 700;
	line-height: 128%;
	margin-top: 15px;
	text-transform: uppercase
}

.games__item div h4, .games__item div p {
	color: #fff;
	display: block;
	text-align: center;
	width: 100%
}

.games__item div p {
	font-size: 16px;
	line-height: 150%;
	margin-top: 20px;
}

.games__item div a {
	display: block;
	margin: 24px auto 0;
	width: 188px
}

.ural {
	margin-top: 150px;
	width: 100%
}

.ural .title p {
	max-width: 715px;
	right: 0;
	top: 125px
}

.ural__video {
	background: #000;
	border-radius: 30px;
	margin-top: 100px;
	overflow: hidden;
	position: relative
}

.ural__video, .ural__video img {
	display: block;
	height: auto;
	width: 100%
}

.ural__video img {
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s
}

.ural__video:before {
	background: url(../img/ural_video.png) 50%/contain no-repeat;
	content: "";
	height: 845px;
	opacity: 0;
	position: absolute;
	right: -400px;
	top: -300px;
	-webkit-transform: translateX(-700px);
	-ms-transform: translateX(-700px);
	transform: translateX(-700px);
	-webkit-transition: opacity .5s, -webkit-transform .5s;
	transition: opacity .5s, -webkit-transform .5s;
	-o-transition: opacity .5s, transform .5s;
	transition: opacity .5s, transform .5s;
	transition: opacity .5s, transform .5s, -webkit-transform .5s;
	width: 845px;
	z-index: 1
}

.ural__video:after {
	background: url(../img/content-home-bg1.png) 50%/contain no-repeat;
	content: "";
	height: 1400px;
	left: calc(50% - 700px);
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
	width: 1400px;
	z-index: 1
}

.ural__video i {
	background: hsla(0, 0%, 56%, .9) url(../img/play.svg) left 70px center no-repeat;
	border-radius: 50%;
	cursor: pointer;
	height: 174px;
	left: calc(50% - 87px);
	opacity: 0;
	position: absolute;
	top: calc(50% - 87px);
	-webkit-transform: translateY(-200px);
	-ms-transform: translateY(-200px);
	transform: translateY(-200px);
	-webkit-transition: opacity .5s, -webkit-transform .5s;
	transition: opacity .5s, -webkit-transform .5s;
	-o-transition: opacity .5s, transform .5s;
	transition: opacity .5s, transform .5s;
	transition: opacity .5s, transform .5s, -webkit-transform .5s;
	width: 174px;
	z-index: 2
}

.city {
	margin-top: 127px;
	width: 100%
}

.city .title p {
	bottom: -8px;
	max-width: 685px;
	right: 30px
}

.city__slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	margin: 88px auto 0;
	position: relative;
	width: 100%
}

.city__slider .slick-list {
	float: left;
	height: auto;
	overflow: hidden;
	width: 100%
}

.city__slider .slick-track {
	float: left;
	height: auto;
	padding: 34px 0;
	width: 100%
}

.city__slider .slick-arrow {
	bottom: 34px;
	height: calc(100% - 68px);
	top: 34px
}

.city__item {
	float: left;
	height: auto;
	overflow: hidden;
	position: relative;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	width: 33%;
	z-index: unset
}

.city__item.max:before {
	padding-top: 140%
}

.city__item.max.slick-center {
	-webkit-transform: scale(1.13);
	-ms-transform: scale(1.13);
	transform: scale(1.13);
	z-index: 1
}

.city__item.slick-center {
	-webkit-transform: scale(1.18);
	-ms-transform: scale(1.18);
	transform: scale(1.18);
	z-index: 1
}

.city__item.slick-center img {
	opacity: 1
}

.city__item:before {
	background: #000;
	border-radius: 30px;
	content: "";
	display: block;
	height: auto;
	padding-top: 100%;
	width: 100%
}

.city__item img {
	border-radius: 30px;
	bottom: 0;
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	opacity: .8;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	width: 100%
}

.part {
	margin-top: 135px;
	width: 100%
}

.part .title p {
	bottom: -8px;
	max-width: 700px;
	right: 30px
}

.footer {
	background: hsla(0, 0%, 100%, .3);
	padding: 0 30px;
	width: 100%
}

.footer .row {
	max-width: 1300px;
	padding: 0
}

.footer__top {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding: 40px 0 30px;
	position: relative;
	width: 100%
}

.footer__soc {
	float: left
}

.footer__soc li {
	float: left;
	margin-right: 12px
}

.footer__soc li:last-child {
	margin: 0
}

.footer__soc li a {
	background: hsla(0, 0%, 100%, .8);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 40px;
	width: 40px
}

.footer__soc li a img, .footer__soc li a svg {
	display: block;
	height: auto;
	margin: auto;
	width: auto
}

.footer__soc li a svg path {
	fill: #000;
	-webkit-transition: fill .3s;
	-o-transition: fill .3s;
	transition: fill .3s
}

.footer__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: 50%;
	position: absolute;
	top: 40px;
	height: 39px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.footer__logo img {
	display: block;
	height: 100%;
	width: auto;
}

.footer__phone {
	float: right;
	margin-left: auto;
	width: 19%
}

.footer__phone a {
	color: #000;
	font-size: 24px;
	font-weight: 500;
	line-height: 40px
}

.footer__cot {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding: 58px 0;
	width: 100%
}

.footer__ifo {
	float: left;
	padding-right: 15px;
	width: 25%
}

.footer__ifo h4 {
	display: block;
	font-size: 16px;
	font-weight: 500
}

.footer__ifo p {
	display: block;
	font-size: 12px;
	line-height: 160%;
	margin-top: 13px;
	max-width: 240px
}

.footer__ifo p+p {
	margin-top: 20px
}

.footer__nav {
	float: left;
	width: 56%
}

.footer__nav div {
	float: left;
	padding-right: 50px;
	width: auto
}

.footer__nav div:last-child {
	margin: 0
}

.footer__nav div h4 {
	display: block;
	font-size: 16px;
	font-weight: 500
}

.footer__nav div ul {
	display: block;
	margin-top: 13px
}

.footer__nav div ul li {
	display: block;
	margin-bottom: 5px
}

.footer__nav div ul li:last-child {
	margin: 0
}

.footer__nav div ul li a {
	display: inline-block;
	color: #000;
	font-size: 12px;
	max-width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
	white-space: nowrap
}

.footer__nav div ul li a:before {
	content: "— "
}

.footer__lom {
	float: left;
	width: 19%
}

.footer__lom .footer__phone, .footer__lom .footer__soc {
	display: none
}

.footer__lom h4 {
	display: block;
	font-size: 16px;
	font-weight: 500
}

.footer__lom p {
	display: block;
	font-size: 12px;
	line-height: 160%;
	margin-top: 13px
}

.footer__lom p a {
	color: #000;
	text-decoration: underline;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.footer__lom span {
	display: block;
	margin-top: 19px
}

.footer__lom span a {
	display: inline-block
}

.footer__lom span a img, .footer__lom span a svg {
	display: block;
	height: auto;
	width: 83px
}

.footer__lom span a svg path {
	fill: #000;
	-webkit-transition: fill .3s;
	-o-transition: fill .3s;
	transition: fill .3s
}

.tiser {
	background-position: 50%;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 500px;
	padding: 80px 30px 0;
	position: relative;
	width: 100%
}

.tiser:before {
	background: -o-linear-gradient(321.06deg, rgba(0, 0, 0, .5) 23.03%, rgba(16, 187, 234, .5) 114.5%), -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
	background: linear-gradient(128.94deg, rgba(0, 0, 0, .5) 23.03%, rgba(16, 187, 234, .5) 114.5%), linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0
}

.tiser__title {
	display: block;
	margin: auto 0;
	position: relative;
	width: 100%;
	z-index: 1
}

.tiser__title p {
	color: hsla(0, 0%, 100%, .5);
	display: block;
	font-size: 24px;
	line-height: 160%;
	text-align: center
}

.tiser__title h1 {
	color: #fff;
	display: block;
	font-size: 48px;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 140%;
	margin-top: 12px;
	text-align: center;
	text-transform: uppercase
}

.project {
	/* margin-top: 84px; */
	width: 100%
}

.project .title p {
	bottom: 2px;
	max-width: 540px;
	right: 30px
}

.project__block {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 53px -6px 0;
	width: calc(100% + 12px)
}

.project__block, .project__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.project__item {
	border-radius: 30px;
	float: left;
	height: 388px;
	margin: 12px 6px 0;
	overflow: hidden;
	position: relative;
	width: calc(100% - 12px)
}

.project__item.medium {
	width: calc(66.6666% - 12px)
}

.project__item.small {
	width: calc(33.3333% - 12px)
}

.project__item:before {
	background: hsla(0, 0%, 7%, .7) url(../img/project-circle.png) 100% 100%/966px auto no-repeat;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
	width: 100%;
	z-index: 2
}

.project__item i {
	background-position: 50%;
	background-size: cover;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0
}

.project__item div {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: auto;
	max-width: 424px;
	opacity: 0;
	position: relative;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: opacity .5s, -webkit-transform .5s;
	transition: opacity .5s, -webkit-transform .5s;
	-o-transition: opacity .5s, transform .5s;
	transition: opacity .5s, transform .5s;
	transition: opacity .5s, transform .5s, -webkit-transform .5s;
	width: 84%;
	z-index: 5
}

.project__item div img {
	display: block;
	height: auto;
	margin: 0 auto;
	width: auto;
	height: 50px;
}

.project__item div h4 {
	font-size: 24px;
	font-weight: 700;
	margin-top: 15px;
	line-height: 128%;
	text-transform: uppercase
}

.project__item div h4, .project__item div p {
	color: #fff;
	display: block;
	text-align: center;
	width: 100%
}

.project__item div p {
	font-size: 16px;
	margin-top: 20px;
	line-height: 150%
}

.project__item div a {
	display: block;
	margin: 24px auto 0;
	width: 188px
}

.project__all {
	display: none
}

.folio {
	margin-top: 90px;
	position: relative;
	width: 100%;
	z-index: 5
}

.folio .title p {
	bottom: 2px;
	max-width: 570px;
	right: 0
}

.folio__block {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 40px -10px 0;
	width: calc(100% + 20px)
}

.folio__block, .folio__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.folio__item {
	float: left;
	margin: 30px 10px 0;
	position: relative;
	width: calc(20% - 20px)
}

.folio__item:nth-child(4) span, .folio__item:nth-child(5) span, .folio__item:nth-child(9) span, .folio__item:nth-child(10) span, .folio__item:nth-child(14) span, .folio__item:nth-child(15) span, .folio__item:nth-child(19) span, .folio__item:nth-child(20) span, .folio__item:nth-child(24) span, .folio__item:nth-child(25) span {
	left: auto;
	right: 60px
}

.folio__item:nth-child(4) span:before, .folio__item:nth-child(5) span:before, .folio__item:nth-child(9) span:before, .folio__item:nth-child(10) span:before, .folio__item:nth-child(14) span:before, .folio__item:nth-child(15) span:before, .folio__item:nth-child(19) span:before, .folio__item:nth-child(20) span:before, .folio__item:nth-child(24) span:before, .folio__item:nth-child(25) span:before {
	left: auto;
	right: 20px
}

.folio__item:last-child span, .folio__item:nth-last-child(2) span, .folio__item:nth-last-child(3) span, .folio__item:nth-last-child(4) span, .folio__item:nth-last-child(5) span {
	bottom: 70%;
	top: auto
}

.folio__item:last-child span:before, .folio__item:nth-last-child(2) span:before, .folio__item:nth-last-child(3) span:before, .folio__item:nth-last-child(4) span:before, .folio__item:nth-last-child(5) span:before {
	bottom: -20px;
	top: auto;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.folio__item img {
	display: block;
	height: auto;
	margin: auto;
	max-height: 115px;
	max-width: 100%;
	width: auto
}

.folio__item span {
	background: rgb(47 47 47 / 85%);
	height: auto;
	left: 70px;
	opacity: 0;
	padding: 24px;
	position: absolute;
	top: 60%;
	-webkit-transition: visibility .3s, opacity .3s;
	-o-transition: visibility .3s, opacity .3s;
	transition: visibility .3s, opacity .3s;
	visibility: hidden;
	border-radius: 10px;
	width: 331px;
	z-index: 5
}

.folio__item span:before {
	border: 10px solid transparent; /* Прозрачные границы */
  border-top: 10px solid rgb(47 47 47 / 85%);
	content: "";
	height: 10px;
	left: 20px;
	position: absolute;
	top: -20px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	width: 10px
}

.folio__item span b {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase
}

.folio__item span p {
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 18px;
	margin-top: 10px
}

.about {
	/* margin-top: 60px; */
	width: 100%
}

.about__title {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%
}

.about__title h2 {
	float: left;
	font-size: 60px;
	font-weight: 400;
	line-height: 1;
	padding-right: 15px;
	width: 65%
}

.about__title span {
	float: left;
	padding-top: 10px;
	width: 35%
}

.about__title span p {
	display: block;
	font-size: 20px;
	line-height: 160%;
	margin-top: 20px
}

.about__title span p:first-child {
	margin: 0
}

.about__img {
	display: block;
	margin-top: 85px;
	width: 100%
}

.about__img img {
	border-radius: 30px;
	display: block;
	width: 100%
}

.geo {
	margin-top: 80px;
	width: 100%
}

.geo .title p {
	left: 325px;
	max-width: 490px;
	top: calc(100% - 50px)
}

.geo .city__slider {
	margin-top: 140px
}

.marquee {
	height: 90px;
	margin-top: 120px;
	position: relative;
	width: 100%
}

.marquee__block {
	background: #10bbea;
	height: 90px;
	left: calc(50% - 55vw);
	position: absolute;
	top: 0;
	-webkit-transform: rotate(-1.61deg);
	-ms-transform: rotate(-1.61deg);
	transform: rotate(-1.61deg);
	width: 110vw
}

.marquee__row {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 30px
}

.marquee__row span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: left;
	width: auto
}

.marquee__row span p {
	color: #fff;
	float: left;
	font-size: 48px;
	font-weight: 700;
	line-height: 90px;
	margin-left: 50px;
	text-transform: uppercase;
	white-space: nowrap
}

.text h2 {
	display: block;
	font-size: 60px;
	font-weight: 400;
	line-height: 1;
	width: 100%
}

.text h2, .text h3 {
	margin-top: 40px;
}

.text h4, .text h5, .text h6 {
	margin-top: 30px;
}

.text h2:first-child, .text h3:first-child, .text h4:first-child, .text h5:first-child, .text h6:first-child {
	margin-top: 0;
}

.text h2+p {
	margin-top: 40px
}

.text h3 {
	display: block;
	font-size: 64px;
	font-weight: 400;
	line-height: 1;
	width: 100%
}

.text h3+p {
	margin-top: 30px
}

.text h4 {
	font-size: 36px
}

.text h4, .text h5 {
	display: block;
	font-weight: 400;
	line-height: 1;
	width: 100%
}

.text h5 {
	font-size: 26px
}

.text h6 {
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	width: 100%
}

.text p {
	display: block;
	font-size: 20px;
	line-height: 160%;
	margin-top: 15px
}

.text p:first-child {
	margin: 0
}

.text ul, .text ol {
	display: block;
	margin-top: 15px
}

.text ul:first-child, .text ol:first-child {
	margin: 0
}

.text ul li, .text ol li {
	position: relative;
	padding-left: 20px;
	display: block;
	font-size: 20px;
	line-height: 160%;
	margin-top: 5px
}

.text ul li:before, .text ol li:before {
	position: absolute;
	top: 0;
	left: 0;
}

.text ul li:before {
	content: "— "
}
.text ol li:before {
	content: "● "
}

.text ul li:first-child, .text ol li:first-child {
	margin: 0
}

.word {
	/* margin-top: 110px; */
	width: 100%
}

.word+.news .news__title {
	padding-top: 120px
}

.word+.news .news__item {
	margin-bottom: 0
}

.word__block {
	margin: 70px auto 0;
	max-width: 800px;
	width: 100%
}

.word__block:first-child {
	margin-top: 0
}

.word__slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	margin: 50px 0 0;
	position: relative;
	width: 100%
}

.word__slider:first-child {
	margin-top: 0
}

.word__slider .slick-list {
	float: left;
	height: auto;
	margin: 0 -10px;
	overflow: hidden;
	width: calc(100% + 20px)
}

.word__slider .slick-track {
	float: left;
	height: auto;
	width: 100%
}

.word__slider .slick-arrow {
	bottom: 0;
	height: 100%;
	top: 0
}

.word__slider i {
	background-position: 50%;
	background-size: cover;
	border-radius: 30px;
	float: left;
	height: auto;
	margin: 0 10px;
	width: 33%
}

.word__slider i:before {
	content: "";
	display: block;
	height: auto;
	padding-top: 70%;
	width: 100%
}

.word__image {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-top: 70px;
	width: 100%
}

.word__image:first-child {
	margin-top: 0
}

.word__image+.word__image {
	margin-top: 50px
}

.word__image div {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	float: left;
	justify-content: center;
	width: 58%
}

.word__image img {
	border-radius: 30px;
	height: auto;
	width: 42%
}

.word__image.right div {
	padding-right: 60px
}

.word__image.left div {
	padding-left: 60px
}

.word__collage {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 70px -10px 0;
	width: calc(100% + 20px)
}

.word__collage+.word__block {
	margin-top: 50px
}

.word__collage:first-child {
	margin-top: 0
}

.word__collage img {
	border-radius: 30px;
	float: left;
	height: auto;
	margin: 0 10px 20px;
	width: calc(100% - 20px)
}

.word__collage img.medium {
	width: calc(50% - 20px)
}

.contact {
	/* margin-top: 70px */
}

.contact, .contact__title {
	width: 100%
}

.contact__title h2 {
	display: block;
	font-size: 60px;
	font-weight: 400;
	line-height: 120%
}

.contact__info {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-top: 39px;
	width: 100%
}

.contact__info div {
	float: left;
	width: 25%
}

.contact__info div a {
	color: #000;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -.05em;
	width: 100%
}

.contact__info div a, .contact__info div span {
	display: block;
	text-align: center;
	text-transform: uppercase
}

.contact__info div span {
	font-size: 16px;
	letter-spacing: .02em;
	margin-top: 12px
}

.contact__map {
	border-radius: 30px;
	height: 354px;
	margin-top: 50px;
	width: 100%
}

.news {
	width: 100%
}

.news+.word {
	margin-top: 40px
}

.news__all {
	display: none
}

.news__title {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding-top: 143px;
	width: 100%
}

.news__title p {
	width: 100%;
	color: rgba(0, 0, 0, .5);
	display: block;
	font-size: 24px;
	line-height: 120%;
	text-align: center
}

.news__title p a {
	color: rgba(0, 0, 0, .5);
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.news__title h1 {
	width: 100%;
	margin-top: 12px;
}

.news__title a.link {
	margin: 30px auto 0;
}

.news__title h1, .news__title h4 {
	color: #000;
	display: block;
	font-size: 60px;
	font-weight: 300;
	line-height: 140%;
	text-align: center
}

.news__tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
	width: 100%
}

.news__tab ul {
	display: block;
	margin: auto;
	width: auto
}

.news__tab ul li {
	color: rgba(0, 0, 0, .7);
	float: left;
	font-size: 20px;
	margin-right: 30px;
	position: relative;
	cursor: pointer;
	transition: color .3s;
}

.news__tab ul li:last-child {
	margin: 0
}

.news__tab ul li.active {
	color: #10bbea
}

.news__block {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 65px -10px 0;
	width: calc(100% + 20px)
}

.news__item {
	float: left;
	margin: 0 10px 50px;
	width: calc(33% - 20px)
}

.news__item i {
	background-position: 50%;
	background-size: cover;
	border-radius: 30px;
	-webkit-box-shadow: 0 0 14px rgba(0, 0, 0, .1);
	box-shadow: 0 0 14px rgba(0, 0, 0, .1);
	display: block;
	height: 220px;
	position: relative;
	-webkit-transition: -webkit-transform .3s, -webkit-box-shadow .3s;
	transition: -webkit-transform .3s, -webkit-box-shadow .3s;
	-o-transition: transform .3s, box-shadow .3s;
	transition: transform .3s, box-shadow .3s;
	transition: transform .3s, box-shadow .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
	width: 100%
}

.news__item i a {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1
}

.news__item h4 {
	color: #000;
	display: block;
	font-size: 20px;
	font-weight: 400;
	line-height: 160%;
	margin-top: 18px;
	width: 100%
}

.news__item h4 a {
	color: #000
}

.news__item p {
	background: #f0f0f0;
	border-radius: 30px;
	color: rgba(0, 0, 0, .4);
	float: left;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	margin: 18px 10px 0 0;
	padding: 0 15px;
	-webkit-transition: color .3s, background .3s;
	-o-transition: color .3s, background .3s;
	transition: color .3s, background .3s;
    text-transform: uppercase;
}

.pagination {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	position: relative;
	width: 100%
}

.pagination span {
	left: 0;
	position: absolute;
	top: 0
}

.pagination span:last-child {
	left: auto;
	right: 0
}

.pagination span a {
	background: hsla(0, 0%, 100%, .8);
	border-radius: 6px;
	-webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, .15);
	box-shadow: 0 4px 14px rgba(0, 0, 0, .15);
	color: #000;
	display: block;
	font-size: 16px;
	height: 47px;
	line-height: 45px;
	padding: 0 50px;
	-webkit-transition: background .3s, color .3s;
	-o-transition: background .3s, color .3s;
	transition: background .3s, color .3s
}

.pagination span a:not([href]) {
	opacity: .3
}

.pagination ul {
	display: block;
	margin: 0 auto;
	width: auto
}

.pagination ul li {
	float: left;
	margin-right: 10px
}

.pagination ul li:last-child {
	margin: 0
}

.pagination ul li a {
	background: hsla(0, 0%, 100%, .8);
	border-radius: 6px;
	-webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, .15);
	box-shadow: 0 4px 14px rgba(0, 0, 0, .15);
	color: #000;
	display: block;
	font-size: 16px;
	height: 47px;
	line-height: 45px;
	text-align: center;
	-webkit-transition: background .3s, color .3s;
	-o-transition: background .3s, color .3s;
	transition: background .3s, color .3s;
	width: 50px
}

.pagination ul li a:not([href]) {
	opacity: .3
}

.open-modal {
	cursor: pointer
}

.custom_modal_title {
	display: block;
	height: auto;
	margin: 0 auto !important;
	width: 90% !important;
}

.modal {
	bottom: 0;
	height: 100vh;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition: visibility .5s, opacity .5s;
	-o-transition: visibility .5s, opacity .5s;
	transition: visibility .5s, opacity .5s;
	width: 100vw;
	z-index: 115
}

.modal.hide {
	opacity: 0;
	visibility: hidden
}

.modal.hide .modal.hide .modal__cot {
	-webkit-transform: translate(-50%, -50%) scale(.5);
	-ms-transform: translate(-50%, -50%) scale(.5);
	transform: translate(-50%, -50%) scale(.5)
}

.modal.load .modal__bg {
	background-image: url(../img/three-dots.svg);
	background-position: center;
	background-repeat: no-repeat;
}

.modal__bg {
	background: rgba(28, 42, 54, .4);
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0
}

.modal__cot {
	height: auto;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	width: auto;
	z-index: 1
}

.modal__video {
	width: 100vw;
	max-width: 850px;
	height: auto;
	position: relative;
	background: #fff;
}
.modal__video::before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 56%;
}
.modal__video iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.modal__video .modal__close {
	background: #fff;
}

.modal__block {
	background: #fff;
	border-radius: 30px;
	max-width: 544px;
	padding: 65px 70px 80px;
	position: relative;
	width: 100vw
}

.modal__close {
	background: hsla(0, 0%, 77%, .2);
	border-radius: 50%;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 52px;
	position: absolute;
	right: 21px;
	top: 24px;
	width: 52px;
	z-index: 5
}

.modal__close img, .modal__close svg {
	display: block;
	height: auto;
	margin: auto;
	width: auto
}

.modal__close svg path {
	stroke: #000;
	-webkit-transition: stroke .3s;
	-o-transition: stroke .3s;
	transition: stroke .3s
}

.modal__title {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%
}

.modal__title img {
	display: block;
	height: auto;
	margin: 0 auto;
	width: 70px
}

.modal__title h4 {
	font-size: 24px;
	font-weight: 500;
	line-height: 128%;
	margin-top: 24px
}

.modal__title h4, .modal__title p {
	color: #000;
	display: block;
	text-align: center;
	width: 100%
}

.modal__title p {
	font-size: 16px;
	line-height: 120%;
	margin-top: 9px
}

.modal__title a {
	display: block;
	margin: 30px auto 0;
	max-width: 100%;
	width: 380px
}

.modal__form {
	margin: 30px auto 0;
	max-width: 380px;
	width: 100%
}

.modal__form .input {
	margin-top: 15px
}

.modal__form .input:first-child {
	margin: 0
}

.modal__form button {
	margin-top: 30px;
	width: 100%
}

.modal__form span {
	color: rgba(0, 0, 0, .5);
	display: block;
	font-size: 11px;
	letter-spacing: .02em;
	line-height: 140%;
	margin-top: 19px;
	text-align: center;
	width: 100%
}

.input {
	height: auto;
	position: relative;
	width: 100%
}

.input i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	left: 20px;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 35px
}

.input i img {
	display: block;
	height: auto;
	margin: auto;
	width: auto
}

.input input {
	background: #ebebeb;
	border-radius: 10px;
	color: #000;
	display: block;
	font-size: 14px;
	height: 59px;
	line-height: 57px;
	padding: 0 0 2px 55px;
	width: 100%
}

.input input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .3)
}

.input input::-moz-placeholder {
	color: rgba(0, 0, 0, .3)
}

.input input:-ms-input-placeholder {
	color: rgba(0, 0, 0, .3)
}

.input input::-ms-input-placeholder {
	color: rgba(0, 0, 0, .3)
}

.input input::placeholder {
	color: rgba(0, 0, 0, .3)
}

.project_single__title {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%
}

.project_single__title p {
	width: 100%;
	color: rgba(0, 0, 0, .5);
	display: block;
	font-size: 24px;
	line-height: 120%;
	text-align: center
}

.project_single__title p a {
	color: rgba(0, 0, 0, .5);
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.project_single__title h1 {
	width: 100%;
	letter-spacing: .05em;
	margin-top: 12px;
	text-transform: uppercase
}

.project_single__title a.link {
	margin: 30px auto 0;
}

.project_single__title h1, .project_single__title h4 {
	color: #000;
	display: block;
	font-size: 48px;
	font-weight: 500;
	line-height: 140%;
	text-align: center
}

.external-link {
  background: #e7a350 !important;
}

@media screen and (min-width:1023px) {
	.header.fix, .header.fixed {
		background: #fff
	}

	.header.fix .row, .header.fixed .row {
		border-color: rgba(0, 0, 0, 0);
		padding: 20px 0
	}

	.header__nav li a:hover {
		color: #10bbea
	}

	.cap__nav-item:hover {
		-webkit-transform: skewX(-17deg) translateX(10px);
		-ms-transform: skewX(-17deg) translateX(10px);
		transform: skewX(-17deg) translateX(10px)
	}

	.cap__nav-item:hover:after {
		opacity: 1
	}

	.cap__nav-item:hover span h4 {
		padding: 0
	}

	.cap__nav-item:hover span b {
		opacity: 1
	}

	.cap__news-item:hover p {
		background: #dfdfdf;
		color: #000
	}

	.link:hover {
		background: #00a8d7
	}

	.slick-arrow:hover:after {
		opacity: .1
	}

	.games__slider .slick-arrow:hover:after {
		opacity: .1
	}

	.games__item:hover:before {
		opacity: 1
	}

	.games__item:hover div {
		opacity: 1;
		-webkit-transform: skewX(10deg) translateY(0);
		-ms-transform: skewX(10deg) translateY(0);
		transform: skewX(10deg) translateY(0)
	}

	.ural__video:hover img {
		opacity: .4
	}

	.ural__video:hover:before {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	.ural__video:hover:after {
		opacity: 1
	}

	.ural__video:hover i {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	.footer__nav div ul li a:hover {
		color: #10bbea
	}

	.footer__soc li a:hover svg path {
		fill: #10bbea
	}

	.footer__lom p a:hover {
		color: #10bbea
	}

	.footer__lom span a:hover svg path {
		fill: #10bbea
	}

	.project__item:hover:before {
		opacity: 1
	}

	.project__item:hover div {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	.folio__item:hover span {
		opacity: 1;
		visibility: visible
	}

	.news__title p a:hover {
		color: #10bbea
	}

	.news__tab ul li:hover {
		color: #10bbea
	}

	.news__item:hover i {
		-webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, .15);
		box-shadow: 0 10px 24px rgba(0, 0, 0, .15);
		-webkit-transform: translateY(-13px);
		-ms-transform: translateY(-13px);
		transform: translateY(-13px)
	}

	.news__item:hover p {
		background: #dfdfdf;
		color: #000
	}

	.pagination span a:hover {
		background: #10bbea;
		color: #fff
	}

	.pagination ul li a:hover {
		background: #10bbea;
		color: #fff
	}

	.modal__close:hover svg path {
		stroke: #10bbea
	}
}

@media screen and (max-width:1024px) {
	.header {
		padding: 15px 0;
		-webkit-transition: padding .3s, background .3s, -webkit-backdrop-filter .3s;
		transition: padding .3s, background .3s, -webkit-backdrop-filter .3s;
		-o-transition: padding .3s, background .3s, backdrop-filter .3s;
		transition: padding .3s, background .3s, backdrop-filter .3s;
		transition: padding .3s, background .3s, backdrop-filter .3s, -webkit-backdrop-filter .3s
	}

	.header.fix:not(.fixed):not(.open) .header__humb i {
		background: #fff
	}

	.header.fix:not(.fixed):not(.open) .header__humb i:after, .header.fix:not(.fixed):not(.open) .header__humb i:before {
		background: #fff
	}

	.header.fixed:not(.open) {
		-webkit-backdrop-filter: blur(14px);
		backdrop-filter: blur(14px);
		background: hsla(0, 0%, 100%, .8);
		padding: 8px 0
	}

	.header .row {
		border: 0;
		padding: 0
	}

	.header.open .header__humb i {
		background: rgba(0, 0, 0, 0)
	}

	.header.open .header__humb i:before {
		-webkit-transform: translateY(7px) rotate(45deg);
		-ms-transform: translateY(7px) rotate(45deg);
		transform: translateY(7px) rotate(45deg)
	}

	.header.open .header__humb i:after {
		-webkit-transform: translateY(-7px) rotate(-45deg);
		-ms-transform: translateY(-7px) rotate(-45deg);
		transform: translateY(-7px) rotate(-45deg)
	}

	.header.open .header__nav {
		opacity: 1;
		visibility: visible
	}

	.header__humb {
		cursor: pointer;
		display: block;
		float: right;
		height: 50px;
		width: 50px;
		margin-left: auto;
		z-index: 22
	}

	.header__humb i {
		background: #000;
		float: left;
		height: 1px;
		margin: 24px 25px 0 0;
		position: relative;
		-webkit-transition: background .3s;
		-o-transition: background .3s;
		transition: background .3s;
		width: 25px
	}

	.header__humb i:after, .header__humb i:before {
		background: #000;
		content: "";
		height: 1px;
		left: 0;
		position: absolute;
		-webkit-transform: translateY(0) rotate(0deg);
		-ms-transform: translateY(0) rotate(0deg);
		transform: translateY(0) rotate(0deg);
		-webkit-transition: background .3s, -webkit-transform .3s;
		transition: background .3s, -webkit-transform .3s;
		-o-transition: transform .3s, background .3s;
		transition: transform .3s, background .3s;
		transition: transform .3s, background .3s, -webkit-transform .3s;
		width: 100%
	}

	.header__humb i:before {
		top: -7px
	}

	.header__humb i:after {
		top: 7px
	}

	.header__logo {
		margin: 0 0 0 25px;
		position: relative;
		z-index: 5;
		height: 50px;
	}

	.header__logo img {
		top: 10px;
		height: 30px;
	}

	.header.fix:not(.open):not(.fixed) .header__logo img:nth-child(1) {
		opacity: 0;
	}
	.header.fix:not(.open):not(.fixed) .header__logo img:nth-child(2) {
		opacity: 1;
	}

	.header__nav {
		background: #ebebeb;
		height: 100vh;
		left: 0;
		opacity: 0;
		padding: 70px 0 30px;
		position: absolute;
		right: 0;
		top: 0;
		-webkit-transition: visibility .5s, opacity .3s;
		-o-transition: visibility .5s, opacity .3s;
		transition: visibility .5s, opacity .3s;
		visibility: hidden
	}

	.header__nav:before {
		background: url(../img/bg-home.jpg) top/auto 700px no-repeat;
		bottom: 0;
		content: "";
		height: 100%;
		left: 0;
		opacity: 1;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%
	}

	.header__nav ul {
		display: block;
		margin: auto 0;
		max-height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		width: 100%
	}

	.header__nav ul li {
		margin: 0;
		padding: 10px 0;
		width: 100%
	}

	.header__nav ul li.active a {
		color: #10bbea
	}

	.header__nav ul li a {
		font-size: 36px;
		text-align: center;
		text-transform: none
	}

	.header__nav ul li a:before {
		display: none
	}

	.content {
		padding-bottom: 70px
	}

	.page-home .content {
		background-size: auto 715px;
		padding-top: 95px
	}

	.page-project .content, .page-company .content, .page-city .content {
		padding-top: 95px
	}

	.page-home .bg i:first-child {
		right: calc(50vw - 200px);
		top: 800px
	}

	.page-home .bg i:first-child img {
		width: 920px
	}

	.page-home .bg i:nth-child(2) {
		left: calc(50vw - 300px);
		top: 2250px
	}

	.page-home .bg i:nth-child(2) img {
		width: 920px
	}

	.page-home .bg i:nth-child(3) {
		right: calc(50vw - 200px);
		top: 3500px
	}

	.page-home .bg i:nth-child(3) img {
		width: 920px
	}

	.page-project .bg i:first-child {
		left: calc(50vw - 200px);
		top: 0
	}

	.page-project .bg i:first-child img {
		width: 1500px
	}

	.page-project .bg i:nth-child(2) {
		right: calc(50vw - 100px);
		top: 2500px
	}

	.page-project .bg i:nth-child(2) img {
		width: 995px
	}

	.row {
		padding: 0 15px
	}

	.cap__title h1 {
		font-size: 22px;
		line-height: 130%
	}

	.cap__nav {
		margin-top: 30px;
		padding: 0 15px
	}

	.cap__nav-item {
		border-radius: 30px;
		height: 108px;
		margin: 14px 0 0;
		width: 100%
	}

	.cap__nav-item:first-child {
		margin: 0;
		width: 100%
	}

	.cap__nav-item span h4 {
		padding: 0
	}

	.cap__nav-item span b {
		opacity: 1
	}

	.cap__news {
		margin-top: 70px
	}

	.cap__news-title {
		padding: 0;
		width: 100%
	}

	.cap__news-title h2 {
		font-size: 45px;
		text-align: center
	}

	.cap__news-title p {
		line-height: 140%;
		margin-top: 20px;
		max-width: 100%;
		text-align: center
	}

	.cap__news-slider {
		margin: 50px 0 0;
		width: 100%
	}

	.cap__news-slider .slick-arrow {
		display: none !important
	}

	.cap__news-slider .slick-list {
		margin: 0 -15px;
		padding: 0 20px !important;
		width: calc(100% + 30px)
	}

	.cap__news-item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin: 0 6px
	}

	.cap__news-item h4 {
		font-size: 14px;
		line-height: 130%;
		text-align: center;
		width: 100%
	}

	.cap__news-item p {
		max-width: none;
		background: #fff;
		margin: 10px auto 0
	}

	.title {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}

	.title h2 {
		font-size: 45px;
		text-align: center
	}

	.title h2 br {
		display: none
	}

	.title h3 {
		font-size: 36px;
		text-align: center
	}

	.title h3 br {
		display: none
	}

	.title p {
		bottom: auto !important;
		display: block;
		font-size: 14px;
		left: auto !important;
		line-height: 140%;
		margin-top: 20px;
		max-width: 100% !important;
		position: relative;
		right: auto !important;
		text-align: center;
		top: auto !important;
		width: 100% !important
	}

	.title p br {
		display: none
	}

	.title a {
		margin: 30px auto 0;
		max-width: 100%
	}

	.games {
		margin-top: 70px
	}

	.games__slider {
		margin: 80px 0 0;
		max-width: 100%
	}

	.games__slider .slick-arrow {
		display: none !important
	}

	.games__slider .slick-list {
		background: transparent;
		margin: 0 -15px;
		padding: 0 50px;
		-webkit-transform: skewX(0);
		-ms-transform: skewX(0);
		transform: skewX(0);
		width: calc(100% + 30px)
	}

	.games__item {
		border-radius: 20px;
		height: 400px;
		-webkit-transition: opacity .5s, -webkit-transform .5s;
		transition: opacity .5s, -webkit-transform .5s;
		-o-transition: transform .5s, opacity .5s;
		transition: transform .5s, opacity .5s;
		transition: transform .5s, opacity .5s, -webkit-transform .5s
	}

	.games__item:not(.slick-active) {
		opacity: .6;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}

	.games__item.slick-active {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		z-index: 6
	}

	.games__item div {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.ural {
		margin-top: 100px
	}

	.ural__video {
		border-radius: 10px;
		margin-top: 40px
	}

	.ural__video img {
		opacity: .6
	}

	.ural__video i {
		opacity: 1;
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		transform: scale(.3)
	}

	.ural__video:before {
		height: 300px;
		opacity: 1;
		right: -150px;
		top: -130px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		width: 300px
	}

	.ural__video:after {
		height: 1000px;
		opacity: 1;
		width: 1000px
	}

	.city {
		/* margin-top: 70px */
	}

	.city__slider {
		margin: 30px 0 0
	}

	.city__slider .slick-arrow {
		display: none !important
	}

	.city__slider .slick-list {
		margin: 0 -15px;
		padding: 0 85px !important;
		width: calc(100% + 30px)
	}

	.city__item {
		border-radius: 20px
	}

	.city__item.slick-active {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1)
	}

	.city__item img {
		border-radius: 0
	}

	.part {
		margin-top: 70px
	}

	.footer {
		padding: 0 15px
	}

	.footer__top {
		padding: 20px 0
	}

	.footer__logo {
		left: auto;
		margin: 0 auto;
		position: relative;
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.footer__logo img {
		height: 27px;
		margin: auto 0;
	}

	.footer__phone, .footer__soc {
		display: none
	}

	.footer__cot {
		padding: 20px 0 100px
	}

	.footer__ifo {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		margin-top: 30px;
		order: 3;
		width: 100%
	}

	.footer__ifo h4, .footer__ifo p {
		text-align: center
	}

	.footer__ifo p {
		margin: 12px 0 0;
		max-width: 100%
	}

	.footer__nav {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 100%
	}

	.footer__nav div {
		display: none;
		padding: 0
	}

	.footer__nav div:first-child {
		display: block;
		width: 100%
	}

	.footer__nav div h4 {
		text-align: center
	}

	.footer__nav div ul {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		padding: 0 0 0 25px
	}

	.footer__nav div ul li {
		margin-bottom: 11px;
		width: 50%
	}

	.footer__nav div ul li a:before {
		display: none
	}

	.footer__lom {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		margin-top: 30px;
		order: 2;
		width: 100%
	}

	.footer__lom h4 {
		text-align: center
	}

	.footer__lom .footer__phone {
		display: block;
		float: none;
		margin-top: 11px;
		text-align: center;
		width: 100%
	}

	.footer__lom .footer__soc {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		float: none;
		justify-content: center;
		margin-top: 18px;
		width: 100%
	}

	.footer__lom p {
		margin-top: 20px;
		text-align: center
	}

	.footer__lom span {
		bottom: 30px;
		left: 50%;
		position: absolute;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	.tiser {
		height: 350px;
		padding: 10px 15px 0
	}

	.tiser__title p {
		font-size: 20px
	}

	.tiser__title h1 {
		font-size: 24px;
		margin-top: 12px
	}

	.project {
		/* margin-top: 70px */
	}

	.project__block {
		margin: 40px 0 0;
		width: 100%
	}

	.project__item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		background: hsla(0, 0%, 100%, .3);
		border-radius: 20px;
		-webkit-box-shadow: 0 0 14px rgba(0, 0, 0, .15);
		box-shadow: 0 0 14px rgba(0, 0, 0, .15);
		display: none;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		height: auto;
		margin: 40px 0 0 !important;
		width: 100% !important;
    cursor: pointer;
	}

	.project__item:first-child, .project__item:nth-child(2), .project__item:nth-child(3) {
		display: block
	}

	.project__item:first-child {
		margin-top: 0 !important
	}

	.project__item:before {
		display: none
	}

	.project__item i {
		bottom: auto;
		display: block;
		height: auto;
		left: auto;
		position: relative;
		right: auto;
		top: auto;
		width: 100%
	}

	.project__item i:before {
		content: "";
		display: block;
		padding-top: 88%;
		width: 100%
	}

	.project__item div {
		max-width: 100%;
		opacity: 1;
		padding: 40px 15px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		width: 100%
	}

	.project__item div img {
		display: none
	}

	.project__item div h4 {
		color: #000;
		margin: 0
	}

	.project__item div p {
		color: #000;
		font-size: 14px;
		line-height: 150%;
		margin-top: 10px
	}

	.project__all {
		background: hsla(0, 0%, 100%, .8);
		border-radius: 6px;
		-webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, .15);
		box-shadow: 0 4px 14px rgba(0, 0, 0, .15);
		color: #000;
		display: block;
		font-size: 16px;
		height: 47px;
		line-height: 45px;
		margin-top: 40px;
		text-align: center;
		width: 100%
	}

	.folio {
		margin-top: 70px
	}

	.folio__block {
		margin-top: 20px
	}

	.folio__item {
		width: calc(25% - 20px)
	}

	.about {
		/* margin-top: 70px */
	}

	.about__title h2 {
		font-size: 45px;
		padding: 0;
		text-align: center;
		width: 100%
	}

	.about__title span {
		display: block;
		margin-top: 20px;
		width: 100%
	}

	.about__title span p {
		font-size: 16px;
		line-height: 140%;
		margin-top: 10px;
		text-align: center
	}

	.about__img {
		margin-top: 40px
	}

	.about__img img {
		border-radius: 20px;
		height: 300px;
		-o-object-fit: cover;
		object-fit: cover
	}

	.geo {
		margin-top: 70px
	}

	.geo .city__slider {
		margin-top: 40px
	}

	.marquee {
		margin-top: 70px
	}

	.text h2 {
		font-size: 45px
	}

	.text h2+p {
		margin-top: 20px
	}

	.text h3 {
		font-size: 36px
	}

	.text h3+p {
		margin-top: 20px
	}

	.text h4 {
		font-size: 28px
	}

	.text h5 {
		font-size: 22px
	}

	.text h6 {
		font-size: 16px
	}

	.text h2, .text h3, .text h4, .text h5, .text h6 {
		text-align: center
	}

	.text h2 br, .text h3 br, .text h4 br, .text h5 br, .text h6 br {
		display: none
	}

	.text p {
		font-size: 16px;
		line-height: 140%;
		margin-top: 10px;
		text-align: center
	}

	.word {
		/* margin-top: 70px */
	}

	.word+.news .news__title {
		padding-top: 70px
	}

	.word__slider {
		margin: 30px 0 0
	}

	.word__slider .slick-arrow {
		display: none !important
	}

	.word__slider .slick-list {
		margin: 0 -15px;
		padding: 20px 85px !important;
		width: calc(100% + 30px)
	}

	.word__slider i {
		border-radius: 20px;
		margin: 0;
		-webkit-transition: -webkit-transform .5s;
		transition: -webkit-transform .5s;
		-o-transition: transform .5s;
		transition: transform .5s;
		transition: transform .5s, -webkit-transform .5s
	}

	.word__slider i.slick-active {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1)
	}

	.word__block, .word__image {
		margin-top: 40px
	}

	.word__image div {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding: 0 !important;
		width: 100%
	}

	.word__image img {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		border-radius: 20px;
		margin-top: 20px;
		order: 2;
		width: 100%
	}

	.word__collage {
		margin: 40px 0 0;
		width: 100%
	}

	.word__collage img {
		border-radius: 20px;
		margin: 20px 0 0 !important;
		width: 100% !important
	}

	.word__collage img:first-child {
		margin: 0 !important
	}

	.contact__title h2 {
		font-size: 36px;
		text-align: center
	}

	.contact__info {
		margin-top: 40px
	}

	.contact__info div {
		margin: 30px 0 0;
		width: 100%
	}

	.contact__info div:first-child {
		margin: 0
	}

	.contact__info div a {
		font-size: 24px
	}

	.contact__info div span {
		margin-top: 10px
	}

	.contact__map {
		border-radius: 20px;
		margin-top: 40px
	}

	.news__title {
		padding-top: 130px
	}

	.news__title p {
		font-size: 20px
	}

	.news__title h1 {
		font-size: 24px;
		margin-top: 12px
	}

	.news__title h4 {
		font-size: 24px
	}

	.news__tab {
		margin: 35px -15px 0;
		overflow-x: auto;
		overflow-y: hidden;
		width: calc(100% + 30px)
	}

	.news__tab ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 5px 15px
	}

	.news__tab ul li {
		white-space: nowrap
	}

	.news__block {
		margin-top: 25px
	}

	.news__item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin: 0 10px 35px !important;
		width: calc(50% - 20px)
	}

	.news__item h4 {
		font-size: 14px;
		line-height: 130%;
		text-align: center
	}

	.news__item p {
		background: #fff;
		margin: 5px auto 0
	}

	.news__all {
		background: hsla(0, 0%, 100%, .8);
		border-radius: 6px;
		-webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, .15);
		box-shadow: 0 4px 14px rgba(0, 0, 0, .15);
		color: #000;
		display: block;
		font-size: 16px;
		height: 47px;
		line-height: 45px;
		margin-top: 10px;
		text-align: center;
		width: 100%
	}

	.pagination {
		display: none
	}
}

@media screen and (max-width:767px) {
	.games__item.slick-active {
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2)
	}

	.city__slider .slick-list {
		padding: 0 45px !important
	}

	.city__item.slick-active {
		-webkit-transform: scale(1.18);
		-ms-transform: scale(1.18);
		transform: scale(1.18)
	}

	.folio__item {
		width: calc(50% - 20px)
	}

	.word__slider .slick-list {
		padding: 20px 45px !important
	}

	.word__slider i.slick-active {
		-webkit-transform: scale(1.18);
		-ms-transform: scale(1.18);
		transform: scale(1.18)
	}

	.news__item {
		width: calc(100% - 20px)
	}
}