@charset "UTF-8";
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, ol, ul, li,
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

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

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

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

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

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

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

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

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

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

@font-face {
  font-family: Montserrat;
  /* Имя шрифта */
  src: url(../fonts/Montserrat-Regular.otf);
  /* Путь к файлу со шрифтом */ }

@font-face {
  font-family: MontserratBold;
  /* Имя шрифта */
  src: url(../fonts/Montserrat-Bold.otf);
  /* Путь к файлу со шрифтом */ }

@font-face {
  font-family: MontserratLight;
  /* Имя шрифта */
  src: url(../fonts/Montserrat-Light.otf);
  /* Путь к файлу со шрифтом */ }

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

body {
  background-color: #222; }

a {
  text-decoration: none; }

::-webkit-scrollbar {
  width: 3px;
  height: 3px; }

::-webkit-scrollbar-button {
  background-color: #666; }

::-webkit-scrollbar-track {
  background-color: #999; }

::-webkit-scrollbar-track-piece {
  background-color: #ffffff; }

::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #666;
  border-radius: 3px; }

::-webkit-scrollbar-corner {
  background-color: #999; }

::-webkit-resizer {
  background-color: #666; }

/* ----- cta btn ----- */
.cta {
  display: block;
  position: fixed;
  bottom: 40px;
  right: 40px;
  background-color: #D29A60;
  text-decoration: none;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999; }

.cta:before {
  content: '';
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #D29A60;
  -webkit-animation: pulse-one 5s infinite;
          animation: pulse-one 5s infinite; }

.cta-icon {
  width: 35px;
  height: 35px;
  display: block;
  background-image: url("../img/phone.png");
  background-size: cover;
  -webkit-animation: flinch 5s infinite;
          animation: flinch 5s infinite; }

@-webkit-keyframes pulse-one {
  0% {
    opacity: .6; }
  2% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.5; }
  4% {
    opacity: 0.45;
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  6% {
    opacity: 0.4;
    -webkit-transform: scale(1.3);
            transform: scale(1.3); }
  8% {
    opacity: 0.35;
    -webkit-transform: scale(1.4);
            transform: scale(1.4); }
  10% {
    opacity: 0.3;
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  12% {
    opacity: 0.2;
    -webkit-transform: scale(1.6);
            transform: scale(1.6); }
  14% {
    opacity: 0.1;
    -webkit-transform: scale(1.7);
            transform: scale(1.7); } }

@keyframes pulse-one {
  0% {
    opacity: .6; }
  2% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.5; }
  4% {
    opacity: 0.45;
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  6% {
    opacity: 0.4;
    -webkit-transform: scale(1.3);
            transform: scale(1.3); }
  8% {
    opacity: 0.35;
    -webkit-transform: scale(1.4);
            transform: scale(1.4); }
  10% {
    opacity: 0.3;
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  12% {
    opacity: 0.2;
    -webkit-transform: scale(1.6);
            transform: scale(1.6); }
  14% {
    opacity: 0.1;
    -webkit-transform: scale(1.7);
            transform: scale(1.7); } }

@-webkit-keyframes flinch {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg); }
  2% {
    -webkit-transform: rotateZ(10deg);
            transform: rotateZ(10deg); }
  4% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg); }
  6% {
    -webkit-transform: rotateZ(10deg);
            transform: rotateZ(10deg); }
  8% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg); }
  10% {
    -webkit-transform: rotateZ(10deg);
            transform: rotateZ(10deg); }
  12% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg); }
  14% {
    -webkit-transform: rotateZ(10deg);
            transform: rotateZ(10deg); }
  16% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg); } }

@keyframes flinch {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg); }
  2% {
    -webkit-transform: rotateZ(10deg);
            transform: rotateZ(10deg); }
  4% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg); }
  6% {
    -webkit-transform: rotateZ(10deg);
            transform: rotateZ(10deg); }
  8% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg); }
  10% {
    -webkit-transform: rotateZ(10deg);
            transform: rotateZ(10deg); }
  12% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg); }
  14% {
    -webkit-transform: rotateZ(10deg);
            transform: rotateZ(10deg); }
  16% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg); } }

