@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Garamond";
  src: url("../fonts/EBGaramond-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/EBGaramond-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Garamond";
  src: url("../fonts/EBGaramond-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Garamond";
  src: url("../fonts/EBGaramond-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Garamond";
  src: url("../fonts/EBGaramond-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}
.footer__link__menu, .footer__net__link, .news__item__data, .news__cart__title__h2, .slaeder__top__slik li, .header__link__dropdown, .header__cart__menu__link::after, .header__cart__menu__link, .header__link__title::after, .header__link__title, .header__form, .header__menu__link, .Graduates__item, .connect__button, .ads__slider li, .news_xb__page__link, .news_xb__page__next, .news_xb__item a, .news_xb__item, .to_entrants__list__link span, .to_entrants__list__link, .to_entrants__list li {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}

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

a {
  text-decoration: none;
  color: #FFFFFF;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
}

ul {
  list-style-type: none;
}

label {
  cursor: pointer;
}

.lds-roller {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  z-index: 1000000;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.button__min {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.button__min.is-play {
  background-color: #FFFFFF;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.button__min.is-play .button-outer-circle {
  background-color: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.button__min.is-play .button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
}

.button__min.is-play .button-icon .triangle {
  -webkit-animation: fadeIn 7s ease;
  animation: fadeIn 7s ease;
}

.button__min.is-play .button-icon .path {
  stroke-dasharray: 90;
  stroke-dashoffset: 0;
  -webkit-animation: triangleStroke 3s;
  animation: triangleStroke 3s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

.has-scale-animation {
  -webkit-animation: smallScale 3s infinite;
  animation: smallScale 3s infinite;
}

.has-delay-short {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
.administration {
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  width: 100%;
  height: auto;
  margin-top: 48px;
  padding-bottom: 55px;
  margin-bottom: 100px;
}
.administration__cart {
  padding-top: 190px;
}
.administration__title__h2 {
  font-size: 42px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 130%;
}
.administration__menu {
  display: flex;
  align-items: center;
  grid-gap: 15px;
  margin-top: 10px;
}
.administration__menu li span {
  width: 8px;
  height: 8px;
  background-color: #FFFFFF;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  display: block;
  text-align: center;
  margin-top: 2px;
}
.administration__main__link {
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 130%;
}

.academic {
  position: relative;
  margin-bottom: 100px;
}
.academic__list {
  display: flex;
  align-items: flex-start;
  grid-gap: 40px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.academic__item {
  flex: 0 0 30%;
  width: 400px;
}
.academic__img {
  width: 180px;
  height: 180px;
  margin-bottom: 15px;
}
.academic__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.academic__img img {
  object-position: top center;
  object-fit: cover;
  max-height: 180px;
  aspect-ratio: 1;
}
.academic__title__h2 {
  font-size: 30px;
  font-weight: 700;
  color: #123654;
  line-height: 110%;
  margin-bottom: 5px;
}
.academic__title__h4 {
  font-size: 14px;
  font-weight: 600;
  color: #880019;
  line-height: 130%;
  margin-bottom: 10px;
}
.academic__text {
  font-size: 18px;
  font-weight: 400;
  color: #123654;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.academic__button__active {
  display: none;
}
.academic__active {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.473) !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 10000 !important;
}
.academic__active .academic__text {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: vertical;
  overflow-y: scroll;
  height: 600px;
  padding-right: 20px;
}
.academic__active .academic__text::-webkit-scrollbar {
  width: 6px;
  height: 10px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.academic__active .academic__text::-webkit-scrollbar-track {
  background: #D5D5D5;
}
.academic__active .academic__text::-webkit-scrollbar-thumb {
  background: #123654;
  height: 10px;
  border-radius: 50px;
}
.academic__active .academic__clikc__active {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  background: #FFFFFF !important;
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.1) !important;
  padding: 20px !important;
  max-width: 100% !important;
  max-height: 90% !important;
  width: 90% !important;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
}
.academic__active .academic__button__active {
  display: block !important;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 22px;
  font-weight: 700;
  color: #123654;
  background-color: transparent;
}
.academic__active .academic__img {
  display: none !important;
}
.academic__active__mrx {
  position: relative;
  background-color: transparent;
  padding: 0;
  max-width: 100%;
  max-height: 100%;
}
.academic__active__mrx .academic__clikc__active {
  position: relative;
  background: transparent;
  box-shadow: none;
  padding: 0;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
}
.academic__active__mrx .academic__button__active {
  display: none;
}
.academic__active__mrx .academic__img {
  display: block;
}

@media (max-width: 1200px) {
  .academic__title__h2 {
    font-size: 26px;
  }
  .academic__text {
    font-size: 16px;
  }
}
@media (max-width: 950px) {
  .academic__item {
    flex: 0 0 46%;
    width: 400px;
  }
  .academic__title__h2 {
    font-size: 22px;
  }
  .academic__title__h4 {
    font-size: 12px;
  }
  .administration__title__h2 {
    font-size: 40px;
  }
}
@media (max-width: 650px) {
  .academic__img {
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
  }
  .administration__title__h2 {
    font-size: 36px;
  }
  .academic__text {
    font-size: 14px;
  }
  .academic__title__h2 {
    font-size: 20px;
  }
  .academic__item {
    flex: 0 0 45%;
    width: 400px;
  }
}
@media (max-width: 550px) {
  .academic__item {
    flex: 0 0 100%;
    width: 100%;
  }
  .administration__cart {
    padding-top: 160px;
  }
  .administration {
    padding-bottom: 40px;
  }
  .administration__title__h2 {
    font-size: 32px;
  }
}
.chairs {
  position: relative;
  margin-bottom: 100px;
}
.chairs__list {
  display: flex;
  align-items: flex-start;
  grid-gap: 30px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.chairs__item {
  width: 420px;
  flex: 0 0 31%;
}
.chairs__img {
  width: 100%;
  height: 400px;
  position: relative;
  z-index: 1;
}
.chairs__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.chairs__img::after {
  content: "";
  background-color: rgba(18, 54, 84, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.chairs__title__h3 {
  font-size: 30px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 130%;
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  z-index: 20;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  padding: 0 20px;
}

@media (max-width: 1150px) {
  .chairs__img {
    height: 300px;
  }
  .chairs__title__h3 {
    font-size: 26px;
  }
}
@media (max-width: 1000px) {
  .chairs__img {
    height: 250px;
  }
  .chairs__title__h3 {
    font-size: 24px;
  }
  .chairs__list {
    grid-gap: 20px;
  }
}
@media (max-width: 850px) {
  .chairs__item {
    width: 100%;
    flex: 0 0 48%;
  }
  .chairs__title__h3 {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .chairs__img {
    height: 200px;
  }
  .chairs__item {
    width: 100%;
    flex: 0 0 47%;
  }
  .chairs__title__h3 {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .chairs__item {
    width: 100%;
    flex: 0 0 100%;
  }
  .chairs__img {
    height: auto;
  }
}
.foreign {
  position: relative;
  margin-bottom: 100px;
}
.foreign__list {
  margin-top: 40px;
  margin-bottom: 100px;
}
.foreign__img {
  width: 100%;
  height: 500px;
  margin-bottom: 50px;
}
.foreign__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.foreign__img img {
  object-position: left top;
}
.foreign__text {
  font-size: 16px;
  font-weight: 400;
  color: #123654;
  line-height: 30px;
}
.foreign__cart .news__item__data {
  margin-top: 20px;
  font-size: 16px;
}
.foreign__video iframe {
  width: 100%;
  height: 700px;
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .foreign__img {
    margin-bottom: 20px;
    height: 400px;
  }
  .foreign__video iframe {
    height: 600px;
  }
}
@media (max-width: 1000px) {
  .foreign__video iframe {
    height: 500px;
  }
  .foreign__img {
    height: 300px;
  }
}
@media (max-width: 700px) {
  .foreign__img {
    height: auto;
  }
}
@media (max-width: 650px) {
  .foreign__list {
    margin-top: 30px;
  }
  .foreign__text {
    font-size: 14px;
    line-height: 28px;
  }
  .foreign__cart .news__item__data {
    margin-top: 15px;
    font-size: 14px;
  }
  .foreign__video iframe {
    height: 350px;
  }
}
@media (max-width: 550px) {
  .foreign__video iframe {
    height: 300px;
  }
}
@media (max-width: 450px) {
  .foreign__video iframe {
    height: 250px;
  }
}
.to_entrants {
  position: relative;
  margin-bottom: 100px;
}
.to_entrants__list {
  margin-top: 40px;
}
.to_entrants__list li {
  width: 100%;
}
.to_entrants__list li + li {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid rgba(18, 54, 84, 0.24);
}
.to_entrants__list__link {
  font-size: 20px;
  font-weight: 500;
  color: #123654;
  line-height: 130%;
  text-transform: uppercase;
  display: flex;
  align-items: flex-start;
}
.to_entrants__list__link span {
  color: #9BB8D0;
  margin-right: 10px;
}

.to_entrants__list li:hover > .to_entrants__list__link {
  color: #880019;
}

.to_entrants__list li:hover > .to_entrants__list__link span {
  color: #123654;
}

@media (max-width: 1050px) {
  .to_entrants__list__link {
    font-size: 18px;
  }
}
@media (max-width: 700px) {
  .to_entrants__list__link {
    font-size: 16px;
  }
  .to_entrants__list li + li {
    padding-top: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .to_entrants__list__link {
    font-size: 14px;
  }
  .to_entrants__list li + li {
    padding-top: 15px;
    margin-top: 15px;
  }
}
.news_xb {
  position: relative;
  margin-bottom: 100px;
}
.news_xb__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
  grid-gap: 30px;
}
.news_xb__item {
  background-color: #F0F4F7;
  width: 400px;
  height: auto;
  padding-right: 20px;
  flex: 0 0 48%;
}
.news_xb__item a {
  display: flex;
  align-items: center;
}
.news_xb__item:hover {
  background-color: #123654;
}
.news_xb__page {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  margin-top: 70px;
}
.news_xb__page__next {
  font-size: 22px;
  font-weight: 500;
  color: #9BB8D0;
  line-height: 38px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
}
.news_xb__page__next:hover {
  color: #880019;
}
.news_xb__page__link {
  font-size: 14px;
  font-weight: 600;
  color: #123654;
  line-height: 38px;
  width: 40px;
  text-align: center;
  height: 40px;
  display: inline-block;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.news_xb__page__link:hover {
  background-color: #880019;
  color: #FFFFFF;
}
.news_xb__page__link__active {
  background-color: #880019;
  color: #FFFFFF;
}

.news_xb__list .news_xb__item a:hover > div .news__item__data {
  color: #FFFFFF;
}

.news_xb__list .news_xb__item a:hover > div .news__cart__title__h2 {
  color: #FFFFFF;
}

@media (max-width: 900px) {
  .news_xb__page {
    margin-top: 30px;
  }
  .news_xb__list {
    grid-gap: 20px;
  }
  .news_xb__item {
    flex: 0 0 100%;
  }
}
@media (max-width: 400px) {
  .news_xb__item a {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .news_xb__item {
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.ads_xb {
  position: relative;
  margin-bottom: 100px;
}
.ads_xb__list {
  margin-top: 40px;
}

.ads__slider {
  width: 100%;
  height: auto;
  position: relative;
  max-width: 1020px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 60px;
}
.ads__slider .slick-dots {
  position: absolute;
  right: 50%;
  bottom: -30px;
  display: flex !important;
  grid-gap: 20px;
  transform: translate(50%, 0);
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
}
.ads__slider .slick-dots .slick-active {
  background-color: #880019;
}
.ads__slider li {
  width: 16px;
  cursor: pointer;
  height: 16px;
  background-color: rgba(18, 54, 84, 0.4);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.ads__slider li button {
  font-size: 0;
}
.ads__img {
  background-color: #FFFFFF;
  padding: 0 60px;
  width: 1020px !important;
  height: 600px !important;
}
.ads__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ads__slider__cart {
  background-color: #F0F4F7;
  width: 100%;
  height: auto;
}

@media (max-width: 1400px) {
  .ads__img {
    height: 600px !important;
  }
}
@media (max-width: 1150px) {
  .ads__img {
    height: 500px !important;
    width: 900px !important;
  }
  .ads__slider {
    max-width: 900px;
  }
}
@media (max-width: 1000px) {
  .ads__img {
    height: 450px !important;
    width: 750px !important;
    padding: 0 40px;
  }
  .ads__slider {
    max-width: 750px;
  }
}
@media (max-width: 850px) {
  .ads__img {
    height: 350px !important;
    width: 650px !important;
    padding: 0 40px;
  }
  .ads__slider {
    max-width: 650px;
  }
}
@media (max-width: 750px) {
  .ads__img {
    height: 300px !important;
    width: 500px !important;
    padding: 0 40px;
  }
  .ads__slider {
    max-width: 500px;
  }
}
@media (max-width: 550px) {
  .ads__img {
    height: 250px !important;
    width: 390px !important;
    padding: 0 10px;
  }
  .ads__slider {
    max-width: 390px;
  }
}
@media (max-width: 400px) {
  .ads__img {
    height: 200px !important;
    width: 290px !important;
    padding: 0 10px;
  }
  .ads__slider {
    max-width: 290px;
  }
}
.connect {
  position: relative;
}
.connect__list {
  margin-top: 40px;
  margin-bottom: 40px;
}
.connect__list li + li {
  margin-top: 30px;
}
.connect__list__link {
  font-size: 16px;
  font-weight: 600;
  color: #123654;
  line-height: 130%;
  display: flex;
  align-items: flex-start;
  grid-gap: 5px;
}
.connect__list__link span {
  text-transform: uppercase;
  font-weight: 700;
}
.connect__map iframe {
  width: 100%;
  height: 600px;
}
.connect__from {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 100px;
}
.connect__from__cart {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.connect__input {
  width: 100%;
  height: 50px;
  background-color: rgba(18, 54, 84, 0.06);
  border: none;
  outline: none;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  color: #123654;
}
.connect__input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #123654;
}
.connect__textarea {
  resize: none;
  width: 100%;
  height: 120px;
  background-color: rgba(18, 54, 84, 0.06);
  border: none;
  outline: none;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  color: #123654;
}
.connect__textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #123654;
}
.connect__button {
  font-size: 14px;
  font-weight: 400;
  color: #123654;
  border: 2px solid #123654;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 50px;
  grid-gap: 5px;
  align-items: center;
  padding: 10px 20px;
  background-color: transparent;
}
.connect__button span {
  color: #123654;
  height: 16px;
}
.connect__button:hover {
  background-color: #123654;
  color: #FFFFFF;
}
.connect__button:hover span {
  color: #FFFFFF;
}

@media (max-width: 1200px) {
  .connect__map iframe {
    height: 400px;
  }
}
@media (max-width: 1000px) {
  .connect__from__cart {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .connect__input {
    height: 45px;
  }
  .connect__textarea {
    height: 100px;
  }
  .connect__button {
    height: 45px;
  }
}
@media (max-width: 700px) {
  .connect__list__link {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .connect__map iframe {
    height: 300px;
  }
}
@media (max-width: 400px) {
  .connect__map iframe {
    height: 250px;
  }
}
.about_al {
  position: relative;
  margin-bottom: 100px;
}
.about_al .about__title__h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.about_al__item {
  float: left;
  margin-right: 60px;
  margin-bottom: 10px;
}
.about_al__item img {
  width: 320px;
  height: 385px;
  object-fit: cover;
  object-position: center top;
  margin-bottom: 10px;
}
.about_al__title__h3 {
  font-size: 22px;
  font-weight: 700;
  color: #123654;
  line-height: 120%;
  margin-bottom: 10px;
}
.about_al__title__h4 {
  font-size: 16px;
  font-weight: 600;
  color: #880019;
  line-height: 120%;
}
.about_al__text {
  font-size: 16px;
  font-weight: 400;
  color: #123654;
  line-height: 150%;
  text-align: justify;
}
.about_al__text h1, .about_al__text h2, .about_al__text h3, .about_al__text h4, .about_al__text h5, .about_al__text h6 {
  font-size: 42px;
  font-weight: 700;
  color: #123654;
  line-height: 150%;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
}
.about_al__cart_text {
  margin-top: 70px;
}
.about_al__cart_text .about__title__h2 {
  margin-bottom: 20px;
}
.about_al__cart_now {
  margin-top: 70px;
}
.about_al__cart_now .about__title__h2 {
  margin-bottom: 20px;
}
.about_al__video .about__item {
  float: right;
  margin-left: 60px;
  margin-bottom: 10px;
}

.Graduates {
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px;
}
.Graduates__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  grid-gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.Graduates__item {
  background-color: #FFFFFF;
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.1);
  flex: 0 0 32%;
  width: 100%;
  height: auto;
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px 30px 30px 30px;
}
.Graduates__item:hover {
  box-shadow: 2px 4px 14px rgba(0, 0, 0, 0.1);
}
.Graduates__img {
  width: 180px;
  height: 180px;
  margin-bottom: 10px;
}
.Graduates__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Graduates__img img {
  object-position: center top;
  border-radius: 180px;
  -webkit-border-radius: 180px;
  -moz-border-radius: 180px;
  -ms-border-radius: 180px;
  -o-border-radius: 180px;
}
.Graduates__title__h3 {
  font-size: 24px;
  font-weight: 600;
  color: #123654;
  line-height: 120%;
  text-align: center;
  margin-bottom: 5px;
}
.Graduates__title__h4 {
  font-size: 16px;
  font-weight: 600;
  color: #880019;
  line-height: 120%;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 0.06em;
}
.Graduates__text {
  font-size: 18px;
  font-weight: 400;
  color: #123654;
  line-height: 150%;
  text-align: center;
}

@media (max-width: 1300px) {
  .about_al__text h1,
.about_al__text h2,
.about_al__text h3,
.about_al__text h4,
.about_al__text h5,
.about_al__text h6 {
    font-size: 30px;
    font-weight: 700;
    color: #123654;
    line-height: 150%;
    text-transform: uppercase;
  }
  .about_al__text {
    font-size: 14px;
  }
  .Graduates__text {
    font-size: 16px;
  }
  .about_al__item {
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
  }
  .about_al__item,
.about_al__video .about__item {
    margin-left: 30px;
    margin-bottom: 10px;
  }
  .about_al__cart_text,
.about_al__cart_now {
    margin-top: 40px;
  }
}
@media (max-width: 1120px) {
  .Graduates__item {
    flex: 0 0 47%;
  }
}
@media (max-width: 800px) {
  .about_al__text h1,
.about_al__text h2,
.about_al__text h3,
.about_al__text h4,
.about_al__text h5,
.about_al__text h6 {
    font-size: 26px;
    font-weight: 700;
    color: #123654;
    line-height: 150%;
    text-transform: uppercase;
  }
}
@media (max-width: 650px) {
  .about_al__text h1,
.about_al__text h2,
.about_al__text h3,
.about_al__text h4,
.about_al__text h5,
.about_al__text h6 {
    font-size: 22px;
    font-weight: 700;
    color: #123654;
    line-height: 150%;
    text-transform: uppercase;
  }
  .Graduates__item {
    flex: 0 0 100%;
  }
  .about_al__item {
    float: inherit;
    margin-right: 30px;
    margin-bottom: 10px;
  }
  .Graduates__text {
    font-size: 14px;
  }
  .about_al__item img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .about_al__title__h3 {
    text-align: center;
  }
  .about_al__title__h4 {
    text-align: center;
  }
}
h1, h2, h3 {
  font-family: "Garamond", serif;
}

body {
  font-family: "Montserrat", sans-serif;
}

.container {
  max-width: 1320px;
  position: relative;
  margin: 0 auto;
}

.animation {
  background-color: rgba(18, 54, 84, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

.header {
  width: 100%;
  height: auto;
  background-color: #123654;
}
.header__menu {
  display: flex;
  align-items: center;
  grid-gap: 30px;
  flex-wrap: wrap;
}
.header__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
.header__list__item {
  display: flex;
  align-items: center;
  grid-gap: 30px;
}
.header__language {
  position: relative;
}
.header__language li {
  position: relative;
  width: 58px;
}
.header__language__none {
  position: absolute;
  top: 100%;
  z-index: 10;
  left: 0;
  display: none;
  background-color: rgba(18, 54, 84, 0.911);
  padding: 5px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.header__language__none li + li {
  border-top: 1px solid #FFFFFF;
  padding-top: 5px;
  margin-top: 5px;
}
.header__language__link {
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 100%;
}
.header__language__link span {
  color: #9BB8D0;
  margin-left: 5px;
}
.header__menu__link {
  font-size: 14px;
  font-weight: 600;
  color: #9BB8D0;
  line-height: 100%;
}
.header__menu__link:hover {
  color: #FFFFFF;
}
.header__button__true {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  color: #880019;
  line-height: 100%;
  background-color: #FFFFFF;
}
.header__form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25px;
  z-index: 0;
  opacity: 0;
  margin-top: -100%;
  background-color: rgba(18, 54, 84, 0.733);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__form form {
  display: flex;
  align-items: center;
  position: relative;
  flex: 0 0 80%;
}
.header__button__false {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  font-size: 20px;
  font-weight: 600;
  color: #880019;
  line-height: 100%;
  background-color: #FFFFFF;
  margin-right: -25px;
}
.header__form__button {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  color: #880019;
  line-height: 100%;
  margin-left: -40px;
  background-color: #FFFFFF;
}
.header__form__input {
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  background-color: #FFFFFF;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 600;
  color: #123654;
  line-height: 100%;
}
.header__form__input::placeholder {
  font-size: 14px;
  font-weight: 600;
  color: #123654;
  line-height: 100%;
}
.header__cart {
  background-color: rgba(18, 54, 84, 0.4);
  width: 100%;
  height: auto;
}
.header__cart__img {
  width: 110px;
  height: 110px;
  margin: 20px 0;
}
.header__cart__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header__cart__list {
  display: grid;
  grid-template-columns: 110px auto;
  align-items: center;
  grid-gap: 50px;
}
.header__item__list {
  padding-top: 20px;
}
.header__cart__title__h2 {
  font-size: 26px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 120%;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  padding-bottom: 40px;
}
.header__cart__menu {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header__cart__menu li {
  position: relative;
}
.header__link__title {
  font-size: 13px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 100%;
  text-transform: uppercase;
  display: block;
  padding-bottom: 20px;
  cursor: pointer;
}
.header__link__title span {
  display: none;
}
.header__link__title::after {
  content: "";
  display: none;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #FFFFFF;
}
.header__cart__menu__link {
  font-size: 13px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 100%;
  text-transform: uppercase;
  display: block;
  padding-bottom: 20px;
}
.header__cart__menu__link::after {
  content: "";
  display: none;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #FFFFFF;
}
.header__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  max-width: 350px;
  min-width: 300px;
  padding: 20px 30px;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.1);
  display: none;
  align-items: flex-start;
  grid-gap: 25px;
  flex-direction: column;
}
.header__dropdown li {
  padding: 0;
}
.header__link__dropdown {
  font-size: 16px;
  font-weight: 600;
  color: #123654;
  line-height: 130%;
}
.header__link__dropdown:hover {
  color: #880019;
}
.header__burger__start {
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
}

.header__burger {
  display: none;
}

.burger__end {
  display: none;
}

.header__language li:hover > .header__language__none {
  display: block;
}

.header__language li:focus-within > .header__language__none {
  display: block;
}

.header__cart__menu li:hover > .header__cart__menu__link::after {
  display: block;
}

.header__cart__menu li:hover > .header__dropdown {
  display: flex;
}

.slaeder {
  position: relative;
  z-index: 0;
  margin-bottom: 100px;
}
.slaeder__top__slik__item {
  width: 100%;
  height: 670px !important;
  position: relative;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.slaeder__top__slik .slick-dots {
  position: absolute;
  right: 50%;
  bottom: 50px;
  display: flex !important;
  grid-gap: 20px;
  transform: translate(50%, 0);
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
}
.slaeder__top__slik li {
  width: 16px;
  cursor: pointer;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.slaeder__top__slik li button {
  font-size: 0;
}
.slaeder__top__slik .slick-active {
  background-color: #FFFFFF;
}
.slaeder__top__slik .slick-arrow {
  font-size: 0;
}
.slaeder__top__slik .slick-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 10;
  left: 40px;
  display: inline-block;
  width: 25px;
  height: 50px;
  background-image: url(../foto/left.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.slaeder__top__slik .slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 10;
  right: 40px;
  display: inline-block;
  width: 25px;
  height: 50px;
  background-image: url(../foto/right.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.slaeder__title__h2 {
  font-size: 90px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 100%;
  padding-bottom: 20px;
}
.slaeder__list__text {
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
}
.slaeder__list {
  padding-top: 300px;
}

.about {
  position: relative;
  margin-bottom: 100px;
}
.about__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  grid-gap: 50px;
}
.about__title__h2 {
  font-size: 42px;
  font-weight: 700;
  color: #123654;
  line-height: 100%;
  position: relative;
  padding-left: 30px;
  text-transform: uppercase;
}
.about__title__h2::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #880019;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.about__text {
  font-size: 16px;
  font-weight: 400;
  color: #123654;
  line-height: 30px;
  padding-top: 25px;
  padding-bottom: 20px;
  margin-bottom: 15px;
  max-height: 340px;
  -webkit-line-clamp: 14;
  line-height: 1.4;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.about__item iframe {
  width: 600px;
  height: 400px;
}

.statistics {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #123654;
  padding: 100px 0;
}
.statistics__title__h2 {
  font-size: 42px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 100%;
  position: relative;
  padding-left: 30px;
  text-transform: uppercase;
}
.statistics__title__h2::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #FFFFFF;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.statistics__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-gap: 20px;
  margin-top: 20px;
}
.statistics__item {
  flex: 0 0 32%;
}
.statistics__title__h1 {
  font-size: 80px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 100%;
}
.statistics__title__h1 span + span {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
}
.statistics__title__h4 {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  padding-top: 10px;
  text-transform: uppercase;
}

.news {
  position: relative;
  padding: 100px 0;
  margin-bottom: 100px;
  background-color: #F0F4F7;
  width: 100%;
  height: 100%;
}
.news__title__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 20px;
  justify-content: space-between;
  margin-bottom: 30px;
}
.news__link {
  font-size: 14px;
  font-weight: 600;
  color: #880019;
  display: flex;
  align-items: center;
  grid-gap: 8px;
  text-transform: uppercase;
  line-height: 100%;
}
.news__link span {
  width: 24px;
  height: 24px;
  display: block;
  text-align: center;
  background-color: #880019;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  position: relative;
}
.news__link span img {
  width: 10px;
  height: 8px;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.news__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  grid-gap: 40px;
  height: 100%;
}
.news__cart {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  padding-bottom: 30px;
}
.news__cart__img {
  width: 100%;
  height: 420px;
  position: relative;
  margin-bottom: 10px;
}
.news__cart__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news__cart__data {
  width: 100%;
  height: auto;
  padding: 16px 30px;
  font-size: 12px;
  font-weight: 600;
  color: #880019;
  line-height: 14px;
  display: flex;
  align-items: center;
}
.news__item__max2 {
  flex: 0 0 50%;
  padding-right: 10px;
}
.news__cart__title__h2 {
  font-size: 18px;
  font-weight: 400;
  color: #123654;
  line-height: 30px;
  padding-left: 30px;
  min-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news__cart__text {
  font-size: 18px;
  font-weight: 400;
  color: #123654;
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news__item {
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  min-height: 270px;
  max-height: 270px;
}
.news__item a {
  display: flex;
  align-items: center;
}
.news__item__data {
  font-size: 12px;
  font-weight: 600;
  color: #880019;
  line-height: 14px;
  display: block;
  padding-left: 30px;
  padding-bottom: 10px;
}
.news__item__img {
  width: 240px;
  height: 100%;
  flex: 0 0 50%;
}
.news__item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news__item__img img {
  min-height: 270px;
  max-height: 270px;
}
.news__cart {
  flex: 0 0 47%;
}
.news__item__list {
  flex: 0 0 47%;
  width: 100%;
}

.news__item + .news__item {
  margin-top: 40px;
}

.ads {
  position: relative;
  margin-bottom: 100px;
}
.ads__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-gap: 30px;
}
.ads__item {
  width: 420px;
  height: auto;
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  padding-bottom: 30px;
}
.ads__list__img {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}
.ads__list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ads__item__title__h4 {
  font-size: 12px;
  font-weight: 600;
  color: #880019;
  line-height: 14px;
  padding-left: 30px;
  padding-bottom: 5px;
}
.ads__item__title__h3 {
  font-size: 18px;
  font-weight: 400;
  color: #123654;
  line-height: 30px;
  padding-left: 30px;
  padding-right: 10px;
  min-height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ads__item__text {
  font-size: 18px;
  font-weight: 400;
  color: #123654;
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ads__title__h4 {
  font-size: 13px;
  font-weight: 600;
  color: #880019;
  padding-left: 30px;
  padding-top: 10px;
  text-transform: uppercase;
}

.brand {
  position: relative;
  margin-bottom: 100px;
}
.brand__list {
  display: flex;
  align-items: flex-start;
  grid-gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.brand__item {
  width: 230px;
  height: 170px;
}
.brand__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.brand__item img {
  object-position: left center;
}

.footer {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #123654;
  padding: 50px 0 0 0;
}
.footer__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  grid-gap: 20px;
}
.footer__cart {
  display: flex;
  align-items: flex-start;
  grid-gap: 40px;
}
.footer__title__h4 {
  font-size: 12px;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 24px;
  padding-bottom: 25px;
  max-width: 340px;
}
.footer__title__h4 span {
  font-weight: 500;
}
.footer__link__tel {
  font-size: 12px;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 24px;
}
.footer__net {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  margin-top: 30px;
}
.footer__net__link {
  display: inline-block;
  width: 34px;
  height: 34px;
  font-size: 18px;
  font-weight: 500;
  color: #9BB8D0;
  background-color: rgba(240, 246, 249, 0.2);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  text-align: center;
  line-height: 35px;
}
.footer__net__link:hover {
  color: #123654;
  background-color: #FFFFFF;
}
.footer__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  grid-gap: 40px;
}
.footer__item__menu li + li {
  margin-top: 25px;
}
.footer__link__menu {
  font-size: 12px;
  font-weight: 600;
  color: #9CB9D0;
  text-transform: uppercase;
  line-height: 110%;
}
.footer__link__menu:hover {
  color: #FFFFFF;
}
.footer__bottom {
  background-color: #14324B;
  width: 100%;
  height: auto;
  padding: 28px 0;
  margin-top: 50px;
}
.footer__bottom__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 20px;
}
.footer__bottom__link {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 120%;
  display: block;
  text-align: center;
}
.footer__logo {
  width: 180px;
  height: 180px;
}
.footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer__logo img {
  width: 180px;
}

@media (max-width: 1440px) {
  .header__cart__list,
.slaeder__list,
.header__list,
.about__list,
.statistics__cart,
.news__title__list,
.news__list,
.ads__list,
.brand__cart,
.footer__list,
.footer__bottom__list,
.academic__cart,
.administration__cart,
.chairs__cart,
.foreign__cart,
.to_entrants__cart,
.news_xb__cart,
.ads_xb__cart,
.connect__cart,
.about_al__cart {
    margin-left: 60px;
    margin-right: 60px;
  }
  .header__form {
    padding: 25px 60px;
  }
  .ads_xb__list .ads__list {
    margin: 0;
  }
  .about__cart__video iframe {
    width: 500px;
  }
  .news__item {
    width: 100%;
  }
  .ads__list {
    grid-gap: 20px;
  }
  .ads__item {
    flex: 0 0 32%;
  }
  .brand__item {
    width: 200px;
    height: 140px;
  }
  .slaeder__title__h2 {
    font-size: 80px;
  }
  .slaeder__list {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header__cart__title__h2 {
    font-size: 23px;
  }
  .header__button__false {
    margin: 0;
  }
}
@media (max-width: 1300px) {
  .header__cart__title__h2 {
    font-size: 22px;
  }
}
@media (max-width: 1260px) {
  .header__cart__title__h2 {
    font-size: 20px;
  }
}
@media (max-width: 1240px) {
  .header__cart__menu {
    display: none;
    align-items: flex-start;
    grid-gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    padding: 30px;
    height: 100%;
    background-color: #123654;
    box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.1);
    z-index: 100;
  }
  .header__item__list {
    padding: 0;
  }
  .header__cart__img {
    margin: 15px 0;
  }
  .header__cart__list {
    display: flex;
    grid-template-columns: inherit;
  }
  .header__link__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header__link__title span {
    display: block;
  }
  .header__burger {
    display: block;
  }
  .header__cart__title__h2 {
    padding-bottom: 0;
  }
  .header__cart__img img {
    width: 110px;
    object-fit: fill;
  }
  .header__cart__menu li:hover > .header__dropdown {
    display: none;
  }
  .slaeder__top__slik__item {
    height: 550px !important;
  }
  .slaeder__list {
    padding-top: 240px;
  }
  .about__cart__video iframe {
    width: 400px;
  }
  .header__dropdown {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    min-width: auto;
    max-width: 100%;
  }
  .header__cart__menu li {
    width: 100%;
  }
  .header__cart__menu .active .header__dropdown {
    display: flex !important;
  }
  .header__cart__menu .active .header__link__cart {
    color: #FFFFFF;
  }
  .header__cart__menu .active .header__link__title span {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    color: #FFFFFF;
  }
  .slaeder,
.about,
.news,
.ads,
.brand,
.academic,
.administration,
.chairs,
.foreign,
.foreign__list,
.to_entrants,
.news_xb,
.ads_xb,
.about_al,
.connect__from {
    margin-bottom: 50px;
  }
  .statistics,
.news {
    padding: 50px 0;
  }
  .about__title__h2,
.statistics__title__h2 {
    font-size: 36px;
  }
  .slaeder__title__h2 {
    font-size: 64px;
  }
  .statistics__title__h1 {
    font-size: 50px;
  }
  .statistics__title__h4 {
    font-size: 16px;
  }
  .news__cart__title__h2,
.ads__item__title__h3 {
    font-size: 18px;
    line-height: 30px;
  }
  .header__cart__menu__link::after {
    display: none !important;
  }
  .news__cart__img {
    height: 350px;
  }
  .news__item__img img {
    min-height: 220px;
  }
  .news__item {
    min-height: auto;
    max-height: inherit;
  }
}
@media (max-width: 1200px) {
  .news__list {
    flex-direction: column;
  }
  .news__cart {
    width: 100%;
  }
  .news__cart__img {
    height: 450px;
  }
  .news__item__list,
.news__cart {
    flex: auto;
    width: 100%;
    min-height: auto;
    max-height: inherit;
  }
  .news__item__img {
    max-width: inherit;
  }
  .news__item__img img {
    min-height: auto;
    max-height: 300px;
  }
}
@media (max-width: 1120px) {
  .ads__item {
    flex: 0 0 31%;
  }
}
@media (max-width: 1050px) {
  .about__list {
    flex-direction: column;
  }
  .about__cart__video iframe, .about__item {
    width: 100% !important;
  }
  .about__cart__video iframe {
    height: 500px !important;
  }
  .statistics__item {
    flex: 0 0 30%;
  }
  .ads__item {
    flex: 0 0 48%;
  }
  .header__cart__title__h2 {
    font-size: 24px;
  }
}
@media (max-width: 950px) {
  .footer__item {
    flex-wrap: wrap;
  }
  .footer__bottom__list {
    flex-direction: column;
  }
  .brand__item {
    width: 180px;
    height: 120px;
  }
  .news__cart__img {
    height: auto;
  }
  .slaeder__top__slik li {
    width: 12px;
    height: 12px;
  }
  .slaeder__top__slik__item {
    height: 500px !important;
  }
  .slaeder__top__slik .slick-prev::after,
.slaeder__top__slik .slick-next::before {
    top: 55%;
    width: 20px;
    height: 40px;
  }
  .slaeder__title__h2 {
    font-size: 58px;
  }
  .about__title__h2,
.statistics__title__h2 {
    font-size: 30px;
  }
  .about__text,
.statistics__title__h4,
.footer__bottom__link {
    font-size: 14px;
    max-height: 300px;
  }
  .news__cart__text,
.ads__item__text {
    font-size: 16px;
  }
  .footer__logo {
    width: 160px;
    height: 160px;
  }
  .footer__logo img {
    width: 160px;
  }
  .header__cart__title__h2 {
    font-size: 20px;
  }
  .header__cart__img img {
    width: 100px;
    object-fit: fill;
  }
  .header__cart__img {
    width: 100px;
    height: 100px;
  }
  .header__cart__list {
    padding: 10px 0;
  }
}
@media (max-width: 750px) {
  .statistics__item {
    flex: 0 0 47%;
  }
  .ads__item {
    flex: 0 0 100%;
  }
  .ads__list__img {
    height: auto;
  }
  .footer__list {
    flex-wrap: wrap;
  }
  .footer__title__h4 {
    max-width: 100%;
  }
  .footer__logo img {
    width: 130px;
  }
  .news__item__img img {
    min-height: auto;
    max-height: inherit;
  }
  .footer__logo {
    width: 130px;
    height: 130px;
  }
  .footer__bottom {
    padding: 15px 0;
  }
  .brand__item {
    width: 160px;
    height: 100px;
  }
  .header__cart__menu {
    width: 70%;
  }
  .about__cart__video iframe {
    height: 350px !important;
  }
}
@media (max-width: 650px) {
  .header__cart__list,
.slaeder__list,
.header__list,
.about__list,
.statistics__cart,
.news__title__list,
.news__list,
.ads__list,
.brand__cart,
.footer__list,
.footer__bottom__list,
.academic__cart,
.administration__cart,
.chairs__cart,
.foreign__cart,
.to_entrants__cart,
.news_xb__cart,
.ads_xb__cart,
.connect__cart,
.about_al__cart {
    margin-left: 30px;
    margin-right: 30px;
  }
  .slaeder__top__slik .slick-next::before {
    right: 20px;
  }
  .slaeder__top__slik .slick-prev::after {
    left: 20px;
  }
  .slaeder,
.about,
.news,
.ads,
.brand,
.academic,
.administration,
.chairs,
.foreign,
.foreign__list,
.to_entrants,
.news_xb,
.ads_xb,
.connect__list,
.about_al {
    margin-bottom: 30px;
  }
  .statistics, .news {
    padding: 30px 0;
  }
  .header__cart__title__h2 {
    font-size: 18px;
    line-height: 130%;
  }
  .slaeder__title__h2 {
    font-size: 40px;
  }
  .slaeder__list__text {
    font-size: 16px;
    line-height: 130%;
  }
  .slaeder__top__slik__item {
    height: 450px !important;
  }
  .slaeder__top__slik .slick-prev::after, .slaeder__top__slik .slick-next::before {
    top: 60%;
    width: 18px;
    height: 30px;
  }
  .header__cart__menu {
    width: 80%;
  }
  .header__form {
    padding: 25px 30px;
  }
  .about__title__h2,
.statistics__title__h2 {
    font-size: 26px;
  }
  .news__link {
    font-size: 13px;
  }
  .statistics__title__h1 {
    font-size: 40px;
  }
  .statistics__title__h4 {
    font-size: 12px;
  }
  .ads_xb__list .ads__list {
    margin: 0;
  }
}
@media (max-width: 550px) {
  .header__cart__title__h2 {
    display: none;
  }
  .header__cart__list {
    justify-content: space-between;
  }
  .header__menu {
    grid-gap: 20px;
    flex-wrap: wrap;
  }
  .header__menu__link {
    font-size: 12px;
  }
  .slaeder__title__h2 {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .header__cart__img img {
    width: 80px;
    object-fit: fill;
  }
  .header__cart__img {
    width: 80px;
    height: 80px;
  }
  .header__list__item {
    grid-gap: 10px;
  }
}
@media (max-width: 450px) {
  .slaeder__top__slik__item {
    height: 400px !important;
  }
  .slaeder__list {
    padding-top: 215px;
  }
  .slaeder__title__h2 {
    font-size: 26px;
    padding-bottom: 10px;
  }
  .slaeder__list__text {
    font-size: 14px;
  }
  .about__title__h2, .statistics__title__h2 {
    font-size: 22px;
  }
  .about__text {
    padding-top: 15px;
    max-height: 290px;
  }
  .news__item__img {
    width: 140px;
    height: 100%;
  }
  .news__item + .news__item {
    margin-top: 30px;
  }
  .about__cart__video iframe {
    height: 250px !important;
  }
}
@media (max-width: 400px) {
  .footer__cart {
    align-items: center;
    flex-direction: column;
    grid-gap: 30px;
  }
  .footer__bottom__link {
    font-size: 12px;
  }
  .brand__list {
    justify-content: center;
  }
  .brand__item img {
    object-position: center center;
  }
  .news__item a {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .news__item {
    padding-right: 0;
    padding-bottom: 20px;
  }
  .news__item__img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .news__cart__data {
    padding: 0px 15px 5px 15px;
  }
  .news__cart__title__h2,
.news__item__data {
    padding-right: 15px;
    padding-left: 15px;
  }
  .ads__item__text,
.ads__item__title__h3,
.ads__item__title__h4,
.ads__title__h4 {
    padding-left: 20px;
  }
  .statistics__item {
    flex: 0 0 46%;
  }
  .statistics__list {
    grid-gap: 10px;
  }
  .news__item__max2 {
    width: 100%;
    flex: auto;
  }
  .news__item__img {
    flex: auto;
  }
  .news__cart__text {
    padding-left: 15px;
  }
}
@media (max-width: 330px) {
  .brand__item {
    width: 100px;
    height: auto;
  }
  .statistics__item {
    flex: 0 0 100%;
  }
  .statistics__list {
    grid-gap: 20px;
  }
}

/*# sourceMappingURL=index.css.map */
