* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

@font-face {
    font-family: "Commissioner";
    src: url(../fonts/Commissioner-Regular.woff2);
}

html,
body {
    position: relative;
    width: 100vw;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /*background-image: url('../img/logo_2023.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: contain;*/
    scrollbar-color: var(--dark-gray) var(--dark-turquoise);
}

body {
    overflow-x: hidden;
    background-color: var(--highlight);
    font-family: "Commissioner", sans-serif;
}

html {
    scroll-behavior: smooth;
}

.global {
    width: 100vw;
    height: 100%;
    overflow-x: hidden;
    transition: 0.6s;
}

.sect_bas {
    width: 100%;
    height: auto;
    padding-bottom: 133px;
    border-bottom: var(--turquoise-opacity05) 1px solid;
}

.marg_top60 {
    margin-top: 60px;
}

.no_border_bottom {
    border-style: none;
}

.min_text {
    font-size: 12px;
    color: var(--turquoise);
    text-transform: uppercase;
    transition: all 0.5s;
}

.sect_bas-min {
    display: flex;
    gap: 10px;
    height: auto;
    align-items: center;
}

.container_dormitory {
    width: 74.4%;
    margin-left: 25.6%;
    color: var(--text-turquoise-opacity08);
    line-height: 23px;
    /* margin-bottom: 150px; */
}

.cdsp {
    margin-top: 30px;
    margin-bottom: 30px;
}

.cd_flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
    margin-top: 60px;
}

.ofi-img {
    width: 31.3vw;
    max-width: 451px;
    height: 581px;
    object-fit: cover;
}

.ofi-img2 {
    width: 31.3vw;
    max-width: 451px;
    height: 381px;
    object-fit: cover;
}

/*.cd_flex-item{
	width: 100%;
	max-width: 451px;
	display: flex;
	justify-content: space-between;

}*/

h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--text-turquoise);
    margin-top: 20px;
    margin-bottom: 20px;
}

.kabinet {
    position: absolute;
    bottom: -110px;
    left: 30px;
    width: 8vw;
    height: auto;
    transition: all 0.6s;
}

.kabinet:hover {
    cursor: pointer;
    box-shadow: inset 0 0 60px var(--whitesmoke), inset 20px 0 80px #ffa200,
        inset -20px 0 80px #e95821, inset 20px 0 300px #ffa200,
        inset -20px 0 300px #e95821, 0 0 50px var(--white), -10px 0 80px #ffa200,
        10px 0 80px #e95821;
    transition: all 0.6s;
}

.text_kabinet {
    color: var(--black);
    text-shadow: 0 0 20px #ce6218, 0 0 40px #ce6218, 2px 2px 2px #ce6218;
    position: absolute;
    bottom: -160px;
    left: 25px;
    width: 10vw;
    height: auto;
    font-size: 12px;
    text-align: center;
    transition: all 0.6s;
    opacity: 0;
}

h2 {
    font-size: 36px;
    color: var(--text-turquoise);
    padding-left: 157px;
    line-height: 44px;
    text-indent: 11vw;
    font-weight: 500;
    text-transform: uppercase;
}

.h2_marg60 {
    padding: 60px 0;
    text-align: center;
    padding-left: 0px;
    text-indent: 0;
    border-bottom: var(--turquoise-opacity05) 1px solid;
}

.h2_a {
    color: blue;
    transition: all 0.6s;
    font-size: 24px;
    margin-left: 30px;
    display: block;
}

.h2_text {
    font-size: 24px;
    margin-left: 50px;
    line-height: 2;
}

.spec_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 90vw;
    height: auto;
    align-items: center;
    margin: 50px auto 0 auto;
}

.spec_flex_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--black);
    width: 25vw;
    height: 100px;
    margin-bottom: 50px;
    transition: all 0.6s;
    background-color: #e69373;
}

.spec_flex_item-img {
    display: block;
    width: 7vw;
    height: 100px;
    margin-right: 15px;
}

.spec_flex_item-text {
    line-height: 1.4;
    text-align: center;
    margin: 0 auto;
    padding-right: 10px;
}

.span {
    line-height: 2;
    padding: 0 30px;
    text-align: justify;
}
.dorm_flex {
    display: flex;
    width: 100vw;
    justify-content: space-around;
    align-items: center;
}
.dorm_flex_item {
    width: 45%;
    height: auto;
    margin-top: 50px;
}

.dorm_flex_item img {
    object-fit: cover;
    widows: 100%;
}

.dorm_flex_item-text1 {
    color: #e95821;
    font-size: 30px;
    text-align: center;
}

.dorm_flex_item-text2 {
    line-height: 2;
    margin: 50px auto 0 auto;
    text-align: justify;
    width: 95%;
}

.swiper-container {
    width: 100vw;
    height: 60vh;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 30px;
    background-color: #ec8d82;
    position: relative;
    margin-top: 30px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    color: #e95821;
    top: 50%;
    position: absolute;
}

.swiper-button-next::after {
    margin-right: 50px;
}

.swiper-button-prev::after {
    margin-left: 50px;
}

.swiper_img img {
    display: block;
    object-fit: contain;
    width: 100%;
    height: 60vh;
}

.mail {
    width: 80px;
    height: auto;
    position: fixed;
    right: 10px;
    top: 70vh;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.scale-up-center {
    animation: scale-up-center 0.6s ease-in both;
}

.scale-out-center {
    animation: scale-out-center 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
@keyframes scale-up-center {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes scale-out-center {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0);
        opacity: 1;
    }
}

@media (hover: hover) and (pointer: fine) {
    .mt_hov:hover {
        color: var(--dark-gray);
        transition: all 0.5s;
    }

    .h2_a:hover {
        transition: color 0.6s;
        color: #6c6ce5;
    }

    .spec_flex_item:hover {
        background-color: rgba(233, 88, 33, 0.3);
        transition: all 0.6s;
    }
}
