@import url("https://fonts-online.ru/fonts/palatino-linotype");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: sans-serif, serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 16px;
  background: #F5F5F7;
}
@media (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 10px;
  }
}

h1,
h2,
h3,
h4 {
  font-family: "Palatino Linotype", sans-serif, serif;
  font-weight: 700;
}

h1 {
  font-size: 44px;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 30px;
  }
}
@media (max-width: 900px) {
  h1 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  h1 {
    font-size: 16px;
  }
}

h2 {
  font-size: 36px;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  h2 {
    font-size: 22px;
  }
}

h4 {
  font-size: 18px;
}
@media (max-width: 900px) {
  h4 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 14px;
  }
}

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

img {
  width: 100%;
}

input {
  outline: none;
  border: none;
  background: none;
}

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

input,
button,
area {
  font-size: 16px;
}
@media (max-width: 1280px) {
  input,
  button,
  area {
    font-size: calc(12px + 4 * (100vw - 425px) / 855);
  }
}

.breadcrumb {
  margin-top: 20px;
  margin-bottom: 50px;
  font-family: "Inter", sans-serif;
}
.breadcrumb a {
  color: #000;
  font-weight: 700;
}
.breadcrumb .active {
  color: #132856;
}

@media (max-width: 500px) {
  .breadcrumb {
    margin-bottom: 30px;
  }
}
.pagination {
  margin-top: 50px;
  text-align: center;
  font-weight: 600;
}
.pagination a,
.pagination span {
  padding: 10px;
  min-width: 30px;
  display: inline-block;
}
.pagination a {
  color: #132856;
  border: 1px solid #132856;
}
.pagination a:hover {
  color: #fff;
  background: #132856;
}
.pagination span {
  border: 1px solid #898989;
  color: #898989;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.fic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.top {
  position: relative;
  color: #FFF;
}

.banner__slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 600px !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  background-position: center !important;
}
.banner__main {
  margin-top: 100px;
  margin-bottom: 50px;
}
.banner__description {
  margin: 10px 0;
}
.banner__btn {
  display: inline-block;
  border: 1px solid rgb(217, 217, 222);
  border-radius: 4px;
  padding: 10px 25px;
}
.banner .slick-dots {
  bottom: 20px;
}
.banner .slick-dots li {
  border: 1px solid #FFF;
  border-radius: 50%;
}
.banner .slick-dots li.slick-active {
  width: 50px;
  background: #FFF;
  border-radius: 20px;
}
.banner .slick-dots li button:before {
  content: none;
}
@media (max-width: 900px) {
  .banner .slick-dots li {
    width: 10px;
    height: 10px;
  }
  .banner .slick-dots li.slick-active {
    width: 30px;
  }
  .banner__slide {
    min-height: 500px !important;
  }
}
@media (max-width: 768px) {
  .banner__slide {
    min-height: 400px !important;
  }
}
@media (max-width: 600px) {
  .banner__slide {
    min-height: 350px !important;
  }
}
@media (max-width: 425px) {
  .banner__slide {
    min-height: 300px !important;
  }
}

.header {
  position: static;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #132856;
  padding-bottom: 10px;
}
.header__top {
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #FFF;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.header__input {
  background: #FFF;
  padding: 3px 5px;
  font-size: 12px;
  border-radius: 10px;
}
.header__submit {
  color: #FFF;
}
.header__mobile-logo {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.header__mobile-logo img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.header__logo img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__logo span {
  max-width: 50%;
}
.header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
}
.header .cross {
  display: none;
}
@media (max-width: 768px) {
  .header {
    position: fixed;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    min-height: 100vh;
    height: 100%;
    overflow: auto;
    background: #333333;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    z-index: 50;
  }
  .header.show {
    opacity: 1;
    visibility: visible;
  }
  .header__top {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
  }
  .header__visually {
    display: none;
  }
  .header__lang {
    display: none;
  }
  .header__right {
    width: 100%;
    position: relative;
    background: rgb(61, 61, 61);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 1rem;
    z-index: 20;
    border-bottom: 1px solid #FFF;
  }
  .header__bottom {
    display: block;
    padding: 0;
  }
  .header__logo {
    display: none;
  }
  .header__mobile-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .cross {
    display: inline;
  }
}
@media (max-width: 425px) {
  .header__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .header form .cross {
    position: absolute;
    top: 15px;
    right: 1rem;
  }
}

