@font-face {
    font-family: 'a1qa';
    src: url('../fonts/a1qa_regular.woff'),
        url('../fonts/a1qa_regular.otf');
    font-weight: normal;
}
    
@font-face {
    font-family: 'a1qa';
    src: url('../fonts/a1qa_bold.woff'),
        url('../fonts/a1qa_bold.otf');
    font-weight: bold;
}

html {
    font-variant-ligatures: none;
}

.unmerge {font-size:1px;}

body {
        padding:0;
        margin:0;
        font-family: 'a1qa';
        font-size: 18px;
}

.wrapper {
    max-width:1200px;
    min-width:300px;
    box-sizing:border-box;
    padding:0 20px;
    margin:0 auto;
}

.wrapper.subwrapper {
    max-width:960px;
}

h2 {
    text-align:center;
    font-weight:normal;
    font-size:44px;
    margin:0;
    padding-bottom:50px;
}

a {
    color: #1e85e9;
}

a:active {
    color: #155da4;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* Header */

header {
    padding:100px 0 150px 0;
    background:url(../img/header_bg.jpg) no-repeat top right #000000;
    color:#ffffff;
}

a.header_logo {
    display: block;
    width:260px;
    height:170px;
    background: url(../img/header_logo.svg) no-repeat top left;   
}

header h1 {
    margin:0;
    font-size:80px;
    font-weight:normal;
    padding-top:100px;
    padding-left:140px;
}

.header_subtitle {
    font-size:40px;
    padding-bottom:130px;
    padding-left:140px;
}

.header_description {
    max-width:800px;
    font-size:22px;
    line-height:1.5;
    padding-left:140px;
}

.header_description .accent {
    color: rgb(253, 182, 28);
}

.accent {
    
    color: rgb(228, 42, 132);
}

/* Benefits */

#benefits {
    padding:100px 0 50px 0;
    background: url(../img/benefits_bg.png) no-repeat center;
}

.benefits_list {
    list-style:none;
    margin:0;
    padding-bottom: 50px;
    display:flex;
    flex-wrap:wrap;
}

.benefits_list_item {
    width:44%;
    max-width:420px;
    box-sizing: border-box;
    padding:30px 30px 40px 30px;
    margin:20px;
    background:#ffffff;
    border-radius:10px;
    box-shadow: 0px 10px 20px rgba(70, 67, 80, 0.2);
}

.benefits_list_icon {
    width:64px;
    height:64px;
}

.expertise_benefit .benefits_list_icon {
    background: url(../img/expertise_icon.svg) no-repeat center;
}

.tailor_benefit .benefits_list_icon {
    background: url(../img/tailor-made_icon.svg) no-repeat center;
}

.time_benefit .benefits_list_icon {
    background: url(../img/time-saving_icon.svg) no-repeat center;
}

.interactive_benefit .benefits_list_icon {
    background: url(../img/interactive_icon.svg) no-repeat center;
}

.benefits_list_title {
    font-size:24px;
    font-weight:bold;
    padding:10px 0;
}

.benefits_list_title:after {
    content:"";
    display:block;
    width:80px;
    height:2px;
    background: linear-gradient(-45deg,#1e85e9 0,#8671f3 20%,rgba(192,108,253,.99) 71%,#ffbee8 100%);
    margin: 10px 0;
}

.benefits_list_text {
    color:#777;
    line-height:1.5;
}

/* Gallery */
#gallery {
    padding-bottom:80px;
}

.gallery_comment {
    text-align:center;
    font-size:16px;
    color:#555;
    padding-bottom:50px;
}

.gallery-img {
    width:100%;
    border-radius:10px;
    overflow: hidden;
}

.gallery-img img {
    width:100%;
}

.owl-dots {
    display: flex;
    justify-content: center;
    list-style: none;
}

.owl-dots button.owl-dot {
    font-size:0;
    width:10px;
    height:10px;
    border-radius:6px;
    background:#aaa;
    margin:10px;
    display:block;
}

.owl-dots li button {
    display:none;
}

.owl-dots button.owl-dot.active {
    background: #8372f3;
}

.owl-nav {
    display:flex;
    justify-content:space-between;
    position:relative;
    top:40px;
}

.owl-carousel div.owl-nav button span {
    display:none;
} 

.owl-carousel div.owl-nav button.owl-prev {
    width:60px;
    height:60px;
    position:relative;
    z-index:10;
    background: url(../img/prev_btn.png) no-repeat center;
    background-size:cover ;
}

.owl-carousel div.owl-nav button.owl-prev,
.owl-carousel div.owl-nav button.owl-prev:active, 
.owl-carousel div.owl-nav button.owl-prev:focus
.owl-carousel div.owl-nav button.owl-next,
.owl-carousel div.owl-nav button.owl-next:active,
.owl-carousel div.owl-nav button.owl-next:focus{
outline: none;}

.owl-carousel div.owl-nav button.owl-next {
    width:60px;
    height:60px;
    position:relative;
    z-index:10;
    background: url(../img/next_btn.png) no-repeat center;
    background-size:cover ;

}

