@import url(/upload/landing/internal/css/header/style.css);
.vk {
	font-family: Gotham, Arial, sans-serif;
    background: #F5F5F5;
	color: #000000;
	font-size: 18px;
	line-height: 1.4;
    margin: 0;
    padding: 0;
}

.paragraph {
    margin: 0;
    padding: 0;
} 

.container {
    max-width: 1160px;
    padding-left: 20px;
    padding-right: 20px
}

.hero {
    background: #281850;
    padding: 0;
} 

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

.hero__title {
    max-width: 510px;
    width: 100%;
    margin: 0 0 8px 0;
} 

.hero__text {
    max-width: 450px;
    width: 100%;
}

.hero__text_space {
    padding-top: 20px;
}

.hero__logo {
    width: 340px;
    height: 66px;
    display: block;
}

.hero__img-wrapper {
    width: 40%;
}

.hero__img {
    width: 420px;
    height: 380px;
}

.registration {
    margin-bottom: 60px;
}

.registration .row {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px 40px 40px;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
}

.registration__item {
    margin-bottom: 40px;
}

.registration__title {
    margin-bottom: 40px;
}

.list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.list_type_number {
    counter-reset: item;
}

.list_type_number li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.list_type_number li::before {
    content: counter(item);
    counter-increment: item;
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    background: #962F92;
    min-width: 32px;
    min-height: 32px;
    max-width: 32px;
    max-height: 32px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}

.registration__text {
    font-size: 18px;
    line-height: 140%;
}

.events__items {
    gap: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.events__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: calc((100% - 64px)/3);
    flex-basis: calc((100% - 64px)/3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 53px 20px 20px;
    min-height: 335px;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 6px 30px 6px 6px;
    position: relative;
}

.events__item_link {
    text-decoration: none;
}

.events__item-procent {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
}

.events__item-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 12px;
}

.events__item-cache-wrapper {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .events__item-cache-text {
    color: #FFF;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;    
    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;
}
    
.vk p.events__item-cache-text:first-child{
    margin-bottom: 2px;
}

.events__item-cache-img {
    margin-right: 4px;
    width: 12px;
    height: 12px;
}

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

.events__item-text {
    color: #0D0D0D;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
}

.events__item-description .events__item-text,
.registration__text,
.benefits__text {
	font-family: Gotham Book,Arial,sans-serif;
    font-weight: 400;
}

.events__item-text_bold {
    font-weight: 500;
}

.events__item-text_green {
    color: #008452;
}

.events__item-cache {
    width: 137px;
    height: 37px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    background: #962F92;
    border-radius: 0px 20px;
    padding: 4px 20px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 8px;
}

.events__item-footer {
    margin-top: auto;
}

.events__item-btn {
    width: 147px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #281850;
    border: 1px solid #281850;  
    background-color: #ffffff; 
    padding: 14px 32px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 17px;
    margin-top: auto;
}

.events__item_link:hover .events__item-btn {
    background-color: #281850;
    color: #ffffff;
}

.events__item-logo {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 133px;
    height: 112px;
}

.events__item-logo img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-bottom-right-radius: 6px;
}

.benefits {
    margin: 60px auto 0;
    padding-bottom: 40px;
}

.benefits__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}

.benefits__item {
    width: 50%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40px 20px 1fr;
    grid-template-columns: 40px 1fr;
    -ms-grid-rows: -webkit-min-content 16px -webkit-min-content;
    -ms-grid-rows: min-content 16px min-content;
    grid-template-rows: repeat(2, -webkit-min-content);
    grid-template-rows: repeat(2, min-content);
    gap: 16px 20px;               
    -webkit-box-align: center;               
    -ms-flex-align: center;               
    align-items: center;
}

.benefits__title {
    color: #424142;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;    
    -ms-grid-row: 1;    
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    margin: 0;
}
    
.benefits__text {
    color: #221E20;
    font-size: 18px;
    font-weight: 350;
    line-height: 140%;
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row: 2;
    grid-row: 2;
}

.registration__text_link, 
.benefits__text_link {
    color: #4689E8;
    text-decoration: none;
}

.benefits__icon {
    width: 40px;
    height: 40px;     
    -ms-grid-row: 1;     
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
}

.benefits__icon-type-calendar {
    background-image: url("../../images/calendar.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.benefits__icon-type-coin {
    background-image: url("../../images/coin.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.registration__frame {
    width: 100%;
}

.landing-rules {
    padding-bottom: 60px;
}

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

.landing-rules__text_link{
    color: #4689E8;
    font-size: 18px;
    font-weight: 300;
    line-height: 140%;
    text-decoration: none;
}

@media screen and (max-width: 1024px) {  
    .vk {
        font-size: 16px;
    }

    .hero {
        padding: 0;
        margin-bottom: 0;
    }    
    .hero__info {
        width: 45%;
    } 

    .hero__title {
        font-size: 36px;
    }

    .hero__img-wrapper {
        width: 55%;
    }

    .hero__img {
        width: 376px;
        height: 340px;
    } 

    .registration {
        background: #ffffff;
        border-bottom: 1px solid #F0F0F0;
        -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .registration .row {        
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 40px 20px 40px 0;
    }

    .registration .row .col-md-24:first-child {
        padding: 0 20px;
    }

    .registration .row .col-md-24:nth-child(2) {
        padding: 0;
    }

    .registration__item {
        margin-bottom: 20px;
    }

    .registration__title {
        margin-bottom: 20px;
        font-size: 24px;
    }

    .registration__text {
        font-size: 16px;
        line-height: 130%;
    }     
    
    .events__items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }  

    .events__item {
        width: 100%;
        max-width: 600px;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        min-height: auto;
    }

    .events__item-footer {
        margin-top: 65px;
        position: relative;
    }

    .events__item-logo {
        bottom: -20px;
        right: -20px;
    }

    .benefits__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 20px;
    }    

    .benefits__item {
        width: 100%;
    }

    .benefits__title {
        font-size: 18px;
    }

    .benefits__text {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {    
    .vk {
        font-size: 14px;
    }
    
    .hero {
        padding:0;
        height: 500px;
        overflow: hidden;
    }  

    .hero .row {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 20px;
    }
    
    .hero__info {
        width: 100%;
        padding: 20px 20px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .hero__img-wrapper {
        width: 100%;
        margin-top: 0;
        background: #281850;
    } 

    .hero__logo {
        display: none;
    }

    .hero__title {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .vk .hero__text {
        text-align: center;
        margin: 0 auto;
        font-size: 16px;
    }

    .registration .container {
        padding: 0;
    }

    .registration .row{
        padding: 40px 0;
        gap: 0;
    }

    .registration__title {
        font-size: 18px;
    } 

    .registration__text {
        font-size: 14px;
    }    

    .events__item-footer {
        margin-top: 50px;
    }

    .events__item-btn{
        padding: 14px 24px;
        border-radius: 6px;
        font-size: 14px;
        line-height: 17px;
        text-decoration: none;
    }
    
    .benefits__items {
        padding: 0;;
    }

    .benefits__item {
        -ms-grid-columns: 30px 1fr;
        grid-template-columns: 30px 1fr;
    }

    .benefits__title {
        font-size: 16px;
    }
    
    .benefits__text {
        font-size: 14px;
    }

    .benefits__icon {
        width: 30px;
        height: 30px;
    } 
}

@media screen and (max-width: 340px) {
    .events__item-logo {
        display: none;
    } 
}