p {
    color: #000;
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 300;
}

div#steps {
    padding: 90px 0px;
}



.steps {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.steps-item {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 15px;
    background-color: #f4f4f4;
}

.steps-header {
    display: flex;
    position: relative;
    padding: 15px 20px 15px 20px;
    flex-wrap: wrap;
    align-items: center;
}

.steps-header__time {
    margin-right: 30px;
    width: 90px;
    text-align: right;
}

.steps-header__title {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 500;
    color: #000;
    width: calc(100% - 130px);
    width: calc(100% - 130px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.steps-bottom .btn.btn--red {
    color: #fff;
    background: #ed0224;
    border: 1px solid #ed0224;
    padding: 13px 23px;
    text-transform: uppercase;
    display: block;
    margin: 0px 10px 0px;
    font-size: 14px;
    text-align: center;
    max-width: 200px;
    font-weight: 700;
    line-height: 22px;

}

.steps-header__num {
    color: #cb0928;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    white-space: nowrap;
    margin-bottom: 5px;
}


/**************************/
div [class^="col-"]>*:first-child {
    margin-top: 0px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex-basis: 100%;
    max-width: 100%;
}

@media (min-width: 991px) {
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}


/**************1*****************/


.first-screen__time {
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.first-screen__time span {
    color: #8978F8;
}

.first-screen__time img {
    margin-right: 15px;
}

.first-screen__time p {
    display: inline-block;
    margin: 0px;
    color: #fff;
    font-size: 2.2rem;
}

.first-screen__mintitle {
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: 900;
    margin-bottom: 25px;
}

.first-screen__for-ul li:before {
    content: '' !important;
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: #494888;
    border-radius: 50%;
    background-image: url(/seminar_img/svg/check.svg);
    background-repeat: no-repeat;
    background-position: 70% 40%;
    left: 0px;
    top: 3px;
}

.first-screen__for-ul li {
    color: #fff;
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: 300;
    margin-bottom: 15px;
    position: relative;
    padding-left: 40px;
}




/*********2*************/


.webelement .title-lg {
    margin-bottom: 25px;
    font-size: 36px;
}

.title-lg {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 30px;
}

.webelement {
    background: #ffffff;
    color: #000;
    padding-top: 0;
}

.webelement p {
    max-width: 670px;
}

.webelement-stat {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-top: 50px;
}

.webelement-stat__top {
    width: 100%;
}

.webelement-stat__item {
    display: flex;
    align-items: center;
}

.webelement-stat__caption {
    margin-right: 20px;
    color: #4e4392;
    -webkit-text-stroke: 2px rgb(78 67 146);
    -webkit-text-fill-color: rgb(0 0 0 / 0%);
    font-size: 70px;
    line-height: 1.2;
}

.webelement-stat__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*align-items: center;*/
    width: 100%;
    margin: 50px auto;
}

.full-bg-btn {
    display: inline-block;
    background: #4E4392;
    border: 2px solid #4E4392;
    color: #fff;
    padding: 15px 45px;
    font-size: 18px;
    font-weight: 500;
    margin: 0px 30px 10px;
    min-width: 214px;
}

.full-bg-btn:hover {
    background: transparent;
    border: 2px solid #4E4392;
    color: #4E4392;
}

.border-bg-btn {
    display: inline-block;
    background: transparent;
    border: 2px solid #4E4392;
    color: #4E4392;
    padding: 15px 55px;
    font-size: 18px;
    font-weight: 500;
    margin: 0px 30px 10px;
    min-width: 214px;
}

.border-bg-btn:hover {
    background: #4E4392;
    border: 2px solid #4E4392;
    color: #fff;
}

.border-white-btn {
    display: inline-block;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 15px 55px;
    font-size: 18px;
    font-weight: 500;
    min-width: 214px;
}
.border-white-btn:hover {
    background: #fff;
    border: 2px solid #fff;
    color: #4E4392;
}


.full-gradient-btn {
    display: inline-block;
    background: linear-gradient(85.59deg, #4E4392 0.23%, #3F5370 29%, #874392 91.88%);
    color: #fff;
    padding: 15px 45px;
    font-size: 18px;
    font-weight: 500;
    margin: 0px 30px 10px;
    min-width: 214px;
    transition: all .3s linear;
}

.full-gradient-btn:hover {
     background: linear-gradient(85.59deg, #393874 0.23%, #393874 29%, #393874 91.88%);
}

@media (max-width: 768px) {
    .full-gradient-btn {
         margin: 0px 10px 10px;
    }
}
/**************3*****************/
#brand {
    padding: 20px 0 80px;
}

.brand-all {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0px -10px;
}

.brand-item {
    height: 100px;
    margin-bottom: 30px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    width: calc(100% / 4);
    padding: 0px 10px;
    justify-content: center;
}

/***************4****************/

div#jobs {
    padding: 80px 0px 60px;
    background: linear-gradient(85.59deg, #4E4392 0.23%, #3F5370 29%, #874392 91.88%);
    color: #fff;
}

@media (min-width: 767px) {
    div#jobs .border-white-btn{
        margin-top: 35px;
    }
}
@media (max-width: 767px) {
    div#jobs {
        padding: 40px 0 20px;
    }
    div#jobs .border-white-btn{
        width: 100%;
        text-align: center;
    }
}

div#jobs .webelement-stat__caption {
    color: #ffffff;
    -webkit-text-stroke: 2px rgb(255 255 255);
}

