

/* Start:/local/templates/onlineSeminars/components/bitrix/menu/webinar/style.css?1780056492778*/
.nav__wrap {
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.nav__container {
    padding: 10px 10px 16px 10px !important;
}

.nav {
    display: flex;
    flex-wrap: wrap;
}

.nav__item {
    margin: 6px 46px 0 0;
}

.nav__item:last-child {
    margin: 6px 0 0 0;
}

.nav__link {
    padding: 0;
    text-transform: uppercase;
    font-family: "DINpro", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    color: #000000;
    text-decoration: none;
}

.nav__link:visited {
    color: #000000;
}

.nav__link:hover,
.nav__link:focus {
    text-decoration: none;
    color: #3145C4;
}

.nav__link:active {
    text-decoration: none;
}

.nav__item a.nav__link_active {
    color: #e87722
}
/* End */


/* Start:/local/templates/onlineSeminars/styles.css?178005649220843*/
@font-face {
    font-family: "DINPro";
    font-style: normal;
    font-weight: 400;
    src: local("DINPro-Regular"), local("DINPro"), url(/local/fonts/DINPro-Regular.woff) format("woff");
}
@font-face {
    font-family: "DINPro";
    font-style: normal;
    font-weight: 500;
    src: local("DINPro-Medium"), local("DINPro Medium"), url(/local/fonts/DINPro-Medium.woff) format("woff");
}
@font-face {
    font-family: "DINPro";
    font-style: normal;
    font-weight: 700;
    src: local("DINPro-Bold"), local("DINPro Bold"), url(/local/fonts/DINPro-Bold.woff) format("woff");
}

*,
::before,
::after {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Глобальные стили <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
a {
    text-decoration: underline;
    color: #0BB8EF;
}
a:hover,
a:focus{
    text-decoration: none;
    color: #3145C4;
}
a:active{
    text-decoration: underline;
}
a:visited{
    color: #0BB8EF;
}

p{
    text-align: justify;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    margin: 0 0 20px 0;
}

ul,
ol,
li {
    list-style: none;
}

html,
body {
    height: 100%;
    font-family: "DINpro", sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #000000;
}

@page {
    margin: 10mm 10mm !important;
    size: A4 portrait;
}

h1{
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    margin: 0 0 40px 0;
    text-align: left;
}
@media (max-width: 768px) {
    h1{
        font-size: 32px;
        line-height: 32px;
        margin: 0 0 36px 0;
    }
}
@media (max-width: 425px) {
    h1{
        font-size: 22px;
        line-height: 22px;
        margin: 0 0 36px 0;
    }
}

h2{
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    margin: 0 0 32px 0;
    text-align: left;
}

h3{
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
    margin: 0 0 26px 0;
    text-align: left;
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
}

.container {
    max-width: 1152px;
    margin: 0 auto;
    overflow: hidden;
    font-family: "DINpro", sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
}

@media (max-width: 1152px) {
    .container{
        padding: 0 10px;
    }
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

label {
    display: inline-block;
    margin: 0 0 20px 0;
}

select {
    font-family: "DINpro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    width: 100%;
    border: 1px solid #AAAAAA;
    display: block;
    margin: 0 0 20px 0;
    padding: 12px 16px 12px 16px;
}
select:focus{
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    border-color: #66afe9;
}

/*Кнопки*/
button {
    width: 288px;
    min-height: 48px;
    background-color: #e87722;
    border: none;
    border-radius: 6px;
    outline: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 5px 15px 5px 15px;
    word-wrap: break-word;
    cursor:pointer;
}
button:hover {
    background-color: #f57a25;
}
button:focus {
    background-color: #ff8026;
}
button:active {
    background-color: #001489;
}

table {
    table-layout: fixed;
    width: 100%;
    margin: 0 0 40px 0;
    border-collapse: collapse;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow-x: auto;
    /*white-space: nowrap;*/
    word-break: break-word;
    -webkit-overflow-scrolling: touch;
}
tr {
    border-bottom: 1px solid #CCCCCC;
}
th, td {
    width: 2%;
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
th:not(:first-child),
td:not(:first-child) {
    text-align: center;
    border-left: 1px solid #CCCCCC;
}

/* >>> Спинер <<< */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#shadow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

#loader {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 75px;
    height: 75px;
    margin: -45px 0 0 -45px;
    border: 16px solid #f0f0f0;
    border-radius: 50%;
    border-top: 16px solid #4387ee;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Стили чекбокса <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.checkbox__label {

}

/* Check */
.checkbox__label {
    display: block;
    /*margin-bottom: 0.5em;*/
    padding-left: 1.5em;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 20px 0;
    word-wrap: break-word;
}
.checkbox__hidden-input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}
.checkbox__icon {
    position: absolute;
    margin-top: 0.2em;
    margin-left: -1.5em;
    overflow: hidden;
    border-radius: 0.05em;
    background-color: white;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 16px;
    height: 16px;
    border: 1px solid #bbbbbb;
}

/* Checked */
.checkbox__hidden-input:checked + .checkbox__icon {
    background-color: #e87722;
    background-image: url(/local/images/check_white.svg);
    border: 1px solid #e87722;
}
/* Focused */
.checkbox__hidden-input:focus + .checkbox__icon {
    border: 1px solid #e87722;
}
.checkbox__hidden-input:hover + .checkbox__icon {
    border: 1px solid #e87722;
}
.checkbox__hidden-input:active + .checkbox__icon {
    border: 1px solid #001489;
}
/* Disabled */
.checkbox__hidden-input:disabled + .checkbox__icon {
    background-color: #bbbbbb;
}
.checkbox__hidden-input:checked:disabled + .checkbox__icon {
    background-color: #bbbbbb;
}

/* END >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Стили чекбокса <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ХЕАДЕР <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.header__container {
    /*-webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);*/
    /*box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);*/
}

.header__content {
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #E7E7E7;
}
@media (max-width: 992px) {
    .header__content {
        /*border: none;*/
    }
}

.header__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 480px) {
    .header__content-wrapper{
        flex-direction: column;
    }

    .header__title-and-description{
        margin-bottom: 6px;
    }

    .header__logo-institute-wrapper{
        margin-bottom: 12px;
    }

    .header__logo-institute-img{
        max-height: 40px;
        margin: 0 10px 0 0;
    }

}

