*, html, body {
    padding: 0;
    margin: 0;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
}
body {
    color: white;
}

@font-face {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/ProximaNova-Black-BasicLatin.eot") format("truetype");
}

@font-face {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/ProximaNova-Black-BasicLatin.ttf") format("truetype");
}

@font-face {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/ProximaNova-Black-BasicLatin.woff") format("truetype");
}

@font-face {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/ProximaNova-Black-BasicLatin.woff2") format("truetype");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
}
/*/ BUTTONS /*/
.button-primary {
    padding: 15px 30px;
    font-family: 'Proxima Nova', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #000;
    transition: 0.3s;
    border: 2px solid black;
    width: 196px;
    height: 48px;
}

.button-primary:hover {
    background: #fff;
    color: black;
}

@media only screen and (max-width: 800px) {
    .button-primary {
        width: 130px;
        height: 40px;
        padding: 11px 30px;
        font-size: 14px;
    }
}

/*/ HEADER /*/
.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 50px;
    background: #FFF;
    color: black;
}

@media only screen and (max-width: 800px) {
    .header-wrapper {
        margin: 0 15px;
    }
}

.header-logo-wrapper {
    gap: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
}

@media only screen and (max-width: 800px) {
    .header-logo-wrapper {
        gap: 20px;
        margin: 15px 0;
    }
}

.header-logo-softserve {
    max-width: 150px;
    margin: 25px 0;
}

@media only screen and (max-width: 800px) {
    .header-logo-softserve {
        max-width: 80px;
        margin: 18px 0;
    }
}

.header-logo-talentland {
    max-width: 175px;
}

@media only screen and (max-width: 800px) {
    .header-logo-talentland {
        max-width: 93px;
    }
}

/*/ SECTION /*/

