@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;800&display=swap');

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

h1 {
    text-align: center;
    font-weight: bold;
    margin: 0 0 40px;
    font-size: 46px;
}

/* standart flex */
.fl {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: flex-start;
    
}

.ffa {
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.fc {
    justify-content: center;
    -webkit-justify-content: center;
}

.fb {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

header,
footer,
section {
    background-repeat: no-repeat;
    background-size: cover;
}

.green-btn {
    display: inline-block;
    padding: 10px 16px;
    text-transform: uppercase;
    color: #fff;
    background: #1fbb42;
    background: linear-gradient(#1fbb42, #1a9833);
    border-width: 0 0 2px 0;
    border-color: #18832d;
    border-radius: 6px;
    font-weight: bold;
    text-decoration: none;
}

.green-btn:hover {
    text-decoration: none;
    box-shadow: 0px 0px 3px 1px #1fbb42;
    opacity: 0.8;
}



/* HEADER */

header {
    padding: 15px 0;
    /*background: #f2a80b;*/   
}

header .contacts {
    font-weight: bold;
    font-size: 16px;
    text-align: center;    
    line-height: 20px;
}

header .contacts a {
    color: #313131;
}

header .logo img {
    width: 220px;
}


/* OTHER */

.st-form .phone-ann {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 20px;
}

.modal-body h3,
.good {
    font-weight: bold;
    margin: 0 0 20px;
}

.st-form .phone-ann .glyphicon,
.st-form .phone-ann strong {
    color: #e02019;
}

.st-form .phone-ann .glyphicon {
    font-size: 22px;
    font-weight: bold;
}

.st-form form {
    text-align: center;
    padding: 10px 20px;
}

.st-form form input {
    width: 100%;
    border: 1px solid #808080;
    border-radius: 50px;
    font-size: 16px;
    padding: 15px 6px;
    text-align: center;
}

.st-form form button {
    display: inline-block;
    border: none;
    border-radius: 50px;
    padding: 15px 20px;
    color: #fff;
    background: #4bc16a;
    background: linear-gradient(#65e487, #49ab63);
    font-weight: bold;
    font-size: 30px;
    margin-top: 25px;
}

.st-form form button:hover {
    opacity: 0.8;
}

#pocketDetail iframe {
    width: 100%;
    height: 550px;
}

#pocketDetail .modal-content {
    text-align: center;
}

.form-message {
    font-size: 20px;
    text-align: center;
    padding: 20px 0;
}

.top-title .top-form {
    margin: 30px 0 0 0;
    padding: 15px 0 0 0;
}
.top-title .top-form h4 {    
    font-size: 18px;
}
.top-title .top-form h3 {
    margin: 0 0 15px;
    font-size: 22px;
}

.top-title .top-form .phone-ann {
    font-size: 12px;
    padding: 5px;
    font-weight: normal;
    background-color: rgb(255 255 255 / 0.49);
    margin-top: 40px;
}

.top-title .top-form .phone-ann .glyphicon {
    font-size: 18px;
}

/* Таймер */
.eTimer .etUnit.etDays,
.eTimer .etSep.separ0 {
    /*display: none;*/
}

.top-title .eTimer .etTitle {
    display: none;
}


/* top-title */

.s1 {
   
    border: none;
    margin: 0;
    position: relative;
    padding: 30px 0;
}
.s1.thanks{
    text-align: center;
}
.s1.thanks p {
    font-size: 20px;
}
.buttom-s1 {
    height: 150px;
    transform: translateY(1px) translateZ(0);
    background: #f5f5f5;
    position: absolute;
    left: 0px;
    bottom: -120px;
    width: 100%;
    z-index: 5;
}

.buttom-s1 svg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.s1 .top-title {}

.top-title .item.image {
    width: 600px;
}
.top-title .item.headers {
    width: 450px;
}
.top-title .item {    
    z-index: 10;
    position: relative;
}

.top-title .item p {
    font-size: 30px;
}
.top-title .item p > strong {
    color: #ef201f;
    text-decoration: underline;
}

.top-title .start span {
    display: inline-block;
    position: relative;
    padding: 5px 10px;
    color: #fff;
}

.top-title .start span::after {
    content: '';
    background-color: #ef2020;
    position: absolute;
    top: 0;
    left: 0;
    transform: skewX(-9deg);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.top-title .headers {
    text-align: center;
        
}

.top-title h2 {
    color: #505050;
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    margin: 0 0 20px;
}

.top-title ul {
    text-align: left;
}

.top-title h3 {
    color: #35b155;
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 20px;
}

.top-title .item.image h3 {
    margin: 0px 0 25px;
    font-size: 22px;
    color: #505050;
}

.button-block {
    padding: 20px 0;
    text-align: center;
}

.button-block.mini {
    padding: 0;
}

.top-title .image {
    text-align: center;
}

.top-title .image img {
    width: 86%;
    border-radius: 4px;
}

/* s2 */

.s2 {
    margin: 0px;
    padding: 30px 0;
    background-image: url(../img/bg_03.png);
    background-repeat: repeat;
    background-size: auto;
    /*background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;*/
}

.s2 h2 {
    font-weight: bold;
    text-align: center;
    color: #616161;
    font-size: 40px;
}
.warning-count {
    max-width: 500px;
    margin: 40px auto;
    padding: 30px 0;
    border: 2px solid #f50000;
    color: #f50000;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.s2 h3 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: #f51f1f;
    margin-top: 40px;
}

.s2 .bullets {
    margin-top: 40px;
    align-items: baseline;
}

.s2 .bullets .item {
    width: 300px;
    text-align: center;
    margin-bottom: 40px;
}

.s2 .bullets .item .glyphicon {
    margin-right: 10px;
    color: rgb(101, 205, 31);
}

.s2 .bullets .item .icon {
    width: 100%;
    height: 175px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.s2 .bullets .item .icon.b1 {
    background-image: url(../img/bullets/1.jpg);
}

.s2 .bullets .item .icon.b2 {
    background-image: url(../img/bullets/2.jpg);
}

.s2 .bullets .item .icon.b3 {
    background-image: url(../img/bullets/3.jpg);
}

.s2 .bullets .item h4 {
    font-weight: bold;
    font-size: 20px;
    margin: 20px 0;
}

.s2 .bullets .item .txt {
    color: #111;
    font-size: 16px;
    font-weight: 300;
}


/* top-bullets */

.top-bullets {
    padding: 40px 0;
    background-image: url(../img/bg_02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.top-bullets h2 {
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.56);
    font-size: 40px;
    margin: 0 0 40px;
}

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

.top-bullets .bullets .item {
    width: 300px;
    margin-top: 25px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 3px 3px 6px 0px #7b7b7b;
}

.top-bullets .bullets .item .icon {
    text-align: center;
}

.top-bullets .bullets .item .icon img {
    width: 100px;
}

.top-bullets .bullets .item .text {
    padding: 15px 0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}



/* sheddy */

.sheddy {
    padding: 40px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.sheddy .title {
    font-weight: bold;
    text-align: center;
    color: #2a2a2a;
    font-size: 30px;
}


.sheddy .bullets .item {
    margin-top: 40px;
}

.sheddy .bullets .item h4 {
    text-align: center;
    margin: 0 0 20px;
    font-weight: bold;
    font-size: 22px;
    color: #6c6c6c;
}

.sheddy .bullets .item .item-line {
    font-weight: bold;
    font-size: 18px;
}

/* program */

.program {
    padding: 40px 0;
}

.program h2 {
    font-weight: bold;
    text-align: center;
    color: rgb(101, 205, 31);
    font-size: 50px;
}

.c-bullets {
    justify-content: space-around;
    align-items: flex-start;

}

.c-bullets h4 {
    font-weight: bold;
    margin: 20px 0;
    font-size: 34px;
}

.c-bullets .txt {
    font-size: 28px;
    font-weight: bold;
    color: #808080;
}

.c-bullets img {
    max-width: 100%;
}

.c-bullets .item {
    padding: 30px;
    border-radius: 30px;
    max-width: 48%;
    flex-grow: 0;
    min-height: 1080px;
    margin-bottom: 30px;
}

.c-bullets .item.i1 {
    background: #f3faf8;
}

.c-bullets .item.i2 {
    background: #fff1f1;
}

.c-bullets .item.i3 {
    background: #fcf6ef;
}

.c-bullets .item.i4 {
    background: #f8fbfd;
}

.c-bullets .item.i4 .txt {
    font-size: 18px;
    margin-top: 20px;
    line-height: 30px;
    font-weight: normal;
}


/* marina-ed */

.marina-ed {
    padding: 30px 0 0;
    background-image: url(../img/about_result_screen.jpg);
}

.marina-ed h2 {
    font-weight: bold;
    text-align: center;
    color: #4d4d4d;
    font-size: 40px;
    margin-bottom: 20px;
}

.marina-ed h3 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: #6f6f6f;
    margin-top: 40px;
}

.marina-ed .about-results-content img {
    max-width: 100%;
}

.marina-ed .about-results-content .item {
    max-width: 48%;
    font-size: 18px;
}

.marina-ed .about-results-content .item .line-item {
    margin-bottom: 10px;
    line-height: 22px;
    display: flex;
    align-items: center;
}

.marina-ed .about-results-content .item .line-item-img {
    margin-right: 20px;
}

.steps {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 70px;
}

.steps::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    border-right: 6px solid #ffc107;
    top: 0;
    left: 45px;
}

.steps .item {
    display: flex;
    align-items: center;
}

.steps .item .num {
    font-size: 40px;
    font-weight: bold;
    margin-right: 50px;
    color: #7c7c7c;
}

.steps .item .text {
    font-size: 18px;
}

.steps .item h5 {
    font-weight: bold;
    font-size: 20px;
}

/* how */

.how {
    padding: 40px 0;
}

.how h2 {
    font-weight: bold;
    text-align: center;
    color: rgb(101, 205, 31);
    font-size: 50px;
    margin: 0 0 30px;
}

.how img {
    max-width: 100%;
}

.how .marina-text {
    line-height: 22px;
}


/* feedbacks */

.feedbacks {}

.feedbacks h2 {
    font-weight: bold;
    text-align: center;
    color: rgb(101, 205, 31);
    font-size: 50px;
    margin: 0 0 30px;
}

.feedbacks h3 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: #6f6f6f;
    margin-top: 40px;
}


/* lesson-price */

.lesson-price {
    position: relative;
    background-image: url(../img/price-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.lesson-price::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.9);
}

.lesson-price h2 {
    font-weight: bold;
    text-align: center;
    color: rgb(101, 205, 31);
    font-size: 50px;
    margin: 0 0 30px;
}

.lesson-price .inner {
    text-align: center;
    position: relative;
    z-index: 10;
    background-color: #fff;
    border-radius: 30px;
    padding: 30px 40px;
}

.lesson-price .inner .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    border-bottom: 1px dotted #000;
    margin-bottom: 20px;
    position: relative;
    z-index: 12;
}

.lesson-price .inner .item .title,
.lesson-price .inner .item .price {
    position: relative;
    padding: 2px;
    background-color: #fff;
    z-index: 15;
    bottom: -1px;
}

.lesson-price .inner .unlim {
    font-weight: bold;
    font-size: 28px;
    margin: 40px 0 20px;
}

.lesson-price .inner .unlim-sub {
    font-size: 16px;
    color: #696969;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

/* modal */

.modal-body h3 {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #6f6666;
}


/* additional */

.styled-green-btn {
    display: inline-block;
    border: none;
    border-radius: 50px;
    padding: 15px 20px;
    color: #fff;
    background: #4bc16a;
    background: linear-gradient(#65e487, #49ab63);
    font-weight: bold;
    font-size: 20px;
}

.mini .styled-green-btn {
    font-size: 16px;
    padding: 10px 15px;
}

.styled-green-btn:hover {
    opacity: .7;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

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

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

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

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

/* footer */

footer {
    border-top: 1px solid #d0c8c8;
    padding: 24px 0;
    background-color: #626262;
}

footer .links {
    text-align: center;
}

footer .links p {
    font-size: 12px;
    margin: 0;
    text-transform: uppercase;
}

footer .links a {
    color: #e2ca16;
}

footer .links a:hover {
    color: #c44426;
}

footer .contacts p {
    margin-bottom: 5px;
    color: #fff;
}

footer .contacts a {
    color: #fff;
}

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

footer .ip p {
    padding-top: 6px;
    color: #d9d9d9;
}
