* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: GilroyReg;
}
:root {
    --fontReg: GilroyReg;
    --fontBold: GilroyBold;
    --fontSemi: GilroySemi;
}
h1,h2,h3,h4,h5 {
    margin: 0px;
}
p {
    margin: 0;
}
ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
a {
    text-decoration: none;
    color: #000;
}

.enter img {
    width: 100%;
    height: 97%;
    object-fit: cover;
}

.enter-body{
padding: 0 15px;
}
.enter-body div{
padding-top: 20px;
line-height: 22px;
text-align: left;
color: #000;
}

.enter{
    position: fixed;
    max-width: 70%;
    display: none;
    align-items: center;
    text-align: center;
    height: 100%;
    transform: translate(21%, 19%);
    max-height: 550px;
    z-index: 9999;
    justify-content: center;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    margin: 0 auto;
    overflow: auto;
backdrop-filter: none !important;
background-color:rgb(254 246 246) !important;
}

.enter-body {
    padding: 0 15px;
    height: 82%;
}

@media only screen and (max-width 600px){
.enter{
max-width: 100%;
transform: translateY(19%);
}
}

/* header top */

header {
    position: fixed;
    background-color: #fff;
    width: 100%;
    z-index: 3;
}

#headerTop {
    
    padding: 16px  0px;
}
#headerTop, #headerBottom {
    border-bottom: 1px solid #F1EBE2;
    padding:10px
}
#sitat {
    opacity: .9;
    background: #f6f6fa;
    border-radius: 16px;
    padding: 12px 29px;
    color: #6a6a6a;
}
#navTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

#logo {
    height: 45px;
}

#logo img {
    height: 100%;
}

/* ----------------------- */


/* navbar headerbottom*/

#menu {
    display: flex;
    align-items: center;
}

#menuOneLink a{
    padding-left: 0px !important;
}

#menuNAv {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#menu>li {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#menu li>a{
    transition: all .3s;
    z-index: 5;
    padding: 18px;
    font-family: var(--fontReg);
}

#menu li a:hover {
    color: #000;
}
#menu>li:hover>a {
    color: #ad9661;
}
#menu .droplogo {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px;
    top: -20px;
    transition: all .3s;
}

#menu li:hover .droplogo {
    top: 0px;
}



/* ------------------------- */


/* daxili menunun acilmasi */

#menu>li>ul {
    position: absolute;
    width: 280px;
    z-index: 4;
    top: 0%;
    left: 0px;
}

.subMenu {
    display: none;
}

.subMenu>li a {
    background-color:  #183640;
    display: inline-block;
    width: 100%;
    color: #fff;
    transition: all .3s;
}

.subMenu>li a:hover {
    background-color: #efefef;
}

#menu>li:hover .subMenu {
    top: 100%;
    display: block;
    animation: fade .3s;
}

@keyframes fade {
    0% {
        top: 0%;
        opacity: 0;
    }
    50%{
        opacity: 0;
    }
    100% {
        top: 100%;
        opacity:1;
    }
}

/* -------------------------- */


/* apply buttonu */

.apply {
    background: none;
    padding: 23px 0px;
    position: relative;
    width: 150px;
}

.apply button {
    background: linear-gradient(0deg,rgba(255, 255, 255, 0.1),rgba(255, 255, 255, 0.1)),#c2aa75;
    box-shadow: 0px 8px 16px rgb(200 178 133 / 59%);
    border-radius: 16px;
    border: none;
    color: #fff;
    font-size: 14px;
    font-family: var(--fontSemi);
    position: absolute;
    inset: 0;
    transition: all .3s;
    width: 100%;
}

.apply button:hover {
    box-shadow: none;
}

/* -------------------------- */


/* slider hissesi */
#sl-left-img {
    position: absolute;
    left: -339px;
    z-index: 2;
    top: 60px;
    height: 100%;
}
#sl-left-img img{
height: 100%;
opacity: .1;
filter: hue-rotate(362), grayscale(.5);
}
#slider {
    overflow: hidden;
    position: relative;
    padding-top: 195px;
    padding-bottom: 60px;
}

.slideTitle {
    font-size: 48px;
    line-height: 1;
    font-family: var(--fontBold);
}