/* Programm */

#programm {
    padding:80px 0 50px 0;
    background:url(../img/programm_bg.jpg) no-repeat center;
}

.programm_list {
    padding-left:200px;
    font-size:22px;
}

.programm_list li {
    padding-bottom:28px;
    line-height: 1.5;
}

/* Session */

#session {
    padding:100px 0;
}

.session_list {
    list-style:none;
    padding-top:40px;
}

.session_list li {
    display:flex;
    align-items: center;
    padding-bottom:50px;
}

.session_list_item_number {
    width:120px;
    min-width:120px;
    height: 120px;
    line-height: 125px;
    text-align: center;
    color:#ffffff;
    background:#EE509C;
    font-size:72px;
    border-radius:100%;
    margin-right:50px;
}

.session_list_item_number.num-1 {
    background:rgb(255, 191, 233);
    box-shadow: 0 10px 20px rgba(255, 191, 233, 0.5);
}

.session_list_item_number.num-2 {
    background:rgb(221, 108, 253);
    box-shadow: 0 10px 20px rgba(221, 108, 253, 0.5);
}

.session_list_item_number.num-3 {
    background:rgb(180, 111, 248);
    box-shadow: 0 10px 20px rgba(180, 111, 248, 0.5);
}

.session_list_item_number.num-4 {
    background:rgb(131, 114, 243);
    box-shadow: 0 10px 20px rgba(131, 114, 243, 0.5);
}

.session_list_item_number.num-5 {
    background:rgb(30, 133, 233);
    box-shadow: 0 10px 20px rgba(30, 133, 233, 0.5);
}

.session_list_item_title {
    font-size:32px;
    font-weight:bold;
    padding-bottom:20px;
}

.session_list_item_text {
    color:#555;
    font-size:22px;
}

/* facts */

.facts_list {
    list-style:none;
    display:flex;
    margin:0;
    padding:0;
    justify-content: space-around;
}

.facts_list li {
    width:300px;
    min-width:300px;
    height:300px;
    box-sizing: border-box;
    border-radius:100%;
    background: linear-gradient(-45deg,#1e85e9 0,#8671f3 20%,rgba(192,108,253,.99) 71%,#ffbee8 100%);
    padding:21px 12px 1px 12px;
}

.facts_list li .item-wrapper {
    width:278px;
    height:278px;
    box-sizing: border-box;
    border-radius:100%;
    background:#ffffff;
    text-align:center;
    padding-top:50px;
    box-shadow: inset 0 10px 10px rgba(0,0,0,0.1);
}

.facts_list_item_number {
    font-size:80px;
}

.facts_list_item_text {
    max-width:160px;
    margin:0 auto;
}

/* About */

.about_text {
    text-align:center;
    font-size:22px;
    max-width:800px;
    list-style:1.2;
    padding:80px 0 100px 0;
    margin:0 auto;
}

.about_list {
    display:flex;
    list-style: none;
    margin:0;
    padding:0;
    flex-wrap:wrap; 
    justify-content: space-around;
}

.about_list li {
    width:18%;
    text-align:center;
    margin:0;
    padding:0 10px;
    min-width:200px;
    margin-bottom:30px;
}

.about_list_item_number {
    font-size:70px;
    margin-bottom:20px;
}

.about_list_item_text {
    color:#999999;
    max-width:160px;
    margin:0 auto;
}

/* CTA */
#cta {
    padding:80px 0;
}

.cta_block {
    width:100%;
    padding:60px 260px 60px 60px;
    border-radius:15px;
    box-sizing: border-box;
    background:#000000;
    background:url(../img/cta_bg.jpg) no-repeat #000000;
    background-position: right;
    color:#ffffff;
    box-shadow: 0 20px 30px rgba(20, 5, 228, 0.1);
    font-size:20px;
    line-height:1.5;
}

/* contactform */


.contactform_container {
    width:100%;
    box-sizing: border-box;
    border-radius: 15px;
    padding:80px 80px 40px 80px;
    background:#F5F5F5;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.contactform_container h2 {
    padding-bottom:20px;
}

.form {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}
.form_element {position: relative;}
.form_element {
    padding-top:30px;
    width:46%;
    min-width:46%;
    height:100%;
}
.form_element_wide {
    width: 96%;
}
.form_element_last {
    margin-top: 20px;
    width: 100%;
}

.form_element .field { 
    width: 100%;
    height: 48px;
    position: relative;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 18px;
    font-family: 'OpenSans', 'Helvetica', sans-serif;
    color: #333;
    background-color: rgb(250 250 250);
    border: 1px solid #e0e0e0;
}
.field_label {
    display: inline-block;
    position: absolute;
    z-index: 2;
    left: 1rem;
    top: 44px;
    font-size: 18px;
    color: #8E8E8E;
}

                                /*fields magic*/
