/*##############################################################################
	1. Base styles
##############################################################################*/

/* -----------------------------------------------------------------------------
	1.1. Base Styles
----------------------------------------------------------------------------- */

/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;700;800;900&display=swap');*/

@import url("../fonts/webfonts/Montserrat.css");

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
div,
form {
    display: block;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #fff;
    color: #000;
    font-weight: 300;
    font-size: 16px;

    font-family: 'Montserrat', sans-serif;
    line-height: 1.5001;
}

a[href*="tel"] {
    text-decoration: none;
}

a img {
    border: none;
}

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

[class^="icon-"]:before,
[class*=" icon-"]:before {
    margin: 0;
    width: auto;
}

@media (min-width: 540px) {
    html {
        font-size: 8px;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 9px;
    }
}

@media (max-width:540px) {
    .visible-tablet {
        display: none;
        visibility: hidden;
        height: 0;
        overflow: hidden;
        padding: 0;
    }
}

@media (min-width: 992px) {
    html {
        font-size: 10px;
    }

    body {
        font-size: 18px;
        line-height: 1.38889;
    }

    .visible-tablet {
        display: none;
        visibility: hidden;
        height: 0;
        overflow: hidden;
        padding: 0;
    }
}

/* -----------------------------------------------------------------------------
	3.1.2. Top Bar
----------------------------------------------------------------------------- */

.page_wrapper {
    overflow: hidden;
}

.page_main {
    overflow: hidden;
}

.page_header__top_bar {
    margin: 0 0 31px;
}

.page_header__top_bar .logo_wrapper {
    padding: 0 5px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-flow: row wrap;
}

.logo_wrapper > img {
    max-width: calc(100%/3);
    max-height: 60px;

}

.logo_wrapper a {
    max-width: calc(100%/3);
    max-height: 60px;
}

.logo_wrapper a img {
    width: 100%;
    max-width: 100%;
    max-height: 60px;
}

@media (max-width: 768px) {
    .logo_wrapper img {
        max-height: 30px;
    }

    .logo_wrapper a {
        max-height: 30px;
    }

    .logo_wrapper a img {
        max-height: 30px;
    }
}

/*##############################################################################
	CSS_added
##############################################################################*/

/*##############################################################################
	1. Base styles
##############################################################################*/

/* -----------------------------------------------------------------------------
	1.1. Base Styles
----------------------------------------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
div,
form {
    display: block;
    box-sizing: border-box;
}

html {
    font-size: 10px;
}

body {
    margin: 0;
    background: #fff;
    color: #000;
    font-weight: 300;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5001;
}

a[href*="tel"] {
    text-decoration: none;
}

a img {
    border: none;
}

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

[class^="icon-"]:before,
[class*=" icon-"]:before {
    margin: 0;
    width: auto;
}

@media (min-width: 540px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 992px) {


    body {
        font-size: 18px;
        line-height: 1.38889;
    }
}

/* -----------------------------------------------------------------------------
	1.2. Typography
----------------------------------------------------------------------------- */

h1,
.h1_like {
    margin: 0 0 17px;
    text-align: center;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.25;
}

h1 strong,
.h1_like strong {
    display: block;
    font-weight: 300;
}

h1 .colored,
.h1_like .colored {
    color: #fff;
}

h1 sup,
.h1_like sup {
    position: absolute;
}

h2,
.h2_like {
    margin: 0 0 21px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.16667;
}

h3,
.h3_like {
    margin: 0 0 16px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: inherit;
}

p:first-child {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

h1 + p,
h2 + p,
h3 + p {
    margin-top: 0;
}

@media (min-width: 767px) {

    h1,
    .h1_like {
        margin: 0 0 54px;
        text-align: left;
        /*        font-weight: 100;*/
        font-size: 60px;
        /*        font-size: 6rem;*/
        line-height: 1.2;
    }

    h1 strong,
    .h1_like strong {
        display: block;
        font-weight: 100;
    }

    h1 .colored,
    .h1_like .colored {
        color: #be1e2d;
    }

    h2,
    .h2_like {
        margin: 0 0 16px;
        text-align: center;
        font-weight: bold;
        font-size: 40px;
        /*        font-size: 4rem;*/
        line-height: inherit;
    }

    h3,
    .h3_like {
        margin: 0 0 16px;
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: inherit;
    }
}

/* -----------------------------------------------------------------------------
	1.3. Helpers
----------------------------------------------------------------------------- */

.sr_only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
}

.overlayed {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background: #000;
    background: rgba(0, 0, 0, .7);
}