.header__logo-link-home {
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 8px;
    display: inline-block;
}
.header__logo-link-home:hover {
    text-decoration: none;
}
.header__logo-link-home:active {
    text-decoration: none;
}
.header__logo-link-home:focus .header__title-text {
    color: #3145C4;
}

.header__title-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__title-img-ico {
    max-width: 40px;
    max-height: 40px;
    margin: 0 20px 0 0;
}
@media (max-width: 480px) {
    .header__title-img-ico {
        max-width: 32px;
        max-height: 32px;
        margin: 0 10px 0 0;
    }
}

.header__title-text {
    font-family: "DINpro", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.37;
    color: #001489;
}
@media (max-width: 768px) {
    .header__title-text {
        font-size: 14px;
    }
}
@media (max-width: 480px) {
    .header__title-text {
        font-size: 12px;
    }
}

.header__description {
    margin-top: 5px;
    max-width: 552px;
    font-family: "DINpro", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    color: #999999;
}

@media (max-width: 768px) {
    .header__description {
        font-size: 14px;
    }
}
@media (max-width: 480px) {
    .header__description {
        font-size: 12px;
    }
}

.header__link{
    font-family: "DINpro", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-decoration: underline;
}
.header__link:hover{
    text-decoration: none;
}

.header__logo-link-institute:hover {
    text-decoration: none;
}
.header__logo-link-institute:focus .logo-institute__name {
    color: #3145C4;
}

