@charset "UTF-8";
/* normalize */
/*! 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;
}

/* normalize finish */
/*
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif;

lg: 1200px
md: 992px
sm: 767px
xs: 576px
*/
.header-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background: rgba(68, 0, 8, 0.8);
  padding: 9px 0;
  overflow: hidden;
  -webkit-transition: padding 0.4s;
  transition: padding 0.4s;
}

.header-page__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-page .logo__img {
  cursor: pointer;
  width: 127px;
  height: 19px;
}

.header-page__end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-page__nav {
  margin-right: 15px;
}

@media (max-width: 992px) {
  .header-page__nav {
    display: none;
  }
}

.header-page__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-page__link {
  color: #ffffff;
  text-shadow: -1px 2px 4px rgba(32, 199, 186, 0.7);
  display: block;
  padding: 15px 35px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 20px;
  position: relative;
  border: 2px solid transparent;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

@media (max-width: 1200px) {
  .header-page__link {
    font-size: 16px;
    padding: 12px 30px;
  }
}

.header-page__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: transparent;
  border-radius: 35px;
  border: 2px solid #ffa650;
  width: 100%;
  height: calc(100% + -7px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: color 0.9s, background 0.9s;
  transition: color 0.9s, background 0.9s;
}

.header-page__link:hover::before {
  opacity: 1;
  background: rgba(19, 114, 35, 0.9);
}

.header-page__link:hover::first-letter {
  color: #ffa650;
}

.header-page__link-name {
  position: relative;
}

.header-page .btn-menu {
  background: none;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  padding: 15px;
  border: 0;
}

.header-page .btn-menu__box {
  display: inline-block;
  width: 40px;
  height: 24px;
}

.header-page .btn-menu__inner {
  background: #ffa650;
  height: 4px;
  width: 100%;
  display: block;
  top: 50%;
  position: relative;
  border-radius: 6px;
}

.header-page .btn-menu__inner::before, .header-page .btn-menu__inner::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #ffa650;
  position: absolute;
  left: 0;
  border-radius: 6px;
}

.header-page .btn-menu__inner::before {
  top: -10px;
}

.header-page .btn-menu__inner::after {
  bottom: -10px;
}

.header-page .header-page__hamburger {
  display: none;
  margin-right: -15px;
}

@media (max-width: 992px) {
  .header-page .header-page {
    padding: 5px 0;
  }
  .header-page .header-page__hamburger {
    display: block;
  }
}

.header-page.is-active {
  padding-top: 0;
  padding-bottom: 0;
}

/* вынес за пределы общих стилей ради общего использования в popup */
.phone__item {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  border: 3px solid #ffffff;
  border-radius: 21.5px;
  padding: 8px 16px;
  -webkit-transition: color 0.4s, background 0.4s, -webkit-transform 0.4s;
  transition: color 0.4s, background 0.4s, -webkit-transform 0.4s;
  transition: color 0.4s, background 0.4s, transform 0.4s;
  transition: color 0.4s, background 0.4s, transform 0.4s, -webkit-transform 0.4s;
}

@media (max-width: 1200px) {
  .phone__item {
    font-size: 15px;
    padding: 7px 14px;
  }
}

@media (max-width: 480px) {
  .phone__item {
    display: none;
  }
}

