@import url("https://fonts.googleapis.com/css2?family=Audiowide&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img, fieldset, a img {
  border: none;
}

input[type=text], input[type=email], input[type=tel] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

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

input[type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

input {
  margin: 0;
  padding: 0;
  border: 0;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
}
button:disabled {
  background: #242424;
}

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.5em;
}

a {
  text-decoration: none;
}

div, input, textarea, select, button, img, li, i, h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

div, section {
  display: block;
}

ul {
  list-style-type: none;
}

ol {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

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

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

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

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input::-moz-placeholder, textarea::-moz-placeholder, input:-moz-placeholder, textarea:-moz-placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  color: rgba(0, 0, 0, 0.5);
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder, input:focus::-moz-placeholder, textarea:focus::-moz-placeholder, input:focus:-moz-placeholder, textarea:focus:-moz-placeholder, input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea::-webkit-outer-spin-button, textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
}
@media screen and (max-width: 767px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
button, input, textarea {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background: transparent;
}

b, strong {
  font-weight: 700;
}

svg path {
  -webkit-transition: fill 0.3s, stroke 0.3s;
  -o-transition: fill 0.3s, stroke 0.3s;
  transition: fill 0.3s, stroke 0.3s;
}

html {
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  --white: #fff;
  --black: #000;
  --asphalt: #1F1F1F;
  --gray: #4C5254;
  --accent: #ec6701;
  width: 100%;
  line-height: 1.4;
  min-height: 100vh;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: var(--black);
  background: var(--white);
  line-height: normal;
  position: relative;
  overflow-x: hidden;
}

.row {
  width: 100%;
  max-width: 1440px;
  padding: 0 30px;
  height: auto;
  margin: 0 auto;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 62px;
  font-size: 20px;
  padding: 0 25px;
  background: var(--accent);
  color: var(--white);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 8px;
}
.btn.small {
  height: 40px;
  font-size: 16px;
}
.btn:disabled {
  pointer-events: none;
  opacity: 0.6;
}
.btn span {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.btn::after {
  content: "";
  float: right;
  width: 8px;
  height: 14px;
  margin: auto 0 auto 30px;
  background: url(../img/icon-arrow1-white.svg) center no-repeat;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  height: 67px;
  background: var(--white);
  -webkit-transition: height 0.5s, -webkit-box-shadow 0.5s;
  transition: height 0.5s, -webkit-box-shadow 0.5s;
  -o-transition: height 0.5s, box-shadow 0.5s;
  transition: height 0.5s, box-shadow 0.5s;
  transition: height 0.5s, box-shadow 0.5s, -webkit-box-shadow 0.5s;
}
.header.fixed {
  height: 60px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  height: 100%;
}
.header__nav {
  float: left;
  margin: auto auto auto 0;
}
.header__nav ul {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__nav ul li {
  margin-right: 35px;
}
.header__nav ul li a {
  display: block;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--black);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header__email {
  margin: auto 0;
  display: block;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--black);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header__callback {
  margin: auto 0 auto 30px;
  display: block;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--black);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header__humb {
  display: none;
}
.header__logo {
  position: absolute;
  width: 110px;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.content {
  width: 100%;
  padding-top: 67px;
}

.teaser {
  width: 100%;
  height: 630px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.teaser__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: var(--black);
}
.teaser__bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.35)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
}
.teaser__bg img, .teaser__bg video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.75;
}
.teaser__block {
  margin-top: auto;
  position: relative;
  z-index: 2;
  width: 100%;
}
.teaser__sub {
  display: block;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: var(--white);
}
.teaser__name {
  display: block;
  margin-top: 10px;
  font-size: 60px;
  font-weight: 500;
  line-height: 115%;
  font-family: "Kanit", sans-serif;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
}
.teaser__but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  width: 100%;
}

.catalog {
  width: calc(100% + 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 0 -10px;
}
.catalog__item {
  float: left;
  width: calc(50% - 20px);
  margin: 20px 10px 0;
  height: auto;
  min-height: 480px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.catalog__item-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: var(--black);
}
.catalog__item-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
}
.catalog__item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 30px 35px;
  z-index: 2;
}
.catalog__item-name {
  display: block;
  line-height: 115%;
  font-family: "Kanit", sans-serif;
  color: var(--white);
  font-size: 48px;
  font-weight: 500;
}
.catalog__item-name a {
  color: var(--white);
}
.catalog__item-sub {
  display: block;
  margin-top: 10px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--white);
}
.catalog__item-desc {
  display: block;
  margin-top: 25px;
  font-size: 22px;
  line-height: 140%;
  color: var(--white);
}
.catalog__item-but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}
.catalog__item-info {
  width: calc(100% + 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: auto -5px 0;
  padding-top: 25px;
}
.catalog__item-info_item {
  float: left;
  width: calc(33.3333% - 10px);
  border-radius: 10px;
  background: #131416;
  padding: 20px;
  margin: 0 5px;
}
.catalog__item-info_num {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: var(--accent);
}
.catalog__item-info_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  font-weight: 600;
  font-size: 16px;
  color: var(--white);
}
.catalog__item-info_name::after {
  content: "";
  float: right;
  width: 6px;
  height: 10px;
  margin: auto 0 auto 10px;
  background: url(../img/icon-arrow1-white.svg) center no-repeat;
}

