@font-face {
    font-family: 'Akrobat Regular';
    src: url('../fonts/Akrobat-Regular.eot');
    src: url('../fonts/Akrobat-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Akrobat-Regular.woff') format('woff'),
    url('../fonts/Akrobat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Akrobat Semibold';
    src: url('../fonts/Akrobat-SemiBold.eot');
    src: url('../fonts/Akrobat-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Akrobat-SemiBold.woff') format('woff'),
    url('../fonts/Akrobat-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Akrobat Light';
    src: url('../fonts/Akrobat-Light.eot');
    src: url('../fonts/Akrobat-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Akrobat-Light.woff') format('woff'),
    url('../fonts/Akrobat-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Akrobat Bold';
    src: url('../fonts/Akrobat-Bold.eot');
    src: url('../fonts/Akrobat-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Akrobat-Bold.woff') format('woff'),
    url('../fonts/Akrobat-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
article,aside,figcaption,figure,footer,header,hgroup,nav,section,time,main {display: block;}
*{margin: 0; padding: 0;}
:focus {
    outline: none;
}
a img {border: 0;outline: none;}
a {color: #3399cc;text-decoration: none;outline: none;}
a:visited, a:focus {text-decoration: none;outline: none;}
a:hover {text-decoration: underline;}
a:focus, img:focus {outline: none;}
#app {min-height: 100%;}
.container {max-width: 1170px;}
body {
    background: #fff;
    text-align: center;
    font-size: 14px;
    font-family: 'Akrobat Regular', sans-serif;
    color: #666;
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
}

html,body {
    height: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
    font-size: 14px;
}

table td,
table th {
    vertical-align: top;
}

#wrapper, #app {
    margin: 0 auto;
    padding: 0;
    min-height: 100%;
    text-align: left;
}

.clearfoot {
    height: 200px;
    clear: both;
}
.container_flex {
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 27px;
}
header {
    min-height: 60px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}
header .container_flex {
    min-height: 60px;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}
header .flex-left {
    display: flex;
    align-items: center;
}
header .logo {
    display: flex;
    align-items: center;
    padding-left: 8px;
}
header #nav-panel {
    display: flex;
    align-items: center;
}
header nav {
    display: flex;
    z-index: 9;
}
header nav ul {
    display: flex;
    flex-direction: row!important;
}
header nav ul li {
    list-style: none;
    margin-left: 14px;
    border: 2px solid #fff;
}
header nav ul li a {
    display: flex;
    color: #6B6966;
    font-size: 18px;
    line-height: 22px;
    /*margin-left: 14px;*/
    padding: 1px 6px 4px!important;
}
header nav ul li.current,
header nav ul li a.current,
header nav ul li:hover {
    border: 2px solid #F1833E;
}
header nav ul li a:hover {
    text-decoration: none;
}
#nav-toggle {
    position: absolute;
    display: inline-block;
    width: 35px;
    height: 25px;
    display: none;
    right: 30px;
    top: 15px;
}
#menu-toggle {
    width: 35px;
    height: 25px;
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    margin-top: 10px;
    font-size: 35px;
    color: #F1833E;
}
#menu-toggle:hover {
    text-decoration: none;
}
#nav-toggle span, #nav-toggle span::before, #nav-toggle span::after {
    position: absolute;
    display: block;
    content: '';
    height: 5px;
    width: 35px;
    background: #F1833E;
    border-radius: 1px;
    cursor: pointer;
}
#nav-toggle span {
    position: absolute;
    left: 0;
    top: 10px;
}
#nav-toggle span::before {
    top: -10px;
}
#nav-toggle span::after {
    bottom: -10px;
}
#nav-toggle span, #nav-toggle span::before, #nav-toggle span::after {
    transition: all 500ms ease-in-out;
}
footer {
    /*height: 150px;*/
    position: relative;
    text-align: left;
    color: #fff;
    margin: -150px auto 0;
    min-width: 320px;
    max-width: 100%;
    background: #545163;
    font-size: 24px;
}
footer .container_flex {
    height: 150px;
    flex-wrap: nowrap;
    display: flex;
    padding-left: 0;
}
footer .container_flex > div {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
footer .footer_ooo {
    flex-basis: 30%;
}
footer .footer_phone {
    flex-basis: 20%;
}
footer .footer_mail {
    flex-basis: 35%;
}
footer .footer_mail img {
    max-width: 155px;
    width: 100%;
}
footer .footer_logo {
    flex-basis: 140px;
}
.footer{
    background: #545163;
    min-height: 150px;
    margin-top: -150px;
}
.footer_item{
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 60px;
}

.footer_item a{
    color: #FFFFFF;
}

.footer_item a:hover{
    color: #FFFFFF;
}

.footer_flower_img{
    margin: 10px auto 0;
    display: block;
}

.footer-link{
    display: flex;
    justify-content: center;
    font-size: 1rem;
}

.footer-link a{
    color: #fff;
    text-align: center;
}

.footer-link a:hover{
    color: #fff;
    text-decoration: underline!important;
}
#registration, #contacts {
    margin-top: 45px;
}
.wrap-flex {
    display: flex;
}
.input-flex {
    display: flex;
    flex-basis: 33.1%;
    margin-bottom: 20px;
    position: relative;
}
.input-flex .invalid-registrationsdo {
    top: inherit;
    bottom: -15px;
}
.input-flex.block_bord .invalid-registrationsdo {
    bottom: inherit;
    top: -3px;
}
.input-flex50 {
    flex-basis: 50%;
}
.input-flex100 {
    flex-basis: 100%;
}
.input-flex input {
    width: 95%;
    padding: 6px 10px 7px;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    border: 1px solid #F1833E;
    box-sizing: border-box;
    font-family: 'Akrobat Regular', sans-serif;
    color: #AFAEAE;
}
.input-flex100 input {
    width: 97.5%;
}
.input-flex input::placeholder {
    color: #AFAEAE;
}
.wrap-button {
    margin-top: 50px;
    display: block;
    text-align: center;
}
.wrap-button input, .feedback_flex input[type="submit"] {
    font-family: 'Akrobat Regular', sans-serif;
    font-size: 20px;
    line-height: 24px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    background: #F1833E;
    min-width: 170px;
    height: 40px;
    margin: 0 auto;
    border: 0;
    display: inline-block;
    cursor: pointer;
}
#registrationsdo label {
    font-size: 20px;
    line-height: 24px;
    display: flex;
    margin-right: 20px;
}
.reg_form label {
    display: inline-block!important;
    font-size: 16px!important;
}
#registrationsdo input[type="radio"] {
    margin-right: 7px;
}
.reg_form input[type="radio"] {
    width: 15px;
    min-width: 15px;
    height: 15px;
    margin-right: 0!important;
    margin-top: 15px!important;
}
.feedback_flex input[type="submit"] {
    width: auto;
    flex-basis: auto;
    margin-top: 40px;
}
#registration h2 {
    font-size: 27px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #545163;
    margin-bottom: 40px;
}
.feedback_flex {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}
.feedback_flex label {
    display: flex;
    flex-basis: 40%;
    font-size: 20px;
    line-height: 40px;
    color: #000000;
}
.feedback_flex input,
.feedback_flex textarea {
    display: flex;
    flex-basis: 60%;
    border: 1px solid #F1833E;
    box-sizing: border-box;
    padding: 0 10px;
    font-family: 'Akrobat Regular', sans-serif;
    color: #AFAEAE;
    padding: 6px 10px 7px;
    font-size: 20px;
    line-height: 24px;
}
.feedback_flex textarea {
    height: 190px;
    resize: none;
}
#contacts .container_flex {
    display: flex;
    flex-wrap: nowrap;
}
.block_contacts {
    flex-basis: 30%;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}
