.contact {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.left-side {
    width: 563px;
    height: 572px;
    background-color: #fafafa;
    padding-left: 100px;
    display: flex;
    align-items: center;
}

.title {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 50px;
}

.title-contact {
    color: #a3a3a3;
    margin-bottom: 20px;
    margin-top: 38px;
    font-weight: 400;
}

.title-contact:first-child {
    margin-top: 0;
}

.icon-item-contact {
    display: flex;
    align-items: center;
}

.soc {
    margin-bottom: 7px;
}

.icon-contact {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    margin-right: 5px;
}

.icon-phone {
    background-image: url(../img/icons/icon-phone.png);
}

.icon-vk {
    background-image: url(../img/icons/icon-vk.png);
}

.icon-youtube {
    background-image: url(../img/icons/icon-youtube.svg);
    background-size: cover;
    background-position: center;
}

.icon-inst {
    background-image: url(../img/icons/icon-instagram.png);
}

.icon-face {
    background-image: url(../img/icons/icon-facebook.png);
}

.icon-dj {
    background-image: url(../img/icons/icon-promodj.png);
}

.icon-sms {
    background-image: url(../img/icons/icon-sms.png);
}

.item-contact {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    transition: 0.3s;
}

.item-contact:hover {
    color: #ee5531; 
    transition: 0.3s;
}

.right-side {
    position: relative;
    width: 563px;
}

.photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 49%;
    background-image: url(../img/contact.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 49%;
    object-fit: cover;
}

@media screen and (max-width: 940px) {
    .icon-contact {
        background-size: cover;
        background-position: center;
    }

    .icon-phone {
        background-image: url(../img/icons/icon-phone.svg);

    }
    
    .icon-vk {
        background-image: url(../img/icons/icon-vk.svg);
    }
    
    .icon-inst {
        background-image: url(../img/icons/icon-instagram.svg);
    }
    
    .icon-face {
        background-image: url(../img/icons/icon-facebook.svg);
    }
    
    .icon-dj {
        background-image: url(../img/icons/icon-dj.svg);
    }
    
    .icon-sms {
        background-image: url(../img/icons/icon-sms.svg);
    }
}
