

/* Start:/bitrix/templates/seminar/template_styles.css?178818844534360*/
/*@font-face {
    font-family:'Arial';
    src:url('/bitrix/templates/seminar/fonts/Roboto-Regular.eot');
    src:url('/bitrix/templates/seminar/fonts/Roboto-Regular.woff2') format('woff2'),
    url('/bitrix/templates/seminar/fonts/Roboto-Regular.woff') format('woff'),
    url('/bitrix/templates/seminar/fonts/Roboto-Regular.ttf') format('truetype'),
    url('/bitrix/templates/seminar/fonts/Roboto-Regular.svg#Roboto-Regular') format('svg'),
    url('/bitrix/templates/seminar/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype');
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'Arial';
    src:url('/bitrix/templates/seminar/fonts/Roboto-Bold.eot');
    src:url('/bitrix/templates/seminar/fonts/Roboto-Bold.woff2') format('woff2'),
    url('/bitrix/templates/seminar/fonts/Roboto-Bold.woff') format('woff'),
    url('/bitrix/templates/seminar/fonts/Roboto-Bold.ttf') format('truetype'),
    url('/bitrix/templates/seminar/fonts/Roboto-Bold.svg#Roboto-Bold') format('svg'),
    url('/bitrix/templates/seminar/fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype');
    font-weight:bold;
    font-style:normal;
}

@font-face {
    font-family:'Arial';
    src:url('/bitrix/templates/seminar/fonts/Roboto-Medium.eot');
    src:url('/bitrix/templates/seminar/fonts/Roboto-Medium.woff2') format('woff2'),
    url('/bitrix/templates/seminar/fonts/Roboto-Medium.woff') format('woff'),
    url('/bitrix/templates/seminar/fonts/Roboto-Medium.ttf') format('truetype'),
    url('/bitrix/templates/seminar/fonts/Roboto-Medium.svg#Roboto-Medium') format('svg'),
    url('/bitrix/templates/seminar/fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype');
    font-weight:500;
    font-style:normal;
}

@font-face {
    font-family:'GothamPro-Bold';
    src:url('/bitrix/templates/seminar/fonts/GothamPro-Bold.eot');
    src:url('/bitrix/templates/seminar/fonts/GothamPro-Bold.woff2') format('woff2'),
    url('/bitrix/templates/seminar/fonts/GothamPro-Bold.woff') format('woff'),
    url('/bitrix/templates/seminar/fonts/GothamPro-Bold.svg#GothamPro-Bold') format('svg'),
    url('/bitrix/templates/seminar/fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype');
    font-weight:normal;
    font-style:normal;
}
*/
@font-face {
    font-family: 'MyriadPro';
    src: url('/bitrix/templates/seminar/fonts/MYRIADPRO-REGULAR.OTF') format('opentype');
}
@font-face {
    font-family: 'MyriadProBold';
    src: url('/bitrix/templates/seminar/fonts/MYRIADPRO-BOLD.OTF') format('opentype');
}
@font-face {
    font-family: 'MyriadProSemiBold';
    src: url('/bitrix/templates/seminar/fonts/MYRIADPRO-SEMIBOLD.OTF') format('opentype');
}
@font-face {
    font-family: 'MyriadProSemiBoldIt';
    src: url('/bitrix/templates/seminar/fonts/MYRIADPRO-SEMIBOLDIT.OTF') format('opentype');
}
*, *::before, *::after {
    box-sizing: border-box;
}
header, nav, section, article, aside, footer {
    display:block;
}

body{
    margin:0;
    padding:0;
    color:#000000;
    font-family:'Arial',Arial,sans-serif;
    font-size:16px;
    background-color:#ffffff;
}

a{
    color:inherit;
    text-decoration:underline;
}

a:hover{
    text-decoration:none;
}

p{
    margin:0 0 15px;
    line-height:1.4;
}

.margin-clear{
    margin:0;
}

h1{
    color:#ffffff;
    font:normal 4em/1.4 'Arial';
    font-family: 'Arial', sans-serif;
    margin:0;
}

header .__white {
    background: rgba(0,0,0,0.4);
    padding: 10px 10px 10px 17px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 20px;
}

header h1 span {
    display: inline;
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: -10px 0 0 rgba(0, 0, 0, 0.6), 10px 0 0 rgba(0, 0, 0, 0.6);
    padding: 0 10px 0 0;
    color: #FFFFFF;
    line-height: 66px;
    font-size: 42px;
}

.__roboto{
    font-family: 'Arial', sans-serif;
}

