.img-response {
    max-width: 100%;
    height: auto;
}

.title-3{
    color: #0370c0;
    text-align: center;
    margin-bottom: 25px;
}

.theme-container{
    margin-bottom: 50px;
}

.theme-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #04aff0;
    border-radius: 8px;
    padding: 20px;
    height: 100%;
}

.theme-item h3{
    font-size: 20px;
    color: #0370c0;
/*    word-break: break-all;*/
    word-break: unset;
}

.competitions{
    margin: 50px 0;
}

.theme-item-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2px solid #0370c0;
    color: #0370c0;
    border-radius: 8px;
    padding: 20px;
    height: 100%;
}

.theme-item-2 h3{
    font-size: 20px;
    color: #0370c0;
    word-break: break-all;
}

.link-doc {
    font-size: 20px;
    color: #0370c0;
    text-decoration: underline;
}

.link-doc:hover {
    text-decoration: none;
}

.accordion__item{
    margin-bottom: 15px;
}

.accordion__header{
    font-weight: bold;
}

.accordion__content{
    background-color: #f3f3f3;
    color: #888;
    padding: 10px;
    border-radius: 15px;
    margin-top: 15px;
}


.contact-blue{
    display: flex;
    gap: 50px   ;
    justify-content: space-between;
    background: #0370c0;
    color: #fff;
    padding: 20px;
    border-radius: 15px;
    margin: 30px auto;
}

.contact-blue a {
    color: #fff;
}

.contact-blue a:hover {
    text-decoration: underline;
}

.md-contact{
    margin: 0 auto;
}

.md-contact .input-wrap{
    background-color: #f3f3f3;
    display: flex;
    gap: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.md-contact .email-input{
    width: calc(100% - 120px);
    background-color: transparent;
    border: 0;
    color: #888;
    padding: 5px 20px ;
    outline: none;
}

.md-contact .email-input::placeholder{
    color: #888;
}

.md-contact  .email-submit{
    display: block;
    width: 120px;
    margin: 0 auto;
    text-decoration: none;
    background: #66BDF5;
    text-align: center;
    padding: 5px 0 6px;
    border-radius: 0 5px 5px 0;
    font-weight: bold;
    font-size: 14px;
    color: white;
    margin: 0;
    cursor: pointer;
}

.md-contact  .email-submit:hover {
    background: #396CC3dd;
}

.contact-blue-qr img{
    width: 180px;
}

.carousel-3 .about-owl-carousel {
    width: calc(100% - 30px);
    margin: 0 auto;
}

.carousel-3 .about-owl-carousel a.fancybox {
    padding: 10px;
    display: block;
}

.carousel-3 .about-owl-carousel .owl-next {
    position: absolute;
    top: 50%;
    right: -13px;
}

.carousel-3 .about-owl-carousel .owl-prev {
    left: -13px;
    position: absolute;
    top: 50%;
}

.events-cont{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.events .theme-item{
    padding: 10px;
    flex-direction: column;
}

.events .theme-item img{
    border-radius: 10px;
    display: block;
}

.events .theme-item p{
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    margin: 10px 0 0 0;
    color: #000;
}




.traсk img{
    display: block;
    border-radius: 10px;
}

.traсk picture{
    position: relative;
}

.traсk picture:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #888;
    position: absolute;
    right: -15px;
}

.traсk-wrap .col-4:last-child .traсk picture:before {
    display: none;
}

.traсk p{
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin: 10px 0 0 0;
}

.about-md .theme-item h3{
    margin: 0;
}


@media screen and (max-width: 768px) {
    .contact-blue {
        flex-direction: column;
        gap: 20px;
        
    }
    .contact-blue-qr {
        text-align: center;
    }

    .traсk {
        padding-bottom: 15px;
        position: relative;
    }

    .traсk picture {
        position: static;
    }

    .traсk picture:before {
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: 0;
    }

    .events-cont {
        grid-template-columns: repeat(2, 1fr);

    }
}
