/* #myProgress {
    width: 100%;
  }
  
  #myBar {
    width: 1%;
    height: 5px;
    background-color: rgb(239 172 60);;
  } */
  




.imageSlider {
    display: flex;
    flex-direction: row;
    align-items: center;
}
button {
    background-color: #ffffff00;
    height: 100px;
    width: 50px;
    border: none;
}

button:hover {
    background-color: rgb(239 172 60);
    height: 50px;
    width: 50px;
    border: none;
    border-radius: 25px 25px 25px 25px;
    cursor: pointer;
}
.nextBlock {
    background-color:  #89ccd4;
    height: 50px;
    width: 50px;
    border: none;
    border-radius: 25px 25px 25px 25px;
    margin: auto;
}
.backBlock {
    background-color:  #89ccd4;
    height: 50px;
    width: 50px;
    border: none;
    border-radius: 25px 25px 25px 25px;
    margin: auto;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }

.backBlock img {
    width: 30px;
}
.nextBlock img {
    width: 30px;
}

h1, h2, h3, h4, h5, h6 { margin: 5px 0; font-weight: bold; }
.banner{
    margin-top: 2px !important;
    box-shadow: -2px 2px 5px 0px #89ccd4 !important;
}

.allBoxes {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.randonItem {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 26px;
    margin-bottom: 130px;
    height: 231px;
    width: 300px;
}
.textBlockImg {
    height: 42px;
    background-color: rgb(239 172 60);
    border-radius: 4px;
    margin-top: 8px;
    padding-top: 1px;
}
.textBlockImg p {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    align-items: center;
    font-weight: normal;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-top: 10px;
}
 .randonItem img {
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 274px;
        align-items: center;
        transition: 1s
    }


.textBlockImg {
    height: 42px;
    background-color: rgb(239 172 60);
    border-radius: 4px;
    margin-top: 8px;
    padding-top: 1px;
}
.textBlockImg p {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    align-items: center;
    font-weight: normal;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-top: 10px;
    font-weight: 500;
}
.banner:hover{ 
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: -2px 2px 25px 0px #89ccd4 !important;
    position: relative;
    opacity: 1;
    transform: scale(1.1);
    }
.mainMenu 
{

width: 100%;
margin-left: auto;
margin-right: auto;
}   

.mainMenu p {
    display: block;
    margin-left: 77px;
}

.mainMenu  a:hover
{     
color:rgb(39, 39, 39)
}
.mainMenu  a
{     
    text-decoration:none;
    color:rgb(255, 255, 255)
}

.mainMenu a:active {
    color:#ffffff;
}

.mainMenu img
{
    display: block;
    margin-left: 15%;
    margin-right: 10px;
    margin-top: 15px;
}

.logoMenu img 
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 33px;
    width: 35%;
}
.footerLine {
    margin-top: -18px;
    margin-bottom: 61px;
}

/* 
.firstLine
     {
    border: 1px solid rgb(255, 255, 255);
    height: 55px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.55;
    width: 300px;
    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;
}

.firstLine:hover  {
    background-color: #ff8a07;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: -2px 2px 25px 0px #89ccd4 !important;
    position: relative;
    opacity: 1;
    transform: scale(1.1);

} */



.menuLine {
    color: #ffffff;
    height: 55px;
    border: 1px solid #89ccd4;
    font-size: 14px;
    line-height: 1.55;
    width: 300px;
    border-radius: 20px;
    font-family: 'Arial',Arial,sans-serif;
    background-color: #89ccd4;
    display: block;
    margin-top: 20px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto 
}

.menuLine:hover {
    background-color: #ff8a07;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: -2px 2px 25px 0px #89ccd4 !important;
    position: relative;
    opacity: 1;
    transform: scale(1.1);
}

/* .ThirdLine {
    height: 55px;
    color: #ffffff;
    border: 1px solid #89ccd4;
    font-size: 14px;
    line-height: 1.55;
    width: 300px;
    font-family: 'Arial',Arial,sans-serif;
    border-radius: 20px;
    background-color: #89ccd4;
    display: block;
    font-weight: 600;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto 
}

.ThirdLine:hover {
    background-color: #ff8a07;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: -2px 2px 25px 0px #89ccd4 !important;
    position: relative;
    opacity: 1;
    transform: scale(1.1);
}

.FouthLine{

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

.FouthLine:hover {
    background-color: #ff8a07;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: -2px 2px 25px 0px #89ccd4 !important;
    position: relative;
    opacity: 1;
    transform: scale(1.1);
}

.FivethLine{
    height: 55px;
    width: 300px;
    font-size: 14px;
    border: 1px solid #89ccd4;
    color: #ffffff;
    line-height: 1.55;
    font-weight: 600;
    font-family: 'Arial',Arial,sans-serif;
    border-radius: 20px;
    background-color: #89ccd4;
    display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

/* .FivethLine:hover {
    background-color: #ff8a07;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: -2px 2px 25px 0px #89ccd4 !important;
    position: relative;
    opacity: 1;
    transform: scale(1.1);
} */