.slideContent {
    font-size: 16px;
    line-height: 1.55;
    font-weight: 500;
    margin: 16px 0 90px;
}
.slideContent p {
    -webkit-line-clamp: 8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.slideButton {
    position: relative;
    padding: 14px 70px 14px 35px;
    background: white;
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid transparent;
}
.slideButton img {
    position: absolute;
    transform: translate(12px, 8px);
    transition: 200ms all ease;
    right: 45px;
    bottom: 26px;
    opacity: .4;
}

.slideButton:hover img {
    transform: translate(17px, 8px);
}

.slideButton:hover {
    color: #000;
}

.slideItem .row > div {
    z-index: 2;
}

#slider .overlay {
    position: absolute;
    left: -310px;
    top: -50px;
    bottom: 0px;
    right: 0px;
    background: url(../img/slidebg.png) no-repeat;
}

#slider .circle {
    background: #f1ebe2;
    width: 520px;
    height: 520px;
    right: 75px;
    bottom: -120px;
    border-radius: 50%;
    transform: scale(.6);
    transition: all 1.5s;
    position: absolute;
    animation: scale 5s forwards;
}

@keyframes scale{
    to{transform: scale(10);}
}

/* -------------------------- */

/* director */

#director {
    padding: 100px 0px;
}

#director h3 {
    margin: 10px 0 30px 0;
    font-size: 2rem;
    font-family: var(--fontSemi);
}
#director p {
    padding-right: 50px;
}

#clubhouse {
    position: relative;
    overflow: hidden;
    height: 400px;
 }
 

#clbframe {
    position: absolute;
    z-index: 2;
    filter: brightness(1.9) hue-rotate(
 100deg) saturate(0.7) contrast(1);
    width: 420px;
    height: 100%;
 }
 
 #clbimg {
    position: absolute;
    width: 400px;
    height: 400px;
    object-fit: cover;
    left: 220px;
    top: 220px;
    transform: translate(-50%, -54%);
 }
 
/* -------------------------- */

/* owl carousel - tedbir ve konfranslar*/

#conference .owl-item img {
    border-radius: 6px;
    object-fit: cover;
    height: 100%;
}

#conference .owl-carousel  {
    position: relative;
}

#conference .owl-nav {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    padding: 0px 55px;
}
#conference .owl-nav button {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fafafa;
    border-radius: 50%;
}
#conference .owl-nav .owl-prev {
    position: absolute;
    left: 40px;
    top: -80px;
    box-shadow: -1px 1px 57px -14px rgba(0,0,0,0.75);
}
#conference .owl-nav .owl-next {
    position: absolute;
    right: 40px;
    top: -80px;
    box-shadow: -1px 1px 57px -14px rgba(0,0,0,0.75);
}
#conference .owl-nav button img, #news button img {
    opacity: .4;
    width: 20px;
    transition: all .3s;
}
#conference .owl-nav button:hover img, #news .slick-slider button:hover img, #members .owl-nav button:hover img {
    opacity: 1;
}

#conference .owl-prev.visible {
    visibility: visible;
}
#conference .owl-item {
    position: relative;
}
#conference .owl-item:hover {
    color: #000;
}
#conference .owl-item .date {
    position: absolute;
    padding-top: 10px;
    bottom: 10px;
    color: #919191;
    z-index: 2;
    left: 5%;
    right: 5%;
    border-top: 1px solid #383838;
}
#conference .owl-item p{
    font-size: 22px;
    font-family: var(--fontSemi);
    margin-top: 20px;
}
#conference .owl-item .owl-item-bg {
    position: relative;
    height: 300px
}
#conference .owl-item .owl-item-bg::after {
    position: absolute;
    content: "";
    height: 100%;
    opacity: 1;
    bottom: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .7));
    z-index: 1;
    transition: all .3s;
    border-radius: 6px;
}

#conference .owl-item:hover .owl-item-bg::after {
    height: 320px;
}
/*#conference .owl-stage {*/
/*    padding-left: 5%;*/
/*    padding-right: 5%;*/
/*}*/
/* -------------------------- */


/* subscribe */

.sub .subContent:not(:first-child){
    display: none;
}

#subscribe {
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0px;
    background-color: #f1f7fa;
}
#subscribe h2 {
    margin-bottom: 30px;
}
.subTitle {
    font-family: var(--fontSemi);
    cursor: pointer;
    text-align: center;
    padding: 24px 0px;
    border-bottom: 3px solid #efefef;
    position: relative;
    font-size:15px;
    height: 77px;

}

