/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */


@font-face {
    font-family: 'Roboto', sans-serif;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

h2 {
    font-size: 3em;
}

nav .navbar-nav li a{
    color: black !important;
}

.bg-top-menu {
    background: #fff;
}

.custom-padding {
    padding: 20px 0 0 0;
}
.custom-p-text {
    padding: 15px;
}

.navbar-brand {
    font-weight: 400 !important;
}
.a-header {
    color: #282828;
}

a:hover {
    text-decoration: none !important;
}
.summer-header {
    color: #eda72b;
}

.logo-h {
    height:100%;
}

.yellow {
    color: #5d409d;
}

.purple {
    color: #f36094;
}

.yellow-b {
    background-color: #5d409d !important;
}

.plan-h {
    color: #00a8d4;
}

.old-price {
    color: #F2F2F2;
    text-decoration: line-through;
}

.spacer-big {
    height: 63px;
}
.spacer-middle {
    height: 33px;
}

.spacer-sm {
    height: 18px;
}

.slim-header {
    font-weight: 500;
}
.feed-info {
    font-weight: 500;
}

.offer-header {
    color:#fff;
}

.top-pad {
    padding-top: 70px;
}

.text-lead {
    color: #fff;
    background: #e60000;
    padding: 5px;
    margin-top: 25px;
    line-height: 2em;
}

.left-pad {
    padding-left: 40px;
}

.offer-slim-header {
    color: #fff;
    font-weight: 500;
}

.offer-lead {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.width-100 {
    width: 100%;
}
.lead-offer {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}


.rainbow {
    color: #60416e;
}

.padding-20 {
    padding: 20px;
}

.grad {
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, red, yellow); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, red, yellow); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, red, yellow); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, red, yellow); /* Standard syntax */
}

.digit-size {
    font-size: 3.2em;
}

.header-img {
    width: 100%;
}

.footer-img {
    padding: 5px;
    width: 22%;
}
.img-feedback {
    width: 100%;
    -moz-border-radius: 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 10px 10px 0 0;
    padding: 0px;
}

.topnav {
    font-size: 14px;
}

.lead {
    font-size: 18px;
    font-weight: 500;
}

.price-tag {
    background:#f0f1f6;
    position:relative;
    padding: 10px;
    border-radius: 30px;
    -moz-outline-offset:-0.04em;
    color: #282828;

}
.price-tag-summer {
    color: #eda72b;
}
.price-tag span {
    position:relative;
}

.img-bigicon {
    padding: 5px;
    width: 15%;
}

.img-bigicon-mini {
    padding: 10px;
    width: 12%;
}
.img-bigicon-middle {
    padding: 20px;
    width: 30%;
}

.emoji-bigicon {
    font-size: 50pt;
    padding: 0 20px;
}

@media only screen and (max-width: 768px) {
    .img-bigicon-mini {
        padding: 30px 15px;
        width: 27%;
        margin-right: 0px !important;
    }
}


.island {
    border: 0px !important;
    border-radius: 6px !important;
    background-color: #fff;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.3);

    margin: 10px 30px;
    -webkit-transition: all 0.2s ease; /* Safari and Chrome */
    -moz-transition: all 0.3s ease; /* Firefox */
    -ms-transition: all 0.3s ease; /* IE 9 */
    -o-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease;
}


.island-form {
    padding: 15px;
}

.digits {
    padding: 15px 35px;
    border: 1px solid #5F77DE;
    border-radius: 6px;
    margin: 50px;
    font-size: 48pt;
}

.price-digits {
    padding: 7px;
    border: 1px solid #5F77DE;
    border-radius: 10px;
    margin: 15px 15px;
    font-size: 14pt;

}
.spacer-small {
    height: 30px;
}

.form-check {
    padding: 15px;
    border-radius: 4px;
    color: white;
}

.rounded-shadow {
    width: 90%;
    border-radius: 10px;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.4);
    margin: 10px;
}

.rounded-shadow-min {
    width: 40%;
    border-radius: 8px;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.4);
    margin: 8px;
}


@media only screen and (max-width: 768px) {
    .rounded-shadow-min {
        width: 90%;
        border-radius: 8px;
        box-shadow: 0px 5px 20px rgba(0,0,0,0.4);
        margin: 8px;
    }
}

.font-20 {
    font-size: 20pt;
}
.font-24 {
    font-size: 24pt;
}

.blue-text {
    color: #282828;
}

.old-new-price {
    color: #f1255a !important;
    font-size: 18pt !important;
}

.lead-feedback {
    font-size: 12pt;
    font-weight: 400;
}
.lead-about {
    font-size: 11pt;
    font-weight: 500;
}

