body {
    margin: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/trainer/background.png);
    background-size: cover; /* Масштабируем фон */
}

.container {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto; /*позиционирование по центру*/
}

h1 {
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 85px;
    line-height: 80px;
}

img {
    width: 250px;
}

.cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    align-content: flex-start;
}


.constructos-knopok {
    font-family: 'Montserrat', sans-serif;
    width: 250px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 20px;
    height: 55px;
    text-align: center;
    border: none;
    background-size: 300% 100%;

    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.constructos-knopok:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.constructos-knopok:focus {
    outline: none;
}

.constructos-knopok.bordovum {
    background-image: linear-gradient(to right, #179bd2, #32de8b, #23d47f, #1cbf71);
    box-shadow: 0 4px 15px 0 rgba(28, 179, 173, 0.75);
}

.constructos-knopok.adenscarlub {
    background-image: linear-gradient(to right, #232f3c, #3b4b5d, #205375, #43376b);
    box-shadow: 0 4px 15px 0 rgba(49, 62, 78, 0.75);
}

h2{
    margin-left: 7px;
    margin-top: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 34px;
    line-height: 35px;
}

.trener1 {
    display: flex;
}
.trener2 {
    margin-top: 70px;
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 70px;
}
#ulT{
    margin-top: 0px;
    margin-left: 25px;
    padding: 0;

}
#ulT .liT{
    color: white;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 27px;
}

