@charset "UTF-8";
/* stylelint-disable */
/*! 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro-Light.woff2") format("woff2"), url("../fonts/GothamPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro-Regular.woff2") format("woff2"), url("../fonts/GothamPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro-Medium.woff2") format("woff2"), url("../fonts/GothamPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro-Bold.woff2") format("woff2"), url("../fonts/GothamPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro-Black.woff2") format("woff2"), url("../fonts/GothamPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "VogueHighlineSerif";
  src: url("../fonts/VogueHighlineSerif-Medium.woff2") format("woff2"), url("../fonts/VogueHighlineSerif-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/HelveticaNeueCyr-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

html {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth; }

body {
  position: relative;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: "GothamPro", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #000000;
  background-color: #ffffff;
  scroll-behavior: smooth; }

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

header {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }

footer {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }

a {
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

.hidden {
  display: none !important; }

.big-container {
  margin: 0 auto;
  width: 100%;
  max-width: 2300px; }

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
  padding: 0 20px; }

@media (max-width: 1100px) {
  .container {
    padding: 0 13px; } }

.button {
  outline: none;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  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;
  font-family: "GothamPro", "Arial", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-transform: uppercase; }
  .button:hover, .button:focus, .button:active {
    cursor: pointer;
    opacity: 0.6; }

@media (max-width: 1024px) {
  .js-block {
    position: absolute;
    z-index: 2;
    top: 99.1%;
    left: 0;
    width: 70%;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1; }
  .js-block-inactive {
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; } }

.select {
  position: relative; }
  .select.active .select__list {
    display: block; }
  .select.active .select__value::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }

.select__value {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 45px 0 17px;
  font-family: "HelveticaNeueCyr", "Arial", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  border: 2px solid #ffffff; }
  .select__value:hover, .select__value:focus, .select__value:active {
    cursor: pointer;
    opacity: 0.6; }
  @media screen and (max-width: 900px) {
    .select__value {
      font-size: 20px; } }
  @media screen and (max-width: 576px) {
    .select__value {
      font-size: 14px;
      padding: 10px 20px 10px 12px; }
  }
  .select__value::after {
    content: "";
    position: absolute;
    right: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: block;
    height: 0;
    width: 0;
    border-top: 12px solid #ffffff;
    border-right: 8px solid rgba(255, 255, 255, 0);
    border-left: 8px solid rgba(255, 255, 255, 0); }
    @media screen and (max-width: 576px) {
      .select__value::after {
        right: 9px;
        border-top: 8px solid #ffffff;
        border-right: 4px solid rgba(255, 255, 255, 0);
        border-left: 4px solid rgba(255, 255, 255, 0); } }

.select__list {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  background-color: #ffffff;
  overflow-y: auto;
  max-height: 400px;
}

@media screen and (max-width: 768px) {
  .select__list {
    max-height: 250px;
  }
}

.select__item {
  display: block;
  padding: 12px 17px;
  font-size: 16px;
  color: #000000; }
  .select__item:hover, .select__item:focus, .select__item:active {
    cursor: pointer;
    opacity: 0.6; }
  @media screen and (max-width: 576px) {
    .select__item {
      font-size: 14px; } }
  .select__item.active {
    text-decoration: underline; }

.hamburger {
  outline: none;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transform: scale(0.75);
          transform: scale(0.75); }
  .hamburger:focus, .hamburger:hover, .hamburger:active {
    cursor: pointer;
    opacity: 0.6; }
    .hamburger:focus .hamburger__bar, .hamburger:hover .hamburger__bar, .hamburger:active .hamburger__bar {
      background-color: #000000; }

.hamburger__bar {
  padding: 0;
  width: 30px;
  height: 4px;
  background-color: black;
  display: block;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute; }

.hamburger__bar--bar1 {
  top: 0;
  -webkit-transform-origin: 5%;
          transform-origin: 5%; }

.hamburger__bar--bar2,
.hamburger__bar--bar3 {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.hamburger__bar--bar3 {
  right: 0; }

.hamburger__bar--bar4 {
  bottom: 0;
  -webkit-transform-origin: 5%;
          transform-origin: 5%; }

/* Стили для активной кнопки*/
.js-btn-active.hamburger {
  -webkit-transform: scaleX(1) scaleY(1) scale(0.75);
          transform: scaleX(1) scaleY(1) scale(0.75); }
  .js-btn-active.hamburger .hamburger__bar {
    background-color: #000000; }

.js-btn-active .hamburger__bar--bar1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 3px;
  width: 42px; }

