.technologies-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1351px;
    width: 100%;
    margin: 0 auto;
    font-family: CoText,Helvetica,Arial,sans-serif;
}
.technologies-header h2 {
    font-weight: 400;
    font-size: 42px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: lowercase;

    color: #0047B0;
}
.nav-buttons {
    display: flex;
    gap: 10px;
    margin-right: 120px;
}
.nav-buttons button {
    border: none;
    padding: 10px;
    cursor: pointer;
    background: no-repeat;
    width: 32px;
    height: 32px;
}

.nav-buttons button.left{
    background-image: url('/img/duo/left.png');
}
.nav-buttons button.right{
    background-image: url('/img/duo/right.png');
}

.technologies-container-wrapper {
    position: relative;
    width: 100%;
    /* Градиентная маска */
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
    margin-bottom: 60px;
}

.technologies-container {
    position: relative;
    /* overflow: hidden;*/
    max-width: 1351px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0;
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.technologies-slider {
    display: flex;
    transition: transform 0.3s ease-in-out;
}
.technology {
    min-width: 495px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
    background-size: cover;
    background-position: center;
    margin: 0px 10px;
}

.technologies-slider .technology:first-child{
    margin-left: 0px;
}

.technologies-slider .technology:last-child{
    margin-right: 0px;
}

.technology-wrapper{
    max-width: 495px;
    height: 640px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 40px;
    background-size: contain;

    background-repeat: no-repeat;
}

.technology-wrapper.technology-wrapper-content-top{
    background-position: bottom;
}

.technology-wrapper.technology-wrapper-content-bottom{
    background-position: top;
}

.technology-wrapper .technology-content{
    font-family: CoText,Helvetica,Arial,sans-serif;
    width: 100%;
    padding: 20px;
}

.technology-wrapper.technology-wrapper-content-top .technology-content{
    align-self: flex-start;
}

.technology-wrapper.technology-wrapper-content-bottom .technology-content{
    margin-top: 340px;
    align-self: flex-end;
}

.technology-wrapper .technology-content h3{
    margin-top: 0px;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0%;
    text-transform: lowercase;
}

.technology-wrapper .technology-content p{
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
}

.technology-wrapper.technology-wrapper-white-blue{
    background-color: #a8b6ff;
}

.technology-wrapper.technology-wrapper-dark-blue{
    background-color: #1d2731;
}

.technology-wrapper.technology-wrapper-white-blue .technology-content h3{
    color: #0047B0;
}

.technology-wrapper.technology-wrapper-white-blue .technology-content p{
    color: #1F2633;
}

.technology-wrapper.technology-wrapper-dark-blue .technology-content h2{
    color: #FFFFFF;
}

.technology-wrapper.technology-wrapper-dark-blue .technology-content p{
    color: #FFFFFF;
}

@media (max-width: 1280px) {

    .technologies-container-wrapper{
        -webkit-mask-image: none;
        mask-image: none;
    }

    .technologies-header{
        width: 1230px;
        margin: 0px auto;
    }

    .technologies-container {
        width: 1230px;
        overflow: hidden;
        margin: 0px auto;
    }

    .technology {
        width: 395px;
        min-width: auto;
    }
}

@media (max-width: 1200px) {
    .technologies-header{
        width: 980px;
        margin: 0px auto;
    }

    .technologies-container {
        width: 980px;
        overflow: hidden;
        margin: 0px auto;
    }

    .technology {
        width: 480px;
        min-width: auto;
    }
}

@media (max-width: 625px) {

    .technologies-container-wrapper {
        -webkit-mask-image: none;
        mask-image: none;
        margin-bottom: 86px;
    }

    .technologies-header {
        width: 495px;
        margin: 20px auto;
    }

    .technologies-container {
        width: 465px;
        overflow: hidden;
        margin: 0px auto;
    }

    .technology {
        width: 465px;
        min-width: auto;
    }

    .technology-wrapper.technology-wrapper-content-bottom .technology-content{
        margin-top: 260px;
    }

    .technology-wrapper .technology-content p{
        font-size: 17px;
    }
}

@media (max-width: 480px) {
    .technologies-header{
        padding: 0px 20px;
        width: 420px;
        margin: 0px auto;
        display: block;

    }

    .technologies-header h2{
        font-size: 28px;
        line-height: 120%;
        letter-spacing: 0%;
    }

    .technologies-container {
        width: 420px;
        overflow: hidden;
        margin: 0px auto;
    }
    .technology {
        width: 420px;
    }

    .technology-wrapper .technology-content h3{
        font-size: 22px;
    }

    .technology-wrapper .technology-content p{
        font-size: 15px;
    }
}

@media (max-width: 390px) {
    .technologies-header{
        width: 360px;
        margin: 0px auto;
    }

    .technologies-container {
        width: 360px;
        overflow: hidden;
        margin: 0px auto;
    }
    .technology {
        width: 360px;
    }
}
