h1 ,h2 ,h3, h4, h5, h6, p, a, span {
    padding: 0;
    margin: 0;
    
}
body {
    width: 100%;
    overflow-x: hidden;
    --e-global-color-primary: #0050C9;
    --e-global-color-secondary: #0F0F0F;
    --e-global-color-text: #7A7A7A;
    --e-global-color-accent: #E21512;
    --e-global-color-a2e3af7: #FF3E19;
    --e-global-color-1c82f90: #F7F7F7;
    --e-global-color-21903ab: #F8F8F8;
    --e-global-color-cf3225c: #A5A5A5;
    --e-global-color-b16953c: #8AA9C6;
    --e-global-color-433aaa7: #5BB0FF;
    --e-global-color-e65bf42: #FFFFFF;
    --e-global-color-1da8937: #E4EEFC;
    --e-global-color-f3b44a1: #00FF52;
    --e-global-color-9cee7ce: #FFF6F6;
    --e-global-color-f47cd33: #355C7D;
    font-family: 'Open Sans';
}
a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    text-decoration: underline;
    color: inherit;
}
.wrap {
    
    overflow-x: hidden;
}
.container {
    max-width: 1170px;
}
header {
    background-image: url('../images/header-bg.webp');
    background-position: bottom;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 350px;
    padding-top: 44px;
}
header .header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
}
header .header-top .contacts {
    display: flex;
    align-items: center;
}
header .header-top .contacts a {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;

}
header .header-top .contacts .single-contact {
    padding-left: 50px;
}
.header-text h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 66px;
    color: #2F3B49;
    margin-bottom: 30px;
}
.header-text h2 {
    font-size: 80px;
    font-weight: 800;
    line-height: 1;
    color: #9C3932;
    margin-bottom: 50px;
}
header .percent p {
    font-size: 300px;
    line-height: 1;
    font-weight: 800;
       color: rgb(156 57 50 / 20%);
    /*text-shadow: -3px -5px 0 #ffffff,3px -5px 0 #ffffff, -3px -5px 8px #707070,3px -5px 8px #707070;*/
}
header .percent p  span{
    font-size: 70px;
    line-height: 1;
    font-weight: 800;
    color: rgb(156 57 50 / 20%);
}
.btn {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    padding: 20px 40px;
    text-transform: uppercase;
    color: #fff;
    background: rgb(127,34,40);
    border-radius: 35px;
    background: linear-gradient(0deg, rgba(127,34,40,1) 0%, rgba(172,48,56,1) 64%, rgba(196,56,65,1) 100%);
}
.btn:hover {
    color: #fff;
    background: linear-gradient(0deg, rgba(127,34,40,1) 0%, rgba(172,48,56,1) 64%, rgba(196,56,65,1) 100%);

}

.conversion-block {
    border-radius: 12px;
    border: 1px solid #9C3932;
    padding: 15px;
    margin-top: -200px;
    background-color: #fff;
    margin-bottom: 120px;
}
.conversion-block h3 {
    font-size: 54px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 20px;
    color: #9C3932;
    width: 530px;
    max-width: 100%;
}
.conversion-block h4 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 40px;
    color: #2F3B49;
}
.conversion-block .border-block {
    border-radius: 12px;
    border: 1px solid #9C3932;
    padding: 35px;
}
.conversion-block .form-block input{
    border-radius: 30px;
    border: 1px solid #9C3932;
    height: 60px;
    font-size: 20px;
    font-weight: 600;
}
.conversion-block .form-block .btn {
    border-radius: 30px;
    height: 60px;
    font-size: 20px;
    font-weight: 600;
}

.title {
    font-size: 70px;
    line-height: 1;
    font-weight: 700;
    color: #2F3B49;
    margin-bottom: 80px;
}

.single {
    text-align: center;
    margin-bottom: 40px;
}
.single .icon svg {
    width: 120px;
    height: auto;
}
.single h5 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    width: 200px;
    max-width: 100%;
    margin: 25px auto;
    color: #2F3B49;
}
.single p {
    color: #236C77;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}
#Benefits {
    margin-bottom: 120px;
}


.section-goals-tabs .left-content {
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-goals-tabs .left-content img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    display: block;
    border-radius: 20px;
}

.section-goals-tabs .tab-pane {
    padding: 0 30px;
    background-color: #ffffff;
    border-radius: 20px;
    border: 1px solid #DFDFDF;
}
.section-goals-tabs .right-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    color: #808080;
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-goals-tabs .right-content h6 {
    text-align: right;
    color: #9C3932;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.section-goals-tabs .right-content h4 {
    text-align: right;
    font-size: 41px;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 30px;
    color: #2F3B49;
}
.section-goals-tabs .right-content ul {
    list-style: none;
}
.section-goals-tabs .right-content li {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 8px;
    width: 420px;
    max-width: 100%;
}
.section-goals-tabs .right-content li span {
    font-size: 18px;
    line-height: 20px;
    color: #236C77;
}
.section-goals-tabs .right-content li svg {
    margin-right: 6px;
}
.section-goals-tabs .right-content li i {
    color: var( --e-global-color-accent );
    font-size: 8px;
    padding-right: 5px;
    vertical-align: middle;
    padding-top: 8px;
}
.section-goals-tabs .right-content .price-info {
    color: #808080;
}
.section-goals-tabs .right-content h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 20px;
    color: var( --e-global-color-accent );
    text-align: right;
}
.section-goals-tabs .nav-link {
    border-radius: 20px 20px 20px 20px;
    padding: 12px 16px 12px 16px;
    background-color: #ffffff;
    margin: 10px 10px 10px 10px;
    color: #2F3B49;
    border: 1px solid #9C3932;
}
.section-goals-tabs .nav-link.active {
    background: linear-gradient(0deg, rgba(127,34,40,1) 0%, rgba(172,48,56,1) 64%, rgba(196,56,65,1) 100%);

    color: #ffffff;
}
.section-goals-tabs .right-content button {
    margin-top: 20px;
}

