:root{
    --dark:#3C4350;
    --accent: rgba(226, 124, 51, 0.99);
    --gray-l: #FBFBFB;
    --gray: #F4F4F4;
    --gray-b-top: rgba(238, 237, 237, 0.76);
    --gray-d: #A6A6A6;
    --gray-sd: #7B7B7B;
    --text: #333;
    /*--green-d: rgba(14, 88, 16, 0.85);*/
    --green-d: rgba(14 88 16 / 83%);
    --green: #4CAF50;}
*{
    box-sizing: border-box;
}
h4, h3{
    margin: 0;
    padding: 0;

}

h4{
    font-size: 20px;
}
h3{
    font-size: 18px;
}
 span{
    color: var(--gray-sd);
    font-size: 14px;
}

ul, li{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
body{
    font-family: "Inter Tight",sans-serif;
    font-weight: 400;
    line-height: 1.2;
    color: var(--text);
    background-color: #f1eff2;
    min-width: 340px;
    margin: 0;
    padding: 0;
}
.container{
    width: 1320px;
    margin: 0 auto;
}
section{
    background-color: #FFFFFF;
    padding: 2rem;
}


.header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    border-bottom: 2px solid var(--gray-b-top);
}
.page-title{
    background-color: var(--green-d);
    padding: 5px 20px;
    color: #ffffff;
    margin: 20px 0;
    border-radius: 6px;
}
.btn{
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-green {
    color: #ffffff;
    background-color: var(--green-d);
    border-color: var(--green-d);
}
.btn-green:hover {
    color: #ffffff;
}
.btn-accent:focus {
    box-shadow: 0 0 0 .25rem
    rgba(14, 88, 16, .25);
}
.btn-accent {
    color: #ffffff;
    background-color: var(--accent);
    border-color: var(--accent);
}
.btn-accent:hover {
    color: #ffffff;
}
.btn-accent:focus {
    box-shadow: 0 0 0 .25rem
        rgba(226, 124, 51, .25);
}

.swiper{
    margin-right: 0;
}

.kruzhok-swiper-top {
    height: 80%;
    width: 100%;
}
.kruzhok-swiper-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.kruzhok-swiper-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    transition: opacity 0.3s;
}
.kruzhok-swiper-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid orange;
    border-radius: 6px;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*================top-line======================*/
.flex-center{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-line{
    background-color: var(--green-d);
    color: #ffffff;
    height: 60px;
    font-size: 14px;
}

.top-line .container{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
}

.top-line__main{
    height: 100%;
    width: 40%;
    align-items: stretch;
}
.top-line__main ul{
    list-style-type: none;
}
.top-line__main a{
    color: #FFFFFF;
    padding-right: 15px;
    margin: 0;
    text-decoration: none;
}
.top-line__adress{
    display: flex;
    align-items: center;
    width: 60%;
    color: #ffffff;
}
.adress-phone{
    width: 60%;
    display: flex;
    align-items: center;
}
.adress-phone p{
    margin:0 15px 0 0;
    padding: 0;

}
.adress-maps{
    display: flex;
    align-items: center;
}
.adress-maps p{
    margin:0 15px 0 0;
    padding: 0;
}
.adress__icon{
    height: 30px;
    width: 50px;
    fill: #fff;
    margin-right: 10px;
}
/*================end top-line======================*/
.middle-line {
    background-color: #fff;
}
.middle-line .container{
    align-items: center;
    background-color: #fff;

}
.ml-contact{
    width: 100%;
    display: flex;
    justify-content: start;
    align-content: center;
}
.middle-line .ml-logo{
    height: 100px;
    padding: 15px 15px;
    border-right: 1px solid var(--gray);
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.ml-logo img{
    object-fit: cover;
    margin-left: 30px;
}

.ml-title{
    width: 70%;
    text-align: center;
    align-content: center;
    font-size: 25px;
    font-weight: 400;
}
.social-lang{
    display: flex;
    justify-content: center;
    align-content: center;
    float: right;
}

.lang-switch {
    height: 50px;
    align-items: center;
    background: var(--gray-b-top);
    display: inline-flex;
    border-radius: 6px;
    padding: 4px;
}
.lang-btn {
    padding: 6px 12px;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    background: white;
    margin: 0 2px;
    transition: 0.3s;
}
.lang-btn:hover {
    background: #f6e1cc;
    color: var(--accent);
}
.lang-btn.active {
    background: var(--accent);
    color: #FFFFFF;
}


.ml-social__icon{
    width: 50px;
    height: 50px;
    margin-right: 15px;
    border: 1px solid var(--accent);
    border-radius: 10px;
    padding: 10px;
    background-color: var(--accent);
}
.ml-social__icon:hover{
    background-color: var(--green-d);
    border: 1px solid var(--green-d);

    fill: #fff;
}
/*================end middle-line======================*/

.main-menu{
    background-color: var(--green-d);
    height: 50px;
}
.list-cat__inner{
    display: flex;
    height: 100%;
    min-height: 50px;
    margin: 0 auto;
    padding: 0 20px;
}
.list-cat{
    position: relative;
    width: 25%;
    align-content: center;
}
.main-menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.main-menu a{
    color: var(--text);
    text-decoration: none;
}
.list-cat__main{
    background-color: var(--accent);
    height: 100%;
    padding-left: 25px;
    align-content: center;
}
.list-cat__main_icon{
    margin-right: 15px;
}
.list-cat__main_text{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;

}
.main-menu__list{
    display: flex;
    align-content: stretch;
    height: 100%;
    align-items: center;
    padding: 0;
    margin: 0;
}


li .main-menu__link{
    color: #fff;
    text-decoration: none;
}
.main-menu__item{
    padding: 0 30px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.list-cat__drop{
    position: absolute;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    /*overflow: hidden;*/
    margin-top: 2rem;
    padding: 10px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border: 1px solid var(--green-d);

}
.hidden-cat {
    display: none !important;
}

.list-cat__list_link{
    display: block;
    padding: 10px 25px;
    font-size: 16px;
    text-transform: uppercase;
}
marquee{
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    align-content: center;
}
.list-cat__list_item {
    position: relative;

}
.subnav {
    display: none;
    position: absolute;
    min-width: 200px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    padding: 10px 0;
    border-radius: 10px;
    z-index: 10;
    margin: 10px;
}


.list-cat__list_item:hover .subnav {
    display: block;
}
.subnav {
    top: 0;
    left: 100%;

}
.list-cat__list .subnav .subnav {
    display: none;

}

ul .subnav:hover .subnav {
    display: block;
    top: 100%;
    left: 20%;
    margin-top: 2px;
}
ul .subnav .list-cat__list_link:hover {
        color: var(--accent);
}
.list-cat__list_link:hover {
    color: var(--accent);
}
/*================end main-menu======================*/

.header{
    display: flex;
    background-color: #FFFFFF;
    padding: 20px;
}
.header-carousel{
    float: right;
    width: calc(100% - 22%);
    background-size: cover;
}

.header-carousel__slide{
    height: 400px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.header-carousel__slide-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
}
.carousel-content{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 4rem;
    display: flex;
    height: 100%;
    align-items: center;
    flex-direction: column;
    width: 50%;
    background-color: rgba(255, 255, 255, 0.65);
}
.header-carousel__title{
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
}
.header-carousel__desc p{
    font-size: 25px;
    font-weight: 500;
    align-content: center;
}
.carousel-content a{
    padding: 10px 20px;
    display: flex;
    align-items: center;
    background-color: var(--accent);
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    border-radius: 6px;
}
.carousel-pagination{
    width: 100%;
    height: 20px;

}
.swiper-pagination-bullet-active{
    background-color: var(--accent);
}

/* === breadcrumbs =======*/
.breadcrumbs {
    padding-top: 2.22222vw ; }
.breadcrumbs__list {
    margin: 0;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0.55556vw 1.11111vw;
    background-color: var(--gray-b-top);
    border-radius: 2.5vw;
    font-size: 0.83333vw; }
@media (min-width: 1600px) {
    .breadcrumbs ol {
        padding: 8px 16px;
        border-radius: 36px;
        font-size: 12px; } }
@media (min-width: 576px) and (max-width: 1024px) {
    .breadcrumbs ol {
        padding: 1.07527vw 2.15054vw;
        border-radius: 4.83871vw;
        font-size: 1.6129vw; } }
@media (max-width: 575px) {
    .breadcrumbs ol {
        padding: 2.13333vmin 4.26667vmin;
        border-radius: 9.6vmin;
        font-size: 3.2vmin; } }
.breadcrumbs__item {
    display: inline-flex;
    align-items: center;
    text-decoration: none;}
.breadcrumbs__item a{
    color: var(--gray-sd);
    text-decoration: none;}
.breadcrumbs__item:after {
    content: "";
    display: inline-block;
    width: 0.41667vw;
    height: 0.41667vw;
    border-radius: 50%;
    background-color: var(--accent);
    margin: 0 0.83333vw; }
@media (min-width: 1600px) {
    .breadcrumbs__item:after {
        width: 6px;
        height: 6px;
        margin: 0 12px; } }
@media (min-width: 576px) and (max-width: 1024px) {
    .breadcrumbs__item:after {
        width: 0.80645vw;
        height: 0.80645vw;
        margin: 0 1.6129vw; } }
@media (max-width: 575px) {
    .breadcrumbs__item:after {
        width: 1.6vmin;
        height: 1.6vmin;
        margin: 0 3.2vmin; } }
.breadcrumbs__item a:hover {
    color: var(--accent); }
.breadcrumbs__item span {
    font-weight: 500;
    color: var(--green-d);}
.breadcrumbs__item:last-child {
    color: #000; }
.breadcrumbs__item:last-child:after {
    display: none; }
@media (min-width: 1600px) {
    .breadcrumbs {
        margin-bottom: 40px; } }
@media (min-width: 576px) and (max-width: 1024px) {
    .breadcrumbs {
        margin-bottom: 5.37634vw; } }
@media (max-width: 575px) {
    .breadcrumbs {
        margin-bottom: 10.66667vmin;
        display: none; } }

/*================end header carousel======================*/


.category__inner{
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    border: 1px solid var(--green-d);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.category__item {
    display: flex;
    align-items: center;
    border-right: 2px solid var(--gray-b-top);
    margin-right: 35px;
}
.category__item:first-child {
    margin-left: 35px;
}
.category__item:last-child {
    border-right: none;
}
.category__item .category__icon{
    width: 45%;
    height: 75px;
    transition: transform 0.3s ease-in-out;
    margin-right: 20px;
}
.category__item .category__icon path{
    fill: var(--accent);

}
.category__item:hover .category__icon {
    transform: scale(1.1);
    fill: var(--accent);
}

.mini-category__link{
    color: var(--green-d);
    text-decoration: none;
}
.mini-category__link:hover{
    color: var(--accent);
    text-decoration: none;
}
.mini-category__text{
    display: flex;
    flex-wrap: wrap;

}

/*================end category slider======================*/

.cloth__inner{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid var(--green-d);
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);

}
.cloth-info{
    width: 35%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: var(--green-d);
    padding: 50px 30px;
}
.cloth-info__title{
    font-size: 25px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
}
.cloth-info__desk{
    font-size: 14px;
    font-weight: 400;
    color: var(--gray-b-top);
    margin-bottom: 30px;
}
.cloth-info__link{
    font-size: inherit;
    font-weight: 400;
    line-height: 1.5;
    padding: 10px 15px;
    background-color: var(--accent);
    border-radius: 6px;
    text-decoration: none;
    color: #ffffff;
}
.cloth-info__link:hover{
    background-color: rgb(203, 106, 38);
    color: #ffffff;
}
.cloth-photo{
    width: 100%;
    float: left;
}
.cloth-photo__inner {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.cloth-photo__item {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
    overflow: hidden;
}

.cloth-photo__item img {
    display: block;

    height: 100%;
}
.cloth-page__item {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.cloth-page__image {

    overflow: hidden;
}
.cloth-page__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* ==============conference================ */

.conference {
    text-align: center;
}


.conference__inner{
    display: flex;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background-color: #FFFFFF;
}
.conference__inner:last-child{
    margin-bottom: 0;
}
.conference__item {
    width: 50%;
    text-align: start;
}
.slide-news {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slide-news img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.conference__content{
    margin: 20px 30px;
}

.conference__content-title {
    font-size: 25px;
    text-transform: uppercase;
    color: var(--green-d);
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 20px;
}

.conference__content-info {
    font-size: 16px;
    color: #000;
    margin: 20px 0;
}

.btn__review {
    font-size: 14px;
    color: #fff;
    background-color: #0e5810;
    padding: 10px 20px;
    border-radius: 3px;
    text-decoration: none;
}
.olimpics {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 10px 0 30px 0;
}

.olimpics__item {
    width: 32%;
    margin-left: 20px ;
    margin-bottom: 30px;
    padding: 10px;
    text-align: center;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);*/

    transition: transform 0.3s;
}



.olimpics__item:hover {
    transform: scale(1.05);
}

.olimpics__item:first-child {
    margin-left: 0px ;

}



.olimpics__icon {
    width: 100%;
    height: 185Px;
    margin-bottom: 25px;
    border-radius: 10px 10px 0 0;

    object-fit: cover;
}

.olimpics__icon img{
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.olimpics__title {
    font-size: 18px;
    text-transform: uppercase;
    color: var(--green-d);
    font-weight: 700;
    text-decoration: none;
}
.olimpics__text {
    font-size: 14px;
    line-height: 1.5;
    color: #6c7279;
    margin: 15px 0;
}
.news {
    width: 100%;
    height: 300px;
}
.news-page {
    width: 100%;
    background-color: #FFFFFF;
    padding: 0 20px 20px 20px;
}
.swiper-slide__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*director
=====================*/

.director {
    overflow: hidden;
    background-color: var(--green-d);
}

.director__item {
    display: flex;
    flex-wrap: wrap;
}

.director__photo {
    width: 50%;
    height: 500px;
    position: relative;
}

.director__img {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    overflow-x: hidden;
    transform: translate(0, -50%)
}

.director__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding-left: 50px;
}

.director__text {
    font-family: 'Cardo', serif;
    font-size: 23px;
    font-style: italic;
    color: #fff;
}

.director__name {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 20px 0 0 0;
    color: #fff;
}

.director__button {
    margin-top: 30px;
}

.btn--director {
    font-size: 16px;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 6px;
    font-weight: 500;
    padding: 10px 30px;
    text-decoration: none;
}


.btn.btn--director:hover {
    background-color: #ffffff;
    color: #0e5810;
}
/*history
=====================*/
.history__inner{
    margin: 30px 0;
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 10px;
}
.history__title{
    font-size: 30px;
    font-weight: 600;
    color: var(--accent);
    margin-bottom: 20px;

}
.history__text{
    font-size: 20px;
    color: var(--gray-sd);
}
/* history page */


/*student
=====================*/
.student-carousel{
    border: 1px solid var(--green-d);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.student__inner{
    display: flex;
    gap: 10px;
}
.student__item {
    text-align: center;
    flex: 0 0 auto;
    border-radius: 10px;
    overflow: hidden;
}
.student__item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}
.student__item:hover img {
    transform: scale(1.1);
}
.student__item p {
    margin-top: 10px;
    padding: 0 10px;
}
.slider-controls {
    display: flex;
    gap: 10px;
}
.slider-controls button {
    background-color: rgba(156, 163, 175, 0);
    color: var(--gray-d);
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 30px;
}
.student-info{
    margin-top: 20px;
}

/*RESOURCE
=====================*/
.resource {
    text-align: center;
}



.resource__inner {
    display: flex;
    flex-wrap: nowrap;
    margin: 30px 0;
    background-color: #fff;
    border-radius: 10px;
    gap: 20px;
}

.resource__item {
    display: -webkit-box;
    align-items: center;
    width: 30%;
    height: 200px;
    padding: 20px;
    border: 1px solid var(--green-d);
    border-radius: 10px;
    overflow: hidden;
}


.resource__icon {
    width: 100%;
    height: 100%;
    border-radius: 10px;

    object-fit: cover;
}
/*footer
=====================*/

.footer {
    background-color: var(--green-d);
}

.footer__inner {
    display: flex;
    flex-wrap: wrap;
    padding: 70px 0;
}

.footer__block{
    padding-left: 50px;
}
.footer__block:first-child{
    padding-left: 0;
}
.footer__title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 10px;
}

.footer__content{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    text-align: start;
    margin-bottom: 20px;
}


.footer__content ul {
    margin-top: 5px;

}

.footer__content a {
    text-decoration: none;
    color: #ffffff;
    margin-right: 10px;
}
.footer__content a:hover{
    color: var(--accent);
}
.footer__link{
    font-size: 18px;
    display: flex;
}
.footer__link a:hover{
    color: var(--accent);
}
.footer__ul a:hover {
    text-decoration: underline;
    color: rgba(255, 255, 255, .5);
}
.social {
    display: flex;
}

.social--footer {
    justify-content: start;
}

.social__item {
    display: flex;
    width: 50px;
    height: 50px;
    border: 1px solid #ffffff;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    margin-right: 5px;

    transition: background .1s linear;
}
.social__icon {
    fill: #ffffff;
    display: block;
    height: 30px;
    transition: fill .1s linear;
    width: 50px;
}

.social--footer .social__icon {
    fill: #fff;
}

.social--footer .social__item:hover {
    background-color: var(--accent);
}
.user-block{
    display: flex;
    align-items: center;
    gap: 20px;
    color: #FFFFFF;

}
.justify-content-center {
    justify-content: center !important;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}
.form-group
{
    margin-bottom: 1rem;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 10px;
}
.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.6;

}
@media (min-width: 768px) {
    .text-md-right {
        text-align: right !important;
    }
}
/*copyright
=====================*/

.copyright {
    background-color: var(--green-d);
    padding: 20px 0;
}

.copyright__text {
    text-align: center;
    font-style: 14px;
    line-height: 1.5;
    color: #808080;
}

.copyright__text span {
    color: #fff;
}

/* PAGES=================*/
/*contacts*/
.page-contacts__inner{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 20px;
}
.page-contacts__info, .page-contacts__form{
    width: 50%;
    background-color: #ffffff;
    padding: 30px 20px;
    border-radius: 10px;
}
.page-contacts__info ul{
    list-style-type: none;
    padding-left: 0;
}
.page-contacts__info ul li{
    display: flex;
    align-items: center;
}
.page-contacts__icon{
    fill: var(--accent);
    width: 50px;
    height: 50px;
    margin-right: 15px;
}
/*teams*/
.teams-page__inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0;
    gap: 20px;

}
/*library*/
.library-page__inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0;
    gap: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px 20px;
}
.card-modal__info{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.card-modal__label{
    background-color: var(--accent);
    padding: 5px 10px;
    color: #ffffff;
    border-radius: 6px;
}
.card-auth{
    margin-bottom: 10px;
}
/*office*/
.office-page__inner{
    background-color: #ffffff;
    padding: 30px 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}
.office-page__header{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;

}
.office-page__image{
    overflow: hidden;
    border-radius: 10px;
    margin-right: 30px;
}
.office-page__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.office-page__li{
    padding-right: 20px;
}
.office-page__li ul{
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin-top: 20px;
    gap: 10px;
}
.office-page__li ul li{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
}
.office-page__li ul li p{
    font-size: 25px;
    color: var(--green-d);
    margin-bottom: 0;
}
.office-page__li ul li span{
    font-size: 15px;
    color: #ffffff;
    padding: 5px 10px;
    background-color: var(--accent);
    border-radius: 6px;
    margin-left: 15px;
}
.office-page-title{
border-bottom: 2px solid var(--gray-d);
}
.header-slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    border-bottom: 2px solid var(--gray-b-top);
}
.office-page__item img{
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
    border-radius: 10px;
}
.office-page__info{
    display: flex;
    justify-content: start;
    align-items: center;
}
.office-page__item p{
    font-size: 25px;
    color: var(--green-d);
    margin-bottom: 0;
}
.office-page__item span{
    font-size: 15px;
    color: #ffffff;
    padding: 5px 10px;
    background-color: var(--accent);
    border-radius: 6px;
    margin-left: 15px;
}


.office-page-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;gap: 15px;
}
.footer-office-img{
    width: 100%;
    height: 15rem;
    overflow: hidden;
}
.footer-office-img .office-page__img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 10px;
    border-radius: 10px;
}

/*kruzhok*/
.kruzhok-page__item{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    background-color: #ffffff;
    padding: 30px 20px;
    border-radius: 10px;
    margin-bottom: 30px;

}
.kruzok-page__image{
    height: 350px;
    overflow: hidden;
    border-radius: 10px;

}
.kruzok-page__image img{
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.kruzhok-page__title{
    margin-bottom: 20px;
}
.kruzhok-page__info{
    width: 100px;
    padding: 20px;
    background-color: var(--gray-b-top);
    border-radius: 10px;
}
.kruzhok-page__team img{
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
/*cloth*/
.cloth-page__inner{
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    padding: 30px 20px;
    gap: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.cloth-page__image{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
/*Document table*/
.document-table{
    background-color: #FFFFFF;
}
.documentPage-inner{
    background-color: #FFFFFF;
    padding: 30px 20px;

}
.documentPage-title{
    padding: 0 20px;
    text-align: end;
    border-bottom: 1px solid var(--gray-sd);
}
.table-green{
    background-color: var(--green-d);
    color: #FFFFFF;
}