.dotted {
    background-image: linear-gradient(to right, #fff 50%, transparent 50%);
    background-position: 0 1.06em;
    background-repeat: repeat-x;
    background-size: 10px 2px;
    color: #fff;
}

.underline {
    border-bottom: 2px solid #fff;
  }

.underline--dotted {
    border-bottom: 2px #fff dashed;
    color: #fff;
  }

.intro-header {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #f8f8f8;
    /*background: url(../img/intro-bg.jpg) no-repeat center center;*/
    background: #895df2;
    background-size: cover;
}


@media only screen and (max-width: 768px) {
    .intro-header {
        padding-top: 20px;
        padding-bottom: 40px;
        color: #f8f8f8;
        background: #895df2;
        background-size: cover;
    }
}

.intro-message {
    position: relative;
    padding-top: 3%;
    padding-bottom: 3%;
    text-shadow: 1px 1px 2px #5D5D5D;
}

.intro-message > h1 {
    margin: 20px 0;
    font-size: 2.2em;
    text-shadow: 1px 1px 2px #5D5D5D;
}

.intro-message > .second-text {
    margin: 20px 0;
    font-size: 1.2em;
    text-shadow: 1px 1px 2px #5D5D5D;
    padding-right: 60px;
}

.intro-message > .third-text {
    margin: 20px 0;
    text-shadow: 1px 1px 2px #5D5D5D;
    padding-right: 60px;
}

.intro-message > ul > li {
    text-shadow: 1px 1px 2px #5D5D5D;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}


.header-video {
    max-width: 100%;
}

@media(max-width:767px) {

    .intro-message {
        padding-bottom: 2%;
    }

    .intro-message > h1 {
        font-size: 1.9em;
    }

    .intro-message > .second-text {
        margin: 20px 0;
        font-size: 1.3em;
        text-shadow: 1px 1px 2px #5D5D5D;
        padding-right: 60px;
    }

    .intro-message > .third-text {
        margin: 20px 0;
        text-shadow: 1px 1px 2px #5D5D5D;
        padding-right: 60px;
    }

    h2 {
        font-size: 1.7em;
    }


    h3 {
        font-size: 1.5em;
    }
    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background: #8f63f6; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left bottom, #8f63f6, #a47dfa); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left bottom, #8f63f6, #a47dfa); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left bottom, #8f63f6, #a47dfa); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left bottom, #8f63f6, #a47dfa); /* Standard syntax */
}

.content-section-b {
    padding: 50px 0;
    background: #fff;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.content-section-c {
    padding: 50px 0;
    background: #8f63f6; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, #8f63f6, #a47dfa); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #8f63f6, #a47dfa); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #8f63f6, #a47dfa); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #8f63f6, #a47dfa); /* Standard syntax */
}

.text-lead {
    color: #fff;
    background: #e60000;
    padding: 5px;
    margin-top: 25px;
    border: 0px !important;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
    line-height: 2em;
}

.section-heading {
    font-weight: 500;
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    border-top: 3px solid #e7e7e7;
}
.section-heading-a {
    font-weight: 500;
    margin-bottom: 30px;
    color: #fff;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background-size: 100% auto !important;
}

.img-icon {
    width: 20px;
    margin: 20px 0px 0px 20px;

    border-radius: 3000px;
    box-shadow: 0px 0px 10px 0px rgba(255,255,255,1);
}

.in-img-bottom {
    padding-top: 20px;
}

.person {
    width: 80%;
    box-shadow: 0px 0px 40px rgba(0,0,0,0.4);
    padding: 2px;
}

.content-section-bg {
    padding: 50px 0;
    background: url(../img/bg-pr.jpg) no-repeat center bottom #464644;
}

@media only screen and (max-width: 768px) {
    .content-section-bg {
        background: #404040;
    }
}

@media only screen and (min-width: 768px) {
    .invis-pc {
        display: none;
    }
}

.student-img {
    margin-top: 40px;
    width: 90%;
    border-radius: 6px;
    box-shadow: 5px 5px 8px 1px rgba(0,0,0,0.3);
}

.banner h2 {
    margin: 0;
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        font-size: 3em;
    }

    .banner {
        background-size: cover !important;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}


.custom-btn-buy {
    display: inline-block;
    border-radius: 65px !important;
    border: 0px !important;
    background-color: #f36094;
    color: #fff !important;
    font-size: 14pt;
    padding: 15px 40px;
    /*box-shadow: 0px 0px 30px rgba(0,0,0,0.3);*/

}
.custom-btn-buy:hover {
    box-shadow: 0px 10px 15px rgba(0,0,0,0.4);
    text-decoration: none;

}

.custom-btn-wp {
    display: inline-block;
    border-radius: 30px !important;
    border: 0px !important;
    background-color: #25d366;
    color: #fff !important;
    font-size: 14pt;
    padding: 15px 40px;
    /*box-shadow: 0px 0px 30px rgba(0,0,0,0.2);*/
}
.custom-btn-wp:hover {
    box-shadow: 0px 10px 15px rgba(0,0,0,0.4);
    text-decoration: none;
}


.custom-btn-action {
    display: inline-block;
    border-radius: 30px !important;
    border: 0px !important;
    background-color: #fff;
    color: #232323 !important;
    font-size: 14pt;
    padding: 15px 40px;
    /*box-shadow: 0px 0px 30px rgba(0,0,0,0.2);*/
}
.custom-btn-action:hover {
    box-shadow: 0px 10px 15px rgba(0,0,0,0.4);
    text-decoration: none;
}

.custom-btn-go {
    border-radius: 30px !important;
    border: 0px !important;
    background-color: #3c3d83;
    color: #fff !important;
    font-size: 14pt;
    padding: 15px 40px;
    margin: 0 40px;
}
.custom-btn-go:hover {
    box-shadow: 0px 10px 15px rgba(0,0,0,0.4);
    text-decoration: none;
}
.custom-btn-go-summer {
    background-color: #eda72b;
}

.action-price {
    background-color: #fff176;
    color: #424242 !important;
}

.custom-thumb-call {
    border: 0px !important;
    text-align: center;
    border-radius: 6px !important;
    background-color: #fff;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
    padding: 20px;
    margin: 20px 10px;
    -webkit-transition: all 0.2s ease; /* Safari and Chrome */
    -moz-transition: all 0.3s ease; /* Firefox */
    -ms-transition: all 0.3s ease; /* IE 9 */
    -o-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease;
}
.custom-thumb {
    border: 0px !important;
    text-align: center;
    border-radius: 6px !important;
    background-color: #fff;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.2);

    margin: 20px 10px;
    -webkit-transition: all 0.2s ease; /* Safari and Chrome */
    -moz-transition: all 0.3s ease; /* Firefox */
    -ms-transition: all 0.3s ease; /* IE 9 */
    -o-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease;
}
.custom-thumb:hover {
    text-decoration: none !important;
    color: #292929;
    box-shadow: 0px 0px 50px rgba(0,0,0,0.2);
    -webkit-transform:scale(1.05); /* Safari and Chrome */
    -moz-transform:scale(1.05); /* Firefox */
    -ms-transform:scale(1.05); /* IE 9 */
    -o-transform:scale(1.05); /* Opera */
    transform:scale(1.05);
}

.custom-thumb .list-group .list-group-item:first-child {
    border-radius: 6px 6px 0 0 !important;
}

.custom-thumb .list-group .list-group-item:last-child {
    border-radius: 0 0 6px 6px !important;
}


.custom-thumb-pad {
    padding: 25px 25px 40px 25px;
}

.custom-thumb-black {
    background-color: #585858;
    color: #fff;
    box-shadow: 0px 0px 33px rgba(0,0,0,0.6);
    margin: 10px 10px;
}

.custom-thumb-black:hover {
    color: #fff;
}

.p-img {
    width: 23px;
    margin: 10px;
}

.round-stat {
    margin: 0 auto;
    width: 5em;
    height: 5em;
    border-radius: 50%;
    color: white;
    line-height: 5em;  /* подробнее про line-height */
    text-align: center;  /* выравнять текст по середине по горизонтали */
    font-size: 26pt;
    background: #5d409d;
    background: -webkit-linear-gradient(left top, #5d409d, #f8dc8e); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #5d409d, #f8dc8e); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #5d409d, #f8dc8e); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #5d409d, #f8dc8e); /* Standard syntax */
}

.round-stat-main {
    margin: 0 auto;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    color: #5d409d;
    line-height: 3em;  /* подробнее про line-height */
    text-align: center;  /* выравнять текст по середине по горизонтали */
    font-size: 3em;
    border: 2px solid #5d409d;
}

/*=== Import Raleway fonts ===*/
@import url(http://fonts.googleapis.com/css?family=Raleway:400,700);


body,html{
    width:100%;
    height:100%;
    padding:0;
    margin:0;
    background:#e0e7e6;
}

#content{
    margin:10px auto;
    background:#F7F7F1;
    height:200px;
    width:70%;
    /*border-radius*/
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    -webkit-box-shadow:0 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow:0 1px 0 rgba(0,0,0,.1);
    box-shadow:0 1px 0 rgba(0,0,0,.1);
}

.discount-label {
    padding:8px;
    position:relative;
    float:left;
    margin-top:35px;
    margin-left:60px;
    width:50px;
    -webkit-border-radius:0 4px 0 4px;
    -moz-border-radius:0 4px 0 4px;
    border-radius:0 4px 4px 0;
}

.discount-label:after {

    right: 100%;
    border: solid transparent; content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(136, 183, 213, 0);

    border-width: 20px;
    top: 50%;
    margin-top: -20px;}

.discount-label:before {
    content: '';
    z-index: 2;
    position: absolute;
    top: 42%;
    right: 100%;
    width: 7px;
    height: 7px;
    opacity: .95;
    background: #ffffff;
    border-radius: 7px;
    -webkit-box-shadow: inset .5px 0 rgba(0, 0, 0, 0.6);
    box-shadow: inset .5px 0 rgba(0, 0, 0, 0.6);

}

.discount-label span {
    color:#ffffff;
    font-size:20px;
    text-align:center;
    font-family: 'Roboto', sans-serif;
}

.red{
    background-color:#E80707;
}

.red:after{
    border-right-color: #E80707;

}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}
