body{
    background-color: #F1F1F2
}
main{
    background-image: url(../img/fon.svg);
    background-repeat: no-repeat;
    background-position: 0px -100px;
    
}
.main__content{
    display: flex;
    flex-direction: column;
}
.main__content-title-wrap{
    margin-bottom: 40px;
}
.main__content-title-small-wrap{
    margin-bottom: 24px;
}
.main__content-title-small{
    color: #122D4E;
font-size: 24px;
font-style: normal;
font-weight: 800;
line-height: 120%; 
}
.main__content-text-wrap{
    margin-bottom: 60px;
}
.main__content-text{
    color:  #292929;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 130%;
}
.main__content__block-links{
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 20px;
   
}


.main__content__block-links__container{
    display: flex;
    align-items: flex-end;
    background: white;
    min-height: 240px;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 32px;
    justify-content: space-between;
}
.main__content__block-links__container-title-wrap{
    margin-right: 10px;
    max-width: 578px;
}
.main__content__block-links__container-title{
    color: #000;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 110%; 
}
.main__content__block-links__container-img-wrap{
    display: flex;
    align-items: center;
}
.block-prof{
    max-width: 670px;
   background-image: url(../img/pattern-big.svg);
    background-repeat: no-repeat;
    background-position:10% 60%;
    transition: .3s ease;

}
.block-kval{
    max-width: 325px;
   background-image: url(../img/pattern-big.svg);
    background-repeat: no-repeat;
    background-position:61% 63%;
}
.block-sport{
    max-width:  325px;
   background-image: url(../img/pattern-big.svg);
    background-repeat: no-repeat;
    background-position:90% 66.5%;
}
.img-arrow-white{
    display: none;
    transition: .3s ease;
}
.block-prof:hover{
     background-image: url(../img/pattern-big.svg);
    background-color: #122D4E;
    cursor: pointer;
    transition: .3s ease;
}
.block-prof:hover  .ul-title-normal-black{
    color: white;
    transition: .3s ease;
}
.ui-title-normal-black {
    transition: .3s ease;
}
.block-prof:hover .ui-title-normal-black {
    color: white;
    transition: .3s ease;
}

.block-prof:hover .img-arrow-black{
    display: none;
}

.block-prof:hover .img-arrow-white{
    display: flex;
    transition: .3s ease;
}

.block-kval:hover{
    background-image: url(../img/pattern-big.svg);
       background-color: #122D4E;
    cursor: pointer;
    }
.block-kval:hover  .ul-title-normal-black{
    color: white;
}

.block-kval:hover .img-arrow-black{
    display: none;
    transition: .3s ease;
}

.block-kval:hover .img-arrow-white{
    display: flex;
    transition: .3s ease;
}

.block-sport:hover{
    background-image: url(../img/pattern-big.svg);
       background-color: #122D4E;
    cursor: pointer;
}

.block-sport:hover  .ul-title-normal-black{
    color: white;
}

.block-sport:hover .img-arrow-black{
    display: none;
    transition: .3s ease;
}

.block-sport:hover .img-arrow-white{
    display: flex;
}
.main__content__scroll-slider{
    display: flex;
    flex-direction: row;
    margin-top: 80px;

}
.main__content__scroll{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.main__content__scroll-text-block{
     display: flex;
    flex-direction: column;
}
.main__content__scroll-title-wrap{
    margin-bottom: 24px;
}
.main__content__scroll-title{
  color: #122D4E;
font-size: 24px;
font-style: normal;
font-weight: 800;
line-height: 120%;
}
.main__content__scroll-text-wrap{
    margin-bottom: 16px;
}
.main__content__scroll-text{
    color:#292929;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 130%;
}
.main__content__scroll-rectangle-wrap{
    margin-top: 38px;
    margin-left: 75px;
}

.main__content__scroll-rectangle-block{
    display: flex;
    margin-bottom: 96px;
}
.main__content__slider{
    display: flex;
flex-direction: row;
    justify-content: center;
}
.main__content__slider-rectangle-wrap{
    position: absolute;
    top: 81%;
    left: 75%;
    z-index: 10;
    max-width: 210px;
    height: 100%;
    max-height: 54px;
}
.main__content__slider-rectangle{
    width: 100%;
}

.rectangle-phone{
   display: none;
}
.main__content__document-block{
    margin-top: 30px;
}
.main__content__document-block-title{
    color: #122D4E;
font-size: 24px;
font-style: normal;
font-weight: 800;
line-height: 120%;
}
.main__content__document-block-pdf-wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid rgba(31, 31, 31, 0.10);;
    padding-top: 24px;
    padding-bottom: 24px;
}

