/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

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

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

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

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

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

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

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

@font-face {
  font-family: 'Futura PT Extra';
  src: url("/fonts/FuturaPT-ExtraBold.eot");
  src: url("/fonts/FuturaPT-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/fonts/FuturaPT-ExtraBold.woff2") format("woff2"), url("/fonts/FuturaPT-ExtraBold.woff") format("woff"), url("/fonts/FuturaPT-ExtraBold.ttf") format("truetype"), url("/fonts/FuturaPT-ExtraBold.svg#FuturaPT-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal; }

.wrapper::before,
.footer::before,
.header::before,
.page::before, .wrapper-narrow::before,
.footer-narrow::before,
.header-narrow::before,
.page-narrow::before, .wrapper::after,
.footer::after,
.header::after,
.page::after, .wrapper-narrow::after,
.footer-narrow::after,
.header-narrow::after,
.page-narrow::after {
  display: table;
  content: '';
  line-height: 0; }

.wrapper::after,
.footer::after,
.header::after,
.page::after, .wrapper-narrow::after,
.footer-narrow::after,
.header-narrow::after,
.page-narrow::after {
  clear: both; }

h1,
h2,
h3,
h4,
.title {
  font-family: 'Futura PT Extra';
  font-weight: bold;
  margin-top: 0;
  margin: 0.75rem auto;
  text-align: left;
  line-height: 1.5rem;
  text-transform: uppercase; }
  @media (min-width: 960px) {
    h1,
    h2,
    h3,
    h4,
    .title {
      margin: 1.5rem auto; } }

h1, .title {
  font-size: 2.5rem;
  line-height: 1.2; }
  @media (min-width: 960px) {
    h1, .title {
      font-size: 2.8rem;
      line-height: 1.2; } }

h2 {
  font-size: 1.56rem; }
  @media (min-width: 960px) {
    h2 {
      font-size: 2.8rem;
      line-height: 1.2; } }

h3 {
  font-size: 1.25rem; }
  @media (min-width: 960px) {
    h3 {
      font-size: 1.56rem; } }

h4 {
  font-size: 1.25rem;
  line-height: 1.5rem; }

a {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #1B1B1B;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  a:visited {
    color: #1B1B1B; }
  a:hover, a:focus {
    color: #71E0AF;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

b,
strong {
  font-weight: bold; }

i,
em {
  font-style: italic; }

ul,
menu,
dir {
  list-style-type: none;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0; }

p,
ul,
ol,
pre,
table,
blockquote {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Montserrat", sans-serif;
  margin-top: 0;
  padding-bottom: 0.75rem;
  text-align: left;
  -webkit-margin-after: 0;
          margin-block-end: 0; }

ul ul,
ol ol,
ul ol,
ol ul {
  text-align: left;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none; }

.hr,
hr {
  background-color: #1B1B1B;
  border: 0;
  height: 1px; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

.button {
  display: inline-block;
  margin: 1.5rem auto;
  padding: 1.5rem 1.5rem;
  border-radius: 0;
  border: 1px solid;
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 1rem;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer; }
  .button:hover, .button:focus {
    text-decoration: none; }

.button {
  border: 0;
  color: #ffffff;
  background-color: #000000;
  -webkit-transition: color 0.5s, background-color 1s;
  -o-transition: color 0.5s, background-color 1s;
  transition: color 0.5s, background-color 1s;
  text-transform: uppercase; }
  .button:visited {
    color: #ffffff; }
  .button:hover, .button:focus {
    color: #000000;
    background-color: #ffffff; }
  .button.submit {
    border: 2px solid #000000;
    color: #ffffff;
    background-color: #000000;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s; }
    .button.submit:hover, .button.submit:focus {
      border: 2px solid #ffffff;
      background-color: transparent;
      color: #ffffff; }

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

:focus {
  outline: none; }

html,
body {
  height: 100%; }

body {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Montserrat", sans-serif;
  background: #fff;
  color: #1B1B1B;
  position: relative;
  overflow-x: hidden; }
  body.stone {
    min-height: calc(100vh - 160px);
    /*
      &::after{
        position: absolute;
        content: '';
        bottom: 0;
        right: 0;
        width: 768px;
        height: 348px;
        background: transparent url('/images/bottom_stone.png') bottom right no-repeat;
        z-index: 1;
      }
      */ }
    body.stone::before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 872px;
      height: 364px;
      background: transparent url("/images/top_stone.png") top left no-repeat;
      z-index: 1;
      display: none; }
      @media (min-width: 960px) {
        body.stone::before {
          display: block; } }

.green {
  background: #6ae5ae url("/images/bg.jpg") left top no-repeat scroll; }
  @media (min-width: 768px) {
    .green {
      background: #6ae5ae url("/images/bg.jpg") left top no-repeat scroll; } }
  @media (min-width: 960px) {
    .green {
      background: #6ae5ae url("/images/bg.jpg") center top no-repeat scroll;
      background-size: 100%; } }

.wrapper,
.footer,
.header,
.page {
  width: 100%;
  margin: 0 auto;
  padding: 0; }
  .wrapper-narrow,
  .footer-narrow,
  .header-narrow,
  .page-narrow {
    width: 100%;
    padding: 0 1rem; }
    @media (min-width: 1200px) {
      .wrapper-narrow,
      .footer-narrow,
      .header-narrow,
      .page-narrow {
        max-width: 1200px;
        margin: 0 auto; } }

section {
  padding-top: 0; }

.w-50 {
  width: 100%;
  float: left; }
  .w-50:first-child {
    padding-right: 0;
    margin-bottom: 3rem; }
  .w-50:last-child {
    padding-left: 0; }
  @media (min-width: 960px) {
    .w-50 {
      width: 50%;
      float: left; }
      .w-50:first-child {
        padding-right: 67px; } }

.vh {
  width: 100%;
  min-height: 100vh;
  display: block; }

.vhf {
  width: 100%;
  min-height: calc(100vh - 160px);
  display: block;
  position: relative; }

.clear {
  clear: both;
  width: 100%; }

.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 0; }

nav {
  height: 80px;
  width: 100%;
  background-color: #69E5AE;
  border-bottom: 1px solid #93ECC5;
  z-index: 100; }
  nav.nav_green {
    background-color: #ffffff; }
  nav .wrapper-narrow {
    padding: 0; }
  nav .overlay {
    width: 100%;
    height: 100vh;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    display: none; }
    nav .overlay.active {
      display: block; }
  @media (min-width: 960px) {
    nav {
      background-color: transparent;
      border: none; }
      nav .wrapper-narrow {
        padding: 0 1rem; }
      nav.nav_green {
        background-color: transparent; }
      nav .overlay {
        display: none; } }
  nav .mobileMenuButton {
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #93ECC5;
    width: 80px;
    height: 80px;
    display: block;
    background: transparent url("/images/menu.svg") center center no-repeat; }
    @media (min-width: 960px) {
      nav .mobileMenuButton {
        display: none; } }
    nav .mobileMenuButton.active {
      background: #000000 url("/images/cross.svg") center center no-repeat; }
  nav .mobileMenu {
    position: absolute;
    top: 80px;
    left: -420px;
    width: 420px;
    max-width: 100%;
    background-color: #7CF3BF;
    z-index: 10;
    min-height: calc(100vh - 80px);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    nav .mobileMenu.active {
      left: 0; }
    @media (min-width: 960px) {
      nav .mobileMenu {
        display: none; } }
    nav .mobileMenu ul {
      margin-bottom: 40px; }
      nav .mobileMenu ul li {
        border-bottom: 1px solid #A6FFD8;
        padding: 1rem 2rem; }
        nav .mobileMenu ul li a {
          display: block;
          text-align: center;
          color: #000;
          font-weight: bold; }
    nav .mobileMenu .contacts {
      padding: 0 1rem;
      display: block; }
      nav .mobileMenu .contacts .phone {
        width: 100%;
        margin-bottom: 24px;
        text-align: center; }
      nav .mobileMenu .contacts .socButton {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 24px; }
        nav .mobileMenu .contacts .socButton a {
          width: 31%; }
  nav .logo {
    width: 120px;
    height: 60px;
    position: relative;
    margin: 10px auto 0; }
    @media (min-width: 960px) {
      nav .logo {
        margin: 10px 0 0 0;
        float: left; } }
  nav .aboutLink {
    float: right;
    display: none;
    line-height: 60px;
    color: #ffffff;
    font-weight: bold; }
    nav .aboutLink:hover {
      color: #000000; }
    @media (min-width: 960px) {
      nav .aboutLink {
        display: block; } }
  nav.nav_green .aboutLink {
    color: #71E0AF; }
  nav .buttonBack {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 80px;
    cursor: pointer;
    background: #69E5AE url("/images/reload.svg") center center no-repeat;
    z-index: 100; }
    @media (min-width: 960px) {
      nav .buttonBack {
        display: block;
        border: 1px solid #ffffff;
        background-color: transparent;
        border-radius: 4px;
        top: 100px;
        width: 52px;
        height: 52px; } }
    nav .buttonBack:hover {
      background-color: #000000;
      border: 1px solid #000000; }

.home {
  padding: 1rem 0 0 0; }
  @media (min-width: 960px) {
    .home {
      padding: 6rem 0 0 0; } }
  .home .stone {
    position: relative;
    display: none; }
    .home .stone .bigStone {
      position: absolute;
      top: 0;
      left: 80vw; }
    .home .stone .dots {
      display: none; }
    .home .stone .lineCloud {
      display: none; }
    @media (min-width: 768px) {
      .home .stone {
        display: block; }
        .home .stone .bigStone {
          max-width: 100%;
          position: relative;
          left: auto;
          top: auto;
          margin-top: 50px; }
        .home .stone .dots {
          position: absolute;
          top: 0;
          left: 100px;
          display: block; }
        .home .stone .lineCloud {
          position: absolute;
          top: 50%;
          right: -107px;
          display: block; } }
  .home .w-50 {
    width: 100%;
    float: left; }
    .home .w-50:first-child {
      padding-right: 0;
      margin-bottom: 3rem; }
    .home .w-50:last-child {
      padding-left: 0; }
    @media (min-width: 768px) {
      .home .w-50 {
        width: 50%;
        float: left; }
        .home .w-50:first-child {
          padding-right: 67px; } }

.about {
  padding: 0;
  overflow: hidden;
  position: relative;
  overflow-x: hidden; }
  .about .bigStone {
    display: none; }
  @media (min-width: 1200px) {
    .about {
      padding: 4rem 0 0 0; }
      .about .bigStone {
        display: block;
        position: absolute;
        top: 266px;
        left: -109px;
        height: 246px; } }

.home h1 {
  text-align: center; }
  @media (min-width: 768px) {
    .home h1 {
      text-align: left; } }

.about .title {
  margin-top: 0;
  margin-bottom: 4rem;
  text-align: center; }
  @media (min-width: 768px) {
    .about .title {
      text-align: left; } }

.about, .home {
  text-align: center; }
  @media (min-width: 768px) {
    .about, .home {
      text-align: left; } }

.about p, .home p {
  text-align: center; }
  @media (min-width: 768px) {
    .about p, .home p {
      text-align: left; } }

.home p {
  font-size: 16px;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .home p {
      font-size: 22px;
      line-height: 1.5; } }

.contacts {
  display: block;
  margin-bottom: 4rem; }
  @media (min-width: 768px) {
    .contacts {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 960px) {
    .contacts {
      display: block; } }
  @media (min-width: 1200px) {
    .contacts {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .contacts .phone {
    border: 2px solid #ffffff;
    height: 37px;
    line-height: 37px;
    padding: 0 12px 0 12px;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    display: block;
    white-space: nowrap;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center; }
    @media (min-width: 768px) {
      .contacts .phone {
        margin-right: 20px; } }
    @media (min-width: 960px) {
      .contacts .phone {
        margin-right: 0; } }
    @media (min-width: 1200px) {
      .contacts .phone {
        margin-right: 20px; } }
    .contacts .phone span {
      display: inline-block;
      position: relative;
      padding-left: 30px; }
    .contacts .phone img {
      height: 14px;
      position: absolute;
      top: 10px;
      left: 9px; }
    .contacts .phone:hover {
      border: 2px solid #000000;
      background-color: #000000; }
  .contacts .socCont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
    @media (min-width: 480px) {
      .contacts .socCont {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (min-width: 768px) {
      .contacts .socCont {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    @media (min-width: 960px) {
      .contacts .socCont {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (min-width: 1200px) {
      .contacts .socCont {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
  .contacts .social {
    height: 37px;
    line-height: 37px;
    padding: 0 12px 0 32px;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    position: relative;
    margin: 0; }
    @media (min-width: 480px) {
      .contacts .social {
        margin: 0 5px; } }
    @media (min-width: 480px) {
      .contacts .social {
        font-size: 12px; } }
    @media (min-width: 768px) {
      .contacts .social {
        margin-left: 10px; } }
    @media (min-width: 960px) {
      .contacts .social {
        margin: 0 5px; } }
    @media (min-width: 1200px) {
      .contacts .social {
        margin-left: 10px; } }
    .contacts .social:hover {
      -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
              box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
    .contacts .social img {
      height: 14px;
      position: absolute;
      top: 12px;
      left: 9px; }
    .contacts .social.fb {
      background-color: #3A5898; }
      .contacts .social.fb img {
        left: 12px; }
    .contacts .social.tg {
      background-color: #3BAFEE; }
    .contacts .social.tw {
      background-color: #1DA1F2; }

.form-feedback {
  width: 100%; }
  .form-feedback .form_group {
    width: 100%;
    margin-bottom: 2.25rem;
    position: relative;
    /* active state */ }
    @media (min-width: 768px) {
      .form-feedback .form_group {
        width: 50%;
        float: left; }
        .form-feedback .form_group:nth-child(2n+1) {
          padding-right: 20px; } }
    @media (min-width: 960px) {
      .form-feedback .form_group {
        width: 100%; } }
    .form-feedback .form_group input {
      margin: 0;
      padding: 1.5rem 0;
      height: 1.5rem;
      color: #1B1B1B; }
      .form-feedback .form_group input:focus {
        outline: none; }
    .form-feedback .form_group textarea {
      margin: 0;
      padding: 1.5rem 0;
      resize: none;
      color: #1B1B1B; }
      .form-feedback .form_group textarea:focus {
        outline: none; }
    .form-feedback .form_group label {
      color: #1B1B1B;
      font-weight: bold;
      position: absolute;
      pointer-events: none;
      left: 0;
      top: 11px;
      -webkit-transition: 0.5s ease all;
      -o-transition: 0.5s ease all;
      transition: 0.5s ease all; }
    .form-feedback .form_group input:focus ~ label,
    .form-feedback .form_group input:valid ~ label,
    .form-feedback .form_group textarea:focus ~ label,
    .form-feedback .form_group textarea:valid ~ label {
      top: -12px; }
  .form-feedback .submit {
    margin: 8px auto 1.5rem auto;
    float: none; }
    @media (min-width: 1200px) {
      .form-feedback .submit {
        margin: 8px 0 1.5rem 0; } }
  .form-feedback .form-control {
    width: 100%;
    border: none;
    border-bottom: 1px solid #000000;
    background-color: transparent; }
  .form-feedback form {
    width: 100%; }

.wrapper-narrow.color {
  max-width: 900px;
  margin: 0 auto; }

.title {
  text-align: center;
  margin: 2rem 0; }
  .title.vartitle {
    padding: 0 85px;
    font-size: 30px; }
    @media (min-width: 768px) {
      .title.vartitle {
        font-size: 45px;
        margin: 2rem 0 4rem; } }
    @media (min-width: 960px) {
      .title.vartitle {
        font-size: 56px;
        margin: 2rem 0 4rem; } }

.checkIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95px;
  height: 77px;
  -webkit-transform: translateY(-50%) translateX(-40%);
      -ms-transform: translateY(-50%) translateX(-40%);
          transform: translateY(-50%) translateX(-40%);
  opacity: 0;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all; }
  .checkIcon::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 10px;
    background-color: #ffffff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    left: -6px;
    bottom: 16px; }
  .checkIcon::before {
    position: absolute;
    content: '';
    width: 100px;
    height: 10px;
    background-color: #ffffff;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    right: -20px;
    bottom: 33px; }

.variantItem {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 48%;
  cursor: pointer; }
  .variantItem:nth-child(2n + 1) {
    margin-left: 4%; }
  .variantItem:nth-child(2n + 1) {
    margin-left: 0; }
  .variantItem:nth-child(2n + 2) {
    margin-left: 4%; }
  .variantItem:nth-child(2n + 1) {
    margin-left: 0; }
  @media (min-width: 960px) {
    .variantItem {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 23%; }
      .variantItem:nth-child(4n + 1) {
        margin-left: 2.66667%; }
      .variantItem:nth-child(4n + 1) {
        margin-left: 0; }
      .variantItem:nth-child(4n + 2) {
        margin-left: 2.66667%; }
      .variantItem:nth-child(4n + 1) {
        margin-left: 0; }
      .variantItem:nth-child(4n + 3) {
        margin-left: 2.66667%; }
      .variantItem:nth-child(4n + 1) {
        margin-left: 0; }
      .variantItem:nth-child(4n + 4) {
        margin-left: 2.66667%; }
      .variantItem:nth-child(4n + 1) {
        margin-left: 0; } }
  @media (min-width: 960px) {
    .variantItem.color {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 31.33333%; }
      .variantItem.color:nth-child(3n + 1) {
        margin-left: 3%; }
      .variantItem.color:nth-child(3n + 1) {
        margin-left: 0; }
      .variantItem.color:nth-child(3n + 2) {
        margin-left: 3%; }
      .variantItem.color:nth-child(3n + 1) {
        margin-left: 0; }
      .variantItem.color:nth-child(3n + 3) {
        margin-left: 3%; }
      .variantItem.color:nth-child(3n + 1) {
        margin-left: 0; } }
  .variantItem .variantImage {
    width: 100%;
    height: 120px;
    background-position: center center;
    background-size: cover;
    margin-bottom: 24px;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
    position: relative;
    border-radius: 4px; }
    @media (min-width: 768px) {
      .variantItem .variantImage {
        height: 190px; } }
    @media (min-width: 960px) {
      .variantItem .variantImage {
        height: 380px; } }
    .variantItem .variantImage::before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      opacity: 0;
      background-color: #000000;
      border-radius: 4px; }
  .variantItem .variantTitle {
    text-align: center;
    font-weight: 900;
    color: #ffffff;
    font-size: 1rem;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
    margin-bottom: 34px; }
    @media (min-width: 768px) {
      .variantItem .variantTitle {
        font-size: 1.5rem; } }
    @media (min-width: 960px) {
      .variantItem .variantTitle {
        font-size: 2rem; } }
  .variantItem:hover .variantImage::before {
    opacity: 0.3; }
  .variantItem:hover .variantImage .checkIcon {
    opacity: 1; }

.numberItem {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 18%;
  height: 50px;
  background-color: #ffffff;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  margin-bottom: 2%;
  border-radius: 4px;
  font-weight: bold;
  font-size: 1.5rem;
  position: relative; }
  .numberItem:nth-child(5n + 1) {
    margin-left: 2.5%; }
  .numberItem:nth-child(5n + 1) {
    margin-left: 0; }
  .numberItem:nth-child(5n + 2) {
    margin-left: 2.5%; }
  .numberItem:nth-child(5n + 1) {
    margin-left: 0; }
  .numberItem:nth-child(5n + 3) {
    margin-left: 2.5%; }
  .numberItem:nth-child(5n + 1) {
    margin-left: 0; }
  .numberItem:nth-child(5n + 4) {
    margin-left: 2.5%; }
  .numberItem:nth-child(5n + 1) {
    margin-left: 0; }
  .numberItem:nth-child(5n + 5) {
    margin-left: 2.5%; }
  .numberItem:nth-child(5n + 1) {
    margin-left: 0; }
  .numberItem::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-color: #000000;
    border-radius: 4px; }
  @media (min-width: 960px) {
    .numberItem {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 10.5%;
      height: 84px;
      line-height: 84px; }
      .numberItem:nth-child(8n + 1) {
        margin-left: 2.28571%; }
      .numberItem:nth-child(8n + 1) {
        margin-left: 0; }
      .numberItem:nth-child(8n + 2) {
        margin-left: 2.28571%; }
      .numberItem:nth-child(8n + 1) {
        margin-left: 0; }
      .numberItem:nth-child(8n + 3) {
        margin-left: 2.28571%; }
      .numberItem:nth-child(8n + 1) {
        margin-left: 0; }
      .numberItem:nth-child(8n + 4) {
        margin-left: 2.28571%; }
      .numberItem:nth-child(8n + 1) {
        margin-left: 0; }
      .numberItem:nth-child(8n + 5) {
        margin-left: 2.28571%; }
      .numberItem:nth-child(8n + 1) {
        margin-left: 0; }
      .numberItem:nth-child(8n + 6) {
        margin-left: 2.28571%; }
      .numberItem:nth-child(8n + 1) {
        margin-left: 0; }
      .numberItem:nth-child(8n + 7) {
        margin-left: 2.28571%; }
      .numberItem:nth-child(8n + 1) {
        margin-left: 0; }
      .numberItem:nth-child(8n + 8) {
        margin-left: 2.28571%; }
      .numberItem:nth-child(8n + 1) {
        margin-left: 0; } }
  .numberItem .checkIcon {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: center center 0;
        -ms-transform-origin: center center 0;
            transform-origin: center center 0;
    -webkit-transform: scale(0.5) translate(-90%, -90%);
        -ms-transform: scale(0.5) translate(-90%, -90%);
            transform: scale(0.5) translate(-90%, -90%); }
  .numberItem:hover::before {
    opacity: 0.3; }
  .numberItem:hover .checkIcon {
    opacity: 1; }

.variant {
  height: 80px;
  background: transparent url("/images/bottom_stone.png") -78px 43px no-repeat; }
  @media (min-width: 768px) {
    .variant {
      background: transparent url("/images/bottom_stone.png") 214px 22px no-repeat; } }
  @media (min-width: 960px) {
    .variant {
      background: transparent url("/images/bottom_stone.png") bottom right no-repeat; } }
  .variant > div {
    position: relative;
    height: 80px; }
    .variant > div .copy {
      font-size: 12px;
      color: #6AA289;
      width: 100%;
      text-align: center; }
      @media (min-width: 768px) {
        .variant > div .copy {
          width: auto;
          position: absolute;
          bottom: 20px;
          left: 1rem; } }
      .variant > div .copy a {
        font-weight: bold;
        font-size: 12px;
        color: #6AA289; }
        .variant > div .copy a:hover {
          color: #0A0209; }

section.result {
  padding: 40px 0 0 0; }
  @media (min-width: 768px) {
    section.result {
      padding: 40px 0 0 0; } }
  @media (min-width: 960px) {
    section.result {
      padding: 100px 0 0 0; } }

.backToHome {
  margin: 0 auto;
  display: block;
  width: 200px;
  border: 2px solid #000000;
  background-color: #ffffff;
  color: #000000 !important; }
  .backToHome:hover {
    background-color: #000000;
    color: #ffffff !important; }

.werbImage {
  margin-bottom: 2rem;
  position: relative; }
  .werbImage img {
    width: 100%; }
    @media (min-width: 768px) {
      .werbImage img {
        width: 80%;
        margin: 0 auto;
        display: block; } }
    @media (min-width: 960px) {
      .werbImage img {
        width: 100%; } }
  @media (min-width: 960px) {
    .werbImage {
      width: 50%;
      float: left;
      margin-bottom: 0;
      padding-right: 37px; } }

.werbText {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 2rem;
  text-align: center; }
  .werbText p {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.2;
    text-align: center; }
  @media (min-width: 960px) {
    .werbText {
      width: 50%;
      float: right;
      margin-bottom: 0;
      font-size: 24px;
      text-align: left; }
      .werbText p {
        font-size: 24px;
        text-align: left; } }
  @media (min-width: 960px) {
    .werbText {
      font-size: 32px; }
      .werbText p {
        font-size: 32px; } }

.share {
  display: block;
  width: 100%; }
  @media (min-width: 768px) {
    .share {
      width: auto;
      float: right;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  @media (min-width: 960px) {
    .share {
      width: 50%; } }
  .share > div {
    line-height: 37px;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .share > div {
        margin-right: 37px;
        margin-bottom: 0; } }

.author {
  color: #BDBDBD;
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 0; }
  @media (min-width: 768px) {
    .author {
      left: 0;
      bottom: -30px; } }
  @media (min-width: 960px) {
    .author {
      bottom: -120px; } }


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