@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* adaptiv */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.header,
.main,
.footer {
  margin: 0 auto;
}

.header__logo {
  padding: 0 70px 0 20px;
}

.header__menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.header__menu-basket {
  display: flex;
  width: 30px;
  height: 30px;
  padding: 30px;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
  background-image: url("../../../assets/img/header_block_1/Ellipse.svg");
}

.header__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #edecf6;
  padding: 20px;
}

.header__menu-burger {
  display: none;
  cursor: pointer;
}

.header__menu-list {
  display: flex;
  list-style: none;
}

.header__menu-list li {
  margin: 0 20px;
}
@media (max-width: 950px) {
  .header__menu-list li {
    margin: 0 0 0 0;
  }
}

.header__menu-list a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 158%;
  color: #515076;
  text-decoration: none;
  padding: 20px;
  transition: color 0.3s ease-in-out;
}

.header__menu-list a:hover {
  border-radius: 10px;
  background: rgba(81, 80, 118, 0.1);
}

.header__menu-big {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around;
  margin: 0 20px 0 20px;
}

@media (max-width: 870px) {
  .header__menu-burger {
    display: block;
  }
  .header__menu-burger span:nth-of-type(1),
  .header__menu-burger span:nth-of-type(3) {
    transform-origin: left;
  }
  .header__menu-burger.active span:nth-of-type(1) {
    transform: rotate(45deg);
  }
  .header__menu-burger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header__menu-burger.active span:nth-of-type(3) {
    transform: rotate(-45deg);
  }
  .header__menu-big {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .header__menu-list {
    position: absolute;
    top: 0;
    left: 70px;
    width: 200px;
    background-color: #edecf6;
    flex-direction: column;
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
  }
  .menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 40px;
    width: 50px;
    position: relative;
    cursor: pointer;
  }
  .menu span {
    display: inline-block;
    width: 100%;
    height: 5px;
    background-color: #515076;
    transition: all 0.5s ease;
  }
  .header__menu-list.active {
    transform: translateY(0);
  }
  .header__menu-list li {
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #515076;
  }
  .header__menu-list a:hover {
    border-radius: 10px;
    padding: 10px;
    background: rgba(81, 80, 118, 0.1);
  }
}
.main__content-title {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 230px;
  line-height: 92%;
  color: #515076;
  margin-left: 260px;
  margin-top: 128px;
  margin-bottom: 60px;
}

.main__content-prg {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 133%;
  color: #63678c;
  margin-bottom: 650px;
}

.main__content-img {
  width: 976px;
  height: 648px;
  background-position: left;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 800px;
  z-index: -1;
}

.main__content-bl {
  width: 300px;
}

.main__content-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 170%;
  color: #888794;
  width: 400px;
  margin-bottom: 30px;
}

.main__content-text1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 170%;
  color: #828282;
  margin-bottom: 70px;
  width: 350px;
}

.main__content-text1 span {
  color: #8888a8;
  font-weight: bold;
}

.main__content-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.main__content-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  opacity: 0.9;
  border-radius: 100px;
  width: 270px;
  height: 70px;
  background: #515076;
  margin-left: 70px;
  margin-top: 54px;
  margin-bottom: 96px;
  border: 0;
  outline: none;
  cursor: pointer;
}

.main__content-btn:active {
  background: #a5a3b9;
}

.main__content-img2 {
  width: 1455px;
  height: 1113px;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  left: 480px;
  z-index: -1;
}

.main__content-text3 {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  text-align: right;
  color: #888794;
  width: 200px;
}

.main__content-text3s {
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 180%;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #888794;
}

.main__content-text3b {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 500px;
  margin-bottom: 150px;
}

.main__content-text4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 109%;
  color: #757aa5;
}

.main__content-block {
  box-sizing: border-box;
  display: inline-block;
  max-width: 600px;
  padding: 0 60px 0 60px;
}

