/*-------------------reset----------------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p,
a, em, img, small, strike, sub, sup,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, label, table, caption, tr, th, td,
article, figure, figcaption, footer, header,
menu, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*-------------------reset end----------------------*/

/*-------------------global presets end----------------------*/
body {
    font-family: "Montserrat", sans-serif;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.3;
    /* font-family: "Fira Sans", sans-serif; */
    /* color: #25274D; */
}
.no_scroll {
    overflow: hidden;
}

@font-face {
    font-family: 'Bebas_Neue';
    src: local('URW DIN Regular'), local('URW-DIN-Regular'),
        url('../fonts/bebasneueregular.woff2') format('woff2'),
        url('../fonts/bebasneueregular.woff') format('woff'),
        url('../fonts/bebasneueregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }
@font-face {
    font-family: 'Bebas_Neue_bold';
    src: local('URW DIN Regular'), local('URW-DIN-Regular'),
        url('../fonts/bebasneuebold.woff2') format('woff2'),
        url('../fonts/bebasneuebold.woff') format('woff'),
        url('../fonts/bebasneuebold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }

/* body .wrap_all footer {
    flex: none;
} */
.wrap {
    width:100%;
    max-width:1290px;
    margin-left:auto;
    margin-right:auto;
}

@media only screen and (min-width:768px) {
}


/* .box {
    width: 80px;
    padding-top: 100%; 
    position: relative; 
}
  
.content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(161, 134, 123, 0.2);
    border-radius: 5px;
}
.content img {
    width: 100%;
}
.ratio_youtube{
    padding-top: 56.25%; 
}
.ratio3_2{
    padding-top: 100%; 
    
} */
h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 500;
}
@media only screen and (min-width:768px) {
    h2 {
        font-size: 36px;
    }
}


.btn_red {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    background: #E5083C;
    padding: 15px 30px;
    border-radius: 50px;
    color: white;
    text-decoration: none;
    transition: 0.2s;
    display: inline-block;
    font-weight: 400;

    /* box-shadow: 5px 5px 5px rgba(229,8,60,0.5); */
    /* box-shadow: 4px 4px 5px rgb(77, 77, 77); */
    /* box-shadow: 4px 4px 15px #1A191E; */
    box-shadow: 4px 4px 15px rgba(26,25,30,0.4);
    cursor: pointer;
}
.btn_red:hover {
    /* opacity: 0.95; */
    /* box-shadow: 7px 7px 10px rgb(60, 60, 60); */
    /* box-shadow: 10px 10px 15px #1A191E; */
    box-shadow: 7px 7px 15px rgba(26,25,30,0.4);
}
@media only screen and (min-width:768px) {
    .btn_red {
        font-size: 22px;
        padding: 15px 40px;
    }
}



.btn_red_outline {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    border: 1px solid #E5083C;
    padding: 15px 30px;
    border-radius: 50px;
    color: white;
    text-decoration: none;
    transition: 0.2s;
    display: inline-block;
    font-weight: 400;

    /* box-shadow: 5px 5px 5px rgba(229,8,60,0.5); */
    /* box-shadow: 4px 4px 5px rgb(77, 77, 77); */
    /* box-shadow: 4px 4px 15px #1A191E; */
    box-shadow: 4px 4px 15px rgba(26,25,30,0.4);
}
.btn_red_outline:hover {
    background: #E5083C;
    /* opacity: 0.95; */
    /* box-shadow: 7px 7px 10px rgb(60, 60, 60); */
    /* box-shadow: 10px 10px 15px #1A191E; */
    box-shadow: 7px 7px 15px rgba(26,25,30,0.4);
}
@media only screen and (min-width:768px) {
    .btn_red_outline {
        font-size: 22px;
        padding: 15px 40px;
    }
}


.btn_red_arrow {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    background: #E5083C;
    padding: 15px 65px 15px 30px;
    border-radius: 50px;
    color: white;
    text-decoration: none;
    transition: 0.2s;
    display: inline-block;
    /* box-shadow: 5px 5px 5px rgba(229,8,60,0.5); */
    box-shadow: 4px 4px 15px rgba(229,8,60,0.6);
    position: relative;
    transition: 0.5s;
}
.btn_red_arrow span {
    position: absolute;
    height: 16px;
    width: 31px;
    top: calc(50% - 8px);
    right: 25px;
    background: url(/assets/img/arrow_right.png) no-repeat;
    background-size: contain;
    transition: 0.3s;
}
.btn_red_arrow:hover span {
    right: 20px;
}
/* .btn_red_arrow::after {
    position: absolute;
    content: "";
    width: 31px;
    height: 16px;
    background: url(/assets/img/arrow_right.png) no-repeat;
    background-size: contain;
    right: 25px;
    top: calc(50% - 8px);
} */
/* .btn_red_arrow:hover {
    opacity: 0.95;
    box-shadow: 7px 7px 20px rgba(201, 7, 52, 0.6);
}
.btn_red_arrow:hover:after {
    right: 15px;
} */
@media only screen and (min-width:768px) {
    .btn_red_arrow {
        font-size: 20px;
        padding: 15px 80px 15px 40px;
    }
    .btn_red_arrow::after {
        right: 35px;
    }
}
/*-------------------global presets end----------------------*/

/*-------------------header----------------------*/
body {
    position: relative;
    background: #1A191E;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /* border-bottom: 1px solid #9A9A9A; */
    /* background-color: rgba(161,161,161,0.2);
    filter: blur(20px); */
    z-index: 2;
}

header .wrap {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    position: relative;
}
header::before {
    position: absolute;
    content:"";
    background: inherit;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* background-color: rgba(161,161,161,0.2); */
    box-shadow: inset 0 0 0 1000px rgba(161,161,161,0.2);
    /* background: red; */
    /* filter: blur(5px); */
    z-index: -1;
    backdrop-filter: blur(5px);
}
header .wrap .wrap_logo {
    flex: none;
    padding-left: 8px;
}
header .wrap .wrap_logo a {
    text-decoration: none;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
}
header .wrap .wrap_logo a img {
    width: 80px;
}


header .wrap .wrap_menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    order: 3;
}
header .wrap .wrap_menu .hamburger {
    width: 48px;
    height: 38px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
header .wrap .wrap_menu .hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    background: white;
}
header .wrap .wrap_menu nav {
    display: none;
}
header .wrap .wrap_menu nav .nav_close {
    display: none;
}
header .wrap .wrap_menu nav .menu_ul {
    display: flex;
    gap: 20px;
}
header .wrap .wrap_menu nav .menu_ul li {
    display: inline-block;
}
header .wrap .wrap_menu nav .menu_ul li:hover {
    border-bottom: 2px solid #E5083C;
}
header .wrap .wrap_menu nav .menu_ul li a {
    font-family: 'Roboto', sans-serif;
    /* font-family: 'Bebas_Neue'; */
    font-size: 20px;
    color: white;
    text-decoration: none;
    /* padding-bottom: 3px; */
    display: inline-block;
}
header .wrap .wrap_menu nav .menu_ul li {
    border-bottom: 2px solid transparent;
}
header .wrap .wrap_menu nav .menu_ul li.current-menu-item a {
    border-bottom: 2px solid #E5083C;
    /* display: inline-block; */
}
.h_nets {
    display: flex;
    gap: 20px;
    margin-top: 50px;
}
.h_nets a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    border: 1px solid white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    transition: 0.2s;
}
.h_nets a:hover {
    border: 1px solid #E5083C;
}
.h_nets a img {
    object-fit: contain;
    width: 100%;
}
.contacts_nets {
    display: none;
}


header .wrap .wrap_contacts {
    width: 100%;
    display: flex;
    order: 2;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
header .wrap .wrap_contacts .wrap_tel {
    text-align: center;
}
header .wrap .wrap_contacts a {
    display: block;
    color: white;
    line-height: 1;
    /* font-family: 'Roboto Condensed', sans-serif; */
}
header .wrap .wrap_contacts a.phone {
    font-family: 'Bebas_Neue';
    /* font-family: 'Roboto Condensed', sans-serif; */
    /* font-family: "Fira Sans", sans-serif; */
    /* font-family: "Poppins", sans-serif; */
    /* font-family: "Oxygen", sans-serif; */
    font-size: 24px;
    text-decoration: none;
    transition: 0.2s;
    border-bottom: 2px solid transparent;
    /* padding-bottom: 3px; */
    position: relative;
}
header .wrap .wrap_contacts a.phone:hover {
    /* border-bottom: 2px solid #E5083C; */
}
header .wrap .wrap_contacts a.phone:hover::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -2px;
    background: #E5083C;
}
header .wrap .wrap_contacts a.consult {
    display: inline-block;
    font-size: 13px;
    margin-top: 9px;
    text-decoration: none;
    position: relative;
    padding-bottom: 2px;
}
header .wrap .wrap_contacts a.consult::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: white;
}
header .wrap .wrap_contacts a.consult:hover::before {
    background: #E5083C;
}


header .wrap .wrap_btn_call {
    display: none;
}
@media only screen and (min-width:600px) {
    header .wrap .wrap_menu {
        order: 4;
    }
    header .wrap .wrap_contacts {
        order: 2;
        width: unset;
        flex-direction: row;
        gap: 18px;
        /* align-items: center; */
    }
    header .wrap .wrap_btn_call {
        order: 3;
        display: flex;
        align-items: center;
    }

    .nav_nets {
        display: none;
    }
    .contacts_nets {
        display: flex;
        margin-top: 0;
        gap: 18px;
    }
}
@media only screen and (min-width:1240px) {
    header .wrap {
        padding: 10px 20px;
    }
    header .wrap .wrap_logo {
        flex:auto;
        order: 2;
        width: 20%;
        text-align: center;
        padding-left: 0;
    }
    header .wrap .wrap_menu {
        order: 1;
        width: unset;
        justify-content: flex-start;
        width: 45%;
    }
    header .wrap .wrap_menu nav .menu_ul li.current-menu-item a {
        border-bottom: none;
        /* display: inline-block; */
    }
    header .wrap .wrap_menu nav .menu_ul li.current-menu-item {
        border-bottom: 2px solid #E5083C;
    }
    /* header .wrap .wrap_menu .btn_red {
        display: none;
    } */
    header .wrap .wrap_menu .hamburger {
        display: none;
    }
    header .wrap .wrap_menu nav {
        display: flex;
    }
    header .wrap .wrap_menu nav .menu_ul li a {
        font-size: 19px;
    }
    header .wrap .wrap_contacts {
        order: 3;
        justify-content: flex-end;
        width: 45%;
        gap: 30px;
    }
    header .wrap .wrap_contacts .wrap_tel {
        text-align: right;
    }
    header .wrap .wrap_contacts a.phone {
        font-family: 'Roboto', sans-serif;
        font-size: 22px;
    }
    header .wrap .wrap_contacts a.consult {
        font-size: 17px;
        margin-top: 4px;
        padding-bottom: 2px;
    }
    header .wrap .wrap_contacts a.consult::before {
        height: 2px;
    }
    header .wrap .wrap_btn_call {
        order: 4;
        flex: none;
        margin-left: 24px;
    }
}
/*-------------------header end----------------------*/

