
body {
	background-color: /*#1e2625*/ #223c38;
	
}



@media (min-width: 768px) {
    #hero {
        background: url(../img/bg.jpg) no-repeat 50%;
        background-size: cover;
        height: 60vw;
    }
}

@media (max-width: 767px) {
	#hero {
            background: url(../img/bg.jpg) no-repeat 50%;
    background-size: cover;
    height: 100vh;
    margin-top: -76px;
    display: flex;
    align-items: center;
    padding: 140px 0;
    text-align: center;
    }
}


#some_bk_1 {
    background: url(../img/bg_3.jpg) no-repeat 50%;
    background-size: cover;
   
}

#icecream {
    background: url(../img/bg_2.jpg) no-repeat 50%;
    background-size: cover;

}

header .logo img {
    width: 57px;
}
header {
	    padding: 10px 0 0;
}
#banner_1 {
	background-color: #1e2625;
}

#support {
    background: url(../img/translucent-image.png) no-repeat 50%;
	    background-size: contain;
		margin: 40px;
}

.btn {
    display: flex;
    height: 51px;
    line-height: 51px;
    background: #223c38;
    width: -moz-fit-content;
    width: fit-content;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    border: none;
    padding: 0 20px;
    font-size: 15px;
    font-family: Roboto;
    border-radius: 0;
    opacity: 1;
    transition: all .3s cubic-bezier(.76, 0, .24, 1);
}

#form_1, #form_2, footer {
    background: #1e2625;
}

@media (min-width: 1170px) {
    footer {
        padding-top: 200px;
        padding-bottom: 100px;
        background: #1e2625 linear-gradient(transparent, rgba(0, 0, 0, .5));
    }
}

#form_1 .input_wrapper input, #form_2 .input_wrapper input, footer .input_wrapper input {
    background-color: #223c38;
    border: none;
    color: #fff;
}

footer .logo {
    width: 100%;
    margin-top: 40px;
    text-align: center;
}

footer .logo img {
max-width: 90px;
}
#benefits ul li .num {
    font-size: 50px;
    color: #499989;
}
.mxform .input_wrapper.required:before {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 5px;
    height: 5px;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background: #499989;
}


#burger~.burger span {
    flex-shrink: 0;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    background: #499989;
    position: relative;
    display: block;
    transition: all .3s cubic-bezier(.76, 0, .24, 1);
}

.links a img {

    width: 45px;

}
@media (max-width: 767px) {
header .rs {

    background: #223c38;


}
}
#benefits ul {
    display: grid;

    gap: 30px;
    grid-template-columns: 1fr 1fr;
}

#benefits ul li .num {
    font-size: 40px;
 
}