*, *::before,*::after{
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
ul, ol, li {
    list-style: none;
}
img{
    vertical-align: top;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: inherit;
    font-size: inherit;
}
html, body{
    height: 100%;
    line-height: 1;
}
html {
    scroll-behavior: smooth;
}
body{
    font-family: 'Bebas Neue', sans-serif;
    height: 100%;
    line-height: 1;
    font-family: Manrope;
    color: #333333;
    font-family: 'Bebas Neue', sans-serif;
}
.wrapper{
    min-height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
[class*="_container"]{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 15px;
}
@media (max-width: 1199.98px){
    [class*="_container"]{
        max-width: 970px;
    }
}
@media (max-width: 990.98px){
    [class*="_container"]{
        max-width: 750px;
    }
}
@media (max-width: 767.98px){
    [class*="_container"]{
        max-width: none;
    }
}

/* //////////////////////////////// */

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
    margin: auto;
}
.header_container {
    max-width: 1200px;
    padding: 20px;
    background-color: #e72f5d;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 35px 16px -16px rgba(0,0,0,0.6);
}
.header_title {
    color: #FFF;
    padding-top: 3px;
    font-size: 45px;
    font-weight: 100px;
}
.yellow {
    color: yellow;
}
.header_menu {
    margin-right: 80px;
    font-size: 45px;
    display: flex;
    column-gap: 50px;
    justify-content: center;
    padding-top: 3px;
}
.header_menu_item{
    color: #FFF;
    cursor: pointer;
    transition: 0.2s ease 0s;
    border-bottom: 3px solid transparent;
}
.header_menu_item:hover {
    color: #2c043d;
    border-bottom: 3px solid #2c043d;
    margin-bottom: -3px;
}
@media(max-width:998.98px) {
    .header_container{
        padding: 10px;
        row-gap: 20px;
        display: flex;
        flex-direction: column;
    }
    .header_title{
        display: flex;
        justify-content: center;
    }
    .header_menu{
        margin-right: 0px;
    }
}
@media(max-width:720.98px){
    .header_title{
        display: flex;
        justify-content: center;
        font-size: 35px;
    }
    .header_menu{
        margin-right: 0px;
        font-size: 35px;
    }
}
@media(max-width:480.98px){
    .header_title{
        display: flex;
        justify-content: center;
        font-size: 25px;
    }
    .header_menu{
        margin-right: 0px;
        font-size: 25px;
    }
}
/* ///////////////////// */

.page{
    width: 100%;
    margin-top: 90px;
}
.page_img {
    max-width: 1200px;
}
.page_img img {
    width: 150%;
}
.page_img_2{
    width: 1200px;
}
.page_img_2 img{
    width: 100%;
}
.main_page {
    overflow: hidden;
    display: flex;
    position: relative;
    max-width: 1200px;
    margin: auto;
}
.block_2 {
    max-width: 1200px;
}
.arrow_main_page {
    position: absolute;
}
.button_arrow{
    cursor: pointer;
    border: 3px solid white;
    border-radius: 100%;
    padding: 18px;
    width: 130px;
    margin: 40px;
    transition: 0.2s ease 0s;
}
.button_arrow_2{
    border: 3px solid white;
    border-radius: 100%;
    padding: 18px;
    width: 130px;
    margin: 40px;
    transition: 0.2s ease 0s;
}
.button_arrow:hover{
    border: 6px solid white;
    background-color: #ffffff7e;
}
.button_arrow_2:hover{
    border: 6px solid white;
    background-color: #ffffff7e;
}
.block_2{
    display: none;
}
.page_img{
}
.main_page_slide {
    position: relative;
    overflow: hidden;
}
.main_page img{
    width: 100%;
}
.main_block{
    right: 0;
    width: 600px;
    padding: 50px;
    position: absolute;
}
.main_page_title {
    font-size: 120px;
    color: #e72f5d;
    -webkit-text-stroke-color: #000;
    -webkit-text-stroke-width: 1px;
}
.main_page_info {
    padding: 40px;
    font-size: 120px;
    color: white;
    background-color: #0a17cf;
}
.main_page_text {
    margin-top: 11px;
    color: #fbff00;
    font-size: 60px;
    -webkit-text-stroke-color: #000;
    -webkit-text-stroke-width: 1px;
}
.main_page_title_2 {
    -webkit-text-stroke-color: #000;
    -webkit-text-stroke-width: 1px;
    font-size: 120px;
    color: #ff0000;
}
.main_page_info_2 {
    padding: 40px;
    font-size: 120px;
    color: rgb(255, 255, 255);
    background-color: #ff0000;
}
.main_page_text_2 {
    margin-top: 11px;
    color: #ffffff;
    font-size: 80px;
    -webkit-text-stroke-color: #000;
    -webkit-text-stroke-width: 1px;
}
@media(max-width:998.98px) {
    .page{
        margin-top: 138px;
    }
    .main_block{
        max-width: 450px;
    }
    .main_page_title, .main_page_title_2 {
        font-size: 70px;
    }
    .main_page_info, .main_page_info_2{
        font-size: 70px;
    }
    .main_page_text, .main_page_text_2{
        font-size: 40px;
    }
    .button_arrow{
        width: 100px;
    }
}
@media(max-width:720.98px){
    .page{
        margin-top: 118px;
    }
    .main_block{
        max-width: 300px;
        padding: 30px;
    }
    .main_page_title{
        font-size: 50px;
    }
    .main_page_info{
        font-size: 50px;
        padding: 20px;
    }
    .main_page_text{
        font-size: 30px;
    }
    .button_arrow{
        display: none;
    }
}
@media(max-width:480.98px){
    .page{
        margin-top: 98px;
    }
    .main_block{
        max-width: 200px;
        padding: 20px;
    }
    .main_page_title{
        font-size: 30px;
    }
    .main_page_info{
        font-size: 30px;
        padding: 15px;
    }
    .main_page_text{
        font-size: 20px;
    }
}
/* ///////////////////////////// */

.main_body {
    max-width: 1200px;
    margin: auto;
    background-color: #2c043d;
    padding: 50px;
}
.green_block {
    max-width: 1100px;
    background-color: #8ddb0f;
    display: flex;
    justify-content: center;
}
.green_block_left {
    padding-left: 20px;
    padding-bottom: 20px;
    margin-top: 50px;
    max-width: 400px;
}
.green_block_title {
    margin-bottom: 30px;
    font-size: 30px;
}
.green_block_text {
    margin-bottom: 30px;
    font-size: 20px;
}
.green_block_button {
    text-align: center;
    padding: 8px;
    font-size: 30px;
    border: 3px solid black;
    width: 200px;
    transition: 0.3s ease 0s;
    cursor: pointer;
}
.green_block_button:hover{
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.295);
}
.green_block_right {
}
.green_block_img {
    margin: 50px;
}
.green_block_img img {
}
@media(max-width:998.98px) {
    .green_block_img {
        margin-top: 140px;
    }
    .green_block_img img{
        width: 320px;
    }
}
@media(max-width:720.98px) {
    .green_block_left {
        position: relative;
        overflow: hidden;
        padding-left: 20px;
        padding-bottom: 0px;
        margin-top: 50px;
        max-width: 100%;
        padding-right: 20px;
    }
    .green_block {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }
    .green_block_img {
        margin-top: 0px;
        margin: 20px;
        max-width: 420px;
    }
    .green_block_img img{
        width: 100%;
    }
    .green_block_button{
        font-size: 20px;
        padding: 5px;
        width: 160px;
    }
}