/*-------------------menu mobile----------------------*/
header .wrap .wrap_menu.open {
    display: flex;
    justify-content: center;
    align-items: center;;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #25274D;
    z-index: 9000;
}
header .wrap .wrap_menu.open .hamburger {
    display: none;
}
header .wrap .wrap_menu.open nav {
    display: block;
}
header .wrap .wrap_menu.open nav .menu_ul {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}
header .wrap .wrap_menu.open nav .nav_close {
    display: block;
}
header .wrap .wrap_menu.open nav .nav_close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 30px;
    right: 28px;
}
header .wrap .wrap_menu.open nav .nav_close span {
    display: inline-block;
    width: 32px;
    height: 2px;
    background: white;
}
header .wrap .wrap_menu.open nav .nav_close span:first-child {
    transform: translateY(-0px) translateX(-2px) rotate(45deg);
}
header .wrap .wrap_menu.open nav .nav_close span:last-child {
    transform: translateY(-21px) translateX(-2px) rotate(-45deg);
}

header .wrap .wrap_menu.open .btn_red {
    border: 2px solid white;
    margin-top: 40px;
}
/*-------------------menu mobile end----------------------*/



/*-------------------main----------------------*/
.main {
    background: rgba(0,0,0,0.15);
    padding: 90px 0 0;
    display: flex;
    /* align-items: center; */
    height: 80vh;
    position: relative;
}
.main::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/img/perm1.png) no-repeat bottom center;
    background-size: cover;
    z-index: -1;
}
.main .wrap {
    text-align: center;
    padding: 0 15px;
}
.main .wrap h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 1.3;
    color: white;
    text-transform: uppercase;
    margin-top: 50px;
}
.main .wrap .main_btn {
    padding-top: 40px;
}
@media only screen and (min-width:600px) {
    .main .wrap {
        padding: 0 20px;
    }
    .main .wrap h1 {
        font-size: 32px;
    }
    .main .wrap .main_btn {
        padding-top: 60px;
    }
}
@media only screen and (min-width:768px) {
    .main {
        height: 90vh;
        padding: 100px 0 80px;
        align-items: center;
    }
    .main::before {
        /* background: url(/assets/img/bg_main.jpg) no-repeat center;
        background-size: cover; */
    }
    .main .wrap {
        text-align: left;
        
    }
    .main .wrap h1 {
        font-size: 42px;
        margin-top: 0;
    }
    .main .wrap .main_btn {
        padding-top: 60px;
    }
}
@media only screen and (min-width:1240px) {
    .main {
        padding: 100px 0 80px;
    }
    .main .wrap {
        padding: 0 20px;
    }
    .main .wrap h1 {
        font-size: 56px;
    }
    .main .wrap .main_btn {
        padding-top: 80px;
    }
}
/*-------------------main end----------------------*/

/*-------------------main_in----------------------*/
.main_in {
    /* background: rgba(37,39,77,0.8); */
    background: rgba(26,25,30,0.3);
    padding: 90px 0 0;
    display: flex;
    /* align-items: center; */
    height: 340px;
    position: relative;
}
/* .main_in::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/img/bg_main_768.jpg) no-repeat center;
    background-size: cover;
    z-index: -1;
} */
.main_in .wrap {
    text-align: center;
    padding: 0 15px;
}
.main_in .wrap h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 1.3;
    color: white;
    text-transform: uppercase;
    margin-top: 55px;
}
.main_in .wrap .main_btn {
    padding-top: 40px;
}
@media only screen and (min-width:600px) {
    .main_in {
        height: 360px;
    }
    .main_in .wrap {
        padding: 0 20px;
    }
    .main_in .wrap h1 {
        font-size: 32px;
    }
    .main_in .wrap .main_btn {
        padding-top: 50px;
    }
}
@media only screen and (min-width:768px) {
    .main_in {
        /* height: 0vh; */
        padding: 100px 0 80px;
        height: 400px;
    }
    /* .main_in::before {
        background: url(/assets/img/bg_main.jpg) no-repeat center;
        background-size: cover;
    } */
    .main_in .wrap {
        /* text-align: left; */
    }
    .main_in .wrap h1 {
        font-size: 42px;
    }
    .main_in .wrap .main_btn {
        /* padding-top: 60px; */
    }
}
@media only screen and (min-width:1240px) {
    .main_in {
        padding: 90px 0 20px;
        height: 55vh;
    }
    .main_in .wrap {
        padding: 0 20px;
    }
    .main_in .wrap h1 {
        font-size: 56px;
    }
    .main_in .wrap .main_btn {
        padding-top: 70px;
    }
}
/*-------------------main_in end----------------------*/

/*-------------------cources----------------------*/
/* .cources {
    background: rgba(37,39,77,0.9);
    padding: 65px 15px;
    position: relative;
}
.cources > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    object-fit: cover;
    z-index: -1;
}
.cources::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/img/bg4.jpg) no-repeat center;
    background-size: cover;
    z-index: -1;
}
.cources .wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 35px;
}
.cources .wrap > div {
    border: 1px solid #AEB0B2;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    max-width: 500px;
    position: relative;
}
.cources .wrap > div .in {
    aspect-ratio: 1;
    width: 100%;
    display: flex;
    align-items: flex-end;
    text-decoration: none;
    position: relative;
    transition: 0.5s;
}
.cources .wrap > div .in a {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(37,39,77,0.5);
}
.cources .wrap > div h2 {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 60px;
    height: 60px;
    border-radius: 100px;
    background: white;
    transition: 0.2s;
}
.cources .wrap > div h2 a {
    color: black;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.cources .wrap > div h2 a span {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 84px;
    height: 56px;
    background: #E5083C;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cources .wrap > div h2 a span img {
    transition: 0.2s;
}
.cources .wrap > div h2 a:hover span img {
    transform: translateX(5px);
}
.cources .wrap .online .in {
    background: url(../img/img_online.jpg) no-repeat;
    background-size: cover;
}
.cources .wrap .live .in {
    background: url(../img/img_live.jpg) no-repeat;
    background-size: cover;
}
@media only screen and (min-width:600px) {
    .cources {
        padding: 80px 15px;
    }
    .cources .wrap {
        flex-direction: row;
        justify-content: space-around;
    }
    .cources .wrap > div:first-child {
        margin-bottom: 0;
    }
    .cources .wrap > div h2 {
        left: 30px;
        right: 30px;
        bottom: 30px;
    }
    .cources .wrap > div h2 a {
        font-size: 30px;
    }
}
@media only screen and (min-width:1000px) {
    .cources {
        padding: 100px 15px;
    }
} */
/*-------------------cources end----------------------*/

/*-------------------cources----------------------*/
/* .cources {
    background: rgba(37,39,77,0.7);
    padding: 65px 15px;
    position: relative
}
.cources::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/img/bg3.jpg) no-repeat center;
    background-size: cover;
    z-index: -1;
}
.cources .wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 35px;
}
.cources .wrap > div {
    border: 1px solid #AEB0B2;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    max-width: 420px;
}
.cources .wrap > div .in {
    width: 100%;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(37,39,77,0.5)
}
.cources .wrap > div .in h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 500;
    padding: 10px 15px;
    background: white;
    border-radius: 5px;
    margin-bottom: 40px;
}
.cources .wrap .online {
    background: url(../img/img_online.png) no-repeat;
    background-size: cover;
}
.cources .wrap .live {
    background: url(../img/img_live.png) no-repeat;
    background-size: cover;
}
@media only screen and (min-width:600px) {
    .cources {
        padding: 80px 15px;
    }
    .cources .wrap {
        flex-direction: row;
        justify-content: space-around;
    }
    .cources .wrap > div:first-child {
        margin-bottom: 0;
    }
    .cources .wrap > div .in h2 {
        margin-bottom: 60px;
    }
}
@media only screen and (min-width:1000px) {
    .cources {
        padding: 100px 15px;
    }
} */
/*-------------------cources end----------------------*/


/*-------------------instructor----------------------*/
.instructor {
    background: #1A191E;
    padding: 65px 15px;
}
.instructor .wrap {
    display: flex;
    justify-content: center;
}
.instructor .wrap .in .caption .h2_sup {
    font-size: 28px;
    color: #AEB0B2;
    color: white;
}
.instructor .wrap .in .caption h2 {
    margin-top: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 38px;
    font-weight: 600;
    color: white;
    text-shadow: 0 5px 40px #E5083C;
}
.instructor .wrap .in .img {
    margin-top: 35px;
    
}
.instructor .wrap .in .img .container {
    width: 100%;
    max-width:420px;
    aspect-ratio: 420/460;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 40px rgba(229,8,60,0.3)
}
.instructor .wrap .in .desc {
    margin-top: 35px;
}
.instructor .wrap .in .desc > p {
    color: #AEB0B2;
    max-width: 440px;
}
.instructor .wrap .in .desc .list {
    margin-top: 40px;
    display: flex;
    gap: 20px;
}
.instructor .wrap .in .desc .list p {
    font-size: 14px;
    color: white;
}
.instructor .wrap .in .desc .list p span {
    font-size: 32px;
    font-weight: 500;
    color: #E5083C;
}
.instructor .wrap .in .btn {
    margin-top: 50px;
}
@media only screen and (min-width:768px) {
    .instructor .wrap .in .desc > p {
        font-size: 18px;
    }
    .instructor .wrap .in .desc .list {
        gap: 32px;
    }
    .instructor .wrap .in .desc .list p {
        font-size: 18px;
    }
    .instructor .wrap .in .desc .list p span {
        font-size: 40px;
    }
}
@media only screen and (min-width:1000px) {
    .instructor {
        padding: 100px 15px;
    }
    
    .instructor .wrap .in {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: min-content min-content;
        grid-template-areas: 
        "img caption"
        "img desc";
        width: 100%;
    }
    .instructor .wrap .in .caption {
        grid-area: caption;
    }
    .instructor .wrap .in .img {
        grid-area: img;
    }
    .instructor .wrap .in .desc {
        grid-area: desc;
    }
    .instructor .wrap .in .caption h2 {
        font-size: 44px;
    }
    .instructor .wrap .in .img {
        margin-top: 0;
        display: flex;
        justify-content: center;
    }
}
/*-------------------instructor end----------------------*/