.unselectable {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

.colored {
    color: #be1e2d;
}

.bg-black {
    background-color: #000;
}

.bg-grey {
    background-color: #efefef;
}

.bg-white {
    background-color: #fff;
}


/*##############################################################################
	2. Elements
##############################################################################*/

/* -----------------------------------------------------------------------------
	2.1. Buttons
----------------------------------------------------------------------------- */

.button {
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: 0 30px;
    height: 60px;
    border: none;
    background: #b12a27;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
    /*    font-size: 1.8rem;*/
    /*    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    line-height: 60px;
    cursor: pointer;
    transition: .2s;
}

.button:hover {
    background: #d42d29;
    ;
    color: #fff;
    text-decoration: none;
}

/*
.button:active {
    background: #000;
}
*/

/* -----------------------------------------------------------------------------
	2.2. Forms (input, select)
----------------------------------------------------------------------------- */

input[type="text"],
input[type="E-mail"],
input[type="tel"] {
    box-sizing: border-box;
    /*	margin: 0;*/
    /*	padding: 0 15px;*/
    /*	height: 51px;*/
    line-height: 1;
    /*    font-size: 14px;*/
    /*    height: 1.3rem;*/
}

::-webkit-input-placeholder {
    color: #2d2d2e;
    font-size: 16px;
    line-height: 1;

    /*    opacity: .54*/
}

select {
    background: #fff url(../images/icons/select-arrow.png) right 16px top 50% no-repeat;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;
}

/* -----------------------------------------------------------------------------
	2.3. Checkbox
----------------------------------------------------------------------------- */

.checkbox_wrapper {
    position: relative;
    display: inline-block;
}

.checkbox_wrapper input[type="checkbox"] {
    position: absolute;
    z-index: 1;
    visibility: hidden;
    clip: rect(0, 0, 0, 0);
    opacity: 0;
}

.checkbox_wrapper .checkbox_view {
    position: relative;
    display: inline-block;
    box-sizing: box;
    margin-right: 14px;
    width: 34px;
    height: 34px;
    border: 1px solid #000;
    background: #fff;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox_wrapper .checkbox_view:before {
    position: absolute;
    top: 9px;
    left: 9px;
    width: 18px;
    height: 14px;
    background: url(../images/icons/check_mark.svg) 0 0/100% no-repeat;
    content: '';
    opacity: 0;
    transition: opacity .2s;
}

.checkbox_wrapper input[type="checkbox"]:checked + .checkbox_view:before {
    opacity: 1;
}

.checkbox_label {
    vertical-align: middle;
    cursor: pointer;
    font-size: 16px;
}

/* -----------------------------------------------------------------------------
	2.4. Phone
----------------------------------------------------------------------------- */

.phone {
    position: relative;
    padding: 3px 0 3px 0px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    /*    font-size: 1.8rem;*/
}

/*
.phone:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(../images/icons/phone_icon.png) no-repeat;
    content: '';
}
*/

@media screen and (max-width: 576px) {
    .phone.phone_header {
        font-size: 0;
    }

    /*
    .phone:before {
        top: -15px;
        left: -15px;
    }
*/

    .phone.phone_footer:before {
        top: 5px;
        left: 1px;
        width: 20px;
        height: 20px;
        background-size: contain;
    }
}

/* -----------------------------------------------------------------------------
	2.5. Event Data
----------------------------------------------------------------------------- */

.event_data_wrapper {
    background: #000;
}

.event_data_wrapper .event_data_inner {
    /*    max-width: 300px;*/
}

.event_data_wrapper .date_wrapper {
    margin: 0 0 9px;
}

.event_data_wrapper .date {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
}

.event_data_wrapper .date .separator {
    color: #be1e2d;
    font-weight: 300;
}

.event_data_wrapper .address {
    margin: 0 0 0px;
    color: #bcbcbc;
    font-size: 18px;
    line-height: 1.66667;
}

.event_data_wrapper .address .inner {
    display: block;
}

.event_data_wrapper .address a {
    border-bottom: 1px dashed;
    color: #bcbcbc;
    text-decoration: none;
}

.event_data_wrapper .free_price {
    margin: 0 0 0px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}

.event_data_wrapper .button_wrapper {
    margin-bottom: 29px;
}

.event_data_wrapper .button {
    width: 100%;
}

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

/* -----------------------------------------------------------------------------
	2.6. Form Register
----------------------------------------------------------------------------- */



/* -----------------------------------------------------------------------------
	2.6. Slick
----------------------------------------------------------------------------- */

.slick-slide {
    outline: none;
}

.slick-dots li {
    width: auto;
    height: auto;
}

.slick-dots li button {
    display: block;
    box-sizing: border-box;
    padding: 0;
    width: 11px;
    height: 11px;
    border: 2px solid #be1e2d;
    border-radius: 50%;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    background: #be1e2d;
}

.slick-dots li button:before {
    content: none;
}

.slick-dots li.slick-active button {
    background: #be1e2d;
}

/*##############################################################################
	3.1. Blocks [header]
##############################################################################*/

/* -----------------------------------------------------------------------------
	3.1.1. Header [common]
----------------------------------------------------------------------------- */

.page_header {
    min-height: 700px;
    color: #fff;
    background-image: url(../images/MI_campus222.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.page_header__inner1 {
    padding: 29px 0 26px;
    /*    background: #000 url(../images/bg/head-bd--nda.jpg) 0 0/cover no-repeat;*/
}

@media (orientation: landscape) {
    .page_header {
        background-position: 50% 50% !important;
    }
}

@media (min-width: 768px) {
    .page_header {
        padding: 3.5em 0 1.55556em;

    }

    .page_header__inner1 {
        padding: 0;
        background: none;
    }
}

/* -----------------------------------------------------------------------------
	3.1.2. Top Bar
----------------------------------------------------------------------------- */

.page_header__top_bar {
    margin: 0 0 31px;
}

.page_header__top_bar .logo_wrapper {
    padding: 0 5px;
    text-align: center;
}

.page_header__top_bar .phone_wrapper {
    text-align: right;
}

@media (min-width: 768px) {
    .page_header__top_bar {
        margin: 0 0 4.05556em;
    }

    .page_header__top_bar .logo_wrapper {
        padding: 0;
    }
}


/* -----------------------------------------------------------------------------
	3.1.3. Jumbotron
----------------------------------------------------------------------------- */

.page_header__jumbotron1 {
    text-align: center;
}

.page_header__jumbotron1 .subtitle {
    margin: 0 0 27px;
    font-size: 14px;
    line-height: 1.5;
}

.page_header__jumbotron1 .notice {
    position: relative;
    color: #bcbcbc;
    text-align: right;
    font-size: 14px;
    line-height: 1.71429;
}

.page_header__jumbotron1 .notice:before {
    position: absolute;
    top: -36px;
    right: 0;
    display: block;
    color: #be1e2d;
    content: '*';
    text-align: right;
    font-weight: bold;
    font-size: 33px;
    line-height: 1;
}

.page_header__jumbotron2 {
    padding: 41px 0;

}

.page_header__jumbotron2 .jumbotron_inner {
    padding: 0 10px 0 15px;
}

.page_header__jumbotron2 .event_data_wrapper {
    margin: 1px 0 27px;
}

.page_header__jumbotron2 .register_link_wrapper {
    display: none;
    /*    text-align: center;*/
    font-weight: 500;
}

.page_header__jumbotron2 .register_link_wrapper .title {
    margin: 0 0 46px;
}

.register_link_wrapper ul li {
    font-weight: 300;
    margin-bottom: 1rem;
    text-align: left;
}

.page_header__jumbotron2 .button_wrapper {
    margin: 0 0 30px;
    text-align: center;
}

.page_header__jumbotron2 .button {
    display: block;
    padding: 0;
    width: 100%;
}

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

.page_header__jumbotron2 .notice_wrapper {
    display: none;
    margin: -28px 0 0;
}

.page_header__jumbotron2 .notice {
    position: relative;
    color: #bcbcbc;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.73333;
}

.page_header__jumbotron2 .notice:before {
    display: block;
    margin: 0 0 5px;
    color: #be1e2d;
    content: '*';
    text-align: right;
    font-weight: bold;
    font-size: 40px;
    font-size: 4rem;
    line-height: 1;
}

@media (min-width: 375px) {
    .page_header__jumbotron1 h1 .inner {
        display: block;
    }
}

@media (min-width: 768px) {
    .page_header__jumbotron1 h1 {
        margin-bottom: 0;
        text-shadow: 1px 1px 15px #343434;

    }

    .page_header__jumbotron2 .register_link_wrapper {
        text-align: left;
    }

    .page_header__jumbotron2 {
        padding: 2.94444em 0 0;
        background: none;
    }
}

.page_header__jumbotron1 .subtitle,
.page_header__jumbotron1 .notice {
    display: none;
}



.page_header__jumbotron2 .jumbotron_inner {
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
}

.page_header__jumbotron2 .event_data_wrapper {
    width: 40%;
    background: none;
    background-color: rgba(0, 0, 0, 0.5);
    float: right;
    padding: 35px;
}

.page_header__jumbotron2 .event_data_wrapper .phone_wrapper,
.page_header__jumbotron2 .event_data_wrapper .button_wrapper {
    display: none;
}

.page_header__jumbotron2 .register_link_wrapper {
    display: block;
    width: 40%;
}

.page_header__jumbotron2 .register_link_wrapper .button {
    display: inline-block;
    padding-right: 30px;
    padding-left: 30px;
    width: auto;
}

.page_header__jumbotron2 .notice_wrapper {
    display: block;
    width: 30%;
    text-align: right;
}



@media (max-width: 768px) {

    .page_header__jumbotron2 {
        padding-top: 0;
    }

    .page_header__jumbotron2 .jumbotron_inner {
        padding: 0;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-flow: column wrap;
    }

    .page_header__jumbotron2 .register_link_wrapper {
        width: 100%;
    }

    .page_header__jumbotron2 .event_data_wrapper {
        margin-bottom: 0;
    }

    .page_header__jumbotron2 .event_data_wrapper {
        width: 100%;
        background: none;
        background-color: rgba(0, 0, 0, 0.5);
        float: right;
        padding: 35px;
    }




}

/*##############################################################################
	3.2. Blocks [sections]
##############################################################################*/

/* -----------------------------------------------------------------------------
	3.2.1. Program
----------------------------------------------------------------------------- */

.program_section {
    padding: 11px 0 0;
    background: #000;
}

.program_section h2 {
    color: #fff;
}

.program_list {
    margin: 0 -24px;
}

.program_item {
    padding: 0;
}

.program_item_inner {
    position: relative;
    text-align: center;
}

.program_item_inner .illustration {
    display: block;
    width: 100%;
}

.program_item_inner .title {
    position: absolute;
    top: 50%;
    right: 30px;
    left: 30px;
    color: #fff;
    font-weight: 300;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.program_item_inner .title b {
    display: block;
}

@media (min-width: 540px) {
    .program_list {
        background: none;
    }

    .program_list:before,
    .program_list:after {
        display: table;
        clear: both;
        content: "";
    }

    .program_item {
        float: left;
        width: 50%;
    }
}

@media (min-width: 768px) {
    .program_section {
        /*padding: 2em 0 2.11111em; */
        background: #fff;
    }

    .program_section h2 {
        color: #000;
    }

    .program_section .program_list {
        margin: 0 -8px;
    }

    .program_section .program_item {
        padding: 8px;
    }
}

@media (min-width: 992px) {
    .program_item {
        width: 33.3333%;
    }
}

/* -----------------------------------------------------------------------------
	3.2.2. About
----------------------------------------------------------------------------- */

.about_section h2 {
    font-size: 24px;
}

.about_section .guest_data .name {
    margin: 0 0 2px;
    /*    font-weight: bold;*/
    font-size: 21px;
}

.about_section .guest_data .job {
    font-weight: 300;
    /*    font-size: 16px;*/
    line-height: 1.33343;
}

.about_section .guest_data .job b {
    display: block;
}

.guest_data img {
    max-width: 100%;
    /*    width: 250px;*/
}

.about_section .guest_info {
    max-width: 640px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5001;
}

/*
.about_section .reasons_wrapper {
    padding-left: 12%;
}
*/

.about_section .reasons_wrapper .title {
    margin: 0 0 26px;
    text-align: center;
}

.about_section .reasons_wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    /*font-weight: 500;*/
    font-size: 16px;
    line-height: 1.5001;
}

.about_section .reasons_wrapper li {
    position: relative;
    margin: 15px 0;
    padding-left: 50px;
}

.about_section .reasons_wrapper li:first-child {
    margin-top: 0;
}

.about_section .reasons_wrapper li:last-child {
    margin-bottom: 0;
}

.about_section .reasons_wrapper li:before {
    position: absolute;
    top: 15px;
    left: 0;
    width: 35px;
    height: 3px;
    background: #be1e2d;
    content: '';
}

.about_section .promouter {
    /*margin: 0 0 31px;*/
    font-weight: 300;
    padding-top: 2%;
}

.about_section .promouter .title {
    margin: 0 0 51px;
}

.about_section .promouter .breakout {
    padding: 29px 40px 32px;
    /*border: 2px solid #000;*/
}

.about_section .promouter .breakout .logo_wrapper {
    margin: 0 0 7px;
}

.about_section .promouter .breakout .logo {
    width: 100%;
}

.about_section p {
    font-size: 16px;
}

.about_section .button-wrap {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

@media (min-width: 768px) {

    .about_section h2 {
        font-size: 40px;
    }

    .about_section p {
        font-size: 18px;
        padding-left: 1.5rem;
    }

    /*
    .about_section .button-wrap {
        text-align: left;
    }
*/

    .about_section .guest_data .info {
        overflow: hidden;
        /*        padding: 17px 20px 0 0;*/
        text-align: right;
    }

    .about_section .reasons_wrapper .title {
        margin: 0 0 39px;
        text-align: left;
    }

    .about_section .reasons_wrapper ul {
        font-size: 22px;
        /*        font-size: 1.8rem;*/
        line-height: 1.38889;
    }
}

@media (min-width: 992px) {
    .about_section .guest_data .info {
        /*        padding-right: 40px;*/
    }

    .about_section .guest_data .name {
        margin-bottom: 6px;
        font-size: 25px;
        /*        font-size: 4rem;*/
    }

    .about_section .guest_data .job {
        /*
        font-size: 24px;
        font-size: 22px;
        line-height: 1.25;
*/
    }

    .about_section .guest_info {
        font-size: 21px;
        font-size: 2.1rem;
        line-height: 1.38889;
    }

    .about_section .guest_data .info {
        overflow: hidden;
        /*        padding: 17px 40px 0 0;*/
        text-align: right;
    }

    /*
    .reasons_wrapper:after {
        position: absolute;
        content: '';
        background: #efefef;
        right: -25px;
        top: 0;
        height: 100%;
        border-left: 25px solid transparent;
        border-bottom: 160px solid #fff;
        border-top: 160px solid #fff;
    }

    .reasons_wrapper:after {
*/

    /*
        border-top: solid transparent;
        border-top-width: 8em;
*/
}

/*
    .reasons_wrapper:before {
        top: 0;
        border-bottom: solid transparent;
        border-bottom-width: 8em;
    }
*/

/*
    .reasons_wrapper::after {
        content: '';
        position: absolute;
        right: -45px;
        top: 0;
        background-image: url(../images/arrow.png);
        width: 45px;
        height: 100%;
        background-position: 0 50%;
        background-repeat: no-repeat;
        background-size: cover;
    }
*/

.about_section .promouter .breakout {
    margin-left: 15px;
}

/*
.about_section .container .title {
    margin-top: 30px;
}
*/
}





/* -----------------------------------------------------------------------------
	3.2.3. Why
----------------------------------------------------------------------------- */

.why_section {
    padding: 28px 0 0;
    background: #efefef;
}

.why_section h2 {
    margin-bottom: 14px;
}

.why_item {
    margin: 0 0 32px;
    text-align: justify;
    font-size: 14px;
    line-height: 1.5001;
}

.why_item h3 {
    margin: 0 0 8px;
    line-height: 1.66677;
}

@media (min-width: 540px) {
    .why_list {
        margin: 0 -24px;
        font-size: 0;
    }

    .why_item {
        display: inline-block;
        padding: 0 30px;
        width: 50%;
        vertical-align: top;
    }
}

@media (min-width: 992px) {
    .why_section {
        padding: 78px 0 0;
    }

    .why_section h2 {
        margin-bottom: 45px;
    }

    .why_item {
        margin-bottom: 50px;
        font-size: 15px;
        line-height: 1.73333;
    }

    .why_item h3 {
        line-height: 1;
    }
}

@media (min-width: 992px) {
    .why_item {
        width: 33.3333%;
    }
}

/* -----------------------------------------------------------------------------
	3.2.4. Slides
----------------------------------------------------------------------------- */

.slides_section {
    /*    overflow: hidden;*/
    padding: 11px 0 0;
    /*    background: #efefef;*/
}

.slides_list {
    margin-right: -1000px;
    margin-left: -1000px;
    text-align: center;
    font-size: 0;
}

.slides_list.slick-slider {
    margin-bottom: 0;
}

.slides_list .slick-list {
    background: #000;
}

.slides_list .slick-dots {
    top: 0;
    bottom: auto;
}

.slides_list.slick-initialized {
    margin-right: 0;
    margin-left: 0;
}

.slides_item {
    display: inline-block;
}

.slides_item__img {
    display: block;
    width: 100%;
}


@media (max-width: 768px) {
    .slides_list .slick-dots {
        top: auto;
        bottom: -20px;
    }
}

@media (min-width: 1700px) {
    .slides_section {
        padding: 0;
        background: none;
    }

    .slides_section .slides_list {
        padding: 0;
    }

    .slides_section .slick-list {
        background: none;
    }
}

/* -----------------------------------------------------------------------------
	3.2.5. Help
----------------------------------------------------------------------------- */





.help_section .notice_help {
    margin-bottom: 35px;
    font-weight: 100;
    font-size: 24px;
    line-height: 1.2501;
}

.help_section .notice_help b {
    font-weight: 500;
}

.grey-section {
    background: #efefef;
    font-size: 1.3em;
}


@media (min-width: 768px) {
    .help_section {
        padding: 63px 0 0px;
    }

    .help_section .notice_help {
        font-size: 1.3em;
    }
}

/* -----------------------------------------------------------------------------
	3.2.6. Students
----------------------------------------------------------------------------- */

/*
.students_section {
    padding: 30px 0;
}
*/

.students_section h2 {
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 1.5001;
}

.students_item {
    text-align: center;
}

.students_item .userpic {
    display: block;
    margin: 0 auto 28px;
}

.students_item .name {
    font-weight: bold;
    font-size: 18px;
}

.students_item .company {
    font-size: 18px;
}

.students_item .company_name {
    display: block;
}

.students_item img {
    filter: grayscale(100%);
    transition: 0.4s;
}

.students_item img:hover {
    filter: grayscale(0%);
}

@media (min-width: 768px) {
    /*
    .students_section {
        padding: 53px 0;
    }
*/

    .students_section h2 {
        margin-bottom: 1.1em;
        font-size: 40px;
        line-height: 1.3;
    }
}

/* -----------------------------------------------------------------------------
	3.2.7. Register
----------------------------------------------------------------------------- */

.register_section .section_header {
    text-align: center;
    margin-top: 24px;
}

.register_section h2 {
    font-weight: 100;
    font-size: 24px;
}

.register_section .subtitle {
    margin-bottom: 30px;
    font-size: 24px;
}


.register_section .event_info_wrapper .address {
    margin-bottom: 7px;
}

.register_section .event_info_wrapper .free_price {
    margin-bottom: 0px;
}


.event_info_inner {
    /*    width: max-content;*/
    margin: 0 auto;
}

@media (min-width: 768px) {
    .register_section h2 {
        font-size: 48px;
        font-size: 4.8rem;
    }

    .register_section .subtitle {
        font-size: 3rem;
    }
}


/* -----------------------------------------------------------------------------
	3.2.8. Special Guest
----------------------------------------------------------------------------- */

.special_guest_section {
    padding: 27px 0 0;
    background: url(../images/bg/guest_bg.jpg) 50% 100% no-repeat;
}

.special_guest_section > .container > .row {
    margin: 0 auto;
    min-width: 260px;
    max-width: 420px;
    width: 70%;
    background: #fff;
}

.special_guest_section .guest_photo_column {
    margin: 0;
    padding: 0;
}

.special_guest_section .guest_photo {
    display: block;
    width: 100%;
}

.special_guest_section .guest_photo__title {
    display: block;
    margin: 0;
    padding: 0;
    height: 46px;
    background: #be1e2d;
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    line-height: 46px;
}

.special_guest_section .guest_info_column {
    padding: 20px;
    text-align: left;
}

.special_guest_section .guest_info__subtitle {
    font-weight: 300;
    font-size: 18px;
}

.special_guest_section .guest_info__subtitle b {
    font-weight: 500;
}

.special_guest_section .guest_info__about .notice {
    display: block;
}

.special_guest_section .guest_info__timing {
    margin-top: 20px;
    font-size: 16px;
}

@media (min-width: 768px) {
    .special_guest_section {
        padding: 55px 0;
    }

    .special_guest_section > .container > .row {
        min-width: 0;
        max-width: none;
        width: auto;
    }

    .special_guest_section .guest_photo_column {
        float: left;
    }

    .special_guest_section .guest_info_column {
        float: none;
        overflow: hidden;
        text-align: left;
        font-weight: 300;
        font-size: 15px;
        line-height: 0.8;
    }

    .special_guest_section .guest_info__name {
        margin: 0 0 16px;
        text-align: left;
        font-size: 30px;
    }

    .special_guest_section .guest_info__subtitle {
        margin-bottom: 27px;
        font-weight: 300;
        font-size: 18px;
    }

    .special_guest_section .guest_info__about {
        text-align: left;
        line-height: 18px;
    }

    .special_guest_section .guest_info__about .notice {
        display: inline;
    }

    .special_guest_section .guest_info__timing {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .special_guest_section .guest_info_column {
        padding: 35px 45px 25px 62px;
    }

    .special_guest_section .guest_info__name {
        font-size: 30px;
    }

    .special_guest_section .guest_info__subtitle {
        font-size: 24px;
    }

    .special_guest_section .guest_info__timing {
        font-size: 24px;
    }
}

/* -----------------------------------------------------------------------------
	3.2.9. Schedule
----------------------------------------------------------------------------- */

.schedule_section {
    padding: 30px 0;
    background: #fff;
    text-align: center;
}

.schedule_section .inner {
    margin-right: auto;
    margin-left: auto;
    min-width: 260px;
    max-width: 420px;
    width: 70%;
}

.schedule_section .clock_icon {
    display: block;
    margin: 0 auto 20px;
    width: 58px;
    height: 58px;
    background: url(../images/icons/clock.png) no-repeat;
}

.schedule_section .schedule_item {
    margin: 30px auto 0;
    font-size: 16px;
}

.schedule_section .schedule_item:first-child {
    margin-top: 0;
}

.schedule_section .schedule_item__title {
    font-weight: bold;
}

@media (min-width: 768px) {
    .schedule_section {
        padding: 55px 0;
    }

    .schedule_section .inner {
        min-width: 0;
        max-width: none;
        width: auto;
    }

    .schedule_section .schedule_item {
        font-size: 24px;
    }
}

/* -----------------------------------------------------------------------------
	3.2.9. Breakout
----------------------------------------------------------------------------- */

.breakout_section {
    padding: 26px 0;
    background: #000;
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
}

.breakout_section .inner {
    margin-right: auto;
    margin-left: auto;
    min-width: 260px;
    max-width: 420px;
    width: 70%;
}

@media (min-width: 768px) {
    .breakout_section {
        font-size: 30px;
    }

    .breakout_section .inner {
        min-width: 0;
        max-width: none;
        width: auto;
    }
}

/* -----------------------------------------------------------------------------
	3.2.9. Testimonials
----------------------------------------------------------------------------- */

.testimonial_section {
    padding: 29px 0 38px;
}

.testimonial_section h2 {
    margin: 0 0 11px;
}

.testimonials_wrapper.slick-dotted {
    margin-bottom: 0;
    padding-top: 44px;
}

.testimonial_quote {
    position: relative;
    box-sizing: border-box;
    margin: 0 0 34px;
    padding: 13px 10px 21px 19px;
    border: 2px solid #000;
}

.testimonial_quote:before,
.testimonial_quote:after {
    position: absolute;
    box-sizing: border-box;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.testimonial_quote:before {
    bottom: -11px;
    left: 37px;
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    border-top: none;
    border-left: none;
}

.testimonial_quote:after {
    bottom: -9px;
    left: 39px;
    width: 16px;
    height: 16px;
    background: #fff;
}

.testimonial_author_wrapper {
    overflow: hidden;
    padding: 0 4px;
}

.testimonial_author_wrapper .userpic {
    float: left;
    margin-right: 17px;
    width: 95px;
    border-radius: 50%;
}

.testimonial_author_wrapper .info {
    overflow: hidden;
    padding: 20px 0 0;
}

.testimonial_author_wrapper .name {
    font-weight: bold;
}

.testimonials_wrapper .slick-dots {
    top: 0;
    bottom: auto;
}

.testimonials_wrapper .slick-dots li {
    width: auto;
    height: auto;
}

.testimonials_wrapper .slick-dots li button {
    display: block;
    box-sizing: border-box;
    padding: 0;
    width: 11px;
    height: 11px;
    border: 2px solid #be1e2d;
    border-radius: 50%;
}

.testimonials_wrapper .slick-dots li button:hover,
.testimonials_wrapper .slick-dots li button:focus {
    background: #be1e2d;
}

.testimonials_wrapper .slick-dots li button:before {
    content: none;
}

.testimonials_wrapper .slick-dots li.slick-active button {
    background: #be1e2d;
}

.testimonials_wrapper .slick-prev,
.testimonials_wrapper .slick-next {
    top: 50%;
    box-sizing: border-box;
    margin-top: -11px;
    width: 20px;
    height: 20px;
    border: 6px solid #000;
    border-radius: 0;
    transition: border-color .3s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.testimonials_wrapper .slick-prev:hover,
.testimonials_wrapper .slick-next:hover {
    border-color: #be1e2d;
}

.testimonials_wrapper .slick-prev:before,
.testimonials_wrapper .slick-next:before {
    content: none;
}

.testimonials_wrapper .slick-prev {
    left: 22px;
    border-top: none;
    border-right: none;
}

.testimonials_wrapper .slick-next {
    right: 22px;
    border-bottom: none;
    border-left: none;
}

@media (min-width: 768px) {
    .testimonial_section {
        padding: 2.5em 0 0;
        border-bottom: none;
    }

    .testimonial_section h2 {
        margin-bottom: .45em;
    }

    .testimonials_wrapper {
        padding-right: 80px;
        padding-bottom: 45px;
        padding-left: 80px;
    }

    .testimonials_wrapper.slick-dotted {
        padding-top: 0;
    }

    .testimonials_wrapper .slick-dots {
        top: auto;
        right: 80px;
        bottom: 120px;
        width: auto;
    }

    .testimonial_quote {
        margin-bottom: 47px;
        padding: 26px 40px 35px;
        text-align: center;
        font-weight: 300;
        font-size: 21px;
        font-size: 2.1rem;
        line-height: 1.42867;
    }

    .testimonial_author_wrapper {
        width: 650px;
    }
}

/*##############################################################################
	3.3. Blocks [footer]
##############################################################################*/

/* -----------------------------------------------------------------------------
	3.3.1. Footer [common]
----------------------------------------------------------------------------- */

.page_footer {
    padding: 33px 0 30px;
    background: #000;
    /*    margin-top: 2rem;*/
    color: #fff;
}

.copyright {
    font-size: 14px;
}

.schedule_section .register_link_wrapper {
    display: none;
}

@media (max-width: 767px) {
    section.program_section.page_section {
        display: none;
    }

    .notice {
        display: none;
    }

    .page_header {
        min-height: 0;
    }

    .page_footer {
        margin-top: 0;
    }
}






/*NEW*/

.promo {
    padding: 55px 0;
}

.promo__left {
    width: 50%;
    font-size: 18px;
    line-height: 1.4;
}

.promo__left p {
    width: 100%;
    text-align: center;
}

.promo__right {
    width: 50%;
}

.promo__right p {
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
}

.promo__mid {
    width: 100%;
    text-align: center;
}

.promo__mid p {
    font-size: 28px;
    line-height: 1.33;
    text-align: center;
}

.promo__mid h2 {
    margin: 0 auto;
    margin-bottom: 40px;
}

.promo__bottom {
    margin-top: 35px;
    padding: 50px 0;
    background-color: #efefef
}

.promo__bottom h2 {
    margin-bottom: 40px
}

.promo__col {
    width: 20%;
    text-align: center;
    font-size: 18px;
    line-height: 1.33
}

.promo__col div {
    font-size: 36px;
    line-height: 1.2;
    color: #be1e2d
}

.promo .red {
    color: #be1e2d
}

.promo__schools {
    padding: 0;
    /*    font-size: 22px;*/
}

.promo__school {
    width: 50%;
    line-height: 1.2
}

.promo__school--naba img,
.promo__school--domus img {
    max-width: 100%;
    /*
    width: 157px;
    height: 110px;
*/
    width: 100%;
    height: 120px;
}

/*
.promo__school--domus img {
    max-width: 100%;
    width: 157px;
    height: 110px;
}
*/

.promo__school .icons_list ul {
    list-style: none;
    padding-left: 55px;
}

.promo__school .icons_list ul li {
    position: relative;
    /*    font-weight: 500;*/
    text-align: left;
    margin-bottom: 1.5rem;
}

.promo__school .icons_list ul li:before {
    position: absolute;
    left: -3.5rem;

    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 2rem;
    content: '';
    color: #be1e2d;
}

.promo__school .icons_list ul li:first-of-type::before {
    content: '\f3c5';
    top: -11px;
    left: -3rem;
}

.promo__school .icons_list ul li:nth-of-type(2)::before {
    content: '\f19d';
    top: -7px;
}

.promo__school .icons_list ul li:nth-of-type(3)::before {
    content: '\f058';
    top: -6px;
    left: -3.3rem;
}

.fs-25 {
    font-size: 25px;
}

@media screen and (max-width:991px) {
    .promo {
        padding: 30px 0
    }

    .promo__left {
        display: block;
        width: 100%;
        margin-bottom: 25px;
        padding: 0;
        text-align: center
    }

    .promo__left p {
        width: 100%;
        line-height: 0.8;
    }

    .promo__right {
        display: block;
        width: 100%;
        padding: 0;
        text-align: center
    }

    .promo__right p {
        font-size: 18px;
        line-height: 0.8;
    }

    .promo__schools {
        padding: 0;
        font-size: 16px
    }

    .promo__schools img {
        /*        display: none*/
    }


}

@media screen and (max-width:767px) {
    .promo h2 {
        font-size: 28px;
        margin-bottom: 0
    }

    .promo__mid h2 {
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .promo__bottom {
        margin-top: 25px;
        padding: 30px 0
    }

    .promo__left {
        margin-bottom: 15px
    }

    .promo__mid p {
        font-size: 20px;
        line-height: 1.33;
        text-align: center;
    }

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

    .promo__school {
        width: 100%;
        padding: 0
    }

    .promo__school:first-child {
        margin-bottom: 15px
    }

    .promo__col {
        width: 50%;
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.2
    }

    .promo__col:first-child {
        width: 100%
    }

    .promo__col div {
        font-size: 30px;
        line-height: 1
    }

    .fs-25 {
        font-size: 18px;
    }
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

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

.flex--a-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.flex--a-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex--j-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex--j-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.font-medium {
    font-weight: 500
}

.font-bold {
    font-weight: 700;
}

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




.fields ul {
    list-style: none;
    line-height: 1.2;
}

.fields ul li {
    position: relative;
    padding: 0 0 0 50px;
    margin-bottom: 25px;
}

.fields ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 30px;
    height: 3px;
    background-color: #be1e2d
}

/*
.fields ul li:first-of-type::before {
    position: absolute;
    left: -1rem;
    top: 5px;
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 0.7rem;
    content: '\f3c5';
}
*/


.partners {
    padding: 55px 0 60px;
    color: #fff;
    background-color: #be1e2d;
}

.partners__title {
    margin: 0 auto 36px;
    font-size: 36px;
    line-height: 1.44;
    text-align: center;
}

.partners__item {
    padding: 15px
}

.partners__content {
    width: 149px;
    height: 85px;
    line-height: 117px;
    background-color: #fff
}

.partners__content--bottom {
    width: 175px
}

.partners__slider {
    display: none
}

.partners__item img {
    max-height: 100%;
}

@media screen and (max-width:991px) {
    .partners {
        padding: 25px 0
    }

    .partners__title {
        font-size: 24px;
        margin: 0 auto 16px
    }

    .partners__content {
        width: 135px;
        padding: 0 15px
    }

    .partners__content--bottom {
        width: 135px
    }



    .fields ul li {
        margin-bottom: 5px;
    }

    .fields ul li:before {
        top: 6px;
    }

    .fields ul {
        margin-bottom: 0;
    }
}

@media screen and (max-width:767px) {
    .partners__title {
        font-size: 21px
    }

    .partners__item {
        width: 50%;
        padding: 5px
    }

    .partners__content {
        width: 100%
    }

    .partners__slider {
        display: block
    }

    .partners__slider .slick-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .partners__slider img {
        display: inline-block !important
    }

    .partners__slider .slick-dots {
        bottom: -33px
    }

    .partners__slider .slick-dots li {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #b7b7b7
    }

    .partners__slider .slick-dots li.slick-active {
        background-color: #fff
    }

    .partners__grid,
    .partners__slider .slick-dots li button {
        display: none
    }

    .fields ul li {
        font-size: 16px;
    }
}

.inline {
    font-size: 0
}

.inline > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px
}

.inline--top > * {
    vertical-align: top
}

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

.inline--center > * {
    text-align: left
}

.inline--right {
    text-align: right
}

.inline--right > * {
    text-align: left
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

/*
.form_register {
    padding: 24px;
    font-weight: normal;
    font-size: 14px;
    background: #efefef;
    height: 520px;
}

.form_register .field_wrapper {
    margin: 0 0 9px;
}

.form_register .field_wrapper:first-child {
    margin: 0;
}

.form_register .field {
    display: block;
    width: 100%;
}

.form_register .ask_questions_wrapper {
    margin-top: 18px;
    line-height: 1.28571;
}

.form_register .ask_questions_wrapper label {
    display: inline-block;
}

.form_register .ask_questions_wrapper .checkbox_wrapper {
    float: left;
}

.form_register .submit_wrapper {
    margin-top: 19px;
}

.form_register .submit_wrapper button {
    width: 100%;
}

.form_register .guarantee_wrapper {
    margin-top: 18px;
    text-align: center;
}

.form_register .guarantee_wrapper a {
    color: #be1e2d;
    text-decoration: none;
}

@media (max-width: 360px) {
    .field_wrapper {
        width: 100%;
    }

}
*/

/* -----------------------------------------------------------------------------
	2.3. Checkbox
----------------------------------------------------------------------------- */

.checkbox_wrapper {
    position: relative;
    display: inline-block;
}

.checkbox_wrapper input[type="checkbox"] {
    position: absolute;
    z-index: 1;
    visibility: hidden;
    clip: rect(0, 0, 0, 0);
    opacity: 0;
}

.checkbox_wrapper input[type="radio"] {
    position: absolute;
    z-index: 1;
    visibility: hidden;
    clip: rect(0, 0, 0, 0);
    opacity: 0;
}

.checkbox_wrapper .checkbox_view {
    position: relative;
    display: inline-block;
    box-sizing: box;
    margin-right: 14px;
    width: 34px;
    height: 34px;
    border: 1px solid #000;
    background: #fff;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 7px;
}

.checkbox_wrapper .checkbox_view:before {
    position: absolute;
    top: 9px;
    left: 9px;
    width: 18px;
    height: 14px;
    background: url(../images/icons/check_mark.svg) 0 0/100% no-repeat;
    content: '';
    opacity: 0;
    transition: opacity .2s;
}

.checkbox_wrapper input[type="checkbox"]:checked + .checkbox_view:before {
    opacity: 1;
}

.checkbox_wrapper input[type="radio"]:checked + .checkbox_view:before {
    opacity: 1;
}

.checkbox_label {
    vertical-align: middle;
    cursor: pointer;
    line-height: 2;
    font-weight: 500;
    /*    margin-top: 1.5rem;*/
}

.mid-center__block {
    justify-content: center;
    align-content: center;
    align-items: center;

}

@media screen and (max-width: 1000px) {
    .mid-center__block {
        flex-flow: column wrap;
    }
}

.red-bold {
    color: #b12a27;
    font-weight: 300;
}

@media (min-width: 768px) {
    .desc-hidden {
        visibility: hidden;
        display: none;
    }

    .mob-hidden {
        visibility: visible;
        display: block;
    }

}

@media (max-width: 768px) {
    .desc-hidden {
        visibility: visible;
        display: block;
    }

    .mob-hidden {
        visibility: hidden;
        display: none !important;
    }

    .desc-hidden > .title {
        margin-bottom: 15px;
        text-shadow: 1px 1px 15px black;
    }

}




/*******NEW Style***************/

.photo-round {
    border-radius: 50%;
    max-width: 100%;
    width: 300px;
    text-align: center;
    margin: 0 auto 30px;

}

.selectric {
    background-color: transparent;
    border-color: #2d2d2e;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    height: 1.3rem;
    margin: 2.5rem 0 0;
    border-radius: 0px;
    box-shadow: none;

}

.selectric .label {
    margin: 0;
    font-size: 16px;
    line-height: 1;
    /*    opacity: .54;*/
    color: #2d2d2e;
    width: 90%;
}

header .selectric .label {
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
}

header .selectric {
    width: 50%;
    margin: 0;
    border: none;
}

.selectric .label.active {
    opacity: 1;
}

.selectric .selectric-hover {}

.selectricHover .selectric {
    border-color: #b02926;
}

.selectric .button {
    /*    background: #fff;*/
    padding: 0;
    height: 5px;
    width: 5px;
    top: 47%;
    right: 10px;
}

.selectric .button:after {
    content: '\f0dd';
    font-family: "Font Awesome 5 Free";

}

.selectric-items .disabled {
    opacity: 1 !important;
    color: #000 !important;
    font-weight: 500;
}

.map {
    height: 100%;
}

p.list-type {
    position: relative;
    padding-left: 55px;
}

p.list-type:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #be1e2d;
    content: '';
}

p.list-type-cost {
    position: relative;
    left: 7rem;
}

p.list-type-cost:before {
    position: absolute;
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 3rem;
    content: '\f153';
    color: #b02926;
    left: -3rem;
    top: -10px;
}

.text-red-bg {
    color: #ffffff;
    background-color: #b02926;
    padding: 0 5px;
    margin: 0 -5px;
}

.main-form {

    position: relative;
    /*    top: 4rem;*/
    /*    font-size: 16px;*/
}

.main-form .title {
    font-size: 2.8rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: initial;
}

.main-form .text,
.main-form-wrapper .subtitle {
    font-size: 0.95rem;
    font-weight: 500;

}

.manager-info .phone {
    color: #000;
}

.main-form-wrapper {
    width: 65%;
    padding: 2rem;
    display: block;
}

.main-form-wrapper-mobile {
    display: none;
}

.main-form-wrapper .title {
    font-size: 1.2rem;
    color: #be1e2d;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 0.5rem;
}

.regular_lp_bottom_form textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid #000;
    color: #2d2d2e;
    background-color: inherit;
    outline: none;
    height: 1.3rem;
    /*    padding: 20px;*/
    resize: none;
    margin: 2.5rem 0 0;
    font-weight: 500;
}

.textarea-header {
    margin: 0 0 0.5rem;
    font-size: 0.9rem;
    font-weight: 500;
}

/*
.inputs-wrapper {
    margin: 2rem 0 1.5rem;
}
*/

.regular_lp_bottom_form .inputs {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 5;
    color: #2d2d2e;
    position: relative;
    top: -2rem;
}

.regular_lp_bottom_form .inputs input {
    background-color: transparent;
    border-color: #2d2d2e;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    height: 1.3rem;
    margin: 2.5rem 0 0;
    border-radius: 0px;
    box-shadow: none;
    line-height: 1;
    padding: 0;
}

.checkbox_wrapper {
    position: relative;
    display: inline-block;
}

.main-form .checkbox_wrapper {
    font-size: 16px;
}

.checkbox_wrapper .checkbox_view {
    position: relative;
    display: inline-block;
    box-sizing: box;
    margin-right: 14px;
    width: 34px;
    height: 34px;
    background-color: transparent;
    border-color: #2d2d2e;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 7px;
}

.checkbox_wrapper .checkbox_view:before {
    position: absolute;
    top: 9px;
    left: 9px;
    width: 18px;
    height: 14px;
    background: url(../images/icons/check_mark.svg) 0 0/100% no-repeat;
    content: '';
    opacity: 0;
    transition: opacity .2s;
}

.checkbox_wrapper input[type="checkbox"]:checked + .checkbox_view:before {
    opacity: 1;
}

.checkbox_wrapper input[type="radio"]:checked + .checkbox_view:before {
    opacity: 1;
}

.regular_lp_bottom_form button {
    font-size: 16px;
    width: 100%;
    margin: 0;
}

.regular_lp_bottom_form .privacy-text {
    font-size: 10px;
    width: 100%;
    line-height: 1.2;
    margin-top: 0.5rem;
}

.regular_lp_bottom_form .privacy-text a {
    color: #a4a4a4;
}



.main-form .marager-wrapper-mobile {
    display: none;
}

.main-form h2 {
    font-size: 2rem;
}

.bg-light-grey {
    background: #f1f1f1;
}

header .selectric .button {
    background: none;
    border-right: 3px solid #fff !important;
    border-bottom: 3px solid #fff !important;
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
    top: -5px;
    right: 7px;
}

header .selectric-hover .button {
    border-color: #af2926 !important;

}


header .selectric .button:after {
    top: -7px;
}

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

    header .selectric .label {
        font-size: 16px;
    }

    p.list-type:before {
        left: 10px;
    }

    .guest_data img {
        width: 100%;
    }

    .main-form {
        top: 0;
        font-size: 16px;
    }

    p.list-type-cost {
        left: 9rem;
    }

    p.list-type-cost:before {
        top: -8px;
    }

    .event_data_wrapper .date,
    .event_data_wrapper .address {
        font-size: 16px;
    }

    .button {
        font-size: 16px;
    }

    .about_section .button-wrap {
        position: relative;
    }

    .promo__school .icons_list ul li:first-of-type::before {
        top: -4px;
    }

    .promo__school .icons_list ul li:nth-of-type(2)::before {
        top: -2px;
    }

    .promo__school .icons_list ul li:nth-of-type(3)::before {
        top: 1px;
    }

    .regular_lp_bottom_form .inputs {
        top: 0;
    }

    .regular_lp_bottom_form .inputs input {
        font-size: 16px;
        height: 2rem;
        margin-top: 4rem;
    }

    .selectric {
        height: 2rem;
        font-size: 16px;
        margin-top: 4rem;
    }

    .regular_lp_bottom_form textarea {
        height: 2rem;
        margin-top: 4rem;
    }

    ::-webkit-input-placeholder {
        color: #2d2d2e;
        font-size: 16px;
        line-height: 1;
        font-weight: 500;
        /*    opacity: .54*/
    }

    .checkbox_label {
        font-size: 16px;
    }

    .manager-info .phone {
        font-size: 16px;
    }

    .main-form .title {
        font-size: 2rem;
        text-transform: none;
    }

    .main-form .text {
        font-size: 13px;
    }

    .main-form .text p br {
        display: none;
    }

    .main-form .marager-wrapper {
        display: none;
    }

    .main-form .marager-wrapper-mobile {
        display: block;
    }

    .main-form-wrapper {
        display: none;
    }

    .main-form-wrapper-mobile {
        width: 100%;
        padding: 1rem;
        font-size: 0.8rem;
        display: block;
    }

    .main-form-wrapper-mobile .title {
        font-size: 0.95rem;
    }

    .main-form-wrapper-mobile .subtitle {
        font-size: 0.8rem;
    }

    .manager-info .text .name {
        margin: 0;
    }

    .textarea-header {
        font-size: 0.8rem;
        margin-top: 0.6rem;
    }

    .regular_lp_bottom_form textarea {
        height: 2rem;
    }

    .regular_lp_bottom_form .privacy-text {
        font-size: 9px;
        width: auto;
        line-height: 1;
        margin: 0.5rem 0 0;
        width: 93%;
    }

    .regular_lp_bottom_form button {
        width: 93%;
    }

    .partners_wrap div,
    .mp-0 {
        padding: 0 !important;
    }

    .map_wrapper {
        display: none;
    }

    header .selectric {
        width: 70%;
    }
}

/*
.form-error {
    opacity: 0 !important;
    height: 1 !important;
    display: none !important;
    visibility: hidden !important;
}
*/

.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;

    margin: 0px auto;
    /* max-width: 800px;*/
    /*    width: 75%;*/
}

.video-responsive iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@media (max-width: 767px) {
    .video-responsive {
        width: 100%;
    }
}

#srudent-works-slider img {
    height: 320px;
    width: auto;
    margin: 0 auto;
}

.youtube-wrapper {
    position: absolute;
    top: 0;
    z-index: 25;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.youtube-wrapper.active {
    display: flex;
    opacity: 1;
}

#video_link {
    transition: 1.2s;
}

#video_link:hover {
    cursor: pointer;
}


#video_link.active {
    opacity: 0;
    transition: 1.2s;
}


@media (max-width: 325px) {
    .button {
        font-size: 14px;
    }
}

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

/**** #mobile-menu ***/

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

header .header__top .menu {
    display: none;
}

#mobile-menu {
    display: none;
    position: absolute;
    width: 100%;
    max-height: 100%;
    background-color: rgba(0, 0, 0, .99);
    padding: 25px;
    z-index: 999;
}

