/*-----------------GENERAL STYLES-----------------------*/
.top-box
{
    background: linear-gradient(9deg, rgba(176,203,31,1) 0%, rgba(0,212,255,1) 100%);
}
.google-map iframe
{
    width: inherit !important;
    height: inherit !important;
}
/*---------------------SMARTPHONES--------------------------*/
@media screen and (max-width: 480px)
{   
    /* Firs block, top-box styles*/
    .top-box
    {
        padding-top: 60px;
        width: 100vw;
    }
    .logo
    {
        display: block;
        width: 250px;
        height: 250px;
        background-color: transparent !important;
        transform: translate(calc(50vw - 125px), 110px);
    }
    .logo img
    {
        width: 250px;
        height: 250px;
    }
    .top-box h1
    {   
        font-size: 3rem;
        display: block;
        color: #ffffff;
        text-align: center;
        transform: translateY(120px);
    }
    .top-box canvas
    {
        position: absolute;
        top: 60px !important;
        height: inherit !important;
    }
    /*Second block, about-us styles*/
    .about-us
    {
        margin: 1rem;
        margin-top: 2.5rem;
        padding: 1rem;
        text-align: center;
    }
    .about-us h1 
    {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    .about-us p 
    {
        font-size: 1.3rem;
    }
    /*Third block, contact-data*/
    .contact-data
    {
        margin: 1rem;
        margin-top: 2.5rem;
        padding: 1rem;
        text-align: center;
    }
    .contact-info h1 
    {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    .contact-info p 
    {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }
    .google-map
    {
        width: calc(100vw - 4rem);
        height: calc(100vw - 4rem);

    }
}
/*---------------------TABLETS----------------------*/
@media screen and (min-width: 480px)
{
    /* Firs block, top-box styles*/
    .top-box
    {
        padding-top: 60px;
        width: 100vw;
    }
    .logo
    {
        display: block;
        width: 250px;
        height: 250px;
        background-color: transparent !important;
        transform: translate(calc(50vw - 125px), 110px);
    }
    .logo img
    {
        width: 250px;
        height: 250px;
    }
    .top-box h1
    {   
        font-size: 3rem;
        display: block;
        color: #ffffff;
        text-align: center;
        transform: translateY(120px);
    }
    .top-box canvas
    {
        position: absolute;
        top: 60px !important;
        height: inherit !important;
    }
    /*Second block, about-us styles*/
    .about-us
    {
        margin: 1rem;
        margin-top: 2.5rem;
        padding: 1rem;
        text-align: center;
    }
    .about-us h1 
    {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    .about-us p 
    {
        font-size: 1.3rem;
    }
    /*Third block, contact-data*/
    .contact-data
    {
        margin: 1rem;
        margin-top: 2.5rem;
        padding: 1rem;
        text-align: center;
    }
    .contact-info h1 
    {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    .contact-info p 
    {
        font-size: 1.3rem;
        margin-bottom: 1rem;
    }
    .google-map
    {
        width: calc(100vw - 4rem);
        height: calc(100vw - 4rem);
    }
}
/*-------LARGE TABLTS/SMARTPHONES, TABLETS HORIZONTAL--------*/
@media screen and (min-width: 780px)
{
    /* Firs block, top-box styles*/
    .logo
    {
        width: 350px;
        height: 350px;
        transform: translate(calc(50vw - 175px), 250px);
    }
    .logo img
    {
        width: 350px;
        height: 350px;
    }
    .top-box h1
    {
        font-size: 4rem;
        transform: translateY(170px);
    }
    /*Second block, about-us styles*/
    .about-us
    {
        margin: 2rem;
        margin-top: 4rem;
        padding: 2rem;
        text-align: center;
    }
    .about-us h1 
    {
        font-size: 3rem;
        margin-bottom: 2rem;
    }
    .about-us p 
    {
        font-size: 1.7rem;
    }
    /*Third block, contact-data*/
    .contact-data
    {
        margin: 2rem;
        margin-top: 4rem;
        padding: 2rem;
        height: 20rem;
    }
    .contact-data h1 
    {
        font-size: 3rem;
    }
    .contact-data p
    {
        font-size: 1.7rem;
    }
    .google-map
    {
        width: calc(50vw - 4.1rem);
        height: 20rem;
        float: left;
    }
    .contact-info
    {
        width: calc(50vw - 4.1rem);
        float: right;
        height: 14rem;
        margin-top: 3rem;
    }
}
/*--------------------PC,_LARGE_TABLETS------------------*/
@media screen and (min-width: 1000px)
{
    /* Firs block, top-box styles*/
    .logo
    {
        width: 450px;
        height: 450px;
        transform: translate(calc(50vw - 225px), 50px);
    }
    .logo img
    {
        width: 450px;
        height: 450px;
    }
    .top-box h1
    {
        font-size: 6rem;
        transform: translate(calc(26vw + 225px), -225px);
        display: inline-block;
    }
    .top-box canvas
    {
        left: 0;
    }
    /*Third block, contact-data*/
    .contact-data
    {
        height: 30rem;
    }
    .google-map
    {
        width: calc(50vw - 4.1rem);
        height: 30rem;
        float: left;
    }
    .contact-info
    {
        margin-top: 8rem;
    }
}
/*----------------------PC_HIGH_RESOLUTION-------------------------*/
@media screen and (min-width: 2560px)
{

}