.about {
  width: 100%;
  height: auto;
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 65px;
}
.about__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.about__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__block {
  float: right;
  margin-left: auto;
  width: 50%;
  position: relative;
  z-index: 2;
}
.about__block.left {
  width: 55%;
  margin: 0;
}
.about__logo {
  display: block;
}
.about__logo img {
  display: block;
  width: 183px;
  height: auto;
}
.about__title {
  display: block;
  margin-top: 34px;
  line-height: 115%;
  font-family: "Kanit", sans-serif;
  font-size: 48px;
  font-weight: 500;
  color: var(--white);
  text-transform: uppercase;
}
.about__desc {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  line-height: 140%;
  font-weight: 500;
  color: var(--white);
}
.about__but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}

.advant {
  width: 100%;
  margin-top: 20px;
  background: var(--black);
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding: 65px 88px 60px;
}
.advant__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.advant__bg img {
  position: absolute;
  width: 1866px;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.advant__title {
  display: block;
  text-align: center;
  line-height: 115%;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--white);
  position: relative;
  z-index: 2;
}
.advant__subtitle {
  display: block;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 400;
  color: var(--white);
  text-align: center;
  line-height: 130%;
}
.advant__block {
  display: block;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
.advant__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-top: 15px;
  width: 100%;
  padding: 10px;
  background: #131416;
  border-radius: 10px;
}
.advant__item:fist-child {
  margin: 0;
}
.advant__item:nth-child(2n) .advant__item-block {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.advant__item:nth-child(2n) .advant__item-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.advant__item-block {
  padding: 70px;
  margin: auto 0;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.advant__item-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  padding: 0 18px;
  background: rgba(236, 103, 1, 0.1);
  color: var(--accent);
  font-weight: 600;
  font-size: 14px;
}
.advant__item-name {
  display: block;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  color: var(--white);
}
.advant__item-desc {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  line-height: 140%;
  color: var(--white);
}
.advant__item-image {
  float: right;
  margin-left: auto;
  width: 50%;
  height: auto;
  height: 410px;
}
.advant__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.advant__im {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-top: 15px;
  width: 100%;
  padding: 50px 50px 50px 130px;
  position: relative;
  background: #131416;
  border-radius: 10px;
}
.advant__im:fist-child {
  margin: 0;
}
.advant__im-num {
  position: absolute;
  top: 50px;
  left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: calc(100% - 100px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  background: rgba(236, 103, 1, 0.1);
  color: var(--accent);
  font-weight: 600;
  font-size: 14px;
}
.advant__im-image {
  margin-top: 25px;
  width: 100%;
  height: 275px;
}
.advant__im-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.advant__base {
  width: calc(100% + 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 25px -8px 0;
  position: relative;
  z-index: 2;
}
.advant__element {
  float: left;
  width: calc(100% - 16px);
  margin: 15px 8px 0;
  padding: 10px;
  position: relative;
  background: #131416;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 14px;
}
.advant__element.medium {
  width: calc(50% - 16px);
}
.advant__element-block {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.advant__element-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  padding: 0 18px;
  background: rgba(236, 103, 1, 0.1);
  color: var(--accent);
  font-weight: 600;
  font-size: 14px;
}
.advant__element-text {
  margin-top: 20px;
}
.advant__element-but {
  margin-top: 20px;
}
.advant__element-but .btn {  
  background: var(--asphalt);
}
.advant__element-image {
  width: 100%;
  height: 300px;
  margin-top: auto;
}
.advant__element-image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer {
  width: 100%;
  margin-top: 30px;
  background: var(--black);
  height: 64px;
}
.footer .row {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.footer__author {
  margin: auto 0;
  width: 125px;
  height: auto;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer__author img {
  width: 100%;
  height: auto;
}
.footer__list {
  float: right;
  margin: auto 0 auto auto;
}
.footer__list li {
  float: left;
  margin-right: 40px;
  font-size: 13px;
  color: var(--white);
}
.footer__list li:last-child {
  margin: 0;
}
.footer__list li a {
  display: block;
  color: var(--white);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.cap {
  width: 100%;
  border-radius: 10px;
  height: 440px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 50px;
}
.cap__bg {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--black);
}
.cap__bg img, .cap__bg video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
}
.cap__block {
  width: 100%;
  margin: auto 0;
  position: relative;
  z-index: 2;
}
.cap__bread {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cap__bread li {
  float: left;
  margin-right: 22px;
  position: relative;
}
.cap__bread li::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 100%;
  left: 100%;
  top: 0;
  background: url(../img/icon-arrow1-white.svg) center/5px auto no-repeat;
}
.cap__bread li:last-child {
  margin: 0;
}
.cap__bread li:last-child::before {
  display: none;
}
.cap__bread li a {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  color: var(--white);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cap__title {
  display: block;
  margin-top: 10px;
  font-size: 60px;
  font-weight: 500;
  line-height: 115%;
  font-family: "Kanit", sans-serif;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
}
.cap__desc {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  line-height: 125%;
  color: var(--white);
  text-align: center;
}
.cap__but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  width: 100%;
}

.target {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  padding: 30px 35px;
  margin-top: 20px;
}
.target__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--black);
}
.target__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
}
.target__base {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}
.target__logo {
  display: block;
  width: 176px;
  height: auto;
  margin: 0 auto;
}
.target__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.target__title {
  display: block;
  margin-top: 40px;
  line-height: 115%;
  font-family: "Kanit", sans-serif;
  font-size: 48px;
  font-weight: 500;
  color: var(--white);
  text-align: center;
}
.target__block {
  width: calc(100% + 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 40px -10px 0;
}
.target__item {
  float: left;
  width: calc(33.3333% - 20px);
  margin: 20px 10px 0;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  background: rgba(19, 20, 22, 0.8);
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.target__item.accent {
  background: var(--accent);
}
.target__item.accent .target__item-desc {
  font-size: 24px;
}
.target__item-num {
  display: block;
  font-weight: 700;
  font-size: 18px;
  color: var(--white);
}
.target__item-desc {
  display: block;
  padding-top: 60px;
  margin-top: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  color: var(--white);
}

.text.white {
  color: var(--white);
}
.text.white a {
  color: var(--white);
}
.text *:first-child {
  margin-top: 0;
}
.text > div {
  margin-top: 30px;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
  display: block;
  font-weight: 500;
  margin-top: 25px;
}
.text h1 {
  font-size: 40px;
}
.text h2 {
  font-size: 36px;
}
.text h3 {
  font-size: 30px;
}
.text h4 {
  font-size: 24px;
}
.text h5 {
  font-size: 20px;
}
.text h6 {
  font-size: 16px;
}
.text iframe {
  border-radius: 20px;
  margin-top: 20px;
}
.text a {
  color: var(--black);
  text-decoration: underline;
}
.text b, .text strong {
  font-weight: 600;
}
.text img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin-top: 20px;
  border-radius: 6px;
}
.text p {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  line-height: 140%;
}
.text ul {
  display: block;
  margin-top: 20px;
}
.text ul li {
  display: block;
  padding-left: 20px;
  font-size: 16px;
  line-height: 140%;
  position: relative;
  margin-top: 8px;
}
.text ul li:first-child {
  margin: 0;
}
.text ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 0;
  top: 9px;
  background: var(--accent);
  border-radius: 50%;
}
.text ol {
  display: block;
  width: calc(100% - 15px);
  margin-top: 20px;
  margin-left: 15px;
}
.text ol li {
  font-size: 16px;
  line-height: 140%;
  margin-top: 4px;
  position: relative;
}
.text ol li:first-child {
  margin: 0;
}
.text ol ol, .text ol ul {
  margin-top: 10px !important;
}

.convenc {
  width: 100%;
  margin-top: 20px;
  border-radius: 10px;
  padding: 50px;
  background: var(--black);
}
.convenc__title {
  display: block;
}
.convenc__title-name {
  display: block;
  font-family: "Kanit", sans-serif;
  font-size: 38px;
  font-weight: 500;
  color: var(--white);
  line-height: 120%;
}
.convenc__title-name u {
  text-decoration: none;
  color: var(--accent);
}
.convenc__title-desc {
  display: block;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 600;
  color: var(--white);
}
.convenc__image {
  display: block;
  margin-top: 30px;
}
.convenc__image img {
  display: block;
  width: 100%;
  height: 400px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.convenc__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-top: 30px;
}
.convenc__info {
  float: left;
  width: 35%;
  color: var(--white);
}
.convenc__info-name {
  display: block;
  font-size: 28px;
  font-weight: 700;
}
.convenc__info-desc {
  display: block;
  margin-top: 10px;
  font-size: 18px;
}
.convenc__info-desc:first-child {
  margin: 0;
}
.convenc__list {
  float: right;
  width: calc(63% + 14px);
  margin: 0 -7px 0 auto;
}
.convenc__list-item {
  float: left;
  width: calc(33.3333% - 14px);
  margin: 0 7px;
  background: var(--asphalt);
  border-radius: 16px;
  padding: 30px;
}
.convenc__list-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(236, 103, 1, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.convenc__list-icon img {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 18px;
  max-width: 18px;
}
.convenc__list-name {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
}
.convenc__list-desc {
  display: block;
  margin-top: 25px;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: var(--accent);
}

.modifi {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding: 40px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: var(--black);
  margin-top: 20px;
}
.modifi__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.modifi__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modifi__title {
  float: left;
  width: 42%;
  position: relative;
  z-index: 2;
  color: var(--white);
}
.modifi__title-name {
  display: block;
  font-family: "Kanit", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
}
.modifi__title-desc {
  display: block;
  width: 90%;
  margin-top: 90px;
  font-size: 20px;
  line-height: 140%;
}
.modifi__block {
  float: right;
  margin: auto -7px 0 auto;
  width: calc(54% + 14px);
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.modifi__item {
  float: left;
  width: calc(33.3333% - 14px);
  margin: 0 7px;
  border-radius: 16px;
  padding: 30px;
  background: var(--accent);
}
.modifi__item-num {
  display: block;
  font-weight: 600;
  font-size: 15px;
  line-height: 130%;
  color: var(--white);
}
.modifi__item-name {
  display: block;
  margin-top: 25px;
  font-size: 28px;
  font-weight: 600;
  color: var(--black);
}
.modifi__item:hover {
  background: var(--asphalt);
  cursor: pointer;
}
.modifi__item:hover .modifi__item-num {
  color: var(--accent);
}
.modifi__item:hover .modifi__item-name {
  color: var(--white);
}

.respect {
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
  padding: 70px 90px;
}
.respect__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: var(--black);
}
.respect__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.3;
}
.respect__title {
  display: block;
  font-family: "Kanit", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-align: center;
  position: relative;
  z-index: 2;
  color: var(--white);
}
.respect__block {
  display: block;
  margin-top: 40px;
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.respect__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.respect__item p {
  float: left;
  font-size: 16px;
  font-weight: 500;
  width: 16%;
  color: var(--white);
}
.respect__item p:nth-child(1) {
  width: 33%;
}
.respect__item p:nth-child(2) {
  width: 18%;
}
.respect__but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}

.quest {
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
  padding: 70px;
}
.quest__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: var(--black);
}
.quest__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.quest__block {
  display: block;
  width: 100%;
  max-width: 525px;
  background: var(--black);
  border-radius: 20px;
  padding: 60px;
  position: relative;
  z-index: 2;
  color: var(--white);
}
.quest__logo img {
  display: block;
  width: 109px;
  height: auto;
}
.quest__name {
  display: block;
  margin-top: 25px;
  font-weight: 600;
  font-size: 28px;
  line-height: 105%;
}
.quest__desc {
  display: block;
  margin-top: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}