.main-wrapper {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

@media only screen and (min-width: 1000px) {
    .block-wrapper {
        max-width: 866px;
        min-width: 866px;
        display: flex;
        flex-flow: column;
    }
}

.banner-wrapper {
    width: 100%;
    background-image: url("../images/banner-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-flow: column;
    background-position-y: bottom;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .banner-wrapper {
        background-image: url("../images/banner-sm.png");
        background-position-x: center;
    }
}

.banner-text-wrapper {
    max-width: 365px;
    padding: 120px 0 86px;
    display: flex;
    flex-flow: column;
}

.banner-main-title {
    font-family: 'Proxima Nova', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 140px;
    line-height: 116px;
    text-transform: uppercase;
    color: #F1A55E;
    width: 100%;
    text-align: left;
    margin-top: 25px;
}

@media only screen and (max-width: 800px) {

    .banner-text-wrapper {
        max-width: 365px;
        padding: 156px 0 107px;
        margin-left: 30px;
    }

    .banner-main-title {
        font-size: 120px;
        line-height: 100px;
    }
}

.banner-subtitle-wrapper {
    margin-top: 20px;
    display: flex;
}

@media only screen and (max-width: 800px) {
    .banner-subtitle-wrapper {
        margin-top: 10px;
    }
}
.subtitles-wrapper {
    margin-top: 25px;
}

@media only screen and (max-width: 800px) {

}

.banner-subtitle-icon {
    width: 38px;
    height: 38px;
}

@media only screen and (max-width: 800px) {

}

.banner-subtitle-text {
    margin: 0 0 0 10px;
    font-family: 'Proxima Nova', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 26px;
    line-height: 21px;
    color: #FFFFFF;
    text-transform: uppercase;
}

@media only screen and (max-width: 800px) {
    .banner-subtitle-text {
        font-size: 22px;
        line-height: 21px;
    }

    .navigating {
        max-width: 310px;
    }
}

.content-wrapper {
    width: 100%;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .content-wrapper {
        width: 100%;
        padding: 0 40px;
    }
}

.main-info-wrapper {
    max-width: 856px;
    margin: 85px 0 30px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

@media only screen and (max-width: 800px) {
    .main-info-wrapper {
        margin: 30px 0 0;
        align-items: flex-start;
    }
}

.main-info-description-wrapper {
    display: flex;
    margin-top: 120px;
}

@media only screen and (max-width: 800px) {
    .main-info-description-wrapper {
        margin-top: 60px;
    }
}

.main-info-description-wrapper img {
    width: 290px;
    margin-left: 24px;
}

@media only screen and (max-width: 800px) {
    .main-info-description-wrapper img {
        display: none;
    }
}

.main-info-description {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    max-width: 526px;
}

@media only screen and (max-width: 800px) {
    .main-info-description {
        font-size: 13px;
        line-height: 20px;
    }
}

.description-link {
    color: black;
    font-weight: 700;
    text-decoration: underline;
}

@media only screen and (max-width: 800px) {
    .description-link {

    }
}

.main-info-title {
    font-family: 'Proxima Nova', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 35px;
    text-transform: uppercase;
    color: #000000;
    text-align: left;
    width: 100%;
    display: inline;
}

@media only screen and (max-width: 800px) {
    .main-info-title {
        font-size: 30px;
        line-height: 30px;
        max-width: 280px;
    }
}

.main-info-points-big {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
    color: black;
}

.main-info-points-sm {
    display: none;
}

.blue-point {
    color: #5567FF;
    margin: 0 10px;
}

@media only screen and (max-width: 800px) {
    .main-info-points-big {
        display: none;
    }

    .main-info-points-sm {
        display: block;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 24px;
        text-transform: uppercase;
        color: black;
    }

    .blue-point {
        margin: 0 4px;
    }
}

.title-margin {
    margin: 50px 0 44px;
}

@media only screen and (max-width: 800px) {
    .title-margin {
        margin: 50px 0 27px;
    }
}

.title-margin-form {
    margin: 120px 0 44px;
}


.button-wrapper {
    margin: 50px 0 120px;
    width: 100%;
}

@media only screen and (max-width: 800px) {
    .button-wrapper {
        margin: 34px 0 50px;
        width: 100%;
    }
}

.main-circle-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
}

@media only screen and (max-width: 800px) {
    .main-circle-image {
        display: none;
    }
}

.main-circle-image-right {
    display: none;
}

@media only screen and (max-width: 800px) {
    .main-circle-image-right {
        display: block;
        position: absolute;
        bottom: 178px;
        right: 0;
        width: 75px;
    }
}

.items-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

@media only screen and (max-width: 800px) {
    .items-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 18px;
    }
}

@media only screen and (max-width: 400px) {
    .items-wrapper {
        gap: 10px;
    }
}

.item-wrapper {
    display: flex;
    margin-bottom: 60px;
}

@media only screen and (max-width: 800px) {
    .item-wrapper {
        display: flex;
        flex-flow: column;
        margin-bottom: 4px;
    }

    .item-wrapper img{
        width: 80px;
    }
}

.item-description {
    max-width: 158px;
    color: black;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-left: 25px;
}

@media only screen and (max-width: 800px) {
    .item-description {
        max-width: 158px;
        font-size: 14px;
        line-height: 20px;
        margin: 20px 0 0;

    }
}

@media only screen and (max-width: 420px) {
    .item-description {
        max-width: 130px;
        font-size: 12px;

    }
}


.donate-wrapper {
    background: #F1A55E;
    width: 856px;
    min-height: 272px;
    margin-top: 100px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .donate-wrapper {
        width: 100%;
    }
}

.donate-description {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    max-width: 636px;
    margin-bottom: 40px;
    padding: 0 40px;
}

@media only screen and (max-width: 800px) {
    .donate-description {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 25px;
    }
}

.agenda-wrapper {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}

.agenda-content {
    width: 100%;
    max-width: 850px;
    position: relative;
    height: 100%;
}

@media only screen and (max-width: 800px) {
    .agenda-content {
        width: 100%;
        max-width: 100%;
    }
}

.swiper {
    width: 100%;
    height: 100%;
    overflow: visible!important;
}

.swiper-button-next {
    right: -50px!important;
    top: 50%!important;
    transform: translateY(125%);
    color: #000!important;
}

.swiper-button-prev {
    left: -50px!important;
    top: 50%!important;
    transform: translateY(125%);
    color: #000!important;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 800px) {
    .swiper {
        width: 100%;
        height: 100%;
        overflow: visible!important;
    }

    .swiper-button-next {
        display: none!important;
    }

    .swiper-button-prev {
        display: none!important;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: white;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 40px;
    }

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.agenda-title-wrapper {
    background: #9579FF;
    height: 52px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.agenda-title-text {
    font-family: 'Proxima Nova', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 26px;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 100%;
    text-align: left;
    margin-left: 20px;
}

.agenda-title-time-zone {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: black;
    width: 100%;
    text-align: left;
    margin: 35px 0 15px;
}

.agenda-body-wrapper {
    width: 100%;
    margin-bottom: 40px;
}

.agenda-part {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 80px;
    padding: 32px 0;
    /*padding-bottom: 45px;*/
    border-bottom: 1px solid #000;
}

.agenda-part:last-child {
    border-bottom: none;
}

.agenda-part-time {
    font-family: 'Proxima Nova', sans-serif;
    font-size: 26px;
    font-weight: 900;
    line-height: 26px;
    text-align: center;
    width: 100%;
    color: #000;
    flex: 0 1 190px;
    max-width: 190px;
}

@media only screen and (max-width: 800px) {
    .agenda-title {
        display: block;
        max-width: 100%;
        text-align: center;
    }

    .agenda-part {
        gap: 0;
        flex-flow: column;
        padding: 20px 0;
    }

    .agenda-part-time {
        flex: 0 1 100%;
        max-width: 100%;
        font-size: 15px;
        font-weight: 900;
        line-height: 15px;
    }
}

.description-wrapper {
    display: flex;
    flex-flow: column;
    flex: 0 1 calc(100% - 190px);
    max-width: calc(100% - 190px);
}

@media only screen and (max-width: 800px) {
    .description-wrapper {
        flex: 0 1 100%;
        max-width: 98%;
    }
}

.agenda-part-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #000;
}

@media only screen and (max-width: 800px) {
    .agenda-part-title {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 700;
        line-height: 20px;
        text-align: left;
        color: #000;
        margin-top: 5px;
    }
}

.agenda-part-description {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #000;
    /*max-width: 470px;*/
}

@media only screen and (max-width: 800px) {
    .agenda-part-description {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 23px;
        text-align: left;
        margin: 15px 0 0;
        color: #000;
        max-width: 470px;
    }
}

.swiper-pagination-bullet {
    width: 16px!important;
    height: 16px!important;
    margin: 0 8px!important;
}

@media screen and (max-width: 800px) {
    .swiper-pagination-bullet {
        width: 12px!important;
        height: 12px!important;
    }
}

.swiper-pagination-bullet-active {
    background: #5730BF!important;
}

.agenda-button {
    display: none;
    font-size: 15px;
    line-height: 20px;
    padding: 10px;
}

@media screen and (max-width: 800px) {
    .agenda-button {
        display: block;
        margin: 66px 0 44px 0;
    }
}

.element-icons {
    max-width: 500px;
    margin: 120px 0;
}

@media screen and (max-width: 1280px) {
    .element-icons {
        max-width: 290px;
        margin: 0 0;
    }
}

.lines-background {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.bg-lines {
    position: absolute;
}

.bg-lines-sm {
    display: none;
}

@media screen and (max-width: 800px) {
    .bg-lines {
       display: none;
    }

    .bg-lines-sm {
        display: block;
        position: absolute;
        right: 0;
    }
}

.form-wrapper {
    width: 100%;
    display: flex;
    flex-flow: column;
    z-index: 100;
    position: relative;
}

@media screen and (max-width: 800px) {
    .form-wrapper {
        width: 100%;
        padding: 0 40px;
    }
}

.committee-bg-elements {
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 190px;
    z-index: -1;
}

@media screen and (max-width: 800px) {
    .committee-bg-elements {
        right: 40px;
        bottom: -100px;
        width: 180px;
    }
}

.slider-container {
    width: 100%;
    padding: 0 225px;
    z-index: 100;
    position: relative;
}

.slider-container.committee {
    margin-bottom: 120px;
    margin-top: 196px;
}

.slider-container.speakers {
    margin-bottom: 120px;
    margin-top: 80px;
    display: none;
}

@media screen and (max-width: 1280px) {
    .slider-container {
        padding: 0 100px;
    }

    .slider-container.committee {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 800px) {
    .slider-container {
        padding: 0 40px;
    }

    .slider-container.speakers {
        margin-bottom: 110px;
        display: block;
    }
}

.slider-title {
    font-size: 40px;
    line-height: 49px;
    color: #000;
    font-weight: 900;
    margin-bottom: 45px;
    font-family: 'Proxima Nova', sans-serif;
    text-transform: uppercase;
    text-align: center;
}

@media screen and (max-width: 800px) {
    .slider-title {
        font-size: 30px;
        line-height: 35px;
    }
}

.slider-wrapper {
    width: 100%;
    gap: 20px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    overflow: auto;
}

.slider-container.speakers .slider-wrapper {
    justify-content: flex-start;
}

.slider-wrapper::-webkit-scrollbar {
    display: none;
}

@media screen and (max-width: 1280px) {
    .slider-wrapper {
        width: calc(100% + 200px);
        margin-left: -100px;
    }

    .slider-container.speakers .slider-wrapper {
        justify-content: center;
    }
}

@media screen and (max-width: 800px) {
    .slider-wrapper {
        width: calc(100% + 80px);
        margin-left: -40px;
    }

    .slider-wrapper::-webkit-scrollbar {
        display: none;
    }
}

.slider-item {
    padding: 45px 50px;
    background-color: rgba(236, 237, 240, 1);
    border-radius: 15px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    /*flex: 0 1 228px;*/
    max-width: 288px;
    min-width: 228px;
}

.slider-item-committee {
    padding: 45px 20px 30px 20px;
}

.slider-container.speakers .slider-item {
    flex: 0 1 314px;
    max-width: 314px;
    min-width: 314px;
}

@media screen and (max-width: 800px) {
    .slider-item:first-child {
        margin-left: calc(228px * 4 - 60px);
    }

    .slider-item:last-child {
        margin-right: 228px;
    }

    .slider-container.speakers .slider-item:last-child {
        margin-right: 314px;
    }

    .slider-container.speakers .slider-item:first-child {
        margin-left: calc(314px * 15 - 210px);
    }
}

@media screen and (max-width: 425px) {
    .slider-item:last-child {
        margin-right: calc(228px / 2 - 40px);
    }

    .slider-container.speakers .slider-item:last-child {
        margin-right: calc(314px / 2 + 10px);
    }
}

.slider-item-image {
    width: 122px;
    height: 122px;
    margin-bottom: 24px;
}

.slider-item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slider-item-title {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: 800;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.slide-item-description {
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    width: 205px;
    min-height: 60px;
    text-align: center;
}

.committee-description {
    min-height: 60px;
}

.slide-item-links {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 33px;
}

.slider-link {
    width: 33px;
    height: 33px;
}

.slider-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.speakers-slider-wrapper {
    display: block;
}

@media screen and (max-width: 800px) {
    .speakers-slider-wrapper {
        display: none;
    }
}

.speakers-wrapper {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}

.swiper-slide-speakers {
    display: flex!important;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 0 10px 100px;
    background: transparent;
}

.speakers-next:after {
    padding-bottom: 190px;
}

.speakers-prev:after {
    padding-bottom: 190px;
}

.swiper-pagination-bullet {
    width: 16px!important;
    height: 16px!important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #9579FF!important;
}

.partners-container {
    width: 100%;
}

@media screen and (max-width: 800px) {
    .partners-container {
        padding: 0 40px;
    }
}

.partners-title {
    font-size: 40px;
    line-height: 49px;
    color: #000;
    font-weight: 900;
    font-family: 'Proxima Nova', sans-serif;
    margin-bottom: 45px;
    text-transform: uppercase;
}

@media screen and (max-width: 800px) {
    .partners-title {
        font-size: 30px;
    }
}

.partners-wrapper {
    width: 100%;
    gap: 95px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.partners-wrapper a{
    display: flex;
    align-items: end;
}

@media screen and (max-width: 800px) {
    .partners-wrapper {
        gap: 65px;
    }
}

@media screen and (max-width: 800px) {

    .partners-wrapper a{
        display: flex;
        align-items: end;
        width: calc(50% - 75px);
    }

    .partners-item {
        /*flex: 0 1 calc(50% - 65px);*/
        /*max-width: calc(50% - 65px);*/
        width: 100%;
        display: flex;
        /*justify-content: center;*/
    }

    .partners-item img {
        object-fit: contain;
    }
}

@media screen and (max-width: 425px) {
    .partners-item img {
        width: 100%;
    }
}

footer {
    margin-top: 145px;
    width: 100%;
    padding: 60px 295px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
}

@media screen and (max-width: 1280px) {
    footer {
        padding: 60px 100px;
    }
}

@media screen and (max-width: 800px) {
    footer {
        padding: 90px 40px 135px 40px;
    }
}

.footer-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 800px) {
    .footer-wrapper {
        flex-flow: column;
    }
}

.footer-container {
    flex: 0 1 60%;
    width: 100%;
    max-width: 60%;
}

@media screen and (max-width: 800px) {
    .footer-container {
        flex: 0 1 100%;
        width: 100%;
        max-width: 100%;
    }
}

.footer-container:last-child {
    flex: 0 1 40%;
    width: 100%;
    max-width: 40%;
}

@media screen and (max-width: 800px) {
    .footer-container:last-child {
        flex: 0 1 100%;
        width: 100%;
        max-width: 100%;
    }
}

.footer-title {
    font-size: 40px;
    line-height: 49px;
    color: #fff;
    font-weight: 900;
    font-family: 'Proxima Nova', sans-serif;
    margin-bottom: 40px;
}

.footer-contacts {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.contact-wrapper {
    width: 100%;
    flex: 0 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
}

.contact-title {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 15px;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
}

.contact-item {
    font-size: 16px;
    line-height: 27px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 25px;
}

@media screen and (max-width: 800px) {
    .contact-title {
        font-size: 14px;
        line-height: 20px;
    }

    .contact-item {
        font-size: 14px;
        line-height: 25px;
    }
}

.socials-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
}

@media screen and (max-width: 800px) {
    .socials-container {
        flex-flow: row-reverse;
        margin-top: 15px;
    }
}

.socials-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

@media screen and (max-width: 800px) {
    .socials-wrapper {
        gap: 15px;
    }
}

.social {
    width: 33px;
    height: 33px;
}

.social img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (max-width: 800px) {
    .logo img {
        width: 122px;
    }
}
