body{
    background-image: url(fon.png);
    background-color: rgb(242, 242, 242);
    background-attachment: fixed;
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    max-width: 1200px;
    margin: auto;


    color: #000000;
}



* {
    margin: 0;
    padding: 0;
  }

ul{
    margin: 30px;
}


.container{

    display: flex;
    flex-direction: row;
    align-items: center;

    padding: 50px;
    gap: 20px;

    position: absolute;
    left: calc(50% - 600px/2 - 0.5px);
    top: calc(50% - 800px/2);

    background: #F9F9F9;
    border-radius: 10px;

}

.razrab{
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: center; 
    color: #000000;  
    /* Inside auto layout */ 
    flex: none;
    order: 0;
    flex-grow: 0;
}

@media (width <= 600px) {
    .container{

        display: flex;
        flex-direction: column;
        align-items: center;
    
        padding: 10px;
        gap: 20px;
        
        margin: 10px;
    
        background: #F9F9F9;
        border-radius: 10px;
    
    }
    iframe{
        width: 320px;

    }
  }

.wrapper {
    display: flex;
    flex-direction: column;

    
}

.header{
    display: flex;
    flex-direction: row;
    position: sticky;
    z-index: 9;
    padding: 30px;
    left: 0px;
    right: 0px;
    top: 0px;
    background: #164E63;
    border-radius: 0px 0px 20px 20px;
    
    
}


.logo{
    margin-left: 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    color: #ffffff;
    flex: 1;
    
}

.menu, a{
    margin-right: 10px;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #ffffff;
    text-decoration: none;

}

.form{
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    color: #ffffff;
    border-style: solid;
    border-color: #ffffff;
    padding: 10px;
    margin: 20px;
    text-align: center;


}



.futer{
    display: flex;
    flex-direction: row;
    text-align: center;
    padding: 30px;
    border-radius: 20px 20px 0px 0px;
    flex: 0 0 auto;
    background: #164E63;
    color: #ffffff;
}



.main{
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    flex: 1 0 auto;
    margin: auto;
    padding: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
}



.info{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0px;
    gap: 20px;
    margin-bottom: 40px;

    position: relative;
    

}

@media (max-width: 1040px) {
    .info {flex-direction: column;}

  }

.card{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 13px;
    
    flex: 1 1 0;
    
}

.card_heder{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 10px;
    gap: 10px;
    width: auto;
    background: #164E63;
    border-radius: 10px;
    text-transform: uppercase;

    /* Inside auto layout */

    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;

    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;


    color: #ffffff;

}

.card_text{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 10px;
    gap: 10px;

    /* Inside auto layout */

    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;

}

.photo{
    margin-top: 20px;
    height: 400px;
    border-radius: 20px;
    background-image: url(main.png);
}

.zagolovok{

    padding-bottom: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;


    color: #164E63;

}