/*
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif;
*/
/*! 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; }

.btn {
  font-family: "Montserrat";
  border: none;
  color: #fff;
  width: 240px;
  padding: 18px 20px;
  max-width: 100%;
  -webkit-box-shadow: 0 0 38px rgba(212, 66, 50, 0.9);
  box-shadow: 0 0 38px rgba(212, 66, 50, 0.9);
  border-radius: 28px;
  background-color: #ff5441;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, background-color 0.3s, transform 0.3s;
  transition: opacity 0.3s, background-color 0.3s, transform 0.3s;
  transition: opacity 0.3s, background-color 0.3s, transform 0.3s, -webkit-transform 0.3s; }
  @media (max-width: 479.98px) {
    .btn {
      width: 220px;
      padding: 16px 28px; } }
  .btn:hover {
    background-color: #ff402b; }
  .btn:active {
    opacity: 0.8;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }
  .btn:focus {
    outline: none; }

.container {
  padding: 0 15px;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto; }
  @media (max-width: 1250px) {
    .container {
      padding: 0 20px; } }

/* title start*/
.page-title {
  font-size: 48px;
  text-align: center;
  margin: 0 auto;
  font-family: "Montserrat";
  font-weight: 900;
  margin-bottom: 30px; }
  .page-title--accent {
    color: #ffa650; }
  @media (max-width: 576px) {
    .page-title {
      font-size: 36px; } }

/* title end*/
/* phone start*/
.phone {
  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; }
  .phone__item {
    border: 3px solid #ffffff;
    color: #fff;
    border-radius: 27px;
    padding: 7.5px 16px;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    -webkit-transition: color 0.2s, background-color 0.2s, opacity 0.2s;
    -o-transition: color 0.2s, background-color 0.2s, opacity 0.2s;
    transition: color 0.2s, background-color 0.2s, opacity 0.2s; }
    .phone__item:hover {
      color: #000;
      background-color: #fff; }
    .phone__item:active {
      opacity: 0.8; }
    .phone__item--accent {
      border-color: #ffa650;
      color: #ffa650; }
    .phone__item--accent:hover {
      background-color: #ffa650;
      color: #fff; }

/* phone end*/
/* btn-menu start*/
.btn-menu {
  border: 0;
  border-radius: 0;
  margin-right: -10px;
  background: none;
  cursor: pointer;
  padding: 10px;
  display: inline-block; }
  .btn-menu__box {
    display: inline-block;
    width: 40px;
    height: 24px; }
  .btn-menu__inner {
    position: relative;
    display: block;
    top: 50%; }
    .btn-menu__inner::before {
      content: "";
      position: absolute;
      top: -10px;
      left: 0; }
    .btn-menu__inner::after {
      content: "";
      position: absolute;
      top: 10px;
      left: 0; }

/* /.btn-menu end*/
.btn-menu__inner,
.btn-menu__inner::before,
.btn-menu__inner::after {
  display: block;
  background: #fff;
  height: 4px;
  width: 100%;
  border-radius: 5px; }

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

/* /section end*/
/* socials start*/
.socials {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0; }
  .socials__item {
    margin-right: 6px; }
    @media (max-width: 320px) {
      .socials__item {
        margin-right: 15px; } }
  .socials__link {
    display: inline-block; }
  .socials__icon {
    fill: #ffa650;
    width: 35px;
    height: 35px;
    -webkit-transition: fill 0.2s, opacity 0.2s;
    -o-transition: fill 0.2s, opacity 0.2s;
    transition: fill 0.2s, opacity 0.2s; }
    .socials__icon:active {
      opacity: 0.7; }
    @media (max-width: 320px) {
      .socials__icon {
        width: 45px;
        height: 45px; } }
  .socials__icon--vk:hover {
    fill: #4e7db2; }
  .socials__logo {
    fill: #fff; }
  .socials__icon--fb:hover {
    fill: #38529a; }
  .socials__icon--instagram:hover {
    fill: #a52a9b; }

/* socials end*/
/* mobile-menu start*/
.mobile-menu__ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center; }

.mobile-menu__link {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  text-transform: capitalize;
  color: inherit;
  text-decoration: none;
  padding: 20px 0;
  -webkit-transition: background 0.2s, color 0.2s, opacity 0.2s;
  -o-transition: background 0.2s, color 0.2s, opacity 0.2s;
  transition: background 0.2s, color 0.2s, opacity 0.2s; }
  @media (max-width: 767.98px) {
    .mobile-menu__link {
      font-size: 20px; } }
  .mobile-menu__link:hover {
    background: #ffa650;
    color: #fff; }
  .mobile-menu__link:active {
    opacity: 0.8; }

.mobile-menu__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* mobile-menu end*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

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

.no-scroll {
  overflow: hidden; }

.header-page {
  position: fixed;
  overflow: hidden;
  padding: 10px 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  background-color: rgba(11, 20, 25, 0.9);
  -webkit-transition: padding 0.2s;
  -o-transition: padding 0.2s;
  transition: padding 0.2s; }
  .header-page.is-active {
    padding: 6px 0; }
  @media (max-width: 992.98px) {
    .header-page {
      padding: 5px 0; } }
  .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__end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header-page__nav {
    margin-right: 20px; }
    @media (max-width: 992.98px) {
      .header-page__nav {
        display: none; } }
  .header-page__ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0; }
  .header-page__link {
    position: relative;
    color: #fff;
    font-family: "Montserrat";
    font-size: 18px;
    padding: 13px 30px;
    text-decoration: none;
    display: block;
    -webkit-transition: color 1s;
    -o-transition: color 1s;
    transition: color 1s; }
    .header-page__link:hover {
      color: #000; }
    .header-page__link::before {
      content: "";
      position: absolute;
      width: 100%;
      height: calc(100% + 40px);
      left: 0;
      top: 50%;
      background-color: #fff;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      opacity: 0;
      -webkit-transition: opacity 1s;
      -o-transition: opacity 1s;
      transition: opacity 1s; }
    .header-page__link:hover::before {
      opacity: 1; }
    @media (max-width: 1200px) {
      .header-page__link {
        font-size: 16px;
        padding: 10px 30px; } }
  .header-page__text {
    position: relative; }
  @media (max-width: 1200px) {
    .header-page__phone.phone__item {
      padding: 7px 16px;
      font-size: 14px; } }
  @media (max-width: 479.98px) {
    .header-page__phone.phone__item {
      display: none; } }
  .header-page__hamburger {
    display: none; }
    @media (max-width: 992.98px) {
      .header-page__hamburger {
        display: block; } }

.section-top {
  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;
  min-height: 600px;
  padding: 170px 0 100px;
  text-align: center;
  background: #12181e url(../img/section-top/bg.jpg) no-repeat center;
  background-size: cover;
  height: 100vh;
  color: #fff;
  position: relative; }
  @media (max-width: 992.98px) {
    .section-top {
      padding-top: 150px; } }
  .section-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%; }
  .section-top__container.container {
    position: relative;
    width: 500px; }
  .section-top__info {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 900;
    color: #fcff00;
    margin: 0; }
    @media (max-width: 479.98px) {
      .section-top__info {
        font-size: 18px; } }
  .section-top__title {
    font-size: 55px;
    font-family: Montserrat;
    font-weight: 900;
    margin: 0 0 15px; }
    @media (max-width: 479.98px) {
      .section-top__title {
        font-size: 40px; } }
    @media (max-width: 320px) {
      .section-top__title {
        font-size: 34px; } }

/* .section-catalog start*/
.section__header {
  margin-bottom: 90px; }
  @media (max-width: 320px) {
    .section__header {
      margin-bottom: 50px; } }

.catalog-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 767.98px) {
    .catalog-nav {
      width: 500px;
      max-width: 100%;
      margin: 0 auto; } }
  .catalog-nav__wrapper {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 23px;
    overflow: hidden; }
    @media (max-width: 767.98px) {
      .catalog-nav__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        border-radius: 10px; } }
  .catalog-nav__item {
    color: #fff; }
    .catalog-nav__item:last-of-type .catalog-nav__btn {
      border-right: 0; }
    @media (max-width: 767.98px) {
      .catalog-nav__item {
        width: 50%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
        .catalog-nav__item:nth-of-type(1) .catalog-nav__btn,
        .catalog-nav__item:nth-of-type(2) .catalog-nav__btn {
          border-top: 0; }
        .catalog-nav__item:nth-of-type(even) .catalog-nav__btn {
          border-right: 0; } }
  .catalog-nav__btn {
    padding: 13px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    min-width: 150px;
    font-size: 18px;
    font-family: "Montserrat";
    color: #e6e6e6;
    border-right: 1px solid #f5f5f5;
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    -o-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s; }
    .catalog-nav__btn:hover {
      background-color: #ffa650;
      border-color: #ffa650; }
    .catalog-nav__btn.is-active {
      background-color: #1f1f1f;
      color: #ffffff; }
    @media (max-width: 767.98px) {
      .catalog-nav__btn {
        width: 100%;
        border-top: 1px solid #f5f5f5; } }

/* /.section-catalog end*/
.catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -35px; }
  @media (max-width: 1250px) {
    .catalog {
      margin: 0 -20px; } }
  .catalog__item {
    width: calc(100% / 3);
    margin-bottom: 90px;
    padding: 0 35px;
    position: relative; }
    .catalog__item::before {
      background-color: #dddddd;
      content: "";
      width: 3px;
      height: 100%;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0.24;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .catalog__item:nth-of-type(3n + 1)::before {
      content: none; }
    @media (max-width: 1250px) {
      .catalog__item {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 992.98px) {
      .catalog__item {
        width: 50%; }
        .catalog__item:nth-of-type(even)::before {
          content: ""; }
        .catalog__item:nth-of-type(odd):before {
          content: none; } }
    @media (max-width: 767.98px) {
      .catalog__item {
        width: 100%;
        margin-bottom: 50px; }
        .catalog__item::before {
          content: none; }
        .catalog__item:last-of-type {
          margin-bottom: 0; }
          .catalog__item:last-of-type .catalog__product {
            border-bottom: 0;
            padding-bottom: 0; } }
  @media (max-width: 767.98px) {
    .catalog__product {
      width: 350px;
      max-width: 100%;
      margin: 0 auto;
      border-bottom: 1px solid #f7f7f7;
      padding-bottom: 50px; } }

.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%; }
  .product__img {
    display: block;
    margin: 0 auto 15px;
    max-width: 100%;
    height: auto; }
  .product__content {
    margin-bottom: 25px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .product__title {
    margin: 0 0 10px;
    font-size: 22px;
    font-family: "Montserrat"; }
  .product__description {
    color: #9f9f9f;
    margin: 0; }
  .product__sizes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    border-radius: 21px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .product__size {
    border: 0;
    background: transparent;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    color: #e6e6e6;
    font-family: "Montserrat", sans-serif;
    padding: 13px 33px;
    border-radius: 21px; }
    .product__size:focus {
      outline: none; }
    .product__size.is-active {
      color: #a2a2a2;
      -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.08); }
    @media (min-width: 993px) and (max-width: 1200px) {
      .product__size {
        padding: 13px 25px; } }
    @media (max-width: 370px) {
      .product__size {
        padding: 13px 25px; } }
  .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; }
  .product__price {
    font-size: 22px;
    font-family: "Montserrat", sans-serif; }
    @media (max-width: 370px) {
      .product__price {
        font-size: 18px; } }
  .product__btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ffa650;
    font-size: 16px;
    width: 201px;
    padding: 15px 20px; }
    .product__btn:hover {
      background-color: #ff7c21; }

/* .section-about start*/
.section-about {
  background: -webkit-gradient(linear, left bottom, left top, from(#2b2b2b), to(#1f1f1f));
  background: -webkit-linear-gradient(bottom, #2b2b2b 0%, #1f1f1f 100%);
  background: -o-linear-gradient(bottom, #2b2b2b 0%, #1f1f1f 100%);
  background: linear-gradient(to top, #2b2b2b 0%, #1f1f1f 100%);
  color: #fff;
  position: relative; }
  @media (max-width: 1200px) {
    .section-about {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .section-about__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
    @media (max-width: 767.98px) {
      .section-about__img {
        width: 100%; } }
  .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: 767.98px) {
      .section-about__container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .section-about__content {
    width: 50%;
    padding-left: 80px; }
    @media (max-width: 1200px) {
      .section-about__content {
        padding-left: 50px; } }
    @media (max-width: 767.98px) {
      .section-about__content {
        padding-left: 0;
        width: 500px;
        max-width: 100%; } }
  .section-about__title {
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    margin: 0;
    margin-bottom: 20px;
    text-align: left; }
  .section-about__text {
    line-height: 1.67;
    font-size: 18px;
    margin: 0; }
    @media (max-width: 320px) {
      .section-about__text {
        font-size: 16px; } }

/* /.section-about end*/
.section-contacts {
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .section-contacts {
      padding-bottom: 0; } }
  .section-contacts__container {
    position: relative; }
    .section-contacts__container::before {
      content: "";
      position: absolute;
      background: url(../img/section-contacts/tomatos.png) no-repeat;
      background-size: cover;
      width: 683px;
      height: 397px;
      bottom: -100px;
      right: -350px; }
      @media (max-width: 1800px) {
        .section-contacts__container::before {
          right: -250px; } }
      @media (max-width: 1600px) {
        .section-contacts__container::before {
          right: -150px;
          bottom: -200px; } }
      @media (max-width: 1400px) {
        .section-contacts__container::before {
          right: -100px; } }
      @media (max-width: 1300px) {
        .section-contacts__container::before {
          right: -50px; } }
      @media (max-width: 1200px) {
        .section-contacts__container::before {
          content: none; } }
  @media (max-width: 320px) {
    .section-contacts__title {
      margin-bottom: 0; } }

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  @media (max-width: 767.98px) {
    .contacts {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media (max-width: 320px) {
    .contacts {
      margin-bottom: 0; } }
  .contacts__start {
    width: 50%; }
    @media (max-width: 767.98px) {
      .contacts__start {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
  .contacts__map {
    height: 450px;
    background: #fef0b4; }
    @media (max-width: 992.98px) {
      .contacts__map {
        height: 350px; } }
    @media (max-width: 767.98px) {
      .contacts__map {
        margin: 0 -20px;
        height: 300px; } }
  .contacts__end {
    width: 50%;
    padding-left: 30px; }
    @media (max-width: 767.98px) {
      .contacts__end {
        width: 400px;
        max-width: 100%;
        margin-bottom: 40px;
        padding-left: 0; } }
  .contacts__item {
    margin-bottom: 35px; }
    .contacts__item:last-of-type {
      margin-bottom: 0; }
  .contacts__title {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    margin: 0;
    margin-bottom: 5px; }
  .contacts__text {
    font-size: 18px; }
  .contacts__phone {
    text-decoration: none;
    color: inherit;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s; }
    .contacts__phone:hover {
      color: #ffa650; }

.footer-page {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2b2b2b), to(#1f1f1f));
  background-image: -webkit-linear-gradient(bottom, #2b2b2b 0%, #1f1f1f 100%);
  background-image: -o-linear-gradient(bottom, #2b2b2b 0%, #1f1f1f 100%);
  background-image: linear-gradient(to top, #2b2b2b 0%, #1f1f1f 100%); }
  .footer-page__text {
    color: #ffffff;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    padding: 30px 0;
    opacity: 0.3; }

/* popup start*/
.popup {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  overflow: auto;
  pointer-events: none;
  visibility: hidden;
  opacity: 0; }
  .popup.is-active {
    pointer-events: auto;
    visibility: visible;
    opacity: 1; }
  .popup__phone {
    margin: 30px 0 35px; }
  .popup__wrapper {
    display: table;
    width: 100%;
    height: 100%; }
  .popup__inner {
    display: table-cell;
    vertical-align: middle; }
  .popup__content {
    position: relative;
    background-color: #fff;
    padding: 70px 20px;
    max-width: 730px;
    margin: 0 auto;
    display: block;
    border-radius: 20px; }
    @media (max-width: 767.98px) {
      .popup__content {
        width: 100%;
        height: 100%;
        max-width: 100%;
        border-radius: 0;
        padding-top: 100px; } }
    @media (max-width: 320px) {
      .popup__content {
        padding: 70px 0; } }
    .popup__content--fluid {
      padding-right: 0;
      padding-left: 0; }
    .popup__content--centered {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -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; }
  .popup__title {
    margin-bottom: 20px; }
  .popup__subtitle {
    margin: 0 auto 40px;
    width: 370px;
    max-width: 100%;
    font-size: 24px; }
    @media (max-width: 767.98px) {
      .popup__subtitle {
        width: 250px;
        font-size: 18px;
        margin-bottom: 20px; } }
  .popup__link {
    color: inherit;
    text-decoration: none; }

/* popup end*/
/* btn-close start*/
.btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  cursor: pointer;
  padding: 0;
  background: none;
  width: 50px;
  height: 50px;
  display: inline-block;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  -o-transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s; }
  .btn-close:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .btn-close:active {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.8; }
  .btn-close::before, .btn-close::after {
    content: "";
    display: block;
    width: 3px;
    height: 40px;
    background: #d2d2d2;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 10px; }
  .btn-close::before {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg); }
  .btn-close::after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg); }

/* btn-close end*/
.order {
  width: 310px;
  margin: 0 auto; }
  @media (max-width: 320px) {
    .order {
      width: 270px; } }
  .order__img {
    width: 186px;
    display: block;
    margin: 0 auto 15px; }
  .order__title {
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 5px; }
  .order__size {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    color: #a2a2a2;
    margin-bottom: 25px; }

.form__input {
  display: block;
  margin: 0 auto 7px;
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 32px;
  padding: 20px 28px;
  border: 2px solid transparent;
  outline: none; }
  .form__input:focus {
    border-color: #ffa650; }

.form__btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  background-color: #ffa650;
  padding: 22px 28px;
  border-radius: 50px; }

/* .popup-thanks start*/
.popup-thanks__subtitle {
  width: 100%;
  margin-bottom: 0; }
  @media (max-width: 320px) {
    .popup-thanks__subtitle {
      max-width: 250px; } }

/* .popup-thanks end*/
/* .popup-error start*/
.popup-error__title {
  padding: 0 20px; }

/* .popup-thanks end*/