@media screen and (max-width: 870px) {
  .main__content-title {
    font-size: 130px;
    margin-left: 50px;
  }
  .main__content-prg {
    font-size: 26px;
    margin-bottom: 150px;
  }
  .main__content-img {
    width: 776px;
    height: 448px;
    left: 0;
    top: 420px;
  }
  .main__content-text {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .main__content-text1 {
    font-size: 18px;
    margin-bottom: 50px;
  }
  .main__content-btn {
    font-weight: 600;
    font-size: 11px;
    width: 200px;
    height: 50px;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .main__content-img2 {
    display: none;
  }
  .main__content-text3 {
    font-size: 10px;
  }
  .main__content-text3s {
    font-size: 26px;
  }
  .main__content-text3b {
    display: none;
  }
  .main__content-text4 {
    font-size: 26px;
    margin-top: 100px;
    margin-bottom: 150px;
  }
}
.section-product__decor {
  position: absolute;
  left: -400px;
  top: -250px;
  z-index: -1;
  opacity: 80%;
}
@media screen and (max-width: 500px) {
  .section-product__decor {
    height: 300px;
    left: -100px;
    top: 0px;
  }
}

.section-product {
  max-width: 1098px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 180px;
  position: relative;
}

.section-product__subtitle {
  text-align: center;
}

.subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  font-size: 70px;
  line-height: 76px;
  color: #757aa5;
}
@media screen and (max-width: 768px) {
  .subtitle {
    font-size: 54px;
    line-height: 64px;
  }
}
@media screen and (max-width: 375px) {
  .subtitle {
    font-size: 40px;
    line-height: 44px;
  }
}

.section-product__cards {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  align-items: flex-end;
  overflow-x: scroll;
  gap: 20px;
}

.section-product__cards::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.product-card {
  max-width: 329px;
  width: 100%;
  padding: 62px 20px 54px;
  background-color: #f7f7fa;
  color: #515076;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .product-card {
    max-width: 321px;
    width: 100%;
    padding: 62px 0px 54px;
  }
}

.product-card:nth-child(2) {
  max-width: 380px;
  width: 100%;
  padding-top: 69px;
  position: relative;
}

.product-card__sale-img {
  position: absolute;
  left: 20px;
  top: 20px;
}

.product-card__info {
  display: flex;
  flex-direction: column;
  padding: 18px 18px 0 18px;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  gap: 16px;
}

.product-card__info-type {
  color: #a5a3b9;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.product-card__info-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.product-card__info-payment {
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
}

.product-card:nth-child(2) > .product-card__info-info > .product-card__info-payment {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.sale {
  color: #a5a3b9;
  text-decoration: line-through;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  padding-right: 10px;
}

.price {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}

.product-card:nth-child(2) > .product-card__info-info > .product-card__info-payment > .price {
  font-size: 24px;
  line-height: 33px;
}

.basket {
  cursor: pointer;
}

.main {
  padding-left: 20px;
  padding-right: 20px;
}

.section-promotions {
  max-width: 1387px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 131px;
}

.info-promotions__left {
  display: flex;
  flex-direction: column;
  max-width: 333px;
  width: 100%;
  gap: 100px;
  margin-top: 24px;
  position: absolute;
}
@media screen and (max-width: 1150px) {
  .info-promotions__left {
    max-width: 280px;
    width: 90%;
  }
}
@media screen and (max-width: 1030px) {
  .info-promotions__left {
    position: relative;
    gap: 20px;
  }
}

.info-promotions__text {
  color: #888794;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
}

.info-promotions__btns {
  display: flex;
  gap: 19px;
}

/**/
.block-promotions {
  position: relative;
  display: flex;
  max-width: 810px;
  width: 100%;
  padding: 58px 0px 72px 62px;
  background-color: #f7f7fa;
  box-shadow: -40px 40px 0px 0px #515076;
  justify-content: space-between;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 959px) {
  .block-promotions {
    margin-left: 30px;
    padding: 38px 0px 52px 42px;
    box-shadow: -30px 30px 0px 0px #515076;
  }
}
@media screen and (max-width: 625px) {
  .block-promotions {
    padding: 25px 20px 20px 30px;
    box-shadow: -25px 25px 0px 0px #515076;
  }
}
@media screen and (max-width: 550px) {
  .block-promotions {
    flex-wrap: wrap;
    padding-bottom: 0;
    width: 90%;
  }
}

.block-promotions__type {
  position: absolute;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 4px;
  text-align: right;
  transform: rotate(270deg);
  left: -145px;
  bottom: 120px;
  text-transform: uppercase;
}

.block-promotions__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 34px;
  max-width: 433px;
  width: 100%;
}

