@font-face {
    font-family: 'Proxima';
    src: url('../font/ProximaNovaRegular.otf');
}
@font-face {
    font-family: 'Proxima-Bold';
    src: url('../font/ProximaNovaBold.otf');
}
@font-face {
    font-family: 'Proxima-Black';
    src: url('../font/ProximaNovaBlack.otf');
}
@font-face {
    font-family: 'Proxima-Light';
    src: url('../font/ProximaNovaLight.otf');
}
@font-face {
    font-family: 'Proxima-Thin';
    src: url('../font/ProximaNovaThin.otf');
}
@font-face {
    font-family: 'Proxima-SemiBold';
    src: url('../font/ProximaNovaSemibold.otf');
}




html, body {
	margin: 0;
	padding: 0;
	text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	font-size: 16px;
	color: #000;
    line-height: normal;
	font-family: 'Proxima';
    overflow-x: hidden;
}
html.noScroll{
    overflow-y: hidden;
}
h1{
    font-family: 'Proxima-Bold';
    font-size: 30px;
}
a{
    color: #000;
    text-decoration: none;
}
button, input, textarea, select{
    -webkit-appearance: none;
    border-radius: 0;
}
a.more{
    font-size: 16px;
    border-bottom: 1px solid #cc55da;
    font-family: 'Proxima-Bold';
    position: relative;
    transition: color .3s;
}
a.more:hover{
    color: #cc55da;
    transition: color .3s;
}
a.more:hover:after{
    background-image: url(../images/svg/11_2.svg);
    transition: background-image .3s;
}
a.more:after{
    content: '';
    position: absolute;
    display: block;
    top: 4px;
    right: -36px;
    width: 22px;
    height: 13px;
    background-image: url(../images/svg/11_1.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image .3s;
}
.ctg{
    width: 1200px;
    margin: auto;
}

.cookie{
    display: none;
    position: fixed;
    right: 45px;
    bottom: 45px;
    background-color: #fff;
    padding: 35px 56px 29px;
    box-shadow: 0 5px 16px rgba(139, 0, 155, .33);
    z-index: 1000;
    width: 375px;
    box-sizing: border-box;
}
.cookie.open{
    display: block;
}
.cookie p{
    font-size: 18px;
    line-height: 25px;
    text-align: center;
}
.cookie button{
    width: 100%;
    border: none;
    background-color: #cc55da;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 14px 0;
    outline: none;
    border-radius: none;
}
.cookie button:hover{
    background: -webkit-linear-gradient(bottom, #c14acf 50%, #cc55da 50%);
    background: -o-linear-gradient(bottom, #c14acf 50%, #cc55da 50%);
    background: linear-gradient(to top, #c14acf 50%, #cc55da 50%);
    cursor: pointer;
}
.cookie .close{
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 19px;
    cursor: pointer;
}
.cookie .close img{
    width: 17px;
    height: 15px;
}

ul.breadcrumbs{
    margin: 63px 0 65px;
    padding: 0;
    display: flex;
}
ul.breadcrumbs li{
    list-style: none;
    font-size: 14px;
    font-family: 'Proxima';
    color: #8d8d8d;
}
ul.breadcrumbs li:not(:last-of-type){
    margin-right: 5px;
}
ul.breadcrumbs li:not(:last-of-type):after{
    content: '/';
    font-size: 14px;
    font-family: 'Proxima';
    color: #8d8d8d;
    display: inline-block;
    margin-left: 5px;
}
ul.breadcrumbs li a{
    font-size: 14px;
    font-family: 'Proxima';
    color: #8d8d8d;
    transition: color .3s;
}
ul.breadcrumbs li a:hover{
    color: #cc55da;
    transition: color .3s;
}
.mob_blocks{
    display: none;
}
/**----------------------- HEADER start -----------------------**/
header{
    background: #fff;
    z-index: 2;
    position: relative;
}
header .mob, header .tablet{
    display: none;
}
header .top, header .bottom .wrapper{
    display: flex;
    align-items: center;
}
header .top {
    justify-content: flex-end;
}
header .top .phones a{
    font-family: 'Proxima-Bold';
    font-size: 15px;
    letter-spacing: 0.08em;
    transition: color .3s;
}
header .top .phones a:hover{
    color: #cc55da;
    transition: color .3s;
}
header .top .phones a:not(:last-of-type){
    margin-right: 60px;
}
header .top .time{
    margin: 0 108px 0 74px;
}
header .top .time p{
    margin: 0;
    font-size: 15px;
    letter-spacing: 0.08em;
}
header .top .location p{
    margin: 0;
    font-size: 15px;
}
header .top .location p strong{
    font-family: 'Proxima-Bold';
    text-transform: uppercase;
}
header .top .shop a{
    display: block;
    padding: 15px 45px;
    margin-left: 40px;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Proxima-Bold';
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    transition: color .3s;
}
header .top .shop a:hover{
    color: #cc55da;
    transition: color .3s;
}
header .top .shop a:before{
    content: '';
    width: 17px;
    height: 14px;
    background: url(/assets/images/svg/basket.svg) center center / cover no-repeat;
    display: inline-block;
    margin-right: 10px;
}
header .separation{
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
}
header .bottom{
    box-shadow: 0 5px 20px -15px #402255;
}
header .bottom .wrapper{
    justify-content: space-between;
    padding: 23px 0;
}
header .bottom .logo img{
    max-width: 144px;    
}
header .bottom .descr p{
    margin: 0;
    letter-spacing: 0.04em;
    font-size: 15px;
    color: #8d8d8d;
}
header .bottom .menu{
    margin: 0;
    padding: 0;
    display: flex;
}
header .bottom .menu li{
    list-style: none;
}
header .bottom .menu li a{
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Proxima-Bold';
    transition: color .3s;
}
header .bottom .menu li a.active{
    color: #cc55da;
}
header .bottom .menu li a:hover{
    color: #cc55da;
    transition: color .3s;
}
header .bottom .menu li:not(:last-of-type) a{
    margin-right: 36px;
}
header .bottom .social{
    display: flex;
    align-items: flex-end;
}
header .bottom .social a{
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: background-image .3s;
}
header .bottom .social a:hover{
    transition: background-image .3s;
}
header .bottom .social a:not(:last-of-type){
    margin-right: 45px;
}
header .bottom .social .vk{
    background-image: url(../images/svg/vk_1.svg);
    width: 20px;
    height: 11px;
}
header .bottom .social .vk:hover{
    background-image: url(../images/svg/vk_2.svg);
}
header .bottom .social .inst{
    background-image: url(../images/svg/insta_1.svg);
    width: 14px;
    height: 14px;
}
header .bottom .social .inst:hover{
    background-image: url(../images/svg/insta_2.svg);
}
header .bottom .social .fb{
    background-image: url(../images/svg/fb_1.svg);
    width: 7px;
    height: 15px;
}
header .bottom .social .fb:hover{
    background-image: url(../images/svg/fb_2.svg);
}
/**----------------------- HEADER end -----------------------**/

/**----------------------- FOOTER start -----------------------**/
footer{
    border-top: 1px solid #e5e5e5;
    background-color: #fff;
    padding: 73px 0 69px;
}
footer .wrapper{
    display: flex;
    justify-content: space-between;
}
footer .wrapper .inf p{
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    max-width: 385px;
}
footer .wrapper .nav .menu{
    display: flex;
    margin: 0 0 50px;
    padding: 0;
}
footer .wrapper .nav .menu li{
    list-style: none;
}
footer .wrapper .nav .menu li:not(:last-of-type){
    margin-right: 75px; 
}
footer .wrapper .nav .menu li a{
    font-size: 15px;
    border-bottom: 1px solid #cc55da;
    padding-bottom: 2px;
    transition: color .3s;
}
footer .wrapper .nav .menu li a:hover{
    color: #cc55da;
    transition: color .3s;
}
footer .wrapper .nav .policy{
    font-size: 15px;
    border-bottom: 1px solid #d4d4d4;
}
footer .social{
    display: flex;
    margin-top: 5px;
}
footer .social a{
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: background-image .3s;
}
footer .social a:hover{
    transition: background-image .3s;
}
footer .social a:not(:last-of-type){
    margin-right: 45px;
}
footer .social .vk{
    background-image: url(../images/svg/vk_1.svg);
    width: 20px;
    height: 11px;
}
footer .social .vk:hover{
    background-image: url(../images/svg/vk_2.svg);
}
footer .social .inst{
    background-image: url(../images/svg/insta_1.svg);
    width: 14px;
    height: 14px;
}
footer .social .inst:hover{
    background-image: url(../images/svg/insta_2.svg);
}
footer .social .fb{
    background-image: url(../images/svg/fb_1.svg);
    width: 7px;
    height: 15px;
}
footer .social .fb:hover{
    background-image: url(../images/svg/fb_2.svg);
}
/**----------------------- FOOTER end -----------------------**/

/**----------------------- FIRST BLOCK start -----------------------**/
.promo{
    padding: 0 0 145px;
    position: relative;
}
.promo h1{
    font-family: 'Proxima-Thin';
    font-size: 203px;
    line-height: 60px;
    letter-spacing: 0.02em;
    font-weight: 100;
    text-shadow: 20px 29px 10px #53005b45;
    margin: 187px 0 100px -7px;
    color: #fff;
    z-index: 1;
    position: relative;
}
.promo .text{
    z-index: 1;
    position: relative;
}
.promo .text p{
    font-size: 28px;
    color: #fff;
    line-height: 35px;
    max-width: 472px;
}
.promo .text p strong{
    font-family: 'Proxima-Bold';
    font-weight: normal;
}
.promo .img{
    display: flex;
    margin: 70px 0 0;
    height: 100px;
}
.promo .img p{
    margin: 0;
    width: 108px;
    height: 108px;
    border-radius: 50%;
    background: linear-gradient(45deg, #ca4eda, #f7a1e5);
}
.promo .img p:not(:last-of-type){
    margin-right: -7px;
}
.promo .img p span{
    margin: 13px auto 0;
    display: block;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 9px 9px 10px #21003842;
    background-repeat: no-repeat;
    background-position: center;
}
.promo .bg{
    position: absolute;
    top: -186px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
}
.promo .seo {
    position: absolute;
    top: -315px;
    z-index: 0;
    right: -340px;
}
.promo .seo p{
    position: absolute;
    top: 300px;
    left: 490px;
    width: 262px;
    font-size: 18px;
    font-family: 'Proxima-Bold';
    color: #fff;
    line-height: 24px;
    margin: 0;
}
.promo .seo p:before {
    content: '“';
    font-family: 'Proxima';
    font-size: 100px;
    color: #fff;
    position: absolute;
    top: -21px;
    left: -4px;
}
.promo .seo p span{
    font-size: 23px;
    font-family: 'Proxima';
    color: #4c01a1;
    line-height: 30px;
    display: block;
    margin-bottom: 10px;
}
/**----------------------- FIRST BLOCK end -----------------------**/

/**----------------------- TRAINING COURSES start -----------------------**/
.courses{
    margin-bottom: 320px;
}
.courses .block{
    position: absolute;
    background: linear-gradient(45deg, #ca4eda, #f7a1e5);
}
.courses .block span{
    font-family: 'Proxima-Bold';
    display: block;
}
.courses .block p, .courses .block span{
    margin: 0;
    font-size: 20px;
    line-height: 26px;
    color: #4c01a1;
    text-align: center;
}
.courses h2{
    font-size: 30px;
    font-family: 'Proxima-Light';
    font-weight: normal;
    text-align: center;
    line-height: 43px;
    margin-bottom: 85px;
}
.courses h2 strong{
    font-family: 'Proxima-Bold';
    display: block;
}
.courses .about{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.courses .about .left{
    position: relative;
}
.courses .about .left img{
    max-width: 526px;
}
.courses .about .left .block{
    padding: 50px 60px;
    bottom: -65px;
    left: -148px;
}
.courses .about .left .block span, .courses .about .left .block p{
    max-width: 175px;
}
.courses .about .left .block img{
    max-width: 46px;
    display: block;
    margin: 0 auto 17px;
}
.courses .about .right{
    max-width: 600px;
}
.courses .about .right span{
    font-family: 'Proxima-Bold';
    font-size: 25px;
    display: block;
    margin-bottom: 30px;
}
.courses .about .right p{
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 30px;
}
.courses .about .right p:last-of-type{
    margin-bottom: 53px;
}
.slider{
    position: relative;
}
.slider .text-bg{
    font-size: 300px;
    letter-spacing: 0.06em;
    position: absolute;
    left: -302px;
    top: -271px;
    z-index: 2;
    color: #f6f5f5;
    font-family: 'Proxima-Light';
}
.slider .block{
    z-index: 3;
    padding: 30px 35px 55px;
    top: -70px;
    right: -40px;
}
.slider .block span, .slider .block p{
    max-width: 175px;
}
.slider .block img{
    max-width: 68px;
    display: block;
    margin: 0 auto 17px;
}
.slider .block:last-of-type img{
    max-width: 24px;
}
.slider .block:last-of-type{
    padding: 85px 35px 50px;
    bottom: -195px;
    top: auto;
    right: 423px;
    z-index: 0;
}
.slider .block:last-of-type span, .slider .block:last-of-type p{
    max-width: 235px;
}
/**----------------------- TRAINING COURSES end -----------------------**/

/**----------------------- MATERIALS start -----------------------**/
.materials{
    padding-bottom: 120px;
    position: relative;
}
.materials h2{
    font-size: 30px;
    font-family: 'Proxima-Light';
    font-weight: normal;
    text-align: center;
    line-height: 43px;
    margin-bottom: 85px;
}
.materials h2 strong{
    font-family: 'Proxima-Bold';
    display: block;
}
.materials img{
    max-width: 288px;
}
.materials .blocks{
    position: relative;
}
.materials .first{
    position: absolute;
    left: -304px;
    top: 0;
}
.materials .top, .materials .bottom, .materials .add-inf{
    display: flex;
    justify-content: space-between;
}
.materials .bottom{
    margin: 16px 0 0;
    align-items: flex-start;
}
.materials .bottom .text{
    margin-left: 70px;
}
.materials .bottom .text span{
    font-family: 'Proxima-Bold';
    font-size: 25px;
    display: block;
    margin: 30px 0 30px;
}
.materials .bottom .text p{
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 30px;
}
.materials .bottom .text p:last-of-type{
    margin-bottom: 63px;
}
.materials .add-inf{
    align-items: flex-start;
    margin-top: 16px;
}
.materials .add-inf .advantage{
    width: 180px;
    text-align: center;
    margin-top: 125px;
}
.materials .add-inf .advantage img{
    max-width: 38px;
}
.materials .add-inf .advantage p{
    font-family: 'Proxima-Bold';
    font-size: 20px;
    margin: 25px 0 0;
}
.materials .add-inf .vertical{
    position: absolute;
    right: -660px;
    top: -67px;
    font-size: 300px;
    font-family: 'Proxima-Light';
    color: #f6f6f6;
    transform: rotate(270deg);
    margin: 0;
    z-index: -1;
}
/**----------------------- MATERIALS end -----------------------**/

/**----------------------- FORM start -----------------------**/
.form{
    background-color: #fbf3fc;
    padding: 165px 0 120px;
}
.form .wrapper{
    width: 900px;
    margin: auto;
}
.form span{
    color: #4c01a1;
    font-family: 'Proxima-Light';
    font-size: 30px;
    line-height: 43px;
    display: block;
    margin: auto;
    text-align: center;
    margin-bottom: 35px;
}
.form form span{
    margin-bottom: 0;
}
.form .error_name, .form .error_phone{
    margin: 0;
}
.form span strong{
    font-family: 'Proxima-Bold';
    color: #000;
    display: block;
}
.form form{
    width: 100%;
}
.form form input{
    width: 100%;
    border: 1px solid #e9e9e9;
    background-color: #e9e9e9;
    font-family: 'Proxima';
    font-size: 16px;
    text-align: center;
    padding: 16px 0;
    margin: 0 0 30px;
    outline: none;
    position: relative;
    transition: .3s;
}
.form form input:hover{
    background-color: #fff;
    box-shadow: 0 5px 16px rgba(26, 0, 155, 0.05);
    transition: .3s;
}
.form form input::-webkit-input-placeholder{ color: #000; }
.form form input:-ms-input-placeholder { color: #000; }
.form form input::-ms-input-placeholder { color: #000; }
.form form input::placeholder { color: #000; }

.form form input.error::-webkit-input-placeholder{ color: #cc55da; }
.form form input.error:-ms-input-placeholder { color: #cc55da; }
.form form input.error::-ms-input-placeholder { color: #cc55da; }
.form form input.error::placeholder { color: #cc55da; }

.form form textarea{
    width: 100%;
    border: 1px solid #e9e9e9;
    background-color: #e9e9e9;
    font-family: 'Proxima';
    font-size: 16px;
    text-align: center;
    padding: 16px 0;
    margin: 0 0 30px;
    outline: none;
    position: relative;
    transition: .3s;
}
.form form textarea:hover{
    background-color: #fff;
    box-shadow: 0 5px 16px rgba(26, 0, 155, 0.05);
    transition: .3s;
}
.form form textarea::-webkit-input-placeholder{ color: #000; }
.form form textarea:-ms-input-placeholder { color: #000; }
.form form textarea::-ms-input-placeholder { color: #000; }
.form form textarea::placeholder { color: #000; }

.form form textarea.error::-webkit-input-placeholder{ color: #cc55da; }
.form form textarea.error:-ms-input-placeholder { color: #cc55da; }
.form form textarea.error::-ms-input-placeholder { color: #cc55da; }
.form form textarea.error::placeholder { color: #cc55da; }

.form .control{
    position: relative;
}
.form .control span span.error{
    position: absolute;
    left: 333px;
    top: 18px;
    background: url(../images/svg/error.svg) center center / cover no-repeat;
    width: 17px;
    height: 17px;
    display: block;
}

.form form button{
    font-size: 25px;
    font-family: 'Proxima-Bold';
    color: #fff;
    border: none;
    background-color: #cc55da;
    text-align: center;
    display: block;
    width: 100%;
    padding: 22px 0;
    cursor: pointer;
    box-shadow: 0 5px 16px 0px #8b009b54;
    transition:  box-shadow .3s;
    outline: none;
}
.form form button:hover{
    background: -webkit-linear-gradient(bottom, #c14acf 50%, #cc55da 50%);
    background: -o-linear-gradient(bottom, #c14acf 50%, #cc55da 50%);
    background: linear-gradient(to top, #c14acf 50%, #cc55da 50%);
    box-shadow: 0 5px 16px 0px #8b009b6e;
    transition:  box-shadow .3s;
}
.form form p{
    font-size: 15px;
    text-align: center;
    margin: 25px 0 0;
}
.form form p a{
    text-decoration: underline;
    transition: color .3s;
}
.form form p a:hover{
    color: #cc55da;
    transition: color .3s;
}
.form .inf{
    text-align: center;
}
.form .inf img{
    margin: 37px 0 10px;
}
.form .inf p{
    font-size: 20px;
    font-family: 'Proxima-Bold';
    margin: 0;
}
/**----------------------- FORM end -----------------------**/

/**----------------------- CONTACT start -----------------------**/
.contact{
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}
.contact .left{
    width: 450px;
}
.contact .left h1 {
    margin: 0 0 3px;
}
.contact .left p{
    font-size: 30px;
    font-family: 'Proxima-Light';
    line-height: 43px;
    margin: 0;
}
.contact .right{
    width: 600px;
    box-shadow: 16px 16px 35px #4e037a1c;
    box-sizing: border-box;
    padding: 40px 50px 33px;
}
.contact .right p{
    margin: 0 0 23px;
    font-family: 'Proxima-Bold';
    font-size: 18px;
}
.contact .right a{
    display: block;
    margin: 0 0 7px;
    font-family: 'Proxima-Bold';
    font-size: 18px;
    transition: color .3s;
}
.contact .right a:not(.email){
    position: relative;
    padding-left: 42px;
}
.contact .right a:not(.email):after{
    content: '';
    background: url(../images/icon/tel.svg) center center / cover no-repeat;
    width: 13px;
    height: 12px;
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
}
.contact .right a:not(.email):before{
    content: '';
    background: url(../images/icon/whatsapp.svg) center center / cover no-repeat;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    left: 22px;
    top: 4px;
}
.contact .right a:hover{
    color: #cc55da;
    transition: color .3s;
}
.contact .right a.email{
    border-bottom: 1px solid #cc55da;
    display: inline-block;
    padding-bottom: 1px;
}
.contact .right a.email:nth-of-type(3){
    margin-top: 17px;
}
/**----------------------- CONTACT end -----------------------**/

/**----------------------- 404 & THANKS start -----------------------**/
.t_4{
    position: relative;
    background-color: #fbf3fc;
    padding: 175px 0;
    overflow: hidden;
}
.t_4 .ctg{
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 50px;
}
.t_4 .ctg h1{
    font-family: 'Proxima-Thin';
    font-weight: 100;
    font-size: 300px;
    text-shadow: 20px 29px 10px rgba(173, 0, 190, .3);
    color: #fff;
    line-height: 215px;
    margin: 0;
}
.t_4 .ctg span{
    display: block;
    font-family: 'Proxima-Bold';
    font-size: 40px;
    margin: 30px 0 22px;
}
.t_4 .ctg p{
    margin: 0 auto;
    font-size: 25px;
    font-family: 'Proxima-Light';
    max-width: 600px;
    line-height: 38px;
}
.t_4 .ctg p a{
    border-bottom: 1px solid #cc55da;
    transition: color .3s;
}
.t_4 .ctg p a:hover{
    color: #cc55da;
    transition: color .3s;
}
.t_4 .ctg .thanks{
    margin: 140px 0 180px;
}
.t_4 .ctg .thanks p{
    font-size: 40px;
    font-family: 'Proxima-Light';
    line-height: 60px;
    position: relative;
}
.t_4 .ctg .thanks p:after{
    content: '';
    position: absolute;
    background: url(../images/icon/lines.png) center center / cover no-repeat;
    width: 313px;
    height: 312px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.t_4 .ctg .thanks p strong{
    display: block;
    font-family: 'Proxima-Bold'
}
.t_4 .bg{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 0;
}
/**----------------------- 404 & THANKS end -----------------------**/

/**----------------------- POLICY START -----------------------**/
.policy{
    margin-bottom: 75px;
}
.policy p{
    font-size: 18px;
    margin: 0;
    min-height: 22px;
    line-height: 30px;
}
.policy ul{
    margin: 0;
    padding: 0;
}
.policy ul li{
    list-style: none;
    font-size: 18px;
    line-height: 30px;
}
.policy ul li:before{
    content: '—';
    display: inline-block;
    margin: 0 4px 4px 0;
}
/**----------------------- POLICY end -----------------------**/

/**----------------------- TRAINING start -----------------------**/
.training h1{
    font-family: 'Proxima-Light';
    font-size: 30px;
    line-height: 43px;
    text-align: center;
    font-weight: 100;
    margin-bottom: 53px;
}
.training h1 strong{
    font-family: 'Proxima-Bold';
    display: block;
}
.training h2{
    font-size: 30px;
    font-family: 'Proxima-Bold';
    display: block;
    margin: 80px auto 40px;
    text-align: center;
}
.training p{
    font-size: 18px;
    line-height: 30px;
}
/**.training .inf{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}**/
.training .inf img{
    max-width: 526px;
    float: left;
    margin: 0 70px 65px 0;
}
.training .inf p{
    margin: 0;
}
.training .advantages{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 110px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
    margin-bottom: 60px;
}
.training .advantages p img{
    position: absolute;
    top: -77px;
    left: 50%;
    transform: translate(-50%, 0);
}
.training .advantages p:nth-of-type(1) img{
    max-height: 38px;
    top: -55px;
}
.training .advantages p:nth-of-type(2) img{
    max-height: 45px;
    top: -68px;
}
.training .advantages p:nth-of-type(3) img{
    max-height: 65px;
}
.training .advantages p{
    width: 285px;
    text-align: center;
    position: relative;
}
.training .advantages p strong{
    display: block;
}
.training .course{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 75px;
}
.training .course .block{
    width: calc(25% - 20px);
    box-shadow: 0 5px 16px #47008314;
    margin-top: 20px;
    text-align: center;
    transition: box-shadow .3s;
    cursor: pointer;
}
.training .course .block img{
    display: block;
    margin: 25px auto 15px;
}
.training .course .block span{
    font-size: 18px;
    font-family: 'Proxima-Bold';
    line-height: 25px;
    text-decoration: underline;
    text-decoration-color: #cd52cb;
    max-width: 200px;
    display: block;
    margin: auto;
    transition: color .3s;
}
.training .course .block p{
    margin: 20px auto;
    font-size: 16px;
    line-height: 25px;
    max-width: 230px;
}
.training .course .block:hover{
    box-shadow: 0 5px 16px #4700834d;
    transition: box-shadow .3s;
}
.training .course .block:hover span{
    color: #cc55da;
    transition: color .3s;
}
.training .course .block .modal{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background-color: rgba(255, 255, 255, .86);
}
.training .course .block .modal.open{
    display: block;
}
.training .course .block .modal .content {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 100;
    width: 900px;
    margin: 0 auto 70px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 65px 60px 65px;
    box-shadow: 0 5px 40px rgba(26, 0, 155, .3);
}
.training .course .block .modal .content h2{
    margin: 0 0 0;
    font-size: 30px;
    font-family: 'Proxima-Bold';
    line-height: 43px;
}
.training .course .block .modal .content h3{
    font-size: 30px;
    font-family: 'Proxima-Light';
    line-height: 43px;
    font-weight: 100;
    margin: 0 0 20px;
}
.training .course .block .modal .content p{
    max-width: 100%;
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
}
.training .course .block .modal .content .close{
    position: absolute;
    right: 25px;
    top: 25px;
    display: block;
}
.training .course .block .modal .content .close img{
    margin: 0;
}
/**----------------------- TRAINING end -----------------------**/

/**----------------------- MATERIALS start -----------------------**/
.materials-p{

}
.materials-p h1{
    font-family: 'Proxima-Light';
    font-size: 30px;
    line-height: 43px;
    text-align: center;
    font-weight: 100;
    margin-bottom: 53px;
}
.materials-p h1 strong{
    font-family: 'Proxima-Bold';
    display: block;
}
.materials-p .type{
    position: relative;
}
.materials-p h2{
    display: block;
    text-align: center;
    margin: 0 0 58px;
}
.materials-p h2 strong{
    font-size: 25px;
    font-family: 'Proxima-Bold';
    color: #cd52cb;
    display: inline-block;
    padding: 0 25px;
    background-color: #fff;
}
.materials-p h2:after{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #cd52cb;
    position: absolute;
    left: 0;
    top: 17px;
    z-index: -1;
}
.materials-p .slider{
    position: relative;
    margin-bottom: 50px;
}
.materials-p p{
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 30px;
}
.materials-p .advanteges{
    display: flex;
    justify-content: space-between;
    margin: 55px 0 75px;
}
.materials-p .advanteges p{
    width: 240px;
    text-align: center;
    font-family: 'Proxima-Bold';
    font-size: 20px;
    line-height: 25px;
}
.materials-p .advanteges img{
    max-height: 33px;
    margin: 0 auto 31px;
    display: block;
}
/**----------------------- MATERIALS end -----------------------**/

/**----------------------- COMPANY start -----------------------**/
.company .main{
    position: relative;
    background-color: #fbf3fc;
    padding: 1px 0 70px;
    overflow: hidden;
}
.company .main .ctg{
    position: relative;
    z-index: 1;
}
.company .main .bg{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.company .main h1{
    font-family: 'Proxima-Thin';
    font-weight: 100;
    font-size: 300px;
    text-shadow: 20px 29px 10px #53005b4d;
    color: #fff;
    line-height: 215px;
    margin: 90px 0 60px;
    text-align: center;
}
.company .main p{
    color: #4c01a1;
    font-size: 28px;
    line-height: 31px; 
    text-align: center;
    margin: 0 auto 0;
    max-width: 995px;
}
.company .main p:not(:last-of-type){
    margin-bottom: 30px;
}
.company .img{
    display: flex;
    margin: 49px 0 0;
    height: 100px;
    justify-content: center;
}
.company .img p{
    margin: 0;
    width: 108px;
    height: 108px;
    border-radius: 50%;
    background: linear-gradient(45deg, #ca4eda, #f7a1e5);
}
.company .img p:not(:last-of-type){
    margin-right: -7px;
}
.company .img p span{
    margin: 13px auto 0;
    display: block;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 9px 9px 10px #21003842;
    background-repeat: no-repeat;
    background-position: center;
}
.company .content h2{
    font-family: 'Proxima-Bold';
    font-size: 30px;
    margin: 65px 0 45px;
}
.company .content p{
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 30px;
}
.company .content .slider{
    margin: 50px 0 55px;
}
.company .supervisor{
    margin-top: 85px;
    margin-bottom: 90px;
    box-sizing: border-box;
    padding-left: 50px;
    position: relative;
}
.company .supervisor h2{
    font-size: 30px;
    font-family: 'Proxima-Bold';
}
.company .supervisor span{
    font-size: 40px;
    font-family: 'Proxima-Light';
    display: block;
    margin: 20px 0 30px;
}
.company .supervisor ul{
    margin: 0 0 40px;
    padding: 0;
    position: relative;
}
.company .supervisor ul:nth-of-type(2):after{
    content: '';
    position: absolute;
    left: -50px;
    top: 0;
    width: 27px;
    height: 36px;
    background: url(../images/icon/seo1.svg) center center / cover no-repeat;
}
.company .supervisor ul li{
    list-style: none;
    font-size: 18px;
    line-height: 27px;
}
.company .supervisor ul li:before{
    content: '—';
    display: inline-block;
    margin: 0 4px 4px 0;
}
.company .supervisor ul li ul li:before{
    content: '•';
    display: inline-block;
    margin: 0 4px 4px 9px;
}
.company .supervisor .blocks{
    display: flex;
    align-items: flex-start;
}
.company .supervisor .blocks .left{
    display: flex;
    flex-wrap: wrap;
    flex: 2;
}
.company .supervisor .blocks .left, .company .supervisor .blocks .right{
    position: relative;
}
.company .supervisor .blocks .left:after{
    content: '';
    position: absolute;
    left: -50px;
    top: 0;
    width: 28px;
    height: 25px;
    background: url(../images/icon/seo2.svg) center center / cover no-repeat;
}
.company .supervisor .blocks .right:after{
    content: '';
    position: absolute;
    left: -70px;
    top: 0;
    width: 46px;
    height: 31px;
    background: url(../images/icon/seo3.svg) center center / cover no-repeat;
}
.company .supervisor .blocks .left p{
    width: 50%;
}
.company .supervisor .blocks .right{
    flex: 1;
}
.company .supervisor .blocks .right p, .company .supervisor .blocks .left p{
    margin: 0;
    line-height: 30px;
    font-size: 18px;
}
.company .supervisor .blocks .right .title, .company .supervisor .blocks .left .title{
    font-family: 'Proxima-Bold';
}
.company .supervisor .blocks .left .title{
    font-size: 20px;
}
.company .supervisor .seo {
    position: absolute;
    top: 8px;
    z-index: -1;
    right: -85px;
}
.company .supervisor .seo p{
    position: absolute;
    top: 100px;
    left: 340px;
    width: 275px;
    font-size: 18px;
    font-family: 'Proxima-Bold';
    color: #000;
    line-height: 24px;
    margin: 0;
}
.company .supervisor .seo p:before {
    content: '“';
    font-family: 'Proxima';
    font-size: 100px;
    color: #cc55da;
    position: absolute;
    top: 5px;
    left: -45px;
}
.company .supervisor .seo p span{
    font-size: 23px;
    font-family: 'Proxima';
    color: #4c01a1;
    line-height: 30px;
    display: block;
    margin-bottom: 10px;
}
.company .type{
    position: relative;
}
.company .type h2{
    display: block;
    text-align: center;
    margin: 0 0 58px;
}
.company .type h2 strong{
    font-size: 25px;
    font-family: 'Proxima-Bold';
    color: #cd52cb;
    display: inline-block;
    padding: 0 25px;
    background-color: #fff;
}
.company .type h2:after{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #cd52cb;
    position: absolute;
    left: 0;
    top: 17px;
    z-index: -1;
}
.company .type .slider{
    position: relative;
    margin-bottom: 50px;
}
.company .type p{
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 30px;
}
.company .proud{
    margin-bottom: 100px;
}
.company .proud span{
    display: block;
    font-size: 30px;
    font-family: 'Proxima-Bold';
    margin: 70px 0 27px;
}
@media (max-width: 1400px) {
    .courses .about .left .block{
        left: 0px;
    }
    .slider .block{
        right: -15px;
    }
}
/**----------------------- COMPANY end -----------------------**/