@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
}

.burger-menu {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height:18px;
    cursor: pointer;
}

.burger-menu span {
    width: 100%;
    height: 3px;
    background: #138A61;
    transition: 0.3s;
}

/* container size  */
.container {
    width: 1280px;
    margin: 0 auto;
    padding: 0 10px;
}

/* haeder start  */

.header {
    position: fixed;
    width: 100%;
    background-color: #fff;
    top: 0;
    z-index: 200;
}

.header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 31px 0 14px 0;
}

.header__nav {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header__sign {
    display: inline-flex;
    align-items: center;
}

.header__sign a {
    text-decoration: none;
    font-size: 20px;
    background-color: #138A61;
    color: white !important;
    width: 100px;
    padding: 6px 0;
    text-align: center;
    text-transform: uppercase;
    border-radius: 10px;
    font-weight: 700;
}

.header__nav nav ul {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 37px;
}

.header__nav nav ul li a {
    text-decoration: none;
    color: black;
    font-size: 18px;
}

.header__lan {
    display: flex;
    align-items: center;
    border: 1px solid black;
    border-radius: 12px;
    gap: 0px;
}

.header__lan>button {
    text-transform: uppercase;
    border: none;
    background-color: white;
    margin: 1px;
}

.header__lan .kaz {
    background-color: #138A61;
    padding: 3px 8px;
    color: #fff;
    border-radius: 10px;
}

.header__lan .ru {
    padding: 3px 8px;
    border-radius: 10px;
}

.header__rigth {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header__link--mobile {
    display: none;
}

/* header end  */

/* intro start  */

.intro__wrapper {
    margin-top: 120px;

    background: no-repeat url(../media/images/bg.png);
    padding: 181px 0 161px 50px;
    width: 1280px;
    background-size: cover;
    border-radius: 0 0 30px 30px;
}

.intro__wrapper h3 {
    background-color: #138A61;
    width: 450px;
    font-size: 45px;
    color: white;
    padding: 5px;
}

.intro__wrapper h4 {
    color: white;
    font-size: 40px;
}


/* intro end  */

/* about start  */
.about__wrapper {
    padding: 120px 0;
}

.about__rigth {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 40px;
}

.about__image img {
    width: 600px;
}

.about__rigth .about__text h4 {
    font-size: 50px;
    color: #138A61;
    text-align: right;
    margin-bottom: 20px;
}

.about__rigth .about__text p {
    text-align: right;
    font-size: 24px;
    line-height: 42px;
    font-weight: 300;
}

.about__left .about__text h4 {
    font-size: 50px;
    color: #2E2874;
    margin-bottom: 20px;
    text-align: left;
}

.about__left .about__text p {
    text-align: left;
    font-size: 24px;
    line-height: 42px;
    font-weight: 300;
}

.about__left {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icon--line {
    width: 100%;
    margin-top: 70px;
}

.mobile--about--image {
    display: none;
}

/* about end */

/* chans start  */

.chans__wrapper {
    padding: 50px 0;
}

.chans__title {
    font-size: 30px;
    text-align: center;
    padding-bottom: 60px;
}

.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: 330px;
    height: 230px;
}

.chans__card img {
    padding-bottom: 20px;
}

.chans__card h4 {
    font-size: 18px;
    text-align: center;
}

.chans__card p {
    text-align: center;
    font-size: 18px;
}

.chans__padding {
    padding-top: 70px;
}

/* 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: 28px;

    padding: 42px 0 56px 0;
}

.miss__wrapper h3 {
    text-align: center;
    color: #fff;
    padding-bottom: 70px;
    font-size: 44px;
}

/* mission end  */

/* contact start  */
.contact__wrapper {
    text-align: center;

    padding-top: 50px;
}

.contact__wrapper h3 {
    color: #138A61;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;

    padding-bottom: 30px;
}

.contact__wrapper p {
    font-size: 24px;
    text-transform: uppercase;

    padding-bottom: 20px;
}

.contact__wrapper h4 {
    font-size: 24px;
    padding-bottom: 30px;
}

.social__icons {
    margin-bottom: 110px;
}

.social__icons img {
    padding: 0 15px;
}

/* contact end  */

/* footer start  */

.footer {
    background-color: #D9D9D9;
}

.footer__wrapper {
    padding: 13px 0;
}

.footer__wrapper p {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}

/* footer end  */