/* stylelint-disable */
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
 /* font-family: "RobotoSlab-Bold"; */
@font-face {
  font-family: "RobotoSlab-Bold";
  src: url("../fonts/RobotoSlab/RobotoSlab-Bold.eot");
  src: url("../fonts/RobotoSlab/RobotoSlab-Bold.eot?#iefix")format("embedded-opentype"),
  url("../fonts/RobotoSlab/RobotoSlab-Bold.woff") format("woff"),
  url("../fonts/RobotoSlab/RobotoSlab-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "RobotoSlab-Light"; */
@font-face {
  font-family: "RobotoSlab-Light";
  src: url("../fonts/RobotoSlab/RobotoSlab-Light.eot");
  src: url("../fonts/RobotoSlab/RobotoSlab-Light.eot?#iefix")format("embedded-opentype"),
  url("../fonts/RobotoSlab/RobotoSlab-Light.woff") format("woff"),
  url("../fonts/RobotoSlab/RobotoSlab-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "RobotoSlab-Regular"; */
@font-face {
  font-family: "RobotoSlab-Regular";
  src: url("../fonts/RobotoSlab/RobotoSlab-Regular.eot");
  src: url("../fonts/RobotoSlab/RobotoSlab-Regular.eot?#iefix")format("embedded-opentype"),
  url("../fonts/RobotoSlab/RobotoSlab-Regular.woff") format("woff"),
  url("../fonts/RobotoSlab/RobotoSlab-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "RobotoSlab-Thin"; */
@font-face {
  font-family: "RobotoSlab-Thin";
  src: url("../fonts/RobotoSlab/RobotoSlab-Thin.eot");
  src: url("../fonts/RobotoSlab/RobotoSlab-Thin.eot?#iefix")format("embedded-opentype"),
  url("../fonts/RobotoSlab/RobotoSlab-Thin.woff") format("woff"),
  url("../fonts/RobotoSlab/RobotoSlab-Thin.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
* {
  font-family: 'Roboto', sans-serif;
}
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
.fullwrap {
  width: 100%;
  overflow: hidden;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  text-decoration: none;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  /* 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;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * 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 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.info {
  text-align: center;
  margin-bottom: 6px;
}
.info span {
  color: #B59979;
  font-size: 18px;
}
@media (min-width: 1170px) {
  .info {
    margin-bottom: 20px;
  }
  .info span {
    font-size: 31px;
  }

}
.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  min-width: 320px;
  margin: 0 auto;
  color: #65483F;
}
.page h3,
.page h2,
.page h4 {
}
.page uL {
  list-style: none;
  margin: 0;
  padding: 0;
}
.master__image{
  text-align: center;
}
.page-header {
  position: relative;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: white;
  -webkit-box-shadow: 0px 10px 55px -20px;
          box-shadow: 0px 10px 55px -20px;
  z-index: 5;
}
.catalog .catalog__list .img {
  border-radius: 6px;
  width: 100%;
  display: block;
}
.page-header .page-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 15px;
}
.page-header .page-header__time {
  margin-top: 37px;
  margin-bottom: 24px;
}
.page-header .page-header__time span {
  font-size: 17px;
  color: #65483F;
}
.page-header .page-header__button-subscribe {
  position: relative;
  margin-bottom: 37px;
  border: none;
  border-radius: 20px;
  width: 189px;
  height: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#b28553), to(#422f29));
  background: linear-gradient(to right, #b28553, #422f29);
  cursor: pointer;
}
.page-header .page-header__button-subscribe:hover {
  background: -webkit-gradient(linear, left top, right top, from(#7a593a), to(#240f00));
  background: linear-gradient(to right, #7a593a, #240f00);
}
.page-header .page-header__button-subscribe img {
  left: -11px;
  top: -10px;
  position: absolute;
}
.page-header .page-header__button-subscribe span {
  display: block;
  white-space: nowrap;
  font-size: 13px;
  color: #FFE0BE;
}
.page-header .page-header__button-callback {
  position: relative;
  margin-bottom: 37px;
  border-radius: 20px;
  width: 189px;
  height: 30px;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-header .page-header__button-callback:hover {
  background: #B28553;
}
.page-header .page-header__button-callback:hover span {
  color: white;
}
.page-header .page-header__button-callback img {
  left: -11px;
  top: -10px;
  position: absolute;
}
.page-header .page-header__button-callback span {
  white-space: nowrap;
  font-size: 13px;
  color: #65483F;
}
.page-header .page-header__address {
  margin-bottom: 13px;
}
.page-header .page-header__address span {
  font-size: 17px;
  color: #65483F;
}
.page-header .page-header__tel {
  padding-bottom: 25px;
}
.page-header .page-header__tel .page-header__tel-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 150px;
  margin: 0 auto;
  padding: 2px;
  border: 1px solid #B59979;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 30px;
}
.page-header .page-header__tel .page-header__tel-number:hover {
  background: #B59979;
}
.page-header .page-header__tel .page-header__tel-number:hover span {
  color: white;
}
.page-header .page-header__tel .page-header__tel-number span {
  margin-left: 10px;
  color: #7A593A;
}
@media (min-width: 768px) {
  .page-header .page-header__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 100px;
  }
  .page-header .page-header__wrapper .page-header__time-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .page-header .page-header__wrapper .page-header__time-wrapper .page-header__time {
    margin-top: 30px;
  }
  .page-header .page-header__wrapper .page-header__nav {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .page-header .page-header__wrapper .page-header__tel {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 30px;
  }
  .page-header .page-header__wrapper .page-header__address-wrapper {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin-top: 30px;
  }
}
@media (min-width: 1170px) {
  .page-header .page-header__wrapper {
    padding: 0;
    width: 1170px;
    margin: 0 auto;
  }
  .page-header .page-header__wrapper .page-header__time-wrapper {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 25%;
    text-align: start;
  }
  .page-header .page-header__wrapper .page-header__time-wrapper .page-header__time span {
    font-size: 16px;
  }
  .page-header .page-header__wrapper .page-header__time-wrapper .page-header__button-subscribe {
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 25px;
  }
  .page-header .page-header__wrapper .page-header__nav {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .page-header .page-header__wrapper .page-header__tel {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 25%;
    padding-bottom: 0;
  }
  .page-header .page-header__wrapper .page-header__tel .page-header__tel-number {
    margin-left: 50%;
    width: 130px;
  }
  .page-header .page-header__wrapper .page-header__tel .page-header__tel-number span {
    margin-top: 1px;
    font-size: 13px;
  }
  .page-header .page-header__wrapper .page-header__address-wrapper {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 20%;
    text-align: end;
  }
  .page-header .page-header__wrapper .page-header__address-wrapper .page-header__button-callback {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: 46px;
  }
  .page-header .page-header__wrapper .page-header__address-wrapper .page-header__address {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .page-header .page-header__wrapper .page-header__address-wrapper .page-header__address span {
    font-size: 16px;
  }
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav .nav__metro {
  width: 140px;
  height: 12px;
  margin-top: 22px;
  padding: 2px;
  border: 1px solid #FF8700;
  border-radius: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav__metro:first-child{
    border: 1px solid #79cdcd;
}
.nav .nav__metro:first-child:hover {
    background: #79cdcd;
}
.nav .nav__metro:first-child .nav__metro-text {
  color: #79cdcd;
}
.nav__metro:last-child{
    border: 1px solid #cc0000;
}
.nav .nav__metro:last-child:hover {
    background: #cc0000;
}
.nav .nav__metro:last-child .nav__metro-text {
  color: #cc0000;
}
.nav .nav__metro:hover {
  background: #FF8700;
}
.nav .nav__metro:hover .nav__metro-text {
  color: white;
}
.nav .nav__metro .nav__metro-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
.nav .nav__metro .nav__metro-text {
  display: block;
  margin-left: 7px;
  font-size: 11px;
  color: #FF8700;
}
.nav .nav__logo {
  margin-right: 75px;
}
.nav .nav__logo .nav__logo-link {
  text-decoration: none;
}
.nav .nav__logo .nav__logo-link .nav__logo-img {
  padding: 0 5px;
  width: 100px;
}
.nav .nav__logo .nav__logo-link .nav__logo-text {
  display: block;
  margin: 0 auto;
  width: 57px;
  text-align: center;
  font-size: 8px;
  color: #FFE0BE;
  margin-bottom: 13px;
}

.nav .nav__open-button {
  position: relative;
  margin-top: 28px;
  width: 40px;
  height: 38px;
  border: 1px solid #65483F;
  border-radius: 7px;
  background: white;
  cursor: pointer;
}
.nav .nav__open-button div {
  position: absolute;
  width: 24px;
  height: 4px;
  left: 7px;
  top: 16px;
  background: #65483F;
  border-radius: 7px;
}
.nav .nav__open-button div:first-of-type {
  top: 7px;
}
.nav .nav__open-button div:last-of-type {
  top: 25px;
}
.nav .nav__close-button {
  display: none;
  position: relative;
  margin-top: 28px;
  width: 40px;
  height: 38px;
  border: 1px solid #65483F;
  border-radius: 7px;
  background: white;
  cursor: pointer;
}
.nav .nav__close-button div {
  position: absolute;
  width: 27px;
  height: 2px;
  left: 5.5px;
  top: 17px;
  background: #65483F;
  border-radius: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav .nav__close-button div:last-of-type {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.nav .nav__menu-mobile {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}
.nav .nav__menu-mobile .nav__menu-mobile-item {
  width: 182px;
  margin: 0 auto;
}
.nav .nav__menu-mobile .nav__menu-mobile-item .nav__menu-mobile-link {
  display: block;
  border-radius: 5px;
  padding: 5px 0;
  text-decoration: none;
  color: #65483F;
  font-size: 18px;
}
.nav .nav__menu-mobile .nav__menu-mobile-item .nav__menu-mobile-link:hover {
  -webkit-box-shadow: 0 5px 15px -7px;
          box-shadow: 0 5px 15px -7px;
}
@media (min-width: 768px) {
  .nav {
    width: calc(51% + 37px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .nav .nav__metro {
    margin-top: 27px;
    width: 170px;
    padding: 3px 3px 5px 3px;
  }
  .nav .nav__metro img {
    padding-bottom: 1px;
  }
  .nav .nav__metro .nav__metro-text {
    font-size: 13px;
  }
  .nav .nav__open-button {
    display: none;
  }
  .nav .nav__logo {
    margin: 0;
  }
}
@media (min-width: 1170px) {
  .nav {
    width: calc(26.7% + 37px);
  }
  .nav .nav__logo .nav__logo-link .nav__logo-img {
    padding: 0 9px;
    width: 120px;
  }
  .nav .nav__logo .nav__logo-link .nav__logo-text {
    width: 75px;
    margin-top: 10px;
    font-size: 11px;
    white-space: nowrap;
  }
}
.menu {
  display: none;
}
@media (min-width: 768px) {
  .menu {
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 30px;
    margin-bottom: 70px;
    margin-top: 40px;
  }
  .menu .menu__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: center;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
  }
  .menu .menu__nav .menu__nav-item a {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px 10px;
    font-size: 18px;
    color: #65483F;
    border-radius: 7px;
    margin: 0 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menu .menu__nav .menu__nav-item a:hover {
    -webkit-box-shadow: 3px 3px 7px -3px;
            box-shadow: 3px 3px 7px -3px;
  }
  .menu .menu__nav .active a {
    -webkit-box-shadow: 3px 3px 7px -3px;
            box-shadow: 3px 3px 7px -3px;
  }
}
@media (min-width: 1170px) {
  .menu {
    margin-bottom: 90px;
    margin-top: 100px;
    padding: 0;
  }
}

.catalog .catalog__item {
  position: relative;
  background-repeat: no-repeat;
  background-color: #FFF7EE;
  margin: 0 auto;
  margin-top 50px;
  margin-bottom: 60px;
  width: calc(100% / 3 - 20px);
  min-width: 325px;
  -webkit-box-shadow: 0 15px 30px -20px;
          box-shadow: 0 15px 30px -20px;
  border: 1px solid #B28553;
  border-radius: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slider {
  position: relative;
}
.slider .slider__list {
  position: relative;
}
.slider .slider__list::after {
  content: url(../img/slide-design.png);
  position: absolute;
  bottom: -3px;
  left: calc(50% - 47px);
}
.slider .slider__list .slider__slide1 {
  height: auto;
}
.slider .slider__list .slider__slide1 .slider__slide-wrap {
  position: relative;
  margin: 0 auto;
  height: inherit;
  overflow: hidden;
}
.slider .slider__list .slider__slide1 .slider__slide-img {
  position: relative;
  height: auto;
  display: block;
  width: 100%;
}
.slider .slider__list .slider__slide1 .slider__slide-textblock:first-of-type {
  position: absolute;
  margin-left: 50%;
  width: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.slider .slider__list .slider__slide2 {
  height: auto;
}
.slider .slider__list .slider__slide2 .slider__slide-wrap {
  position: relative;
  margin: 0 auto;
  height: inherit;
  overflow: hidden;
}
.slider .slider__list .slider__slide2 .slider__slide-img {
  position: relative;
  height: auto;
  display: block;
  width: 100%;
}
.slider .slider__list .slider__slide2 .slider__slide-textblock:first-of-type {
  position: absolute;
  margin-left: 50%;
  width: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.slider .slider__list .slider__slide1 {
  background-color: #FFE4E4;
}
.slider .slider__list .slider__slide1 .slider__slide-title {
  display: block;
  margin-bottom: 15px;
  color: #65483F;
  font-size: 35px;
  text-align: center;
}

.slider .slider__list .slider__slide1 .slider__slide-text {
  display: block;
  color: #65483F;
  font-size: 12px;
}
.slider .slider__list .slider__slide2 {
  display: block;
  background-color: #F2F3EA;
}
.slider .slider__list .slider__slide2 .slider__slide-textblock {
  margin: 0;
  width: 44%;
  max-width: 470px;
  top: 50%;
  right: 52%;
  transform: translateY(-50%);
}
.slider .slider__list .slider__slide2 h3 {
  display: block;
  margin: 0;
  margin-bottom: 34px;
  font-size: 35px;
  color: #D82F2D;
  font-weight: normal;
}
.slider .slider__list .slider__slide2 .slider__slide-text {
  display: block;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 21px;
}
.slider .slider__list .slider__slide-sale {
    display: block;
    font-size: 15px;
    color: #D82F2D;
    margin-bottom: 35px;
}
.slider .slider__list .slider__slide-button {
  position: relative;
  display: block;
  background: none;
  height: 50px;
  border: none;
  padding: 0;
  cursor: pointer;
  margin: auto;
}
.slider .slider__list .slider__slide-button:hover .black {
  display: block;
}
.slider .slider__list .slider__slide-button span {
  position: absolute;
  top: 25px;
  left: 57px;
  font-size: 13px;
  color: #FFE0BE;
  z-index: 5;
}
.slider .slider__list .slider__slide-button .black {
  display: none;
  position: absolute;
  left: 15px;
  top: 13px;
  width: 190px;
  height: 37px;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 6;
}
.slider .slider__list .slider__slide2 .slider__slide-button .slide__slide-red-but {
  display: block;
  position: relative;
  width: 220px;
}
.slider .slider__controls {
  margin-top: 14px;
  text-align: center;
}
.slider .slider__controls input {
  position: absolute;
  opacity: 0;
}
.slider .slider__controls #btn1:checked ~ .slider__buttons label[for="btn1"]::before,
.slider .slider__controls #btn2:checked ~ .slider__buttons label[for="btn2"]::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#d82f2d), to(#751d1b));
  background: linear-gradient(to right, #d82f2d, #751d1b);
  border-radius: 50%;
}
.slider .slider__controls .slider__buttons label {
  display: inline-block;
  position: relative;
  height: 14px;
  width: 14px;
  margin: 0 6px;
  background-color: white;
  border: 1px solid #d82f2d;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 5px #751d1b;
          box-shadow: 2px 2px 5px #751d1b;
}
.catalog .catalog__item span {
  padding-top: 10px;
  padding-left: 10px;
  color: #65483F;
  font-size: 30px;
}
@media (min-width: 768px) {
  .slider .slider__list .slider__slide1 .slider__slide-title br {
    display: none;
  }
  .slider .slider__list .slider__slide1 .slider__slide-text {
    font-size: 14px;
  }
}
@media (min-width: 1170px) {
  .slider .slider__list::after {
    top: 431px;
  }
  .slider .slider__list .slider__slide1 {
    height: 450px;
  }
  .slider .slider__list .slider__slide1 .slider__slide-wrap {
    width: 1200px;
  }
  .slider .slider__list .slider__slide2 {
    height: 450px;
  }
  .slider .slider__list .slider__slide2 .slider__slide-wrap {
    width: 1200px;
  }
  .slider .slider__list .slider__slide1 .slider__slide-img {
    width: calc(100% - 30px);
    left: 0;
  }
  .slider .slider__list .slider__slide1 .slider__slide-text {
    font-size: 18px;
  }
  .slider .slider__controls {
    margin-top: 25px;
  }
  .slider .slider__controls .slider__buttons label {
    margin: 0 10px;
  }
}
.catalog {
  padding: 0 15px;
  margin-top: 40px;
}
.catalog .catalog__item .catalog__item-design {
  position: absolute;
  top: -26px;
  right: 0;
}
.catalog .catalog__item .catalog__item-link {
  display: block;
  text-decoration: none;
}
.catalog .catalog__item .catalog__item-list {
  display: block;
  list-style: disc;
  padding-left: 57px;
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 16px;
}
.catalog .catalog__item .catalog__item-list .catalog__item-list-link {
  display: block;
  text-decoration: none;
  color: #65483F;
  padding: 12px 0;
  padding-left: 30px;
  margin-right: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.catalog .catalog__item .catalog__item-list .catalog__item-list-link:hover {
  -webkit-box-shadow: 3px 3px 5px -3px;
          box-shadow: 3px 3px 5px -3px;
  border-radius: 7px;
}
@media (min-width: 768px) {
  .catalog {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .catalog .catalog__item .catalog__item-design {
    position: absolute;
    top: -26px;
    right: 0;
  }
}
@media (min-width: 1170px) {
  .catalog {
    padding: 0;
    width: 1170px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .catalog .catalog__title {
    font-size: 30px;
    margin-left: 20px;
  }
  .catalog .catalog__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .catalog .catalog__item {
    margin: 0;
    margin-bottom: 150px;
  }
  .catalog .catalog__item .catalog__item-design {
    position: absolute;
    top: -26px;
    right: 0;
  }
  .catalog .catalog__item .catalog__item-list {
    display: block;
  }
}
.page-footer {
  background-color: #FFF7EE;
  text-align: center;
}
.page-footer .page-footer__contacts .page-footer__contacts-defend {
  padding-top: 18px;
}
.page-footer .page-footer__contacts .page-footer__contacts-defend .page-footer__contacts-defend-link {
  font-size: 12px;
}
.page-footer .page-footer__contacts .page-footer__contacts-inst {
  margin: 32px 0;
}
.page-footer .page-footer__contacts .page-footer__contacts-address {
  color: #65483F;
}
.page-footer .page-footer__contacts .page-footer__contacts-address .page-footer__contacts-metro {
  display: block;
  font-size: 20px;
  margin-bottom: 15px;
}
.page-footer .page-footer__contacts .page-footer__contacts-address .page-footer__contacts-street {
  display: block;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 22px;
}
.page-footer .page-footer__contacts .page-footer__contacts-address .page-footer__contacts-time {
  display: block;
  font-size: 12px;
  margin-bottom: 50px;
}
.page-footer .page-footer__contacts .page-footer__contacts-copyright {
  color: #65483F;
}
.page-footer .page-footer__contacts .page-footer__contacts-copyright .page-footer__contacts-copyright-rights {
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
}
.page-footer .page-footer__contacts .page-footer__contacts-copyright .page-footer__contacts-copyright-taboo {
  display: block;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 25px;
}
.page-footer .page-footer__contacts .page-footer__contacts-copyright .page-footer__contacts-copyright-OOO {
  display: block;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 28px;
}
.page-footer .page-footer__ad {
  background: #65483F;
}
.page-footer .page-footer__ad .page-footer__ad-text {
  display: block;
  padding-top: 18px;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: white;
  font-size: 10px;
}
.page-footer .page-footer__ad .page-footer__ad-text .page-footer__ad-link {
  color: white;
}
.page-footer .page-footer__ad .page-footer__ad-text .page-footer__ad-link:hover {
  color: #FFE0BE;
}
@media (min-width: 768px) {
  .page-footer {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .page-footer .page-footer__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .page-footer .page-footer__contacts .page-footer__contacts-defend {
    margin-top: 12px;
  }
  .page-footer .page-footer__contacts .page-footer__contacts-address {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-top: 30px;
    text-align: left;
  }
  .page-footer .page-footer__contacts .page-footer__adapt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .page-footer .page-footer__contacts .page-footer__contacts-copyright {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
    text-align: right;
  }
}
@media (min-width: 1170px) {
  .page-footer {
    position: relative;
  }
  .page-footer .page-footer__contacts {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% - 30px);
    padding: 0 15px;
    max-width: 1170px;
    margin: 0 auto;
  }
  .page-footer .page-footer__contacts .page-footer__contacts-defend .page-footer__contacts-defend-link {
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .page-footer__design {
    position: absolute;
    top: -35px;
    left: 1540px;
  }
}
.masters {
  width: calc(100% - 15px);
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;

}
.masters .masters__title {
  font-weight: 300;
  color: #65483F;
}
.masters .masters__list-item {
    width: 270px;
  margin-bottom: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 90px;
  margin-right: 90px;
}
.masters .masters__list {
  display: flex;
  display: -ms-flexbox;
  margin-left: -90px;
  margin-right: -90px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.masters .masters__list-item:hover .masters__list-link {
  background-color: #FFF7EE;
  opacity: 0.5;
}
.masters .masters__list-item .masters__list-link {
  display: block;
  text-decoration: none;
  -webkit-box-shadow: 5px 5px 10px -5px;
          box-shadow: 5px 5px 10px -5px;
  color: #65483F;
  border-radius: 10px;
  transition: 0.3s;
}
.masters .masters__list-item .masters__list-name {
  display: block;
  font-size: 14px;
  color: #65483F;
  padding-bottom: 20px;
  text-align: center;
  font-weight: bold;
}
.masters .masters__list-item .masters__list-prof {
  display: block;
  font-size: 14px;
  color: #65483F;
  text-align: center;
}
@media (min-width: 768px) {
  .masters .masters__title {
    font-size: 35px;
    margin-left: 35px;
  }
  .masters .masters__list-item .masters__list-name {
    font-size: 20px;
    padding-bottom: 10px;
    text-align: center;
  }
  .masters .masters__list-item .masters__list-prof {
    font-size: 20px;
    text-align: center;
  }
}
@media (min-width: 1170px) {
  .masters .masters__list {
    margin-bottom: 30px;
  }
}
.other-categories {
  color: #65483F;
}
.other-categories .other-categories__item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 5px 5px 10px -5px;
          box-shadow: 5px 5px 10px -5px;
  border-radius: 10px;
}
.other-categories .other-categories__item:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.other-categories .other-categories__title {
  font-weight: 300;
  color: #65483F;
  margin-top: 50px;
}
.other-categories .other-categories__link {
  display: block;
  text-decoration: none;
  color: #65483F;
  text-align: center;
}
.other-categories .other-categories__img {
  width: 55%;
  padding-top: 50px;
}
  .other-categories .other-categories__item {
    height: 430px;
    width: calc(100% / 3 - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    float: left;
    position: relative;
  }
  .other-categories .other-categories__item .other-categories__label {
    display: block;
    text-align: left;
    font-size: 30px;
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
@media (min-width: 768px) {
  .other-categories .other-categories__title {
    font-size: 30px;
  }
}
@media (min-width: 1170px) {
  .other-categories .other-categories__title {
    display: block;
    width: 100%;
    margin-top: 150px;
    margin-left: 60px;
  }
  .other-categories .other-categories__item {
    margin-bottom: 150px;
  }
}
@media (max-width: 1050px) {
  .other-categories .other-categories__item {
    height: 370px;
  }
  .other-categories .other-categories__item .other-categories__label {
    font-size: 24px;
  }
}
@media (max-width: 850px) {
  .other-categories .other-categories__item {
    height: 300px;
  }
  .other-categories .other-categories__item .other-categories__label {
    font-size: 18px;
  }
}
@media (max-width: 700px) {
  .other-categories .other-categories__item {
    height: 300px;
    width: 240px;
    margin: 0 auto 30px auto;
    float: none;
  }
}
.about {
  padding: 0 15px;
  margin-top: 50px;
}
.about .about__title {
  font-weight: 300;
  color: #65483F;
  padding-left: 10px;
}
.about .about__list .about__list-item {
  margin-bottom: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about .about__list .about__list-item:hover {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.about .about__list .about__list-item .about__list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  border-radius: 7px;
}
.about .about__list .about__list-item .about__list-link .about__list-label {
  display: block;
  padding: 20px 0;
  margin-top: 10px;
  color: #65483F;
  margin-left: 20px;
}
.about .about__list .about__list-item .about__list-link .about__icon {
  display: block;
  width: 50px;
  height: 50px;
  padding-top: 22px;
  margin-right: 20px;
}
.men .men__banner {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
.men .men__banner .img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.men .men__banner .text {
  position: absolute;
  bottom: 0;
  left: 0;
}
.men .men__banner .men__banner-design {
  position: absolute;
  top: -25px;
  right: 0;
}
@media (min-width: 320px) {
  .about {
    padding: 0;
    width: 370px;
    margin: 0 auto;
  }
  .about .about__list .about__list-item .about__list-link {
    font-size: 30px;
    -webkit-box-shadow: 4px 4px 10px -3px #65483F;
            box-shadow: 4px 4px 10px -3px #65483F;
  }
}
@media (min-width: 768px) {
  .about {
    padding: 0;
    width: 370px;
    margin: 0 auto;
  }
  .about .about__title {
    font-size: 35px;
  }
  .about .about__list .about__list-item .about__list-link .about__list-label {
    padding-bottom: 25px;
    color: #65483F;
  }
  .about .about__list .about__list-item .about__list-link .about__icon {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1170px) {
  .about {
    width: 1170px;
  }
  .about .about__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 135px;
  }
  .about .about__list .about__list-item {
    width: 370px;
  }
}
.men {
  position: relative;
  color: #65483F;
  padding: 0 15px;
  margin-top: 80px;
}
.men .men__banner {
  border: 1px solid #B28553;
  border-radius: 10px;
  margin-bottom: 50px;
}
.men .men__banner .men__banner-title {
  font-weight: 300;
  margin: 0;
  padding-left: 10px;
  color: #FFE0BE;
}
.men .men__banner .men__banner-text {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #FFE0BE;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .men .men__banner .men__banner-text {
    margin-top: 10px;
    margin-bottom: 15px;
  }

}
.men .anothers__title {
  display: block;
  width: 290px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.men .men-services {
  margin-bottom: 60px;
}
.men .men-services .men-services__title {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
}
.men .men-services .men-services__link {
  text-decoration: none;
  display: block;
  width: 270px;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid #EFC99F;
  webkit-box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.5);
  box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.5);
}
.men .men-services .men-services__link:hover {
  background-color: #FDF8F3;
}
.men .men-services .men-services__link img {
  border-radius: 10px 10px 0 0;
  display: block;
  width: 270px;
  height: 341px;
}
.men .men-services .men-services__item {
  width: 25%;
  display: block;
  float: left;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 1169px) {
  .men .men-services .men-services__item {
    width: 50%
  }
}
@media (max-width: 650px) {
  .men .men-services .men-services__item {
    width: 100%
  }
}
.men .men-services .men-services__item .nazvanie {
  height: 70px;
  padding: 10px 10px 0 20px;
}
.men .men-services .men-services__text {
  font-size: 18px;
  color: #65483F;
}
@media (min-width: 768px) {
  .men {
    margin-top: 0px;
    padding: 0;
  }
  .men .men__banner .men__banner-title {
    font-size: 35px;
    padding-left: 15px;
  }
  .men .men__banner .men__banner-text {
    font-size: 15px;
    padding-left: 15px;
  }
  .men .anothers__title {
    font-size: 30px;
  }
  .men .men-services .men-services__title {
    font-size: 30px;
    margin-bottom: 60px;
  }
  .men .men-services .men-services__item .men-services__text {
    font-size: 18px;
  }
}
@media (min-width: 1170px) {
  .men {
    width: 1170px;
    margin: 0 auto;
  }
  .men .catalog__list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .men .anothers__title {
    margin-left: 50px;
    margin-bottom: 85px;
  }
  .men .men-services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 150px;
  }
  .men .men-services .men-services__title {
    display: block;
    text-align: start;
    margin-top: 70px;
    padding-left: 20px;
    width: 100%;
  }
  .men .men-services .men-services__item {
    margin-left: 0;
    margin-right: 0;
  }
}
.women {
  position: relative;
  color: #65483F;
  padding: 0 15px;
  margin-top: 80px;
}
.women .women__banner {
  background-image: url(../img/women.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  border: 1px solid #B28553;
  border-radius: 10px;
  margin-bottom: 50px;
}
.women .women__banner .women__banner-title {
  font-weight: 300;
  margin: 0;
  margin-top: 300px;
  padding-left: 10px;
  color: #FFE0BE;
}
.women .women__banner .women__banner-text {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #FFE0BE;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.women .women__banner .women__banner-design {
  position: absolute;
  top: -25px;
  left: 168px;
}
.women .anothers__title {
  display: block;
  width: 290px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.women .women-services {
  margin-bottom: 60px;
}
.women .women-services .women-services__title {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}
.women .women-services .women-services__link {
  text-decoration: none;
}
.women .women-services .women-services__item {
  width: 270px;
  margin: 0 auto;
  margin-bottom: 30px;
  background-image: url(../img/hairdress.jpg);
  background-repeat: no-repeat;
  border: 1px solid #EFC99F;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 10px -5px;
          box-shadow: 5px 5px 10px -5px;
}
.women .women-services .women-services__item:hover {
  background-color: #FDF8F3;
}
.women .women-services .women-services__text {
  display: block;
  font-size: 14px;
  color: #65483F;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-top: 355px;
}
@media (min-width:450px){
  .nav__logo {
   margin-right: 35px;
  }
}
@media (min-width: 768px) {
  .women {
    margin-top: 0;
    padding: 0;
  }
  .women .women__banner {
    background-image: url(../img/w-banner.jpg);
    background-size: cover;
  }
  .women .women__banner .women__banner-title {
    font-size: 35px;
    padding-left: 15px;
  }
  .women .women__banner .women__banner-text {
    font-size: 15px;
    padding-left: 15px;
  }
  .women .women__banner .women__banner-design {
    left: 650px;
  }
  .women .anothers__title {
    font-size: 30px;
  }
  .women .women-services .women-services__title {
    font-size: 30px;
    margin-bottom: 60px;
  }
  .women .women-services .women-services__item .women-services__text {
    font-size: 18px;
  }
}
@media (min-width: 1170px) {
  .women {
    width: 1170px;
    margin: 0 auto;
  }
  .women .women__banner .women__banner-design {
    left: 1030px;
  }
  .women .catalog__list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .women .anothers__title {
    margin-left: 50px;
    margin-bottom: 85px;
  }
  .women .women-services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 150px;
  }
  .women .women-services .women-services__title {
    display: block;
    text-align: start;
    margin-top: 70px;
    padding-left: 20px;
    width: 100%;
  }
  .women .women-services .women-services__item {
    margin-left: 0;
    margin-right: 0;
  }
}
.anothers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts {
  color: #65483F;
}
.contacts .contacts__title {
  font-weight: 300;
  padding-left: 30px;
}
.contacts .contacts__map {
  margin-bottom: 20px;
}
.contacts .contacts__map .contacts__info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.contacts .contacts__map .contacts__info {
    background: rgba(83, 59, 52, 0.75);
  color: #FFE0BE;
  margin-left: 15px;
  font-size: 11px;
  width: 160px;
  padding: 5px;
  position: relative;
}
.contacts .contacts__map .contacts__info h3 {
  font-weight: 300;
}
.contacts .contacts__map .contacts__info a {
   color: #FFE0BE;
}
.contacts .contacts__map .contacts__info-wrap .map_show {
  position: absolute;
  width: 100%;
  height: 720px;
}
@media (max-width: 1169px) {
  .contacts .contacts__map .contacts__info-wrap .map_show {
    height: 263px;
  }
}
@media (min-width: 768px) {
  .contacts .contacts__title {
    margin: 0;
    margin-bottom: 25px;
    margin-left: 160px;
  }
  .contacts .contacts__map .contacts__info {
    margin-left: 160px;
  }
}
@media (min-width: 1170px) {
  .contacts .contacts__title {
    margin-left: 360px;
  }
  .contacts .contacts__map {
    height: 720px;
  }
  .contacts .contacts__map .contacts__info {
    background: rgba(83, 59, 52, 0.75);
    color: #FFE0BE;
    font-size: 15px;
    height: 720px;
    width: 300px;
    padding: 0 10px;
    margin-left: 380px;
    position: relative;
    border-radius: 10px;
  }
  .contacts .contacts__map .contacts__info h3 {
    font-weight: 300;
  }
}
.works .works__textblock span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.works .works__list .works__item {
  background-image: url(../img/highlights.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 25px;
  border-radius: 10px;
  -webkit-box-shadow: 7px 7px 10px -5px;
          box-shadow: 7px 7px 10px -5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.works .works__list .works__item:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.works .works__list .works__item:nth-of-type(2) {
  background-image: url(../img/manCut.jpg);
}
.works .works__list .works__item:nth-of-type(3) {
  background-image: url(../img/evening.jpg);
}
.works .works__list .works__item:nth-of-type(4) {
  background-image: url(../img/desnail.jpg);
}
.works .works__list .works__item:nth-of-type(5) {
  background-image: url(../img/shortcut.jpg);
}
.works .works__list .works__item:last-of-type {
  background-image: url(../img/plus.jpg);
}
.works .works__list .works__item .works__item-link {
  display: block;
  text-decoration: none;
  color: #FFE0BE;
}
.works .works__list .works__item .works__item-link span {
  display: block;
  padding-top: 330px;
  padding-left: 20px;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .works .works__title {
    font-size: 35px;
    margin-left: 15px;
  }
  .works .works__textblock span {
    line-height: 30px;
  }
  .works .works__list .works__item {
    height: 468px;
    width: 370px;
  }
  .works .works__list .works__item .works__item-link span {
    display: block;
    font-size: 30px;
    padding-top: 415px;
    padding-left: 15px;
  }
}
@media (min-width: 1170px) {
    .about .about__textblock {
    padding-left: 35px;
    line-height: 1.7;
  }
  .works .works__textblock {
    padding-left: 35px;
    line-height: 1.7;
  }
  .works .works__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.master {
  padding: 0 15px;
  margin-top: 40px;
}
.master .master__title {
  font-size: 20px;
}
.master .master__textblock {
  font-size: 12px;
}
.master .master__textblock span {
  display: block;
  line-height: 20px;
  margin-bottom: 15px;
}
.master .master__image img {
  width: 290px;
}
.master .master__button {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.master .master__button:hover .black {
  display: block;
}
.master .master__button .black {
  display: none;
  position: absolute;
  left: 15px;
  top: 14px;
  width: 185px;
  height: 35px;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
}
.master .master__button span {
  position: absolute;
  top: 22px;
  left: 37px;
  font-size: 14px;
  color: #FFE0BE;
  z-index: 2;
}
@media (min-width: 768px) {
  .master {
    padding: 0;
    width: 370px;
    margin: 0 auto;
  }
  .master .master__title {
    font-size: 35px;
    margin-bottom: 0;
  }
  .master .master__name {
    margin-top: 0;
  }
  .master .master__textblock {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
  }
  .master .master__textblock span {
    line-height: 25px;
    margin-bottom: 30px;
  }
  .master .master__image img {
    width: 570px;
  }
  .master .master__button {
    margin-top: 110px;
  }
}
@media (min-width: 1170px) {
  .master {
    width: 1170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .master .master__text-wrap {
    padding-left: 30px;
    margin-bottom: 300px;
    width: 45%;
  }
  .master .master__title {
    margin-top: 10px;
  }
  .master .master__button {
    display: inline;
    text-align: left;
  }
}
.others-masters {
  padding: 0 15px;
}
.others-masters .others-masters__title {
  font-weight: 300;
  color: #65483F;
}
.others-masters .others-masters__item {
  background-image: url(../img/tatiana.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.others-masters .others-masters__item:hover {
  background-color: #FFF7EE;
  opacity: 0.5;
}
.others-masters .others-masters__item:nth-of-type(2) {
  background-image: url(../img/fedr.jpg);
}
.others-masters .others-masters__item:nth-of-type(3) {
  background-image: url(../img/alex.jpg);
}
.others-masters .others-masters__item:nth-of-type(4) {
  background-image: url(../img/ed.jpg);
}
.others-masters .others-masters__item:nth-of-type(5) {
  background-image: url(../img/victoria.jpg);
}
.others-masters .others-masters__item:last-of-type {
  background-image: url(../img/gulnara.jpg);
}
.others-masters .others-masters__item .others-masters__link {
  display: block;
  padding-top: 390px;
  text-decoration: none;
  -webkit-box-shadow: 5px 5px 10px -5px;
          box-shadow: 5px 5px 10px -5px;
  color: #65483F;
  border-radius: 10px;
}
.others-masters .others-masters__item .others-masters__name {
  display: block;
  font-size: 14px;
  color: #65483F;
  padding-bottom: 20px;
  padding-left: 20px;
}
.highlights {
  padding: 0 15px;
  width: calc(100% - 30px);
  max-width: 1170px;
  margin: 0 auto;
  margin-top: 40px;
}
.highlights .highlights-master img {
  width: 290px;
}
.highlights .highlights-master p {
  margin-bottom: 40px;
}
.highlights .highlights-master .highlights-master__quest {
  display: block;
  margin-bottom: 20px;
  font-size: 11px;
}
.highlights .highlights-master .highlights-master__answer {
  display: block;
}
.highlights .highlights-prepare p {
  font-size: 11px;
}
.highlights .highlights-prepare p span {
  display: block;
  margin-bottom: 20px;
  line-height: 17px;
}
.highlights .highlights-prepare img {
  display: block;
  float: right;
  width: calc(50% - 15px);
  margin-left: 15px;
}
.highlights .highlights-paint p {
  font-size: 11px;
}
.highlights .highlights-paint p span {
  display: block;
  margin-bottom: 20px;
  line-height: 17px;
}
.highlights .highlights-result {
  margin-bottom: 60px;
}
.highlights .highlights-result img {
  width: 100%;
  max-width: 1170px;
}
.highlights .highlights-master {
  margin-bottom: 100px;
}
  .highlights .highlights-master .highlights-master__textblock {
    margin-left: 30px;
    float: left;
  }
  .highlights .highlights-master img {
    width: calc(50% - 15px);
    display: block;
    float: left;
  }
  .highlights-prepare .highlights-prepare__textblock {
    width: calc(50% - 15px);
    padding-right: 15px;
    float: left;
  }
  .highlights-prepare .highlights-prepare__textblock .ins {
    margin-bottom: 50px;
  }
@media (min-width: 768px) {
  .highlights .highlights-master h3 {
    font-size: 35px;
    margin-top: 10px;
  }
  .highlights .highlights-master p {
    margin-bottom: 50px;
  }
  .highlights .highlights-master .highlights-master__quest {
    font-size: 14px;
  }
  .highlights .highlights-master .highlights-master__answer {
    font-size: 20px;
  }
  .highlights .highlights-prepare h3 {
    font-size: 30px;
  }
  .highlights .highlights-prepare p {
    font-size: 14px;
  }
  .highlights .highlights-prepare p span {
    line-height: 30px;
  }
  .highlights .highlights-paint h3 {
    font-size: 30px;
  }
  .highlights .highlights-paint p {
    font-size: 14px;
  }
  .highlights .highlights-paint p span {
    line-height: 30px;
  }
}
@media (min-width: 1170px) {
  .highlights .highlights-master {

  }
  .highlights .highlights-prepare h3 {
    margin: 0;
    margin-left: 15px;
  }
  .highlights .highlights-prepare p {
    margin-left: 50px;
  }
  .highlights .highlights-paint {
    position: relative;
    top: -320px;
  }
  .highlights .highlights-paint h3 {
    margin: 0;
    margin-left: 15px;
  }
  .highlights .highlights-paint p {
    margin-left: 50px;
  }
  .highlights .highlights-result {
    margin-bottom: 130px;
  }
  .highlights .highlights-result h3 {
    font-size: 30px;
    margin-left: 15px;
  }
}
@media (max-width: 900px) {
  .highlights-prepare .highlights-prepare__textblock {
    width: 100%;
    padding-right: 0;
  }
  .highlights .highlights-prepare img {
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
    float: none;
  }
  .highlights-prepare .highlights-prepare__textblock {
    float: none;
  }
}
@media (max-width: 550px) {
  .highlights .highlights-master {
    margin-bottom: 60px;
  }
  .highlights .highlights-master img {
    width: 100%;
  }
  .highlights .highlights-master .highlights-master__quest {
    display: inline;
  }
  .highlights .highlights-master p {
    margin-bottom: 0;
  }
  .highlights .highlights-master .highlights-master__answer {
    display: inline;
  }
}
.other-works .other-works__item {
  width: calc(100% / 3 - 30px);
  float: left;
  margin: 0 15px 20px 15px;
  margin-bottom: 30px;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.other-works .other-works__item:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.other-works .other-works__item .other-works__item-link {
  display: block;
  text-decoration: none;
  color: #FFE0BE;
  position: relative;
}
.other-works .other-works__item .other-works__item-link span {
  display: block;
  position: absolute;
  bottom: 20px;
  padding-left: 20px;
  padding-bottom: 16px;
}
.other-works {
  width: 100%;
  max-width: 1170px;
}
.other-works .other-works__item .other-works__item-link img {
  display: block;
  width: 100%;
  -webkit-box-shadow: 7px 7px 10px -5px rgba(0,0,0,0.5);
          box-shadow: 7px 7px 10px -5px rgba(0,0,0,0.5);
          border-radius: 7px;
}
@media (min-width: 768px) {
  .other-works h3 {
    width: 100%;
    font-size: 30px;
    margin-left: 15px;
  }
  .other-works .other-works__item .other-works__item-link span {
    display: block;
    font-size: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 980px) {
  .other-works .other-works__item .other-works__item-link span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .other-works .other-works__item {
    width: calc(100% / 2 - 30px);
  }
}
@media (max-width: 550px) {
  .other-works .other-works__item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.haircut {
  margin-top: 40px;
}
.haircut .haircut__div {
  width: 290px;
  margin: 0 auto;
}
.haircut .haircut__img {
  width: 290px;
}
.haircut p {
  font-size: 12px;
  line-height:1.7;
}
.haircut p span {
  display: block;
  line-height: 20px;
  margin-bottom: 20px;
}
.haircut form input {
  position: absolute;
  opacity: 0;
}
.haircut form input:checked + span {
  background: #65483F;
  color: white;
}
.haircut form span {
  display: block;
  padding: 8px;
  font-size: 12px;
  -webkit-box-shadow: 3px 3px 7px -2px;
          box-shadow: 3px 3px 7px -2px;
  border-radius: 7px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.haircut form span:hover {
  background: #65483F;
  color: white;
}
.haircut form .haircut__button {
  display: block;
  margin: 0 auto;
  margin-left: 52px;
  margin-top: 20px;
  position: relative;
  margin-bottom: 37px;
  border: none;
  border-radius: 20px;
  width: 190px;
  height: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#b28553), to(#422f29));
  background: linear-gradient(to right, #b28553, #422f29);
  cursor: pointer;
}
.haircut form .haircut__button:hover {
  background: -webkit-gradient(linear, left top, right top, from(#7a593a), to(#240f00));
  background: linear-gradient(to right, #7a593a, #240f00);
}
.haircut form .haircut__button img {
  left: -10px;
  top: -10px;
  position: absolute;
}
.haircut form .haircut__button p {
  display: block;
  position: absolute;
  top: -7px;
  left: 10px;
  white-space: nowrap;
  font-size: 13px;
  color: #FFE0BE;
}
@media (min-width: 768px) {
  .haircut {
    margin-top: 0;
  }
  .haircut .haircut__div {
    width: 370px;
  }
  .haircut h3 {
    font-size: 35px;
  }
  .haircut p {
    font-size: 14px;
  }
  .haircut p span {
    line-height: 30px;
    margin-bottom: 40px;
  }
  .haircut form input {
    position: absolute;
    opacity: 0;
  }
  .haircut form input:checked + span {
    background: #65483F;
    color: white;
  }
  .haircut form span {
    padding: 12px;
    font-size: 14px;
  }
  .haircut form span:hover {
    background: #65483F;
    color: white;
  }
  .haircut form .haircut__button {
    margin-top: 37px;
    margin-left: 15px;
  }
  .haircut form .haircut__button img {
    left: -10px;
  }
  .haircut form .haircut__button p {
    font-size: 13px;
    left: 11px;
    top: -10px;
  }
  .haircut .haircut__img {
    padding: 0;
    width: 370px;
  }
}
@media (min-width: 1170px) {
  .haircut .men-services {
    margin-top: 100px;
  }
  .haircut .catalog__title {
    margin-left: 20px;
    margin-bottom: 80px;
  }
  .haircut .catalog__list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .haircut .haircut__div {
    width: 1170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .haircut .haircut__img {
    width: 570px;
    margin-bottom: 150px;
    height: 100%;
  }
  .haircut .haircut__wrap {
    padding-left: 30px;
  }
  .haircut h3 {
    margin-top: 0px;
  }
  .haircut form .haircut__button {
    margin-top: 77px;
  }
}
.hairdressing {
  margin: 0 auto;
  margin-top: 40px;
  max-width: 100%;
}
.hairdressing .hairdressing__textblock {
  font-size: 14px;
}
.hairdressing .hairdressing__textblock span {
  display: block;
  line-height: 20px;
  margin-bottom: 20px;
}
.hairdressing .hairdressing-length .hairdressing-length__item {
  width: calc(100% / 3 - 20px);
  margin: 0 auto;
  margin-bottom: 30px;
  border-radius: 7px;
  -webkit-box-shadow: 5px 5px 7px -1px;
          box-shadow: 5px 5px 7px -1px;
}
.hairdressing .hairdressing-length .hairdressing-length__item a {
  text-decoration: none;
  display: block;
  position: relative;
}
.hairdressing .hairdressing-length .hairdressing-length__item span {
  position: absolute;
  display: block;
  color: white;
  padding-left: 20px;
  bottom: 20px;
  font-size: 24px;
}
.hairdressing .hairdressing-length .hairdressing-length__item img {
  display: block;
  border-radius: 7px;
  width: 100%;
}
@media (min-width: 768px) {
  .hairdressing {
    margin-top: 0;
    padding: 0;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
  }
  .hairdressing .hairdressing__title {
    font-size: 35px;
    margin-top: 0;
  }
  .hairdressing .hairdressing-length .hairdressing-length__title {
    font-size: 30px;
    margin-top: 130px;
  }
  .hairdressing .hairdressing-length .hairdressing-length__item {
    margin: 0 10px;
    margin-bottom: 30px;
  }
  .hairdressing .hairdressing-length .hairdressing-length__item span {
    padding-left: 20px;
  }
  .hairdressing .hairdressing-length .hairdressing-length__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1170px) {
  .hairdressing {
    width: 100%;
    max-width: 1170px;
  }
  .hairdressing .catalog__list {
    padding: 0 180px;
  }
  .hairdressing .hairdressing__title {
    margin-left: 60px;
  }
  .hairdressing .hairdressing__textblock {
    margin-left: 20px;
  }
  .hairdressing .hairdressing__textblock span {
    line-height: 30px;
  }
  .hairdressing .hairdressing-length .hairdressing-length__title {
    margin-left: 20px;
    margin-bottom: 50px;
  }
}
@media (max-width: 820px) {
  .hairdressing .hairdressing-length .hairdressing-length__item span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hairdressing .hairdressing-length .hairdressing-length__item {
    width: 370px;
    margin: 0 auto 20px auto;
  }
}
@media (max-width: 450px) {
  .hairdressing .hairdressing-length .hairdressing-length__item {
    width: 300px;
  }
}
.other-length {
  padding: 0 15px;
}
.other-length div {
  background-image: url(../../img/middle.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 30px;
  border-radius: 7px;
  -webkit-box-shadow: 5px 5px 5px -2px;
          box-shadow: 5px 5px 5px -2px;
}
.other-length div:last-of-type {
  background-image: url(../../img/long.jpg);
}
.other-length div a {
  text-decoration: none;
}
.other-length div span {
  display: block;
  padding-top: 328px;
  padding-bottom: 20px;
  padding-left: 20px;
  color: #FFE0BE;
}
.short .hairdressing {
  margin-bottom: 150px;
}
.short .women-services {
  margin-top: 70px;
}
.short .women-services__item:first-of-type {
  display: none;
}
@media (min-width: 1170px) {
  .short .catalog__list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0 180px;
  }
}
.master__form {
  position: fixed;
  top: 25%;
  width: 300px;
  margin: 0 auto;
  background: #FFF7EE;
  border-radius: 10px;
}
.master__form .master__form-title {
  display: block;
  color: #FFF7EE;
  margin: 0;
  padding: 13px 0;
  padding-left: 60px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#751D1B), to(#240F00));
  background: linear-gradient(to right, #751D1B, #240F00);
  font-size: 18px;
}
.master__form .master__form-close {
  position: absolute;
  top: 10px;
  left: 260px;
  width: 25px;
  height: 25px;
  border: none;
  border-radius: 100%;
  background: white;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.master__form .master__form-close:hover {
  background: #FFE0BE;
}
.master__form .master__form-close div {
  position: absolute;
  width: 27px;
  height: 2px;
  left: -1px;
  top: 11px;
  background: #65483F;
  border-radius: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.master__form .master__form-close div:last-of-type {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.master__form fieldset {
  border: none;
  margin: 0;
  margin-top: 30px;
  padding: 0 15px;
}
.master__form fieldset select,
.master__form fieldset input {
  display: block;
  width: 100%;
  color: #EFC99F;
  height: 30px;
  padding-left: 0px;
  margin-bottom: 25px;
  border: none;
  border-radius: 7px;
  font-size: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.master__form fieldset select:active,
.master__form fieldset input:active,
.master__form fieldset select:focus,
.master__form fieldset input:focus {
  color: #65483F;
  background: #FFE0BE;
}
.master__form fieldset select::-webkit-input-placeholder,
.master__form fieldset input::-webkit-input-placeholder {
  color: #65483F;
}
.master__form fieldset select:-ms-input-placeholder,
.master__form fieldset input:-ms-input-placeholder {
  color: #65483F;
}
.master__form fieldset select::-ms-input-placeholder,
.master__form fieldset input::-ms-input-placeholder {
  color: #65483F;
}
.master__form fieldset select::placeholder,
.master__form fieldset input::placeholder {
  color: #65483F;
}
.master__form .master__form-ball {
  position: absolute;
  left: 15px;
  width: 28px;
  height: 28px;
  border: 1px solid red;
  border-radius: 100%;
  background: #FFE0BE;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.master__form .master__form-ball img {
  position: absolute;
  display: none;
  top: -1px;
  left: -1px;
}
.master__form .master__form-ball img:last-of-type {
  top: 5px;
  left: 10px;
}
.master__form .master__form-ball input {
  width: 30px;
  height: 30px;
  opacity: 0;
  cursor: pointer;
}
.master__form .master__form-ball input:checked ~ img {
  display: block;
}
.master__form p {
  font-size: 15px;
  padding: 0 50px;
  margin: 0;
  margin-left: 10px;
  margin-bottom: 24px;
}
.master__form .master__form-button {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.master__form .master__form-button:hover .black {
  display: block;
}
.master__form .master__form-button .black {
  display: none;
  position: absolute;
  left: 15px;
  top: 14px;
  width: 185px;
  height: 35px;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
}
.master__form .master__form-button span {
  position: absolute;
  top: 22px;
  left: 50px;
  font-size: 14px;
  color: #FFE0BE;
  z-index: 2;
}
.index-popup {
  display: none;
  position: absolute;
  top: 0;
  z-index: 8;
  height: 1700px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.index-popup__wrapper {
  width: 300px;
  margin: 0 auto;
}
@media (min-width: 1170px) {
  .index-popup {
    z-index: 2;
  }
}
.index__form {
  position: fixed;
  top: 25%;
  width: 300px;
  margin: 0 auto;
  background: #FFF7EE;
  border-radius: 10px;
}
.index__form .index__form-title {
  display: block;
  color: #FFE0BE;
  margin: 0;
  padding: 13px 0;
  padding-left: 75px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#D82F2D), to(#6C1817));
  background: linear-gradient(to right, #D82F2D, #6C1817);
  font-size: 18px;
}
.index__form .index__form-close {
  position: absolute;
  top: 10px;
  left: 260px;
  width: 25px;
  height: 25px;
  border: none;
  border-radius: 100%;
  background: white;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index__form .index__form-close:hover {
  background: #FFE0BE;
}
.index__form .index__form-close div {
  position: absolute;
  width: 27px;
  height: 2px;
  left: -1px;
  top: 11px;
  background: #65483F;
  border-radius: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.index__form .index__form-close div:last-of-type {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.index__form fieldset {
  border: none;
  margin: 0;
  margin-top: 30px;
  padding: 0 15px;
}
.index__form fieldset select,
.index__form fieldset input {
  display: block;
  width: 100%;
  color: #65483F;
  height: 30px;
  padding-left: 0px;
  margin-bottom: 25px;
  border: none;
  border-radius: 7px;
  font-size: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.index__form fieldset .error{
  border-color: red;
  border-style: solid;
}
.index__form fieldset select:active,
.index__form fieldset input:active,
.index__form fieldset select:focus,
.index__form fieldset input:focus {
  color: #65483F;
  background: #FFE0BE;
}
.index__form fieldset select::-webkit-input-placeholder,
.index__form fieldset input::-webkit-input-placeholder {
  color: #65483F;
}
.index__form fieldset select:-ms-input-placeholder,
.index__form fieldset input:-ms-input-placeholder {
  color: #65483F;
}
.index__form fieldset select::-ms-input-placeholder,
.index__form fieldset input::-ms-input-placeholder {
  color: #65483F;
}
.index__form fieldset select::placeholder,
.index__form fieldset input::placeholder {
  color: #65483F;
}
.index__form .index__form-ball {
  position: absolute;
  left: 15px;
  width: 28px;
  height: 28px;
  border: 1px solid red;
  border-radius: 100%;
  background: #FFE0BE;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index__form .index__form-ball img {
  position: absolute;
  display: none;
  top: -1px;
  left: -1px;
}
.index__form .index__form-ball img:last-of-type {
  top: 5px;
  left: 10px;
}
.index__form .index__form-ball input {
  width: 30px;
  height: 30px;
  opacity: 0;
  cursor: pointer;
}
.index__form .index__form-ball input:checked ~ img {
  display: block;
}
.index__form p {
  font-size: 15px;
  padding: 0 50px;
  margin: 0;
  margin-left: 10px;
  margin-bottom: 24px;
  color: #0072BB;
}

.index__form .index__form-button {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.index__form .index__form-button:hover .black {
  display: block;
}
.index__form .index__form-button .black {
  display: none;
  position: absolute;
  left: 15px;
  top: 14px;
  width: 185px;
  height: 35px;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
}
.index__form .index__form-button span {
  position: absolute;
  top: 22px;
  left: 50px;
  font-size: 14px;
  color: #FFE0BE;
  z-index: 2;
}
.subscribe-popup {
  display: none;
  position: absolute;
  top: 0;
  z-index: 14;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.subscribe-popup .subscribe-popup__wrapper {
  width: 300px;
  margin: 0 auto;
}
.subscribe-popup__form {
  position: fixed;
  top: 15%;
  width: 300px;
  margin: 0 auto;
  background: #FFF7EE;
  border-radius: 10px;
}

.subscribe-popup__form fieldset .subscribe-popup__input.error{
  border-color: red;
  border-style: solid;
}

.subscribe-popup__form .subscribe-popup__form-title {
  display: block;
  color: #FFE0BE;
  margin: 0;
  padding: 13px 0;
  padding-left: 25px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#B28553), to(#65483F));
  background: linear-gradient(to right, #B28553, #65483F);
  font-size: 18px;
  font-weight: 300;
}
.subscribe-popup__form .subscribe-popup__form-close {
  position: absolute;
  top: 10px;
  left: 260px;
  width: 25px;
  height: 25px;
  border: none;
  border-radius: 100%;
  background: #FFE0BE;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.subscribe-popup__form .subscribe-popup__form-close:hover {
  background: #FFE0BE;
}
.subscribe-popup__form .subscribe-popup__form-close div {
  position: absolute;
  width: 27px;
  height: 2px;
  left: -1px;
  top: 11px;
  background: #65483F;
  border-radius: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.subscribe-popup__form .subscribe-popup__form-close div:last-of-type {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.subscribe-popup__form fieldset {
  border: none;
  margin: 0;
  margin-top: 30px;
  padding: 0 15px;
}
.subscribe-popup__form fieldset .subscribe-popup__select,
.subscribe-popup__form fieldset .subscribe-popup__input {
  position: relative;
  display: block;
  width: 100%;
  color: #EFC99F;
  height: 30px;
  padding-left: 0px;
  margin-bottom: 25px;
  border: none;
  border-radius: 7px;
  font-size: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.subscribe-popup__form fieldset .subscribe-popup__input:not([name="name"]) {
  background-image: url(../img/switch.png);
  background-repeat: no-repeat;
  background-position: 98%;
}
.subscribe-popup__form fieldset .subscribe-popup__select:active,
.subscribe-popup__form fieldset .subscribe-popup__input:active,
.subscribe-popup__form fieldset .subscribe-popup__select:focus,
.subscribe-popup__form fieldset .subscribe-popup__input:focus {
  color: #65483F;
  background: #FFE0BE;
}
.subscribe-popup__form fieldset .subscribe-popup__select:active::before,
.subscribe-popup__form fieldset .subscribe-popup__input:active::before,
.subscribe-popup__form fieldset .subscribe-popup__select:focus::before,
.subscribe-popup__form fieldset .subscribe-popup__input:focus::before {
  background: #FFE0BE;
  background-image: url(../img/switch.png);
  background-repeat: no-repeat;
  background-position: 90%;
}
.subscribe-popup__form fieldset .subscribe-popup__select::-webkit-input-placeholder,
.subscribe-popup__form fieldset .subscribe-popup__input::-webkit-input-placeholder {
  color: #65483F;
}
.subscribe-popup__form fieldset .subscribe-popup__select:-ms-input-placeholder,
.subscribe-popup__form fieldset .subscribe-popup__input:-ms-input-placeholder {
  color: #65483F;
}
.subscribe-popup__form fieldset .subscribe-popup__select::-ms-input-placeholder,
.subscribe-popup__form fieldset .subscribe-popup__input::-ms-input-placeholder {
  color: #65483F;
}
.subscribe-popup__form fieldset .subscribe-popup__select::placeholder,
.subscribe-popup__form fieldset .subscribe-popup__input::placeholder {
  color: #EFC99F;
}
.subscribe-popup__form fieldset .subscribe-popup__input[type="tel"] {
  background-image: none;
}

.subscribe-popup__form fieldset .subscribe-popup__input[name="descr"]::placeholder {

}
.subscribe-popup__form fieldset .subscribe-popup__input[name="descr"] {
  background-image: none;
  height: 70px;
}
.subscribe-popup__form .subscribe-popup__form-ball {
  position: absolute;
  left: 15px;
  width: 28px;
  height: 28px;
  border: 1px solid red;
  border-radius: 100%;
  background: #FFE0BE;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.subscribe-popup__form .subscribe-popup__form-ball img {
  position: absolute;
  display: none;
  top: -1px;
  left: -1px;
}
.subscribe-popup__form .subscribe-popup__form-ball img:last-of-type {
  top: 5px;
  left: 10px;
}
.subscribe-popup__form .subscribe-popup__form-ball input {
  width: 30px;
  height: 30px;
  opacity: 0;
  cursor: pointer;
}
.subscribe-popup__form .subscribe-popup__form-ball input:checked ~ img {
  display: block;
}
.subscribe-popup__form p {
  font-size: 10px;
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
  text-align: center;
  font-weight:700;
}
.subscribe-popup__form .subscribe-popup__form-button {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.subscribe-popup__form .subscribe-popup__form-button:disabled, .index__form .index__form-button:disabled, .callback-popup__form .callback-popup__form-button:disabled  {
  cursor: default;
  cursor: not-allowed;
}
.subscribe-popup__form .subscribe-popup__form-button:disabled:hover .black, .index__form .index__form-button:disabled:hover .black, .callback-popup__form .callback-popup__form-button:disabled:hover .black  {
  display: none;
}

.subscribe-popup__form .subscribe-popup__form-button:hover .black {
  display: block;
}
.subscribe-popup__form .subscribe-popup__form-button .black {
  display: none;
  position: absolute;
  left: 13px;
  top: 13px;
  width: 185px;
  height: 35px;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
}
.subscribe-popup__form .subscribe-popup__form-button span {
  position: absolute;
  top: 22px;
  left: 25px;
  font-size: 13px;
  color: #FFE0BE;
  z-index: 2;
}
.subscribe-popup__success {
  position: fixed;
  top: 35%;
  width: 300px;
  margin: 0 auto;
  background: #FFF7EE;
  border-radius: 10px;
  text-align: center;
}
.subscribe-popup__success .subscribe-popup__success-title {
  display: block;
  color: #FFE0BE;
  margin: 0;
  padding: 13px 0;
  padding-left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#B28553), to(#65483F));
  background: linear-gradient(to right, #B28553, #65483F);
  font-size: 18px;
  font-weight: 300;
}
.subscribe-popup__success .subscribe-popup__success-close {
  position: absolute;
  top: 10px;
  left: 260px;
  width: 25px;
  height: 25px;
  border: none;
  border-radius: 100%;
  background: #FFE0BE;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.subscribe-popup__success .subscribe-popup__success-close:hover {
  background: #FFE0BE;
}
.subscribe-popup__success .subscribe-popup__success-close div {
  position: absolute;
  width: 27px;
  height: 2px;
  left: -1px;
  top: 11px;
  background: #65483F;
  border-radius: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.subscribe-popup__success .subscribe-popup__success-close div:last-of-type {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.subscribe-popup__success .subscribe-popup__success-text {
  font-size: 13px;
  line-height: 28px;
  padding: 0 45px;
  margin: 0;
}
.subscribe-popup__success .subscribe-popup__success-span {
  display: block;
  margin: 20px 0;
}
.subscribe-popup__fail {
  position: fixed;
  top: 35%;
  width: 300px;
  margin: 0 auto;
  background: #FFF7EE;
  border-radius: 10px;
  text-align: center;
}
.subscribe-popup__fail .subscribe-popup__fail-title {
  display: block;
  color: #FFE0BE;
  margin: 0;
  padding: 13px 0;
  padding-left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#B28553), to(#65483F));
  background: linear-gradient(to right, #B28553, #65483F);
  font-size: 18px;
  font-weight: 300;
}
.subscribe-popup__fail .subscribe-popup__fail-close {
  position: absolute;
  top: 10px;
  left: 260px;
  width: 25px;
  height: 25px;
  border: none;
  border-radius: 100%;
  background: #FFE0BE;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.subscribe-popup__fail .subscribe-popup__fail-close:hover {
  background: #FFE0BE;
}
.subscribe-popup__fail .subscribe-popup__fail-close div {
  position: absolute;
  width: 27px;
  height: 2px;
  left: -1px;
  top: 11px;
  background: #65483F;
  border-radius: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.subscribe-popup__fail .subscribe-popup__fail-close div:last-of-type {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.subscribe-popup__fail .subscribe-popup__fail-text {
  font-size: 13px;
  line-height: 28px;
  padding: 0 42px;
  margin: 0;
}
.subscribe-popup__fail .subscribe-popup__fail-span {
  display: block;
  margin: 20px 0;
}
@media (min-width: 1170px) {
  .subscribe-popup {
    z-index: 14;
  }
}
.callback-popup {
  display: none;
  position: absolute;
  top: 0;
  z-index: 4;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.callback-popup .callback-popup__wrapper {
  width: 300px;
  margin: 0 auto;
}
.callback-popup__form {
  position: fixed;
  top: 25%;
  width: 300px;
  margin: 0 auto;
  background: #FFF7EE;
  border-radius: 10px;
}
.callback-popup__form .callback-popup__form-title {
  display: block;
  color: #65483F;
  margin: 0;
  padding: 13px 0;
  padding-left: 75px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 1px solid #65483F;
  background: #FFF7EE;
  font-size: 18px;
}
.callback-popup__form .callback-popup__form-close {
  position: absolute;
  top: 10px;
  left: 260px;
  width: 25px;
  height: 25px;
  border: none;
  border-radius: 100%;
  background: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.callback-popup__form .callback-popup__form-close:hover {
  background: #FFE0BE;
}
.callback-popup__form .callback-popup__form-close div {
  position: absolute;
  width: 27px;
  height: 2px;
  left: -1px;
  top: 11px;
  background: #65483F;
  border-radius: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.callback-popup__form .callback-popup__form-close div:last-of-type {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.callback-popup__form fieldset {
  border: none;
  margin: 0;
  margin-top: 30px;
  padding: 0 15px;
}
.callback-popup__form fieldset select,
.callback-popup__form fieldset input {
  display: block;
  width: 100%;
  color: #65483F;
  height: 30px;
  padding-left: 0px;
  margin-bottom: 25px;
  border: none;
  border-radius: 7px;
  font-size: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.callback-popup__form fieldset .error{
  border-color: red;
  border-style: solid;
}
.callback-popup__form fieldset select:active,
.callback-popup__form fieldset input:active,
.callback-popup__form fieldset select:focus,
.callback-popup__form fieldset input:focus {
  color: #65483F;
  background: #FFE0BE;
}
.callback-popup__form fieldset select::-webkit-input-placeholder,
.callback-popup__form fieldset input::-webkit-input-placeholder {
  color: #65483F;
}
.callback-popup__form fieldset select:-ms-input-placeholder,
.callback-popup__form fieldset input:-ms-input-placeholder {
  color: #65483F;
}
.callback-popup__form fieldset select::-ms-input-placeholder,
.callback-popup__form fieldset input::-ms-input-placeholder {
  color: #65483F;
}
.callback-popup__form fieldset select::placeholder,
.callback-popup__form fieldset input::placeholder {
  color: #65483F;
}
.callback-popup__form .callback-popup__form-ball {
  position: absolute;
  left: 15px;
  width: 28px;
  height: 28px;
  border: 1px solid red;
  border-radius: 100%;
  background: #FFE0BE;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.callback-popup__form .callback-popup__form-ball img {
  position: absolute;
  display: none;
  top: -1px;
  left: -1px;
}
.callback-popup__form .callback-popup__form-ball img:last-of-type {
  top: 5px;
  left: 10px;
}
.callback-popup__form .callback-popup__form-ball input {
  width: 30px;
  height: 30px;
  opacity: 0;
  cursor: pointer;
}
.callback-popup__form .callback-popup__form-ball input:checked ~ img {
  display: block;
}
.callback-popup__form p {
  font-size: 15px;
  padding: 0 50px;
  margin: 0;
  margin-left: 10px;
  margin-bottom: 24px;
}
.callback-popup__form p a {
  color: #0072BB;
}
.callback-popup__form .callback-popup__form-button {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.callback-popup__form .callback-popup__form-button:hover .black {
  display: block;
}
.callback-popup__form .callback-popup__form-button .black {
  display: none;
  position: absolute;
  left: 13px;
  top: 13px;
  width: 185px;
  height: 35px;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
}
.callback-popup__form .callback-popup__form-button span {
  position: absolute;
  top: 22px;
  left: 50px;
  font-size: 14px;
  color: #65483F;
  z-index: 2;
}
.callback-popup__form-blue {
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 1170px) {
  .callback-popup__form-blue {
    position: absolute;
    top: 0px;
    left: 350px;
  }
  .callback-popup__form-blue h4 {
    position: absolute;
    top: 0px;
    left: 40px;
    font-size: 20px;
  }
  .callback-popup__form-blue h4:nth-of-type(2) {
    top: 50px;
  }
  .callback-popup__form-blue h4:last-of-type {
    top: 100px;
  }
  .callback-popup__form-blue span {
    position: absolute;
    top: 50px;
    left: 40px;
    color: white;
    font-size: 12px;
  }
  .callback-popup__form-blue span:nth-of-type(2) {
    top: 100px;
  }
  .callback-popup__form-blue span:last-of-type {
    top: 150px;
  }
}

@media (max-width: 1170px) {
  .masters .masters__list {
    margin-left: 0;
    margin-right: 0;
  }
  .masters .masters__list-item {
    width: 33.3333%;
    margin-left: 0;
    margin-right: 0;
  }
  .masters .masters__list-item .masters__list-link {
    width: 270px;
    margin: 0 auto;
  }
  .slider .slider__list .slider__slide1 .slider__slide-wrap {
    width: 100%;
  }
  .slider .slider__list .slider__slide2 .slider__slide-wrap {
    width: 100%;
  }
}

@media (max-width: 1020px) {
  .slider .slider__list .slider__slide1 .slider__slide-title {
    font-size: 24px;
    text-align: center;
}
  }
  .slider .slider__list .slider__slide2 .slider__slide-textblock:first-of-type {
    right: auto;
    left: 15px;
    margin-left: 0;
  }
}

@media (max-width: 950px) {
  .masters .masters__list-item {
    width: 50%;
  }
  .slider .slider__list .slider__slide2 h3 {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .slider .slider__list .slider__slide2 .slider__slide-text {
    margin-bottom: 10px;
  }
  .slider .slider__list .slider__slide2 .slider__slide-sale {
    margin-bottom: 20px;
  }
  .slider .slider__list .slider__slide2 .slider__slide-button .slide__slide-red-but {
    width: 180px;
  }
  .slider .slider__list .slider__slide2 .slider__slide-button .black {
    left: 12px;
    top: 11px;
    width: 155px;
    height: 30px;
  }
  .slider .slider__list .slider__slide2 .slider__slide-button span {
    top: 19px;
    left: 39px;
  }
  .slider .slider__list .slider__slide2 .slider__slide-text br {
    display: none;
  }
}

@media (max-width: 750px) {
  .slider .slider__list .slider__slide1 .slider__slide-title {
    font-size: 22px;
  }
  .slider .slider__list .slider__slide2 .slider__slide-textblock {
    width: 46%;
  }
  .slider .slider__list .slider__slide2 h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .slider .slider__list .slider__slide2 .slider__slide-text {
    font-size: 12px;
    line-height: 20px;
  }
}

@media (max-width: 650px) {
  .masters .masters__list-item {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .slider .slider__list .slider__slide1 .slider__slide-title {
    font-size: 18px;
  }
  .slider .slider__list .slider__slide .slider__slide-img {
    opacity: .3;
  }
  .slider .slider__list .slider__slide2 .slider__slide-textblock {
    max-width: 900px;
    width: 94%;
    right: 15px;
  }
  .slider .slider__list .slider__slide2 .slider__slide-text br {
    display: block;
  }
}

@media (max-width: 550px) {
  .slider .slider__list .slider__slide .slider__slide-img {
    width: 533px;
  }
  .slider .slider__list .slider__slide1 .slider__slide-textblock {
    margin-left: auto;
    right: 0px;
    width: 254px;
  }
  .slider .slider__list .slider__slide2 h3 {
    margin-bottom: 5px;
  }
  .slider .slider__list .slider__slide2 .slider__slide-text {
    margin-bottom: 3px;
  }
  .slider .slider__list .slider__slide2 .slider__slide-sale {
    margin-bottom: 6px;
  }
}

@media (max-width: 500px) {
  section[class="slider"] {
    display: none;
  }
}
.popup-radiobox {
  position: relative;
  background: white;
  border-radius: 7px;
  margin-bottom: 25px;
  padding-top: 15px;
}
.popup-radiobox label {
  display: block;
  font-size: 13px;
  color: #65483F;
  font-weight: 100;
  padding-bottom: 15px;
  padding-left: 32px;
  cursor: pointer;
}
.popup-radiobox input {
  position: absolute;
  opacity: 0;
}
.popup-radiobox span {
  position: relative;
}
.popup-radiobox span::before {
  content: "";
  position: absolute;
  left: -22px;
  top: -2px;
  width: 15px;
  height: 15px;
  border: 1px solid #FFE0BE;
  border-radius: 100%;
}
.popup-radiobox span::after {
  content: "";
  position: absolute;
  left: -22px;
  top: -2px;
  width: 15px;
  height: 15px;
  border: 1px solid #FFE0BE;
  border-radius: 100%;
  background-color: #FFE0BE;
  opacity: 0;
}
.popup-radiobox input:checked + span::after {
  opacity: 1;
}
.time {
  display: none;
  position: absolute;
  background: white;
  top: 10%;
  width: inherit;
  border-radius: 10px;
}
.time__input {
  position: absolute;
  opacity: 0;
}
.time__input:checked + span {
  background: #FFE0BE;
  color: white;
  background-image: url(../img/switch.png);
  background-repeat: no-repeat;
  background-position: 98%;
}
.time__span {
  display: block;
  padding: 8px 5px;
  cursor: pointer;
}
@media (min-width: 1170px) {
  .time {
    top: 50%;
    left: 320px;
  }
}
.menu li[class="menu__nav"] {
  padding: 5px 5px;
}
.hairdressing .hairdressing-length .hairdressing-length__title {
  margin-left: 20px;
}
.hairdressing .hairdressing__title {
  padding-left: 15px;
}
.hairdressing .hairdressing__textblock {
  padding-left: 15px;
}