/*-------------------instructor2----------------------*/
.instructor2 {
    background: #1A191E;
    padding: 50px 15px;
}
.instructor2 .wrap {
    display: flex;
    justify-content: center;
}
.instructor2 .wrap .in {
    display: grid;
    grid-template-columns: 0.6fr 0.4fr;
    grid-template-areas: 
    "caption caption"
    "img list_mob"
    "desc desc";
    gap: 30px;
}
.instructor2 .wrap .in .caption {
    grid-area: caption;
}
.instructor2 .wrap .in .list_mob {
    grid-area: list_mob;
}
.instructor2 .wrap .in .img {
    grid-area: img;
}
.instructor2 .wrap .in .desc {
    grid-area: desc;
}
.instructor2 .wrap .in .caption .h2_sup {
    font-size: 28px;
    color: #AEB0B2;
    color: white;
}
.instructor2 .wrap .in .caption h2 {
    margin-top: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 38px;
    font-weight: 600;
    color: white;
    text-shadow: 0 5px 40px #E5083C;
}
.instructor2 .wrap .in .img {
    margin-top: 15px;
    
}
.instructor2 .wrap .in .img .container {
    /* width: 45%; */
    width: 100%;
    height: 100%;
    /* max-width:160px; */
    /* aspect-ratio: 420/460; */
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 40px rgba(229,8,60,0.3)
}
.instructor2 .wrap .in .desc {
    margin-top: 10px;
}
.instructor2 .wrap .in .desc > p {
    color: #AEB0B2;
    max-width: 480px;
}

.instructor2 .wrap .in .list_mob {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.instructor2 .wrap .in .list_mob p {
    font-size: 14px;
    color: white;
}
.instructor2 .wrap .in .list_mob p span {
    font-size: 32px;
    font-weight: 500;
    color: #E5083C;
}

.instructor2 .wrap .in .list {
    margin-top: 40px;
    display: flex;
    gap: 20px;
}
.instructor2 .wrap .in .desc .list {
    display: none;
}
.instructor2 .wrap .in .desc .list p {
    font-size: 14px;
    color: white;
}
.instructor2 .wrap .in .desc .list p span {
    font-size: 32px;
    font-weight: 500;
    color: #E5083C;
}
.instructor2 .wrap .in .btn {
    margin-top: 30px;
}
@media only screen and (min-width:768px) {
    .instructor2 .wrap .in {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: min-content min-content;
        grid-template-areas: 
        "img caption"
        "img desc";
        width: 100%;
        gap: 45px;
    }
    .instructor2 .wrap .in .img {
        margin-top: 0;
    }
    .instructor2 .wrap .in .img .container {
        /* width: 45%; */
        max-width: 400px;
        width: 100%;
        height: 100%;
        /* max-width:160px; */
        /* aspect-ratio: 420/460; */
    }
    .instructor2 .wrap .in .list_mob {
        display: none;
    }
    .instructor2 .wrap .in .desc .list {
        margin-top: 30px;
        display: flex;
    }
    .instructor2 .wrap .in .desc > p {
        font-size: 18px;
    }
    .instructor2 .wrap .in .desc .list {
        gap: 20px;
    }
    .instructor2 .wrap .in .desc .list p {
        font-size: 16px;
    }
    .instructor2 .wrap .in .desc .list p span {
        font-size: 40px;
    }
    .instructor2 .wrap .in .btn {
        margin-top: 45px;
    }
}
@media only screen and (min-width:1000px) {
    .instructor2 {
        padding: 100px 15px;
    }
    
    /* .instructor2 .wrap .in {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: min-content min-content;
        grid-template-areas: 
        "img caption"
        "img desc";
        width: 100%;
    } */
    .instructor2 .wrap .in .caption {
        grid-area: caption;
    }
    .instructor2 .wrap .in .img {
        grid-area: img;
        padding-left: 30px;
    }
    .instructor2 .wrap .in .desc {
        grid-area: desc;
    }
    .instructor2 .wrap .in .caption h2 {
        font-size: 44px;
    }
    .instructor2 .wrap .in .img {
        margin-top: 0;
        display: flex;
        justify-content: center;
    }
}
@media only screen and (min-width:1240px) {

}
/*-------------------instructor2 end----------------------*/


/*-------------------reviews----------------------*/
.reviews {
    padding: 55px 15px;
    background: rgba(37,39,77,0.8);
    position: relative;
}
.reviews::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/img/bg3_.jpg) no-repeat center;
    background-size: cover;
    z-index: -1;
}
.reviews .wrap .wrap_slider {
    position: relative;
}
.reviews .wrap h2 {
    padding-bottom: 40px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 500;
    color: white;
}
.reviews .swiper01 {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.reviews .swiper01 .swiper-wrapper {
    width: 100%;
}
.reviews .swiper01 {
    padding-bottom: 50px;
}
.reviews .swiper01 .swiper-slide {
    width: 100%;
    aspect-ratio: 1;
}
.reviews .swiper01 .swiper-slide img {
    display: block;
      width: 100%;
      height: 100%;
      object-fit: contain;
}
.reviews .swiper01 .swiper-pagination-bullet {
    background: #666769;
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 0 5px !important;
}
.reviews .swiper01 .swiper-pagination-bullet-active {
    background: white;
}
.swiper-btn-prev1 {
    position: absolute;
    top: calc(50% - 40px);
    left: 10px;
    width: 44px;
    height: 44px;
    background: url(../img/icon_arr_prev.png) no-repeat;
    z-index: 1;
    cursor: pointer;
}
.swiper-btn-next1 {
    position: absolute;
    top: calc(50% - 40px);
    right: 10px;
    width: 44px;
    height: 44px;
    background: url(../img/icon_arr_next.png) no-repeat;
    z-index: 1;
    cursor: pointer;
}
.swiper-button-disabled {
    display: none;
}

.reviews .wrap .btn {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
@media only screen and (min-width:768px) {
    .reviews {
        padding: 80px 15px 80px;
    }
    .reviews::before {
        background: url(/assets/img/bg3.jpg) no-repeat center;
        background-size: cover;
    }
    .reviews .wrap {
        padding: 0 80px;
    }
    .reviews .wrap h2 {
        padding-bottom: 50px;
        font-size: 44px;
    }
    .reviews .swiper01 .swiper-slide {
        width: 100%;
        padding: 0 10px;
    }
    /* .reviews .swiper01 .swiper-slide-active img {
        transform: scale(1.2);
    } */
    .swiper-btn-prev1 {
        left: -60px;
    }
    .swiper-btn-next1 {
        right: -60px;
    }

    .reviews .wrap .btn {
        margin-top: 45px;
    }
}
/*-------------------reviews----------------------*/


/*-------------------reviews2----------------------*/
.reviews2 {
    padding: 55px 15px;
    background: rgba(37,39,77,0.8);
    position: relative;
}
.reviews2::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/img/bg3_.jpg) no-repeat center;
    background-size: cover;
    z-index: -1;
}
.reviews2 .wrap .wrap_slider {
    position: relative;
}
.reviews2 .wrap h2 {
    padding-bottom: 40px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 500;
    color: white;
}
.reviews2 .swiper03 {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.reviews2 .swiper03 .swiper-wrapper {
    width: 100%;
}
.reviews2 .swiper03 {
    padding-bottom: 50px;
}
.reviews2 .swiper03 .swiper-slide {
    width: 100%;
    aspect-ratio: 1;
}
.reviews2 .swiper03 .swiper-slide img {
    display: block;
      width: 100%;
      height: 100%;
      object-fit: contain;
}
.reviews2 .swiper03 .swiper-pagination-bullet {
    background: #666769;
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 0 5px !important;
}
.reviews2 .swiper03 .swiper-pagination-bullet-active {
    background: white;
}
.swiper-btn-prev3 {
    position: absolute;
    top: calc(50% - 40px);
    left: 10px;
    width: 44px;
    height: 44px;
    background: url(../img/icon_arr_prev.png) no-repeat;
    z-index: 1;
    cursor: pointer;
}
.swiper-btn-next3 {
    position: absolute;
    top: calc(50% - 40px);
    right: 10px;
    width: 44px;
    height: 44px;
    background: url(../img/icon_arr_next.png) no-repeat;
    z-index: 1;
    cursor: pointer;
}
.swiper-button-disabled {
    display: none;
}

.reviews2 .wrap .btn {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
@media only screen and (min-width:768px) {
    .reviews2 {
        padding: 80px 15px 80px;
    }
    .reviews2::before {
        background: url(/assets/img/bg3.jpg) no-repeat center;
        background-size: cover;
    }
    .reviews2 .wrap {
        padding: 0 80px;
    }
    .reviews2 .wrap h2 {
        padding-bottom: 50px;
        font-size: 44px;
    }
    .reviews2 .swiper03 .swiper-slide {
        width: 100%;
        padding: 0 10px;
    }
    /* .reviews .swiper01 .swiper-slide-active img {
        transform: scale(1.2);
    } */
    .swiper-btn-prev3 {
        left: -60px;
    }
    .swiper-btn-next3 {
        right: -60px;
    }

    .reviews2 .wrap .btn {
        margin-top: 45px;
    }
}
/*-------------------reviews2----------------------*/

/*-------------------works----------------------*/
.works {
    padding: 55px 15px 0;
    /* background: rgba(37,39,77,0.8); */
    background: #1A191E;
    position: relative;
}
/* .works::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/img/bg3.jpg) no-repeat center;
    background-size: cover;
    z-index: -1;
} */
.works .wrap .wrap_slider {
    position: relative;
}
.works .wrap h2 {
    padding-bottom: 40px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 500;
    color: white;
}
.works .swiper02 {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.works .swiper02 .swiper-wrapper {
    width: 100%;
}
.works .swiper02 {
    padding-bottom: 50px;
}
.works .swiper02 .swiper-slide {
    width: 100%;
    aspect-ratio: 1;
}
.works .swiper02 .swiper-slide img {
    display: block;
      width: 100%;
      height: 100%;
      object-fit: contain;
}
.works .swiper02 .swiper-pagination-bullet {
    background: #666769;
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 0 5px !important;
}
.works .swiper02 .swiper-pagination-bullet-active {
    background: white;
}
.swiper-btn-prev2 {
    position: absolute;
    top: calc(50% - 40px);
    left: 10px;
    width: 44px;
    height: 44px;
    background: url(../img/icon_arr_prev.png) no-repeat;
    z-index: 1;
    cursor: pointer;
}
.swiper-btn-next2 {
    position: absolute;
    top: calc(50% - 40px);
    right: 10px;
    width: 44px;
    height: 44px;
    background: url(../img/icon_arr_next.png) no-repeat;
    z-index: 1;
    cursor: pointer;
}
.swiper-button-disabled {
    display: none;
}
@media only screen and (min-width:768px) {
    .works {
        padding: 80px 15px 0;
    }
    .works .wrap {
        padding: 0 80px;
    }
    .works .wrap h2 {
        padding-bottom: 50px;
        font-size: 44px;
    }
    .works .swiper02 .swiper-slide {
        width: 100%;
        padding: 0 10px;
    }
    .swiper-btn-prev {
        left: -60px;
    }
    .swiper-btn-next {
        right: -60px;
    }
}
@media only screen and (min-width:1240px) {
    .works {
        padding: 80px 15px 40px;
    }
}
/*-------------------reviews----------------------*/




footer {
    /* background: #25274D; */
    background: #1A191E;
    padding: 55px 15px;
    border-top: 1px solid #666769;
}
footer .wrap .f_top {
    padding-bottom: 20px;
}
footer .wrap .f_top .f_logo {
    text-align: center;
}
footer .wrap .f_top .f_logo a {
    text-decoration: none;
}
footer .wrap .f_top .f_logo a img {
    width: 100px;
}
footer .wrap .f_top .f_logo a {
    color: white;
    font-weight: 700;
    text-transform: uppercase;
}

footer .wrap .f_top .f_content .sub_up .f_nav {
    margin-top: 35px;
    display: flex;
    justify-content: center;
}
footer .wrap .f_top .f_content .sub_up .f_nav .menu_ul {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 18px;
}
footer .wrap .f_top .f_content .sub_up .f_nav .menu_ul li a {
    font-family: 'Roboto', sans-serif;
    /* font-family: 'Bebas_Neue'; */
    font-size: 18px;
    color: white;
    text-decoration: none;
    /* padding-bottom: 3px; */
    display: inline-block;
    position: relative;
}
footer .wrap .f_top .f_content .sub_up .f_nav .menu_ul li.current-menu-item a::after,
footer .wrap .f_top .f_content .sub_up .f_nav .menu_ul li:hover a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -5px;
    background: #E5083C;
}

footer .wrap .f_top .f_content .sub_up .f_nets {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    gap: 15px;
}
footer .wrap .f_top .f_content .sub_up .f_nets a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    border: 1px solid white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    transition: 0.2s;
}
footer .wrap .f_top .f_content .sub_up .f_nets a:hover {
    border: 1px solid #E5083C;
}
footer .wrap .f_top .f_content .sub_up .f_nets a img {
    object-fit: contain;
    width: 100%;
}
footer .wrap .f_top .f_content .sub_up .f_tel {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 18px;
}
footer .wrap .f_top .f_content .sub_up .f_tel a {
    color: white;
    text-decoration: none;
    position: relative;
}
footer .wrap .f_top .f_content .sub_up .f_tel a:hover:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -5px;
    background: #E5083C;
}
footer .wrap .f_top .f_content .sub_up .f_tel a.phone {
    font-size: 24px;
}