.quest__but {
  display: block;
  margin-top: 25px;
}

.contact {
  width: 100%;
  margin-top: 20px;
  height: auto;
  background: var(--black);
  padding: 50px;
  border-radius: 10px;
}
.contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: 100%;
}
.contact__list-item {
  float: left;
  margin-right: 50px;
  margin-bottom: 20px;
}
.contact__list-item:last-child {
  margin: 0;
}
.contact__list-name {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: var(--accent);
}
.contact__list-desc {
  display: block;
  margin-top: 3px;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--white);
}
.contact__list-desc a {
  color: var(--white);
}
.contact__maps {
  display: block;
  margin-top: 30px;
  height: 520px;
  border-radius: 10px;
  overflow: hidden;
  background: #BBE2C5;
}

.input {
  width: 100%;
  position: relative;
}
.input.border input {
  border: 1px solid rgba(210, 203, 181, 0.35);
}
.input input {
  display: block;
  width: 100%;
  height: 60px;
  background: #fff;
  border-radius: 8px;
  color: #000;
  position: relative;
  font-size: 16px;
  line-height: 45px;
  padding: 14px 10px 0 18px;
  z-index: 1;
}
.input input::-webkit-input-placeholder {
  font-size: 0;
}
.input input::-moz-placeholder {
  font-size: 0;
}
.input input:-ms-input-placeholder {
  font-size: 0;
}
.input input::-ms-input-placeholder {
  font-size: 0;
}
.input input::placeholder {
  font-size: 0;
}
.input input:not(:-moz-placeholder-shown) ~ p {
  font-size: 11px;
  margin: 13px 0 0;
}
.input input:not(:-ms-input-placeholder) ~ p {
  font-size: 11px;
  margin: 13px 0 0;
}
.input input:not(:placeholder-shown) ~ p, .input input:focus ~ p {
  font-size: 11px;
  margin: 13px 0 0;
}
.input input:focus ~ p {
  color: var(--black);
}
.input p {
  position: absolute;
  z-index: 3;
  left: 18px;
  top: 0;
  margin-top: 20px;
  pointer-events: none;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
  white-space: nowrap;
  overflow: hidden;
  max-width: 65%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: color 0.3s, font-size 0.3s, margin 0.3s;
  -o-transition: color 0.3s, font-size 0.3s, margin 0.3s;
  transition: color 0.3s, font-size 0.3s, margin 0.3s;
}