.block_contacts p {
    margin-bottom: 29px;
    padding-top: 7px;
}
#contacts h2 {
    margin-bottom: 40px;
    font-size: 27px;
    line-height: 32px;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #545163;
    font-weight: bold;
}
.form_feedback {
    flex-basis: 70%;
}
.form_feedback h2 {
    width: 70%;
    margin-left: 30%;
}
#content .container_flex {
    display: flex;
    flex-wrap: wrap;
}
.form_feedback select {
    display: flex;
    flex-basis: 60%;
    border: 1px solid #F1833E;
    font-size: 20px;
    font-family: 'Akrobat Regular', sans-serif;
    line-height: 24px;
}
aside {
    flex-basis: 31%;
    display: flex;
    padding-top: 6px;
    border-left: 2px solid #C8C7C7;
    margin-bottom: -18px;
}
aside ul {
    list-style: none;
}
aside ul li {
    background: url("../img/arrow.png") no-repeat 0 50%;
    padding-left: 52px;
    margin-left: -4px;
    margin-bottom: 10px;
    margin-right: 20px;
}
aside ul li a {
    max-width: 270px;
    display: block;
    background: #E2E2E2;
    padding: 0 10px;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    font-family: 'Akrobat Semibold', sans-serif;
    border: 2px solid #fff;
    border-left: 0;
}
aside ul li a:hover {
    text-decoration: none;
}
aside ul li b {
    display: block;
    font-weight:normal;
    font-family: 'Akrobat Light', sans-serif;
    margin-top: 10px;
}
aside ul li a.active {
    background: #fff;
    border: 2px solid #a9a8b1;
    border-left: 0;
}
aside ul li.li_test a {
    background: #B67373;
    padding: 3px 8px 6px 10px;
}
aside ul li.li_conference {
    display: inline-block;
    width: 85px;
    vertical-align: top;
    margin-right: 10px;
    background: url(../img/arrow_bot.png) no-repeat 0 30px;
    padding-bottom: 27px;
    margin-bottom: 0;
}
aside ul li.li_conference a {
    background: #9787B0;
    width: 85px;
    padding: 3px 8px 3px 10px;

}
aside ul li.li_certificate {
    display: inline-block;
    margin-left: 15px;
    background: url(../img/arrowbig.png) no-repeat 10px 50%;
    padding-left: 71px;
}
aside ul li.li_certificate a {
    background: #E5B146;
    width: 85px;
    padding: 3px 8px 3px 10px;
}
main {
    flex-basis: 68%;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding-top: 27px;
}
main h2 {
    margin-bottom: 20px;
    font-size: 27px;
    line-height: 32px;
    align-items: center;
    text-transform: uppercase;
    color: #545163;
}
.info_video {
    max-width: 270px;
    margin-left: 30px;
    padding-right: 20px;
}
.info_video h4 {
    font-family: 'Akrobat Semibold', sans-serif;
    font-size: 17px;
    line-height: 22px;
    color: #000;
    margin-bottom: 20px;
    display: inline-block;
}
.info_video h4.active {
    border-bottom: 2px solid #F1833E;
}
.block_head {
    margin-bottom: 30px;
}
.block_head h3 {
    font-family: 'Akrobat Semibold', sans-serif;
    font-size: 14px;
    line-height: 17px;
    display: inline-block;
    align-items: center;
    color: #000;
    padding: 5px 10px;
    font-weight:normal;
}
h3.pink {
    background: #EEE8F3;
    max-width: 150px;
    margin-right: 30px;
}
h3.grey {
    background-color: #E5F0FA;
    max-width: 250px;
}
/*11,06*/
.but_flex {
    align-items: center;
    display: flex;
}
#but_login {
    background: #D8D5E8;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    color: #545163;
    font-size: 18px;
    line-height: 27px;
    font-family: 'Akrobat Bold', sans-serif;
    width: 70px;
    height: 30px;
}
#but_login:hover {
    text-decoration: none;
}
header .container_flex {
    max-width: 96%;
    padding-left: 0;
}
header .logo {
    padding-left: 0;
}
#nav-toggle {
    right: 100px;
    top: 23px;
}
#form_auth {
    box-shadow: 0px 3px 25px rgba(84, 81, 99, 0.1);
    background: #fff;
    width: 230px;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 9;
    padding: 20px;
    text-align: center;
}
#form_auth input[type="text"],
#form_auth input[type="password"] {
    border: 1px solid #F1833E;
    background: #fff;
    font-size: 18px;
    line-height: 22px;
    color: #AFAEAE;
    width: 93%;
    margin-bottom: 16px;
    font-family: 'Akrobat Regular', sans-serif;
    padding: 3px 8px;
}
#form_auth input[type="submit"], #form_auth input[type="reset"] {
    background: #F1833E;
    width: 170px;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-family: 'Akrobat Bold', sans-serif;
    border: 0;
    height: 40px;
    margin: 0 auto;
    cursor: pointer;
}
#form_auth input[type="reset"] {
    background: none;
    border: 0;
    color: #AFAEAE;
    font-size: 16px;
    line-height: 19px;
    font-family: 'Akrobat Semibold', sans-serif;
}
.panel_auth {
    font-size: 19px;
    line-height: 22px;
    font-family: 'Akrobat Semibold', sans-serif;
    color: #545163;
    padding-top: 5px;
    z-index: 9;
}
.panel_auth a, .panel_auth p {
    display: inline-block;
    color: #545163;
    vertical-align: middle;
    margin-top: 1px;
}
.panel_auth span {
    display: inline-block;
    height: 30px;
    width: 1px;
    background: #3E4351;
    margin: 9px 15px 0;
    vertical-align: middle;
}
.panel_auth a.exit {
    color: #B67373;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Akrobat Bold', sans-serif;
    margin-top: 6px;
}
.panel_auth a:hover {
    text-decoration: none;
}
#form_auth .error-form-header {
    color: #f00;
    display: block;
}
.invalid-registrationsdo {
    color: #f00;
    font-size: 15px;
    position: absolute;
    top: -3px;
}
.plashka-pic {
    position: fixed;
    left: 0;
    top: 40%;
    z-index: 55;
}