.jobs__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}

.jobs__item-text {
    width: 100%;
}

.jobs__item-img {
    /* width: 120px;
    height: 120px; */
    margin-right: 0px;
}


.jobs__img {
    padding: 25px;
    background: #f5f5f5;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    border: 2px solid #4e43924a;
}

.jobs__caption {
    color: #fff;
    font-size: 2.0rem;
    line-height: 1.2;
    font-weight: 700;
    /* margin-bottom: 15px; */
}

.jobs__txt {
    color: #000;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 300;
    margin-bottom: 10px;
}


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

.video-section {
    background-color: #131e2c;
    padding-top: 90px;
    padding-bottom: 90px;
    margin: 0px;
}

.video-section h2.title-lg {
    color: #fff;
    margin-bottom: 30px;
}

.video-section p {
    color: #fff;
    max-width: 670px;
}

.video-section .youtube-block {
    margin: 40px 0px 60px;
}


.video-section .slick-arrow.slick-prev {
    left: -15px;
    transform: translateY(-50%) rotate(90deg);
}

.video-section .slick-arrow.slick-next {
    right: -15px;
    transform: translateY(-50%) rotate(-90deg);
}

.video-section .slick-arrow:hover {
    background-color: #cb0928;
}

.video-section .slick-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512' xml:space='preserve' fill='%23fff'%3E%3Cpath d='M505.752,123.582c-8.331-8.331-21.839-8.331-30.17,0L256,343.163L36.418,123.582c-8.331-8.331-21.839-8.331-30.17,0 s-8.331,21.839,0,30.17l234.667,234.667c8.331,8.331,21.839,8.331,30.17,0l234.667-234.667 C514.083,145.42,514.083,131.913,505.752,123.582z'/%3E%3C/svg%3E%0A");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #393874;
    top: 50%;
    font-size: 0;
    border: 0;
    padding: 0;
    margin: 0;
    transition: .3s ease 0s;
    z-index: 99;
}

.office-slider {
    margin: 60px 0px;
}

.video-section .container>*:first-child {
    margin-top: 0px;
}

.video-section .container>*:last-child {
    margin-bottom: 0px;
}

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

.callback-text {
    padding-top: 90px;
}

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


.faq-accordion__content {
    padding-top: 30px;
    padding-bottom: 30px;
    /* border-top: 1px solid #f1f1ef; */
}

.faq-accordion__content h4 {
    margin-top: 30px;
    margin-bottom: 15px;
}

.faq-accordion__content>*:last-child {
    margin-bottom: 0px;
}

.faq-accordion__content>*:first-child {
    margin-top: 0px;
}

.faq-accordion__content li:before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 2px;
    background: #4f4591;
    left: 0px;
    top: 12px;
}

.faq-accordion__content li {
    color: #000;
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 300;
    margin: 8px 0px 8px;
    position: relative;
    padding-left: 25px;
}

.office-slide {
    /* max-width: 580px; */
    /* margin: 0px 10px;*/
}

.office-slide a {
    display: block;
    margin: 0px 5px;
}

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


.what p {
    color: #fff;
}

.what__icon-list {
    margin-bottom: 40px;
}

.what {
    background-color: #322d5a;
    padding-top: 80px;
    padding-bottom: 80px;
}


.white-bg-lead h4 {
    margin: 10px 0px 10px;
    font-size: 2.2rem;
}

