    @media all and (max-width:640px) {
        .payment {
            flex-wrap: wrap;
        }
        .payment .method-1 {
            margin-bottom: 10px;
        }
        .account .account-1 {
            text-transform: uppercase;
            font-family: Roboto-Bold;
            font-size: 50px;
            margin-bottom: 10px;
        }
    }
    @media only screen and (max-width: 1120px) {
        .logo {
            height: 56px!important;
            margin-left: 17px;
        }
        .header {
            height: 56px;
        }
        .header-container {
            width: auto;
        }
        .burger {
            display: inline-block;          
            height: 56px;
            width: 90px;
            
            line-height: 60px;
            text-align: center;
            font-size: 25px;
            color: #fff;
            cursor: pointer;
        }
        .icon-bars {
            font-size: 55px;
            font-weight: 600;
        }
        .header-container .phone {
            display: none;
        }
    }
    
    @media all and (max-width:500px) {
        .title {
            margin-left: 10px;
        }
        .title .title-1 {
            margin-bottom: 15px;
            margin-left: 15px;
            font-size: 32px;
            text-transform: uppercase;
        }
        .title .title-2 {
            margin-bottom: 30px;
	    margin-left:15px;
            font-size: 14px;
        }
        .main-header {
            margin-top: 30px;
            display: block;
        }
        .account .account-1 {
            text-transform: uppercase;
            font-family: Roboto-Bold;
            font-size: 45px;
            margin-bottom: 10px;
        }
        .account .account-2 {
            padding: 0 35px;
            font-family: Roboto-Regular;
            font-size: 14px;
        }
        .main-header img {
            margin: 0px 60px 10px 0px;
            width: 35px;
            height: 30px;
        }
        .main-body {
            padding: 15px 25px;
            text-align: center;
            width: 100%;
            max-width: 780px;
            /*height: 445px;*/
	    min-height: fit-content;
            background-color: #f0f0f000;
            /* Цвет фона */
            background-image: linear-gradient(#ee4d4d 150px, #ffffff 151px);
            border-radius: 30px;
            margin: auto;
            border: none;
        }
        .recomend-account .recomend-account-2 {
            font-size: 35px;
            margin-bottom: 30px;
        }
        .recomend-account .recomend-account-1 {
            font-weight: 500;
        }
        .account {
            color: #ffffff;
            margin-bottom: 65px;
        }
        .payment .method-1 {
            margin-bottom: 10px;
        }
        .backgroud_img {
            height: 325px;
        }
    }
    
    @media all and (max-width:350px) {
        .backgroud_img {
            background-image: url(../img/Oblaca-mob.png);
            background-size: 100%;
        }
    }


.burger2 {
    display: inline-block;          
            height: 50px;
            width: 50px;
            margin-top:5px;
            margin-left:25px;
            line-height: 60px;
            text-align: center;
            color: #fff;
            cursor: pointer;
}