.animate-box {
  width: 100%;
  min-height: 700px;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.animate-inner {
  width: 20%;
  min-height: 100%;
  background-color: #222;
  -webkit-animation: wave 10s infinite;
          animation: wave 10s infinite;
  position: absolute; }

.wave-1 {
  left: 0; }

.wave-2 {
  left: 20%;
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }

.wave-3 {
  left: 40%;
  -webkit-animation-delay: 2s;
          animation-delay: 2s; }

.wave-4 {
  left: 60%;
  -webkit-animation-delay: 3s;
          animation-delay: 3s; }

.wave-5 {
  left: 80%;
  -webkit-animation-delay: 4s;
          animation-delay: 4s; }

@-webkit-keyframes wave {
  0% {
    z-index: 2;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
  50% {
    z-index: 2;
    -webkit-box-shadow: 0 4px 50px black;
            box-shadow: 0 4px 50px black;
    background-color: #282828;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
  100% {
    z-index: 2;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; } }

@keyframes wave {
  0% {
    z-index: 2;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
  50% {
    z-index: 2;
    -webkit-box-shadow: 0 4px 50px black;
            box-shadow: 0 4px 50px black;
    background-color: #282828;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
  100% {
    z-index: 2;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; } }

.decor-box {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden; }

.decor-triangle {
  width: 400px;
  height: 500px;
  background-image: url("../img/triangle_decor.png");
  background-size: cover;
  position: absolute;
  top: 25%;
  right: 0;
  z-index: 10; }

.lines-box {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 3; }

.lines-box div {
  width: 1px;
  background-color: #D29A60;
  opacity: .5; }

.decor-line-1 {
  height: 150px; }

.decor-line-2 {
  height: 120px; }

.decor-line-3 {
  height: 90px; }

.decor-line-4 {
  height: 60px; }

.greeting-box {
  position: absolute;
  width: 100%;
  min-height: 100vh;
  top: 0;
  z-index: 100; }

.header {
  position: fixed;
  width: 100%;
  padding: 20px 10px;
  color: rgba(211, 219, 225, 0.7);
  z-index: 10000;
  font-family: Montserrat, sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.logo-box,
.nav-box,
.phone-box {
  width: 33.33%; }

.logo {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("../img/logo.png");
  background-size: cover; }

.nav-btn {
  width: 30px;
  height: 30px;
  background-image: url("../img/menu.png");
  background-size: cover;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.nav-btn-close {
  background-image: url("../img/close.png") !important; }

.nav-btn:hover {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2); }

.phone-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 12px; }

.phone-seporater {
  width: 1px;
  height: 10px;
  background-color: rgba(211, 219, 225, 0.7);
  margin: 0 5px; }

.menu-block {
  width: 100%;
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #222;
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.fadeIn {
  opacity: 1;
  z-index: 1000;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.menu-table {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.menu-col {
  width: 50%;
  position: relative; }

.menu-nav-box {
  margin: 150px 0 0 200px; }

.menu-item {
  display: block;
  font-size: 32px;
  color: #D3DBE1;
  font-family: MontserratLight, sans-serif;
  margin-bottom: 30px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative; }

.menu-item span {
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: #D29A60;
  bottom: -10px;
  left: 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.menu-item-1:hover {
  color: #fff; }
  .menu-item-1:hover .span-1 {
    width: 300px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s; }

.menu-item-2:hover {
  color: #fff; }
  .menu-item-2:hover .span-2 {
    width: 300px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s; }

.menu-item-3:hover {
  color: #fff; }
  .menu-item-3:hover .span-3 {
    width: 300px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s; }

.menu-item-4:hover {
  color: #fff; }
  .menu-item-4:hover .span-4 {
    width: 300px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s; }

.email-box {
  position: absolute;
  bottom: 30px;
  right: 200px;
  font-family: Montserrat, sans-serif;
  color: rgba(211, 219, 225, 0.7);
  font-size: 18px; }

.email {
  padding-bottom: 5px;
  font-size: 20px;
  color: #D3DBE1; }

.menu-decor {
  width: 70%;
  height: 100px;
  margin: 50px auto; }

.menu-decor img {
  width: 100%;
  height: auto; }

.container {
  width: 100%;
  min-height: 100vh;
  padding-top: 120px;
  position: relative; }

.scroll-box {
  position: absolute;
  left: -25px;
  bottom: 20px; }

.scroll-text {
  font-family: Montserrat, sans-serif;
  color: rgba(211, 219, 225, 0.7);
  -webkit-transform: rotateZ(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotateZ(-90deg); }

.scroll-arrow {
  width: 12px;
  height: 80px;
  background-image: url("../img/arrow_down.png");
  background-size: cover;
  margin: 45px 0 0 40px; }

.website-wrapper {
  width: 100%;
  margin: 0 auto; }

.greeting-content {
  width: 100%;
  min-height: 60vh;
  color: #D3DBE1;
  font-family: Montserrat, sans-serif;
  padding-top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.greeting-title {
  font-size: 92px; }

.greeting-subtitle {
  position: relative;
  font-size: 52px;
  padding: 30px 0 100px; }

.greeting-subtitle:before {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #D29A60;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform:translateX(-50%); }

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 60px;
  margin:0 auto;
  border: 4px solid #D29A60;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: transparent;
  outline: none; }

.btn-text {
  width: 80%;
  height: 100%;
  color: #D29A60;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.btn:hover {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: 0 0 20px #D29A60, inset 0 0 10px #D29A60;
          box-shadow: 0 0 20px #D29A60, inset 0 0 10px #D29A60; }
  .btn:hover .btn-text {
    text-shadow: 0 0 5px #D29A60;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }

.btn:active {
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 20px #fff,
 inset 0 0 10px #fff;
          box-shadow: 0 0 20px #fff,
 inset 0 0 10px #fff; }
  .btn:active .btn-text {
    text-shadow: 0 0 5px #fff;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }

.about-block {
  width: 100%;
  background-color: #222; }

.about-box {
  width: 100%;
  padding: 100px 10% 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.about-left-col {
  width: 55%; }

.about-right-col {
  width: 45%; }

.page-title {
  font-size: 52px;
  font-family: Montserrat, sans-serif;
  color: #D3DBE1;
  margin: 0 0 50px; }

.content-box {
  font-size: 16px;
  color: #D3DBE1;
  font-family: Montserrat, sans-serif;
  line-height: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0; }

.content-box-number {
  color: #D29A60;
  font-weight: 900;
  font-size: 20px;
  min-width: 24px; }

.content-box-text {
  width: 100%; }

.line-and-dot-box {
  margin: 0 20px;
  width: 50px; }

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #D29A60;
  margin: 8px auto 0; }

.line {
  width: 2px;
  height: 65%;
  background-color: #D29A60;
  margin: 10px auto; }

.about-btn {
  margin-top: 60px; }

.about-img {
  width: 70%;
  height: auto;
  float: right; }

.service-block {
  width: 100%;
  background-color: #222;
  padding-bottom: 50px; }

.service {
  width: 100%;
  padding: 40px 10% 0; }

.service-box {
  width: 100%;
  position: relative; }

.service-inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-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; }

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

.bottom-inner {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1; }

.service-tab {
  width: 45%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #D3DBE1;
  border: 4px solid #2D2D2D;
  margin: 0 20px 50px;
  min-height: 140px;
  max-height: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.service-tab:hover {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-box-shadow: 0 4px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 4px 50px rgba(0, 0, 0, 0.5);
  border: 4px solid #222; }

.s-tab-icon {
  min-width: 20%;
  position: relative; }

.img-wrapper {
  width: 100%;
  max-height: 60%;
  position: relative; }

.s-tab-icon img {
  width: 60%;
  height: auto;
  max-height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.s-tab-seporater {
  width: 2px;
  height: 100px;
  background-color: #D29A60; }

.s-tab-name {
  padding: 0 20px;
  line-height: 25px;
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.service-btn {
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.open-service {
  opacity: 1;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: relative;
  z-index: 2; }

.arrow-rotation {
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg); }

.features-wrapper {
  width: 100%;
  background-color: #222;
  position: relative; }

.features-box {
  width: 100%;
  padding: 60px 10% 0; }

.content-box-title {
  font-family: MontserratBold, sans-serif;
  color: #D29A60;
  font-size: 18px; }

.form-wrapper {
  width: 100%;
  background-color: #222;
  position: relative; }

.form-box {
  padding: 0 10% 0; }

.form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.form-left-col {
  width: 50%; }

.form-right-col {
  width: 50%; }

.error_msg {
  font-family: MontserratBold, sans-serif;
  font-size: 18px;
  color: #da3939;
  padding: 10px;
  line-height: 22px; }

.success_msg {
  font-family: MontserratBold, sans-serif;
  font-size: 18px;
  color: #D29A60; }

.input {
  width: 80%;
  height: 80px;
  background-color: transparent;
  border: 4px solid #2D2D2D;
  margin: 20px 0;
  color: rgba(211, 219, 225, 0.7);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  padding: 0 20px;
  outline: none;
  cursor: default;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-box-shadow: inset 0 4px 10px #202020, 0 4px 20px #1a1a1a;
          box-shadow: inset 0 4px 10px #202020, 0 4px 20px #1a1a1a; }

.input:focus {
  border: 4px solid #D29A60;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-box-shadow: 0 0 20px #D29A60, inset 0 0 10px #D29A60;
          box-shadow: 0 0 20px #D29A60, inset 0 0 10px #D29A60; }

.form-btn {
  width: 80%;
  height: 80px;
  margin: 20px 0; }

.form-btn-text {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 20px; }

.contacts-wrapper {
  width: 100%;
  background-color: #222;
  position: relative; }

.contacts-box {
  padding: 0 10% 0; }

.contacts-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 4px solid #2D2D2D;
  padding: 60px 20px; }

.contacts-left-col {
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.contacts-right-col {
  width: 60%; }

.map {
  width: 100%;
  height: 300px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1); }

.contacts-text {
  font-family: Montserrat, sans-serif;
  color: #D3DBE1;
  padding: 10px 0; }

.contacts-text img {
  padding-right: 10px;
  position: relative;
  top: 3px; }

.footer {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: MontserratLight, sans-serif;
  color: rgba(211, 219, 225, 0.7);
  font-size: 12px;
  padding-bottom: 15px; }

.webdev {
  text-decoration: none;
  color: #D29A60;
  padding-left: 5px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.webdev:hover {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #D3DBE1; }

@media (min-width: 1100px) and (max-width: 1400px) {
  .menu-nav-box {
    margin: 150px 0 0 100px; }
  .email-box {
    right: 100px; }
  .about-box {
    padding: 100px 3% 0; }
  .page-title {
    font-size: 52px; }
  .about-btn {
    margin-left: 40px; }
  .service {
    width: 100%;
    padding: 40px 3% 0; }
  .features-box {
    width: 100%;
    padding: 60px 3% 0; }
  .form-box {
    padding: 0 3% 0; }
  .contacts-box {
    padding: 0 3% 0; } }

@media (min-width: 900px) and (max-width: 1099px) {
  .decor-triangle {
    width: 260px; }
  .greeting-title {
    font-size: 66px; }
  .menu-nav-box {
    margin: 150px 0 0 100px; }
  .email-box {
    right: 100px; }
  .about-box {
    padding: 100px 3% 0; }
  .about-left-col {
    width: 50%; }
  .about-right-col {
    width: 50%;
    position: relative;
    right: -100px; } }
  @media (min-width: 900px) and (max-width: 1099px) and (min-width: 1000px) and (max-width: 1100px) {
    .about-right-col {
      right: -40px; } }

@media (min-width: 900px) and (max-width: 1099px) {
  .about-img {
    width: 100%; } }
  @media (min-width: 900px) and (max-width: 1099px) and (min-width: 1000px) and (max-width: 1100px) {
    .about-img {
      width: 90%; } }

@media (min-width: 900px) and (max-width: 1099px) {
  .page-title {
    font-size: 40px; }
  .about-btn {
    margin-left: 40px; }
  .service {
    width: 100%;
    padding: 40px 3% 0; }
  .features-box {
    width: 100%;
    padding: 60px 3% 0; }
  .form-box {
    padding: 0 3% 0; }
  .contacts-box {
    padding: 0 3% 0; } }

@media (min-width: 750px) and (max-width: 899px) {
  .phone-box,
  .logo-box {
    opacity: 0; }
  .decor-triangle {
    width: 260px; }
  .greeting-title {
    font-size: 60px; }
  .greeting-subtitle {
    font-size: 42px; }
  .menu-nav-box {
    margin: 150px 0 0 80px; }
  .email-box {
    right: 80px; }
  .btn {
    margin: 0 auto; }
  .about-box {
    padding: 100px 3% 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .about-left-col {
    width: 100%; }
  .about-right-col {
    width: 60%;
    padding-top: 100px;
    margin: 0 auto; }
  .about-img {
    width: 100%; }
  .page-title {
    font-size: 40px;
    text-align: center; }
  .about-btn {
    margin: 50px auto 0; }
  .service {
    width: 100%;
    padding: 40px 3% 0; }
  .service-tab {
    width: 70%;
    margin: 30px auto; }
  .features-box {
    width: 100%;
    padding: 60px 3% 20px; }
  .form-box {
    padding: 0 3% 0; }
  .form-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .form-left-col,
  .form-right-col {
    width: 100%; }
  form {
    width: 100%;
    padding: 20px 0 100px; }
  .input {
    display: block;
    margin: 20px auto; }
  .contacts-box {
    padding: 0 3% 0; }
  .contacts-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .contacts-left-col {
    width: 100%;
    text-align: center;
    padding-bottom: 60px; }
  .contacts-right-col {
    width: 100%; }
  .menu-item-1:hover {
    color: #fff; }
    .menu-item-1:hover .span-1 {
      width: 160px;
      -webkit-transition: .6s;
      -o-transition: .6s;
      transition: .6s; }
  .menu-item-2:hover {
    color: #fff; }
    .menu-item-2:hover .span-2 {
      width: 160px;
      -webkit-transition: .6s;
      -o-transition: .6s;
      transition: .6s; }
  .menu-item-3:hover {
    color: #fff; }
    .menu-item-3:hover .span-3 {
      width: 160px;
      -webkit-transition: .6s;
      -o-transition: .6s;
      transition: .6s; }
  .menu-item-4:hover {
    color: #fff; }
    .menu-item-4:hover .span-4 {
      width: 160px;
      -webkit-transition: .6s;
      -o-transition: .6s;
      transition: .6s; } }

@media (min-width: 600px) and (max-width: 749px) {
  .phone-box,
  .logo-box {
    opacity: 0; }
  .decor-triangle {
    width: 260px; }
  .greeting-title {
    font-size: 52px; }
  .greeting-subtitle {
    font-size: 42px; }
  .menu-nav-box {
    margin: 150px 0 0 40px; }
  .email-box {
    right: 40px; }
  .btn {
    margin: 0 auto; }
  .about-box {
    padding: 100px 3% 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .about-left-col {
    width: 100%; }
  .about-right-col {
    width: 80%;
    padding-top: 100px;
    margin: 0 auto; }
  .about-img {
    width: 100%; }
  .page-title {
    font-size: 40px;
    text-align: center; }
  .about-btn {
    margin: 50px auto 0; }
  .service {
    width: 100%;
    padding: 40px 3% 0; }
  .service-tab {
    width: 100%; }
  .features-box {
    width: 100%;
    padding: 60px 3% 20px; }
  .form-box {
    padding: 0 3% 0; }
  .form-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .form-left-col,
  .form-right-col {
    width: 100%; }
  form {
    width: 100%;
    padding: 20px 0 100px; }
  .input {
    display: block;
    margin: 20px auto; }
  .contacts-box {
    padding: 0 3% 0; }
  .contacts-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .contacts-left-col {
    width: 100%;
    text-align: center;
    padding-bottom: 60px; }
  .contacts-right-col {
    width: 100%; }
  .menu-item-1:hover {
    color: #fff; }
    .menu-item-1:hover .span-1 {
      width: 160px;
      -webkit-transition: .6s;
      -o-transition: .6s;
      transition: .6s; }
  .menu-item-2:hover {
    color: #fff; }
    .menu-item-2:hover .span-2 {
      width: 160px;
      -webkit-transition: .6s;
      -o-transition: .6s;
      transition: .6s; }
  .menu-item-3:hover {
    color: #fff; }
    .menu-item-3:hover .span-3 {
      width: 160px;
      -webkit-transition: .6s;
      -o-transition: .6s;
      transition: .6s; }
  .menu-item-4:hover {
    color: #fff; }
    .menu-item-4:hover .span-4 {
      width: 160px;
      -webkit-transition: .6s;
      -o-transition: .6s;
      transition: .6s; } }

@media (min-width: 450px) and (max-width: 599px) {
  .menu-table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .menu-col {
    width: 100%; }
  .phone-box,
  .logo-box {
    opacity: 0; }
  .decor-triangle {
    width: 220px; }
  .greeting-title {
    font-size: 52px;
 }
  .greeting-subtitle {
    font-size: 42px; }
  .menu-nav-box {
    margin: 100px 0 0 40px; }
  .email {
    font-size: 16px; }
  .email-box {
    position: static;
    margin-left: 40px;
    font-size: 14px; }
  .btn {
    margin: 0 auto; }
  .about-box {
    padding: 100px 3% 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .about-left-col {
    width: 100%; }
  .about-right-col {
    width: 80%;
    padding-top: 100px;
    margin: 0 auto; }
  .about-img {
    width: 100%; }
  .content-box {
    font-size: 14px;
    line-height: 22px; }
  .line-and-dot-box {
    margin: 0 10px 0 5px; }
  .content-box-number {
    font-size: 16px; }
  .page-title {
    font-size: 38px;
    text-align: center; }
  .about-btn {
    margin: 50px auto 0; }
  .service {
    width: 100%;
    padding: 40px 3% 0; }
  .service-tab {
    width: 100%;
    font-size: 14px;
    line-height: 22px; }
  .s-tab-icon img {
    width: 50%; }
  .content-box-title {
    font-size: 16px; }
  .features-box {
    width: 100%;
    padding: 60px 3% 20px; }
  .form-box {
    padding: 0 3% 0; }
  .form-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .form-left-col,
  .form-right-col {
    width: 100%; }
  form {
    width: 100%;
    padding: 20px 0 100px; }
  .input {
    display: block;
    margin: 20px auto; }
  .contacts-box {
    padding: 0 3% 0; }
  .contacts-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .contacts-left-col {
    width: 100%;
    text-align: center;
    padding-bottom: 60px; }
  .contacts-right-col {
    width: 100%; }
  .map {
    height: 350px; }
  .menu-item-1:hover {
    color: #fff; }
    .menu-item-1:hover .span-1 {
      width: 160px;
      -webkit-transition: .6s;
      -o-transition: .6s;
      transition: .6s; }
  .menu-item-2:hover {
    color: #fff; }
    .menu-item-2:hover .span-2 {
      width: 160px;
      -webkit-transition: .6s;
      -o-transition: .6s;
      transition: .6s; }
  .menu-item-3:hover {
    color: #fff; }
    .menu-item-3:hover .span-3 {
      width: 160px;
      -webkit-transition: .6s;
      -o-transition: .6s;
      transition: .6s; }
  .menu-item-4:hover {
    color: #fff; }
    .menu-item-4:hover .span-4 {
      width: 160px;
      -webkit-transition: .6s;
      -o-transition: .6s;
      transition: .6s; } }

@media (min-width: 300px) and (max-width: 449px) {
  .menu-table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .menu-col {
    width: 100%; }

  .title-box{
    width:100% !important;
  }
  .phone-box,
  .logo-box {
    opacity: 0; }
  .decor-triangle {
    width: 220px; }
  .greeting-title {
    font-size: 42px;
  }
  .greeting-subtitle {
    font-size: 32px;
    padding: 30px 0 100px 120px; }
  .greeting-subtitle:before {
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    background-color: #D29A60;
    position: absolute;
    top: 45px;
    left: 45px; }
  .menu-nav-box {
    margin: 100px 0 0 40px; }
  .email {
    font-size: 16px; }
  .email-box {
    position: static;
    margin-left: 40px;
    font-size: 14px; }
  .btn {
    width: 280px;
    margin: 0 auto; }
  .btn-text {
    font-size: 18px; }
  .about-box {
    padding: 100px 3% 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .about-left-col {
    width: 100%; }
  .about-right-col {
    width: 100%;
    padding-top: 100px;
    margin: 0 auto; }
  .about-img {
    width: 100%; }
  .content-box {
    font-size: 14px;
    line-height: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .line-and-dot-box {
    display: none; }
  .content-box-number {
    font-size: 16px;
    min-width: 100%; }
  .page-title {
    font-size: 24px;
    text-align: center;
    line-height: 35px; }
  .about-btn {
    margin: 50px auto 0; }
  .service {
    width: 100%;
    padding: 40px 3% 0; }
  .service-tab {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 50px; }
  .s-tab-icon {
    min-width: 20%; }
  .s-tab-icon img {
    width: 50%; }
  .s-tab-name {
    width: 100%;
    line-height: 20px;
    padding: 10px 15px 10px 10px; }
  .content-box-title {
    font-size: 16px; }
  .features-box {
    width: 100%;
    padding: 60px 3% 20px; }
  .form-box {
    padding: 0 3% 0; }
  .form-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .form-left-col,
  .form-right-col {
    width: 100%; }
  form {
    width: 100%;
    padding: 20px 0 100px; }
  .form-btn {
    width: 96%; }
  .input {
    display: block;
    margin: 20px auto;
    width: 96%;
    font-size: 16px; }
  .contacts-box {
    padding: 0 3% 0; }
  .contacts-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px 5px; }
  .contacts-left-col {
    width: 100%;
    text-align: center;
    padding-bottom: 60px; }
  .contacts-right-col {
    width: 100%; }
  .map {
    height: 350px; }
  .menu-item-1:hover {
    color: #fff; }
    .menu-item-1:hover .span-1 {
      width: 160px;
      -webkit-transition: .6s;
      -o-transition: .6s;
      transition: .6s; }
  .menu-item-2:hover {
    color: #fff; }
    .menu-item-2:hover .span-2 {
      width: 160px;
      -webkit-transition: .6s;
      -o-transition: .6s;
      transition: .6s; }
  .menu-item-3:hover {
    color: #fff; }
    .menu-item-3:hover .span-3 {
      width: 160px;
      -webkit-transition: .6s;
      -o-transition: .6s;
      transition: .6s; }
  .menu-item-4:hover {
    color: #fff; }
    .menu-item-4:hover .span-4 {
      width: 160px;
      -webkit-transition: .6s;
      -o-transition: .6s;
      transition: .6s; }
  .cta {
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px; }
  .cta:before {
    width: 60px;
    height: 60px; }
  .scroll-box {
    display: none; } }

@media (max-height: 450px) {
  .greeting-content {
    padding-top: 0; } }

@media (width: 1024px) and (height: 1366px) {
  .decor-box,
  .greeting-box,
  .menu-block,
  .container {
    max-height: 100vh;
    min-height: 0; } }

@media (min-width: 1700px) {
  .decor-box,
  .greeting-box,
  .container {
    min-height: 80vh; } }

@media (min-width: 1600px) {
  .website-wrapper {
    width: 1600px;
    margin: 0 auto; } }



/* 12/2025 additional styles */ 

.about-img{
  border-bottom:1px solid #D29A60;
  
}
.about-right-col{
  position:relative;
}
.about-right-col:after{
  content:'';
  display:block;
  width:1px;
  height:60%;
  background-color:#D29A60;
  position:absolute;
  bottom:0;
  right:0;
}

.title-box{
  width: 80%;
  text-align: center;
}