* {
    margin: 0;
    padding: 0;
}

.finsweet {
    background-color: rgb(35, 34, 34);
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.logo {
    font-size: 27px;
}

.a1 {
    text-decoration: none;
    color: white;
    margin-right: 20px;
}

.a2 {
    text-decoration: none;
    margin-left: 20px;
    margin-right: 50px;
    border: 1px solid;
    color: rgb(35, 34, 34);
    background-color: white;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}
.contact{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 64px;
}
.zagalovok{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
    padding-top: 20px;
    padding-bottom: 25px;
}
.text{
    color: #6D6E76;
}
.infoDiv{
    display: flex;
    justify-content: space-around;
    padding-top: 38px;
    padding-bottom: 38px;
    margin-right: 285px;
    margin-left: 285px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background-color: #592EA9;
    color: white;
    margin-bottom: 32px;
}
.xintext{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-decoration: none;
    color: white;
    font-weight: 100;
    padding-top: 10px;
}
.forma div{
    display: flex;
    flex-direction: column;
    margin-left: 285px;
    margin-right: 285px;
}
.form{
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    width: 768px;
    margin-left: 285px;
    padding-bottom: 20px;
    padding-left: 20px;
    color: #6D6E76;
    margin-top: 20px;
}
.name{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
}
.email{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;  
}
.textarea{
    width: 747px;
    height: 144px;
    margin-left: 285px;
    padding-left: 20px;
    margin-top: 20px;
}
.forma a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: yellow;
    width: 747px;
    height: 50px;
    text-decoration: none;
    color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 900;
    margin-left: 285px;
    margin-top: 20px;
    margin-bottom: 130px;
    font-size: 18px;
}
.footer{
    background-color: rgb(35, 34, 34);
    color: white;
    height: 60px;
    display: flex;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 10px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.footer1{
    background-color: rgb(35, 34, 34);
    color: white;
    height: 200px;
    padding-left: 50px;
    padding-right: 50px;
}
.footer2{
    padding-top: 80px;
    display: flex;
    justify-content: space-around;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background-color: rgb(69, 67, 67);
   height: 120px;
}
.email{
    background-color: rgb(69, 67, 67);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 50px;
    margin-left: 10px;
}
.subscribe{
    text-decoration: none;
    color: black;
    border: 1px solid;
    color: #FFD050;
    background-color: #FFD050;
    -webkit-text-fill-color: black;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-weight: 900;
}
.footer3{
    background-color: rgb(35, 34, 34);
    color: white;
    height: 70px;
    display: flex;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
}
.insta{
    padding-left: 20px;
    padding-right: 20px;
    }
.twit{
     padding-left: 20px;
 }