@import '../assets/fonts/roboto.css';
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#Layer_1 {
  margin: -10px;
}


body {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4e555a;
  font-size: 16px;
}
@media (max-width: 1280px) {
  body {
    font-size: calc(12px + 4 * ((100vw - 425px) / 855));
  }
}

.banner {
  margin-top: -1px;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
}

h1 {
  font-size: 50px;
}
@media (max-width: 1280px) {
  h1 {
    font-size: calc(26px + 24 * ((100vw - 425px) / 855));
  }
}

h2 {
  font-size: 30px;
}
@media (max-width: 1280px) {
  h2 {
    font-size: calc(20px + 10 * ((100vw - 425px) / 855));
  }
}

h3 {
  font-size: 24px;
}
@media (max-width: 1280px) {
  h3 {
    font-size: calc(16px + 8 * ((100vw - 425px) / 855));
  }
}

h4 {
  font-size: 20px;
}
@media (max-width: 1280px) {
  h4 {
    font-size: calc(14px + 6 * ((100vw - 425px) / 855));
  }
}

h5 {
  font-size: 18px;
}
@media (max-width: 1280px) {
  h5 {
    font-size: calc(12px + 6 * ((100vw - 425px) / 855));
  }
}

a {
  text-decoration: none;
  color: #4e555a;
}

a:hover {
  text-decoration: underline;
}

img {
  width: 100%;
}

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

button {
  cursor: pointer;
}

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

h2 {
  color: #333;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (max-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (max-width: 1280px) {
  .container {
    max-width: 1280px;
  }
} 
/* 
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
} */

.slick-slide {
  height: 100% !important;
}

.fic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.header {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.header__login {
  color: #0f2c7c;
}
.header__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__input {
  max-width: 160px;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #4e555a;
}
.header__btn {
  cursor: pointer;
}

@media (max-width: 834px) {
  .header__address {
    display: none;
  }
}
@media (max-width: 600px) {
  .header svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 425px) {
  .header {
    display: block;
    background: #0f2c7c;
    color: #fff;
    padding-bottom: 15px;
  }
  .header svg {
    width: 24px;
    height: 24px;
  }
  .header__login {
    color: #0f2c7c;
  }
  .header__visual {
    color: #fff;
  }
  .header__visual svg path,
  .header__btn svg path {
    fill: #fff;
  }
  .header__left {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .header__right {
    display: block;
    text-align: center;
  }
  .header__form {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    gap: 10px;
  }
  .header__input {
    display: block;
    width: 75%;
    max-width: none;
    border-color: #fff;
    color: #fff;
  }
  .header__input::-webkit-input-placeholder {
    color: #fff;
  }
  .header__input::-moz-placeholder {
    color: #fff;
  }
  .header__input:-ms-input-placeholder {
    color: #fff;
  }
  .header__input::-ms-input-placeholder {
    color: #fff;
  }
  .header__input::placeholder {
    color: #fff;
  }
  .header__btn svg {
    width: 24px;
    height: 24px;
  }
  .header__lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 15px;
}
.nav__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  color: #0f2c7c;
  width: 600px;
}
@media (max-width: 1280px) {
  .nav__logo {
    width: calc(120px + 553 * ((100vw - 425px) / 855));
  }
}
.nav__logo img {
  width: 3.75rem;
  height: 3.75rem;
}
.nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.nav__items .active {
  color: #0f2c7c;
}
.nav__razdel {
  position: relative;
  cursor: pointer;
}
.nav__razdel-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav__razdel-title svg {
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav__razdel-title.first svg path {
  fill: #0f2c7c;
}
.nav__razdel ul {
  list-style: none;
  position: absolute;
  width: 170px;
  text-align: center;
  z-index: 10;
  background: #0f2c7c;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff;
}
.nav__razdel ul a {
  color: #fff;
}
.nav__razdel ul li {
  padding: 15px 0;
}
.nav__razdel:hover > ul {
  visibility: visible;
  opacity: 1;
}
.nav__razdel:hover > .nav__razdel-title svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nav__razdel > ul {
  left: -10%;
  top: auto;
}
.nav__razdel.pod > ul {
  top: -2%;
  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);
}
.nav__razdel.pod .nav__razdel-title svg path {
  fill: #fff;
}
.nav__razdel.pod:hover > .nav__razdel-title svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.nav__razdel.pod.left > ul {
  top: -10%;
  left: auto;
  right: 100%;
}

@media (max-width: 834px) {
  .nav {
    display: block;
  }
  .nav__logo {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .nav__items {
    text-align: center;
  }
}
@media (max-width: 425px) {
  .nav__logo {
    width: 100%;
    display: block;
    text-align: center;
  }
  .nav__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
  }
  .nav__items a {
    margin: 0;
  }
}
.nav2 {
  background: #0f2c7c;
  text-transform: uppercase;
  text-align: center;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav2 a {
  color: #fff;
}

.nav2 .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 600px) {
  .nav2 .container {
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }
}
.breadcrumb {
  margin-top: 20px;
  margin-bottom: 50px;
}
.breadcrumb .active {
  color: #0f2c7c;
}

@media (max-width: 500px) {
  .breadcrumb {
    margin-bottom: 30px;
  }
}
.pagination {
  margin-top: 50px;
  text-align: center;
}
.pagination a {
  color: #0f2c7c;
}

.footer {
  margin-top: 100px;
  background: #eef2f7;
  padding-top: 40px;
  clear: left;
}
.footer .container {
  /* max-width: 1545px !important; */
  display: grid;
  grid-template-columns: auto auto auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer h4 {
  font-size: 18px;
}
.footer__title {
  font-weight: 500;
  margin-bottom: 20px;
}
.footer__logo {
  margin-bottom: 20px;
}
.footer__logo img {
  max-width: 60px;
}
.footer__logo h4 {
  text-transform: uppercase;
  width: 290px;
  color: #0f2c7c;
  font-size: 17px;
}
@media (max-width: 1280px) {
  .footer__logo h4 {
    font-size: calc(12px + 5 * ((100vw - 425px) / 855));
  }
}
.footer__media a {
  margin-right: 10px;
}
.footer__media a:hover {
  text-decoration: none;
}
.footer__statistic img {
  width: auto;
  height: auto;
}
.footer__item {
  margin-bottom: 10px;
}
.footer a.footer__item {
  display: block;
}
.footer__copyright {
  margin-top: 40px;
  background: #0f2c7c;
  text-align: center;
  padding: 20px 0;
  color: #fff;
  font-weight: 300;
}

@media (max-width: 834px) {
  .footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    text-align: center;
  }
  .footer .fic {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__logo {
    text-align: left;
    margin-bottom: 10px;
  }
  .footer__logo h4 {
    text-transform: uppercase;
    width: auto;
    color: #0f2c7c;
    max-width: 598px;
  }
  .footer__title {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .footer svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 425px) {
  .footer .container {
    display: grid;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    grid-template-columns: 1fr;
  }
  .footer__logo {
    display: block;
    text-align: center;
  }
  .footer__logo h4 {
    font-size: 17px;
  }
} /*# sourceMappingURL=style.css.map */