#lang {
  cursor: pointer;
  border: none;
  color: #FFF;
  background: transparent;
}
#lang option {
  color: #000;
  padding: 5px;
  background: rgba(0, 0, 0, 0);
}

.mobile-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  display: none;
  padding: 10px 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
.mobile-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mobile-header__logo img {
  width: 40px;
  height: 40px;
}
.mobile-header__right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  .mobile-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 550px) {
  .mobile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .mobile-header__right {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

.nav__line {
  border-left: 1px solid #FFF;
}
.nav__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  list-style: none;
}
@media (max-width: 1280px) {
  .nav__ul {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .nav {
    position: fixed;
    left: 0;
    top: 0;
    background: #3D3D3D;
    min-height: 100vh;
    padding: 100px 20px 20px 20px;
    z-index: 20;
  }
  .nav__ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 425px) {
  .nav {
    padding-top: 150px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.nav2__ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .nav2__ul {
    padding-left: 120px;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding-top: 30px;
  }
  .nav2__item {
    border-bottom: 1px solid rgb(167, 168, 171);
  }
  .nav2 .dropdown {
    position: static;
  }
  .nav2 .dropdown ul {
    background: none;
  }
}
@media (max-width: 425px) {
  .nav2__ul {
    padding-left: 80px;
  }
}

.burger {
  display: none;
  color: #FFF;
}
@media (max-width: 768px) {
  .burger {
    display: inline;
  }
}

.dropdown {
  position: relative;
  cursor: pointer;
}
.dropdown li {
  text-transform: none;
}
.dropdown-title {
  display: grid;
  grid-template-columns: auto 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
}
.dropdown-title svg {
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.dropdown-title.first svg path {
  fill: #BDBABA;
}
.dropdown.active .dropdown-title svg path {
  fill: #FFF;
}
.dropdown ul {
  list-style: none;
  position: absolute;
  width: auto;
  min-width: 100%;
  text-align: center;
  z-index: 11;
  background: #132856;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #FFF;
}
.dropdown ul a {
  color: #fff;
}
.dropdown ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 40px;
  padding: 5px;
}
.dropdown ul li:hover {
  background: #607BB0;
}
.dropdown .show {
  visibility: visible;
  opacity: 1;
}
.dropdown .show > .dropdown-title svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dropdown > ul {
  left: 0;
  top: auto;
}
.dropdown.pod > ul {
  top: 0;
  left: 100%;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(255, 255, 255, 0.4);
          box-shadow: 0px 5px 10px 2px rgba(255, 255, 255, 0.4);
}
.dropdown.pod .dropdown-title svg path {
  fill: #BDBABA;
}
.dropdown.pod .show > .dropdown-title svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.dropdown.pod.left > ul {
  top: -10%;
  left: auto;
  right: 100%;
}
@media (max-width: 768px) {
  .dropdown {
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    grid-template-columns: auto;
  }
  .dropdown ul {
    position: static;
    min-width: auto;
    display: none;
  }
  .dropdown ul li {
    display: block;
  }
  .dropdown ul li:hover {
    background: none;
  }
  .dropdown-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .dropdown .show {
    display: block;
  }
  .dropdown .pod .show {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.footer {
  margin-top: 120px;
  background: rgb(51, 51, 51);
  padding: 30px 0;
  color: #FFF;
  clear: left;
}
.footer__logo {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #FFF;
}
.footer__logo img {
  width: 46px;
  height: 46px;
}
.footer__logo span {
  max-width: 70%;
}
.footer__content {
  margin-top: 25px;
  border-top: 1px solid #FFF;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.footer__item {
  margin-bottom: 10px;
  display: block;
}
.footer__item svg {
  width: 17px;
  height: 17px;
}
.footer a.footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__title {
  font-weight: 700;
}
.footer__metric img {
  width: auto;
  height: auto;
}
.footer__copyright {
  font-size: 14px;
  margin-top: 40px;
  text-align: center;
  color: rgba(255, 255, 255, 0.52);
  font-weight: 500;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
}
@media (max-width: 1024px) {
  .footer__copyright {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .footer__copyright {
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */