
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Regular.woff2");
}
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Bold.woff2");
  font-weight: bold;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');



html {
  scroll-behavior: smooth;
}
body {
  padding: 0;
  margin: 0;
  font-size: 15px;
  background: #FFFFFF;
  font-family: 'Roboto', sans-serif;
}

.container {
  width: 90%;
  margin: auto;
  position: relative;
}

@media (min-width:576px){
  .container{
    max-width:540px;
  }
}
@media (min-width:768px){
  .container{
    max-width:720px;
  }
}
@media (min-width:992px){
  .container{
    max-width:960px;
  }
}
@media (min-width:1200px){
  .container{
    max-width:1140px;
  }
}
@media (min-width:1400px){
  .container{
    max-width:1240px;
  }
}
input, select, textarea, button {
  cursor: pointer;
  outline: none;
  box-sizing: border-box;
  border: 1px solid transparent;
}
input, select, textarea {
  width: 100%;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
li {
  list-style: none;
}
a {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
.mr-8 {
  margin-right: 8px;
}
.mb-8 {
  margin-bottom: 8px;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-only {
  display: flex;
}
ul {
  padding: 0;
  margin: 0;
}
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 4;
}
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 32px 28px;
  background-color: #FFFFFF;
  box-shadow: 0 2.4px 7.4px rgba(0, 0, 0, 0.18), 0 12.8px 28.8px rgba(0, 0, 0, 0.22);
  border-radius: 4px;
  z-index: 1;
  max-height: 80vh;
  overflow-y: auto;
}
.modal-content::-webkit-scrollbar {
  width: 0;
}
.modal-content__title {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}
.modal-content__close-btn {
  position: absolute;
  top: 35px;
  right: 32px;
}
.close {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow-y: visible;
  /*z-index: 1;*/
}
/*.main-image-block {*/
/*  -o-object-fit: cover;*/
/*  object-fit: cover;*/
/*  position: relative;*/
/*  display: block;*/
/*  overflow: hidden;*/
/*}*/
/*.main-image {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  margin: auto;*/
/*  -o-object-fit: cover;*/
/*  object-fit: cover;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*}*/
.main-btn {
  background: var(--blue-color);
  border-radius: 8px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 14px;
}
.basic-btn {
  background: none;
  border-radius: 8px;
  letter-spacing: 0.03em;
  color: var(--blue-color);
  font-weight: 500;
  font-size: 14px;
  border: 1px solid var(--blue-color);
}
.default-btn {
  background: rgba(148, 162, 171, 0.5);
  border-radius: 8px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 14px;
}
.main-btn, .basic-btn, .default-btn {
  padding: 8px 16px;
}
.main-title {
  font-weight: 600;
  font-size: 18px;
}
.main-subtitle {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.03em;
  margin: 0;
}
.navigate-link:hover, .navigate-link.active {
  color: var(--blue-color);
}
.main-block-header {
  width: 100%;
  background: #F5F5F5;
  box-shadow: 0 -1.2px 3.6px rgba(0, 0, 0, 0.11), 0 -6.4px 14.4px rgba(0, 0, 0, 0.14);
  padding: 0 130px;
  display: flex;
  align-items: center;
  height: 60px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  font-weight: 300;
  letter-spacing: -0.24px;
  justify-content: space-between;
}
.hide-menu .main-block-header {
  padding-left: 25px;
}
.main-block-header__left {
  display: flex;
  align-items: center;
  width: 100%;
}
.main-block {
  box-shadow: 0 6.4px 14.4px rgba(0, 0, 0, 0.07), 0 1.2px 3.6px rgba(0, 0, 0, 0.03);
  background: #F7F7FA;
  padding: 28px 26px;
  margin-left: 104px;
  box-sizing: border-box;
  height: calc(100vh - 116px);
  position: relative;
  z-index: 1;
  overflow-y: auto;
}
.hide-menu .main-block {
  margin-left: 0;

}
.main-block-header__lists {
  margin: 0;
  /*    padding-left: 36px;*/
  /*    margin: 0;*/
  /*    font-size: 15px;*/
  /*    white-space: nowrap;*/
}
.main-block-header__link {
  line-height: 60px;
  margin-right: 32px;
  border-bottom: 2px solid #F5F5F5;
  transition: border 0.2s ease-in;
  color: #939393;
  white-space: nowrap;
  display: block;
}
@media (min-width: 720px) {
  .main-block-header__link:hover {
    border-bottom: 2px solid var(--blue-color);
    color: var(--blue-color);
  }
}
.main-block-header__link.active, .active .main-block-header__link {
  border-bottom: 2px solid var(--blue-color);
  color: var(--blue-color);
}
/*.main-block-header__link {*/
/*    display: block;*/
/*}*/
.main-input {
  background: #F0F0F0;
  border-radius: 3px;
  max-width: 100%;
  height: 32px;
  color: var(--dark-blue-color);
  font-size: 14px;
  line-height: 20px;
  border-bottom: 2px solid #F0F0F0;
  transition: border 0.2s ease-in;
  padding-left: 12px;
}
.main-input:invalid {
  border-bottom: 2px solid var(--danger-color);
}
.main-input:focus {
  border-bottom: 2px solid var(--blue-color);
}
.main-checkbox {

}
.main-select {
  padding: 5px 7px 5px 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: rgba(5, 12, 66, 0.69);
  /*font-family: Montserrat, sans-serif;*/
  background: rgba(129, 140, 153, 0.1);
  border-radius: 16px;
  height: 32px;
}
.main-status {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 300;
  color: rgba(5, 12, 66, 0.8);
  /*font-family: Montserrat sans-serif;*/
}
.main-object {
  font-weight: 500;
  font-size: 14px;
  /*font-family: Montserrat sans-serif;*/
  color: rgba(5, 12, 66, 0.8);
}
.avatar {
  border-radius: 50% 50%;
  border: 1px solid #FFFFFF;
  background-position: center center;
  background-size: cover;
}
.main-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  padding: 0;
  color: var(--blue-color);
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
}
.main-btn-icon svg {
  margin-right: 10px;
}