h2{
    font:bold 2.1875em/1 'Arial';
    margin:0 0 40px;
    color:#333132;
    text-align:center;
}

h3{
    font:normal 1.625em/1.4 'Arial';
    margin:0 0 15px;
}

p + h3{
    margin-top:25px;
}

ul{
    margin:0 0 15px;
    padding:0;
    list-style-image:none;
    list-style-type:none;
    line-height:1.4;
}

li{
    list-style-position:outside;
    padding-left:17px;
}

/*li:before{
    content:"—";
    display:block;
    position:absolute;
    left:0;
    top:1px;
}*/

.ul-clear-list li:before{
    content:"";
}

ul.disk {
    list-style: disc;
    margin: 5px 30px;
}

ul.disk li {
    border-left:none;
    list-style: disc;
    padding-bottom: 5px;
}
ul.disk li::before {
    content: unset;
}

.__bold{
    font: normal 5.625em/1.4 'GothamPro-Bold';
}

section{
    padding:100px 0;
}

.hide{
    display:none;
}

.font-size-1{
    font-size:1.25em; /* 20 */
}

.font-size-2{
    font-size:1.625em; /* 26 */
}

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

.width{
    display:block;
    position:relative;
    width:96%;
    max-width:1170px;
    margin:0 auto;
}

.red{
    color:#FF4000;
}

.btn{
    display:inline-block;
    border-radius:5px;
    cursor:pointer;
    text-decoration:none;
    outline:none;
    line-height:1;
    transition:opacity 0.4s;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;
}

.btn:hover{
    text-decoration:none;
    transition:opacity 0.4s;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;
}

.btn-white{
    border:1px solid #006CB6;
    padding:17px 20px;
    color: #fff;
    letter-spacing:0.7px;
    background-color: #006CB6;
}

.btn-white:hover{
    color:#ffffff;
    background-color: #EA5E20;
    border-color:#EA5E20;
}

.btn-yellow{
    background-color:#ffdd00;
    border:1px solid #d71920;
    padding:17px 20px;
}

.btn-yellow:hover{
    background-color:#d71920;
    color:#ffffff;
}

.back-gray{
    background-color:#f6f6f6;
}

.back1{
    background:url('https://static.1c.ru/bf/default/images/yellow_back.jpg') no-repeat top center;
    background-size:cover;
}

.flexable{
    display: -webkit-flex;
    display: flex;
}

.flex-wrap{
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}

.justify-between{
    -webkit-justify-content:space-between;
    justify-content:space-between;
}

.justify-around{
    -webkit-justify-content:space-around;
    justify-content:space-around;
}

.justify-start{
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
}

.justify-center{
    -webkit-justify-content:center;
    justify-content:center;
}

.align-center{
    -webkit-align-items: center;
    align-items:center;
}

.align-start{
    -webkit-align-items: flex-start;
    align-items:flex-start;
}

.justify-self-end{
    -webkit-justify-self: flex-end;
    justify-self:flex-end;
    margin-left:auto;
}

section.panel{
    background-color:#006CB6;
    padding:3px 0;
    position:fixed;
    top:0;
    width:100%;
    z-index:1000;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
}

.logo{
    width:250px;
    height:110px;
    background:  url('/bitrix/templates/seminar/images/logo.svg') center center no-repeat;
    margin-right:54px;
    cursor:pointer;
}
.logo-1c {
    width:100px;
    height:110px;
    background:  url('/bitrix/templates/seminar/images/logo_1c.svg') center center no-repeat;
    margin-right:10px;
    background-size: 150px;
}
.logo-1c + .logo {
    width: 150px;
}
nav{
    line-height:1;
}

nav a{
    color:#ffffff;
    text-decoration:none;
    margin-right:20px;
    white-space: nowrap;
}

nav a:last-child{
    margin-right:0;
}

nav a:nth-child(5n) {
    margin-left:50px;
}

nav a.active{
    color:#ffcb05;
}

nav a:hover{
    text-decoration:underline;
}

.panel .btn{
    font-size:1em;
    letter-spacing:1px;
}

.promo{
    color:#ffffff;
    line-height:1.4;
}

.promo .btn-block{
    position:relative;
    top:6px;
}

.promo .btn{
    color: #fff;
    letter-spacing:0.7px;
    background-color: #006CB6;
    border-color:#006CB6;
}

.promo .btn:hover{
    color:#ffffff;
    background-color: #EA5E20;
    border-color:#EA5E20;
}

.promo p {
    position:relative;
    bottom:-2px;
}

section.info{
    padding:37px 0 20px;
}

.info .flexable-item{
    margin:20px 40px;
    min-width:130px;
}

