@charset "UTF-8";
@import url(libs/hystmodal.min.css);
@import url(libs/tiny-slider.css);
:root {
  --bs-blue:#0d6efd;
  --bs-indigo:#6610f2;
  --bs-purple:#6f42c1;
  --bs-pink:#d63384;
  --bs-red:#dc3545;
  --bs-orange:#fd7e14;
  --bs-yellow:#ffc107;
  --bs-green:#198754;
  --bs-teal:#20c997;
  --bs-cyan:#0dcaf0;
  --bs-white:#fff;
  --bs-gray:#6c757d;
  --bs-gray-dark:#343a40;
  --bs-gray-100:#f8f9fa;
  --bs-gray-200:#e9ecef;
  --bs-gray-300:#dee2e6;
  --bs-gray-400:#ced4da;
  --bs-gray-500:#adb5bd;
  --bs-gray-600:#6c757d;
  --bs-gray-700:#495057;
  --bs-gray-800:#343a40;
  --bs-gray-900:#212529;
  --bs-primary:#0d6efd;
  --bs-secondary:#6c757d;
  --bs-success:#198754;
  --bs-info:#0dcaf0;
  --bs-warning:#ffc107;
  --bs-danger:#dc3545;
  --bs-light:#f8f9fa;
  --bs-dark:#212529;
  --bs-primary-rgb:13,110,253;
  --bs-secondary-rgb:108,117,125;
  --bs-success-rgb:25,135,84;
  --bs-info-rgb:13,202,240;
  --bs-warning-rgb:255,193,7;
  --bs-danger-rgb:220,53,69;
  --bs-light-rgb:248,249,250;
  --bs-dark-rgb:33,37,41;
  --bs-white-rgb:255,255,255;
  --bs-black-rgb:0,0,0;
  --bs-body-color-rgb:33,37,41;
  --bs-body-bg-rgb:255,255,255;
  --bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family:var(--bs-font-sans-serif);
  --bs-body-font-size:1rem;
  --bs-body-font-weight:400;
  --bs-body-line-height:1.5;
  --bs-body-color:#212529;
  --bs-body-bg:#fff; }

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: .25; }

hr:not([size]) {
  height: 1px; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2; }

h1 {
  font-size: calc(1.375rem + 1.5vw); }

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem; } }
h2 {
  font-size: calc(1.325rem + .9vw); }

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem; } }
h3 {
  font-size: calc(1.3rem + .6vw); }

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem; } }
h4 {
  font-size: calc(1.275rem + .3vw); }

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem; } }
h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[data-bs-original-title], abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol, ul {
  padding-left: 2rem; }

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b, strong {
  font-weight: bolder; }

small {
  font-size: .875em; }

mark {
  padding: .2em;
  background-color: #fcf8e3; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #0d6efd;
  text-decoration: underline; }

a:hover {
  color: #0a58ca; }

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

code, kbd, pre, samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em; }

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

code {
  font-size: .875em;
  color: #d63384;
  word-wrap: break-word; }

a > code {
  color: inherit; }

kbd {
  padding: .2rem .4rem;
  font-size: .875em;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem; }

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700; }

figure {
  margin: 0 0 1rem; }

img, svg {
  vertical-align: middle; }

table {
  caption-side: bottom;
  border-collapse: collapse; }

caption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: #6c757d;
  text-align: left; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

tbody, td, tfoot, th, thead, tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, select {
  text-transform: none; }

[role=button] {
  cursor: pointer; }

select {
  word-wrap: normal; }

select:disabled {
  opacity: 1; }

[list]::-webkit-calendar-picker-indicator {
  display: none; }

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

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer; }

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit; }

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem; } }
legend + * {
  clear: left; }

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
  padding: 0; }

::-webkit-inner-spin-button {
  height: auto; }

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

::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

::-webkit-file-upload-button {
  font: inherit; }

::file-selector-button {
  font: inherit; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

iframe {
  border: 0; }

summary {
  display: list-item;
  cursor: pointer; }

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-ThinItalic.eot");
  src: local("Gilroy Thin Italic"), local("Gilroy-ThinItalic"), url("../fonts/Gilroy-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-ThinItalic.woff") format("woff"), url("../fonts/Gilroy-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-BoldItalic.eot");
  src: local("Gilroy Bold Italic"), local("Gilroy-BoldItalic"), url("../fonts/Gilroy-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-BoldItalic.woff") format("woff"), url("../fonts/Gilroy-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-SemiBold.eot");
  src: local("Gilroy SemiBold"), local("Gilroy-SemiBold"), url("../fonts/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-SemiBoldItalic.eot");
  src: local("Gilroy SemiBold Italic"), local("Gilroy-SemiBoldItalic"), url("../fonts/Gilroy-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-SemiBoldItalic.woff") format("woff"), url("../fonts/Gilroy-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Regular.eot");
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-RegularItalic.eot");
  src: local("Gilroy Regular Italic"), local("Gilroy-RegularItalic"), url("../fonts/Gilroy-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-RegularItalic.woff") format("woff"), url("../fonts/Gilroy-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Bold.eot");
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Thin.eot");
  src: local("Gilroy Thin"), local("Gilroy-Thin"), url("../fonts/Gilroy-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Thin.woff") format("woff"), url("../fonts/Gilroy-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
      padding: 0 15px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
      padding: 0 15px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
      padding: 0 30px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px;
      padding: 0 30px; } }
  @media (min-width: 1400px) {
    .container {
      max-width: 1460px;
      padding: 0 30px; } }

html {
  font-size: 24px; }
  @media (max-width: 991px) {
    html {
      font-size: 20px; } }
  @media (max-width: 768px) {
    html {
      font-size: 16px; } }

body {
  background: #fff;
  font-family: 'Gilroy';
  color: #000;
  font-weight: normal;
  font-style: normal; }

body * {
  outline: none !important; }

b,
strong {
  font-weight: bold; }

button {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-appearance: none;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: inherit; }

