@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2') format('woff2');
    src: url('fonts/Inter-Regular.ttf') format('opentype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2') format('woff2');
    src: url('fonts/Inter-SemiBold.ttf') format('opentype');
}


html,
body {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font: 400 16px/24px 'Inter', sans-serif;
    color: #000000;
    -webkit-text-size-adjust: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


*,
*:before,
*:after {
    box-sizing: border-box;
}
header,
nav,
section,
article,
aside,
footer,
menu,
time,
figure,
figcaption, main {
    display: block;
}

img {
    border: 0;
    vertical-align: top;
}

a {
    color: #74668c;
    text-decoration: underline;
    outline: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

a[href^=tel] {
    color: inherit!important;
    cursor: inherit;
    text-decoration: none!important;
}


.header,
.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.header {
    background: #fff;
    position: relative;
    /*box-shadow: 0 5px 13px -8px rgba(0, 0, 0, 0.22);*/
}

.header .container-h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1640px;
}

.header .logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: auto;
}

.header .logo img {
    height: 33px;
    width: auto;
}
.header .personal-a{
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.4px;
    color: #345dee;
    margin-right: 30px;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.header .personal-a:hover{
    text-decoration: none;
    color: #18214d;
}
.header .personal-area{
    padding: 10px 21px;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.4px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    background-color: #345dee;
    float: right !important;
    width: 160px;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.header .personal-area:hover{
    background-color: #18214d;
    text-decoration: none;
}

/*menu*/
.header .toggle-menu,
.header .toggle-search.for-mob {
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin: 0 20px;
    display: none;
}

.header .toggle-menu,
.close {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .toggle-menu > *,
.close > * {
    width: 16px;
    height: 2px;
    background: #18214d;
    margin: 2px 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: relative;
}

.close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.close > * {
    background: #c7ccd1;
}

.close:hover > * {
    background: #F55159;
}

.header.open-menu .toggle-menu .pos2,
.close .pos2 {
    opacity: 0;
}

.header.open-menu .toggle-menu .pos1,
.close .pos1 {
    -webkit-transform: translate3d(0, 6px, 0) rotate(-135deg);
    transform: translate3d(0, 6px, 0) rotate(-135deg);
    width: 12px;
}

.header.open-menu .toggle-menu .pos3,
.close .pos3 {
    -webkit-transform: translate3d(0, -6px, 0) rotate(135deg);
    transform: translate3d(0, -6px, 0) rotate(135deg);
    width: 12px;
}

.header .menu {
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
    color: #000000;
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*margin-left: -79px;*/
}

.header .menu > * {
}

.header .menu a {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-decoration: none;
    margin: 0 20px;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.4px;
    color: #18214d;
    opacity: 0.4;
}

.header .menu a:hover,
.header .menu .active{
    color: #345DEE;
    opacity: 1;
}

.header .mob{
    display: none;
}
.block1{
    padding: 80px 0 0 0;
    text-align: center;
}
.block1 .title{
    max-width: 730px;
    font-size: 56px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: -2.4px;
    color: #18214d;
   text-align: center;
    margin: 0 auto;
}
.block1 .txt{
    max-width: 730px;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.4px;
    color: #3e4462;
    margin: 34px auto 60px;
}
.btn{
    width: 262px;
    border-radius: 8px;
    background-color: #ee3465;
    text-align: center;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.5px;
    color: #ffffff;
    padding: 19px 10px;
    cursor: pointer;
    margin: 0 auto 20px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: block;
    text-decoration: none;
}
.btn:hover{
background: #b91f48;
    text-decoration: none;
    color: #ffffff;
}
.block1 .img{
    width: 100%;
    margin: 46px auto 0;
    max-width: 920px;
}
.block2{
    padding: 80px 0 50px;
}
.block2-item{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.block2-item .title{

    font-size: 36px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: -1.5px;
    color: #18214d;
}
.block2-item .txt{

    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.4px;
    color: #3e4462;
    max-width: 730px;
}
.block2 .img{
    max-width: 1110px;
    margin: 60px auto;
    border-radius: 8px;
    width: 100%;
}
.block2 .item{
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}
.block2 .item img{
    width: 48px;
    margin-right: 23px;
}
.block2 .item .item_txt{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: -0.3px;
    color: #3e4462;
}
.block2 .item .item_txt .item_txt_name{
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: -0.55px;
    color: #18214d;
    margin-bottom: 10px;
}
.block3{
    padding: 80px 0;
    background-color: #345dee;
}
.block3 .txt{
    font-size: 36px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: -1.5px;
    color: #ffffff;
    text-align: center;
}
.block4{
    padding: 80px 0 50px;
}
.block4 .item{
    margin-bottom: 30px;
    text-align: center;
}
.block4 .item .ico{
    font-size: 56px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: -2.4px;
    color: #18214d;
    margin-bottom: 10px;
}
.block4 .item .txt{
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.4px;
    color: #3e4462;
}
.block5{
    padding: 80px 0 80px;
}
.block5 .item{
    border: solid 1px #dfe4ea;
    padding: 30px;
    border-radius: 8px;
    height: 100%;
}
.block5 .item .item-name{
    display: flex;
    justify-content: space-between;
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: -0.55px;
    color: #18214d;
    margin-bottom: 20px;
}
.block5 .item  .txt{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: -0.3px;
    color: #3e4462;
}
.block5 .block5-txt{
    max-width: 600px;
    margin: 40px auto 40px;
text-align: center;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: -0.3px;
    color: #3e4462;
}
.btn-blue{
    text-align: center;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 8px;
    background-color: #345dee;

    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.5px;
    color: #ffffff;
    width: 180px;
    margin: 0 auto;
    padding: 16px 10px;
    cursor: pointer;
}
.btn-blue:hover{
    background-color: #18214d;
    text-decoration: none;
}
.block6{
    padding: 80px 0 65px;
}
.block6 .title{
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: -1.5px;
    color: #18214d;
    margin-bottom: 60px;
}

.block6 .list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.block6 .list .item{
    border-radius: 8px;
    width: 160px;
    height: 67px;
    border: solid 1px #dfe4ea;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px;
}
.block6 .list .item img{
    filter: grayscale(100%);
    transition: 1s;
}
.block6 .list .item:hover{
    box-shadow: 0 10px 20px 0 rgba(52, 93, 238, 0.1);
    border: solid 1px #345dee;
}
.block6 .list .item:hover img{
    filter: grayscale(0);
}
.block6 .list .item img{
    height: auto;
    max-width: 90%;
    max-height: 90%;
}
.block7{
    padding: 80px 0;
}
.block7 .map{
    height: 378px;
}
.block7 .title{
    font-size: 36px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: -1.5px;
    color: #18214d;
    margin-bottom: 70px;
}
.block7 p{
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.4px;
    color: #18214d;
}
.block7 .txt{
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.block7 .txt img{
    width: 18px;
    height: auto;
    margin-right: 12px;
}
.block7 .txt,
.block7 .txt a{
    text-decoration: none;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.4px;
    color: #18214d;
}
.block7 .list{
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    flex-wrap: wrap;
}
.block7 .list .item{
    margin: 15px;
    display: flex;
}
.block7 .list .item img{
    max-width: 24px;
}

.footer{
    background: #dfe4ea;
    position: relative;
    flex-direction: column;
}
.footer .container-f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 134px;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1100px;
}
.footer .logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: auto;
}
.footer .menu {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #000000;
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}
.footer .menu a {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-decoration: none;
    margin: 0 20px;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.4px;
    color: #18214d;
    opacity: 0.5;
}
.footer .menu a:hover, .footer .menu .active {
    color: #345DEE;
    opacity: 1;
}
.footer .social{
    float: right;
    text-align: right;
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    flex-wrap: wrap;
}
.footer .social .item{
    margin: 15px;
    display: flex;
}
.footer .social .item img{
    max-width: 24px;
}

.footer .conf2{
    border-top: 1px solid #18214D;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 105px;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1100px;
    justify-content: space-between;
}
.footer .copy{
    opacity: 0.4;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: -0.2px;
    color: #3e4462;
}
.relative{
    position: relative;
}
.content{
    padding: 80px 0;
}
.content_title{
    margin-bottom: 65px;
}
.content h1{
    font-size: 56px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: -2.4px;
    color: #18214d;

}

.course_item{
    position: relative;
    margin: 15px 0;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.32, 0.155, 0.33, 1);
}
.course_item:hover{
    box-shadow: 0px 10px 20px rgba(52, 93, 238, 0.1);
    transform: translateY(-4px);
}
.course_item .course_item__img{
    height: 350px;
    background-position: center;
    background-size: cover;
    width: 100%;
    border-radius: 8px;
}
.course_item .course_item_block{
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
}
.course_item .course_item_block .meta{
    background: #ffffff;
    color: #345DEE;
    padding: 2px 10px;
    border-radius: 4px;
    display: inline-flex;
    width: auto;
    font-size: 14px;
    line-height: 20px;
}

.course_item .course_item_block .course_item_block_name{
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    bottom: 0;
    color: #ffffff;
    display: block;
    margin: 20px 20px 20px 0;
    position: absolute;
}