.white-bg-lead h3 {
    margin: 20px 0px 10px;
    font-size: 2.6rem;
}

.white-bg-lead>*:last-child {
    margin-bottom: 0px;
}

.white-bg-lead>*:first-child {
    margin-top: 0px;
}

.white-bg-lead {
    background: #fff;
    color: #000;
    padding: 20px 30px;
    margin: 30px 0px;
    max-width: 600px;
}

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

div#faq {
    padding: 90px 0px 45px;
}

.what-box p {
    max-width: 600px;
}


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

.form-block {
    margin: 0px auto 90px;
    padding: 0px;
}

#form {
    padding-top: 45px;
}





@media (max-width: 991px) {


    .jobs__item {
        flex-wrap: initial;
    }

    .first-screen__btn {
        margin: 0px auto;
        margin-bottom: 30px;
    }

    .first-screen__txt {
        margin-left: 0;
        margin-right: 0;
    }

    .first-screen div[class^="col-"] {
        max-width: 500px;
        margin: 0 auto;
    }

    .brand-item {
        width: calc(100% / 3);
    }

    .header__nav .header__btn a {
        display: inline-block;
        text-align: center;
    }
}




@media (max-width: 768px) {
    .brand-item {
        width: calc(100% / 2);
    }
}



@media (max-width: 600px) {
    .brand-item {
        width: 100%;
    }




}



.footer__info {
    margin-top: 40px !important;
}



.footer__copy {
    margin-top: 30px !important;
}

.footer__allow {
    text-align: center;
}


.frame {
    border: 0;
    width: 100%;
    height: 418px;
}

.form-block .container {
    line-height: 0;
}


@media (max-width: 991px) {
    .form-block {
        max-width: initial;
    }

    #form {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 728px) {
    .frame {
        height: 470px;
    }

    .form-block {
        max-width: 470px;
    }
}

@media (max-width: 460px) {
    .frame {
        height: 500px;
    }

    .form-block {
        max-width: 330px;
    }

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


    .jobs__item-img {
        width: 80px;
        height: 80px;
        margin-right: 15px;
    }

    .jobs__img {
        padding: 20px;
        width: 80px;
        height: 80px;
    }

    .jobs__item-text {
        width: calc(100% - 120px);
    }

    .steps-header__title {
        font-size: 20px;
        line-height: 1.2;
        width: calc(100% - 102px);
    }

    .steps-header__num {
        font-size: 24px;
    }

    .steps-header__time {
        margin-right: 20px;
        width: 80px;
    }

    .steps-header__title a.btn.btn--red {
        margin-top: 10px;
    }

    h2.title-lg {
        text-align: center;
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    div#jobs h2.title-lg {
        text-align: left;
    }
}



.robot span.razvlek {
    position: absolute;
    left: 50%;
    top: 80%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: normal;
}

@media (max-width: 1100px) {
    .robot span.razvlek {
        display: none;
    }
}


span.first-screen__dop-text {
    margin: 0px 15px 0px;
    display: none;
}

@media (max-width: 380px) {
    span.first-screen__dop-text {
        margin: 0px 0px 40px;
    }
}

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



.mentor {
    padding-top: 40px;
}

.mentor__item-icon .icon {
    font-size: 60px;
}

.mentor__item-icon img {
    width: 100%;
}

.mentor__item {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
}

.mentor__item-icon {
    width: 58px;
    text-align: center;
}

.mentor__item-txt {
    font-size: 24px;
    max-width: initial;
}

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

.for-whom__item-title {
    font-size: 2.6rem;
    line-height: 1.3 !important;
}





div#programs {
    padding: 90px 0px 90px;
}

.programs {
    max-width: 900px;
    margin: 0 auto;
}

.program-block {
    display: flex;
    position: relative;
    padding: 20px 25px 20px 25px;
}

.program-header__text ul {
    list-style: square;
    padding-left: 20px;
}

.program-header__text ul li {
    font-size: 1.8rem;
    line-height: 1.5;
    position: relative;
    color: #131e2c;
}

.program-header__text ul li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}



.program-header__duration {
    font-size: 1.6rem;
    padding: 6px 10px 6px 25px;
}

.program-header__duration:before {
    top: 7px;
}



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

.lenta {
    color: #fff;
    position: relative;
    top: 0px;
}

.lenta-text {
    width: 130px;
    height: 50px;
    text-align: center;
}

