: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{
    max-width: 1600px;
    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: 1600px;
    background-color: #000000;
    position: absolute; /*why it's not separete block*/
}
.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: 470px;
    background-color: var(--Black_blue);
    background: url(../../assets/images/Giant_Panda.png);
    background-position: 0 -105px;
}
/*----------------------------main---------------------*/
.main{
    height: 1480px;
    background:  linear-gradient(315.75deg, rgba(254, 210, 144, 0.7) 30.06%, #FEBDAB 100.95%, rgba(254, 210, 144, 0.7) 106.36%);
}
.content{
    padding-top: 40px;
}
h3{
    color:#fff;
    margin-bottom: 10px;
}
p+h3{
    color: #FE9013;
    margin-top: 40px;
    margin-bottom: 60px;
}

.inner{
    height: 964px;
    border-radius: 20px;
    background: rgba(253, 253, 255, 0.52);
    color:var(--Black_blue);
    padding: 40px 92px 62px;
}
.inner h2{
    color:#FE9013;
    padding-left: 250px;
}

.inner h4{
    padding-top: 21px;
}
.blocks{
    width: 532px;
    display: flex;
    justify-content: space-between;
    margin: 60px auto 48px;
    align-items:center;
}
.block1{
    width: 160px;
    text-align: center;
}

.progress{
    width: 976px;
    height: 40px;
    background-color:#72828E;
    border: 19px solid #404950;
    border-radius:2px;
    margin-top: 10px;
}

fieldset{
    width: 107%;
    display: flex;
    justify-content: space-between;
    top: -5px;
    position: relative;
    border:0;
    padding: 0;
}


.amount ul{
    margin-top: 25px;
}
.amount .btn-elips{
    margin-top: 34px;
    margin-bottom: 30px;
}

.progress-sum{
    margin-top: 15px;
    width: 991px;
    display: flex;
    justify-content: space-between;
}
.sum{
    width: 71px;
    display: flex;
    font-size: 26px;
    color:#404950;
}
.sum p{
    color:#404950;
}

.amount{
    width: 302px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.amount ul{
    display: flex;
    justify-content: space-between;
}
.amount form{
    display: flex;
    flex-direction: column;
}
.amount input[type=number]{
    padding: 10px;
    width: 268px;
    height: 54px;
    color:#BDBDBD;
    border: 1px solid #BDBDBD;
    border-radius:2px;
    background-color: transparent;
    margin-right: auto;
    margin-left: auto;
}
.input-icon{
    position: relative;
}
.input-icon > img {
    position: absolute;
    display: block;
    top: 18px;
    right: 32px;
    opacity: 50%;
  }

  .amount input[type='number'] {
  width: 268px;
  height: 54px;
  background:none;
  box-shadow: none !important;
  padding: 7px;
  margin-left: 14px;
}
  input[type=number] {
    -moz-appearance: textfield;
  }
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }




.amount input[type='radio'] {
    -webkit-appearance: none;/*обнуляет*/
    -moz-appearance: none;
}
.amount .switch {
    display: inline-block;
    position: absolute;
    margin-left: -28px;

    width: 16px;
    height: 16px;
    border-radius: 50px;
    border: 1px solid #FE9013;
  }
  .amount ul>li{
    display: flex;
    align-items: center;
  }
/*
  .switch::after  {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    /*transform: translateX(var(--x, 0));}*/
  .amount .switch:checked {
    background-color: #FE9013;
    border: 1px solid #F9804B;
  }
.amount .switch:disabled:not(:checked)::after {
    opacity: .6;
    background-color: #fff;
  }

/*
input[type='radio'] {
    --active: #FE9013;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .25);
    --border: #BBC1E1;
    --border-hover: #FE9013;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
  }
  */

/*
input[type='radio']:checked {
    --b: var(--active);
    --bc: var(--active);
}
input[type='radio']:not(:checked):not(:disabled):hover {
    --bc: var(--border-hover);
}
input[type='radio'] {
    --active: #FE9013;
    --border: #BBC1E1;
    width: 16px;
    height: 16px;
    border: 2px solid var(--bc, var(--border));
}
*/


/*----------------------------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---------------------*/

    header{
        width: 100%;
    }
    .navigation li{
        padding-right: 48px;
    }
    /*----------------------------banner---------------------*/
    .banner{
        height: 470px;
        background-color: var(--Black_blue);
        background: url(../../assets/images/Giant_Panda.png);
        background-position: 0 -105px;
    }
    /*----------------------------main---------------------*/
    .main{
        height: auto;
        padding-bottom: 28px;
    }
    .content h3{
        width: 780px;
        padding-bottom: 20px;
    }

    p+h3{
        margin-bottom: 25px;
    }
    .inner{ 
        height: auto;
        padding: 16px 20px 46px;
    }
    .inner h2{
        padding-left: 210px;
    }
    .inner h4{
        padding-top: 13px;
        width: 100%;
        text-align: center;
    }
    .blocks{
        width: 532px;
        display: flex;
        justify-content: space-between;
        margin: 60px auto 48px 176px;
        align-items:center;
    }
    .block1{
        width: 160px;
        text-align: center;
        margin-top: 50px;
    margin-right: -55px;
    }
    .inner div+p{
        padding-left: 45px;
    }
    .progress{
        width: 810px;
        height: 27px;
        background-color:#72828E;
        border: 12px solid #404950;
        border-radius:2px;
        margin-top: 18px;
        margin-right: auto;
        margin-left: auto;
        font-size: 26px;
    }
    .progress input[type=radio]:first-child, .progress-sum .sum:first-child{
        display: none;
    }
    fieldset{
        width: 116%;
        padding-right: 44px;
        display: flex;
        justify-content: space-between;
        top: -5px;
        left: -62px;
        position: relative;
        border: 0;
        padding: 0;
    }
    
    .progress-sum{
    margin-top: 15px;
    width: 855px;
    display: flex;
    justify-content: space-between;
    margin-left: 46px;
    }

    .amount form{
        font-family: Roboto;
        font-style: Regular;
        font-size: 16px;
        line-height: 140%;
    }
    .amount ul{
        display: flex;
        justify-content: space-evenly;
    }
    /*----------------------------footer---------------------*/

    footer{
        height: auto;
        padding-bottom: 30px;
    }
    .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;
        padding-left: 20px;
        padding-right: 20px;
    }
    /*----------------------------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: 15% 80%;
        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: 473px;
    }
    .ham-line{
        width: 18px;
        height: 2px;
        margin-bottom: 2px;
        background: #fff;
    }

    .author a{
        display: none;
    }
/*----------------------------banner---------------------*/
    .banner{
        height: 369px;
        background: url(../../assets/images/Giant_Panda-tablet.png)  no-repeat;
        background-position: center;
        background-size: cover;/**/
    }
    /*----------------------------main---------------------*/
    .main{
        height: auto;
        padding-bottom: 46px;
    }
    .content{
        padding-top: 30px;
    }
    p+h3 {
        margin-bottom: 14px;
        margin-top: 25px;
    }
    h3{
        margin-bottom: 35px;
        font-size: 36px;
    }
    .content h3:first-child{
        width: 600px;
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 120%;
        padding-bottom: 0px;
    }

    .inner{ 
        height: auto;
        padding: 30px 0px 30px;
    }
    .inner h2{
        padding-left: 0px;
        text-align: center;
    }
    .inner h4{
        padding-top: 20px;
        width: 100%;
        text-align: center;
    }
    .blocks{
        width: 532px;
        display: flex;
        justify-content: space-between;
        margin: 50px auto 27px 27px;
        align-items:center;
    }
    .block1{
        width: 160px;
        text-align: center;
        margin-top: 50px;
        margin-right: -55px;
    }
    .inner div+p{
        padding-left: 11px;
        padding-top: 11px;
    }
    .progress{
        width: 600px;
        height: 27px;
        background-color:#72828E;
        border: 12px solid #404950;
        border-radius:2px;
        margin-top: 8px;
        margin-right: auto;
        margin-left: auto;
        font-size: 26px;
    }


    .progress input[type=radio]:nth-of-type(2),
    .progress input[type=radio]:nth-of-type(3){
        display: none;
    }
    .progress-sum .sum:nth-of-type(3),
    .progress-sum .sum:nth-of-type(2){
        display: none;
    }

    fieldset{
        width: 139%;
        padding-right: 44px;
        display: flex;
        justify-content: space-between;
        top: -5px;
        left: -173px;
        position: relative;
        border: 0;
        padding: 0;
    }
    
    .progress-sum{
    margin-top: 15px;
    width: 600px;
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
    }
    .amount form{
        width: 218px;
        height: 94px;
        margin-left: auto;
        margin-right: auto;
    }
    .amount input[type='number'] {
        width: 180px;
        height: 42px;
        background: none;
        box-shadow: none !important;
        padding: 7px;
        right: 0;
        align-items:center;
    }
    .input-icon > img {
        position: absolute;
        display: block;
        top: 12px;
        right: 30px;
        opacity: 50%;
    }
    .amount ul{
        display: flex;
        justify-content: space-between;
    }
    .amount .switch {
        position: relative;
        margin-left: 0px;
      }
      .amount ul>li>label{
        position: relative;
        margin-left: 12px;
      }