.subTitle.active {
    color: #C8B383;
}

.subTitle.active {
    border-bottom: 3px solid #C8B383;   
}

.subBox {
    text-align: center;
    margin-top: 90px;
    /*height: 100px;*/
    font-family: var(--fontReg);
}


/* ---------------------------- */


/* owl - 2 news*/
#news button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    position: absolute;
}

#news {
    padding: 100px 0px;
}
#news .slick-prev, #news .slick-next {
   visibility: hidden;
}
#news .slick-next {
    top: -50px;
    right: 130px;
}
#news .slick-item:hover {
    box-shadow: 1px 2px 18px -2px #000000;
}

#news .slick-item .cat-title {
    padding-left: 14px;
    position: absolute;
    color: #fff;
    left: 40px;
    top: 40px;
    font-family: var(--fontReg);
}
#news .slick-item .cat-title::before {
    width: 6px;
    height: 6px;
    background: rgb(253 193 16);
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
}
#news .slick-item img {
    object-fit: cover;
    border-radius: 13px;
    height: 100%;
    width: 100%;
}
#news .slick-track {
    height: 400px;
    display: flex;
    align-items: center;
}
#news .slick-item::after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: .77;
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 13px;
}

#news .owl-title, #news .date {
    position: absolute;
    padding: 0px 40px;
    color: #fff;
    z-index: 2;
}

#news .owl-title {bottom: 60px;}

#news .date {bottom: 25px;}

.all {
    font-size: 33px;
    text-transform: uppercase;
    font-family: var(--fontSemi);
}

#title-box {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.all-post {
    opacity: .6;
    transition: all .3s;
    padding-right: 130px;
}
.all-post:hover {
    color: #000;
    opacity: 1;
}
#news .all-post {
    padding: 0px;
}
#news .slick-item {
    height: 350px;
    position: relative;
    transition: all .3s;
    border-radius: 13px;
    margin-right: 40px;
}


/* ---------------------------- */



/* members carousel */

#members {
    padding: 0px 0px 100px;
}
#members svg {
    fill: #000;
}
#members svg .graycolor {
    fill: #969696!important;
}
#members-title {
    font-size: 33px;
    font-family: var(--fontSemi);
}
#members .owl-carousel {
    margin-top: 30px
}
#members .owl-item {
    height: 120px;
    border: 1px solid #efefef;
    border-radius: 13px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:20px;
}

#members .owl-item img {
    height: 100%;
    object-fit: contain;
}

#members .owl-nav {
    display: flex;
    position: absolute;
    top: -76px;
    right: 0px;
}

#all-members {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 100px;
}

#members .owl-nav button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fafafa;
    border-radius: 50%;
}

#members .owl-nav .owl-prev {
    margin-right: 10px;
}

#members .owl-nav button img {
    opacity: .4;
    width: 15px;
    transition: all .3s;
}

#members .all-post {
    padding: 0px;
}

/* ---------------------------- */


/* footer */

footer {
    background-color:  #F1EBE2;
    padding-top: 50px;
}
footer a {
    color: rgba(0, 0, 0, 0.5) !important;
    transition: all .3s ease-out;
}
footer a:hover,footer span:hover {
    color: rgba(0, 0, 0, 1) !important; 
}

#footer-top .foot-title {
    margin-bottom: 14px;
    font-size: 16px;
    font-family: var(--fontSemi);
    letter-spacing: 1.5px;
    margin-top: 20px;
    text-transform: uppercase;
}
#footer-top .foot-links li a {
    font-size: 14px;
    transition: 0.3s ease-out;
}
#footer-top .foot-links li {
    padding: 6px 0;
    line-height: 1.25;
}

#footer-mid {
    margin-top: 100px;
}
#footer-mid .fa-facebook-f {
    font-size: 22px;
}
#footer-mid .container {
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
}

#footer-logo img{
    width: 40%;
}
#foot-social-links {
    text-align: center;
}
#foot-social-links a{
    margin: 0px 25px;
    font-size: 25px;
    text-align: center;
}

#foot-social-links a i {
    transition: 0.3s ease-out;
}

#foot-social-links a:hover i{
    color: #000;
}

#copyright, #siteby {
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 11px;
}

#footer-bottom ul {
    display: flex;
    align-items: center;
    padding: 16px 0px;
}

