@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Light.woff2) format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Bold.woff2) format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}


html {
  color: #17181a;
  background-color: #fff;
  font-size: 10px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

body {
  font-family: Montserrat,sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

a {
  color: currentColor;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hidden {
  display: none!important;
}
.page-top {
  padding-top: 14rem;
}
.md {
  padding-left: 3rem;
  padding-right: 3rem;
}

.md-center {
  padding-left: 3rem;
  padding-right: 3rem;
}

.img {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: auto;
}

.img-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main {
  padding-top: 9rem;
}

.h1 {
  font-size: 3.6rem;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.h2 {
  font-size: 3rem;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.h3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.h4 {
  font-size: 2rem;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.p {
  font-size: 1.2rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.ttu {
  text-transform: uppercase;
}

.ttn {
  text-transform: none;
}

.bg-dark {
  background-color: #17181a;
}
.c-white {
  color: #fff;
}

.c-dark {
  color: #17181a;
}
.pb-8 {
  padding-bottom: 8rem;
}

.w-33 {
  width: 100%;
}

.w-38 {
  width: 100%;
}

.w-50 {
  width: 100%;
}

.w-100 {
  width: 100%;
}
.pe-none {
  pointer-events: none;
}

.btn-wrap {
  text-align: center;
}

.btn {
  color: currentColor;
  font-size: 2rem;
  line-height: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  background: 0 0;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
  padding: 1.2rem 2rem;
  border: 2px solid currentColor;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
}

.btn span {
  position: relative;
  z-index: 2;
}

.btn:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: scale(.1);
  -ms-transform: scale(.1);
  transform: scale(.1);
  z-index: 1;
}

.btn:hover {
  color: #fff;
}

.btn:hover:after {
  background: #17181a;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.btn.btn_white {
  color: #fff;
}

.btn.btn_white:hover {
  color: #17181a;
}

.btn.btn_white:hover:after {
  background: #fff;
}

.btn_white .feedback__submit {
  color: #fff;
}

.btn_white .feedback__submit:hover {
  color: #17181a;
}

.btn_white .feedback__submit:hover:after {
  background: #fff;
}
.grecaptcha-badge {
	opacity: 0;
	pointer-events: none;
}
.top {
  position: fixed;
  bottom: 4.6rem;
  right: 2.5rem;
  z-index: 10;
  color: #c9caca;
  display: none;
}

.ic-scroll-down.top__img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 2.8rem;
}


.language {
  width: 4rem;
  position: fixed;
  bottom: 4.6rem;
  left: 2rem !important;
  z-index: 10;
  color: #c9caca;
  background: transparent !important;
  box-shadow: unset;
  border-radius: 0 !important;
  display: none;
}

#trp-floater-ls {
  left: 0 !important;
}


.language:hover .language-menu {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.language-btn {
  cursor: pointer;
  text-align: center;
}

.language-btn__icon {
  font-size: 4rem!important;
}

.language-menu {
  text-align: center;
  padding-bottom: 2rem;
  -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  transform: translateY(2rem);
  -webkit-transition: .5s cubic-bezier(.5,0,0,1);
  -o-transition: .5s cubic-bezier(.5,0,0,1);
  transition: .5s cubic-bezier(.5,0,0,1);
  opacity: 0;
  pointer-events: none;
}

.language-menu__item {
  padding: 1rem;
}

.language-menu__link {
  display: block;
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
}



.ic {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.ic-facebook {
  font-size: 51.2rem;
  width: 1em;
}

.ic-instagram {
  font-size: 51.2rem;
  width: 1em;
}

.ic-internet {
  font-size: 4rem;
  width: 1em;
}

.ic-linkedin {
  font-size: 51.2rem;
  width: 1em;
}

.ic-pinterest {
  font-size: 51.2rem;
  width: 1em;
}

.ic-planet {
  font-size: 3rem;
  width: 1em;
}

.ic-scroll-down {
  font-size: 5.4rem;
  width: 1.75926em;
}

.ic-short-logo {
  font-size: 67.1rem;
  width: 1em;
}

.ic-youtube {
  font-size: 51.2rem;
  width: 1em;
}

.hd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 9rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 10;
  background-color: #fff;
  /*
  -webkit-box-shadow: -5px -5px 5px -5px rgba(188,192,195,.6) inset;
  box-shadow: -5px -5px 5px -5px rgba(188,192,195,.6) inset;
  */
}

.hd__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hd__logo {
  margin-right: 2rem;
}

.hd-logo {
  display: inline-block;
}

.hd-logo__img {
  color: inherit;
  max-width: 50vw;
  width: auto;
  max-height: 26px;
}

.hd-logo__img path {
  fill: currentColor;
}

.menu-btn {
  width: 3.4rem;
  position: relative;
  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-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #c9caca;
}

.menu-btn span {
  display: block;
  width: 100%;
  height: .4rem;
  background-color: currentColor;
  margin: .7rem 0;
  -webkit-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}

.menu-btn:after,
.menu-btn:before {
  content: '';
  display: block;
  width: 100%;
  height: .4rem;
  background-color: currentColor;
  -webkit-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}

.menu-btn:hover:before {
  width: 25%;
}

.menu-btn:hover span {
  width: 50%;
}

@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes push_text_top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(6rem);
    transform: translateY(6rem);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes push_text_top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(6rem);
    transform: translateY(6rem);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes push_text_bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-6rem);
    transform: translateY(-6rem);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes push_text_bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-6rem);
    transform: translateY(-6rem);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.nav__list {
  display: none;
}
.menu-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.menu-popup.was-open {
  -webkit-animation: .25s linear both fade_out;
  animation: .25s linear both fade_out;
}

.menu-popup__wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(255,255,255,.9);
  background-repeat: repeat;
  background-position: 0 0;
  padding: 4rem 2rem;
  position: relative;
}

.menu-popup__menu {
  color: #3a3a3a;
  text-transform: uppercase;
}

.menu-popup__menu a {
  -webkit-transition: color .15s ease-out;
  -o-transition: color .15s ease-out;
  transition: color .15s ease-out;
}

.menu-services {
  margin-bottom: 3.5rem;
}

.menu-services li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu-services a {
  display: block;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 1rem auto;
}
.menu-services a:hover {
	color: #153254;
}

.menu-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu-list a {
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
  margin: .5rem auto;
}
.menu-list a:hover {
	color: #c9caca;
}

.menu-popup__close.menu-btn {
  position: absolute;
  top: 4rem;
  right: 3rem;
  z-index: 3;
  color: #000;
}

.menu-popup__close.menu-btn span {
  opacity: 0;
}

.menu-popup__close.menu-btn:before {
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0!important;
}

.menu-popup__close.menu-btn:after {
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0!important;
}

.menu-popup__close.menu-btn:hover {
  color: #9d251f;
}

.menu-popup__close.menu-btn:hover:before {
  width: 100%;
}

.menu-close .menu-open {
  -webkit-animation: .25s linear both fade_out;
  animation: .25s linear both fade_out;
}

.menu-open {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: hidden;
}

.menu-open .hd {
  pointer-events: none;
  background-color: transparent;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-color: transparent;
}
/*.menu-open #menu-top_menu {*/
/*  opacity: 0;*/
/*}*/
.menu-open .hd__logo {
  opacity: 0;
}

.menu-open .hd__btn {
  pointer-events: all;
}

.menu-open .menu-popup {
  pointer-events: all;
  -webkit-animation: .25s linear both fade_in;
  animation: .25s linear both fade_in;
}

.menu-open .menu-services {
  -webkit-animation: .5s cubic-bezier(.175,.885,.32,1) .5s both push_text_bottom;
  animation: .5s cubic-bezier(.175,.885,.32,1) .5s both push_text_bottom;
}

.menu-open .menu-list {
  -webkit-animation: .5s cubic-bezier(.175,.885,.32,1) .5s both push_text_top;
  animation: .5s cubic-bezier(.175,.885,.32,1) .5s both push_text_top;
}

.menu-open .menu-btn {
  color: #000;
}

.menu-open .menu-btn span {
  opacity: 0;
}

.menu-open .menu-btn:before {
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%!important;
  right: 0;
}

.menu-open .menu-btn:after {
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%!important;
  right: 0;
}

.menu-open .menu-btn:hover {
  color: #9d251f;
}

.menu-open .menu-btn:hover:before {
  width: 100%;
}


.ft {
  color: #fff;
  background-color: #17181a;
  padding-top: 14rem;
  padding-bottom: 4rem;
}

.ft__header {
  padding-bottom: 4rem;
}

.ft__btn {
  margin-top: 3rem;
}

.ft__btn .btn {
  width: 100%;
}

.ft__body {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: normal;
  padding-bottom: 4rem;
  padding-bottom: 4rem;
}

.ft__address {
  margin-top: 3.2rem;
}

.ft__address span {
  display: block;
}

.ft__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ft_soc a,
.ft__body .ft__rt p {
  line-height: 1.4;
}

.ft__body a,
.ft__footer a {
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.ft__body a:hover,
.ft__footer a:hover {
  color: #c9caca;
}

.ft__body br,
.ft__footer br {
  display: none;
}

.ft__ct {
  margin-top: 4rem;
  margin-bottom: 4rem;
  width: 100%;
}

.ft-net {
  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;
  margin-bottom: 4rem;
}

.ft-net li {
  margin-left: 1rem;
  margin-right: 1rem;
}

.ft-net a {
  display: block;
}

.ft-net a .ic {
  font-size: 4.4rem;
}

.copy {
  font-size: 1.6rem;
  text-align: center;
  text-transform: none;
}

.ft-log__img {
  max-width: 100%;
  width: auto;
  max-height: 26px;
}

.hero {
  position: relative;
  width: 100%;
  height: calc(100vh - 9rem);
  overflow: hidden;
  z-index: 2;
}

.hero:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  pointer-events: none;
  z-index: -1;
}

.hero__title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 4px;
  z-index: -5;
  pointer-events: none;
}

.hero-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: -2;
}