footer .wrap .f_top .f_content .sub_down {
    margin-top: 35px;
    color: #AEB0B2;
    font-size: 13px;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 18px;
    text-align: center;
}

footer .wrap .f_down {
    padding-top: 20px;
    /* border-top: 1px solid #AEB0B2; */
    border-top: 1px solid rgba(102,103,105,0.5);
    /* background: #25274D; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 35px;
}
footer .wrap .f_down .f_links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: center;
}
footer .wrap .f_down .f_links a {
    color: white;
    text-decoration: none;
    position: relative;
    display: inline-block;
}
footer .wrap .f_down .f_links a:hover:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -5px;
    background: #E5083C;
}

footer .wrap .f_down .f_cards img {
    width: 100%;
    max-width: 620px;
}
@media only screen and (min-width:768px) {
    footer .wrap .f_top .f_content .sub_up .f_nav .menu_ul {
        flex-direction: row;
    }
}
@media only screen and (min-width:1000px) {
    footer {
        padding: 35px 20px 25px;
    }
    footer .wrap .f_top {
        display: flex;
        gap: 50px;
        padding-bottom: 35px;
    }
    footer .wrap .f_top .f_logo {
        flex: none;
    }
    footer .wrap .f_top .f_logo a img {
        width: 150px;
    }

    footer .wrap .f_top .f_content {
        width: 100%;
    }
    footer .wrap .f_top .f_content .sub_up {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    footer .wrap .f_top .f_content .sub_up .f_nav,
    footer .wrap .f_top .f_content .sub_up .f_nets,
    footer .wrap .f_top .f_content .sub_up .f_tel {
        margin-top: 0;
    }
    footer .wrap .f_top .f_content .sub_up .f_tel {
        gap: 10px;
        align-items: flex-end;
    }

    footer .wrap .f_top .f_content .sub_down {
        flex-direction: row;
        justify-content: space-between;
        font-size: 14px;
    }
    footer .wrap .f_top .f_content .sub_down .f_desc_left {
        text-align: left;
        max-width: 420px;
    }
    footer .wrap .f_top .f_content .sub_down .f_desc_right {
        text-align: right;
        max-width: 450px;
    }

    footer .wrap .f_down {
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        padding-top: 25px;
    }
    footer .wrap .f_down .f_links {
        gap: 5px;
        /* justify-content: flex-end; */
        align-items: flex-end;
    }
}




/*-------------------form oz----------------------*/
.popup-type4 {
    background-color: white;
    /* border: 1px solid rgba(255,255,255,0.7); */
    position: relative;
    padding: 50px 20px 40px;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    text-align: center;
    border-radius:20px;
}
.popup-type4 .mfp-close {
    cursor: pointer;
    font-size: 44px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 5px 0 0;
    transform: rotate(45deg);
    color: black;
    font-weight: 400;
}
.popup-type4 .head {
    margin-bottom: 30px;
}
.popup-type4 .caption {
    /* font-family: 'Bebas_Neue_bold'; */
    font-size: 28px;
    font-weight: 500;
    /* margin-bottom: 30px; */
    line-height: 1;
}
.popup-type4 .caption span {
    display: inline-block;
    font-size: 18px;
}
.popup-type4 .caption span span {
    color: #E5083C;
}
.popup-type4 .desc {
    font-size: 13px;
    line-height: 1.2;
    margin-top: 20px;
    /* margin-bottom: 15px; */
    color: #666769;
}
.popup-type4 .head .warning {
    margin-top: 25px;
    font-size: 13px;
    line-height: 1.2;
    color: #666769;
    text-align: left;
}
.popup-type4 input {
    width: 100%;
    max-width: 280px;
    height: 46px;
    border-radius: 50px;
    border: 1px solid rgba(0,0,0,0.25);
    padding-left: 15px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: black;
    margin-bottom: 15px;
}
.popup-type4 input:last-child {
    margin-bottom: 0;
}
.popup-type4 input::placeholder {
    color: #888;
}
.popup-type4 input:active,
.popup-type4 input:focus,
.popup-type4 input:hover {
    outline: none;
}
.popup-type4 textarea {
    margin-top: 15px;
    font-family: "Open Sans", sans-serif;
    font-size:16px;
    border: 1px solid #c0c0c0;
    width: 100%;
    height: 100px;
    padding-left: 10px;
    padding-top: 7px;
    font-weight: 300;
    border-radius:3px;
}
.popup-type4 textarea:active,
.popup-type4 textarea:focus,
.popup-type4 textarea:hover {
    outline: none;
}
.popup-type4 textarea::placeholder {
    color: #c0c0c0;
}
.popup-type4 button {
    width: 100%;
    max-width: 280px;
    margin-top: 15px;
    height: 46px;
    border-radius: 100px;
    border: none;
    background: #E5083C;
    font-size: 16px;
    color: white;
    transition: 0.2s;
    cursor: pointer;
    /* box-shadow: 4px 4px 15px rgb(77, 77, 77); */
    box-shadow: 4px 4px 15px rgba(26,25,30,0.4);
}
.popup-type4 button:hover {
    box-shadow: 7px 7px 15px rgba(26,25,30,0.4);
}
/*-------------------form oz end----------------------*/



















/*-------------------live_main----------------------*/
.live_main {
    background: rgba(0,0,0,0.3);
    padding: 110px 15px 0;
    display: flex;
    align-items: center;
    height: 50vh;
    position: relative;
}
.live_main::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/img/bg_main_1024_.jpg) no-repeat center;
    background-size: cover;
    z-index: -1;
}
.live_main .wrap {
    text-align: center;
}
.live_main .wrap h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 1.3;
    color: white;
    text-transform: uppercase;
    margin-top: 15px;
}

@media only screen and (min-width:600px) {
    .live_main .wrap h1 {
        font-size: 32px;
    }
}
@media only screen and (min-width:768px) {
    .live_main {
        height: 50vh;
    }
    .live_main::before {
        background: url(/assets/img/bg_main.jpg) no-repeat center;
        background-size: cover;
    }
    .live_main .wrap h1 {
        font-size: 42px;
    }
}
@media only screen and (min-width:1240px) {
    .live_main .wrap h1 {
        font-size: 60px;
    }
}
/*-------------------live_main end----------------------*/