.block-promotions__info-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  background-color: #EDECF6;
  color: #515076;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  border-radius: 50%;
}

.block-promotions__info-subtitle {
  max-width: 337px;
  width: 100%;
  color: #4C5072;
  font-weight: 300;
  font-size: 30px;
  line-height: 39px;
}
@media screen and (max-width: 650px) {
  .block-promotions__info-subtitle {
    font-size: 20px;
    line-height: 29px;
  }
}

.block-promotions__info-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #888794;
}
@media screen and (max-width: 650px) {
  .block-promotions__info-text {
    font-size: 14px;
    line-height: 22px;
  }
}

.block-promotions__img {
  max-width: 285px;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 889px) {
  .block-promotions__img {
    max-width: 280px;
    width: 100%;
    object-fit: contain;
  }
}

/**/
.box-discounts__decor {
  max-width: 878px;
  width: 100%;
  position: absolute;
  z-index: -1;
  left: -190px;
  bottom: 70px;
}
@media screen and (max-width: 635px) {
  .box-discounts__decor {
    left: -90px;
  }
}

/**/
.box-discounts {
  position: relative;
  margin-top: 231px;
}

.section-discounts {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  gap: 15px;
  overflow-x: auto;
}

.section-discounts::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.section-discounts__card {
  max-width: 350px;
  width: 100%;
  background-color: #f7f7fa;
  font-family: "Montserrat", sans-serif;
  color: #515076;
  height: fit-content;
}

.card-discounts__discount {
  display: flex;
  background-color: rgba(81, 80, 118, 0.1019607843);
  padding: 10px;
  height: 100px;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  font-weight: 400;
  line-height: 49px;
  color: #515076;
  text-transform: uppercase;
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .card-discounts__discount {
    height: 50px;
  }
}

.section-discounts__card:nth-last-of-type(2) > .card-discounts__discount {
  height: 150px;
  font-weight: 500;
  background-color: rgba(81, 80, 118, 0.1490196078);
  margin-bottom: 57px;
}
@media screen and (max-width: 768px) {
  .section-discounts__card:nth-last-of-type(2) > .card-discounts__discount {
    height: 100px;
    margin-bottom: 37px;
  }
}

.section-discounts__card:last-of-type > .card-discounts__discount {
  height: 200px;
  font-weight: 600;
  background-color: rgba(81, 80, 118, 0.2);
  margin-bottom: 107px;
}
@media screen and (max-width: 768px) {
  .section-discounts__card:last-of-type > .card-discounts__discount {
    height: 120px;
    margin-bottom: 67px;
  }
}

@media screen and (max-width: 400px) {
  .card-discounts__img {
    max-width: 321px;
    min-width: 300px;
    width: 100%;
  }
}

.card-discounts__info {
  padding: 10px 44px 35px 40px;
}

.card-discounts__info-payment {
  display: flex;
  justify-content: space-between;
  margin-top: 11px;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
}

.card-discounts__info-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.card-discounts:hover,
.product-card:hover {
  background-color: #f1f1f9;
}

/**/
.swiper {
  overflow: hidden;
}

.swiper-wrapper {
  display: inline-flex;
}

.swiper-slide {
  padding-left: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .swiper-slide {
    padding-left: 0;
  }
}

.slider-promotions-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 1px solid #888794;
  cursor: pointer;
}
.slider-promotions-btn svg {
  stroke: #888794;
}

.slider-promotions-btn.swiper-button-disabled {
  border: 1px solid #cfcfd4;
  cursor: auto;
}
.slider-promotions-btn.swiper-button-disabled svg {
  stroke: #cfcfd4;
}

.swiper-button-next {
  transform: rotate(180deg);
}

.info-promotions__slider {
  padding-left: 400px;
}
@media screen and (max-width: 1150px) {
  .info-promotions__slider {
    padding-left: 300px;
  }
}
@media screen and (max-width: 1030px) {
  .info-promotions__slider {
    padding-top: 40px;
    padding-left: 0;
  }
}