.footerLine p {
    height: 55px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 18px;
    font-family: 'Arial',Arial,sans-serif;
}
.menuLineVibe{
    height: 55px;
    width: 300px;
    font-size: 14px;
    border: 1px solid #89ccd4;
    color: #ffffff;
    line-height: 1.55;
    font-weight: 600;
    font-family: 'Arial',Arial,sans-serif;
    border-radius: 20px;
    background-color: #89ccd4;
    display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.menuLineVibe:hover {
    background-color: #ff8a07;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: -2px 2px 25px 0px #89ccd4 !important;
    position: relative;
    opacity: 1;
    transform: scale(1.1);
} */ 

.allPoly {
    margin-left: auto;
    height: 520px;
    margin-right: 0;
    /* margin: 61px 500px 0 545px; */
    border-radius: 30px;
    
}


img {
    max-width: 100%;
    height: auto;
}




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


    .imageSlider {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    button {
        background-color: #ffffff00;
        height: 100px;
        width: 50px;
        border: none;
    }
    
    button:hover {
        background-color: rgb(239 172 60);
        height: 50px;
        width: 50px;
        border: none;
        border-radius: 25px 25px 25px 25px;
        cursor: pointer;
    }
    .nextBlock {
        background-color:  #89ccd4;
        height: 50px;
        width: 50px;
        border: none;
        border-radius: 25px 25px 25px 25px;
        margin: auto;
    }
    .backBlock {
        background-color:  #89ccd4;
        height: 50px;
        width: 50px;
        border: none;
        border-radius: 25px 25px 25px 25px;
        margin: auto;
    }
    
    IMG.displayed {
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .backBlock img {
        width: 30px;
    }
    .nextBlock img {
        width: 30px;
    }



    .imageSlider {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .mainMenu 
    {
    
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    }   
   
    .allBoxes{ margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}
    .mainMenu p {
        display: block;
        margin-top: 19px;
        margin-right: 51px;
    }

    .mainMenu  a:hover
    {     
    color:rgb(39, 39, 39)
    }
    .mainMenu  a
    {     
        text-decoration:none;
        color:rgb(255, 255, 255);
        text-align: center;
    }

    .mainMenu a:active {
        color:#ffffff;
    }

    .mainMenu img {
        display: block;
        margin-left: 23px;
        margin-top: 21px;
        width: 25px;
        margin-right: 10px;
    }

    .logoMenu img 
    {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 33px;
        width: 50%;
    }

    .banner{
        margin-top: 2px !important;
        height: 45px !important;
        width: 300px !important;
        box-shadow: -2px 2px 5px 0px #89ccd4 !important;
    }

    .banner:hover{ 
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        box-shadow: -2px 2px 25px 0px #89ccd4 !important;
        position: relative;
        opacity: 1;
        transform: scale(1.1);
    }
    
    
    .randonItem {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: -14px;
        margin-bottom: 45px;
        height: 231px;
        width: 250px;
    }
    .textBlockImg {
        height: 50px;
        background-color: rgb(239 172 60);
        border-radius: 4px;
        margin-top: 8px;
        padding-top: 1px;
    }
    .textBlockImg p {
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        align-items: center;
        font-weight: normal;
        margin-right: auto !important;
        margin-left: auto !important;
        margin-top: 10px;
    }
        .randonItem img {
            display: block !important;
            margin-left: auto !important;
            margin-right: auto !important;
            width: 200px;
            align-items: center;
        }
        
    
    
    
    /* .firstLine
        {
            border: 1px solid #89ccd4;
            height: 68px;
            color: #ffffff;
            font-size: 17px;
            line-height: 1.55;
            width: 300px;
            border-radius: 13px 13px 0px 13px;
            font-family: 'Arial',Arial,sans-serif;
            display: block;
            background-color: #89ccd4;
            margin-top: 9px;
            font-weight: 600;
            margin-left: auto;
            margin-right: auto;
    }

    .firstLine:hover  {
        background-color: #ff8a07;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        box-shadow: -2px 2px 25px 0px #89ccd4 !important;
        position: relative;
        opacity: 1;
        transform: scale(1.1);

    } */



    .menuLine {
        border: 1px solid #89ccd4;
        height: 68px;
        color: #ffffff;
        font-size: 17px;
        line-height: 1.55;
        width: 300px;
        border-radius: 13px 13px 0px 13px;
        font-family: 'Arial',Arial,sans-serif;
        display: block;
        background-color: #89ccd4;
        margin-top: 9px;
        font-weight: 600;
        margin-left: auto;
        margin-right: auto;
    }

    .menuLine:hover {
        background-color: #ff8a07;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        box-shadow: -2px 2px 25px 0px #89ccd4 !important;
        position: relative;
        opacity: 1;
        transform: scale(1.1);
    }

    /* .ThirdLine {
        border: 1px solid #89ccd4;
        height: 68px;
        color: #ffffff;
        font-size: 17px;
        line-height: 1.55;
        width: 300px;
        border-radius: 13px 13px 0px 13px;
        font-family: 'Arial',Arial,sans-serif;
        display: block;
        background-color: #89ccd4;
        margin-top: 9px;
        font-weight: 600;
        margin-left: auto;
        margin-right: auto;
    }

    .ThirdLine:hover {
        background-color: #ff8a07;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        box-shadow: -2px 2px 25px 0px #89ccd4 !important;
        position: relative;
        opacity: 1;
        transform: scale(1.1);
    }

    .FouthLine{
        border: 1px solid #89ccd4;
        height: 68px;
        color: #ffffff;
        font-size: 17px;
        line-height: 1.55;
        width: 300px;
        border-radius: 13px 13px 0px 13px;
        font-family: 'Arial',Arial,sans-serif;
        display: block;
        background-color: #89ccd4;
        margin-top: 9px;
        font-weight: 600;
        margin-left: auto;
        margin-right: auto;
    }

    .FouthLine:hover {
        background-color: #ff8a07;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        box-shadow: -2px 2px 25px 0px #89ccd4 !important;
        position: relative;
        opacity: 1;
        transform: scale(1.1);
    }

    .FivethLine{
        border: 1px solid #89ccd4;
        height: 68px;
        color: #ffffff;
        font-size: 17px;
        line-height: 1.55;
        width: 300px;
        border-radius: 13px 13px 0px 13px;
        font-family: 'Arial',Arial,sans-serif;
        display: block;
        background-color: #89ccd4;
        margin-top: 9px;
        font-weight: 600;
        margin-left: auto;
        margin-right: auto;
    }*/
    .menuLineVibe p {
        display: block;
        margin-top: 10px !important;
        margin-right: 51px;
    }  

    /* .FivethLine:hover {
        background-color: #ff8a07;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        box-shadow: -2px 2px 25px 0px #89ccd4 !important;
        position: relative;
        opacity: 1;
        transform: scale(1.1);
    } */ 
    .footerLine {
        margin-top: 0px;
        margin-bottom: 61px;
    }
    .footerLine p {
        height: 100%;
        width: 55%;
        text-align: center;
        font-size: 15px;
        font-family: 'Arial',Arial,sans-serif;
        margin-right: auto;
        margin-left: auto;
    }
    .menuLineVibe{
        border: 1px solid #89ccd4;
        height: 68px;
        color: #ffffff;
        font-size: 17px;
        line-height: 1.55;
        width: 300px;
        border-radius: 13px 13px 0px 13px;
        font-family: 'Arial',Arial,sans-serif;
        display: block;
        background-color: #89ccd4;
        margin-top: 9px;
        font-weight: 600;
        margin-left: auto;
        margin-right: auto;
    }
    .menuLineVibe:hover {
        background-color: #ff8a07;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        box-shadow: -2px 2px 25px 0px #89ccd4 !important;
        position: relative;
        opacity: 1;
        transform: scale(1.1);
    } 

    .allPoly {
        margin-left: auto;
        height: 520px;
        margin-right: 0;
        /* margin: 61px 500px 0 545px; */
        border-radius: 30px;
        box-shadow: #ff1313;
        
    }


    img {
        max-width: 100%;
        height: auto;
    }



}
