@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=cyrillic,cyrillic-ext');
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,700&display=swap&subset=cyrillic');


body {
    font-family: 'Open Sans', arial, sans-serif;

}


/* HEADER & FOOTER */



footer {
    border-top: 1px solid #fff;
    padding: 14px 0;
    background-color: #676767;
}

footer .ip {
    text-align: center;
    font-size: 14px;
    color: #fff;
}


footer .links {
    text-align: center;
    padding-top: 22px;
}

footer .links p {
    margin: 0;
}

footer a {
    color: #fff;
}

footer .contacts {
    color: #fff;
    text-align: center;
}

footer .contacts p {
    margin-bottom: 2px;
}

footer .contacts .glyphicon {
    color: #e1ff05;
    margin-right: 10px;
}

/* header contacts */

header {
    padding: 15px 0 0;
    background-color: #efc514;
}

header .contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

header .contacts p {
    margin-bottom: 0;
}

header .contacts .call-order-btn {
    font-size: 14px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    padding: 12px;
    display: block;
    margin: 0 auto;
    background-color: #c76d1f;
    color: #fff;
    text-transform: uppercase;
}

header .contacts .call-order-btn:hover {
    opacity: .7;
}

header .logo img {
    width: 260px;
}

header .contacts .phone-number {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 4px;
}


.st-form {
    width: 100%;
    border: none;
    padding: 24px;
    margin: 0 0 24px;

    border-radius: 4px;

}