#footer-bottom ul li a{
    margin-right: 20px;
    font-size: 14px;
}

/* siteby */

#siteby img {
    width: 82px;
    opacity: .5;
    transition: all .3s;
    margin-left: 5px;
}

#siteby img:hover {
    opacity: 1;
}

#copyright {
    opacity: 1;
}
#siteby span {
    opacity: .5;
    transition: all .3s;
}
#siteby span:hover {
    opacity: 1;
}
/* management */

#management {
    padding: 100px 0px 0px;
}
#management h3 {
    font-family: var(--fontSemi);
    font-size: 33px;
}
#management .owl-carousel {
    margin-top: 80px;
}

#management .owl-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px 20px;
}

#management .owl-item p {
    margin-top: 25px;
    font-size: 22px;
    font-family: var(--fontSemi);
    transition: all .3s;
}

#management .owl-item span {
    font-size: 14px;
    color: #969ca0;
    transition: all .3s;
}
#management .owl-item:hover p {
    color: #000;
}
#management .owl-item:hover p, #management .owl-item:hover span {
    opacity: .5;
}
#management .owl-nav {
    position: relative;
}
#management .owl-nav button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #d9e4e9;
    transition: all .3s;
}
#management .owl-nav button img {
    width: 16px;
    opacity: .4;
}
#management .owl-nav .owl-next,#management .owl-nav .owl-prev {
    position: absolute;
    bottom: 150px;
}

#management .owl-nav .owl-next:hover,#management .owl-nav .owl-prev:hover {
    background-color: #b4cad4!important;
    border-color: #b4cad4;
}

#management .owl-nav .owl-next:hover img,#management .owl-nav .owl-prev:hover img {
    filter: invert();
    opacity: 1;
}

#management .owl-nav .owl-prev {
    left: -50px;
}

#management .owl-nav .owl-next {
    right: -50px;
}

#management .owl-item img {
    border-radius: 50%;
    width: 180px;
    height: 180px;
}

#management .owl-item.scale-up-center img {
    animation-name: circleup;
    animation-duration: 700ms;
    animation-timing-function: ease-in-out;
}

@keyframes circleup {
    0% {
        transform:scale3d(0,0,0)
    }
   
    100% {
        transform:scale3d(1.02,1.02)
    }
}


#management .owl-next.rl {
    animation-name: right-left;
    animation-duration: 600ms;
    animation-timing-function: ease-in-out;
}

#management .owl-next.next-lr {
    animation-name: removeimgright;
    animation-duration: 600ms;
    animation-timing-function: ease-in-out;
}

@keyframes removeimgright {
    0% {
        visibility: hidden;
        right: 1%;
        transform: scale(1.5);
        background-color: #b4cad4;
    }
    100% {
        visibility: visible;
        right: -50px;
        transform: scale(1);
        background-color: transparent;
    }
}

@keyframes right-left {
    0% {
        visibility: hidden;
        right: -7%;
    }
   
    100% {
        visibility: visible;
        right: -50px;
    }
}

#management .owl-prev.prev-rl {
    animation-name: removeimg;
    animation-duration: 600ms;
    animation-timing-function: ease-in-out;
}


#management .owl-prev.lr {
    animation-name: left-right;
    animation-duration: 600ms;
    animation-timing-function: ease-in-out;
}

@keyframes removeimg {
    0% {
        visibility: hidden;
        left: 1%;
        transform: scale(1.5);
        background-color: #b4cad4;
    }
    100% {
        visibility: visible;
        left: -50px;
        transform: scale(1);
        background-color: transparent;
    }
}

@keyframes left-right {
    0% {
        visibility: hidden;
        left: -7%;
    }
   
    100% {
        visibility: visible;
        left: -50px;
    }
}


#management .owl-item.scale-down {
    animation-name: circledown;
    animation-duration: 10ms;
    animation-timing-function: ease-in-out;
}

@keyframes circledown {
    0% {
        transform:scale3d(1.02,1.02)
    }
   
    100% {
        transform:scale3d(0,0,0)
    }
}

#management .owl-item.animate img{
    /* transform: scale(0); */
    animation-name: animate;
    animation-timing-function: ease-out;
    animation-duration:400ms;
}

@keyframes animate {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.2);
    }
}