.js-btn-active .hamburger__bar--bar3 {
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  height: 3px;
  background-color: transparent !important; }

.js-btn-active .hamburger__bar--bar2 {
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  height: 3px;
  background-color: transparent !important; }

.js-btn-active .hamburger__bar--bar4 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  height: 3px;
  width: 42px; }

.header__row {
  position: relative;
  max-width: 1135px;
  padding-top: 60px;
  padding-bottom: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  align-items: center;
  flex-wrap: wrap;
  display: flex; }

@media screen and (max-width: 1600px) {
  .header__row {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .header__row {
    align-items: center;
  }
}
@media screen and (max-width: 1100px) {
  .header__row {
    padding-left: 15px;
  }
}
  @media screen and (max-width: 1024px) {
    .header__row {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media screen and (max-width: 576px) {
    .header__row {
      padding-right: 15px;
      padding-left: 28px;
      padding-top: 11px;
      padding-bottom: 23px; } }

.header__logo {
  flex: 0 0 360px;
}

.header__logo:hover, .header__logo:focus, .header__logo:active {
  cursor: pointer;
  opacity: 0.6; }

@media screen and (max-width: 1280px) {
  .header__logo {
    flex-basis: 280px;
  }
}

@media screen and (max-width: 576px) {
  .header__logo {
    flex-basis: 163px;
  }
}

.header__logo img {
  display: block;
  width: 100%;
  height: auto; }

.header__link {
  flex: 0 0 auto;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
}

@media screen and (max-width: 1024px) {
  .header__link {
    font-size: 22px;
  }
}

@media screen and (max-width: 900px) {
  .header__link {
    flex: 0 0 100%;
    order: 2;
    display: block;
    margin-top: 22px;
  }
}

@media screen and (max-width: 576px) {
  .header__link {
    margin-top: 18px;
    font-size: 16px;
    letter-spacing: 0.03em;
  }
}

.header__nav {
  flex: 0 0 auto; }
  @media screen and (max-width: 1024px) {
    .header__nav {
      flex: none;
      padding-left: 0; }
  }

.header__hamburger {
  display: none; }
  @media screen and (max-width: 1024px) {
    .header__hamburger {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 30px;
              flex: 0 0 30px;
      display: block;
      margin-left: auto; } }
  @media screen and (max-width: 576px) {
    .header__hamburger {
      margin-right: 6px; } }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 1440px) {
    .nav {
      align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media screen and (max-width: 1024px) {
    .nav {
      display: block;
      padding: 30px 0;
      background-color: #ffffff;
      border-top: 1px solid #000000; } }

.nav__social {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2px;
  margin-left: auto; }
  @media screen and (max-width: 1440px) {
    .nav__social {
      margin-right: 0; } }
  @media screen and (max-width: 1024px) {
    .nav__social {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.nav__social-item {
  margin-left: 20px; }
  @media screen and (max-width: 1280px) {
    .nav__social-item {
      margin-left: 13px; } }

.nav__social-link:hover, .nav__social-link:focus, .nav__social-link:active {
  cursor: pointer;
  opacity: 0.6; }

@media screen and (max-width: 576px) {
  .nav__social-link img {
    width: 33px;
    height: auto; } }

.footer {
  padding: 72px 0 85px; }
  @media screen and (max-width: 1280px) {
    .footer {
      padding: 35px 0; } }
  @media screen and (max-width: 576px) {
    .footer {
      padding: 23px 0 70px; } }

.footer__social {
  margin: 0;
  padding: 0;
  list-style: none;
  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; }

.footer__social-item {
  margin: 0 10px; }

.footer__social-link {
  font-size: 28px;
  line-height: 1.1;
  color: #435c24;
  display: block; }
  .footer__social-link:hover, .footer__social-link:focus, .footer__social-link:active {
    cursor: pointer;
    opacity: 0.6; }
  @media screen and (max-width: 576px) {
    .footer__social-link {
      width: 25px;
      height: auto; } }

.footer__logo {
  margin: 0 auto 35px;
  display: block;
  width: fit-content;
}
@media screen and (max-width: 576px) {
  .footer__logo {
    width: 230px;
  }
}

  .footer__logo:focus,
.footer__logo:hover {
  opacity: 0.6;
  cursor: pointer;
}

.main-top {
  position: relative;
  margin-bottom: 68px;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

@media screen and (max-width: 768px) {
  .main-top {
    margin-bottom: 53px;
  }
}

.main-top__container {
  position: relative;
  padding: 50px 0;
  min-height: 677px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .main-top__container {
    padding: 6px 0 28px;
    min-height: 580px;
    justify-content: space-between;
  }
}

.main-top__img-logo {
  position: relative;
  z-index: 1;
  width: 563px;
  display: block;
  margin-left: auto;
  margin-right: 12%;
  margin-top: 5px;
}

@media screen and (max-width: 1024px) {
  .main-top__img-logo {
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .main-top__img-logo {
    order: -1;
    margin: 0 auto;
    width: 250px;
  }
}

.main-top__air {
  position: absolute;
  z-index: 0;
  top: 64px;
  left: 48%;
  width: 417px;
  max-width: none;
}

@media screen and (max-width: 768px) {
  .main-top__air {
    top: 110px;
    left: 47%;
    width: 280px;
  }
}

@media screen and (max-width: 576px) {
  .main-top__air {
    top: 119px;
    left: 3%;
    width: 184px;
  }
}

.main-top__boy {
  position: absolute;
  z-index: 0;
  top: 134px;
  left: -18.5%;
  width: 832px;
  max-width: none;
}

@media screen and (max-width: 1200px) {
  .main-top__boy {
    left: 12%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 900px) {
  .main-top__boy {
    left: 1%;
  }
}

@media screen and (max-width: 768px) {
  .main-top__boy {
    top: 128px;
    width: 635px;
    left: 9%;
  }
}

.main-top__date {
  position: relative;
  z-index: 1;
  margin-right: 11%;
  margin-top: 6%;

  font-family: "GothamPro", "Arial", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  text-align: right;
  word-spacing: 0.09em;
  color: #e2c640; }

@media screen and (max-width: 1280px) {
  .main-top__date {
    font-size: 5vw;
  }
}

@media screen and (max-width: 1024px) {
  .main-top__date {
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .main-top__date {
    font-size: 36px;
    text-align: center;
  }
}

.text-block__container {
  max-width: 1325px;
}
  .text-block p {
    margin: 0;
    font-family: "GothamPro", "Arial", sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    text-align: center; }
.text-block p:last-child {
  margin-top: 50px;
}
    @media screen and (max-width: 1280px) {
      .text-block p {
        font-size: 22px; } }
    @media screen and (max-width: 1024px) {
      .text-block p {
        margin-bottom: 30px; } }
    @media screen and (max-width: 768px) {
      .text-block p:last-child {
        margin-bottom: 0;
        margin-top: 25px;
      }
      .text-block p {
        font-size: 16px; } }
    @media screen and (max-width: 576px) {
      .text-block p {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 1.42; }

      .text-block br {
        display: none;
      }
    }
  .text-block strong {
    font-weight: 700; }


.ui-widget-header .ui-icon {
  background-image: url('../img/ui-icons_444444_256x240.png');
}

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


.link-center {
  margin-left: auto;
  margin-right: auto;
}

/*shop*/

.shop__caption {
  margin: 0;
  margin-bottom: 73px;

  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.15;
  color: #e2c640;
}

@media screen and (max-width: 1280px) {
  .shop__caption  {
    font-size: 35px;
  }
}

@media screen and (max-width: 768px) {
  .shop__caption  {
    font-size: 18px;
    margin-bottom: 23px;
  }
}

.shop {
  margin-top: 80px;
  margin-bottom: 150px;
}

@media screen and (max-width: 1280px) {
  .shop {
    margin-top: 150px;
  }
}

@media screen and (max-width: 768px) {
  .shop {
    margin-top: 44px;
    margin-bottom: 44px;
  }
}

.shop__container {
  max-width: 1340px;
}

@media screen and (max-width: 768px) {
  .shop__container {
    padding: 0;
  }
}

.shop__item {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .shop__item {
    flex-direction: column;
  }
}

.shop__img {
  flex: 0 0 640px;
  display: block;
  height: 640px;
}

@media screen and (max-width: 1340px) {
  .shop__img {
    flex: 0 0 550px;
    height: 550px;
  }
}

@media screen and (max-width: 1140px) {
  .shop__img {
    flex: 0 0 480px;
    height: 480px;
  }
}

@media screen and (max-width: 1024px) {
  .shop__img {
    flex: 0 0 400px;
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .shop__img {
    flex: 00 auto;
    height: 400px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 576px) {
  .shop__img {
    width: 337px;
    height: 337px;
    max-width: 100%;
  }
}

.shop__img img {
  object-fit: cover;
  object-position: center;
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .shop__img img {
    object-position: center top;
  }
}

.shop__logo:focus,
.shop__logo:hover,
.shop__img:focus,
.shop__img:hover {
  opacity: 0.6;
  cursor: pointer;
}

.shop__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.shop__column {
  flex: 0 0 calc(100% - 640px);
  padding: 65px 40px;
}

@media screen and (max-width: 1340px) {
  .shop__column {
    flex: 0 0 calc(100% - 550px);
  }
}

@media screen and (max-width: 1140px) {
  .shop__column {
    flex: 0 0 calc(100% - 480px);
  }
}

@media screen and (max-width: 1024px) {
  .shop__column {
    flex: 0 0 calc(100% - 400px);
  }
}

@media screen and (max-width: 1280px) {
  .shop__column  {
    padding: 25px;
  }
}

@media screen and (max-width: 768px) {
  .shop__column  {
    flex: 0 0 auto;
    margin-left: auto;
    margin-right: auto;
    order: 2;
    padding: 39px 19px 51px;
  }
}

.shop__logo {
  display: block;
  margin-bottom: 30px;
}

@media screen and (max-width: 1280px) {
  .shop__logo {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .shop__logo {
    margin-bottom: 25px;
    max-width: 80%;
  }
}

.shop__logo img {
  max-height: 60px;
  width: auto;
}

.shop__text {
  margin: 0;
  margin-bottom: 38px;

  font-size: 24px;
  font-weight: 500;
  line-height: 1.35;
}

@media screen and (max-width: 768px) {
  .shop__text {
    margin-bottom: 26px;
    font-size: 16px;
  }
}

.shop__column ul {
  list-style-type: disc;
}

.shop__column ul.normal li {
  text-transform: initial;
}

@media screen and (max-width: 768px) {
  .shop__column ul {
    padding-left: 25px;
  }
}

.shop__column ul li {
  margin-bottom: 17px;

  font-size: 27px;
  font-weight: 400;
  text-transform: uppercase;
}

.shop__column ul li span {
  text-transform: lowercase;
}

.shop__text span {
  font-weight: 400;
}

@media screen and (max-width: 1280px) {
  .shop__column ul li {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .shop__column ul li {
    margin-bottom: 11px;
    font-size: 14px;
  }
}

.shop__end {
  margin-top: 80px;
}

.shop__end p {
  margin: 0 0 25px;

  text-align: center;
  line-height: 1.1;
  font-size: 32px;
}
@media screen and (max-width: 1280px) {
  .shop__end p {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .shop__end {
    padding: 0 16px;
  }

  .shop__end p {
    font-size: 16px;
  }
}

.icon-vk img {
  border-radius: 7px;
}

/*gallery*/

.gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  margin: 80px auto;
  width: 100%;
  max-width: 1100px;
  padding: 0 20px;
}

@media screen and (max-width: 900px) {
  .gallery {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-gap: 15px;
  }
}

@media screen and (max-width: 768px) {
  .gallery {
    padding: 0 10px;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
  }

}

.gallery img {
  width: 100%;
  height: auto;
}