.contactsLogo ul {
    width: 500px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -13px -6.5px;
}

.contactsLogo ul li {
    width: 153.5px;
    margin: 13px 6.5px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
    position: relative;
    z-index: 1;
    -webkit-transition: filter 0.3s;
    -moz-transition: filter 0.3s;
    -o-transition: filter 0.3s;
    transition: filter 0.3s;

}

@media (any-hover: hover),(hover: hover) and (pointer: fine) {
    .contactsLogo ul li:hover {
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -ms-filter: grayscale(0);
        -o-filter: grayscale(0);
        filter: grayscale(0);
    }
}


.contactsLogo ul li > a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
}

.contactsLogo ul li img {
    width: 100%;
    height: auto;
}


.contactsLogo.animated ul li {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}


@media (min-width: 1025px) {
    .contactsLogo ul li:nth-child(1) {
        -moz-transform: translate(-30px, -30px);
        -ms-transform: translate(-30px, -30px);
        -webkit-transform: translate(-30px, -30px);
        -o-transform: translate(-30px, -30px);
        transform: translate(-30px, -30px);
    }

    .contactsLogo ul li:nth-child(2) {
        -moz-transform: translate(0px, -30px);
        -ms-transform: translate(0px, -30px);
        -webkit-transform: translate(0px, -30px);
        -o-transform: translate(0px, -30px);
        transform: translate(0px, -30px);
    }

    .contactsLogo ul li:nth-child(3) {
        -moz-transform: translate(30px, -30px);
        -ms-transform: translate(30px, -30px);
        -webkit-transform: translate(30px, -30px);
        -o-transform: translate(30px, -30px);
        transform: translate(30px, -30px);
    }

    .contactsLogo ul li:nth-child(4) {
        -moz-transform: translate(-30px, 0px);
        -ms-transform: translate(-30px, 0px);
        -webkit-transform: translate(-30px, 0px);
        -o-transform: translate(-30px, 0px);
        transform: translate(-30px, 0px);
    }

    .contactsLogo ul li:nth-child(6) {
        -moz-transform: translate(30px, 0px);
        -ms-transform: translate(30px, 0px);
        -webkit-transform: translate(30px, 0px);
        -o-transform: translate(30px, 0px);
        transform: translate(30px, 0px);
    }

    .contactsLogo ul li:nth-child(7) {
        -moz-transform: translate(0px, 30px);
        -ms-transform: translate(0px, 30px);
        -webkit-transform: translate(0px, 30px);
        -o-transform: translate(0px, 30px);
        transform: translate(0px, 30px);
    }

    .contactsLogo.animated ul li:nth-child(1) {
        -webkit-animation-name: contactLogo1;
        -moz-animation-name: contactLogo1;
        -o-animation-name: contactLogo1;
        animation-name: contactLogo1;
    }

    .contactsLogo.animated ul li:nth-child(2) {
        -webkit-animation-name: contactLogo2;
        -moz-animation-name: contactLogo2;
        -o-animation-name: contactLogo2;
        animation-name: contactLogo2;
    }

    .contactsLogo.animated ul li:nth-child(3) {
        -webkit-animation-name: contactLogo3;
        -moz-animation-name: contactLogo3;
        -o-animation-name: contactLogo3;
        animation-name: contactLogo3;
    }

    .contactsLogo.animated ul li:nth-child(4) {
        -webkit-animation-name: contactLogo4;
        -moz-animation-name: contactLogo4;
        -o-animation-name: contactLogo4;
        animation-name: contactLogo4;
    }

    .contactsLogo.animated ul li:nth-child(6) {
        -webkit-animation-name: contactLogo6;
        -moz-animation-name: contactLogo6;
        -o-animation-name: contactLogo6;
        animation-name: contactLogo6;
    }

    .contactsLogo.animated ul li:nth-child(7) {
        -webkit-animation-name: contactLogo7;
        -moz-animation-name: contactLogo7;
        -o-animation-name: contactLogo7;
        animation-name: contactLogo7;
    }
}