.accordion {
    display: none;
    z-index: 133;
}
#burger-icon {
    display: none;
}
.sliderimg img {
    width: 100%;
    height: 100%;
}
.accordion .accordion-item:nth-of-type(1) {
    border-top: 0px;
}
header::after {
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1;
    position: absolute;
    opacity: .6;
    transition: all .3s;
}

/* ---------------------- */


/*Contact*/

#header-contact {
    padding: 155px 0 15px;
    font-size: 40px;
    line-height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F1EBE2;
    background-size: cover;
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.1px;
    color: #000000;
}

#contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
#contacts-box {
    padding: 80px 0px;
}
#openclose {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.1px;
    padding: 8px 16px;
    border-radius: 4px;
    margin-bottom: 24px;
    background-color: #D9F2D8;
    margin-top: 8px;
}
#contacts .contact {
    border: 2px solid #F5F6FA;
    box-sizing: border-box;
    border-radius: 14px;
    background: #fff;
    /*padding: 30px 38px 38px;*/
    /*width: 100%;*/
    margin: 30px 0px;
    position: relative;
    padding-inline: 30px;
    padding-top: 25px;
    padding-bottom: 15px;
    height: 100% !important;
}
#contacts .contact-title {
    display: flex;
    align-items: center;
    margin-bottom: 24px
}
#contacts .title-icon {
    width: 48px;
    height: 48px;
    display: flex;
    background: #F8F8F8;
    border-radius: 50%;
    box-sizing: border-box;
    flex: none;
    justify-content: center;
    align-items: center;
}
.contact-title h4 {
    font-size: 20px;
    flex: 1 0 1%;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #000000;
    font-family: var(--fontSemi);
}
#contact_days {
    /*margin-bottom: 24px;*/
}
.button-contact{
    /*position:absolute;*/
    padding-top: 50px;
}
#contacts .contact-button {
    display: flex;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.1px;
    color: #000000;
    text-decoration: none;
    padding: 14px 40px;
    border: 2px solid #2DBF60;
    box-sizing: border-box;
    border-radius: 96px;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
    /*position: absolute;*/
    right: 6%;
    left: 6%;
    bottom: 30px;
}
#contact_numbers>p {
    margin-bottom: 25px;
}
#contact_days>p{
    margin-bottom: 25px;
}
.contact-button-svg {
    margin-right: 8px;
}
.contact-button-svg svg {
    width: 24px;
    height: 24px;
}
#contacts .contact-button:hover {
    border: 2px solid #2DBF60;
    box-shadow: 0px 8px 16px rgb(45 191 96 / 25%);
}

#social-links a {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-bottom: 12px;
}
#social-links i {
    font-size: 20px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    color: #fff;
}
#social-links a .fa-facebook-f {
    background: #1B74E4;
}
#social-links a .fa-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);;
}
#social-links a .fa-twitter {
    background: #1DA1F2;
}
#social-links a .fa-linkedin-in {
    background: #0A66C2;
}
#inputs .require {
    color: red;
}
#inputs div input, #inputs div textarea{
    background: #fff;
    border: 2px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 8px;
    height: 48px;
    width: 100%;
    padding: 0 16px;
    outline: none;
}
#inputs div {
    margin-bottom: 24px;
}
#inputs div textarea {
    height: 136px;
    padding: 16px;
}
#inputs button {
    background: linear-gradient(180deg, #47C634 0%, #2DBF60 100%);
    border: 1px solid #2FC05F;
    box-shadow: 0px 8px 12px rgb(45 191 96 / 30%);
    border-radius: 48px;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.1px;
    color: #FFFFFF;
    padding: 14px;
    cursor: pointer;
    margin-top: 30px;
}


.contact.contact_form {
    width: 100% !important;
}

/*static pages*/

#static_box {
    padding: 80px 0;
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
}

#static_desc {
    flex: none;
    width: 100%;
    padding: 64px;
    border: 2px solid #F5F6FA;
    border-radius: 16px;
    max-width: 1024px;
    box-sizing: border-box;
    font-family: GilroyReg;
}
#static_header_bg {
    text-align:right;
}
#static_header_bg img {
    width: 260px;
}

