/*=================================NORMALIZE CSS==============================*/

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

html {
  font-family: Arial, sans-serif;
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 1.4rem;
  font-weight: normal;
	background:#274074;
}

a {
  background-color: transparent;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  outline: none;
}

b,
strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  max-width: 100%;
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select,
input,
textarea {
  outline: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  background: none;
  border: 1px solid;
  cursor: pointer;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

textarea {
  overflow: hidden;
  resize: none;
  min-height: 9rem;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  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;
}

[hidden] {
  display: none;
}

ol,
ul {
  list-style: none;
}

/*===============================END NORMALIZE CSS==============================*/
/* HEADER */

header {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  position: relative;
	z-index:2;
}

header a,
footer a {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

header .btn-login span:hover,
header .btn-account span:hover,
header a:hover,
footer a:hover {
  opacity: .5;
}

header .container-flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .row:first-child {
  min-width: 54rem;
}

header .icon-menu {
	display:none;
}

header .logos {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .logos a:first-child {
  margin: 0 3.5rem -2.8rem 0;
}

.social a{
  font-size: 1.4rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
	border:1px solid #fff;
	border-radius:50%;
	padding:10px;
}
.social a span{display:none;}

.banner .col:last-child .social a:first-child,
header .social a:first-child {
  margin-right: 1.5rem;
}

.social a::before {
  margin-left: 0;
  /*margin-right: .8rem;*/
}

.lang-switcher a,
.btn-login,
.btn-account {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff51d;
  font-weight: 700;
  font-size: 1.8rem;
}

.lang-switcher  .underline::after,
.btn-login .underline::after,
.btn-account .underline::after {
  background: #fff51d;
}

.lang-switcher {
  position: relative;
  margin: 0 3.5rem 0 5.5rem;
	display:none;
}

.lang-switcher .current {
  padding: .6rem 1.5rem;
	text-transform:uppercase;
}

.lang-switcher .current::after {
  content: '\e802';
  font-family: fontello;
  margin-left: 1rem;
  font-size: 1.2rem;
}

.lang-switcher:hover .current {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.lang-switcher:hover .dropdown {
  display: block;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  left: 1.5rem;
}

.dropdown {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 3rem;
  border-top: none;
  display: none;
}

.dropdown a {
  display: block;
	text-transform:uppercase;
}

.dropdown a:hover {
  opacity: .25;
}

header .container{padding:1rem 2rem;position: relative;flex-wrap:nowrap;}
.main-header.container{padding:2rem;position: relative;flex-wrap:nowrap;}

header .container::after {
  content: '';
  width: calc(100% - 4rem);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  opacity: .25;
  margin: 0 auto;	
}

.main-header .row:first-child {
  min-width: auto;
}

.main-header .logo{display:none;}

/* END HEADER */
body {
  font-family: 'Roboto Condensed', sans-serif;
  color: #0060a9;
  font-size: 1.6rem;
}

h1,
.h1 {
  font-size: 5.2rem;
}

h2,
.h2,
.title {
  font-size: 5.4rem;
}

h3,
.h3 {
  font-size: 3.6rem;
}

h4,
.h4 {
  font-size: 2.4rem;
}

h5,
.h5 {
  font-size: 1.8rem;
}

h1,
.h1,
h2,
.h2,
.title,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-weight: bold;
  line-height: normal;
}

.link{color:#fff51d;text-transform:uppercase;font-size:16px;font-weight:bold;border-bottom:1px solid #fff51d;}
.link:hover{border-color:transparent;}

.button{background:#fff51d;color:#274074;font-size:16px;padding:25px 50px;text-transform:uppercase;font-weight:bold;border:0;}

.banner{position:relative;}
.banner .vertical{position:absolute;bottom:0;left:50%;margin-left:340px;width:240px;}
.banner .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	flex-wrap:nowrap;
	align-items:center;
	padding:30px 20px;
	color:#fff;
}

.banner .col:nth-child(2){width: 35rem;}
.banner .col:nth-child(2) h2{font-size:56px;margin-bottom:2rem;}
.banner .col:nth-child(2) p{font-size:14px;font-weight:300;line-height:1.8;margin-bottom:3rem;}

.banner .col:nth-child(3){width:35rem;}
.banner .col:nth-child(3) p{margin-bottom:2.5rem;line-height:1.6;font-size:14px;font-weight:300;}
.banner .col:nth-child(3) p strong{display:block;font-size:34px;font-weight:300;line-height:1.2;}
.banner .col:nth-child(3) .timer{display:flex;}
.banner .col:nth-child(3) .timer .count-item{font-size:34px;font-weight:300;}
.banner .col:nth-child(3) .timer .count-item span:after{content:":";margin:0 10px;position:relative;top:-3px;}
.banner .col:nth-child(3) .timer .count-item i{display:block;font-style:normal;font-size:14px;text-transform:lowercase;margin-right:22px;text-align:center;}
.banner .col:nth-child(3) .timer .count-item:last-child span:after{display:none;}
.banner .col:nth-child(3) .timer .count-item:last-child i{margin-right:0;}

.section {
  padding: 8rem 0;
  line-height: 1.4;
}

.section h2 {
  margin: 0 auto 6rem;
}

.section .v-line {
  background: #0060a9;
}

.section .sub-title {
  color: #0060a9;
  display: block;
  font-size: 2.4rem;
}

.section .sub-title span {
  border-bottom: 1px solid;
  font-weight: 300;
}

.section a {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  color: #0060a9;
}

.section a:hover {
  opacity: .75;
}

.goals-block,
.block,
.big-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.goals-block .goals_title{max-width:310px;}
.goals-block .goals_title h2{font-size:56px;margin:0 0 18px;}
.goals-block .goals-item .icon{margin-bottom:3rem;}
.goals-block .goals-item{max-width:170px;text-align:center;}
.goals-block .text-group{font-size:14px;}
.goals-block .text-group h4{font-size:14px;margin-bottom:4px;text-transform:uppercase;}
.goals-block .goals-item {-webkit-box-flex: 1;-ms-flex: 1;flex: 1;}
.goals-block p{font-size:14px;font-weight:300;line-height:1.6;}

.news .news_block_title{margin-bottom:30px;}
.news h2{margin:0;font-size:56px;display:block;}
.news h2 + a{font-size:18px;font-weight:300;text-transform:uppercase;border-bottom:1px solid #3460a5;transition:unset;}
.news h2 + a:hover{border-color:transparent;opacity:1;}

.news-items .item{-webkit-box-flex: 1;-ms-flex: 1;flex: 1;margin-right:100px;}
.news-items .img-container{position:relative;margin-bottom: 2rem;}
.news-items .date{color:#0060a9;position:absolute;bottom:0;left:0;background:#fff51d;color:#3460a5;font-size:14px;padding:.8rem 2.6rem;}
.news-items h3{margin-bottom:2rem;font-size:24px;}
.news-items p{font-size:14px;font-weight:300;line-height:1.6;}

.distance {
  color: #0060a9;
  overflow: hidden;
	background: #eee url(/static/img/bg/Textura.png);
	background-size: 22%;
}

.distance .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.distance .col:last-child {
  width: 100%;
  margin-top: -1rem;
  margin-right: -28rem;  
}

.distance .col:last-child h2 {
  text-align: left;
}

.stat {
  position: relative;
  width: 24rem;
  padding-top: 5.5rem;
  z-index: 12;
}

.stat::before {
  content: '';
  border: 3rem solid #e8e8e8;
  width: 15rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: -3rem;
  z-index: -1;
}

.stat::after {
  content: '';
  background: url("../img/pics/girl.png") no-repeat;
  position: absolute;
  width: 26rem;
  height: 28rem;
  top: 30%;
  right: -65%;
  z-index: 15;
  opacity: .9;
}

.stat h4 {
  margin-bottom: 4rem;
}

.number {
  margin-bottom: 2rem;
  line-height: 1.15;
  position: relative;
  z-index: 22;
}

.number:last-child {
  margin-bottom: 0;
}

.number strong {
  font-size: 4.8rem;
}

.number p{text-transform:uppercase;width:150px;}

.big-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content:center;
  position: relative;
	z-index:201;
}

.big-num strong {
  font-size: 12rem;
  line-height: 12rem;
  position: relative;
  display:inline;
}

.big-num strong::after {
  content: 'км';
  font-size: 5.4rem;
  position: relative;
  top:-58px;
}

.relay .big-num strong{font-size:56px;text-transform:uppercase;}
.relay .big-num strong:after{content:"";}

.big-num p {
  font-weight: bold;
  margin-right: 1rem;
}

.big-num p:not(.lighter):last-child {
  width: 50%;
}

.big-num .lighter {
  position: absolute;
  right: 1rem;
  font-size: 3.2rem;
  top: 6.7rem;
	font-weight:bold !important;
}

.dist-info {width: 100%;text-align: center;margin-bottom:4rem;}
.dist-info p{margin-bottom:1rem;font-size:14px;font-weight:300;}
.dist-info strong{font-size:36px;font-weight:300;line-height:1.2;}

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

.slider-distance{padding-top: 18rem;margin-top: -14.5rem;overflow:visible;}
.slider-distance .swiper-slide{width:320px;}
.slider-distance .swiper-slide:nth-child(2n){margin-top:-60px;}
.slider-distance .swiper-slide:nth-child(3n){top:30px;}

.slider-distance .item {
  min-height: 41rem;
  position: relative;
  z-index: 12;
  padding: 5rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
	background-color:#fff51d;
}

.slider-distance .btn-item {
  position: absolute;
  bottom: 1.6rem;
  right: -3.8rem;
}

.slider-distance .btn {
  margin: 0 auto;
  color: #0060a9;
  background: none;
  border: 1px solid;
	position:relative;
	z-index:201;
}

.distance .slider .swiper-button-prev, .distance .slider .swiper-button-next{top:29px;}

.slider .swiper-button-prev,
.instagram .swiper-button-prev {
  background: url("../img/icons/prev-next.png") no-repeat;
  left: 28%;
  right: auto;
}

.slider .swiper-button-next,
.instagram .swiper-button-next {
  background: url("../img/icons/prev-next.png") no-repeat right top;
  left: 32.6%;
}

.slider .swiper-button-prev,
.slider .swiper-button-next{z-index:99;width:4.5rem;height:4.5rem;margin-top:0;top:0;}

.bg-1{background:url("../img/icons/bg1.png") no-repeat right bottom;}
.bg-1 .man{position:absolute;left:140px;top:95px;z-index:200;}

.bg-2 {background:url("../img/icons/bg2.png") no-repeat right bottom;}
.bg-2 .man{position:absolute;left:155px;top:-40px;z-index:200;max-width:none;}

.bg-3{background:url("../img/icons/bg3.png") no-repeat;}
.bg-3 .man{position:absolute;left:250px;top:140px;z-index:200;}

.bg-lines {
  background: url("../img/bg/bg-line.png") no-repeat;
  background-size: cover;
}

.bg-lines-y {
  background: url("../img/bg/bg-line-y.png") no-repeat;
  background-size: cover;
  height: 29rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 340px;
}

.stats{background:url(/static/img/bg/Shnurok-main.png) no-repeat center;background-size:auto 80%;color:#fff;}
.stats .goals-block{align-items:center;}
.stats .flex{position:relative;display:flex;justify-content:space-between;width:calc(100% - 450px);}
.stats .flex:after{content:"";border-top:1px dashed #fff;position:absolute;bottom:57px;left:65px;right:100px;}

.stats .item{display:flex;flex-wrap:wrap;justify-content:center;font-size:14px;font-weight:300;text-align:center;position:relative;}
.stats .item b{font-weight:bold;}
.stats .item span{display:block;}
.stats .text-group{font-size:18px;font-weight:bold;width:100%;margin-top:75px;}
.stats .text-group:before{content:"";display:block;border:4px solid #fff;border-radius:50%;width:18px;height:18px;margin:-50px auto 20px;}
.stats .link{color:#fff51d;position:relative;top:10px;}

.stats .item:nth-child(2){margin-top:-12px;}
.stats .item:nth-child(3){margin-top:-17px;}
.stats .item:nth-child(4){margin-top:-34px;}
.stats .item:nth-child(5){margin-top:-43px;display:none;}

.stats .item:nth-child(1) b{font-size:24px;}
.stats .item:nth-child(2) b{font-size:32px;}
.stats .item:nth-child(3) b{font-size:36px;}
.stats .item:nth-child(4) b{font-size:48px;}
.stats .item:nth-child(5) b{font-size:56px;}
.stats .item:nth-child(5){color:#fff51d;max-width:180px;}
.stats .item:nth-child(5) .text-group{color:#fff;}

.instagram {padding: 3rem;}
.instagram .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.insta-info {
  width: 19.5%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.insta-slider {
  width: 74%;
  margin-right: 5%;
}

.instagram .swiper-button-prev,
.instagram .swiper-button-next {
  top: auto;
  background-size: contain;
  width: 4.8rem;
  height: 4.8rem;
  left: auto;
  right: 2rem;
  bottom: 2rem;
  top: auto;
}

.instagram .swiper-button-next {
  bottom: 8rem;
}

.insta-info .insta-icon {
  margin-bottom: 1.2rem;
  text-align: center;
}

.insta-info .followers {
  max-width: 70%;
}

.insta-info .followers p:first-child {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
}

.insta-info .followers p:last-child {
  line-height: 1;
}

.img-container {
  position: relative;
  width: 100%;
  height: 23rem;
}

.popup-container {
  max-width: 956px;
  margin: 0 auto;
  position: relative;
}

.popup-container .sign-up,
.popup-container .password-recover {
  padding: 6rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.popup-container .sign-up {
  background: url("../img/bg/bg-login.png") no-repeat;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-size: cover;
}

.popup-container .password-recover {
  background: url("../img/bg/bg-pass.png") no-repeat;
  background-size: cover;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: -12rem;
  margin-left: 8.6rem;
}

.popup-container .title {
  font-size: 6.2rem;
  text-align: center;
}

.sign-up .form-row:last-of-type {
  margin-bottom: 4rem;
}

.password-recover .title {
  max-width: 40rem;
  line-height: 1;
  margin-bottom: 3rem;
}

.password-recover .text-border-dashed {
  display: none;
  margin-bottom: 4rem;
}

.popup-container form {
  width: 38rem;
  text-align: center;
}

.password-recover form {
  margin-left: 2.2rem;
}

.password-recover .form-row {
  margin-bottom: 4rem;
}

form .form-row {
  width: 100%;
  margin-bottom: 3rem;
  text-align: left;
}

.form-row label {
  display: block;
  line-height: 2;
}

.input-field {
  width: 100%;
  height: 5.6rem;
  line-height: 5.6rem;
  font-weight: 700;
  color: #0060a9;
  border: 1px solid rgba(3,3,3,.15);
  padding: 0 2rem;
}

.form-row p {
  display: none;
}

.none{display:none;}

.error .errorMessage {
  color: #ff0000;
  margin-top: 0.5rem;
  margin-bottom: 3rem;
  display: block;
	position:absolute;
}

.error .errorMessage::before {
  content: '!';
  background: #f00;
  color: #fff;
  border-radius: 100%;
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  font-size: 1.2rem;
  text-align: center;
  display: inline-block;
  margin-right: .4rem;
  vertical-align: .2rem;
}

.popup-container .btn {
  min-width: 24rem;
  margin-bottom: 2rem;
}

.popup-container a {
  display: block;
  text-align: center;
}

.popup-container a span {
  border-bottom: 1px solid;
}

.popup-container a {
  color: #0060a9;
}

.popup-container a:not(.pass-recover) {
  font-weight: 700;
}

.popup-container .pass-recover {
  margin-bottom: 2rem;
}

.breadcrumbs {
  text-align: center;
  padding: 5rem 0;
  max-width: 100rem;
  margin: 0 auto;
}

.breadcrumbs a {
  color: #fff;
	font-weight:300;
}

.breadcrumbs a:hover:after {opacity:0;}

.breadcrumbs a:first-child {
  margin-left: 2rem;
}

.breadcrumbs .sep {
  color: #fff;
  margin: 0 1rem;
}

.breadcrumbs h1{font-size:50px;text-transform:uppercase;margin-top:10px;}

.pagination {
  margin: 2rem 0;
  padding: 4rem;
  font-family: 'Roboto', sans-serif;
}

.pagination .container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination .pag-link {
  width: 6rem;
  height: 6rem;
  border: 1px solid;
  line-height: 5.9rem;
  text-align: center;
  border-radius: 50%;
  color: #0060a9;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 .5rem;
  font-style: normal;
}

.pagination .pag-link.active {
  background: #fff51d;
}

.pagination .pag-nav {
  margin: 0 2rem;
}

.prev {
  background: url("../img/icons/prev.png") no-repeat;
}

.next {
  background: url("../img/icons/next.png") no-repeat;
}

.prev,
.next {
  width: 6rem;
  height: 6rem;
  background-size: contain;
}

#news_page{background:#fff;}
#news_page .container-flex{display:flex;flex-wrap:nowrap;}
#news_page .container-flex .title_block{min-width:300px;margin-right:20px;}
#news_page .items{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;}
#news_page .items .item{width:320px;margin-bottom:40px;}
#news_page .date{position:absolute;background:#fff51d;bottom:0;left:0;padding:5px 20px;color:#3460a5;font-size:16px;text-transform:uppercase;}
#news_page .items .item a{transition:0s;}
#news_page .items .item h3{font-weight:300;font-size:24px;line-height:1.4;padding:15px;}
#news_page .items .item h3 a:hover{color:#fc9636;}
#news_page .items .item p{font-size:16px;line-height:1.6;padding:0 15px;font-weight:100;}

#news_page .col-center{max-width:70rem;}
#news_page .col-center h4{font-weight:400;font-size:22px;line-height:1.4;}
#news_page .col-center .date{right:auto;font-weight:600;}

.news-inner {position: relative;background:#fff;}

.news-inner .col-left a,
.news-inner .col-right a {
  font-size: 1.8rem;
}

.col-left,
.col-right {
  width: 23rem;
  padding-top: 6vw;
}

.col-center {
  width: 83rem;
	margin:0 auto;
}

.col-left .left {
  background: url("../img/icons/left.png") no-repeat left 7%;
  padding-left: 8rem;
}

.col-right .right {
  background: url("../img/icons/right.png") no-repeat right 7%;
  padding-right: 8rem;
}

.text .date {
  width: 16rem;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -2rem;
}

.text .img-container {
  height: 47rem;
}

.text{font-size:20px;font-weight:300;line-height:1.6;}
.text p{margin-bottom:30px;}
.text h4{margin: 3rem 0;}
.text ul{margin-bottom:30px;list-style:disc;}
.text ul li{margin-bottom:10px;margin-left:20px;}
.text p + ul{margin-top:-10px;}
.text h3{margin-bottom:30px;line-height:1.2;}
.text b, .text strong{font-weight:600;}

.text .flex{display: flex;flex-wrap: wrap;justify-content: space-between;text-align: center;}
.text .flex a{margin-bottom:30px;font-weight:600;line-height:1.2;font-size:28px;}

.text .hr {background: #0060a9;}

.text_page .col-left{padding-top:0;width:30rem;}
.text_page .col-left .vert{background:#274074;padding:40px 40px 25px;margin-top:-25px;}
.text_page .col-left .vert div{margin-bottom:15px;}
.text_page .col-left .vert a{color:#fff;text-transform:uppercase;}
.text_page .col-left .vert a.active{color:#fff51d;}
.text_page .col-center{margin:0 auto 0 100px;}

@media screen and (max-width:1024px) {
	#news_page.text_page .container-flex{flex-wrap:wrap;}
	
	.text_page .col-left{width:100%;margin-bottom:30px;}
	.text_page .col-left .vert{position:relative;padding:20px 20px 1px;margin-top:0;}
	.text_page .col-left .vert div{display:none;}
	.text_page .col-left .vert div.active{display:block;}
	.text_page .col-left .vert a{display:block;}
	.text_page .col-left .vert:after{content:"";position:absolute;right:20px;top:25px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:8px solid #fff51d;}
	.text_page .col-center{margin-left:auto;}
}

.navi.mfp-bg {
  opacity: .75;
  background: #333;
}

.mfp-ready .menu-nav {
  left: 0;
}

.mfp-removing .menu-nav {
  opacity: 0;
  left: -50%;
}

#nav .icon-close {
  right: 2rem;
  top: 2rem;
  width: 4rem;
  height: 4rem;
  bottom: auto;
  background-size: contain;
	display:none;
}

.menu-nav {
  color: #fff;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;  
}

.menu-nav ul{display:flex;justify-content:space-between;}

.menu-nav li {
	margin-right:27px;
}

.menu-nav li.active a{color:#fff51d;}

.menu-nav a {
  color: #fff;
  font-size: 16px;
	font-weight:bold;
  text-transform: uppercase;
}

.menu-nav a:hover {
  opacity: .75;
}

.menu-nav a:last-child {
  margin-bottom: 0;
}

.share {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.share span {
  margin-right: 2rem;
}
/* FOOTER */

footer {
  padding: 5rem 0;
  background: #274074;
  color: #fff;
	border-top:1px solid #dae2f2;
}

footer a {
  color: #fff;
}

.footer-nav nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.8rem;
}

.footer-nav a {
  margin-bottom: 1.5rem;
}

.footer-nav a:last-child {
  margin-bottom: 0;
}

footer .logo {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

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

footer .info {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
}

footer .info .group {
  margin-left: 5rem;
}

footer .img-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .img-group img {
  width: 28%;
}

footer .social a {
  margin-bottom: 2.5rem;
	margin-right:10px;
}

footer .social a::before {
  font-size: 1.6rem;
	margin-right:0;
}

.subscribe-form {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-form form {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-form h3 {
  text-transform: uppercase;
}

.subscribe-form p {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

.subscribe-form__input {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-form__input input {
  width: 100%;
  padding: 2rem 6rem 2rem 2rem;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 300;
}

.v-line {
  width: 1px;
  height: auto;
  background: #fff;
  opacity: .25;
  display: inline-block;
  margin: 0 8rem;
}

.copyright {
  text-transform: uppercase;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

/* END FOOTER */
/* BUTTONS */

.btn {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.6rem;
  border: 1px solid;
  text-transform: uppercase;
  padding: 2rem 3rem;
  font-weight: 700;
}

.btn-default {
  border-color: rgba(255,255,255,.25);
  color: #fff;
  background: #274074;
}

.btn-primary {
  min-width: 32rem;
}

.btn-hover:hover,
.btn-hover.active {
  background: #fff51d;
  color: #274074;
}

.btn-underline span {
  border-bottom: 1px solid;
}

.btn-login,
.btn-account {
  border: none;
  position: relative;
	margin-left:35px;
}

.btn-login::before,.btn-account::before {
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: url("../img/icons/icon-user.png") no-repeat;
  width: 2.1rem;
  height: 2.1rem;
  margin-right: 1rem;
  vertical-align: middle;
}

.btn-send {
  background: url("../img/icons/icon-send.png") no-repeat center;
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: 0rem;
  right: 0rem;
  cursor: pointer;
  border: none;
}

.btn-item {
  background: url("../img/icons/icon-right.png") no-repeat;
  width: 12rem;
  height: 6.2rem;
  background-size: contain;
}

/* END BUTTONS */
#st-1.st-has-labels .st-btn {
  min-width: 10%!important;
}

.fancybox-bg {
  background: #274074;
  opacity: .95!important;
}

.mfp-bg {
  background: #274074;
  opacity: .9;
}
@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?31539768");
  src: url("../font/fontello.eot?31539768#iefix") format('embedded-opentype'),
       url("../font/fontello.woff2?31539768") format('woff2'),
       url("../font/fontello.woff?31539768") format('woff'),
       url("../font/fontello.ttf?31539768") format('truetype'),
       url("../font/fontello.svg?31539768#fontello") format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-mail:before {
  content: '\e800';
}

/* '' */

.icon-phone:before {
  content: '\e801';
}

/* '' */

.icon-down-dir:before {
  content: '\e802';
}

/* '' */

.icon-up-dir:before {
  content: '\e803';
}

/* '' */

.icon-right:before {
  content: '\e804';
}

/* '' */

.icon-left:before {
  content: '\e805';
}

/* '' */

.icon-basket:before {
  content: '\e806';
}

/* '' */

.icon-user:before {
  content: '\e807';
}

/* '' */

.icon-facebook:before {
  content: '\f09a';
}

/* '' */

.icon-instagram:before {
  content: '\f16d';
}

/* '' */

.icon-vkontakte:before {
  content: '\f189';
}

/* '' */
/*=========================== HELPERS CLASSES ====================*/

.container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1380px;
  padding: 0 2rem;
  position: relative;
}

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

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.full-width {
  width: 100%!important;
}

.hr {
  display: block;
  height: 1px;
  margin: 4rem auto;
  background: #fff;
  width: 100%;
  opacity: .25;
}

.user-select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-border-dashed {
  border: 1px dashed;
  padding: 4rem 6rem;
}

.lighter {
  font-weight: 300!important;
}

.no-border {
  border: none!important;
}

.mobile {
  display: none;
}

::-webkit-input-placeholder {
  color: #274074;
  text-transform: uppercase;
}

:-ms-input-placeholder {
  color: #274074;
  text-transform: uppercase;
}

::-ms-input-placeholder {
  color: #274074;
  text-transform: uppercase;
}

::placeholder {
  color: #274074;
  text-transform: uppercase;
}

:focus::-webkit-input-placeholder {
  opacity: 0;
}

:focus:-ms-input-placeholder {
  opacity: 0;
}

:focus::-ms-input-placeholder {
  opacity: 0;
}

:focus::placeholder {
  opacity: 0;
}

.bg-blue {
  background-color: #274074;
  color: #fff;
}

.bg-grey {background-color: #eee;}
.bg-white {background-color: #fff;}

.bg-yellow {
  background-color: #fff51d;
}

.underline {
  position: relative;
}

.underline::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: .45;
  background-color: #fff;
}

.bg-grey .underline::after {
  background: #274074;
}

/*=========================== END HELPERS CLASSES ====================*/
/* CLOSE */

.close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 1;
}

.close:hover {
  opacity: 1;
}

.close:before,
.close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}

.close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* END CLOSE */

.icon-menu {
  background: url("../img/icons/icon-menu.png") no-repeat center;
  width: 2.7rem;
  height: 2.4rem;
  cursor: pointer;
}

.icon-close {
  background: url("../img/icons/icon-close.png") no-repeat center;
  width: 8.4rem;
  height: 8.4rem;
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: -11rem;
}
/* results */
#results_single h1, .select-box a {
	color: #fff
}

.results_filter {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.results_filter {
	color: #fff;
	margin: 4rem 0
}
.results_filter p {
	text-transform: uppercase;
	margin-bottom: 2rem
}
.select-box {
	display: flex;
	flex-wrap: wrap
}
.select-box a {
	padding: 1rem 2rem;
	border: 2px solid;
	border-right: none;
	font-size: 1.8rem;
	font-weight: bold
}
.select-box a:last-child {
	border-right: 2px solid
}
.select-box a.active {
	border-color: #fff51d;
	color: #274074;
	background: #fff51d
}
.result_table table{
	width: 100%;
	background: #fff;
	border-collapse: collapse;
}
.result_table table th {
	background: #415c94;
	padding: 2rem 1.5rem;
}
.result_table table td:nth-child(2),
.result_table table th:nth-child(2) {
	text-align: left
}
.result_table table th:nth-child(3),
.result_table table td:nth-child(3) {
	max-width: 8rem
}
.result_table table th a {color: #fff}

.result_table table td {
	padding: 1rem 1.5rem;
	font-size: 1.7rem;
	min-width: 10rem;
	text-align: center;
	
}
.result_table table td:not(:last-child) {
	border-right: 1px solid #f2f4f8
		}
.result_table table td:first-child {
	text-align: center
}
.result_table table tr:nth-child(odd) {
	background: #f2f4f8
}
.result_table table input {
	border: none;
	background: #dae2f2;
	padding: 1rem;
	width: 100%;
}
.text-info {
	text-align: center;
	color: #fff
}
.text-info a {
	color: #fff51d
}


.result_table .pager {
	margin: 6rem auto 4rem;
	text-align: center
}
.result_table .pager ul {
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.result_table .pager .prev, .result_table .pager .next {
	width: 5rem;
	height: 4.4rem;
	line-height: 4rem
}

.result_table ul.yiiPager .page a, 
.result_table ul.yiiPager .previous a, 
.result_table ul.yiiPager .next a {
    width: 5rem;
	display: inline-block;
    line-height: 4rem;
	  border: 2px solid;
	  border-left: 0;
    background: none;
    font-size: 1.8rem;
    font-weight: bold;
	text-align: center;
    padding: 0;
	color: #fff;}
.result_table ul.yiiPager .previous a {
	border-left: 2px solid
}
.result_table ul.yiiPager .selected a, ul.yiiPager a:hover {
    background: #fadc43;
    color: #445e9d;
		border: 2px solid #fadc43;
}
.content {
	padding: 6rem 0
}


@media screen and (max-width:1024px) {
	.results_filter{margin-bottom: 0}
	.results_filter .row:not(:last-child) {
		margin-bottom: 3.6rem
	}
	.select-box {
		border: 1px solid;
		
	}
	.select-box a:not(.active) {
		display: none
	}
	.select-box a {
		width: 100%;
		border: none!important
	}
	
	.results_filter .row {
		width: 100%;
	}
	.result_table {
		width: 100%;
		overflow: hidden
	}
	.result_table table th, .result_table table td {
		padding: 1rem ;
		display: none
	}
	.result_table table td {
		min-width: auto;
		font-size: 1.4rem
	}
	.result_table table input {
		padding: .5rem
	}

	.result_table table th:first-child, 
	.result_table table td:first-child,
	.result_table table th:nth-child(2), 
	.result_table table td:nth-child(2),	
	.result_table table th:nth-child(3), 
	.result_table table td:nth-child(3),	
	.result_table table th:nth-child(8), 
	.result_table table td:nth-child(8){
		display: table-cell;
	}
	.pager {
		display: none
	}
	.text-info {margin-top: 4rem}
	.subscribe-form__input input {padding: 1rem}
	
	
	body.fixed{overflow:hidden;}
	
  main {
    overflow: hidden;
  }

  header{padding: 0;z-index:9999;}

	header .container{border-bottom:1px solid #5d7097;}
	
  .mobile {
    display: block;
  }

  .main-header .logos {
    right: 2rem;
  }

  .lang-switcher {
    margin: 0;
    display: inline-block;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: none;
  }

  .lang-switcher .current {
    padding: 0;
    line-height: 1.1;
  }

  .lang-switcher .dropdown {
    padding-bottom: 2rem;
  }

  .lang-switcher:hover .dropdown {
    left: 0;
    top: 2.5rem;
  }
	header .icon-menu{display:block;margin-left:25px;}
  header .row:first-child button {
    display: none;
  }
	
	.main-header .menu-nav{top:65px;}
	
	.menu-nav {
		position: fixed;
		top: 75px;
		left: 100%;
		bottom: auto;
		width: 100vw;
		min-height: 100vh;
		height: 100%;
		color: #fff;
		background: #274074;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s;
		padding:4rem;
		z-index:1000;
		text-align:center;
	}	

	.menu-nav.show{left:0;}
	
	.menu-nav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}	
	
	.menu-nav li{margin:0 0 15px;}

  .menu-nav .social {
    margin-bottom: 3rem;
  }

  .main-header .logos a:first-child {
    display: block;
    margin: 1.5rem 16vw -1.5rem 0;
  }

  .main-header.container {
    padding: 2rem;
		border-bottom:1px solid #5d7097;
  }

  .main-header.container::after {
    content: none;
  }

  .menu-nav a {
    font-size: 130%;
  }

  .menu-nav ul {
    margin-bottom: 2rem;
  }

	#nav{display:flex;width:100%;justify-content:flex-end;}
	#nav .social{display:none;}
	
  .menu-nav .social a {
    margin-bottom: 1rem;
  }

  .menu-nav .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .menu-nav .btn-login,
	.menu-nav .btn-account	{
    display: inline-block;
    font-size: 2rem;
    -ms-flex-item-align: center;
    align-self: center;
    width: 100%;
    text-align: left;
    margin-bottom: 3rem;
  }
	
	#nav .btn-account span{display:none;}
	#nav .btn-login span{display:none;}

  .banner .col:first-child {
    width: 100%;
  }

  .banner .col {
    padding: 4rem 0;
  }

  .banner .col:first-child p {
    text-align: justify;
  }

  .banner .col:first-child h2 {
    text-align: center;
    font-size: 3.6rem;
  }

  .banner .btn-group a {
    padding: 2.4rem;
    margin-bottom: 1rem;
  }

  .banner .container {
    padding-bottom: 0;
		flex-wrap:wrap;
  }
	
	.banner .vertical{margin-left: -120px;width: 240px;}
		
	.banner .col:nth-child(2) h2{font-size:48px;}
	.banner .col:nth-child(2) p{text-align:center;}
	.banner .btn-group{text-align:center;}
	.banner .btn-group a{padding:0;}
	
	.banner .col:nth-child(3){text-align:center;padding-top:0;}
	.banner .col:nth-child(3) .timer{justify-content:center;}

  .timer-container {
    display: none;
  }

  .section {
    padding: 4rem 0 5rem;
  }

  .section h2 {
    margin-bottom: 3rem;
  }

  h2,
  .h2,
  .title {
    font-size: 3.6rem;
    text-align: center;
  }

	.goals-block{justify-content:center;}
  .goals-block p{text-align:center;margin-bottom:30px;}
	.goals-block .goals-item .icon{margin-bottom:10px;}

  .goals-block .goals-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
		max-width:250px;
  }

  .stat h4 {
    margin-bottom: 2rem;
  }

  .distance .col:last-child,
  .stat {
    width: 100%;
    text-align: center;
    padding-top: 6rem;
    margin-bottom: 10rem;
  }

  .stat::after {
    width: 26rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: .35;
  }

  .slider-distance {
    padding-top: 10rem;
    margin-top: -10rem;
  }

  .stat::before {
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
  }

  .distance .col:last-child {
    padding: 0;
    margin: 0;
  }
	
	.slider-distance .swiper-slide:nth-child(2n){margin-top:0;}

  .slider .swiper-button-prev,
  .slider .swiper-button-next {
    top: 3.5rem;
    width: 4rem;height:4rem;background-size:auto 40px;
  }

  .slider .swiper-button-prev {
    right: 6rem;
    left: auto;
  }

  .slider .swiper-button-next {
    right: 0;
    left: auto;
  }

	.stats .goals-block .goals_title{max-width:none;}
	.stats .goals-block .flex{flex-wrap:wrap;width:100%;justify-content: center;}
	.stats .flex:after{display:none;}
	.stats .goals-block .flex .item{display:none;}
	.stats .goals-block .flex .item:last-child{display:flex;margin-top:0;}
	.stats .text-group{position: absolute;top: 0;margin-top: -25px;font-size: 24px;}
	.stats .text-group:before{display:none;}

  .news .v-line {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .insta-info {
    width: 100%;
    padding: 4rem;
  }

  .insta-slider {
    width: 100%;
    margin-right: 0;
  }

  .insta-slider img {
    width: 100%;
    height: 100%;
  }

  .instagram .swiper-button-next {
    position: relative;
    bottom: 0;
    margin-top: 2rem;
    left: auto;
    right: 8rem;
    display: none;
  }

  .instagram .swiper-button-prev {
    position: relative;
    bottom: 0;
    margin-top: 2rem;
    left: 8rem;
    display: none;
  }

  footer .container .footer-nav {
    display: none;
  }

  .subscribe-form {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  footer .container .info {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  footer .v-line:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 3rem -2rem;
    width: calc(100% + 4rem);
  }

  footer .logo,
  footer .social,
  footer .group,
  footer .v-line:nth-child(4) {
    display: none;
  }

  .copyright {
    width: 100%;
    text-align: center;
  }

  footer {
    padding: 3rem 0;
  }

  header .weather {
    display: none;
  }

  header .row:first-child {
    min-width: auto;
  }

  .news-items .item {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
		margin-right:0;
		margin-bottom:30px;
  }

  header .logos a:first-child {
    width: 6rem;
    margin-right: 16vw;
  }

  header .logos a:last-child {
    width: 7rem;
  }

  #news_page .news-items .item,
  #news_page .news-items:last-child .item {
    margin-bottom: 5rem;
  }

  #news_page .section {
    padding-bottom: 0;
  }

  .news-items h3 {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }

  .prev,
  .next {
    width: 4rem;
    height: 4rem;
  }

  .pagination .pag-link {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 2rem;
    margin: 0;
  }

  .pagination .pag-link:nth-child(3) {
    display: none;
  }

  .pagination {
    padding: 2rem;
    margin: 0;
  }

  .pagination .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
  }

  .pagination .pag-nav {
    width: 56%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .news-inner .col-left a,
  .news-inner .col-right a {
    display: none;
  }

  #news_page .news-inner {
    padding: 2rem 0;
  }

  .text .img-container {
    height: 36rem;
  }

  .news-inner .text h4 {
    margin-top: 4rem;
  }

  .col-center {
    width: 100%;
  }

  .bg-lines-y {
    top: 2%;
  }

  .text p {
    /*text-align: justify;*/
    margin-bottom: 2rem;
  }



  .share span {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .share {
    margin-bottom: 2rem;
  }

  .text .hr {
    margin: 2rem auto;
  }

  .text h4 {
    margin: 3rem auto;
  }

  .instagram{padding: 0;}

  .popup-container {
    width: 100%;
  }

  .popup-container .sign-up,
  .popup-container .password-recover {
    padding: 4rem 2rem;
    background: #ededed;
  }

  .banner .col:first-child {
    padding-top: 5rem;
  }

  .sign-up .form-row:last-of-type {
    margin-bottom: 3rem;
  }

  .popup-container .sign-up {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .popup-content,
  .popup-container form {
    width: 100%;
  }

  .popup-container .title {
    font-size: 4.4rem;
    margin: 3rem auto 2rem;
  }

  .popup-container .password-recover {
    margin: 0;
    display: none;
  }

  .popup-container .icon-close {
    background: none;
    right: 1rem;
    width: 2rem;
    height: 2rem;
  }

  .popup-container .icon-close::after {
    content: 'x';
    color: #333;
    font-size: 3rem;
    font-style: normal;
    font-weight: bold;
    font-family: 'Arial';
  }

  .error .errorMessage,
  form .form-row {
    margin-bottom: 1rem;
  }

  .password-recover form {
    margin: 0 auto;
  }

  .password-recover .form-row {
    margin-bottom: 2rem;
  }

  .input-field {
    height: 5.2rem;
    line-height: 5.2rem;
  }
}

.bg_blue{background:#274074;}

#gallery_page .section{background:#fff;}
#gallery_page .container-flex{flex-wrap:nowrap;}
#gallery_page .title_block{min-width:320px;color:#274074;width:320px;box-sizing:border-box;padding-right:30px;}
#gallery_page .title_block h1{text-transform:uppercase;font-size:50px;margin-bottom:40px;}
#gallery_page .title_block p{font-size:14px;font-weight:300;}
#gallery_page .items{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;}
#gallery_page .items .item{margin-bottom:20px;width:31%;height:315px;box-sizing:border-box;text-align:center;}
#gallery_page .items .item img{width:100%;height:240px;object-fit:cover;margin-bottom:10px;}
#gallery_page .items .item h3{color:#274074;font-size:30px;margin-bottom:30px;font-weight:300;}
#gallery_page .items .item.hover{background:#fff51d;color:#274074;}
#gallery_page .items .item.hover a{color:#274074;border-color:#274074;}
#gallery_page .items .item.hover h3{color:#274074;}

.gallery_photos{display:flex;flex-wrap:wrap;justify-content:space-between;}
.gallery_photos a{display:block;margin-bottom:30px;width:23%;}
.gallery_photos img{display:block;}
.gallery_photos .fb_link{width:100%;text-align:center;}
.gallery_photos .fb_link a{background:#fff51d;color:#274074;padding:13px 25px;display:inline-block;width:auto;font-weight:bold;text-transform:uppercase;}
.gallery_photos .fb_link a:before{border-radius:50%;border:1px solid #274074;padding:7px;margin-right:10px;}

.slider-partners {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 0 10rem;
}
.slider-partners .swiper-button-prev,
.slider-partners .swiper-button-next {
	width: 4.5rem;
	height: 4.5rem
}
.slider-partners .swiper-button-prev {
	background: url("../img/icons/prev-next.png") no-repeat;
	left: 0;

}
.slider-partners .swiper-button-next {
	background: url("../img/icons/prev-next.png") no-repeat right;
	right: 0;
}

.slider-partners .item {
	justify-content: center;
	height: 14rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap:wrap;
}

#partners{border-top:1px solid;}



@media screen and (max-width:1024px) {
	header .container::after{display:none;}
	.breadcrumbs{padding:3rem 0;}
	
	#gallery_page .container-flex{flex-wrap:wrap;}
	#gallery_page .title_block h1{margin-bottom:10px;}
	#gallery_page .items{margin-top:20px;}
	#gallery_page .items .item{width:100%;}
	.gallery_photos a{margin-bottom:15px;width:47%;}
}