@import url(./itc-slider.min.css);
@import url(./burger.css);
@import url(./header.css);
@import url(./baa.css);
@import url(./footer.css);
@import url(./contacts.css);
@import url(./baa-news.css);
/* @import url(./news.css); */
@import url(./participants.css);


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body .container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}


a, button, img, input {
    transition: all 0.3s linear;
    outline: 0;
  }
body {
    font-family: 'Manrope', sans-serif;
}
.content {
    max-width: calc(1330px + 16px*2);
    margin: 0 auto;
    padding: 0 16px;
}
.main__tittle {
    font-size:35px;
    line-height: 1.7em;
    font-family: "Manrope", sans-serif;
    display: inline-block;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
}
.tittle {
    font-size: 30px;
    line-height: 1.7em;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    color: #000000;
    margin-bottom: 25px;
}
.subtittle {
    font-size: 24px;
    line-height: 1.7em;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    color: rgb(73, 73, 73);
    margin-bottom: 20px;
}
.links__font__style , .second__subtittle , .burger__link , .nav__link , .mobile__back__link , .submenu__item > a {
    list-style: none;
    text-decoration: none;
    font-size: 16px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    line-height: 1.7em;
    /* color: #090d2f; */
    color: rgb(73, 73, 73);
}

.description {
    font-size: 14px;
    line-height: 1.7em;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    color: #4c4d56;
    margin-top: 25px;
}
.span__font__style , .date__text {
    font-size: 12px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    color: rgb(73, 73, 73);
    margin-left: 5px;
    line-height: 1.7em;
    white-space: nowrap;
}
.date__text {
    margin-left: 0;
}

.nav__bread > a , .nav__bread > span  {
    list-style: none;
    text-decoration: none;
    font-size: 16px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    color: rgb(73, 73, 73);
    line-height: 1.7em;
    margin-right: 10px;
}
.nav__bread {
    margin-bottom: 30px;
}
.arrow:hover {
    color: #1151d3;
}
.disbl:hover {
    color:rgb(73, 73, 73); ;
}
.arrow::after {
    content: '\f105';
    color: rgb(73, 73, 73);
    font-family: FontAwesome;
    font-size: 12px;
    margin-left: 10px;
}
.date {
    margin-top: 10px;
}
.anotherTittle {
    font-size: 25px;
    line-height: 1.7em;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    color: #090d2f;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 25px;
}
.anotherSubtittle {
    list-style: none;
    text-decoration: none;
    font-size: 23px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    line-height: 1.7em;
    color: #090d2f;
    margin-bottom: 18px;
}
.anotherSubtittle__2 {
    list-style: none;
    text-decoration: none;
    font-size: 20px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    line-height: 1.7em;
    color: #090d2f;
    margin-bottom: 18px;
}
.anotherDescr , .spantext {
    font-size: 15px;
    line-height: 1.7em;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    color: #4c4d56;
    margin-top: 20px;
    text-align: left;
    margin-bottom: 10px;
}
.spantext {
    font-size: 18px;
}
.expert_name {
    font-size: 18px;
    line-height: 1.7em;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    color: #454546;
    margin-top: 20px;
    text-align: left;
    margin-bottom: 10px;
}
.expert_comment {
    font-size: 15px;
    line-height: 1.7em;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    color: #4c4d56;
    margin-top: 20px;
    text-align: left;
    margin-bottom: 10px;
    font-style: italic;
}

.scroll__to__top {
    position: fixed;
    top: 85%;
    width: 40px;
    height: 40px;
    right: 3%;
    border-radius: 50%;
    font-size: 20px;
    background-color: #1151d3;
    border: none;
    color: #ffffff;
    display: none;
    z-index: 5;
}
.scroll__to__top::after {
    content: '\f106';
    font-family: FontAwesome;
    color: #ffffff;
    font-size: 35px;
}
.number::before {
    content: '\f095';
    color: #1151d3;
    font-family: FontAwesome;
    margin-right: 17px;
}
.email::before {
    content: '\f0e0';
    color: #1151d3;
    font-family: FontAwesome;
    margin-right: 17px;
}
.location::before {
    content: '\f3c5';
    color: #1151d3;
    font-family: FontAwesome;
    margin-right: 17px;
}
.workingtime::before {
    content: '\f64a';
    color: #1151d3;
    font-family: FontAwesome;
    margin-right: 10px;
}
.inner {
    display: flex;
}
.inner > a {
    text-decoration: none;
}
.overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, 0.5);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
    transition: all 0.4s 0.3s ease;
}

.overlay.open {
    opacity: 1;
    visibility: visible;
}

.about__new {
    width: 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
}
.date > span {
    display: inline-block;
    font-size: .875rem;
    padding-top: 0;
    color: #2f2f2f;
}
.more__news {
    padding-top: 30px;
    border-top: 1px solid #f1f1f1;
}
.more__news > h2 {
    margin: 0;
    padding: 20px 0 35px;
    font-weight: 400;
    color: #2f2f2f;
    font-size: 20px;
}
.cursiv__text {
    font-style: italic !important;
}
.image__wrap > .large_img_news  {
    object-position: 20% 50%;
}
.text__wraps > .anotherDescr > .anotherDescr {
    font-size: 18px;
}
.image__wrap > .large_img_news-right {
    object-position: 50% 50%;
}

@media screen and (prefers-reduced-motion: no-preference) {
    html,
    body {
      scroll-behavior: smooth;
    }
  }
  @media (max-width:970px) {
    .nav__link {
        font-size: 14px;
    }
  }
  @media (max-width:768px) {
    .info__wrapper {
        flex-direction: column;
    }
    .news__section__container > .anotherTittle {
        font-size: 35px;
        line-height: 50px;
        font-weight: 100;
        letter-spacing: -.01em;
        text-transform: none;
    }
    .about__new {
        padding: 20px 0;
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        border-bottom: 1px solid #565656;
    }
    .date {
        padding-right: 20px;
        border-right: 1px solid #c5c5c5;
    }

}