#speed_box {
    font-size: 17px;
    /*position: fixed;*/
    /*top: 140px;*/
    /*width: 100%;*/
    /*padding: 70px 0px;*/
    /*background: red;*/
}
#speed_box i {
    font-size: 12px;
    padding: 0 15px;
}
#speed_box a:not(:nth-last-of-type(1)) {
    transition: all .3s;
    color:#656668;
}
#speed_box a:not(:nth-last-of-type(1)):hover {
    color: #656668;
    opacity: .6;
}
#static_desc h5 {
    text-align: center;
}
#social_networks {
    width: 64px;
    display: inline-block;
    padding-top: 0;
    margin-right: 0;
    position: sticky;
    align-self: flex-start;
    top: 142px;
    z-index: 2;
}

#social_network_links a, #top_scroll {
    transition: all 0.25s;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #F5F6FA;
    transition: all .3s;
}

#social_network_links .social_item:nth-child(1) {
    background: #1B74E4;
}

#social_network_links .social_item:nth-child(2) {
    background: #B42EAD;
}

#social_network_links .social_item:nth-child(3) {
    background: #1DA1F2;
    height: 0px;
    visibility: hidden;
}

#social_network_links .social_item:nth-child(4) {
    background: #0A66C2;
    height: 0px;
    visibility: hidden;
}

#swipe_links{
    background: #eee;
}

#swipe_links i {
    color: #000;
}

#social_network_links .social_item.swipe {
    height: 64px;
    visibility: visible;
}

#top_scroll {
    background: #eee;
    margin-top: 30px;
}

#static_desc>div {
    margin: 25px 0px;
}
#administrative {
    padding: 30px 0px;
}
#administrative .chief {
    width: 32%;
    padding: 30px;
    background: #F8F8F8;
    margin: 5px;
}
#administrative .chief_img {
    width: 150px;
}
#administrative .chief_img img {
    border-radius: 50%;
    width: 100%;
}
#administrative .chief_about {
    margin-top: 30px;
}
#administrative .chief_about p {
    margin: 15px 0px;
}

/*apply form*/

.modal-body iframe {
    height: 520px;
}
.modal-body{
    padding: 0 60px 30px;
}
.modal-header {
    padding: 0 60px 20px 60px;
    border-bottom:0;
}
.modal-content {
    border-radius: 10px;
    padding-top: 40px;
    position: relative;
}
/*reports*/

#reports{
    padding: 30px 0px;
}

#reports .report {
    background: #F8F8F8;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    align-items:center;
}
#reports .report img {
    width: 50px;
    margin-right: 10px;
}

#reports_box {
    display: flex;
    flex-wrap: wrap;
}

#reports_box .report {
    width: 32%;
    margin: 5px;
}

#reports_box .report .attachment {
    text-decoration: underline;
}

#reports_box .report .attachment:hover {
    color: #000;
    text-decoration: none;
}


/*Partners*/

.partner {
    width: 24%;
    height: 150px;
    margin: 5px;
    text-align: center;
    padding: 15px;
    border: 1px solid #dad7d7;
    border-radius: 13px;
}
.partner img {
    width: 80%;
    height: 100%;
    object-fit: contain;
}


#partners,#events,#drafts,#innovations {
    padding: 30px 0;
}

#events a.highslide{
   display: none;
}

/*---------------*/


/*Events*/

.event {
    width: 33%;
    margin: 25px 0px;
}

.event img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
}
.event_img_date {
    position: relative;
    height: 250px;
}
.event_img_date p{
    margin: 0;
    position: absolute;
    padding-top: 10px;
    bottom: 10px;
    color: #919191;
    z-index: 2;
    left: 5%;
    right: 5%;
    border-top: 1px solid #383838;
}
.event_img_date::after {
    position: absolute;
    content: "";
    height: 90%;
    opacity: 1;
    bottom: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .7));
    z-index: 1;
    transition: all .3s;
    border-radius: 6px;
}
.event:hover .event_img_date::after {
    height: 100%;
}

.event:hover .exp {
    color: #000;
}

