@import url('https://fonts.googleapis.com/css?family=Montserrat+Alternates:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=cyrillic,cyrillic-ext');

body {
    font-family: 'Montserrat Alternates', sans-serif !important;
    color: #000000;
    font-size: 1rem;
}

.c-name {
    white-space: nowrap;
}

.container-custom {
    max-width: 1000px !important;
}

.header {
    padding-top: 1rem;
    text-align: center;
}

.knowledge-left {
    float: left;
    width: 80%;
}

.indent {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.knowledge-right {
    float: right;
}

.text,
.list li {
    font-size: 1.3rem;
}

.list {
    padding-left: 20px;
}

.pink {
    color: #DB1F9B;
}

.knowledge {
    padding-top: 2.5rem;
}

.program {
    padding-top: 2rem;
}

.knowledge-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.title {
    margin-top: 3rem;
    margin-bottom: 1rem;
    font-size: 2.5rem;
}

.button {
    display: block;
    width: 12.62rem;
    height: 3.25rem;
    margin-top: 2.125rem;
    line-height: 2.75rem;
    text-align: center;
    font-size: 1.125rem;
    padding: 0;
    color: #000;
    border: 2px solid #DB1F9B;
    background: #fff;
    -webkit-transition: all .33s ease;
    -o-transition: all .33s ease;
    transition: all .33s ease;
}

.button:hover,
.button:focus {
    color: #DB1F9B;
    background: rgba(0, 0, 0, .2);
    border: 2px solid rgba(0, 0, 0, .2);
    outline: none;
    text-decoration: none;
}

.program .title {
    margin-top: 4.375rem;
}

.image-block {
    position: relative;
}

.image-block img {
    width: 100%;
    height: auto;
}

.athlete {
    position: absolute;
    right: 3rem;
    bottom: 2px;
}

.images-column img {
    display: inline-block;
    vertical-align: top;
}

.athlete {
    /*    max-width: 635px;*/
    height: auto;
}

.participant-wrapper {
    display: flex;
    justify-content: center;
}

.new-things-participants {
    justify-content: center;
    padding-top: 3rem;
}

.participant {
    max-width: 15.5rem;
    width: 100%;
    margin-bottom: 2rem;
}

.participant-text {
    margin-top: 0.75rem;
    font-size: 1.25rem;
    line-height: 1.3;
    color: #DB1F9B;
}

.header img {
    max-width: 830px;
}

.participant-image {

}

.header img,
.participant-image img,
.placement-images img,
.living-conditions img,
.carrier img,
.sell-star img {
    width: 100%;
}

.carrier img,
.sell-star img,
.promo .img-block img {
    width: 100%;
    max-width: 230px;
}

.placement-images .row .col-12 {
    padding-left: 7px !important;
    padding-right: 7px !important;
}

.placement-images .images-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.placement-images .images-column img {
    min-height: 210px;
}

.living-conditions .img-block {
    margin-bottom: .8rem;
}

.carrier .img-block,
.sell-star .img-block,
.promo .img-block {
    display: flex;
    justify-content: center;
    align-items: center;
}

.promo .img-block {
    flex-direction: column;
    justify-content: flex-start;
}

.carrier small,
.sell-star small,
.promo small {
    font-size: 1rem;
}

.promo .title {
    font-size: 1.875rem;
}

.promo .button {
    display: block;
    width: 18rem;
    background: #E5E5E5;
    border: none;
    line-height: 3.05rem;
}

.promo .img-block img {
    max-width: 327px;
    width: 100%;
}

.sell-star .info {
    min-height: 300px;
}

.footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: #C4C4C4;
}

/* Media queries*/

@media all and (min-width: 768px) {

    .button:hover,
    .button:focus {
        padding-left: 5px;
    }
}

@media all and (max-width: 991.98px) {
    .text,
    .list li,
    .participant-text {
        font-size: 1.1rem;
    }

    .title {
        margin-top: 2rem;
        font-size: 2rem;
    }

    .knowledge-image {
        padding-top: .8rem;
        padding-bottom: .8rem;
    }

    .button-wrapper {
        text-align: center;
    }

    .program .title {
        margin-top: 1rem;
    }

    .images-column img,
    .image-block img,
    .placement-images img {
        margin-top: .5rem;
        max-width: 600px;
    }

    .image-block,
    .images-column {
        text-align: center;
    }

    .training .image-block img {
        max-width: inherit;
    }

    .placement-images .images-column {
        align-items: center;
    }

    .sell-star .info {
        min-height: inherit;
    }

    .carrier .img-block,
    .sell-star .img-block,
    .promo .img-block {
        margin-top: 3rem;
    }

    .promo .img-block img {
        display: inline-block;
        vertical-align: top;
        margin-top: .5rem;
    }

    .participant {
        margin-bottom: 1rem;
    }

    .placement-images .row .col-12 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

}

@media all and (max-width: 767.98px) {

    .indent {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .text,
    .list li,
    .participant-text {
        font-size: 1rem;
    }

    .title {
        font-size: 1.6rem;
    }

    .carrier img, .sell-star img, .promo .img-block img {
        width: 100%;
        max-width: 150px;
    }

    .title {
    margin-bottom: .5rem;
   
   }

}

@media all and (max-width: 575.98px) {

    .athlete img {
        max-width: 100%;
    }

    .athlete {
        right: 1.5rem;
    }
}