.hero__scroll-down {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hero-text {
  position: absolute;
  width: 90%;
  text-align: center;
}

.hero-text-white {
  background-color: white;
  padding: 1rem 1rem 1rem 1rem;
}

.top-margin-5
{
  margin-top: 5rem;
}

.scroll-down__img {
  width: 5rem;
}

.scroll-down {
  display: block;
  position: relative;
  -webkit-animation: 1s infinite scrolldown;
  animation: 1s infinite scrolldown;
}

@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
    opacity: 0;
  }
}

@keyframes scrolldown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
    opacity: 0;
  }
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides {
  display: flex;
}

.flexslider .slides > li {
  display: none;
  user-select: none;
  -webkit-backface-visibility: hidden;
}
.flexslider.loading .slides > li {
  display: flex !important;
}
.flexslider .slides img {
  max-width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  height: 20rem;
  object-fit: cover;
  object-position: center;
  user-select: none;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 6rem;
  background: #fff;
  border: 0;
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}

.flex-viewport {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  /*width: 60rem;*/
}

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}

.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 4rem;
  height: 4rem;
  margin-top: -2rem;
  position: absolute;
  top: 50%;
  z-index: 8;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  display: inline-block;
  content: '';
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/prev-arrow.svg);
}
.flex-direction-nav a.flex-next:before {
  background-image: url(../img/next-arrow.svg);
}