.event .exp {
    font-size: 22px;
    font-family: var(--fontSemi);
    margin-top: 20px;
        overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*----------------*/


/*projects short-story*/

#drafts .draft {
    background: url('owlbg.jpg') center/cover no-repeat;
    width: 49%;
    height: 350px;
    position: relative;
    transition: all .3s;
    border-radius: 13px;
    color: #fff;
    padding: 0px;
}
#drafts .draft img {
    height: 100%;
    width: 100%;
    border-radius: 13px;
    object-fit: cover;
}
#drafts .draft_top {
    padding-left: 14px;
    position: absolute;
    color: #fff;
    left: 40px;
    top: 40px;
    font-family: var(--fontReg);
}
#drafts .draft_top::before {
    width: 6px;
    height: 6px;
    background: rgb(253 193 16);
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
}
#drafts .draft_title, #drafts .draft_date{
    position: absolute;
    padding: 0px 40px;
    color: #fff;
    z-index: 2;
}
#drafts .draft_title {
    bottom: 60px;
}
#drafts .draft_date {
    bottom: 25px;
}
#drafts .draft:hover {
    box-shadow: 1px 2px 18px -2px #000000;
}
#drafts .draft::after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: .77;
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 13px;
}


/*----------------*/

/*full-story*/
#full_story_expression {
    padding-inline: 30px;
}
#full_story_expression h4 {
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 900;
}
#full_story_expression ol {
    counter-reset: li;
}
#full_story_expression ol li {
    list-style-type: none;
    margin-bottom: 8px;
    padding-left: 6px;
    position: relative;
}
#full_story_expression ol li::before {
    content: counters(li, ".");
    counter-increment: li;
    position: absolute;
    left: -30px;
    top: 2px;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    background: #f9af22 url('../img/limark.png') 100% 0 no-repeat;
    padding: 0 10px 0 5px;
    height: 22px;
}
#full_story_expression ol li::marker {
    color: #92b33d;
}

/*----------------*/

/*foto rama*/

.fotorama__stage__frame img {
border-radius: 12px !important
}
.fotorama__nav { 
text-align: left;
}
/*---------*/
@media only screen and (min-width: 600px) {
    #contacts .contact {
        flex: none;
        width: calc(50% - 24px);
        /*margin: 0 12px 24px;   */
    }   
    #contacts .contact-button {
        font-size: 16px;
        line-height: 24px;
        padding: 14px ;
    }
    
    #contacts form button {
        padding: 19px;
    }
}


@media only screen and (min-width: 1000px) {
    #contacts .contact {
        width: calc(100% / 3 - 32px);
    }
    /*#contacts .contact-button {*/
    /*    margin-top: 48px;*/
    /*    padding: 18px;*/
    /*}*/
}


@media only screen and (max-width: 998px) {
    #administrative .chief {
        width: 100%;
        margin: 5px auto;
    }
    
}