.publication__title {
  max-width: 100%;
  position: relative;
  z-index: 1;
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 20.1em;
  line-height: 92%;
  color: #d6d4e7;
  margin-left: 12.8%;
}
@media screen and (max-width: 1666px) {
  .publication__title {
    margin-left: 0;
    font-size: 19.1em;
  }
}
@media screen and (max-width: 1500px) {
  .publication__title {
    margin-left: 0;
  }
}
@media screen and (max-width: 1300px) {
  .publication__title {
    font-size: 17.1em;
  }
}
.publication__container {
  max-width: 100%;
  background-color: #edecf6;
  margin-top: -124px;
  display: flex;
}
@media screen and (max-width: 1220px) {
  .publication__container {
    height: 43em;
  }
}
@media screen and (max-width: 980px) {
  .publication__container {
    margin-top: -191px;
  }
}
.publication__img {
  max-width: 50%;
  max-height: 50%;
  margin-top: 10%;
  margin-left: 10%;
}
@media screen and (max-width: 1220px) {
  .publication__img {
    max-height: 66%;
    margin-left: 6%;
  }
}
@media screen and (max-width: 980px) {
  .publication__img {
    margin-left: 0;
  }
}
.publication__text {
  max-width: 32.4%;
  margin-top: 12.8%;
  margin-left: 56.6%;
  position: absolute;
  z-index: 1;
}
.publication__text-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1em;
  line-height: 180%;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #a5a3b9;
  margin-bottom: 1.06em;
}
.publication__text-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  font-size: 4.3em;
  line-height: 109%;
  color: #515076;
}
.publication__text-span {
  font-weight: 300;
  font-size: 120px;
}
.publication__text-description {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1em;
  line-height: 200%;
  color: #888794;
  margin-top: 3.6em;
  margin-right: 10em;
}
@media screen and (max-width: 1666px) {
  .publication__text-description {
    margin-right: 1em;
    margin-top: 3em;
  }
}
@media screen and (max-width: 1500px) {
  .publication__text-description {
    margin-right: 0;
    margin-top: 2em;
  }
}
.publication__text-img {
  max-width: 30.2%;
  max-height: 1196px;
  margin-top: 3.7%;
  margin-left: 64.7%;
  position: absolute;
}
.publication__modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.publication__modal-content {
  background-color: rgb(219, 208, 208);
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 14px;
  width: 30%;
  text-align: center;
}
.publication__close {
  color: #a5a3b9;
  float: right;
  font-size: 47px;
}
.publication__close:hover, .publication__close:focus {
  color: #515076;
  text-decoration: none;
  cursor: pointer;
}
.publication__modal-body .publication__text-description {
  margin: 1px;
  font-size: 23px;
}
.publication__modal-body .publication__text-span {
  font-size: 77px;
}
.publication__modal-body .publication__text-subtitle {
  font-size: 46px;
}
.publication__modal-body .publication__text-title {
  font-size: 19px;
  margin-bottom: 15px;
}

