@media screen and (max-width: 1220px){
    section{
        margin: 40px 20px;
    }
    section.advantages{
        margin: 40px 0;
    }
    section.advantages .container{
        margin: 0 20px;
    }
}
@media screen and (max-width: 1080px){
    .menu__list{
        position: absolute;
        display: none;
        margin-top: 75px;
        background-color: #fff;
        width: 100%;
        left: 0;
        top: 0;
    }
    .menu__list.mobile{
        display: block;
    }
    .menu{
        margin: 0 20px;
    }
    .menu__list nav{
        padding: 30px 25px;
        border-bottom: 1px solid #ccc;
    }
    .banner__container.mtop{
        margin-top: 70px;
    }
    .menu__list ul{
        flex-wrap: wrap;
        gap: 25px 12px;
    }
    .menu__list a{
        color: black;
        padding: 4px 10px;
    }
    .menu__list a.active{
        background-color: #FBE86B;
        padding: 4px 10px;
        border-radius: 5px;
    }
    #nav-icon3.open .menu__list{
        display: none;
    }
    #nav-icon3 {
        width: 135px;
        height: 35px;
        position: relative;
        margin: 12px 0;
        transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    #nav-icon3 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 35px;
        background: #fff;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }
    #nav-icon3 span:nth-child(1) {
        top: 4px;
    }
    #nav-icon3 span:nth-child(2),
    #nav-icon3 span:nth-child(3) {
        top: 13px;
    }
    #nav-icon3 span:nth-child(4) {
        top: 23px;
    }
    #nav-icon3.open span:nth-child(1) {
        top: 18px;
        width: 0;
        left: 50%;
    }
    #nav-icon3.open span:nth-child(2) {
        transform: rotate(45deg);
    }
    #nav-icon3.open span:nth-child(3) {
        transform: rotate(-45deg);
    }
    #nav-icon3.open span:nth-child(4) {
        top: 18px;
        width: 0;
        left: 50%;
    }
}
@media screen and (max-width: 900px) {
    .about__text {
        margin-top: 20px;
        margin-left: 10px;
    }
    .work__content {
        grid-template-columns: 1fr 1fr;
    }
    .about__content {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr auto;
    }
}
@media screen and (max-width: 829px) {
    .menu__list{
        margin-top: 75px;
    }
    .banner__container.mtop{
        margin-top: 105px;
    }
}
@media screen and (max-width: 823px) {
    .footer__container {
        background-image: url(../img/bg-footer2.svg);
        height: 528px;
    }

    .footer__content {
        display: block;
        flex-direction: column;
    }

    .footer__content li {
        margin-bottom: 25px;
    }

    .footer__content li a {
        font-size: 22px;
    }

    footer ul {
        display: block;
        margin-left: 65px;
    }
}
@media screen and (max-width: 768px){
    h1 {
        font-size: 35px;
        margin-top: 55px;
    }
    #nav-icon3{
        width: 90px;
    }
    .banner__container .btn-url-bot span{
        font-size: 13px;
    }
    .banner__container .btn-url-bot{
        padding: 10px;
    }
    .banner__container {
        height: 335px;
    }
    .banner__container p{
        font-size: 18px;
    }
    .banner__phone__number{
        width: 190px;
        height: 30px;
        padding: 5px;
    }
    .footnote-link1 a{
    font-size: 10px;

}
    .banner__container a{
        margin-top: 3px;
        font-size: 20px;
    }
    .about__img img{
        width: 100%;
    }
    .work__time{
        margin-top: 0;
    }
    .work__time{
       width: 100px;
    }
    .work__time__icon{
        margin-top: 8px;
    }
    .work__time__text p{
        font-size: 12px;
        font-weight: 700;
        margin-top: 10px;
    }
    .about__content{
        flex-direction: column;
        align-items: center;
    }
    .about__text{
        margin-top: 20px;
    }
    .work__content{
        grid-template-columns: 1fr 1fr;
    }
    .be__careful__content{
        display: flex;
        flex-direction: column;
    }
    .be__careful__text{
        margin-top: 20px;
    }
    .contacts__content__text {
        top: 300px;
        left: 50%;
        margin-left: -155px;
    }
    #contacts{
        padding-bottom: 120px;
    }
    a.footnote-link1 {
    font-size: 15px;       /* уменьшить, как у сносок */
}
@media screen and (max-width: 770px){

}
@media screen and (max-width: 760px){
    .advantages__container {
        display: grid;
        gap: 40px 40px;
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 723px) {
    .left__content > div:nth-child(2) {
        margin-top: 28px;
    }
    .left__content > div:nth-child(3) {
        margin-top: 28px;
    }
    .right__content div {
        margin-top: 24px;
    }
}
@media screen and (max-width: 710px){
    .price__content {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: center;
    }
}