@media (max-width: 1024px) {

    /*Переход по страницам*/
    .conteiner1 {
        width: 600px;
    }

    .conteiner1 .btn {
        width: 190px;
        height: 50px;
        margin: 5px;
    }

    .conteiner1 .btn:hover a {
        letter-spacing: 2px;
    }

    /*Контент*/
}

@media (max-width: 768px) {

    /*Переход по страницам*/
    .conteiner1 {
        display: none;
    }

    .header {
        height: 80px;
    }

    .navigation {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
        margin: 0 10px;
        width: 100px;
        height: 50px;
        background: #0169b2;
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        overflow: hidden;
        display: block;
    }

    .navigation.active {
        width: 250px;
        height: 190px;
    }

    .navigation .toggle {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
        width: 100px;
        height: 50px;
        background: #0169b2;
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
    }

    .navigation .toggle:before {
        content: 'Menu';
        margin-right: 10px;
        color: aliceblue;
    }

    .navigation .toggle.active:before {
        content: 'Close';
        margin-right: 10px;
        color: aliceblue;
    }

    .navigation .toggle span {
        margin-right: 10px;
        position: relative;
        width: 20px;
        height: 50px;
    }

    .navigation .toggle span::before {
        content: '';
        position: absolute;
        top: 20px;
        left: 0;
        width: 100%;
        height: 2px;
        background: #fff;
        transition: 0.5s;
    }

    .navigation .toggle span::after {
        content: '';
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        height: 2px;
        background: #fff;
        transition: 0.5s;
    }

    .navigation .toggle.active span::before {
        transform: rotate(225deg);
        top: 24px;
    }

    .navigation .toggle.active span::after {
        transform: rotate(135deg);
        bottom: 24px;
    }

    .navigation ul {
        position: relative;
        background: #111;
    }

    .navigation ul li {
        list-style: none;
    }

    .navigation ul li a {
        position: relative;
        text-decoration: none;
        display: block;
        padding: 10px 20px;
        height: 50px;
        color: #fff;
        font-size: 18px;
        transition: 1s;
    }

    .navigation ul li a:hover {
        transition: 0s;
        background: #2196f3;
    }

    /*Контент*/

}

@media (max-width: 425px) {

    /*Переход по страницам*/
    .conteiner1 {
        display: none;
    }

    .header {
        height: 80px;
    }

    .navigation {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
        margin: 0 10px;
        width: 100px;
        height: 50px;
        background: #0169b2;
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        overflow: hidden;
        display: block;
    }

    .navigation.active {
        width: 250px;
        height: 190px;
    }

    .navigation .toggle {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
        width: 100px;
        height: 50px;
        background: #0169b2;
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
    }

    .navigation .toggle:before {
        content: 'Menu';
        margin-right: 10px;
        color: aliceblue;
    }

    .navigation .toggle.active:before {
        content: 'Close';
        margin-right: 10px;
        color: aliceblue;
    }

    .navigation .toggle span {
        margin-right: 10px;
        position: relative;
        width: 20px;
        height: 50px;
    }

    .navigation .toggle span::before {
        content: '';
        position: absolute;
        top: 20px;
        left: 0;
        width: 100%;
        height: 2px;
        background: #fff;
        transition: 0.5s;
    }

    .navigation .toggle span::after {
        content: '';
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        height: 2px;
        background: #fff;
        transition: 0.5s;
    }

    .navigation .toggle.active span::before {
        transform: rotate(225deg);
        top: 24px;
    }

    .navigation .toggle.active span::after {
        transform: rotate(135deg);
        bottom: 24px;
    }

    .navigation ul {
        position: relative;
        background: #111;
    }

    .navigation ul li {
        list-style: none;
    }

    .navigation ul li a {
        position: relative;
        text-decoration: none;
        display: block;
        padding: 10px 20px;
        height: 50px;
        color: #fff;
        font-size: 18px;
        transition: 1s;
    }

    .navigation ul li a:hover {
        transition: 0s;
        background: #2196f3;
    }

    /*Контент*/
    
    body::before {
        clip-path: circle(15% at 25% 25%)
    }

    body::after {
        clip-path: circle(15% at 75% 88%)
    }
}

@media (max-width: 360px) {

    /*Переход по страницам*/
    .conteiner1 {
        display: none;
    }

    .header {
        height: 80px;
    }

    .navigation {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
        margin: 0 10px;
        width: 100px;
        height: 50px;
        background: #0169b2;
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        overflow: hidden;
        display: block;
    }

    .navigation.active {
        width: 250px;
        height: 190px;
    }

    .navigation .toggle {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
        width: 100px;
        height: 50px;
        background: #0169b2;
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
    }

    .navigation .toggle:before {
        content: 'Menu';
        margin-right: 10px;
        color: aliceblue;
    }

    .navigation .toggle.active:before {
        content: 'Close';
        margin-right: 10px;
        color: aliceblue;
    }

    .navigation .toggle span {
        margin-right: 10px;
        position: relative;
        width: 20px;
        height: 50px;
    }

    .navigation .toggle span::before {
        content: '';
        position: absolute;
        top: 20px;
        left: 0;
        width: 100%;
        height: 2px;
        background: #fff;
        transition: 0.5s;
    }

    .navigation .toggle span::after {
        content: '';
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        height: 2px;
        background: #fff;
        transition: 0.5s;
    }

    .navigation .toggle.active span::before {
        transform: rotate(225deg);
        top: 24px;
    }

    .navigation .toggle.active span::after {
        transform: rotate(135deg);
        bottom: 24px;
    }

    .navigation ul {
        position: relative;
        background: #111;
    }

    .navigation ul li {
        list-style: none;
    }

    .navigation ul li a {
        position: relative;
        text-decoration: none;
        display: block;
        padding: 10px 20px;
        height: 50px;
        color: #fff;
        font-size: 18px;
        transition: 1s;
    }

    .navigation ul li a:hover {
        transition: 0s;
        background: #2196f3;
    }

    /*Контент*/
    
    body::before {
        clip-path: circle(15% at 25% 25%)
    }

    body::after {
        clip-path: circle(15% at 75% 88%)
    }
}

