.header__logo {
  background: #1260cc;
}

.footer {
  background: #222 !important;
  color: #fff;
}

.footer__socials-link {
  background: #1260cc !important;
}

body {
  background: #dee6f1;
}

.sites {
  margin: 40px 0;
}
.sites__item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  gap: 20px;
  color: #fff;
}
.sites__item:nth-child(1) {
  background-image: url("../img/Layer 226.webp");
}
.sites__item:nth-child(2) {
  background-image: url("../img/Layer 224.webp");
}
.sites__item:nth-child(3) {
  background-image: url("../img/Layer 225.webp");
}
.sites__item:nth-child(4) {
  background-image: url("../img/Layer 225.webp");
}
.sites__item-title {
  background-color: #1260cc;
  font-weight: 700;
  font-size: 20px;
  text-align: left;
  padding: 10px;
  padding-bottom: 20px;
  padding-left: 30px;
}
.sites__item-descr {
  text-align: left;
}
.sites__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .sites__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sites .title-block {
  max-width: 900px;
}

.info {
  padding-bottom: 70px;
  margin-top: -100px;
}
.info__row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
}
.info .info-item {
  text-align: center;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.info .info-item__num {
  color: #1260cc;
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  margin-bottom: 20px;
}
.info .info-item__descr {
  color: #222;
  font-size: 18px;
  line-height: 1.2;
}

@media (max-width: 600px) {
  .info {
    margin-top: -50px;
  }
  .info__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .info .info-item__num {
    font-size: 50px;
  }
  .info .info-item__descr {
    font-size: 16px;
  }
}
.projects__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  justify-items: center;
  gap: 30px;
  row-gap: 120px;
  margin-bottom: 100px;
}
.projects .title-block {
  margin-bottom: 30px;
}