.header__logo-link-institute{
    text-decoration: none;
}

.header__logo-institute {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__logo-institute-img {
    height: 60px;
    margin: 0 12px 0 0;
}

.logo-institute__text-content {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.logo-institute__name {
    font-family: "DINpro", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #001489;
}

.logo-institute__slogan {
    font-family: "DINpro", sans-serif;
    font-size: 8px;
    font-weight: 400;
    line-height: 1.33;
    color: #001489;
    text-transform: uppercase;
}

.header__auth-info{
    text-align: right;
}

@media (max-width: 480px){
    .header__auth-info{
        text-align: left;
    }
}

.header__hello{
    margin-bottom: 6px;
}

.header__menu-link {
    font-size: 18px;
    line-height: 18px;
    display: block;
    margin-bottom: 6px;
}

@media (max-width: 768px) {
    .header__menu-link {
        margin-bottom: 6px;
    }
}

/* >>> Подменю <<< */
.sub-nav__wrap {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    margin: 0 0 40px 0;
}

.sub-nav__link {
    display: inline-block;
    box-sizing: border-box;
    min-height: 48px;
    color: black;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    padding: 5px 15px 5px 15px;

}

a.sub-nav__link_active {
    color: #e87722;
}

.sub-nav__link:hover {
    text-decoration: none;
}

.sub-nav__link:focus {
    text-decoration: none;
}

.sub-nav__link:active {
}

/* END >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ХЕАДЕР <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> БОДИ <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.main__container {
    padding: 56px 0 72px 0;
}
@media (max-width: 768px) {
    .main__container {
        padding: 15px 0 72px 0;
    }
}

    /* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Блок объявление <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
    .ad_option{
        text-align: center;
        margin-bottom: 40px;
    }

    .ad__title{
        font-family: "DINpro", sans-serif;
        font-size: 28px;
        font-weight: 700;
        line-height: 28px;
        margin: 20px 0 20px 0;
    }
    @media (max-width: 768px){
        .ad__title {
            font-size: 24px;
            line-height: 24px;
        }
    }
    @media (max-width: 480px){
        .ad__title {
            font-size: 18px;
            line-height: 18px;
        }
    }

    .ad__text{
        font-family: "DINpro", sans-serif;
        font-size: 22px;
        font-weight: 400;
        line-height: 22px;
        margin: 10px 0 0 0;
    }
    .ad__text_option{
        margin: 50px 0 0 0;
    }
    @media (max-width: 768px){
        .ad__text,
        .ad__link{
            font-size: 18px;
            line-height: 18px;
        }
    }
    @media (max-width: 480px){
        .ad__text,
        .ad__link{
            font-size: 16px;
            line-height: 16px;
        }
    }

    .ad__link{
        font-family: "DINpro", sans-serif;
        font-size: 22px;
        font-weight: 400;
        line-height: 22px;
        color: #001489;
        text-decoration: underline;
    }
    .ad__link:hover{
        text-decoration: none;
    }
    .ad__link_option{
        margin: 50px 0 0 0;
        display: block;
    }
    /* END >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Блок объявление <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Блок трансляции <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.container_wide{
    max-width: 80%;
    margin: 0 auto 50px auto;
}
@media (max-width: 1300px){
    .container_wide{
        max-width: 95%;
    }
}
@media (max-width: 1000px){
    .container_wide{
        max-width: 100%;
    }
}

.iframe__wrap{
    position: relative;
    padding-bottom: 56.25%;
    max-width: 100%;
}

.youtube-video__wrap{
    position: relative;
    padding-bottom: 56.25%;
    max-width: 100%;
}
.youtube-video__play-btn {
    background-image: url(/local/images/play_btn.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 60px;
    width: 90px;
    top: 50%;
    left: 50%;
    margin-left: -45px;
    margin-top: -30px;
    position: absolute;
    border-radius: 21px;
    background-position: 50% 50%;
    cursor: pointer;
}
.youtube-video__play-btn:hover {
    box-shadow: 0 0 12px 0 #000;
}
/* END >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Блок трансляции <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

/* Список разделов */
.section{
    border: 1px solid #DDD;
    padding: 32px 40px;
    font-size: 28px;
    line-height: 28px;
}

.section:not(:last-child) {
    margin-bottom: 24px;
}

.starrequired{
    color: red;
}

/* END >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> БОДИ <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ФУТЕР <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.socials {
    display: flex;
    margin: 0 0 15px 0;
}

.socials__link-wrap {
    margin: 0 24px 0 0;
}

.footer__container {
    background-color: #001489;
}

.footer__content {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 10px 0 10px;
}
@media (max-width: 768px) {
    .footer__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px 0 25px 0;
}
.footer__links a {
    font-family: "DINpro", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.84;
    color: #FFFFFF;
    text-transform: uppercase;
}
.footer__links a:not(:last-child) {
    margin: 0 40px 0 0;
}
@media (max-width: 480px) {
    .footer__links a:not(:last-child) {
        margin: 0 40px 10px 0;
    }
}
.footer__links a:hover, .footer__links a:focus {
    color: #FFFFFF;
    text-decoration: underline;
}

.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 576px) {
    .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer__column:first-child {
    padding: 0 50px 0 0;
}
@media (max-width: 900px) {
    .footer__column:first-child {
        padding: 0 15px 0 0;
    }
}
.footer__column:last-child {
    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-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media (max-width: 768px) {
    .footer__column:last-child {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.footer__logo-title {
    font-family: "DINpro", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.15;
    color: #e87722;
}

.footer__official-link {
    font-family: "DINpro", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.15;
    color: #e87722;
    text-decoration: underline;
}
.footer__official-link:hover, .footer__official-link:focus {
    color: #FFF;
}

.footer__copyright {
    font-family: "DINpro", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.08;
    color: #F6F6F6;
    margin: 10px 0 40px 0;
}
@media (max-width: 768px) {
    .footer__copyright {
        margin: 10px 0 10px 0;
    }
}

.footer__column:first-child {
    padding: 0 50px 0 0;
}
@media (max-width: 900px) {
    .footer__column:first-child {
        padding: 0 15px 0 0;
    }
}
.footer__column:last-child {
    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-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media (max-width: 768px) {
    .footer__column:last-child {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media (max-width: 900px) {
    .footer__logo-img {
        max-width: 340px;
    }
}
@media (max-width: 768px) {
    .footer__logo-img {
        max-width: 300px;
    }
}
@media (max-width: 576px) {
    .footer__logo-img {
        max-width: 300px;
    }
}

/* END >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ФУТЕР <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/* >>> ТАБЫ <<< */

.tabs__nav{
    border-bottom: 1px solid #DDDDDD;
    margin: 0 0 20px 0;
}

.tabs__link{
    background: none;
    color: black;
    box-sizing: border-box;
}
.tabs__link:hover{
    color: #0BB8EF;
    background: none;
}
.tabs__link:focus{
    background: none;
}
.tabs__link:active{
    background: none;
}

.tabs__link_active{
    color: #e87722;
    border-bottom: 2px solid #e87722;
    border-radius: 0;
}

@media (max-width: 768px) {
    .tabs__nav button{
        width: 145px;
        padding: 5px 6px 5px 6px;
    }
}

/* СПИНЕР */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#shadow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
}
#loader {
    z-index: 1000;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 75px;
    height: 75px;
    margin: -45px 0 0 -45px;
    border: 16px solid #f0f0f0;
    border-radius: 50%;
    border-top: 16px solid #4387ee;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

/* End */
/* /local/templates/onlineSeminars/components/bitrix/menu/webinar/style.css?1780056492778 */
/* /local/templates/onlineSeminars/styles.css?178005649220843 */
