:root {
    --Green: #4B9200;
    --Orang: linear-gradient(113.96deg, #F9804B 1.49%, #FE9013 101.44%);
    --Yellow: #FFEE2E;

    --Orange_grad: linear-gradient(315.75deg, rgba(254, 189, 171, 0.74) 30.06%, rgba(243, 169, 248, 0.66) 50.74%, #E0D8F0 80.49%, #EAF7FE 127.9%, #EAF7FE 149.54%),
    linear-gradient(315.75deg, rgba(254, 189, 171, 0.74) 30.06%, rgba(243, 169, 248, 0.66) 50.74%, #E0D8F0 80.49%, #EAF7FE 127.9%, #EAF7FE 149.54%),
    linear-gradient(315.75deg, rgba(254, 210, 144, 0.7) 30.06%, #FEBDAB 100.95%, rgba(254, 210, 144, 0.7) 106.36%);

    --Pink_gradient: linear-gradient(315.75deg, rgba(254, 189, 171, 0.74) 30.06%, rgba(243, 169, 248, 0.66) 50.74%, #E0D8F0 80.49%, #EAF7FE 127.9%, #EAF7FE 149.54%),
    linear-gradient(315.75deg, rgba(254, 189, 171, 0.74) 30.06%, rgba(243, 169, 248, 0.66) 50.74%, #E0D8F0 80.49%, #EAF7FE 127.9%, #EAF7FE 149.54%);
    --Red: #D31414;
    --Black_blue: #333B41;
    --Gray: #767474;
    --Gray_smoky: #ABABAB;
    --Light_gray: #F1F3F2;
    --Frosted_glass_white: linear-gradient(0deg, rgba(253, 253, 255, 0.52), rgba(253, 253, 255, 0.52)),
    linear-gradient(0deg, #C4C4C4, #C4C4C4);
  }

.default, li a:hover, .header>a:hover, a.author:hover, .logo:hover{
  background-image: var(--Orang);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
html{
    scroll-behavior: smooth;
}
body{
    margin-left: auto;
    margin-right: auto;
 }
.wrapper{
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}
.btn{
    background-image: var(--Orang);
    width: 298px;
    height: 54px;
    padding: auto;
    border: none;
    text-align:center;
    text-transform : uppercase;
}
.btn:hover{
    cursor: pointer;
    background-image: unset;
    background-color: #E47209;
}
.btn:active, .author:hover{
    background-image: unset;
    background-color: var(--Green);
}
.btn:disabled{
    background-image: unset;
    background-color: var(--Gray);
}

.btn-elips{
    border-radius: 25px;
}
.btn-rectangle{
    width: 62px;
    height: 62px;
    border-radius: 50px;
}
.btn-square{
    border-radius: 5px;
}

/*----------------------------header---------------------*/
header{
    height: 80px;
    width: 100%;
    background-color: #000000;
    position: absolute; /*why it's not separete block*/
    
    z-index: 5;
}
.header{
    display: flex;
    align-items: center;
   /* justify-content: space-between;*/
    padding-top: 14px;
}
.navigation{
    display: flex;
    /*width: 472px;
    /*justify-content: space-between;*/
}
.navigation li{
    padding-right: 58px;
}
.logo{
    width: 82px;
    height: 52px;
    text-align: center;
    padding: 4px;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    background: url("../../assets/icons/bamboo.svg") no-repeat;
    background-position: 15% 80%;
    margin-right: 63px;
}
li a, a{
    color: #FFFFFF;
}
.navigation a.default{
    cursor: default ;
}
.header__navigation{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.author a{
    text-align: end;
}





/*----------------------------banner---------------------*/
.banner{
    height: 780px;
    background-color: var(--Black_blue);
    background: url(../../assets/images/Giant_Panda.png)  no-repeat;
    background-position:center;
}
.banner__content{
    padding-top: 92px;
    display: flex;
    justify-content: flex-end;
}
.ellipse {
    width: 465px; 
    height: 465px;
    background: var(--Orang);
    border-radius: 50%;

    text-transform : uppercase;
    position: relative;
    float: right;
    margin-right: 107px;
    text-align: center;
}
.ellipse>p>span{
    color: var(--Yellow);
}
.ellipse p{
    position: absolute;
    margin-top: 72px;
    margin-left: 80px;
}
.banner .button{
    display: flex;
    justify-content: flex-end;
    margin: 67px 100px auto auto;
}

/*----------------------------main---------------------*/
.main{
    height: 1817px;
    margin-top: 12px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    background: url(../../assets/images/flower_foto1.png) right top no-repeat, url(../../assets/images/palm_foto.png) left bottom no-repeat, url(../../assets/images/strelitzia.png) right bottom no-repeat;
}
.content{
    padding-top: 127px;/*128*/
    /*width: 100%;*/
}
.main__info{
    display: flex;
    width: 1161px;
    height: 403px;
    justify-content: space-between;
}
.main__info-img{
    height: 403px;
    width: 609px;
}
.main__info-text{
    color: var(--Black_blue);
    width: 465px;
}
h2+p{
    padding: 21px 0 54px;
    line-height: 130%;
}
.main__info-text h4+p{
    padding: 34px 0 0;
}

.slider{
    margin: 180px auto 60px ;

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction:column;
}
.btn-prev>img, .btn-next>img{
    margin: auto;
}
.btn-prev{
    position: relative;
    left: -81px;
}
.btn-next{
    position: relative;
    right: -81px;
}

.cards{
    width: 100%;
    display: flex;
    justify-content: space-between;/*
    flex-wrap: wrap;*/
    margin-bottom: 20px;/*
    overflow: hidden;*/
}
.card{
    width: 366px;
    height: 426px;
    background: var(--Orang);
    padding: 1px;
    border-radius: 5px;
}
.card:hover img{  
    transform: scale(1.1);
    transition: all 1s;
    border-radius: 5px;
}
.card:hover .card__info{
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    bottom: 87px;
    height: 100px;
    border-radius: 0 0 5px 5px; 
    transform: scale(1.1);
    transition: all 1s;
}
.card:hover .card__name{
    transition: all 1s;
    color: #fff;
}
.card:hover {
    transition: all 1s;
    background: #fff;
}
.card__img{
    width: 100%;
    border-radius: 5px 5px 0 0; 
}
.card__info{
    display: flex;
    justify-content:space-between;
    padding: 8px 16px 11px;
    margin-top: -4px;
    background: #fff;
    border-radius: 0 0 5px 5px; 
}
.card__name{
    color:#000000;
    text-transform : uppercase;
    font-weight: 500;
}
.card__tools{
    display: flex;
    justify-content:flex-end
}
.tool{
    position: relative;
}
.tool_activ{
     right: -30px; 
}
.tool_activ2{
    top: 10px; 
}


.arrows{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 0px;
    position: relative;
    top:-44px;
}
.slider+button{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*----------------------------support---------------------*/
.support{
    height: 1004px;
    background:  linear-gradient(315.75deg, rgba(254, 210, 144, 0.7) 30.06%, #FEBDAB 100.95%, rgba(254, 210, 144, 0.7) 106.36%);
    
    padding-top: 69px;
    padding-bottom: 100px;
}
.inner{
    border-radius: 20px;
    background: rgba(253, 253, 255, 0.52);
    color:#333B41;
    padding-left: 100px;
}
.inner h2{
    padding-top: 39px;
    padding-left: 250px;
    padding-bottom: 32px;
    color:#FE9013;
}
.inner h4{
    /*padding-top: 32px;*/
    padding-bottom: 40px;
}
.inner p{
    color:#333B41;
}
.inner .normal{
    width: 863px;
    padding-top: 8px;
}
.inner h3{
    padding-top: 57px;
    padding-left: 378px;
}
.support__block{
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    margin-left: 100px;
    max-width: 764px;
}
.support__block__el{
    width: 168px;
    height: 244px;
}
.widjet{
    width: 168px;
    height: 168px;
    background: var(--Orang);
    padding: 1px;
    border-radius: 5px;
}
.bg{
    border-radius: 5px;
    background:#fff;
    width: 100%;
    height: 100%;
}
.bg img{
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}
.widjet+p{
    padding-top: 30px;
}
.arr{
    position: relative;
    margin-top: -90px;
}
.another-arrow{
    display: none;
}
.inner button{
    margin: 60px auto 60px 332px;
}
.inner>p>a{

    color:#333B41;
    font-weight: 400;
    border-bottom: 2px solid #FE9013;
    padding-bottom: 3px;
    
}

/*----------------------------feedback---------------------*/
.feedback{
    padding-top: 140px;
    height: 919px;
    background: url(../../assets/images/leav_foto.png)100% 126% no-repeat;
}
.feedback h3{
    text-align:center;
    margin-bottom: 48px;
}
.feedback__items{
    display: flex;
    overflow: hidden;
}
.feedback__item{
    width: 268px;
    height: 391px;

    background: var(--Pink_gradient);
    padding: 2px;
    border-radius: 20px;
    margin-right: 29px;
}
.bgc{
    border-radius: 20px;
    background:#F1F3F2;
    width: 264px;
    height: 100%;
    padding: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text{
    height: 307px;
    overflow: auto; /* hidden Обрезает все, что не помещается в область 
    auto - создает полосу прокрутки*/
}
.user__name{
    line-height: 120%;
}
.small{
    color:#767474;
}
.user{
    display: flex;
    padding-bottom: 10px;
}
.user img{
    width: 37px;
    height: 37px;
    margin-right: 10px;
}
.user__info{
    display: flex;
    flex-direction:column;
}
.inline{
    display: flex;
    flex-direction:row;
    align-items:center;
    margin-right: 6px;
    color:#767474;
}

/*
 .rate{
    overflow-x: scroll; 
    overflow-y: scroll;
    width: 100%; 
    height: 420px;
}
.rate::-webkit-scrollbar {
  height: 8px;
}
.rate::-webkit-scrollbar-track {
    background: #F5F7F6;
    border-radius: 5px;
    align-items:center;
 } 
.rate::-webkit-scrollbar-thumb{
    background: #FE9013;
    border-radius: 5px;
    width: 115px;
}
.rate::-webkit-scrollbar-thumb:hover{
    background: #F9804B;
    border-radius: 5px;
}
*/

.feedback__progress{
    width: 600px;
    margin: 14px auto 27px;
    background: none;
}
input[type=range] {
    outline: 0 !important;
}
.progress{
    width: 100%;
}
input[type=range].progress {
    height: 8px;
    -webkit-appearance: none;
  }
  /*webkit*/
  input[type=range].progress::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 115px;
    height: 6px;
    border-radius: 5px;
    background: #FE9013;
  }
  input[type=range].progress::-webkit-slider-runnable-track {
    height: 8px;
    width: 600px;
    border: 1px solid rgba(243, 169, 248, 0.66);
    border-radius: 5px;
    background: #F5F7F6;
  }
  input[type=range].progress::-webkit-slider-thumb:hover,
       input[type=range].progress::-webkit-slider-thumb:active{
    background: #F9804B;
    border-radius: 5px;
  }
  input[type=range].progress:hover::-webkit-slider-runnable-track,
    input[type=range].progress:active::-webkit-slider-runnable-track {
    background: #F5F7F6;
    border-color: rgba(243, 169, 248, 0.66);
  }


/*----------------------------footer---------------------*/
footer{
    height: 443px;
    background-color: #000000;
}
.line{
    display: flex;
    justify-content: space-between;
}
.start-line{
    padding-top: 42px;
    align-content:flex-start;
}
.middle-line{
    margin-top: 36px;
}
.end-line{
    margin-top: 34px;/*44*/
    margin-bottom: 50px;
    align-items:flex-end;
}
.form h4{
    color: white;
    padding-bottom: 14px;
}

input[type=email] {
    padding: 10px;
    width: 228px;
    height: 42px;
    background-color: #000;
    color:#BDBDBD;
    border: 1px solid #000;
    border-radius:2px;
}
.input{
    background: var(--Orang);
    padding: 1px;
    display: inline-block;
    border-radius:2px;
}
input:focus{
    outline: 1px solid var(--Green);
}
.input:hover{
    background: var(--Green);
}
/*input[type=email]:invalid {
    outline: 1px solid #D31414;
    color: #D31414;
  }
*/

input[type=submit] {
    padding: 10px;
    width: 129px;
    height: 42px;
    background-color: var(--Light_gray);
    color:var(--Green);
    border: 1px solid var(--Green);
    border-radius:5px;
}
input[type=submit]:hover {
    background-color: var(--Gray);
}

.social{
    width: 270px;
}
.social__icon{
    width: 26px;
    height: 26px;
    padding-top: 5px; /**/
    text-align: center;/**/
}

/*.icon{
    text-align: center;
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/
/*.social__icon>img{
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/
/*.social ul{
    height: 134px;
    display: flex;
    align-content:flex-end ;
    flex-direction: column;
}*/

.social li{
    display: flex;
    align-items: center;
    background:url(../../assets/icons/Ellipse.svg)no-repeat;
    margin-top: 10px;
}
.social>ul>li>a{
    margin-left: 12px;
}
.social>ul>li>a:hover, .author:hover, .social li:hover{
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: var(--Green);
    background-color: var(--Green);
}
.facebook::before{
    content: '\e900';
    font-family: 'icomoon', sans-serif;
    color: #fff;
}
.twitter::before{
    content: '\e902';
    font-family: 'icomoon', sans-serif;
    color: #fff;
    font-size:smaller;
}
.instagram::before{
    content: '\e901';
    font-family: 'icomoon', sans-serif;
    color: #fff;
    font-size:smaller;
}
.youtube::before{
    content: '\e903';
    font-family: 'icomoon', sans-serif;
    color: #fff;
    font-size:smaller;
}
.author p{
    color: white;
    font-weight: 100;
    padding-top: 10px;
}
.author>div:hover{
    font-weight: 100;
}



/* 992px - 1600px */
@media screen and (max-width: 1599px) {
    .wrapper{
        max-width: 940px;
    }
    /*----------------------------header---------------------*/
        .navigation li{
            padding-right: 48px;
        }
    /*----------------------------banner---------------------*/
    .banner{
        height: 584px;
    }
    .banner__content{
        padding-top: 69px;
    }
    .ellipse {
        width: 367px; 
        height: 367px;
        margin-right: 148px;
    }
    .ellipse p{
        padding: 0 10px;
        font-size: 85px;
        margin-top: 50px;
        margin-left: 57px;
    }
    .banner .button{
        margin: 46px 106px auto auto;
    }

    /*----------------------------main---------------------*/
    .main{
        height: auto;
        margin-top: 0px;
        background: url(../../assets/images/palm_foto-small_desktop.png) left bottom no-repeat, url(../../assets/images/strelitzia-small_desctop\ 1.png) right bottom no-repeat;
    }
    .content{
        padding-top: 99px;
        padding-bottom: 140px;
    }
    .main__info{
        height: 427px;
        width: 940px;
    }
    .main__info-img{
        height: 100%;
        width: 455px;
        object-fit: cover;
        padding: 9px 0 9px;
    }
    .main__info-text{
        width: 454px;
    }


    .slider{
        margin: 143px 0 80px ;
    }
    .btn-prev{
        left: 0px;
    }
    .btn-next{
        right: 0px;
    }
    .arrows{
        width: 300px;
        height: 92px;
        top:0;
        align-items:center;
    }
    .cards{
        width: 100%;
        margin-bottom: 0px;
    }
    .card{
        width: 295px;
        height: 355px;
    }
    /*----------------------------support---------------------*/
    .support{
        height: auto;
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .inner{
        padding-left: 50px;
        padding-right: 40px;
    }
    .inner h2{
        padding-top: 26px;
        padding-left: 190px;
        padding-bottom: 23px;
    }
    .inner h4{
        padding-bottom: 20px;
    }
    .inner>p{
        padding-right: 35px;
    }
    .inner>p>a{
        border-bottom: 1px solid #FE9013;
        padding-bottom: -3px;
    }

    .inner h3{
        padding-top: 40px;
        padding-left: 316px;
    }
    .support__block{
        margin-left: 38px;
    }
    .inner button{
        margin: 67px auto 50px 271px;
    }

    /*----------------------------feedback---------------------*/
    .feedback{
        padding-top: 100px;
        height: auto;
        background: url(../../assets/images/leav_foto-small_desctop.png)right 116% no-repeat;
    }
    .feedback h3{
        margin-bottom: 30px;
    }
    .feedback__item{
        width: 293px;
        margin-right: 30px;
    }
    .bgc{
        width: 289px;
        padding: 15px 22px 19px 16px;
    }
    .text{
        height: 309px;
        padding-top: 10px;
    }
    .user{
        padding-bottom: 0px;
    }
    /*.rate::-webkit-scrollbar {
    height: 6px;
    }*/
    .feedback__progress{
        width: 390px;
        margin: 14px auto 48px;
        background: none;
    }

    .feedback .btn-square{
        margin-bottom: 140px;
    }
    /*----------------------------footer---------------------*/
    footer{
        height: auto;
    }
    .start-line{
        padding-top: 41px;
        padding-right: 27px;
    }
    .middle-line{
        margin-top: 35px;
    }
    .end-line{
        margin-top: 44px;
    }
    input[type=submit] {
        margin-left: 9px;
    }
    .social li:first-child{
        margin-top: 0px;
    }
    .social{
        width: 270px;
    }
    .footer__navigation li:first-child{
        margin-left: -15px;
    }

}



/* 768px - 992px *//* 576px - 768px */
/*576px-992px*/
@media screen and (max-width: 992px) {
    .wrapper{
        width: 640px;
    }
    /*----------------------------header---------------------*/
    header{
        height: 34px;
        position: fixed;
        top: 0;
        width: 100%
    }
    .header{
        padding-top: 0px;
    }
    .navigation{
        display: flex;
    }
    .logo{
        width: 47px;
        height: 29px;
        padding-top: 4px;
        border: 0px solid #FFFFFF;
        background: url("../../assets/icons/bamboo-tablet.svg") no-repeat;
        background-position: 8% 100%;
        margin-left: 20px;
        text-align: center;
    }
    .logo h1{
        font-weight: 400;
        font-size: 12px;
        line-height: 120%;
        }

    .header__navigation .author, .header__navigation .navigation{
        display: none;
    }

    .ham-lines {
        display: flex;
        width: 18px;
        height: 10px;
        flex-direction: column;
        background: black;
        position: relative;
        left: 475px;
    }
    .ham-line{
        width: 18px;
        height: 2px;
        margin-bottom: 2px;
        background: #fff;
    }

    .author a{
        display: none;
    }
/*----------------------------banner---------------------*/
.banner{
    height: 373px;
    background: url(../../assets/images/Giant_Panda-tablet.png)  no-repeat;
    background-position: center;
}
.banner__content{
    padding-top: 45px;
    margin-right: 20px;
}
.ellipse {
    width: 237px; 
    height: 237px;
    margin-right: 50px;
}
.ellipse p{
    padding: 0 5px;
    font-size: 54px;
    line-height: 75%;
    margin-top: 38px;
    margin-left: 38px;
}
.banner .button{
    margin: -3px auto 40px 22px;
    position: absolute;
}
/*----------------------------main---------------------*/
.main{
    width: 100%;
    background: url(../../assets/images/flower_foto1-tablet.png) right top no-repeat, url(../../assets/images/palm_foto-tablet.png) left bottom no-repeat, url(../../assets/images/strelitzia-tablet.png) right bottom no-repeat;
}
.content{
    width: 100%;
    padding: 60px 20px 100px 20px;
}
.main__info{
    height: 367px;
    width: 495px;
    padding-left: 3px;
}
.main__info-img{
    display: none;
}
.main__info-text{
    width: 100%;
}
h2+p{
    padding: 20px 0 30px;
}
.main__info-text h4+p{
    padding: 20px 0 0;
}

.slider{
    margin: 80px 0 60px ;
}
.card{
    width: 285px;
    height: 332px;
}
.cards .card:first-child{
    display: none;
}
.card__name, .card__place{
    font-size: 12.5px;
}
.card__info{
    padding: 8px 16px 3px;
    margin-top: -4px;
    height: 47px;
}
.arrows{
    width: 154px;
    margin-top: -3px;
    margin-bottom: 4px;
}


/*----------------------------support---------------------*/
.support{
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.inner{
    width: 640px;
    padding-left: 20px;
    padding-right: 20px;
}
.inner h2{
    font-size: 42px;
    padding-top: 10px;
    padding-left: 0px;
    padding-bottom: 20px;
    text-align: center;
}
.inner h4{
    font-size: 22px;
    padding-bottom: 20px;
}
.inner .normal, .inner .medium{
    width: 600px;
    padding-right: 0px;
}
.inner .normal{
    padding-top: 4px;
}
.inner h3{
    padding-top: 30px;
    padding-left: 0px;
    text-align: center;
}
.arr{
    display: none;
}

.another-arrow{
    display: flex;
    width: 302px;
    justify-content: space-between;
    margin: 0 auto;
}
.arr2{
    z-index: 100;
    padding-right: 20px;
}
.support__block{
    margin-left: 0px;
    margin-right: 12px;
    padding-top: 0px;
    margin-top: -10px;
}
.inner button{
    margin: 40px 151px 60px;
}

/*----------------------------feedback---------------------*/
.feedback{
    padding-top: 60px;
    background: url(../../assets/images/leav_foto-tablet.png)right 114% no-repeat;
}
.feedback__items{
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    height: 360px;
}
.feedback__item{
    width: 100%;
    margin-right: 0px;
    height: 110px;
    margin-bottom: 15px;
}
.bgc{
    width: 100%;
    padding: 12px 22px 10px 9px;
    margin-bottom: 10px;
}
.text{
    height: 47px;
    padding-top: 10px;
    padding-left: 8px;
}
.user{
    padding-bottom: 0px;
}
.user img {
    margin-right: 11px;
}
.feedback__progress{
    display: none;
}
.feedback .btn-square{
    width: 240px;
    margin: 37px auto 80px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}
/*----------------------------footer---------------------*/
footer{
    padding-bottom: 20px;
}
.start-line{
    padding-top: 13px;
    padding-right: 27px;
}
.middle-line{
    margin-top: 32px;
    padding-left: 20px;
}
.end-line{
    height: 52px;
    margin-top: 69px;
    padding-left: 20px;
    padding-right: 20px;
}
.start-line .form{
    display: none;
}
.start-line .logo{
    width: 82px;
    height: 52px;
    border: 1px solid #FFFFFF;
    padding-top: 0px;
    background: url("../../assets/icons/bamboo.svg") no-repeat;
    background-position: 15% 80%;
}
.start-line h1{
    font-weight: 400;
    font-size: 19px;
    line-height: 120%;
    }
.social {
    position: relative;
    left: 575px;
    bottom: 96px;
    width: 26px;
}
.social>ul>li>a{
    display: none;
}
.social li{
    margin-top: 20px;
}
.footer__navigation li{
    margin-right: 37px;
    padding: 0px;
}
.footer__navigation li:first-child {
    margin-left: 0px;
}
.footer__navigation {
    position: relative;
    left: -30px;
}
}



/* 320px - 576px */
@media screen and (max-width: 639px) {
    .wrapper{
        width: 320px;
    }
    /*----------------------------header---------------------*/
    .logo{
        margin-left: 6px;
        text-align: center;
    }
    .ham-lines {
        left: 175px;
        top: 4px;
    }
/*----------------------------banner---------------------*/
.banner{
    height: 221px;
    background: url(../../assets/images/Giant_Panda-tablet.png) no-repeat;
    background-position: center;/*
    background-size: cover;*/
}
.banner__content{
    padding-top: 56px;
    margin-right: 10px;
}
.ellipse {
    width: 119px; 
    height: 119px;
    margin-right: 28px;
}
.ellipse p{
    padding: 0 5px;
    font-size: 28px;
    line-height: 75%;
    margin-top: 19px;
    margin-left: 15px;
}
.banner .button{
    margin: 65px 11px 0px;
}
/*----------------------------main---------------------*/
.main{
    width: 100%;
    background: url(../../assets/images/flower_foto-tel.png) right 30px no-repeat, url(../../assets/images/palm_foto-tel.png) left bottom no-repeat, url(../../assets/images/strelitzia-tel.png) right bottom no-repeat;

}
.content{
    width: 100%;
    padding: 104px 10px 60px 10px;
}
.main__info{
    height: 388px;
    width: 300px;
    padding-left: 0px;
}
.main__info h2{
    font-size: 24px;
}
h2+p{
    padding: 10px 0 20px;
}
.main__info-text h4+p{
    padding: 10px 0 40px;
}
.cards{
    flex-wrap: wrap;
    padding-left: 7px;
}
.card{
    margin-bottom: 20px;
}
.slider{
    margin: 40px 0 0px ;
}
.cards .card:first-child{
    display: none;
}
.arrows{
    display: none;
}


/*----------------------------support---------------------*/
.support{
    width: 100%;
    height: auto;
    padding: 20px 10px;
}
.inner{
    width: 300px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 40px;
    margin-left: 0px;
    margin-right: 0px;
}
.inner h2{
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.inner h4{
    font-size: 18px;
    padding-bottom: 0px;
    text-align: center;
}
.inner .normal, .inner .medium{
    display: none;
}
.inner h3{
    font-size: 24px;
    padding-top: 13px;
    text-align: center;
}

.another-arrow{
    position: relative;
    width: 358px;
    height: 31px;
    justify-content: space-between;
    transform: rotate(90deg);
    top: 335px;
    right: -75px;
}
.support__block{
    margin-left: 10px;
    padding-top: 0px;
    margin-top: -17px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}
.support__block__el{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    height: 222px;
}
.support__block__el p{
    padding-top: 10px;
}
.inner button{
    width: 298px;
    margin: 0 auto;
    display: block;
}

/*----------------------------feedback---------------------*/
.feedback{
    padding-top: 20px;
    background: url(../../assets/images/leav_foto-tel.png)right 105% no-repeat;
}
.feedback h3 {
    font-size: 24px;
    margin-bottom: 9px;
}
.feedback__items{
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
    height: 360px;
}
.feedback .btn-square{
    width: 240px;
    margin: 30px auto 60px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}
/*----------------------------footer---------------------*/
footer{
    padding-bottom: 20px;
}
.start-line .logo{
    width: auto;
    height: 52px;
    border: none;
    padding-top: 7px;
    background: url("../../assets/icons/bamboo.svg") no-repeat;
    background-position: 62% 19%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    padding-left: 0px;
}
.line{
    padding-left: 10px;
    padding-right: 10px;
}
.end-line{
    width: 300px;
    display: flex;
    height: auto;
    margin-top: 0px;
    flex-direction: column;
    align-items:flex-start;
}
.navigation{
    width: 300px;
    display: flex;
    justify-content: space-between;
}
.middle-line{
    margin-top: 65px;
}
.social ul{
    width: 194px;
    display: flex;
    padding-left: 0px;
    justify-content: space-between;
    position: relative;
    left: 53px;
    top:-111px;
}
.social {
    position: relative;
    display: block;
    flex-direction: row;
    left: 0px;
    bottom: 0px;
    width: 60px;
}
.social li{
    margin-top: 0px;
}
.end-line .author{
    margin-left: auto;
    margin-right: -20px;
    margin-top: -5px;
    order: 2;
}

.footer__navigation li{
    margin-right: 0px;
    padding: 0px;
}
.footer__navigation {
    position: relative;
    padding-top: 25px;
    left: 0px;
    order: 3;
}
.footer__navigation ul{
    padding-left: 10px;
    padding-right: 10px;
}
}