* {
    font-family: "Zona Pro";
    font-size: 14px;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

@media (min-width: 1200px) {
    * {
        font-size: 20px;
    }
}

.container1 {
    width: 100%;
    margin: auto;
}

.header {
    position: relative;
}

.header-img {
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 100%;
    height: 33em;
    background: url("/images/marafon/header-min.png");
    background-size: contain;
    background-repeat: no-repeat;

    background-position: center;
    z-index: -2;
    /*filter: opacity(0.5);*/
}

.header-row {
    margin: 1em auto;
    padding: 1em;
}

.header-row.header-row-2 {
    background: rgba(207, 255, 183, 0.7);
}

.header-row.header-row-3 {
    background: linear-gradient(90deg, #f5d5ed, transparent);
}

.header-txt {
    text-align: center;
    margin-left: 0;
}

.header-txt h1 {
    font-size: 2.8em;
    color: #2e797c;
    filter: drop-shadow(2.673px -1.362px 1px #063b38);
    margin: 0;
}
.header-txt-1{
    margin-bottom:18em;
}

.header-txt p {
    font-size: 1.5em;
    color: #2e797c;
    margin: 0;
}

.header-txt-2 {
    font-size: 1.3em;
    color: #013936;
    /*font-weight: 300;*/
}

.header-button {
    width: 18em;
    height: 3.7em;
    border-radius: 0.4em;
    filter: drop-shadow(-0.105px 0.2em 0.15em rgba(6, 59, 56, 0.44));
    background-color: #d97b9d;
    display: inline-block;
    text-align: center;
}

.header-button:hover {
    filter: none;
}

.header-button span {
    font-size: 1.17em;
    line-height: 3em;
    color: #fbfbfb;
    font-weight: bold;
    filter: drop-shadow(0.04em 0.09em 0.06em #063b38);
    display: block;
}


.button-wrap {

    text-align: center;

    margin: 3em 1em;
}



.button-wrap .button {
    width: 100%;
    height: 4em;
    border-radius: 10px;
    filter: drop-shadow(-0.105px 5.999px 4.5px rgba(151, 36, 59, 0.44));
    background-color: #2e797c;
    display: inline-block;
    margin: auto 1em;
}

.btn-no {
    background-color: #d97b9d !important;
}
.btn-yes, .btn-no{
    width: 40% !important;
}
.button-wrap .button span {
    font-size: 1.3em;
    color: #fbfbfb;
    font-weight: bold;
    filter: drop-shadow(1.315px -2.696px 2px #063b38);
    line-height: 3em;
}



.button-wrap .button:hover {
    filter:none;
}
.button-wrap .button-header{
    font-size: 1.8em;
    color: #2e797c;
    font-weight: 900;
    margin: 1em 0;
    text-transform: uppercase;
}

.features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.feature-wrap {
    text-align: center;
    width: 50%;
}

.plashka {
    width: 90%;
    height: 3.5em;
    border-radius: 0.33em;
    /*filter: drop-shadow(-0.105px 5.999px 4.5px rgba(6,59,56,0.44));*/
    background-color: #90c575;
    margin: 0.66em;

}

.plashka span {
    font-size: 1em;
    line-height: 3em;
    color: #fdfdfd;
    font-weight: 800;
    filter: drop-shadow(-0.105px 0.1em 0px rgba(6, 59, 56, 0.66));
    text-transform: uppercase;
}

.feature-wrap p {
    font-size: 1.3em;
    color: #15575a;
    font-weight: 300;
    text-transform: uppercase;
}

.why-wrap {
    background: -webkit-linear-gradient(90deg, #96b2b2, transparent);
    padding: 1.6em 0;
}

.why-header-wrap {
    text-align: center;
    margin: 1.6em 0;
}

.why-header {
    font-size: 2.26em;
    color: #2e797c;
    font-weight: 800;
}

.why-wrap ul li {
    list-style: none;
    font-size: 1.3em;
    color: #033335;
    font-weight: 300;
    line-height: 1.3em;
    margin: 0.66em 0;
}

.why-wrap ul li:nth-child(odd) {
    font-weight: bold;
}

.block-header-wrap {
    background: #d97b9d;
    text-align: center;
}

.block-header {
    letter-spacing: 0.3em;
    color: #e7a8c5;
    font-size: 2.3em;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0;
    padding: 0.2em;
}

.block-subheader {

    font-size: 1.2em;
    color: #ffffff;
    filter: drop-shadow(-0.788px 0.616px 2.5px #063b38);
    /*text-align: left;*/
    display: block;
    margin: 0;
    padding-bottom: 1em;
    text-transform: uppercase;
}

.f3-subheader {
    background: #f5d5ed;
    font-size: 1.5em;
    color: #053234;
    padding: 1em;
}

.program-wrap {
    display: flex;
    flex-wrap: wrap;
}

.program {
    width: 100%;
    background: #518080;
    display: flex;
    position: relative;
    flex-direction: column-reverse;
}

.program-desc-row {
    display: flex;
    margin: 1.6em;
}

.program-desc {
    width: 100%;
    text-align: left;
    padding: 0.66em 0 1em;
}

.program-desc-digit {
    font-size: 2.6em;
    color: #f5d5ed;
    width: 20%;
    padding: 0 0.66em 0 0;
    margin-top: -14px;
}

.program-desc-text {
    font-size: 1em;
    color: #fefefe;

}

.program-img {
    width: 100%;
    height: 25em;

}

.program-img.prog1 {

    background: url("/images/marafon/prog1-min.jpg");
    background-size: cover;
}

.program-img.prog2 {

    background: url("/images/marafon/prog2-min.jpg");
    background-size: cover;
}

.program-img.prog3 {

    background: url("/images/marafon/prog3-min.jpg");
    background-size: cover;
}

.program-name {
    position: absolute;
    top: 11em;
    left: 0;
    right: 0;
    bottom: auto;
    padding: 0.4em 1.6em;
    background: linear-gradient(90deg, #518080, rgba(245, 213, 237, 0.5));
    font-size: 1.8em;
    color: #074c4c;
    max-width: 100%;
    text-transform: uppercase;
    text-align: right;

}

.program:nth-child(even) .program-name {
    background: linear-gradient(270deg, #518080, rgba(245, 213, 237, 0.5));
    text-align: left;
}

.trener {

    display: flex;
    flex-direction: column-reverse;
    position: relative;
    background: linear-gradient(270deg, #699fa1, #fff);
}

.trener:nth-child(even) {
    background: linear-gradient(90deg, #90c575, transparent);
}

.trener:nth-child(odd) .trener-img img {
    float: right;
}

.trener-desc {
    font-size: 1.2em;
    color: #033335;
    width: 100%;
    padding: 0.5em 2em;
}

.trener-img {
    width: 100%;
    position: relative;
}

.trener-img img {
    max-width: 100%;

}

.trener-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.66em 1.6em;
    font-size: 1.2em;
    color: #074c4c;
    width: 100%;
    background: rgba(244, 213, 237, 0.7);

    text-align: left;
    display: flex;
    flex-direction: column;
}

.trener-name-block {
    font-size: 1em;
    color: #074c4c;
    font-weight: bold;
    width: 100%;
}

.trener-name-block.name {
    font-size: 1.3em;
    color: #034141;
    font-weight: 900;
    text-transform: uppercase;
    width: 100%;
}

.go {
    background: url("/images/marafon/go-min.png");
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 4em;
}
.go-text{
    width: 100%;
    font-size: 1.3em;
    color: #033335;
    font-weight: bold;
    padding: 2em;
    background: rgba(255,255,255,0.5);

}
.go-text p{
 max-width: 70%;
}
.go-button-wrap{
    margin: 2em 0;
}
.go-button{
    width: 20em;
    height: 4em;
    border-radius: 10px;
    filter: drop-shadow(-0.105px 5.999px 4.5px rgba(6,59,56,0.44));
    background-color: #90c575;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 2em;

}
.go-button span{
    font-size: 1.8em;

    color: #fdfdfd;
    font-weight: 900;
    filter: drop-shadow(-0.035px 2px 5px #063b38);
}
.go-usl{
    font-size: 2em;
    color: #15575a;
    background: linear-gradient(90deg, #d97d9e, transparent);
    padding: 1em 2em;
    text-transform: uppercase;

}

.product-wrap{
background: #f5d5ed;

}
.product{
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    background: linear-gradient(90deg,#90c575, transparent);
    margin: 1em 0;
    padding: 1em;
    color: #0e3535;
}


.product-img {
    text-align: center;
}
.product-img img {
    max-width: 100%;
    /*max-height: 10em;*/
    
}

.price{
    font-size: 3em;
    color: #178585;
    font-weight: 900;
    filter: drop-shadow(-0.105px 5.999px 4.5px rgba(151,36,59,0.44));
    text-align: left;
}
.vibor{
    font-size: 2em;
    font-weight: 300;
    color: #15575a;
    text-align: right;
    margin-bottom: 3em;
}

.bot-enter {
    font-size: 2em;
    color: #2e797c;
}

#regform {
    text-align: left;
    margin: auto;
    max-width: 400px;
}

.form-group {display:flex;flex-direction: column;/* width: 80%; */}

.form-control {
    padding: 0.5em 1em
}
.control-label{
    margin-bottom: 0.5em;
    margin-top: 1.5em;
}
.btn {
    width: 100%;
    height: 4em;
    border-radius: 10px;
    filter: drop-shadow(-0.105px 5.999px 4.5px rgba(151, 36, 59, 0.44));
    background-color: #2e797c;
    display: inline-block;
    color: #fff;
}

#regform .form-group {
    margin: 0;
}
#form-wrap{
    margin-bottom: 2em;
}
#form-wrap .vibor {
    margin-top: 1em;
    margin-bottom: 0;
}