@media (max-width: 1200px) {

    .container {
        width: 1000px;
    }

    /* header start  */

    .header__wrapper {
        padding: 20px 0 10px 0;
    }

    .header__sign a {
        font-size: 18px;
    }

    .header__nav nav ul li a {
        font-size: 16px;
    }

    .header__lan>button {
        font-size: 10px;
    }

    /* header end  */

    /* intro start  */
    .intro__wrapper {
        width: 1000px;
        margin-top: 90px;
        padding: 141px 0 141px 45px;
    }

    /* intro end  */

    /* about start  */

    .about__wrapper {
        padding: 50px 0;
    }


    .about__image img {
        width: 450px;
    }

    .about__rigth .about__text h4 {
        font-size: 40px;
    }

    .about__rigth .about__text p {
        font-size: 20px;
        line-height: 38px;
    }

    .about__left .about__text h4 {
        font-size: 40px;
    }

    .about__left .about__text p {
        font-size: 20px;
        line-height: 38px;
    }

    .about__wrapper br {
        display: none;
    }

    /* about end  */

    /* chans start  */

    .chans__wrapper {
        padding: 40px 0 60px 0;
    }

    .chans__title {
        font-size: 30px;
        text-align: center;
        padding-bottom: 40px;
    }

    .chans__cards {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        /* align-items: center; */
    }

    .chans__card {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;

        width: 280px;
        height: 200px;
    }

    .chans__card br {
        display: none;
    }


    .chans__card img {
        padding-bottom: 20px;
    }

    .chans__card h4 {
        font-size: 16px;
        text-align: center;
    }

    .chans__card p {
        text-align: center;
        font-size: 16px;
    }

    .chans__padding {
        padding-top: 50px;
    }

    /* chans end  */

    /* mission start  */

    .mission {
        background-color: #138A61;
        clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    }

    .miss__wrapper h4 {
        text-align: center;
        color: #fff;
        font-size: 26px;

        padding: 32px 0 46px 0;
    }

    .miss__wrapper h3 {
        text-align: center;
        color: #fff;
        padding-bottom: 50px;
        font-size: 40px;
    }

    /* mission end  */


    /* contact start  */
    .contact__wrapper {
        text-align: center;

        padding-top: 40px;
    }

    .contact__wrapper h3 {
        color: #138A61;
        font-size: 26px;
        font-weight: 700;
        text-transform: uppercase;

        padding-bottom: 26px;
    }

    .contact__wrapper p {
        font-size: 20px;
        text-transform: uppercase;

        padding-bottom: 16px;
    }

    .contact__wrapper h4 {
        font-size: 20px;
        padding-bottom: 16px;
    }

    .social__icons {
        margin-bottom: 70px;
    }

    .social__icons img {
        padding: 0 15px;
    }

    /* contact end  */

    /* footer start  */

    .footer {
        background-color: #D9D9D9;
    }

    .footer__wrapper {
        padding: 10px 0;
    }

    .footer__wrapper p {
        text-align: center;
        font-size: 12px;
        text-transform: uppercase;
    }

    /* footer end  */
}