/*-------------------live_cources----------------------*/
.live_cources {
    padding: 65px 15px;
    /* background: rgba(37,39,77,0.9); */
    background: rgba(26,25,30,0.85);
    position: relative;
}
.live_cources > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    object-fit: cover;
    z-index: -1;
}
.live_cources .wrap .wrap_item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
}
.live_cources .wrap .wrap_item .item {
    width: 100%;
    max-width: 500px;
    border-radius: 20px;
    overflow: hidden;
    background: white;
    position: relative;
    /* border: 1px solid #666769; */
    box-shadow: 4px 4px 15px rgba(26,25,30,0.4);
}
.live_cources .wrap .wrap_item .item a {
    display: block;
    height: 100%;
    text-decoration: none;
    position: relative;
}
.live_cources .wrap .wrap_item .item a .status_sale {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 3px;
    background: #E5083C;
    color: white;
    position: absolute;
    top: 25px;
    right: 20px;
    z-index: 1;
    /* font-size: 18px; */
}
.live_cources .wrap .wrap_item .item .text .status {
    color: #E5083C;
    background: white;
    display: inline-block;
    padding: 3px 8px;
    border-radius: 3px;
    margin-bottom: 15px;
    text-align: center;
}
.live_cources .wrap .wrap_item .item .text h2 {
    text-transform: uppercase;
}
.live_cources .wrap .wrap_item .item .img {
    width: 100%;
    aspect-ratio: 540/300;
    position: relative;
    overflow: hidden;
    display: none;
}
.live_cources .wrap .wrap_item .item .img::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(37,39,77,0.4); */
    background: rgba(26,25,30,0.15);
}
.live_cources .wrap .wrap_item .item .text {
    position: relative;
    width: 100%;
    height: 100%;
    
}
.live_cources .wrap .wrap_item .item .text .in {
    background: rgba(26,25,30,0.3);
    padding: 25px 20px 45px;
    height: 100%;
    text-align: center;
}
.live_cources .wrap .wrap_item .item .text h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
    /* color: black; */
    color: white;
    transition: 0.2s;
    z-index: 1;
    text-align: center;
}
.live_cources .wrap .wrap_item .item .text .desc {
    /* color: #666769; */
    color: white;
    /* opacity: 0.85; */
    text-align: left;
}
.live_cources .wrap .wrap_item .item .link {
    color: black;
    position: absolute;
    right: 25px;
    bottom: 10px;
    text-decoration: underline;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
}
.live_cources .wrap .wrap_item .item a:hover h2 {
    color: #E5083C;
}
.live_cources .wrap .wrap_item .item .link span {
    margin-left: 10px;
    display: inline-block;
    width: 31px;
    height: 16px;
    background: url(../img/arrow_right_red.png) no-repeat;
    transition: 0.2s;
}
.live_cources .wrap .wrap_item .item a:hover .link span {
    transform: translateX(5px);
    /* background: url(../img/arrow_right_red.png) no-repeat; */
}
.live_cources .wrap .wrap_item .item a:hover .link {
    
}
@media only screen and (min-width:1000px) {
    .live_cources {
        padding: 100px 15px;
    }
    .live_cources .wrap .wrap_item {
        gap: 45px;
    }
    .live_cources .wrap .wrap_item .item .text .in {
        padding: 15px 20px 45px;
        background: white;
    }
    .live_cources .wrap .wrap_item .item .text .status {
        background: none;
        display: inline-block;
        padding: 0;
        margin-bottom: 10px;
        font-size: 18px;
    }
    .live_cources .wrap .wrap_item .item a .status_sale {
        font-size: 18px;
    }
    .live_cources .wrap .wrap_item .item .text h2 {
        font-size: 28px;
        color: black;
    }
    .live_cources .wrap .wrap_item .item .text .desc {
        font-size: 18px;
        color: #666769;
    }
    .live_cources .wrap .wrap_item .item .img {
        display: block;
    }
    .live_cources .wrap .wrap_item .item .link {
        right: 30px;
        bottom: 15px;
    }
}
/*-------------------live_cources end----------------------*/


/*-------------------main_cources----------------------*/
.main_cources {
    padding: 65px 15px;
    background: rgba(37,39,77,0.9);
    position: relative;
}
.main_cources .head {
    text-align: center;
    margin-bottom: 60px;
    color: white;
    font-size: 48px;
}
.main_cources > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    object-fit: cover;
    z-index: -1;
}
.main_cources .wrap .wrap_item {
    width: 100%;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    align-items: stretch;
    gap: 15px;
}
.main_cources .wrap .wrap_item .item {
    width: 100%;
    max-width: 500px;
    border-radius: 20px;
    overflow: hidden;
    background: white;
    position: relative;
    border: 1px solid #666769;
}
.main_cources .wrap .wrap_item .item a {
    display: block;
    height: 100%;
    text-decoration: none;
    position: relative;
}
.main_cources .wrap .wrap_item .item a .status_sale {
    display: inline-block;
    padding: 6px 20px;
    border-radius: 3px;
    background: #E5083C;
    color: white;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    font-size: 18px;
}
.main_cources .wrap .wrap_item .item .img {
    width: 100%;
    aspect-ratio: 540/400;
    position: relative;
    overflow: hidden;
}
/* .main_cources .wrap .wrap_item .item .img::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37,39,77,0.4);
} */
.main_cources .wrap .wrap_item .item .text {
    position: relative;
    width: 100%;
    /* height: 100%; */
    padding: 15px 50px 15px 15px;
}
.main_cources .wrap .wrap_item .item .text .status {
    color: #E5083C;
    display: block;
    margin-bottom: 5px;
}
.main_cources .wrap .wrap_item .item .text h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 600;
    /* margin-bottom: 7px; */
    color: black;
    transition: 0.2s;
}
.main_cources .wrap .wrap_item .item .text .desc {
    color: #666769;
    margin-top: 20px;
}
.main_cources .wrap .wrap_item .item .price {
    text-align: center;
    margin: 30px 0;
    font-size: 32px;
    font-weight: 700;
    color: #E5083C;
}
.main_cources .wrap .wrap_item .item .link {
    color: black;
    position: absolute;
    right: 15px;
    top: calc(50% - 8px);
    /* top: 0; */
    text-decoration: underline;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    
}
.main_cources .wrap .wrap_item .item .btn_u {
    text-align: center;
}
.main_cources .wrap .wrap_item .item a:hover h2 {
    color: #E5083C;
}
.main_cources .wrap .wrap_item .item .link span {
    margin-left: 10px;
    display: inline-block;
    width: 31px;
    height: 16px;
    background: url(../img/arrow_right_red.png) no-repeat;
    transition: 0.2s;
}
.main_cources .wrap .wrap_item .item a:hover .link span {
    transform: translateX(5px);
    /* background: url(../img/arrow_right_red.png) no-repeat; */
}
@media only screen and (min-width:768px) {
    .main_cources {
        padding: 100px 15px;
    }
    .main_cources .wrap .wrap_item {
        gap: 45px;
    }
    .main_cources .wrap .wrap_item .item .text {
        padding: 20px 50px 20px 20px;
        
    }
    .main_cources .wrap .wrap_item .item .text h2 {
        font-size: 32px;
        text-align: center;
    }
    .main_cources .wrap .wrap_item .item .text .desc {
        font-size: 18px;
    }
    .main_cources .wrap .wrap_item .item .link {
        right: 20px;
    }
    /* .main_cources .wrap .wrap_item .item .link span {
        margin-left: 10px;
        display: inline-block;
        width: 31px;
        height: 16px;
        background: url(../img/arrow_right_black.png) no-repeat;
        transition: 0.2s;
    } */
    
}
/*-------------------main_cources end----------------------*/



/*-------------------scrollDown----------------------*/
.scrollDown {
    width: 45px;
    height: 70px;
    border: #fff solid 2px;
    border-radius: 30px;
    display: none;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    left: calc(50% - 17px);
    /* z-index: 2; */
}

.scrollDown span {
    background-color: #fff;
    width: 5px;
    height: 10px;
    border-radius: 30px;
    margin-top: 10px;
    position: relative;
}

.scrollDown span::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    border: none;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: translateY(-10px) rotate(135deg);
    left: -6px;
    margin-top: 10px;
    opacity: 0;
    animation: ani 1.8s infinite linear;
}


.scrollDown span::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    border: none;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: translateY(-10px) rotate(135deg);
    left: -6px;
    margin-top: 10px;
    opacity: 0;

    animation: ani 1.8s infinite linear;
    animation-delay: 0.8s;
}

@keyframes ani {
    0% {
        margin-top: 10px;
        opacity: 0;
    }

    50% {
        margin-top: 25px;
        opacity: 1;
    }

    100% {
        margin-top: 40px;
        opacity: 0;
    }
}
@media only screen and (min-width:768px) {
    .scrollDown {
        display: flex;
    }
}
@media only screen and (min-width:1280px) {
    .scrollDown {
        bottom: 40px;
    }
}
/*-------------------scrollDown end----------------------*/

/*-------------------contact----------------------*/
.contact {
    /* background: #1A191E; */
    background: rgba(37,39,77,0.7);
    position: relative;
    color: white;
}
.contact::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/img/bg4.jpg) no-repeat center;
    background-size: cover;
    z-index: -1;
}
.contact .wrap {
    padding: 65px 15px;
}
.contact .content h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 500;
}
.contact .content .info {
    margin-top: 40px;
}
.contact .content .info p {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}
.contact .content .info p::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
    top: 8px;
    left: 5px;
    box-shadow: 0 0 10px 1px white;
    /* opacity: 0.8; */
}
.contact .content .info p:last-child {
    margin-bottom: 0;
}
.contact .content .info p a {
    color: white;
    text-decoration: none;
}
.contact .content .info a:hover {
    text-decoration: underline;
}
.contact .content .nets {
    margin-top: 40px;
    display: flex;
    /* justify-content: center; */
    gap: 15px;
}
.contact .content .nets a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    border: 1px solid white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    transition: 0.2s;
}
.contact .content .nets a:hover {
    border: 1px solid #E5083C;
}
.contact .content .nets a img {
    object-fit: contain;
    width: 100%;
}

.contact .map {
    margin-top: 35px;
    /* height: 350px; */
}
@media only screen and (min-width:768px) {
    .contact .wrap {
        display: flex;
        flex-direction: row-reverse;
        padding: 100px 20px;
    }
    .contact .content h2 {
        font-size: 44px;
    }
    .contact .wrap > div {
        width: 50%;
    }
    .contact .content {
        padding: 0 15px 0 70px;
        font-size: 18px;
    }
    .contact .content .info a {
        font-size: 18px;
    }
    .contact .map {
        margin-top: 0;
        height: 400px;
    }
}
/*-------------------contact end----------------------*/