.form_element.focus .field, .form_element:hover .field {
    border: 1px solid #b26ff8;
}
.form_element .field:focus {
    outline: none;
    border: 1px solid #b26ff8;
}
.field.focus+.field_label, .field:focus+.field_label {
    top: 20px;
    color: #000;
    background-color: rgb(250 250 250);
    font-size: 14px;
    padding: 0.1rem 0.2rem;
    border-radius: 4px;
}
.form_element_last, .contact .section-title {
    margin-left: 1rem;
}
.approve_checkbox {
    display: flex;
    display: -webkit-flex;
}
.approve_checkbox_text {
    margin-top: 16px;
    font-size: 18px;
}
.checkbox {
    margin-right: 10px;
    transform: scale(1.2);
}
.confirm {
    display:block;
    width: 18px;
    height: 18px;
    min-width:18px;
    padding:0;
    box-sizing: border-box;
    background:#fff;
    margin-right:10px;
    margin-top: 16px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid #e0e0e0;
}
.confirm.selected {
    background:url(../img/ico-checked.svg) no-repeat center center;
    background-color: white;
}
.legal-text {color: #222; padding: 0.7rem 0 0.3rem;}
.requirement_desc {
    padding-top:24px;
    padding-left: 28px; 
    font-size: 18px;
}

.gradient_wrapper {
    margin-top:30px;
    padding:2px;
    box-sizing: border-box;
    width:160px;
    height:50px;
    background: linear-gradient(-45deg,#1e85e9 0,#8671f3 20%,rgba(192,108,253,.99) 71%,#ffbee8 100%);
    border-radius:25px;
}

button.submit_btn {
    
    min-width:156px;
    border-radius:25px;
    height:46px;
    width:156px;
    border:none;
    background:#f5f5f5;
    font-size:20px;
    transition:0.5s;
}

button.submit_btn.hover {
    cursor:pointer;
    color:#fff;
    background-color: rgba(255, 255, 255, 0);
}

button.submit_btn, 
button.submit_btn:active, 
button.submit_btn:focus {
    outline: none;
}

.form-message {
    text-align: center;
    padding: 1rem 1rem 0;
    font-size: 1rem;
    font-weight: bold;
    color: #b06cf9;
    width: 100%;
    height: 2.5rem;

    display: flex;
    justify-content: center;
    align-items: center;

    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}
.error-msg {color: red;}
input.empty-field, #confirmation.empty-field{
    border-color: rgb(228, 42, 132)!important;
}

/* Footer */

footer {
    padding:50px 0;
}

footer .wrapper {
    display:flex;
    justify-content: flex-start;
    align-items: center;
}

.footer_logo {
    width:40px;
    height:50px;
    background: url(../img/footer_logo.svg) no-repeat left;
    margin-right:30px;
}

@media only screen and (max-width:800px){
    a.header_logo {
        position:absolute; 
        right:40px; 
        top:40px; 
        width:200px;
        height:120px;
    }
    #programm {background:#EAEEF3;}
    .programm_list {padding-left:0px; padding:0 20px; box-sizing: border-box;}
    header h1 {margin-top:320px; font-size:70px; line-height:1;}
    header h1, .header_subtitle, .header_description {padding-left:0; max-width:640;}
    .header_subtitle {font-size:32px; padding-bottom:60px; max-width:640;}
    .header_description {font-size:24px; max-width:640;}
}

@media only screen and (max-width:740px){
    
    
    .benefits_list {justify-content: space-around;}
    .benefits_list_item {width:100%;} 
    #programm {background:#EAEEF3;}
    .programm_list {padding-left:0px; padding:0 20px; box-sizing: border-box;}
    .facts_list {align-items:center; flex-wrap:wrap; flex-direction: column;}
    .facts_list li {margin-bottom:40px;}
    .about_list {flex-wrap:wrap; justify-content: space-around;}
    .contactform_container {padding:80px 20px;}
}

@media only screen and (max-width:640px){
    header {background:url(../img/header_bg_m.jpg) no-repeat top right #000000;}
    a.header_logo {
        top:20px;
        right:20px;
        width: 160px;
        height:100px;
    }
    header h1 {margin-top:180px; font-size:60px; line-height:1;}
    .header_description {font-size:20px;}
    .session_list {padding:0;}
    .session_list_item_number {width:80px; min-width:80px; height:80px; font-size:40px; line-height:80px; margin-right:40px;}
    .session_list_item_title {font-size:30px;}
    .session_list_item_text {font-size:18px;}
    .facts_list li { width:260px; min-width:260px; height:260px; padding:15px 8px 1px 8px;}
    .facts_list li .item-wrapper {width:244px; height:244px;}
    .cta_block {background-position:center right;  padding:200px 40px 40px 40px;}
    .form_element {width:100%;}
    .form_element_last, .contact .section-title {margin-left: 0;}
    .form-message {height: 3.6rem;}
}

@media only screen and (max-width:480px){
    header h1 {margin-top:180px; font-size:46px; line-height:1;}
    .header_subtitle {font-size:24px;}
}