.mt0 {
    margin-top: 0px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt60 {
	margin-top: 60px;
}
.mt64 {
	margin-top: 64px;
}
.mb0 {
    margin-bottom: 0px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.pt20 {
    padding-top: 20px;
}
.font-14 {
    font-size: 1.4rem;
}
.font-18 {
    font-size: 1.8rem;
}
.font-22 {
    font-size: 2.2rem;
}
.font-28 {
    font-size: 2.8rem;
}
.font-32 {
    font-size: 3.2rem;
}
.font-40 {
    font-size: 4rem;
}
.font-50 {
    font-size: 5rem;
}
.font-60 {
    font-size: 6rem;
}
.b {
    font-weight: bold;
}
.lh-11 {
    line-height: 1.1;
}
.lh-13 {
    line-height: 130%;
}
.lh-15 {
    line-height: 150%;
}
.lh-18 {
    line-height: 180%;
}

@media only screen and (max-width: 700px){
    .font-18 {
        font-size: 1.2rem;
    }
    .font-22 {
        font-size: 1.8rem;
    }
    .font-28 {
        font-size: 1.6rem;
    }
    .font-32 {
        font-size: 2rem;
    }
    .font-40 {
        font-size: 2.6rem;
    }
    .font-50 {
        font-size: 3rem;
    }
    .font-60 {
        font-size: 3rem;
    }
    .lh-11 {
        line-height: 180%;
    }
    
}
.bg-black {
    background-color: black;
}
.elImageWrapper {
    margin-top: 0;
}

.elImageWrapper1.delighter {
    margin-top: -65px;
    transform: translate(0%, -80%);
    opacity: 0;
    transition: all 1s ease-out;
}
.elImageWrapper1.delighter.started {
    transform: translate(0%, 0%);
    opacity: 1;
}

.elImage {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
    aspect-ratio: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img.elImage:hover {
    transform: scale(1.05);
}
img.elImage {
    transition: all .2s ease-in-out;
}
.mainImage2 {
    width: 100%;
}
.col-inner {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
.elHeadline {
    color: #fff;
    text-shadow: 2px 2px 21px rgb(0 0 0);
}
.elHeadline2 {
    font-weight: 900;
}
.elHeadline3 {
    font-weight: 900;
    color: #2E6C3F;
}
.elParagraph {
    font-weight: 500;   
}
.elParagraph2 {
    color: #fff;
    font-weight: 500;   
}
.elDividerWrapper {
    margin-bottom: 0px;
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-animation: x1500loadrightreveal 1.5s ease normal;
    animation: x1500loadrightreveal 1.5s ease normal;
}
@keyframes x1500loadrightreveal {
    0% {
        clip-path: inset(0 0 0 100%)
    }

    100% {
        clip-path: inset(0)
    }
}

.elDivider {
    border-color: #6bb780;
    width: 67%;
    margin: 0 auto;
    min-height: 1px;
    border-style: solid;
    border-top-width: 3px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
}
.elDividerWrapper2 {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 6px;
    padding-bottom: 4px;
}
.elDivider2 {
    border-color: #2E6C3F;
    width: 50%;
    margin: 0 auto 0 0;
    min-height: 1px;
    border-style: solid;
    border-top-width: 3px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
}
.elDividerWrapper3 {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.elDivider3 {
    width: 80%;
    margin: 0 auto;
    border-color: rgb(224, 224, 224);
    min-height: 1px;
    border-style: solid;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-top: 1px solid;
}

.elBTN {
    margin-top: 20px;
    font-weight: 400;
    transition: all .2s ease-in-out;
    text-align: center;
}
.elButton {
    border-radius: 3px;
    font-weight: 800;
    font-size: 26px;
    width: 90%;
    height: 62px;
    box-shadow: 0px 0px 64px 0px rgb(0 0 0 / 48%);
    background: #2E6C3F;
    color: rgb(255, 255, 255);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 40px;
    padding: 10px 25px 10px 25px;

}
.elButton:hover{
    color: #FFF;
    transform: scale(1.05);
}

.stripe {
    padding-bottom: 38px;
    padding-left: 15px;
    padding-right: 15px;
    background: url(../images/img/b182985652f650e8ef34afa7db85b872.webp);
}
.bg-img1 {
    padding-top: 0px;
    padding-bottom: 35px;
    background: url(../images/img/bgrus.jpg),#ffffff;
}
.bg-img2 {
    padding-top: 0px;
    padding-bottom: 78px;
    background-position: center top !important;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url(../images/img/6b6bfde3fda33e395f593f1311fcd409.webp) no-repeat, rgb(0, 0, 0);}

.balloon {
    position: relative;
    padding: 2em;
}
.balloon:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 20px 35px 0 35px;
    z-index: 20;
}
.balloon2 {
    position: relative;
    padding: 2em;
}
.balloon2:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #1a335b transparent transparent transparent;
    border-width: 20px 35px 0 35px;
    z-index: 20;
}
.balloon3 {
    position: relative;
    padding: 2em;
}
.balloon3:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    border-width: 20px 35px 0 35px;
    z-index: 20;
}

.frame1 {
    width: 100%;
    border-style: solid;
    border-width: 10px;
    border-color: rgb(232, 232, 232);
    margin-top: 30px;
    background: #fff;
}

@media only screen and (max-width: 700px){
    .mainImage2 {
        width: 60%;
    }
    .elButton {
        font-size: 20px;
    }
 
}