.info strong{
    display:block;
    font-size:2.1875em;
    margin-top:15px;
}

.about p,
.about ul{
    line-height:1.7;
}

.about .flexable-item {
    -webkit-flex-basis:24%;
    flex-basis:24%;
}

.about-images{
    margin-bottom:11px;
}

.about-text {
    font: normal 1.625em/1.4 'Arial';
}

.about-text p:last-child{
    margin-bottom:0;
}

p.winner-text img{
    margin-right:15px;
}

p.winner-text span{
    position:relative;
    bottom:5px;
}

p.winner-text:after{
    content:"";
    display:block;
    clear:both;
}

.program .flexable{
    margin-bottom:10px;
    line-height:1.9;
}

.program .flexable .flexable-item:first-child{
    margin-right:115px;
    -webkit-flex-basis:100px;
    flex-basis:100px;
    -webkit-flex-shrink:0;
    flex-shrink:0;
}

.program .flexable.program-title{
    margin-bottom:5px;
    margin-top:20px;
}

.program ul{
    line-height:1.9;
    margin-bottom:0;
}

.program .btn-block{
    margin-top:40px;
}



.program .justify-self-end{
    -webkit-flex-basis:150px;
    flex-basis: 150px;
}

.delimiter{
    width:100%;
    height:1px;
    background-color:#333132;
    margin-bottom:14px;
}

section.speakers{
    padding-bottom:0;
}

.speakers h2{
    margin-bottom:30px;
}

.speakers .flexable-item:last-child {
    flex-basis: 100%;
    display: flex;
    padding: 0 15%;
    align-items: center;
}

.speakers .flexable-item:last-child .speaker-img {
    background: #fff;
    width: 300px;
    height: 300px;
    display: inline-flex;
    padding: 30px;
    border-radius: 150px;
}
.speakers .flexable-item:last-child .speaker-img img{
    width:90%;
}

.speakers .flexable-item:last-child .speaker-name.__roboto {
    font-size: 28px;
    width: 67%;
    text-align: left;
    padding-left: 50px;
}

