/*  БАЗОВЫЕ НАСТРОЙКИ  */

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img,
abbr {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

img {
  max-width: 100%;
}

html {
  font-size: 14px;
}

body {
  font-family: 'Conv_PFDinDisplayPro', Helvetica, sans-serif;
  line-height: 1.2;
  color: #000000;
  font-weight: 400;
  font-style: normal;
}

* {
  box-sizing: border-box;
  max-height: 100000px;
}

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

a {
  color: inherit;
}

strong {
  font-weight: 700;
}

.main-page {
  min-height: 80vh;
  min-width: 320px;
  overflow: hidden;
}

.container {
  position: relative;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

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

.d-ib {
  display: inline-block;
}

.box-btn {
  text-align: center;
}

.btn1 {
  display: inline-block;
  width: 100%;
  max-width: 335px;
  padding: 25px 12px 27px;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 38px;
  cursor: pointer;
  background: #15141b;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  font-family: 'Conv_PFDinDisplayPro', Helvetica, sans-serif;
  line-height: 1.2;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  box-shadow: 0 0 31px rgba(191, 120, 7, 0.32);
}

.btn1:hover {
  background: #bf7807;
  text-decoration: none;
}

.fz18,
body,
.form__submit,
.solution__text,
.catalog__text,
.steps__text {
  font-size: 16px;
}

.fz20,
.form__desc-sub,
.advantages__text,
.contacts__box-text {
  font-size: 17px;
}

.fz22,
.desc-2,
.phone__link,
.dark__text {
  font-size: 18px;
}

.desc-1 {
  font-family: 'Conv_PFDinDisplayPro', Helvetica, sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 3.5px;
  line-height: 1.18;
}

.desc-1 strong {
  display: inline-block;
  font-weight: 700;
  font-size: 1.37em;
  letter-spacing: 4.5px;
}

.desc-2 {
  font-weight: 200;
  margin: 20px 0 40px;
  line-height: 1.25;
}

.desc-3 {
  font-size: 26px;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.desc-3 strong {
  font-weight: 500;
}

.desc-3__sub {
  margin: 6px auto 22px;
  text-align: center;
  font-weight: 200;
  font-size: 18px;
}

.fashion-line {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  vertical-align: middle;
  letter-spacing: 4px;
}

.fashion-line span {
  display: inline-block;
  border-top: 1px solid #bf7807;
  border-bottom: 1px solid #bf7807;
  padding-top: 5px;
  padding-bottom: 5px;
}

.fashion-line::before,
.fashion-line::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #bf7807;
  vertical-align: middle;
  margin: 0 10px 3px;
}

/*  ФОРМА  */

.form__modal {
  padding: 30px 20px;
  text-align: center;
}

.form__desc {
  font-family: 'Conv_PFDinDisplayPro', Helvetica, sans-serif;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 3px;
}

.form__desc strong {
  font-weight: 500;
}

.form__desc-sub {
  margin-bottom: 33px;
  font-weight: 300;
}

.form__box-input {
  max-width: 336px;
  margin: 0 auto 8px;
}

.form__box-submit {
  max-width: 336px;
  margin: 10px auto 12px;
}

.form__input {
  width: 100%;
  display: inline-block;
  font-family: 'Conv_PFDinDisplayPro', Helvetica, sans-serif;
  color: #000000;
  padding: 22px 28px 27px;
  border: 1px solid #c9c9c9;
  background: #fff;
  border-radius: 36px;
  font-size: 18px;
  font-weight: 300;
}

.form__submit {
  width: 100%;
  border: none;
}

.form__submit[disabled] {
  background: #000000;
}

.form__text-sub {
  font-weight: 300;
  font-size: 14px;
  color: #bf7807;
}

.form__policy {
  text-decoration: underline;
  display: inline-block;
}

.form__checker {
  display: none;
}

.form__checker:checked + .form__check-label {
  background-position: -32px 0px;
}

.form__check-label {
  display: inline-block;
  margin-right: 7px;
  width: 22px;
  height: 22px;
  vertical-align: bottom;
  background-image: url(../img/check.png);
  background-position: 0px 0px;
  cursor: pointer;
}

/*  МОДАЛЬНОЕ ОКНО  */

.modal {
  position: relative;
  width: 290px;
  margin: 40px auto;
  background: #fff;
}

.modal .mfp-close {
  font-size: 0;
  background-image: url(../img/icons.png);
  background-position: -68px -98px;
  width: 22px;
  height: 24px;
  top: 20px;
  right: 20px;
}

.cursive {
  margin-bottom: 30px;
  font-family: 'Conv_GoodVibesCyr', 'Comic Sans MS', sans-serif;
  font-size: 30px;
  color: #fff;
  letter-spacing: 2.1px;
}

.underline {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.double {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.double__pic {
  width: 100%;
}

.double__img {
  padding-bottom: 12px;
}

.double__dark {
  background-color: #101217;
  color: #ededef;
}

.double__desc {
  margin: 0 auto;
  padding: 60px 15px 50px;
  text-align: center;
  max-width: 600px;
}

.ui-tooltip-content {
  font-size: 14px;
  font-family: 'Conv_PFDinDisplayPro', Helvetica, sans-serif;
}

@font-face {
  font-family: 'Conv_PFDinDisplayPro';
  src: url('../fonts/PFDinDisplayPro-XThin.eot');
  src: local('☺'), url('../fonts/PFDinDisplayPro-XThin.woff') format('woff'), url('../fonts/PFDinDisplayPro-XThin.otf') format('otf'), url('../fonts/PFDinDisplayPro-XThin.ttf') format('truetype'), url('../fonts/PFDinDisplayPro-XThin.svg') format('svg');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_PFDinDisplayPro';
  src: url('../fonts/PFDinDisplayPro-Thin.eot');
  src: local('☺'), url('../fonts/PFDinDisplayPro-Thin.woff') format('woff'), url('../fonts/PFDinDisplayPro-Thin.otf') format('otf'), url('../fonts/PFDinDisplayPro-Thin.ttf') format('truetype'), url('../fonts/PFDinDisplayPro-Thin.svg') format('svg');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_PFDinDisplayPro';
  src: url('../fonts/PFDinDisplayPro-Light.eot');
  src: local('☺'), url('../fonts/PFDinDisplayPro-Light.woff') format('woff'), url('../fonts/PFDinDisplayPro-Light.otf') format('otf'), url('../fonts/PFDinDisplayPro-Light.ttf') format('truetype'), url('../fonts/PFDinDisplayPro-Light.svg') format('svg');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_PFDinDisplayPro';
  src: url('../fonts/PFDinDisplayPro-Reg.eot');
  src: local('☺'), url('../fonts/PFDinDisplayPro-Reg.woff') format('woff'), url('../fonts/PFDinDisplayPro-Reg.otf') format('otf'), url('../fonts/PFDinDisplayPro-Reg.ttf') format('truetype'), url('../fonts/PFDinDisplayPro-Reg.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_PFDinDisplayPro';
  src: url('../fonts/PFDinDisplayPro-Med.eot');
  src: local('☺'), url('../fonts/PFDinDisplayPro-Med.woff') format('woff'), url('../fonts/PFDinDisplayPro-Med.otf') format('otf'), url('../fonts/PFDinDisplayPro-Med.ttf') format('truetype'), url('../fonts/PFDinDisplayPro-Med.svg') format('svg');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_PFDinDisplayPro';
  src: url('../fonts/PFDinDisplayPro-Bold.eot');
  src: local('☺'), url('../fonts/PFDinDisplayPro-Bold.woff') format('woff'), url('../fonts/PFDinDisplayPro-Bold.otf') format('otf'), url('../fonts/PFDinDisplayPro-Bold.ttf') format('truetype'), url('../fonts/PFDinDisplayPro-Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_GoodVibesCyr';
  src: url('../fonts/GoodVibesCyr.eot');
  src: local('☺'), url('../fonts/GoodVibesCyr.woff') format('woff'), url('../fonts/GoodVibesCyr.otf') format('otf'), url('../fonts/GoodVibesCyr.ttf') format('truetype'), url('../fonts/GoodVibesCyr.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*  ШАПКА  */

.header {
  width: 100%;
  padding: 15px 0 15px;
  color: #fff;
  background-color: #101217;
}

.header__row {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin: 0 -15px;
}

.header__left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 0 15px 20px;
}

.header__center {
  display: none;
}

.header__right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 200px;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  margin: 0 15px;
}

.logo {
  max-width: 152px;
  margin: 0 auto;
}

.phone {
  text-align: center;
}

.phone__link {
  font-family: 'Conv_PFDinDisplayPro', Helvetica, sans-serif;
  text-decoration: none;
  font-weight: 300;
  line-height: 22px;
}

.phone__link:hover {
  text-decoration: none;
}

.phone__link strong {
  font-weight: 500;
}

/*  НАВИГАЦИЯ  */

.nav__item {
  display: inline-block;
  margin-right: 20px;
}

.nav__item:last-child {
  margin-right: 0;
}

.nav__link {
  display: inline-block;
  text-decoration: none;
  font-family: 'Conv_PFDinDisplayPro', Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  color: #797780;
  letter-spacing: .8px;
}

.nav__link:hover {
  text-decoration: underline;
}

/*  ПЕРВЫЙ ЭКРАН  */

.top-screen {
  position: relative;
}

.top-screen__desc {
  padding: 20px 15px 60px;
  background-color: #101217;
  color: #ededef;
  text-align: center;
}

.scroll {
  display: none;
}

.scroll__link {
  font-size: 14px;
  font-weight: 100;
  text-decoration: none;
  letter-spacing: 5px;
}

.scroll__link::before {
  content: '';
  display: inline-block;
  height: 3px;
  width: 22px;
  background-color: #101217;
  margin-right: 10px;
  border-right: 22px solid #bf7807;
  vertical-align: middle;
}

.top-slider {
  position: relative;
  color: #fff;
}

.top-slider__dots {
  position: absolute;
  z-index: 20;
  bottom: 22px;
  width: 100%;
  text-align: center;
}

.top-slider__dots li {
  display: inline-block;
  margin: 0 4px;
  text-align: center;
}

.top-slider__dots li button {
  width: 34px;
  height: 34px;
  padding: 0;
  line-height: 32px;
  border-radius: 50%;
  background-color: transparent;
  border: none;
  font-weight: 500;
  font-size: 18px;
  color: inherit;
  cursor: pointer;
  font-family: 'Conv_PFDinDisplayPro', Helvetica, sans-serif;
  outline: none;
}

.top-slider__dots li button::before {
  content: '0';
}

.top-slider .slick-active button {
  background-color: #bf7807;
}

/*  ИДЕАЛЬНОЕ РЕШЕНИЕ ДЛЯ ИНТЕРЬЕРА  */

.solution {
  padding: 50px 0 0;
}

.solution__wrap {
  margin-top: 40px;
}

.solution__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 60px;
}

.solution__desc {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 510px;
      -ms-flex: 0 1 510px;
          flex: 0 1 510px;
  position: relative;
}

.solution__pic {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 510px;
      -ms-flex: 0 1 510px;
          flex: 0 1 510px;
}

.solution__step {
  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;
  margin-bottom: 24px;
}

.solution__num {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 62px;
      -ms-flex: 0 0 62px;
          flex: 0 0 62px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.15);
  font-size: 48px;
  font-weight: 500;
}

.solution__hr {
  display: inline-block;
  margin-right: 21px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33px;
      -ms-flex: 0 0 33px;
          flex: 0 0 33px;
  height: 1px;
  background-color: #bf7807;
}

.solution__small {
  font-size: 17px;
  font-weight: 300;
}

.solution__header {
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.solution__text {
  font-weight: 300;
  line-height: 1.45;
}

/*  СОЗДАЙТЕ ИНДИВИДУАЛЬНЫЙ  */

.dark__desc {
  font-weight: 100;
  font-size: 23px;
  letter-spacing: 3.2px;
}

.dark__desc strong {
  letter-spacing: 5px;
  font-size: 1.53em;
}

.dark__text {
  margin: 30px 0 50px;
  font-weight: 200;
}

.advantages {
  padding: 60px 0 0;
}

.advantages__wrap {
  margin: 40px -15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.advantages__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 290px;
      -ms-flex: 0 1 290px;
          flex: 0 1 290px;
  margin: 0 15px 50px;
  text-align: center;
}

.advantages__pic {
  margin-bottom: 20px;
}

.advantages__pic::after {
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  background-color: #bf7807;
  margin: 8px auto 0;
}

.advantages__text {
  font-weight: 300;
  line-height: 1.3;
}

.advantages__icon {
  display: inline-block;
  background-image: url(../img/advantages.png);
  width: 66px;
  height: 62px;
}

.advantages__icon-1 {
  background-position: 0px 0px;
}

.advantages__icon-2 {
  background-position: -76px 0px;
}

.advantages__icon-3 {
  background-position: 0px -72px;
}

.advantages__icon-4 {
  background-position: -76px -72px;
}

.advantages__icon-5 {
  background-position: -152px 0px;
}

.advantages__icon-6 {
  background-position: -152px -72px;
}

.advantages__tooltip {
  display: inline-block;
  margin: 0 7px 4px;
  color: #bf7807;
  font-size: 14px;
  font-weight: 700;
  vertical-align: top;
  cursor: pointer;
}

/*  каталог ПОЛУДРАГОЦЕННЫХ КАМНЕЙ  */

.catalog {
  padding: 60px 0 10px;
  background-color: #101217;
  color: #ededef;
}

.catalog .desc-3,
.catalog .desc-3__sub,
.catalog .fashion-line {
  color: #fff;
}

.catalog__wrap {
  margin-top: 40px;
}

.catalog__item {
  margin-bottom: 64px;
}

.catalog__pic {
  max-width: 500px;
  height: 200px;
  margin: 15px auto 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.catalog__desc {
  max-width: 505px;
  margin: 0 auto;
  border: 1px solid #bf7807;
  padding: 40px 30px 40px;
}

.catalog__header {
  font-size: 23px;
  font-weight: 200;
  margin-bottom: 22px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.catalog__header.underline::after {
  bottom: 2px;
  height: 7px;
}

.catalog__text {
  font-weight: 300;
  line-height: 1.45;
}

/*  от идеи до воплощения  */

.examples {
  padding: 60px 0 0;
}

.examples__wrap {
  margin: 40px auto 0;
  max-width: 1162px;
  position: relative;
}

.examples__slider {
  max-width: 887px;
  margin: 0 auto;
}

.examples__arrow {
  position: absolute;
  z-index: 10;
  border: 1px solid #bf7807;
  background-color: rgba(255, 255, 255, 0.6);
  background-image: url(images/);
  background-image: url(../img/icons.png);
  width: 58px;
  height: 58px;
  margin-top: 15px;
}

.examples__arrow:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.examples__arrow_prev {
  left: 0;
  background-position: 0px -98px;
}

.examples__arrow_next {
  right: 0;
  background-position: -98px 0px;
}

.examples__counter {
  height: 75px;
  text-align: center;
  padding-top: 28px;
  font-size: 26px;
  font-weight: 200;
}

.examples__current {
  font-size: 30px;
  font-weight: 500;
}

/*  КАК МЫ БУДЕМ С ВАМИ РАБОТАТЬ  */

.steps {
  padding: 60px 0 50px;
}

.steps .fashion-line {
  margin-top: 23px;
}

.steps__wrap {
  margin-top: 40px;
  max-width: 1100px;
}

.steps__middle {
  display: none;
}

.steps__middle > span {
  display: block;
  position: relative;
  width: 34px;
  height: 34px;
  border: 5px solid #fff;
  box-shadow: inset 0 0 0px 7px #bf7807;
  border-radius: 50%;
  background-color: #fff;
}

.steps__middle > span::after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 17px;
  background-color: #bf7807;
  left: 50%;
}

.steps__middle > span.steps__step-2::after,
.steps__middle > span.steps__step-4::after {
  bottom: -40px;
}

.steps__middle > span.steps__step-3::after,
.steps__middle > span.steps__step-5::after {
  top: -40px;
}

.steps__icon {
  display: block;
  position: relative;
  background-image: url(../img/icons.png);
  background-position: 0px 0px;
  width: 98px;
  height: 98px;
  border: 5px solid #fff;
  box-shadow: inset 0 0 0px 1px #bf7807;
  border-radius: 50%;
  background-color: #fff;
}

.steps__icon::after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 17px;
  background-color: #bf7807;
  top: -30px;
  left: 50%;
}

.steps__item {
  max-width: 400px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.steps__item-1 {
  top: 0;
  left: 0;
}

.steps__item-2 {
  bottom: 0;
  left: 20.5%;
}

.steps__item-3 {
  top: 38px;
  left: 50%;
}

.steps__item-4 {
  bottom: 0;
  right: 16.5%;
}

.steps__item-5 {
  top: 38px;
  right: 0;
}

.steps__count {
  font-weight: 400;
  font-size: 34px;
  margin-right: 10px;
}

.steps__text {
  padding-top: 5px;
  font-weight: 200;
}

.steps__text strong {
  font-weight: 500;
}

/*  ГОТОВЫ НАЧАТЬ  */

/*  наш адрес и контакты  */

.contacts {
  padding: 60px 0 30px;
}

.contacts__box-text {
  margin-top: 20px;
}

.contacts__header {
  font-weight: 500;
  margin-bottom: 3px;
}

.contacts__text {
  font-weight: 200;
}

.contacts__email {
  text-decoration: none;
}

.contacts__email:hover {
  text-decoration: underline;
}

.contacts__wrap {
  margin: 0 -15px;
  max-width: 1150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.contacts__maps {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  height: 200px;
}

.contacts__desc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 340px;
      -ms-flex: 0 1 340px;
          flex: 0 1 340px;
  margin: 0 15px 40px;
  text-align: center;
}

@media screen and (min-width: 425px) {
  .fz20,
  .form__desc-sub,
  .advantages__text,
  .contacts__box-text {
    font-size: 18px;
  }

  .fz22,
  .desc-2,
  .phone__link,
  .dark__text {
    font-size: 20px;
  }

  .header__row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .header__left {
    -webkit-flex-basis: 152px;
        -ms-flex-preferred-size: 152px;
            flex-basis: 152px;
    margin-bottom: 0;
  }

  .phone {
    text-align: right;
  }

  .solution__body {
    padding-left: 62px;
  }
}

@media screen and (min-width: 560px) {
  html {
    font-size: 16px;
  }

  .modal {
    width: 520px;
  }

  .underline::after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 4px;
    height: 5px;
    background-color: #15141b;
    bottom: 7px;
  }

  .contacts__maps {
    height: 300px;
  }
}

@media screen and (min-width: 780px) {
  .fz18,
  body,
  .form__submit,
  .solution__text,
  .catalog__text,
  .steps__text {
    font-size: 18px;
  }

  .fz20,
  .form__desc-sub,
  .advantages__text,
  .contacts__box-text {
    font-size: 20px;
  }

  .form__modal {
    padding: 83px 45px;
  }

  #modal-thanks .form__modal {
    padding: 50px 20px;
  }

  .examples__wrap {
    padding: 0 75px;
  }

  .examples__arrow {
    top: 50%;
    margin-top: -29px;
  }
}

@media screen and (min-width: 960px) {
  html {
    font-size: 18px;
  }

  .btn1 {
    padding: 30px 12px 33px;
  }

  .fz22,
  .desc-2,
  .phone__link,
  .dark__text {
    font-size: 22px;
  }

  .desc-1 {
    width: 630px;
    font-size: 38px;
  }

  .desc-2 {
    margin-bottom: 82px;
  }

  .desc-3 {
    font-size: 41px;
  }

  .desc-3__sub {
    font-size: 26px;
  }

  .form__desc {
    font-size: 28px;
  }

  .cursive {
    margin-bottom: 43px;
  }

  .underline::after {
    height: 9px;
  }

  .double__pic {
    margin-left: 50%;
  }

  .double__dark {
    position: absolute;
    z-index: 5;
    width: 45.75%;
    height: 100%;
  }

  .double__dark::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    z-index: -1;
    top: 0;
    right: -175px;
    border-left: 175px solid #101217;
  }

  .double__desc {
    max-width: 468px;
    margin-right: 0;
    padding-top: 74px;
    padding-right: 0;
    text-align: left;
  }

  .header {
    position: absolute;
    z-index: 100;
    padding-top: 27px;
    background-color: transparent;
  }

  .header__center {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 695px;
        -ms-flex: 0 1 695px;
            flex: 0 1 695px;
    margin: 0 15px;
  }

  .top-screen__desc {
    position: absolute;
    width: 50%;
    height: 100%;
    height: 718px;
    left: 0;
    padding: 173px 0 120px 15px;
    z-index: 5;
    text-align: left;
  }

  .top-screen__desc::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    z-index: -1;
    top: 0;
    right: -225px;
    border-left: 225px solid #101217;
    border-bottom: 718px solid transparent;
  }

  .top-screen__desc-in {
    max-width: 480px;
    margin-left: auto;
  }

  .top-screen__slider {
    width: 964px;
    margin-left: 50%;
    text-align: right;
    padding-bottom: 12px;
  }

  .scroll {
    display: block;
    position: absolute;
    z-index: 20;
    bottom: 17px;
    right: 263px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  .top-slider__dots {
    padding-left: 90px;
    text-align: left;
  }

  .top-slider__dots li {
    margin-left: 8px;
    margin-right: 8px;
  }

  .solution {
    padding: 91px 0 27px;
  }

  .solution__wrap {
    max-width: 1150px;
    margin: 85px auto 0;
  }

  .solution__row {
    margin-bottom: 105px;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .solution__row:nth-child(odd) .solution__desc {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 15px;
  }

  .solution__row:nth-child(odd) .solution__pic {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .solution__row:nth-child(even) .solution__desc {
    -webkit-flex-basis: 535px;
        -ms-flex-preferred-size: 535px;
            flex-basis: 535px;
    margin-left: 15px;
  }

  .solution__desc {
    -webkit-flex-basis: 545px;
        -ms-flex-preferred-size: 545px;
            flex-basis: 545px;
  }

  .solution__pic {
    margin-bottom: 0;
  }

  .dark .double__img {
    margin-left: -287px;
    max-width: none;
  }

  .dark .double__dark::after {
    border-bottom: 556px solid transparent;
  }

  .dark__desc {
    width: 580px;
    font-size: 34px;
  }

  .dark__text {
    margin-bottom: 75px;
  }

  .advantages {
    padding: 80px 0 14px;
  }

  .advantages__item {
    margin-bottom: 78px;
  }

  .catalog {
    padding: 80px 0 31px;
  }

  .catalog__wrap {
    max-width: 938px;
    margin: 99px auto 0;
  }

  .catalog__item {
    position: relative;
    padding-bottom: 62px;
  }

  .catalog__item-1 .catalog__pic {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
  }

  .catalog__item-1 .catalog__desc {
    margin-left: 0;
    padding: 109px 115px 30px 42px;
  }

  .catalog__item-2 .catalog__pic {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
  }

  .catalog__item-2 .catalog__desc {
    margin-right: 0;
    padding: 109px 20px 30px 131px;
  }

  .catalog__pic {
    width: 500px;
    height: 363px;
  }

  .catalog__desc {
    height: 363px;
  }

  .catalog__header {
    font-size: 30px;
  }

  .catalog__header.underline::after {
    bottom: 4px;
  }

  .fz27-md {
    font-size: 27px;
  }

  .examples {
    padding: 78px 0 0;
  }

  .examples__wrap {
    margin-top: 69px;
  }

  .steps {
    padding: 77px 0 108px;
  }

  .steps__wrap {
    margin: 77px auto 0;
    height: 290px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }

  .steps__middle {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 905px;
        -ms-flex: 0 0 905px;
            flex: 0 0 905px;
    padding-top: 23px;
    padding-right: 43px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .steps__middle::after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 93%;
    height: 1px;
    background-color: #bf7807;
    top: 54%;
    left: 1%;
  }

  .steps__item {
    margin: 0;
    width: 286px;
    position: absolute;
  }

  .steps__item-3 {
    margin-left: -143px;
  }

  .dark-2 .double__img {
    margin-left: -122px;
  }

  .dark-2 .double__dark {
    width: 44.7%;
  }

  .dark-2 .double__desc {
    padding-top: 69px;
    max-width: 431px;
  }

  .dark-2 .dark__text {
    margin-bottom: 58px;
  }

  .contacts {
    padding: 64px 0 60px;
  }

  .contacts .desc-3 {
    text-align: left;
  }

  .contacts__box-text {
    margin-top: 33px;
  }

  .contacts__wrap {
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .contacts__maps {
    padding-top: 10px;
    height: 440px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 790px;
        -ms-flex: 0 1 790px;
            flex: 0 1 790px;
  }

  .contacts__desc {
    text-align: left;
    margin: 0 15px 0 0;
  }
}

@media screen and (min-width: 1230px) {
  .nav__item {
    margin-right: 43px;
  }

  .top-slider__dots {
    padding-left: 147px;
  }

  .advantages__wrap {
    max-width: 1130px;
    margin: 77px auto 0;
  }

  .advantages__item {
    -webkit-flex-basis: 330px;
        -ms-flex-preferred-size: 330px;
            flex-basis: 330px;
  }

  .catalog__item-1 .catalog__desc {
    margin-left: 19px;
  }

  .catalog__item-2 .catalog__pic {
    left: 19px;
  }

  .steps__item-5 {
    right: 18px;
  }
}

@media screen and (max-width: 425px) {
  .dark-2 .dark__desc strong {
    font-size: 1em;
  }
}
/*# sourceMappingURL=style.css.map */

div.g-recaptcha div:first-child {width: 336px!important;}

@media (max-width: 640px) { 
	div.g-recaptcha div:first-child {
		width: auto!important;
		overflow: hidden;
	}
	.modal {
	    width: 340px;
	    margin: 15px auto;
	}
	.form__modal {
	    padding: 30px 18px;
	}
}