@media only screen and (max-width: 768px) {
    #news .nav-button {
        display: none !important;   
    }
    #news .row {
        justify-content: center;
    }
    #full_story_expression {
        margin-top: 30px;
    }
    .event {
        width: 90%;
        margin: 15px auto;
    }
    .partner {
        width: 90%;
        margin: 5px auto;
    }
    #contacts-box {
        padding: 0px;
    }
    #inputs div {
    margin-bottom: 5px;
}
    #contacts .contact-button {
        /*margin: 10px 0px;*/
            margin: 0 -15px;
    }
    #reports_box .report {
    width: 100%;

}
    .accordion {
        display: block;
        background-color: #fff;
        position: absolute;
        top: 0px;
        right: -100%;
        opacity: 0;
        width: 90%;
        /*height: 100vh;*/
        height: calc(100vh + 50px);
        transition: all .3s;
        box-shadow: 0 0 0 100000px rgb(36 36 36 / 84%);
    }
    .accordion.burger-slide {
        right: 0;
        opacity: 1;
     }
     .accordion-button:not(.collapsed) {
        color: #000;
        background-color: #f5dfab45;
     }
     .accordion-button:not(.collapsed)::after {
        filter: grayscale(1);
     }
     .accordion-button:focus {
        box-shadow: none;
        border-color: #000;
     }
    #logo {
        height: 35px;
        margin-bottom: 10px;
    }
    #headerBottom {
        display: none;
    }
    
    #sitat {
        padding: 12px 19px;
       
    }
    #sitat-box {
        margin-top: 40px;
        width: 100%;
        text-align: center;
        display: flex;
        padding: 0px 20px;
        align-items: center;
        justify-content: center;
    }
    #headerTop #sitat {
        display: none;
    }
    .accordion .accordion-button a {
        display: inline-block;
        width: 100%;
        height: 100%;
    }
    .accordion ul a {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.2px;
        color: #666;
        text-decoration: none;
    }
    .accordion ul {
        padding: 0px 8px 0px 20px;
    }
    .accordion ul li + li {
        margin-top: 20px;
    }
    .accordion .accordion-item:nth-of-type(1) a::after,
    .accordion .accordion-item:nth-of-type(4) a::after,
    .accordion .accordion-item:nth-of-type(5) a::after,
    .accordion .accordion-item:nth-of-type(6) a::after{
        display: none;
    }
     #burger-icon {
        display: block;
        background: none;
        border: none;
     }
     
     .accordion>img {
        width: 20px;
        position: absolute;
        left: -25px;
        top: 5px;
        z-index: 2;
        filter: invert(1);
     }
     .accordion .apply {
        width: initial;
        max-width: initial;
        margin: 40px 10px;
     }

     #sl-left-img {
        position: absolute;
        left: -339px;
        z-index: 2;
        top: 20%;
        height: 60%;
    }
    .slideContent {
        font-size: 14px;
        margin: 16px 0 30px;
    }
    .slideTitle {
        font-size: 2rem;
    }
    .slideButton {
        padding: 14px 40px 14px 10px;
    }
    .slideButton img {
        right: 17px;
    }
    #slider {
        padding-top: 115px;
        padding-bottom: 50px;
    }
    #director {
        padding: 50px 0px;
    }
    #clubhouse {
        height: 300px;
        width: 300px;
        margin: auto;
        padding: 0px;
    }
    
    #clbframe {
        position: absolute;
        z-index: 2;
        filter: brightness(1.9) hue-rotate( 100deg) saturate(0.7) contrast(1);
        width: 100%;
        height: 100%;
    }
    #clbimg {
        position: absolute;
        height: 100%;
        width: 100%;
        object-fit: cover;
        left: 50%;
        top: 50%;
        transform: scale(1.5);
        transform: translate(-50%, -50%) scale(.9);
    }
    .all {
        font-size: 2rem;
        text-align: center;
    }
    #director p {
        padding: 20px;
    }
    #conference .owl-item p {
        font-size: 20px;
    }
    #conference .owl-nav,#members .owl-nav,#management .owl-nav {
        display: none;
    }
    #news .nav-button button {
        display: none;
    }
    #news .slick-item {
    margin: 0 20px;        
    }
    #title-box {
        flex-direction: column;
        justify-content: center;
    }
    #conference .owl-item .owl-item-bg {
        height: 200px;
    }
    #all-members {
        flex-direction: column;
        padding: 0px;
    }
    
    #copyright, #siteby {
        justify-content: start;
    }
    footer {
        padding: 50px 0px 30px;
    }
    #footer-logo {
        display: flex;
        justify-content: center;
    }
    #footer-logo img {
        width: 60%;
    }
    #foot-social-links {
        margin: 30px 0px;
    } 
    #footer-bottom ul {
        justify-content: start;
        padding: 0px 0px 16px;
    }
    
    #footer-mid {
        margin-top: 50px;
    }
    #static_box {
        justify-content: start;
    }
    #social_network_links {
        display:flex;
        width: fit-content;
    }
    #social_networks {
        margin-top: 30px;
    }
    #social_network_links a, #top_scroll {
        width: 54px;
        height: 54px;
    }
    #social_network_links .social_item:nth-child(3) {
        display:none;
    }

    #social_network_links .social_item:nth-child(4) {
        display:none;
    }
    #social_network_links .social_item:nth-child(3).swipe {
        display:flex;
        height:54px;
    }

    #social_network_links .social_item:nth-child(4).swipe {
        display:flex;
        height: 54px;
    }
    #header-contact {
    padding-top: 95px;
    padding-bottom: 20px;
}
#static_header_bg {
    text-align: center;
    margin-top: 25px;
}
#drafts .draft {
    width: 90%;
    margin: 15px auto;
}
    
}

@media only screen and (min-width: 768px) {
    .sliderimg.col-5 {
        width: 350px;
    }
}
#second_link_demo, #third_link_demo {
    display: none;
}
#dle-comments-form {
    display: none;
}

@media only screen and (max-width: 600px) {
    #contacts {
    justify-content: center;}
}
@media only screen and (max-width:768px){
.sas{flex-wrap:wrap;}
.content-sedr{font-size:18px !important}
}

.content-sedr{font-size:24px}

@media only screen and (max-width:576px){
#static_desc{padding:20px 5px !important}
}