.lenta:before {
    content: '';
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 0;
    height: 0;
    border-width: 110px 80px 15px;
    border-style: solid;
    border-color: #242344 #242344 transparent;
    z-index: -1;
}



@media (max-width: 1200px) {
    .lenta {
        color: #fff;
        position: relative;
        top: 10px;
        right: 35%;
    }

    .lenta:before {
        border-width: 100px 70px 15px;
    }
}


.main-text {
    padding: 80px 0px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    .main-text {
        padding: 40px 0;
    }
}

.main-text:before {
    content: 'WEBELEMENT';
    display: inline-block;
    color: #fbfbfd;
    -webkit-text-stroke: 8px rgb(76 68 142 / 3%);
    -webkit-text-fill-color: rgb(0 0 0 / 0%);
    font-size: 22rem;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: rotate(346deg) translate(-43%, -100%);
}

.main-text__icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0px -15px;
}

.main-text__item {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.main-text__item-icon {
    width: 50px;
    margin-right: 10px;
}

.main-text__item-txt {
    width: calc(100% - 60px);
    font-size: 1.8rem;
}

.main-text__lead-txt p {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 600;
}

@media (max-width: 1200px) {
    .main-text:before {
        -webkit-text-stroke: 8px rgb(76 68 142 / 3%);
        font-size: 18rem;
    }
}



@media (max-width: 991px) {

    .lenta {
        right: 110px;
    }

    .first-screen__avatar picture {
        position: relative;
        bottom: 0px;
        /* width: 50%; */
        margin: 0 auto;
    }


    .main-text:before {
        -webkit-text-stroke: 6px rgb(76 68 142 / 3%);
        font-size: 14rem;
    }

    .seminar-time__block {
        justify-content: space-between;
    }



    .youtube-block picture:after {
        background-size: 40px 40px;
        background-position: 57% 50%;
        background-repeat: no-repeat;
        top: 60%;
        padding: 65px;
    }
}

.main-text__lead-txt h2 {
    margin-top: 40px;

}

.main-text__lead-txt h2:first-child {
    margin-top: 0;
}

p.last-p img {
    width: 60px;
    margin-right: 20px;
}

.main-text__lead-txt .last-p {
    margin-top: 40px;
    text-align: left;
    line-height: 1.4;
    display: flex;
    align-items: center;
    max-width: 560px;
}

.main-text__lead-txt {
    max-width: 850px;
    margin: 0 auto;
}



@media (max-width: 768px) {


    .youtube-block picture:after {
        background-size: 30px 30px;
        background-position: 57% 50%;
        background-repeat: no-repeat;
        top: 60%;
        padding: 40px;
    }

    #programs .program-block {
        flex-wrap: wrap;
    }

    #programs .program-header__time {
        width: 100%;
        margin-bottom: 20px;
    }

    .program-header__text {
        width: 100%;
        padding-left: 6px;
    }

    .lead-text__inner {
        padding: 30px 30px 30px 20px;
    }

    .lead-img {
        width: 80px;
        margin-right: 20px;
    }

    .lead-text__title {
        width: calc(100% - 100px);
    }

    .video-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .youtube-block {
        padding: 0px 30px;
    }

    .webelement-stat__txt {
        text-align: left;
    }

    .main-text__lead-txt {
        max-width: 450px;
    }
}


@media (max-width: 600px) {


    .lenta {
        display: none;
    }

    span.first-screen__dop-text {
        display: inline-block;
        margin-bottom: 30px;
    }

    .first-screen__btn {
        margin-bottom: 15px;
    }


    .main-text__icons {
        max-width: 400px;
        margin: 0 auto;
        justify-content: flex-start;
    }

    .main-text__lead-txt p {
        font-size: 2.0rem;
        margin: 30px 0px;
    }

    .main-text:before {
        -webkit-text-stroke: 4px rgb(76 68 142 / 3%);
        font-size: 10rem;
    }


    .webelement-stat__caption {
        font-size: 50px;
    }

    div#jobs .jobs__item-img {
        width: initial !important;
        height: initial !important;
        margin-right: 0px !important;
    }

    .jobs__caption {
        color: #fff;
        font-size: 1.7rem;
        line-height: 1.2;
        font-weight: 500;
        /* margin-bottom: 15px; */
    }
}







@media (max-width: 500px) {
    .lead-text__left {
        display: block;
    }

    .lead-img {
        margin: 10px auto;
    }

    .lead-text__title {
        width: 100%;
    }

    .price-package__btn a {
        padding: 10px 10px;
        font-size: 14px;
    }
}





