html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}


:root {
    --text-color: #FFFFFF;
    --icinc-back-color: #3D1A59C9;
    --font-color: #6C25A4;

    --start-lin-grad-color: #5C5C5C;
    --end-lin-grad-color: #42424200;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: var(--text-color);

}

.oswald-bold {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.oswald-semibold {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.work-sans-bold {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }

.rubik-mono-one-regular {
    font-family: "Rubik Mono One", monospace;
    font-weight: 400;
    font-style: normal;
  }

.montserrat-medium {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }


  p {
    display: block;
    padding: 0;
    margin: 0;
}


.container {
    margin: 0 auto;
}


.main {

    position: relative;
    background-color: var(--font-color);
    background-repeat: no-repeat;
    max-width: 1440px;
    min-height: 1024px;
    background-size: cover;
    overflow: hidden;
    z-index: 10;

}

.section-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    gap:100px;
    padding-top: 50px;
}

.main-par {
    position: relative;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0.08px;
    font-weight: 900;
    font-weight: bold;
    z-index: 70;
    text-align: center;
}



.header {
    position: relative;
    display: flex;
    /* padding: 48px 0px 50px; */
    padding-right: 10px;
    z-index: 12;
    justify-content: space-between;
    
}

.header_contacts {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px;
}

.header_contacts_ellips {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--text-color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 12px;
}

.header_contacts_ellips img {
    width: 100%;
}

.header_contacts_text {
    font-size: 24px;

}


.header_logo {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 20px;
}

.header_logo_img {
    width: 120px;
    height: 70px;

}

.header_logo_img img {
    width: 100%;
    height: 100%;
}


.header_logo_en,
.header_logo_ru {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 50px;
    height: 50px;
    font-size: 28px;
    color: var(--font-color);
    border-radius: 50%;
}


#triangle1 {
    width: 0;
    height: 0;
    border-left: 500px solid transparent;
    border-right: 500px solid transparent;
    border-bottom: 500px solid #424242;
    rotate: 238deg;
    position: absolute;
    right: 943px;
    bottom: 720px;
    opacity: 0.6;
}

#triangle2 {
    width: 0;
    height: 0;
    border-left: 500px solid transparent;
    border-right: 500px solid transparent;
    border-bottom: 500px solid #424242;
    position: absolute;
    right: -511px;
    top: -198px;
    rotate: 121deg;
    opacity: 0.6;

}

#triangle3 {
    width: 0;
    height: 0;
    border-left: 400px solid transparent;
    border-right: 400px solid transparent;
    border-bottom: 400px solid #424242;
    position: absolute;
    rotate: 169deg;
    top: 760px;
    left: -264px;
    opacity: 0.6;

}

#triangle4 {
    width: 0;
    height: 0;
    border-left: 500px solid transparent;
    border-right: 500px solid transparent;
    border-bottom: 500px solid #424242;
    position: absolute;
    top: 766px;
    left: 901px;
    rotate: 189deg;
    opacity: 0.6;

}


.contact-info {
    width: 950px;
    display: flex;
    gap:15px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 27px;
    background-color: rgb(201, 197, 197);
    border-radius: 25px;
    padding: 50px;
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
    
    .header {
        padding: 10px;
    }

    .header_logo_img {
        width: 100px;
        height: 50px;
    }

    .header_logo_img img {
        width: 100%;
        height: 100%;
    }

    .header_logo_en,
    .header_logo_ru {
        width: 45px;
        height: 45px;
        font-size: 28px;
    }

    .header_contacts_ellips {
        width: 45px;
        height: 45px;
        padding: 14px;
    }

}

@media screen and (max-width: 767px) {


    .header {
        padding: 15px;
    }

    .header_logo {
        gap:10px;
        padding: 10px;
    }

    .header_logo_img {
        width: 65px;
        height: 30px;
    }

    .header_logo_img img {
        width: 100%;
        height: 100%;
    }

    .header_contacts {
        padding: 10px;
    }
    .header_contacts_ellips {
        width: 30px;
        height: 30px;
        padding: 11px;
    }


    .header_contacts_text {
        font-size: 15px;
    }

    .header_logo_en,
    .header_logo_ru {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .adaptivny-slayder {
        margin: 55px;
    }

    .main-par {
        font-size: 24px;
        padding-top: 30px;
    }

    
    #triangle1 {
        right: 273px;
        bottom: 880px;
        border-left: 200px solid transparent;
        border-right: 200px solid transparent;
        border-bottom: 200px solid #424242;
    }

    #triangle2 {
        border-left: 200px solid transparent;
        top:-274px;
    }

    #triangle3 {
        top: 329px;
        left: -284px;
    }

    #triangle4 {
        left: 302px;
        top: 376px;
    }


    .section-content {
        gap:50px;
    }

    .contact-info {
        max-width: 340px;
        font-size: 19px;
        padding: 15px;
    }

}