.swiper-container {
  width: 100%;
}

.paginate{
  display: flex;
  justify-content: flex-end;
}
.pagination li:first-child, .pagination li:last-child {
  display: none;
}
.pagination li {
  margin-left: 20px;
  border: 2px solid rgba(113, 117, 216, .2);
  min-width: 30px;
  text-align: center;
  color: var(--blue-color);
}
.pagination .active{
  border: 2px solid var(--blue-color);
}
.pagination li a{
  padding: 7px 10px;
  display: block;
  outline: none;
}


@media (max-width: 579px) {
  .main-block {
    height: calc(100vh - 105px);
  }
  .main-block-header {
    overflow-x: auto;
    box-shadow: 0 -1.2px 3.6px rgba(0, 0, 0, 0.11);
    background: #FFFFFF;
    height: 48px;
    padding: 0;
  }
  .main-block-header__link {
    line-height: 48px;
  }
  .main-block-header__left .main-title {
    position: fixed;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }
  .main-block-header__lists {
    padding: 0;
  }
  .main-block-header__right {
    position: fixed;
    right: 10px;
    top: 18px;
  }
  .main-block-header__right span {
    display: none;
  }


  .main-block {
    margin-left: 0;
    padding: 10px;
    background: #FFFFFF;
  }
}

.navigation {
  position: fixed;
  z-index: 1;
  background: #FFFFFF;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #e8e8e8;
}
.navigation.navigation_black {
  position: fixed;
  z-index: 1;
  background: #000000;
  color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid hsla(0,0%,94.9%,.15);
}
.navigation__content {
  align-items: center;
  height: 64px;

}
.navigation__list, .navigation__logo, .navigation__search {
  /*width: 33%;*/
}
.navigation__search {
  display: none;
}
.navigation__list {
  gap: 4px;
}
.navigation__logo a {
  display: block;
  height: 32px;
  text-align: center;
}
.navigation__logo img, .navigation__search img {
  height: 100%;
}
.navigation__search a {
  height: 18px;
  display: block;
  text-align: right;
}
.navigation__item {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: normal;
  color: inherit;
  font-weight: 700;
  padding: 0 8px;
  position: relative;
  height: 32px;
}
.navigation__item_toggle {
  display: none;
}
.navigation__toggle-icon img {
  width: 100%;
}
.navigation__toggle-icon {
  width: 18px;
}
.navigation__item > a {
  display: flex;
  height: 100%;
  align-items: center;
}
.navigation__item_multiple::after {
  content: '\221F';
  position: absolute;
  transform: rotate(-45deg);
  top: 4px;
  margin-left: 4px;
  cursor: pointer;
  right: -10px;
}
.navigation__item_multiple:hover .navigation__subitems {
  visibility: visible;
  opacity: 1;
}
.navigation__subitems {
  position: absolute;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  /* display: none; */
  grid-gap: 0 16px;
  gap: 0 16px;
  margin: 0;
  overflow: visible;
  padding: 16px;
  top: 35px;
  transform: translateX(-10px);
  column-count: 3;
  visibility: hidden;
  opacity: 0;
  transition: visibility .2s ease, opacity .2s ease;
  right: -20px;
  /*top: 0;*/
}
.navigation__subitems::before {
  content: "";
  background: #fff;
  border-left: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  height: 10px;
  right: 10px;
  position: absolute;
  top: -6px;
  transform: rotate(45deg);
  width: 10px;
}
.navigation__subitem {
  /*font-family: "Proxima Nova", sans-serif;*/
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  align-items: center;
  color: #101010;
  display: flex;
  word-wrap: break-word;
  min-width: 164px;
  transform: none;
  white-space: normal;
  font-size: 16px;
}
.navigation__subitem:hover {
  background-color: #e8e8e8;
  border-radius: 4px;
}
.navigation__subitem a {
  font-weight: 400;
  line-height: 120%;
  width: 100%;
  padding: 8px;
}