#why-ep {
    margin-top: 120px;
    margin-bottom: 80px;
}
#why-ep .single h5 {

    width: 240px;
}
.title span {
    color: #9C3932;
}


#awords-section .awards-row .col {
    text-align: center;
}
#awords-section .awards-row img {
    width: 124px;
    max-width: 100%;
}
#awords-section .awards-row p {
    margin-top: 24px;
    font-size: 12px;
}
#awords-section .title {
    font-size: 60px;
    line-height: 80px;
        margin-bottom: 50px;
}


footer {
    background-image: url(../images/footer-bg.webp);
    background-color: #f1f1f1;
    background-position: top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 80px;
}

footer .conversion-block {
    margin-top: 0;
    margin-bottom: 0;
}


.info-ep {
    padding: 30px 15px;
    margin-bottom: 130px;
    background-image: url('../images/Group 382.webp');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.info-ep h3 {
    font-size: 60px;
    line-height: 80px;
    font-weight: 700;
    margin-bottom: 10px;
    width: 755px;
    max-width: 100%;
}
.info-ep h3 span {
    color: #9C3932;
}
.info-ep p {
    font-size: 30px;
    line-height: 50px;
    font-weight: 600;
    color: #236C77;
}
.info-ep.first {
    margin-top: 110px;
}
.info-ep.second {
    background-image: url('../images/Слой_x0020_1.webp');
}

#write-form-modal input{
    border-radius: 30px;
    border: 1px solid #9C3932;
    height: 60px;
    font-size: 20px;
    font-weight: 600;
}
#write-form-modal .btn {
    width: 100%;
}
.modal-title {
    font-size: 25px;
    line-height: 1.2;
    color: #9C3932;
    font-weight: 700;
}


@media (max-width:  1200px) {

    header .percent{
        display: flex;
        align-items: center;
    }
    header .percent p {
        font-size: 250px;
    }
    .header-text h1 {
        font-size: 47px;
    }
    .header-text h2 {
        font-size: 60px;
    }
}

@media (max-width:  992px) {
    header .header-top {
        flex-wrap: wrap;

    }
    header .header-top .contacts {
        width: 100%;
        margin-top: 30px;
    }
    header .header-top .contacts .single-contact {
        padding-left: 0px;
        padding-right: 50px;
    }
    header .percent {
        display: none;
    }
    .header-text h1 {
        font-size: 58px;
    }
    .header-text h2 {
        font-size: 80px;
    }.conversion-block .form-block .col-md-3{
        order: 1;
    }
    .conversion-block .form-block .form-btn {
        order: 2;

    }
    #goals .title {

        margin-bottom: 20px;

    }
    #awords-section .awards-row .col {

    }
}


@media (max-width: 768px) {
    .conversion-block .form-block .btn {
        width: 100%;
    }
    .btn {
        width: 100%;
    }
    #goals-tab {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
    #goals-tab .nav-link{
        width: max-content;
    }
    header .header-top .contacts a {
        font-size: 16px;
    }
    header .header-top {
        margin-bottom: 50px;
    }
    .header-text h2 {
        font-size: 70px;
    }
    .conversion-block h3 {
        font-size: 37px;
        font-weight: 700;
        line-height: 48px;
    }
    .title {
        font-size: 51px;
    }
    #awords-section .title {
        font-size: 48px;
        line-height: 1.2;
    }
    .info-ep h3 {
        font-size: 45px;
        line-height: 1.2;
    }
    .info-ep p {
        font-size: 30px;
        line-height: 1.2;
    }
    .info-ep {
        margin-bottom: 80px;
    }
    .awards-row {
        flex-wrap: nowrap;
        overflow-x: scroll;
        
    }
    #awords-section .awards-row img {
        width: 100px;
        max-width: 100px;
    }
    #why-ep {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}


@media (max-width: 500px) {
    .header-text h1 {
        font-size: 43px;
        line-height: 1.2;
    }
    .header-text h2 {
        font-size: 40px;
        text-align: center;
    }
    header .header-top .contacts {
        flex-wrap: wrap;
    }
    header .header-top .contacts .single-contact {
        margin-bottom: 20px;
    }
    header .header-top {
        margin-bottom: 20px;
    }
    header {
        padding-bottom: 280px;
    }
    .conversion-block h3 {
        font-size: 22px;
        line-height: 1.2;
    }
    .conversion-block h4 {
        font-size: 19px;
    }
    .conversion-block .border-block {
        padding: 15px
    }
    .title {
        font-size: 38px;
    }
    .section-goals-tabs .right-content h6 {
        font-size: 18px;
        text-align: left;
    }
    .section-goals-tabs .right-content h4 {
        font-size: 30px;
        line-height: 35px;
        text-align: left;
    }
    .section-goals-tabs .right-content {
        align-items: flex-start;
    }
    .section-goals-tabs .right-content ul {
        padding-left: 0;
        max-width: 100%;
    }
    .info-ep h3 {
        font-size: 30px;
        line-height: 1.2;
    }
    .info-ep p {
        font-size: 25px;
        line-height: 1.2;
    }
    #awords-section .title {
        font-size: 30px;
        line-height: 1.2;
    }
}