#mobile-menu ul {
    list-style-type: none;
    margin: 10px 0px 30px 5px;
}

#mobile-menu a {
    color: white;
    font-size: 24px;
}

#mobile-menu a::before {
    content: "— ";
}

#mobile-menu.active {
    display: block;
}

#mobile-menu .menu {
    margin: 35px 0px 0px 5px;
}

#mobile-menu .menu img {
    width: 34px;
    height: 34px;
    margin-top: 5px;
}

#mobile-menu .menu {
    margin: -6px 0 0 -0px;
}

/*
#mobile-menu {
    padding-left: 15px;
}
*/

nav {
    display: none;
    color: #fff;
}

nav.fixed {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
/*    background: rgba(0, 0, 0, .99);*/
    background: rgb(97 97 97 / 95%);
    z-index: 29;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    padding: 8px 0px 7px;
    transition: .3s;
}

nav.fixed a.nav_link {
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;

}

nav.fixed a.nav_link:hover {
    color: #be1e2d;
}

nav.fixed .button-text {
    font-size: 0.9rem;
    padding: 0 1rem;
    margin: 0;
    height: auto;
    line-height: 2.2rem;
}

nav.fixed .mobile-phone {
    content: '';
    position: relative;
    width: 43px;
    height: 43px;
}

nav.fixed .mobile-phone:before {
    position: relative;
    top: 11px;
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 1.2rem;
    content: '\f879';

}

