
input:focus,
textarea:focus,
button:focus {
	outline: none;
}
*::-webkit-input-placeholder {
	color: #8c8c8c;
	opacity: 1;
}
*:-moz-placeholder {
	color: #8c8c8c;
	opacity: 1;
}
*::-moz-placeholder {
	color: #8c8c8c;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #8c8c8c;
	opacity: 1;
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}
body {
	font-family:  "MuseoSansRegular", sans-serif;
	font-size: 18px;
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
	color: #383938;
	background-color: #fff;
	line-height: 1.4em;
	margin: 0;
}
a{
	color: #383938;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	font-weight: normal;
}
h1{
	color: black;
  font-size: 45px;
  line-height: 1.3em;
  font-family: "MuseoSansBlack";
  position: relative;
  letter-spacing: 0.5px;

}

h1 span {
    font-size: 20px;
    color: black;
    font-family: MuseoSansRegular;
    line-height: 1.2em;
}
h1::before{
	content: "";
	width: 200px;
	height: 12px;
	opacity: 0.6;
	background-color: ;
	position: absolute;
	top: -50px;
	left: 0;
}
h2{
	font-family: "MuseoSansBlack";
	font-size: 28px;
	text-align: center;

	line-height: 1.3em;
}
h3{
	font-size: 22px;
	font-family: "MuseoSansRegular";

	line-height: 1.3em;
}

h5{
	font-size: 21px;
	font-family: "MuseoSansRegular";

	line-height: 1.3em;
}
input:not(.btn){
	max-width: 320px;
	width: 100%;
	height: 51px;
	background-color: #ededed;
	border-radius: 10px;
	text-align: center;
	border: 0;
	margin: 0 auto 13px;
	display: block;
	color: #8c8c8c;
	font-family: "MuseoSansRegular";
	font-size: 18px;
	line-height: 38px;
}
.clearfix::after,
.clearfix::before{
	content: " ";
	display: table;
}
.clearfix::after,
.clr{
	clear: both;
}
.left{
	float: left;
}
.right{
	float: right;
}

img.mass {
    width: 150px;
}

.btn{
	display: inline-block;
	background-color: #ff7200;
	border-radius: 10px;
	color: #fff;
	font-family: "MuseoSansBlack";
	font-size: 20px;
	line-height: 35px;
	text-transform: uppercase;
	padding: 10px 35px;
	border:0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	letter-spacing: 0.05px;
	text-align: center;
}
.btn:hover{
	box-shadow: none;
}
section.bg{
	background-color: #f4f4f4;
}
section{
	padding: 60px 0;
}

/*BEGIN HEADER*/
header {
    background-image: url(../img/2020/bg_header.png);
    background-size: auto;
    background-position: right;
    background-repeat: no-repeat;
}
.header_top{
	background-color: #fcfcfc;
	padding: 12px 0 8px;
}
.header_top p{
	text-align: center;
	margin: 18px 0;
}
.header_top .contact{
	text-align: right;
	margin-top: 18px;
}
.header_top .phone{
	font-family: "MuseoSansBold";
	color: #444342;
	font-size: 28px;
}
.header_top .mail{
	color: #7e940d;
}
.header_main{
	padding: 70px 0 ;
	padding-bottom: 240px;
}
.header_main .scroll{
	text-align: right;
}
.header_main .btn{
	margin: 50px 0 0 0;
	width: 300px;
}
/*END HEADER*/

/*BEGIN INFO*/
.s_info{
	padding: 0 0 25px;
	margin-top: -170px;
}
.info_wrap {
    padding: 55px 0px;
    margin: 0 15px;
    background: #FFFFFF;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info_item{
	padding: 5px 0 0 70px;
	position: relative;
	font-family: "MuseoSansBold";
	width: 275px;
	display: inline-block;
	line-height: 1.1em;
}
.info_item:last-child{
	width: auto;
}
.info_item span{
	font-family: "MuseoSansRegular";
	font-size: 16px;
	display: block;
}
.info_item::before{
	content: "";
	background-image: url(../img/bg/bg_icons_info.png);
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 54px;
}
.info_item:nth-child(1)::before{
	background-position: 0 0;
	left: -10px;
}
.info_item:nth-child(2):before{
	background-position: -60px 0;
}
.info_item:nth-child(3):before{
	background-position: -120px 0;
	left: 10px;
}
.info_item:nth-child(4):before{
	background-position: -180px 0;
	top: 2px;
}
/*END INFO*/

