/* ------------ *Default ------------- */

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

/* ------------ *Header ------------- */

.bg-head {

}

.black-opacity {
  padding: 50px;
  background: rgba(0, 0, 0, 0.55);
  -webkit-box-shadow: 10px 0px 60px rgba(111, 111, 111, 0.85);
          box-shadow: 10px 0px 60px rgba(111, 111, 111, 0.85);
}

.box {
  padding: 48px;
}

.head-box {
  border: 3px solid rgba(255, 255, 255, 0.6);
}

.btn {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s
}

.btn:hover {
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.55);
          box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.55);
}

/* Header top */

.main-nav ul li {
  float: left;
  margin-left: 90px;
  position: relative;
}

.main-nav ul li:after {
  top: 13px;
  right: -45px;
  width: 2px;
  height: 2px;
  background: #fff;
}

.main-nav ul li:first-child {
  margin-left: 0;
}

.main-nav ul li:last-child:after {
  content: none;
}

.main-nav ul li.current a {
  color: #45aaff;
}

.main-nav ul li.current a:after {
  left: 0;
  right: 0;
  bottom: -8px;
  height: 3px;
  background: #45aaff;
}

.main-nav ul li a:hover {
  color: #45aaff;
}

.main-nav ul li a {
  color: #fff;
  font-size: 18px;
  position: relative;
  font-family: "OpenSansSemiBold";
}

/* Nav mob */

.show-menu {
  width: 50px;
  height: 40px;
  position: relative;
  background: none;
  border-radius: 5px;
  border: 1px solid #fff;

  display: none;
  z-index: 30;
}

