@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: auto;
  font-style: normal; }

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

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

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: auto;
  font-style: normal; }

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

@font-face {
  font-family: "SourceSerifPro";
  src: url("../fonts/SourceSerifPro/SourceSerifPro-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-display: auto;
  font-style: normal; }

@font-face {
  font-family: 'icon-font';
  src: url("../fonts/icon-font/icon-font.eot?zapzd9");
  src: url("../fonts/icon-font/icon-font.eot?zapzd9#iefix") format("embedded-opentype"), url("../fonts/icon-font/icon-font.ttf?zapzd9") format("truetype"), url("../fonts/icon-font/icon-font.woff?zapzd9") format("woff"), url("../fonts/icon-font/icon-font.svg?zapzd9#icon-font") format("svg");
  font-weight: normal;
  font-display: auto;
  font-style: normal; }

[class^="fa-"], [class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-email:before {
  content: "\e902"; }

.fa-copy:before {
  content: "\e905"; }

.fa-phone:before {
  content: "\e906"; }

.fa-close:before {
  content: "\e901"; }

.fa-arrow-next:before {
  content: "\e900"; }

.fa-arrow-prev:before {
  content: "\e908"; }

.fa-drop:before {
  content: "\e903"; }

.fa-instagram:before {
  content: "\ea92"; }

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

button,
input {
  /* 1 */
  overflow: visible; }

button,
select {
  /* 1 */
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

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 */ }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

@-webkit-keyframes move-light {
  from {
    -webkit-transform: translateX(-4em) skewX(-45deg);
            transform: translateX(-4em) skewX(-45deg); }
  to {
    -webkit-transform: translateX(18em) skewX(-45deg);
            transform: translateX(18em) skewX(-45deg); } }

@keyframes move-light {
  from {
    -webkit-transform: translateX(-4em) skewX(-45deg);
            transform: translateX(-4em) skewX(-45deg); }
  to {
    -webkit-transform: translateX(18em) skewX(-45deg);
            transform: translateX(18em) skewX(-45deg); } }

.policy {
  padding: 100px 0; }
  @media only screen and (max-width: 980px) {
    .policy {
      padding: 70px 0; } }
  @media only screen and (max-width: 720px) {
    .policy {
      padding: 50px 0; } }

*::-moz-selection {
  color: #fff;
  /* Цвет текста */
  background: #971717;
  /* Цвет фона */ }

*::selection {
  color: #fff;
  /* Цвет текста */
  background: #971717;
  /* Цвет фона */ }

html, body {
  overflow-x: hidden;
  position: relative;
  min-height: 100vh; }

body {
  width: 100%;
  min-width: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #2F2F2F;
  font: normal 18px/1.5 "Montserrat", sans-serif;
  scroll-behavior: smooth;
  background: -webkit-linear-gradient(355deg, #B4B4B4 28.13%, #EBEBEB 60.22%);
  background: -o-linear-gradient(355deg, #B4B4B4 28.13%, #EBEBEB 60.22%);
  background: linear-gradient(95deg, #B4B4B4 28.13%, #EBEBEB 60.22%); }
  @media only screen and (max-width: 1200px) {
    body {
      background: -webkit-linear-gradient(359deg, #B4B4B4 22.77%, #EBEBEB 84.7%);
      background: -o-linear-gradient(359deg, #B4B4B4 22.77%, #EBEBEB 84.7%);
      background: linear-gradient(91deg, #B4B4B4 22.77%, #EBEBEB 84.7%); } }

main {
  margin-bottom: auto; }

h1, h2, h3, h4, h5, h6, p, ul, ol, a {
  text-underline-offset: 2px; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit; }

h1, h2, h3, h4, h5, h6 {
  color: #2F2F2F;
  font-family: "SourceSerifPro", serif; }

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none; }

a {
  text-decoration: none;
  outline: none;
  color: inherit; }
  a::-moz-selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  a::selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }

form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

input {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

input[type="submit"] {
  cursor: pointer; }

textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none; }

input, textarea {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  input:focus, textarea:focus {
    border-color: #971717 !important; }

select {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  select:hover {
    border-color: #971717 !important; }

select, option {
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

select::-ms-expand {
  display: none; }

img::-moz-selection {
  color: inherit;
  /* Цвет текста */
  background: transparent;
  /* Цвет фона */ }

img::selection {
  color: inherit;
  /* Цвет текста */
  background: transparent;
  /* Цвет фона */ }

label {
  cursor: pointer;
  margin-bottom: 0; }

.slick-slide {
  outline: none !important; }

.section-frame {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media only screen and (max-width: 1200px) {
    .section-frame {
      max-width: 700px; } }
  @media only screen and (max-width: 720px) {
    .section-frame {
      max-width: 375px;
      padding: 0 20px; } }

.section-frame_relative {
  position: relative; }

.load * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.open-frame {
  overflow: hidden; }

.js-checkbox {
  cursor: pointer; }
  .js-checkbox input {
    display: none; }

@media only screen and (max-width: 1200px) {
  .table-hide {
    display: none !important; } }

.table-show {
  display: none !important; }
  @media only screen and (max-width: 1200px) {
    .table-show {
      display: block !important; } }

.table-show-flex {
  display: none !important; }
  @media only screen and (max-width: 1200px) {
    .table-show-flex {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important; } }

.table-show-grid {
  display: none !important; }
  @media only screen and (max-width: 1200px) {
    .table-show-grid {
      display: grid !important; } }

@media only screen and (max-width: 720px) {
  .mob-hide {
    display: none !important; } }

.mob-show {
  display: none !important; }
  @media only screen and (max-width: 720px) {
    .mob-show {
      display: block !important; } }

.mob-show-inline {
  display: none !important; }
  @media only screen and (max-width: 720px) {
    .mob-show-inline {
      display: inline !important; } }

.mob-show-flex {
  display: none !important; }
  @media only screen and (max-width: 720px) {
    .mob-show-flex {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important; } }

.mob-show-grid {
  display: none !important; }
  @media only screen and (max-width: 720px) {
    .mob-show-grid {
      display: grid !important; } }

.page-title {
  color: #2F2F2F;
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
  text-transform: uppercase; }
  @media only screen and (max-width: 1200px) {
    .page-title {
      font-size: 40px;
      line-height: 54px; } }
  @media only screen and (max-width: 720px) {
    .page-title {
      font-size: 36px; } }

.page-title_center {
  text-align: center; }

.page-title_white {
  color: #fff; }

.page-frame {
  padding: 25px 0 80px;
  position: relative;
  z-index: 2;
  background: -webkit-linear-gradient(355deg, #B4B4B4 28.13%, #EBEBEB 60.22%);
  background: -o-linear-gradient(355deg, #B4B4B4 28.13%, #EBEBEB 60.22%);
  background: linear-gradient(95deg, #B4B4B4 28.13%, #EBEBEB 60.22%); }
  @media only screen and (max-width: 1200px) {
    .page-frame {
      background: -webkit-linear-gradient(359deg, #B4B4B4 22.77%, #EBEBEB 84.7%);
      background: -o-linear-gradient(359deg, #B4B4B4 22.77%, #EBEBEB 84.7%);
      background: linear-gradient(91deg, #B4B4B4 22.77%, #EBEBEB 84.7%); } }
  @media only screen and (max-width: 720px) {
    .page-frame {
      padding-bottom: 60px; } }

.page-wrap-main {
  position: relative;
  z-index: 2;
  background: -webkit-linear-gradient(355deg, #B4B4B4 28.13%, #EBEBEB 60.22%);
  background: -o-linear-gradient(355deg, #B4B4B4 28.13%, #EBEBEB 60.22%);
  background: linear-gradient(95deg, #B4B4B4 28.13%, #EBEBEB 60.22%); }
  @media only screen and (max-width: 1200px) {
    .page-wrap-main {
      background: -webkit-linear-gradient(359deg, #B4B4B4 22.77%, #EBEBEB 84.7%);
      background: -o-linear-gradient(359deg, #B4B4B4 22.77%, #EBEBEB 84.7%);
      background: linear-gradient(91deg, #B4B4B4 22.77%, #EBEBEB 84.7%); } }

.header {
  padding: 40px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(72%, #232323), color-stop(92%, rgba(35, 35, 35, 0.76)), to(rgba(35, 35, 35, 0.5)));
  background: -webkit-linear-gradient(top, #232323 72%, rgba(35, 35, 35, 0.76) 92%, rgba(35, 35, 35, 0.5) 100%);
  background: -o-linear-gradient(top, #232323 72%, rgba(35, 35, 35, 0.76) 92%, rgba(35, 35, 35, 0.5) 100%);
  background: linear-gradient(180deg, #232323 72%, rgba(35, 35, 35, 0.76) 92%, rgba(35, 35, 35, 0.5) 100%); }
  @media only screen and (max-width: 1200px) {
    .header {
      padding: 20px 0; } }

.header_absolute {
  width: 100%;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0; }

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

.burger {
  width: 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .burger span {
    width: 100%;
    height: 2px;
    display: block;
    background-color: #fff;
    margin-bottom: 7px; }
    .burger span:last-child {
      margin-bottom: 0; }

.mob-frame {
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  left: 0;
  top: 0;
  z-index: 80; }

.mob-menu {
  width: 100%;
  min-height: 100%;
  padding: 40px 20px;
  background: #2F2F2F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  right: -300px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.mob-menu_active {
  right: 0px; }

.menu-close {
  cursor: pointer;
  font-size: 16px;
  color: #f4f4f4;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .menu-close:hover {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }

.logo {
  width: 205px;
  display: block; }
  .logo img {
    width: 100%;
    display: block; }
  @media only screen and (max-width: 1200px) {
    .logo {
      width: 165px; } }
  @media only screen and (max-width: 720px) {
    .logo {
      width: 150px; } }

@media only screen and (max-width: 720px) {
  .logo-header {
    width: 50px; } }

.header-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 25px; }

.header-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  grid-gap: 25px;
  color: #D6D6D6;
  font-weight: 500;
  text-transform: capitalize; }

.header-nav li {
  padding: 10px 0;
  position: relative; }

.header-nav a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden; }
  .header-nav a::after {
    content: '';
    width: 0%;
    height: 1px;
    background-color: #D6D6D6;
    -webkit-border-radius: inherit;
            border-radius: inherit;
    position: absolute;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    bottom: 0;
    right: 0;
    left: auto; }
  .header-nav a:hover::after {
    width: 100%;
    left: 0;
    right: auto; }

.header-nav .header-nav__drop-list {
  width: 220px;
  padding: 20px;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(72%, #232323), color-stop(92%, rgba(35, 35, 35, 0.76)), to(rgba(35, 35, 35, 0.5)));
  background: -webkit-linear-gradient(top, #232323 72%, rgba(35, 35, 35, 0.76) 92%, rgba(35, 35, 35, 0.5) 100%);
  background: -o-linear-gradient(top, #232323 72%, rgba(35, 35, 35, 0.76) 92%, rgba(35, 35, 35, 0.5) 100%);
  background: linear-gradient(180deg, #232323 72%, rgba(35, 35, 35, 0.76) 92%, rgba(35, 35, 35, 0.5) 100%);
  position: absolute;
  left: -30px; }
  .header-nav .header-nav__drop-list li {
    padding: 0;
    margin-bottom: 10px; }
  .header-nav .header-nav__drop-list a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }

@media only screen and (max-width: 720px) {
  .header-nav {
    width: 100%;
    font-size: 16px; }
    .header-nav ul {
      width: 100%;
      grid-gap: 15px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.header-nav__drop i {
  display: block;
  font-size: 8px;
  margin-left: 7px;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px); }

.header-phone {
  color: #D6D6D6;
  font-weight: 500;
  position: relative;
  overflow: hidden; }
  .header-phone::after {
    content: '';
    width: 0%;
    height: 1px;
    background-color: #D6D6D6;
    -webkit-border-radius: inherit;
            border-radius: inherit;
    position: absolute;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    bottom: 0;
    right: 0;
    left: auto; }
  .header-phone:hover::after {
    width: 100%;
    left: 0;
    right: auto; }

.header-btn {
  max-width: 100%;
  width: 185px;
  height: 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(151, 23, 23, 0.8);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font: 500 18px "Montserrat", sans-serif;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  position: relative;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  .header-btn input {
    display: none; }
  .header-btn::-moz-selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .header-btn::selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .header-btn *::-moz-selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .header-btn *::selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .header-btn:hover {
    background: #971717; }
  @media only screen and (max-width: 720px) {
    .header-btn {
      font-size: 16px; } }
  @media only screen and (max-width: 1200px) {
    .header-btn {
      width: 262px;
      height: 67px;
      margin: 100px auto 0; } }

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

.header-nav_mob {
  margin-top: 135px; }
  .header-nav_mob ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: 50px; }
  .header-nav_mob li {
    padding: 0; }
  .header-nav_mob a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 0 auto; }

.footer-inst_header {
  margin: 45px auto 0; }

.footer {
  padding: 80px 0;
  background: #2F2F2F;
  color: #fff;
  position: relative;
  z-index: 2; }
  @media only screen and (max-width: 1200px) {
    .footer {
      padding: 60px 0; } }

.footer-city {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( (100% / 5) - 20px), 1fr));
  grid-template-columns: repeat(auto-fill, minmax(calc( (100% / 5) - 20px), 1fr));
  grid-gap: 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 1200px) {
    .footer-city {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 5 - 20px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 5 - 20px), 1fr)); } }
  @media screen and (max-width: 980px) {
    .footer-city {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 5 - 20px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 5 - 20px), 1fr)); } }
  @media screen and (max-width: 700px) {
    .footer-city {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 1 - 20px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 1 - 20px), 1fr)); } }
  .footer-city img {
    max-width: 100%;
    display: block; }
  @media only screen and (max-width: 720px) {
    .footer-city {
      display: none; } }

.footer-city__main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 119%;
  text-transform: capitalize;
  color: #f4f4f4;
  position: relative;
  overflow: hidden; }
  .footer-city__main::after {
    content: '';
    width: 0%;
    height: 1px;
    background-color: #f4f4f4;
    -webkit-border-radius: inherit;
            border-radius: inherit;
    position: absolute;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    bottom: 0;
    right: 0;
    left: auto; }
  .footer-city__main:hover::after {
    width: 100%;
    left: 0;
    right: auto; }

.footer-city__list {
  padding-left: 8px;
  margin-top: 15px; }
  .footer-city__list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 12px; }
    .footer-city__list li::before {
      content: '';
      width: 3px;
      height: 3px;
      background-color: #f4f4f4;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-right: 10px;
      margin-top: 6px; }
    .footer-city__list li:last-child {
      margin-bottom: 0; }
  .footer-city__list a {
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 130%;
    text-transform: capitalize;
    color: #f4f4f4;
    position: relative;
    overflow: hidden; }
    .footer-city__list a::after {
      content: '';
      width: 0%;
      height: 1px;
      background-color: #f4f4f4;
      -webkit-border-radius: inherit;
              border-radius: inherit;
      position: absolute;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s;
      -webkit-transform-origin: left;
          -ms-transform-origin: left;
              transform-origin: left;
      bottom: 0;
      right: 0;
      left: auto; }
    .footer-city__list a:hover::after {
      width: 100%;
      left: 0;
      right: auto; }

.footer-wrap {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #971717; }
  @media only screen and (max-width: 1200px) {
    .footer-wrap {
      margin-top: 50px;
      padding-top: 40px; } }

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 720px) {
    .footer-content {
      width: 100%; } }

.footer-social {
  width: 205px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media only screen and (max-width: 1200px) {
    .footer-social {
      width: 50px; } }

.footer-inst {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #971717;
  color: #971717;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  .footer-inst:hover {
    background-color: #971717;
    color: #232323; }

.footer-contact {
  margin-top: 25px; }
  @media only screen and (max-width: 720px) {
    .footer-contact {
      margin-top: 40px; } }

.footer-contact__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #F4F4F4;
  margin: 0 auto 10px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  .footer-contact__item i {
    margin-right: 10px; }
  .footer-contact__item:hover {
    color: #971717; }
  @media only screen and (max-width: 720px) {
    .footer-contact__item {
      font-size: 16px; } }

.footer-captcha {
  max-width: 270px;
  color: #971717;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  margin: 25px auto 0; }
  @media only screen and (max-width: 720px) {
    .footer-captcha {
      margin-top: 40px; } }

.footer-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #971717;
  font-size: 10px;
  font-weight: 500;
  margin-top: 10px; }
  .footer-copy i {
    margin-right: 7px;
    margin-top: 2px; }

.marmo {
  padding: 370px 0 80px;
  background: url("../images/bg/marmo-bg.jpg") center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  .marmo::before {
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-radial-gradient(50% 50%, 58.74% 58.62%, rgba(0, 0, 0, 0) 25.91%, rgba(11, 11, 11, 0) 65.41%, rgba(0, 0, 0, 0.51) 84.41%);
    background: -o-radial-gradient(50% 50%, 58.74% 58.62%, rgba(0, 0, 0, 0) 25.91%, rgba(11, 11, 11, 0) 65.41%, rgba(0, 0, 0, 0.51) 84.41%);
    background: radial-gradient(58.74% 58.62% at 50% 50%, rgba(0, 0, 0, 0) 25.91%, rgba(11, 11, 11, 0) 65.41%, rgba(0, 0, 0, 0.51) 84.41%);
    position: absolute;
    left: 0;
    top: 0; }
  @media only screen and (max-width: 1200px) {
    .marmo {
      padding: 200px 0 60px; } }
  @media only screen and (max-width: 720px) {
    .marmo {
      min-height: 100vh;
      padding: 235px 0 30px;
      background: url("../images/bg/marmo-bg-mob.jpg") center no-repeat;
      -webkit-background-size: cover;
              background-size: cover; }
      .marmo::before {
        display: none; } }
  @media screen and (max-width: 360px) {
    .marmo {
      padding-top: 125px; } }

.marmo-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative; }
  .marmo-title h1 {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase; }
  .marmo-title p {
    font-family: "SourceSerifPro", serif;
    font-size: 26px; }
  .marmo-title h1, .marmo-title p {
    position: relative;
    z-index: 2; }
  .marmo-title::before {
    content: '';
    width: 230px;
    height: 230px;
    background-color: #971717;
    position: absolute;
    right: -40px; }
  @media only screen and (max-width: 1200px) {
    .marmo-title h1 {
      font-size: 40px; }
    .marmo-title p {
      font-size: 20px; }
    .marmo-title::before {
      width: 150px;
      height: 150px;
      right: -60px; } }
  @media only screen and (max-width: 720px) {
    .marmo-title h1 {
      font-size: 36px; }
    .marmo-title p {
      font-size: 16px;
      line-height: 20px; }
    .marmo-title::before {
      width: 157px;
      height: 157px;
      right: 50px;
      background: #B22222; } }

.marmo-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 22px;
  margin-top: 200px; }
  @media only screen and (max-width: 1200px) {
    .marmo-list {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-top: 100px; } }

.marmo-item {
  width: 250px;
  height: 115px;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #F4F4F4;
  background: rgba(11, 11, 11, 0.85);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .marmo-item p {
    color: #F4F4F4;
    font-family: "SourceSerifPro", serif;
    text-align: center;
    text-transform: capitalize; }
  .marmo-item img {
    display: block;
    margin-left: 20px; }
  .marmo-item:hover {
    border-color: #971717; }

.marmo-mob-btn {
  max-width: 100%;
  width: 262px;
  height: 67px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(151, 23, 23, 0.8);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font: 500 18px "Montserrat", sans-serif;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  position: relative;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 125px;
  margin: 0 auto; }
  .marmo-mob-btn input {
    display: none; }
  .marmo-mob-btn::-moz-selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .marmo-mob-btn::selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .marmo-mob-btn *::-moz-selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .marmo-mob-btn *::selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .marmo-mob-btn:hover {
    background: #971717; }
  @media only screen and (max-width: 720px) {
    .marmo-mob-btn {
      font-size: 16px; } }
  @media screen and (max-width: 360px) {
    .marmo-mob-btn {
      bottom: 50px; } }

.advantages {
  padding-top: 90px; }
  @media only screen and (max-width: 1200px) {
    .advantages {
      padding-top: 50px; } }

.block-line {
  max-width: 100%;
  display: block;
  margin: 0 auto 85px; }
  @media only screen and (max-width: 1200px) {
    .block-line {
      margin-bottom: 50px; } }

.advantages-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 54px;
  margin-top: 75px; }
  @media only screen and (max-width: 1200px) {
    .advantages-list {
      margin-top: 60px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      grid-gap: 40px; } }
  @media only screen and (max-width: 720px) {
    .advantages-list {
      margin-top: 30px;
      grid-gap: 40px 20px; } }

@media only screen and (max-width: 1200px) {
  .advantages-item {
    width: 300px; } }

@media only screen and (max-width: 720px) {
  .advantages-item {
    width: 155px; }
    .advantages-item:last-child {
      width: 230px; } }

.advantages-item__icon {
  width: 60px;
  display: block;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0px 2.963px 2.963px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2.963px 2.963px rgba(0, 0, 0, 0.25);
  margin: 0 auto; }

.advantages-item__title {
  text-align: center;
  font-size: 26px;
  font-family: "SourceSerifPro", serif;
  font-weight: 600;
  line-height: 1.13;
  text-transform: uppercase;
  margin-top: 22px; }
  @media only screen and (max-width: 720px) {
    .advantages-item__title {
      font-size: 24px;
      margin-top: 15px;
      text-transform: none; } }

.advantages-item__info {
  text-align: center;
  font-weight: 500;
  line-height: 1.63;
  margin-top: 20px; }
  @media only screen and (max-width: 720px) {
    .advantages-item__info {
      font-size: 16px;
      margin-top: 10px; } }

.product {
  padding: 80px 0 90px; }
  @media only screen and (max-width: 1200px) {
    .product {
      padding: 70px 0 60px; } }

.product-item {
  margin-bottom: 90px; }
  .product-item:nth-child(even) .product-item__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .product-item:last-child {
    margin-bottom: 0; }
  @media only screen and (max-width: 1200px) {
    .product-item:nth-child(even) .product-item__wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

.product-item__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 170px; }
  @media only screen and (max-width: 1200px) {
    .product-item__wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      grid-gap: 0; } }

.product-item__photo {
  width: 420px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( (100% / 2) - 10px), 1fr));
  grid-template-columns: repeat(auto-fill, minmax(calc( (100% / 2) - 10px), 1fr));
  grid-gap: 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 1200px) {
    .product-item__photo {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 2 - 10px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 2 - 10px), 1fr)); } }
  @media screen and (max-width: 980px) {
    .product-item__photo {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 2 - 10px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 2 - 10px), 1fr)); } }
  @media screen and (max-width: 700px) {
    .product-item__photo {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 2 - 10px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 2 - 10px), 1fr)); } }
  .product-item__photo img {
    max-width: 100%;
    display: block; }
  .product-item__photo a {
    display: block; }
  .product-item__photo img {
    width: 100%;
    height: 270px;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); }
  @media only screen and (max-width: 1200px) {
    .product-item__photo {
      margin-top: 60px; } }
  @media only screen and (max-width: 720px) {
    .product-item__photo {
      width: 100%;
      grid-gap: 14px; }
      .product-item__photo img {
        height: 210px; } }

.product-item__content {
  max-width: 500px; }
  .product-item__content .page-title {
    display: block;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
    .product-item__content .page-title:hover {
      color: #971717; }
  @media only screen and (max-width: 1200px) {
    .product-item__content {
      max-width: 100%; }
      .product-item__content .product-item__btn {
        display: none; } }

.product-item__info {
  font-weight: 500;
  line-height: 119.231%;
  text-transform: lowercase;
  margin-top: 50px; }
  @media only screen and (max-width: 1200px) {
    .product-item__info {
      display: none; } }

.product-item__btn {
  max-width: 100%;
  width: 222px;
  height: 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(151, 23, 23, 0.8);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font: 500 18px "Montserrat", sans-serif;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  position: relative;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  margin: 80px auto 0; }
  .product-item__btn input {
    display: none; }
  .product-item__btn::-moz-selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .product-item__btn::selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .product-item__btn *::-moz-selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .product-item__btn *::selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .product-item__btn:hover {
    background: #971717; }
  @media only screen and (max-width: 720px) {
    .product-item__btn {
      font-size: 16px; } }
  @media only screen and (max-width: 1200px) {
    .product-item__btn {
      margin-top: 60px; } }
  @media only screen and (max-width: 720px) {
    .product-item__btn {
      width: 262px;
      height: 67px; } }

.block-line_product {
  margin-top: 80px;
  margin-bottom: 0; }
  @media only screen and (max-width: 1200px) {
    .block-line_product {
      display: none; } }

.parallax {
  overflow: hidden;
  position: relative; }

.parallax-step {
  width: 100%;
  height: 100%;
  min-height: 900px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left bottom;
     object-position: left bottom;
  position: fixed;
  left: 0;
  top: 0; }
  @media only screen and (max-width: 1200px) {
    .parallax-step {
      -o-object-position: center;
         object-position: center;
      min-height: 750px; } }
  @media only screen and (max-width: 720px) {
    .parallax-step {
      min-height: 1050px; } }

.step {
  padding: 80px 0 195px;
  min-height: 400px;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media only screen and (max-width: 1200px) {
    .step {
      padding: 60px 0 90px; } }
  @media only screen and (max-width: 720px) {
    .step {
      padding: 60px 0; } }

.step-list {
  width: 670px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 80px auto 0;
  position: relative; }
  .step-list::before {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    background: -webkit-gradient(linear, left top, right top, color-stop(-0.75%, rgba(47, 47, 47, 0)), color-stop(16.17%, rgba(47, 47, 47, 0.58)), color-stop(102.38%, #2F2F2F));
    background: -webkit-linear-gradient(left, rgba(47, 47, 47, 0) -0.75%, rgba(47, 47, 47, 0.58) 16.17%, #2F2F2F 102.38%);
    background: -o-linear-gradient(left, rgba(47, 47, 47, 0) -0.75%, rgba(47, 47, 47, 0.58) 16.17%, #2F2F2F 102.38%);
    background: linear-gradient(90deg, rgba(47, 47, 47, 0) -0.75%, rgba(47, 47, 47, 0.58) 16.17%, #2F2F2F 102.38%);
    position: absolute; }
  @media only screen and (max-width: 1200px) {
    .step-list {
      width: 580px; } }
  @media only screen and (max-width: 720px) {
    .step-list {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 60px; }
      .step-list::before {
        display: none; } }

.step-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative; }
  .step-item b {
    font-family: "SourceSerifPro", serif;
    font-weight: 600;
    line-height: 1.2;
    display: block; }
  .step-item:nth-child(1) {
    -webkit-transform: translate(-25px, -25px);
        -ms-transform: translate(-25px, -25px);
            transform: translate(-25px, -25px); }
  .step-item:nth-child(2) {
    -webkit-transform: translateY(13px);
        -ms-transform: translateY(13px);
            transform: translateY(13px); }
  .step-item:nth-child(3) {
    -webkit-transform: translate(45px, -25px);
        -ms-transform: translate(45px, -25px);
            transform: translate(45px, -25px); }
  .step-item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  @media only screen and (max-width: 720px) {
    .step-item {
      width: 100%;
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important;
      grid-gap: 20px;
      margin-bottom: 50px; }
      .step-item::before {
        content: '';
        width: 280px;
        height: 2px;
        display: block;
        background: -webkit-gradient(linear, right top, left top, color-stop(-0.75%, rgba(47, 47, 47, 0)), color-stop(80.63%, rgba(47, 47, 47, 0.58)), color-stop(102.38%, #2F2F2F));
        background: -webkit-linear-gradient(right, rgba(47, 47, 47, 0) -0.75%, rgba(47, 47, 47, 0.58) 80.63%, #2F2F2F 102.38%);
        background: -o-linear-gradient(right, rgba(47, 47, 47, 0) -0.75%, rgba(47, 47, 47, 0.58) 80.63%, #2F2F2F 102.38%);
        background: linear-gradient(-90deg, rgba(47, 47, 47, 0) -0.75%, rgba(47, 47, 47, 0.58) 80.63%, #2F2F2F 102.38%);
        position: absolute;
        left: 0;
        right: 0;
        top: 57%;
        margin: 0 auto; }
      .step-item:nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
      .step-item:last-child {
        margin-bottom: 0; } }

.step-item__counter {
  font-size: 80px;
  text-transform: uppercase; }
  @media only screen and (max-width: 720px) {
    .step-item__counter {
      font-size: 42px; } }

.step-item__info {
  font-size: 26px;
  text-transform: capitalize; }
  @media only screen and (max-width: 720px) {
    .step-item__info {
      font-size: 24px;
      text-transform: uppercase; } }

.step-descriptor {
  max-width: 595px;
  font-weight: 500;
  margin: 85px auto 0; }
  .step-descriptor p {
    margin-bottom: 10px; }
    .step-descriptor p:last-child {
      margin-bottom: 0; }
  @media only screen and (max-width: 720px) {
    .step-descriptor {
      font-size: 16px;
      margin-top: 60px; } }

.production {
  padding: 80px 0; }
  @media only screen and (max-width: 1200px) {
    .production {
      padding-top: 60px; } }

.production-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 100px;
  margin-top: 80px; }
  @media only screen and (max-width: 1200px) {
    .production-wrap {
      margin-top: 60px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      grid-gap: 40px; } }

.production-info {
  width: 100%;
  font-weight: 500; }
  .production-info p {
    margin-bottom: 20px; }
    .production-info p:last-child {
      margin-bottom: 0; }
  @media only screen and (max-width: 720px) {
    .production-info {
      font-size: 16px; }
      .production-info p {
        margin-bottom: 5px; } }

.production-photo {
  width: 405px;
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  @media only screen and (max-width: 1200px) {
    .production-photo {
      width: 100%; } }

.production-content {
  margin-top: 50px;
  font-weight: 500; }
  .production-content p, .production-content ul {
    margin-bottom: 20px; }
    .production-content p:last-child, .production-content ul:last-child {
      margin-bottom: 0; }
  .production-content ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .production-content ul li::before {
      content: '';
      width: 4px;
      height: 4px;
      background-color: #2F2F2F;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-right: 10px;
      margin-top: 12px; }
  @media only screen and (max-width: 720px) {
    .production-content {
      font-size: 16px;
      margin-top: 5px;
      display: none; }
      .production-content p, .production-content ul {
        margin-bottom: 5px; } }

.production-show {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #2F2F2F;
  margin: 60px auto 0; }
  .production-show img {
    margin-left: 13px; }
  @media only screen and (max-width: 720px) {
    .production-show {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 10px 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 14px;
  margin-bottom: 85px; }
  .breadcrumbs li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 10px; }
    .breadcrumbs li::after {
      content: "\e900";
      display: block;
      font-family: 'icon-font' !important;
      font-size: 10px;
      line-height: 1; }
    .breadcrumbs li:last-child {
      font-weight: 300; }
      .breadcrumbs li:last-child::after {
        display: none; }
  @media only screen and (max-width: 1200px) {
    .breadcrumbs {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 720px) {
    .breadcrumbs {
      margin-bottom: 25px;
      font-size: 12px;
      grid-gap: 10px; } }

.breadcrumbs_blog {
  margin-bottom: 35px; }
  @media only screen and (max-width: 720px) {
    .breadcrumbs_blog {
      margin-bottom: 25px; } }

.catalog-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( (100% / 4) - 37px), 1fr));
  grid-template-columns: repeat(auto-fill, minmax(calc( (100% / 4) - 37px), 1fr));
  grid-gap: 20px 37px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 80px; }
  @media screen and (max-width: 1200px) {
    .catalog-list {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 2 - 37px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 2 - 37px), 1fr)); } }
  @media screen and (max-width: 980px) {
    .catalog-list {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 2 - 37px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 2 - 37px), 1fr)); } }
  @media screen and (max-width: 700px) {
    .catalog-list {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 1 - 37px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 1 - 37px), 1fr)); } }
  .catalog-list img {
    max-width: 100%;
    display: block; }
  @media only screen and (max-width: 720px) {
    .catalog-list {
      grid-gap: 15px;
      margin-top: 30px; } }

.catalog-item {
  padding: 20px 15px;
  border: 1px solid #D6D6D6;
  background: #F4F4F4;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
  top: 0px; }
  .catalog-item:hover {
    top: -1px;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 40px rgba(0, 0, 0, 0.2); }

.catalog-item__photo {
  width: 100%;
  height: 320px;
  display: block;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); }
  .catalog-item__photo img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover; }
  @media only screen and (max-width: 1200px) {
    .catalog-item__photo {
      height: 390px; } }

.catalog-item__title {
  text-align: center;
  display: block;
  font-weight: 500;
  margin-top: 10px; }

.catalog-item__btn {
  width: 135px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #848484;
  font-weight: 500;
  border: 1px solid #D6D6D6;
  text-transform: capitalize;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  margin: 10px auto 0; }
  .catalog-item__btn:hover {
    background: #848484;
    color: #F4F4F4; }

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 15px;
  margin: 80px 0; }
  .pagination ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 14px;
    color: #848484;
    font-weight: 500; }
  .pagination a {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
    .pagination a:empty {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .pagination a:empty::before {
        content: '';
        width: 8px;
        height: 8px;
        display: block;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        background: rgba(132, 132, 132, 0.5);
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s; }
    .pagination a:hover {
      color: #971717; }
      .pagination a:hover::before {
        background: #971717; }
  .pagination .page-active {
    color: #971717; }
  @media only screen and (max-width: 720px) {
    .pagination {
      margin: 35px auto; } }

.pagination-arrow {
  font-size: 10px;
  color: #848484;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  .pagination-arrow:hover {
    color: #971717; }

.seo {
  font-weight: 500;
  line-height: 1.4;
  text-transform: lowercase; }
  .seo p {
    margin-bottom: 25px; }
    .seo p:last-child {
      margin-bottom: 0; }
  @media only screen and (max-width: 720px) {
    .seo {
      font-size: 16px; }
      .seo p {
        margin-bottom: 5px; } }

.parallax-banner {
  width: 100%;
  height: 400px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left bottom;
     object-position: left bottom;
  position: fixed;
  left: 0;
  top: 0; }
  @media only screen and (max-width: 1200px) {
    .parallax-banner {
      -o-object-position: center;
         object-position: center;
      min-height: 750px; } }
  @media only screen and (max-width: 720px) {
    .parallax-banner {
      min-height: 1050px; } }

.cart-banner {
  padding: 205px 0 80px;
  position: relative; }
  @media only screen and (max-width: 1200px) {
    .cart-banner {
      padding: 150px 0 50px; } }

.cart-banner__photo {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0; }

.cart-title {
  position: relative;
  z-index: 2; }

.cart-breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px; }
  .cart-breadcrumbs .breadcrumbs {
    margin-bottom: 0; }
  @media only screen and (max-width: 720px) {
    .cart-breadcrumbs {
      margin-bottom: 25px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.cart-code {
  font-size: 14px; }
  @media only screen and (max-width: 720px) {
    .cart-code {
      margin-top: 10px;
      font-size: 12px; } }

.cart-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 75px; }
  @media only screen and (max-width: 1200px) {
    .cart-wrap {
      grid-gap: 20px; } }
  @media only screen and (max-width: 720px) {
    .cart-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.cart-photo {
  width: 340px;
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); }
  @media only screen and (max-width: 720px) {
    .cart-photo {
      width: 100%; } }

.cart-wrap__content {
  width: 100%; }

.cart-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 10px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  color: #848484;
  font-weight: 600;
  margin-bottom: 40px; }
  .cart-link a {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
    .cart-link a:hover {
      color: #971717; }
  @media only screen and (max-width: 1200px) {
    .cart-link {
      font-size: 14px;
      margin-bottom: 20px; } }
  @media only screen and (max-width: 720px) {
    .cart-link {
      margin-bottom: 10px; } }

.cart-wrap__info {
  font-weight: 500;
  margin-bottom: 40px; }
  .cart-wrap__info p, .cart-wrap__info ul {
    margin: 40px 0; }
    .cart-wrap__info p:first-child, .cart-wrap__info ul:first-child {
      margin-top: 0; }
    .cart-wrap__info p:last-child, .cart-wrap__info ul:last-child {
      margin-bottom: 0; }
  .cart-wrap__info li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .cart-wrap__info li::before {
      content: '';
      width: 4px;
      height: 4px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background-color: #2F2F2F;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-right: 10px;
      margin-top: 10px; }
  @media only screen and (max-width: 1200px) {
    .cart-wrap__info {
      font-size: 16px;
      margin-bottom: 15px; }
      .cart-wrap__info p, .cart-wrap__info ul {
        margin: 5px 0; } }

.cart-wrap__btn {
  max-width: 100%;
  width: 230px;
  height: 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(151, 23, 23, 0.8);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font: 500 18px "Montserrat", sans-serif;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  position: relative;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  font-size: 16px; }
  .cart-wrap__btn input {
    display: none; }
  .cart-wrap__btn::-moz-selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .cart-wrap__btn::selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .cart-wrap__btn *::-moz-selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .cart-wrap__btn *::selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .cart-wrap__btn:hover {
    background: #971717; }
  @media only screen and (max-width: 720px) {
    .cart-wrap__btn {
      font-size: 16px; } }

.cart-list {
  margin-top: 80px; }
  @media only screen and (max-width: 1200px) {
    .cart-list {
      margin-top: 30px; } }
  @media only screen and (max-width: 720px) {
    .cart-list {
      margin-top: 25px; } }

.cart-item {
  margin-bottom: 80px; }
  .cart-item:last-child {
    margin-bottom: 0; }
  @media only screen and (max-width: 1200px) {
    .cart-item {
      margin-bottom: 30px; } }

.cart-item__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.13;
  text-transform: uppercase;
  grid-gap: 10px;
  margin-bottom: 20px; }
  .cart-item__title span {
    max-width: 80%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .cart-item__title::after {
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(151, 23, 23, 0.25);
    margin-top: 14px; }
  @media only screen and (max-width: 1200px) {
    .cart-item__title {
      font-size: 20px; } }
  @media only screen and (max-width: 720px) {
    .cart-item__title {
      margin-bottom: 10px; } }

.cart-item__content {
  font-weight: 500; }
  .cart-item__content p, .cart-item__content ul {
    margin: 40px 0; }
    .cart-item__content p:first-child, .cart-item__content ul:first-child {
      margin-top: 0; }
    .cart-item__content p:last-child, .cart-item__content ul:last-child {
      margin-bottom: 0; }
  .cart-item__content li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .cart-item__content li::before {
      content: '';
      width: 4px;
      height: 4px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background-color: #2F2F2F;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-right: 10px;
      margin-top: 10px; }
  @media only screen and (max-width: 1200px) {
    .cart-item__content {
      font-size: 16px; }
      .cart-item__content p, .cart-item__content ul {
        margin: 5px 0; } }

.similar {
  margin-top: 80px;
  background: url("../images/similar-angel.png") left top no-repeat; }
  @media only screen and (max-width: 720px) {
    .similar {
      margin-top: 50px;
      background: none; } }

.similar-title {
  text-align: center;
  color: #848484;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase; }

.similar-wrap {
  position: relative;
  margin-top: 80px; }
  @media only screen and (max-width: 720px) {
    .similar-wrap {
      margin-top: 40px; } }

.similar-slider-hidden {
  overflow: hidden; }

.similar-slider {
  width: -webkit-calc(100% + 34px);
  width: calc(100% + 34px);
  margin-left: -17px; }
  .similar-slider .catalog-item {
    margin: 0 17px; }

.similar-arrow {
  position: absolute;
  top: -webkit-calc(50% - 7px);
  top: calc(50% - 7px); }
  .similar-arrow path {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .similar-arrow:hover path {
    stroke: #971717; }
  @media only screen and (max-width: 720px) {
    .similar-arrow {
      display: none !important; } }

.similar-prev {
  left: -30px; }

.similar-next {
  right: -30px; }

.similar-dots {
  margin-top: 105px; }
  .similar-dots ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: 25px; }
  .similar-dots li {
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    border: 1px solid rgba(132, 132, 132, 0.5); }
  .similar-dots button {
    display: none; }
  .similar-dots .slick-active {
    background-color: rgba(132, 132, 132, 0.5); }
  @media only screen and (max-width: 1200px) {
    .similar-dots {
      margin-top: 50px; } }
  @media only screen and (max-width: 720px) {
    .similar-dots {
      margin-top: 30px; } }

.contact {
  background: url("../images/bg/contact-bg.png") center left no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }
  @media only screen and (max-width: 720px) {
    .contact {
      background: url("../images/bg/contact-bg-mob.png") top -80px right no-repeat; } }

.contact-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 80px; }
  @media only screen and (max-width: 1200px) {
    .contact-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media only screen and (max-width: 720px) {
    .contact-wrap {
      grid-gap: 60px; } }

.contact-content {
  width: 100%; }

.contact-list {
  width: 220px;
  margin: 25px auto 0; }

.contact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  grid-gap: 10px;
  margin-bottom: 10px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  .contact-item:last-child {
    margin-bottom: 0; }
  .contact-item:hover {
    color: #971717; }

.contact-form {
  margin-top: 40px; }
  @media only screen and (max-width: 720px) {
    .contact-form {
      margin-top: 20px; } }

.contact-form__label {
  display: block;
  margin-bottom: 10px; }
  .contact-form__label p {
    font-weight: 500;
    margin-bottom: 10px; }
  .contact-form__label input, .contact-form__label textarea {
    width: 100%;
    display: block;
    border: 1px solid #2F2F2F;
    background: #fff;
    font-size: 16px;
    font-weight: 500; }
    .contact-form__label input::-webkit-input-placeholder, .contact-form__label textarea::-webkit-input-placeholder {
      color: rgba(80, 80, 80, 0.5); }
    .contact-form__label input::-moz-placeholder, .contact-form__label textarea::-moz-placeholder {
      color: rgba(80, 80, 80, 0.5); }
    .contact-form__label input:-ms-input-placeholder, .contact-form__label textarea:-ms-input-placeholder {
      color: rgba(80, 80, 80, 0.5); }
    .contact-form__label input::-ms-input-placeholder, .contact-form__label textarea::-ms-input-placeholder {
      color: rgba(80, 80, 80, 0.5); }
    .contact-form__label input::placeholder, .contact-form__label textarea::placeholder {
      color: rgba(80, 80, 80, 0.5); }
  .contact-form__label input {
    height: 40px;
    padding: 0 12px; }
  .contact-form__label textarea {
    height: 80px;
    padding: 12px;
    resize: none; }
  .contact-form__label:last-child {
    margin-bottom: 0; }
  @media only screen and (max-width: 720px) {
    .contact-form__label {
      margin-bottom: 20px; } }

.contact-form__sub {
  max-width: 100%;
  width: 185px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(151, 23, 23, 0.8);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font: 500 18px "Montserrat", sans-serif;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  position: relative;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  margin: 40px auto 0; }
  .contact-form__sub input {
    display: none; }
  .contact-form__sub::-moz-selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .contact-form__sub::selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .contact-form__sub *::-moz-selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .contact-form__sub *::selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .contact-form__sub:hover {
    background: #971717; }
  @media only screen and (max-width: 720px) {
    .contact-form__sub {
      font-size: 16px; } }
  @media only screen and (max-width: 720px) {
    .contact-form__sub {
      width: 262px;
      height: 67px; } }

.contact-photo {
  width: 580px;
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 90px; }
  @media only screen and (max-width: 1200px) {
    .contact-photo {
      margin: 0 auto; } }
  @media only screen and (max-width: 720px) {
    .contact-photo {
      width: 100%; } }

.blog-list {
  margin-top: 80px; }
  @media only screen and (max-width: 720px) {
    .blog-list {
      margin-top: 40px; } }

.blog-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 105px 40px 45px;
  background: rgba(214, 214, 214, 0.7);
  grid-gap: 40px;
  margin-bottom: 80px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  .blog-item:last-child {
    margin-bottom: 0; }
  .blog-item:hover {
    -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
            transform: translateY(-1px);
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 40px rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 1200px) {
    .blog-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 20px; } }
  @media only screen and (max-width: 720px) {
    .blog-item {
      margin-bottom: 20px; } }

.blog-item__photo {
  width: 377px;
  height: 377px;
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .blog-item__photo img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover; }
  @media only screen and (max-width: 1200px) {
    .blog-item__photo {
      margin: 0 auto; } }
  @media only screen and (max-width: 720px) {
    .blog-item__photo {
      width: 100%;
      height: 300px; } }

.blog-item__content {
  width: 100%;
  margin-top: -3px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media only screen and (max-width: 1200px) {
    .blog-item__content {
      padding-right: 100px; } }
  @media only screen and (max-width: 720px) {
    .blog-item__content {
      padding-right: 20px; } }

.blog-item__title {
  display: block;
  font-family: "SourceSerifPro", serif;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px; }
  @media only screen and (max-width: 720px) {
    .blog-item__title {
      font-size: 20px; } }

.blog-item__date {
  font-size: 14px;
  font-weight: 300;
  line-height: 119%; }
  @media only screen and (max-width: 720px) {
    .blog-item__date {
      font-size: 12px; } }

.blog-item__excerpt {
  font-weight: 500;
  margin-top: 40px; }
  @media only screen and (max-width: 720px) {
    .blog-item__excerpt {
      margin-top: 15px;
      font-size: 14px; } }

.blog-item__link {
  max-width: 100%;
  width: 222px;
  height: 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(151, 23, 23, 0.8);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font: 500 18px "Montserrat", sans-serif;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  position: relative;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  margin-top: 40px; }
  .blog-item__link input {
    display: none; }
  .blog-item__link::-moz-selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .blog-item__link::selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .blog-item__link *::-moz-selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .blog-item__link *::selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .blog-item__link:hover {
    background: #971717; }
  @media only screen and (max-width: 720px) {
    .blog-item__link {
      font-size: 16px; } }
  @media only screen and (max-width: 720px) {
    .blog-item__link {
      margin-top: 20px; } }

.blog-item__line {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 3px;
  position: absolute;
  right: -60px;
  top: 0; }
  .blog-item__line span {
    width: 1px;
    height: 100%;
    background-color: #971717; }
  .blog-item__line::before, .blog-item__line::after {
    content: '';
    width: 18px;
    height: 27px;
    display: block;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .blog-item__line::before {
    background: url("../images/icon/blog-top.svg") center no-repeat; }
  .blog-item__line::after {
    background: url("../images/icon/blog-bottom.svg") center no-repeat; }
  @media only screen and (max-width: 1200px) {
    .blog-item__line {
      right: 30px; } }
  @media only screen and (max-width: 720px) {
    .blog-item__line {
      right: -10px; } }

.pagination_blog {
  margin-bottom: 0; }

.single-date {
  margin-top: 80px; }
  @media only screen and (max-width: 720px) {
    .single-date {
      margin-top: 30px; } }

.single-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 90px;
  margin-top: 20px; }
  @media only screen and (max-width: 1200px) {
    .single-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      grid-gap: 40px; } }
  @media only screen and (max-width: 720px) {
    .single-wrap {
      grid-gap: 35px; } }

.single-content {
  width: 100%; }
  .single-content p {
    font-weight: 500;
    margin-bottom: 30px; }
    .single-content p:last-child {
      margin-bottom: 0; }
  @media only screen and (max-width: 720px) {
    .single-content {
      font-size: 16px; }
      .single-content p {
        margin-bottom: 10px; } }

.single-photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 45px;
  margin-bottom: 50px; }
  .single-photo img {
    width: 377px;
    display: block;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  @media only screen and (max-width: 1200px) {
    .single-photo {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 30px; }
      .single-photo img {
        margin: 0 auto; } }
  @media only screen and (max-width: 720px) {
    .single-photo {
      margin-bottom: 10px; }
      .single-photo img {
        width: 100%; } }

.single-list {
  width: 172px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  @media only screen and (max-width: 1200px) {
    .single-list {
      width: 100%;
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( (100% / 3) - 30px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( (100% / 3) - 30px), 1fr));
      grid-gap: 30px 30px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }
  @media only screen and (max-width: 1200px) and (max-width: 1200px) {
    .single-list {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 3 - 30px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 3 - 30px), 1fr)); } }
  @media only screen and (max-width: 1200px) and (max-width: 980px) {
    .single-list {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 3 - 30px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 3 - 30px), 1fr)); } }
  @media only screen and (max-width: 1200px) and (max-width: 700px) {
    .single-list {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 1 - 30px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 1 - 30px), 1fr)); } }
  @media only screen and (max-width: 1200px) {
      .single-list img {
        max-width: 100%;
        display: block; } }

.single-item {
  margin-bottom: 80px; }
  .single-item:last-child {
    margin-bottom: 0; }
  @media only screen and (max-width: 1200px) {
    .single-item {
      margin-bottom: 0; } }

.single-item__title {
  display: block;
  font-family: "SourceSerifPro", serif;
  line-height: 23px;
  font-weight: 600;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  .single-item__title:hover {
    color: #971717; }

.single-item__date {
  font-size: 14px;
  font-weight: 300;
  line-height: 120%;
  margin-top: 12px; }

.single-item__photo {
  width: 172px;
  height: 172px;
  display: block;
  margin-top: 20px; }
  .single-item__photo img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover; }
  @media only screen and (max-width: 720px) {
    .single-item__photo {
      width: 100%;
      height: auto; } }

.policy-title {
  font-size: 40px;
  text-align: center; }
  .policy-title h1 {
    line-height: 1.3; }
  .policy-title span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    color: #971717;
    margin: 0 auto; }
  @media only screen and (max-width: 720px) {
    .policy-title {
      font-size: 28px; } }

.policy-list {
  margin-top: 40px; }

.policy-item {
  margin-bottom: 40px; }
  .policy-item h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    margin-bottom: 15px;
    color: #414141; }
  .policy-item p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px; }
  .policy-item a {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
    .policy-item a:hover {
      color: #971717; }

.policy-btn {
  max-width: 100%;
  width: 300px;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(151, 23, 23, 0.8);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font: 500 18px "Montserrat", sans-serif;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  position: relative;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  margin: 0 auto; }
  .policy-btn input {
    display: none; }
  .policy-btn::-moz-selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .policy-btn::selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .policy-btn *::-moz-selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .policy-btn *::selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .policy-btn:hover {
    background: #971717; }
  @media only screen and (max-width: 720px) {
    .policy-btn {
      font-size: 16px; } }

.popup-frame {
  width: 100%;
  height: 100%;
  padding: 20px;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  left: 0;
  top: 0;
  z-index: 80; }

.js-popup {
  cursor: pointer; }

.popup-default {
  display: block;
  width: 550px;
  padding: 75px;
  background-color: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  margin: auto; }
  @media only screen and (max-width: 720px) {
    .popup-default {
      padding: 50px 20px; } }

.popup-default-title {
  margin-bottom: 70px; }
  .popup-default-title h3 {
    font-size: 34px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    color: #272727; }
  .popup-default-title p {
    max-width: 75%;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    font-weight: 400;
    margin: 15px auto 0;
    color: #999; }
  @media only screen and (max-width: 720px) {
    .popup-default-title {
      margin-bottom: 40px; }
      .popup-default-title h3 {
        font-size: 24px; } }

.popup-default-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  position: relative; }
  .popup-default-item p {
    font-weight: 400;
    position: absolute;
    font-size: 16px;
    bottom: 13px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer; }
  .popup-default-item input {
    width: 100%;
    height: 50px;
    border: none;
    font-size: 16px;
    border-bottom: 1px solid #DEDEDE;
    background-color: transparent;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 0 50px #fff !important;
    /* Цвет фона */ }

.active-default-input p {
  bottom: 48px;
  font-size: 12px; }

.popup-default-sub {
  max-width: 100%;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(151, 23, 23, 0.8);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font: 500 18px "Montserrat", sans-serif;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  position: relative;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  margin-top: 40px; }
  .popup-default-sub input {
    display: none; }
  .popup-default-sub::-moz-selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .popup-default-sub::selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .popup-default-sub *::-moz-selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .popup-default-sub *::selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .popup-default-sub:hover {
    background: #971717; }
  @media only screen and (max-width: 720px) {
    .popup-default-sub {
      font-size: 16px; } }
  @media only screen and (max-width: 720px) {
    .popup-default-sub {
      margin-top: 20px; } }

.popup-default-close {
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer; }
  .popup-default-close::before, .popup-default-close::after {
    content: '';
    width: 20px;
    height: 1px;
    background-color: #999;
    position: absolute;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .popup-default-close::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .popup-default-close::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .popup-default-close:hover::before, .popup-default-close:hover::after {
    background-color: #971717; }

.popup {
  display: none;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }

.popup-close {
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  .popup-close:hover {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