/*-------------------common_page_main----------------------*/
.common_page_main {
    background: rgba(0,0,0,0.3);
    padding: 110px 15px 0;
    display: flex;
    align-items: center;
    height: 50vh;
    position: relative;
}
.common_page_main::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/img/bg_main_1024_.jpg) no-repeat center;
    background-size: cover;
    z-index: -1;
}
.common_page_main .wrap {
    text-align: center;
}
.common_page_main .wrap h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 1.3;
    color: white;
    text-transform: uppercase;
    margin-top: 15px;
}

@media only screen and (min-width:600px) {
    .common_page_main .wrap h1 {
        font-size: 28px;
    }
}
@media only screen and (min-width:768px) {
    .common_page_main {
        height: 40vh;
    }
    .common_page_main::before {
        background: url(/assets/img/bg_main.jpg) no-repeat center;
        background-size: cover;
    }
    .common_page_main .wrap h1 {
        font-size: 32px;
    }
}
@media only screen and (min-width:1240px) {
    .common_page_main .wrap h1 {
        font-size: 44px;
    }
}
/*-------------------common_page_main end----------------------*/

/*-------------------common_page----------------------*/
.common_page {
    background: #25274D;
}
.common_page .wrap {
    color: white;
    padding: 40px 15px;
}
.common_page .wrap .head {
    text-align: center;
    margin-top: 30px;
}
.common_page .wrap .head h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
}
.common_page .wrap .head .capt {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}

.common_page .wrap .content p {
    margin-bottom: 15px;
}
.common_page .wrap .content p:last-child {
    margin-bottom: 0;
}
.common_page .wrap .content p.capt {
    font-weight: 700;
}
.common_page .wrap .content p.capt_main {
    margin-top: 30px;
}
.common_page .wrap .content ol {
    padding-left: 30px;
}
.common_page .wrap .content ol li {
    margin-bottom: 15px;
}
.common_page .wrap .content ul {
    padding-left: 60px;
}
.common_page .wrap .content ul li {
    margin-bottom: 15px;
}

.common_page .wrap .right {
    text-align: right;
}
.common_page .wrap .left {
    font-weight: 700;
}
.common_page .wrap .table {
    overflow-x: auto;
}
.common_page .wrap .table table {
    
    border: 1px solid #666769;
}
.common_page .wrap .table table th,
.common_page .wrap .table table td {
    border: 1px solid #666769;
    padding: 10px;
    font-size: 14px;
}
.common_page .wrap .table > p {
    font-weight: 700;
}
@media only screen and (min-width:1000px) {
    .common_page .wrap {
        padding: 65px 100px;
    }
}
/*-------------------common_page end----------------------*/








/*-------------------course----------------------*/
.course {
    /* background: rgba(0,0,0,0.3); */
    background: rgba(26,25,30,0.5);
    display: flex;
    align-items: center;
    /* height: 50vh; */
    position: relative;
    /* background: url(/assets/img/pic/online_1.jpg) no-repeat center;
    background-size: cover; */
}
/* .course::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/img/bg_main_1024_.jpg) no-repeat center;
    background-size: cover;
    z-index: -1;
} */
.course .wrap {
    text-align: center;
    position: relative;
    padding: 90px 15px 0;
}
.course .wrap .tip {
    margin-top: 50px;
}
.course .wrap .tip span {
    color: white;
    position: relative;
    z-index: 1;
    border: 1px solid #B8BABC;
    border-radius: 3px;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 30px;
}
.course .wrap h1 {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 1px;
    line-height: 1.1;
    color: white;
    text-transform: uppercase;
    
    /* margin-bottom: 65px; */
    max-width: 660px;
    text-align: center;
    margin: 0 auto;
}
.course .wrap h1 span {
    display: inline-block;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.3;
    /* text-transform: none; */
    /* color: #B8BABC; */
}
.course .wrap .desc {
    margin-top: 30px;
    color: white;
    
    max-width: 540px;
    display: inline-block;
}
.course .wrap .desc p {
    margin-bottom: 5px;
}
.course .wrap .desc p:last-child {
    margin-bottom: 0;
}
.course .wrap .main_btn {
    margin: 65px 0;
}
@media only screen and (min-width:600px) {
    .course .wrap h1 {
        /* font-size: 32px; */
    }
}
@media only screen and (min-width:768px) {
    /* .course::before {
        background: url(/assets/img/bg_main.jpg) no-repeat center;
        background-size: cover;
    } */
    .course .wrap .tip {
        margin-top: 80px;
    }
    .course .wrap h1 {
        font-size: 42px;
        
        /* margin-bottom: 80px; */
    }
    .course .wrap h1 span {
        font-size: 22px;
        /* line-height: 1.5; */
    }
}
@media only screen and (min-width:1240px) {
    .course {
        background: none;
        background: rgba(26,25,30,0.2);
    }
    .course .wrap {
        text-align: left;
        /* padding: 260px 20px 150px; */
        min-height: 80vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .course .wrap .tip {
        margin-top: 40px;
    }
    .course .wrap h1 {
        max-width: 500px;
        font-size: 46px;
        position: relative;
        z-index: 1;
        text-align: left;
        margin: unset;
    }
    .course .wrap h1 span {
        font-size: 24px;
        /* line-height: 1.5; */
        text-transform: none;
    }
    .course .wrap .desc {
        z-index: 1;
        color: #B8BABC;
        max-width: 500px;
    }
    .course .wrap::before {
        position: absolute;
        content: "";
        top: 0;
        left: -60px;
        width: 620px;
        height: 100%;
        background: #38373C;
        /* z-index: -1; */
    }
    .course .wrap .main_btn {
        position: relative;
        z-index: 1;
        margin-bottom: 60px;
    }
}
/*-------------------course end----------------------*/

/*-------------------course_for_you----------------------*/
.course_for_you {
    padding: 50px 15px;
    /* background: #25274D; */
    /* background: rgba(37,39,77,0.6); */
    /* background: rgba(56,55,60,0.5); */
    background: rgba(26,25,30,1);
    
    color: white;
    position: relative;
}
.course_for_you::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/img/bg4_R.jpg) no-repeat center;
    background-size: cover;
    /* opacity: 0.5; */
    z-index: -1;
}
.course_for_you .wrap .up {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    text-align: center;
}
.course_for_you .wrap .up .text h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 500;
}
.course_for_you .wrap .up .text ul {
    margin-top: 40px;
    padding-left: 50px;
    max-width: 580px;
    text-align: left;
    list-style: none;
}
.course_for_you .wrap .up .text ul li {
    margin-bottom: 20px;
    position: relative;
}
.course_for_you .wrap .up .text ul li:last-child {
    margin-bottom: 0;
}
.course_for_you .wrap .up .text ul li::after {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background: url(../img/logo_w.png) no-repeat center;
    background-size: contain;
    top: 2px;
    left: -38px;
}
.course_for_you .wrap .up .text ul li::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: 7px;
    left: -35px;
    box-shadow: 0px 0px 15px 5px rgba(229,8,60,0.6);
}
/* .course_for_you .wrap .up .text hr {
    background: #E5083C;
    border: none;
    height: 2px;
    width: 80px;
    text-align: left;
} */
.course_for_you .wrap .up .text > p {
    margin-top: 80px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    max-width: 520px;
    position: relative;
}
.course_for_you .wrap .up .text > p::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background: #E5083C;
    top: -40px;
    left: calc(50% - 50px);
}
.course_for_you .wrap .up .text > a {
    margin-top: 50px;
    margin-left: 30px;
}

.course_for_you .wrap .up .img  {
    width: 100%;
    display: none;
    justify-content: center;
}
.course_for_you .wrap .up .img .item {
    width: 100%;
    max-width: 520px;
    aspect-ratio: 1;
    background: red;
    border-radius: 20px;
    box-shadow: 0 5px 40px rgba(229,8,60,0.3)
}

/* .course_for_you .wrap .down p {
    margin-top: 35px;
    text-align: center;
} */
@media only screen and (min-width:768px) {
    .course_for_you {
        padding: 65px 20px;
    }
    .course_for_you .wrap .up {
        flex-direction: row;
        text-align: left;
        /* gap: 0; */
    }
    .course_for_you .wrap .up .text {
        /* padding-left: 20px; */
    }
    .course_for_you .wrap .up .text h2 {
        font-size: 36px;
        padding-left: 30px;
    }
    .course_for_you .wrap .up .text ul {
        margin-top: 50px;
        padding-left: 70px;
    }
    .course_for_you .wrap .up .text ul li {
        font-size: 18px;
    }
    .course_for_you .wrap .up .text ul li::after {
        top: 4px;
        left: -40px;
    }
    .course_for_you .wrap .up .text > p {
        font-size: 24px;
        margin-top: 100px;
        margin-left: 30px;
    }
    .course_for_you .wrap .up .text > p::before {
        width: 150px;
        top: -50px;
        left: 0;
    }
    .course_for_you .wrap .up .text > a {
        margin-top: 60px;
    }

    .course_for_you .wrap .up .text,
    .course_for_you .wrap .up .img {
        width: 50%;
    }
    .course_for_you .wrap .up .img {
        display: flex;
        justify-content: center;
        padding-right: 50px;
    }
    .course_for_you .wrap .up .img .item {
        /* aspect-ratio: 360/420; */
    }
}
@media only screen and (min-width:1240px) {
    .course_for_you {
        padding: 100px 20px;
    }
    .course_for_you .wrap .up .text {
        /* padding-left: 40px; */
    }
}
/*-------------------course_for_you end----------------------*/


/*-------------------program----------------------*/
.program {
    padding: 50px 15px;
    color: white;
    background: #1A191E;
    /* background: rgba(37,39,77,0.7); */
    /* background: url(../img/bg4.jpg) no-repeat center; */
    background-size: cover;
    /* position: relative; */
}
/* .program::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/img/bg4.jpg) no-repeat center;
    background-size: cover;
    z-index: -1;
} */
.program .wrap h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 500;
    text-align: center;
}
.program .wrap .wrap_place {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.program .wrap .wrap_place .place {
    background: #25274D;
    border-radius: 10px;
    /* padding: 30px 0; */
    max-width: 880px;
}
.program .wrap .wrap_place .place ul {
    /* padding-left: 30px; */
    list-style: none;
    padding: 15px 8px;
}
.program .wrap .wrap_place .place ul li {
    /* margin-bottom: 20px; */
    /* border-bottom: 1px solid rgba(102,103,105,0.5); */
    /* padding: 15px 15px 15px 45px; */
    padding: 12px 15px 12px 50px;
    position: relative;
}
.program .wrap .wrap_place .place ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
/* .program .wrap .wrap_place .place ul li::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/logo_w.png) no-repeat;
    background-size: contain;
    top: 15px;
    left: 15px;
} */
.program .wrap .wrap_place .place ul li::after {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 0 11px 3px rgba(229,8,60,0.8);
    /* box-shadow: 0 0 8px  white; */
    /* border: 1px solid#E5083C; */
    /* opacity: 0.7; */
    top: 18px;
    left: 18px;
}
.program .wrap .wrap_place .place ul li::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: white;
    /* background: #E5083C; */
    opacity: 0.5;
    top: 18px;
    left: 22px;
}
.program .wrap .wrap_place .place ul li:last-child:before {
    content: none;
}