@media (max-width: 1437px) {
  .publication__text {
    max-width: 32.4%;
    margin-top: 12.8%;
    margin-left: 56.6%;
  }
  .publication__text-title {
    font-size: 0.7em;
    margin-bottom: 0.9em;
  }
  .publication__text-subtitle {
    font-size: 3.2em;
  }
  .publication__text-span {
    font-size: 88px;
  }
  .publication__text-description {
    font-size: 0.9em;
    margin-top: 1.3em;
    margin-right: 0;
  }
}
@media (950px <= width <= 1130px) {
  .publication__title {
    font-size: 14em;
  }
  .publication__container {
    height: 34em;
    margin-top: -4em;
  }
  .publication__img {
    margin-left: 3em;
  }
  .publication__text-title {
    font-size: 0.6em;
  }
  .publication__text-subtitle {
    font-size: 2.6em;
  }
  .publication__text-span {
    font-size: 1em;
  }
  .publication__text-description {
    font-size: 0.8em;
  }
}
@media (769px <= width <= 949px) {
  .publication__title {
    font-size: 11em;
  }
  .publication__container {
    margin-top: -3em;
    height: 25em;
  }
  .publication__img {
    margin-left: 2em;
    height: 72%;
  }
  .publication__text {
    margin-left: 50%;
  }
  .publication__text-title {
    font-size: 0.6em;
  }
  .publication__text-subtitle {
    font-size: 1.9em;
  }
  .publication__text-span {
    font-size: 1em;
  }
  .publication__text-description {
    font-size: 0.6em;
  }
}
/*tablet*/
@media screen and (424px <= width <= 768px) {
  .publication__title {
    font-size: 6em;
    text-align: center;
    margin-top: -58px;
  }
  .publication__container {
    margin-top: -37px;
  }
  .publication__img {
    display: none;
  }
  .publication__text {
    max-width: 54%;
    margin: 73px 0 0 50px;
  }
  .publication__text-title {
    width: 151%;
    max-width: -53%;
    font-size: 0.99em;
    margin-bottom: 2em;
  }
  .publication__text-subtitle {
    font-size: 3.5em;
  }
  .publication__text-span {
    font-size: 1.7em;
  }
  .publication__text-img {
    max-width: 58%;
    margin: 1px 0 0 200px;
  }
}
/*mobile*/
@media screen and (max-width: 424px) {
  .publication {
    display: none;
  }
}
.articles {
  max-width: 960px;
  height: 981px;
  margin: 0 auto;
  margin-top: 125px;
  margin-bottom: 155px;
  margin-top: 23px;
}
.articles__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  font-size: 70px;
  line-height: 109%;
  text-align: center;
  color: #757aa5;
  margin-bottom: 79px;
}
.articles__container-card-1, .articles__container-card-2, .articles__container-card-3, .articles__container-card-4 {
  border-top: 5px solid #515076;
  width: 300px;
  height: 401px;
  background-color: #f7f7fa;
}
.articles__card-h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 200%;
  letter-spacing: 0.23em;
  text-transform: uppercase;
  color: #a5a3b9;
  padding: 35px 40px 4px 48px;
}
.articles__card-h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 136%;
  color: #515076;
  padding: 0 40px 29px 48px;
}
.articles__card-p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  color: #888794;
  padding: 0 14px 82px 48px;
}
.articles__card-container {
  display: flex;
}
.articles__container-card-4 > .articles__card-container {
  margin-top: 23px;
}
.articles__card-span {
  display: inline-block;
  margin: 11px 7px 55px 14px;
  border: 1px solid #515076;
  width: 25px;
  height: 0px;
}
.articles__card-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 200%;
  letter-spacing: 0.23em;
  text-transform: uppercase;
  cursor: pointer;
}
.articles__card-link a {
  text-decoration: none;
  color: #515076;
}
.articles__container-card-1 {
  margin: 286px 30px 372px 0;
}
.articles__container-card-1 h2 {
  padding-bottom: 57px;
}
.articles__container-card-2 {
  margin: -990px 30px 23px 327px;
}
.articles__container-card-3 {
  margin: 30px 30px 23px 327px;
}
.articles__container-card-4 {
  margin: -732px 30px 23px 656px;
}