/*BEGIN COMPETITION*/
.s_competition{
	text-align: center;
	padding-bottom: 80px;
}
.competition_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 600px;
    margin: 60px auto;
}
.competition_item {
    width: 100%;
    text-align: center;
    color: #807f7f;
    position: relative;
    margin: 45px auto;
}


.s_competition .btn{
	padding-left: 35px;
	padding-right: 35px;
}
/*END COMPETITION*/

/*BEGIN SPEAKERS*/
.s_speakers{
	padding-bottom: 45px;
}
.speakers_wrap{
	margin-top: 50px;
}
.speakers_item{
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 12px 21px rgba(0, 0, 0, 0.1);
	padding: 25px 20px 20px 20px;
	font-family: "MuseoSansBold";
	max-width: 470px;
	width: 100%;
	height: 187px;
	margin-bottom: 34px;
}
.speakers_item::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 11px;
	opacity: 0.5;
	background-color: #9fbb0e;
	border-radius: 10px 10px 0px 0px;
}
.col-md-6:nth-child(2n) .speakers_item{
	float: left;
}
.col-md-6:nth-child(2n+1) .speakers_item{
	float: right;
}
.speakers_item h4{
    color: #b4b2b2;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: "MuseoSansRegular";
}
.speakers_item p{
	color: #282828;
	max-width: 310px;
	font-family: "MuseoSansBold";
	margin: 5px 0;
}
.speakers_item .name{
	background-image: url(../img/bg/bg_speakers_name.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 18px;
	position: absolute;
	top: 135px;
	left: 20px;
	color: rgba(40,40,40,.75);
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1.2em;
}
.speakers_item .name span{
	display: block;
	font-family: "MuseoSansRegular";
	text-transform: none;
}
.speakers_item img{
	position: absolute;
	top: 30px;
	right: 20px;
	border-radius: 10px;
	width: 104px;
	height: 120px;
}
/*END SPEAKERS*/

/*BEGIN GALLERY*/
.s_gallery{
	padding: 55px 0 5px;
}
.gallery_wrap{
	margin-top: 40px;
}
.s_gallery a{
	margin: 0 6.8px 9px 0;
	display: inline-block;
}
.s_gallery a:nth-child(4n){
	margin-right: 0;
}
.s_gallery a img{
	width: 284px;
	height: 194px;
}
/*END GALLERY*/

/*BEGIN PROGRAM*/
.s_program{
	text-align: center;
	padding-bottom: 50px;
}
.program_wrap{
	margin-top: 30px;
}
.program_items{
	font-size: 18px;
	position: relative;
	padding: 20px 0;
	margin: 0 0 0 15px;
}
.program_items::before{
	content: "";
	position: absolute;
	top: 0;
	left: 14px;
	width: 5px;
	height: 100%;
	opacity: 0.08;
	background-color: #282828;
	border-radius: 3px;
}
.program_items span{
	font-family: "MuseoSansBold";
}
.program_items li{
	padding: 13px 0 13px 55px;
	position: relative;
	text-align: left;
}
.program_items li::before{
	content: "";
	background-image: url(../img/bg/bg_icons_program.png);
	position: absolute;
	top: 50%;
	left: 0;
	width: 33px;
	height: 33px;
	margin-top: -16px;
}
.program_items li:nth-child(1)::before{
	background-position: 0 0;
}
.program_items li:nth-child(2)::before{
	background-position: -33px 0;
}
.program_items li:nth-child(3)::before{
	background-position: -66px 0;
}
.program_items li:nth-child(4)::before{
	background-position: -99px 0;
}
.program_items li:nth-child(5)::before{
	background-position: -132px 0;
}
.program_items li:nth-child(6)::before{
	background-position: -165px 0;
}
.program_items li:nth-child(7)::before{
	background-position: -198px 0;
}
.program_items li:nth-child(8)::before{
	background-position: -231px 0;
}
.s_program h3{
	margin-top: 75px;
}
.s_program p{
	font-size: 19px;
	max-width: 450px;
	margin: 20px auto 0;
	line-height: 1.25em;
	font-family: "MuseoSansLight";
}
.s_program .btn{
	margin-top: 60px;
}
/*END PROGRAM*/

/*BEGIN ADVANTAGES*/
.s_advantages{
	padding: 55px 0;
}
.advantages_wrap{
	text-align: center;
	margin-top: 40px;
}
.advantages_item {
    width: 270px;
    position: relative;
    vertical-align: top;
    font-size: 16px;
    margin: 15px;
}
/*END ADVANTAGES*/

/*BEGIN PARTNERS*/
.s_partners{
	padding-bottom: 125px;
}
.1_partners{
	padding-bottom: 25px;
	margin-bottom: -75px;
}
.1_partners_wrap{
	margin-top: 85px;
}
.partners_wrap{
	margin-top: 85px;
}
.1_partner_item{
    margin-top: 50px;
}
.1_partner_item img{
	padding-right: 50px;
	vertical-align: top;
}
.1_partner_item img.contabil{
	margin-top: -15px;
}
.1_partner_item img.ecconomist{
	margin-top: -70px;
	padding-right: 0;
}

img.maib {
    width: 50%;
    margin-left: 25%;
}

.partners_wrap{
	margin-top: 85px;
}

.partner_item{

}
.partner_title1{
	display: block;
	margin-bottom: 35px;
	position: relative;
text-align: center;
}
.partner_title{
	display: block;
	margin-bottom: 35px;
	position: relative;
}
.partner_title::before{
	content: "";
	position: absolute;
	top: 0;
	left: -30px;
	width: 1px;
	height: 24px;
	background-color: #807f7f;
}
.col-md-3:first-child .partner_title::before{
	display: none;
}
.partner_item img{
	padding-right: 30px;
    padding-bottom: 40px;
	vertical-align: top;
}
.partner_item img.sirius{
	width: 280px;
}
.partner_item img.sirius1{
display: block;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
}

.partner_item img.maib{
display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}
.subtitle_conf {
    font-family: MuseoSansBlack;
    font-weight: bold;
    font-size: 29px;
    line-height: 135.5%;
    letter-spacing: 0.095em;
    text-transform: uppercase;
    color: rgba(37, 39, 39, 0.5);
    margin: auto;
    margin-bottom: 26px;
    margin-left: 0px;
}
.partner_item img.ecconomist{
	margin-top: -70px;
	padding-right: 0;
}
/*END PARTNERS*/

/*BEGIN LAST*/
.s_last{
	background-image: url(../img/bg/bg_last.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	padding: 80px 0 70px;
	color: #fff;
}
.s_last h2{
	color: #fff;
	font-size: 32px;
	text-align: left;
	margin: 15px 0 55px;
}
.s_last p{
	font-size: 22px;
	color: #fff;
	line-height: 1.4em;
	margin: 15px 0;
}
.s_last p span{
	font-family: "MuseoSansBold";
	text-decoration: underline;
}
.s_last .info{
	margin-top: 85px;
	font-family: "MuseoSansBold";
}
.s_last .info li{
	position: relative;
	padding: 10px 0 0 75px;
	display: inline-block;
	width: 260px;
	line-height: 1.2em;
	text-align: left;
}
.s_last .info li:last-child{
	width: auto;
}
.s_last .info li::before{
	content: "";
	background-image: url(../img/bg/bg_icons_last.png);
	position: absolute;
	top: 3px;
	left: 0;
	width: 60px;
	height: 54px;
}
.s_last .info li:nth-child(1)::before{
	background-position: 0 0;
}
.s_last .info li:nth-child(2)::before{
	background-position: -60px 0;
}
.s_last .info li:nth-child(3)::before{
	background-position: -120px 0;
}
.s_last .info span{
	font-family: "MuseoSansRegular";
	font-size: 16px;
	display: block;
	color: #fff;
}
form{
	max-width: 370px;
	width: 100%;
	border-radius: 10px;
	background-color: #fff;
	overflow: hidden;
	padding: 0 0 30px;
	text-align: center;
	box-shadow: 0 29px 40px rgba(0, 0, 0, 0.42);
}
form h3{
	text-align: center;
	color: #6c6b6b;
	font-size: 26px;
	background-color: #f2f2f2;
	padding: 43px 0 15px;
	margin-bottom: 24px;
}
form h3 span{
	display: block;
	font-size: 16px;
	line-height: 45px;
	font-family: "MuseoSansRegular";
}
form .btn{
	font-size: 18px;
	width: 100% !important;
	max-width: 320px;
	padding: 0;
	padding: 12px 0;
	margin-top: 20px;
}
/*END LAST*/

/*BEGIN FOOTER*/
footer{
	background-color: #313131;
	line-height: 104px;
	color: #fff;
	font-size: 14px;
}
footer p{
	margin: 0;
}
footer .logo{
	text-align: right;
}
footer .logo a{
	display: inline-block;
	margin-left: 13px;
}
/*END FOOTER*/

/*BEGIN POPUP*/
.fancybox-skin{
	padding: 0 !important;
}
.fancybox-close{
	display: none;
}
.popup{
	width: 370px;
}
.popup p{
	text-align: center;
	font-size: 20px;
	font-family: "MuseoSansBold";
}
/*END POPUP*/


.flexBox{
	display: flex;
	justify-content: center;
	align-self: center;
	margin: auto;
}
.columnBox{
	flex-direction: column;
}
.header_main .flexBox{
	margin: auto;
	margin-left: 0px;
	justify-content: flex-start;
	align-items: flex-start;
}
.listContainer{
    font-family: MuseoSansRegular;
    font-style: normal;
    font-size: 15px;
    line-height: 18px;
    color: rgba(17, 17, 17, 0.7);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    max-width: 445px;
    box-sizing: border-box;
    padding-left: 25px;
}
.listItem{
	position: relative;
	margin: 10px auto;
}
.listItem:before{
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	background: linear-gradient(180deg, #FF3D00 0%, rgba(255, 61, 0, 0) 100%), #FF7200;
	box-shadow: 0px 4px 4px rgba(255, 98, 0, 0.37);
	border-radius: 50%;
	left: -25px;
}
.greenLabel{
    font-family: MuseoSansRegular;
    font-style: normal;
    font-weight: 600;
    font-size: 9.6px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: linear-gradient(180deg, #7D9638 0%, rgba(125, 150, 56, 0) 100%), #9BB739;
    border-radius: 22.8px;
    padding: 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn {
    display: inline-block;
    background-color: #ff7200;
    border-radius: 5px;
    color: #fff;
    font-family: "MuseoSansBold";
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 30px;
    border: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    letter-spacing: 0.05px;
    text-align: center;
    width: auto !important;
    transition: box-shadow .5s;
}
.btn:Hover{
		box-shadow: 0 10px 30px #ff72003d;
}
.box{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
        margin: auto;
}
.titleBox{
    font-family: MuseoSansBold;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    margin-top: 5px;
    color: #252727;
}
.subTitleBox{
	font-family:MuseoSansRegular;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	color: #565B53;	
}
.box img {
    height: 70px;
    width: auto;
}
.otherBoxItem{
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 210px;
	padding: 0px;
}
.competition_item .boxDesc{
    margin: auto;
    margin-top: 10px;
    font-family: MuseoSansRegular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #252727;
}
img.boxIg{
    margin: auto;
    margin-right: -20px;
    margin-bottom: 10px;
}
.galeryContainer .fancybox{
	display: none;
}
.galeryContainer .fancybox:first-child{
	display: block;
}
.gallery_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: auto;
}
.gallerySectionTitle{
	margin-bottom: 45px;
}
.galeryContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 7px;
    max-width: 273px;
    overflow: hidden;
}
.editionYear{
    font-family: MuseoSansBold;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 110%;
    text-align: center;
    color: #252727;
    margin: auto;
    margin-top: 10px;
}
.advantages_container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.s_advantages {
    padding: 100px 0;
}

.advantageImg{
    margin-bottom: 10px;
}

.package {
    width: 333px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin: auto;
    margin-top: 0;
    height: 580px;
}







.packageTitle{
    font-family: MuseoSansBlack;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 110%;
    text-align: center;
    color: #252727;
    margin: 20px auto;
}

.packagePrice{
    font-family: MuseoSansBlack;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 110%;
    color: #9BB738;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.packagePrice:before{
	content: "€";
	font-family: MuseoSansRegular;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 110%;
	color: #BCBCBC;
	margin: auto;
	margin-top: 0px;
	margin-right: 3px;
}
.packagePrice:after{
	content: "*";
	font-family: MuseoSansRegular;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 110%;
	color: #9BB738;	
	margin: auto;
	margin-top: 0px;
	margin-left: 3px;
}
.packageOptions{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
}
.packageOptions .option {
    font-family: MuseoSansRegular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    color: #252727;
    position: relative;
    background-image: url(../img/2020/check.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    background-position: 3px 0px;
    margin: 7px 0;
}
.packageCondition {
    font-family: MuseoSansBold;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
    color: #252727;
    padding-left: 25px;
    margin-top: 7px;
    text-align: left;
    margin-left: 0;
    width: 100%;
}
.delimeter {
    background: #DDDDDD;
    width: 1px;
    margin: auto;
    height: 445px;
    margin-bottom: 0;
}
.packageBuy{
	margin: auto;
	margin-bottom: 0px;
}
.packageBuy{
	background: #FFFFFF;
	border: 2px solid #FF7200;
	box-sizing: border-box;
	border-radius: 5px;
	font-family: MuseoSansBold;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #FF7200;
	padding: 15px 35px;
	margin: auto;
	margin-bottom: 0px;
	transition: background .5s, color .5s;

}
.packageBuy:Hover{
	background: #FF7200;
	color: white;
}