.main-text__lead-txt li {
    font-size: 2.2rem;
    line-height: 1.5;
    padding-left: 22px;
    position: relative;
    margin-bottom: 6px;
}

.main-text__lead-txt li:before {
    content: "■";
    font-size: 18px;
    color: #cb0928;
    position: absolute;
    top: 0;
    left: 0;
}



.for-glitch {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
}

canvas#canvas,
canvas#canvas2 {
    width: 100%;
    height: auto;
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
}









/**************/
@media (min-width: 1200px) {
    header.header {
        position: fixed;
        background: rgb(19 30 44 / 70%);
        /* background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgb(19 30 44) 104%) */
    }
}


.price-heading__item {
    min-height: 70px;
    height: auto;
}

.price-package__row-price {
    padding: 16px 10px 20px;
}




.footer-contacts__item {
    height: auto;
}


.footer-contacts .footer-contacts__bg+.container .row {
    align-items: center;
    justify-content: center;
    height: 205px;
}

header.header.is-open {
    z-index: 99999;
}



.quote {
    padding: 0 0px 80px;
}

@media (max-width: 767px) {
    .quote {
        padding-bottom: 40px;
    }
}

.quote-block {
    max-width: 960px;
    width: calc(100% - 30px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.quote-block__img {
    width: 215px;
    height: 215px;
    margin-right: 45px;
    overflow: hidden;
    border-radius: 50%;
}

.quote-block__txt {
    width: calc(100% - 260px);
    position: relative;
}

.quote-block__txt p {
    font-size: 2.2rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1.6;
}


.quote-block__txt:before {
    content: '';
    display: block;
    position: absolute;
    width: 130px;
    height: 130px;
    background-image: url(/seminar_img/svg/quote.svg);
    background-size: contain;
    background-repeat: no-repeat;
    left: -10px;
    top: -10px;
    z-index: -1;
    transform: translate(-15%, -15%);
}

p.small-right {
    text-align: right;
    margin-top: -10px;
}

.quote-block__txt> :last-child {
    margin-bottom: 0px;
}

.quote-block__txt> :first-child {
    margin-top: 0px;
}


@media (max-width: 768px) {

    .quote-block__txt p {
        font-size: 2.0rem;
    }

    .quote-block__txt {
        width: calc(100% - 225px);
    }

    .quote-block__img {
        width: 180px;
        height: 180px;
    }
}


@media (max-width: 600px) {
    .quote-block__txt {
        width: 100%;
    }

    .quote-block {
        justify-content: center;
        padding: 15px;
    }

    .quote-block__img {
        margin-right: 0px;
    }
}




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


#mockup {
    padding: 0px 0px 90px;
    overflow: hidden;
}

.mockup__item {
    width: 100% !important;
    max-width: 550px;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    outline: none;
}

.mockup .slick-track {
    display: flex;
    align-items: center;
}

.mockup .slick-slide {
    display: flex;
    height: 100%;
    justify-content: center;
    /* filter: blur(5px); */
}



.mockup__img {
    position: absolute;
    top: 44.5%;
    left: 50%;
    width: 61%;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.mockup__back {
    position: absolute;
    top: 44.5%;
    left: 50%;
    width: 64%;
    height: 75%;
    transform: translate(-50%, -50%);
    z-index: -2;
    filter: blur(20px);
}

.mockup .slick-slide.slick-current {
    /* filter: blur(0px); */
}


.mockup ul.slick-dots {
    text-align: center;
    margin: 20px 0px 0px;
}

.mockup ul.slick-dots button {
    display: none;
}

.mockup ul.slick-dots li {
    display: block;
}

.mockup ul.slick-dots li {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    margin: 0px 2px;
    border: 2px solid #cb0928;
    cursor: pointer;
}

.mockup ul.slick-dots li.slick-active {
    background: #cb0928;
}



.mockup__btn-block {
    text-align: center;
    margin-top: 40px;
}


.mockup__btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #cb0928;
    background-color: #cb0928;
    color: #ffffff;
    padding: 15px 32px;
    margin: 0px;
}

.mockup__btn:hover {
    border: 2px solid #cb0928;
    background-color: #fff;
    color: #cb0928;
}


.mockup .slick-arrow {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512' xml:space='preserve' fill='%23fff'%3E%3Cpath d='M505.752,123.582c-8.331-8.331-21.839-8.331-30.17,0L256,343.163L36.418,123.582c-8.331-8.331-21.839-8.331-30.17,0 s-8.331,21.839,0,30.17l234.667,234.667c8.331,8.331,21.839,8.331,30.17,0l234.667-234.667 C514.083,145.42,514.083,131.913,505.752,123.582z'/%3E%3C/svg%3E%0A");
    background-size: 40px;
    background-position: 50% 55%;
    background-repeat: no-repeat;
    background-color: #efefef;
    top: 50%;
    font-size: 0;
    border: 0;
    padding: 0;
    margin: 0;
    transition: .3s ease 0s;
    z-index: 99;
}

.mockup .slick-arrow:hover {
    background-color: #e8e8e8;
}

.mockup .slick-arrow:active {
    background-color: #b7b7b7;
}

.mockup .slick-arrow.slick-next {
    right: 25%;
    transform: translateY(-50%) rotate(-90deg);
}

.mockup .slick-arrow.slick-prev {
    left: 25%;
    transform: translateY(-50%) rotate(90deg);
}



@media (max-width: 1200px) {
    .mockup .slick-arrow {
        position: absolute;
        width: 60px;
        height: 60px;
        background-size: 30px;
    }

    .mockup .slick-arrow.slick-prev {
        left: 20%;
    }

    .mockup .slick-arrow.slick-next {
        right: 20%;
    }
}



@media (max-width: 991px) {
    .mockup .slick-arrow {
        position: absolute;
        width: 50px;
        height: 50px;
        background-size: 25px;
    }

    .mockup .slick-arrow.slick-prev {
        /* left: 15%; */
    }

    .mockup .slick-arrow.slick-next {
        /* right: 15%; */
    }
}






















/*******mockup-for-one**************/


#mockup-for-one {
    padding: 0px 0px 90px;
    overflow: hidden;
}


