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;
}

body {
	width: 100%;
	background: #fff;
	color: #555;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.04em;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #555;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.04em;
}

h1 {
	font-family: 'Russo One', sans-serif;
	font-size: 44px;
	line-height: 56px;
	color: #333;
	margin: 60px 0 40px 0;
}

h2 {
	margin: 0 0 27px 0;
	font-family: 'Russo One', sans-serif;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 0.02em;
	color: #333;
}

p {
	margin: 0;
}

b {
	font-weight: bold;
}

nav {
	display: flex;
	justify-content: space-between;
	padding: 38px 0;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	margin: 60px auto 60px auto;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: bold;
}

nav a {
	width: 15%;
	display: flex;
}

nav a span {
	display: block;
	text-transform: uppercase;
}

nav a img {
	margin-right: 16px;
	height: 22px;
	width: 9px;
}

nav a:hover img {
	margin-left: 10px;
	margin-right: 6px;
	height: 22px;
	width: 9px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

header {
	position: fixed;
	top: 0;
	z-index: 25;
	width: 100%;
	height: 145px;
	display: flex;
	flex-direction: column;
}

/*header.transparent {
	top: 0;
	z-index: 25;
	width: 100%;
	display: flex;
	flex-direction: column;
}*/

.wrap {
	max-width: 1286px;
	padding-left: 20px !important;
	padding-right: 20px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 100%;
}

.min-wrap {
	max-width: 1070px;
	padding-left: 20px !important;
	padding-right: 20px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 100%;
}

.micro-wrap {
	max-width: 780px;
	padding-left: 20px !important;
	padding-right: 20px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 100%;
}

.index_mainwrap {
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 600px;
}

.video_inarticle {
	display: block;
}

.index_video {
	object-fit: cover;
	display: block;
	width: 100%;
	height: 100vh;
	min-height: 600px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.absolute-slider {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.block-header {
	width: 100%;
    height: 145px;
}

.background-light-blue {
	background: #254e7e;
	padding: 13px 0;
}

.background-light-blue.transparent {
	background: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.background-light-blue div {
	display: flex;
	justify-content: space-between;
}

.background-light-blue a:hover {
	opacity: 0.6;
}

header .social-network {
	margin-right: 2vw;
}

header .logo img {
	width: 76px;
}

.background-light-blue img {
	width: 20px;
	height: auto;
	max-height: 14px;
}

.background-light-blue .language {
	display: block;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
}

.background-blue {
	background: #174479;
	padding: 24px 0 24px 0;
}

.background-blue.transparent {
	background: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.background-blue>div {
	display: flex;
	align-items: center;
}

.background-blue img {
	width: 76px;
	height: auto;
}

.menu {
	display: flex;
    margin-left: 4vw;
    margin-right: 4vw;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.menu a {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	/*margin-right: 3vw;*/
	text-transform: uppercase;
}

.menu a:hover {
	opacity: 0.6;
}

header .button {
	color: #fff;
	font-size: 16px;
	border: 2px #fff solid;
	border-radius: 35px;
	width: auto;
	padding: 8px 25px;
	margin: auto 0 auto auto;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	flex: none;
}

header .button:hover {
	color: #174479;
	background: #fff;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.burger {
	display: none;
	background: url(../img/burger.svg);
    margin: 0 10px 0 20px;
    width: 29px;
    height: 24px;
}

.sections {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 65px
}

.sections a {
	font-size: 16px;
	font-weight: 700;
	color: #999;
	margin-right: 3vw;
	padding-bottom: 25px;
}

.sections .active, .sections a:hover {
	color: #174479;
	border-bottom: 4px solid #8ca2bb;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.infrastructure>div {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.litle-boxs {
    margin: 0 auto 15px auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.litle-box {
	width: 32.5%;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
}

.litle-box:hover {
	opacity: 0.6;
}

.litle-box .text-block {
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-radius: 0 0 5px 5px;
	height: 100%;
	padding: 19px 15px 19px 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.litle-box .img {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	width: 100%;
	height: 232px;
	flex: none;
	border-radius: 5px 5px 0 0;
}

.litle-box .date {
	font-size: 14px;
	line-height: 16px;
	color: #999;
	display: block;
	margin-bottom: 10px;
}

.litle-box .title {
	display: block;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #333;
	margin-bottom: 16px;
}

.litle-box .tag {
	display: block;
	font-weight: bold;
	font-size: 16px;
	color: #8ca2bb;
	margin-top: 15px;
}

.litle-box p {
	font-size: 18px;
	line-height: 24px;
	color: #555;
}

.img-boxs {
	display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 16px 0;
}

.img-boxs a {
	position: relative !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	border-radius: 5px;
	width: 49%;
	height: 440px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.img-boxs a:hover {
	opacity: 0.6;
}

.img-boxs .text {
	padding: 24px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 40%;
}

.img-boxs .date {
	display: block;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
    opacity: 0.9;
}

.img-boxs .title {
	display: block;
	font-family: 'Russo One', sans-serif;
	font-size: 26px;
	line-height: 32px;
	color: #fff;
}

.img-boxs .tag {
	display: block;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
    opacity: 0.8;
	margin-top: 15px;
}

.img-boxs .filter {
	width: 100%;
	height: 100%;
	background-color: rgba(0,32,62,0.3);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.block-boxs {
	border: 1px solid #ebebeb;
	border-radius: 5px;
	margin: 16px 0;
	padding: 19px 24px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.block-boxs a:hover {
	opacity: 0.6;
}

.block-boxs .box-50 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 49%;
}

.block-boxs .box-50 div {
	height: 100%;
}

.block-boxs .box-50 .date {
	display: block;
	color: #999;
	font-size: 14px;
	margin-bottom: 13px;
}

.block-boxs .box-50 .title {
	display: block;
	font-family: 'Russo One';
	font-size: 26px;
	line-height: 32px;
	color: #333;
	margin-bottom: 13px;
}

.block-boxs .box-50 p {
	font-size: 18px;
	line-height: 24px;
	color: #555;
}

.block-boxs .box-50 .tag {
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #8ca2bb;
	margin-top: 15px;
}

.block-boxs .box-25 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 24%;
}

.block-boxs .box-25 div {
	height: 100%;
}

.block-boxs .box-25 .date {
	display: block;
	color: #999;
	font-size: 14px;
	margin-bottom: 13px;
}

.block-boxs .box-25 .title {
	display: block;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	color: #333;
	margin-bottom: 13px;
}

.block-boxs .box-25 p {
	font-size: 18px;
	line-height: 24px;
	color: #555;
}

.block-boxs .box-25 .tag {
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #8ca2bb;
	margin-top: 15px;
}

.infrastructure .bottom-block {
	margin-bottom: 16px;
}

.plot-boxs {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	border-radius: 5px;
	overflow: hidden;
	width: 66%;
}

.plot-boxs a:hover {
	opacity: 0.6;
}

.plot-boxs .filter {
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0,32,62,0.3);
	padding: 34px 32px 18px 24px;
	display: flex;
	flex-direction: column;
}

.plot-boxs .tag {
	display: block;
	font-weight: bold;
	font-size: 16px;
	color: #8d9dac;
	margin-top: 15px;
	position: relative;
	z-index: 5;
}

.plot-boxs .filter>div {
	display: flex;
	justify-content: space-between;
}

.plot-boxs__title {
	display: block;
	width: 50%;
	font-family: 'Russo One';
	font-size: 32px;
	line-height: 40px;
	color: #fff;
	padding-right: 5%;
}

.plot-boxs .box-50 {
	width: 50%;
}

.plot-box {
	display: flex;
	flex-direction: column;
	margin-bottom: 10%;
}

.plot-box .date {
	display: block;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	margin-bottom: 10px;
}

.plot-box .title {
	font-family: 'PT Sans';
	display: block;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
}

footer {
	background: #333;
}

footer .top-block {
	border-bottom: 1px solid #5c5c5c;
	padding: 88px 0 64px 0;
	display: flex;
	justify-content: space-between;
}

.menu-footer {
	display: flex;
}

.menu-footer a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.menu-footer a:hover {
	opacity: 0.6;
}

.menu-footer {
	flex-direction: column;
}

.menu-footer a {
	margin-bottom: 16px;
}

form {
	width: 40%;
}

form span {
	font-family: 'PT Sans' !important;
	display: block;
	font-size: 18px !important;
	line-height: 24px !important;
	color: #fff;
	margin-bottom: 19px !important;
}

form .input-line {
	position: relative;
	width: 100%;
/* 	opacity: 0.5; */
}

form div:hover, form div:active {
/* 	opacity: 1 !important; */
}

form .error {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin-top: 6px;
	display: none;
}

form .error.active {
	display: block;
}

form .sent {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin-top: 6px;
	display: none;
}

form .sent.active {
	display: block;
}

input[type="text"] {
	width: 100%;
	border: 2px solid #FFFFFF;
	border-radius: 4px;
	background: transparent;
	padding: 16px 52px 16px 24px;
	font-size: 16px;
	color: #fff;
}

div input[type="text"]:focus {
/* 	opacity: 1 !important; */
}

form ::-webkit-input-placeholder {
	font-size: 16px;
	color: #fff;
}

form ::-moz-placeholder {
	font-size: 16px;
	color: #fff;
}

form :-ms-input-placeholder {
	font-size: 16px;
	color: #fff;
}

form input[type="submit"] {
	position: absolute;
    opacity: 0;
    z-index: 5;
    top: 35%;
    right: 19px;
    cursor: pointer;
    width: 10%;
    height: 30%;
}

form img {
	position: absolute;
	top: 35%;
    right: 19px;
    width: 10%;
    height: 30%;
}

footer .bottom-block {
	padding: 40px 0 90px 0;
	display: flex;
	justify-content: space-between;
	color: #fff;
}

footer .bottom-block a {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

footer .bottom-block span {
	display: block;
	width: 20%;
}

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

footer .block a {
	margin-bottom: 8px;
}

footer .block a:hover {
	opacity: 0.6;
}

footer .social-network {
	display: flex;
	align-items: center;
}

footer .social-network a {
	margin-left: 2vw;
}

footer .social-network a:hover {
	opacity: 0.6;
}

footer .social-network img {
	width: 34px;
	height: auto;
	max-height: 24px;
}

footer .logo img {
	width: 91px;
}

.tourism>div {
	display: flex;
	justify-content: space-between;
	margin-bottom: 95px;
	align-items: stretch;
}

.video-box {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	width: 66%;
	height: 480px;
	flex: none;
}

.video-filter {
	width: 100%;
	height: 100%;
	background-color: rgba(106,100,122,0.2);
	display: flex;
	justify-content: center;
	align-items: center;
}

.video-filter img {
	width: 75px;
	height: 75px;
}

.video-box .filter {
	width: 100%;
	height: 100%;
	background-color: rgba(106,100,122,0.2);
	display: flex;
	justify-content: center;
	align-items: center;
}

.video-box img {
	width: 95px;
	height: 95px;
}

.video-box:hover img {
	width: 105px;
	height: 105px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.tourism .video-block {
	display: flex;
	justify-content: space-between;
	margin-bottom: 95px;
	align-items: stretch;
	
}

.tourism .video-block .text {
	width: 30%;
	margin-top: 20px;
}

.tourism .video-block .text p {
	margin-bottom: 40px;
}

.tourism .video-block .text .tag {
	display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.04em;
    color: #8ca2bb;
    margin: 0 0 20px 0;
}

.tourism .video-block .title {
	display: block;
	font-family: 'Russo One';
	font-size: 26px;
	line-height: 32px;
	color: #333;
	margin-bottom: 45px;
}

.cities {
	display: flex;
    justify-content: space-between;
    margin-bottom: 95px;
    align-items: stretch;
}

.town {
	width: 32%;
	display: flex;
	flex-direction: column;
}

.town:hover {
	opacity: 0.6;
}

.town-slider .town {
	width: 292px;
}

.town .img {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	width: 100%;
	height: 408px;
	flex: none;
	border-radius: 2px;
}

.town .tag {
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.04em;
	color: #8ca2bb;
	margin: 22px 0 10px 0;
}

.town .title {
	display: block;
	font-family: 'Russo One';
	font-size: 26px;
	line-height: 32px;
	letter-spacing: 0.03em;
	color: #333;
}

.town .text {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.town-description {
	display: flex;
	justify-content: space-between;
	width: 48%;
	max-height: 328px;
}

.tourism-slider .town-description {
	width: 100%;
}

.tourism-slider .town-description p {
	font-size: 16px;
}

.town-description:hover {
	opacity: 0.6;
}

.town-description .img {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	width: 40%;
	max-height: 328px;
	flex: none;
	border-radius: 2px;
}

.tourism-slider .town-description .img {
	width: 47%;
	height: 400px;
	max-height: 400px;
}

.town-description .text {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 55%;
	overflow: hidden;
}

.tourism-slider .town-description .text {
	width: 46%;
	max-height: 323px;
}

.town-description .tag {
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.04em;
	color: #8ca2bb;
	margin: 2px 0 18px 0;
}

.town-description .title {
	display: block;
	font-family: 'Russo One';
	font-size: 26px;
	line-height: 32px;
	letter-spacing: 0.03em;
	color: #333;
	margin-bottom: 30px;
}

.town-description p {
	margin-bottom: 13px;
}

.town-description .text-blue {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #174479;
}

.tourism__img-box {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	display: block;
	width: 100%;
	height: 568px;
	margin-bottom: 95px;
	border-radius: 2px;
	overflow: hidden;
}

.tourism__img-box:hover {
	opacity: 0.6;
}

.tourism__img-box .filter {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0,32,62,0.6);
	text-align: center;
}

.tourism__img-box .tag {
	display: block;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.04em;
	color: #8ca2bb;
	margin-bottom: 25px;
	max-width: 640px;
}

.tourism__img-box .title {
	display: block;
	font-family: 'Russo One';
	letter-spacing: 0.01em;
	color: #fff;
	font-size: 50px;
	line-height: 60px;
	max-width: 640px;
	padding: 0 20px;
}

.see-all {
	display: flex;
	justify-content: space-between;
	align-items: center !important;
	margin: 110px auto 50px auto;
}

.see-all h1 {
	display: block;
	margin: 0;
}

.see-all .button {
	color: #174479;
	font-size: 16px;
	font-weight: bold;
	border: 2px #174479 solid;
	border-radius: 35px;
	width: auto;
	padding: 8px 43px;
	height: max-content;
	margin: auto 0;
	text-transform: uppercase;
}

.see-all .button:hover {
	color: #fff;
	background: #174479;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.news-block {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 95px;
}

.news-block .litle-box {
	margin-right: 0.5%;
	margin-bottom: 15px;
}

.main-slider .glide__slide {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	width: 100%;
	height: 100vh;
	min-height: 600px;
}

.main-slider .glide__arrow--left {
	opacity: 0.6;
}

.main-slider .glide__arrow--left:hover {
	opacity: 1;
}

.main-slider .glide__arrow--right {
	opacity: 0.6;
}

.main-slider .glide__arrow--right:hover {
	opacity: 1;
}

.main-slider .filter {
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 28, 67, 0.8) 0%, rgba(0, 15, 35, 0) 100%);
}

.main-slider .main-slide {
	height: 100vh;
	min-height: 600px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.main-slider .title {
	display: block;
	font-family: 'Russo One';
	font-size: 80px;
	line-height: 88px;
	letter-spacing: 0.01em;
	color: #fff;
	margin-bottom: 35px;
	width: 50%;
}

.main-slider .text {
	display: block;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	width: 33%;
}

.main-map {
	background: url('../img/main-map.jpg') no-repeat bottom left;
	background-size: contain !important;
	width: 100%;
}

.main-map h1 {
	margin: 0;
	padding: 110px 0 74px 0;
}

.main-map .map-block {
	display: flex;
	justify-content: space-between;
}

.main-map .text {
	width: 49%;
}

.main-map .text span {
	display: block;
	font-family: 'Russo One';
	font-size: 26px;
	line-height: 32px;
	letter-spacing: 0.03em;
	color: #333;
	margin-bottom: 29px;
}

.main-map .text p {
	margin-bottom: 33px;
}

.main-map .text a {
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #174479;
	margin-bottom: 16px;
}

.main-map .text a img {
	margin-left: 16px; 
}

.main-map .text a:hover img {
	margin-left: 20px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.facts {
	width: 49%;
	display: flex;
	flex-direction: column;
	margin-bottom: 180px;
}

.facts>div {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 39px;
}

.facts img {
	margin-right: 16px;
	max-width: 92px;
	height: auto;
	max-height: 84px;
}

.facts .facts-text {
    width: 100%;
}

.facts-text div {
	display: flex;
	align-items: center;
	margin-bottom: 14px;
}

.facts span {
	width: 30%;
	display: block;
	font-family: 'Russo One';
	color: #174479;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 0.02em;
}

.facts p {
	font-family: 'Russo One';
	font-size: 26px;
	line-height: 32px;
	letter-spacing: 0.03em;
	color: #174479;
}

.facts .number {
	width: auto;
	font-size: 120px;
	line-height: 88px;
	letter-spacing: 0.01em;
    margin-right: 10px;
}

.main-video {
	display: flex;
	flex-direction: column;
}

.main-video h1 {
	margin-bottom: 10px;
}

.main-video span {
	display: block;
	font-family: 'Russo One';
	font-size: 26px;
	line-height: 32px;
	letter-spacing: 0.03em;
	color: #555;
	margin-bottom: 56px;
}

.main-video .video-box {
	width: 100%;
	height: 720px;
}

.projects-slider {
	margin-bottom: 128px;
	position: relative;
}

.article-slider {
	margin-bottom: 96px;
	position: relative;
}

.article-slide__container {
	justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    overflow: hidden;
    height: 610px;
}

.article-slide__container img {
	object-fit: cover;
    object-position: 50% 50%;
}

.projects-slide {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.projects-slide .text {
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.projects-slide .text .max-height {
	max-height: 385px;
	overflow: hidden;
}

.projects-slide .tag {
	display: block;
	margin: 20px 0 13px 0;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #999;
}

.projects-slide .title {
	display: block;
	font-family: 'Russo One';
	font-size: 32px;
	line-height: 40px;
	color: #333;
	margin-bottom: 43px;
}

.projects-slide .detail {
	display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #174479;
    margin-bottom: 16px;
    margin-top: 15px;
}

.projects-slide .detail img {
	width: auto;
	margin-left: 16px;
	margin-bottom: 0;
}

.projects-slide .detail:hover img {
	margin-left: 20px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.projects-slide .block-transparent {
	height: 100px;
}

.projects-slide .img {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	min-height: 568px;
/* 	height: 100%; */
	width: 65%;
}

.projects-slide.not-slide {
	margin: 128px 0;
}

.projects-slide.not-slide .text {
	width: 45%;
}

.projects-slide.not-slide .img {
	min-height: 352px;
	width: 49%;
}

.projects-slide.not-slide.revers {
	flex-direction: row-reverse;
}

.arctic-zone {
	background: url('../img/north.jpg') no-repeat center center;
	background-size: cover;
	width: 100%;
}

.arctic-zone .see-all {
	padding: 60px 0 10px;
	margin: 0;
}

.arctic-zone .arctic-zone_title {
	display: block;
	font-family: 'Russo One';
	font-size: 26px;
	line-height: 32px;
	letter-spacing: 0.03em;
	color: #555;
	padding-bottom: 45px;
}

.arctic-zone-slider {
	position: relative;
	margin: 0 auto;
	padding-bottom: 30px;
}

.cities-slider {
	position: relative;
	margin: 0 auto;
	padding-bottom: 60px;
}

.arctic-zone-slider .glide__arrow {
	top: 180px;
}

.cities-slider .glide__arrow {
	top: 250px;
	/*opacity: .25;
	filter: grayscale(1);
	transition: opacity .3s;*/
}

/*.cities-slider .glide__arrow:hover {
	opacity: 1;
	filter:  none;
}*/

.arctic-zone-slide {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.cities-slide {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.blue-bold-text {
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #174479;
}

.blue-bold-text>div {
	flex-direction: column;
	width: 29%;
	align-items: flex-start;
}

.blue-bold-text span{
	margin-bottom: 14px;
}

.blue-bold-text .blue-number {
	font-family: 'Russo One';
	font-size: 44px;
	line-height: 56px;
	letter-spacing: 0.02em;
	color: #174479;
}

.blue-bold-text .number {
	font-family: 'Russo One';
	font-size: 80px;
	line-height: 88px;
	letter-spacing: 0.01em;
}

.arctic-zone-slide .img {
	height: 360px;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
}

.arctic-zone-slide .title {
	display: flex;
	font-family: 'Russo One';
	font-size: 26px;
	line-height: 32px;
	letter-spacing: 0.03em;
	color: #333;
	margin: 32px 0 13px 0;
}

.arctic-zone-slider .glide__arrow--left, .cities-slider .glide__arrow--left {
	left: -5em;
}

.arctic-zone-slider .glide__arrow--right, .cities-slider .glide__arrow--right {
	right: -5em;
}

.cities-slide .title {
	display: flex;
	font-family: 'Russo One';
	font-size: 26px;
	line-height: 32px;
	letter-spacing: 0.03em;
	color: #333;
	margin: 32px 0 13px 0;
	max-width: 520px;
}

.cities-slide p {
	max-width: 520px;
}

.background-light-grey {
	background: #eef2f5;
/* 	padding: 1px 0 110px 0; */
	width: 100%;
    overflow: hidden;
    position: relative;
}

.background-light-grey .see-oll {
	margin: 0;
	padding: 110px 0 50px 0;
}

.background-map-projects {
	background: url('../img/main-projects.jpg') no-repeat center bottom;
	background-size: contain;
	height: 600px;
	position: relative;
}

.background-map-projects h1 {
	margin: 0;
	padding-top: 100px;
}

.background-map-projects .point {
	position: absolute;
	display: flex;
	align-items: center;
}

.background-map-projects .point.baimskoe-mestorozhdenie {
	right: 197px;
    bottom: 115px;
}

.background-map-projects .point.yaregskoe-mestorozhdenie {
	left: 215px;
    bottom: 64px;
}

.background-map-projects .point.tomtorskoe-mestorozhdenie {
	right: 161px;
    bottom: 178px;
}

.background-map-projects .point.port-indiga {
	left: 250px;
    bottom: 124px;
}

.background-map-projects .point.vostok-oyl {
	left: 479px;
    bottom: 193px;
}

.background-map-projects .point.pavlovskoe-mestorozhdenie {
	left: 274px;
    bottom: 242px;
}

.background-map-projects .point.syradasayskoe-mestorozhdenie {
	left: 502px;
    bottom: 269px;
}

.background-map-projects .point:hover .blue {
	background: #456994;
}

.background-map-projects .point:hover span {
	color: #456994;
}

.background-map-projects .point .blue {
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background: #174479;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
}

.background-map-projects .point .white {
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #fff;
	flex: none;
}

.background-map-projects .point span {
	display: block;
	margin: 0 10px;
	font-weight: bold;
	font-size: 22px;
	line-height: 24px;
	letter-spacing: 0.04em;
	color: #174479;
}

.map-projects-blocks {
	position: absolute;
	right: 20px;
    top: 20px;
	align-items: flex-start;
	display: none;
	z-index: 10;
/* 	width: 50%; */
}

.map-projects-blocks.active {
	display: flex;
}

.map-projects-blocks .close {
	cursor: pointer;
	margin-left: 17px;
}

.map-projects-blocks .close:hover {
	opacity: 0.6;
}

.map-projects-blocks .block {
	display: flex;
	width: 636px;
    height: 327px;
	box-shadow: 0px 0px 50px rgba(136, 136, 136, 0.25);
	border-radius: 4px;
}

.map-projects-blocks .block .text {
	background: #fff;
	padding: 37px 24px 26px 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 50%;
	border-radius: 4px 0 0 4px;
	flex: none;
}

.map-projects-blocks .block .tag {
	display: block;
    margin: 0 0 13px 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #999;
}

.map-projects-blocks .block a, .map-projects-blocks .block .link {
	display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #174479;
    margin-bottom: 16px;
    margin-top: 15px;
}

.map-projects-blocks .block a img, .map-projects-blocks .block .link img {
	width: auto;
    margin-bottom: 0;
    margin-left: 16px;
}

.map-projects-blocks .block a:hover img, .map-projects-blocks .block .link:hover img {
	margin-left: 20px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.map-projects-blocks .block .title {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #333;
	margin-bottom: 16px;
	display: block;
}

.map-projects-blocks .block .img {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover;
	width: 50%;
	min-width: 316px;
	height: 100%;
	min-height: 320px;
	border-radius: 0 4px 4px 0;
    overflow: hidden;
}

/*slider*/
.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; }
  .glide__arrow:focus {
    outline: none; }
  .glide__arrow:hover {
    border-color: white; }
  .glide__arrow--left {
    left: 2em; }
  .glide__arrow--right {
    right: 2em; }
  .glide__arrow--disabled {
    opacity: 0.33; }


.projects-slider .glide__arrow, .anniversary-slider .glide__arrow, .article-slider .glide__arrow {
  position: initial;
  transform: none;
  height: 56px;
  padding: 0 5px;
}


.projects-slider .glide__arrow--left, .article-slider .glide__arrow--left {
    margin-right: 0px !important;
}

.projects-slider .glide__arrow--right, .article-slider .glide__arrow--right {
    margin-left: 0px !important;
}

.projects-slider .glide__arrows {
	position: absolute;
	bottom: 30px;
	left: 0px;
	z-index: 2;
	display: flex;
}

.article-slider .glide__arrows {
	position: absolute;
	bottom: -64px;
	left: 0px;
	z-index: 2;
	display: flex;
}

.anniversary-slider .glide__arrows {
	position: absolute;
	bottom: 48px;
	left: 48px;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	width: 120px;
}

.anniversary-slider .glide__arrow--left {
	margin-right: 0;
	opacity: 0.6;
	padding: 0;
}

.anniversary-slider .glide__arrow--left:hover {
	opacity: 1;
}

.anniversary-slider .glide__arrow--right {
    margin-left: 0;
    opacity: 0.6;
    padding: 0;
}

.anniversary-slider .glide__arrow--right:hover {
	opacity: 1;
}

.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; }
  
.background-photo {
	display: block;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	width: 100%;
	margin: 128px 0;
	border-radius: 2px;
	padding: 0 !important;
}

.background-photo .filter {
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 28, 67, 0.6), rgba(0, 28, 67, 0.6));
	border-radius: 2px;
	padding: 96px 0;
}

.background-photo .tag {
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.04em;
	color: #fff;
	display: block;
	margin-bottom: 13px;
	opacity: 0.8;
}

.background-photo .title {
	display: block;
    font-family: 'Russo One';
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 43px;
}

.background-photo p {
	color: #fff;
}

.background-photo .detail {
	display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 16px;
    margin-top: 15px;
	color: #fff;
}

.background-photo img {
	margin-left: 16px;
}

.background-photo .detail:hover img {
	margin-left: 20px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.background-photo .text {
	width: 33%;
	margin-left: 0;
}

.project {
	background: #CFD4D7;
	position: relative;
}

.project .background-img {
	position: absolute;
	top: 0;
	height: 100vh;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	width: 100%;
	filter: grayscale(100%);
	z-index: 0;
}

.project .wrap {
	background: #fff;
	position: relative;
	z-index: 1;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.project h1 {
	margin: 0;
	padding: 60px 0 40px 0;
}

.preview {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.04em;
	color: #174479;
	padding-bottom: 60px;
}


.main-img {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	width: 100%;
	height: 600px;
	max-width: 1286px;
	margin: 0 auto;
}

.article b {
	color: #333333;
}

.blue-text {
	color: #174479;
	padding-top: 53px;
}

.blue-text a, .blue-text b {
	color: #174479;
}

.blue-p {
	color: #174479;
}

.grey-text {
	padding-top: 53px;
}

.project p {
	padding-bottom: 43px;
}

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

.project img {
	width: 100%;
	height: auto;
	border-radius: 2px;
	margin-bottom: 11px;
}

.img-name {
	display: block;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.04em;
	color: #999;
	padding-bottom: 34px;
}

.footnote {
	font-weight: bold;
	padding: 37px 0 37px 0;
	margin-bottom: 37px;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
}

.box-grey {
	background: #EFF2F4;
	border-radius: 2px;
	padding: 48px 20px 43px 20px;
	margin-bottom: 38px;
}

.box-grey p {
	padding: 0;
	margin: 0 !important;
}

.project .wrap-850px {
	max-width: 850px;
	padding-left: 20px !important;
	padding-right: 20px !important;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.project .wrap-850px .img-block {
	width: 49% !important;
}

.project .wrap-850px .img {
	height: 320px;
}

.project .min-wrap h1 {
	padding: 60px 0 50px 0;
}

.project .projects-slide.not-slide {
	margin: 0;
	padding-bottom: 100px;
}

.projects-slide.not-slide img {
	width: auto;
	margin-bottom: 0;
}

.article p {
	margin-bottom: 43px;
}

.article p a {
	text-decoration: underline;
}
.article p a:hover {
	text-decoration: none;
}

.article .preview {
	padding: 0;
}

.article .data {
	display: block;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.04em;
	color: #999;
	margin-bottom: 60px;
}

.article .flex {
	display: flex;
}

.laws_text a {
	color: #174479;
	text-decoration: underline;
}
.laws_text a:hover {
	text-decoration: none;
}

.article .share {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	margin-top: 53px;
	width: 200px;
}

.article .ya-share2 * {
	max-width: 135px;
}

.article .share .share_block {
	max-width: 180px;
    width: 100%;
}

.share_fixed {
	position: fixed;
    top: 198px;
}

.article .share span {
	display: block;
	margin-bottom: 30px;
}

.article .margin-0 {
	margin: 0;
}

/*
.article img {
	width: 100%;
	height: auto;
	border-radius: 2px;
	margin-bottom: 11px;
}
*/

.quote {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	font-weight: bold;
	margin-bottom: 43px;
}

.quote p {
	width: 80%;
	margin: 0;
}

.quote .quotes {
	font-family: Russo One;
	font-size: 80px;
	line-height: 88px;
	letter-spacing: 0.01em;
	color: #8ca2bb;
}

.read-also {
	display: block;
	border: 1px solid #EBEBEB;
	border-radius: 4px;
	padding: 19px 24px;
	width: 100%;
	margin-bottom: 37px;
}

.read-also p {
	margin: 0;
}

.read-also span {
	display: block;
}

.read-also .tag {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #999;
	margin-bottom: 10px;
}

.read-also .title {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
}

.entirely {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #174479;
	border-bottom: 1px solid #a3b4c8;
	margin-bottom: 50px;
	width: inherit;
}

.entirely:hover {
	border-color: #174479;
}

.title-img {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	width: 100%;
	height: 70vh;
	min-height: 600px;
}

.title-img div {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	color: #fff;
}

.title-img .filter {
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 28, 67, 0.8) 0%, rgba(0, 15, 35, 0) 100%);
}

.title-img .title {
	display: block;
	font-family: 'Russo One';
	font-size: 80px;
	line-height: 88px;
	letter-spacing: 0.01em;
	width: 50%;
	margin-bottom: 35px;
}

.title-img .text {
	display: block;
	font-size: 20px;
	line-height: 24px;
	width: 33%;
	margin-bottom: 150px;
}

.arctica-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 80px 0 112px 0;
}

.arctica-block.reverse {
	flex-direction: row-reverse;
}

.arctica-block p {
	font-family: 'Russo One';
	font-size: 26px;
	line-height: 32px;
	letter-spacing: 0.03em;
	color: #174479;
	width: 30%;
}

.arctica-block .img {
	width: 60%;
	height: 100%;
	min-height: 344px;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	border-radius: 2px;
}

.arctica-map {
	width: 100%;
	height: 100vh;
	min-height: 815px;
	background: url('../img/arctica-main.jpg') no-repeat center bottom;
	background-size: contain;
	display: flex;
}

.arctica-map h1 {
	margin: 0;
	padding: 110px 0 70px 0;
}

.arctica-map .map-blocks {
	display: flex;
}

.arctica-map .block {
	width: 40%;
	margin-right: 10%;
	display: flex;
	flex-direction: column;
}

.arctica-map p {
	padding-bottom: 32px;
}

.arctica-map .facts-text div {
	align-items: flex-end;
}

.arctica.main-slider .main-slide {
	justify-content: flex-start ;
}

.arctica.main-slider .title {
	padding-top: 10%;
	height: 30%;
}

.arctica.main-slider .blocks {
	display: flex;
	height: 70%;
}

.arctica.main-slider .block {
	width: 40%;
	margin-right: 10%;
}

.arctica.main-slider img {
	height: 20%;
	margin-bottom: 10%;
}

.arctica.main-slider .text {
	width: 100%;
}

li {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #174479;
	margin-bottom: 32px;
}

a.arctica-politics {
	display: block;
	margin: 20px 0;
	font-size: 18px;
	line-height: 24px;
	color: #174479;
	text-decoration: underline;
}

.title-img a {
	margin-bottom: 88px;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	padding: 12px 107px;
	border: 2px solid #FFFFFF;
	border-radius: 24px;
}

.title-img a:hover {
	background: #fff;
	color: #174479;
}

#subscribe {
	cursor: pointer;
}

.northsearoute-map {
	background: url('../img/northsearoute-map.jpg') no-repeat center bottom;
	background-size: contain;
	width: 100%;
	height: auto;
}

.northsearoute-map .blocks {
	display: flex;
	justify-content: space-between;
	padding-bottom: 80px;
}

.northsearoute-map h1 {
	margin: 0;
	padding: 60px 0 80px 0;
}


.northsearoute-map .blocks>div {
	width: 30%;
}

.northsearoute-map .video-box {
	width: 60%;
}

.northsearoute-map p {
	margin-bottom: 15px;
}

.northsearoute-map .facts {
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	padding-bottom: 395px;
	margin-bottom: 0;
}

.northsearoute-map .population {
	width: 30%;
	margin-bottom: 0;
}

.northsearoute-map .facts .number {
	font-size: 80px;
}

.northsearoute-map .facts p {
	font-family: 'PT Sans';
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.04em;
}

.anniversary-slider.wrap {
	position: relative;
	margin-bottom: 60px;
}

.anniversary-slider h1 {
	width: 80%;
}

.anniversary-slider .blocks {
	display: flex;
}

.anniversary-slider .img {
	width: 60%;
	height: 568px;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	border-radius: 2px;
	overflow: hidden;
}

.anniversary-slider .filter {
	width: 100%;
	height: 100%;
	background: linear-gradient(360deg, rgba(0, 28, 67, 0.8) 0%, rgba(0, 15, 35, 0) 28.17%);
}

.anniversary-slider .text {
	width: 30%;
	margin-left: 5%;
}

.anniversary-slider p {
	margin: 35px 0;
}

.background-bulletin {
	background: url('../img/northern-lights.jpg') no-repeat center center;
	background-size: cover;
	color: #fff;
}

.background-bulletin .filter {
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 28, 67, 0.8) 0%, rgba(0, 15, 35, 0) 100%);
}

.background-bulletin .title {
	display: block;
	font-size: 44px;
	line-height: 56px;
	letter-spacing: 0.02em;
	padding: 110px 0 26px 0;
}

.background-bulletin span {
	display: block;
	font-family: 'Russo One';
	font-size: 26px;
	line-height: 32px;
	letter-spacing: 0.03em;
	margin-bottom: 30px;
}

.background-bulletin .blocks {
	display: flex;
	justify-content: space-between;
	padding: 64px 0 128px 0;
}

.background-bulletin .blocks>img {
	width: 308px;
	height: 426px;
	margin: 0 auto;
}

.background-bulletin .text {
	width: 55%;
}

.background-bulletin li {
	color: #FFF;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
}

.background-bulletin a {
	display: block;
	width: 272px;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: #fff;
	border: 2px solid #FFFFFF;
	border-radius: 20px;
	padding: 8px 50px;
	margin: 59px 0 53px 0;
	text-align: center;
}

.background-bulletin a:hover {
	background: #fff;
	color: #174479;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.background-bulletin form {
	width: 80%;
}

.ya-share2__container_size_m {
	margin-bottom: 64px;
}

.ya-share2__list_direction_horizontal > .ya-share2__item {
	margin-right: 3vw !important;
	filter: grayscale(100%) opacity(50%);
}


.ya-share2__list_direction_horizontal > .ya-share2__item:hover {
	filter: none;
}

.ya-share2__item_service_facebook .ya-share2__icon {
	background: url('../img/fb2.svg') no-repeat center center !important;
	background-size: 11px !important;
}

.ya-share2__item_service_facebook .ya-share2__badge {
	background: transparent !important;
}

.ya-share2__item_service_odnoklassniki .ya-share2__icon {
	background: url('../img/ok2.svg') no-repeat center center !important;
	background-size: 15px !important;
}

.ya-share2__item_service_odnoklassniki .ya-share2__badge {
	background: transparent !important;
}

.ya-share2__item_service_twitter .ya-share2__icon {
	background: url('../img/tw2.svg') no-repeat center center !important;
	background-size: 25px !important;
}

.ya-share2__item_service_twitter .ya-share2__badge {
	background: transparent !important;
}

.ya-share2__item_service_telegram .ya-share2__icon {
	background: url('../img/tg2.svg') no-repeat center center !important;
	background-size: 25px !important;
}

.ya-share2__item_service_telegram .ya-share2__badge {
	background: transparent !important;
}

.ya-share2__item_service_vkontakte .ya-share2__icon {
	background: url('../img/vk2.svg') no-repeat center center !important;
	background-size: 25px !important;
}

.ya-share2__item_service_vkontakte .ya-share2__badge {
	background: transparent !important;
}

.ya-share2__item_service_whatsapp .ya-share2__icon {
	background: url('../img/wa2.svg') no-repeat center center !important;
	background-size: 24px !important;
}

.ya-share2__item_service_whatsapp .ya-share2__badge {
	background: transparent !important;
}

.article .share .ya-share2__list_direction_horizontal > .ya-share2__item {
	margin-right: 20px !important;
}

.article .share span {
	margin-bottom: 15px;
}

.article .share .title {
	margin-bottom: 30px;
}

.tourism-sliders {
	display: flex;
}

.tourism-slider .town-description {
	width: 100%;
}

.tourism-slider .town-description:hover {
	opacity: 1 !important;
}

.tourism-slider .town-description {
    max-height: 400px;
}

.tourism-slider {
	width: 50%;
	flex: none;
	padding-bottom: 90px;
	border-bottom: 4px solid #849bb6;
	margin-bottom: 100px;
}

.tourism-slider .town-description .block {
	display: flex;
	flex-direction: column;
	width: 55%;
}

.tourism-slider .glide__arrows{
	position: absolute;
    bottom: 90px;
    left: 53%;
    z-index: 2;
    display: flex;
}

.tourism-slider .glide__arrow--left {
	right: 0 !important;
}

.tourism-slider .glide__arrow--right {
	left: 0 !important;
}

.tourism-slider .glide__arrow {
	position: initial;
    transform: none;
    padding: 0 5px;
}

.town-slider {
	width: 611px;
	height: 494px;
	max-height: 494px;
	margin-left: 87px;
}

.town-slider .town:hover {
	opacity: 1;
}

.town-slider .town .title {
	font-family: 'PT Sans';
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #555;
}

.privileges {
	display: flex;
	justify-content: space-between;
	margin-bottom: 96px;
}

.privileges .left {
	width: 49%;
	display: flex;
	flex-direction: column;
}

.privileges .right {
	width: 49%;
	display: flex;
	flex-direction: column;
}

.privileges a {
	border: 1px solid #EBEBEB;
	border-radius: 4px;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	padding: 30px 24px;
	color: #999;
	min-height: 112px;
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.privileges .right>div {
	background: #EFF2F4;
	border-radius: 2px;
	padding: 40px 32px;
	margin-bottom: 16px;
	display: none;
}

.privileges .right>div.active {
	display: flex;
}

.privileges .right .point {
	border-radius: 100%;
	background: #174479;
	width: 6px;
	height: 6px;
	flex: none;
	margin-right: 12px;
	margin-top: 7px;
}

.privileges a:hover, .privileges a.active {
	color: #174479;
	border-color: #456994;
}

.block-footer {
	width: 100%;
	height: 100px;
}

.maybe_video .filter {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(106,100,122,0.2);
	height: 100%;
/*     min-height: 568px; */
}

.maybe_video .filter img {
    width: 10%;
}

.mob-web {
	display: none;
}

.name-title {
	font-weight: 700;
    font-size: 16px;
    color: #fff;
}

.footer-left {
	display: flex;
	flex-direction: column;
	max-width: 29%;
}

.footer-left span {
	color: #fff;
	margin-top: 30px;
}

.mobile {
	display: none;
}

.main-slider .glide__arrow img {
	margin: 0 !important;
}

#articleBody .wrap img {
	width: 100%;
	margin-bottom: 20px;
}

#articleBody .article-slide img {
	margin-bottom: 10px;
}

.img_desc {
	display: block;
    font-size: 14px;
	color: #555;
	margin-bottom: 20px;
}

.article .wrap iframe {
	width: 100%;
	margin-bottom: 20px;
	height: 50vh;
	min-height: 480px;
}

.double-images {
	width: 100%;
	display: flex;
    	align-items: flex-start;
    	flex-wrap: wrap;
    	justify-content: space-between;
}

.double-images img, #articleBody .wrap .double-images  img, .project .double-images img {
    	width: 49%;
    	display: block;
	margin-bottom: 20px;
}

.project-banner {
	display: block;
	width: 100%;
	letter-spacing: 0;
	background-size: cover;
	background-position: center;
	border-radius: 2px;
	margin: 128px 0;
	padding: 32px 0 64px 0 !important;
}
.cities-contests .project-banner {
	margin-top: 90px;
	margin-bottom: 100px;
}
.cities-contests .project-banner .project-banner__content {
	padding-left: 64px;
	padding-right: 32px;
}
.project-banner__partners {
	display: flex;
	margin-bottom: 32px;
}
.project-banner__partners-section {
	margin-right: 44px;
}
.project-banner__partners-section:last-child {
	margin-right: 0;
}
.project-banner__partners-title {
	font-family: 'Old Standard TT', serif;
	font-size: 16px;
	line-height: 20px;
	color: #384250;
}
.project-banner__partners-logos {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.project-banner .project-banner__partners-logos img {
	display: block;
	margin: 12px 32px 0 0;
	width: auto;
	border-radius: 0;
	max-width: 100%;
}
.project-banner .project-banner__partners-logos img:last-child {
	margin-right: 0;
}
.project-banner__tag {
	display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #999;
	letter-spacing: 0.04em;
	margin-bottom: 16px;
}
.project-banner__title {
	display: block;
	font-family: 'Old Standard TT', serif;
	font-size: 52px;
	line-height: 1;
	font-weight: 700;
	color: #384250;
	max-width: 660px;
}
.project-banner__subtitle {
	font-family: 'Old Standard TT', serif;
	font-size: 18px;
	line-height: 24px;
	margin-top: 24px;
	color: #384250;
	max-width: 424px;
}
.project-banner .detail {
	display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #174479;
    margin-top: 48px;
}
.project-banner .detail img {
	width: auto;
    margin-left: 16px;
    margin-bottom: 0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
	border-radius: 0;
}
.project-banner .detail:hover img {
	margin-left: 20px;
}
.project-banner_sm {
	margin: 0 0 43px 0;
}
.project-banner_sm .project-banner__title {
	font-size: 40px;
	line-height: 44px;
	font-weight: 400;
	max-width: 529px;
}
.project-banner_sm .project-banner__partners {
	margin-bottom: 56px;
}
.project-banner_sm .detail {
	margin-top: 32px;
}
.project-banner_sm .project-banner__content {
	padding: 0 32px 0 64px;
}
.project-banner__site {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.3em;
	padding: 20px 24px;
	background: #3BBB8F;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	text-align: center;
	margin-top: 40px;
}

.project-banner_urban .project-banner__partners{
	margin-bottom: 48px;
}
.project-banner_urban .detail {
	margin-top: 40px;
}

.cities-submenu {
	display: flex;
	justify-content: space-between;
}

.cities-submenu a {
	width: 25%;
	max-width: 25%;
}

.project-banner_urban .detail {
	margin-top: 40px;
}
.project-banner__small-title {
	display: block;
	font-family: 'Old Standard TT', serif;
	font-size: 34px;
	line-height: 44px;
	font-weight: 700;
	color: #384250;
	max-width: 1000px;
}
.project-banner__info {
	background-color: #fff;
	border-radius: 2px;
	padding: 32px 32px 48px;
	display: flex;
	margin-top: 40px;
	max-width: 990px;
}
.project-banner__info-col {
	width: 50%;
}
.project-banner__info-col2 {
	padding-left: 60px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.project-banner__info-title {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #4C5664;
	margin-bottom: 20px;
}
.project-banner__info-list {
	margin: 0;
	padding: 0;
	padding-left: 22px;
}
.project-banner__info-list li {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: #4C5664;
	margin-bottom: 12px;
}
.project-banner__info-list li:last-child {
	margin-bottom: 0;
}
.project-banner__info-list li::marker {
	color: #384250;;
}
.project-banner__info-term {
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 11px 19px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #384250;
}

.arctic-standard__title-img .text {
	margin-bottom: 78px;
}

.arctic-standard__text {
	max-width: 740px;
	margin: 48px auto;
}

.arctic-standard__text p {
	margin-bottom: 24px;
}

.arctic-standard__text b {
	color: #333333;
}

.arctic-standard__text .blue-text {
	padding-top: 0;
	margin-bottom: 32px;
	font-size: 20px;
	line-height: 24px;
}

.arctic-standard__text ul {
	max-width: 524px;
}

.arctic-standard__text ul, .design-code__text ul {
	list-style: none;
	padding: 0;
    margin: 0 0 16px 6px;
}


.arctic-standard__text ul li, .design-code__text ul li {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #555;
	margin-bottom: 24px;
    margin-left: 18px;
    position: relative;
}

.arctic-standard__text ul li:before, .design-code__text ul li:before {
	content: "";
    width: 6px;
    height: 6px;
	background: #174479;
    border-radius: 100%;
    display: block;
    flex: none;
    position: absolute;
    top: 12px;
    left: -24px;
}

.design-code__text ul {
	margin: 32px 0 48px 6px !important;
}

.arctic-standard__text .footnote {
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.04em;
}

.arctic-standard__img {
	width: 100%;
	box-shadow: 0px 0px 16px rgba(136, 136, 136, 0.16);
}

.arctic-standard__img:last-child {
	margin-bottom: 100px;
}

.design-code__title-img {
	height: calc(100vh - 145px);
}

.design-code__title-img div {
	justify-content: center;
	align-items: center;
}

.design-code__title-img .filter {
	padding-top: 145px;
}

.design-code__title-img .title {
	width: 100%;
	text-align: center;
	margin: auto;
}

.design-code__text {
	max-width: 740px;
	margin: 64px auto 100px auto;
}

.design-code__text p {
	margin-bottom: 32px;
}

.design-code__text p:last-child {
	margin-bottom: 0;
}

.design-code__text b {
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0.04em;
	color: #333333;
}

.design-code__text ul {
	list-style: none;
	padding: 0;
    margin: 0 0 16px 6px;
}

.design-code__text ul li {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #555;
	margin-bottom: 24px;
    margin-left: 18px;
    position: relative;
}

.design-code__text a {
	text-decoration: underline;
	color: #174479;
}

.design-code__text a:hover {
	text-decoration: none;
}

.design-code__gray-block {
	background: #EFF2F4;
	border-radius: 2px;
	width: 100%;
	padding: 40px 20px 48px 64px;
	margin-bottom: 42px;
}

.design-code__gray-block ul {
	max-width: 524px;
}

.design-code__gray-block .title {
	display: block;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.04em;
	color: #555555;
	margin-bottom: 24px;
}

.design-code__link-block {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 64px 0;
}

.design-code__link-img {
	width: 176px;
	height: 244px;
	margin-right: 40px;
}

.design-code__link-title {
	display: block;
	margin-bottom: 32px;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.04em;
	color: #333333;
}

.design-code__link-download {
	display: block;
	color: #174479;
    font-size: 16px;
    font-weight: bold;
    border: 2px #174479 solid;
    border-radius: 20px;
    width: auto;
    padding: 8px 23px;
    height: max-content;
    text-transform: uppercase;
    width: fit-content;
    text-decoration: none !important;
}

.design-code__link-download:hover {
	color: #fff;
    background: #174479;
    transition: all .3s ease;
}

.design-code__link-disabled {
	background: #EBEBEB !important;
	border-color:  #EBEBEB !important;
	color: #999999 !important;
	cursor: auto;
}

.design-code__link-disabled:hover {
	background: #EBEBEB !important;
	border-color:  #EBEBEB !important;
	color: #999999 !important;
	cursor: auto;
}

.design-code__link-disclaimer {
	display: block;
	margin-top: 20px;
}

.arctic-standard__share {
	max-width: 740px;
	margin: 80px auto 0 auto;
}

.arctic-standard__share .ya-share2__container_shape_round .ya-share2__badge {
	border-radius: 0;
}

.federal-competition__share .ya-share2__container_shape_round .ya-share2__badge {
	border-radius: 0;
}

.federal-competition {
	background: #fff;
	margin-bottom: 100px;
}

.federal-competition a {
	color: #174479;
}

.federal-competition p {
	padding-bottom: 0;
	margin-bottom: 32px;
}

.federal-competition .wrap {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.federal-competition .ya-share2 * {
    max-width: 160px;
}

.federal-competition .project-banner {
	margin: 0;
}

.federal-competition .project-banner .project-banner__content {
    padding-left: 64px;
    padding-right: 32px;
}

.federal-competition .margin-0 {
	margin-top: 64px;
	margin-left: 0 !important;
}

.federal-competition__download-container {
	width: 100%;
	margin: 64px 0;
}

.federal-competition__download-block {
	display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 24px;
}

.federal-competition__download-block .federal-competition__download-img {
	width: 176px;
	height: 244px;
	margin-right: 40px;
}

.federal-competition__download-block .federal-competition__download-text {
	margin-bottom: 32px;
	padding: 0;
}

.federal-competition__download-block .design-code__link-download {
	margin-top: 0;
}

.federal-competition__table {
	width: 100%;
	display: flex;
	flex-direction: column;
	background: #FFFFFF;
	border: 1px solid #999999;
	border-radius: 2px;
	margin-bottom: 50px;
	font-size: 16px;
}

.federal-competition__table-line {
	display: flex;
	align-items: stretch;
	border-bottom: 1px solid #999999;
}

.federal-competition__table-line:last-child {
	border-bottom: none;
}

.federal-competition__table-block {
	border-right: 1px solid #999999;
	padding: 16px 12px;
	display: flex;
	align-items: center;
	width: 57%;
}

.federal-competition__table-block:first-child {
	width: 32px;
	justify-content: center;
}

.federal-competition__table-block:last-child {
	width: calc(43% - 32px);
	border-right: none;
}

.article ul {
	list-style: none;
	padding: 0;
    margin: 0 0 16px 6px;
}

.article ul li {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #555;
	margin-bottom: 24px;
    margin-left: 18px;
    position: relative;
}

.article ul li:before {
	content: "";
    width: 6px;
    height: 6px;
	background: #174479;
    border-radius: 100%;
    display: block;
    flex: none;
    position: absolute;
    top: 50%;
    left: -24px;
    transform: translateY(-50%);
}

.article .ya-share2 ul {
	margin: 0;
}

.article .ya-share2 ul li {
	margin: 2px 4px 0 0;
}

.article .ya-share2 ul li:before {
	display: none;
}

.arctic-standard-img {
	width: 100%;
	box-shadow: 0px 0px 16px rgb(136 136 136 / 16%);
	padding: 64px 64px 80px 64px;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.04em;
	color: #555555;
	border-radius: 4px;
	overflow: hidden;
}

.arctic-standard-img p {
	margin-bottom: 16px;
}

.arctic-standard-img p:last-child {
	margin-bottom: 0;
}

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

.arctic-standard-img ul {
	list-style: none;
    padding: 0;
    margin: 0 0 0 6px;
}

.arctic-standard-img ul li {
	font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #555;
    margin-bottom: 12px;
    margin-left: 18px;
    position: relative;
}

.arctic-standard-img ul li:before {
	content: "";
    width: 6px;
    height: 6px;
    background: #174479;
    border-radius: 100%;
    display: block;
    flex: none;
    position: absolute;
    top: 12px;
    left: -24px;
}

.arctic-standard-img__wrap {
	margin: 0 auto;
	max-width: 847px;
}

.arctic-standard-img__blue-block {
	display: flex;
	align-items: stretch;
	margin: 60px 0 80px 0;
}

.arctic-standard-img__blue-block-line {
	background: #174479;
	border-radius: 2px;
	margin: 0 32px 0 0;
	width: 8px;
	height: inherit;
	flex: none;
}

.arctic-standard-img__document {
	width: 128px;
	height: 182px;
	margin-right: 32px;
}

.arctic-standard-img__arrow {
	margin-left: 23px;
	margin-right: 47px;
}

.arctic-standard-img__container1>div:first-child {
	width: 44%;
	flex: none;
}

.arctic-standard-img__container1>div:last-child {
	width: 50%;
	flex: none;
}

.arctic-standard-img__icon1 {
	margin-right: 40px;
}

.arctic-standard-img__img {
	height: inherit;
	width: 40%;
/* 	min-height: 573px; */
	background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    flex: none;
}

.arctic-standard-img3 .arctic-standard-img__block1 {
	width: 60%;
	padding: 48px 80px 64px 67px;
}

.arctic-standard-img3 .arctic-standard-img__block2 {
	display: flex;
	justify-content: space-between;
	margin-top: 32px;
}

.arctic-standard-img3 .arctic-standard-img__block2 div {
	background: #EFF2F4;
	border-radius: 4px;
	display: flex;
	align-items: center;
	padding: 8px 12px;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.04em;
	color: #555555;
}

.arctic-standard-img3 .arctic-standard-img__block2 img {
	margin: auto 15px;
}

.arctic-standard-img3 {
	padding: 0;
	margin-bottom: 100px;
}

.arctic-standard-img3 .arctic-standard-img__container {
	align-items: stretch;
}

.arctic-standard-img__table-line {
	display: flex;
	justify-content: space-between;
	margin-bottom: 48px;
}

.arctic-standard-img__table-block {
	width: 32%;
}

.arctic-standard-img__table-line:first-child .arctic-standard-img__table-block {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.04em;
	color: #174479;
	padding-bottom: 16px;
	border-bottom: 4px solid #174479;
	text-transform: uppercase;
}

.arctic-standard-img__table-block .title {
	display: block;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.04em;
	color: #333333;
	margin: 25px 0 15px 0;
	text-transform: uppercase;
}

.arctic-standard-img__table-block .text {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.04em;
	color: #333333;
}

.arctic-standard-img__table-line:first-child .arctic-standard-img__table-block:first-child {
	width: 65%;
}

.arctic-standard-img__table-line:first-child .arctic-standard-img__table-block:last-child {
	width: 33%;
}

.arctic-standard-img__table-mob {
	display: none;
}

.norilsk__title-img .title {
	font-size: 64px;
	line-height: 76px;
	letter-spacing: 0.01em;
	width: 100%;
	max-width: 1064px;
	margin-bottom: 78px;
}

@media only screen and (max-width:1500px){
	.main-slider .main-slide {
		padding-right: 110px !important;
		padding-left: 140px !important;
	}

	.arctic-zone-slider{
		width: 90%;
	}

	.cities-slider{
		width: 90%;
	}

	.arctic-zone-slider .glide__arrow--left, .cities-slider .glide__arrow--left {
		left: -4em;
	}

	.arctic-zone-slider .glide__arrow--right, .cities-slider .glide__arrow--right {
		right: -4em;
	}
	
	.arctic-zone-slide .img {
		height: 300px;
	}

	.arctic-zone-slider .glide__arrow {
		top: 150px;
	}

	.cities-slider .glide__arrow {
		top: 240px;
	}

	.cities-slide .img {
		height: 360px;
	}
	
}

@media only screen and (max-width:1300px){
	.background-map-projects {
		width: 1000px;
		height: 500px;
	}
	
	.background-map-projects .point.baimskoe-mestorozhdenie {
		right: 142px;
		bottom: 80px;
	}
	
	.background-map-projects .point.tomtorskoe-mestorozhdenie {
		right: 39px;
		bottom: 147px;
	}
	
	.background-map-projects .point.pavlovskoe-mestorozhdenie {
		left: 202px;
		bottom: 219px;
	}
	
	.background-map-projects .point.syradasayskoe-mestorozhdenie {
		left: 360px;
		bottom: 190px;
	}
	
	.background-map-projects .point.port-indiga {
		left: 174px;
		bottom: 96px;
	}
	
	.background-map-projects .point.yaregskoe-mestorozhdenie {
		left: 136px;
		bottom: 46px;
	}
	
	.background-map-projects .point.vostok-oyl {
		left: 360px;
		bottom: 153px;
	}
	
/*
	.main-slider .glide__arrow--left {
		right: 1em !important;
	}
*/
	
	.main-slider .glide__arrow--right {
		right: 1em !important;
	}
	
	.main-slider .title {
   		width: 60%;
   		font-size: 59px;
	    line-height: 62px;
	    margin-bottom: 18px;
   	}
   	
   	.title-img .title {
	   	width: 70%;
   	}
   	
   	.title-img .text {
	   	width: 50%;
   	}
   	.cities-submenu a {
   		width: auto;
   	}
}

@media only screen and (max-width:1200px){
	 .arctic-zone-slider, .cities-slider {
		 width: 80%;
	 }
}

@media only screen and (max-width:1100px){
	.map-projects-blocks {
		right: 50px;
	}
	
	.arctic-zone .blue-bold-text {
		flex-direction: column;
		margin-bottom: 30px;
	}
	
	.arctic-zone .blue-bold-text>div {
		width: 100%;
	}
	
	.background-blue {
		position: relative;
	}

	.menu {
		flex-direction: column;
		background: #174479;
		position: absolute;
		right: 0;
		top: 100%;
		width: 100%;
		align-items: center;
		padding: 15px 0;
		display: none;
		height: calc(100vh - 145px);
		margin: 0;
	}

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

	.menu a {
		margin: 10px 20px 10px auto;
	}

	.burger {
		display: block;
	}
	
	.mob-web {
		display: flex;
		align-items: center;
		margin: 10px 0 10px auto;
	}
	
	.mob-web img {
		width: 30px;
	    height: auto;
	    max-height: 24px;
	}


}

@media only screen and (max-width:1000px){
	.plot-boxs__title {
		font-size: 23px;
	}

	.main-map .map-block {
		flex-direction: column;
	}

	.facts {
	    width: 100%;
	    margin-bottom: 0px;
	}

	.main-map .text {
    width: 100%;
    margin-bottom: 30px;
	}

	.main-video .video-box {
		height: 500px;
	}
	
	.background-photo .text {
		width: 50%;
	}
	
	.background-photo {
		margin: 80px 0;
	}
	
	.projects-slide.not-slide {
		margin: 80px 0;
	}
	
	.img-block div, .main-img {
		height: 450px;
	}
	
	nav {
		flex-direction: column;
		margin: 0px auto 0 auto;
	}
	
	nav a {
		width: 100%;
		margin-bottom: 10px;
	}

	.cities-submenu a {
		max-width: unset;
	}
	
	a.arctica-politics {
		margin: 20px 0 50px 0;
	}
	
	.northsearoute-map .facts {
		flex-direction: column;
	}
	
	.northsearoute-map .population {
		width: 100%;
	}
	
	.northsearoute-map .facts {
		padding-bottom: 100px;
	}
	
	.anniversary-slider .blocks {
		flex-direction: column-reverse;
		margin-bottom: 0;
	}
	
	.anniversary-slider .img {
		width: 100%;
		height: 470px;
	}
	
	.anniversary-slider .text {
		width: 100%;
		margin-left: 0;
	}
	
	.anniversary-slider.wrap {
		margin: 0 0 20px 0 !important;
		padding: 0 !important;
	}

	.anniversary-slide {
		padding: 0 20px;
	}
	
	.background-bulletin .blocks {
		flex-direction: column;
	}
	
	.background-bulletin .blocks>img {
		margin-bottom: 50px;
	}
	
	.background-bulletin .text {
		width: 100%;
	}
	
	.background-bulletin a {
		margin: 50px auto;
	}
	
	.background-map-projects {
		height: 500px;
	}
	
	.northsearoute-map .video-box {
		height: 328px;
	}
	
	.anniversary-slider .glide__slides {
		align-items: flex-end;
	
	}
	
	.background-map-projects .point {
		display: none;
	}
	
	.background-map-projects {
		width: 100%;
	}

	.town-slider {
		display: none;
	}

	.tourism-slider {
    	width: 100%;
	}
	
	.tourism__img-box {
		height: 420px;
	}
	
	.arctica.main-slider .block {
		width: 47%;
		margin-right: 3%;
	}
	
	.main-slider .title {
		width: 100%;
	}
	
	.main-slider .text {
		width: 100%;
	}
	
	.block-boxs {
		flex-wrap: wrap;
	}
	
	.block-boxs .box-50 {
		width: 100%;
    	margin-bottom: 15px;
	}

	.block-boxs .box-25 {
		width: 45%;
	}
	
	.tourism .video-block {
		flex-direction: column;
	}
	
	.tourism .video-block .video-box {
		width: 100%;
	}
	
	.tourism .video-block .text {
		width: 100%;
	}

	.project-banner:not(.project-banner_sm) {
		margin: 80px 0;
	}
}

@media only screen and (max-width:870px){
	.title-img .title {
		width: 100%;
	}
}

@media only screen and (max-width:788px){
	.video-filter img {
	    width: 10%;
	    height: auto;
	}

	.mobile {
		display: block;
	}

	.arctica-map, .background-map-projects {
		background: transparent !important;
	}

	.map-block .population {
		margin-bottom: 30px;
	}

	.news-block {
		margin-bottom: 15px;
	}

	.tourism-slider {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.infrastructure>div {
		flex-wrap: wrap;
	}

	.litle-boxs {
		flex-direction: column;
	}

	.litle-box {
		width: 100%;
		margin-bottom: 15px;
	}

	.img-boxs {
		flex-direction: column;
	}

	.img-boxs a {
		width: 100%;
		margin-bottom: 15px;
	}

	.plot-boxs {
		width: 100%;
		margin-bottom: 15px;
	}

	footer .top-block {
		flex-wrap: wrap;
		padding: 40px 0 64px 0;
	}

	.footer-left {
	    flex-direction: row;
	    max-width: 100%;
	}

	.footer-left span {
	    margin: 0 0 30px;
	}

	footer form {
		width: 100%;
		margin-top: 15px;
	}

	h1 {
		margin: 40px 0 25px 0;
	}

	.news-block .litle-box {
		width: 100%;
	}

	.tourism>div {
		flex-wrap: wrap;
		margin-bottom: 40px;
	}
	
	.cities {
		flex-wrap: wrap;
		margin-bottom: 40px;
	}

	.tourism .town-description {
		width: 100%;
		margin-bottom: 15px;
	}

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

	.see-all {
		margin: 50px 0 40px 0;
	}

	.tourism .video-block a {
		width: 100%;
	}

	.tourism .video-block .text {
		width: 100%;
	}

	.tourism .video-block .title {
	    margin-bottom: 20px;
	}

	.tourism .video-block .text p {
   		margin-bottom: 6px;
   	}
   	
   	.main-video .video-box {
		height: 400px;
	}
	
	.background-photo .text {
		width: 70%;
	}
	
	.article .flex {
		flex-direction: column;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.article .share {
		padding: 0 20px;
	}
	
	.arctica-map .map-blocks {
		flex-direction: column;
	}
	
	.arctica-map .block {
		width: 100%;
	    margin-right: 0;
	    margin-bottom: 20px;
	}
	
	.arctica-map {
		height: auto;
	}
	
	.northsearoute-map .blocks {
		flex-direction: column;
	}
	
	.northsearoute-map .video-box {
		width: 100%;
		height: 380px;
	}
	
	.northsearoute-map .blocks>div {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.northsearoute-map h1 {
		padding: 49px 0 40px 0;
	}
	
	.background-bulletin form {
		width: 100%;
	}
	
	.projects-slide.not-slide {
		flex-direction: column-reverse;
	}
	
	.projects-slide.not-slide.revers {
		flex-direction: column-reverse;
	}
	
	.projects-slide.not-slide .img {
		width: 100%;
	}
	
	.projects-slide .text {
		width: 100%;
	}
	
	.projects-slide .title {
		margin-bottom: 20px;
	}
	
	.projects-slide.not-slide {
		margin: 50px 0;
	}
	
	.background-map-projects {
		height: 410px
	}
	
	.northsearoute-map .blocks {
		padding-bottom: 50px;
	}
	
	.anniversary-slider .img {
		height: 370px;
	}
	
	.article .share {
		width: 100%;
	}
	
	.article .share .ya-share2__container_size_m {
		margin-bottom: 0;
	}
	
	.article .share span {
		margin-bottom: 0;
	}
	
	.main-map h1 {
		padding: 60px 0 23px 0;
	}
	
	.arctica-block .img {
		min-height: 220px;
	}
	
	.privileges {
		flex-direction: column;
		margin-bottom: 20px;
	}
	
	.privileges .left {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.privileges .right {
		width: 100%;
	}
	
	.article .share .share_block {
		max-width: 788px;
	}
	
	.arctic-zone .arctic-zone_title {
		font-size: 22px;
	    line-height: 30px;
	    letter-spacing: 0.02em;
	    padding-bottom: 35px;
	}
	
	.arctica-map h1 {
		padding: 60px 0 25px 0;
	}
	
	.arctica.main-slider .blocks {
		flex-direction: column;
	}
	
	.arctica.main-slider .block {
		width: 100%;
		margin: 30px 0 30px 0;
		display: flex;
		flex-direction: column;
	}
	
	.arctica.main-slider .main-slide {
		height: auto;
	}
	
	.arctica.main-slider .glide__slide {
		height: auto;
	}
	
	.arctica.main-slider .title {
		padding-top: 50px;
	}
	
	.projects-slide.not-slide .text {
		width: 100%;
	}
	
	.article .share .ya-share2__list_direction_horizontal > .ya-share2__item {
		margin-right: 2vw !important;
	}
	
	.tourism .video-block .video-box {
		height: 350px;
	}
	
	.share .ya-share2 * {
		max-width: 788px;
	}
	
	.background-light-blue .wrap div {
		display: none;
	}

	.name-title {
    	font-size: 12px;
	}

	.project-banner {
		padding: 24px 0 180px 0 !important;
	}
	.project-banner_urban {
		padding: 24px 0 24px 0 !important;
	}
	.project-banner__partners {
		flex-direction: column;
		margin-bottom: 40px;
	}
	.project-banner_sm .project-banner__partners, .project-banner_urban .project-banner__partners {
		margin-bottom: 40px;
	}
	.project-banner__partners-section {
		margin: 0 0 24px 0;
	}
	.project-banner__partners-section:last-child {
		margin-bottom: 0;
	}
	.project-banner__partners-title {
		font-size: 14px;
	}
	.project-banner .project-banner__partners-logos img {
		margin-right: 20px;
	}
	.project-banner__title {
		font-size: 40px;
		line-height: 44px;
	}
	.project-banner .detail, .project-banner_urban .detail {
		margin-top: 32px;
	}
	.project-banner_sm .project-banner__content, .cities-contests .project-banner .project-banner__content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.project-banner_sm .project-banner__title {
		font-size: 32px;
		line-height: 36px;
	}
	.project-banner__site {
		font-size: 12px;
		padding: 16px;
	}
	.cities-submenu a {
		max-width: unset;
	}
	/*.cities-slider .glide__arrow {
		opacity: 1;
		filter:  none;
	}*/
	.project-banner__small-title {
	    font-size: 26px;
	    line-height: 36px;
	}
	.project-banner__info {
	    flex-direction: column;
	    padding: 32px 20px 48px;
	}
	.project-banner__info-col {
	    width: 100%;
	}
	.project-banner__info-col2 {
	    padding: 0;
	    margin-top: 32px;
	    width: 100%;
	}
	.cities-contests .project-banner {
		margin: 50px 0;
	}
	
	.arctic-standard__img {
		width: calc(100% + 40px);
		margin-left: -20px;
	}
	
	.arctic-standard__img:last-child {
		margin-bottom: 60px;
	}
	
	.design-code__gray-block {
		padding: 25px 20px;
	}
	
	.design-code__link-block {
		flex-direction: column;
		margin: 40px 0;
	}
	
	.design-code__link-img {
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.design-code__link-download {
		margin-left: auto;
		margin-right: auto;
	}
	
	.design-code__text {
		margin: 48px auto 64px auto;
	}
	
	.arctic-standard__share {
		margin: 30px 0 0 0;
	}
	
	.arctic-standard__share div {
		margin-bottom: 0;
	}
	
	.federal-competition {
		margin-bottom: 64px;
	}
	
	.federal-competition .project-banner {
		margin: 0 0 50px 0;
	}
	
	.federal-competition .project-banner .project-banner__content {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.federal-competition__download-block {
		flex-direction: column;
	}
	
	.federal-competition .ya-share2 * {
		max-width: 800px;
	}
	
	.arctic-standard-img__container {
		flex-direction: column;
	}
	
	.arctic-standard-img__container1>div:first-child {
		width: 100%;
		margin-bottom: 24px;
	}
	
	.arctic-standard-img__arrow {
		transform: rotate(90deg);
		margin: 0;
	}
	
	.arctic-standard-img__container1>div:last-child {
		width: 100%;
		margin-top: 24px;
		flex-direction: column-reverse;
	}
	
	.arctic-standard-img__document {
		margin-right: 0;
		margin-top: 40px;
		width: 250px;
		height: 334px;
	}
	
	.arctic-standard-img {
		padding: 48px 20px 64px 20px;
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: -20px;
	}
	
	.arctic-standard-img__icon1 {
		margin-right: 0;
		margin-bottom: 32px;
	}
	
	.arctic-standard-img3 {
		padding-bottom: 0;
		margin-bottom: 64px;
	}
	
	.arctic-standard-img3 .arctic-standard-img__container {
		flex-direction: column-reverse;
	}
	
	.arctic-standard-img3 .arctic-standard-img__block1 {
		width: 100%;
		padding: 0;
	}
	
	.arctic-standard-img3 .arctic-standard-img__block2 {
		flex-direction: column;
	}
	
	.arctic-standard-img3 .arctic-standard-img__block2 img {
		width: 32px;
		height: 32px;
		transform: rotate(90deg);
		margin: 12px auto;
	}
	
	.arctic-standard-img3 .arctic-standard-img__block2 div {
		justify-content: center;
		text-align: center;
	}
	
	.arctic-standard-img__img {
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: -20px;
		height: 357px;
		margin-top: 48px;
	}
	
	.arctic-standard-img__table-web {
		display: none;
	}
	
	.arctic-standard-img__table-mob {
		display: block;
	}
	
	.arctic-standard-img__table-block {
		width: 100%;
		margin-bottom: 64px;
	}
	
	.arctic-standard-img__table-block:last-child {
		margin-bottom: 0;
	}
	
	.arctic-standard-img__table-title-block {
		font-weight: bold;
		font-size: 20px;
		line-height:24px;
		padding-bottom: 12px;
		text-transform: uppercase;
		border-bottom: 4px solid #174479;
		margin-bottom: 40px;
		color: #174479;
	}
}

@media only screen and (max-width:630px){
	.main-video .video-box {
		height: 300px;
	}
	
	.background-photo .text {
		width: 90%;
	}
	
	.img-block div, .main-img {
		height: 300px;
	}
	
	.project .wrap-850px .img-block {
		width: 100% !important;
	}
	
	.arctica-block {
		flex-direction: column-reverse;
		margin: 40px 0;
	}
	
	.arctica-block.reverse {
		flex-direction: column-reverse;
	}
	
	.arctica-block p {
		width: 100%;
		margin: 25px 0;
		font-size: 22px;
	    line-height: 30px;
	    letter-spacing: 0.02em;
	}
	
	.arctica-block .img {
		width: 100%;
	}
	
	.title-img .text {
		width: 50%;
	}
		
	.background-map-projects {
		height: 360px;
	}
	
	.northsearoute-map .video-box {
		height: 320px;
	}
	
	.arctic-zone .glide__arrows {
		position: absolute;
	    bottom: 27px;
		left: 0;
	    z-index: 2;
	    display: flex;
	}

	.cities-slider .glide__arrows {
		position: absolute;
	    bottom: 27px;
		left: 0;
	    z-index: 2;
	    display: flex;
	}
	
	.arctic-zone-slider, .cities-slider {
		padding-bottom: 100px;
	}
	
	.arctic-zone-slider {
		width: 100%;
	}
	
	.arctic-zone .glide__arrow {
		position: initial;
		transform: none;
		padding: 0 5px;
	}
	
	.arctic-zone-slider .glide__arrow--left, .cities-slider .glide__arrow--left {
		right: 0;
	}
	
	.arctic-zone-slider .glide__arrow--right, .cities-slider .glide__arrow--right {
		left: 0;
	}
	
	.arctic-zone-slide .img {
		height: 240px;
	}
	
	footer .bottom-block {
		flex-direction: column;
	}
	
	footer .bottom-block span {
		width: 100%;
		margin-bottom: 20px;
	}
	
	footer .block a {
	    margin-bottom: 20px;
	}
	
	footer .bottom-block {
		padding: 30px 0 60px 0;
	}
	
	.arctica.main-slider .main-slide {
		padding-bottom: 100px !important;
	}
	
	.projects-slide.not-slide .img {
		min-height: 240px;
	}
	
	.title-img .title {
		font-size: 64px;
		line-height: 80px;
		width: 100%;
	}
	
	header {
		height: 143px;
	}
	
	.block-header {
		height: 143px;
	}
	
	.arctic-zone .see-all {
/* 		flex-direction: column; */
		padding: 70px 0 30px;
		justify-content: space-between;
		align-items: center;
/* 	    text-align: center; */
	}
	
	.see-all {
/* 		flex-direction: column; */
		justify-content: space-between;
		align-items: center;
/* 	    text-align: center; */
	}

	.see-all h1 {
		margin-bottom: 0 !important;
	}

	.see-all .button {
/* 		margin: auto; */
   		max-width: 400px;
   		padding: 8px 8px;
   		width: 45%;
   		margin-left: 5%;
   		font-size: 14px;
   		text-align: center;
/*    		font-size: 12px; */
/*    		padding: 2px 8px; */
	}
	
	.quote .quotes {
		display: none;
	}
	
	.block-boxs .box-25 {
		width: 100%;
		padding-bottom: 15px;
		border-bottom: 1px solid #ebebeb;
		margin-top: 15px;
	}
	
	.block-boxs {
		padding: 19px 24px 0 24px;
	}
	
	.block-boxs .box-50 .title {
		font-family: 'PT Sans', sans-serif;
		font-weight: bold;
		font-size: 18px;
	    line-height: 24px;
	    margin-bottom: 13px;
	}
	
	.block-boxs .box-50 {
		padding-bottom: 15px;
		border-bottom: 1px solid #ebebeb;
		margin-bottom: 0;
	}
	
	.block-boxs .box-50 .date {
		margin-bottom: 5px;
/* 		line-height: 14px; */
	}
	
	.block-boxs .box-25 .date {
		margin-bottom: 5px;
/* 		line-height: 14px; */
	}
	
	.block-footer {
		height: 50px;
	}
	
	.article .wrap iframe {
		height: 25vh;
		min-height: 240px;
	}

	.double-images img, #articleBody .wrap .double-images  img, .project .double-images img {
		width: 100%;
	}

	.cities-slider .glide__arrow {
		top: 0px;
		margin-left: 24px;
	}

	.cities-development__wrap {
		margin-bottom: 70px;
	}

	.article-slider .glide__arrows {
		bottom: -52px;
	}
	
	.norilsk__title-img .title {
		font-size: 32px !important;
		line-height: 41px !important;
		margin-bottom: 32px;
	}
}

@media only screen and (max-width:555px){
	footer .bottom-block {
		flex-wrap: wrap;
	}

	footer .social-network {
		width: 100%;
	    justify-content: center;
	    margin-top: 20px;
	}

	.plot-boxs .filter>div {
		flex-direction: column;
	}

	.plot-boxs__title {
		line-height: 32px;
    	margin-bottom: 10px;
    	width: 100%;
	}

	.plot-boxs .box-50 {
		width: 100%;
	}

	.menu {
		width: 100%;
		margin: 0;
	}

	.sections {
		border-bottom: none;
		flex-direction: column;
		margin-bottom: 20px;
	}

	.sections a {
		margin-right: 0;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.tourism__img-box .title {
		font-family: 'PT Sans', sans-serif;
		font-size: 42px;
    	line-height: 50px;
    	font-weight: bold;
	}

	.projects-slide {
		flex-direction: column-reverse;
	}

	.projects-slide .img {
		width: 100%;
		height: 220px;
		min-height: 220px;
	}

	.projects-slide .text {
		width: 100%;
	}

	.projects-slider {
		margin-bottom: 20px;
	}

	.article-slider {
		margin-bottom: 70px;
	}

	

	.main-slider .title {
		font-size: 42px;
	    line-height: 49px;
	    margin-bottom: 8px;
	    width: 100%;
	}

	.main-slider .text {
		font-size: 17px;
		width: 100%;
	}
	
	.facts .number {
		font-size: 90px;
		line-height: 76px;
	}
	
	.facts span {
		font-size: 26px;
    line-height: 30px;
	}
	
	.facts p {
		font-size: 20px;
    	line-height: 25px;
	}
	
	.northsearoute-map .video-box {
		height: 270px;
	}
	
	header .button {
		font-size: 12px;
		padding: 2px 16px;
	}

	.tourism-slider .town-description {
    	flex-direction: column;
    	max-height: initial;
	}

	.tourism-slider .town-description .img {
	    width: 100%;
	    height: 200px;
	    max-height: 200px;
	}

	.tourism-slider .town-description .text {
	    width: 100%;
	    max-height: initial;
	}

	.town-description .text-blue {
		padding-bottom: 100px;
	}

	.tourism-slider .glide__arrows {
    	bottom: 35px;
    	left: 0;
	}
	
	.img-boxs .title {
		font-size: 20px;
	    line-height: 30px;
	    letter-spacing: 0.03em;
	}
	
	.main-slider .glide__slide {
		height: 80vh;
	}
	
	.main-slider .main-slide {
		height: 80vh;
	}
	
	.see-all .button {
   		font-size: 12px;
   		padding: 2px 8px;
	}
	
	.main-map {
		background: url('../img/mob-main.svg') no-repeat center bottom;
		background-size: cover !important;
	}
}

@media only screen and (max-width:500px){
	.tourism .town-description {
		flex-direction: column;
		max-height: 10000px !important;
	}

	.tourism .town-description .img {
	    height: 200px;
	    width: 100%;
	}

	.tourism .town-description .text {
		width: 100%;
		overflow: visible;
		border-bottom: 1px solid #ebebeb;
	    border-right: 1px solid #ebebeb;
	    border-left: 1px solid #ebebeb;
	    border-radius: 0 0 2px 2px;
	    padding: 19px;
	}

	.news-block .litle-box {
		width: 100%;
	}

	.tourism .video-block a, .town .img {
		height: 300px;
	}

	.tourism__img-box {
		height: 300px;
		margin-bottom: 60px;
	}

	.tourism__img-box .tag {
		margin-bottom: 10px;
	}

	.tourism__img-box .title {
		font-size: 34px;
    	line-height: 42px;
	}
	
	.main-video .video-box {
		height: 260px;
	}
	
	.background-photo .text {
		width: 100%;
	}
	
	.project h1 {
		padding: 50px 0 30px 0;
		font-size: 35px;
		line-height: 45px
	}
	
	.project .blue-bold-text {
		flex-direction: column;
		align-items: center;
		text-align: center;
		margin-bottom: 30px;
	}
	
	.project .blue-bold-text>div {
		margin: 0 auto 20px auto;
		width: 100%;
	}
	
	.quote .quotes {
		font-size: 50px;
	}
	
	h1 {
		font-size: 30px;
		line-height: 37px;
	}
	
	.title-img .text {
		width: 80%;
	}
	
	.title-img .title {
		font-size: 45px;
		line-height: 70px;
		width: 100%;
	}
	
	.title-img a {
		width: 100%;
		text-align: center;
	}
	
	.facts-text div {
		flex-direction: column;
		align-items: flex-start !important;
	}
	
	.main-slider .main-slide {
		padding: 0 20px !important;
	}
	
	.main-slider .glide__arrows {
		position: absolute;
	    bottom: 27px;
		left: 27px;
	    z-index: 2;
	    display: flex;
	}
	
	.main-slider .title {
		width: 100%;
	}
	
	.main-slider .text {
		width: 90%;
	}
	
	.main-slider .glide__arrow {
		position: initial;
		transform: none;
		padding: 0 5px;
	}
	
	.main-slider .glide__arrow img, .arctic-zone .glide__arrow img {
		height: 100% !important;
	}
	
	.main-slider .glide__arrow--left, .arctic-zone .glide__arrow--left {
		right: 0;
	}
	
	.main-slider .glide__arrow--right, .arctic-zone .glide__arrow--right {
		left: 0;
	}
	
	.background-map-projects {
		height: 295px;
	}
	
	.background-bulletin .title {
		font-size: 39px;
	    line-height: 50px;
	    padding: 50px 0 0 0;
	}
	
	.background-bulletin span {
		margin-bottom: 15px;
	}
	
	.background-bulletin .blocks {
		padding: 30px 0 60px 0;
	}
	
	.background-bulletin .blocks>img {
	    margin-bottom: 30px;
	}
	
	.background-bulletin li {
		margin-bottom: 20px;
	}
	
	.background-bulletin a {
		margin: 25px auto 30px auto;
	}
	
	.see-all h1 {
		margin-bottom: 20px;
		font-size: 38px;
	}
	
	.main-map .text span {
		font-size: 21px;
		line-height: 24px;
		margin-bottom: 18px;
	}
	
	.article p {
		margin-bottom: 20px;
	}
	
	.article .data {
		margin-bottom: 30px;
	}
	
	.article .share {
		margin-top: 35px;
	}
	
	.article .share .title {
		margin-bottom: 20px;
	}
	
	.grey-text {
		padding-top: 30px;
	}
	
	.blue-text {
		padding-top: 30px;
	}
	
	.projects-slide .title {
		line-height: 35px;
		margin-bottom: 15px;
	}
	
	.article p {
		margin-bottom: 10px;
	}
	
	.projects-slide .tag {
		margin-bottom: 8px;
	}
	
	.town .text {
		border-bottom: 1px solid #ebebeb;
	    border-right: 1px solid #ebebeb;
	    border-left: 1px solid #ebebeb;
	    border-radius: 0 0 2px 2px;
	    padding: 19px;
	}
	
	.town .tag {
		margin: 0 0 5px 0;
	}
	
	.town .title {
		line-height: 28px;
	}
	
	.arctica-block {
		margin: 20px 0;
	}
	
	.arctica-map {
		background: none;
	}
	
	.arctica-map .block, .facts>div {
		margin-bottom: 0;
	}
	
	.facts img {
	    margin: 0 0 15px 0;
	}
	
	.arctica-map p {
	    padding-bottom: 20px;
	}
	
	.arctica-map .map-blocks {
		margin-bottom: 15px;
	}
	
	.arctica.main-slider img {
		max-height: 70px;
		margin-bottom: 20px;
	}
	
	.arctica.main-slider .block {
		margin: 20px 0 10px 0;
	}
	
	.tourism .video-block .text {
		border-bottom: 1px solid #ebebeb;
	    border-right: 1px solid #ebebeb;
	    border-left: 1px solid #ebebeb;
	    padding: 19px;
	    margin-top: 0;
	}
	
	.tourism .video-block {
		margin-bottom: 30px;
	}
	
	.facts>div {
		flex-direction: column;
		align-items: center;
	}
	
	.background-map-projects {
		background: none;
	}
	
	.background-light-grey.projects {
		background: none;
	}
	
	.background-map-projects h1 {
		padding: 0;
		margin: 40px 0 0 0;
	}
	
	.background-map-projects {
		height: auto;
	}
	
	.projects-slide.not-slide {
		margin: 25px 0 50px 0;
	}
	
	.anniversary-slider h1 {
		width: 100%;
	}

	.project-banner__info-term {
		width: 100%;
	}
	
	.project-banner__info-term span {
		display: block;
	}

}

@media only screen and (max-width:430px){
	.facts-text div {
		align-items: flex-start;
		flex-direction: column;
	}
	
	.facts-text div {
		flex-direction: row;
	}
	
	.facts-text div {
		display: flex;
		justify-content: center;
	}
	
	.facts p {
		text-align: center;
	}
	
	.northsearoute-map .video-box {
		height: 200px;
	}
	
	.arctic-zone-slide .img {
		height: 300px;
	}
	
	.title-img .title {
		font-size: 40px;
		line-height: 63px;
	}
	
	footer .logo {
		width: 100%;
		margin-bottom: 30px;
	}

	.arctic-zone .see-all {
		flex-direction: column;
	}
	
	.arctic-zone .see-all h1 {
		margin-bottom: 30px !important;
	}
	
	.arctic-zone .see-all .button {
		width: 50%;
		margin-left: 0;
	}

	.cities-submenu a {
		max-width: unset;
	}
}


@media only screen and (max-width:360px){
	header .button {
		display: none;
	}

	.background-blue>div {
		justify-content: space-between;
	}
	
	.background-bulletin .blocks>img {
		width: 258px;
		height: 376px;
	}
	
	.facts-text div {
		justify-content: flex-start;
	}
	
	.project h1 {
		font-size: 30px;
	}
	
	.see-all {
		flex-direction: column;
	}
	
	.see-all h1 {
		margin-bottom: 10px !important;
	}
	
	.see-all .button {
		width: 50%;
		margin-left: 0;
	}
}