.program .wrap .wrap_place_dop {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.program .wrap .wrap_place_dop .place_dop {
    /* border: 2px solid #25274D; */
    border: 2px solid #E5083C;
    border-radius: 10px;
    padding: 30px 15px;
    max-width: 780px;
}
.program .wrap .wrap_place_dop .place_dop ul {
    padding-left: 30px;
}
.program .wrap .wrap_place_dop .place_dop ul li {
    margin-bottom: 10px;
}
.program .wrap .wrap_place_dop .place_dop ul li:last-child {
    margin-bottom: 0;
}


.program .wrap .wrap_place2 {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.program .wrap .wrap_place2 .with_sub_text {
    max-width: 780px;
}
.program .wrap .wrap_place2 .with_sub_text .item {
    background: #25274D;
    /* border-radius: 10px; */
    width: 100%;
    margin-bottom: 2px;
    overflow: hidden;
}
.program .wrap .wrap_place2 .with_sub_text .item:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.program .wrap .wrap_place2 .with_sub_text .item:last-child {
    margin-bottom: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.program .wrap .wrap_place2 .with_sub_text .item p {
    display: none;
    background: #57597F;
    background: rgba(102,103,105,1);
    padding: 20px 30px 20px 45px;
}
.program .wrap .wrap_place2 .with_sub_text .item.open p {
    display: block;
}
.program .wrap .wrap_place2 .with_sub_text .item h3 {
    position: relative;
    display: block;
    padding: 25px 40px 25px 25px;
    cursor: pointer;
    transition: 0.2s;
    font-weight: 500;
}
.program .wrap .wrap_place2 .with_sub_text .item h3:hover {
    background: #2F3157;
}
.program .wrap .wrap_place2 .with_sub_text .item h3::after {
    position: absolute;
    content: "";
    background: url(../img/arrow_down_white.svg) no-repeat;
    background-size: contain;
    width: 20px;
    height: 10px;
    top: calc(50% - 5px);
    right: 20px;
    transition: 0.3s;
}
.program .wrap .wrap_place2 .with_sub_text .item.open h3::after {
    transform: rotate(180deg);
}
@media only screen and (min-width:768px) {
    .program .wrap h2 {
        font-size: 36px;
    }
    .program .wrap .wrap_place {
        margin-top: 50px;
    }
    .program .wrap .wrap_place .place {
        /* padding: 30px; */
    }
    .program .wrap .wrap_place .place ul {
        /* padding-left: 30px; */
        /* list-style: none; */
        padding: 15px;
    }
    .program .wrap .wrap_place .place ul li {
        font-size: 18px;
        padding: 18px 20px 18px 80px;
    }
    /* .program .wrap .wrap_place .wrap_place {
        margin-top: 45px;
    } */
    .program .wrap .wrap_place .place ul li::after {
        /* position: absolute;
        content: "";
        width: 9px;
        height: 9px;
        background: white;
        border-radius: 50%;
        box-shadow: 0 0 8px 2px #E5083C;
        border: 1px solid#E5083C; */
        top: 26px;
        left: 31px;
    }
    .program .wrap .wrap_place .place ul li::before {
        top: 27px;
        left: 35px;
    }

    .program .wrap .wrap_place_dop .place_dop {
        padding: 30px;
    }
    .program .wrap .wrap_place_dop .place_dop ul li {
        font-size: 18px;
    }
    /* .program .wrap .wrap_place .wrap_place {
        margin-top: 45px;
    } */

    .program .wrap .wrap_place2 {
        margin-top: 50px;
    }
    .program .wrap .wrap_place2 .with_sub_text .item h3 {
        padding: 30px 55px 30px 40px;
        font-size: 18px;
    }
    .program .wrap .wrap_place2 .with_sub_text .item h3::after {
        right: 30px;
    }
    .program .wrap .wrap_place2 .with_sub_text .item p {
        padding: 30px 45px 30px 70px;
    }
}
@media only screen and (min-width:1000px) {
    .program {
        padding: 100px 20px;
    }
}
/*-------------------program end----------------------*/

/*-------------------dopolnenie----------------------*/
.dopolnenie {
    /* padding: 50px 15px; */
    /* padding: 50px 15px 0; */
    /* padding: 65px 15px; */
    padding: 0 15px;
    color: white;
    background: #1A191E;
    /* background: #38373C; */
    /* background: #666769; */
    /* border-top: 1px solid #666769; */
    /* padding-bottom: 65px; */
}
.dopolnenie .wrap h2 {
    text-align: center;
    margin-bottom: 40px;
}
.dopolnenie .wrap .wrap_item {
    /* margin-top: 15px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    
}
.dopolnenie .wrap .wrap_item:first-child {
    margin-top: 0;
}
.dopolnenie .wrap .wrap_item .item {
    background: rgba(102,103,105,0.2);
    padding: 25px 20px;
    max-width: 360px;
    width: 100%;
    border-radius: 20px;
    transition: 0.2s;
    box-shadow: 0 5px 20px rgba(229,8,60,0.15);
}
.dopolnenie .wrap .wrap_item .item:hover {
    /* background: rgba(102,103,105,0.4); */
}
.dopolnenie .wrap .wrap_item .item .img {
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    
}
.dopolnenie .wrap .wrap_item .item .img span {
    display: inline-block;
    width: 60px;
    height: 60px;
    /* box-shadow: 0 5px 20px rgba(229,8,60,0.85); */
    filter: drop-shadow(rgba(229,8,60,0.85));
}
.dopolnenie .wrap .wrap_item .item .desc {
    border-top: 2px solid #E5083C;
    padding-top: 20px;
    text-align: center;
}

.dopolnenie .wrap .wrap_btn {
    margin-top: 50px;
    text-align: center;
}
@media only screen and (min-width:768px) {
    .dopolnenie .wrap .wrap_item {
        margin-top: 0;
    }
    .dopolnenie .wrap .wrap_item .item .img span {
        width: 70px;
        height: 70px;
    }
}
@media only screen and (min-width:1000px) {
    .dopolnenie {
        padding: 0 20px 50px;
        /* padding-bottom: 50px; */
    }
    .dopolnenie .wrap .wrap_item {
        /* display: flex; */
        flex-wrap: no-wrap;
        /* justify-content: space-between; */
        /* gap: 20px; */
    }
    .dopolnenie .wrap .wrap_item .item {
        max-width: 280px;
    }
}
@media only screen and (min-width:1280px) {
    .dopolnenie .wrap .wrap_btn {
        margin-top: 100px;
    }
}
/*-------------------dopolnenie end----------------------*/


/*-------------------cost----------------------*/
.cost {
    padding: 50px 15px;
    /* background: #25274D; */
    background: #1A191E;
    color: white;
    position: relative;
    /* border-top: 1px solid #666769; */
}
.cost .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cost .wrap .price_box {
    margin-top: 30px;
    background: #25274D;
    padding: 60px 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 40px rgba(229,8,60,0.3)
}
.cost .wrap .price_box .desc {
    margin-top: 50px;
    padding: 20px 0;
    border-top: 1px solid #666769;
    border-bottom: 1px solid #666769;
}
.cost .wrap .price_box .desc ul {
    /* text-align: left; */
    /* padding-left: 20px; */
    list-style: none;
}
.cost .wrap .price_box .desc ul li {
    margin-bottom: 15px;
    /* color: #AEB0B2; */
}
.cost .wrap .price_box .desc ul li:last-child {
    margin-bottom: 0;
}
.cost .wrap .price_box .price {
    /* margin-top: 50px; */
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
}
.cost .wrap .price_box a {
    display: inline-block;
    margin-top: 50px;
}
@media only screen and (min-width:768px) {
    .cost .wrap .price_box {
        margin-top: 50px;
    }
    .cost .wrap .price_box .desc {
        /* font-size: 18px; */
    }
    .cost .wrap .price_box .price {
        font-size: 50px;
        font-weight: 600;
    }
}
@media only screen and (min-width:1000px) {
    .cost {
        padding: 100px 20px;
    }
}
/*-------------------cost end----------------------*/



/*-------------------main_video----------------------*/
.main_video {
    padding: 40px 18px 10px;
    background: white;
}
.main_video .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main_video .wrap_video {
    width: 100%;
    aspect-ratio: 608/1080;
    max-width: 568px;
    overflow: hidden;
}
.main_video .lnk a {
    color: black;
    display: block;
    font-size: 14px;
    margin-top: 15px;
    text-decoration: none;
    text-transform: uppercase;
}
.main_video .lnk a:hover {
    color: #e94e1b;
}
@media only screen and (min-width:768px) {
    .main_video {
        padding: 30px 18px;
        background: white;
    }
}

/*-------------------main_video end----------------------*/


/*-------------------block_info----------------------*/
.block_info {
    padding: 50px 15px;
    background: rgba(37,39,77,0.8);
    position: relative;
    color: white;
    /* background: #38373C; */
}
.block_info::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/img/bg3.jpg) no-repeat center;
    background-size: cover;
    z-index: -1;
}
.block_info .wrap .left {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}
.block_info .wrap .left p {
    max-width: 560px;
}
.block_info .wrap .right {
    margin-top: 50px;
    text-align: center;
}
@media only screen and (min-width:768px) {
    .block_info {
        padding: 100px 20px;
    }
    .block_info .wrap {
        padding: 0 80px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .block_info .wrap .left {
        width: 55%;
        text-align: left;
    }
    .block_info .wrap .left p {
        font-size: 18px;
    }
    .block_info .wrap .right {
        width: 45%;
        margin-top: 0;
        text-align: right;
    }
}
/*-------------------block_info----------------------*/

/*-------------------block_info_down----------------------*/
.block_info_down {
    padding: 50px 15px;
    /* background: rgba(37,39,77,0.8); */
    background: #1A191E;
    position: relative;
    color: white;
    /* background: #38373C; */
}
/* .block_info_down::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/img/bg3.jpg) no-repeat center;
    background-size: cover;
    z-index: -1;
} */
.block_info_down .wrap .left {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}
.block_info_down .wrap .left p {
    max-width: 560px;
}
.block_info_down .wrap .right {
    margin-top: 50px;
    text-align: center;
}
@media only screen and (min-width:768px) {
    .block_info_down {
        padding: 100px 20px;
    }
    .block_info_down .wrap {
        padding: 0 80px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .block_info_down .wrap .left {
        width: 55%;
        text-align: left;
    }
    .block_info_down .wrap .left p {
        font-size: 18px;
    }
    .block_info_down .wrap .right {
        width: 45%;
        margin-top: 0;
        text-align: right;
    }
}
/*-------------------block_info_down----------------------*/

/*-------------------final----------------------*/
.final {
    background: #38373C;
    margin-top: 50px;
}
.final .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.final .wrap .img {
    width: 100%;
}
.final .wrap .img span {
    display: block;
    aspect-ratio: 1;
    max-width: 768px;
    width: 100%;
}
.final .wrap .text {
    padding: 50px 20px 50px 70px;
}
.final .wrap .text {
    background: #38373C;
    color: white;
}
.final .wrap .text p {
    margin-bottom: 36px;
    position: relative;
}
.final .wrap .text p:last-child {
    margin-bottom: 0;
}
.final .wrap .text p span {
    display: block;
    position: absolute;
    width: 34px;
    height: 34px;
    left: -55px;
    top: 0;
}
@media only screen and (min-width:768px) {
    .final .wrap {
        flex-direction: row;
        margin-top: 100px;
    }
    .final .wrap .img {
        width: 50%;
    }
    .final .wrap .img span {
        width: 100%;
        max-width: 550px;
    }
    .final .wrap .text {
        width: 50%;
        padding: 0 20px 0 80px;
    }
    .final .wrap .text p {
        font-size: 18px;
    }
}
/*-------------------final end----------------------*/

/*-------------------final2----------------------*/
.final2 {
    background: #38373C;
    /* background: rgba(37,39,77,0.9); */
    /* margin-top: 50px; */
}
.final2 > video {
    display: none;
}
.final2 .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.final2 .wrap .img {
    width: 100%;
}
.final2 .wrap .img span {
    display: block;
    aspect-ratio: 1;
    max-width: 768px;
    width: 100%;
}
.final2 .wrap .text {
    padding: 50px 20px 50px 70px;
}
.final2 .wrap .text {
    background: #38373C;
    color: white;
}
.final2 .wrap .text p {
    margin-bottom: 36px;
    position: relative;
}
.final2 .wrap .text p:last-child {
    margin-bottom: 0;
}
.final2 .wrap .text p span {
    display: block;
    position: absolute;
    width: 34px;
    height: 34px;
    left: -50px;
    top: 0;
}
/* .final2 .wrap .text p::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 1px;
    background: transparent;
    top: 15px;
    left: -30px;
    box-shadow: 3px 3px 15px 8px rgba(229,8,60,0.6);
} */
@media only screen and (min-width:768px) {
    .final2 .wrap {
        flex-direction: row;
        /* margin-top: 100px; */
    }
    .final2 .wrap .img {
        /* width: 50%; */
    }
    .final2 .wrap .img span {
        /* width: 100%;
        max-width: 550px; */
    }
    .final2 .wrap .text {
        /* width: 50%;
        padding: 0 20px 0 80px; */
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }
    .final2 .wrap .text p {
        font-size: 18px;
        position: relative;
        padding-top: 110px;
        max-width: 300px;
        display: inline-block;
        text-align: center;
    }
    .final2 .wrap .text p span {
        width: 80px;
        height: 80px;
        left: calc(50% - 40px);
        top: 0;
    }
}
@media only screen and (min-width:1240px) {
    .final2 {
        background: rgba(37,39,77,0.9);
        padding: 80px 0;
        position: relative;
    }
    .final2 > video {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; 
        object-fit: cover;
        z-index: -1;
    }
    .final2 .wrap {
        flex-direction: row-reverse;
    }
    .final2 .wrap .text {
        background: none;
        padding: 0 20px 0 60px;
    }
    .final2 .wrap .img span {
        border-radius: 20px;
    }
}
/*-------------------final2 end----------------------*/


/*-------------------course_about----------------------*/
.course_about {
    /* background: #666769; */
    background: #1A191E;
    background: #25274D;
    background: rgba(37,39,77,0.7);
    position: relative;
}
.course_about::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/img/bg4.jpg) no-repeat center;
    background-size: cover;
    z-index: -1;
}
.course_about .wrap {
    padding: 50px 0;
}
.course_about .wrap .img {
    display: flex;
    justify-content: center;
    padding: 0 15px;
}
.course_about .wrap .img .item {
    width: 280px;
    aspect-ratio: 608/1080;
    border-radius: 20px;
    overflow: hidden;
}
.course_about .wrap .img .item.live {
    max-width: 500px;
    aspect-ratio: 800/945;
}
.course_about .wrap .text {
    padding: 0 35px 40px;
}
.course_about .wrap .text h2 {
    color: white;
    margin-bottom: 30px;
}
.course_about .wrap .text p {
    margin-bottom: 20px;
    color: white;
    /* max-width: 500px; */
    position: relative;
    padding-left: 30px;
}
.course_about .wrap .text p::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 0 11px 1px rgb(255, 255, 255,0.8);
    top: 7px;
    left: 3px;
}
.course_about .wrap .text p:last-child {
    margin-bottom: 0;
}
@media only screen and (min-width:768px) {
    .course_about .wrap {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 80px 130px 80px 95px;
    }
    .course_about .wrap .img {
        width: 50%;
        justify-content: right;
        padding: 0;
    }
    .course_about .wrap .img .item {
        width: 320px;
    }
    .course_about .wrap .text {
        width: 50%;
        padding: 0 20px;
    }
    .course_about .wrap .text p {
        font-size: 18px;
    }
    .course_about .wrap .text h2 {
        margin-bottom: 50px;
    }
}
/*-------------------course_about end----------------------*/


