@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.par_12, .separator_breadcrumbs, .link_breadcrumbs {
	color: #fff;
}
.container_bread {
	margin-top: 30px;
	margin-bottom:30px;
}
.container {
  width: 100%;
  max-width: 1760px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width:1760px){
.container {
	padding-right: 4.2%;
    padding-left: 4.2%;
	}
}
.eventAllur p {
    margin-bottom: 0;
}
.eventAllur ol,
.eventAllur ul,
.eventAllur li {
    list-style: none;
}
.eventAllur h1,
.eventAllur h2,
.eventAllur h3,
.eventAllur h4,
.eventAllur h5 {
    margin-bottom: 0;
    margin-top: 0;
}
.eventAllur button {
    border: none;
    background: unset;
}

.eventAllur input:focus {
    outline: none;
}
*{
    font-family: "Roboto", sans-serif;
}
*,
::after,
::before {
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
}

.eventAllur__banner {
    position: relative;
}
.eventAllur__banner img{
    height: 100%;
    width: 100%;
    max-height: 100vh;
    object-fit: cover;
}
.eventAllur__about{
    display: flex;
    flex-direction: column;
    gap: 2%;
    align-content: center;
    align-items: center;
    margin: 80px 0 30px 0;
    justify-content: center;
}
.eventAllur__about p{
    flex: 1;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 30px;
    width: 50%;
}
@media (max-width: 768px){
    .eventAllur__about p{
		max-width: 100%;
		width: 100%!important;
	}
}

.eventAllur__banner-absolute {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 0;
    right: 0;
}

.eventAllur__banner-absolute h2 {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 50px;
    line-height: 55px;
}
.eventAllur__banner-absolute p {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
}
@media (max-width: 768px){
    .eventAllur__banner-absolute {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .eventAllur__banner-absolute h2 {
        font-size: 35px;
        text-align: center;
    }
    .eventAllur__banner-absolute p {
        font-size: 18px;
        text-align: center;
    }
}
@media (max-width: 1024px) {
    .eventAllur__about{
    flex-direction: column;
    }
}
@media (max-width: 640px) {
    .eventAllur__about{
        align-items: flex-start;
    }
    .eventAllur__banner img{
     min-height: 500px;   
    }
    .eventAllur__about h1{
        font-size: 35px;
        line-height: 32px;
        padding-bottom: 20px;
    }
}

.eventAllur__numbers{
    background: #05141F;
    padding: 80px 0;
    margin-top: 67px;
}

.eventAllur__numbers-item-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

.eventAllur__numbers-item-list-n {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 5%;
    padding-bottom: 5%;
    /* max-width: 340px; */
    text-align: center;
    width: 100%;
}
.eventAllur__numbers-item-list-n:last-child {
    padding-right: 0;
}
.eventAllur__numbers-item-list-n:first-child {
    padding-left: 0;
}

@media (max-width: 640px) {

    .eventAllur__numbers{
        padding: 30px 20px;
    }
    .eventAllur__numbers-item-list {
        flex-direction: column;
    }
    .eventAllur__numbers-item-list-n {
        border-right: unset;
    }
    .eventAllur__numbers-item-title h1{
        text-align: center;
        margin-bottom: 20px;
		
        font-size: 35px;
    }
}
.eventAllur__numbers-item-list-n p{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
	margin-top: 20px;
    color: #FFFFFF;
}
.eventAllur__numbers-item-list-n span {
    font-size: 15px;
    font-weight: 400;
    color: #697279;
}