.sign-up-form{
    display: flex;
    flex-direction: column;
}

.sign-up-form input[type="text"],
.sign-up-form input[type="email"]{
    border: 1px solid #F1833E;
    height: 40px;
    font-family: Akrobat Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding-left: 15px;
    margin: 10px 0;
}

.sign-up-form input::placeholder{
    color: #AFAEAE;
}

.sign-up-form-label{
    color: #AFAEAE;
    margin-top: 10px;
}

.modal-header{
    border-bottom: none!important;
    padding-bottom: 0!important;
}

.sign-up-btn{
    background: #F1833E;
    font-family: Akrobat Regular;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #FFFFFF;
    padding: 10px;
    margin: 10px 0;
}

.sign-up-link{
    font-family: Akrobat Regular;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F1833E;
    border: 2px solid #F1833E;
    padding: 10px;
    margin: 10px 0;
}

.sign-up-link:hover{
    color: #F1833E;
}

.sign-up-text{
    font-family: Akrobat Regular!important;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    color: #3E4351;
    margin: 15px 0;
}

.sign-up-footer{
    border-top: 1px solid #E7E9E8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sign-up-footer a{
    color: #B67373;
}

@media (min-width: 1200px) {
    .modal-body {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-around;
    }

    .modal-xl{
        width: 90%!important;
        max-width: 1200px!important;
    }

    .modal-body-img{
        width: 55%!important;
        height: 100%;
    }
}