.mockup-for-one__main-block {
    background: url(/seminar_img/mockup/bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

.mockup-for-one__main-block h2.title-lg {
    margin-bottom: 0px;
    padding-top: 90px;
    color: #fff;
    text-shadow: 0px 0px 20px #000;
}

/*
.mockup-for-one__main-block:before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-image: url(/seminar_img/mockup/bg.png);
    animation: glitch-anim-3 1s infinite linear alternate-reverse;
}
*/

.mockup-for-one__item {
    outline: none;
    position: relative;
}

.mockup-for-one .slick-track {
    display: flex;
    align-items: center;
}

.mockup-for-one .slick-slide {
    display: flex;
    height: 100%;
    justify-content: center;
    /* filter: blur(5px); */
    margin: 0 2px;
}

.mockup-for-one__main-img {
    width: 100%;
    max-width: 650px;
    margin: 0px auto;
    position: relative;
    line-height: 0px;
}

.mockup-for-one__main-img>img {
    position: relative;
    z-index: 10;
    pointer-events: none;
}

.mockup-for-one__main-slider {
    position: absolute;
    top: 6.9%;
    left: calc(29.5% - 2px);
    width: calc(40.1% + 4px);
    height: 60.2%;
}


.mockup-for-one__back {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 150%;
    width: 100%;
    max-height: initial;
    max-width: initial;
    transform: translate(-50%, -50%);
    filter: blur(20px);
    z-index: -2;
}

.mockup-for-one .slick-slide.slick-current {
    /* filter: blur(0px); */
}


.mockup-for-one ul.slick-dots {
    text-align: center;
    margin: 10px 0px 10px;
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translate(-50%, 0%);
    z-index: 11;
    width: 100%;
}

.mockup-for-one .slick-list {
    overflow: hidden;
    border-radius: 20px;
}

.mockup-for-one ul.slick-dots button {
    display: none;
}

.mockup-for-one ul.slick-dots li {
    display: block;
}

.mockup-for-one ul.slick-dots li {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    margin: 0px 2px;
    border: 2px solid #e94cff;
    cursor: pointer;
}

.mockup-for-one ul.slick-dots li.slick-active {
    background: #e94cff;
}



.mockup-for-one__btn-block {
    text-align: center;
    margin-top: 40px;
}


.mockup-for-one__btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #cb0928;
    background-color: #cb0928;
    color: #ffffff;
    padding: 15px 32px;
    margin: 0px;
}

.mockup-for-one__btn:hover {
    border: 2px solid #cb0928;
    background-color: #fff;
    color: #cb0928;
}


.mockup-for-one .slick-arrow {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512' xml:space='preserve' fill='%23fff'%3E%3Cpath d='M505.752,123.582c-8.331-8.331-21.839-8.331-30.17,0L256,343.163L36.418,123.582c-8.331-8.331-21.839-8.331-30.17,0 s-8.331,21.839,0,30.17l234.667,234.667c8.331,8.331,21.839,8.331,30.17,0l234.667-234.667 C514.083,145.42,514.083,131.913,505.752,123.582z'/%3E%3C/svg%3E%0A");
    background-size: 40px;
    background-position: 50% 55%;
    background-repeat: no-repeat;
    background-color: transparent;
    top: 50%;
    font-size: 0;
    border: 1px solid #fff;
    padding: 0;
    margin: 0;
    transition: .3s ease 0s;
    z-index: 99;
}

.mockup-for-one .slick-arrow:hover {
    background-color: rgb(255 255 255 / 30%);
}

.mockup-for-one .slick-arrow:active {
    background-color: rgb(255 255 255 / 60%);
}

.mockup-for-one .slick-arrow.slick-next {
    right: -75%;
    transform: translateY(-50%) rotate(-90deg);
}

.mockup-for-one .slick-arrow.slick-prev {
    left: -75%;
    transform: translateY(-50%) rotate(90deg);
}



@media (max-width: 1200px) {
    .mockup-for-one .slick-arrow {
        position: absolute;
        width: 60px;
        height: 60px;
        background-size: 30px;
    }

    .mockup-for-one .slick-arrow.slick-prev {
        left: -50%;
    }

    .mockup-for-one .slick-arrow.slick-next {
        right: -50%;
    }
}



@media (max-width: 991px) {
    .mockup-for-one .slick-arrow {
        position: absolute;
        width: 50px;
        height: 50px;
        background-size: 25px;
    }

    .mockup-for-one .slick-arrow.slick-prev {
        /* left: 15%; */
    }

    .mockup-for-one .slick-arrow.slick-next {
        /* right: 15%; */
    }
}

div#maket {
    position: relative;
    top: -25vh;
}







