@font-face {
  font-family: 'PFDinTextPro-Bold';
  src: url('../fonts/pfdintextpro-bold.woff') format('woff'),
        url('../fonts/pfdintextpro-bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

html {
  height: 100%;
}

body {
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 320px;
	max-width: 100%;
	overflow-x: hidden;
	font-weight: normal;
	/*  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;*/
	font-family: 'Panton', 'Roboto', sans-serif;
	line-height: 1.6;
	font-size: 18px;
	background-color: #fff;
	color: #3b3b3b;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.header,
.footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.h1 {
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  line-height: 1.1;
  font-weight: 500;
  font-family: 'PFDinTextPro-Bold';
  font-size: 28px;
  color: #212121;
}

.h2 {
  line-height: 1.1;
  font-weight: 500;
  font-size: 28px;
  color: #212121;
  margin-top: 0;
  margin-bottom: 20px;
}

a {
  color: inherit;
  text-decoration: underline;
}

a:hover,
a:active {
  text-decoration: none;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:after,
.clearfix:after {
  clear: both;
  content: " ";
  display: block;
}

.flex_wrap,
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

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

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













.archive_wrap,
.events_wrap{
    position: relative;
    background: #ffe761 url(../images/preview1.png) repeat-x;
    margin: 0px;
}


.events--boxed{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
	padding: 80px 0px 80px;
}
.archive--boxed{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
	padding: 0px;
}
.archive__infornation_event,
.events--details{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.666667%;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.archive__infornation_event{
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 40%;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
	padding: 100px 0px 80px;
}
.archive--item_stretch{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify  ;
	-webkit-justify-content: space-between  ;
	-ms-flex-pack: justify  ;
	justify-content: space-between  ;
	height: 100%;
}
.archive__images_event,
.events--stickers{
    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;
	-webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.333333%;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
    position: relative;
}
.archive__images_event{
	-webkit-flex: 0 0 60%;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
    position: relative;
	min-height: 700px;
}
.archive__bg-boxed{
	height: 100%;
	width: 100%;
	background: url(../images/colleagues.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	z-index: 2;
	display: none;
}
.archive--heading{
	font-size: 34px;
    font-weight: bold;
    color: #3b3b3b;
    margin-bottom: 40px;
	line-height: 1.2;
}
.archive--heading_report{
	font-size: 20px;
    font-weight: 700;
    color: #3b3b3b;
	line-height: 1.2;
}
.archive--footer_title{
	font-size: 16px;
    font-weight: 600;
    color: #3b3b3b;
	line-height: 1.2;
	margin-bottom: 10px;
}
.archive--footer_link{
	margin-bottom: 10px;
}
.archive--footer_link a {
	display: inline-block;
    text-decoration: none;
    border-bottom: 1px dashed;
    font-size: 16px;
    font-weight: 600;
    color: #3a5998;
	line-height: 1.3;
}
.archive--footer_link a:hover {
    text-decoration: none;
    border-bottom: 2px dashed transparent;
}
.archive--footer_promotext{
	font-size: 16px;
    font-weight: 600;
    color: #3b3b3b;
	line-height: 1.2;
}
.events--forms{
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	background: #fff;
	padding: 25px 25px;
	border-radius: 12px;
	-webkit-box-shadow: 0 3px 60px 0 #dcbc45;
	-moz-box-shadow: 0 3px 60px 0 #dcbc45;
	box-shadow: 0 3px 60px 0 #dcbc45;
	z-index: 1;
	position: relative;
}
.sold_out .events--forms{
	padding: 5px 5px;
	background: transparent;
	padding: 25px 25px;
	border-radius: 12px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.events--forms .fast_order_box{
    padding: 0px;
    border: none;
    margin-bottom: 0px;
}
.sold_out .fast_order_box{
    display: none!important;
}
.events--forms .sold_out_box{
	display: none;
	padding: 0px;
    border: none;
    margin-bottom: 0px;
	font-size: 54px;
	font-weight: 600;
	color: #ee5755;
	text-transform: uppercase;
	transform: rotate(-23deg);
	border-bottom: 5px dashed;
	border-top: 5px dashed;
}
.sold_out .sold_out_box{
	display: block!important;
}
.archive--item,
.events--item{
    margin-bottom: 35px;
}
.archive__infornation_event .archive--item:last-child,
.events--details .events--item:last-child{
    margin-bottom: 0px;
}
.events--title{
    font-size: 16px;
    font-weight: 400;
	color: #3b3b3b;
}
.events--information{
	font-size: 22px;
    font-weight: 400;
	color: #3b3b3b;
}
.events--information_date span{
	font-weight: 700;
	color: #ee5755;
}
.events--information b,
.events--information_date b{
	font-weight: 700;
	color: #3b3b3b;
}
.events--price .event_pricebox{
    margin-bottom: 0px;
}
.events--information a{
	text-decoration: none;
	border-bottom: 1px dashed;
	font-size: 20px;
	font-weight: 400;
	color: #3a5998;
}
.events--information a:hover{
	text-decoration: none;
	border-bottom: 2px dashed transparent;
}
.events--information_price {
	font-size: 48px;
	font-weight: 700;
	color: rgb(59, 59, 59);
	line-height: 1.4;
}
.events--promo_title .event_old_price,
.events--promo_title{
	font-size: 13px;
    font-weight: 700;
	color: #ee5755;
}
.events--prices .event_pricebox{
	margin-bottom: 0px;
}


















.center {
  text-align: center;
}

.nowrap {
  white-space: nowrap;
}

.visually_hidden {
  display: block;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(1px);
  clip-path: inset(1px);
  visibility: hidden;
  white-space: nowrap;
  position: absolute;
}

.hidden {
  display: none!important;
}

.mb,
p.mb {
  margin-bottom: 30px;
}

.table {
  width: 100%;
  margin-bottom: 30px;
  text-align: left;
}

.table th,
.table td {
  padding: 8px;
  vertical-align: top;
  border: 1px solid #e8e8e1;
}

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

/* Form */
.form_group {
	position: relative;
	margin-bottom: 10px;
}

.form_label {
  display: block;
  margin-bottom: 5px;
}

.form_input {
	height: 42px;
	background-color: #f9f9f9;
	border: 1px solid #e2e2e2;
	padding: 0 12px;
	width: 100%;
	font-family: inherit;
	font-size: 14px;
	border-radius: 4px;
	color: rgb(28, 28, 28);
	font-weight: 600;
}

.form_textarea {
  display: block;
  width: 100%;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  padding: 6px 12px;
  line-height: 19px;
  font-family: inherit;
  font-size: inherit;
}

.form_placeholder {
  -webkit-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  line-height: 1;
  position: absolute;
  padding: 0 3px;
  background-color: #fff;
  font-size: 13px;
  left: 12px;
  top: 11px;
  z-index: 1;
}

.placeholder_focus:-webkit-autofill,
.placeholder_focus:-webkit-autofill:hover,
.placeholder_focus:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px #fff inset;
  box-shadow: 0 0 0 30px #fff inset;
  -webkit-text-fill-color: inherit !important;
}

.placeholder_focus:-webkit-autofill ~ .form_placeholder,
.placeholder_focus:-webkit-autofill:focus ~ .form_placeholder {
  top: -6px;
  font-size: 12px;
  cursor: default;
}

.form_placeholder.active,
.placeholder_focus.error ~ .form_placeholder,
.placeholder_focus:focus ~ .form_placeholder {
  top: -6px;
  cursor: default;
}

.captcha {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.form_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form_footer .captcha {
  margin-right: 20px;
}

.form_recaptcha {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  margin-bottom: 20px;
}

.form_captcha {
  position: relative;
  text-align: center;
  width: 130px;
}

.callback_form .form_captcha {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.secret_number {
  position: relative;
  margin-right: 20px;
  padding: 9px 12px 6px;
  line-height: 17px;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  color: #222;
  white-space: nowrap;
  text-align: center;
  font-weight: bold;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  cursor: pointer;
}

.secret_number:after {
  content: attr(data-name);
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: -2;
  text-shadow: 1px 1px white,
        2px 2px white,
        3px 3px white,
        4px 4px white;
  color: white;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.message_error {
  padding: 10px 20px;
  margin-bottom: 20px;
  color: #f00;
  background-color: #ffcaca;
  border: 1px dotted #ff6568;
}

.message_success {
  padding: 11px 23px;
  margin-bottom: 25px;
  color: #ffffff;
  background-color: #ff6600;
  text-transform: uppercase;
}

.error {
  color: #ff6568;
}

label.error {
  position: absolute;
  z-index: 1;
  right: -7px;
  padding: 0px 5px;
  background-color: #FFCAC8;
  border: 1px dotted #ff6568;
  top: -12px;
  line-height: 18px;
  font-size: 13px;
  color: #f00;
  white-space: nowrap;
}

.form_captcha label.error {
  top: -27px;
}

.promo_img {
  position: absolute;
  max-width: 60px;
  max-height: 60px;
  top: 0;
  left: 0;
}

.header a,
.footer a,
.callback,
.search_button,
.button,
.breadcrumbs a,
.coupon_button,
.page_link,
.tab_navigation a {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.button {
	position: relative;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	height: 42px;
	line-height: 40px;
	padding: 0 20px;
	font-family: inherit;
	font-weight: 500;
	font-size: 14px;
	color: rgb(255, 255, 255);
	border: none;
	background-color: rgb(238, 87, 85);
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	border-radius: 4px;
	margin-top: 10px;
}

.disable_button {
  cursor: default;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 0 2px #fb716f;
  box-shadow: inset 0 0 2px #fb716f;
  color: #212121;
}

.button:hover {
  background-color: rgb(198, 83, 82);
}

.header_section {
  position: relative;
  padding-top: 15px;
  padding-bottom: 20px;
}

.menu_header_link:hover,
.menu_header_link.current {
  color: #ed5a5a;
}

.header_social li + li {
  margin-left: 5px;
}

.header_social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 32px;
  height: 32px;
  white-space: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 0;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

.header_slogan {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 15px;
  color: #737373;
}

.navbar_btn {
  display: block;
  z-index: 999;
  position: relative;
  right: inherit;
  top: inherit;
  width: 35px;
  height: 30px;
  padding: 0;
  cursor: pointer;
  border: 1px solid transparent;
  background: none;
}

.bar {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  height: 3px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: #212121;
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
  -ms-transform: translate3d(0, 0, 0) scale(1, 1);
  transform: translate3d(0, 0, 0) scale(1, 1);
}

.bar_1 {
  -webkit-transform: translate3d(0, -9px, 0);
  -ms-transform: translate3d(0, -9px, 0);
  transform: translate3d(0, -9px, 0);
}

.openmenu .bar_1 {
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg) scale(0.8, 0.8);
  -ms-transform: translate3d(0, 0, 0) rotate(45deg) scale(0.8, 0.8);
  transform: translate3d(0, 0, 0) rotate(45deg) scale(0.8, 0.8);
}

.openmenu .bar_2 {
  -webkit-transform: translate3d(0, 0, 0) scale(0, 0.8);
  -ms-transform: translate3d(0, 0, 0) scale(0, 0.8);
  transform: translate3d(0, 0, 0) scale(0, 0.8);
}

.bar_3 {
  -webkit-transform: translate3d(0, 9px, 0);
  -ms-transform: translate3d(0, 9px, 0);
  transform: translate3d(0, 9px, 0);
}

.openmenu .bar_3 {
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg) scale(0.8, 0.8);
  -ms-transform: translate3d(0, 0, 0) rotate(-45deg) scale(0.8, 0.8);
  transform: translate3d(0, 0, 0) rotate(-45deg) scale(0.8, 0.8);
}

.fb {
  background-color: #3b5998;
}

.tg {
  background-color: #1d93d2;
}

.partners_main{
	margin-bottom: 80px;
}
.partners_main__inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.partners_main__heading{
	    -webkit-box-flex: 0;
    -webkit-flex: 0 0 400px;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    max-width: 400px;
}
.partners_main__content{
	    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 400px);
    -ms-flex: 0 0 calc(100% - 400px);
    flex: 0 0 calc(100% - 400px);
    max-width: calc(100% - 400px);
}
.partners_main__title{
  font-size: 40px;
  font-weight: bold;
  color: #3b3b3b;
	margin-bottom: 30px;
}
.partners_main__text{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	color: #3b3b3b;
	max-width: 200px;
}
.partners{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.partners__item{
	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;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.partners__link{
	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;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 90px;
	width: 200px;
}
.callback_main{
	margin-bottom: 20px;
}
.callback_main__heading{
	font-size: 40px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #3b3b3b;
	margin-bottom: 20px;
}
.callback_main__promotitle{
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.36;
	letter-spacing: normal;
	text-align: center;
	color: #333333;
	margin-bottom: 40px;
}
.callback_main__buttons{
	margin-bottom: 60px;
	text-align: center;
}
.callback_main__button{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
	font-family: inherit;
	border: none;
	width: 320px;
	max-width: 100%;
	text-decoration: none;
	cursor: pointer;
	height: 58px;
	line-height: 58px;
	border-radius: 4px;
	background-color: #ee5755;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}
.callback_main__button:hover {
    background-color: rgb(198, 83, 82);
}
.callback_main__image{
	text-align: center;
}
.o_notify_v2_order_wrap{
	background-color: rgb(80, 142, 54);
	padding: 20px 10px;
	margin-bottom: 40px;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
}




.logo_link {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
	font-weight: 600;
	color: rgb(112, 112, 112);
	line-height: 1.3;
	text-decoration: none;
}
.logo__text{
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100px;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	max-width: 100px;
	width: 90px;
	height: 40px;
	color: rgb(255, 255, 255);
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	color: rgb(255, 255, 255);
	text-align: center;
	line-height: 1.2;
}
.logo__text svg{
	width: 95px;
	height: 50px;
}
.logo__promo {
	padding-right: 15px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 calc(100% - 100px);
	-ms-flex: 0 0 calc(100% - 100px);
	flex: 0 0 calc(100% - 100px);
	max-width: calc(100% - 100px);
	line-height: 1.2;
	font-weight: 400;
	position: relative;
	top: -1px;
	padding-left: 5px;
}

.event_number {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  padding-left: 4px;
  padding-right: 6px;
  height: 54px;
  line-height: 54px;
  font-family: inherit;
  font-weight: bold;
  font-size: 57px;
  letter-spacing: -0.05em;
  background-color: #fb716f;
  border-radius: 3px;
  color: #fff;
}

.event_number::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  top: 50%;
}

.footer {
	text-align: center;
	padding: 30px 0px;
	background: #3b3b3b;
	color: #8d8d8d;
	font-weight: 600;
	font-size: 14px;
}

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

.footer_slogan {
  color: #ffe761;
	padding: 0px 25px;
}
.footer_payment{
	width: 180px;
	color: rgb(255, 255, 255);
	font-size: 14px;
}
.footer_payment b{
	font-weight: 700;
}
.footer_payment .footer_payment_link{
	font-style: italic;
	font-weight: 400;
}
.fast_order_box {
  padding: 15px 15px 25px;
  border: 1px solid #e8e8e1;
}
.footer_payment img{
	max-width: 150px;
}

.fast_order_form {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 260px;
	flex: 0 1 260px;
	max-width: 100%;
	width: 260px;
}

.fast_order_title {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}

.fast_order_form .button {
	width: 100%;
	font-size: 14px;
	font-weight: 500;
}

.event_image {
  font-size: 0;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 30px;
}

.event_album_link {
  display: inline-block;
  margin-bottom: 10px;
}

.event_pricebox {
  margin-bottom: 30px;
  font-weight: 500;
}

.event_address {
  margin-bottom: 5px;
  text-align: center;
}

.details_label {
  color: #777;
  font-weight: normal;
}

.event_old_price {
  color: #ed5a5a;
}

.event_old_price .old_price {
  font-size: 21px;
}

.event_price {
  color: #ed1c24;
  margin-bottom: 20px;
}

.event_price .price {
  font-weight: bold;
  vertical-align: bottom;
  font-size: 28px;
  line-height: 1.15;
}

.event_details .timeTo {
  margin-bottom: 25px;
}


.speaker_wrap{
	background: #3b3b3b;
}
.speakers {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.speakers__boxed{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
	padding: 80px 0px 80px;
}
.speakers_details{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	    -webkit-box-pack: center  ;
    -webkit-justify-content: center  ;
    -ms-flex-pack: center  ;
    justify-content: center  ;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 60%;
	-ms-flex: 0 0 660%;
	flex: 0 0 60%;
	max-width: 60%;
}
.speakers_details_hidden{
    display: none;
}
.speakers .speakers__item:first-child .speakers_details{
    display: flex
}
.speakers .speakers__item:first-child .speakers_details_hidden{
    display: none;
}
.speakers .speakers__item:nth-child(2) .speakers_details{
    display: none;
}
.speakers .speakers__item:nth-child(2) .speakers_details_hidden{
    display: flex;
}
.speakers__photo{
    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;
	-webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 40%;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
    position: relative;
}
.speakers_details__title{
	margin-bottom: 40px
}
.speakers_details__heading{
	position: relative;
	display: inline;
	font-size: 38px;
	font-weight: 500;
	color: #fff;
	z-index: 2;
	line-height: 1;
}
.speakers_details__heading span{
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	padding: 0px 15px 0px 2px;
}
.speakers_details__heading span:before{
	content: "";
	position: absolute;
	background: rgb(238, 87, 85);
	height: 20px;
	bottom: -4px;
	left: 0px;
	width: 100%;
	z-index: -1;
}
.speakers_details__text{
	max-width: 500px;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.6;
	color: #969696;

}
.speakers__image_link{
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 320px;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    max-width: 320px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    align-content: center;
    justify-content: center;
}
.speakers__img{
    max-width: none;
    object-fit: initial;
    height: 100%;
}
.speakers__info{
	position: absolute;
	background: #ffe760;
	padding: 10px 15px;
	max-width: 220px;
	left: 0px;
	bottom: 20%;

}
.speakers__info_name,
.speakers__info_position,
.speakers__info_company,
.speakers__info_address{
	font-size: 14px;

}
.speakers__info_name a{
	font-size: 16px;
	font-weight: 700;

}

.events_main{
	background: #f2f2f2;
	padding: 60px 0px 100px;
}

.events_main__heading{
	position: relative;
	font-size: 40px;
	font-weight: 600;
	color: #3b3b3b;
	line-height: 1.4;
	margin-bottom: 30px;
}
.events_main__heading:before{
	content: "";
	position: absolute;
	top: -10px;
	left: 0px;
	height: 4px;
	width: 50px;
	background: #fa4b5c;

}
.events_main__description{

}
.events_main__description p{
	max-width: 75%;
	margin-bottom: 40px;
	font-size: 22px;
	line-height: 1.4;
}
.events_main__description ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-bottom: 20px;
}
.events_main__description li{
	padding: 0px 0px 0px 35px;
	font-size: 16px;
	font-weight: 500;
	margin: 0px 0px 20px;
	color: rgb(59, 59, 59);
	position: relative;
}
.events_main__description li:after{
	content: "\2714";
	position: absolute;
	top: 3px;
	left: 0px;
	width: 20px;
	height: 20px;
	display: block;
	border-radius: 50%;
	line-height: 20px;
	text-align: center;
	background: #fa4b5c;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
}
.map_main{
	position: relative;
	top: -60px;
}
.map {
	padding: 15px;
	background: #fff;
	margin-bottom: 0px;
	-webkit-box-shadow: 0px 0px 30px 12px #e3e0e0;
	box-shadow: 0px 0px 30px 12px #e3e0e0;
}

.map iframe {
  width: 100%;
}












.speakers_item {
  max-width: 300px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.speakers_image {
  margin-bottom: 10px;
}

.speakers_image_link {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  text-decoration: none;
  background-color: #eee;
  background-image: url(../images/avatar.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}

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

/* .speakers_no_image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
} */
.speakers_name {
  display: block;
  font-weight: bold;
  font-size: 18px;
}

.speakers p {
  margin-bottom: 0px;
}



.events_year {
  margin-bottom: 20px;
}

.events_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.events_date {
  color: #ed5a5a;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.events_name {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.events_main_col {
  padding-left: 15px;
  padding-right: 15px;
}

.events_main_col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

.events_main_col:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 100%;
}

.events_main_date {
  margin-bottom: 10px;
}

.events_main_image {
  text-align: center;
}

.events_main_col:first-child .events_main_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  line-height: 1.1;
  font-weight: 500;
  font-family: 'PFDinTextPro-Bold';
  font-size: 28px;
  color: #212121;
  text-decoration: none;
}

.events_main_col:nth-child(1n+2) .events_main_name {
  display: block;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #212121;
  text-decoration: none;
}

.breadcrumbs {
  margin-top: 0;
  margin-bottom: 12px;
  padding: 0;
  padding-top: 20px;
  list-style: none;
  font-size: 13px;
  border-top: 1px solid #e8e8e1;
}

.breadcrumbs li {
  display: inline-block;
  padding: 0;
  margin: 0 0 5px;
}

.breadcrumbs li + li:before {
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid;
  border-right: 1px solid;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  margin-bottom: 1px;
  margin-right: 5px;
}

.breadcrumbs a {
  text-decoration: none;
  color: #999;
}

.breadcrumbs a:hover,
.blog_title:hover {
  color: #ed5a5a;
}

.blog_item {
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.blog_image {
  display: inline-block;
  margin-bottom: 5px;
}

.blog_title {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.2;
  color: #212121;
}

.blog_title a {
  display: block;
  text-decoration: none;
}

.blog_date {
  margin-bottom: 8px;
  text-align: center;
}

.brand_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.feedback_form {
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.delivery {
  margin-bottom: 30px;
}

.delivery_item {
  margin-bottom: 20px;
}

.delivery_label {
  display: block;
  position: relative;
  margin-bottom: 5px;
  padding-left: 25px;
  font-weight: 500;
  font-size: 15px;
  color: #222;
}

.input_delivery {
  position: absolute;
  top: 5px;
  left: 0;
}

.delivery_description {
  padding-left: 25px;
}

.delivery_label img {
  vertical-align: bottom;
  margin-top: -8px;
  margin-right: 4px;
}

.method_name {
  font-weight: bold;
}

.purchase {
  width: 100%;
  margin-bottom: 25px;
  color: #222;
}

.purchase th,
.purchase td {
  vertical-align: middle;
  padding: 15px 10px;
  font-weight: normal;
  text-align: center;
  border-top: 1px solid #d8d8d8;
}

.purchase th {
  font-weight: 500;
}

.purchase_remove,
.purchase_image {
  font-size: 0;
}

.purchase_remove a {
  text-decoration: none;
}

.purchase_remove a:hover {
  color: #ed5a5a;
}

.amount {
  width: 90px;
  display: inline-block;
}

.plus,
.minus {
  font-weight: 300;
  font-size: 21px;
  float: left;
  width: 30px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}

.input_amount {
  display: block;
  float: left;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  padding: 0;
  margin: 0;
  height: 24px;
  width: 30px;
}

.purchase .purchase_total {
  font-weight: bold;
}

.purchase_total .total_sum {
  color: #ed5a5a;
  font-size: 16px;
  margin-left: 5px;
  margin-right: 5px;
}

.input_coupon {
  vertical-align: top;
  width: 120px;
}

.coupon .message_error {
  margin: 0 0 10px;
  width: 253px;
  max-width: 100%;
  text-align: center;
}

.preorder_label {
  padding: 0 3px;
  background-color: #ed5a5a;
  color: #fff;
}

.pagination {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  text-align: center;
}

.page_item {
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
  margin-bottom: 10px;
}

.page_link {
  display: block;
  padding: 0 7px;
  line-height: 32px;
  min-width: 34px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #d8d8d8;
}

.page_link:hover {
  border-color: #ed5a5a;
  color: #ed5a5a;
}

.active .page_link {
  background-color: #ed5a5a;
  border-color: #ed5a5a;
  color: #fff;
}

.pager {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.pager_next {
  text-align: right;
}

.success_icon {
  vertical-align: bottom;
  color: #ed5a5a;
  margin-right: 8px;
}

.order_number_box {
  display: inline-block;
  border: 2px solid #ed5a5a;
  padding: 10px 15px;
  border-radius: 5px;
  font-weight: 600;
}

.order_number_box  p {
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase;
}

.order_number {
  font-weight: bold;
  font-size: 18px;
}

.menu_404_item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  margin-right: 20px;
}

.product_form {
  margin-top: 20px;
  margin-bottom: 30px;
}

.comment_form {
  margin-bottom: 10px;
}

.speaker_image {
  margin-bottom: 15px;
}

.speaker_left b {
  font-weight: 500;
}

.speaker_left p {
  margin-bottom: 3px;
}

.speaker_label {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.25;
  font-style: italic;
  color: #ed5a5a;
}

.to_top {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 48px;
  height: 48px;
  z-index: 30;
  background-color: #737373;
  border: 4px solid #ddd;
  font-size: 0;
  color: #ddd;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.up_icon {
  width: 20px;
  height: auto;
  vertical-align: middle;
}

.to_top:hover {
  background-color: #ed5a5a;
}

.events_banner {
    padding-top: 45px;
    padding-bottom: 30px;
    background: url(../images/archive_bg.png) no-repeat;
    background-size: cover;
    font-family: Panton;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    color: #ffffff;
    background-color: #313131;
}

.events_banner_h {
    font-size: 22px;
    line-height: 1.5;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 20px;
}

.events_banner_subheading {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 30px;
}

.events_banner_contact {
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    color: #ffe761;
    text-decoration: none;
    border-bottom: 1px dashed;
    margin-bottom: 10px;
}

.events_banner_contact:hover {
    border-color: transparent;
}

.events_banner_fb {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
    color: #9dbdff;
    margin-bottom: 15px;
    margin-top: 20px;
}

.events_banner_fb::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 88%;
    border-bottom: 1px solid #769FF2;
}

.events_banner .fb_i {
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    color: #9dbdff;
}

.events_main_section {
    padding-top: 40px;
    background-color: #3b3b3b;
    color: #fff;
    padding-bottom: 1px;
}

.events_main_h {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    margin-bottom: 40px;
    padding-top: 20px;
    text-align: center;
}

.events_main_h::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -25px;
    height: 3px;
    width: 50px;
    background-color: #FA4B5C;
}

.events_main_item {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #6C6C6C;
    margin-bottom: 40px;
}

.events_main_text {
    padding: 15px 20px 25px;
    flex: 1 0 100%;
    max-width: 100%;
}

.events_main_image {
    flex: 0 0 100%;
    text-align: center;
    line-height: 0;
}

.events_main_img {
    max-height: 100%;
}

.events_main_name {
    display: block;
    font-size: 20px;
    line-height: 2;
    text-decoration: none;
    margin-bottom: 20px;
}

.events_main_name span {
    border-bottom: 1px solid #EE5755;
}

.events_main_description {
    font-size: 16px;
    line-height: 25px;
    max-height: 75px;
    overflow: hidden;
    margin-bottom: 20px;
    color: #ededed;
}

.events_main_description strong {
    font-weight: normal;
}

.events_main_description h1,
.events_main_description h2 {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
}

.events_main_fb {
    font-size: 18px;
    text-decoration: none;
}

.events_main_fb span {
    border-bottom: 1px dashed #fff;
}

.events_main_fb:hover span {
    border-color: transparent;
}

.events_main_fb .fb_i {
    vertical-align: top;
    margin-right: 10px;
    color: #fff;
}

.partners_box {
    background-color: #f2f2f2;
}

.partners_box_bg {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.partners_box_item  {
    padding: 15px;
}

.partners_box_h {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    color: #3b3b3b;
    margin-bottom: 20px;

}

.parthers_donate {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.63;
    color: #3a5998;
    text-decoration: none;
    border-bottom: 1px solid #3a5998;
    margin-bottom: 20px;
}

.parthers_donate:hover {
    border-color: transparent;
}


.partners_box_link {
    display: flex;
    height: 70px;
    font-size: 16px;
    line-height: 1.2;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
}