nav.fixed .logo-wrapper {
    width: 50%;
    height: 50px;
}

nav.fixed .logo-wrapper img {

    height: 50px;
    margin-right: 20px;
}

nav.fixed .logo-wrapper img.iqclogo {
    height: 40px;
}

nav.fixed a.mobile-menu-button {
    display: flex;
    position: relative;
    cursor: pointer;
}

nav.fixed a.mobile-menu-button span.burger {
    width: 43px;
    padding: 15px 10px;
}

nav.fixed a.mobile-menu-button span.burger::before,
nav.fixed a.mobile-menu-button span.burger span,
nav.fixed a.mobile-menu-button span.burger::after {
    display: block;
    height: 2px;
    background: #fff;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

nav.fixed a.mobile-menu-button span.burger::before,
nav.fixed a.mobile-menu-button span.burger::after {
    content: '';
    -webkit-transform-origin: 20px;
    transform-origin: 20px;
}

nav.fixed a.mobile-menu-button span.burger span {
    margin: 4px 0;
}

nav.fixed a.mobile-menu-button.active span.burger span {
    opacity: 0;
}

nav.fixed a.mobile-menu-button.active span.burger::before,
nav.fixed a.mobile-menu-button.active span.burger::after {
    background: #be1e2d;
}

nav.fixed a.mobile-menu-button.active span.burger::before {
    transform: rotate(-45deg);
}

nav.fixed a.mobile-menu-button.active span.burger::after {
    transform: rotate(45deg);
}

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

/**** #mobile-menu ***/

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

#mobile-menu {
    height: 0;
    opacity: 0;

    position: fixed;
    width: 100%;
    max-height: 100%;
    background-color: rgba(0, 0, 0, .99);
    padding: 24px 1rem 1rem;
    z-index: -99;
    top: 3rem;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

#mobile-menu ul {
    list-style-type: none;
    margin: 10px 0px 30px 5px;
}

#mobile-menu ul li {
    margin: 0 0 1rem;
}

#mobile-menu a {
    color: #fff;
    font-size: 1.2rem;
}

#mobile-menu a::before {
    content: "— ";
}

#mobile-menu a.button::before {
    content: "";
}

#mobile-menu a.button-text {
    font-size: 0.8rem;
    position: absolute;
    left: 0;
    right: 0;
}

#mobile-menu.active {
    height: auto;
    opacity: 1;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    z-index: 99;
}

#mobile-menu .menu {
    margin: 35px 0px 0px 5px;
    text-align: right;
}

#mobile-menu .menu img {
    width: 34px;
    height: 34px;
    margin-top: 5px;
}

#mobile-menu .menu {
    margin: -6px 0 0 -0px;
}

#mobile-menu {
    padding-left: 15px;
}

@media screen and (max-width: 525px) {
    nav.fixed .logo-wrapper {
        width: 70%;
        height: 30px;
    }

    nav.fixed .logo-wrapper img {

        height: 30px;
        margin-right: 20px;
    }

    nav.fixed .logo-wrapper img.iqclogo {
        height: 20px;
    }


}

@media screen and (max-width: 320px) {
    nav.fixed .logo-wrapper {
        width: 100px;
    }

}