.btn {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  padding: 10px 25px;
  background: #eead31;
  color: #fff !important;
  font-weight: 600;
  text-decoration: none; }
  .btn:hover {
    background: #000; }
  .btn._big-padding {
    padding-left: 60px;
    padding-right: 60px; }

.main {
  padding-top: 0!important; }
  .main._inner {
    padding-bottom: 70px; }
    @media (max-width: 991px) {
      .main._inner {
        padding-bottom: 40px; } }
  @media (max-width: 1399px) {
    .main {
      padding-top: 87px; } }
  @media (max-width: 1199px) {
    .main {
      padding-top: 114px; } }
  @media (max-width: 991px) {
    .main {
      padding-top: 70px; } }

.hidden-scroll::-webkit-scrollbar {
  width: 0;
  height: 0; }

.h1 {
  font-size: 2.5rem;
  padding: 0;
  line-height: 120%;
  margin: 0 0 45px;
  font-weight: bold; }
  @media (max-width: 1600px) {
    .h1 {
      font-size: 2rem; } }
  @media (max-width: 1400px) {
    .h1 {
      font-size: 1.8rem; } }
  @media (max-width: 1199px) {
    .h1 {
      font-size: 1.6rem;
      margin-bottom: 30px; } }

h2,
.h2,
.section__title {
  font-size: 2.5rem;
  font-weight: bold;
  padding: 0;
  margin: 0 0 60px; }
  @media (max-width: 1600px) {
    h2,
    .h2,
    .section__title {
      font-size: 1.8rem; } }
  @media (max-width: 991px) {
    h2,
    .h2,
    .section__title {
      margin-bottom: 40px;
      font-size: 2rem; } }

.header {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
  padding: 20px 0;
  background: #fff; }
  @media (max-width: 991px) {
    .header {
      padding: 15px 0; } }
  .header__cols {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .header__logo {
    margin-right: 15px; }
    .header__logo svg {
      height: 50px; }
      @media (max-width: 1399px) {
        .header__logo svg {
          height: 40px; } }
  .header__burger {
    margin-right: 15px;
    display: none; }
    @media (max-width: 991px) {
      .header__burger {
        -webkit-order: 10;
        -moz-order: 10;
        order: 10;
        margin-right: 0;
        display: inline-block;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        width: 34px;
        height: 23px;
        cursor: pointer; } }
    .header__burger span {
      -moz-transition: 0.5s ease;
      -webkit-transition: 0.5s ease;
      transition: 0.5s ease;
      width: 34px;
      height: 3px;
      background: #eead31;
      margin-bottom: 7px; }
      .header__burger span:last-child {
        margin-bottom: 0; }
  .header__ul {
    display: -webkit-box;
    display: -moz-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: 0 15px 0 0;
    padding: 0;
    list-style: none; }
    @media (max-width: 991px) {
      .header__ul {
        display: none; } }
  .header__li {
    margin-right: 70px;
    position: relative;
    font-size: .8rem; }
    @media (max-width: 1600px) {
      .header__li {
        margin-right: 30px; } }
    @media (max-width: 1440px) {
      .header__li {
        font-size: 0.75rem; } }
    @media (max-width: 1199px) {
      .header__li {
        margin-right: 20px;
        font-size: .66rem; } }
    .header__li:last-child {
      margin-right: 0; }
  .header__a {
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    font-weight: 600;
    text-decoration: none;
    color: inherit !important;
    padding: 0 3px 10px;
    border-bottom: 3px solid transparent; }
    .header__a._active, .header__a:hover {
      border-bottom: 3px solid #eead31; }
  .header__phone {
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    font-weight: bold;
    color: inherit;
    text-decoration: none;
    margin-right: 15px;
    font-size: .8rem; }
    @media (max-width: 1440px) {
      .header__phone {
        font-size: .75rem; } }
    @media (max-width: 1199px) {
      .header__phone {
        font-size: .66rem; } }
    @media (max-width: 991px) {
      .header__phone {
        font-size: .8rem; } }
    @media (max-width: 768px) {
      .header__phone {
        font-size: 1rem; } }
    .header__phone:hover {
      color: #eead31; }
  .header__btn {
    font-size: .8rem; }
    @media (max-width: 1440px) {
      .header__btn {
        font-size: .75rem; } }
    @media (max-width: 1199px) {
      .header__btn {
        font-size: .66rem;
        padding: 10px 15px; } }
    @media (max-width: 991px) {
      .header__btn {
        display: none; } }

.home-first {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 90px);
  	/*&__animation {
  		animation: typewriter 2s steps(44) 1s 1 normal both;
  
  		&._a2 {
  			animation: typewriter 3s steps(44) 2s 1 normal both;
  		}
  
  		&._a3 {
  			animation: typewriter 3s steps(44) 3s 1 normal both;
  		}
  
  		&._a4 {
  			animation: typewriter 3s steps(44) 4.5s 1 normal both;
  		}
  
  		&._a5 {
  			animation: typewriter 2s steps(44) 5.5s 1 normal both;
  		}
  	}*/ }
  @media (max-width: 1400px) {
    .home-first {
      height: calc(100vh - 87px); } }
  @media (max-width: 1199px) {
    .home-first {
      height: calc(100vh - 114px); } }
  @media (max-width: 991px) {
    .home-first {
      height: calc(100vh - 70px); } }
  @media (max-width: 576px) {
    .home-first {
      padding: 60px 0;
      height: auto; } }
  .home-first__cols {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    height: 100%; }
  .home-first__animation {
    opacity: 0;
    left: -100%;
    position: relative;
    animation: ani 1s forwards; }
    .home-first__animation._a2 {
      animation: ani 2s forwards; }
    .home-first__animation._a3 {
      animation: ani 2.5s forwards; }
    .home-first__animation._a4 {
      animation: ani 2.5s forwards; }
    .home-first__animation._a5 {
      animation: ani 2.5s forwards; }
  .home-first__subtitle {
    font-size: 1.13rem;
    color: #eead31;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 20px; }
    @media (max-width: 1480px) {
      .home-first__subtitle {
        font-size: .9rem; } }
  .home-first__title {
    padding: 0;
    margin: 0;
    font-size: 4rem;
    line-height: 105%;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 600; }
    @media (max-width: 1480px) {
      .home-first__title {
        font-size: 2.6rem; } }
    @media (max-width: 768px) {
      .home-first__title {
        font-size: 2rem;
        line-height: 120%; } }
    @media (max-width: 576px) {
      .home-first__title {
        font-size: 2rem; } }
    .home-first__title span {
      position: relative; }
      .home-first__title span::after {
        content: '';
        left: 0;
        right: 0;
        opacity: 0;
        bottom: 5px;
        height: 5px;
        background: #eead31;
        position: absolute;
        animation: ani-bor 3s 2s normal both; }
        @media (max-width: 991px) {
          .home-first__title span::after {
            height: 3px;
            bottom: 5px; } }
        @media (max-width: 576px) {
          .home-first__title span::after {
            bottom: 0; } }
  .home-first__year {
    font-size: 1.7rem;
    margin-top: 60px;
    overflow: hidden;
    white-space: nowrap; }
    @media (max-width: 1480px) {
      .home-first__year {
        font-size: 1.3rem; } }
    @media (max-width: 991px) {
      .home-first__year {
        margin-top: 30px; } }
  .home-first__img {
    position: absolute;
    right: -10%;
    top: 0;
    bottom: 0;
    z-index: 1; }
    .home-first__img svg {
      height: 100%; }

@keyframes typewriter {
  from {
    width: 0; }
  to {
    width: 24em; } }
@keyframes ani {
  0% {
    opacity: 0;
    left: -100%; }
  100% {
    opacity: 1;
    left: 0; } }
@keyframes ani-bor {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.section {
  padding: 80px 0; }
  @media (max-width: 991px) {
    .section {
      padding: 40px 0; } }
  .section._pb0 {
    padding-bottom: 0 !important; }
  .section._gray {
    background: #f7f6f4; }
  .section._gold {
    background: #eead31; }
  .section__flex-title {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    margin-bottom: 80px; }
    @media (max-width: 991px) {
      .section__flex-title {
        margin-bottom: 40px; } }
    .section__flex-title .section__title {
      margin: 0 70px 0 0; }
  .section__title {
    max-width: 50%; }
    @media (max-width: 1199px) {
      .section__title {
        max-width: 100%; } }

.services__item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin: 0 -15px 0;
  padding-bottom: 102px; }
  @media (max-width: 1400px) {
    .services__item {
      padding-bottom: 90px; } }
  @media (max-width: 767px) {
    .services__item {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-bottom: 0; } }
.services__col {
  padding: 0 15px; }
.services__number {
  width: 17%;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 7rem;
  line-height: 80%; }
  @media (max-width: 1600px) {
    .services__number {
      font-size: 6rem; } }
  @media (max-width: 1199px) {
    .services__number {
      font-size: 4rem; } }
  @media (max-width: 767px) {
    .services__number {
      width: 50%;
      font-size: 8rem; } }
.services__list {
  width: 33%;
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (max-width: 1400px) {
    .services__list {
      font-size: .8rem; } }
  @media (max-width: 991px) {
    .services__list {
      font-size: .7rem; } }
  @media (max-width: 767px) {
    .services__list {
      width: 50%;
      font-size: .9rem; } }
  .services__list li {
    margin-bottom: 15px; }
    .services__list li:last-child {
      margin-bottom: 0; }
  .services__list a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    color: inherit;
    text-decoration: none;
    line-height: 120%; }
    .services__list a._active {
      font-weight: 600;
      text-decoration: underline; }
      .services__list a._active::before {
        width: 14px; }
    .services__list a::before {
      -moz-transition: 0.5s ease;
      -webkit-transition: 0.5s ease;
      transition: 0.5s ease;
      content: '';
      width: 0;
      height: 2px;
      background: #000;
      margin-right: 7px; }
.services__description {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(50% - 30px);
  margin: 0 15px;
  position: relative;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  padding: 35px;
  background: #eead31;
  min-height: 320px;
  display: none; }
  @media (max-width: 1400px) {
    .services__description {
      font-size: 1rem; } }
  @media (max-width: 1199px) {
    .services__description {
      min-height: auto; } }
  @media (max-width: 991px) {
    .services__description {
      font-size: .8rem;
      display: none !important; } }
  @media (max-width: 767px) {
    .services__description {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      padding: 20px;
      font-size: 1rem;
      margin-top: 30px; } }
  .services__description._active {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
.services__more {
  display: -webkit-box;
  display: -moz-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;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 144px;
  height: 144px;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-size: .67rem;
  position: absolute;
  left: -72px;
  bottom: -102px; }
  @media (max-width: 1400px) {
    .services__more {
      width: 120px;
      height: 120px;
      left: -60px;
      bottom: -90px; } }
  @media (max-width: 767px) {
    .services__more {
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      position: relative;
      left: auto;
      bottom: auto;
      width: 100%;
      height: auto;
      padding: 15px 20px;
      margin-top: 20px;
      font-size: .9rem; } }
  .services__more:hover {
    background: #000;
    color: #fff; }
.services__nav {
  display: -webkit-box;
  display: -moz-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: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  padding: 0 30px;
  width: 17%;
  margin-top: -82px;
  position: relative;
  z-index: 2; }
  @media (max-width: 1199px) {
    .services__nav {
      padding: 0 15px; } }
  @media (max-width: 767px) {
    .services__nav {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0;
      width: 100%;
      margin-top: 20px; } }
.services__arrow:disabled {
  opacity: .1; }
  .services__arrow:disabled svg path {
    fill: #000 !important; }
.services__arrow:hover svg path {
  fill: #eead31; }
.services__arrow svg path {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease; }
.services__arrow._prev {
  margin-top: -1px; }
  @media (max-width: 767px) {
    .services__arrow._prev {
      margin-right: 30px; } }
  .services__arrow._prev svg {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }
.services__thumbs {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start; }
  @media (max-width: 768px) {
    .services__thumbs {
      margin: 30px -10px 0; } }
.services__thumb {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  text-align: left;
  color: #999;
  font-weight: bold;
  line-height: 115%;
  margin-right: 200px; }
  @media (max-width: 1440px) {
    .services__thumb {
      font-size: .8rem; } }
  @media (max-width: 1199px) {
    .services__thumb {
      font-size: .6rem;
      margin-right: 150px; } }
  @media (max-width: 768px) {
    .services__thumb {
      margin-right: 0;
      width: 33.33%;
      font-size: .9rem;
      padding: 0 10px; } }
  .services__thumb:hover, .services__thumb.tns-nav-active {
    color: #000; }
    .services__thumb:hover span, .services__thumb.tns-nav-active span {
      color: #eead31; }
    .services__thumb:hover strong, .services__thumb.tns-nav-active strong {
      text-decoration: underline; }
  .services__thumb:last-child {
    margin-right: 0; }
  .services__thumb span {
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    display: block;
    font-size: .5rem;
    color: #333333; }

.modal-services {
  color: #000; }
  .modal-services__cols {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (max-width: 991px) {
      .modal-services__cols {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        padding-top: 50px; } }
  .modal-services__col {
    padding: 0 20px;
    width: 33.33%; }
    @media (max-width: 991px) {
      .modal-services__col {
        padding: 0;
        width: 100%;
        margin-bottom: 30px; }
        .modal-services__col:last-child {
          margin-bottom: 0; } }
    .modal-services__col._mobile {
      display: none; }
      @media (max-width: 991px) {
        .modal-services__col._mobile {
          display: block; } }
  .modal-services__title {
    font-size: 1rem;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    color: inherit;
    text-decoration: none;
    font-weight: 600; }
    .modal-services__title:hover {
      color: #eead31; }
  .modal-services__list {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
    font-size: .8rem; }
    @media (max-width: 991px) {
      .modal-services__list {
        margin: 15px 0 0; } }
    .modal-services__list li {
      margin-bottom: 10px; }
      .modal-services__list li:last-child {
        margin-bottom: 0; }
    .modal-services__list a {
      -moz-transition: 0.5s ease;
      -webkit-transition: 0.5s ease;
      transition: 0.5s ease;
      color: inherit;
      text-decoration: none; }
      .modal-services__list a:hover {
        color: #eead31; }

.numbers__cols {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px 50px; }
  @media (max-width: 991px) {
    .numbers__cols {
      margin-bottom: 30px; } }
  @media (max-width: 768px) {
    .numbers__cols {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
.numbers__item {
  padding: 0 15px;
  width: 33.33%; }
  @media (max-width: 768px) {
    .numbers__item {
      width: 100%;
      margin-bottom: 30px; } }
  .numbers__item:last-child {
    margin-bottom: 0; }
.numbers__title {
  font-weight: bold;
  color: #eead31;
  font-size: 7rem;
  line-height: 100%; }
  @media (max-width: 1600px) {
    .numbers__title {
      font-size: 6rem; } }
  @media (max-width: 1199px) {
    .numbers__title {
      font-size: 4rem; } }
  .numbers__title span {
    font-size: 7.6rem;
    color: #000;
    font-weight: 100;
    line-height: 100%; }
    @media (max-width: 1600px) {
      .numbers__title span {
        font-size: 4rem;
        position: relative;
        top: -10px; } }
    @media (max-width: 1199px) {
      .numbers__title span {
        font-size: 2rem;
        top: -15px; } }
    @media (max-width: 768px) {
      .numbers__title span {
        top: -10px; } }
.numbers__description {
  font-weight: bold; }
  @media (max-width: 1600px) {
    .numbers__description {
      font-size: .8rem; } }
  @media (max-width: 1199px) {
    .numbers__description {
      font-size: .6rem; } }
  @media (max-width: 768px) {
    .numbers__description {
      font-size: 1rem; } }
  .numbers__description a {
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    font-weight: normal;
    color: inherit;
    text-decoration: underline;
    white-space: nowrap; }
    .numbers__description a:hover {
      text-decoration: none;
      color: #eead31; }
.numbers__box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #f7f6f4;
  padding: 35px;
  font-size: 1.87rem;
  font-weight: bold;
  line-height: 115%; }
  @media (max-width: 1600px) {
    .numbers__box {
      font-size: 1.4rem; } }
  @media (max-width: 1199px) {
    .numbers__box {
      font-size: 1rem; } }
  @media (max-width: 991px) {
    .numbers__box {
      padding: 20px; } }
  @media (max-width: 768px) {
    .numbers__box {
      font-size: 1.4rem; } }
.numbers__slash {
  color: #eead31;
  margin-right: 20px; }
.numbers__text a {
  color: #eead31;
  text-decoration: none; }
  .numbers__text a:hover {
    text-decoration: underline; }

.projects__cols {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px; }
.projects__col {
  width: 33.33%;
  padding: 0 15px; }
  @media (max-width: 768px) {
    .projects__col {
      width: 100% !important; } }
  @media (max-width: 576px) {
    .projects__col {
      padding: 0; } }
  .projects__col:last-child .projects__item:last-child {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .projects__col:nth-last-child(2) .projects__item:last-child {
      margin-bottom: 0; } }
  .projects__col._half {
    width: 66.66%; }
    .projects__col._half .projects__title {
      font-size: 1.66rem; }
      @media (max-width: 1400px) {
        .projects__col._half .projects__title {
          font-size: 1.2rem; } }
    .projects__col._half .projects__tag {
      font-size: 1rem; }
      @media (max-width: 1400px) {
        .projects__col._half .projects__tag {
          font-size: .7rem; } }
.projects__item {
  position: relative;
  margin-bottom: 30px;
  color: #fff;
  font-weight: bold;
  overflow: hidden; }
  .projects__item:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  .projects__item img {
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    width: 100%; }
  .projects__item._page .projects__title, .projects__item._page .projects__tags {
    left: 30px;
    right: 30px; }
    @media (max-width: 1600px) {
      .projects__item._page .projects__title, .projects__item._page .projects__tags {
        left: 20px;
        right: 20px; } }
  .projects__item._page .projects__title {
    top: 30px;
    font-size: 1rem; }
    @media (max-width: 1600px) {
      .projects__item._page .projects__title {
        top: 20px;
        font-size: .8rem; } }
  .projects__item._page .projects__tags {
    bottom: 30px; }
    @media (max-width: 1600px) {
      .projects__item._page .projects__tags {
        bottom: 20px; } }
  .projects__item._page .projects__tag {
    font-size: .58rem;
    margin-right: 15px; }
    @media (max-width: 1600px) {
      .projects__item._page .projects__tag {
        font-size: .5rem; } }
.projects__title, .projects__tags {
  position: absolute;
  left: 40px;
  right: 40px; }
  @media (max-width: 1199px) {
    .projects__title, .projects__tags {
      left: 20px;
      right: 20px; } }
.projects__title {
  font-size: 1.33rem;
  color: inherit !important;
  text-decoration: none;
  top: 40px; }
  @media (max-width: 1400px) {
    .projects__title {
      font-size: 1rem; } }
  @media (max-width: 1199px) {
    .projects__title {
      top: 20px; } }
  @media (max-width: 768px) {
    .projects__title {
      font-size: 1.5rem !important; } }
  .projects__title:hover {
    text-decoration: underline; }
.projects__tags {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  bottom: 40px; }
  @media (max-width: 1199px) {
    .projects__tags {
      bottom: 20px; } }
.projects__tag {
  font-size: .66rem;
  color: inherit !important;
  text-decoration: none;
  white-space: nowrap;
  margin-right: 20px; }
  @media (max-width: 1400px) {
    .projects__tag {
      font-size: .5rem; } }
  @media (max-width: 768px) {
    .projects__tag {
      font-size: 1rem !important; } }
  .projects__tag:hover {
    text-decoration: underline; }
  .projects__tag:last-child {
    margin-right: 0 !important; }
.projects__link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
.projects__all {
  margin-top: 40px;
  text-align: center; }

.projects-page._nocols .projects-page__cols {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0; }
.projects-page._nocols .projects-page__col {
  width: 100% !important;
  padding: 0; }
  .projects-page._nocols .projects-page__col._left {
    margin-bottom: 40px; }
.projects-page__cols {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px; }
.projects-page__col {
  padding: 0 15px; }
  @media (max-width: 991px) {
    .projects-page__col {
      width: 100% !important; } }
  .projects-page__col._left {
    width: 25%; }
    @media (max-width: 991px) {
      .projects-page__col._left {
        margin-bottom: 40px; } }
  .projects-page__col._right {
    width: 75%; }
.projects-page__items {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px; }
.projects-page__item {
  width: 33.33%;
  padding: 0 15px; }
  @media (max-width: 1199px) {
    .projects-page__item {
      width: 50%; } }
  @media (max-width: 768px) {
    .projects-page__item {
      width: 100%; } }
  @media (max-width: 576px) {
    .projects-page__item {
      width: 100%;
      padding: 0; } }

.project-page__banner {
  position: relative; }
  .project-page__banner img {
    width: 100%; }
  .project-page__banner-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .project-page__banner .container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
  .project-page__banner-text {
    width: 42%;
    font-size: 2rem;
    line-height: 120%;
    color: #fff;
    font-weight: bold; }
    @media (max-width: 1600px) {
      .project-page__banner-text {
        font-size: 1.5rem; } }
    @media (max-width: 1199px) {
      .project-page__banner-text {
        font-size: 1rem; } }
    @media (max-width: 576px) {
      .project-page__banner-text {
        font-size: .8rem; } }
.project-page__types {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 40px 0; }
  @media (max-width: 991px) {
    .project-page__types {
      padding: 30px 0; } }
.project-page__type {
  padding: 0 15px; }
  @media (max-width: 991px) {
    .project-page__type {
      width: 50% !important;
      margin-bottom: 30px; } }
  @media (max-width: 576px) {
    .project-page__type {
      width: 100% !important; } }
  @media (max-width: 991px) {
    .project-page__type:last-child, .project-page__type:nth-last-child(2) {
      margin-bottom: 0; } }
  @media (max-width: 576px) {
    .project-page__type:nth-last-child(2) {
      margin-bottom: 30px; } }
  .project-page__type._w2 {
    width: 17%; }
  .project-page__type._w4 {
    width: 33%; }
  .project-page__type._w3 {
    width: 25%; }
  .project-page__type-title {
    font-weight: bold;
    font-size: .5rem;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 8px; }
    @media (max-width: 1400px) {
      .project-page__type-title {
        font-size: .4rem; } }
    @media (max-width: 991px) {
      .project-page__type-title {
        font-size: .8rem;
        margin-bottom: 0; } }
  .project-page__type-values {
    display: -webkit-box;
    display: -moz-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;
    font-weight: bold; }
    @media (max-width: 1600px) {
      .project-page__type-values {
        font-size: .8rem; } }
    @media (max-width: 1400px) {
      .project-page__type-values {
        font-size: .6rem; } }
    @media (max-width: 991px) {
      .project-page__type-values {
        font-size: 1rem; } }
    .project-page__type-values span {
      margin-right: 20px; }
      .project-page__type-values span:last-child {
        margin-right: 0; }
    .project-page__type-values._link a {
      text-decoration: none;
      color: inherit;
      margin-left: -57px; }
      @media (max-width: 1400px) {
        .project-page__type-values._link a {
          margin-left: -30px; } }
      @media (max-width: 576px) {
        .project-page__type-values._link a {
          margin-left: 0; } }
      .project-page__type-values._link a:hover span {
        text-decoration: none; }
      .project-page__type-values._link a span {
        text-decoration: underline;
        margin-left: 12px; }
        @media (max-width: 1400px) {
          .project-page__type-values._link a span {
            margin-left: 5px; } }
      @media (max-width: 1400px) {
        .project-page__type-values._link a img {
          width: 20px; } }
.project-page__params {
  overflow: hidden; }
  .project-page__params-cols {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -84px; }
    @media (max-width: 1600px) {
      .project-page__params-cols {
        margin: 0 -30px; } }
    @media (max-width: 991px) {
      .project-page__params-cols {
        margin: 0 -15px; } }
.project-page__param {
  width: 33.33%;
  padding: 0 84px;
  margin-bottom: 90px; }
  @media (max-width: 1600px) {
    .project-page__param {
      padding: 0 30px;
      margin-bottom: 60px;
      font-size: .8rem; } }
  @media (max-width: 991px) {
    .project-page__param {
      padding: 0 15px;
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .project-page__param {
      width: 50%;
      font-size: 1rem; } }
  @media (max-width: 576px) {
    .project-page__param {
      width: 100%; } }
  @media (max-width: 767px) {
    .project-page__param:nth-child(3) {
      display: none; } }
  .project-page__param-title {
    font-weight: bold;
    min-height: 60px;
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
    line-height: 115%; }
    @media (max-width: 1600px) {
      .project-page__param-title {
        min-height: 55px; } }
    @media (max-width: 991px) {
      .project-page__param-title {
        min-height: 45px; } }
    @media (max-width: 576px) {
      .project-page__param-title {
        min-height: auto;
        padding-bottom: 8px; } }
  .project-page__param-big {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 100%; }
    @media (max-width: 1600px) {
      .project-page__param-big {
        font-size: 2rem; } }
  .project-page__param-cms {
    height: 55px; }
    @media (max-width: 991px) {
      .project-page__param-cms {
        height: 45px; } }
.project-page__text {
  margin-bottom: 60px; }
  @media (max-width: 991px) {
    .project-page__text {
      margin-bottom: 40px; } }
  .project-page__text-content {
    font-size: 1.33rem; }
    @media (max-width: 1600px) {
      .project-page__text-content {
        font-size: 1rem; } }
.project-page__desktop {
  padding-top: 60px; }
  @media (max-width: 991px) {
    .project-page__desktop {
      padding-top: 30px; } }
  .project-page__desktop-wrapper {
    overflow: hidden; }
    .project-page__desktop-wrapper .tns-ovh {
      overflow: visible; }
  .project-page__desktop-wrap {
    position: relative;
    width: 67%;
    margin: 0 auto;
    position: relative; }
  .project-page__desktop-item {
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
    .project-page__desktop-item img {
      -moz-transition: 0.5s ease;
      -webkit-transition: 0.5s ease;
      transition: 0.5s ease;
      width: 100%;
      display: block; }
    .project-page__desktop-item.tns-slide-active {
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1); }
      .project-page__desktop-item.tns-slide-active img {
        -moz-box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
        -o-box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 60px rgba(0, 0, 0, 0.3); }
        @media (max-width: 991px) {
          .project-page__desktop-item.tns-slide-active img {
            -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
            -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
            -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.3); } }
  .project-page__desktop-text {
    margin-top: 40px; }
    @media (max-width: 1600px) {
      .project-page__desktop-text {
        font-size: .8rem; } }
    @media (max-width: 991px) {
      .project-page__desktop-text {
        margin-top: 20px; } }
    @media (max-width: 768px) {
      .project-page__desktop-text {
        padding: 0 15px; } }
.project-page__controls {
  display: -webkit-box;
  display: -moz-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: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  top: calc(50% - 20px);
  position: absolute;
  left: -65px;
  right: -65px; }
  @media (max-width: 991px) {
    .project-page__controls {
      display: none; } }
.project-page__control:hover svg path {
  fill: #eead31; }
.project-page__control svg path {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease; }
.project-page__control._prev {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }
.project-page__mobile {
  overflow: hidden; }
  .project-page__mobile-wrap {
    width: 67%;
    margin: 0 auto;
    position: relative;
    padding: 60px 0; }
    @media (max-width: 991px) {
      .project-page__mobile-wrap {
        padding: 40px 0; } }
    @media (max-width: 576px) {
      .project-page__mobile-wrap {
        width: 100%; } }
  .project-page__mobile-wrapper {
    width: 37%;
    margin: 0 auto; }
    .project-page__mobile-wrapper .tns-ovh {
      overflow: visible; }
  .project-page__mobile-item {
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
    .project-page__mobile-item.tns-slide-active {
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1); }
    .project-page__mobile-item img {
      -moz-transition: 0.5s ease;
      -webkit-transition: 0.5s ease;
      transition: 0.5s ease;
      width: 100%; }

.team__cols {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin: 0 -15px; }
  @media (max-width: 767px) {
    .team__cols {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      overflow-x: auto; } }
.team__item {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 50px; }
  @media (max-width: 1199px) {
    .team__item {
      margin-bottom: 30px; } }
  @media (max-width: 991px) {
    .team__item {
      width: 50%; } }
  @media (max-width: 767px) {
    .team__item {
      max-width: 300px;
      min-width: 330px; } }
.team__img {
  display: block;
  width: 100%;
  margin-bottom: 30px; }
  @media (max-width: 1199px) {
    .team__img {
      margin-bottom: 15px; } }
.team__title {
  font-weight: bold;
  font-size: 1.33rem;
  line-height: 115%; }
  @media (max-width: 1400px) {
    .team__title {
      font-size: 1rem; } }
  @media (max-width: 1199px) {
    .team__title {
      font-size: .8rem; } }
  @media (max-width: 991px) {
    .team__title {
      font-size: 1.2rem; } }
  @media (max-width: 576px) {
    .team__title {
      font-size: 1.5rem; } }
@media (max-width: 1400px) {
  .team__subtitle {
    font-size: .7rem; } }
@media (max-width: 1199px) {
  .team__subtitle {
    font-size: .6rem; } }
@media (max-width: 991px) {
  .team__subtitle {
    font-size: .8rem; } }
@media (max-width: 576px) {
  .team__subtitle {
    font-size: 1.1rem; } }

.team-numbers {
  display: -webkit-box;
  display: -moz-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: 0 -15px; }
  @media (max-width: 576px) {
    .team-numbers {
      overflow-x: auto; } }
  .team-numbers__item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    width: 33.33%; }
    @media (max-width: 1600px) {
      .team-numbers__item {
        font-size: .8rem; } }
    @media (max-width: 1199px) {
      .team-numbers__item {
        font-size: .6rem; } }
    @media (max-width: 576px) {
      .team-numbers__item {
        min-width: 300px;
        max-width: 300px;
        font-size: 1rem; } }
    .team-numbers__item span {
      white-space: nowrap;
      font-size: 6rem;
      font-weight: bold;
      color: #eead31;
      line-height: 100%;
      margin-right: 20px; }
      @media (max-width: 1400px) {
        .team-numbers__item span {
          font-size: 4rem; } }
      @media (max-width: 991px) {
        .team-numbers__item span {
          font-size: 3rem; } }
      @media (max-width: 768px) {
        .team-numbers__item span {
          margin-right: 15px; } }
      @media (max-width: 576px) {
        .team-numbers__item span {
          font-size: 5rem; } }

.team-vacancy {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px -15px 0; }
  @media (max-width: 768px) {
    .team-vacancy {
      margin-top: 30px; } }
  .team-vacancy__col {
    padding: 0 15px; }
    .team-vacancy__col._text {
      width: 50%; }
      @media (max-width: 1600px) {
        .team-vacancy__col._text {
          font-size: .8rem; } }
      @media (max-width: 1199px) {
        .team-vacancy__col._text {
          font-size: .6rem; } }
      @media (max-width: 768px) {
        .team-vacancy__col._text {
          width: 100%;
          font-size: .8rem;
          margin-bottom: 30px; } }
    .team-vacancy__col._title {
      width: 33%;
      font-size: 1.5rem;
      font-weight: bold;
      line-height: 120%; }
      @media (max-width: 1600px) {
        .team-vacancy__col._title {
          font-size: 1.4rem; } }
      @media (max-width: 1199px) {
        .team-vacancy__col._title {
          font-size: 1rem; } }
      @media (max-width: 768px) {
        .team-vacancy__col._title {
          width: 70%; } }
      @media (max-width: 576px) {
        .team-vacancy__col._title {
          width: 60%; } }
      .team-vacancy__col._title span {
        color: #eead31;
        text-decoration: underline;
        white-space: nowrap; }
    .team-vacancy__col._btn {
      width: 17%; }
      @media (max-width: 768px) {
        .team-vacancy__col._btn {
          width: 30%; } }
      @media (max-width: 576px) {
        .team-vacancy__col._btn {
          width: 40%; } }
      .team-vacancy__col._btn a {
        width: 100%; }
        @media (max-width: 1600px) {
          .team-vacancy__col._btn a {
            font-size: .8rem; } }

.footer {
  background: #000;
  padding: 70px 0 0;
  color: #fff; }
  @media (max-width: 991px) {
    .footer {
      padding-top: 40px; } }
  .footer__logo {
    display: inline-block;
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      .footer__logo {
        margin-bottom: 30px; } }
    .footer__logo svg {
      width: 245px; }
      @media (max-width: 991px) {
        .footer__logo svg {
          width: 145px; } }
  .footer__cols {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin: 0 -15px; }
  .footer__col {
    padding: 0 15px; }
    @media (max-width: 768px) {
      .footer__col {
        width: 100% !important; } }
    .footer__col._w50 {
      width: 50%; }
      @media (max-width: 991px) {
        .footer__col._w50 {
          width: 100%; } }
    .footer__col._w25 {
      width: 25%; }
      @media (max-width: 991px) {
        .footer__col._w25 {
          width: 50%; } }
  .footer__contacts {
    margin-bottom: 25px; }
    @media (max-width: 1400px) {
      .footer__contacts {
        font-size: .8rem; } }
    @media (max-width: 768px) {
      .footer__contacts {
        font-size: 1.2rem; } }
    @media (min-width: 992px) {
      .footer__contacts:last-child {
        margin-bottom: 0; } }
    .footer__contacts-title {
      font-size: .66rem;
      color: #999; }
      @media (max-width: 768px) {
        .footer__contacts-title {
          font-size: 1rem; } }
    .footer__contacts-link {
      -moz-transition: 0.5s ease;
      -webkit-transition: 0.5s ease;
      transition: 0.5s ease;
      color: inherit;
      font-weight: bold; }
      .footer__contacts-link:hover {
        color: #eead31;
        text-decoration: none; }
  .footer__social {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 18px; }
    @media (max-width: 991px) {
      .footer__social {
        padding-top: 0; } }
    .footer__social a {
      margin-right: 25px;
      text-decoration: none; }
      @media (max-width: 1400px) {
        .footer__social a {
          margin-right: 15px; } }
      @media (max-width: 768px) {
        .footer__social a {
          margin-right: 25px; } }
      .footer__social a:last-child {
        margin-right: 0; }
      .footer__social a:hover svg path {
        fill: #eead31; }
      .footer__social a svg path {
        -moz-transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease; }
  .footer__nav {
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (max-width: 1400px) {
      .footer__nav {
        font-size: .8rem; } }
    @media (max-width: 991px) {
      .footer__nav {
        margin-top: 30px; } }
    @media (max-width: 768px) {
      .footer__nav {
        font-size: 1rem; } }
    .footer__nav li {
      margin-bottom: 13px; }
      .footer__nav li:last-child {
        margin-bottom: 0; }
      .footer__nav li._active a {
        border-bottom: 3px solid #eead31; }
    .footer__nav a {
      -moz-transition: 0.5s ease;
      -webkit-transition: 0.5s ease;
      transition: 0.5s ease;
      color: inherit !important;
      text-decoration: none;
      font-weight: bold;
      border-bottom: 3px solid transparent; }
      .footer__nav a:hover {
        border-bottom: 3px solid #eead31; }
  .footer__question {
    font-size: 1.33rem;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 120%; }
    @media (max-width: 1400px) {
      .footer__question {
        font-size: 1rem; } }
    @media (max-width: 991px) {
      .footer__question {
        margin-top: 30px; } }
    @media (max-width: 768px) {
      .footer__question {
        margin-bottom: 15px; } }
    @media (max-width: 768px) {
      .footer__question {
        font-size: 1.2rem; } }
  @media (max-width: 1400px) {
    .footer .btn {
      font-size: .8rem; } }
  @media (max-width: 768px) {
    .footer .btn {
      font-size: 1rem; } }
  .footer .btn:hover {
    background: #999; }
  .footer__bottom {
    margin-top: 80px;
    padding: 40px 0;
    position: relative; }
    @media (max-width: 991px) {
      .footer__bottom {
        margin-top: 40px;
        padding: 20px 0; } }
    @media (max-width: 991px) {
      .footer__bottom .footer__col:nth-child(3) {
        display: none; } }
    @media (max-width: 991px) {
      .footer__bottom .footer__col:last-child {
        text-align: right; } }
    @media (max-width: 768px) {
      .footer__bottom .footer__col:last-child {
        text-align: left; } }
    @media (max-width: 768px) {
      .footer__bottom .footer__col:last-child {
        margin-bottom: 0; } }
    @media (max-width: 991px) {
      .footer__bottom .footer__col {
        width: 33.33%; } }
    @media (max-width: 768px) {
      .footer__bottom .footer__col {
        margin-bottom: 15px; } }
    .footer__bottom::before {
      content: '';
      left: 0;
      right: 0;
      top: 0;
      height: 1px;
      background: #eead31;
      position: absolute; }
    .footer__bottom-text {
      font-size: .66rem; }
      @media (max-width: 1400px) {
        .footer__bottom-text {
          font-size: .5rem; } }
      @media (max-width: 991px) {
        .footer__bottom-text {
          font-size: .6rem; } }
      @media (max-width: 768px) {
        .footer__bottom-text {
          font-size: .9rem; } }
      .footer__bottom-text._gray {
        color: #999; }
      .footer__bottom-text a {
        -moz-transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease;
        color: inherit; }
        .footer__bottom-text a:hover {
          text-decoration: none;
          color: #eead31; }
      .footer__bottom-text span {
        margin-right: 15px; }
        @media (max-width: 1199px) {
          .footer__bottom-text span {
            display: block; } }
        .footer__bottom-text span:last-child {
          margin-right: 0; }

.breadcrumbs {
  padding: 50px 0 50px; }
  @media (max-width: 991px) {
    .breadcrumbs {
      padding: 30px 0 0; } }
  .breadcrumbs__ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: .75rem; }
    @media (max-width: 991px) {
      .breadcrumbs__ul {
        display: none; } }
    .breadcrumbs__ul li {
      display: -webkit-box;
      display: -moz-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-right: 20px;
      color: #eead31; }
      .breadcrumbs__ul li:last-child {
        margin-right: 0; }
        .breadcrumbs__ul li:last-child::after {
          display: none; }
      .breadcrumbs__ul li::after {
        content: '';
        width: 10px;
        height: 2px;
        background: #999;
        margin-left: 20px; }
      .breadcrumbs__ul li a {
        color: #999;
        text-decoration: none; }
        .breadcrumbs__ul li a:hover {
          text-decoration: underline; }

.filter {
  background: #f7f6f4;
  padding: 15px 20px !important; }
  .filter__btn-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end; }
  .filter__btn {
    font-size: .6rem;
    border-bottom: 1px dashed #000; }
    .filter__btn:hover {
      border-bottom: 1px dashed #f7f6f4; }
    @media (max-width: 767px) {
      .filter__btn {
        font-size: .8rem; } }
    .filter__btn._hide::before {
      content: 'Открыть фильтр'; }
    .filter__btn._show::before {
      content: 'Скрыть фильтр'; }
    .filter__btn::before {
      content: 'Скрыть фильтр'; }
      @media (max-width: 991px) {
        .filter__btn::before {
          content: 'Открыть фильтр'; } }
  .filter._nocols .filter__cols {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    padding: 20px 0 0; }
    @media (max-width: 991px) {
      .filter._nocols .filter__cols {
        display: none; } }
    .filter._nocols .filter__cols._show {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .filter._nocols .filter__cols._hide {
      display: none; }
  .filter._nocols .filter__block {
    width: 30%;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .filter._nocols .filter__block {
        width: 100%;
        margin-bottom: 30px; }
        .filter._nocols .filter__block:last-child {
          margin-bottom: 0; } }
    .filter._nocols .filter__block .filter__title {
      border-bottom: 0;
      padding-bottom: 0; }
  .filter__block {
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .filter__block {
        margin-bottom: 20px; } }
    .filter__block:last-child {
      margin-bottom: 0; }
  .filter__title {
    font-size: .8rem;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #999; }
    @media (max-width: 1199px) {
      .filter__title {
        font-size: .9rem; } }
    @media (max-width: 991px) {
      .filter__title {
        font-size: .9rem;
        margin-bottom: 10px;
        padding-bottom: 10px; } }
    @media (max-width: 767px) {
      .filter__title {
        font-size: 1rem; } }
  .filter__checkbox {
    margin-bottom: 10px; }
    .filter__checkbox:last-child {
      margin-bottom: 0; }
    .filter__checkbox input {
      display: none; }
      .filter__checkbox input:checked + label {
        font-weight: bold; }
        .filter__checkbox input:checked + label span {
          opacity: 1; }
    .filter__checkbox label {
      display: -webkit-box;
      display: -moz-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: space-between;
      -webkit-justify-content: space-between;
      -ms-flex-pack: space-between;
      justify-content: space-between;
      font-weight: normal;
      cursor: pointer;
      font-size: .6rem; }
      @media (max-width: 991px) {
        .filter__checkbox label {
          font-size: .6rem; } }
      @media (max-width: 768px) {
        .filter__checkbox label {
          font-size: .8rem; } }
      .filter__checkbox label span {
        margin-left: 10px;
        opacity: 0; }
  .filter__tags {
    display: -webkit-box;
    display: -moz-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;
    margin: 0 -10px; }
  .filter__tag {
    margin: 0 5px 5px 0; }
    .filter__tag input {
      display: none; }
      .filter__tag input:checked + label {
        background: #eead31;
        color: #fff;
        font-weight: bold; }
        .filter__tag input:checked + label span {
          opacity: 1; }
    .filter__tag label {
      -moz-border-radius: 15px;
      -webkit-border-radius: 15px;
      border-radius: 15px;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      white-space: nowrap;
      padding: 0 8px 0 10px;
      height: 30px;
      cursor: pointer;
      font-size: .6rem;
      font-weight: normal; }
      @media (max-width: 1199px) {
        .filter__tag label {
          font-size: .6rem; } }
      @media (max-width: 991px) {
        .filter__tag label {
          font-size: .6rem; } }
      @media (max-width: 767px) {
        .filter__tag label {
          font-size: .8rem; } }
      .filter__tag label span {
        font-weight: bold;
        font-size: .6rem;
        margin-left: 7px;
        opacity: 0; }
        @media (max-width: 1600px) {
          .filter__tag label span {
            font-size: .5rem; } }
        @media (max-width: 991px) {
          .filter__tag label span {
            font-size: .8rem; } }

.order {
  position: relative;
  overflow: hidden; }
  .order__bg {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0; }
    .order__bg svg {
      height: 100%; }
  .order__cols {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    margin: 0 -15px;
    position: relative; }
  .order__col {
    padding: 0 15px; }
    @media (max-width: 1199px) {
      .order__col {
        width: 100% !important; } }
    .order__col._left {
      width: 42%; }
      @media (max-width: 1400px) {
        .order__col._left {
          width: 50%; } }
      @media (max-width: 1199px) {
        .order__col._left {
          margin-bottom: 30px; } }
    .order__col._right {
      width: 50%; }
  .order__title {
    line-height: 120%; }
    @media (max-width: 1199px) {
      .order__title {
        margin-bottom: 30px; } }
    @media (max-width: 768px) {
      .order__title {
        margin-bottom: 20px; } }
  @media (max-width: 1600px) {
    .order__text {
      font-size: .8rem; } }

.form {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -15px; }
  @media (max-width: 768px) {
    .form {
      margin: 0 -10px; } }
  .form__group {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    width: 100%;
    margin-bottom: 25px; }
    @media (max-width: 768px) {
      .form__group {
        margin-bottom: 20px;
        padding: 0 10px; } }
    @media (max-width: 576px) {
      .form__group {
        width: 100% !important; } }
    @media (min-width: 577px) {
      .form__group:nth-last-child(2) {
        margin-bottom: 0; } }
    .form__group:last-child {
      margin-bottom: 0; }
    .form__group._w6 {
      width: 50%; }
    .form__group._w4 {
      width: 33.33%; }
    .form__group._jcfe {
      -webkit-box-pack: flex-end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: flex-end;
      justify-content: flex-end; }
      @media (max-width: 576px) {
        .form__group._jcfe {
          -webkit-box-pack: flex-start;
          -webkit-justify-content: flex-start;
          -ms-flex-pack: flex-start;
          justify-content: flex-start; } }
  .form__input {
    height: 76px;
    line-height: 74px;
    padding-top: 0;
    padding-bottom: 0; }
    @media (max-width: 991px) {
      .form__input {
        height: 50px;
        line-height: 48px; } }
  .form__textarea {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 106px;
    resize: none;
    line-height: 115%; }
    @media (max-width: 991px) {
      .form__textarea {
        height: 80px; } }
  .form__input, .form__textarea {
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    width: 100%;
    border: 1px solid #fff;
    background: none;
    color: #000;
    padding-left: 18px;
    padding-right: 18px;
    margin: 0; }
    @media (max-width: 1600px) {
      .form__input, .form__textarea {
        font-size: .8rem; } }
    .form__input::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder {
      color: #000; }
    .form__input::-moz-placeholder, .form__textarea::-moz-placeholder {
      color: #000; }
    .form__input.error, .form__textarea.error {
      border: 1px solid firebrick;
      color: firebrick; }
      .form__input.error::-webkit-input-placeholder, .form__textarea.error::-webkit-input-placeholder {
        color: firebrick; }
      .form__input.error::-moz-placeholder, .form__textarea.error::-moz-placeholder {
        color: firebrick; }
  .form__checkbox input {
    display: none; }
    .form__checkbox input:checked + label span::after {
      background: #000; }
  .form__checkbox label {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .67rem;
    line-height: 120%;
    cursor: pointer; }
    @media (max-width: 768px) {
      .form__checkbox label {
        font-size: .8rem; } }
    .form__checkbox label span {
      display: -webkit-box;
      display: -moz-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;
      min-width: 36px;
      max-width: 36px;
      height: 36px;
      border: 1px solid #fff;
      margin-right: 15px; }
      @media (max-width: 768px) {
        .form__checkbox label span {
          min-width: 20px;
          max-width: 20px;
          height: 20px; } }
      .form__checkbox label span::after {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -moz-transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease;
        content: '';
        width: 44%;
        height: 44%;
        background: none; }
  .form__btn {
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    height: 60px;
    padding: 0 30px;
    color: #fff;
    font-weight: 600;
    background: #000;
    max-width: 100%; }
    .form__btn:hover {
      background: #fff;
      color: #000; }
    .form__btn:disabled {
      opacity: .4; }
    @media (max-width: 1600px) {
      .form__btn {
        font-size: .8rem; } }
    @media (max-width: 991px) {
      .form__btn {
        height: 50px; } }

.modal._full .modal__content {
  max-width: 100vw;
  width: 100vw;
  min-height: 100vh;
  margin: 0;
  padding-left: 0;
  padding-right: 0; }
.modal._center .modal__content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 991px) {
    .modal._center .modal__content {
      -webkit-box-align: flex-start;
      -webkit-align-items: flex-start;
      -ms-flex-align: flex-start;
      align-items: flex-start; } }
.modal._white .modal__content {
  background: #fff; }
.modal._gray .modal__content {
  background: #f7f6f4; }
.modal__content {
  padding: 40px;
  background: #eead31;
  width: 800px;
  max-width: 100%;
  position: relative; }
  @media (max-width: 576px) {
    .modal__content {
      padding: 30px; } }
.modal__title {
  margin-bottom: 30px; }
  @media (max-width: 576px) {
    .modal__title {
      margin-bottom: 20px; } }
.modal__close {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 30px;
  top: 30px; }
  @media (max-width: 576px) {
    .modal__close {
      top: 20px;
      right: 20px; } }
  .modal__close::after, .modal__close::before {
    content: '';
    width: 2px;
    height: 35px;
    background: #000;
    left: 50%;
    position: absolute; }
  .modal__close::after {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .modal__close::before {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
.modal__back {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: .8rem;
  position: absolute;
  top: 30px;
  left: 30px; }
  @media (max-width: 576px) {
    .modal__back {
      top: 25px;
      left: 15px;
      font-size: 1rem; } }
  .modal__back svg {
    margin-right: 10px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

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