@font-face {
    font-family: 'NeoSansPro';
    src: url('../fonts/regular.eot') format('embedded-opentype'), url('../fonts/regular.woff') format('woff'), url('../fonts/regular.ttf') format('truetype');
    font-weight: 400
}

@font-face {
    font-family: 'NeoSansPro';
    src: url('../fonts/medium.eot') format('embedded-opentype'), url('../fonts/medium.woff') format('woff'), url('../fonts/medium.ttf') format('truetype');
    font-weight: 600
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'NeoSansPro';
    font-size: 16px;
    line-height: 1.6;
}

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

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col {
    padding: 0 15px;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #cc2132
}

.btn {
    padding: 15px 10px;
    background: #cc2132;
    color: #fff;
    display: inline-block;
    margin-top: 14px;
    text-align: center;
    font-size: 16px;
    border: 0;
    border-radius: 4px;
    font-weight: 400;
}

.block {
    padding: 80px 0;
}


/* MAIN */

#main-content {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.main-content-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(12, 12, 12, .8);
    background: -webkit-linear-gradient(to right, rgba(12, 12, 12, .8), rgba(61, 61, 61, .8));
    background: linear-gradient(to right, rgba(12, 12, 12, .8), rgba(61, 61, 61, .8));
    z-index: 0;
}


/* infoblock */

#infoblock {
    position: relative;
    width: 60%;
    color: #FFFFFF;
    z-index: 1;
}

.iqb-logo,
.partner-logo {
    position: relative;
    display: block;
    max-width: 142px;
    margin-bottom: 20px;
    z-index: 1;
}

.partner-logo {
    margin-top: 7px;
    margin-left: 40px;
}

@media(max-width:560px) {
    .logo-group {
        justify-content: space-between;
    }
    .partner-logo,
    .iqb-logo {
        width: 25%;
    }
    .partner-logo {
        margin-top: 3px;
        margin-left: 10px;
    }
}

.infoblock-date__block {
    display: inline-block;
    padding: 10px;
    font-size: 18px;
    border: 2px solid #cc2132;
    margin-bottom: 40px;
}

.infoblock-date__block p {
    margin: 0;
}

h1 {
    font-weight: 300;
    margin-top: -20px;
    font-size: 30px;
    margin-bottom: 40px;
    color: #FFFFFF;
}

h3 {
    margin-bottom: 15px;
}

p {
    margin-bottom: 15px;
}

ul {
    margin-left: 20px;
}

ul li {
    margin-bottom: 10px;
}

.some-desc,
.for-who,
.vebinar-program,
.vebinar-speacker {
    margin-bottom: 40px;
}

.vebinar-speacker {
    display: flex;
    align-items: center;
}

.vebinar-sharing {
    margin-top: 100px;
}

.vebinar-speacker .vebinar-speacker__about {
    width: calc(100% - 140px);
}

.vebinar-speacker__img {
    min-width: 140px;
    max-width: 140px;
    margin-left: 30px;
}

.vebinar-sharing {
    display: flex;
    justify-content: space-between;
}

.vebinar-sharing span {
    width: 50%;
}

#st-1.st-has-labels .st-btn {
    min-width: auto;
    border-radius: 50%;
    margin-bottom: 10px;
    min-width: 50px !important;
    max-width: 50px;
}

#st-1 .st-btn[data-network='odnoklassniki'] {
    display: none !important;
}

#st-1 .st-btn[data-network='email'] {
    display: inline-block !important;
}


/* registration */

#registration {
    position: relative;
    align-self: flex-start;
    z-index: 1;
    width: 40%;
}

.registration-content {
    background: #FFF;
    padding: 40px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

#registration h2 {
    margin-bottom: 30px;
}

.registration_header {
    display: inline-block;
    padding: 10px;
    border: 1px solid #cc2132;
    font-size: 18px;
    text-align: center;
}

.registration_header p {
    margin-bottom: 0;
}

.registration_form {
    margin-top: 30px;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
textarea,
.form select {
    width: 100%;
    text-align: left;
    display: block;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #c4d5e9;
    font-size: 14px;
    border-radius: 4px;
    height: 50px;
    background: #fff;
    color: #64696e;
    font-weight: 500;
}

label {
    color: #64696e;
}

input[type="submit"] {
    display: block;
    width: 100%;
}

textarea {
    height: 140px;
    resize: vertical;
}

.end-registration {
    background: #FFF;
    padding: 30px 30px 15px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}


/* vebinar-participants */

h2 {
    text-align: center;
    font-weight: 400;
    margin-bottom: 60px;
}

#vebinar-participants .col {
    width: 33%;
}

.vebinar-participants__item {
    display: flex;
    align-items: center;
}

#vebinar-participants img {
    width: 70px;
    margin-right: 30px;
}


/******** FOOTER ************/

#footer {
    padding: 20px 0;
    background: #272525;
    color: #fff;
    text-align: center;
}


/* АДАПТИВНОСТЬ */

@media (max-width: 991px) {
    .block {
        padding: 50px 0;
    }
    #infoblock {
        width: 100%;
        margin-bottom: 40px;
    }
    #registration {
        width: 100%;
    }
    .registration_header {
        display: block;
    }
    .vebinar-speacker__img {
        width: 50%;
    }
    .vebinar-speacker__img {
        margin-left: 15px;
    }
    .vebinar-sharing {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .vebinar-sharing span {
        width: 100%;
        margin-bottom: 20px;
    }
    #vebinar-participants .row {
        justify-content: center;
    }
    #vebinar-participants h2 {
        margin-bottom: 40px;
    }
    #vebinar-participants .col {
        width: 50%;
        margin-bottom: 30px;
    }
    #vebinar-participants .col:last-child {
        width: 100%;
        margin-bottom: 0;
    }
}

@media (max-width: 576px) {
    h1 {
        font-size: 28px;
    }
    .block {
        padding: 40px 0;
    }
    .registration-content {
        padding: 30px 15px 35px;
    }
    #vebinar-participants .col {
        width: 100%;
    }
    #vebinar-participants img {
        width: 50px;
        margin-right: 20px;
    }
}

.party_suggestion {
    margin-bottom: 0px !important;
}

.logo-group {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}


/* Стиль для примечания поля - компания */

.company_input_info {
    font-size: 73%;
    color: #c0c0c4;
    margin-bottom: 20px !important;
}

.company_group {
    padding-bottom: 10px;
}

.form-control.is-invalid {
  border-color: #cc2132 !important;
}