/*----------------------------footer---------------------*/
footer{
    padding-bottom: 20px;
}
.start-line{
    padding-top: 13px;
    padding-right: 20px;
}
.middle-line{
    margin-top: 32px;
    padding-left: 0px;
}
.end-line{
    height: 52px;
    margin-top: 69px;
    padding-left: 0px;
    padding-right: 0px;
}
.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: 570px;
    bottom: 96px;
    width: 26px;
}
.social>ul>li>a{
    display: none;
}
.social li{
    margin-top: 20px;
}
.footer__navigation li{
    margin-right: 29px;/*29*/
    padding: 0px;
}
.footer__navigation li:first-child {
    margin-left: 0px;
}
.footer__navigation {
    position: relative;
    left: -30px;
}
.logo{
    margin-left: 0px;
}
}







/* 320px - 576px */
@media screen and (max-width: 639px) {
    .wrapper{
        width: 320px;
        padding-left: 10px;
        padding-right: 10px;
    }
    /*----------------------------header---------------------*/
    .logo{
        margin-left: 0px;
        text-align: center;
    }
    .ham-lines {
        left: 173px;
        top: 4px;
    }

/*----------------------------banner---------------------*/
.banner{
    height: 221px;
    background: url(../../assets/images/Giant_Panda-tablet.png) no-repeat;
    background-position: center;
    background-size: cover;/**/
}
/*----------------------------main---------------------*/
.main{
    height: auto;
    padding-bottom: 20px;
}
.content{
    padding-top: 30px;
}
p+h3 {
    margin-bottom: 0px;
    margin-top: 16px;
}
h3{
    margin-bottom: 30px;
    font-size: 24px;
}
.content h3:first-child{
    width: 300px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 120%;
    padding-bottom: 0px;
}

.inner{ 
    height: auto;
    padding: 20px 0px 20px;
}
.inner h2{
    padding-left: 0px;
    text-align: center;
    font-size: 24px;
}
.inner h4{
    padding-top: 10px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 140%;
}
.blocks{
    width: 300px;
    margin: 10px auto 4px 0px;
}
.blocks img:nth-child(3){
    width: 160px;
}
.blocks img:nth-child(2){
    width: 8px;
    margin-top: 16px;
}
.block1{
    width: 90px;
    text-align: center;
    margin-top: 30px;
    margin-right: -40px;
}
.block1 img{
    width: 46px;
}
.block1 p{
    font-size: 9px;
}


.inner div+p{
    padding-left: 0px;
    padding-top: 0px;
}
.progress{
    width: 300px;
    height: 13.5px;/*
    background-color:#72828E;*/
    border: 7px solid #404950;
    border-radius:2px;
    margin-top: 8px;
    margin-right: auto;
    margin-left: auto;
    font-size: 26px;
}


.progress input[type=radio]:nth-of-type(2),
.progress input[type=radio]:nth-of-type(3){
    display: none;
}
.progress-sum .sum:nth-of-type(3),
.progress-sum .sum:nth-of-type(2){
    display: none;
}

fieldset{
    width: 139%;
    padding-right: 44px;
    display: flex;
    justify-content: space-between;
    top: -5px;
    left: -80px;
    position: relative;
    border: 0;
    padding: 0;
}

.progress-sum{
margin-top: 10px;
width: 300px;
display: flex;
justify-content: space-between;
margin-left: 7px;
}
.sum {
    font-size: 13px;
}
.sum img{
    width: 5px;
}
.sum{
    width: 29px;
    display: flex;
    flex-direction: row;
}
.amount{
    margin-top: 25px;
}
.amount form{
    width: 218px;
    height: 94px;
    margin-left: auto;
    margin-right: auto;
}
.amount input[type='number'] {
    width: 180px;
    height: 42px;
    background: none;
    box-shadow: none !important;
    padding: 7px;
    right: 0;
    align-items:center;
}
.input-icon > img {
    position: absolute;
    display: block;
    top: 12px;
    right: 30px;
    opacity: 50%;
}
.amount ul{
    display: flex;
    justify-content: space-between;
}
.amount .switch {
    position: relative;
    margin-left: 0px;
  }
  .amount ul>li>label{
    position: relative;
    margin-left: 12px;
  }
  .amount .btn-elips {
    margin-top: 21px;
  }








/*----------------------------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: 0px;
    padding-right: 0px;
}
.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: 0px;
    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;
}
}