body{
      background: linear-gradient(to bottom, #075AC2, #01259D), url('9cc805ad-df3a-42d7-a2ff-24cfcd58f291.png');
    font-family: "Inter", sans-serif;
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.body {
  background-image: url(../img/Безымянный-1a-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.container{
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}
.header-1{
    text-align: center;
}
.header-11{
    margin-top: 20px;
    color: #01259D;
}
.header-1 p{
    color: #739BD9;
    font-size: 24px;
    font-style: sem;
}
.social-media{
    width: 469px;
    height: 68px;
    align-items: center;
    border-radius: 22px;
    border: none;
    font-size: 18px;
    color: #FFFFFF;
    transition: all 0.3s ease;
    background: linear-gradient(90deg, #FF8646 0%, #FC5245 26.93%, #863AC8 100%);
    font-weight: bold;
}
.sm{
    cursor: pointer;
}


.social-media1{

    height: 68px;
    align-items: center;
    border-radius: 20px;
    margin-top: 5px;
    background-color: #2AABEE;
    border: none;
    color: #FFFFFF;
}

.social-media2{

    height: 68px;
    align-items: center;
    border-radius: 20px;
    margin-top: 5px;
    background-color: #FF0000;
    border: none;
    color: #FFFFFF;
}
.social-media3{

    height: 68px;
    align-items: center;
    border-radius: 20px;
    margin-top: 5px;
    background-color: #1877F2;
    border: none;
    color: #FFFFFF;
}
.social-media4{

    height: 68px;
    align-items: center;
    border-radius: 20px;
    margin-top: 5px;
    background-color: #5FD668;
    border: none;
    color: #FFFFFF;
}
.social-media5{

    height: 68px;
    align-items: center;
    border-radius: 20px;
    margin-top: 5px;
    background-color: #8FBFFA;
    border: none;
    color: #FFFFFF;
}
footer{
    background-color: #02256A;
    margin-top: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer-1{
    text-align: center;
}
.footer-1 h1{
    color: #FFFFFF;
}
.social-media6{

    height: 68px;
    align-items: center;
    border-radius: 20px;
    cursor: pointer;
    background-color: #033AAC;
    border: 0px;
    color: #FFFFFF;
}
.social-media7{
  
    height: 68px;
    align-items: center;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 5px;
    background-color: #033AAC;
    border: 0px;
    color: #FFFFFF;
}
.social-media8{
    height: 68px;
    align-items: center;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 5px;
    background-color: #033AAC;
    border: 0px;
    color: #FFFFFF;
    
}
.ahref a{
    
    color: #687AA2;
}

.KONTAKTLAR{
    margin-top: 20px;
}
.social-media-wrapper{
    width: 469px;
    margin: 10px auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: 0.4s;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.btn-icon{
    position: absolute;
    left: 12px;
    top: 9px;
}

.social-media-wrapper a{
    position: absolute;
    width: 100%;
    height: 100%;
}
@media (max-width: 767px){
.social-media-wrapper{

    width: 95% !important;
}
.container{
    width: auto;
    padding: 0px 2px 0px 2px;
}
.logo{
    width: 90%;
}
}
.social-media-wrapper:hover{
    transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.social-media-wrapper:active{
    transform: scale(0.98);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  width: 460px;
  border-radius: 20px;
}