.video-section h3.title-lg {
    font-size: 26px;
    color: #fff;
    margin-bottom: 0px;
}

.video-section h3.title-lg+div {
    margin-top: 30px;
}
















@keyframes glitch-anim-3 {
    0% {

        opacity: 1;
        transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
        -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
        clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);

    }

    3% {

        -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
        clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);

    }

    5% {

        -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
        clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);

    }

    7% {

        -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
        clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);

    }

    9% {

        -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
        clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);

    }

    11% {

        -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
        clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);

    }

    13% {

        -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
        clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);

    }

    15% {

        -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
        clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);

    }

    17% {

        -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
        clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);

    }

    19% {

        -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
        clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);

    }

    20% {

        -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
        clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);

    }

    21.9% {

        opacity: 1;
        transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);

    }

    22%,
    100% {

        opacity: 0;
        transform: translate3d(0, 0, 0);
        -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
        clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    }
}















.owl-video-block {
    text-align: center;
}

.owl-video-block .owl-dot {
    background: #ccc;
    display: inline-block;
    width: calc(80%/7 - 10px);
    height: 6px;
    border-radius: 3px;
    margin: 0px 5px;
    position: relative;
    overflow: hidden;
}

.owl-video-block .owl-dot span {
    width: 0%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    background: #4b478a;
}

.owl-video-block .owl-dots {
    text-align: center;
}