@media (max-width: 1000px) {
    .container {
        width: 800px;
    }

    /* header start  */

    .header__wrapper {
        padding: 10px 0 8px 0;
    }

    .header__sign a {
        font-size: 12px;
    }

    .header__nav nav ul li a {
        font-size: 12px;
    }

    .header__lan>button {
        font-size: 8px;
    }

    .header__logo a img {
        width: 100%;
    }

    .header__nav nav ul {
        gap: 23px;
    }


    /* header end  */

    /* intro start  */
    .intro__wrapper {
        width: 800px;
        margin-top: 90px;
        padding: 111px 0 111px 40px;
    }

    .intro__wrapper h3 {
        font-size: 35px;
        padding: 5px;
        max-width: 350px;
    }

    .intro__wrapper h4 {
        color: white;
        font-size: 30px;
    }

    /* intro end  */

    /* about start  */

    .about__wrapper {
        padding: 50px 0;
    }


    .about__image img {
        width: 450px;
    }

    .about__rigth .about__text h4 {
        font-size: 25px;
    }

    .about__rigth .about__text p {
        font-size: 16px;
        line-height: 30px;
    }

    .about__left .about__text h4 {
        font-size: 25px;
    }

    .about__left .about__text p {
        font-size: 16px;
        line-height: 30px;
    }

    .about__wrapper br {
        display: none;
    }

    /* about end  */

    /* chans start  */

    .chans__wrapper {
        padding: 30px 0 40px 0;
    }

    .chans__title {
        font-size: 24px;
        text-align: center;
        padding-bottom: 30px;
    }

    .chans__cards {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        /* align-items: center; */
    }

    .chans__card {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;

        width: 200px;
        height: 160px;
    }

    .chans__card br {
        display: none;
    }


    .chans__card img {
        padding-bottom: 20px;
        width: 50px;
    }

    .chans__card h4 {
        font-size: 12px;
        text-align: center;
    }

    .chans__card p {
        text-align: center;
        font-size: 12px;
    }

    .chans__padding {
        padding-top: 50px;
    }

    /* chans end  */

    /* mission start  */

    .mission {
        background-color: #138A61;
        clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    }

    .miss__wrapper h4 {
        text-align: center;
        color: #fff;
        font-size: 23px;

        padding: 22px 0 36px 0;
    }

    .miss__wrapper h3 {
        text-align: center;
        color: #fff;
        padding-bottom: 40px;
        font-size: 30px;
    }

    /* mission end  */


    /* contact start  */
    .contact__wrapper {
        text-align: center;

        padding-top: 40px;
    }

    .contact__wrapper h3 {
        color: #138A61;
        font-size: 22px;
        font-weight: 700;
        text-transform: uppercase;

        padding-bottom: 26px;
    }

    .contact__wrapper p {
        font-size: 16px;
        text-transform: uppercase;

        padding-bottom: 16px;
    }

    .contact__wrapper h4 {
        font-size: 16px;
        padding-bottom: 16px;
    }

    .social__icons {
        margin-bottom: 70px;
    }

    .social__icons img {
        padding: 0 15px;
    }

    /* contact end  */

    /* footer start  */

    .footer {
        background-color: #D9D9D9;
    }

    .footer__wrapper {
        padding: 10px 0;
    }

    .footer__wrapper p {
        text-align: center;
        font-size: 12px;
        text-transform: uppercase;
    }

    /* footer end  */
}

@media (max-width:850px) {
    .container {
        width: 650px;
    }

    /* header start  */

    .header__wrapper {
        padding: 10px 0 8px 0;
    }

    .header__sign a {
        font-size: 10px;
        padding: 4px 0;
        width: 60px;
    }

    .header__nav nav ul li a {
        font-size: 10px;
    }

    .header__lan>button {
        font-size: 6px;
    }

    .header__logo a img {
        width: 80%;
    }

    .header__nav nav ul {
        gap: 13px;
    }





    /* header end  */

    /* intro start  */
    .intro__wrapper {
        width: 650px;
        margin-top: 70px;
        padding: 91px 0 91px 30px;
    }

    .intro__wrapper h3 {
        font-size: 25px;
        padding: 5px;
        max-width: 280px;
    }

    .intro__wrapper h4 {
        color: white;
        font-size: 25px;
    }

    /* intro end  */

    /* about start  */

    .about__wrapper {
        padding: 50px 0;
    }


    .about__image img {
        width: 250px;
    }

    .about__rigth .about__text h4 {
        font-size: 20px;
    }

    .about__rigth .about__text p {
        font-size: 12px;
        line-height: 30px;
    }

    .about__left .about__text h4 {
        font-size: 20px;
    }

    .about__left .about__text p {
        font-size: 12px;
        line-height: 30px;
    }

    .about__wrapper br {
        display: none;
    }

    /* about end  */

    /* chans start  */

    .chans__wrapper {
        padding: 30px 0 40px 0;
    }

    .chans__title {
        font-size: 24px;
        text-align: center;
        padding-bottom: 30px;
    }

    .chans__cards {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        /* align-items: center; */
    }

    .chans__card {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;

        width: 200px;
        height: 160px;
    }

    .chans__card br {
        display: none;
    }


    .chans__card img {
        padding-bottom: 20px;
        width: 50px;
    }

    .chans__card h4 {
        font-size: 12px;
        text-align: center;
    }

    .chans__card p {
        text-align: center;
        font-size: 12px;
    }

    .chans__padding {
        padding-top: 50px;
    }

    /* chans end  */

    /* mission start  */

    .mission {
        background-color: #138A61;
        clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    }

    .miss__wrapper h4 {
        text-align: center;
        color: #fff;
        font-size: 20px;

        padding: 18px 0 30px 0;
    }

    .miss__wrapper h3 {
        text-align: center;
        color: #fff;
        padding-bottom: 30px;
        font-size: 20px;
    }

    /* mission end  */


    /* contact start  */
    .contact__wrapper {
        text-align: center;

        padding-top: 30px;
    }

    .contact__wrapper h3 {
        color: #138A61;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;

        padding-bottom: 16px;
    }

    .contact__wrapper p {
        font-size: 12px;
        text-transform: uppercase;

        padding-bottom: 12px;
    }

    .contact__wrapper h4 {
        font-size: 12px;
        padding-bottom: 16px;
    }

    .social__icons {
        margin-bottom: 70px;
    }

    .social__icons img {
        padding: 0 15px;
    }

    /* contact end  */

    /* footer start  */

    .footer {
        background-color: #D9D9D9;
    }

    .footer__wrapper {
        padding: 10px 0;
    }

    .footer__wrapper p {
        text-align: center;
        font-size: 12px;
        text-transform: uppercase;
    }

    /* footer end  */
}

