.mainBlock {

    width: 100%;
    height: 55%;
}



.mainTextBlock {
    text-align: center;
    font-size: 18px;
    padding-top: 5px;
    font-size: 45px;
    font-family: Arial, Helvetica, sans-serif;
}
.mainTextBlock p{
    color: black
}



.mainBlockBlocks {
    width: 100%;
    display: flex;
    margin: 50px 0px 0px 0px;
    justify-content: space-between;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}
.mainBlockBlocks p {
  color: rgb(32, 32, 32)
}
.mainfirst {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #89ccd4;
    border-radius: 100px;

}
.mainsecond {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #89ccd4;
    border-radius: 100px;
}
.mainthird {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #89ccd4;
    border-radius: 100px;
}
.mainfourth {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #89ccd4;
    border-radius: 100px;
}
.mainfifth {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #89ccd4;
    border-radius: 100px;
}
.firstBlock {
    width: 80%;
    margin: 0 0 0 0;
    text-align: center;

}

.secondBlock {
    width: 95%;
    margin: 0 0 0 0;
    text-align: center;

}

.thirdBlock {
    width: 75%;
    margin: 0 0 0 0;
    text-align: center;

}

.fourthBlock {
    width: 85%;
    margin: 0 0 0 0;
    text-align: center;

}

.fifthBlock {
    width: 80%;
    margin: 0 0 0 0;
    text-align: center;

}

.img1,.img2,.img3,.img4,.img5 {
    padding-top: 20px;
    text-align: center;
}

.line {
    margin: 90px -100px 0px -100px;
}

.line2 {
    display: none;
}