/*-------------------gallery_img----------------------*/
.gallery_img {
    background: #1A191E;
    /* background: #666769; */
    padding: 50px 15px 0;
}
.gallery_img .wrap h2 {
    color: white;
    text-align: center;
}
.gallery_img .wrap .in {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px;
}
.gallery_img .wrap .in a {
    display: block;
    aspect-ratio: 1;
    width: 100%;
    max-width: 300px;
}

@media only screen and (min-width:1240px) {
    .gallery_img .wrap .in {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .gallery_img .wrap .in a {
        max-width: unset;
    }
    .gallery_img .wrap .in a:nth-child(1) {
        grid-column: 1 / 3;
        grid-row: 1 / 3;
    }
    .gallery_img .wrap .in a:nth-child(10) {
        grid-column: 3 / 5;
        grid-row: 3 / 5;
    }
}
/*-------------------gallery_img end----------------------*/






/*-------------------popup_question----------------------*/
.popup_question {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    position: relative;
    background: white;
    border-radius: 20px;
}
.popup_question .content_question {
    padding: 50px 20px 40px;
}
.popup_question .content_question form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.popup_question .mfp-close {
    display: none;
}
.popup_question .popup-modal-dismiss {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    transition: 0.2s;
}
.popup_question .popup-modal-dismiss::before {
    position: absolute;
    content: "";
    width: 130%;
    height: 2px;
    top: 10px;
    left: -3px;
    background: #666769;
    transform: rotate(45deg);
    transition: 0.2s;
}
.popup_question .popup-modal-dismiss::after {
    position: absolute;
    content: "";
    width: 130%;
    height: 2px;
    bottom: 10px;
    left: -3px;
    background: #666769;
    transform: rotate(-45deg);
    transition: 0.2s;
}
.popup_question .popup-modal-dismiss:hover:before {
    background: #E5083C;
}
.popup_question .popup-modal-dismiss:hover::after {
    background: #E5083C;
}

/* .popup_question .content_question .capt {
    font-family: "Forum", serif;
    font-size: 36px;
    color: #980A79;
    margin-bottom: 20px;
} */

.popup_question .head {
    margin-bottom: 30px;
}
.popup_question .caption {
    /* font-family: 'Bebas_Neue_bold'; */
    font-size: 28px;
    font-weight: 500;
    /* margin-bottom: 30px; */
    line-height: 1;
    text-align: center;
}
.popup_question .caption span {
    display: inline-block;
    font-size: 18px;
}
.popup_question .caption span span {
    color: #E5083C;
}
.popup_question .desc {
    font-size: 13px;
    line-height: 1.2;
    margin-top: 20px;
    /* margin-bottom: 15px; */
    color: #666769;
}
.popup_question .head .warning {
    margin-top: 25px;
    font-size: 13px;
    line-height: 1.2;
    color: #666769;
    text-align: left;
}
.popup_question .head .warning p {
    margin-bottom: 5px;
}
.popup_question .head .warning p:last-child {
    margin-bottom: 0;
}

.popup_question input {
    width: 100%;
    max-width: 280px;
    height: 46px;
    border-radius: 50px;
    border: 1px solid rgba(0,0,0,0.25);
    padding-left: 15px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: black;
    margin-bottom: 15px;
}
.popup_question input:last-child {
    margin-bottom: 0;
}
.popup_question input::placeholder {
    color: #888;
}
.popup_question input:active,
.popup_question input:focus,
.popup_question input:hover {
    outline: none;
}


.popup_question button {
    width: 100%;
    max-width: 280px;
    margin-top: 15px;
    height: 46px;
    border-radius: 100px;
    border: none;
    background: #E5083C;
    font-size: 16px;
    color: white;
    transition: 0.2s;
    cursor: pointer;
    /* box-shadow: 4px 4px 15px rgb(77, 77, 77); */
    box-shadow: 4px 4px 15px rgba(26,25,30,0.4);
}
.popup_question button:hover {
    box-shadow: 7px 7px 15px rgba(26,25,30,0.4);
}

.popup_question .content_question .form_ok {
    text-align: center;
    padding: 20px 0 0;
    display: none;
    line-height: 1;
}
.popup_question .content_question .form_ok .capt {
    font-size: 20px;
    padding-bottom: 0;
}
.popup_question .content_question .form_ok .desc {
    font-size: 13px;
}
.popup_question .content_question .form_ok button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto 0;
}
/*-------------------end popup_question----------------------*/