.textarea {
  width: 100%;
  position: relative;
}
.textarea::before {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  left: 1px;
  top: 1px;
  height: 25px;
  background: var(--white);
  border-radius: 18px 18px 0 0;
  z-index: 2;
  pointer-events: none;
}
.textarea textarea {
  display: block;
  width: 100%;
  height: 90px;
  background: var(--white);
  border-radius: 8px;
  color: #000;
  border: 0;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  padding: 28px 10px 10px 18px;
  z-index: 1;
}
.textarea textarea::-webkit-input-placeholder {
  font-size: 0;
}
.textarea textarea::-moz-placeholder {
  font-size: 0;
}
.textarea textarea:-ms-input-placeholder {
  font-size: 0;
}
.textarea textarea::-ms-input-placeholder {
  font-size: 0;
}
.textarea textarea::placeholder {
  font-size: 0;
}
.textarea textarea:not(:-moz-placeholder-shown) ~ p {
  font-size: 11px;
  margin: 13px 0 0;
}
.textarea textarea:not(:-ms-input-placeholder) ~ p {
  font-size: 11px;
  margin: 13px 0 0;
}
.textarea textarea:not(:placeholder-shown) ~ p, .textarea textarea:focus ~ p {
  font-size: 11px;
  margin: 13px 0 0;
}
.textarea textarea:focus ~ p {
  color: var(--black);
}
.textarea p {
  position: absolute;
  z-index: 3;
  left: 18px;
  top: 0;
  margin-top: 20px;
  pointer-events: none;
  font-size: 16px;
  background: var(--white);
  color: rgba(0, 0, 0, 0.4);
  -webkit-transition: color 0.3s, font-size 0.3s, margin 0.3s;
  -o-transition: color 0.3s, font-size 0.3s, margin 0.3s;
  transition: color 0.3s, font-size 0.3s, margin 0.3s;
}