@media (max-width:650px) {
    .container {
        width: 560px;
    }

    /* header start  */

    .header__wrapper {
        padding: 10px 0 8px 0;
    }

    .header__sign a {
        font-size: 8px;
        padding: 4px 0;
        width: 40px;
    }

    .header__nav nav ul li a {
        font-size: 9px;
    }

    .header__lan>button {
        font-size: 5px;
    }

    .header__logo a img {
        width: 80%;
    }

    .header__nav nav ul {
        gap: 10px;
    }

    .header__nav {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .header__lan .kaz {
        background-color: #138A61;
        padding: 1px 5px;
        color: #fff;
        border-radius: 7px;
    }

    .header__lan .ru {
        padding: 1px 5px;
        border-radius: 7px;
    }

    /* header end  */

    /* intro start  */
    .intro__wrapper {
        width: 560px;
        margin-top: 60px;
        padding: 81px 0 81px 26px;
    }

    .intro__wrapper h3 {
        font-size: 22px;
        padding: 5px;
        max-width: 280px;
    }

    .intro__wrapper h4 {
        color: white;
        font-size: 20px;
    }

    /* intro end  */

    /* about start  */

    .about__wrapper {
        padding: 50px 0;
    }


    .about__image img {
        width: 200px;
    }

    .about__rigth .about__text h4 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .about__rigth .about__text p {
        font-size: 10px;
        line-height: 26px;
    }

    .about__left .about__text h4 {
        margin-bottom: 6px;
        font-size: 16px;
    }

    .about__left .about__text p {
        font-size: 10px;
        line-height: 26px;
    }

    .about__wrapper br {
        display: none;
    }

    /* about end  */

    /* chans start  */

    .chans__wrapper {
        padding: 30px 0 40px 0;
    }

    .chans__title {
        font-size: 18px;
        text-align: center;
        padding-bottom: 30px;
    }

    .chans__cards {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        /* align-items: center; */
    }

    .chans__card {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;

        width: 210px;
        height: 160px;

        margin-top: 20px;

    }


    .chans__card br {
        display: none;
    }


    .chans__card img {
        padding-bottom: 20px;
        width: 50px;
    }

    .chans__card h4 {
        font-size: 12px;
        text-align: center;
    }

    .chans__card p {
        text-align: center;
        font-size: 12px;
    }

    .chans__padding {
        padding-top: 50px;
    }

    /* chans end  */

    /* mission start  */

    .mission {
        background-color: #138A61;
        clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    }

    .miss__wrapper h4 {
        text-align: center;
        color: #fff;
        font-size: 20px;

        padding: 18px 0 30px 0;
    }

    .miss__wrapper h3 {
        text-align: center;
        color: #fff;
        padding-bottom: 30px;
        font-size: 20px;
    }

    /* mission end  */


    /* contact start  */
    .contact__wrapper {
        text-align: center;

        padding-top: 30px;
    }

    .contact__wrapper h3 {
        color: #138A61;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;

        padding-bottom: 16px;
    }

    .contact__wrapper p {
        font-size: 12px;
        text-transform: uppercase;

        padding-bottom: 12px;
    }

    .contact__wrapper h4 {
        font-size: 12px;
        padding-bottom: 16px;
    }

    .social__icons {
        margin-bottom: 70px;
    }

    .social__icons img {
        padding: 0 15px;
    }

    /* contact end  */

    /* footer start  */

    .footer {
        background-color: #D9D9D9;
    }

    .footer__wrapper {
        padding: 10px 0;
    }

    .footer__wrapper p {
        text-align: center;
        font-size: 12px;
        text-transform: uppercase;
    }

    /* footer end  */
}

@media (max-width: 550px) {
    .container {
        width: 440px;
    }

    .intro__wrapper {
        width: 100%;
        padding: 50px 0 50px 15px;
        margin: 30px 0 30px 0;
        margin-top: 60px;
    }

    .intro__wrapper h3 {
        width: 200px;
        font-size: 14px;
    }

    .intro__wrapper h4 {
        font-size: 14px;
    }



    .header__logo a img {
        width: 100px;
    }

    .header__wrapper {
        padding: 5px 0 0 0;
    }

    .about__wrapper {
        padding: 0 0 15px 0;
    }

    .about__rigth {
        flex-wrap: wrap;
    }

    .about__rigth .about__image {
        display: none;
    }

    .about__left {
        flex-wrap: wrap;
    }

    .mobile--about--image {
        display: flex !important;

        justify-content: center;
        width: 100%;
    }

    .about__text h4 {
        text-align: center !important;
    }

    .about__text p {
        text-align: center !important;
        line-height: 16px !important;
    }

    .chans__cards {
        flex-wrap: wrap;
        justify-content: center;
    }


    .chans__card {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;

        width: 310px;
        height: 200px;

        margin-top: 20px;

    }

    .chans__title {
        font-size: 30px;
    }


    .chans__card br {
        display: none;
    }


    .chans__card img {
        padding-bottom: 20px;
        width: 80px;
    }

    .chans__card h4 {
        font-size: 16px;
        text-align: center;
    }

    .chans__card p {
        text-align: center;
        font-size: 12px;
    }

    .chans__padding {
        padding-top: 50px;
    }

    .about__left {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .chans__card img {
        width: 60px;
    }

    /* burger menu  */

    /* Показываем бургер-меню */
    /* Бургер-менюны көрсету */

}

@media (max-width: 445px) {
    .container {
        width: 305px;
    }


}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 0;
    z-index: 999;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav>a img {
    width: 100px;
    border-radius: 50%;
}

ul {
    display: flex;
    gap: 20px;
    transition: .5s;
    list-style: none;
}

li a {
    color: #138A61;
    text-decoration: none;
    font-size: 18px;

}

label {
    display: none;
}

#burger-toggle {
    display: none;
}

@media (max-width: 650px) {
    label {
        position: relative;
        display: block;
        height: 25px;
        width: 30px;
    }

    label::after,
    label::before,
    label span {
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #138A61;
        transition: .3s;
    }

    label::before {
        content: "";
        top: 0;
    }

    label::after {
        content: "";
        bottom: 0;
    }

    label span {
        top: 11px;
    }

    #burger-toggle:checked~label::after {
        transform: rotate(45deg);
        bottom: 10px;
    }

    #burger-toggle:checked~label::before {
        transform: rotate(-45deg);
        top: 12px;
    }

    #burger-toggle:checked~label span {
        transform: rotate(-45deg);
        top: 12px;
    }



    ul {
        position: fixed;
        left: 0;
        right: 0;
        background-color: #fff;
        padding-top: 200px;
        z-index: -1;
        flex-direction: column;
        text-align: center;

        left: -100vw;
        right: 100vw;

    }

    #burger-toggle:checked~ul {
        left: 0;
        right: 0;
    }

    li a {
        font-size: 24px;
    }

    .header__sign {
        display: none;
    }

    .header__lan {
        display: none;
    }

    .header__link--mobile {
        display: block;
    }
}