.phone__item:hover {
  background: rgba(1, 88, 41, 0.8);
  color: #ffa650;
  border: 3px solid #015829;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.phone__item:active {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}

/* popUP mobile nav Header  */
.popup {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: auto;
  color: #ffa650;
}

.popup.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.popup__body {
  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;
  min-height: 100%;
}

@media (max-width: 767px) {
  .popup__body {
    padding: 0;
  }
}

.popup__content {
  background: #003833;
  background-size: cover;
  padding: 70px 20px;
  width: 760px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

@media (max-width: 767px) {
  .popup__content {
    max-width: 100%;
    min-height: 100vh;
    margin: 0;
    border-radius: 0;
    padding: 0;
  }
}

.popup__content--fluid {
  padding-left: 0;
  padding-right: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.popup__btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.popup__title {
  width: 280px;
}

.popup__subtitle {
  width: 360px;
  font-size: 24px;
  text-align: center;
  margin: 0;
  font-weight: 900;
}

@media (max-width: 767px) {
  .popup__subtitle {
    max-width: 260px;
    font-size: 18px;
  }
}

.popup__subtitle--order {
  max-width: 360px;
}

@media (max-width: 767px) {
  .popup__subtitle--order {
    max-width: 260px;
  }
}

.popup__item--error {
  margin-top: 15px;
  display: block;
}

.order {
  max-width: 310px;
  margin: 0 auto;
}

.order__img {
  display: block;
  margin: 0 auto 10px;
  width: 250px;
}

.order__title {
  text-align: center;
  margin: 0 0 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

.order__size {
  text-align: center;
  color: #7f7f67;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  margin: 0 0 30px;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form__input {
  display: block;
  max-width: 100%;
  width: 550px;
  padding: 20px 28px;
  background: #f7f7f7;
  border-radius: 32px;
  margin-bottom: 10px;
  border: 2px solid transparent;
  outline: none;
}

.form__input:focus {
  border-color: #430008;
  border-width: 3px;
}

.form__btn {
  background: #015829;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  padding: 18px 20px;
  width: 550px;
  max-width: 100%;
  border-radius: 28px;
  border: 2px solid #ffa650;
  font-weight: 900;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.02em;
  -webkit-box-shadow: 0px 0px 38px 0px rgba(176, 221, 14, 0.8);
          box-shadow: 0px 0px 38px 0px rgba(176, 221, 14, 0.8);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.form__btn:hover,
.form__btn :focus {
  background: transparent;
  border: 2px solid #fff;
}

@media (max-width: 576px) {
  .form__btn {
    padding: 16px 20px;
    width: 200px;
    font-size: 16px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.btn-close {
  border: none;
  cursor: pointer;
  background: none;
  padding: 0;
  width: 50px;
  height: 50px;
  display: inline-block;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}

.btn-close:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.btn-close:active {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  opacity: 0.4;
}

.btn-close::before, .btn-close::after {
  content: "";
  background: #00ceba;
  height: 40px;
  width: 3px;
  position: absolute;
  border: 10px;
  top: 50%;
}

.btn-close::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.btn-close::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.mobile-menu {
  width: 100%;
}

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

.mobile-menu__link {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  color: #fff;
  font-size: 24px;
  display: block;
  padding-bottom: 30px;
}

.mobile-menu__li {
  text-align: center;
}

.popup-phone {
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .phone__item--popup {
    display: block;
  }
}

/* /.popUP mobile nav Header  */
.no-scroll {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

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

/*
  This will hide the focus indicator if the element receives focus via the mouse,
  but it will still show up on keyboard focus.
  решение дял людей с ограниченными возможностями, работает через подключенную библиотеку с гитхаба
  подключил в конце html 
*/
.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

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

a {
  text-decoration: none;
  scroll-behavior: smooth;
}

ul {
  list-style: none;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.375;
  color: #1f1f1f;
}

button {
  cursor: pointer;
  border: 0;
}

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

.btn {
  background: #015829;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  padding: 18px 20px;
  width: 240px;
  max-width: 100%;
  border-radius: 28px;
  border: 2px solid #ffa650;
  font-weight: 900;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.02em;
  -webkit-box-shadow: 0px 0px 38px 0px rgba(176, 221, 14, 0.8);
          box-shadow: 0px 0px 38px 0px rgba(176, 221, 14, 0.8);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.btn:hover,
.btn :focus {
  background: transparent;
  border: 2px solid #fff;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.btn:active {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}

@media (max-width: 576px) {
  .btn {
    padding: 16px 20px;
    width: 200px;
    font-size: 16px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.section-top {
  height: 100vh;
  min-height: 600px;
  background: #0e1419 no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  color: #00ceba;
  text-shadow: -8px 5px 2px rgba(4, 19, 17, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  padding: 170px 0 100px;
}

@media (max-width: 992px) {
  .section-top {
    padding-top: 150px;
  }
}

.section-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

.section-top__container {
  position: relative;
  width: 520px;
  margin: 0;
}

.section-top__info {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  color: #fcff00;
  text-shadow: -10px 8px 5px rgba(134, 104, 5, 0.7);
  margin: 0;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}

@media (max-width: 576px) {
  .section-top__info {
    font-size: 18px;
  }
}

.section-top__title {
  font-family: "Montserrat", sans-serif;
  font-size: 55px;
  font-weight: 900;
  margin: 0 0 35px;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

@media (max-width: 576px) {
  .section-top__title {
    font-size: 40px;
  }
}

@media (max-width: 360px) {
  .section-top__title {
    font-size: 34px;
  }
}

.section {
  padding: 110px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#003833), to(#440008));
  background: linear-gradient(#003833, #440008);
}

@media (max-width: 576px) {
  .section {
    padding: 90px 0;
  }
}

.section__header {
  margin-bottom: 90px;
}

.section__title {
  font-size: 48px;
  text-align: center;
  margin: 0 auto 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-shadow: -16px -10px 0px rgba(255, 126, 6, 0.18);
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}

@media (max-width: 576px) {
  .section__title {
    font-size: 36px;
    margin-bottom: 60px;
  }
}

@media (max-width: 480px) {
  .section__title {
    font-size: 30px;
  }
}

.section__title--accent {
  color: #ffa650;
}

.section .catalog-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .section .catalog-nav {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
  }
}

.section .catalog-nav__wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 23px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .section .catalog-nav__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    border-radius: 12px;
  }
}

.section .catalog-nav__item:last-of-type .catalog-nav__btn {
  border-right: 0;
}

@media (max-width: 767px) {
  .section .catalog-nav__item {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .section .catalog-nav__item:nth-of-type(1) .catalog-nav__btn, .section .catalog-nav__item:nth-of-type(2) .catalog-nav__btn {
    border-top: 0;
  }
  .section .catalog-nav__item:nth-of-type(even) .catalog-nav__btn {
    border-right: 0;
  }
}

.section .catalog-nav__btn {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 14px;
  min-width: 150px;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  color: #ffffff;
  border-right: 2px solid #041f1d;
  -webkit-transition: border 0.4s, background 0.4s, color 0.4s;
  transition: border 0.4s, background 0.4s, color 0.4s;
}

.section .catalog-nav__btn.is-active {
  background: #000000;
  color: #fff;
  border-color: #000000;
}

.section .catalog-nav__btn:not(.is-active):hover {
  background: #00c4b1;
  color: #000000;
  border-right-color: #00c4b1;
}

@media (max-width: 767px) {
  .section .catalog-nav__btn {
    min-width: 0;
    width: 100%;
    border-top: 1px solid #00100f;
  }
}

.section .catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -35px;
}

@media (max-width: 1250px) {
  .section .catalog {
    margin: 0 -20px;
  }
}

.section .catalog__item {
  color: #000;
  width: calc(100% / 3);
  margin-bottom: 90px;
  padding: 0 35px;
  position: relative;
}

@media (max-width: 1250px) {
  .section .catalog__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 992px) {
  .section .catalog__item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .section .catalog__item {
    margin-bottom: 50px;
    width: 100%;
  }
  .section .catalog__item .catalog__product {
    max-width: 100%;
    width: 350px;
    margin: 0 auto;
    border-bottom: 2px solid #00100f;
    padding-bottom: 50px;
  }
  .section .catalog__item:last-of-type {
    margin-bottom: 0;
  }
  .section .catalog__item:last-of-type .catalog__product {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

.section .catalog__item::before {
  content: "";
  background: #00100f;
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section .catalog__item:nth-of-type(3n + 1)::before {
  content: none;
}

@media (max-width: 992px) {
  .section .catalog .catalog__item:nth-of-type(even)::before {
    content: "";
  }
  .section .catalog .catalog__item:nth-of-type(odd)::before {
    content: none;
  }
  .section .catalog .catalog__item:nth-child(9) {
    margin: auto;
  }
}

@media (max-width: 767px) {
  .section .catalog .catalog__item:nth-of-type(n)::before {
    content: none;
  }
}

.section .catalog .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.section .catalog .product__img {
  display: block;
  margin: 0 auto 15px;
  width: 340px;
  height: 339px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}

.section .catalog .product__img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media (max-width: 1200px) {
  .section .catalog .product__img {
    height: auto;
  }
}

.section .catalog .product__title {
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 22px;
  color: #ffffff;
}

.section .catalog .product__description {
  margin: 0;
  color: #00ceba;
  font-size: 16px;
  font-weight: 900;
  text-align: justify;
}

.section .catalog .product__content {
  margin-bottom: 25px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.section .catalog .product__sizes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  border-radius: 21px;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
}

.section .catalog .product__size {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  color: #d1c0c0;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  padding: 13px 33px;
  border-radius: 21px;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .section .catalog .product__size {
    padding: 13 24px;
  }
}

@media (min-width: 320px) and (max-width: 350px) {
  .section .catalog .product__size {
    padding: 12px 22px;
  }
}

.section .catalog .product__size.is-active {
  color: #00baf8;
  -webkit-box-shadow: 3px 0px 5px 0px black;
          box-shadow: 3px 0px 5px 0px black;
}

.section .catalog .product__price {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 22px;
  color: #677777;
}

@media (max-width: 370px) {
  .section .catalog .product__price {
    font-size: 18px;
  }
}

.section .catalog .product__price-value {
  color: #ffffff;
}

.section .catalog .product__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section .catalog .product__btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 200px;
  padding: 14px 20px;
}

.section .catalog .product__btn:hover,
.section .catalog .product__btn :focus {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.section .catalog .product__btn:active {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}

.section-about {
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#003833));
  background: linear-gradient(to top, #000000, #003833);
  position: relative;
}

@media (max-width: 1200px) {
  .section-about {
    padding: 80px 0 80px 0;
  }
}

.section-about__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 1400px;
}

@media (max-width: 767px) {
  .section-about__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.section-about__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .section-about__img {
    width: 100%;
  }
}

.section-about__content {
  width: 50%;
  padding-left: 80px;
}

@media (max-width: 1200px) {
  .section-about__content {
    padding: 0 0 0 50px;
  }
}

@media (max-width: 767px) {
  .section-about__content {
    padding-left: 0;
    width: 500px;
    max-width: 100%;
  }
}

.section-about__title {
  text-align: left;
  margin-bottom: 20px;
}

.section-about__text {
  font-size: 18px;
  line-height: 1.67;
  margin: 0;
}

@media (max-width: 767px) {
  .section-about__text {
    text-align: justify;
  }
}

.section-contacts {
  color: #ffa650;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#003833));
  background: linear-gradient(#000000, #003833);
  /* contacts */
  /* /.contacts */
}

@media (max-width: 767px) {
  .section-contacts {
    padding-bottom: 0;
  }
}

.section-contacts__container {
  position: relative;
}

.section-contacts__container .section-contacts__img {
  position: absolute;
  background: no-repeat;
  background-size: cover;
  width: 672px;
  max-width: 100%;
  height: 550px;
  bottom: -150px;
  right: -300px;
}

@media (max-width: 1200px) {
  .section-contacts__container .section-contacts__img {
    width: 600px;
    right: -200px;
  }
}

@media (max-width: 1100px) {
  .section-contacts__container .section-contacts__img {
    right: -200px;
    bottom: -170px;
  }
}

@media (max-width: 1098px) {
  .section-contacts__container .section-contacts__img {
    display: none;
  }
}

.section-contacts .contacts {
  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;
}

@media (max-width: 767px) {
  .section-contacts .contacts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.section-contacts .contacts__start {
  width: 50%;
}

@media (max-width: 767px) {
  .section-contacts .contacts__start {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.section-contacts .contacts__map {
  height: 450px;
  background: #fef0b4;
}

@media (max-width: 767px) {
  .section-contacts .contacts__map {
    margin: 0 -20px;
    height: 300px;
  }
}

.section-contacts .contacts__end {
  width: 50%;
  margin-left: 30px;
}

@media (max-width: 767px) {
  .section-contacts .contacts__end {
    width: 400px;
    max-width: 100%;
    margin-bottom: 40px;
    padding-left: 0;
  }
}

.section-contacts .contacts__item {
  margin-bottom: 35px;
}

.section-contacts .contacts__item:last-of-type {
  margin-bottom: 0;
}

.section-contacts .contacts address {
  font-style: normal;
}

.section-contacts .contacts__title {
  display: block;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 5px;
}

.section-contacts .contacts__phone {
  color: #ffa650;
  font-weight: 900;
  border: 1px dashed transparent;
  border-radius: 10px;
  padding: 5px 10px;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}

.section-contacts .contacts__phone:hover {
  border: 1px dashed #ffa650;
  border-radius: 10px;
}

.section-contacts .contacts__text {
  margin: 0;
  font-size: 18px;
  color: #ffa650;
  font-weight: 900;
}

/* Footer */
.footer-page {
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#003833));
  background: linear-gradient(#000000, #003833);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  text-align: center;
}

.footer-page__text {
  text-align: center;
  font-weight: 900;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #ffa650;
}

/* вынес за пределы общих стилей ради popUP*/
/* socials */
.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.socials__item {
  margin-right: 15px;
}

.socials__item:nth-child(3) {
  margin-right: 0;
}

.socials__link {
  display: inline-block;
}

.socials__icon {
  width: 50px;
  height: 50px;
  fill: #fff;
  -webkit-transition: fill 0.4s, -webkit-transform 0.4s;
  transition: fill 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, fill 0.4s;
  transition: transform 0.4s, fill 0.4s, -webkit-transform 0.4s;
}

.socials__icon:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.socials__logo {
  fill: #fff;
}

.socials__icon--in {
  fill: #fff;
}

.socials__icon--twit {
  fill: #fff;
}

.socials__icon--twit:hover {
  fill: #1da1f2;
}

/* / .socials */
