/*@charset "utf-8";*/

html {
    -webkit-text-size-adjust:100%;
    -moz-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    text-size-adjust:100%;
}
a {
    text-decoration:none;
}
h1, h2, h3, h4, h5{

}
img{
    border:none;
    max-width: 100%;
    height:auto;
}
a,button{
    outline: none;
    cursor:pointer;
}
li{
    list-style:none;
}
button{
    background:none;
    border:none;
    font-family: 'AvenirNextCyr';
}
b {
    display: inline;
    font-weight: 700;
}
a, button, input, textarea{
    -webkit-appearance: none;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
*:after,
*:before{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    position: relative;
    margin:0;
    padding:0;
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input, textarea{
    display:block;
}
a, span, button, i{
    display: inline-block;
}


/******* input,textarea *******/

textarea{
    resize:none;
    outline:none;
    border:none;
    overflow:auto;
    -webkit-appearance:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    background: none;
    font-family: 'AvenirNextCyr';
}
input{
    outline:none;
    border:none;
    -webkit-appearance:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    background: none;
    font-family: 'AvenirNextCyr';
}
input[type='number']{
    -moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance:none;
}
input[type="submit"]{
    cursor:pointer;
    -webkit-appearance:none;
}
input[type="search"]::-webkit-search-cancel-button{
    background:none;
    display:none;
}

input::-webkit-input-placeholder {color:#000;}
input::-moz-placeholder          {color:#000;}
input:-moz-placeholder           {color:#000;}
input:-ms-input-placeholder      {color:#000;}

textarea::-webkit-input-placeholder {color:#000;}
textarea::-moz-placeholder          {color:#000;}
textarea :-moz-placeholder           {color:#000;}
textarea:-ms-input-placeholder      {color:#000;}

input:focus::-webkit-input-placeholder {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
input:focus::-moz-placeholder          {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
input:focus:-moz-placeholder           {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
input:focus:-ms-input-placeholder      {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}

textarea:focus::-webkit-input-placeholder {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
textarea:focus::-moz-placeholder          {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
textarea:focus:-moz-placeholder           {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
textarea:focus:-ms-input-placeholder      {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}


/*body*/

body{
    font-family: 'AvenirNextCyr';
    font-weight: 400;
    font-style: normal;
    color: #000;
    background: #fff;
    font-size: 16px;
}

a,
button{
    color: #000;
}

a:hover,
button:hover{
    color: #6d3989;
}

p, li{
    color: #4a4a4a;
    font-size: 18px;
    line-height: 25px;
}

.wrapper{
    width: 100%;
    overflow: hidden;
}

.container{
    width: 100%;
    max-width: 1140px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
}

/*header*/

header{
    padding: 26px 0;
    z-index: 5;
}

header .container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header .soc-link {
	display: none;
}

.logo{
    width: 130px;
    margin-right: 30px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}

.wrap-nav{
    width: -webkit-calc(100% - 160px);
    width: -moz-calc(100% - 160px);
    width: calc(100% - 160px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

nav{
    margin-right: 30px;
}

nav ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

nav li{
    margin: 0 20px;
}

nav a{
    font-size: 16px;
    white-space: nowrap;
}

nav a:hover span{
    visibility: hidden;
}

nav a:hover{
    color: #6d3989;
}

nav a:before {
    content: '';
    position: absolute;
    right: 0;
    width: 0;
    height: 1px;
    background: #6d3989;
    bottom: -3px;
}

nav a:hover:before {
    right: auto;
    left: 0;
    width: 100%;
}

nav a:after{
    text-align: center;
    width: -webkit-calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    width: calc(100% + 30px);
    content: attr(data-hover);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-weight: 700;
    color: #6d3989;
    visibility: hidden;
}

nav a:hover span{
    visibility: hidden;
}

nav a:hover:after{
    visibility: visible;
}

.hidden-desktop{
    display: none;
}

.communications{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.address{
    padding-left: 35px;
    background: url(../img/icons/map.png) no-repeat top left;
}

.address span{
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 7px;
}

.address span:last-child{
    margin-bottom: 0;
}

.phone{
    padding-left: 45px;
    background: url(../img/icons/tel.png) no-repeat center left;
    margin-left: 35px;
}

.phone a{
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    white-space: nowrap;
}

.phone a:last-child{
    margin-bottom: 0;
}

.scroll-map{
    background: url(../img/icons/map.png) no-repeat center center;
    width: 30px;
    height: 30px;
    -moz-background-size: 20px;
    -o-background-size: 20px;
    background-size: 20px;
}

.overlay{
    display: none;
}

.tel{
    background: url(../img/icons/tel.png) no-repeat center left;
    width: 30px;
    height: 30px;
    -moz-background-size: 24px;
    -o-background-size: 24px;
    background-size: 24px;
}

.mob-link{
    display: none;
}

/*main-block*/

.main-block{
    color: #ffffff;
    padding: 110px 0 75px 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.main-block:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;

    background: rgba(0,0,0,0.25);
    background: -moz-linear-gradient(left, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.25)), color-stop(80%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.25)), color-stop(80%, rgba(0,0,0,0)), to(rgba(0,0,0,0)));
    background: linear-gradient(to right, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}

h1{
    font-size: 64px;
    line-height: 79px;
    font-weight: 700;
    margin-bottom: 15px;
}

.main-block h1{
    width: 980px;
    max-width: 100%;
}

.sub-title{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}

.main-block .sub-title{
    width: 600px;
    max-width: 100%;
    margin-bottom: 45px;
}

.main-btn{
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    background: #6d3989;
    width: 346px;
    height: 70px;
    line-height: 70px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    letter-spacing: 0.7px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(61,28,85,1);
    -moz-box-shadow: 0px 1px 5px 0px rgba(61,28,85,1);
    box-shadow: 0px 1px 5px 0px rgba(61,28,85,1);
}

.main-btn:hover{
    background: #8d4bae;
    color: #ffffff;
    -webkit-box-shadow:  0px 3px 20px 5px rgba(61,28,85,0.9);
    -moz-box-shadow:  0px 3px 20px 5px rgba(61,28,85,0.9);
    box-shadow:  0px 3px 20px 5px rgba(61,28,85,0.9);
}

.main-btn span:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    background: url(../img/icons/line.png) no-repeat center center;
    width: 23px;
    height: 7px;
    margin-top: -3.5px;
    margin-left: 20px;
}

.main-btn:hover span:after{
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px);
}

.main-btn span:before{
    content: '';
    position: absolute;
    height: 1px;
    background: #ffffff;
    margin-left: 20px;
    margin-top: -0.5px;
    top: 50%;
    width: 15px;
    left: 100%;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}

.main-btn:hover span:before{
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

/*section*/

section{
    padding: 100px 0;
}

.gray-bg{
    background: #f0f0f0;
}

/*programs*/

.programs{
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 650px;
    height: 650px;
}

.program-item{
    height: -webkit-calc(50% - 10px);
    height: -moz-calc(50% - 10px);
    height: calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    margin: 5px;

    overflow: hidden;
    text-transform: uppercase;
    cursor: pointer;
}

.find-course{
    background: #d8d8d8;
    font-size: 20px;
    color: #6d3989;

    padding: 30px 50px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.find-course:before{
    display: none;
}

.program-bg{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.program-bg img{
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.program-item:hover .program-bg img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.program-item:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.63;
    z-index: 1;
}

.program-item:hover:before{
    background: #4e1f77;
    opacity: 0.56;
}

.program-title{
    font-size: 18px;
    font-weight: 700;
    z-index: 2;

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 50px;
}

.program-item:hover .program-title{
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}

.program-mask{
    position: absolute;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
    visibility: hidden;

    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    z-index: 2;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    padding: 30px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.program-mask:hover{
    color: #ffffff;
}

.program-item:hover .program-mask{
    position: relative;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.program-title-mask{
    display: block;
    width: 100%;
}

.program-price{
    margin-top: 20px;
}

.program-price:before{
    content: '';
    position: absolute;
    left: -45px;
    top: 50%;
    background: url(../img/icons/wallet.png) no-repeat left center;
    width: 32px;
    height: 28px;
    margin-top: -14px;
}

/*welcome*/

.welcome{
    width: -webkit-calc(100% - 670px);
    width: -moz-calc(100% - 670px);
    width: calc(100% - 670px);
    float: left;
    padding-top: 15px;
    padding-right: 50px;
}

.welcome h3{

}

h3{
    font-weight: 400;
    color: #000000;
    font-size: 32px;
    margin-bottom: 50px;
}

h3 span{
    padding-top: 3px;
    display: block;
    text-transform: uppercase;
    color: #6d3989;
    font-weight: 900;
}

.welcome p{
    margin-bottom: 35px;
    text-indent: 10px;
}

/*start*/

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

.start-item{
    padding: 65px 60px 0 30px;
    width: 33%;
    margin-bottom: 30px;
    min-height: 240px;
}

.start-item:before{
    content: '';
    position: absolute;
    top: 70px;
    left: 0;
    width: 1px;
    background: #d1d1d1;
    height: 170px;
    max-height: 100%;
}

.start-item:after{
    content: '';
    position: absolute;
    top: 70px;
    left: 0;
    width: 1px;
    background: #703399;
    height: 170px;
    max-height: 100%;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
}

.start-item:hover:after{
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.start-number{
    position: absolute;
    font-size: 32px;
    font-weight: 900;
    color: #9b9b9b;
    opacity: 0.43;
    top: 0;
    left: 0;

    -webkit-transform: rotate(-90deg) translateX(-100%);

    -moz-transform: rotate(-90deg) translateX(-100%);

    -ms-transform: rotate(-90deg) translateX(-100%);

    -o-transform: rotate(-90deg) translateX(-100%);

    transform: rotate(-90deg) translateX(-100%);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

.start-item:hover .start-number{
    color: #703399;
    -webkit-transform: rotate(0deg) translateX(0);
    -moz-transform: rotate(0deg) translateX(0);
    -ms-transform: rotate(0deg) translateX(0);
    -o-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
    opacity: 1;
}

.start-item p{
    font-size: 18px;
    line-height: 25px;
}

.list-dots{

}

.list-dots li{
    list-style: inherit;
    list-style-position: inside;
}

/*violet-bg*/

.violet-bg{
    overflow: hidden;
    padding-top: 75px;
    padding-bottom: 80px;
    color: #ffffff;
    background: rgba(78,31,120,1);
    background: -moz-linear-gradient(-45deg, rgba(78,31,120,1) 0%, rgba(135,65,175,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(78,31,120,1)), color-stop(100%, rgba(135,65,175,1)));
    background: -webkit-linear-gradient(-45deg, rgba(78,31,120,1) 0%, rgba(135,65,175,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(78,31,120,1) 0%, rgba(135,65,175,1) 100%);
    background: -webkit-linear-gradient(315deg, rgba(78,31,120,1) 0%, rgba(135,65,175,1) 100%);
    background: -moz-linear-gradient(315deg, rgba(78,31,120,1) 0%, rgba(135,65,175,1) 100%);
    background: -o-linear-gradient(315deg, rgba(78,31,120,1) 0%, rgba(135,65,175,1) 100%);
    background: linear-gradient(135deg, rgba(78,31,120,1) 0%, rgba(135,65,175,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e1f78', endColorstr='#8741af', GradientType=1 );
}

.attraction{
    width: 600px;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}

h2{
    text-align: center;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 20px;
}

.white-main-btn,
.white-main-btn:hover{
    background: #ffffff;
    color: #4e1f77;
}

.white-main-btn span:after{
    background: url(../img/icons/line-violet.png) no-repeat left center;
}

.white-main-btn span:before{
    background: #4e1f77;
}

/*tabbing*/

.tabbing{
    padding-top: 45px;
    margin-bottom: 80px;
}

.tabbing-list{
    padding-left: 45px;
}

.tabbing-list li{
    font-size: 24px;
    color: #22242a;
    list-style: inherit;
    margin-bottom: 30px;
}

.tabNav{
    float: left;
    width: 470px;
    padding: 0 50px 0 0;
}

.tabNav li{
    margin-bottom: 28px;
}

.tabNav a{
    font-size: 24px;
    color: #4a4a4a;
}

.tabNav .active a{
    font-weight: 700;
    font-size: 32px;
    color: #6d3989;
}

.tabContainer{
    float: right;
    width: -webkit-calc(100% - 560px);
    width: -moz-calc(100% - 560px);
    width: calc(100% - 560px);
}

.tabbing-bg{
    position: absolute;
    top: -70px;
    left: 470px;
    bottom: -70px;
    width: 800px;
    z-index: -1;
    opacity: 0.5;

    background-repeat: no-repeat;
    background-position: 0 0;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*slider-life*/

.slider-life{
    padding-bottom: 90px;
}

.slide-life{
    height: 440px;
    overflow: hidden;
}

.slide-life-bg{
    width: 100%;
    height: 100%;
}

.slide-life-bg img{
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.slide-life:hover .slide-life-bg img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.slide-life-text{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
    padding: 25px 30px 35px 30px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;

    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(80%);
    -moz-transform: translateY(80%);
    -ms-transform: translateY(80%);
    -o-transform: translateY(80%);
    transform: translateY(80%);
}

.slide-life:hover .slide-life-text{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

/*map*/

.wrap-map{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.map-txt{
    width: 760px;
    max-width: 100%;
    margin-bottom: 35px;
    margin-top: -15px;
}

.map{
    overflow: hidden;
    width: -webkit-calc(50% - 25px);
    width: -moz-calc(50% - 25px);
    width: calc(50% - 25px);
    margin-bottom: 15px;
}

.map-item{
    height: 370px;
}

.map-address{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #ffffff;
    background: #51217b;
    font-size: 14px;
    padding: 25px 30px;

    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.map:hover .map-address{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

/*footer*/

footer{
    background: #000000;
    color: #ffffff;
}

.footer-btm {
    border-top: 1px solid #D8D8D8;
    padding: 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.copyrighted{
    font-size: 12px;
    font-weight: 700;
}

.soc-link a{
    display: inline-block;
    vertical-align: middle;
    margin-left: 23px;
    max-width: 23px;
    opacity: 0.5;
    color: #ffffff;
}

.soc-link a:hover{
    opacity: 1;
}

.footer-top{
    padding: 30px 0 50px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.logo-footer{
    font-size: 12px;
    line-height: 24px;
    width: 120px;
    color: #ffffff;
}

.logo-footer span{
    display: block;
    margin-bottom: 3px;
}

.logo-footer:hover{
    color: #ffffff;
}

footer .phone{
    margin-left: 0;
    padding-left: 35px;
    background: url(../img/icons/tel-white.png) no-repeat top left;
}

footer .phone a{
    color: #ffffff;
    font-weight: 400;
}

footer .phone a:hover{
    opacity: 0.7;
}

.center-footer{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
    padding-left: 35px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.address-footer{
    background: url(../img/icons/map-white.png) no-repeat top left;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    padding-left: 35px;
    width: 200px;
    margin-left: 45px;
}

.small-indent{
    padding: 70px 0 50px 0;
}

.small-indent h3 {
    margin-bottom: 30px;
}

/*parallax*/

.parallax{
    position: absolute;
}

.main-block .parallax{
    bottom: -60px;
    right: -60px;
}

svg {
    overflow: visible;
}

.violet-bg .parallax{
    left: -100px;
    bottom: -80px;
}

/*modal*/

.modal{
    display: none;
    width: 520px;
    max-width: 90%;
    padding: 35px 50px;
    background: #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    -webkit-box-shadow:  0px 3px 20px 5px rgba(0,0,0,0.5);
    -moz-box-shadow:  0px 3px 20px 5px rgba(0,0,0,0.5);
    box-shadow:  0px 3px 20px 5px rgba(0,0,0,0.5);
}

.modal, .modal > * {
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px);
    opacity: 0;
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    -o-transition: opacity .5s, -o-transform .5s;
    -moz-transition: transform .5s, opacity .5s, -moz-transform .5s;
    transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s, -webkit-transform .5s, -moz-transform .5s, -o-transform .5s;
}

.fancybox-slide--current .modal, .fancybox-slide--current .modal > * {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.re-form-input {
    width: 100%;
    border: none;
    background: transparent;
    border-bottom: solid 1px #000;
    outline: none;
    padding: 20px 0 7px 0;
    font-size: 18px;
    height: 50px;
}

.re-form-input + label {
    position: absolute;
    left: 0;
    right: 0;
    top: 16px;
    font-size: 17px;
    margin: auto;
    cursor: pointer;
    font-weight: normal;
}
.re-form-input + label:before {
    content: attr(placeholder);
    position: absolute;
    color: #666666;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.re-form-input:focus + label:before,
.re-form-input:valid + label:before {
    content: attr(alt);
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    transform: translateY(-25px);
    font-size: 90%;
    color: #4e1f77;
    font-weight: 700;
}

.input-field{
    margin-bottom: 25px;
}

h4{
    text-align: center;
    margin-bottom: 35px;
    font-size: 28px;
    line-height: 30px;
}

h4 span{
    display: block;
    text-align: center;
    color: #4e1f77;
}

.submit-form{
    display: block;
    width: 360px;
    max-width: 100%;
    margin: 35px auto 0 auto;
}

.submit-form input{
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    font-size: 18px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    height: 70px;
    line-height: 70px;
    letter-spacing: 0.7px;
    background: #6d3989;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(61,28,85,1);
    -moz-box-shadow: 0px 1px 5px 0px rgba(61,28,85,1);
    box-shadow: 0px 1px 5px 0px rgba(61,28,85,1);
}

.submit-form input:hover{
    background: #8d4bae;
    color: #ffffff;
    -webkit-box-shadow:  0px 3px 12px 3px rgba(61,28,85,0.5);
    -moz-box-shadow:  0px 3px 12px 3px rgba(61,28,85,0.5);
    box-shadow:  0px 3px 12px 3px rgba(61,28,85,0.5);
}


/*clear both*/
.clear:after,
.tabbing:after
{
    content: '';
    clear: both;
    display: block;
}
/*transition*/
nav a:before,
.main-btn span:after,
.main-btn span:before,
.program-bg img,
.program-item:before,
.program-title,
.program-mask,
.start-number,
.start-item:after,
.slide-life-bg img,
.slide-life-text,
.map-address,
.swiper-pagination-bullet,
.fancybox-close-small,
#scroller
{
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.open-nav{
    display: none;
}
.close-nav{
    display: none;
}


#scroller{
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9;
    background: transparent url(../img/icons/arrow-down-active.png) no-repeat center center;
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: none;
    -webkit-background-size: 18px;
    background-size: 18px;
}
#scroller:hover{
    opacity: 0.8;
}

.mob-link .soc-link {    margin-left: 15px;}
.mob-link .soc-link a {opacity: 1;    margin-left: 15px;    margin-top: 3px;}


/*responsive*/

@media (max-width: 1110px) {

    .welcome {
        width: -webkit-calc(100% - 660px);
        width: -moz-calc(100% - 660px);
        width: calc(100% - 660px);
        padding-right: 25px;
    }
    .start-item {
        padding-right: 35px;
    }
    .tabbing-list {
        padding-left: 0;
    }

}

@media (max-width: 1023px) {

    section {
        padding: 70px 0;
    }
    p, li {
        font-size: 16px;
        line-height: 24px;
    }
    .logo {
        width: 100px;
        margin-right: 10px;
    }
    .wrap-nav {
        width: -webkit-calc(100% - 110px);
        width: -moz-calc(100% - 110px);
        width: calc(100% - 110px);
    }
    .phone {
        margin-left: 25px;
    }
    nav {
        margin-right: 15px;
    }
    h1 {
        font-size: 60px;
        line-height: 74px;
    }
    .main-block .parallax {
        bottom: -100px;
        right: -100px;
    }
    .welcome {
        width: 100%;
        padding-right: 0;
        margin-bottom: 50px;
        float: none;
        padding-top: 0;
    }
    .programs {
        float: none;
        width: 100%;
        height: 500px;
    }
    .start-item {
        padding-right: 30px;
        padding-left: 25px;
    }
    .tabNav .active a {
        font-size: 26px;
    }
    .tabNav a {
        font-size: 22px;
    }
    .tabNav li {
        margin-bottom: 20px;
    }
    .tabNav {
        width: 380px;
    }
    .tabContainer {
        width: -webkit-calc(100% - 400px);
        width: -moz-calc(100% - 400px);
        width: calc(100% - 400px);
    }
    .tabbing-bg {
        top: -50px;
        left: 380px;
        bottom: -50px;
    }
    .tabbing-list li {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .tabbing-list {
        padding-left: 50px;
    }
    .tabbing {
        padding-top: 30px;
        margin-bottom: 65px;
    }
    .slide-life {
        height: 400px;
    }
    .slide-life-text {
        padding: 25px 20px 30px 20px;
        font-size: 16px;
    }
    .slider-life {
        padding-bottom: 50px;
    }

}

@media (max-width: 920px) {

	header .soc-link {
		display: block;
	}
    .close-nav{
        display: block;
        position: absolute;
        z-index: 1;
        top: 10px;
        right: 10px;
        background: url(../img/icons/close.png) no-repeat center center;
        width: 26px;
        height: 26px;
    }
    .wrap-nav{
        display: block;
        position: fixed;
        width: 360px;
        max-width: 85%;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 9999;
        overflow: auto;
        visibility: hidden;

        padding: 20px 15px;
        margin: 0;
        -webkit-overflow-scrolling: touch;
        background: #fff;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .wrap-nav.open{
        visibility: visible;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.75);
    }

    .overlay{
        display: block;
        visibility: hidden;
        opacity: 0;

        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;

        -webkit-transition: all 0.5s ease;

        -o-transition: all 0.5s ease;

        -moz-transition: all 0.5s ease;

        transition: all 0.5s ease;

        background: rgba(0,0,0,0.7);
        background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.7)), color-stop(100%, rgba(0,0,0,0.3)));
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 100%);
        background: -o-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.7)), to(rgba(0,0,0,0.3)));
        background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    }
    .overlay.open{
        opacity: 1;
        visibility: visible;
        z-index: 9998;
    }

    nav {
        padding: 50px 0px 30px 0;
        margin-right: 0;
    }
    nav ul{
        display: block;
    }
    nav li {
        margin: 0 0 15px 0;
    }
    nav a {
        font-size: 18px;
    }

    .open-nav{
        display: block;
        margin-right: 90px;
        background: #3E2960;
        height: 3px;
        width: 30px;
    }
    .open-nav:before,
    .open-nav:after{
        content: '';
        position: absolute;
        background: #3E2960;
        height: 3px;
        left: 0;
        right: 0;
    }
    .open-nav:before{
        top: -10px;
    }
    .open-nav:after{
        bottom: -10px;
    }

    .hidden-desktop{
        display: block;
    }
    .communications{
        display: block;
    }
    .phone {
        margin-left: 0;
        margin-bottom: 30px;
        background-position: top left;
        padding-left: 35px;
        -moz-background-size: 23px;
        -o-background-size: 23px;
        background-size: 23px;
    }

    .mob-link{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
    .mob-link a{
        margin-left: 30px;
    }

    header {
        padding: 20px 0;
        z-index: 5;
    }
    h1 {
        font-size: 55px;
        line-height: 66px;
    }
    .main-block {
        padding: 70px 0;
    }
    .main-btn {
        font-size: 16px;
        width: 280px;
        height: 60px;
        line-height: 60px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }
    .start {
        display: block;
    }
    .start-item:before {
        top: 55px;
        height: auto;
        bottom: 0;
    }
    .start-item {
        padding-right: 0;
        padding-left: 30px;
        width: -webkit-calc(100% - 10px);
        width: -moz-calc(100% - 10px);
        width: calc(100% - 10px);
        margin-bottom: 38px;
        margin-left: 10px;
        padding-top: 10px;
        min-height: auto;
    }
    .start-number {
        left: -17px;
    }
    section {
        padding: 50px 0;
    }
    .main-block .parallax {
        bottom: -200px;
        right: -200px;
    }
    .tabbing-bg{
        display: none;
    }
    .tabContainer {
        width: 100%;
        float: none;
    }
    .tabbing {
        padding-top: 0;
        margin-bottom: 20px;
    }
    .tabbing-list li {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .map-address {
        padding: 20px 15px;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .map {
        width: -webkit-calc(50% - 15px);
        width: -moz-calc(50% - 15px);
        width: calc(50% - 15px);
    }
    .map-item {
        height: 350px;
    }
    .address-footer {
        margin-left: 20px;
    }
    .footer-top{
        display: block;
        padding-bottom: 30px;
    }
    .logo-footer{
        display: block;
        text-align: center;
        width: 150px;
        margin: 0 auto 25px auto;
    }
    .center-footer {
        width: 100%;
        padding-left: 0;
    }
    .start-item:after{
        display: none;
    }
    .tabContainer .tabContent.mTabActive {
        border-bottom: 1px solid #EDEDED;
    }
}

@media (max-width: 679px) {

    h1 {
        font-size: 38px;
        line-height: 46px;
    }
    .main-block {
        padding: 50px 0;
    }
    .sub-title {
        font-size: 16px;
        line-height: 24px;
    }
    .main-block .sub-title {
        margin-bottom: 30px;
    }
    .main-btn {
        width: 260px;
    }
    .program-title {
        font-size: 16px;
        padding: 30px 20px;
    }
    .find-course {
        font-size: 18px;
        padding: 30px 20px;
    }
    .program-mask {
        font-size: 16px;
        padding: 30px 20px;
    }
    .program-price {
        margin-top: 10px;
    }
    .program-price:before {
        left: -31px;
        width: 26px;
        -moz-background-size: 22px;
        -o-background-size: 22px;
        background-size: 22px;
    }
    h2 {
        font-size: 34px;
    }
    .map {
        width: 100%;
        margin-bottom: 30px;
    }
    .wrap-map{
        display: block;
    }
    .center-footer{
        display: block;
    }
    footer .phone {
        width: 220px;
        margin: 0 auto 20px auto;
    }
    .address-footer{
        margin: 0 0 20px auto;
        width: 380px;
        max-width: 100%;
    }
    .soc-link a {
        margin-left: 20px;
    }
    .slide-life-text {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

}

@media (max-width: 600px) {
	
	.mob-link .scroll-map {
		display: none;
	}
	
}

@media (max-width: 479px) {

    .open-nav {
            margin-right: 15px;
    width: 25px;
    }
    header {
        padding: 15px 0;
    }
    h1 {
        font-size: 26px;
        line-height: 32px;
    }
    .main-block {
        padding: 45px 0;
    }
    section {
        padding: 35px 0;
    }
    body {
        font-size: 14px;
    }
    p, li{
        font-size: 14px;
        line-height: 22px;
    }
    h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .sub-title {
        font-size: 12px;
        line-height: 18px;
    }
    nav {
        padding: 35px 0px 25px 0;
    }
    .main-btn {
        font-size: 14px;
        padding-right: 20px;
        height: 50px;
        line-height: 50px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        width: 190px;
    }
    .main-btn span:after {
        margin-left: 10px;
    }
    .main-btn span:before {
        margin-left: 10px;
    }
    h4 {
        margin-bottom: 25px;
        font-size: 20px;
        line-height: 26px;
    }
    .modal {
        padding: 35px 25px;
    }
    .submit-form input {
        font-size: 14px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        height: 50px;
        line-height: 50px;
    }
    .submit-form {
        width: 220px;
    }
    .welcome p {
        margin-bottom: 20px;
    }
    .programs {
        height: auto;
        display: block;
    }
    .program-title{
        display: none;
    }
    .program-item:before {
        background: #4e1f77;
        opacity: 0.56;
    }
    .program-mask {
        position: relative;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .program-item {
        height: auto;
        width: 100%;
        margin: 0 0 10px 0;
        height: 180px;
    }
    .find-course {
        font-size: 18px;
        line-height: 26px;
        padding: 30px 25px;
        width: 100%;
        height: auto;
        text-align: center;
    }
    .program-mask{
        color: #ffffff;
    }
    .start-item p {
        font-size: 14px;
        line-height: 22px;
    }
    .start-item {
        margin-bottom: 35px;
    }
    .violet-bg {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    h2 {
        font-size: 24px;
    }
    .mResAccordAnchor {
        font-size: 16px;
    }
    .mResAccordAnchor > span:after {
        -moz-background-size: 14px;
        -o-background-size: 14px;
        background-size: 14px;
    }
    .tabbing-list {
        padding-left: 35px;
    }
    .tabbing-list li {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .small-indent {
        padding: 35px 0;
    }
    .slide-life-text {
        padding: 25px 20px;
        font-size: 14px;
    }
    .slide-life {
        height: 340px;
    }
    .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px;
    }
    .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }
    .slider-life {
        padding-bottom: 35px;
    }
    .footer-top {
        padding-bottom: 15px;
    }
    .footer-btm{
        display: block;
        text-align: center;
    }
    .copyrighted {
        margin-bottom: 20px;
    }
    .soc-link a{
        margin: 0 10px;
    }
    .map-item {
        height: 300px;
    }
    .map-address {
        padding: 15px;
    }
    .main-block .parallax {
        bottom: -350px;
        right: -350px;
    }
    .violet-bg .parallax {
        left: -150px;
        bottom: -150px;
    }
	

	.mob-link .soc-link {
    margin-left: 0;
}
	.mob-link a {
    margin-left: 0;
    width: 26px;
    background-size: 22px;
    height: 25px;
}
	.mob-link .soc-link a {
    opacity: 1;
    margin-left: 5px;
    margin-top: 3px;
    margin-right: 0;
}

}

