body {
    position: relative;
    min-width: 320px;
    text-align: center;
    font-family: 'Exo2', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #505050;
    -webkit-font-smoothing: antialiased;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #505050;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #505050;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #505050;
}
a {
    color: inherit;
}
a:focus,
button:focus {
    outline: none;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
}
img {
    max-height: 100%;
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0; 
    font-weight: normal;
}
.wrapper {
    position: relative;
    overflow: hidden;
}
.sect {
    position: relative;
}
.container {
    position: relative;
}
input[type="text"],
textarea {
    display: inline-block;
    vertical-align: middle;
    outline: none;
    border: none;
    width: 100%;
    font-size: 18px;
    color: #505050;
    background-color: #fff;
    border: 1px solid #cbcbcb;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 13px 30px 14px;
    margin-bottom: 15px;
}
textarea {
    resize: none;
    height: 100px;
}
input[type="text"].error,
textarea.error {
    border-color: #f00!important;
}
.button {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: none;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #51b1d8;
    border: 1px solid #51b1d8;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 4px 20px 5px;
}
.button:hover {
    background-color: #fff;
    color: #51b1d8;
}
.button.big {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    -moz-border-radius: 33px;
    -webkit-border-radius: 33px;
    border-radius: 33px;
    padding: 20px 40px;
}
form .button,
form .button.big {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
}

.footer.sect {
    color: #fff;
    background-color: #3e4046;
    padding: 15px 0 20px;
}
.footer.sect .content {
    font-size: 0;
}
.footer.sect .content > .left {
    float: left;
}
.footer.sect .content > .right {
    float: right;
}
.footer.sect .logo {
    font-size: 0;
}
.footer.sect .logo .icon,
.footer.sect .logo .text {
    display: inline-block;
    vertical-align: middle;
}
.footer.sect .logo .icon {
    margin-right: 5px;
}
.footer.sect .logo .text .caption {
    font-family: 'Aller', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 700;
}
.footer.sect .logo .text .caption .selected {
    font-size: 12px;
    font-weight: normal;
}
.footer.sect .phone {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 600;
}
.footer.sect .phone {
    position: relative;
    padding-left: 25px;
}
.footer.sect .phone::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 25px;
    background-repeat: no-repeat;
    background-image: url('../img/footer/phone.png');
    margin-top: -12px;
}
.footer.sect .location {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
}
.footer.sect .location {
    position: relative;
    text-align: left;
    padding-left: 25px;
}
.footer.sect .location::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 25px;
    background-repeat: no-repeat;
    background-image: url('../img/footer/location.png');
}

.header.sect {
    padding: 10px 0;
}
.header.sect .content {
    font-size: 0;
}
.header.sect .content > .left {
    float: left;
}
.header.sect .content > .right {
    float: right;
    margin-top: 10px;
}
.header.sect .logo {
    font-size: 0;
}
.header.sect .logo .icon,
.header.sect .logo .text {
    display: inline-block;
    vertical-align: middle;
}
.header.sect .logo .icon {
    margin-right: 5px;
}
.header.sect .logo .text .caption {
    font-family: 'Aller', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 700;
}
.header.sect .logo .text .caption .selected {
    font-size: 12px;
    font-weight: normal;
}
.header.sect .phone {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 600;
    margin-right: 25px;
}