.header {
  max-width: 100%;
  border-bottom: 1px solid #e8e8e8;
  color: #fff;
  height: 44px;
  margin-top: 64px;
  background: #4C2F3C;
}
.header.header_black {
  background: #101010;
  color: #ffffff;
  border-color: hsla(0,0%,94.9%,.15);
}
.header__logo {
  height: 20px;
}
.header__logo img {
  height: 20px;
}

.header__list-item {
  padding: 0 8px;
  height: 44px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease;
}
.header__list-item.active, .header__list-item:hover {
  background-color: #fff;
  color: #4C2F3C;
}
.header__list-item a {
  display: block;
  /*font-family: "Proxima Nova", sans-serif;*/
  font-weight: 400;
  font-style: normal;
  color: inherit;
  height: 100%;
  line-height: 44px;
}
.site-nav__container.active {
  right: 0;
}
.site-nav__container {
  display: none;
  background-color: #fff;
  box-shadow: 4px 0 4px rgba(0, 0, 0, .15);
  color: #101010;
  height: calc(100vh - 48px);
  right: -100vw;
  overflow-y: scroll;
  padding-bottom: 96px;
  position: fixed;
  transition: transform 233ms cubic-bezier(0,0,.21,1);
  top: 48px;
  bottom: 0;
  width: 320px;
  z-index: 5999999;
  box-sizing: border-box;

}
.site_nav__overlay--mobile.active {
  display: block;
}
.site_nav__overlay--mobile {
  background: rgba(16, 16, 16, .25);
  display: none;
  height: 100vh;
  position: fixed;
  top: 48px;
  width: 100vw;
  z-index: 2;
}
.site-nav {
  background: #fff;
  padding: 20px;
  /*width: 320px;*/
}
.site-nav__item {
  margin-bottom: 32px;
}
.site-nav__item-title {
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 14px;
  line-height: normal;
  font-weight: 700;
  color: inherit;
}
.site-nav__flyout {
  column-count: 2;
  grid-gap: 20px 16px;
  gap: 20px 16px;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
}
.site-nav__flyout-item {
  font-size: 12px;
  padding: 10px 8px 10px 0;
  /*font-family: "Proxima Nova", sans-serif;*/
}