.brands {
  padding-bottom: 70px;
  padding-top: 30px;
}
.brands__slider {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
}
.brands__slider-mob {
  display: none;
}
@media (max-width: 1200px) {
  .brands__slider {
    display: none;
  }
  .brands__slider-mob {
    display: flex;
  }
}
.brands__slider-item {
  aspect-ratio: 1/1;
  min-height: 200px;
  max-height: 200px;
  max-width: 200px;
  padding: 20px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.brands .slick-track {
  display: flex;
  gap: 20px;
}

.header__logo {
  background: #1260cc;
}

.hide_menu > span {
  background: #1260cc;
  transform: translateX(175%);
}

[data-modal=modal-sites] > span,
[data-modal=modal-lang] > span,
[data-modal=modal-auth] > span,
[data-modal=modal-entrance] > span,
.hide-auth__form input[type=submit],
[data-modal=modal-contacts] > span {
  background: #1260cc !important;
}

.doc-title h1 {
  font-weight: 700;
  margin: 20px 0;
  font-size: 24px;
}

.doc-title p {
  font-size: 16px;
  margin-bottom: 30px;
}

.about .about-block {
  margin: 0 auto;
  color: #1260cc;
  font-weight: 700;
  font-size: 18px;
  background-color: #fff;
  max-width: 500px;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.about .about-blocks__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.about .about-blocks__inner .about-blocks__item:nth-child(odd) {
  align-self: flex-end;
}
.about .about-blocks__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #fff;
  padding: 20px;
  max-width: 800px;
  padding-top: 54px;
}
.about .about-blocks__item span {
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  background-color: color(srgb 0.945 0.569 0.004);
  padding: 10px;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
}
.about .about-blocks__item_img img {
  width: 700px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .about .about-blocks__item_img img {
    width: 300px;
    height: 200px;
  }
}
.about .slick-track {
  display: flex;
  gap: 20px;
}
.about .sites__row {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: -100px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.about .sites__item {
  color: #fff;
  padding: 40px;
  text-align: left;
  height: auto;
  max-width: 350px;
}
.about .sites__item:nth-child(1) {
  background: color(srgb 0.945 0.569 0.004);
}
.about .sites__item:nth-child(2) {
  background: #4b0083;
}
.about .sites__item:nth-child(3) {
  background: #1260cc;
}
.about .sites__item > *:not(:last-child) {
  margin-bottom: 10px;
}
.about .sites__item h1 {
  font-weight: 700;
  font-size: 36px;
}
.about .sites__item a {
  cursor: pointer;
  text-decoration: underline;
}
.about .about-tasks {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.about .about-tasks__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.about .about-tasks__item h1 {
  font-weight: 700;
  margin-top: 20px;
  font-size: 18px;
}
.about .about-tasks__item p {
  margin-bottom: 20px;
}
.about .about-tasks__item a {
  text-decoration: underline;
  color: #1260cc;
  cursor: pointer;
}
.about .about-tasks__item:nth-child(odd) .about-tasks__left {
  order: 1;
}
.about .about-tasks__left h1 {
  color: #1260cc;
}
.about .about-tasks__right img {
  width: 400px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .about .about-tasks__item {
    flex-direction: column;
    align-items: center;
  }
  .about .about-tasks__right img {
    width: 320px;
    height: 320px;
  }
}
.education-other__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1300px) {
  .education-other__items {
    justify-content: center;
  }
}
.education-other__item img {
  width: 340px;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.education-other__item p {
  color: #1260cc;
  margin-top: 20px;
  font-weight: 700;
}

.doc-current__link {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  padding: 15px;
  margin-bottom: 20px;
}

.doc-current__left h1 {
  color: #195bc9;
  font-size: 16px;
  margin-bottom: 5px;
}

.doc-current__left p {
  font-size: 14px;
}

.services__row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.services__img {
  margin-top: 60px;
}
.services__img img {
  max-width: 400px;
  max-height: 400px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

.services__left .accord-contacts h1 {
  color: #1260cc;
  margin: 10px 0;
}

.service__img-mob {
  display: none;
}

@media (max-width: 900px) {
  .services__img:not(.service__img-mob) {
    display: none;
  }
  .service__img-mob {
    display: flex;
    justify-content: center;
  }
  .services__img img {
    max-width: 340px;
    max-height: 340px;
  }
}
.contacts__inner {
  width: 55%;
  padding-bottom: 100px;
}
.contacts #map {
  position: absolute;
  width: 40%;
  height: 100%;
  right: 0;
  top: 0;
}
.contacts .tabs-inner.active {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contacts__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contacts__info-item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.contacts__info-item h1 {
  font-size: 20px;
  margin-bottom: 10px;
}
.contacts__info-item .time {
  font-size: 13px;
  color: #585858;
  margin-top: 10px;
  margin-bottom: 10px;
}
.contacts__info-item a {
  color: #195bc9;
  cursor: pointer;
  font-size: 18px;
}
.contacts__block {
  background-color: #fff;
  padding: 30px;
}
.contacts__block > h1 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}
.contacts__block-item {
  display: flex;
  justify-content: flex-start;
  gap: 60px;
}
.contacts__block-item:not(:last-child) {
  border-bottom: 2px solid #ccc;
  padding: 20px 0;
}
.contacts__block-item-top .contacts__block-info_item {
  margin-top: 20px;
}
.contacts__block-item-top h1 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}
.contacts__block-item-bot {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.contacts__block-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.contacts__block-info_item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.contacts__block-info_item p:last-child {
  color: #195bc9;
}
.contacts__block-img img {
  width: 190px;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-top: -80px;
}

@media (max-width: 1100px) {
  .contacts #map {
    position: static;
    height: 400px;
    width: 100%;
    margin-top: 80px;
  }
  .contacts #map > ymaps {
    width: 100% !important;
  }
  .contacts__inner {
    width: 100%;
    padding: 0 10px;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .contacts__block-item {
    flex-direction: column;
    gap: 10px;
  }
}
.auth {
  margin-bottom: 50px;
}
.auth__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  padding: 20px;
  max-width: 750px;
  margin: 0 auto;
  margin-top: 100px;
  border-radius: 15px;
}
.auth__inner > * {
  width: 100%;
}
.auth .btn {
  background-color: #1260cc;
}
.auth .custom-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: 20px;
}
.auth .custom-checkbox > div {
  max-width: 600px;
}
.auth .custom-checkbox > div a {
  text-decoration: underline;
}
.auth .custom-checkbox input[type=checkbox] {
  display: none;
}
.auth .custom-checkbox .checkmark {
  min-width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 3px;
  box-sizing: border-box;
  position: relative;
}
.auth .custom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background-color: transparent;
  transition: all 0.1s;
}
.auth .custom-checkbox input[type=checkbox]:checked + .checkmark::after {
  background-color: #1260cc;
}
.auth .tabs-btns {
  flex-wrap: nowrap;
}
.auth .tabs-btn {
  width: 49%;
}
.auth .tabs-btn button {
  width: 100%;
  text-align: left;
  background: #83838e;
  padding: 11px 7px;
  color: #fff;
}
.auth .tabs-btn.active button {
  background: #fff;
  color: #000;
}
.auth form h1 {
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 40px;
}
.auth .reg-form__inputs + p {
  margin-top: 20px;
  font-size: 13px;
}
.auth .auth-form__inputs {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.auth .auth-form__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding: 0 10px;
}
.auth .auth-form__item input {
  border: 1px solid #bebebe;
  border-radius: 10px;
  padding: 10px;
  background: #fff;
}
.auth .auth-form__entry {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 10px;
  align-items: center;
  text-align: center;
  margin-top: 50px;
}
.auth .auth-form__entry input {
  border: 1px solid #1260cc;
  margin-top: 0;
  transition: all 0.2s;
  font-size: 16px;
  padding: 10px 30px;
}
.auth .auth-form__entry input:hover {
  background-color: #fff;
  color: #1260cc;
}
.auth .auth-form__entry a {
  text-decoration: underline;
}
.auth .auth-form__reg {
  margin-top: 0;
}
.auth .check-2 {
  width: 100%;
  justify-content: center;
  font-size: 13px;
  margin-bottom: 20px;
}
.auth .check-2 > div {
  max-width: 380px;
}
.auth .reg-form__inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 768px) {
  .auth .reg-form__inputs,
  .auth__inner .tabs-inner.active {
    grid-template-columns: repeat(1, 1fr);
  }
  .auth .auth-form__inputs {
    flex-wrap: wrap;
  }
}
.education__slider .slick-dots {
  position: relative;
  bottom: 0;
  align-self: flex-start;
}

.education__slider .slick-dots li.slick-active button {
  background: #1260cc !important;
}

.education {
  padding: 50px 0;
}
.education .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.education .slick-dots {
  position: relative;
  bottom: 0;
  align-self: flex-start;
}
.education .slick-dots li.slick-active button {
  background: #1260cc;
}
.education .title-block {
  padding-bottom: 30px;
}
.education .title-block h1 {
  color: #1260cc;
}
.education__slider {
  display: flex;
  min-width: 0;
  width: 100%;
  overflow: hidden;
}
.education__slider .slick-list {
  flex: 1;
}
.education__slide {
  display: flex !important;
  align-items: center;
  gap: 20px;
  background: #fff;
}
.education__slider-img img {
  width: 990px;
  height: 400px;
  object-fit: cover;
}
.education__slider-img {
  max-height: 400px;
  height: 100%;
  width: 170%;
}
.education__slider-right {
  padding: 50px 0;
  max-height: 400px;
  background: #fff;
  flex-direction: column;
  padding-left: 40px;
  overflow: hidden;
}
.education__slider-right .slick-track {
  overflow: hidden;
}
.education__slider-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  max-width: 500px;
}
.education__slider-text h3 {
  color: #195bc9;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@supports (line-clam: 2) {
  .education__slider-text h3 {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    overflow: hidden;
  }
}
.education__slider-text p {
  font-size: 16px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media(max-width: 768px) {
  .education__slider-text p {
    -webkit-line-clamp: 4;
  }
}
@supports (line-clam: 6) {
  .education__slider-text p {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    line-clamp: 6;
    overflow: hidden;
  }
}
.education .education__slider-right .slick-slide {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
}
.education__projects {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
  margin-top: 40px;
  min-width: 0;
  width: 100%;
}
.education__projects .slick-track {
  display: flex;
  gap: 20px;
}
.education__projects-mob {
  display: none;
}
@media (max-width: 1200px) {
  .education__projects {
    display: none;
  }
  .education__projects-mob {
    display: block;
  }
}
.education__btn {
  background: #1260cc;
  color: #fff;
}
@media (max-width: 768px) {
  .education__slider {
    flex-direction: column;
    margin-bottom: 0;
  }
  .education__slide {
    flex-direction: column;
    text-align: center;
    align-items: flex-start;
  }
  .education .education__slider-right {
    padding: 20px;
  }
  .education .education__slider-text {
    text-align: left;
    gap: 20px;
  }
  .education__slider-img {
    width: 100%;
  }
  .education__slider-img img {
    max-width: 100%;
    max-height: 400px;
    height: 100%;
  }
}

@media (max-width: 768px) {
  .projects__inner {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}/*# sourceMappingURL=style.css.map */