.main__content__document-block-pdf-wrap a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;

}
.main__content__document-block-pdf{
    color: #0A192B;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 130%;
}
.main__content__document-block-pdf-img-wrap{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.main__content__document-block-pdf-img-wrap span {
    color: rgba(10, 25, 43, 0.30);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.right-menu-container-point {
    text-transform: uppercase;
}
.right-menu-container-point:not(:last-child) {
    margin-bottom: 18px;
}
.offer__desc {
    color: #292929;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
}
.offer__title {
    color:  #122D4E;
    font-size: 24px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
}

.offer {
    padding: 80px 0;
}
/*slider*/

.offer__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
}
.swiper-slide-offer img {
    max-width: 670px;
    height: 420px;
    width: 100%;
    object-fit: cover;
}
.swiper-slide-offer {
   /*width: 100%;*/
   /* max-width: 670px;*/
    height: 415px;
    object-fit: cover;
}
.main__content__document-block{
    margin-bottom: 120px;
}
.container-documents-wrap {
    display: flex;
    justify-content: space-between;
    gap: 115px;
}
.useful-info {
    margin-bottom: 120px;
}

@media(max-width:1360px){
    main{
    margin-left: 0px;
    margin-right: 0px;
}
}
@media(max-width:1199px) {
    .main__content__block-links {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .block-prof {
        width: 100%;
        max-width: 100%;
    }
    .offer__container {
       display: block;
    }
    .offer__slider img {
        max-width: 100%;
    }
    .offer__wrapper {
        margin-bottom: 30px;
    }
    .useful-info {
        margin-bottom: 80px;
    }
}

@media (max-width: 992px) {
    .main__content__block-links {
        grid-template-columns: 1fr;
    }
    .container-documents-wrap {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .offer {
        padding: 60px 0;
    }
}
@media(max-width: 576px){
    .main__content__scroll-rectangle{
        max-height: 144px;
        
    }
    .path-bread-blue-phone{
        display: none;
    }
    .useful-info .admission__list-document a{
        flex-direction: column;
        align-items: flex-start;
    }
}
/*@media(max-width:1040px){*/
/*    .main__content__block-links{*/
/*        flex-direction: column;*/
/*    }*/
/*    .block-prof{*/
/*        max-width:1040px;*/
/*    }*/
/*    .block-kval{*/
/*         max-width:1040px;*/
/*    }*/
/*    .block-sport{*/
/*         max-width:1040px;*/
/*    }*/
/*    .main__content__scroll-slider{*/
/*        flex-direction: column;*/
/*      */
/*    }*/
/*    .main__content__document-block-pdf-wrap{*/
/*        flex-direction: column;*/
/*        padding-top: 16px;*/
/*    padding-bottom: 16px;*/
/*    }*/
/*    .main__content__document-block-pdf-img-wrap{*/
/*        margin-top: 14px;*/
/*    }*/
/*    .rectangle-phone{*/
/*   display: flex;*/
/*}*/
/*    .rectangle-comp{*/
/*   display: none;*/
/*    }*/
/*    .main__content__scroll-rectangle-block{*/
/*        margin-top: 20px;*/
/*    }*/
/*    .main__content__scroll-rectangle-block{*/
/*   margin-right: 4px;*/
/*}*/
/*    .main__content-text-wrap{*/
/*    margin-bottom: 22px;*/
/*}*/
/*    .main__content__slider{*/
/*        margin-top: 22px;*/
/*    }*/
/*}*/

@media(max-width:376px){
    main{
    margin-left: 0px;
    margin-right: 0px; 
}
    .block-prof{
    max-width: 670px;
    background-image: url(../img/Wireframe-1-phone.svg);
    background-repeat: no-repeat;
}
.block-kval{
    max-width: 670px;
    background-image: url(../img/Wireframe-2-phone.svg);
    background-repeat: no-repeat;
}
.block-sport{
    max-width:  670px;
    background-image: url(../img/Wireframe-3-phone.svg);
    background-repeat: no-repeat;
}
    .main__content__block-links__container{
        min-height: 171px;
    }
    
}