@media (950px <= width <= 1100px) {
  .articles {
    margin-top: 45px;
  }
  .articles__title {
    font-size: 50px;
  }
  .articles__container-card-2 {
    margin: -990px 30px 23px 324px;
  }
  .articles__container-card-3 {
    margin: 30px 30px 23px 324px;
  }
  .articles__container-card-3 > .articles__card-container {
    margin-top: -4px;
  }
  .articles__container-card-4 {
    margin: -732px 30px 23px 649px;
  }
}
@media (769px <= width <= 949px) {
  .articles {
    height: 500px;
    margin-top: 51px;
  }
  .articles__title {
    font-size: 40px;
  }
  .articles__container-card-1, .articles__container-card-2, .articles__container-card-3, .articles__container-card-4 {
    margin: 0;
  }
  .articles__container {
    height: 87%;
    margin: 26px;
    display: flex;
    flex-wrap: nowrap;
    gap: 33px;
    overflow-x: auto;
  }
  .articles__container div {
    flex: 0 0 auto;
  }
  .articles__container-card-3 > .articles__card-container {
    margin-top: 0;
  }
  .articles__container-card-4 > .articles__card-container {
    margin-top: 27px;
  }
}
@media screen and (424px <= width <= 768px) {
  .articles {
    height: 481px;
    margin-top: 445px;
    margin-bottom: 113px;
  }
}
@media screen and (424px <= width <= 768px) and (max-width: 424px) {
  .articles {
    margin-top: 308px;
    margin-bottom: 100px;
  }
}
@media screen and (424px <= width <= 768px) {
  .articles__title {
    font-size: 40px;
    margin-bottom: 50px;
    margin-top: -386px;
    position: relative;
  }
  .articles__container-card-1, .articles__container-card-2, .articles__container-card-3, .articles__container-card-4 {
    margin: 0;
  }
  .articles__container {
    height: 85%;
    margin: 26px;
    display: flex;
    flex-wrap: nowrap;
    gap: 33px;
    overflow-x: auto;
  }
  .articles__container div {
    flex: 0 0 auto;
  }
  .articles__container-card-3 > .articles__card-container {
    margin-top: 0;
  }
  .articles__container-card-4 > .articles__card-container {
    margin-top: 27px;
  }
}
@media screen and (250px <= width <= 424px) {
  .articles {
    height: 481px;
    margin-bottom: 113px;
    margin-top: 308px;
  }
  .articles__title {
    font-size: 40px;
    margin-bottom: 50px;
    margin-top: -386px;
    position: relative;
  }
  .articles__container-card-1, .articles__container-card-2, .articles__container-card-3, .articles__container-card-4 {
    margin: 0;
  }
  .articles__container {
    height: 85%;
    margin: 26px;
    display: flex;
    flex-wrap: nowrap;
    gap: 33px;
    overflow-x: auto;
  }
  .articles__container div {
    flex: 0 0 auto;
  }
  .articles__container-card-3 > .articles__card-container {
    margin-top: 0;
  }
  .articles__container-card-4 > .articles__card-container {
    margin-top: 27px;
  }
}
.container {
  max-width: 1200px;
  margin: auto;
  margin-top: 100px;
  margin-left: 20vh;
}

.title_unit_6 {
  font-size: 48px;
  font-weight: 100;
  color: #4a5d9e;
  margin-bottom: 20px;
  line-height: 1.2;
  text-align: left;
}

.author-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}

.author-info {
  text-align: left;
  max-width: 60%;
}

.author-name {
  font-size: 24px;
  font-weight: bold;
  color: #4a5d9e;
  margin-bottom: 10px;
}

.author-description {
  font-size: 16px;
  line-height: 1.6;
  color: #4a5d9e;
  margin-bottom: 20px;
}

.author-quote {
  font-size: 18px;
  font-style: italic;
  color: #4a5d9e;
  text-align: center;
  margin-bottom: 20px;
}

.author-photo {
  max-width: 100%;
  text-align: center;
}

.author-photo img {
  width: 150%;
  max-width: 800px;
  height: auto;
  border-radius: 8px;
  margin-top: -30%;
}

.author-images-container {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  overflow: hidden;
}

.author-images {
  display: flex;
  gap: 10px;
  transition: transform 0.5s ease-in-out;
}

.author-images img {
  width: 153px;
  height: 172px;
  border-radius: 8px;
  object-fit: cover;
}

.carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 24px;
}

.prev {
  left: 5px;
}

.next {
  right: 5px;
}

/* Адаптивные стили для экранов с шириной до 768px */
@media (max-width: 768px) {
  .container {
    padding: 10px;
  }
  .title_unit_6 {
    font-size: 32px;
    text-align: center;
  }
  .author-section {
    display: block;
    text-align: center;
  }
  .author-info {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .author-quote, .author-description {
    text-align: center;
  }
  .author-photo {
    max-width: 100%;
    margin: 20px auto;
    text-align: center;
  }
  .author-photo img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
  }
  .author-images-container {
    max-width: 100%;
  }
  .carousel-button {
    font-size: 18px;
  }
}
.contacts {
  position: relative;
  background-image: url("../../../assets/img/footer_block_6/vincent-guth-NUiQpGnj9rI-unsplash.png");
  /* Укажите ваш путь к изображению */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-left: 15vw;
}

.contacts-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.contacts-content {
  position: relative;
  z-index: 1;
}

.contact-box {
  background-color: white;
  padding: 40px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  text-align: center;
}

.contact-box h2 {
  font-size: 70px;
  font-weight: 100;
  color: #4a5d9e;
  margin-bottom: 15px;
}

.contact-box p {
  font-size: 15px;
  color: #666;
  margin-bottom: 10px;
}

.social-icons {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 15px;
}

/*# sourceMappingURL=style.css.map */