@keyframes contactLogo1 {
    0% {
        -moz-transform: translate(-30px, -30px);
        -ms-transform: translate(-30px, -30px);
        -webkit-transform: translate(-30px, -30px);
        -o-transform: translate(-30px, -30px);
        transform: translate(-30px, -30px);
    }
    100% {
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@keyframes contactLogo2 {
    0% {
        -moz-transform: translate(0px, -30px);
        -ms-transform: translate(0px, -30px);
        -webkit-transform: translate(0px, -30px);
        -o-transform: translate(0px, -30px);
        transform: translate(0px, -30px);
    }
    100% {
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@keyframes contactLogo3 {
    0% {
        -moz-transform: translate(30px, -30px);
        -ms-transform: translate(30px, -30px);
        -webkit-transform: translate(30px, -30px);
        -o-transform: translate(30px, -30px);
        transform: translate(30px, -30px);
    }
    100% {
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@keyframes contactLogo4 {
    0% {
        -moz-transform: translate(-30px, 0px);
        -ms-transform: translate(-30px, 0px);
        -webkit-transform: translate(-30px, 0px);
        -o-transform: translate(-30px, 0px);
        transform: translate(-30px, 0px);
    }
    100% {
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@keyframes contactLogo6 {
    0% {
        -moz-transform: translate(30px, 0px);
        -ms-transform: translate(30px, 0px);
        -webkit-transform: translate(30px, 0px);
        -o-transform: translate(30px, 0px);
        transform: translate(30px, 0px);
    }
    100% {
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@keyframes contactLogo7 {
    0% {
        -moz-transform: translate(0px, 30px);
        -ms-transform: translate(0px, 30px);
        -webkit-transform: translate(0px, 30px);
        -o-transform: translate(0px, 30px);
        transform: translate(0px, 30px);
    }
    100% {
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@media (min-width: 1681px) {
    .contactsLogo ul {
        width: 820px;
        margin: -20px -10px;
    }

    .contactsLogo ul li {
        width: 231px;
        margin: 20px 10px;
    }
}


.contactSection {
    padding-top: 55.5px;
    padding-bottom: 44.5px;
    background-color: #F9FAFB;
}

.contactSection .wrapper {
    padding-left: 113px;
    padding-right: 117px;
    display: flex;
    justify-content: space-between;
}

.contactSection .leftSide {
    padding-top: 122px;
}

.contactSection .rightSide {
    width: 420px;
}

.contactSection .titleContainer span {
    color: #0C0D3C;
}

.contactSection .titleContainer + .contentContainer {
    margin-top: 12px;
}

.contactSection .contentContainer .info p {
    color: #0C0D3C;
}

.contactSection .contentContainer .info + .contactForm {
    margin-top: 35px;
}

.contactSection .contactForm {
    width: 340px;
}


@media (min-width: 1681px) {
    .contactSection .wrapper {
        padding-left: 117px;
        justify-content: flex-start;
    }

    .contactSection .leftSide {
        padding-top: 67px;
    }

    .contactSection .rightSide {
        padding-top: 10px;
        margin-left: 150px;
        width: 430px;
        flex-shrink: 0;
    }

    .contactSection .contactForm {
        width: 100%;
    }
}


@media (max-width: 1439px) {
    .contactSection .wrapper {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (max-width: 1199px) {
    .contactSection .wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }

}


@media (max-width: 1023px) {
    .contactSection {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .contactSection .titleContainer {
        text-align: center;
    }

    .contactSection .titleContainer + .contentContainer {
        margin-top: 40px;
    }

    .contactSection .contentContainer .info + .contactForm {
        margin-top: 30px;
    }

    .contactSection .leftSide {
        display: none;
    }

    .contactSection .rightSide {
        max-width: 420px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .contactSection .contactForm {
        width: 100%;
    }

}

