@media screen and (max-width: 1600px){
    .content {
        padding: 50px;
    }
    .logotype {
        font-size: 30px;
        height: 52px;
        width: 220px;
    }
    .logotype div{
        width: 68px;
    }
    .sp-block {
        bottom: 0px;
        left: 50px;
    }
    .img-sp img {
        width: 110px;
        height: 110px;
    }
    .name-sp {
        font-size: 20px;
    }
    .grey-block {
        padding-top: 15px;
        font-size: 18px;
    }
    .all-btn a {
        display: block;
        margin: 40px 0;
        font-size: 18px;
        /*padding: 25px 10px;*/
        /*width: 260px;*/
    }
    .all-btn a i {
        position: absolute;
        top: 21px;
        left: 20px;
        font-size: 26px;
    }
    .all-btn a {
        display: block;
        margin: 30px 0;
    }
    .pay-bottom img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-right: 10px;
    }
    .pay-bottom {
        margin-top: 50px;
        margin-left: 19px;
    }
    .telegram i {
        font-size: 40px;
    }
    .telegram {
        font-size: 12px;
        top: 110px;
    }
    .all-btn a i {
        top: 23px;
        left: 13px;
    }
    .content {
        min-height: calc(100vh - 150px);
    }
    .right-btn{
        bottom:0px;
        width: 515px;
    }
    .center-text {
        position: absolute;
        top: 72%;
    }
    .bg-square {
        width: 60%;
    }
    .footer{
        margin-top: 0px;
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 1400px){
    .main-text {
        font-size: 54px;
        margin-top: 50px;
    }
    .center-text {
        position: absolute;
        top: 67%;
    }
    .center-text{
        font-size: 18px;
    }
}
@media screen and (max-width: 1300px){
    .bg-square {
        width: 50%;
    }
}
@media screen and (max-width: 1220px){
    .technical-work{
        font-size: 16px;
        padding: 30px;
    } 
    .right-btn{
        position: relative;
        width: 100%;
    }
    .telegram {
        position: absolute;
        top: 50px;
    }
    .main-text{
        text-align: center;
    }
    .grey-block{
        text-align: center;
    }
    .right-btn{
        margin: 50px auto;
        align-items: start;
        min-height: auto;
        display: block;
        width: 280px;
    }
    .pay-bottom{
        margin: 0px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding-top: 30px;
    }
    .pay-bottom img{
        margin: 0px;
    }
    .sp-block{
        position: relative;
        left: auto;
        margin: 70px auto 10px auto;
        justify-content: center;
    }
    .btn-form input{
        opacity: 1;
    }
    .title {
        line-height: 110%;
    }
    .telegram{
        top: auto;
        bottom: 20px;
        right: 20px;
        position: fixed;
    }
    .telegram span{
        display: none;
    }
    .telegram br{
        display: none;
    }
    .small-center-text{
        display: block;
    }
    .center-text{
        display: none;
    }
    .bg-square{
        position: static;
        display: block;
        margin: 0 auto;
        width: 70%;
        transform: none;
        margin-top:-20px;
        margin-bottom: -20px;
    }
    .grey-block{
        font-size: 22px;
        opacity: 0.8;
        font-weight: 200!important;
        font-style: italic;
        padding-top: 0px;
    }
    .wrapper{
        min-height: 100lvh;
    }
}
@media screen and (max-width: 850px){
    .nav{
        display: block;
    }
    .nav a{
        display: block;
        margin: 5px 0;
        text-align: right;
        font-size: 12px;
    }
}
@media screen and (max-width: 769px){
    .main-text {
        font-size: 36px;
    }
    .logotype div {
        padding-top: 12px;
    }
    .grey-block {
        padding-top: 15px;
        font-size: 18px;
    }
    .content{
        padding: 40px 10px;
    }
    .main-form {
        max-width: 90%;
    }
    .flex-between {
        font-size: 11px;
    }
    .btn-form input {
        background: linear-gradient(52deg, rgb(29 61 71) 0%, rgb(46 103 117) 100%);
    }
    .page-rule{
        font-size: 12px;
    }
    .logotype {
        font-size: 18px;
        height: 40px;
        width: 150px;
    }
    .bg-square {
        width: 90%;
    }
    .small-center-text{
        padding-top: 5px;
    }
    .all-btn a{
        background: linear-gradient(52deg, rgb(161 130 58 / 64%) 0%, rgb(225 201 140 / 56%) 100%) !important;
    }
    .logotype div {
        padding: 0px;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .capcha-row{
        display: block;
    }
    .capcha-row input, .capcha-row img{
        display: block;
        margin: 0 auto 10px auto;
    }
}
@media screen and (max-width: 360px){
    .bg-square {
        width: 100%;
    }
    .grey-block {
        padding-top: 15px;
        font-size: 16px;
    }
    .content{
        padding: 40px 10px 70px 10px;
    }
    .main-text {
        font-size: 28px;
    }
    .all-btn a {
        display: block;
        margin: 40px 0;
        font-size: 16px;
        padding: 20px 10px;
        width: 240px;
    }
    .right-btn{
        width: 260px;
    }
    .pay-bottom img {
        width: 40px;
        height: 40px;
        margin: 0 7px;
    }
    .pay-bottom{
        justify-content: center;
    }
    .img-sp img {
        width: 80px;
        height: 80px;
    }
    .name-sp {
        font-size: 16px;
        padding-bottom: 2px;
    }
    .social-line a {
        margin: 0 4px;
        font-size: 18px;
    }
    .text-sp {
        font-size: 14px;
    }
    .social-line {
        padding-top: 7px;
    }
    .img-sp img {
        width: 90px;
        height: 90px;
    }
    .text-sp {
        font-size: 14px;
        margin-left: 20px;
    }
    .main-text {
        margin-top: 50px;
    }
    .all-btn a i {
        top: 17px;
    }
    .submit-btn{
        flex-wrap: wrap;
    }
}