.speakers .flexable-item.vebinar:last-child .speaker-img {
    background: none;
    width:inherit;
    height: inherit;
    padding:0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.speakers .flexable-item.vebinar:last-child .speaker-img img{
    width:300px;
    max-height: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.speaker-img{
    margin-bottom: 14px;
    height: 200px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.speakers img{
    max-width: 90%;
    height: auto;
    max-height: 75%;
}

.speaker-name{
    margin-bottom:10px;
    line-height:1.3;
}

.speaker-position{
    font-size:0.85em;
    margin-bottom:10px;
    min-height:32px;
}

.speaker-firm{
    font-size:0.85em;
}

.speakers .flexable-item{
    margin:10px 0 47px;
    -webkit-flex-basis:24%;
    flex-basis:24%;
}

section.partners{
    padding:50px 0 0;
}

.partners h2{
    margin-bottom:70px;
}

.partners .flexable{
    padding:0 85px;
    align-items:center;
}

.partners .flexable-item{
    margin:0 50px 100px;
}

.partners.__partners-first .speaker-img {
    height:85px;
}

section.archive{
    padding:50px 0;
}

.archive .flexable{
    font-size:2.1875em;
}

.archive .flexable-item{
    margin:20px 35px;
}

.condition p + h2,
.condition span + h2{
    margin-top:40px;
    margin-bottom:30px;
}

.condition p,
.condition ul {
    line-height:1.6;
}

.condition .btn-block{
    margin-top:40px;
}

img.auto-size{
    max-width:100%;
    height:auto;
}

.date{
    font-size: 33px;
}

.place{
    font-size: 26px;
}

@media all and (max-width:1280px){

    .panel-line {
        justify-content: center;
        align-items: flex-start;
    }

    .flex-lg-column{
        -webkit-flex-direction:column;
        flex-direction:column;
    }

    .screen-small__hide{
        display:none;
    }

    section.speakers{
        height:auto;
    }

    .logo{
        margin-right:0;
        margin-bottom:40px;
    }

    nav{
        display: none !important;
        margin-bottom:40px;
    }

    .panel .btn-block {
        -webkit-justify-self: center;
        justify-self:center;
        margin-left:0;
    }
}

@media all and (max-width:1100px){

    .flex-bg-column{
        -webkit-flex-direction:column;
        flex-direction:column;
    }

    .back1{
        background:#faaf12;
    }

    header {
        min-height:auto;
        padding:150px 0 100px;
    }

    header .flexable{
        -webkit-align-items: flex-start;
        align-items:flex-start;
    }

    h1{
        font-size:4em;
        line-height:1.2;
    }

    h2{
        font-size:2em;
    }

    .promo{
        margin-top:20px;
    }

    .promo br{
        display:none;
    }
}

@media all and (max-width:960px){

    body{
        padding-top:0 !important;
    }

    .flex-md-column{
        -webkit-flex-direction:column;
        flex-direction:column;
    }

    nav a{
        margin-right:0;
        margin-bottom:20px;
    }

    nav a:last-child{
        margin-bottom:0;
    }

    section.panel{
        position:static;
    }

    .about .flexable-item{
        -webkit-flex-basis:49%;
        flex-basis:49%;
    }
}

@media all and (max-width:768px){

    body{
        font-size:14px;
    }

    section{
        padding:70px 0;
    }

    .flex-sm-column{
        -webkit-flex-direction:column;
        flex-direction:column;
    }

    .program .flexable .flexable-item:first-child {
        margin-right:0;
        -webkit-flex-shrink:0;
        flex-shrink:0;
        -webkit-flex-basis:auto;
        flex-basis:auto;
    }

    .program .justify-self-end{
        margin-left: 0;
        -webkit-justify-self: flex-start;
        justify-self:flex-start;
        -webkit-flex-basis:auto;
        flex-basis: auto;
    }

    .speakers .flexable-item{
        -webkit-flex-basis:50%;
        flex-basis:50%;
    }

    .speaker-position{
        font-size:0.9em;
    }

    .iframe{
        position:relative;
        padding-bottom:56.25%;
        padding-top:30px;
        height:0;
        overflow:hidden;
        width:auto;
    }

    .iframe iframe,
    .iframe object,
    .iframe embed
    {
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
    }
}

@media all and (max-width:680px){

    h1{
        font-size:3em;
    }

    section{
        padding:50px 0;
    }

    .about .flexable-item{
        -webkit-flex-basis:auto;
        flex-basis:auto;
    }

}

@media all and (max-width:480px){

    .speakers .flexable-item{
        margin-bottom:20px;
        -webkit-flex-basis:100%;
        flex-basis:100%;
    }

    .speaker-position{
        min-height:auto;
    }
}

@media all and (max-width:340px){

    .btn {
        width:100% !important;
        padding-left:0 !important;
        padding-right:0 !important;
        text-align:center;
    }

    .panel .btn-block{
        width:100%;
    }

}

.center{
    width: 252px;
    padding: 10px;
    margin: auto;

}
.center-wide{
    width: 560px; /* Ширина элемента в пикселах */
    padding: 10px; /* Поля вокруг текста */
    margin: auto; /* Выравниваем по центру */
    
}

.center-wide-lg{
    width: 100%; /* Ширина элемента в пикселах */
    padding: 10px; /* Поля вокруг текста */
    margin: auto; /* Выравниваем по центру */
    background: #EA5E20; /* Цвет фона */
}

.center-users{
    width: 700px;
    padding: 10px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.center-users img {
    margin: 10px 20px;
    width: 180px;
}

#section-panel{
    height:110px;
}
.__menu{
    /*padding-bottom:50px;*/
}
.__white{
    color:white;
}


/********************************************************************************/


@mixin tablet-and-up {
    @media screen and (min-width: 769px) { @content; }
}
@mixin mobile-and-up {
    @media screen and (min-width: 601px) { @content; }
}
@mixin tablet-and-down  {
    @media screen and (max-width: 768px) { @content; }
}
@mixin mobile-only {
    @media screen and (max-width: 600px) { @content; }
}


ul, li{
    list-style: none;
    padding: 0;
}

.container{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    background: linear-gradient(#006CB6, #cce6ff);
    padding: 3rem 0;
    border-radius:15px;
}
.container .wrapper {
    width: 70%;
}
.wrapper{
    background: #eaf6ff;
    padding: 2rem;
    border-radius: 15px;
}
.partners__narrow{
    margin: 0px !important;
}

.sessions{
    margin-top: 2rem;
    border-radius: 12px;
    position: relative;
}
li{

    border-left: 1px solid #abaaed;
    position: relative;
    padding-left: 20px;
    margin-left: 10px;
/*&:last-child{
     border: 0px;
     padding-bottom: 0;
 }
&:before{
     content: '';
     width: 15px;
     height: 15px;
     background: white;
     border: 1px solid #4e5ed3;
     box-shadow: 3px 3px 0px #bab5f8;
     box-shadow: 3px 3px 0px #bab5f8;
     border-radius: 50%;
     position: absolute;
     left: -10px;
     top: 0px;
 }*/
}
.time{
    color: #2a2839;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
@include mobile-and-up{
    font-size: .9rem;
}
@include mobile-only{
    margin-bottom: .3rem;
    font-size: 0.85rem;
}

}
p{
    color: #000;
    font-family: sans-serif;
    line-height: 1.5;
    margin-top:0.4rem;
/*@include mobile-only{
    font-size: .9rem;
}*/
}

.free{
    color:#fff;
    font-size:18px;
}

.dark {
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    padding: 10px;
    max-width: 425px;
    margin-left: -10px;
}
.slick-prev{
    display:none !important;
}
.slick-next{
    display:none !important;
}

.manager{
    padding:0px;
}
iframe, img, div:not(.slick-track, .width) {
    max-width: 100%;
}
.clear {
    clear: both;
}

.info-block {
    border-radius: 10px;
    /* background: #cce6ff; */
    padding: 20px;
    margin: 20px 0;
    line-height: 26px;
    font-size: 18px;
    border: 1px solid #EA5E20;
}

.list-screan {
    display: flex;
    justify-content: space-between;
}
.list-screan > a {
    width:48%;
    text-decoration: none;
}
.list-screan img {
}
.list-screan .list-screan__title {
    text-align:center;
    padding-top:10px;
}

@media (max-width: 600px) {
    .__menu {
        display: none;
    }

    header {
        min-height: 400px !important;
        padding-top: 25px !important;
    }

    h1 {
        text-align: center;
    }

    header h1 span {
        font-size: 22px;
        line-height: 34px;
    }

    .__roboto.dark {
        font-size: 22px;
        margin: 20px;
        text-align: center;
    }

    header .__white {
        background: rgba(0,0,0,0.7);
        padding: 10px 17px;
    }

    header .flexable {
        align-items: center;
    }

    header .promo {
        text-align: center;
    }

    .list-screan {
        flex-wrap: wrap;
    }

    .list-screan > a {
        width:100%;
        padding-bottom:20px
    }

    .container {
        padding:10px;
    }
    .container .wrapper {
        width:95%;
    }

    .speakers .flexable-item:last-child {
        flex-wrap: wrap;
        justify-content: center;
    }

    .speakers .flexable-item:last-child .speaker-img {
        width:200px;
        height:200px;
    }

    .speakers .flexable-item:last-child .speaker-name.__roboto {
        padding: 0;
        width: 100%;
        font-size: 22px;
        text-align: center;
    }

    .partners h2 {
        margin-bottom: 20px;
    }

    .partners .flexable-item {
        margin: 5px;
    }

    .partners .speaker-img {
        max-height: 100px;
    }
    .partners .speaker-img img {
        max-height: 90%;
        object-font: ;
    }

}



.__roboto.dark {
    transform-origin: top center;
    animation-name: sale;
    animation-delay:1.5s;
    animation-duration: 1s;
    animation-fill-mode: both;
}
@keyframes sale {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
        background-color: rgba(234, 94, 32, 0.6);
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }
    70% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }
    90% {
        transform: rotate3d(0, 0, 1, -3deg);
    }
    100% {
        transform: rotate3d(0, 0, 1, 0deg);
        background-color: rgba(0, 0, 0, 0.6);
    }
}


/*start: form*/
.form-header .title {
    font-size: 24px;
    color: #000;
    text-align: center;
    padding-bottom: 20px;
}

.form-body  label {
    margin-bottom: 10px;
    display: block;
}

.form-body input[type="text"] {
    width: 100%;
    padding: 10px;
    border-radius: 0;
    font-size: 18px;
    /* font-family: Tahoma; */
    border: 1px solid #666;
    margin-bottom: 20px;
}
.form-footer {
    text-align:center;
}
.form-footer input[type="submit"] {
    border: 1px solid #006CB6;
    padding: 17px 20px;
    color: #fff;
    letter-spacing: 0.7px;
    background-color: #006CB6;
    font-size: 18px;
}
.form-ok {
    font-size:22px;
    color:green;
    text-align: center;
}
.form-error {
    color:red;
    font-weight:bold;
    padding-bottom:20px;
}
/*end: form*/

.about-icon-top {
    padding: 10px;
    background: #E3E6ED;
    width: 100px;
    border-radius: 50%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px auto;
}
.info.vebinar .flexable-item {
    margin: 0 40px;
}

.flexable.qv-col-4 .flexable-item {
    width: 25%;
}
@media (max-width: 800px) {
    .flexable.qv-col-4 .flexable-item {
        width: 50%;
    }
}
@media (max-width: 450px) {
    .flexable.qv-col-4 .flexable-item {
        width: 100%;
    }
}

.list-screan.vebinar {
    flex-direction: column;
    flex-wrap: wrap;
    height: 630px;
}
.list-screan.vebinar > a {
    width:33%;
}
.list-screan.vebinar > a:nth-child(3) {
    height:630px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
@media (max-width: 450px) {
    .list-screan.vebinar {
        flex-direction: column;
        flex-wrap: nowrap;
        height: unset;
    }
    .list-screan.vebinar > a {
        width:100%;
    }
    .list-screan.vebinar > a:nth-child(3) {
        height:unset;
        display: block;
    }
}

.users.vebinar .center-users div {
    /*display: flex;*/
    margin-bottom:20px;
}
.users.vebinar .user-img-block {
    height: 180px;
    display: flex;
    align-items: center;
}
.users.vebinar .user-img-block img {
    max-height: 180px;
}
.users.vebinar .icons_custom-block {
    margin-bottom: 30px;
}
.users.vebinar .icons_custom-block .user-img-block {
    height: 100px;
}
.users.vebinar .icons_custom-block .user-img-block img {
    max-height: 100px;
}
.users.vebinar .icons_custom-block p {
    font-size: 17px;
    font-weight: bold;
}

.inp-error {
    border: 1px solid red !important;
}
.fancybox__container {
    z-index: 11111111111 !important;
}
#bx-panel.bx-panel-fixed {
    z-index: 99999999999 !important;
}
.promo-banner.promo-banner-new {
    background-image: url(/upload/medialibrary/86a/vn3kdcrgwlgfp1607w9lrzg8qdaq5ba4/voshchanova_3000_rezultat.jpg);
    background-position: center;
    background-image: url(/upload/medialibrary/87d/nzq9a7l17htlgfpla5znv48b40sm1grb/voshchanova_big.jpg);
    /*background-image: url(/upload/medialibrary/f42/crthilmj4zsi9ue5ojj02brff3gxpam9/voshchanova_big.jpg);*/
    background-image: url(/upload/medialibrary/2b2/m4hb9v5gsyuitm5pl2qkofmisu0u5rqp/voshchanova_3000_new.jpg);
    min-height: 670px;
}
.promo-banner.promo-banner-new .width {
    display: flex;
}
.promo-banner.promo-banner-new .right {
    position: relative;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.promo-banner.promo-banner-new .banner_top_title,
.promo-banner.promo-banner-new .banner_title,
.promo-banner.promo-banner-new .banner_subtitle {
    color: #006cb6;
}

.promo-banner.promo-banner-new .banner_date {
    color: #cd0b16;
    font-weight: bold;
    padding: 7px 15px;
    border: 1px solid #cd0b16;
    border-radius: 20px;
    width: fit-content;
    margin-bottom: 20px;
    font-size: 23px;
    font-family: 'MyriadProBold';
}
.promo-banner.promo-banner-new .banner_top_title {
    font-family: 'MyriadPro';
    font-size: 22px;
}
.promo-banner.promo-banner-new .banner_top_title strong {
    font-family: 'MyriadProBold';
}
.promo-banner.promo-banner-new .banner_title {
    font-size: 28px;
    line-height: 1.2;
    font-family: 'MyriadProBold';
}
.promo-banner.promo-banner-new .banner_subtitle {
    font-family: 'MyriadPro';
    /*text-transform: uppercase;*/
    font-size: 19px;
}
.promo-banner.promo-banner-new .btn {
    border-radius: 35px;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: bold;
    font-family: 'MyriadProBold';
}
.promo-banner.promo-banner-new .right img {
    position: absolute;
    left: 220px;
    bottom: 0;
    -webkit-user-drag: none;
    user-select: none;
}
.promo-banner.promo-banner-new .right .speacker_banner_photo {
    border-radius: 50%;
    border: 15px solid #fff;
    max-width: 100%;
    left: 0;
    right: 0;
    top: -145px;
    bottom: auto;
    box-shadow: 0 3px 6px -2px rgba(0, 0, 0, 0.3);
}

.promo-banner.promo-banner-new .right .speaker_sticker {
    /*position: absolute;
    left: 220px;
    bottom: 0;*/
    width: 48%;
    padding: 15px 25px 15px 25px;
    background: #fffb;
    color: #000;
    /*border-radius: 0 25px 25px 25px;*/
    border-radius: 0 0 25px 25px;
    position: relative;
    height: 75%;
    cursor: pointer;
}
.promo-banner.promo-banner-new .right .speaker_sticker:hover {
    box-shadow: 0 3px 6px -2px rgba(0, 0, 0, 0.3);
}
.promo-banner.promo-banner-new .right .speaker_sticker .speaker_sticker__images {
    display: flex;
}
.promo-banner.promo-banner-new .right .speaker_sticker .speaker_sticker__image {
    height: 35px;
    max-width: 80px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    background-size: contain;
    width: 50%;
}
.promo-banner.promo-banner-new .right .speaker_sticker .speaker_sticker__title {
    font-size: 20px;
    font-family: 'MyriadProBold';
    line-height: 1.2;
    text-transform: uppercase;
}
.promo-banner.promo-banner-new .right .speaker_sticker .speaker_sticker__images + .speaker_sticker__position.mt-0 {
    margin-top: 0;
}
.promo-banner.promo-banner-new .right .speaker_sticker .speaker_sticker__position {
    margin-top: 5px;
    /*color: #3a4a6a;*/
    color: #0c4580;
    font-size: 15px;
    font-family: "MyriadProSemiBoldIt";
}

.promo-banner.promo-banner-new .right .speaker_sticker .speaker_sticker__info {
    position: absolute;
    top: 150px;
}

.promo-banner.promo-banner-new .right.speaker_no-photo .speaker_sticker {
    border-radius: 25px;
}
.promo-banner.promo-banner-new .right.speaker_no-photo .speaker_sticker .speaker_sticker__info {
    position: relative;
    top: 0px;
}
.promo-banner.promo-banner-new .right.speaker_no-photo .speaker_sticker .speacker_banner_photo {
    display: none;
}
.promo-banner.promo-banner-new .right.speaker_no-photo .speaker_sticker {
    height: auto;
}
.about.new-about .about-width {
    display: flex;
}
.about.new-about .about-width .left {
    width: 300px;
    min-width: 300px;
    margin-right: 100px;
}
.about.new-about .about-width .left img {
    -webkit-user-drag: none;
    user-select: none;
    border-radius: 25px;
    box-shadow: 0 3px 6px -2px rgba(0, 0, 0, 0.3);
}
.about.new-about .about-width .right img {
    max-width: 250px;
    max-height: 70px;
    -webkit-user-drag: none;
    user-select: none;
}
.about.new-about .about-width .right ul {
    margin-top: 20px;
}
.about.new-about .about-width .position-title,
.about.new-about .about-width .name,
.about.new-about .about-width .position {
    font-family: Arial;
}

.about.new-about .about-width .position-title {
    font-size: 21px;
    margin-top: 10px;
    line-height: 1.2;
}
.about.new-about .about-width .name {
    font-weight: bold;
    font-size: 27px;
    margin-bottom: 10px;
    line-height: 1;
}
.about.new-about .about-width .position {
    font-size: 21px;
    font-style: italic;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .promo-banner.promo-banner-new .right {
        display: none;
    }
    .promo-banner.promo-banner-new .left {
        width: 90%;
        margin: 0 auto;
        position: relative;
        display: block;
    }
    .promo-banner.promo-banner-new .banner_top_title,
    .promo-banner.promo-banner-new .banner_title,
    .promo-banner.promo-banner-new .banner_subtitle {
        color: #fff;
    }
    .promo-banner.promo-banner-new .banner_date {
        font-size: 15px;
    }
    .promo-banner.promo-banner-new .banner_date {
        color: #fff;
        border-color: #fff;
    }
    .promo-banner.promo-banner-new .banner_top_title strong {
        display: block;
    }
    
    
    .about.new-about .about-width {
        flex-direction: column;
    }
    .about.new-about .about-width .left {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        
        text-align: center;
    }
    .about.new-about .about-width .position-title {
        margin-top: 10px;
    }
    .about.new-about .about-width .right {
        padding: 0 16px;
    }
    .about.new-about .about-width .right img {
        display: block;
        margin: 0 auto;
    }
    .promo-banner.promo-banner-new.promo-banner-new-2 {
        background: #021221;
    }
    .banner-head .green-block {
        height: 50px !important;
    }
}
#panel {
    position: fixed;
    z-index: 9999;
}
.btn,
.form-footer input[type="submit"] {
    border-radius: 35px;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: bold;
    font-family: 'MyriadProBold';
    letter-spacing: normal;
}

.promo-banner.promo-banner-new.promo-banner-new-2 {
    min-height: 700px;
}
.promo-banner.promo-banner-new.promo-banner-new-2 .banner_top_title,
.promo-banner.promo-banner-new.promo-banner-new-2 .banner_title,
.promo-banner.promo-banner-new.promo-banner-new-2 .banner_subtitle,
.promo-banner.promo-banner-new.promo-banner-new-2 .banner_date-2,
.promo-banner.promo-banner-new.promo-banner-new-2 .banner_date-3 {
    color: #fff;
}
.promo-banner.promo-banner-new.promo-banner-new-2 .banner_date-3 {
    margin-bottom: 30px;
    font-size: 19px;
}
.promo-banner.promo-banner-new.promo-banner-new-2 .banner_top_title div {
    background: #95f01f;
    display: inline-block;
    padding: 2px 9px;
    transform: skew(-15deg);
    margin-right: 5px;
}
.promo-banner.promo-banner-new.promo-banner-new-2 .banner_top_title div span {
    color: #000;
    transform: skew(+15deg);
    margin-right: 0;
    font-weight: bold;
    padding: 0;
}
.promo-banner.promo-banner-new.promo-banner-new-2 .banner_subtitle {
    margin-bottom: 70px;
}
.promo-banner.promo-banner-new.promo-banner-new-2 .banner_title {
    font-size: 34px;
}
.promo-banner.promo-banner-new.promo-banner-new-2 .banner_date-2 {
    font-size: 28px;
}
.font-size-1.__menu {
    font-size: 1em;
}
.width ul li p {
    margin: 0;
}

.upo-three {
    display: flex;
    gap: 20px;
    /*justify-content: space-between;*/
}
.upo-three .item {
    width: calc(100% / 3);
    color: #00569C;
    /*border: 1px solid #00569C;*/
    flex-grow: 1;
}
.upo-three .item:hover {
    color: #00569C;
}
.upo-three .item .item-title {
    /*background: #F8FAFC;
    padding: 12px 0;*/
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: #071C2E;
    margin: 8px 8px 16px;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.upo-three .item .item-body {
    margin: 0 20px 20px;
}
.upo-three .item .item-body img {
    max-width: 100%;
    width: 100%;
    height: 200px;
    margin-bottom: 16px;
}
.upo-three .item button {
    width: 100%;
}
.upo-three .item li {
    padding-left: 32px;
    font-size: 0.9em;
}
.upo-three .item li:before {
    content: url('data:image/svg+xml,<svg width="19" height="14" viewBox="0 0 19 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 8L6 13L18 1" stroke="%23DE4700" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    width: 0;
    height: 0;
    top: 2px;
}

@media(max-width: 767px){
    .upo-three {
        flex-wrap: wrap;
    }
    .upo-three .item {
        width: 100%;
        margin-bottom: 30px;
    }
}
.about .programs {
    max-width: 700px;
    margin: 0 auto;
}
.program-item {
    display: grid;
    grid-template-columns: 54px 1fr;
    column-gap: 28px;
    margin-bottom: 48px;
}
.program-item:last-child {
    margin-bottom: 0;
}
.program-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #00569C;
    position: relative;
}

.program-icon:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    left: 18px;
    top: 18px;
}

.program-title {
    margin: 0 0 14px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    color: #111;
}

.program-description {
    font-size: 18px;
    line-height: 1.45;
    color: #333;
}

.program-author {
    margin-top: 8px;
    text-align: right;
    font-size: 16px;
    line-height: 1.4;
    font-style: italic;
    color: #333;
}

@media (max-width: 600px) {
    .program-item {
        grid-template-columns: 52px 1fr;
        column-gap: 15px;
    }

    .program-title {
        font-size: 18px;
    }

    .program-description {
        font-size: 16px;
    }

    .program-author {
        font-size: 14px;
    }
}
.promo-banner.promo-banner-new .right.speaker_columns {
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}

.promo-banner.promo-banner-new .right.speaker_columns .speaker_sticker {
    border-radius: 0 25px 25px 0;
    width: 75%;
    padding-left: 95px;
    margin-left: 75px;
    height: 31%;
}
.promo-banner.promo-banner-new .right.speaker_columns.speaker_no-photo .speaker_sticker {
    border-radius: 25px;
    margin-top: auto;
    padding-left: 75px;
}
.promo-banner.promo-banner-new .right.speaker_columns .speaker_sticker .speacker_banner_photo {
    top: 0;
    max-height: 100%;
    left: -80px;
    border-width: 7px;
}
.promo-banner.promo-banner-new .right.speaker_columns .speaker_sticker .speaker_sticker__info {
    position: relative;
    top: 0;
}
.promo-banner.promo-banner-new .right.speaker_columns .speaker_sticker .speaker_sticker__images + .speaker_sticker__position.mt-0 {
    display: none;
}
/* End */
/* /bitrix/templates/seminar/template_styles.css?178818844534360 */
