@font-face {
    font-family: 'Gotham Pro';
    src: url('fonts/GothamPro-MediumItalic.eot');
    src: url('fonts/GothamPro-MediumItalic.eot?#iefix') format('embedded-opentype'),
    url('fonts/GothamPro-MediumItalic.woff2') format('woff2'),
    url('fonts/GothamPro-MediumItalic.woff') format('woff'),
    url('fonts/GothamPro-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham Pro';
    src: url('fonts/GothamPro-Bold.eot');
    src: url('fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/GothamPro-Bold.woff2') format('woff2'),
    url('fonts/GothamPro-Bold.woff') format('woff'),
    url('fonts/GothamPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham Pro';
    src: url('fonts/GothamPro-Italic.eot');
    src: url('fonts/GothamPro-Italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/GothamPro-Italic.woff2') format('woff2'),
    url('fonts/GothamPro-Italic.woff') format('woff'),
    url('fonts/GothamPro-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham Pro';
    src: url('fonts/GothamPro-BoldItalic.eot');
    src: url('fonts/GothamPro-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('fonts/GothamPro-BoldItalic.woff2') format('woff2'),
    url('fonts/GothamPro-BoldItalic.woff') format('woff'),
    url('fonts/GothamPro-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham Pro';
    src: url('fonts/GothamPro-LightItalic.eot');
    src: url('fonts/GothamPro-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('fonts/GothamPro-LightItalic.woff2') format('woff2'),
    url('fonts/GothamPro-LightItalic.woff') format('woff'),
    url('fonts/GothamPro-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham Pro';
    src: url('fonts/GothamPro-Medium.eot');
    src: url('fonts/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/GothamPro-Medium.woff2') format('woff2'),
    url('fonts/GothamPro-Medium.woff') format('woff'),
    url('fonts/GothamPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham Pro';
    src: url('fonts/GothamPro.eot');
    src: url('fonts/GothamPro.eot?#iefix') format('embedded-opentype'),
    url('fonts/GothamPro.woff2') format('woff2'),
    url('fonts/GothamPro.woff') format('woff'),
    url('fonts/GothamPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham Pro';
    src: url('fonts/GothamPro-BlackItalic.eot');
    src: url('fonts/GothamPro-BlackItalic.eot?#iefix') format('embedded-opentype'),
    url('fonts/GothamPro-BlackItalic.woff2') format('woff2'),
    url('fonts/GothamPro-BlackItalic.woff') format('woff'),
    url('fonts/GothamPro-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham Pro';
    src: url('fonts/GothamPro-Black.eot');
    src: url('fonts/GothamPro-Black.eot?#iefix') format('embedded-opentype'),
    url('fonts/GothamPro-Black.woff2') format('woff2'),
    url('fonts/GothamPro-Black.woff') format('woff'),
    url('fonts/GothamPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham Pro';
    src: url('fonts/GothamPro-Light.eot');
    src: url('fonts/GothamPro-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/GothamPro-Light.woff2') format('woff2'),
    url('fonts/GothamPro-Light.woff') format('woff'),
    url('fonts/GothamPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.stat{
    display: flex;
    flex-flow: wrap;
    width: 100%;
    padding: 135px 84px 10px 84px;
}

.stat__title span[data-count='1']{
    width: 67px;
}

.stat__title span[data-count='2']{
    width: 147px;
}

.stat__title span[data-count='3']{
    width: 227px;
}

.stat__title span[data-count='4']{
    width: 307px;
}

.stat__title span[data-count='5']{
    width: 387px;
}

.stat__title span i:not(:last-child){
    margin-right: 13px;
}
.stat__title span {
    display: inline-flex;
}
.stat__title{
    color: #FFF;
    font-family: "Gotham Pro";
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1.04px;
    text-transform: uppercase;
    line-height: 1.5;
}

.stat__title i{
    border-radius: 16px;
    border: 2px solid #F7D58B;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 67px;
    text-align: center;
    height: 102px;
    color: #FCE7BB;
    font-family: "Gotham Pro";
    font-size: 82px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 8px;
}

.stat__left{
    width: calc(100% - 500px);
}

.stat__right{
    max-width: 500px;
    width: 100%;
    position: relative;
}

.header{
    background: #011622;
    padding: 15px 80px;
}

body{
    background: #002A42;
}


.header__center{
    display: flex;
    flex-flow: wrap;
    align-items: center;
    column-gap: 83px;
}

.header__right--mob a:nth-of-type(1){
    display: none;
}


.statistic__image{
    width: 155px;
    height: 165px;
    border-radius: 50%;
}

.statistic__slider{
    margin-top: 40px;
}


.details__text{
    font-size: 14px;
}


.details__text a{
    font-weight: inherit !important;
    text-decoration: underline;
}

.hero__form > a{
    margin-top: 26px;
}

.hero__form--amount > div:not(:last-child):after, .hero__form--amount > div:not(:last-child):before{
    display: none !important;
}


.hero__form{
    position: static;
    padding: 34px 25px;
    max-width: 455px;
}

.hero__form--amount {
    row-gap: 12px;
    column-gap: 15px;
}

.hero__form--tabs{
    row-gap: 12px;
}

.statistic__slider .swiper-button-next:after, .statistic__slider .swiper-button-prev:after{
    background: url('img/arrow-new-sd.svg');
    width: 148px;
    position: absolute;
    height: 139px;
}

.statistic__slider .swiper-button-prev:after{
    transform: rotate(-180deg);
}

.swiper-button-prev{
    left: 50px !important;
}

.swiper-button-next{
    right: 100px !important;
}

.splide__slide{
    display: flex;
    flex-flow: column;
    align-items: center;
}


.statistic__slider .swiper-button-next:after{
    transform: rotate(0deg);
}

.statistic_item span{
    max-width: 173px;
    font-size: 20px;
    font-weight: normal;
    font-family: "Gotham Pro";
}

.statistic__slider{
    padding: 0px 190px 0px 154px;
}

.stat__head {
    color: #FCE7BB;
    font-family: "Gotham Pro";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}


.stat__main{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    margin-top: -35px;
}

.stat__main--left h4 {
    color: #FCE7BB;
    font-family: "Gotham Pro";
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.stat__main--left{
    min-width: 320px;
    display: flex;
    align-items: center;
    padding-right: 10px;
}

.stat__count{
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.stat__count span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 57px;
    border-radius: 10px;
    border: 2px solid #F7D58B;
}

.stat__count span i{
    color: #FCE7BB;
    text-align: center;
    font-family: "Gotham Pro";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    top: 3px;
}

.stat__count span:not(:last-child){
    margin-right: 10px;
}

.stat__count span:last-child{
    border-color: #ffffff;
}

.stat__count span.white{
    border-color: #ffffff;
}

.daily__left{
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 2;
}


.statistic__people{
    padding: 40px 35px;
    border-radius: 20px;
    background: #002B3E;
    max-width: 264px;
    width: 100%;
    position: relative;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin-top: 25px;
    min-width: 264px;
}

.statistic__people img{
    width: 100%;
    border-radius: 33px;
    border: 2.297px solid #FFF;
    background: #C4C4C4;
    object-fit: cover;
}

.statistic__people span{
    color: #F7D58B;
    text-align: center;
    font-family: "Gotham Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 11px;
    border-radius: 18.376px;
    border: 1px solid #F7D58B;
    margin-top: 17px;
}

.statistic__main{
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.statistic__slider{
    width: 85%;
}

.footer{
    background: #002A42;
    padding: 42px 84px 45px 84px;
    column-gap: 69px;
}

.footer__center a {
    font-family: "Gotham Pro";
    font-size: 32px;
    line-height: 1.25;
}

.footer__center p{
    font-size: 20px;
    font-family: "Gotham Pro";
    line-height: 1.2;
}


.footer__left > div:not(.footer__left--social) a{
    font-size: 20px;
    font-family: "Gotham Pro";
    line-height: 1.2;
}

.footer__partners h2{
    font-family: "Gotham Pro";
    font-size: 32px;
    line-height: 1.25;
    color: #fff;
    font-weight: 400;
    margin-bottom: 4px;
    margin-top: 29px;
}

.footer__partners--list{
    display: flex;
    align-items: center;
    column-gap: 25px;
}

.footer__left {
    justify-content: flex-start;
}

.footer__left > div:not(.footer__left--social){
    row-gap: 20px;
}

.footer__center > div:nth-of-type(1), .footer__center > div:nth-of-type(2){
    row-gap: 0;
}

.footer__center > div:nth-of-type(1) a:first-child{
    margin-bottom: 36px;
}

.footer__center > div:nth-of-type(1) a:nth-child(2){
    margin-bottom: 90px;
}


.footer__center > div:nth-of-type(2) a:first-child{
    margin-bottom: 36px;
}

.footer__center > div:nth-of-type(2) a:nth-child(2){
    margin-bottom: 91px;
}


.footer__right{
    align-items: flex-end;
    max-width: 192px;
    width: 192px;
    height: 100%;
}

.footer__center{
    width: unset;
    column-gap: 130px;
}

.footer__left{
    width: 350px;
}


.footer__divs{
    display: flex;
    /* flex-flow: wrap; */
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.footer__center > div:nth-of-type(1){
    width: 100%;
    max-width: 322px;
}



.footer__center > div:nth-of-type(2){
    width: 100%;
    max-width: 399px;
}


/* update hero slider */

.hero{
    background: #002A42;
}


.hero .hero__slider--wrapp{
    padding: 0 0px 0 0px;
}

.hero .heroSlider:before{
    background: linear-gradient(0deg, #002A42 34.93%, rgba(43, 47, 39, 0.00) 100%);
    height: 230px;
    bottom: 0;
    top: initial;
    display: none;
}

.heroSlider .swiper-slide{
    padding: 0 200px;
}

/* .hero .heroSlider .swiper-slide:after{
    background: linear-gradient(98deg, #989A8C 38.37%, rgba(80, 83, 73, 0.48) 49.84%, rgba(43, 47, 39, 0.00) 55.72%);
    max-width: 56vw;
} */

.hero .heroSlider .swiper-slide:not(.swiper-slide-active){
    opacity: 0 !important;
}

.hero .heroSlider .swiper-slide:before{
    bottom: initial;
    top: -1px;
    background: linear-gradient(180deg, #002A42 34.93%, rgba(43, 47, 39, 0.00) 100%);
    z-index: 3;
    height: 230px;
}

.hero .heroSlider .swiper-slide:after{
    background: linear-gradient(0deg, #002A42 34.93%, rgba(43, 47, 39, 0.00) 100%);
    height: 230px;
    bottom: -1px;
    top: initial;
    width: 100%;
    max-width: 100%;
    left: 0;
}

.hero .heroSlider__title{
    padding: 0 0px 0 84px;
    max-width: 790px;
    top: 90px;
    bottom: initial;
    display: flex;
    flex-direction: column;
    font-family: "Gotham Pro";
    font-weight: 600;
    left: 0;
}

.hero .heroSlider__title span{
    font-family: "Gotham Pro";
    font-weight: 600;
}

.hero .heroSlider .swiper-slide .swiper-slide--shadow, .hero .heroSlider .swiper-slide:nth-of-type(1) .swiper-slide--shadow{
    max-width: 36vw;
    width: 100%;
    background: linear-gradient(270deg, #989A8C 63.09%, rgba(43, 47, 39, 0.00) 94.84%);
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
}

.hero .heroSlider .swiper-slide .swiper-slide--shadow2{
    background: linear-gradient(98deg, #989A8C 38.37%, rgba(80, 83, 73, 0.48) 49.84%, rgba(43, 47, 39, 0.00) 55.72%);
    max-width: 56vw;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.heroSlider  .heroSlider__name{
    position: absolute;
    bottom: 68px;
    left: 58%;
    transform: translateX(-50%);
    display: flex;
    z-index: 3;
    font-family: "Gotham Pro";
    column-gap: 8px;
}

.heroSlider  .heroSlider__name p{
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    color: #FFF;
}


.hero  .hero__slider--wrapp:after{
    display: none;
}


/* update superFriends */


.superFriends{
    background: #002A42;
    padding: 25px 80px;
    padding-top: 50px;
    padding-bottom: 275px;
}

.superFriends:after, .superFriends:before{
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    z-index: 2;
    pointer-events: none;
}

.superFriends:after{
    top: 0;
    background: linear-gradient(180deg, #002A42 34.93%, rgba(43, 47, 39, 0.00) 100%);
    height: 290px;
}

.superFriends:before{
    bottom: 0;
    background: linear-gradient(0deg, #002A42 34.93%, rgba(43, 47, 39, 0.00) 100%);
    height: 280px;
}

.superFriends .superFriends__shadow--left, .superFriends .superFriends__shadow--right{
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 2;
    pointer-events: none;
}


.superFriends .superFriends__shadow--left{
    left: 0;
    background: linear-gradient(90deg, #002F49 40.6%, rgba(43, 47, 39, 0.00) 79.25%);
    width: 64%;
}

.superFriends .superFriends__shadow--right{
    right: 0;
    background: linear-gradient(270deg, #002F49 41.58%, rgba(43, 47, 39, 0.00) 94.62%);
    width: 27%;
}

.superFriends .superFriends__title{
    max-width: 1000px;
    margin-left: initial;
    margin-right: initial;
    text-align: left;
    position: relative;
    z-index: 3;
    margin-bottom: 100px;
    margin-top: 75px;
}

.superFriends__title p span{
    display: flex;
    flex-direction: column;
    font-family: "Gotham Pro";
    font-weight: 600;
}

.superFriends__title p span b{
    font-family: "Gotham Pro";
    font-weight: 600;
}

.superFriends .superFriends__body{
    position: relative;
    z-index: 3;
    width: 58%;
    flex-grow: 0;
}

.superFriends .superFriends__pic{
    position: absolute;
    right: 70px;
    max-width: 72%;
    width: 100%;
    height: 90%;
    top: 50%;
    transform: translateY(-50%);

}

.superFriends .superFriends__pic img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.superFriends .superFriends__body--row:nth-of-type(2){
    max-width: 67%;
    width: 100%;
}

.superFriends .superFriends__body--row:nth-of-type(3){
    max-width: 76%;
    width: 100%;
}

.superFriends .superFriends__body--row p{
    padding: 0 0 0 72px;
    max-width: 100%;
    font-family: "Gotham Pro";
    font-weight: 300;
}

.superFriends .superFriends__names{
    color: #FFF;
    font-family: "Gotham Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    position: absolute;
    bottom: 72px;
    left: 65%;
    transform: translateX(-50%);
    z-index: 3;
}

.superFriends .superFriends__body--row h5{
    font-family: "Gotham Pro";
    font-weight: 600;
}

/* daily update */

.daily{
    flex-direction: column;
    position: relative;
    align-items: initial;
    background: #002A42;
}

.daily:after, .daily:before{
    position: absolute;
    content: "";
    z-index: 2;
    pointer-events: none;
}

.daily:after{
    top: 0;
    background: linear-gradient(180deg, #002A42 36.91%, rgba(43, 47, 39, 0.00) 100%);
    width: 100%;
    left: 0;
    height: 450px;
}

/* .daily:before{
    bottom: 0;
    height: 100%;
    right: 0;
    background: linear-gradient(270deg, #002F49 42.47%, rgba(43, 47, 39, 0.00) 94.84%);
    width: 35vw;
} */

.daily .daily--title{
    background: transparent;
    padding: 20px 84px;
}

.daily .daily--title h2{
    text-align: left;
    font-family: "Gotham Pro";
    font-weight: 600;
}

.daily .daily--title h2 *{
    font-family: "Gotham Pro";
    font-weight: 600;
}

.daily .daily__content{
    display: flex;
    align-items: center;
    position: relative;
}

.daily .daily__sidebar{
    position: absolute;
    top: 10px;
    padding: 0 0 0 84px;
    max-width: 36vw;
}

.daily .daily__sidebar > div{
    max-width: 100%;
}

.daily .daily__sidebar > div p{
    font-family: "Gotham Pro";
}

.daily .daily__slider{
    width: 100%;
}

.daily .daily__slider:after, .daily .daily__slider:before{
    display: none;
}

.daily .dailySlider .swiper-slide:after{
    background: linear-gradient(270deg, #002F49 42.47%, rgba(43, 47, 39, 0.00) 94.84%);
    min-width: 270px;
    max-width: 36vw;
}

.superFriends .superFriends__body--row p em{
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    white-space: nowrap;
}

.daily .dailySlider .swiper-slide:before{
    background: linear-gradient(90deg, #002F49 33.8%, rgba(43, 47, 39, 0.00) 94.84%);
    min-width: 270px;
    max-width: 45vw;
    content: " ";
    position: absolute;
    height: 100%;
    left: -1px;
    z-index: 2;
    top: 0;
    pointer-events: none;
    width: 100%;
}

.daily .daily__slider .swiper-slide{
    padding: 0 15vw 0 8vw;
}

.daily .dailySlider .swiper-slide > p{
    right: initial;
    left: 84px;
    bottom: 52px;
    max-width: 34vw;
    font-family: "Gotham Pro";
}

.dailySlider .dailySlider--name{
    position: absolute;
    bottom: 52px;
    left: 65%;
    transform: translateX(-50%);
    z-index: 3;
}

.dailySlider .dailySlider--name span{
    color: #FFF;
    font-family: "Gotham Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
}

.daily .dailySlider .swiper-slide.modeOther .dailySlider--name{
    left: 30%;
}

.daily .dailySlider .swiper-slide.modeOther > p{
    bottom: 152px;
}

/* footer__center--social */

.footer__center--social, .footer__center--copy--intro{
    display: none;
}

.footer__partners--mob{
    display: none;
}

.footer__privacy--mob{
    display: none;
}

.header__cabinet--mob{
    display: none;
}

.header__helping--mob{
    display: none;
}

.daily__post--mob{
    display: none;
}

.stat__title i:last-child{
    border-color: #ffffff;
}

.stat__right{
    position: fixed;
    max-width: 455px;
    z-index: 98;
    right: 84px;
}

.stat__logos{
    display: none !important;
}

.stat__circle--left{
    position: absolute;
    left: -127px;
    top: -67px;
    width: 713px;
    height: 562px;
    pointer-events: none;
}

.statistic__slider:before{
    content: '';
    display: inline-block;
    width: 1211px;
    height: 520px;
    pointer-events: none;
    background: url('img/circle-home.svg');
    background-size: contain;
    left: 0;
    top: -100px;
    position: absolute;
}



.heroForm__prev, .heroForm__exit{
    position: absolute;
    top: 6px;
    cursor: pointer;
}

.heroForm__prev{
    left: 6px;
}

.heroForm__exit{
    right: 6px;
}

.heroForm.active{
    padding-top: 15px;
}


.superFriends__left{
    position: absolute;
    left: 0;
    bottom: 0px;
    pointer-events: none;
    z-index: 3;
}

.superFriends__center{
    position: absolute;
    left: 20%;
    bottom: 100px;
    pointer-events: none;
    z-index: 3;
}

@media(min-width: 1650px){

    .superFriends .superFriends__body--row:nth-of-type(1){
        max-width: 70%;
    }
}
@media(max-width: 1800px){
    .stat{
        padding-left: 59px;
        padding-right: 59px;
    }
    .stat__title{
        font-size: 48px;
        max-width: 996px;
    }

    .stat__title i{
        font-size: 70px;
        height: 89px;
    }
    .statistic__slider{
        padding-left: 120px;
        padding-right: 60px;
        width: 75%;
    }

    .statistic__slider .swiper-button-prev{
        /*left: 0 !important;*/
    }

    .statistic__slider .swiper-button-next{
        right: 0 !important;
    }

}


@media(max-width: 1700px){

    .superFriends__left{
        bottom: 300px;
    }

    .superFriends__center{
        display: none;
    }

    .superFriends{
        padding: 25px 48px;
    }

    .superFriends .superFriends__body{
        width: 55%;
    }

    .superFriends .superFriends__pic{
        max-width: 60%;
        width: 100%;
        height: 55%;
        transform: translate(-50%, -50%);
        right: initial;
        left: 55%;
        top: 60%;
    }

    .superFriends:after{
        height: 42%;
        background: linear-gradient(180deg, #002A42 79.73%, rgba(43, 47, 39, 0.00) 100%);
    }

    .superFriends:before{
        background: linear-gradient(0deg, #002A42 68.41%, rgba(43, 47, 39, 0.00) 100%);
        height: 20%;
    }

    .superFriends .superFriends__shadow--right{
        background: linear-gradient(270deg, #002F49 61.19%, rgba(43, 47, 39, 0.00) 94.62%);
    }

    .superFriends .superFriends__names{
        top: 38%;
        left: 50%;
        bottom: initial;
    }

    .hero .heroSlider__title{
        padding: 0 0px 0 48px;
        font-size: 48px;
        line-height: 110%;
        max-width: 538px;
    }

    .hero .heroSlider__title span{
        margin-bottom: 32px;
    }

    .heroSlider .heroSlider__name{
        left: 20%;
        transform: initial;
    }

    .daily:after{
        height: 540px;
    }

    .daily .daily--title{
        padding: 20px 48px;
    }

    .daily .daily__sidebar{
        padding: 0 0 0 48px;
        max-width: 38vw;
    }

    .daily .dailySlider .swiper-slide > p{
        max-width: 38vw;
        left: 48px;
    }

    .daily .daily--title h2{
        font-size: 48px;
        line-height: normal;
        max-width: 780px;
    }

    .header{
        padding: 15px 44px;
    }
    .statistic_item span{
        padding-top: 13px;
        padding-bottom: 13px;
    }
}


@media(max-width: 1560px){
    .stat{
        padding-left: 49px;
        padding-right: 49px;
    }

    .stat__left{
        width: calc(100% - 475px);
        /*max-width: 867px;*/
    }

    .statistic__slider{
        width: 72%;
        padding-right: 60px;
        padding-left: 60px;
    }

    .stat__head{
        font-size: 24px;
    }

    .stat__right{
        right: 37px;
    }

    .stat__main{
        margin-top: -5px;
    }
    .statistic__slider .swiper-button-prev{
        left: 0 !important;
    }

    .superFriends .superFriends__title{
        margin-bottom: 71px;
    }

    .stat__head{
       padding-right: 30px;
    }

    .stat__title{
        font-size: 45px;
    }

    .stat__main--left h4{
        font-size: 24px;
    }
    .stat__main--left{
        justify-content: flex-end;
        padding-right: 40px;
        min-width: 310px;
    }

}

@media(max-width: 1450px){
    .superFriends__body--row h5{
        font-size: 32px;
        line-height: 34px
    }
    .superFriends .superFriends__body{
        width: 64%;
    }
    .superFriends .superFriends__pic{
        left: 58%;
        height: 50%;
    }

    .superFriends:after{
        height: 44%;
    }

    .superFriends:before{
        height: 22%;
    }

    .superFriends .superFriends__names{
        top: 39%;
        left: 53%;
    }

    .superFriends .superFriends__body--row:nth-of-type(3){
        max-width: 88%;
    }

    .superFriends .superFriends__body--row p{
        font-size: 20px;
        line-height: 30px;
    }

    .hero .heroSlider__title span{
        margin-bottom: 16px;
    }

    .hero .heroSlider .swiper-slide:after, .hero .heroSlider .swiper-slide:before{
        height: 210px;
    }

    .footer{
        padding: 42px 34px 45px 34px;
    }

    .footer .footer__center{
        max-width: 100%;
        width: 100%;
        column-gap: 80px;
        justify-content: space-between;
    }

    .footer__center > div:nth-of-type(2){
        max-width: 410px;
    }

    .footer .footer__right{
        display: none;
    }

    .footer__center > div > *:not(.footer__center--social){
        max-width: 350px;
    }

    .footer__center--social{
        display: flex;
        flex-wrap: wrap;
        row-gap: 10px;
        column-gap: 24px;
        padding: 16px 0 0 0;
        max-width: 410px;
    }

    .footer__center--social a{
        height: 48px;
        width: 48px;
        margin: 0 !important;
    }

    .footer__center > div > *.footer__center--social{
        max-width: 410px;
    }

    .daily .daily__slider .swiper-slide{
        padding: 0 7vw 0 12vw;
    }

    .daily .dailySlider .swiper-slide:before{
        max-width: 52vw;
    }

    .daily .dailySlider .swiper-slide:after{
        min-width: 200px;
        max-width: 20vw;
    }

    .daily .daily__sidebar{
        max-width: 600px;
    }

    .header{
        padding: 15px 38px;
    }
}

@media(max-width: 1350px){
    .hero__form{
        max-width: 288px;
        min-width: 288px;
        padding: 26px 16px;
    }
    .stat__right{
        max-width: 288px;
    }

    .hero__form--title{
        font-size: 18px;
        line-height: 1.2;
    }
    .hero__form--color .hero__form--amount > div:nth-child(1){
        display: none;
    }
    .hero__form--color .hero__form--amount > div:nth-child(4){
        display: none;
    }
    .hero__form--amount{
        grid-template-columns: 1fr 1fr;
    }
    .hero__form > a{
        font-size: 16px;
        line-height: 1;
        margin-top: 16px;
    }
    .hero__form--tabs--wrapp{
        margin-bottom: 16px;
    }
    .hero__form--amount--wrapp p{
        margin-bottom: 8px;
    }
    .hero__form--tabs--wrapp p{
        margin-bottom: 8px;
    }
    .details__text{
        margin-top: 6px;
    }

    .stat__left{
        width: calc(100% - 300px);
        /*max-width: 737px;*/
    }
    .stat__title{
        font-size: 40px;
    }
    .statistic__slider{
        max-width: 650px;
        width: 70%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .stat__head{
        font-size: 24px;
    }
}

@media (min-width: 1700px){
    .heroSlider .swiper-slide:nth-child(1), .heroSlider .swiper-slide:nth-child(3) {
        padding: 0px 5vw 0 15vw !important;
        padding-right: 0 !important;
    }
    .heroSlider .swiper-slide img{
        object-position: center -25px;
    }
}

@media (min-width: 1000px) and (max-width: 1700px) {
    .heroSlider .swiper-slide:nth-child(1), .heroSlider .swiper-slide:nth-child(3) {
        padding: 0px 5vw 0 10vw !important;
        padding-right: 0 !important;
    }
    .heroSlider .swiper-slide img{
        object-position: center -25px;
    }
    .heroSlider .swiper-slide:nth-child(2), .heroSlider .swiper-slide:nth-child(4){
        padding: 0px 5vw 0 10vw !important;
    }
}
@media (min-width: 1000px) and (max-width: 1300px){
    .heroSlider .swiper-slide:nth-child(1), .heroSlider .swiper-slide:nth-child(3){
        padding: 0px 5vw 0 25vw !important;
    }
    .hero .heroSlider .swiper-slide:nth-child(1) .swiper-slide--shadow2, .hero .heroSlider .swiper-slide:nth-child(3) .swiper-slide--shadow2{
        max-width: 65vw;
    }
}

@media(max-width: 1300px){
    .superFriends .superFriends__body {
        width: 72%;
    }

    .superFriends .superFriends__pic{
        left: initial;
        right: 10%;
        transform: translateY(-50%);
        height: 46%;
    }
    .superFriends .superFriends__shadow--right{
        width: 19%;
    }

    .superFriends .superFriends__shadow--left{
        width: 70%;
    }

    .superFriends:before{
        height: 25%;
    }

    .superFriends:after{
        height: 46%;
    }

    .superFriends .superFriends__names{
        left: 59%;
    }

    .hero .heroSlider .swiper-slide .swiper-slide--shadow, .hero .heroSlider .swiper-slide:nth-of-type(1) .swiper-slide--shadow{
        max-width: 28vw;
    }

    .hero .heroSlider .swiper-slide .swiper-slide--shadow2{
        max-width: 48vw;
    }

    .heroSlider .swiper-slide{
        padding: 0px 5vw 0 10vw;
    }

    .footer .footer__left{
        width: 308px;
    }

    .footer__partners--list img:nth-of-type(1){
        max-width: 136px;
        height: auto;
    }
    .footer__partners--list img:nth-of-type(2){
        max-width: 120px;
        height: auto;
    }

    .footer__center > div:nth-of-type(2) a:nth-child(2){
        margin-bottom: 38px;
    }

    .footer__center > div > *.footer__center--copy--intro{
        max-width: 100%;
        width: 100%;
    }

    .footer .footer__center--copy--intro{
        display: block;
        padding: 36px 0 0 0;
        text-align: right;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        color: rgba(255,255,255,0.5);
        font-family: "PT Sans";
    }

    .dailySlider .dailySlider--name{
        left: initial;
        right: 200px;
        transform: initial;
    }
}

@media (max-width: 625px) and (min-width: 500px){
    .heroSlider .swiper-slide img{
        position: absolute;
    }
}

@media (min-width: 1000px) and (max-height: 860px){
    .heroForm{
        max-height: 350px;
        overflow: auto;
    }
}

@media(max-width: 1200px){
    .superFriends .superFriends__title{
        margin-top: 10px;
    }
    .superFriends__left{
       display: none;
    }
    .daily__left{
        display: none;
    }
    .hero .swiper-fade .swiper-slide{
        min-height: 207px;
    }

    html[lang="en"] .heroSlider .swiper-slide{
        padding-bottom: 15px !important;
    }

    html[lang="en"] .hero .swiper-slide:nth-child(1) .heroSlider__title ,html[lang="en"] .hero .swiper-slide:nth-child(3) .heroSlider__title{
        margin-top: 20px;
    }

    html[lang="en"] .hero .swiper-slide:nth-child(1) img ,html[lang="en"] .hero .swiper-slide:nth-child(3) img{
        height: 120%;
        object-position: -30px;
    }

    .statistic__slider:before{
        display: none !important;
    }
    .stat__circle--left{
        display: none !important;
    }
    .superFriends{
        display: flex;
        flex-direction: column;
        padding: 10px 0 25px 0;
    }

    .superFriends .superFriends__title{
        /*order: 2;*/
        /*padding: 20px 18px;*/
        /*margin-top: -120px;*/
        padding: 0px 18px;
        margin-bottom: 30px;
    }

    .superFriends .superFriends__body{
        order: 3;
        max-width: 100%;
        width: 100%;
        padding: 0 18px;
    }

    .superFriends .superFriends__pic{
        /*position: relative;*/
        /*width: 100%;*/
        /*transform: initial;*/
        /*max-width: 100%;*/
        /*right: initial;*/
        /*height: 60vw;*/
    }

    .superFriends .superFriends__pic:after{
        /*content: "";*/
        /*position: absolute;*/
        /*width: 100%;*/
        /*height: 70%;*/
        /*left: 0;*/
        /*bottom: -1px;*/
        /*background: linear-gradient(0deg, #002A42 8.14%, rgba(98, 85, 69, 0.00) 89.11%)*/
    }

    .superFriends:after, .superFriends__shadow--left, .superFriends__shadow--right{
        /*display: none;*/
    }



    .superFriends .superFriends__names{
        left: 68px;
        top: 43px;
        transform: inherit;
    }

    .hero {
        height: 580px !important;
    }

    .hero .heroSlider__title{
        padding: 0 0px 0 18px;
        font-size: 32px;
        line-height: 110%;
        max-width: 420px;
    }

    .hero .heroSlider .swiper-slide:after, .hero .heroSlider .swiper-slide:before{
        height: 140px;
        transition: .5s;
    }

    .heroSlider .heroSlider__name p{
        font-size: 18px;
    }

    .footer{
        flex-direction: column;
        padding: 42px 18px 45px;
    }

    .footer .footer__left{
        width: 100%;
        margin-bottom: 28px;
    }

    .footer .footer__left--social{
        display: none;
    }

    .footer .footer__left > div{
        display: none;
    }

    .footer .footer__center{
        row-gap: 20px;
    }

    .footer__center a{
        font-size: 16px;
        line-height: 15px;
    }


    .footer__center > div:nth-of-type(1) a:first-child, .footer__center > div:nth-of-type(1) a:nth-child(2){
        margin-bottom: 18px;
    }

    .footer .footer__center--copy--intro{
        display: none;
    }

    .footer__center > div:nth-of-type(2) a:first-child{
        margin-bottom: 16px;
    }

    .footer__center > div:nth-of-type(2){
        order: 2
    }

    .footer__partners--mob{
        display: flex;
        flex-direction: column;
    }

    .footer__partners--mob h2{
        color: #fff;
        font-family: "Gotham Pro";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 15px;
        margin-bottom: 18px;
    }

    .footer .footer__center--copy{
        order: 5;
    }

    .footer__privacy--mob{
        order: 4;
        display: flex;
        flex-direction: column;
        row-gap: 6px;
    }

    .footer__privacy--mob a{
        font-family: "Gotham Pro";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        color: #fff;
    }

    .daily .daily--title{
        padding: 20px 18px;
    }

    .daily .daily__sidebar{
        padding: 0 18px;
    }

    .daily .dailySlider .swiper-slide > p{
        left: 18px;
    }

    .header__center{
        display: none;
    }

    .header .header__burger{
        display: none;
    }
    .stat{
        padding-top: 75px;
    }

    .stat__title{
        font-size: 24px;
    }
    .stat__title i{
        font-size: 24px;
        height: 34px;
        border-radius: 6px;
        width: 28px;
        padding-top: 4px;
    }
    .stat{
        padding-left: 16px;
        padding-right: 16px;
    }
    .stat__title span[data-count='1']{
        width: 28px;
    }
    .stat__title span[data-count='2']{
        width: 63px;
    }
    .stat__title span[data-count='3']{
        width: 98px;
    }
    .stat__title span[data-count='4']{
        width: 133px;
    }
    .stat__title span[data-count='5']{
        width: 168px;
    }

    .stat__title span i:not(:last-child){
        margin-right: 7px;
    }

    .statistic_item span{
        font-size: 10px;
        padding: 11px 0;
        border-radius: 18.376px;
    }
    .statistic__slider{
        margin-top: 22px;
    }
    .hero__form{

    }
    .stat__right{
        right: 0;
        margin-top: 15px;
        margin-bottom: 22px;
    }
    .hero__form--color .hero__form--title{
        font-size: 18px;
    }
    .hero__form--color .heroForm h4{
        font-size: 18px;
    }
    .statistic__slider .swiper-button-next:after, .statistic__slider .swiper-button-prev:after{
        width: 74px;
        height: 70px;
        background-size: contain;
    }
    .stat__logos{
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 17px;
        padding: 0px 20px;
    }

    .header .header__right{
        column-gap: 10px;
    }

    .header .header__cabinet--mob{
        display: block;
    }

    .header .header__cabinet--mob a{
        width: 34px;
        height: 34px;
        margin-bottom: 0px;
    }

    .header .header__cabinet--mob a svg{
        width: 100%;
        height: 100%;
    }

    .header__right > a{
        font-size: 16px;
        line-height: normal;
    }


    .statistic__people{
        padding: 0;
    }

    .statistic__people img{
        width: 112px;
        height: 119px;
        border-radius: 9px;
    }

    .statistic__people span{
        font-size: 10px;
        border: none;
        padding: 0;
        display: inline-block;
        text-align: center;
    }
    .stat__main--left{
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 10px;
    }
    .stat__main{
        margin-top: 10px;
        flex-flow: wrap;
    }
    .stat__head{
        font-size: 16px;
        line-height: 1.3;
    }
    .stat__main--left h4{
        font-size: 16px;
    }
    .stat__count span i{
        font-size: 16px;
        top: 1px;
    }
    .stat__count span{
        width: 20px;
        height: 31px;
        border-radius: 10px;
    }
    .statistic__image{
        width: 78px;
        height: 78px;
    }
    .statistic_item span{
        font-size: 8px;
        padding: 11px 0;
    }
    .stat__count span:not(:last-child){
        margin-right: 6px;
    }
    .superFriends .superFriends__body--row p{
        padding-left: 0 !important;
    }
    .superFriends .superFriends__body--row{
        max-width: 60%;
    }
    .superFriends__body--row h5{
        font-size: 24px;
    }
    .superFriends .superFriends__body--row p{
        font-size: 16px;
    }
    .superFriends__title{
        font-size: 24px;
        line-height: 1.2;
        max-width: 380px;
    }
    .daily .daily--title h2{
        font-size: 24px;
        max-width: 470px;
    }
    .superFriends .superFriends__body--row:nth-of-type(2){
        max-width: 60%;
    }
    .daily .daily__sidebar > div{
        max-width: 60%;
    }
    .statistic__people{
        min-width: unset;
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }
}

@media(max-width: 720px){


    .daily .daily--title{
        padding: 20px 18px 0px;
    }
    .daily:after{
        display: none;
    }
    .daily .daily--title h2{
        font-size: 22px;
        line-height: 34px;
        text-align: center;
    }

    .daily .daily__content{
        flex-direction: column;
    }

    .daily .daily__sidebar{
        position: relative;
    }

    .daily__sidebar > div p{
        font-size: 12px;
        line-height: 20px;
    }

    .daily .daily__slider .swiper-slide{
        padding: 0;
    }

    .daily .dailySlider .swiper-slide:before{
        width: 100%;
        height: 80px;
        bottom: initial;
        top: -1px;
        left: 0;
        right: initial;
        max-width: 100%;
        background: linear-gradient(180deg, #002F49 33.8%, rgba(43, 47, 39, 0.00) 94.84%);
    }

    .daily .dailySlider .swiper-slide:after{
        width: 100%;
        height: 120px;
        bottom: -1px;
        top: initial;
        left: 0;
        right: initial;
        max-width: 100%;
        background: linear-gradient(0deg, #002F49 42.47%, rgba(43, 47, 39, 0.00) 94.84%);
    }

    .dailySlider .dailySlider--name{
        top: 50px;
        right: 40px;
        bottom: initial;
        left: initial;
    }

    .dailySlider .dailySlider--name span{
        font-size: 8px;
        line-height: 110%;
    }

    .daily .dailySlider .swiper-slide > p{
        width: 100%;
        height: 100%;
        max-width: 100%;
        left: 0;
        top: 0;
        padding: 10px 16px 26px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .dailySlider .swiper-slide p{
        font-size: 14px;
    }

    .dailySlider .swiper-slide p span{
        font-size: 12px;
    }

    .daily__post--mob{
        display: block;
        height: 72vw;
        position: relative;
        max-height: 420px;
    }

    .daily__post--mob:after, .daily__post--mob:before{
        position: absolute;
        content: "";
        width: 100%;
        left: 0;
    }

    .daily__post--mob:after{
        top: -20px;
        background: linear-gradient(180deg, #002F49 33.8%, rgba(43, 47, 39, 0.00) 94.84%);
        height: 70px;
    }

    .daily__post--mob:before{
        bottom: -21px;
        background: linear-gradient(0deg, #002A42 36.91%, rgba(43, 47, 39, 0.00) 100%);
        height: 80px;
    }

    .daily__post--mob img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    .daily__post--mob--name{
        position: absolute;
        bottom: 20px;
        right: 16px;
        z-index: 3;
    }

    .daily__post--mob--name p{
        color: #FFF;
        font-family: "Gotham Pro";
        font-size: 8px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%;
    }

    .daily .daily__slider .swiper-slide.hidden--mob{
        display: none;
    }


    .superFriends .superFriends__body--row p{
        font-size: 12px;
        line-height: 15px;
        padding: 0;
    }

    .superFriends__body--row h5{
        font-size: 14px;
        line-height: 22px
    }

    .superFriends .superFriends__body--text{
        row-gap: 12px;
    }

    .superFriends .superFriends__title{
        font-size: 22px;
        line-height: 34px;
        padding: 10px 18px;
        /*margin-top: -80px;*/
        margin-bottom: 10px;
        max-width: 280px;
    }

    .superFriends .superFriends__pic{
        height: 65vw;
    }

    .superFriends__title p span{
        display: inline;
    }

    .superFriends .superFriends__names{
        font-size: 8px;
        line-height: 110%;
        top: 34px;
    }

    .hero{
        height: max-content !important;
    }

    .hero__slider--wrapp{
        min-height: 190px;
        height: max-content;
    }
    .hero .heroSlider__title{
        position: relative;
        top: inherit;
    }

    .heroSlider .swiper-slide{
        padding: 0px 0vw 12vw 0;
    }

    .hero .heroSlider .swiper-slide .swiper-slide--shadow{
        display: none;
    }

    .heroSlider .swiper-slide img{
        top: 0;
        width: 60%;
        right: 0;
        left: initial;
        height: calc(100% - 40px);
    }

    .hero .heroSlider .swiper-slide:before {
        height: 30px;
    }

    .hero .heroSlider .swiper-slide:after{
        background: linear-gradient(0deg, #002A42 45.57%, rgba(98, 85, 69, 0.00) 89.11%);
        opacity: 1;
        height: 100px;
    }

    .hero .heroSlider__title{
        font-size: 22px !important;
        line-height: 110% !important;
        max-width: 239px;
    }

    .hero .heroSlider .swiper-slide .swiper-slide--shadow2{
        background: linear-gradient(90deg, #002A42 51.26%, rgba(43, 47, 39, 0.00) 100%);
        max-width: 74%;
    }

    .heroSlider .heroSlider__name{
        left: initial;
        right: 20px;
        top: 10px;
        bottom: initial;
    }

    .heroSlider .heroSlider__name p{
        font-size: 8px;
    }

    .footer__center > div:nth-of-type(2){
        max-width: 300px;
    }

    .footer__center--social{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 24px;
        margin: 0 auto;
        padding: 32px 0 0 0;
    }

    .footer__center > div > *.footer__center--social{
        max-width: max-content;
    }

    .footer__partners--list img:nth-of-type(1) {
        max-width: 112px;
        height: auto;
    }

    .footer__partners--list img:nth-of-type(2) {
        max-width: 90px;
        height: auto;
    }

    .footer__center p{
        font-size: 12px;
        line-height: 20px;
    }

    .footer__privacy--mob a{
        font-family: "Gotham Pro";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        color: #fff;
    }

    .header{
        padding: 12px 16px;
    }

    .header__left a img:nth-of-type(2){
        display: none;
    }

    .stat__left{
        width: 100%;
    }
    .stat__right{
        position: relative;
        margin-left: auto;
        margin-right: auto;
        max-width: 500px;
        width: 100%;
    }

    .hero__form{
        max-width: 100%;
    }

    .stat__main--left{
        padding-right: 0;
        justify-content: center;
    }
    .stat__head{
        padding-right: 0;
        text-align: center;
    }
    .stat__title{
        font-size: 16px;
        text-align: center;
    }

    .superFriends .superFriends__pic{
        position: relative;
        width: 100%;
        transform: initial;
        max-width: 100%;
        right: initial;
        height: 60vw;
        order: -1;
        margin-top: -70px;
    }

    .superFriends .superFriends__pic:after{
        content: "";
        position: absolute;
        width: 100%;
        height: 70%;
        left: 0;
        bottom: -1px;
        background: linear-gradient(0deg, #002A42 8.14%, rgba(98, 85, 69, 0.00) 89.11%)
    }

    .superFriends:after, .superFriends__shadow--left, .superFriends__shadow--right{
        display: none;
    }

    .superFriends .superFriends__body--row{
        max-width: 100% !important;
    }

    .daily__post--mob{
        margin-top: -40px;
    }

    .daily__post--mob--name{
        bottom: 70px;
    }

    .daily .daily__sidebar > div{
        max-width: 100%;
    }

    .daily .daily__sidebar{
        margin-top: -40px;
    }

    .daily .dailySlider .swiper-slide > p{
        font-weight: 700;
    }

    .daily .dailySlider .swiper-slide > p span{
        font-weight: 400;
    }
    .header__helping--mob a{
        display: flex;
        height: 40px;
        padding: 11px 16px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
        border-radius: 8px;
        background: #F7D58B;
        color: #002B3E;
        text-align: center;
        font-family: "PT Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .header__helping--mob{
        display: block;
    }

}


