@import url('../css/reset.css');

@import url('../css/fonts.css');

@import url('../css/animate.css');

@import url('../css/magnific-popup.css');

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  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-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.slick-slide img {
  display: block;
}

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

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

.slick-initialized .slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev {
  left: 6%;
  background: url('../img/prev.png') no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 2;
}

.slick-next {
  right: 6%;
  background: url('../img/next.png') no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

/* Dots */

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -4.5em;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  margin: 0 0.2em;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 0.15em solid #848485;
}

.slick-dots li.slick-active {
  background-color: #e7e7e7;
  border-color: #e7e7e7;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

*:hover,
*:focus {
  outline: 0;
}

html {
  font-size: 10px;
}

body {
  font-family: Quasimodo;
}

.wrapper {
  max-width: 75%;
  margin: 0 auto;
}

header {
  background: url('../img/header-bg.jpg') no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  padding-bottom: 27px;
  font-size: 10px;
}

.mobile-menu-wrap {
  display: none;
}

.mobile-top {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 15px;
  margin-bottom: 50px;
  display: none;
}

.top-line-wrap {
  font-size: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 4.8%;
  padding-right: 5.7%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8em;
}

.logo {
  width: 25%;
  padding-top: 20px;
}

.logo img {
  width: 97%;
}

.top-menu-wrap {
  width: 75%;
  padding-top: 35px;
}

.top-menu {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
}

.top-menu li {
  margin-right: 5.3%;
  font: 1.9em LatoLight;
  text-transform: uppercase;
}

.top-menu li:last-child {
  margin-right: 0;
}

.top-menu li a {
  color: #fff;
}

.fixed-order {
  display: none;
}

.mobile-top-line {
  font-size: 10px;
  background-color: #0f0f12;
  padding: 1.2em 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 98;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: none;
}

.mobile-top-line .logo,
.mobile-top-line .top-menu-wrap {
  padding-top: 0;
}

.mobile-top-line .top-line-wrap {
  margin-bottom: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.mobile-top-line .logo {
  width: 19%;
}

.mobile-top-line .top-menu-wrap {
  width: 47%;
}

.mobile-top-line .top-menu-wrap ul.top-menu {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mobile-top-line .phone {
  width: 18%;
  text-align: right;
  color: #fff;
  padding-right: 10px;
}

.mobile-top-line .phone a {
  color: #fff;
  font: 1.8em LatoBold;
}

.mobile-top-line .phone span {
  font: 1.6em LatoRegular;
  display: block;
  text-align: right;
}

.mobile-top-line .fixed-order {
  display: block;
  width: 16%;
  text-align: right;
  font-size: 10px;
}

.mobile-top-line .fixed-order a {
  width: 100%;
  text-align: center;
  color: #fff;
  font: 1.6em LatoBold;
  text-transform: uppercase;
  border-top: 0.1875em solid #ddb781;
  border-bottom: 0.1875em solid #be8f4d;
  position: relative;
  padding: 0.4em 0.9em;
}

.mobile-top-line .fixed-order a::before {
  content: '';
  width: 0.2em;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ddb781), to(#be8f4d));
  background: -webkit-linear-gradient(top, #ddb781, #be8f4d);
  background: -o-linear-gradient(top, #ddb781, #be8f4d);
  background: linear-gradient(180deg, #ddb781, #be8f4d);
  position: absolute;
  top: 0;
  left: 0;
}

.mobile-top-line .fixed-order a::after {
  content: '';
  width: 0.2em;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ddb781), to(#be8f4d));
  background: -webkit-linear-gradient(top, #ddb781, #be8f4d);
  background: -o-linear-gradient(top, #ddb781, #be8f4d);
  background: linear-gradient(180deg, #ddb781, #be8f4d);
  position: absolute;
  top: 0;
  right: 0;
}

.mobile-top-line .top-menu li {
  font-size: 1.7em;
}






.header-img {
  font-size: 10px;
  padding-left: 6%;
  margin-bottom: 2em;
}

/*.header-img img {
  width: 40%;
}*/




.header-img .text {
  font-size: 10px;
  display: inline-block;
  border: 0.15em solid #deb880;
  padding: 0.4em 0.7em;
  color: #fff;
  text-transform: uppercase;
  font: 3.3em LatoBold;
  position: relative;
}

.header-img .text span.color {
  color: #deb880;
  font-family: AkrobatSemiBold;
}

.header-img .text span.city {
  color: #deb880;
  display: block;
  font: 25px AkrobatSemiBold;
  text-transform: none;
}





header h1 {
  font-size: 7.5em;
  line-height: 0.8;
  color: #fff;
  padding-left: 6%;
  margin-bottom: 4px;
}

header p.sub {
  padding-left: 6%;
  font: 3.2em LatoLight;
  color: #d6d6d6;
}

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

.scroll-down img {
  width: 4.1%;
  cursor: pointer;
}

.header-mob-img,
.header-mob-subtitle,
.header-mob-dekor,
.header-mob-overlay,
.works-mobile-slider-big {
  display: none;
}

/* Спектр */

.spektr-section {
  font-size: 10px;
  padding-top: 4em;
  padding-bottom: 6em;
  background: url('../img/spektr-bg.png') no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center;
}

.spektr-section .wrapper {
  max-width: 71%;
}

.spektr-section h2 {
  text-align: center;
  font-size: 10em;
  color: #d0ac78;
  margin-bottom: 0.275em;
}

.spektr-section p.sub {
  color: #333;
  font: 2.7em LatoRegular;
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 1.7em;
}

.spektr-wrap {
  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;
  font-size: 10px;
}

.spektr-item {
  width: 23%;
  text-align: center;
  border-top: 0.5em solid #f3ca8e;
  border-bottom: 0.5em solid #bc8e4a;
  padding: 0 1.3em;
  padding-top: 2em;
  padding-bottom: 1.7em;
  position: relative;
}

.spektr-item-img {
  margin-bottom: 1.5em;
}

.spektr-item-img img {
  width: 39.6%;
}

.spektr-item h3 {
  font: bold 1.3em AlgeriaTwo;
  margin-bottom: 0.66em;
}

.spektr-item p {
  color: #1e1d1d;
  font: 1.4em LatoRegular;
}

.spektr-item::before {
  content: '';
  width: 0.5em;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3ca8e), to(#bc8e4a));
  background: -webkit-linear-gradient(top, #f3ca8e, #bc8e4a);
  background: -o-linear-gradient(top, #f3ca8e, #bc8e4a);
  background: linear-gradient(180deg, #f3ca8e, #bc8e4a);
  position: absolute;
  top: 0;
  left: 0;
}

.spektr-item::after {
  content: '';
  width: 0.5em;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3ca8e), to(#bc8e4a));
  background: -webkit-linear-gradient(top, #f3ca8e, #bc8e4a);
  background: -o-linear-gradient(top, #f3ca8e, #bc8e4a);
  background: linear-gradient(180deg, #f3ca8e, #bc8e4a);
  position: absolute;
  top: 0;
  right: 0;
}

/* О компании */

.about-section {
  font-size: 10px;
  padding-top: 3em;
  padding-bottom: 4em;
  background: url('../img/about-bg.png') no-repeat;
  -webkit-background-size: 101% 101%;
  background-size: 101% 101%;
}

.about-section .wrapper {
  max-width: 71%;
}

.about-section h2 {
  text-align: center;
  font-size: 8em;
  color: #e8c086;
  margin-bottom: 0.33em;
}

.about-top {
  font-size: 10px;
  padding: 0 14.4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6.5em;
}

.about-logo {
  margin-right: 3em;
  width: 20%;
}

.about-logo img {
  width: 100%;
}

.about-text {
  width: 77%;
  background-color: #333;
  padding: 2.4em 2.8em;
  position: relative;
}

.about-text h3 {
  color: #f3c98c;
  font: 2em AlgeriaTwo;
  margin-bottom: 0.5em;
}

.about-text p {
  font: 1.4em LatoRegular;
  color: #fff;
  line-height: 1.3em;
  letter-spacing: 0.4px;
}

.about-text::before {
  content: '';
  position: absolute;
  font-size: 10px;
  width: 2.1em;
  height: 4em;
  background: url('../img/about-text-before.png') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  top: 50%;
  left: -2em;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.about-bottom {
  font-size: 10px;
  padding: 0 12%;
  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;
}

.about-bottom-item {
  width: 33%;
  text-align: center;
}

.about-bottom-item p {
  font-size: 10px;
  font: 2.4em AlgeriaTwo;
  color: #fff;
  margin-top: 1.8em;
}

.romb {
  width: 12.8em;
  height: 12.8em;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  color: #fff;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  border: 4px solid #fbd998;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.romb span {
  font-size: 10px;
  font: 6em AkrobatRegular;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.romb:hover {
  background-color: #fbd998;
}

.romb:hover span {
  color: #1a1a1a;
}

/* Портфолио */

.works-section {
  font-size: 10px;
  background-color: #09090b;
  padding-top: 3em;
  padding-bottom: 12em;
  display: inline-block;width: 100%;
}

.works-section h2 {
  text-align: center;
  font-size: 8em;
  color: #e8c086;
  margin-bottom: 0.4em;
}

.types {
  font-size: 10px;
  padding: 0 6%;
  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: 5em;
}

.types a {
  font: 1.8em AlgeriaTwo;
  width: 18.4%;
  text-align: center;
  color: #fff;
  border: 2px solid #fbd998;
  padding: 0.5em 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.types a:hover,
.types a.active {
  background-color: #524836;
}

.works-big-wrap {
  padding: 0 6%;
  position: relative;
}

.works-wrap {
  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;
  font-size: 10px;
}

/*.works-item:first-child {
  width: 29.7%;
}

.works-item:nth-child(2) {
  width: 40%;
}

.works-item:last-child {
  width: 26.4%;
}*/

.works-item a {
  margin-bottom: 1.9em;
  display: block;
}

.works-item img {
  width: 100%;
  display: block;
}

.works-item img:last-child {
  margin-bottom: 0;
}


/*.works-item:first-child a:first-child {
  height: 28%;
}

.works-item:first-child a:first-child img {
  height: 100%;
}*/




/* Свяжитесь с нами */

.connect-section {
  font-size: 10px;
  background: url('../img/connect-bg.png') no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  padding-top: 3em;
  padding-bottom: 5em;
}

.connect-section .title h2 {
  font-size: 8em;
  color: #e8c086;
  position: relative;
  text-align: center;
  margin-bottom: 0.1em;
}

.connect-section p.sub {
  text-align: center;
  color: #333;
  font: 2.6em LatoRegular;
  margin-top: -0.4em;
  margin-bottom: 1em;
}

.form {
  font-size: 10px;
  padding: 0 6em;
}

.form form {
  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;
}

.form form .input {
  width: 68%;
  min-height: 7em;
  border-top: 0.5em solid #e7bf84;
  border-bottom: 0.5em solid #be8f4e;
  position: relative;
}

.form form .input input {
  width: 100%;
  min-height: 100%;
  border: none;
  font: 2.6em AkrobatSemiBold;
  color: #000;
  padding: 0 1.1em;
}

.form form .input input::-webkit-input-placeholder {
  font: 1em AkrobatSemiBold;
  color: #a7a7a8;
}

.form form .input input::-moz-placeholder {
  font: 1em AkrobatSemiBold;
  color: #a7a7a8;
}

.form form .input input:-ms-input-placeholder {
  font: 1em AkrobatSemiBold;
  color: #a7a7a8;
}

.form form .input input::placeholder {
  font: 1em AkrobatSemiBold;
  color: #a7a7a8;
}

.form form .input::before {
  content: '';
  width: 0.5em;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3ca8e), to(#bc8e4a));
  background: -webkit-linear-gradient(top, #f3ca8e, #bc8e4a);
  background: -o-linear-gradient(top, #f3ca8e, #bc8e4a);
  background: linear-gradient(180deg, #f3ca8e, #bc8e4a);
  position: absolute;
  top: 0;
  left: 0;
}

.form form .input::after {
  content: '';
  width: 0.5em;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3ca8e), to(#bc8e4a));
  background: -webkit-linear-gradient(top, #f3ca8e, #bc8e4a);
  background: -o-linear-gradient(top, #f3ca8e, #bc8e4a);
  background: linear-gradient(180deg, #f3ca8e, #bc8e4a);
  position: absolute;
  top: 0;
  right: 0;
}

.form form .btn-sub {
  width: 100%;
  font: 2.8em LatoBold;
  min-height: 2.7em;
  border: none;
  border-top: 0.2em solid #e7bf84;
  border-bottom: 0.2em solid #be8f4e;
  background: transparent;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
}

.form form .input-btn:before {
  content: '';
  width: 0.527em;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3ca8e), to(#bc8e4a));
  background: -webkit-linear-gradient(top, #f3ca8e, #bc8e4a);
  background: -o-linear-gradient(top, #f3ca8e, #bc8e4a);
  background: linear-gradient(180deg, #f3ca8e, #bc8e4a);
  position: absolute;
  top: 0px;
  left: 0;
}

.input-btn{
  width: 30%;
      position: relative;
}
.form form .input-btn:after {
  content: '';
  width: 0.527em;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3ca8e), to(#bc8e4a));
  background: -webkit-linear-gradient(top, #f3ca8e, #bc8e4a);
  background: -o-linear-gradient(top, #f3ca8e, #bc8e4a);
  background: linear-gradient(180deg, #f3ca8e, #bc8e4a);
  position: absolute;
  top: 0px;
  right: 0;
}

/* Процесс работы */

.process-section {
  font-size: 0px;
  position: relative;
  background: url('../img/process-bg.jpg');
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.process-section h2 {
  text-align: center;
  font-size: 8em;
  color: #e8c086;
  margin-bottom: 0.3em;
}

.process-wrap {
  padding: 0 6%;
  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;
}

.process-left {
  width: 27%;
}

.process-left .process-item:last-child {
  margin-bottom: 0;
}

.process-center {
  font-size: 10px;
  width: 46%;
  text-align: center;
  padding-top: 10.3em;
}

.process-center img {
  width: 90%;
}

.process-right {
  width: 27%;
  font-size: 10px;
  padding-top: 8.4em;
}

.process-right .process-item:last-child {
  margin-bottom: 0;
}

.process-item {
  font-size: 10px;
  margin-bottom: 6em;
}

.process-item-img {
  text-align: center;
  opacity: 0;
  -webkit-transition: 5s;
  -o-transition: 5s;
  transition: 5s;
  position: relative;
}

.process-item-img img {
  width: 93%;
}

.process-item h3 {
  font-size: 3.9em;
  line-height: 0.8;
  color: #fbd998;
  text-align: center;
  margin-bottom: 0.15em;
}

.process-item p {
  font: 1.6em LatoRegular;
  color: #fff;
  text-align: center;
}

/* Команда */

.team-section {
  font-size: 10px;
  padding-top: 4em;
  padding-bottom: 5em;
  background: url('../img/team-bg.png') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.team-section h2 {
  text-align: center;
  font-size: 8em;
  color: #e8c086;
  margin-bottom: 0.5em;
}

.leader {
  padding: 0 6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.leader-img {
  width: 32%;
  background:url(../img/team10.jpg) center center no-repeat;
  background-size: cover;
  border-top: 0.3em solid #ddb882;
  border-bottom: 0.3em solid #bd8e4b;
  position: relative;
}

.leader-img::before {
  content: '';
  width: 0.3em;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ddb882), to(#bd8e4b));
  background: -webkit-linear-gradient(top, #ddb882, #bd8e4b);
  background: -o-linear-gradient(top, #ddb882, #bd8e4b);
  background: linear-gradient(180deg, #ddb882, #bd8e4b);
  position: absolute;
  top: 0;
  left: 0;
}

.leader-img::after {
  content: '';
  width: 0.3em;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ddb882), to(#bd8e4b));
  background: -webkit-linear-gradient(top, #ddb882, #bd8e4b);
  background: -o-linear-gradient(top, #ddb882, #bd8e4b);
  background: linear-gradient(180deg, #ddb882, #bd8e4b);
  position: absolute;
  top: 0;
  right: 0;
}

.leader-img img {
  width: 100%;
}

.leader-info {
  width: 66%;
  font-size: 10px;
  border-top: 0.3em solid #ddb882;
  border-bottom: 0.3em solid #bd8e4b;
  position: relative;
  /*padding: 3.3em 6.5em;*/
  text-align: center;
  padding: 0.5em 0.8em;
}

.leader-info-wrap {
  border-top: 0.3em solid #ddb882;
  border-bottom: 0.3em solid #bd8e4b;
  position: relative;
  padding: 3em 4em;
}

.leader-info::before {
  content: '';
  width: 0.3em;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ddb882), to(#bd8e4b));
  background: -webkit-linear-gradient(top, #ddb882, #bd8e4b);
  background: -o-linear-gradient(top, #ddb882, #bd8e4b);
  background: linear-gradient(180deg, #ddb882, #bd8e4b);
  position: absolute;
  top: 0;
  left: 0;
}

.leader-info::after {
  content: '';
  width: 0.3em;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ddb882), to(#bd8e4b));
  background: -webkit-linear-gradient(top, #ddb882, #bd8e4b);
  background: -o-linear-gradient(top, #ddb882, #bd8e4b);
  background: linear-gradient(180deg, #ddb882, #bd8e4b);
  position: absolute;
  top: 0;
  right: 0;
}


.leader-info-wrap::before {
  content: '';
  width: 0.3em;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ddb882), to(#bd8e4b));
  background: -webkit-linear-gradient(top, #ddb882, #bd8e4b);
  background: -o-linear-gradient(top, #ddb882, #bd8e4b);
  background: linear-gradient(180deg, #ddb882, #bd8e4b);
  position: absolute;
  top: 0;
  left: 0;
}

.leader-info-wrap::after {
  content: '';
  width: 0.3em;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ddb882), to(#bd8e4b));
  background: -webkit-linear-gradient(top, #ddb882, #bd8e4b);
  background: -o-linear-gradient(top, #ddb882, #bd8e4b);
  background: linear-gradient(180deg, #ddb882, #bd8e4b);
  position: absolute;
  top: 0;
  right: 0;
}


.leader-info-inner {
  position: relative;
}

.leader-info-inner::before {
  content: '';
  position: absolute;
  top: 8%;
  left: 0;
  width: 25%;
  height: 83%;
  background: url('../img/leader-info-prev.png') no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

.leader-info-inner::after {
  content: '';
  position: absolute;
  top: 8%;
  right: 0;
  width: 25%;
  height: 83%;
  background: url('../img/leader-info-next.png') no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}






.leader-info h3 {
  font-size: 5em;
  color: #ddb881;
  margin-bottom: 0.08em;
}

.leader-info p.position {
  text-transform: uppercase;
  color: #fff;
  font: 1.4em LatoBold;
  margin-bottom: 2em;
}

.leader-info p.about {
  font: 1.5em LatoRegular;
  color: #fff;
  line-height: 1.3em;
  margin-bottom: 2em;
  padding-left: 25px;
  padding-right: 25px;
}

.leader-info .image img {
  width: 20%;
  margin-bottom: 2em;
}

.leader-info ul li {
  color: #fff;
  font: 1.5em LatoBold;
  margin-bottom: 0.2em;
}

.leader-info ul li:last-child {
  margin-bottom: 0;
}

.leader-info ul li span {
  position: relative;
}

.leader-info ul li span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -1em;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 0.47em;
  height: 0.47em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #ddb881;
}

.leader-info ul li span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -1em;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 0.47em;
  height: 0.47em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #ddb881;
}

.more-team {
  display: none;
}

.team-wrap {
  font-size: 10px;
  padding: 0 6%;
  padding-top: 6em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.team-item {
  width: 32.15%;
  font-size: 10px;
  padding-top: 1.3em;
  padding-bottom: 1.1em;
  border-top: 0.3em solid #ddb882;
  border-bottom: 0.3em solid #bd8e4b;
  position: relative;
  margin-bottom: 2em;
  cursor: pointer;
}

.team-item:hover .mask,
.team-item:hover .biog {
  opacity: 1;
}

.team-item::before {
  content: '';
  width: 0.3em;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ddb882), to(#bd8e4b));
  background: -webkit-linear-gradient(top, #ddb882, #bd8e4b);
  background: -o-linear-gradient(top, #ddb882, #bd8e4b);
  background: linear-gradient(180deg, #ddb882, #bd8e4b);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.team-item::after {
  content: '';
  width: 0.3em;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ddb882), to(#bd8e4b));
  background: -webkit-linear-gradient(top, #ddb882, #bd8e4b);
  background: -o-linear-gradient(top, #ddb882, #bd8e4b);
  background: linear-gradient(180deg, #ddb882, #bd8e4b);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.team-item-img {
  text-align: center;
  margin-bottom: 0.9em;
}

.team-item-img img {
  width: 88.5%;
}

.team-item h3 {
  text-align: center;
  color: #ddb881;
  font-size: 3em;
  margin-bottom: 0.05em;
}

.team-item p.position {
  text-align: center;
  color: #fff;
  font: 1.8em LatoRegular;
}

.team-item .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
}

.team-mobile-biog {
  display: none;
}

.mobile-leader {
  display: none;
}

.biog {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
}

.biog 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 81.1%;
  margin: 0 auto;
  border-top: 0.3em solid #ddb882;
  border-bottom: 0.3em solid #bd8e4b;
  padding: 1em 0;
  padding-bottom: 1.2em;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.biog a:hover {
  background: rgba(221, 184, 129, 0.3);
}

.biog a::before {
  content: '';
  width: 0.3em;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ddb882), to(#bd8e4b));
  background: -webkit-linear-gradient(top, #ddb882, #bd8e4b);
  background: -o-linear-gradient(top, #ddb882, #bd8e4b);
  background: linear-gradient(180deg, #ddb882, #bd8e4b);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.biog a::after {
  content: '';
  width: 0.3em;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ddb882), to(#bd8e4b));
  background: -webkit-linear-gradient(top, #ddb882, #bd8e4b);
  background: -o-linear-gradient(top, #ddb882, #bd8e4b);
  background: linear-gradient(180deg, #ddb882, #bd8e4b);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.biog a img {
  width: 2.3em;
}

.biog a span {
  color: #fff;
  font: 2.5em LatoBold;
  margin-left: 0.3em;
}

/* Отызывы */

.reviews-section {
  font-size: 10px;
  padding-top: 3.7em;
  padding-bottom: 12.5em;
  background: url('../img/reviews-bg.png') no-repeat;
  -webkit-background-size: 101% 101%;
  background-size: 101% 101%;
}

.reviews-section h2 {
  text-align: center;
  font-size: 8em;
  color: #e8c086;
  margin-bottom: 0.55em;
}

.reviews-wrap {
  font-size: 10px;
}

.reviews-item {
  font-size: 10px;
  padding: 0 14.5em;
  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;
  align-items: center;
}

.reviews-item-img {
  width: 20%;
}

.reviews-item-img img {
  width: 100%;
}

.reviews-item-text {
  width: 75.3%;
  background-color: #333;
  padding: 2.3em 2em 1em 4em;
  position: relative;
}

.reviews-item-text h3 {
  color: #f3c98c;
  font: 2.1em AlgeriaTwo;
  margin-bottom: 0.5em;
}

.reviews-item-text p {
  color: #fff;
  font: 1.5em LatoRegular;
  line-height: 1.3em;
}

.reviews-item-text::before {
  content: '';
  position: absolute;
  font-size: 10px;
  width: 2.1em;
  height: 4em;
  background: url('../img/about-text-before.png') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  top: 50%;
  left: -2em;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* Консультация */

.consult-section {
  font-size: 10px;
  background: url('../img/consult-bg.jpg') no-repeat;
  -webkit-background-size: 101% 101%;
  background-size: 101% 101%;
  padding-top: 13em;
  padding-bottom: 5em;
  text-align: center;
}

.consult-section h2 {
  font-size: 7.4em;
  color: #e8c086;
  text-transform: uppercase;
  margin-bottom: 0.18em;
}

.consult-section p.sub {
  text-transform: uppercase;
  color: #fff;
  font: 2.2em LatoRegular;
  margin-bottom: 2em;
}

.consult-section p.second-sub {
  text-align: center;
  color: #fff;
  font: 2.3em LatoRegular;
  margin-bottom: 1em;
}

.consult-form {
  font-size: 10px;
  padding: 0 14.4em;
  margin-bottom: 3.7em;
}

.consult-form form {
  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;
}

.consult-form form .input {
  width: 62%;
  min-height: 6.7em;
  border-top: 0.5em solid #e7bf84;
  border-bottom: 0.5em solid #be8f4e;
  position: relative;
}

.consult-form form .input input {
  width: 100%;
  min-height: 100%;
  border: none;
  font: 2.4em AkrobatSemiBold;
  color: #fff;
  padding: 0 1.1em;
  background: transparent;
}

.consult-form form .input input::-webkit-input-placeholder {
  font: 1em AkrobatSemiBold;
  color: #fff;
}

.consult-form form .input input::-moz-placeholder {
  font: 1em AkrobatSemiBold;
  color: #fff;
}

.consult-form form .input input:-ms-input-placeholder {
  font: 1em AkrobatSemiBold;
  color: #fff;
}

.consult-form form .input input::placeholder {
  font: 1em AkrobatSemiBold;
  color: #fff;
}

.consult-form form .input::before {
  content: '';
  width: 0.5em;
  height: 101%;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3ca8e), to(#bc8e4a));
  background: -webkit-linear-gradient(top, #f3ca8e, #bc8e4a);
  background: -o-linear-gradient(top, #f3ca8e, #bc8e4a);
  background: linear-gradient(180deg, #f3ca8e, #bc8e4a);
  position: absolute;
  top: 0;
  left: 0;
}

.consult-form form .input::after {
  content: '';
  width: 0.5em;
  height: 101%;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3ca8e), to(#bc8e4a));
  background: -webkit-linear-gradient(top, #f3ca8e, #bc8e4a);
  background: -o-linear-gradient(top, #f3ca8e, #bc8e4a);
  background: linear-gradient(180deg, #f3ca8e, #bc8e4a);
  position: absolute;
  top: 0;
  right: 0;
}

.consult-form form .btn-sub {
  width: 100%;
  font: 2.4em LatoBold;
  border: none;
  border-top: 0.227em solid #e7bf84;
  border-bottom: 0.227em solid #be8f4e;
  background: transparent;
  position: relative;
  text-transform: uppercase;
  height: 100%;
  cursor: pointer;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}

.consult-form form .input-btn::before {
  content: '';
  width: 0.527em;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3ca8e), to(#bc8e4a));
  background: -webkit-linear-gradient(top, #f3ca8e, #bc8e4a);
  background: -o-linear-gradient(top, #f3ca8e, #bc8e4a);
  background: linear-gradient(180deg, #f3ca8e, #bc8e4a);
  position: absolute;
  top: 0px;
  left: 0;
}

.consult-form form .input-btn::after {
  content: '';
  width: 0.527em;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3ca8e), to(#bc8e4a));
  background: -webkit-linear-gradient(top, #f3ca8e, #bc8e4a);
  background: -o-linear-gradient(top, #f3ca8e, #bc8e4a);
  background: linear-gradient(180deg, #f3ca8e, #bc8e4a);
  position: absolute;
  top: 0px;
  right: 0;
}

.contacts-section {

  font-size: 0px!important;
  background: url('../img/contacts-bg.jpg') no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 101% 101%;
}
.contacts-section .wrapper{
  padding: 4.7em 0em 5em;
}

.wrapper{
  font-size: 10px;
}
.contacts-wrap {
  font-size: 10px;
  padding-left: 6%;
}

.contacts-wrap h2 {
  font-size: 8em;
  color: #e8c086;
  margin-bottom: 0.4em;
}

.contacts-item {
  color: #fff;
  margin-bottom: 3em;
}

.contacts-item h3 {
  font: 3.4em LatoBold;
  margin-bottom: 0.1em;
}

.contacts-item p {
  font: 2.4em LatoRegular;
}

.contacts-item p a {
  color: #fff;
}

.contacts-item p span {
  border-bottom: 0.1em solid #fff;
}

.contacts-social {
  font-size: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.vk-icon{
  background: url(../img/vk.png);
  background-size: cover;
}
.inst-icon{
  background: url(../img/instagram.png);
  background-size: cover;
}
.contacts-social-item {
  width: 2.8em;
  height: 2.8em;
  margin-right: 1.8em;
}

footer {
  background-color: #0c0c0f;
  font-size: 10px;
  padding-top: 3rem;
  padding-bottom: 2.5rem;
}

.footer-wrap {
  padding: 0 6%;
  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;
}

.footer-left {
  width: 23%;
}

.footer-left p {
  font: 1.5em LatoRegular;
  color: #fff;
  margin-bottom: 0.5em;
}

.footer-center {
  width: 54%;
  text-align: center;
}

.footer-center a {
  color: #fff;
  font: 1.8em LatoRegular;
  border-bottom: 0.075em solid #fff;
}

.footer-right {
  width: 23%;
}

.footer-right img {
  width: 100%;
}

/* Модалки */

.order-overlay,
.team-overlay,
.leader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  display: none;
}

.order-modal {
  font-size: 10px;
  position: relative;
  width: 40%;
  background-color: #fff;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  z-index: 100;
  margin: 10px auto;
}



.order-modal-top {
  -webkit-border-radius: 17px 17px 0 0;
  border-radius: 17px 17px 0 0;
  background-color: #f7c781;
  padding-top: 2.5em;
  padding-bottom: 2em;
  text-align: center;
  border-bottom: 0.1em solid #ededed;
  color: #333;
}

.order-modal-top h2 {
  font-size: 5.5em;
}

.order-modal-top p {
  font: 1.5em LatoRegular;
  margin-top: -4px;
}

.order-modal-bottom {
  padding: 0 16%;
  padding-top: 3.5em;
  padding-bottom: 5em;
}

.order-modal-bottom form input {
  width: 100%;
  min-height: 3em;
  margin-bottom: 1.2em;
  border: 0.1em solid #f3f5f7;
  background-color: #eef2f4;
  color: #8d9fae;
  font: 1.8em LatoRegular;
  padding: 0 5%;
}

.order-modal-bottom form input::-webkit-input-placeholder {
  color: #8d9fae;
  font: 1em LatoRegular;
}

.order-modal-bottom form input::-moz-placeholder {
  color: #8d9fae;
  font: 1em LatoRegular;
}

.order-modal-bottom form input:-ms-input-placeholder {
  color: #8d9fae;
  font: 1em LatoRegular;
}

.order-modal-bottom form input::placeholder {
  color: #8d9fae;
  font: 1em LatoRegular;
}

.order-modal-bottom .dots {
  text-align: center;
  margin-bottom: 2em;
}

.order-modal-bottom .dots img {
  width: 50%;
}

.order-modal-bottom button {
  width: 100%;
  font: 2.3em AkrobatExtraBold;
  min-height: 2.1em;
  border: 3px solid #f7c781;
  background: transparent;
  text-transform: uppercase;
  cursor: pointer;
  color: #333;
}

.team-modal,
.leader-modal {
  font-size: 10px;
  position: relative;
  width: 40%;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  z-index: 100;
  margin: 10px auto;
}

.team-modal .close-team-modal,
.leader-modal .close-team-modal {
  position: absolute;
  width: 3%;
  top: 1.5em;
  right: 1.5em;
  cursor: pointer;
}
.team-modal .mfp-close,.order-modal .mfp-close ,.popup-politika .mfp-close{
  top: 10px;
  right: 10px;
  font-size: 0; color: #fff;
  background: url('../img/close-all-modals.png') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 30px;
  height: 30px;
}
.team-modal-top img,
.leader-modal-top img {
  width: 100%;
  -webkit-border-radius: 17px 17px 0 0;
  border-radius: 17px 17px 0 0;
}

.team-modal-bottom,
.leader-modal-bottom {
  padding: 0 4%;
  padding-top: 1.6em;
  padding-bottom: 1.7em;
  text-align: center;
  background-color: #fff;
}

.team-modal-bottom h2,
.leader-modal-bottom h2 {
  color: #ddb882;
  font-size: 4.2em;
}

.team-modal-bottom p.position,
.leader-modal-bottom p.position {
  font: 1.6em AkrobatSemiBold;
  color: #333;
  margin-bottom: 0.8em;
}
.thank-txt{
  text-align: center;
  font-size: 22px;
  font-family: LatoRegular;
}
.team-modal-bottom p.position span,
.leader-modal-bottom p.position span {
  font-family: LatoBold;
}

.team-modal-bottom p.about,
.leader-modal-bottom p.about {
  font: 1.3em LatoRegular;
  line-height: 1.2em;
}

.team-modal-bottom .image,
.leader-modal-bottom .image {
  margin-top: 1.5em;
  margin-bottom: 1.7em;
}

.team-modal-bottom .image img,
.leader-modal-bottom .image img {
  width: 17%;
}

.team-modal-bottom ul li,
.leader-modal-bottom ul li {
  color: #333;
  font: 1.4em LatoBold;
  margin-bottom: 0.2em;
}

.team-modal-bottom ul li span,
.leader-modal-bottom ul li span {
  position: relative;
  display: inline-block;
}
.team-modal-bottom ul li span.after-span{
  display: block;width: 90%;
  margin: 0px auto;
}
.team-modal-bottom ul li span.after-span::before, 
.leader-modal-bottom ul li span.after-span::before{
  left: -10px;
}
.team-modal-bottom ul li span.after-span::after, 
.leader-modal-bottom ul li span.after-span::after{
  right: -10px;
}
.team-modal-bottom ul li span::before,
.leader-modal-bottom ul li span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -1em;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 0.47em;
  height: 0.47em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #ddb881;
}

.team-modal-bottom ul li span::after,
.leader-modal-bottom ul li span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -1em;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 0.47em;
  height: 0.47em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #ddb881;
}

.works-price-wrap {
  font-size: 10px;
}

.works-item a .ovarlay {
  font-size: 10px;
}

@media screen and (min-width: 1200px) {
  .process-center {
    padding-top: 6.5em;
  }

  .process-center img {
    height: 82%;
  }
}

@media screen and (min-width: 1300px) {
  .process-center img {
    height: 83%;
  }

  .about-top {
    font-size: 11px;
  }
}

@media screen and (min-width: 1350px) {
  header,
  .top-menu,
  .spektr-section,
  .spektr-wrap,
  .about-section,
  .about-bottom,
  .about-text::before,
  .types,
  .connect-section,
  .form,
  .process-right,
  .process-item,
  .process-section,
  .team-section,
  .leader,
  .leader-info,
  .top-line-wrap,
  .team-wrap,
  .reviews-section,
  .reviews-item,
  .reviews-wrap,
  .consult-section,
  .consult-form,
  .contacts-section,
  .contacts-wrap,
  .contacts-social,
  footer,
  .order-modal,
  .team-modal,
  .mobile-top-line .fixed-order,
  .mobile-top-line,
  .works-price-wrap,
  .works-item a .ovarlay {
    font-size: 11px;
  }
}

@media screen and (min-width: 1400px) {
  .works-section,
  .team-item {
    font-size: 11px;
  }
}

@media screen and (min-width: 1450px) {
  .leader-info,
  .spektr-wrap,
  .about-top,
  .consult-section,
  .consult-form,
  .contacts-section,
  .contacts-wrap,
  .contacts-social,
  footer {
    font-size: 12px;
  }

  .process-center {
    padding-top: 7.5em;
  }

  .process-center img {
    height: 82.5%;
  }
}

@media screen and (min-width: 1500px) {
  .process-item,
  .team-item,
  .reviews-item,
  .reviews-wrap {
    font-size: 12px;
  }
}

@media screen and (min-width: 1550px) {
  header,
  .top-menu,
  .spektr-section,
  .about-section,
  .about-bottom,
  .about-text::before,
  .types,
  .connect-section,
  .form,
  .process-right,
  .process-section,
  .team-section,
  .leader,
  .top-line-wrap,
  .works-section,
  .team-wrap,
  .reviews-section,
  .contacts-wrap,
  .contacts-social,
  footer,
  .order-modal,
  .team-modal,
  .mobile-top-line .fixed-order,
  .mobile-top-line,
  .works-price-wrap,
  .works-item a .ovarlay {
    font-size: 12px;
  }

  .top-menu-wrap {
    padding-top: 40px;
  }

  .spektr-wrap,
  .consult-section,
  .consult-form,
  .contacts-section {
    font-size: 13px;
  }

  .process-center {
    padding-top: 7.5em;
  }
}

@media screen and (min-width: 1600px) {
  .spektr-section,
  .about-top,
  .process-item,
  .leader-info,
  .team-item {
    font-size: 13px;
  }
}

@media screen and (min-width: 1650px) {
  header,
  .top-menu,
  .spektr-section,
  .about-section,
  .about-bottom,
  .about-text::before,
  .types,
  .connect-section,
  .form,
  .process-right,
  .process-section,
  .team-section,
  .leader,
  .top-line-wrap,
  .works-section,
  .team-wrap,
  .reviews-section,
  .reviews-item,
  .reviews-wrap,
  footer,
  .order-modal,
  .team-modal,
  .mobile-top-line .fixed-order,
  .mobile-top-line,
  .works-price-wrap,
  .works-item a .ovarlay {
    font-size: 13px;
  }

  .spektr-wrap {
    font-size: 14px;
  }
}

@media screen and (min-width: 1700px) {
  .process-item,
  .leader-info,
  .about-top,
  .team-item,
  .consult-section,
  .consult-form,
  .contacts-section,
  .contacts-wrap,
  .contacts-social {
    font-size: 14px;
  }

  .process-center {
    padding-top: 8.3em;
  }

  .about-text p {
    line-height: 1.35em;
  }
}

@media screen and (min-width: 1750px) {
  .top-menu,
  .spektr-section,
  .about-section,
  .about-bottom,
  .about-text::before,
  .types,
  .connect-section,
  .form,
  .process-right,
  .process-section,
  .team-section,
  .leader,
  .team-wrap,
  .reviews-section,
  .reviews-item,
  .reviews-wrap,
  footer,
  .order-modal,
  .team-modal,
  .mobile-top-line .fixed-order,
  .mobile-top-line,
  .works-price-wrap,
  .works-item a .ovarlay {
    font-size: 14px;
  }
}

@media screen and (min-width: 1770px) {
  .spektr-wrap {
    font-size: 15px;
  }
}

@media screen and (min-width: 1800px) {
  .leader-info,
  .about-top,
  .team-item,
  .consult-section,
  .consult-form,
  .contacts-section,
  .contacts-wrap,
  .contacts-social {
    font-size: 15px;
  }

  header,
  .top-line-wrap {
    font-size: 14.5px;
  }

  .works-section {
    font-size: 14px;
  }
}

@media screen and (min-width: 1820px) {
  .process-item {
    font-size: 15px;
  }

  .process-center {
    padding-top: 14.3em;
  }
}

@media screen and (min-width: 1850px) {
  header,
  .top-menu,
  .spektr-section,
  .about-section,
  .about-bottom,
  .about-text::before,
  .types,
  .connect-section,
  .form,
  .process-right,
  .process-section,
  .team-section,
  .leader,
  .top-line-wrap,
  .team-wrap,
  .reviews-section,
  .reviews-item,
  .reviews-wrap,
  footer,
  .order-modal,
  .team-modal,
  .mobile-top-line .fixed-order,
  .mobile-top-line,
  .works-price-wrap,
  .works-item a .ovarlay {
    font-size: 15px;
  }
}

@media screen and (min-width: 1900px) {
  .process-center {
    padding-top: 9.3em;
  }

  .leader-info {
    font-size: 15.5px;
  }

  .spektr-wrap,
  .about-top,
  .consult-section,
  .consult-form,
  .contacts-section,
  .contacts-wrap,
  .contacts-social,
  .works-price-wrap,
  .works-item a .ovarlay {
    font-size: 16px;
  }

  .works-section {
    font-size: 15px;
  }
}

@media screen and (min-width: 1950px) {
  .wrapper {
    max-width: 1950px;
  }

  .spektr-section .wrapper {
    max-width: 1950px;
  }

  .top-menu-wrap {
    padding-top: 45px;
  }

  .top-menu,
  .spektr-section,
  .about-section,
  .about-bottom,
  .about-text::before,
  .types,
  .connect-section,
  .form,
  .process-right,
  .process-section,
  .team-section,
  .process-item,
  .team-wrap,
  .reviews-section,
  .order-modal,
  .team-modal,
  .mobile-top-line .fixed-order,
  .mobile-top-line {
    font-size: 16px;
  }

  .about-top,
  .leader-info,
  footer {
    font-size: 19px;
  }

  .reviews-item,
  .reviews-wrap,
  .consult-section,
  .consult-form,
  .contacts-section,
  .contacts-wrap,
  .contacts-social {
    font-size: 20px;
  }
}

@media screen and (max-width: 1250px) {
  .mobile-top-line .phone a {
    font-size: 1.4em;
  }

  .mobile-top-line .phone span {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 1210px) {
  .process-item {
    font-size: 9px;
  }
}

@media screen and (max-width: 1200px) {
  .top-menu,
  header,
  .spektr-section,
  .about-section,
  .about-bottom,
  .works-section,
  .types,
  .connect-section,
  .form,
  .process-section,
  .team-section,
  .leader .leader-info,
  .team-wrap,
  .team-item,
  .reviews-section,
  .reviews-wrap,
  .reviews-item,
  .consult-section,
  .consult-form,
  .contacts-section,
  .contacts-wrap,
  .contacts-social,
  footer {
    font-size: 9px;
  }

  .spektr-wrap,
  .about-top {
    font-size: 9.5px;
  }

  .process-center {
    padding-top: 9em;
  }

  .process-center img {
    height: 84%;
  }
}

@media screen and (max-width: 1140px) {
  .mobile-top-line .fixed-order {
    font-size: 9px;
  }

  .top-menu li {
    font-size: 17px;
  }

  .top-line-wrap {
    margin-bottom: 70px;
  }

  .header-img {
    margin-bottom: 20px;
  }

  header h1 {
    font-size: 60px;
  }

  header p.sub {
    font-size: 19px;
  }

  .scroll-down {
    margin-top: 65px;
  }

  .scroll-down img {
    width: 30px;
  }

  .spektr-section {
    padding-top: 35px;
  }

  .spektr-section h2 {
    font-size: 63px;
    margin-bottom: 15px;
  }

  .spektr-section p.sub {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .spektr-item h3 {
    font-size: 10px;
  }

  .spektr-item p {
    font-size: 11px;
  }

  .about-section h2 {
    font-size: 56px;
    margin-bottom: 25px;
  }

  .about-top {
    margin-bottom: 50px;
  }

  .about-text h3 {
    font-size: 15px;
  }

  .about-text p {
    font-size: 11px;
  }

  .romb {
    width: 11.3em;
    height: 11.3em;
    border-width: 3px;
  }

  .romb span {
    font-size: 48px;
  }

  .about-bottom-item p {
    font-size: 18px;
  }

  .works-section {
    padding-bottom: 50px;
  }

  .works-section h2 {
    font-size: 60px;
  }

  .types a {
    font-size: 16px;
  }

  .connect-section h2 {
    font-size: 60px;
  }

  .connect-section p.sub {
    font-size: 16px;
  }

  .form form .input {
    border-top-width: 3px;
    border-bottom-width: 3px;
    min-height: auto;
  }

  .form form .input input {
    font-size: 18px;
    padding: 0 24px;
    min-height: 44px;
  }

  .form form .input input::-webkit-input-placeholder {
    font-size: 18px;
  }

  .form form .input input::-moz-placeholder {
    font-size: 18px;
  }

  .form form .input input:-ms-input-placeholder {
    font-size: 18px;
  }

  .form form .input input::placeholder {
    font-size: 18px;
  }

  .form form .input::before {
    width: 3px;
  }

  .form form .input::after {
    width: 3px;
  }

  .form form button {
    min-height: 44px;
    border-top-width: 3px;
    border-bottom-width: 3px;
    font-size: 20px;
  }

  .form form button::before {
    width: 3px;
    top: 0;
  }

  .form form button::after {
    width: 3px;
    top: 0;
  }

  .process-section {
    padding-bottom: 45px;
  }

  .process-section h2 {
    font-size: 49px;
  }

  .process-item {
    margin-bottom: 40px;
  }

  .process-item-img img {
    width: 73%;
  }

  .process-item h3 {
    font-size: 38px;
  }

  .process-item p {
    font-size: 13px;
  }

  .process-right {
    padding-top: 150px;
  }

  .process-center {
    padding-top: 65px;
  }

  .process-center img {
    width: 93%;
    height: 83%;
  }

  .team-section h2 {
    font-size: 60px;
  }

  .leader-info {
    padding: 5px 8px;
  }

  .leader-info h3 {
    font-size: 40px;
  }

  .leader-info p.position {
    font-size: 10px;
  }

  .leader-info p.about {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .leader-info .image img {
    margin-bottom: 10px;
  }

  .leader-info ul li {
    font-size: 12px;
  }

  .team-wrap {
    padding-top: 40px;
  }

  .biog a span {
    font-size: 20px;
  }

  .team-item h3 {
    font-size: 25px;
  }

  .team-item p {
    font-size: 14px;
  }

  .reviews-section {
    padding-bottom: 100px;
  }

  .reviews-section h2 {
    font-size: 60px;
  }

  .reviews-item {
    padding: 0 120px;
  }

  .reviews-item-text {
    padding: 15px 25px;
  }

  .reviews-item-text h3 {
    font-size: 15px;
  }

  .reviews-item-text p {
    font-size: 11px;
    line-height: 13px;
  }

  .slick-dots {
    bottom: -60px;
  }

  .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 6px;
    border-width: 2px;
  }

  .consult-section {
    padding-top: 90px;
    padding-bottom: 40px;
  }

  .consult-section h2 {
    font-size: 60px;
  }

  .consult-section p.sub {
    font-size: 15px;
  }

  .consult-form form .input {
    min-height: auto;
    border-width: 3px;
  }

  .consult-form form .input::before,
  .consult-form form .input::after {
    width: 3px;
  }

  .consult-form form .input input {
    min-height: 44px;
    font-size: 20px;
  }

  .consult-form form .input input::-webkit-input-placeholder {
    font-size: 20px;
  }

  .consult-form form .input input::-moz-placeholder {
    font-size: 20px;
  }

  .consult-form form .input input:-ms-input-placeholder {
    font-size: 20px;
  }

  .consult-form form .input input::placeholder {
    font-size: 20px;
  }

  .consult-form form button {
    border-width: 3px;
    font-size: 20px;
  }

  .consult-form form button::before,
  .consult-form form button::after {
    width: 3px;
  }

  .consult-section p.second-sub {
    font-size: 17px;
  }

  .contacts-section {
    padding-top: 15px;
  }

  .contacts-wrap h2 {
    font-size: 60px;
    margin-bottom: 15px;
  }

  .contacts-item {
    margin-bottom: 15px;
  }

  .contacts-item h3 {
    font-size: 21px;
  }

  .contacts-item p {
    font-size: 15px;
  }

  .contacts-social {
    margin-top: 25px;
  }
}


@media screen and (max-width: 1100px) {
  .reviews-section .slick-prev,
  .reviews-section .slick-next {
    height: 13%;
  }



  .mobile-top-line .top-menu-wrap {
    width: 48%;
  }

  .mobile-top-line .phone {
    width: 19%;
  }

  .mobile-top-line .fixed-order a {
    font-size: 1.2em;
  }
}


@media screen and (max-width: 960px) {
  .reviews-section .slick-prev,
  .reviews-section .slick-next {
    height: 14%;
  }
.contacts-section{
  background-position: center;
  background-size: cover;
}
  .wrapper {
    max-width: 100%;
    padding: 0 20px;
  }

  .top-menu li {
    font-size: 14px;
  }

  .header-img img {
    width: 35%;
  }

  .top-line-wrap {
    margin-bottom: 55px;
  }

  .header-img {
    margin-bottom: 15px;
  }

  .scroll-down {
    margin-top: 0;
  }

  header h1 {
    font-size: 50px;
  }

  header p.sub {
    font-size: 17px;    
  }

  .spektr-section .wrapper {
    max-width: 100%;
    padding: 0 20px;
  }

  .spektr-item h3 {
    font-size: 12px;
  }

  .spektr-item p {
    font-size: 11px;
  }

  .about-section .wrapper {
    max-width: 100%;
    padding: 0 20px;
  }

  .about-text h3 {
    font-size: 19px;
  }

  .about-text p {
    font-size: 13px;
  }

  .romb {
    width: 13em;
    height: 13em;
  }

  .romb span {
    font-size: 50px;
  }

  .about-bottom-item p {
    font-size: 20px;
  }

  .types {
    margin-bottom: 34px;
  }

  .team-modal,
  .leader-modal,
  .order-modal {
    width: 60%;
  }

  .team-item-img {
    position: relative;
  }

  .team-item .mask,
  .team-item .biog {
    display: none;
  }

  .team-mobile-biog {
    display: block;
    position: absolute;
    bottom: 0;
    right: 5.7%;
  }

  .team-mobile-biog img {
    width: auto;
  }
}

@media screen and (max-width: 850px) {
  .top-menu li {
    font-size: 12px;
  }

  .spektr-section h2 {
    font-size: 60px;
    margin-bottom: 13px;
  }

  .spektr-section p.sub {
    font-size: 15px;
  }

  .spektr-item h3 {
    font-size: 11px;
  }

  .spektr-item p {
    font-size: 10px;
  }

  .about-text h3 {
    font-size: 15px;
  }

  .about-text p {
    font-size: 11px;
  }

  .romb {
    width: 11em;
    height: 11em;
  }

  .romb span {
    font-size: 47px;
  }

  .about-bottom-item p {
    font-size: 18px;
  }

  .types a {
    font-size: 14px;
  }

  .process-item h3 {
    font-size: 36px;
  }

  .process-item p {
    font-size: 12px;
  }

  .process-center {
    padding-top: 55px;
  }
}

@media screen and (max-width: 780px) {
  .leader-info-wrap {
    padding: 1em 1.5em;
  }

  .leader-info h3 {
    font-size: 34px;
  }

  .leader-info p.position {
    font-size: 9px;
  }

  .leader-info p.about {
    font-size: 10px;
    margin-bottom: 13px;
  }

  .leader-info ul li {
    font-size: 10px;
  }


  .team-modal,
  .leader-modal,
  .order-modal {
    width: 70%;
  }

  .mobile-top-line .fixed-order {
    font-size: 8px;
  }

  .reviews-section .slick-prev,
  .reviews-section .slick-next {
    height: 11%;
  }



  .mobile-top-line .top-menu li {
    font-size: 1.15em;
  }

  .mobile-top-line .phone a {
    font-size: 1.1em;
  }

  .mobile-top-line .phone span {
    font-size: 1em;
  }
}

@media screen and (max-width: 760px) {
  .spektr-section {
    -webkit-background-size: cover;
    background-size: cover;
  }

  .spektr-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .spektr-item {
    width: 48%;
    margin-bottom: 25px;
  }

  .spektr-item h3 {
    font-size: 17px;
  }

  .spektr-item p {
    font-size: 14px;
  }
}

@media screen and (max-width: 750px) {
  .top-menu li {
    font-size: 13px;
    margin-right: 3%;
  }
  .process-section h2{
    margin-bottom: 1em;
  }
  /*.mobile-top-line .fixed-order{
    width: 25%;
  }*/
  .reviews-item {
    padding: 0 75px;
  }

  .reviews-section .slick-next,
  .reviews-section .slick-prev {
    width: 28px;
    height: 28px;
  }

  .reviews-section .slick-next {
    right: 3%;
  }

  .reviews-section .slick-prev {
    left: 3%;
  }
}

@media screen and (max-width: 700px) {
  .process-item h3 {
    font-size: 28px;
    margin-bottom: 5px;
  }

  .process-item p {
    font-size: 10px;
  }

  .process-right {
    padding-top: 115px;
  }

  .consult-section {
    padding-top: 60px;
    padding-bottom: 45px;
  }

  .consult-section h2 {
    font-size: 40px;
    line-height: 35px;
    margin-bottom: 13px;
  }

  .consult-section h2 span {
    display: block;
    font-size: 53px;
  }

  .consult-section p.sub {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 22px;
    padding: 0 5px;
  }

  .consult-form {
    padding: 0 20px;
    margin-bottom: 22px;
  }

  .consult-section p.second-sub {
    font-size: 17px;
    line-height: 22px;
    padding: 0 15px;
  }

  .contacts-section {
    background: #19191d;
    text-align: center;
  }

  .contacts-social {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contacts-social-item:last-child {
    margin-right: 0;
  }

  .footer-wrap {
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-left,
  .footer-center,
  .footer-right {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .footer-right {
    margin-bottom: 0;
    margin-top: 15px;
  }

  .footer-right img {
    width: auto;
  }

  .footer-left p {
    font-size: 14px;
  }

  .footer-center a {
    font-size: 16px;
  }

  footer {
    padding-bottom: 0;
  }

  .mobile-top-line .fixed-order {
    font-size: 7px;
  }
}

@media screen and (max-width: 650px) {
  .top-line {
    display: none;
  }

  .mobile-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
.input-btn{
    width: 100%;
  }

  header {
    padding-top: 20px;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .about-section {
    -webkit-background-size: cover;
    background-size: cover;
  }

  .romb {
    width: 9.5em;
    height: 9.5em;
    border-width: 2.5px;
  }

  .romb span {
    font-size: 40px;
  }

  .about-bottom-item p {
    font-size: 16px;
  }

  .types a {
    font-size: 12px;
  }

  .connect-section {
    -webkit-background-size: cover;
    background-size: cover;
  }

  .form {
    padding: 0 20px;
  }

  .form form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form form .input {
    width: 100%;
    margin-bottom: 15px;
  }

  .form form .input input {
    min-height: 60px;
    font-size: 20px;
    text-align: center;
  }

  .form form .input input::-webkit-input-placeholder {
    font-size: 20px;
  }

  .form form .input input::-moz-placeholder {
    font-size: 20px;
  }

  .form form .input input:-ms-input-placeholder {
    font-size: 20px;
  }

  .form form .input input::placeholder {
    font-size: 20px;
  }

  .form form button {
    width: 100%;
    min-height: 64px;
    font-size: 25px;
  }

  .reviews-item {
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .reviews-item-img {
    width: 100%;
  }

  .reviews-item-img img {
    width: auto;
    max-width: 140px;
    display: block;
    margin: 0 auto;
  }

  .reviews-item-text {
    width: 100%;
    margin-top: 36px;
    position: relative;
    text-align: center;
    z-index: 2;
  }

  .reviews-item-text h3 {
    font-size: 15px;
  }

  .reviews-item-text p {
    font-size: 14px;
    line-height: 18px;
  }
.mobile-top-line{display: none!important;}
  .reviews-item-text::before {
    left: 50%;
    top: -40px;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-bottom-color: #2d2d2d;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
  }

  .reviews-section {
    padding-bottom: 80px;
  }

  .reviews-section .slick-prev,
  .reviews-section .slick-next {
    width: 38px;
    height: 38px;
    top: 25%;
  }

  .reviews-section .slick-prev {
    left: 0;
  }

  .reviews-section .slick-next {
    right: 0;
  }

  .reviews-section .slick-dots {
    bottom: -45px;
  }

  .reviews-section .slick-dots li {
    width: 17px;
    height: 17px;
  }

  .consult-section {
    background: url('../img/consult-mob-bg.png') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .team-modal,
  .leader-modal,
  .order-modal {
    width: 95%;
  }

  .mobile-menu-wrap {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #19191d;
    z-index: 98;
    padding: 50px 35px 45px;
    /*display: none;*/
  }

  .mobile-menu-logo {
    margin-bottom: 45px;
  }

  .close-mobile-menu {
    position: absolute;
    top: 20px;
    right: 18px;
  }

  ul.mobile-menu {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 35px;
  }

  ul.mobile-menu li {
    border-top: 1px solid #303034;
  }

  ul.mobile-menu li a {
    display: block;
    width: 100%;
    padding: 15px 0;
    font: 17px LatoLight;
    color: #fff;
    text-transform: uppercase;
  }

  ul.mobile-menu li:last-child {
    border-bottom: 1px solid #303034;
  }

  .mobile-menu-wrap .phone {
    margin-bottom: 7px;
  }

  .mobile-menu-wrap .phone a {
    color: #fff;
    font: 23px LatoBold;
  }

  .mobile-menu-wrap .phone span {
    color: #fff;
    font: 16px LatoRegular;
    display: block;
    text-align: right;
  }

  .mobile-menu-order a {
    display: block;
    width: 100%;
    text-align: center;
    border-top: 3px solid #ddb781;
    border-bottom: 3px solid #be8f4d;
    position: relative;
    padding: 12px 25px;
    font: 16px LatoBold;
    color: #fff;
    text-transform: uppercase;
  }

  .mobile-menu-order a::before {
    content: '';
    width: 3px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#ddb781), to(#be8f4d));
    background: -webkit-linear-gradient(top, #ddb781, #be8f4d);
    background: -o-linear-gradient(top, #ddb781, #be8f4d);
    background: linear-gradient(180deg, #ddb781, #be8f4d);
    position: absolute;
    top: 0;
    left: 0;
  }

  .mobile-menu-order a::after {
    content: '';
    width: 3px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#ddb781), to(#be8f4d));
    background: -webkit-linear-gradient(top, #ddb781, #be8f4d);
    background: -o-linear-gradient(top, #ddb781, #be8f4d);
    background: linear-gradient(180deg, #ddb781, #be8f4d);
    position: absolute;
    top: 0;
    right: 0;
  }





  .mobile-top {
    padding-left: 40px;
    justify-content: space-between;
    align-items: center;
    /*background-color: #0f0f12;*/
    padding-bottom: 13px;
    padding-top: 13px;
  }

  .mobile-top .phone {
    display: flex;
    align-items: center;
  }

  .mobile-top .phone .text {
    margin-right: 10px;
  }

  .mobile-top .phone a {
    color: #fff;
    font: 16px LatoBold;
  }

  .mobile-top .phone span {
    color: #fff;
    font: 14px LatoRegular;
    display: block;
    text-align: right;
  }

  header {
    padding-top: 0;
  }
}

@media screen and (max-width: 560px) {
  .header-mob-img,
  .header-mob-subtitle,
  .header-mob-dekor {
    display: block;
    text-align: center;
    position: relative;
    z-index: 2;
  }

  .header-img {
    display: none;
  }

  .header-mob-subtitle {
    margin-top: 15px;
    color: #e8c086;
    font: 25px LatoRegular;
    line-height: 30px;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
  }

  header {
    background-position: -300px 0;
  }

  header h1 {
    text-align: center;
    font-size: 47px;
    padding-left: 0;
    margin-top: 20px;
    position: relative;
    z-index: 2;
  }

  header h1 br {
    display: none;
  }

  header p.sub {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    padding-left: 0;
    margin-top: 5px;
    margin-bottom: 55px;
    position: relative;
    z-index: 2;
  }

  .scroll-down img {
    width: 31px;
    position: relative;
    z-index: 2;
  }

  .mobile-top {
    position: relative;
    z-index: 2;
  }

  .spektr-item {
    width: 100%;
  }

  .spektr-item-img img {
    width: auto;
  }

  .about-section {
    padding-top: 30px;
  }

  .about-section h2 {
    font-size: 50px;
    margin-bottom: 30px;
  }

  .about-top {
    padding: 0;
    -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;
  }

  .about-logo {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 35px;
  }

  .about-logo img {
    max-width: 140px;
  }

  .about-text {
    width: 100%;
    text-align: center;
    background: rgba(51, 51, 51, 0.85);
  }

  .about-text h3 {
    font-size: 18px;
  }

  .about-text p {
    font-size: 14px;
  }

  .about-text::before {
    left: 50%;
    top: -36px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border: 18px solid transparent;
    background: none;
    width: 0;
    height: 0;
    border-bottom-color: rgba(51, 51, 51, 0.85);
  }

  .about-bottom {
    padding: 0;
  }

  .works-section {
    padding-top: 30px;
  }

  .works-section h2 {
    font-size: 50px;
    margin-bottom: 20px;
  }

  .types {
    -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;
    padding: 0;
    margin-bottom: 26px;
  }

  .types a {
    width: 134px;
    font-size: 15.5px;
    border-width: 2px;
    margin: 0 7px;
    margin-bottom: 11px;
  }

  .types a:nth-child(3),
  .types a:nth-child(4) {
    width: 123px;
  }

  .works-section {
    padding-bottom: 10px;
  }

  .works-section .wrapper {
    padding: 0 10px;
  }

  .works-big-wrap {
    display: none;
  }

  .works-mobile-slider-big {
    display: block;
  }

  .works-mobile-item img {
    width: 100%;
    height: auto;
  }

  .works-section .slick-initialized .slick-slide {
    display: inline-block;
    vertical-align: middle;
    float: inherit;
  }

  .works-section .slick-prev {
    left: 15px;
    width: 38px;
    height: 38px;
    background: url('../img/prev.png') no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: 2;
  }

  .works-section .slick-next {
    right: 15px;
    width: 38px;
    height: 38px;
    background: url('../img/next.png') no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }

  .connect-section h2 {
    font-size: 45px;
    margin-bottom: 10px;
  }

  .connect-section p.sub {
    font-size: 17px;
    line-height: 22px;
    padding: 0 20px;
  }

  .process-section h2 {
    font-size: 50px;
  }

  .process-item h3 {
    font-size: 25px;
    margin-bottom: 3px;
  }

  .process-item p {
    font-size: 11px;
    line-height: 12px;
  }

  .process-wrap {
    padding: 0;
  }

  .process-center {
    padding-top: 40px;
    width: 40%;
  }

  .process-right {
    width: 30%;
  }

  .process-left {
    width: 30%;
  }

  .process-item-img img {
    width: 77px;
    height: 77px;
  }

  .team-section {
    padding-top: 25px;
  }

  .team-section h2 {
    font-size: 50px;
    margin-bottom: 15px;
  }

  .leader {
    display: none;
  }

  .team-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px;
  }

  .team-item {
    width: 100%;
  }

  .team-item-img {
    position: relative;
  }

  .team-item .mask,
  .team-item .biog {
    display: none;
  }

  .mobile-leader-img {
    position: relative;
  }

  .more-team {
    display: block;
    margin-top: 35px;
    width: 100%;
  }

  .more-team a {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font: 18px LatoRegular;
    padding: 12px 0;
    border-top: 2px solid #ddb882;
    border-bottom: 2px solid #bd8e4b;
    position: relative;
  }

  .more-team a::before {
    content: '';
    width: 2px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#ddb882), to(#bd8e4b));
    background: -webkit-linear-gradient(top, #ddb882, #bd8e4b);
    background: -o-linear-gradient(top, #ddb882, #bd8e4b);
    background: linear-gradient(180deg, #ddb882, #bd8e4b);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  .more-team a::after {
    content: '';
    width: 2px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#ddb882), to(#bd8e4b));
    background: -webkit-linear-gradient(top, #ddb882, #bd8e4b);
    background: -o-linear-gradient(top, #ddb882, #bd8e4b);
    background: linear-gradient(180deg, #ddb882, #bd8e4b);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }

  .team-mobile-biog {
    display: block;
    position: absolute;
    bottom: 0;
    right: 5.7%;
  }

  .team-mobile-biog img {
    width: auto;
  }

  .mobile-leader-wrap {
    padding: 0 20px;
  }

  .mobile-leader {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    background: -webkit-gradient(linear, left top, left bottom, from(#dcb882), to(#bd8f4c));
    background: -webkit-linear-gradient(top, #dcb882, #bd8f4c);
    background: -o-linear-gradient(top, #dcb882, #bd8f4c);
    background: linear-gradient(180deg, #dcb882, #bd8f4c);
    padding-top: 11px;
    padding-bottom: 8px;
    text-align: center;
  }

  .mobile-leader-img {
    margin-bottom: 7px;
  }

  .mobile-leader-img img {
    width: 88.5%;
  }

  .mobile-leader h3 {
    font-size: 30px;
    color: #0c0c0f;
  }

  .mobile-leader p.position {
    color: #fff;
    font: 16px LatoRegular;
    margin-top: -3px;
  }

  .leader-mobile-biog {
    display: block;
    position: absolute;
    bottom: 0;
    right: 5.7%;
  }

  .leader-mobile-biog img {
    width: auto;
  }

  .consult-form form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .consult-form form .input {
    width: 100%;
    margin-bottom: 11px;
  }

  .consult-form form .input input {
    min-height: 46px;
    text-align: center;
  }

  .consult-form form button {
    width: 100%;
    min-height: 52px;
  }

  .contacts-wrap {
    padding-left: 0;
  }

  .contacts-wrap h2 {
    font-size: 50px;
  }

  .contacts-item {
    margin-bottom: 23px;
  }

  .contacts-item h3 {
    font-size: 23px;
  }

  .contacts-item p {
    font-size: 17px;
  }
}

@media screen and (max-width: 480px) {
  header {
    background-position: -400px 0;
  }
}

@media screen and (max-width: 440px) {
  header {
    background-position: -530px 0;
    padding-bottom: 12px;
    position: relative;
  }

  .header-mob-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
  }

  .spektr-section {
    padding-bottom: 20px;
  }

  .spektr-section h2 {
    font-size: 50px;
    margin-bottom: 5px;
  }

  .spektr-section p.sub {
    font-size: 16px;
    line-height: 19px;
  }

  .spektr-item {
    border-width: 3px;
    margin-bottom: 30px;
  }

  .spektr-item::before,
  .spektr-item::after {
    width: 3px;
  }

  .spektr-item h3 {
    font-size: 16px;
  }

  .spektr-item p {
    font-size: 14px;
  }

  .about-text {
    padding: 20px;
  }

  .about-text h3 {
    font-size: 16px;
  }

  .about-bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
  }

  .about-bottom-item {
    width: 100%;
    margin-bottom: 55px;
  }

  .about-bottom-item:last-child {
    margin-bottom: 30px;
  }

  .romb {
    width: 107px;
    height: 107px;
  }

  .romb span {
    font-size: 52px;
  }

  .about-bottom-item p {
    font-size: 19px;
  }

  .about-section {
    background: url('../img/about-mobile-bg.png') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 20px;
    background-position: 0 -90px;
  }

  .connect-section {
    background: url('../img/connect-mobile-bg.png') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .process-item {
    margin-bottom: 24px;
  }

  .process-item p {
    font-size: 9px;
  }

  .process-center {
    width: 94px;
  }

  .process-center img {
    width: 100%;
    height: 84%;
  }

  .process-left,
  .process-right {
    width: 100px;
  }

  .process-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .reviews-section .slick-prev,
  .reviews-section .slick-next {
    top: 13%;
  }

  .spektr-section p.sub br {
    display: none;
  }

  .team-modal-bottom h2,
  .leader-modal-bottom h2 {
    font-size: 36px;
  }

  .team-modal-bottom p.position,
  .leader-modal-bottom p.position {
    font-size: 15px;
  }

  .team-modal-bottom p.about,
  .leader-modal-bottom p.about {
    font-size: 13px;
  }

  .team-modal .close-team-modal {
    width: 15px;
  }

  .leader-modal .close-team-modal {
    width: 15px;
  }

  .order-modal .close-order-modal {
    width: 15px;
  }

  .order-modal-top h2 {
    font-size: 4.5em;
  }

  .order-modal-top p {
    font-size: 1.3em;
  }

  .order-modal-bottom {
    padding-left: 5%;
    padding-right: 5%;
  }
}


@media screen and (max-width: 360px) {
  .reviews-section .slick-prev, .reviews-section .slick-next {
    top: 12%;
  }
}
.process-section {
  font-size: 0px;
}
.process-section .wrapper{
padding: 4.5em 0;
font-size: 10px;
}

 .portfolio-filter button {
  font-size: 12px;
  background-color: transparent;
  color: #444444;
  margin: 0 20px 20px 0;
  overflow: hidden;
  text-transform: uppercase;
  border: 1px solid #444444;
  display: inline-block;
  padding: 4px 25px;
  border-radius: 25px;
  transition: 0.4s;
  outline: none;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
 .portfolio-filter button:hover,
 .portfolio-filter button.active {
  color: #ffffff;
  background-color: #444444;
  border-color: #444444;
  border-radius: 25px;
}
 .portfolio-item {
  position: relative;
  overflow: hidden;
}
.my-mfp-zoom-in .zoom-anim-dialog {
 opacity: 0;
 -webkit-transition: all 0.2s ease-in-out; 
 -moz-transition: all 0.2s ease-in-out; 
 -o-transition: all 0.2s ease-in-out; 
 transition: all 0.2s ease-in-out; 
 -webkit-transform: scale(0.8); 
 -moz-transform: scale(0.8); 
 -ms-transform: scale(0.8); 
 -o-transform: scale(0.8); 
 transform: scale(0.8); 
}
/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
 opacity: 1;
 -webkit-transform: scale(1); 
 -moz-transform: scale(1); 
 -ms-transform: scale(1); 
 -o-transform: scale(1); 
 transform: scale(1); 
}
/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
 -webkit-transform: scale(0.8); 
 -moz-transform: scale(0.8); 
 -ms-transform: scale(0.8); 
 -o-transform: scale(0.8); 
 transform: scale(0.8);
 opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
 opacity: 0;
 -webkit-transition: opacity 0.3s ease-out; 
 -moz-transition: opacity 0.3s ease-out; 
 -o-transition: opacity 0.3s ease-out; 
 transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
 opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
 opacity: 0;
}
/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
 opacity: 0;
 -webkit-transition: all 0.2s ease-out;
 -moz-transition: all 0.2s ease-out;
 -o-transition: all 0.2s ease-out;
 transition: all 0.2s ease-out;
 -webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
 -moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
 -ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
 -o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
 transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
 opacity: 1;
 -webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
 -moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
 -ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
 -o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
 transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
 opacity: 0;
 -webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
 -moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
 -ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
 -o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
 transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
}
/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
 opacity: 0;
 -webkit-transition: opacity 0.3s ease-out; 
 -moz-transition: opacity 0.3s ease-out; 
 -o-transition: opacity 0.3s ease-out; 
 transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
 opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
 opacity: 0;
}

@media screen and (max-width: 850px) {
  header{
    background: url(../img/header-bg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
}