/* ////////////////////////////////////// */

.bottom_block {
    margin-top: 40px;
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2,1fr);
}
.left_top_color{
    background: url('../img/background/grass.png');
}
.left_top_block {
    background-color: #2c043d;
    margin: 40px;
    font-size: 20px;
    color: #fff;
    padding: 40px;
}
.left_top_title {
    margin-bottom: 27px;
    font-size: 30px;
}
.left_top_text {
    line-height: 23px;
}
.left_top_batton {
    margin-top: 30px;
    border: 3px solid white;
    text-align: center;
    padding: 8px;
    font-size: 27px;
    width: 200px;
    transition: 0.3s ease 0s;
    cursor: pointer;
}
.left_top_batton:hover{
    background-color: #ffffff5d;
    color: black;
}
.right_top_block {
    background-color: #bb0048;
    padding: 40px;
}
.right_top_img img {
    max-width: 100%;
}
.right_top_img {
}
.left_bottom_block {
    padding: 40px;
    background-color: #0112aa;
}
.left_bottom_img img{
    max-width: 100%;
}
.right_bottom_color{
    background: url('../img/background/grass.png');
}
.right_bottom_block {
    margin: 40px;
    background-color: #0112aa;
    font-size: 20px;
    color: #fff;
    padding: 40px;
}
.right_bottom_text {
    line-height: 25px;
}
.right_bottom_batton {
    margin-top: 30px;
    border: 3px solid white;
    text-align: center;
    padding: 8px;
    font-size: 27px;
    width: 200px;
    transition: 0.3s ease 0s;
    cursor: pointer;
}
.right_bottom_batton:hover{
    background-color: #ffffff5d;
    color: black;
}
@media(max-width: 1199.98px) {
    .bottom_block{
        display: flex;
        flex-wrap: wrap;
    }
    .right_top_block{
        width: 100%;
        background-color: rgb(187, 0, 72, 0.3);
    }
    .left_bottom_block{
        width: 100%;
        background-color: rgb(1, 18, 170, 0.3);
    }
    .right_bottom_color{
        width: 100%;
    }
}
@media(max-width: 479.98px){
    .left_top_block{
        margin: 20px;
    }
    .left_top_title {
        margin-bottom: 27px;
        font-size: 25px;
    }
    .right_bottom_block{
        margin: 20px;
    }
    .left_top_batton{
        width: 90px;
        font-size: 15px;
        padding: 5px;
    }
    .right_bottom_batton{
        width: 90px;
        font-size: 15px;
        padding: 5px;
    }
}
/* //////////////////////////////// */

.container_footer {
}
.container_footer_title {
    margin-top: 80px;
    font-size: 50px;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
   
}
.container_footer_block {
    display: flex;
    justify-content: center;
}
.container_footer_left_block {
    margin-right: 40px;
    width: 120px;
    border-top: 3px solid #0112aa;
}
.container_footer_text {
    line-height: 25px;
    max-width: 550px;
    font-size: 23px;
    color: white;
}
/* ////////////////////////////// */

.footer {
}
.footer_container {
    font-size: 30px;
    padding: 10px 0px;
    color: white;
    text-align: center;
    gap: 80px;
    max-width: 1200px;
    background-color: #0051ff;
    border-right: 10px solid #2c043d;
    border-left: 10px solid #2c043d;
}
.footer_details{
    column-gap: 120px;
    display: flex;
    justify-content: center;
}
.footer_contact {
    padding: 5px;
    border-bottom: 10px solid #2c043d;
    margin-bottom: 10px;
}
.footer_number {
}
.footer_gmail {
}
@media(max-width: 479.98px){
    .footer_number {
        font-size: 20px;
    }
    .footer_gmail {
        font-size: 20px;
    }
    .footer_details{
        column-gap: 50px;
        display: flex;
        justify-content: center;
    }
}