.st-form > form {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.st-form input {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #323a4d;
    padding: 10px 4px;
    margin: 8px 0px;
    border: 1px solid #ccc;
    border-radius: 50px;
}


.st-form button[type=submit] {
    font-size: 18px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-weight: bold;
    padding: 15px 30px;
    display: block;
    margin: 0 auto;
    background-color: #2fa855;
    color: #fff;
    text-transform: uppercase;
}

.st-form button[type=submit]:hover {
    background-color: #3c70e3;
}

.st-form a {
    color: #ffffff;
}

.b-modal .modal-content {
    background-image: url(../img/bg_intensive.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.b-modal .modal-title {
    font-weight: bold;
    color: #fff;
    font-size: 18px;
}



/* title */

.title {
    padding: 40px 0;
    text-align: center;
    font-family: 'Fira Sans', sans-serif;
}

.title h1 {
    font-weight: bold;

}


/* top */

.top {
    padding: 10px 0 0;
    font-family: 'Fira Sans', sans-serif;
    background-image: url(../img/bg-02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.top .marina img {
    max-width: 100%;
}

.top .marina {
    text-align: center;
}

.top .action-intro {
    font-size: 26px;
    text-align: center;
    padding: 20px;
    background-color: #fff;
    box-shadow: 2px 2px 8px -3px #828282;
}

.top .action-intro strong {
    color: #f47316;
    text-decoration: underline;
}

.top .marina.v2 {
    display: none;
}

.top h1,
.top h2 {}

.top h1 {
    text-align: center;
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 38px;
}

.top h2 {
    text-align: center;
    margin: 0 0 30px;
    font-weight: bold;
    font-size: 28px;
    color: #5a5a5a;
}

.top h2 span {
    color: #e1ff05;
    padding: 4px;
}


.buttons-select-row {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-top: 20px;
}

.buttons-select-row .item {
    margin-bottom: 20px;
    text-align: center;
    width: 48%;
}

.buttons-select-row .s-select {
    display: inline-block;
    border: none;
    padding: 18px 30px;
    border-radius: 50px;
    background-color: #e1ff05;
    color: #3f3f3f;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Fira Sans', sans-serif;
    box-shadow: 2px 2px 3px 0px rgba(255, 255, 255, 0.63);
}

.buttons-select-row .s-select:hover {
    opacity: 0.7;
    text-decoration: none;
}

.buttons-select-row .button-caption {
    background-image: url(../img/bg-about-button-cloud-2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;

    padding: 10px 0 0;
    margin-top: 40px;
    position: relative;

}

.buttons-select-row .button-caption::before {
    content: '';
    background-image: url(../img/bg-about-button-bubles.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -35px;
    left: 50%;

}

.buttons-select-row .button-caption .inner {
    width: 300px;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    padding: 20px 0 30px;
}

.buttons-select-row .button-caption .inner p {
    margin-bottom: 2px;
}



/* action-timer */

.action-timer {
    text-align: center;
    padding: 40px 0;
    background-color: #ef2828;
    color: #fff;
}

.action-timer h2 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: bold;
}



/* Terms */


.terms {
    text-align: center;
    padding: 40px 0;
    background-color: #fff;
    border-top: 1px solid #e3e2e2;
}

.terms h2 {
    font-weight: bold;
    font-family: 'Fira Sans', sans-serif;
    margin: 0 0 40px;
}

.terms .terms-bullets {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.terms .terms-bullets .item {
    width: 340px;
    margin-bottom: 30px;
}

.terms .terms-bullets .connect-price {
    font-weight: bold;
    color: #5d5d5d;
    margin-top: 30px;
}

.terms .terms-bullets .big {
    position: relative;
    margin-right: 20px;
}

.terms .terms-bullets .big::after {
    content: '';
    width: 104%;
    position: absolute;
    left: -2%;
    top: 50%;
    transform: rotate(-4deg);
    border-bottom: 2px solid #ff4242;
}

.terms .terms-bullets .current {
    font-weight: bold;
    color: #ff4242;
    font-size: 22px;
}

.terms .terms-bullets .item img {
    width: 90px;
}

.terms .terms-bullets .item .step {
    font-weight: bold;
    font-family: 'Fira Sans', sans-serif;
    font-size: 24px;
    margin: 20px 0;
    padding: 0;
}

.terms .terms-bullets .item .step-text {
    font-size: 18px;
}

.terms .terms-bullets .item .step-text strong.link {
    font-size: 16px;
}

.terms .btn-clpbrd {
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #2d6ea8;
    color: #fff;
    border-radius: 3px;
}

.terms .connect {
    display: inline-block;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #349838;
    color: #fff;
    border-radius: 3px;
}

.terms .btn-clpbrd:hover,
.terms .connect:hover {
    opacity: .7;
    text-decoration: none;
}

.terms .btn-clpbrd.copied {
    background-color: transparent;
    color: #2d6ea8;
    font-style: italic;
}


/* general */

.general {
    background-image: url(../img/bg-present.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background-position: top right;
}

.general h2 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: bold;
}

.general .present-list {
    margin-top: 60px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.general .present-list .item {
    margin-bottom: 30px;
    width: 310px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 4px -1px #000;
}

.general .present-list .item img {
    width: 200px;
}

.general .present-list .item .present-info {
    font-size: 18px;
    font-weight: bold;
}

.general .after {
    margin-top: 50px;
    font-size: 20px;
}



/* result */

.result {
    text-align: center;
    padding: 40px 0;
    background-image: url(../img/bg-03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.result h2 {
    font-weight: bold;
    font-family: 'Fira Sans', sans-serif;
}

.bullets-res {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bullets-res .item {
    display: flex;
    align-items: center;
    width: 500px;
    margin-bottom: 30px;
}

.bullets-res .item img {
    width: 40px;
}

.bullets-res .item .img {
    margin-right: 50px;
}

.bullets-res .item .txt {
    text-align: left;
    font-size: 20px;
    text-shadow: 1px 1px 2px #b5b5b5;
}


/* ScrollTop */

.scroll-top {
    position: fixed;
    bottom: 15%;
    right: 12px;
    display: none;
    z-index: 10000;
    cursor: pointer;
}

.scroll-top::before {
    content: "\e113";
    font-family: 'Glyphicons Halflings';
    font-weight: bold;
    background-color: #f00f54;
    color: #fff;
    cursor: pointer;
    padding: 28px;
    opacity: 0.7;
    border-radius: 50%;
}

.scroll-top:hover::before,
.scroll-top:focus::before {
    background-color: #de7914;
    opacity: 1;
}



/* Offer */

.offer {
    padding: 40px 0;
}

.offer h1 {
    color: #f9f21b;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px #000;
    text-align: center;
    margin: 0 0 30px;
    font-weight: bold;
    font-size: 32px;
}

.offer h3 {
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    font-weight: bold;
    font-size: 26px;
    margin: 0 0 20px;
    font-family: 'Fira Sans', sans-serif;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.67);
}

.about-course {
    text-align: center;
    font-size: 18px;
}

.magic-sound {
    display: none;
}

/* price-table */

.price-table {
    background-color: #ffffff;
    width: 100%;
    border-collapse: collapse;
}

.price-table thead td {
    font-weight: bold;
    text-transform: uppercase;
    background: #2e8adb;
    background: linear-gradient(#2e8adb 50%, #459fed);
    color: #fff;
    padding: 10px 2px;
    border: 1px solid #2e8adb;
}

.price-table td {
    text-align: center;
    border: 1px solid #ccc;
    padding: 5px;
}

.price-table .option-name {
    width: 200px;
}

.price-table .add-card {
    width: 90px;
}

.price-table .lessons-num {
    width: 90px;
}

.price-table .learn-days {
    width: 140px;
}

.price-table .option-price,
.price-table .access-days {
    width: 100px;
}


.price-table input[type=checkbox] {
    display: none;
}

.price-table input[type=checkbox] + label {
    position: relative;
    cursor: pointer;
    font-family: 'Roboto Condensed', sans-serif;
}

.price-table input[type=checkbox] + label::before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 3px;
    background-color: #1f81d6;

    display: inline-block;
    font-size: 12px;
    line-height: 15px;

    position: absolute;
    left: -16px;
    bottom: 3px;
}

.price-table input[type=checkbox]:checked + label::before {
    content: '+';
    color: #fff;
    background-color: #0fc624;
}

.price-table input[type=number] {
    border: 1px solid #1e81d6;
    width: 50px;
    border-radius: 2px;
    text-align: center;
    color: #1e81d6;
    font-weight: bold;
}

.price-table .total .total-title {
    font-size: 18px;
    color: #f21010;
    font-weight: bold;
}

.price-table .total-price {
    color: #f21010;
    font-weight: bold;
    font-size: 20px;
}



.other-data {
    max-width: 400px;
    margin: 10px auto;
    text-align: center;
}

.other-data input {
    text-align: center;
    width: 100%;
    font-size: 18px;
    padding: 10px 0;
    border: 1px solid #ccc;
    border-radius: 50px;
}

.other-data .other-data-title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Fira Sans', sans-serif;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.67);
}

.other-data button[type=submit] {
    border: none;
    background-color: #48a78d;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50px;
    text-transform: uppercase;
    padding: 15px 30px;
    box-shadow: 3px 3px 4px 0px #269566;
}

.other-data button[type=submit]:hover {
    opacity: 0.8;
    box-shadow: 1px 1px 4px 0px #1cac6f;
}

.other-data .agreement {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    align-items: center;
    -webkit-align-items: center;
    padding: 15px 0;
}

.other-data .agreement .check {
    width: 10%;
}

.other-data .agreement .check input {
    width: 20px;
    height: 20px;
}

.other-data .agreement .agr-text a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;

}

.about-box {
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}

.about-box:hover {
    color: #50954d;
}

.modal-content iframe {
    border: none;
    width: 100%;
    height: 450px;
    background-color: #fcfcfc;
}




/* Modal */

.mr-modal {
    position: fixed;
    left: 50%;
    top: 20%;
    max-width: 500px;

    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    padding: 20px;

    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
}

.mr-modal .mr-modal-close-btn {
    margin: 10px 0 0 0;
    border: none;
    padding: 10px 20px;
    background-color: #efce1a;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.mr-modal .mr-modal-close-btn:hover {
    background-color: #f7e270;
    text-shadow: 1px 1px 2px rgba(33, 33, 33, 0.34);
}

.mr-modal .moda-text {
    font-size: 18px;
}


/* /Offer */




/* Other */

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border: 3px solid #ffb205;
}

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}



@media (max-width: 1200px) {
    .buttons-select-row .s-select {
        font-size: 18px;
        padding: 15px 15px;
    }
}

@media (max-width: 992px) {

    .contacts {
        font-size: 18px;
    }

    .buttons-select-row .s-select {
        border-radius: 8px;
        height: 150px;
    }


}


@media (max-width: 768px) {

    .logo {
        text-align: center;
    }

    .logo > img {
        max-width: 100%;
    }

    .ip {
        text-align: center;
    }

    .top .marina.v1 {
        display: none;
    }

    .top .marina.v2 {
        display: block;
        text-align: center;
    }

    .contacts {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .top .action-intro {
        margin-top: 0;
    }
}

@media (max-width: 750px) {
    .buttons-select-row {
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .buttons-select-row .item {
        width: 100%;
    }

    .buttons-select-row .button-caption {
        background-image: none;
    }

    .buttons-select-row .button-caption .inner {
        width: 360px;
        font-size: 16px;
        line-height: 20px;
        display: inline-block;
        padding: 45px 30px 30px;
        background-image: url(../img/bg-about-button-cloud-2.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
}

@media (max-width: 520px) {
    .s1 .s-title {
        font-size: 20px;
    }

    .bullets-res .item {
        width: 100%;
    }
}

@media (max-width: 420px) {

    .contacts {
        flex-direction: column;
        text-align: center;
    }

}

@media (max-width: 380px) {
    .buttons-select-row .button-caption .inner {
        width: 100%;
    }

    .terms .terms-bullets .item {
        width: 100%;
    }
}