.backMenu {
    width: 300px;
    height: 55px;
    background-color: #89ccd4;
    text-align: center;
    border: 1px solid rgb(255, 255, 255);
    color: #ffffff;
    font-size: 14px;
    line-height: 1.55;
    border-radius: 20px;
    font-family: 'Arial',Arial,sans-serif;
    display: block;
    background-color: #89ccd4;
    margin-top: 20px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.instagram {

    width: 300px;
    height: 55px;
    background-color: #89ccd4;
    text-align: center;
    border: 1px solid rgb(255, 255, 255);
    color: #ffffff;
    font-size: 14px;
    line-height: 1.55;
    border-radius: 20px;
    font-family: 'Arial',Arial,sans-serif;
    display: block;
    margin-top: 5px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;

}

.instagram a {
    text-decoration:none;
    color:rgb(0, 0, 0)
}
.backMenu a {
    text-decoration:none;
    color:rgb(0, 0, 0)
}

.instagram:hover {
    text-decoration:none;
    background-color:#ff8a07;
}
.backMenu:hover {
    text-decoration:none;
    background-color:#ff8a07;
}

.instagram a:hover {
    text-decoration:none;
    color:#000000;
}
.backMenu a:hover {
    text-decoration:none;
    color:#000000;
}







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


    .mainBlock {

        width: 100%;
        height: 55%;
    }
    
    
    .line {
        
        display: none;
    }
    .line2 {
        margin: 10px -100px 0px -100px;
        display: block;
    }   
    .mainTextBlock {
        text-align: center;
        font-size: 18px;
        padding-top: 5px;
        font-size: 45px;
        font-family: Arial, Helvetica, sans-serif;
    }
    .mainTextBlock p{
        color: black
    }
    
    .mainBlockBlocks {
        width: 100%;
        display: flex;
        margin: 50px 0px 0px 0px;
        justify-content: center;
        font-size: 20px;
        font-family: Arial, Helvetica, sans-serif;
        flex-wrap: wrap;
        align-content: center;
        flex-direction: column;
        align-items: center;
    }
    .mainBlockBlocks p {
      color: rgb(32, 32, 32)
    }
    .mainfirst {
        width: 200px;
        height: 200px;
        display: flex;
        align-items: center;
        flex-direction: column;
        background-color: #89ccd4;
        border-radius: 100px;
    
    }
    .mainsecond {
        width: 200px;
        height: 200px;
        display: flex;
        align-items: center;
        flex-direction: column;
        background-color: #89ccd4;
        border-radius: 100px;
    }
    .mainthird {
        width: 200px;
        height: 200px;
        display: flex;
        align-items: center;
        flex-direction: column;
        background-color: #89ccd4;
        border-radius: 100px;
    }
    .mainfourth {
        width: 200px;
        height: 200px;
        display: flex;
        align-items: center;
        flex-direction: column;
        background-color: #89ccd4;
        border-radius: 100px;
    }
    .mainfifth {
        width: 200px;
        height: 200px;
        display: flex;
        align-items: center;
        flex-direction: column;
        background-color: #89ccd4;
        border-radius: 100px;
    }
    .firstBlock {
        width: 80%;
        margin: 0 0 0 0;
        text-align: center;
    
    }
    
    .secondBlock {
        width: 95%;
        margin: 0 0 0 0;
        text-align: center;
    
    }
    
    .thirdBlock {
        width: 75%;
        margin: 0 0 0 0;
        text-align: center;
    
    }
    
    .fourthBlock {
        width: 85%;
        margin: 0 0 0 0;
        text-align: center;
    
    }
    
    .fifthBlock {
        width: 80%;
        margin: 0 0 0 0;
        text-align: center;
    
    }
    
    .img1,.img2,.img3,.img4,.img5 {
        padding-top: 20px;
        text-align: center;
    }
    
    .line {
        margin: 90px -100px 0px -100px;
    }
    
    .backMenu {
        width: 300px;
        height: 55px;
        background-color: #89ccd4;
        text-align: center;
        border: 1px solid rgb(255, 255, 255);
        color: #ffffff;
        font-size: 14px;
        line-height: 1.55;
        border-radius: 20px;
        font-family: 'Arial',Arial,sans-serif;
        display: block;
        background-color: #89ccd4;
        margin-top: 20px;
        font-weight: 600;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
    }
    .instagram {
    
        width: 300px;
        height: 55px;
        background-color: #89ccd4;
        text-align: center;
        border: 1px solid rgb(255, 255, 255);
        color: #ffffff;
        font-size: 14px;
        line-height: 1.55;
        border-radius: 20px;
        font-family: 'Arial',Arial,sans-serif;
        display: block;
        margin-top: 5px;
        font-weight: 600;
        margin-left: auto;
        margin-right: auto;
    
    }
    
    .instagram a {
        text-decoration:none;
        color:rgb(0, 0, 0)
    }
    .backMenu a {
        text-decoration:none;
        color:rgb(0, 0, 0)
    }
    
    .instagram:hover {
        text-decoration:none;
        background-color:#ff8a07;
    }
    .backMenu:hover {
        text-decoration:none;
        background-color:#ff8a07;
    }
    
    .instagram a:hover {
        text-decoration:none;
        color:#000000;
    }
    .backMenu a:hover {
        text-decoration:none;
        color:#000000;
    }


}


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



    .mainBlock {

        width: 100%;
        height: 55%;
    }
    
    
    .line {
        
        display: none;
    }
    .line2 {
        margin: 10px -100px 0px -100px;
        display: block;
    }   
    .mainTextBlock {
        text-align: center;
        font-size: 18px;
        padding-top: 5px;
        font-size: 45px;
        font-family: Arial, Helvetica, sans-serif;
    }
    .mainTextBlock p{
        color: black
    }
    
    .mainBlockBlocks {
        width: 100%;
        display: flex;
        margin: 50px 0px 0px 0px;
        justify-content: center;
        font-size: 20px;
        font-family: Arial, Helvetica, sans-serif;
        flex-wrap: wrap;
        align-content: center;
        flex-direction: column;
        align-items: center;
    }
    .mainBlockBlocks p {
      color: rgb(32, 32, 32)
    }
    .mainfirst {
        width: 200px;
        height: 200px;
        display: flex;
        align-items: center;
        flex-direction: column;
        background-color: #89ccd4;
        border-radius: 100px;
    
    }
    .mainsecond {
        width: 200px;
        height: 200px;
        display: flex;
        align-items: center;
        flex-direction: column;
        background-color: #89ccd4;
        border-radius: 100px;
    }
    .mainthird {
        width: 200px;
        height: 200px;
        display: flex;
        align-items: center;
        flex-direction: column;
        background-color: #89ccd4;
        border-radius: 100px;
    }
    .mainfourth {
        width: 200px;
        height: 200px;
        display: flex;
        align-items: center;
        flex-direction: column;
        background-color: #89ccd4;
        border-radius: 100px;
    }
    .mainfifth {
        width: 200px;
        height: 200px;
        display: flex;
        align-items: center;
        flex-direction: column;
        background-color: #89ccd4;
        border-radius: 100px;
    }
    .firstBlock {
        width: 80%;
        margin: 0 0 0 0;
        text-align: center;
    
    }
    
    .secondBlock {
        width: 95%;
        margin: 0 0 0 0;
        text-align: center;
    
    }
    
    .thirdBlock {
        width: 95%;
        margin: 0 0 0 0;
        text-align: center;
    
    }
    
    .fourthBlock {
        width: 85%;
        margin: 0 0 0 0;
        text-align: center;
    
    }
    
    .fifthBlock {
        width: 80%;
        margin: 0 0 0 0;
        text-align: center;
    
    }
    
    .img1,.img2,.img3,.img4,.img5 {
        padding-top: 20px;
        text-align: center;
    }
    
    .line {
        margin: 90px -100px 0px -100px;
    }
    
    .backMenu {
        width: 300px;
        height: 55px;
        background-color: #89ccd4;
        text-align: center;
        border: 1px solid rgb(255, 255, 255);
        color: #ffffff;
        font-size: 14px;
        line-height: 1.55;
        border-radius: 20px;
        font-family: 'Arial',Arial,sans-serif;
        display: block;
        background-color: #89ccd4;
        margin-top: 20px;
        font-weight: 600;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
    }
    .instagram {
    
        width: 300px;
        height: 55px;
        background-color: #89ccd4;
        text-align: center;
        border: 1px solid rgb(255, 255, 255);
        color: #ffffff;
        font-size: 14px;
        line-height: 1.55;
        border-radius: 20px;
        font-family: 'Arial',Arial,sans-serif;
        display: block;
        margin-top: 5px;
        font-weight: 600;
        margin-left: auto;
        margin-right: auto;
    
    }
    
    .instagram a {
        text-decoration:none;
        color:rgb(0, 0, 0)
    }
    .backMenu a {
        text-decoration:none;
        color:rgb(0, 0, 0)
    }
    
    .instagram:hover {
        text-decoration:none;
        background-color:#ff8a07;
    }
    .backMenu:hover {
        text-decoration:none;
        background-color:#ff8a07;
    }
    
    .instagram a:hover {
        text-decoration:none;
        color:#000000;
    }
    .backMenu a:hover {
        text-decoration:none;
        color:#000000;
    }


}