.header__lang {

}
.header__lang-item {
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 16px;
  line-height: normal;
  color: inherit;
  padding: 0 8px;
  position: relative;
  height: 32px;
}
.header__lang-item::after {
  content: '\221F';
  position: absolute;
  transform: rotate(-45deg);
  top: 4px;
  margin-left: 4px;
  cursor: pointer;
  right: -10px;
}
.header__lang-item > a {
  display: flex;
  height: 100%;
  align-items: center;
}
.header__lang-subitems {
  position: absolute;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  /* display: none; */
  grid-gap: 0 16px;
  gap: 0 16px;
  margin: 0;
  overflow: visible;
  padding: 16px;
  top: 35px;
  transform: translateX(-10px);
  column-count: 1;
  visibility: hidden;
  opacity: 0;
  transition: visibility .2s ease, opacity .2s ease;
  right: -20px;
  z-index: 1;
}
.header__lang-subitems::before {
  content: "";
  background: #fff;
  border-left: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  height: 10px;
  right: 10px;
  position: absolute;
  top: -6px;
  transform: rotate(45deg);
  width: 10px;
}
.header__lang-subitem {
  /*font-family: "Proxima Nova", sans-serif;*/
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  align-items: center;
  color: #101010;
  display: flex;
  word-wrap: break-word;
  min-width: 164px;
  transform: none;
  white-space: normal;
  font-size: 16px;
}
.header__lang-subitem a {
  font-weight: 400;
  line-height: 120%;
  width: 100%;
  padding: 8px;
}
.header__lang-subitem:hover {
  background-color: #e8e8e8;
  border-radius: 4px;
}
.header__lang-item:hover .header__lang-subitems {
  visibility: visible;
  opacity: 1;
}
.navigation__search .header__lang {
  display: none;
}

.paginate {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 40px 0 0;
}
.show-more {
  width: 100%;
  color: #181818;

  border: 1px solid #dcdcdc;
  border-radius: 4px;
  cursor: pointer;
  padding: calc(15px - .5em) 10px;
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: .82rem;
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: .3px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}


.footer {
  padding: 40px 0 150px;
  background-color: #3B2C32;
  color: #ffffff;
  /*font-family: "Proxima Nova", sans-serif;*/
  text-align: center;
}
.footer__logo {
  height: 40px;
  margin-bottom: 40px;
  display: block;
}
.footer__logo img {
  height: 100%;
}
.footer__links {
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 20px;
}
.footer__address {

}
.footer__icons {
  margin: 20px 0;
  justify-content: center;
}
.footer__icon {
  margin-right: 10px;
}
.footer-pages {
  margin-bottom: 20px;
}
.footer-copyright {
  color: hsla(0,0%,100%,.75);
}

@media (max-width: 500px) {
  .navigation__content {
    height: 48px;
  }
  .navigation__item_toggle {
    display: block;
  }
  .navigation__item_last-news, .navigation__item_multiple {
    display: none;
  }
  .navigation__logo a {
    height: 24px;
  }

  .header {
    margin-top: 48px;
  }
  .header__content {
    overflow-x: auto;
  }
  .header__content::-webkit-scrollbar {
    display: none;

  }

  .footer {

  }
  .footer__links {
    display: block;
    text-align: center;
    font-size: 18px;
    margin-bottom: 12px;
  }
  .header__lang-list {
    justify-content: flex-end;
  }
  .header__lang-subitem a {
    text-align: center;
  }
  .navigation__search .header__lang {
    display: block;
  }
  .header .header__lang {
    display: none;
  }
  .site-nav__container {
    display: block;
  }
}