.tariffs.sect {
    color: #fff;
    background-color: #505050;
    background-repeat: no-repeat;
    background-image: url('../img/tariffs/bg.jpg');
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 210px;
}
.tariffs.sect .items {
    font-size: 0;
    margin-left: -75px;
    margin-top: -110px;
}
.tariffs.sect .items .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    top: 120px;
    width: 100%;
    max-width: 310px;
    font-size: 18px;
    color: #505050;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.35);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,.35);
    box-shadow: 0 0 30px rgba(0,0,0,.35);
    padding: 10px;
    margin-left: 75px;
    margin-top: 70px;
    z-index: 1;
}
.tariffs.sect .items .item::before {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ba76ec;
    background: -moz-linear-gradient(top,  #ba76ec 0%, #51b1d8 100%);
    background: -webkit-linear-gradient(top,  #ba76ec 0%,#51b1d8 100%);
    background: linear-gradient(to bottom,  #ba76ec 0%,#51b1d8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba76ec', endColorstr='#51b1d8',GradientType=0 );
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.tariffs.sect .items .item:hover::before {
 opacity: 1;
}
.tariffs.sect .items .item > .inner {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 0 10px;
    z-index: 1;
}
.tariffs.sect .items .item .caption {
    display: block;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #51b1d8;
    border-bottom: 1px solid #c0c0c0;
    padding: 10px 0 20px;
    margin-left: -20px;
    margin-right: -20px;
}
.tariffs.sect .items .item:hover .caption {
    margin-left: -10px;
    margin-right: -10px;
}
.tariffs.sect .items .item .caption .selected {
    font-size: 36px;
}
.tariffs.sect .items .item .desc {
    display: block;
    text-align: left;
    font-size: 16px;
    color: #8d8d8d;
    padding: 20px 0 60px;
}
.tariffs.sect .items .item:hover .desc {
    color: #505050;
}
.tariffs.sect .items .item .ul.list {
    display: block;
    margin-top: -20px;
}
.tariffs.sect .items .item .ul.list .li {
    display: block;
    position: relative;
    margin-top: 20px;
    padding-left: 20px;
}
.tariffs.sect .items .item .ul.list .li::before {
    content: '•';
    position: absolute;
    top: 0;
    left: 0;
}
.tariffs.sect .items .item .button {
    position: absolute;
    bottom: -41px;
    left: 50%;
    width: 220px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    -moz-border-radius: 36px;
    -webkit-border-radius: 36px;
    border-radius: 36px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: -110px;
}
.tariffs.sect .items .item .button .selected {
    font-size: 26px;
}
.tariffs.sect > .container > .note {
    position: relative;
    bottom: -190px;
    font-size: 18px;
    color: #000;
}

.advantages.sect {
    padding: 35px 0 70px;
}
.advantages.sect .content > .bottom {
    margin-top: 40px;
}
.advantages.sect .content > .bottom .intro {
    text-align: center;
    margin-bottom: 30px;
}
.advantages.sect .content > .bottom .intro .caption {
    font-size: 30px;
    font-weight: 700;
}
.advantages.sect .content > .bottom .items {
    display: table;
    width: 100%;
    font-size: 0;
}
.advantages.sect .content > .bottom .items .item {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    text-align: left;
    font-size: 18px;
    color: #fff;
    background-color: #51b1d8;
    padding: 80px 40px;
}
.advantages.sect .content > .bottom .items .item.other {
    position: relative;
    color: #8d8d8d;
    background-color: transparent;
}
.advantages.sect .content > .bottom .items .item.other::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    border: 7px solid #51b1d8;
    z-index: -1;
}
.advantages.sect .content > .bottom .items .item.other::after {
    content: '';
    position: absolute;
    top: 0;
    left: 70%;
    width: 7px;
    height: 100%;
    background-color: #fff;
    border-top: 55px solid #51b1d8;
    border-bottom: 55px solid #51b1d8;
    z-index: -1;
    margin-left: -7px;
}
.advantages.sect .content > .bottom .items .item .caption {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.advantages.sect .content > .bottom .items .item.other .caption {
   color: #51b1d8;
}
.advantages.sect .content > .bottom .items .item .desc {
    font-size: 20px;
}
.advantages.sect .content > .bottom .items .item .desc ul.list {
    margin-top: -20px;
}
.advantages.sect .content > .bottom .items .item .desc ul.list li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-left: 45px;
    margin-top: 20px;
}
.advantages.sect .content > .bottom .items .item .desc ul.list li::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 23px;
    height: 22px;
    background-repeat: no-repeat;
    background-image: url('../img/advantages/this.png');
}
.advantages.sect .content > .bottom .items .item.other .desc ul.list li::before {
    top: 0;
    width: 24px;
    height: 24px;
    background-color: #51b1d8;
    background-image: none;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.advantages.sect .content > .bottom .items .item.other .desc ul.list li::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 7px;
    width: 10px;
    height: 4px;
    background-color: #fff;
}
.advantages.sect .content > .top .items {
    font-size: 0;
    margin-left: -30px;
    margin-top: -40px;
}
.advantages.sect .content > .top .items .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 360px;
    font-size: 18px;
    color: #fff;
    padding-top: 110px;
    margin-left: 30px;
    margin-top: 40px;
}
.advantages.sect .content > .top .items .item .num {
    position: absolute;
    top: -30px;
    right: 0;
    text-align: right;
    font-size: 170px;
    line-height: 1;
    font-weight: 700;
    color: #e0e0e0;
    padding-right: 30px;
    z-index: -1;
}
.advantages.sect .content > .top .items .item .text {
    height: 455px;
    padding-bottom: 20px;
}
.advantages.sect .content > .top .items .item.item1 .text {
    background-image: url('../img/advantages/1.jpg');
    padding-top: 170px;
}
.advantages.sect .content > .top .items .item.item2 .text {
    background-image: url('../img/advantages/2.jpg');
    padding-top: 100px;
}
.advantages.sect .content > .top .items .item.item3 .text {
    background-image: url('../img/advantages/3.jpg');
}
.advantages.sect .content > .top .items .item .text > .inner {
    float: right;
    width: 300px;
}
.advantages.sect .content > .top .items .item .text .caption {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: #ba76ec;
    padding: 10px 10px;
}
.advantages.sect .content > .top .items .item .text .desc {
    font-size: 20px;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
}

.steps.sect {
    padding: 80px 0 35px;
}
.steps.sect .items {
    position: relative;
    width: 945px;
    font-size: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 54px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 54px rgba(0,0,0,.2);
    box-shadow: 0 0 54px rgba(0,0,0,.2);
    margin-left: 100px;
}
.steps.sect .items .item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 25px 30px;
    margin-top: 3px;
}
.steps.sect .items .item:nth-child(1) {
    margin-top: 0;
}
.steps.sect .items .item.item1 {
    background-image: url('../img/steps/bg/1.jpg');
}
.steps.sect .items .item.item2 {
    background-image: url('../img/steps/bg/2.jpg');
}
.steps.sect .items .item.item3 {
    background-image: url('../img/steps/bg/3.jpg');
}
.steps.sect .items .item.item4 {
    background-image: url('../img/steps/bg/4.jpg');
}
.steps.sect .items .item.item5 {
    background-image: url('../img/steps/bg/5.jpg');
}
.steps.sect .items .item.active {
    background-image: none;
}
.steps.sect .items .item > .left,
.steps.sect .items .item > .right {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
}
.steps.sect .items .item > .left {
    margin-left: -50px;
}
.steps.sect .items .item > .left .num {
    float: left;
    display: table;
    width: 108px;  
}
.steps.sect .items .item > .left .num > .inner {
    display: table-cell;
    vertical-align: middle;
    height: 108px;  
    color: #fff;
    background-color: #51b1d8;
}
.steps.sect .items .item > .left .num .caption {
    font-size: 72px;
    line-height: 1;
    font-weight: 700;
}
.steps.sect .items .item > .left .num .caption .selected {
    display: block;
    font-size: 20px;
    line-height: 1.5;
}
.steps.sect .items .item > .left .icon {
    float: left;
    display: table;
    width: 108px;  
    margin-left: 4px;
}
.steps.sect .items .item > .left .icon > .inner {
    display: table-cell;
    vertical-align: middle;
    height: 108px;  
    border: 7px solid #d3dae2;
}
.steps.sect .items .item > .right {
    width: 685px;
    margin-left: 30px;
    padding-top: 10px;
}
.steps.sect .items .item > .right .text {
    text-align: left;
}
.steps.sect .items .item > .right .text > .caption {
    font-size: 24px;
    font-weight: 700;
}
.steps.sect .items .item > .right .text .desc {
    display: none;
    margin-top: 15px;
}
.steps.sect .items .item > .right .text .desc > .caption {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #51b1d8;
    padding-top: 13px;
    margin-bottom: 20px;
}
.steps.sect .items .item > .right .text .desc > .caption::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 3px;
    background-color: #51b1d8;
}
.steps.sect .items .item > .right .text .desc ul.list {
    margin-top: -20px;
}
.steps.sect .items .item > .right .text .desc ul.list li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 18px;
    color: #8d8d8d;
    padding-left: 35px;
    margin-top: 20px;
}
.steps.sect .items .item > .right .text .desc ul.list li::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 13px;
    height: 12px;
    background-repeat: no-repeat;
    background-image: url('../img/steps/marker.png');
}
.steps.sect .items .item > .right .text .button.more {
    background-color: transparent;
    color: #51b1d8;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    padding: 12px 55px 13px;
    margin-top: 15px;
}
.steps.sect .items .item > .right .text .button.more:hover {
    color: #fff;
    background-color: #51b1d8;
}
.steps.sect .items .item.active > .right .text .button.more {
    display: none;
}
.steps.sect .items .ornament.ornament1 {
    position: absolute;
    top: 180px;
    right: -420px;
    width: 612px;
    height: 612px;
    background: #51b1d8;
    background: -moz-linear-gradient(top,  #51b1d8 0%, #ba76ec 100%);
    background: -webkit-linear-gradient(top,  #51b1d8 0%,#ba76ec 100%);
    background: linear-gradient(to bottom,  #51b1d8 0%,#ba76ec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51b1d8', endColorstr='#ba76ec',GradientType=0 );
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
}
.steps.sect .items .ornament.ornament1::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 370px;
    height: 370px;
    background-color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-top: -185px;
    margin-left: -185px;
}
.steps.sect .button.order {
    margin-top: 50px;
}

.course.sect {
    padding: 35px 0 40px;
}
.course.sect .content {
    font-size: 0;
}
.course.sect .content > .left,
.course.sect .content > .right {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
}
.course.sect .content > .left {
    width: 750px;
    margin-left: -390px;
}
.course.sect .content > .left .img {
    margin-top: 30px;
}
.course.sect .content > .left .text {
    position: absolute;
    top: 0;
    right: -100px;
    width: 360px;
    text-align: left;
    color: #fff;
    background-color: #ba76ec;
    padding: 135px 35px 135px 75px;
}
.course.sect .content > .left .text::before {
    content: '';
    position: absolute;
    bottom: 40px;
    right: 35px;
    width: 32px;
    height: 61px;
    background-repeat: no-repeat;
    background-image: url('../img/course/arrow.png');
}
.course.sect .content > .left .text .caption {
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
}
.course.sect .content > .left .text .caption .selected {
    font-size: 60px;
    text-transform: uppercase;
}
.course.sect .content > .right {
    width: 945px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 51px rgba(0,0,0,.17);
    -moz-box-shadow: 0 0 51px rgba(0,0,0,.17);
    box-shadow: 0 0 51px rgba(0,0,0,.17);
    margin-right: -390px;
    margin-left: 225px;
    margin-top: 90px;
}
.course.sect .content > .right .items {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: -20px;
}
.course.sect .content > .right .items .item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 0;
    margin-top: 20px;
}
.course.sect .content > .right .items .item .num,
.course.sect .content > .right .items .item .text {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
.course.sect .content > .right .items .item .num {
    position: relative;
    width: 110px;
    font-size: 90px;
    line-height: 1;
    font-weight: 700;
    color: #e2e2e2;
    margin-right: 20px;
    margin-left: -80px;
    z-index: -1;
}
.course.sect .content > .right .items .item:hover .num {
    color: #ba76ec;
    z-index: 1;
}
.course.sect .content > .right .items .item .text {
    width: 505px;
}
.course.sect .content > .right .items .item .text .desc {
    font-size: 20px;
    font-weight: 700;
    color: #a2a2a2;
}
.course.sect .content > .right .items .item:hover .text .desc {
    color: #505050;
}

.about.sect {
    background-repeat: no-repeat;
    background-image: url('../img/about/bg.jpg');
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 150px 0 70px;
    margin-top: 50px;
}
.about.sect .content {
    font-size: 0;
}
.about.sect .content > .left,
.about.sect .content > .right {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
}
.about.sect .content > .left {
    width: 500px;
    text-align: left;
    border: 10px solid #51b1d8;
    padding: 70px 50px 40px;
    margin-right: 50px;
    margin-top: -200px;
}
.about.sect .content > .left .text .caption {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}
.about.sect .content > .left .text .caption .selected {
    font-size: 60px;
    line-height: 1;
    color: #51b1d8;
}
.about.sect .content > .left .text .caption .color {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    background-color: #505050;
    padding: 4px 10px;
    margin-top: 10px;
}
.about.sect .content > .left .text .desc {
    font-size: 36px;
    font-weight: 700;
}
.about.sect .content > .left .text .desc .note {
    margin-top: 20px;
}
.about.sect .content > .left .text .desc .selected {
    font-size: 48px;
    color: #51b1d8;
}
.about.sect .content > .right {
    width: 590px;
    text-align: left;
}
.about.sect .content > .right .text .desc {
    font-size: 20px;
    line-height: 36px;
}
.about.sect .content > .right .text .desc .selected {
    font-size: 24px;
    font-weight: 700;
}
.about.sect .content > .right .text .desc .color {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    background-color: #505050;
    padding: 4px 10px;
    margin-top: 10px;
}
.about.sect .button.order {
    margin-top: 70px;
}

.author.sect {
    padding: 80px 0;
}
.author.sect .items .item {
    position: relative;
    width: 1250px;
    font-size: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 54px rgba(0,0,0,.20);
    -moz-box-shadow: 0 0 54px rgba(0,0,0,.20);
    box-shadow: 0 0 54px rgba(0,0,0,.20);
    margin-left: 280px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 390px;
}
.author.sect .items .item .img,
.author.sect .items .item .text {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
.author.sect .items .item .img {
    position: relative;
    width: 590px;
    margin-left: -280px;
    margin-right: 90px;
}
.author.sect .items .item .img::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -30px;
    width: 126px;
    height: 126px;
    background-color: #51b1d8;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-image: url('../img/course/arrow.png');
    background-position: center center;
    -webkit-background-size: 32px 61px;
    background-size: 32px 61px;
    margin-top: -63px;
}
.author.sect .items .item .img img {
    border: 20px solid #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 3px 3px 70px rgba(0,0,0,.35);
    -moz-box-shadow: 3px 3px 70px rgba(0,0,0,.35);
    box-shadow: 3px 3px 70px rgba(0,0,0,.35);
}
.author.sect .items .item .text {
    width: 460px;
    text-align: left;
}
.author.sect .items .item .text .intro {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    border-right: 8px solid #51b1d8;
    padding: 20px 45px 30px 0px;
} 
.author.sect .items .item .text .intro::before,
.author.sect .items .item .text .intro::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 160px;
    height: 8px;
    background-color: #51b1d8;
}
.author.sect .items .item .text .intro::after {
    top: auto;
    bottom: 0;
    width: 70px;
}
.author.sect .items .item .text .intro .caption {
    font-size: 72px;
    line-height: 1;
    font-weight: 700;
    color: #51b1d8;
}
.author.sect .items .item .text .intro .desc {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    font-style: italic;
    margin-top: 15px;
}
.author.sect .items .item .text ul.list {
    margin-top: 60px;
}
.author.sect .items .item .text ul.list li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    padding-left: 35px;
    margin-top: 20px;
}
.author.sect .items .item .text ul.list li::before {
    content: '•';
    position: absolute;
    top: 0;
    left: 0;
}
.author.sect .items .item .ornament.ornament1 {
    position: absolute;
    top: -440px;
    left: -580px;
    width: 956px;
    height: 956px;
    background: #51b1d8;
    background: -moz-linear-gradient(top,  #51b1d8 0%, #ba76ec 100%);
    background: -webkit-linear-gradient(top,  #51b1d8 0%,#ba76ec 100%);
    background: linear-gradient(to bottom,  #51b1d8 0%,#ba76ec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51b1d8', endColorstr='#ba76ec',GradientType=0 );
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
}
.author.sect .items .item .ornament.ornament1::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 756px;
    height: 756px;
    background-color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-top: -378px;
    margin-left: -378px;
}

.main.sect {
    padding-bottom: 35px;
}
.main.sect .title {
    position: absolute;
}
.main.sect .content > .top .items .item {
    position: relative;
    font-size: 0;
}
.main.sect .content > .top .items .item .img,
.main.sect .content > .top .items .item .text {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
.main.sect .content > .top .items .item .img {
    width: 596px;
    background: #51b1d8;
    background: -moz-linear-gradient(left,  #51b1d8 0%, #ba76ec 45%, #ffffff 100%);
    background: -webkit-linear-gradient(left,  #51b1d8 0%,#ba76ec 45%,#ffffff 100%);
    background: linear-gradient(to right,  #51b1d8 0%,#ba76ec 45%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51b1d8', endColorstr='#ffffff',GradientType=1 );
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 51px rgba(0,0,0,.25);
    -moz-box-shadow: 0 0 51px rgba(0,0,0,.25);
    box-shadow: 0 0 51px rgba(0,0,0,.25);
    padding: 2px;
    margin-left: -120px;
    margin-right: 80px;
}
.main.sect .content > .top .items .item .img img {
    border: 35px solid #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.main.sect .content > .top .items .item .text {
    width: 584px;
    text-align: right;
    padding-bottom: 130px;
}
.main.sect .content > .top .items .item .text .caption {
    font-size: 60px;
    font-weight: 700;
}
.main.sect .content > .top .items .item .text .desc {
    font-size: 28px;
    margin-top: 40px;
}
.main.sect .content > .top .items .item .text .caption .selected {
    color: #51b1d8;
}
.main.sect .content > .top .items .item .ornament.ornament1 {
    position: absolute;
    top: -586px;
    left: -315px;
    width: 856px;
    height: 856px;
    background: #51b1d8;
    background: -moz-linear-gradient(top,  #51b1d8 0%, #ba76ec 100%);
    background: -webkit-linear-gradient(top,  #51b1d8 0%,#ba76ec 100%);
    background: linear-gradient(to bottom,  #51b1d8 0%,#ba76ec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51b1d8', endColorstr='#ba76ec',GradientType=0 );
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
}
.main.sect .content > .top .items .item .ornament.ornament1::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 616px;
    height: 616px;
    background-color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-top: -308px;
    margin-left: -308px;
}
.main.sect .content > .top .items .item .ornament.ornament2 {
    position: absolute;
    top: 536px;
    left: -10px;
    width: 80px;
    height: 80px;
    background-color: #51b1d8;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
}
.main.sect .content > .top .items .item .ornament.ornament2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    background-color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-top: -20px;
    margin-left: -20px;
}
.main.sect .content > .bottom {
    margin-top: -130px;
}
.main.sect .content > .bottom .items {
    font-size: 0;
    margin-left: -100px;
}
.main.sect .content > .bottom .items .item {
    display: inline-block;
    vertical-align: top;
    width: 260px;
    font-size: 18px;
    margin-left: 100px;
}
.main.sect .content > .bottom .items .item .bg {
    position: relative;
    width: 230px;
    margin-left: 30px;
}
.main.sect .content > .bottom .items .item .bg > img {
    border: 10px solid #fff;
    -webkit-box-shadow: 0 0 49px rgba(0,0,0,.13);
    -moz-box-shadow: 0 0 49px rgba(0,0,0,.13);
    box-shadow: 0 0 49px rgba(0,0,0,.13);
}
.main.sect .content > .bottom .items .item .bg .icon {
    position: absolute;
    top: 25px;
    left: 20px;
}
.main.sect .content > .bottom .items .item .text {
    position: relative;
    text-align: left;
    margin-top: -80px;
}
.main.sect .content > .bottom .items .item .text .caption {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #51b1d8;
}
.main.sect .content > .bottom .items .item .text .desc {
    font-size: 18px;
    margin-top: 10px;
}
.main.sect .content .intro {
    position: relative;
    display: table;
    text-align: right;
    border-right: 8px solid #51b1d8;
    padding: 20px 45px 30px 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
} 
.main.sect .content .intro::before,
.main.sect .content .intro::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 160px;
    height: 8px;
    background-color: #51b1d8;
}
.main.sect .content .intro::after {
    top: auto;
    bottom: 0;
    width: 70px;
}
.main.sect .content .intro .caption {
    font-size: 72px;
    line-height: 1;
    font-weight: 700;
    color: #51b1d8;
}
.main.sect .content .intro .desc {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    font-style: italic;
    margin-top: 15px;
}
.main.sect .content .button.order {
    margin-top: 50px;
}

.wrapper > .container > .title {
    position: absolute;
    top: 0;
    right: -300px;
    font-size: 250px;
    line-height: 1;
    font-weight: 700;
    color: #f1f1f1;
    -webkit-writing-mode: vertical-rl;
    writing-mode: tb-rl;
}

.fancybox-skin {
    color: inherit; 
}
.fancybox-type-inline .fancybox-skin {
    background: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.fancybox-close {
    top: -30px;
    right: -30px;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-image: url('../img/popup/close.png');
    background-position: center center;
    -webkit-background-size: 22px 22px;
    background-size: 22px 22px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.fancybox-close:hover {
    opacity: .8;
}
.fancybox-overlay {
   background: rgba(0,0,0,.9); 
}

.popup.sect {
    display: none;
    width: 100%;
    max-width: 400px;
    background: #51b1d8;
    background: -moz-linear-gradient(top,  #51b1d8 0%, #ba76ec 100%);
    background: -webkit-linear-gradient(top,  #51b1d8 0%,#ba76ec 100%);
    background: linear-gradient(to bottom,  #51b1d8 0%,#ba76ec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51b1d8', endColorstr='#ba76ec',GradientType=0 );
    padding: 5px;
}
.popup.sect .content {
    background-color: #fff;
    padding: 25px 50px 50px;
}
.popup.thanks.sect .content {
    padding-bottom: 30px;
}
.popup.form.sect .caption,
.popup.thanks.sect .caption {
    font-size: 30px;
    font-weight: 700;
    border-bottom: 2px solid #5babda;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 25px;
    margin-left: -50px;
    margin-right: -50px;
    margin-bottom: 30px;
}
.popup.thanks.sect .desc {
    font-size: 20px;
}

.popup.sect.information {
    max-width: 1140px;
    color: #fff;
    background: transparent;
    padding: 0;
    padding-bottom: 20px;
}
.popup.sect.information .content {
    font-size: 0;
    background-color: transparent;
    padding: 0;
}
.popup.sect.information .content > .left,
.popup.sect.information .content > .right {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
}
.popup.sect.information .content > .left .img {
    position: relative;
    width: 454px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 7px;
    margin-right: 36px;
}
.popup.sect.information .content > .left .img > img {
    border: 23px solid #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.popup.sect.information .content > .left .img > .border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.popup.sect.information .content > .right {
    width: 650px;
    text-align: left;
}
.popup.sect.information .content > .right .text {
    position: relative;
    padding-right: 100px;
    margin-top: 20px;
}
.popup.sect.information .content > .right .text > .border {
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 100%;
    background-color: #b679eb;
    -webkit-background-clip: content-box;
    -moz-background-clip: content-box;
    background-clip: content-box;
    border-top: 18px solid transparent;
    border-bottom: 28px solid transparent;
}
.popup.sect.information .content > .right .text > .border::before {
    content: '';
    position: absolute;
    top: 0;
    right: 8px;
    width: 190px;
    height: 8px;
    background-color: #b679eb;
}
.popup.sect.information .content > .right .text > .border::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 8px;
    width: 210px;
    height: 8px;
    background-color: #b679eb;
}
.popup.sect.information .content > .right .text .caption {
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
}
.popup.sect.information .content > .right .text .caption .selected {
    color: #51b1d8;
}
.popup.sect.information .content > .right .text ul.list {
    margin-top: -10px;
}
.popup.sect.information .content > .right .text ul.list li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: left;
    font-size: 22px;
    line-height: 30px;
    padding-left: 45px;
    margin-top: 40px;
}
.popup.sect.information .content > .right .text ul.list li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 18px;
    height: 19px;
    background-repeat: no-repeat;
    background-image: url('../img/information/marker.png');
}
.popup.sect.information .content > .right .text ul.list li .selected {
    font-weight: 700;
    color: #51b1d8;
}
.popup.sect.information .content > .right .buttons {
    text-align: center;
    font-size: 0;
    margin-top: 40px;
}
.popup.sect.information .content > .right .buttons .button {
    margin-top: 0;
}
.popup.sect.information .content > .right .note {
    font-size: 18px;
    margin-top: 15px;
}

.course.sect .content > .left .text,
.about.sect .content > .left,
.main.sect .content > .top .items .item .img,
.course.sect .content > .left .img,
.author.sect .items .item .img,
.advantages.sect .content > .bottom .items .item.other,
.main.sect .content > .top .items .item .text,
.course.sect .content > .right,
.advantages.sect .content > .bottom .items .item.this,
.main.sect .content > .bottom .items .item,
.about.sect .content > .right,
.advantages.sect .content > .top .items .item,
.tariffs.sect .items .item {
    opacity: 0;
}