.flex-direction-nav .flex-prev {
  opacity: 1;
  left: 1rem;
}
.flex-direction-nav .flex-next {
  opacity: 1;
  right: 1rem;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 1rem;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 1rem;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -4rem;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}


.main-about {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.main-about__pic {
  margin-bottom: 3rem;
}

.main-about__img {
  display: block;
  font-size: 12rem;
  margin: auto;
}

.main-about__desc {
  padding-top: 1rem;
}

.main-about__btn {
  width: 100%;
  margin-top: 4rem;
}

.maibutnie-about__btn {
  width: 100%;
  margin-top: 4rem;
  background-color: white;
}

.maibutnie-about__btn_black {
  width: 100%;
  margin-top: 4rem;
}

.maibutnie-about {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.maibutnie-about__wrapper {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.maibutnie-about__pic {
  margin-bottom: 3rem;
}

.maibutnie-about__img {
  display: block;
  font-size: 12rem;
  margin: auto;
  width: 70%;
}

.maibutnie-about__desc {
  padding-top: 1rem;
}

.maibutnie-about__text {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.maibutnie-about__li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.main-proud {
  background-color: #17181a;
  color: #fff;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.main-proud__lt .ic-short-logo {
  display: block;
  margin: auto;
  font-size: 12rem;
}

.main-proud____pic {
  margin-bottom: 4rem;
}

.main-proud__img {
  display: block;
}

.main-proud-nums {
  text-align: center;
  margin-bottom: 4rem;
}

.main-proud-nums li {
  margin-bottom: 3rem;
}

.nums__num {
  font-size: 8rem;
  line-height: 1.24;
  display: block;
}

.nums__num:after {
  content: attr(data-max);
  display: block;
  opacity: 0;
  height: 1px;
  pointer-events: none;
}

.nums__text {
  display: block;
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 1.24;
}

.main-proud__title {
  margin-bottom: 2.5rem;
}

.main-gallery__wrapper {
  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;
  
}

.main-gallery__item {
  position: relative;
  color: #fff;
  -webkit-transition: color 1.3s;
  -o-transition: color 1.3s;
  transition: color 1.3s;
}

.main-gallery__item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  background-color: rgba(23,24,26,.678);
  -webkit-transition: 1.3s cubic-bezier(.4,0,0,1);
  -o-transition: 1.3s cubic-bezier(.4,0,0,1);
  transition: 1.3s cubic-bezier(.4,0,0,1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.main-gallery__item:hover:after {
  opacity: 0;
  -webkit-transition-duration: 3s;
  -o-transition-duration: 3s;
  transition-duration: 3s;
}

.main-gallery__desc {
  z-index: 2;
  position: relative;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 8rem 2rem;
  text-align: center;
}

.main-gallery__title {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 400;
}

.main-gallery__link {
  z-index: 2;
}

.main-gallery__btn {
  background-color: #17181a;
  text-align: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.main-accreditation {
  color: #fff;
  background-color: #17181a;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.accreditation__h2 {
  margin-bottom: 4rem;
}

.main-accreditation-list {
  margin-bottom: 8rem;
  text-align: center;
}

.main-accreditation-list li {
  margin-bottom: 4rem;
}

.main-accreditation-list img {
  display: block;
  width: 12rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

.main-accreditation-list p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
}

.main-world {
  padding-top: 4rem;
  padding-bottom: 8rem;
  overflow: hidden;
  
}

.main-world__header {
  margin-bottom: 8rem;
}

.main-world__title {
  margin-bottom: 2rem;
}

.main-world__text {
  padding-top: 1.4rem;
}

.main-world__img {
  display: block;
  width: calc(100% + 6rem);
  margin-left: -3rem;
}

.main-world__desc {
  display: none;
}

.main-world__body {
  margin-bottom: 4rem;
}

.main-team {
  position: relative;
  padding-bottom: 56.25%;
  min-height: 260px;
}

.main-team-logo {
  position: relative;
  z-index: 2;
  padding-top: 4rem;
}

.main-team-logo__img {
  max-width: 100%;
  width: auto;
  max-height: 26px;
}
.main-team-logo__img path {
	fill: #fff;
}

.main-team__img {
  -o-object-position: right center;
  object-position: right center;
}

.main-clients {
  padding-top: 8rem;
}

.main-clients__title {
  margin-bottom: 4rem;
}

.main-clients__stitle {
  margin-bottom: 3rem;
}

.client-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}

.client {
  position: relative;
  width: 50%;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.client:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.client__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
}

.client__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.feedback-container {
  display: none;
}

.feedback__logo {
  max-width: 100%;
  width: auto;
  max-height: 2.6rem;
  margin-bottom: 3rem;
}




.feedback__title {
  color: currentColor;
}

.feedback__stitle {
  color: currentColor;
  margin-top: 1.5rem;
  margin-bottom: 4.5rem;
}

.c-white .feedback__title {
  color: #fff;
}
.c-white .feedback__stitle {
  color: #fff;
}

.feedback {
  color: #17181a;
  padding-bottom: 2rem;
}
.feedback__submit-input {
  opacity: 0;
  visibility: hidden;
}
.feedback__st .wpcf7-spinner {
  display: none !important;
}
.wpcf7 form .wpcf7-response-output {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 1rem 0 3rem 0;
  font-size: 1.4rem;
}
.wpcf7 form .wpcf7-not-valid-tip {
  margin-top: .5rem;
  font-size: 1rem;
}

.feedback__lt {
  margin-bottom: 2rem;
}

.feedback__item {
  margin-bottom: 2.2rem;
}

.feedback__item:last-child {
  margin-bottom: 0;
}

.feedback__area,
.feedback__form {
  display: block;
  width: 100%;
  padding: 1rem 2rem;
  background-color: #fff;
  border: 2px solid #c9caca;
  outline: 0;
  color: currentColor;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.4;
}

.feedback__area::-webkit-input-placeholder,
.feedback__form::-webkit-input-placeholder {
  color: currentColor;
  opacity: 1;
}

.feedback__area::-moz-placeholder,
.feedback__form::-moz-placeholder {
  color: currentColor;
  opacity: 1;
}

.feedback__area:-ms-input-placeholder,
.feedback__form:-ms-input-placeholder {
  color: currentColor;
  opacity: 1;
}

.feedback__area::-ms-input-placeholder,
.feedback__form::-ms-input-placeholder {
  color: currentColor;
  opacity: 1;
}

.feedback__area::placeholder,
.feedback__form::placeholder {
  color: currentColor;
  opacity: 1;
}

.feedback__form {
  height: 5rem;
}

.feedback__area {
  height: 8rem;
}

.feedback__submit {
  margin-top: 4rem;
  width: 100%;
}

.feedback-animate {
  max-height: 17.4rem;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
}

.feedback-animate .feedback__area {
  min-height: 17.4rem;
}

.feedback-animate.show {
  max-height: 100rem;
}

.feedback__st {
  height: 0;
  overflow: hidden;
}

#my_svg_element {
  fill: none;
  stroke: #000;
  stroke-width: 2;
}
.nf-page {
  background-color: #17181a;
  position: relative;
  color: #fff;
  min-height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nf-page-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 4rem;
}

.nf-page__logo {
  margin-left: 2rem;
  margin-right: 2rem;
}

.nf-page__logo .ic-short-logo {
  font-size: 6rem;
}

.nf-page__letter {
  font-size: 13rem;
  font-weight: 600;
  line-height: 1;
  font-family: Montserrat, sans-serif;
}

.nf-page__wrapper {
  width: 100%;
  padding: 4rem 3rem;
}

.construction-page {
  background-color: #17181a;
  position: relative;
  color: #fff;
  min-height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.construction-page__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 10rem 3rem;
}



.construction-page__logo .ic-short-logo {
  font-size: 12rem;
}

.construction-page__letter {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 3.5rem;
  margin-bottom: 4rem;
}


.portfolio-category {
  padding-bottom: 8rem;
}

#filters .button {
  margin-right: 2rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
#filters .button:last-child {
  margin-right: 0;
}

.portfolio-content {
  color: #1c1b19;
  font-size: 14px;
  line-height: 1.7;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
}

/* ---- isotope ---- */


/* clear fix */
.isotope:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

.element-item {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding-bottom: 1rem;
  background: #fff;
  color: #262524;
}


.team {
    text-align: center;
}
.team-title {
    margin-bottom: 4rem;
}
.team-picture__img {
    width: 100%;
}
.c-coll {
    margin-bottom: 3rem;
}
.team-desc {
    padding-top: 2rem;
}
.team-name {
    margin-bottom: 1rem;
}

@media (min-width:576px) {
  .grid {
	  margin-left: -.5rem;
	  margin-right: -.5rem;
  }	
  .element-item {
    width: 50%;
	padding-left: .5rem;
    padding-right: .5rem;
  }
    .m-row {
        display: flex;
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .c-coll {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .m-coll-2 .c-coll {
        width: 50%;
    }
    .m-coll-3 .c-coll {
        width: 33.3333%;
    }
}

@media (min-width:992px) {
	.grid {
	  margin-left: 0;
	  margin-right: 0;
  }	
  .element-item {
    width: 25%;
    padding: 1rem;
  }
}

.element-item > * {
  margin: 0;
  padding: 0;
}
.element-item .item_holder {
  position: relative;
  overflow: hidden;
  height: inherit;
}
.element-item .portfolio_link_class {
  z-index: 5;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: color .15s ease-out;
}
.element-item .portfolio_shader {
  background-color: rgba(255,255,255,.8);
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 5s cubic-bezier(.21,1,.12,1) 0s;
  transition: all 5s cubic-bezier(.21,1,.12,1) 0s;
  height: inherit;
  position: absolute;
  width: 100%;
}
.element-item .image_holder {
  z-index: 2;
  height: inherit;
}
.element-item .image {
  height: inherit;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.element-item .image img {
  height: inherit;
  object-fit: cover;
  transform: scale(1.01);
  -webkit-transition: all 2s cubic-bezier(.21,1,.12,1) 0s;
  transition: all 2s cubic-bezier(.23,1,.12,1) 0s;
  position: relative;
  display: block;
  width: 100%;
  z-index: 3;
  max-width: 100%;
}
.element-item .portfolio_description {
  border-style: solid;
  border-color: #e4e5e7;
  border-width: 1px;
  background-color: #fdfdfd;
  padding: 3.4rem .5rem;
}
.element-item .portfolio_title {
  font-size: 1.8rem;
  line-height: 1.7;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.element-item:hover .image img {
  transform: scale(1.1);
}

.portfolio_buttons {
  margin-bottom: 3.6rem;
}
.portfolio_buttons .is-checked {
  color: #9d251f;
  font-weight: 700;
}

.vc_separator {
  border-color: transparent !important;
  clear: both;
  position: relative;
  display: block;
  margin: 1rem 0 !important;
}
.vc_separator.vc_sep_color_grey .vc_sep_line {
  border-color: transparent !important;
}
.portfolio-page h2,
.portfolio_single_text_title {
  font-size: 20px;
  line-height: 1.7;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 7px;
  text-transform: uppercase;
}
.portfolio-page {
  padding-bottom: 8rem;
}
.portfolio-page p,
.portfolio-page h4 {
  color: #1c1b19;
  font-size: 14px;
  line-height: 1.7;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
}
.portfolio-page strong {
  font-weight: bold;
}
.portfolio-page .wpb_button,
.portfolio-page .wpb_content_element,
.portfolio-page ul.wpb_thumbnails-fluid>li {
  margin-bottom: 3rem;
}

.wpb_single_image .vc_single_image-wrapper,
.wpb_single_image .vc_figure {
  display: block !important;
}
.wpb_single_image img {
  max-width: none !important;
  width: 100% !important;
}

.load-more-btn {
	margin-top: 4rem;
	
}
.pages-page {
  padding-bottom: 8rem;
}
.pages-page h1 {
  font-size: 20px;
  line-height: 1.7;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 7px;
  text-transform: uppercase;
}
.pages-page h3 {
  font-size: 20px;
  line-height: 1.7;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.pages-page h4,
.pages-page p {
  font-size: 14px;
  line-height: 1.7;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
}

.pages-page ol,
.pages-page ul {
  list-style: initial;
  list-style-position: inside;
  padding-left: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;

}
.pages-page ol li,
.pages-page ul li {
  list-style: initial;
  font-size: 14px;
  line-height: 1.7;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
}

@media (min-width:576px) {
  .main-proud-nums {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .main-proud-nums li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 3rem;
  }
  .main-accreditation-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-accreditation-list li {
    width: 50%;
    margin-bottom: 4rem;
  }

  .client {
    width: 25%;
  }

  .client__img {
    padding: 2rem;
  }

  .client__link {
    top: 2rem;
    left: 2rem;
    right: 2rem;
    bottom: 2rem;
  }
  .nf-page__wrapper {
    width: auto;
  }
}
@media (min-width:768px) {
  .main-accreditation-list li {
    width: auto;
  }
}
@media (min-width:992px) {

  .md {
    padding-left: 9.8rem;
    padding-right: 9.8rem;
  }

  .md-center {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  main {
    padding-top: 0;
  }

  .h2 {
    font-size: 6rem;
  }

  .h1 {
    font-size: 7rem;
  }

  .h3 {
    font-size: 3.1rem;
  }

  .h4 {
    font-size: 3rem;
  }

  .p {
    font-size: 2rem;
    line-height: 1.55;
  }

  .rt {
    width: 68.3rem;
  }

  .w-33 {
    width: 33.3333%;
  }

  .w-38 {
    width: 38%;
  }

  .w-50 {
    width: 50%;
  }


  .btn {
    font-size: 3rem;
    padding: 2rem;
  }

  .top {
    display: block;
  }

  .language {
    display: block;
  }
  #trp-floater-ls {
    width: 4rem;
    position: fixed;
    bottom: 4.6rem;
    left: 2rem !important;
    z-index: 10;
    color: #c9caca;
    background: transparent !important;
    box-shadow: unset;
    border-radius: 0 !important;
  }
  #trp-floater-ls-current-language {
    opacity: 0;

  }
  #trp-floater-ls-language-list {
    padding-bottom: 2rem;
  }
  .trp-floater-ls-disabled-language.trp-ls-disabled-language {
    opacity: 0;
  }

  #trp-floater-ls-current-language a,
  #trp-floater-ls-language-list a {
    color: #c9caca !important;
    display: block;
    font-size: 2rem;
    line-height: 1;
    text-transform: uppercase;
    padding: 1rem 0;
    margin: auto;
    transition: color .25s;
  }
  #trp-floater-ls-current-language a:hover,
  #trp-floater-ls-language-list a:hover {
    background-color: transparent;
    color: #9d251f;
    font-weight: 600;
  }

  .hd {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: fixed;
    background-color: transparent;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    top: 0;
    left: 0;
    background-color: #fff;
	/*
    border-bottom: 1px solid rgba(0,0,0,.2);
	*/
  }
  .hd-logo__img {
    /*width: 58.9rem;*/
    width: 49.3rem;
    max-height: none;
  }

  .hd__rt {
    display: flex;
    align-items: center;
  }
  .nav__list {
    display: flex;
    align-items: center;
    margin-right: 2rem;
  }
  .nav__list li {
    padding: 0 2rem;
  }
  .nav__list li a {
    font-weight: 400;
    line-height: 1.2;
    font-size: 1.8rem;
    display: block;
    white-space: nowrap;
    text-transform: uppercase;
    transition: color .2s ease-out,border-color .2s ease-out,background-color .2s ease-out;
  }
  .nav__list li a:hover {
    color: #ccc;
  }

  .menu-services a {
    font-size: 6.7rem;
    line-height: 1;
  }

  .menu-list a {
    font-size: 2.8rem;
    line-height: 1;
    margin: 0 auto;
  }

  .ft {
    min-height: 100vh;
    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-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .ft__header {
    /*padding-bottom: 15rem;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .ft__btn {
    width: 68rem;
    margin-top: 0;
  }

  .ft__body {
    font-size: 2.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*padding-top: 15rem;*/
    /*padding-bottom: 15.4rem;*/
    padding-top: 9rem;
    padding-bottom: 11rem;
  }

  .ft__body .ft__ct {
    padding-top: 5.9rem;
  }

  .ft__body .ft__rt {
    position: relative;
    top: 6rem;
  }

  .ft__body .ft__rt p {
    margin-bottom: 4rem;
    line-height: 1.24;
  }

  .ft__body br,
  .ft__footer br {
    display: block;
  }

  .ft__lt,
  .ft__rt {
    width: 31%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .ft__ct {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 6.5rem;
    margin-top: 0;
    margin-bottom: 0;
  }

  .ft-net {
    margin-bottom: 10rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .ft-net li {
    margin-left: 0;
    margin-right: 3.5rem;
  }

  .ft-net a {
    display: block;
  }

  .ft-net a .ic {
    font-size: 6.4rem;
  }

  .copy {
    font-size: 2rem;
    padding-left: 10rem;
    text-align: left;
  }

  .ft-log__img {
    width: 49.3rem;
    max-height: none;
  }

  .hero {
    height: 100vh;
  }

  .scroll-down__img {
    width: 9.5rem;
  }

  .hero-text {
    position: absolute;
    width: 50%;
    text-align: center;
  }

  .main-about {
    padding-top: 18rem;
    padding-bottom: 13rem;
  }

  .main-about__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .main-about__pic {
    padding-top: 5rem;
    padding-right: 14.2rem;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0;
  }

  .top-margin-5
{
  margin-top: 2.5rem;
}

  .main-about__img {
    font-size: 15.2rem;
  }

  .main-about__btn {
    margin-top: 10rem;
  }

  .maibutnie-about__btn {
    margin-top: 5rem;
  }

  
  .maibutnie-about {
    padding-top: 18rem;
    padding-bottom: 13rem;
  }

  .maibutnie-about__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .maibutnie-about__pic {
    padding-top: 5rem;
    padding-right: 14.2rem;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0;
  }

  .maibutnie-about__img {
    font-size: 15.2rem;
    width: 70%;
  }

  .maibutnie-about__btn {
    margin-top: 5rem;
  }

  .maibutnie-about__text {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .maibutnie-about__li {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .main-proud {
    padding-top: 10.8rem;
    padding-bottom: 12.5rem;
  }

  .main-proud__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .main-proud__lt {
    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-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 16.8rem;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .main-proud__lt .ic-short-logo {
    display: block;
    margin: 0;
    font-size: 11.3rem;
  }

  .main-proud____pic {
    max-width: 11.3rem;
    position: relative;
    left: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12rem;
  }

  .main-proud-nums {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 0;
  }

  .main-proud-nums li {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-bottom: 0;
  }

  .nums__num {
    font-size: 12rem;
    line-height: 1;
  }

  .nums__text {
    font-size: 2.4rem;
    margin-top: -.5rem;
  }
  .main-gallery__wrapper {
	  min-height: 100vh;
  }

  .main-gallery__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 88rem;
  }

  .main-gallery__item {
    width: 33.3333%;
  }

  .main-gallery__desc {
    position: absolute;
    padding: 3rem;
  }

  .main-gallery__title {
    font-size: 3.7rem;
  }

  .main-gallery__btn {
    padding-top: 11.7rem;
    padding-bottom: 10.4rem;
  }

  .main-accreditation {
    padding-top: 17.5rem;
    padding-bottom: 11rem;
  }

  .accreditation__h2 {
    margin-bottom: 10rem;
  }

  .maibutnie__h1 {
    text-align: center;
    margin-bottom: 3rem;
  }

  .maibutnie__h2 {
    text-align: center;
    margin-bottom: 10rem;
  }

  .main-accreditation-list {
    margin-bottom: 12rem;
  }

  .main-accreditation-list img {
    width: 21rem;
    margin-bottom: 5rem;
  }

  .main-accreditation-list p {
    font-size: 2.4rem;
  }

  .main-accreditation-list li {
    margin-bottom: 0;
  }

  .main-world {
    padding-top: 14rem;
  }
  .main-world__img {
	  width: 100%;
  }

  .main-world__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16rem;
  }

  .main-world__title {
    max-width: 63rem;
    margin-bottom: 0;
  }

  .main-world__body {
    margin-bottom: 8rem;
  }
  .main-world__desc {
    display: block;
  }
  .main-world__mob {
    display: none;
  }

  .main-team {
    padding-top: 10rem;
    padding-bottom: 20rem;
    min-height: 100vh;
  }

  .main-team-logo {
    padding-top: 0;
  }

  .main-team-logo__img {
    width: 49.3rem;
    max-height: none;
  }

  .main-team__img {
    -o-object-position: bottom center;
    object-position: bottom center;
  }

  .main-clients {
    padding-top: 12rem;
    padding-bottom: 2rem;
  }

  .main-clients__title {
    margin-bottom: 7rem;
  }

  .client {
    width: calc(100% / 9);
  }

  .feedback__logo {
    width: 49.3rem;
    max-height: none;
    margin-bottom: 4.5rem;
  }

  .feedback {
    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;
    /*padding-bottom: 15rem;*/
  }

  .feedback__lt {
    width: 68rem;
    margin-bottom: 0;
  }

  .feedback__rt {
    width: 68rem;
    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;
  }
  .feedback__rt > .wpcf7-form-control-wrap {
    flex-grow: 1;
  }

  .feedback__area,
  .feedback__form {
    font-size: 2rem;
  }

  .feedback__form {
    height: 7.4rem;
  }

  .feedback__area {
    height: 100%;
    min-height: 7.4rem;
  }

  .feedback__submit {
    margin-top: 5.6rem;
  }
  .nf-page__logo {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .nf-page__logo .ic-short-logo {
    font-size: 15rem;
  }

  .nf-page__letter {
    font-size: 41rem;
  }

  .nf-page__wrapper {
    padding: 10rem 4rem;
  }
  .construction-page__letter {
    margin-bottom: 17.5rem;
    font-size: 3.4rem;
  }

  .construction-page__logo .ic-short-logo {
    font-size: 10rem;
  }
  .flex-direction-nav .flex-prev {
    left: 0;
    opacity: 0;
  }
  .flex-direction-nav .flex-next {
    right: 0;
    text-align: right;
    opacity: 0;
  }
  .load-more-btn {
    margin-top: 10rem;
  }
  .wpcf7 form .wpcf7-not-valid-tip {
    font-size: 1.6rem;
  }
  .wpcf7 form .wpcf7-response-output {
    font-size: 1.6rem;
  }
  .flexslider .slides img {
    max-height: 60rem;
    height: auto;
  }
}
@media (min-width: 1300px) {
  .portfolio-page h2,
  .portfolio_single_text_title {
    font-size: 2.4rem;
  }
  .portfolio-content,
  .portfolio-page p,
  .portfolio-page h4 {
    font-size: 1.8rem;
  }
  .pages-page h1 {
    font-size: 2.4rem;
  }
  .pages-page h3 {
    font-size: 2.4rem;
  }
  .pages-page h4,
  .pages-page p {
    font-size: 1.6rem;
  }
  .pages-page ol li,
  .pages-page ul li {
    font-size: 1.6rem;
  }
    
    .m-row {
        margin-left: -2rem;
        margin-right: -2rem;
    }
    .c-coll {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .m-row.m-coll-2 {
        margin-left: -4rem;
        margin-right: -4rem;
    }
    .m-row.m-coll-2 .c-coll {
        padding-left: 4rem;
        padding-right: 4rem;
        margin-bottom: 6rem;
    }
}