.check {
  width: 100%;
  position: relative;
}
.check input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 5;
}
.check input:checked + p::after {
  opacity: 1;
}
.check p {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  position: relative;
  padding-left: 30px;
}
.check p::before, .check p::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  left: 0;
  top: calc(50% - 9px);
}
.check p::before {
  background: rgba(217, 217, 217, 0.15);
  border: 1px solid var(--white);
}
.check p::after {
  background: var(--accent) url(../img/icon-check.svg) center no-repeat;
  opacity: 0;
}
.check p a {
  position: relative;
  z-index: 6;
  color: var(--white);
  text-decoration: underline;
}

.open-modal {
  cursor: pointer;
}
.open-image, .open-video {
  cursor: pointer;
}

.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 115;
  -webkit-transition: visibility 0.5s, opacity 0.5s;
  -o-transition: visibility 0.5s, opacity 0.5s;
  transition: visibility 0.5s, opacity 0.5s;
}
.modal.hide {
  visibility: hidden;
  opacity: 0;
}
.modal.hide .modal__cot {
  -webkit-transform: translate(-50%, -50%) scale(0.5);
      -ms-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
}
.modal.hide .modal__cart {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.modal__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: rgba(28, 42, 54, 0.6);
}
.modal__video {
  display: block;
  width: 100vw;
  height: auto;
  max-width: 1200px;
  position: relative;
}
.modal__video::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  padding-top: 60%;
}
.modal__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.modal__cot {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.modal__cot.image {
  width: 100%;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal__cot.image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 98vw;
  margin: auto;
}
.modal__close {
  position: absolute;
  width: auto;
  height: 36px;
  cursor: pointer;
  top: 55px;
  right: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px 0 0 40px;
  padding: 0 22px 0 20px;
  background: #595959;
  font-size: 14px;
  color: var(--white);
}
.modal__close::before, .modal__close::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(../img/icon-close-border.svg) center/contain no-repeat;
  right: -2px;
}
.modal__close::before {
  bottom: calc(100% - 1px);
}
.modal__close::after {
  top: 100%;
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}
.modal__close i {
  content: "";
  float: left;
  width: 12px;
  height: 12px;
  background: url(../img/icon-close.svg) center/contain no-repeat;
  opacity: 1;
  margin: auto 12px auto 0;
  opacity: 0.2;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.modal__close span {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.modal__block {
  width: 100vw;
  height: auto;
  max-width: 610px;
  max-height: 100vh;
  background: #0D0E0E;
  position: relative;
  padding: 60px;
  border-radius: 20px;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal__service {
  max-width: 975px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.modal__service .modal__close {
  top: 30px;
}
.modal__service-gallery {
  float: left;
  width: 54%;
}
.modal__service-gallery.full {
  float: none;
  width: 100%;
}
.modal__service-gallery_item {
  display: block;
  width: 100%;
  margin-top: 10px;
}
.modal__service-gallery_item:first-child {
  margin: 0;
}
.modal__service-gallery_item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}
.modal__service-block {
  float: right;
  margin-left: auto;
  width: calc(46% - 30px);
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal__service-block.full {
  float: none;
  width: 100%;
}
.modal__service-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  font-weight: 500;
  height: 40px;
  padding: 0 18px;
  font-size: 14px;
  color: var(--accent);
  background: rgba(236, 103, 1, 0.1);
  border-radius: 8px;
}
.modal__service-name {
  display: block;
  margin-top: 15px;
  font-size: 28px;
  font-weight: 600;
  line-height: 130%;
  color: var(--white);
}
.modal__service-desc {
  display: block;
  margin-top: 16px;
}
.modal__service-but {
  margin-top: 15px;
}
.modal__logo {
  display: block;
}
.modal__logo img {
  display: block;
  width: auto;
  height: 37px;
}
.modal__title {
  width: 100%;
}
.modal__title:not(:first-child) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.modal__title-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  color: var(--accent);
  text-transform: uppercase;
}
.modal__title-name {
  display: block;
  width: 100%;
  font-size: 36px;
  line-height: 120%;
  font-weight: 600;
  margin-top: 10px;
  color: var(--white);
}
.modal__title-name:first-child {
  margin: 0;
}
.modal__title-desc {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  color: var(--white);
}
.modal__title-but {
  margin-top: 20px;
}
.modal__form {
  width: calc(100% + 12px);
  margin: 12px -6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.modal__form .input, .modal__form .textarea, .modal__form .file, .modal__form .select, .modal__form .search, .modal__form .check {
  float: left;
  width: calc(100% - 12px);
  margin: 12px 6px 0;
}
.modal__form .input.medium, .modal__form .textarea.medium, .modal__form .file.medium, .modal__form .select.medium, .modal__form .search.medium, .modal__form .check.medium {
  width: calc(50% - 12px);
}
.modal__form .textarea textarea {
  height: 180px;
}
.modal__but {
  width: calc(100% - 12px);
  margin: 20px 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal__but button {
  width: 100%;
  border-radius: 8px;
}

@media screen and (max-width: 1399px) and (min-width: 1024px) {
  .row {
    padding: 0 20px;
  }

  .teaser__name {
    font-size: 54px;
  }

  .about__item-name {
    font-size: 40px;
  }

  .about__title {
    font-size: 40px;
  }

  .advant {
    padding: 55px 68px 50px;
  }
  .advant__item-block {
    padding: 30px 40px;
  }

  .convenc__info {
    width: 100%;
  }
  .convenc__list {
    width: calc(100% + 14px);
    margin: 25px -7px 0;
  }

  .modifi__title {
    width: 100%;
  }
  .modifi__title-desc {
    margin-top: 20px;
  }
  .modifi__block {
    width: calc(100% + 14px);
    margin: 30px -7px 0;
  }

  .cap__title {
    font-size: 54px;
  }

  .contact__list-desc {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .text.large h1 {
    font-size: 46px;
  }
  .text.large h2 {
    font-size: 40px;
  }
  .text.large h3 {
    font-size: 36px;
  }
  .text.large h4 {
    font-size: 30px;
  }
  .text.large h5 {
    font-size: 24px;
  }
  .text.large h6 {
    font-size: 20px;
  }
  .text.large p {
    font-size: 20px;
  }
  .text.large ul li, .text.large ol li {
    font-size: 20px;
  }
  .text.medium h6 {
    font-size: 18px;
  }
  .text.medium p {
    font-size: 18px;
  }
  .text.medium ul li, .text.medium ol li {
    font-size: 18px;
  }

  .advant__element {
    float: left;
    width: calc(100% - 16px);
    margin: 15px 8px 0;
    padding: 10px;
    position: relative;
    background: #131416;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 14px;
  }
  .advant__element.large {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .advant__element.large .advant__element-block {
    width: 50%;
    margin: auto 0;
    padding: 50px;
  }
  .advant__element.large .advant__element-image {
    width: 50%;
    height: unset;
    position: relative;
    margin: 0 0 0 auto;
  }
  .advant__element.large .advant__element-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .btn:hover span {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
  .btn:hover::after {
    -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px);
  }

  .header__nav ul li a:hover {
    opacity: 0.7;
  }
  .header__email:hover {
    opacity: 0.7;
  }
  .header__callback:hover {
    opacity: 0.7;
  }

  .footer__author:hover {
    opacity: 0.7;
  }
  .footer__list li a:hover {
    opacity: 0.7;
  }

  .cap__bread li a:hover {
    opacity: 0.7;
  }
  .modal__close:hover i {
    opacity: 1;
  }
  .modal__close:hover span {
    opacity: 1;
  }
}
@media screen and (max-width: 1023px) {
  .row {
    padding: 0 20px;
  }

  .btn {
    height: 54px;
    font-size: 16px;
  }
  .btn::after {
    height: 12px;
    margin: auto 0 auto 20px;
  }

  .header {
    height: 64px;
  }
  .header.fixed:not(.open) {
    height: 60px;
  }
  .header.open .header__nav, .header.open .header__email, .header.open .header__callback {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .header.open .header__humb i {
    background: rgba(255, 255, 255, 0);
  }
  .header.open .header__humb i::before {
    -webkit-transform: translateY(6px) rotate(45deg);
        -ms-transform: translateY(6px) rotate(45deg);
            transform: translateY(6px) rotate(45deg);
  }
  .header.open .header__humb i::after {
    -webkit-transform: translateY(-6px) rotate(-45deg);
        -ms-transform: translateY(-6px) rotate(-45deg);
            transform: translateY(-6px) rotate(-45deg);
  }
  .header__humb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    margin: auto -5px auto auto;
    position: relative;
    z-index: 5;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
  }
  .header__humb i {
    float: left;
    position: relative;
    width: 20px;
    height: 1px;
    background: var(--black);
    margin: auto;
    -webkit-transition: background 0.3s, width 0.4s;
    -o-transition: background 0.3s, width 0.4s;
    transition: background 0.3s, width 0.4s;
  }
  .header__humb i::before, .header__humb i::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--black);
    left: 0;
    -webkit-transform: translateY(0) rotate(0deg);
        -ms-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .header__humb i::before {
    top: -6px;
  }
  .header__humb i::after {
    top: 6px;
  }
  .header__logo {
    left: 20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 5;
  }
  .header__nav {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    background: var(--white);
    padding: 64px 0 150px;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: visibility 0.5s, opacity 0.5s;
    -o-transition: visibility 0.5s, opacity 0.5s;
    transition: visibility 0.5s, opacity 0.5s;
  }
  .header__nav ul {
    width: 100%;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 35px;
  }
  .header__nav ul li {
    width: 100%;
    margin-right: 0;
  }
  .header__nav ul li.active a::before {
    display: none;
  }
  .header__nav ul li a {
    font-size: 16px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .header__nav ul li a span {
    opacity: 1;
  }
  .header__nav ul li a::after {
    content: "";
    float: right;
    width: 14px;
    height: 14px;
    margin-left: auto;
    background: url(../img/icon-arrow2-black.svg) center/contain no-repeat;
    opacity: 0.4;
  }
  .header__email {
    position: absolute;
    width: calc(100% - 70px);
    left: 35px;
    top: calc(100vh - 80px);
    z-index: 5;
    visibility: hidden;
    text-align: center;
    font-size: 20px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: visibility 0.5s, opacity 0.5s;
    -o-transition: visibility 0.5s, opacity 0.5s;
    transition: visibility 0.5s, opacity 0.5s;
  }
  .header__callback {
    position: absolute;
    width: calc(100% - 70px);
    left: 35px;
    top: calc(100vh - 150px);
    z-index: 5;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: visibility 0.5s, opacity 0.5s;
    -o-transition: visibility 0.5s, opacity 0.5s;
    transition: visibility 0.5s, opacity 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 54px;
    font-size: 20px;
    padding: 0 25px;
    background: var(--accent);
    color: var(--white);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    border-radius: 8px;
  }
  .header__callback span {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .header__callback::after {
    content: "";
    float: right;
    width: 8px;
    height: 12px;
    margin: auto 0 auto 30px;
    background: url(../img/icon-arrow1-white.svg) center no-repeat;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }

  .teaser {
    width: calc(100% + 40px);
    margin: 0 -20px;
    border-radius: 0;
    padding: 30px 20px;
  }
  .teaser__sub {
    font-size: 16px;
  }
  .teaser__name {
    margin-top: 15px;
    font-size: 36px;
  }
  .teaser__name br {
    display: none;
  }

  .catalog {
    width: 100%;
    margin: 20px 0 0;
  }
  .catalog__item {
    width: 100%;
    margin: 10px 0 0;
    min-height: 380px;
  }
  .catalog__item:first-child {
    margin: 0;
  }
  .catalog__item-block {
    padding: 25px;
  }
  .catalog__item-name {
    font-size: 36px;
  }
  .catalog__item-desc {
    margin-top: 15px;
    font-size: 20px;
  }
  .catalog__item-but {
    margin-top: 15px;
  }
  .catalog__item-info {
    width: 100%;
    margin: auto 0 0;
    padding-top: 20px;
  }
  .catalog__item-info_item {
    width: 100%;
    padding: 15px 20px;
    margin: 5px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog__item-info_num {
    float: left;
    width: 32px;
  }
  .catalog__item-info_name {
    float: left;
    margin-top: 0;
  }

  .content {
    padding-top: 64px;
  }

  .about {
    width: calc(100% + 40px);
    /* min-height: 630px; */
    margin: 25px -20px 0;
    border-radius: 0;
    padding: 30px 20px;
    padding-bottom: 80px;
  }
  .about__block {
    width: 100% !important;
  }
  .about__logo img {
    width: 134px;
  }
  .about__title {
    margin-top: 20px;
    font-size: 36px;
  }
  .about__desc {
    font-size: 16px;
  }
  .about__but {
    margin-top: 20px;
  }

  .advant {
    width: calc(100% + 40px);
    margin: 10px -20px 0;
    border-radius: 0;
    padding: 45px 20px 20px;
  }
  .advant__title {
    font-size: 26px;
  }
  .advant__title br {
    display: none;
  }
  .advant__block {
    margin-top: 30px;
  }
  .advant__item {
    margin-top: 10px;
    padding: 15px;
  }
  .advant__item:nth-child(2n) .advant__item-block {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .advant__item:nth-child(2n) .advant__item-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .advant__item-block {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .advant__item-sub {
    height: 36px;
    padding: 0 16px;
    font-size: 12px;
  }
  .advant__item-name {
    margin-top: 15px;
    font-size: 18px;
  }
  .advant__item-desc {
    margin-top: 15px;
    font-size: 14px;
  }
  .advant__item-image {
    margin: 15px 0 0;
    width: 100%;
    min-height: 180px;
    height: 180px;
  }
  .advant__im {
    margin-top: 10px;
    padding: 70px 15px 15px;
  }
  .advant__im:fist-child {
    margin: 0;
  }
  .advant__im-num {
    top: 15px;
    left: 15px;
    width: 50px;
    height: 40px;
    font-size: 12px;
  }
  .advant__im-image {
    margin-top: 15px;
    height: 180px;
  }
  .advant__base {
    width: 100%;
    margin: 25px 0 0;
  }
  .advant__element {
    width: 100% !important;
    margin: 10px 0 0;
    padding: 15px;
  }
  .advant__element-block {
    padding: 0 0 15px;
  }
  .advant__element-sub {
    height: 36px;
    padding: 0 16px;
    font-size: 12px;
  }
  .advant__element-text {
    margin-top: 15px;
  }
  .advant__element-but {
    margin-top: 15px;
  }
  .advant__element-image {
    height: 180px;
  }

  .footer {
    margin-top: 0;
    height: auto;
    padding: 30px 0;
  }
  .footer__author {
    margin: 0 auto;
  }
  .footer__list {
    width: 100%;
    margin: 5px 0 0;
  }
  .footer__list li {
    width: 100%;
    margin-right: 0;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
  }

  .cap {
    width: calc(100% + 40px);
    margin: 0 -20px;
    border-radius: 0;
    height: 365px;
    padding: 40px 20px;
  }
  .cap__block {
    margin: auto 0 0;
  }
  .cap__bread li {
    margin-right: 0;
    display: none;
  }
  .cap__bread li::before {
    width: 10px;
    left: 0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .cap__bread li:nth-last-child(2) {
    display: block;
  }
  .cap__bread li a {
    font-size: 0;
    padding-left: 20px;
  }
  .cap__bread li a::before {
    content: "go back";
    font-size: 13px;
    padding-bottom: 1px;
    display: block;
  }
  .cap__title {
    margin-top: 15px;
    font-size: 36px;
  }
  .cap__but {
    margin-top: 25px;
  }

  .target {
    width: calc(100% + 40px);
    border-radius: 0;
    padding: 35px 20px;
    margin: 10px -20px 0;
  }
  .target__logo {
    width: 136px;
    margin: 0;
  }
  .target__title {
    margin-top: 20px;
    font-size: 36px;
    text-align: left;
  }
  .target__block {
    width: 100%;
    margin: 15px 0 0;
  }
  .target__item {
    width: 100%;
    margin: 20px 0 0;
  }
  .target__item.accent .target__item-desc {
    font-size: 20px;
  }
  .target__item-num {
    font-size: 16px;
  }
  .target__item-desc {
    padding-top: 20px;
    font-size: 16px;
  }

  .text h1 {
    font-size: 36px;
  }
  .text h2 {
    font-size: 30px;
  }
  .text h3 {
    font-size: 24px;
  }
  .text h4 {
    font-size: 20px;
  }
  .text h5 {
    font-size: 16px;
  }
  .text h6 {
    font-size: 14px;
  }
  .text p {
    font-size: 14px;
  }
  .text ul li {
    font-size: 14px;
  }
  .text ul li::before {
    top: 7px;
  }
  .text ol li {
    font-size: 14px;
  }

  .convenc {
    width: calc(100% + 40px);
    margin: 0 -20px;
    border-radius: 0;
    padding: 30px 20px;
  }
  .convenc__title-name {
    font-size: 28px;
  }
  .convenc__title-desc {
    margin-top: 20px;
    font-size: 18px;
  }
  .convenc__image {
    margin-top: 20px;
  }
  .convenc__image img {
    height: 220px;
  }
  .convenc__info {
    width: 100%;
  }
  .convenc__info-name {
    font-size: 20px;
  }
  .convenc__info-desc {
    font-size: 14px;
  }
  .convenc__list {
    width: 100%;
    margin: 30px 0 0;
  }
  .convenc__list-item {
    width: 100%;
    margin: 10px 0 0;
    padding: 20px 70px 20px 20px;
    position: relative;
  }
  .convenc__list-item:first-child {
    margin: 0;
  }
  .convenc__list-icon {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .convenc__list-name {
    margin: 0;
  }
  .convenc__list-desc {
    margin-top: 15px;
  }

  .modifi {
    width: calc(100% + 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    padding: 30px 20px;
    border-radius: 0;
    margin: 0 -20px;
  }
  .modifi__title {
    width: 100%;
  }
  .modifi__title-name {
    font-size: 24px;
  }
  .modifi__title-desc {
    width: 100%;
    margin-top: 15px;
    font-size: 16px;
  }
  .modifi__block {
    margin: 25px 0 0;
    width: 100%;
  }
  .modifi__item {
    width: 100%;
    margin: 15px 0 0;
    padding: 15px;
  }
  .modifi__item:first-child {
    margin: 0;
  }
  .modifi__item-num {
    font-size: 15px;
    display: none;
  }
  .modifi__item-name {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
    font-size: 28px;
  }

  .respect {
    width: calc(100% + 40px);
    border-radius: 0;
    margin: 10px -20px 0;
    padding: 30px 20px;
  }
  .respect__title {
    font-size: 24px;
  }
  .respect__block {
    margin-top: 20px;
  }
  .respect__item {
    padding: 15px 0;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .respect__item p {
    width: 33.3333%;
  }
  .respect__item p:nth-child(1) {
    width: 100%;
    padding-bottom: 10px;
    font-size: 20px;
  }
  .respect__item p:nth-child(2) {
    width: 100%;
    padding-bottom: 10px;
  }
  .respect__but {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 40px;
    position: relative;
    z-index: 2;
  }

  .quest {
    width: calc(100% + 40px);
    border-radius: 0;
    overflow: hidden;
    margin: 10px -20px 0;
    padding: 20px;
    height: 670px;
  }
  .quest__block {
    max-width: 100%;
    padding: 40px;
  }
  .quest__logo {
    width: 109px;
    margin: 0 auto;
  }
  .quest__name {
    margin-top: 20px;
    font-size: 24px;
    text-align: center;
  }
  .quest__desc {
    font-size: 14px;
    text-align: center;
  }
  .quest__but {
    display: block;
    margin-top: 20px;
  }

  .contact {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 30px 20px;
    border-radius: 0;
  }
  .contact__list-item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .contact__list-item:last-child {
    margin: 0;
  }
  .contact__list-name {
    font-size: 16px;
  }
  .contact__list-desc {
    margin-top: 3px;
    font-size: 20px;
  }
  .contact__maps {
    margin-top: 20px;
  }
  .modal__close {
    top: 20px;
    font-size: 0;
    padding-right: 10px;
  }
  .modal__block {
    padding: 20px 20px 40px;
    border-radius: 0;
  }
  .modal__logo img {
    height: 40px;
  }
  .modal__title:not(:first-child) {
    margin-top: 20px;
    padding-top: 20px;
  }
  .modal__title-sub {
    font-size: 16px;
  }
  .modal__title-sub img {
    height: 16px;
  }
  .modal__title-name {
    font-size: 24px;
  }
  .modal__form {
    width: calc(100% + 12px);
    margin: 5px -6px 0;
  }
  .modal__form .input, .modal__form .select, .modal__form .textarea {
    width: calc(100% - 12px);
    margin: 12px 6px 0;
  }
  .modal__form .input.medium, .modal__form .select.medium, .modal__form .textarea.medium {
    width: calc(100% - 12px);
  }
  .modal__form .input.small, .modal__form .select.small, .modal__form .textarea.small {
    width: calc(50% - 12px);
  }
  .modal__service {
    padding: 30px 20px;
  }
  .modal__service .modal__close {
    top: 20px;
  }
  .modal__service-gallery {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .modal__service-block {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding: 20px 0;
  }
  .modal__service-sub {
    font-size: 15px;
  }
  .modal__service-name {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  
}

#wpadminbar {
  top: auto !important;
  bottom: 0;
}