.owl-video-block .video-block-el>video {
    /* width: auto; */
    /* max-width: 100%; */
    /* max-height: 80vh; */
    position: absolute;
    -o-object-fit: cover;
    /* object-fit: cover; */
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.owl-video-block .video-block {
    position: relative;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.owl-video-block .video-block-el {
    position: relative;
}


.owl-video-block .video-block .mute_btn {
    display: block;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 60px;
    background-color: transparent;
    background-image: url(/seminar_img/icons/unmute.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    z-index: 2;
    border-radius: 50%;
    cursor: pointer;
}

.owl-video-block .video-block .unmute_btn {
    display: block;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 60px;
    /* background-color: transparent; */
    background-image: url(/seminar_img/icons/mute.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    z-index: 2;
    border-radius: 50%;
    cursor: pointer;
}

.owl-video-block .video-block .play_btn {
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

.owl-video-block .video-block .play_btn:after {
    content: '';
    display: block;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    /* background-color: transparent; */
    background-image: url(/seminar_img/icons/play.svg);
    background-repeat: no-repeat;
    background-position: 80% 50%;
    background-size: 50px;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    border: 5px solid #fff;
    transform: translate(-50%, -50%);
}



.owl-video-block .video-block .pause_btn {
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

.owl-video-block .video-block .pause_btn:after {
    content: '';
    display: block;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-image: url(/seminar_img/icons/pause.svg);
    background-repeat: no-repeat;
    background-position: 40% 50%;
    position: absolute;
    z-index: 1;
}


.owl-video-block .video-block .bnt-block {
    display: none;
}

.owl-video-block .owl-item.active.center .bnt-block,
.owl-video-block .slick-center .bnt-block {
    display: block;
}

div#video_review .slick-list {
    overflow: initial;
}


div#video_review {
    padding: 90px 0px 90px;
    background: #f3f3f3;
    overflow: hidden;
    position: relative;
}

.owl-video-block .dot {
    width: 100%;
    display: none;
    height: 4px;
    border-radius: 2px;
    background: #ccc;
    position: relative;
    overflow: hidden;
    position: absolute;
    bottom: -10px;
}

.owl-video-block .slick-center .dot {
    display: block;
}

.owl-video-block .slick-slide {
    margin: 0 5px;
}

.owl-video-block .slick-center .dot span {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #4e4491;
}

.owl-video-block .owl-prev {
    position: absolute;
    left: 0px;
    top: 0px;
    height: calc(100% - 25px);
    width: calc(100% / 3);
    line-height: 0;
    font-size: 0px;
}

.owl-video-block .owl-next {
    position: absolute;
    right: 0px;
    top: 0px;
    height: calc(100% - 25px);
    width: calc(100% / 3);
    line-height: 0;
    font-size: 0px;
}

.owl-video-block ul.slick-dots {
    margin-top: 0px;
    line-height: 1;
    position: absolute;
    width: 100%;
    top: -20px;
}

.owl-video-block ul.slick-dots>li {
    display: inline-block;
    line-height: 1;
    font-size: 0;
    width: calc(100% / 7 - 10px);
    height: 6px;
    background: #dedede;
    border-radius: 6px;
    margin: 0px 1px;
    position: relative;
    overflow: hidden;
}

ul.slick-dots>li button {
    display: none;
}

.owl-video-block ul.slick-dots>li.slick-active {
    /* background: #4e4391; */
}


.video-block-el>img {
    width: auto;
    max-width: 100%;
    max-height: 80vh;
    position: relative;
    object-fit: cover;
}


ul.slick-dots>li button {
    display: block;
    padding: 0px;
    background: #373762;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    font-size: 0px;
    border: 0px;
    width: 0px;
}


/*
.owl-video-block .owl-prev {
    position: absolute;
    left: 20px;
    transform: translate(0px, -50%) rotate(-90deg);
    top: 50%;
    height: 60px;
    width: 60px;
    line-height: 0;
    font-size: 0px;
    background-image: url(/seminar_img/icons/up-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.owl-video-block .owl-next {
    position: absolute;
    right: 20px;
    transform: translate(0px, -50%) rotate(90deg);
    top: 50%;
    height: 60px;
    width: 60px;
    line-height: 0;
    font-size: 0px;
    background-image: url(/seminar_img/icons/up-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
*/
.owl-video-block .owl-item,
.owl-video-block .owl-next,
.owl-video-block .owl-prev {
    opacity: 0.5;
}

.owl-video-block .owl-item.active.center,
.owl-video-block .owl-next:hover,
.owl-video-block .owl-prev:hover {
    opacity: 1;
}


div#video_review:before {
    content: 'WEBELEMENT';
    display: inline-block;
    color: #0202ff;
    -webkit-text-stroke: 8px rgb(76 68 142 / 3%);
    -webkit-text-fill-color: rgb(0 0 0 / 0%);
    font-size: 22rem;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    transform: rotate(346deg) translate(-43%, -100%);
}


@media (max-width: 768px) {

    .owl-video-block .owl-nav,
    .owl-video-block .slick-center .dot {
        display: none;
    }
}

.zhukov {
    height: auto;
    padding-bottom: 75px;
}

.price-section {
    padding: 80px 0;
}

@media (max-width: 767px) {
    .zhukov {
        padding-bottom: 0;
    }

    .price-section {
        padding: 40px 0;
    }
}