@font-face {
    font-family: "ElektraText";
    src: url("../fonts/ElektraText.otf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "ElektraTextBold";
    src: url("../fonts/ElektraTextBold.otf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
body {
    padding-right: 0!important;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
    padding: 0;
}
.container {
    max-width: 1350px;
}
.row>* {
    width: auto;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
}
a {
    text-decoration: none;
}
.content {
    flex-grow: 1;
}
footer {
    flex-shrink: 0;
}
.header__static {
    padding: 35px 0;
    background: #4b5563;
}
.header__scroll {
    padding: 15px 0;
    background: #4b5563;
    transition: .5s;
    box-shadow: 0px 12px 30px rgba(39, 39, 39, 0.2);
    position: fixed;
    top: -100%;
    right: 0;
    left: 0;
    z-index: 1030;
}
.header__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__logo img {
    max-width: 60px;
    height: auto;
    display: block;
}
.header__menu a {
    font-family: ElektraText;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #FFFFFF;
    margin-right: 25px;
    transition: .3s;
}
.header__menu a:last-child {
    margin-right: 0;
}
.header__menu a:hover {
    color: #059669;
}
.welcome {
    width: 100%;
    background: #ecfdf5;
    min-height: 855px;
    position: relative;
}
.welcome__contentBg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}
.welcome__content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 100px 0 160px;
}
.welcome__block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.welcome__text {
    width: 455px;
}
.welcome__text h1 {
    font-family: ElektraTextBold;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0.003em;
    color: #4b5563;
    margin-bottom: 50px;
}
.welcome__text p {
    font-family: ElektraText;
    font-style: normal;
    font-weight: normal;
    font-size: 16.0175px;
    line-height: 32px;
    color: #059669;
    font-weight: bold;
}
.about {
    padding: 150px 0;
}
.about__block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about__text {
    width: 540px;
}
.about__text h2 {
    font-family: ElektraTextBold;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #4b5563;
    margin-bottom: 40px;
}
.about__text p {
    font-family: ElektraText;
    font-style: normal;
    font-weight: normal;
    font-size: 16.0175px;
    line-height: 32px;
    color: #4b5563;
}

.about__slider {
    width: 679px;
}
.about__slider .slick-dots {
    bottom: -35px;
}
.about__slider .slick-dots li button:before {
    font-size: 35px;
    color: #4b5563;
    opacity: 1;
}
.about__slider .slick-dots li.slick-active button:before {
    color: #10b981;
    opacity: 1;
}
.about__slide img {
    max-width: 100%;
}
.how {
    padding: 100px 0 45px;
    background: #F5F5F5;
}
.how__title {
    margin-bottom: 110px;
}
.how__title h2 {
    font-family: ElektraTextBold;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #4b5563;
}
.how__items {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.how__item {
    width: 345px;
    margin-bottom: 80px;
    text-align: center;
}
.how__item-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 10px;
}
.how__item-desc {
    width: 100%;
}
.how__item-desc h3 {
    font-family: ElektraTextBold;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    color: #4b5563;
    margin-bottom: 20px;
    min-height: 60px;
}
.how__item-desc p {
    font-family: ElektraText;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #A9ADC1;
}
.goals {
    padding: 100px 0 150px;
}
.goals__title {
    margin-bottom: 100px;
}
.goals__title h2 {
    font-family: ElektraTextBold;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #4b5563;
}
.goals__items {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.goals__item {
    width: 250px;
}
.goals__item-counter {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 50px;
}
.goals__item-desc {
    width: 100%;
}
.goals__item-desc p {
    font-family: ElektraTextBold;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #4b5563;
}
.goals__item .counter {
    display: inline-flex;
    cursor:pointer;
    width:180px;
    height:180px;
    max-width:100%;
    position:relative;
    justify-content:center;
    align-items:center;
    font-size: 25px;
    font-weight: 500;
    transition: height .2s ease-in-out;
    background: #fff;
    border-radius: 50%;
}
.goals__item .percentage {
    position:absolute;
    text-align:center;
    top:50%;
    left:0;
    right:0;
    vertical-align:middle;
    transform:translate3d(0,-50%,0);
    font-family: ElektraTextBold;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 29px;
    letter-spacing: -0.01em;
    color: #4b5563;
}
.goals__item canvas {
    position:absolute;
    top:0;
    left:0;
}
.possibilities {
    padding: 90px 0 60px;
    background: #F5F5F5;
}
.possibilities__title {
    margin-bottom: 75px;
}
.possibilities__title h2 {
    font-family: ElektraTextBold;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #4b5563;
}
.possibilities__items {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.possibilities__item {
    width: 395px;
    padding: 20px 15px;
    background: #FFFFFF;
    margin-bottom: 30px;
}
.possibilities__item3 {
    margin-right: 110px;
}
.possibilities__item4 {
    margin-left: 110px;
}
.possibilities__item-top {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.possibilities__item-img {
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-right: 20px;
}
.possibilities__item-top h3 {
    font-family: ElektraTextBold;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    color: #4b5563;
    min-height: 60px;
}
.possibilities__item-bot {
    padding-left: 65px;
}
.possibilities__item-bot p {
    font-family: ElektraText;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #A9ADC1;
}
.contacts {
    padding: 150px 0;
}
.contacts__row {
    justify-content: space-between;
    align-items: center;
}
.contacts__form {
    width: 435px;
}
.contacts__form-top h2 {
    font-family: ElektraTextBold;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #4b5563;
    margin-bottom: 30px;
}
.contacts__form-top p {
    font-family: ElektraText;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #4b5563;
    margin-bottom: 35px;
}
.contacts__form form p {
    font-family: ElektraText;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #A9ADC1;
    padding-left: 10px;
}
.contacts__form form input {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    font-family: ElektraText;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #4b5563;
    border: none;
    border-bottom: 1px solid #D5D8E1;
    outline: none;
    margin-bottom: 20px;
}
.contacts__form form textarea {
    width: 100%;
    height: 120px;
    padding: 10px;
    font-family: ElektraText;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #4b5563;
    border: 1px solid rgba(43, 43, 42, 0.17);
    outline: none;
    margin-top: 10px;
}
.contacts__form form button {
    width: 100%;
    height: 64px;
    background: #10b981;
    font-family: ElektraText;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    outline: none;
    border: none;
    cursor: pointer;
    margin-top: 40px;
    transition: .3s;
}
.contacts__form form button img {
    margin-left: 30px;
    transition: .3s;
}
.contacts__form form button:hover {
    background: #4b5563;
}
.contacts__form form button:hover img {
    margin-left: 15px;
}
.contacts__info {
    width: 760px;
    position: relative;
    padding: 35px 0;
}
.contacts__info-content {
    margin: 0 auto;
    width: 705px;
    background: #10b981;
    padding: 30px 140px 130px 50px;
    position: relative;
    z-index: 2;
}
.contacts__info-top {
    margin-bottom: 40px;
}
.contacts__info-top h3 {
    font-family: ElektraTextBold;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.contacts__info-top p {
    font-family: ElektraText;
    font-style: normal;
    font-weight: normal;
    font-size: 16.0175px;
    line-height: 32px;
    color: #FFFFFF;
}
.contacts__info-bot {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.contacts__info-item {
    width: 215px;
    margin-bottom: 20px;
}
.contacts__info-item p {
    font-family: ElektraText;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}
.contacts__info-item h4 {
    font-family: ElektraText;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
}
.contacts__info-item a {
    font-family: ElektraText;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
}
.contacts__info-itemLine {
    width: 100%;
    height: 1px;
    background: rgba(43, 43, 42, 0.08);
    margin: 10px 0;
}
.contacts__infoBlack {
    z-index: 1;
    position: absolute;
    width: 252px;
    height: 252px;
    background: #4b5563;
}
.contacts__infoBlack__left {
    bottom: 0;
    left: 0;
}
.contacts__infoBlack__right {
    top: 0;
    right: 0;
}
footer {
    padding: 30px 0;
    background: #4b5563;
}
.footer__row {
    justify-content: space-around;
}
.footer__row p {
    font-family: ElektraText;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #FFFFFF;
}
.header__burger {
    display: none;
}
.mobileSideMenu {
    width: 320px;
    background: #4b5563;
}
.mobileSideMenu .offcanvas-header button {
    color: #ffffff;
}
.mobileSideMenu__menu a {
    display: block;
    font-family: ElektraText;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #FFFFFF;
    margin-bottom: 20px;
    transition: .3s;
}
.mobileSideMenu__menu a:hover {
    color: #4b5563;
}
@media (max-width: 1700px) {
    .welcome {
        min-height: 700px;
    }
}
@media (max-width: 1400px) {
    .row {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 1350px) {
    .possibilities__item3 {
        margin-right: 0;
    }
    .possibilities__item4 {
        margin-left: 0;
    }
}
@media (max-width: 1230px) {
    .possibilities__items {
        justify-content: space-around;
    }
    .goals__items {
        justify-content: space-around;
    }
    .how__items {
        justify-content: space-around;
    }
    .about__block {
        justify-content: space-around;
    }
    .about__slider {
        width: 479px;
    }
    .contacts__info-content {
        width: 560px;
    }
    .contacts__info {
        width: 620px;
    }
}
@media (max-width: 1100px) {
    .how__title h2 {
        text-align: center;
    }
    .how__title {
        width: 100%;
    }
    .goals__title h2 {
        text-align: center;
    }
    .goals__title {
        width: 100%;
    }
    .possibilities__title h2 {
        text-align: center;
    }
    .possibilities__title {
        width: 100%;
    }
    .goals__items {
        flex-wrap: wrap;
    }
    .contacts__row {
        justify-content: space-around;
    }
    .contacts__info-content {
        width: 630px;
    }
    .contacts__info {
        width: 690px;
    }
    .contacts {
        padding: 50px 0;
    }
    .contacts__form {
        width: 630px;
        margin-bottom: 50px;
    }
    .contacts__form-top h2 {
        text-align: center;
    }
    .about__block {
        flex-wrap: wrap;
    }
    .about__text {
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }
    .about {
        padding: 50px 0;
    }
    .how {
        padding: 50px 0;
    }
    .goals {
        padding: 50px 0;
    }
    .possibilities {
        padding: 50px 0;
    }
    .contacts__form-top p {
        text-align: center;
    }
    .goals__item {
        margin-bottom: 25px;
    }
}
@media (max-width: 950px) {
    .welcome__img {
        display: none;
    }
    .welcome__block {
        justify-content: space-around;
        text-align: center;
    }
    .welcome {
        min-height: auto;
    }
    .welcome__content {
        padding: 75px 0;
    }
    .header__menu {
        display: none;
    }
    .header__burger {
        display: block;
    }
}
@media (max-width: 730px) {
    .contacts__info-content {
        width: 530px;
    }
    .contacts__info {
        width: 590px;
    }
    .contacts__info-content {
        padding: 30px;
    }
    .contacts__form {
        width: 530px;
    }
}
@media (max-width: 700px) {
    .how__item {
        text-align: center;
    }
    .how__item-desc h3 {
        margin-bottom: 10px;
    }
    .how__title {
        margin-bottom: 50px;
    }
    .goals__title {
        margin-bottom: 50px;
    }
    .possibilities__title {
        margin-bottom: 50px;
    }
}
@media (max-width: 630px) {
    .contacts__info-content {
        width: 430px;
    }
    .contacts__info {
        width: 490px;
    }
    .contacts__form {
        width: 430px;
    }
    .contacts__info-item {
        width: 170px;
    }
    .about__video iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
}
}
@media (max-width: 530px) {
    .contacts__infoBlack {
        display: none;
    }
    .contacts__info-content {
        width: 100%;
    }
    .contacts__info {
        width: 100%;
    }
    .contacts__form {
        width: 100%;
    }
    .about__slider {
        width: 100%;
    }
    .about__text h2, .how__title h2, .goals__title h2, .possibilities__title h2, .contacts__form-top h2 {
        font-size: 38px;
        line-height: 120%;
    }
}
@media (max-width: 450px) {
    .contacts__info-bot {
        flex-wrap: wrap;
    }
    .contacts__info-item {
        width: 100%;
        margin-bottom: 35px;
    }
    .contacts__info-left {
        width: 100%;
    }
    .contacts__info-right {
        width: 100%;
    }
}