.show-menu span {
  width: 30px;
  height: 2px;
  background: #fff;

  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.show-menu span:first-child {
  margin-top: -8px;
}

.show-menu span:last-child {
  margin-top: 8px;
}

.show-menu:hover {
  background: #45aaff;
  border-color: transparent;
}

/* Nav mob End*/

.head-top .btn-reg {
  width: 255px;
  height: 60px;
  border: 0;
  color: #fff;
  font-size: 21px;
  border-radius: 15px;
  padding-left: 40px;
  position: relative;
  font-family: "OpenSansSemiBold";
  background: -webkit-gradient(linear, left bottom, left top, from(#e30252), to(#f7006e));
  background: -webkit-linear-gradient(bottom, #e30252, #f7006e);
  background: -o-linear-gradient(bottom, #e30252, #f7006e);
  background: linear-gradient(to top, #e30252, #f7006e);
}

.head-top .btn-reg span {
  border-bottom: 2px dotted #fff;
}

.head-top .btn-reg:before {
  top: 50%;
  left: 31px;
  width: 33px;
  height: 33px;
  background: url(/images/reg.png) no-repeat;
  margin-top: -16.5px;
}

/* Header middle */

.head-middle {
  margin: 60px 0;
  text-align: center;
}

/* Heade bottom */

.main-date li {
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  padding: 0 50px;
  text-align: center;
  position: relative;
  font-family: "OpenSansLight";
}

.main-date li:after {
  top: 28px;
  right: 0;
  width: 1px;
  height: 49px;
  background: url(/images/line-numbers.png) no-repeat;
}

.main-date li:last-child:after {
  content: none;
}

.main-date li.current {
  color: #fff;
  font-family: "OpenSansSemiBold";
}

.main-date li span {
  display: block;
  font-size: 72px;
}

.company-head {
  color: #fff;
  margin-top: 50px;
  text-align: center;
}

/* ------------ *Buttons ------------- */

.buttons {
  text-align: center;
}

.buttons .wrapper {
  padding: 80px 0;
  position: relative;
}

.buttons .wrapper:before, .buttons .wrapper:after {
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: url(/images/border-dots.png) repeat;
}

.buttons .wrapper:after {
  left: auto;
  right: 0;
}

/* Buttons */

.buttons-big .btn-big {
  color: #fff;
  border-radius: 15px;
  padding: 20px 80px;
  border: 3px solid #eaeaea;
  -webkit-box-shadow: 8px 0 21px rgba(0, 0, 0, 0.33);
          box-shadow: 8px 0 21px rgba(0, 0, 0, 0.33);

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;
}

.buttons-big .btn-big:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.buttons-big .btn-big .text-reg {
  font-size: 28px;
  border-bottom: 2px dotted #fff;
  font-family: "OpenSansSemiBold";
}

.buttons-big .btn-big .text-button {
  display: block;
  font-size: 18px;
  margin-top: 5px;
  font-family: "OpenSansRegular";
}

.btn-pink {
  background: -webkit-gradient(linear, left bottom, left top, from(#e40252), to(#f7006d));
  background: -webkit-linear-gradient(bottom, #e40252, #f7006d);
  background: -o-linear-gradient(bottom, #e40252, #f7006d);
  background: linear-gradient(to top, #e40252, #f7006d);
}

.btn-blue {
  background: -webkit-gradient(linear, left bottom, left top, from(#46abfe), to(#5dc1e4));
  background: -webkit-linear-gradient(bottom, #46abfe, #5dc1e4);
  background: -o-linear-gradient(bottom, #46abfe, #5dc1e4);
  background: linear-gradient(to top, #46abfe, #5dc1e4);
}

.line-dots-min {
  width: 63px;
  height: 1px;
  margin: 0 45px;
  display: inline-block;
  background: url(/images/line-dots-min.png) no-repeat;
}

/* ------------ *Exhibition ------------- */

.box-exhibition {
  -webkit-box-shadow: 0px 0px 55px rgba(111, 111, 111, 0.85);
          box-shadow: 0px 0px 55px rgba(111, 111, 111, 0.85);
}

/* Exhibition-level-1 */

.exhibition-level-1 {
  text-align: center;
  font-family: "OpenSansLight";

  background: url(/images/exhibition.png) no-repeat;
  background-size: cover;
}

.exhibition-level-1 .wrapp {
  padding: 150px 150px 120px;
  background: rgba(255, 255, 255, 0.85);
}

.exhibition-level-1 .wrapp button {
  padding: 20px 45px;
  border: 0;
  border-radius: 15px;
  color: #fff;
  font-size: 21px;
}

.exhibition-level-1 .wrapp button span {
  border-bottom: 2px dotted #fff;
}

.exhibition-level-1 h2 {
  color: #e9015a;
  font-size: 48px;
  text-transform: uppercase;
}

.exhibition-level-1 p {
  margin: 30px 0 20px;

}

/* Exhibition-level-2 */

.exhibition2 {
  padding: 35px 0;
  background: #45aaff;
  position: relative;
  z-index: 1;
}

.exhibition-level-2 {
  color: #fff;
  font-size: 38px;
  text-align: center;
  font-family: "OpenSansLight";
}

.exhibition-level-2 span {
  font-family: "OpenSansSemiBold";
}

/* Exhibition-level-3 */

.exhibition-level-3 {
  text-align: center;
  background: url(/images/exhibition.png) no-repeat;
  -webkit-box-shadow: 0px 0px 55px rgba(111, 111, 111, 0.85);
          box-shadow: 0px 0px 55px rgba(111, 111, 111, 0.85);
  background-size: cover;
}

.exhibition-level-3 .wrapp {
  padding: 100px 150px 110px;
  background: rgba(255, 255, 255, 0.85);
}

.exhibition-level-3-title {
  color: #000;
  font-size: 24px;
  margin-bottom: 30px;
  font-family: "OpenSansSemiBold";
}

.exhibition-lists ul {
  line-height: 1.6;
  font-family: "OpenSansLight";
}

.exhibition-lists ul:first-child {
  text-align: right;
}

.exhibition-lists ul:last-child {
  text-align: left;
}

.line-dotted-list {
  width: 1px;
  height: 178px;
  margin: 0 30px;
  display: inline-block;
  background: url(/images/line-center-list.png) repeat;
}

.exhibition-bottom {
  margin-top: 65px;
  font-family: "OpenSansLight";
}

.exhibition-bottom p {
  font-size: 24px;
  margin-bottom: 5px;
}

.exhibition-bottom p span {
  color: #45aaff;
}

/* ------------ *Down ------------- */

.down {
  text-align: center;
}

.down span {
  width: 90px;
  height: 45px;
  display: inline-block;
  background: url(/images/down.png) no-repeat;
}

.down-program {
  margin: 100px 0 30px;
}

/* ------------ *Program ------------- */

.title-section {
  text-align: center;
  font-family: "OpenSansLight";
}

.title-section h2 {
  color: #e9015a;
  font-size: 44px;
  text-transform: uppercase;
}

.title-section p {
  margin-top: 10px;
}

.group-program {
  margin-top: 45px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item-program {
  margin-bottom: 55px;
}

.item-program span {
  display: block;
  margin-bottom: 15px;
  font-family: "OpenSansLight";
}

.item-program img {
  -webkit-box-shadow: 15px 15px 29px rgba(111, 111, 111, 0.35);
          box-shadow: 15px 15px 29px rgba(111, 111, 111, 0.35);
}

/* ------------ *Last program ------------- */

.last-program .sub-title {
  padding: 100px 0;
  position: relative;
}

.last-program .sub-title:before {
  top: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: 63px;
  margin: 0 auto;
  background: url(/images/top-line-title.png) no-repeat;
}

.last-program .sub-title:after {
  left: 0;
  right: 0;
  bottom: 30px;
  width: 90px;
  height: 45px;
  margin: 0 auto;
  background: url(/images/down.png) no-repeat;
}

.sub-title {
  color: #4cb0f6;
  font-size: 34px;
  text-align: center;
  font-family: "OpenSansLight";
}

.gallery-pr {
  margin-top: 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery-pr .item-lp {
  position: relative;
}

.gallery-pr .bl-dable:first-child,
.gallery-pr .big-height:nth-child(2) {
  width: 50%;
}

.gallery-pr .item-lp:last-child {
  top: -5px;
}

.gallery-pr .item-lp a {
  display: block;
}

.item-lp img {
  display: block;
  -webkit-box-shadow: 10px 0 65px rgba(111, 111, 111, 0.85);
          box-shadow: 10px 0 65px rgba(111, 111, 111, 0.85);

  -webkit-transition: all .3s;

  -o-transition: all .3s;

  transition: all .3s;
}

.item-lp img:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* ------------ *Video ------------- */

.down-video {
  margin: 100px 0 20px;
}

.title-video {
  color: #45aaff;
  font-size: 28px;
  text-align: center;
  font-family: "OpenSansLight";
}

.box-video {
  margin-top: 40px;
  text-align: center;
  position: relative;
}

.box-video:before,
.box-video:after {
  top: 50%;
  left: 50px;
  width: 207px;
  height: 294px;
  background: url(/images/video-left.png) no-repeat center;
  margin-top: -147px;
}

.box-video:after {
  left: auto;
  right: 50px;
  background: url(/images/video-right.png) no-repeat center;
}

.block-video {
  display: inline-block;
  -webkit-box-shadow: 10px 0 65px rgba(111, 111, 111, 0.85);
          box-shadow: 10px 0 65px rgba(111, 111, 111, 0.85);
}

.block-video iframe {
  width: 720px;
  height: 400px;
}

/* ------------ *News -Organizer ------------- */

.news-organizer {
  margin-top: 125px;
}

.news-organizer .wrapper {
  -webkit-box-shadow: 0px 0px 60px rgba(111, 111, 111, 0.85);
          box-shadow: 0px 0px 60px rgba(111, 111, 111, 0.85);
}

.news .wrapper {
  background: url(/images/news.png) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.news .white-opacity {
  padding: 0 50px 40px 50px;
}

.white-opacity {
  background: rgba(255, 255, 255, 0.85);
}

.title-news {
  padding: 75px 0 90px;
  text-align: center;
  color: #e9015a;
  font-size: 36px;
  font-family: "OpenSansLight";
  position: relative;
}

.title-news:after {
  left: 0;
  right: 0;
  bottom: 20px;
  width: 90px;
  height: 45px;
  margin: 0 auto;
  background: url(/images/down.png) no-repeat;
}

.group-news {
  margin-top: 20px;
  padding-bottom: 40px;
}

.item-news {
  font-family: "OpenSansLight";
  width: 370px;
  max-width: 100%;
}
.item-news img{
	max-width: 100%;
}

.btn_show_more {
  position: relative;
  border: 0;
  padding: 15px 55px;
  border-radius: 15px;
  color: pink;
  font-size: 21px;
  font-family: "OpenSansSemiBold";
}

.item-news a {
  display: block;
  color: #45aaff;
  margin: 20px 0 30px;
  text-decoration: underline;
}

.item-news a:hover {
  text-decoration: none;
}

.item-news span {
  display: block;
  color: #909090;
  font-size: 14px;
}

/* Organizer */

.organizer .wrapper {
  background: url(/images/organizer.png) no-repeat;
  background-size: cover;
}

.organizer-box {
  padding: 50px;
  border: 3px solid rgba(255, 255, 255, 0.6);
}

.title-organizer {
  color: #fff;
  font-size: 38px;
  text-align: center;
  font-family: "OpenSansLight";
}

.title-organizer span {
  position: relative;
  display: inline-block;
}

.title-organizer span:before,
.title-organizer span:after {
  top: 29px;
  left: -131px;
  width: 96px;
  height: 1px;
  background: #fff;
}

.title-organizer span:after {
  left: auto;
  right: -131px;
}

/* Slider */

.slider-organizer {
  margin: 60px 0 50px;
  padding: 0 115px;
}

.item-organizer:after {
  clear: both;
  content: "";
  display: table;
}

.organizer-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.organizer-text {
  width: 490px;
  color: #fff;
  margin-left: 60px;
  font-family: "OpenSansLight";
}

.gift_sign{
	
	font-family: "OpenSansLight";
	
}

.organizer-text span {
  display: block;
}

span.organizer-name {
  font-size: 28px;
}

span.organizer-type {
  font-size: 18px;
}

.organizer-text p {
  font-size: 14px;
  margin: 10px 0 20px;
}

.organizer-text .button {
  border: 0;
  padding: 12px 25px;
  color: #fff;
  font-size: 21px;
  border-radius: 15px;
  font-family: "OpenSansSemiBold";
}

.organizer-text .button span {
  border-bottom: 2px dotted #fff;
}

/* Controls */

.slick-arrow {
  width: 45px;
  height: 90px;
  background: url(/images/controls-left.png) no-repeat;
}

.slick-arrow:before {
  content: " ";
}

.slick-prev:hover, .slick-prev:focus {
  opacity: .5;
  background: url(/images/controls-left.png) no-repeat;
}

.slick-next {
  background: url(/images/controls-right.png) no-repeat;
}

.slick-next:hover, .slick-next:focus {
  opacity: .5;
  background: url(/images/controls-right.png) no-repeat;
}

/* ------------ *Gifts ------------- */

.title-gifts {
  padding-top: 220px;
  text-align: center;
  position: relative;
  color: #e9015a;
  font-size: 38px;
}

.title-gifts:before {
  top: 45px;
  left: 0;
  right: 0;
  width: 1px;
  height: 63px;
  margin: 0 auto;
  background: url(/images/top-line-title.png) no-repeat;
}

.title-gifts:after {
  top: 135px;
  left: 0;
  right: 0;
  width: 92px;
  height: 70px;
  margin: 0 auto;
  background: url(/images/gifts.png) no-repeat;
}

.gifts-group {
  margin-top: 50px;
  padding: 0 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item-gifts {
  margin-bottom: 30px;
  max-width: 277px;
}

.item-gifts img {
  -webkit-box-shadow: 9px 5px 38px rgba(111, 111, 111, 0.55);
          box-shadow: 9px 5px 38px rgba(111, 111, 111, 0.55);
}

.gifts-btn {
  padding-top: 32px;
  text-align: center;
}

.gifts-btn button {
  position: relative;
  border: 0;
  padding: 15px 55px;
  border-radius: 15px;
  color: #fff;
  font-size: 21px;
  font-family: "OpenSansSemiBold";
}

.gifts-btn button span {
  border-bottom: 2px dotted #fff;
}

.gifts-btn button:before,
.gifts-btn button:after {
  top: 30px;
  left: -93px;
  width: 63px;
  height: 1px;
  background: url(/images/line-dots-min.png) no-repeat;
}

.gifts-btn button:after {
  left: auto;
  right: -93px;
}

/* ------------ *Command ------------- */

.command {
  padding-top: 110px;
}

.command .wrapper {
  background: url(/images/command.png) no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0px 0px 60px rgba(111, 111, 111, 0.85);
          box-shadow: 0px 0px 60px rgba(111, 111, 111, 0.85);
}

.command .white-opacity {
  padding: 0 50px 105px;
}

.title-down-icons {
  text-align: center;
  position: relative;
  font-size: 36px;
  padding-top: 130px;
  font-family: "OpenSansLight";
}

.title-down-icons:before {
  top: 50px;
  left: 0;
  right: 0;
  width: 90px;
  height: 45px;
  margin: 0 auto;
  background: url(/images/down.png) no-repeat;
}

.col-pink {
  color: #e9015a;
}

.group-command {
  margin-top: 65px;
  text-align: center;
}

.item-command {
  text-align: center;
  width: 24%;
  display: inline-block;
  vertical-align: top;
}


.command-img {
  background: #ed4384;
  border-radius: 50%;
  width: 257px;
  margin: 0 auto;
}

.command-img img {
  top: -5px;
  left: -5px;
  position: relative;
}

.command-text {
  margin-top: 20px;
}

.command-text p:first-child {
  color: #000;
  font-size: 21px;
}

.command-text p:last-child {
  font-size: 18px;
  font-family: "OpenSansLight";
}

/* ------------ *Company ------------- */

.company {
  padding: 100px 0 70px;
  text-align: center;
}
.company img{
	margin: 0 40px;
}

.company .wrapper {
  padding: 0 50px;
}

@media (max-width: 767px){
	.company img{
		margin: 0 10px;
	}
}

/* ------------ *Contacts ------------- */

.maps {
  width: 100%;
  height: 620px;
}

.col-blue {
  color: #51b5f0;
}

.contacts .title-down-icons {
  padding-top: 80px;
  margin-bottom: 55px;
}

.contacts .title-down-icons:before {
  top: 0;
}

.contacts .wrapper {
  position: relative;
}

.contacts-block {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 430px;
  height: 620px;
  background: rgba(255, 255, 255, 0.85);

  border-top: 5px solid rgba(81, 181, 240, 0.85);
  border-bottom: 5px solid rgba(81, 181, 240, 0.85);
}

.icon-point {
  display: block;
  margin: 0 auto 25px;
  width: 72px;
  height: 95px;
  background: url(/images/point.png) no-repeat;
}

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

.contacts-text span {
  display: block;
}

.title-contacts {
  font-size: 18px;
  font-family: "OpenSansSemiBold";
}

.contacts-text p {
  margin: 10px 0 45px;
  font-family: "OpenSansLight";
}

.contacts-phone {
  font-size: 21px;
  margin-bottom: 20px;
  font-family: "OpenSansSemiBold";
}

.contacts-text button {
  border: 0;
  padding: 15px 50px;
  border-radius: 15px;
  color: #fff;
  font-size: 21px;
  font-family: "OpenSansSemiBold";
}

.contacts-text button span {
  border-bottom: 2px dotted #fff;
}

/* ------------ *Footer ------------- */

.main-footer {
  padding: 85px 0;
}

.footer-logo {
  margin-right: 50px;
}

.copyright {
  font-family: "OpenSansLight";
}

.copyright span {
  font-family: "OpenSansSemiBold";
}

.socialnet a {
  width: 68px;
  height: 68px;
  margin: 0 10px;
  display: inline-block;
}

.socialnet a.in {
  background: url(/images/in.png) no-repeat;
}

.socialnet a.vk {
  background: url(/images/vk.png) no-repeat;
}

/* ------------ *Before::After ------------- */
.main-nav ul li:after,
.head-top .btn-reg:before,
.buttons .wrapper:before,
.buttons .wrapper:after,
.last-program .sub-title:before,
.last-program .sub-title:after,
.box-video:before,
.box-video:after,
.title-news:after,
.title-organizer span:before,
.title-organizer span:after,
.title-gifts:before,
.title-gifts:after,
.gifts-btn button:before,
.gifts-btn button:after,
.title-down-icons:before,
.main-date li:after,
.main-nav ul li.current a:after {
  content: " ";
  position: absolute;
}