@import url('./fonts/GraphikLCG/stylesheet.css');
@import url('./fonts/Kazimir/stylesheet.css');
@import url('./bootstrap/bootstrap-grid.css');
@import url('./data.css');
@import url('./footer-mobile.css');

html,
body {
  padding: 0;
  margin: 0;
}
body {
  font-family: var(--font-text);
  font-size: 19px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-main);
  background: #ffffff;
  position: relative;
}
* {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
a {
  text-decoration: none;
}
p {
  margin: 0 0 24px;
}
ul {
  padding: 0;
  list-style: none;
  margin-top: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.button {
  border: none;
  background: transparent;
  padding: 0;
}
.button:hover {
  cursor: pointer;
  background: transparent;
}
.input,
.input:active .input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
::placeholder {
  color: #8a8a8a;
  opacity: 1;
  font-weight: 300;
}
.content_right {
  text-align: right;
}
.wrap {
  max-width: 1512px;
  min-height: 100vh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content {
  flex-grow: 1;
  padding: 24px 0 36px;
}
.container {
  max-width: 1392px;
  margin: 0 auto;
}
.header {
  position: sticky;
  top: 0;
  z-index: 99;
}
/* .header-sticky {
  position: sticky;
  top: 0;
  z-index: 999;
} */
.header__promo {
  max-height: 239px;
}
.header__promo img {
  height: 239px
}
.header__promo img,
.logo img {
  display: block;
  width: 100%;
}
.logo {
  max-width: 140px;
}
.logo_header {
  padding-right: 24px;
}
.header__content {
  background-color: white;
  border: var(--border-box);
}
/* .header-sticky {
  position: fixed;
  top: 0;
  z-index: 999;
  left: 50%;
  transform: translate(-50%, -50%);
} */
/* .header-sticky .container_header_content {
  margin: 0 59px;
} */
.container_header_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 84px;
  position: relative; /* для поиска */
}
.container_header_content > .item {
  border-right: var(--border-box);
  display: flex;
  align-items: center;
  align-self: stretch;
}
.nav_header {
  flex-grow: 1;
  justify-content: center;
  padding: 0 10px;
}
.nav_header .menu {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 0;
}
.nav_header .menu a {
  font-family: var(--font-title);
  font-weight: 500;
  line-height: 13px;
  font-size: 13px;
  color: inherit;
  text-transform: uppercase;
  padding: 10px;
}
.secret_header {
  width: 104px;
  justify-content: center;
}
.secret__button {
  padding: 10px;
  flex-shrink: 0;
}
.social_header {
  /* gap: 26px; */
  gap: 1.354vw;
  padding: 0 15px;
}
.social_header a {
  /* margin: 0 26px; */
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.search__wrapper {
  width: 105px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  transition: all 0.3s ease;
  display: flex;
  justify-content: end;
}
.search__wrapper.searchopen {
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: end;
  z-index: 10;
}
.search_header {
  width: 105px;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.search_header .search__button {
  padding: 10px;
  width: 105px;
  height: 100%;
  border-left: var(--border-box);
}
.search__input {
  border: none;
  border-left: var(--border-box);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  padding-left: 40px;
  background-image: url('../images/icon_loupe.svg');
  background-position: left 10px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  color: #b1b1b1;
  font-size: 18px;
}
.search__input:focus {
  outline: none;
}
.search__input::-ms-clear {
  display: none;
}
.search__input::-webkit-search-cancel-button {
  display: none;
}
.search__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.link_category {
  display: inline-block;
  font-family: var(--font-link);
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  letter-spacing: 0.11em;
  color: #727272;
  border: 1px solid #b1b1b1;
  text-transform: uppercase;
  padding: 3px 6px;
}
a.link_category.link_category_border_no {
  border: none;
  padding: 3px 0;
}
a.link_category.link_category_special {
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  letter-spacing: 0.01em;
  color: #927cc1;
  border-color: #bfafe0;
  text-transform: none;
}

.main_home .box {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: var(--border-box);
}
.main_home .box.box_border_bottom_none {
  border-bottom: none;
}
.section_slider {
  width: 100%;
  margin-bottom: 24px;
}

.slider {
  position: relative;
  width: 100%;
}
.slide {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slide img {
  display: block;
  width: 100%;
  height: auto;
}
.slide::after {
  position: absolute;
  content: '';
  display: block;
  width: 70%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  background-image: linear-gradient(to right, #000, transparent);
  opacity: 0.6;
  z-index: 5;
}
.slide__content {
  position: absolute;
  top: 36px;
  left: 30px;
  width: 50%;
  z-index: 9;
}
.link_category.link_category_slide {
  color: #fff;
  border-color: #fff;
}
.slide__content .text .text__top {
  margin-bottom: 24px;
}
.slide__content .text h3 {
  font-family: var(--font-title);
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  color: #fff;
  margin-bottom: 0;
}
.slide__content .text p {
  font-family: var(--font-text);
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  color: #fff;
}
.slick-dots {
  position: absolute;
  bottom: 30px;
  left: 30px;
  margin: 0;
  display: flex;
}
.slick-dots button {
  background-color: transparent;
  color: transparent;
  border: 1px solid #fff !important;
  border-radius: 50%;
  margin: 0 8px 0 0;
  width: 8px;
  height: 8px;
  padding: 0 !important;
  font-size: 0 !important;
  cursor: pointer;
  opacity: 0.5;
}
.slick-dots .slick-active button {
  background-color: #ababab;
  border-color: #d5d5d5;
  opacity: 1;
}

.section_content {
  border-bottom: var(--border-box);
  padding: 0 0 36px;
  margin-bottom: 36px;
}
.section_content:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.image-text .text {
  padding-top: 10px;
}
.image-text .text .text__top {
  margin-bottom: 24px;
}
.image-text h2 {
  font-family: var(--font-title);
  font-size: 19px;
  font-weight: 500;
  line-height: 26px;
  margin: 0;
  color: var(--color-main);
}
.image-text p {
  font-family: var(--font-text);
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  color: var(--color-main);
}
/* Начало корректировки */
/* .image-text a.image, .widget a.image {
  overflow: hidden;
} */
a.image {
display: block;
overflow: hidden !important;
}
/* .widget a.image {
  display: block;
  overflow: hidden !important;
} */
.image-text img, .widget img {
  transition: all 0.6s;
}
.image-text img:hover, .widget img:hover {
  transform: scale(1.05);
  opacity: .9;
}
.order-1 a.image_100 img {
  max-height: 350px;
}
a.widget__title_link {
  text-decoration: none;
  color: inherit;
}
a.card.card_line.card_post {
  background-size: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all .3s ease-in-out;
}
a.card.card_line.card_post:hover {
  background-size: 105%;
}
a.card.card_all.card_white.card_post {
  background-size: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all .3s ease-in-out;
}
a.card.card_all.card_white.card_post:hover {
  background-size: 105%;
}
.slide__image img {
  transition: all .3s ease-in-out;
}
.slide:hover .slide__image img {
  transform: scale(1.05);
}
.image.subscribe__image img {
  transition: all .3s ease-in-out;
}
.image.subscribe__image img:hover {
  transform: scale(1.05);
}
.banner_dark .image img {
  transition: all .3s ease-in-out;
}
.banner_dark .image img:hover {
  transform: scale(1.05);
}
.download-more {
  width: fit-content;
  margin: 0 auto;
}
.download-more__image {
  transition: all .3s ease;
  cursor: pointer;
}
.download-more__image:hover img {
  animation: loader 1s linear infinite;
}
.download-more__button:hover ~ .download-more__image img {
  animation: loader 1s linear infinite;
}
@keyframes loader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.download-more_activate {
  animation: loader 1s linear infinite;
}

/* Конец корректировки */
.image img {
  width: 100%;
  display: block;
}
.image.image_auto img {
  width: auto;
}
.image.image_right {
  text-align: right;
}
.image.image_right img {
  margin-left: auto;
}
.image.image_center {
  text-align: center;
}
.image.image.image_center img {
  margin-left: auto;
  margin-right: auto;
}
.text__top .link_category {
  margin-right: 15px;
}
.text__top .link_category:last-child {
  margin-right: 0;
}

.column_same {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.column_same .widget:last-child {
  margin-bottom: 0;
}
.column_same .widget_list {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.column_same .widget_list .widget__content {
  flex-grow: 1;
}
.widget {
  margin-bottom: 24px;
}
.widget_leight {
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
}
.widget_dark {
  background: #2a2a2a;
  border: 1px solid #454545;
}
.widget__title {
  padding: 16px 24px;
}
.widget_leight .widget__title {
  background: #efeeee;
}
.widget_dark .widget__title {
  background: #454545;
}
.widget_leight .text__top {
  margin-bottom: 5px;
}
.widget_dark .text__top {
  margin-bottom: 20px;
}
.widget_dark .text__top .link_category {
  margin-right: 11px;
  border-color: rgba(251, 242, 254, 0.7);
  color: #fff;
  font-weight: 300;
  padding: 4px 4px 3px;
}
.widget_dark .widget__list_posts .title h5 {
  color: #fff;
}
.widget__title h3 {
  font-family: var(--font-title);
  font-size: 11px;
  font-weight: 600;
  line-height: 11px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  margin: 0;
}
.widget_leight .widget__title h3 {
  color: #757575;
}
.widget_dark .widget__title h3 {
  color: #ffffff;
  opacity: 0.6;
}
.widget__content {
  padding: 0 34px;
}
.widget_banner .widget__content {
  padding: 0;
}
ul.widget__list_posts {
  padding: 0;
  margin: 0;
  list-style: none;
}

.widget__list_posts li {
  display: flex;
  align-items: flex-end;
}
.widget_leight .widget__list_posts li {
  padding: 10px 0 20px;
}
.widget_dark .widget__list_posts li {
  padding: 16px 0 20px;
}
.widget_leight .widget__list_posts li {
  border-bottom: 1px solid #efeeee;
}
.widget_dark .widget__list_posts li {
  border-bottom: 1px solid rgba(194, 155, 216, 0.5);
}
.widget__list_posts li:last-child {
  border-bottom: none !important;
}
.widget__list_posts li .image {
  width: 60px;
  margin-right: 24px;
  padding-bottom: 4px;
  flex-shrink: 0;
}
.widget__list_posts li h5 {
  margin: 0;
}
.widget__list_posts .time {
  font-family: var(--font-title);
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
  color: #d0d0d0;
}
.widget__list_posts h5 {
  font-family: var(--font-text);
}
.widget_leight .widget__list_posts h5 {
  color: var(--color-main);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.widget_dark .widget__list_posts h5 {
  color: #fff;
  font-family: var(--font-title);
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-align: left;
}
.widget_footer {
  padding: 20px;
  text-align: center;
}
.widget a.link_more {
  font-family: var(--font-link);
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: underline;
}
.widget_leight a.link_more {
  color: #858585;
}
.widget_dark a.link_more {
  color: #fff;
}
.container_cards_line {
  overflow-x: auto;
  margin-left: 30px;
  padding-bottom: 15px;
  margin-bottom: 36px;
  scrollbar-width: thin;
  scrollbar-color: #e0e0e0 #fafafa;
}
.cards-line {
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
}
.cards-line .card {
  margin: 0 12px;
  flex-shrink: 0;
}

.card_post {
  width: 100%;
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  padding: 24px 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}
.card_post.card_line {
  width: 324px;
  height: calc(324px * 1.33);
  min-height: auto;
}
.card__content,
.card__links {
  position: relative;
  z-index: 9;
}
.card__content h3 {
  font-family: var(--font-title);
  font-size: 21px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 0;
  color: var(--color-main);
}
.card__content p {
  font-family: var(--font-text);
  font-size: 21px;
  font-weight: 300;
  line-height: 25px;
  text-align: left;
  margin-bottom: 0;
  color: var(--color-main);
}
.card__link_category {
  color: var(--color-main);
  text-transform: uppercase;
  font-family: var(--font-link);
  font-size: 8px;
  font-weight: 400;
  line-height: 8px;
  padding: 5px 18px;
  letter-spacing: 0.2px;
  display: inline-block;
  border-radius: 4px;
}
.card_white {
  position: relative;
}
.card_white::after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  background-image: linear-gradient(to top, #fff, #ffffff79);
  opacity: 0.8;
  z-index: 5;
}
.box.box_border_top.box_padding_top {
  padding-top: 36px;
  border-top: var(--border-box);
}
.banner_fluid {
  height: 410px;
  padding: 40px 20px;
}
.banner_fluid .container,
.banner_fluid .row,
.banner_fluid .image {
  height: 100%;
}
.banner_dark {
  background: #000;
}
.banner__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.banner__content h3 {
  color: #fff;
  font-family: var(--font-title);
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0;
}
.banner__content p {
  color: #fff;
  font-family: var(--font-text);
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
  margin-bottom: 0;
}
.download-more {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 24px 0 36px;
}
.download-more__image {
  width: 26px;
}
.download-more__image img {
  width: 100%;
  height: auto;
}
.download-more__button {
  padding-top: 8px;
}
.download-more__button .button_download_more {
  color: #0b0b0b;
  text-transform: uppercase;
  text-decoration: underline;
  font-family: var(--font-link);
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.1em;
}
.subscribe__image {
  padding-right: 60px;
}
.subscribe__content {
  height: 100%;
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.subscribe__title {
  font-family: var(--font-title);
  font-size: 35px;
  font-weight: 600;
  line-height: 39px;
  color: var(--color-main);
}
.subscribe__description {
  font-family: var(--font-text);
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
  color: var(--color-main);
}
.form__content_subscribe {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px;
  border: 1px solid #727272;
  border-radius: 7px;
}
.input_subscribe {
  flex-grow: 1;
  font-family: var(--font-input);
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
  color: var(--color-main);
  padding: 3px 12px 3px 15px;
  background: transparent;
}
.button_subscribe {
  background-color: #b6abd9;
  padding: 12px 53px;
  font-family: var(--font-button);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  border-radius: 4px;
  text-transform: lowercase;
}
.button_subscribe:hover {
  color: #fff;
  background-color: #b6abd9;
}

.footer {
  padding-top: 50px;
}
.logo_footer {
  max-width: 94px;
  margin-bottom: 40px;
}
.footer__site_description {
  font-family: var(--font-footer);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.01em;
  color: rgba(0, 0, 0, 0.79);
  max-width: 65%;
}
.footer__menu .title {
  margin-bottom: 18px;
}
.footer__menu .title h5 {
  color: #7873b3;
  font-family: var(--font-title);
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}
.menu_footer li {
  margin-bottom: 3px;
}
.menu_footer li a {
  font-family: var(--font-link);
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
}
.menu_footer li a:hover {
  color: #5a42bc;
}
.copy {
  border-top: var(--border-box);
  padding: 15px 0;
  color: rgba(0, 0, 0, 0.5);
  font-family: var(--font-footer);
  font-size: 14px;
  font-weight: 300;
  line-height: inherit;
}
.copy__wrapper {
  display: flex;
  align-items: center;
}

.popup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 88px 0;
  display: none;
}
.popup__close {
  display: block;
  position: absolute;
  top: 33px;
  left: 33px;
  width: 15px;
  cursor: pointer;
}
.popup_dark {
  position: fixed;
  background: #2a2a2a;
}
.secret .column {
  padding-left: 50px;
  padding-right: 50px;
}
.section_secret .title {
  margin-bottom: 30px;
}
.section_secret .title h5 {
  color: #b6abd9;
  font-family: var(--font-title);
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  text-transform: uppercase;
}
.nav_secret a {
  font-family: var(--font-link);
  font-size: 28px;
  font-weight: 500;
  line-height: 42px;
  color: #fff;
}
.popup_dark .nav_secret a,
.popup_dark .subscribe__title,
.popup_dark .subscribe__description,
.popup_dark .text p,
.popup_dark .text h2,
.popup_dark .input_subscribe {
  color: #fff;
}
.popup_secret .subscribe__content {
  padding: 0;
}
.popup .subscribe__title {
  font-family: var(--font-title);
  font-size: 28px;
  font-weight: 600;
  line-height: 31px;
}
.popup .subscribe__description {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}
.secret__menu {
  margin-bottom: 60px;
}
.popup_secret .subscribe {
  margin-bottom: 60px;
}
.popup_secret .subscribe__form {
  margin-top: 40px;
}
.section_secret .image {
  margin-bottom: 50px;
}
.popup_dark .button_subscribe {
  color: var(--color-main);
}
.contact__title {
  font-family: var(--font-title);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #b6abd9;
}
.contact__text a {
  font-family: var(--font-link);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #b6abd9;
}
.popup_secret .image-text .text h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 31px;
}
.popup_secret .image-text .text {
  max-width: 75%;
}
.popup_secret .image-text .text p {
  font-family: var(--font-text);
  font-size: 28px;
  font-weight: 400;
  line-height: 31px;
}
