.donate{
    width: 1280px;
    margin: 0 auto;
}
.donate-header-wrapper iframe{
    width: 49%;
}
.donate-title{
    margin: 0 auto;
    font-size: 25px;
    margin-top: 30px;
    width: fit-content;
}
.yandex-money-iframe{
    margin-top: 75px;
    float: left;
}
.donate-title-line{
    width: 110%;
    height: 3px;
    background: #faaf41;
    margin-left: -5%;
    margin-top: 10px;
    margin-bottom: 30px;
}
.youtube-video{
    float: right;
}
.donate-header-wrapper{
    overflow: hidden;
}
.donate-letter{
    padding: 40px 25px;
    background: #f2f7f6;
    margin-top: 60px;
}
.donate-letter-title{
    font-size: 25px;
    color: #1b75bb;
    margin-bottom: 20px;
}
.donate-letter-text{
    color: rgb(104, 104, 104);
}
.donate-item-text{
    text-align: center;
}
.donate-items-wrapper{
    overflow: hidden;
}
.donate-item-wrapper{
    float: left;
    width: calc(33% - 16px);
    margin-right: 30px;
    border: 1px solid rgb(223, 223, 223);
    box-sizing: border-box;
    margin-top: 60px;
    height: 220px;
    cursor: pointer;
}
.donate-item-wrapper:nth-last-child(1){
    margin-right: 0px;
}
.donate-item-img{
    height: 60px;
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.donate-item-text{
    font-size: 20px;
    margin-bottom: 40px;
    color: rgb(78, 78, 78);
}
.donate-item-img-alfa img{
    margin-top: 15px;
}
.donate-sp-item{
    float:left;
    width: 33%;
    height: 3px;
    margin-top: 28.5px;
    background: #faaf41;
}
.donate-sp-wrapper{
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 30px;
}
.donate-sp-middle{
    height: 60px;
    margin-top: 0;
    background: white;
}
.donate-sp-button{
    padding: 15px 25px;
    background: #1b75bb;
    color: white;
    width: fit-content;
    font-size: 20px;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 3px;
    cursor:pointer;
    transition: 0.3s;
}
.donate-sp-button:hover{
    background: #faaf41;
}
.donate-item-pay{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    cursor: auto;
    display: none;
}
.donate-item-black{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.donate-item-pay-text{
    position: absolute;
    left: calc(50% - 400px);
    width: 800px;
    box-sizing: border-box;
    padding: 10px 40px 60px 40px;
    background: white;
    top: calc(50% - 200px);
}
.donate-item-close-wrapper{
    height: 60px;
    width: 800px;
    overflow: hidden;
    margin-bottom: 20px;
    margin-left: -40px;
    border-bottom: 1px solid rgb(224, 224, 224);
}
.donate-item-close{
    float: right;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.2s;
    margin-right: 10px;
    margin-top: -10px;
}
.donate-item-close:hover{
    color: #faaf41;
}
.donate-item-title{
    font-size: 25px;
    margin-top: 10px;
    float: left;
    margin-left: 40px;
}

.sp-block{
    overflow: hidden;
}
.sp-title{
    float: left;
}
.sp-close{
    float: right;
    font-size: 30px;
    font-weight: bold;
    margin-right: 15px;
    cursor: pointer;
    transition: 0.2s;
}
.sp-close:hover{
    color: #faaf41;
}
.sp-left-block{
    float: left;
    width: 50%;
    padding-left: 40px;
    box-sizing: border-box;
    padding-right: 20px;
}
.sp-right-block{
    float: right;
    width: 50%;
    padding-right: 40px;
    box-sizing: border-box;
}
.sp-con{
    width: 800px;
    overflow: hidden;
    position: absolute;
    top: calc(50% - 350px);
    left: calc(50% - 400px);
    background: white;
    z-index: 8;
    max-height: 700px;
    overflow-y: auto;
}
.sp-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.sp-black{
    z-index: 7;
    background: rgba(0, 0, 0, 0.205);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
}
.sp-left-block img{
    width: 200px;
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
}
.sp-right-block input{
    width: 100%;
    height: 35px;
    font-size: 16px;
    padding-left: 7px;
    outline: none;
    margin-top: 5px;
    margin-bottom: 15px;
    border: 1px solid rgb(196, 196, 196);
    border-radius: 5px;
}
.sp-title{
    line-height: 60px;
    font-size: 25px;
    margin-left: 40px;
    color: #1b75bb;
}
.sp-block{
    padding-bottom: 0px;
    border-bottom: 1px solid rgb(224, 224, 224);
    margin-bottom: 30px;
}
.sp-con textarea{
    width: 100%;
    resize: vertical;
    margin-top: 10px;
    margin-bottom: 15px;
    border: 1px solid rgb(196, 196, 196);
    border-radius: 5px;
}
.sp-button{
    width: fit-content;
    padding: 15px 20px;
    background: #1b75bb;
    color: white;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 40px;
    transition: 0.2s;
    cursor: pointer;
}
.sp-button:hover{
    background: #faaf41;
}
@media screen and (max-width: 600px) {
    .donate{
        width: 100%;
    }
    .donate-title{
        text-align: center;
        font-size: 18px;
    }
    .donate-title-line{
        width: 100%;
        margin-left: 0px;
    }
    .yandex-money-iframe{
        float: none;
        width: 100%;
        margin-top: 5px;
    }
    .donate-header-wrapper iframe{
        width: 90%;
        margin-left: 5%;
    }
    .youtube-video{
        float: none;
        margin-top: 30px;
    }
    .donate-letter-title{
        font-size: 18px;
    }
    .donate-letter-text{
        font-size: 14px;
    }
    .donate-item-wrapper{
        width: 90%;
        float: none;
        margin-left: 5%;
        margin-top: 30px;
    }
    .donate-sp-button{
        font-size: 14px;
        width: 130px;
        text-align: center;
    }
    .donate-sp-item{
        width: calc(50% - 90px);
    }
    .donate-sp-middle{
        width: 180px;
    }
    .donate-item-pay-text{
        width: 100%;
        left: 0px;
        padding: 10px 15px 30px 15px;
        font-size: 14px;
    }
    
    .donate-item-title{
        font-size: 18px;
        margin-left: 0px;
    }
    .donate-item-close-wrapper{
        width: 100%;
        margin-left: 0px;
        text-align: center;
        position: relative;
        overflow: visible;
    }
    .donate-item-close{
        position: absolute;

        right: -20px;
        font-weight: 300;
    }
    .sp-left-block{
        float: none;
        width: 100%;
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;

    }
    .sp-con{
        left: 0px;
        width: 100%;
        height: calc(100% - 100px);
        bottom: 50px;
        top: unset;
    }
    .sp-left-block img{
        float: none;
        display: block;
        margin-left: calc(50% - 100px);
        margin-bottom: 15px;
    }
    .sp-right-block{
        float: none;
        width: 90%;
        margin-left: 5%;
        text-align: center;
        padding-right: 0px;
        margin-top: 25px;
        color: #1b75bb;
        font-size: 14px;
    }
    .sp-title{
        font-size: 12px;
    }
    .sp-title{
        width: 80%;
        float: left;
        margin-left: 15px;
        line-height: 38px;
    }
    .sp-button{
        font-size: 14px;
    }
    
}