/* Fonts for ENG and LV */
@font-face {
  font-family: Montserat-Regular;
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400; }
@font-face {
  font-family: Montserat-Medium;
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500; }
@font-face {
  font-family: Montserat-Bold;
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700; }
* {
  letter-spacing: normal;
  line-height: normal; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0px; }

.overflow-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

@keyframes bounce10 {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  25% {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg); }
  50% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  75% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg); }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); } }
.icon-shake:hover img {
  -webkit-animation: bounce10 .5s linear infinite;
  animation: bounce10 .5s linear infinite; }
.icon-shake:hover svg {
  -webkit-animation: bounce10 .5s linear infinite;
  animation: bounce10 .5s linear infinite; }

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.rotation-effect:hover {
  -webkit-animation: rotating 0.5s 0.1s ease-out;
  animation: rotating 0.5s 0.1s ease-out;
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -o-animation-delay: .2s;
  animation-delay: .2s; }

.prevent-shaking-animation {
  transform: perspective(1000px);
  -webkit-transform: perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px; }
  .prevent-shaking-animation:hover {
    transform: translateY(-5px) perspective(1000px);
    -webkit-transform: translateY(-5px) perspective(1000px);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.3); }

.prevent-shaking-animation-noshadow {
  transform: perspective(1000px);
  -webkit-transform: perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px; }
  .prevent-shaking-animation-noshadow:hover {
    transform: translateY(-5px) perspective(1000px);
    -webkit-transform: translateY(-5px) perspective(1000px);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 1000px;
    -webkit-perspective: 1000px; }

.selectric-wrapper {
  font-size: 14px !important;
  padding-bottom: 0px !important; }
  .selectric-wrapper div {
    padding-bottom: 0px !important;
    padding-right: 0px !important; }
  .selectric-wrapper ul {
    margin: 0 auto !important;
    width: 100%; }
    .selectric-wrapper ul .selected {
      width: 100% !important;
      color: #fff !important;
      background-color: #000 !important;
      text-align: left; }
    .selectric-wrapper ul li {
      padding: 5px 25px !important;
      text-align: left !important; }
      .selectric-wrapper ul li:hover {
        background-color: #000 !important;
        color: #fff !important; }
  .selectric-wrapper .selected {
    background-color: #fff !important;
    width: auto !important;
    text-align: left !important; }

.selectric {
  margin-top: 0px;
  padding-bottom: 0px;
  border: 3px solid #E6E6E6 !important;
  border-radius: 0px !important;
  background-color: transparent;
  background-image: url("../../images/icons/arrow-dark-dd.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 35px) calc(50% - 0px);
  background-size: 15px auto;
  position: relative;
  text-align: left !important;
  align-items: center !important;
  max-width: 100% !important;
  height: 64px !important; }
  .selectric .label {
    padding: 11px 24px !important;
    margin: 0;
    height: auto;
    font-family: Montserat-Medium;
    font-size: 20px;
    line-height: 37px;
    color: #999999;
    text-transform: uppercase; }
  .selectric .button {
    display: none; }

.selectric-items {
  background-color: #fff;
  border: none;
  border: 3px solid #E6E6E6 !important;
  width: 100% !important;
  overflow: hidden;
  left: 0px;
  border-radius: 0px;
  align-items: center !important; }
  .selectric-items li {
    font-size: 20px;
    color: #999999;
    font-family: Montserat-Medium !important;
    transition: all 0.2s linear;
    background-color: #fff;
    padding: 0px !important;
    text-align: center !important;
    width: 100%;
    height: auto;
    min-height: 64px !important;
    display: flex;
    align-items: center; }
  .selectric-items .selectric-scroll {
    max-height: 200px; }
    .selectric-items .selectric-scroll::-webkit-scrollbar {
      height: 5px;
      width: 10px; }
    .selectric-items .selectric-scroll::-webkit-scrollbar-track {
      background-color: transparent; }
    .selectric-items .selectric-scroll::-webkit-scrollbar-thumb {
      background-color: #000;
      border-radius: 0px; }

.selectric-open .selectric {
  border-radius: 5px 5px 0 0 !important; }
.selectric-open .selectric-items {
  border-top: 0px !important;
  border-radius: 0 0 5px 5px  !important;
  width: calc(100% + 0px ) !important; }

.selectric-items li:nth-of-type(1) {
  display: none; }

@media screen and (max-width: 767px) {
  .selectric, .selectric .label {
    height: 44px !important; }

  .selectric .label {
    padding: 0px 14px !important; } }
@-webkit-keyframes action {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-10px); } }
@keyframes action {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-10px); } }
@use 'helper';
html, body {
  margin: 0px !important;
  margin-top: 0px !important;
  padding: 0px !important;
  height: 100% !important;
  width: 100% !important;
  font-family: Montserat-Regular; }

html {
  scroll-behavior: smooth; }

.hide-elem {
  display: none; }

.body-with-admin-bar .top-navbar {
  margin-top: -33px; }
.body-with-admin-bar .logged-in-fix {
  margin-top: -33px; }

.content-wrapper {
  width: 100%;
  max-width: 1672px;
  padding: 0px 20px;
  margin: 0 auto; }

.padding50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.back-to-top {
  width: 35px;
  height: 35px;
  right: 0px;
  bottom: 10px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center; }
  .back-to-top img {
    width: 23px;
    object-fit: contain; }

.default-page-min-height {
  min-height: calc(100vh - 400px); }

.default-page-min-height-small {
  min-height: calc(100vh - 380px); }

p {
  margin-bottom: 0px; }

a > p {
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s; }

img {
  object-fit: cover; }

.contain {
  object-fit: contain; }

.preloader {
  display: none;
  max-width: 30px;
  max-height: 30px;
  top: calc(50% - 15px);
  left: auto;
  right: calc(100% - 261px);
  -webkit-animation: rotating 5s linear infinite;
  animation: rotating 5s linear infinite; }

.transition-default {
  transition: all .2s linear; }
  .transition-default:hover {
    transition: all .2s linear; }

.backface-hidden {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.wysiwyg-style > img {
  width: 100%;
  height: auto;
  max-height: 750px;
  object-fit: cover;
  margin-bottom: 40px; }
.wysiwyg-style > p {
  color: #000;
  font-family: Montserat-Regular;
  font-size: 18px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 25px;
  margin-bottom: 20px; }
  .wysiwyg-style > p:last-of-type {
    margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .wysiwyg-style > p {
      margin-bottom: 25px; } }
  .wysiwyg-style > p a:not(.default-button) {
    font-family: Montserat-Regular;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    position: relative;
    color: #000; }
    .wysiwyg-style > p a:not(.default-button):hover:before, .wysiwyg-style > p a:not(.default-button):hover:after {
      width: 100%;
      opacity: 1; }
    .wysiwyg-style > p a:not(.default-button):after {
      left: 0;
      background-color: #000; }
    .wysiwyg-style > p a:not(.default-button):before, .wysiwyg-style > p a:not(.default-button):after {
      content: "";
      position: absolute;
      bottom: 0px;
      width: 0;
      height: 1px;
      margin: 5px 0 0;
      transition: all 0.4s ease-in-out;
      opacity: 0;
      backface-visibility: hidden; }
    .wysiwyg-style > p a:not(.default-button):hover {
      color: #000;
      text-decoration: none; }
  .wysiwyg-style > p img {
    width: 100%;
    height: auto;
    max-height: 750px;
    object-fit: cover;
    margin-bottom: 10px; }
  .wysiwyg-style > p strong {
    font-family: Montserat-Medium; }
.wysiwyg-style > ul {
  list-style: none;
  padding: 0;
  margin-bottom: 35px; }
  .wysiwyg-style > ul li {
    font-family: Montserat-Regular;
    color: #000;
    font-size: 16px;
    line-height: 36px;
    display: table;
    position: relative;
    padding-left: 21px;
    background-image: url("../../images/icons/list-dot.svg");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 1px 11.5px; }
.wysiwyg-style > h2, .wysiwyg-style > h3 {
  color: #000;
  transition: all .2s linear; }
  .wysiwyg-style > h2 a:hover, .wysiwyg-style > h3 a:hover {
    color: #000; }
.wysiwyg-style > h2 {
  color: #000;
  font-family: Montserat-Bold;
  font-size: 38px;
  line-height: 44px;
  margin-bottom: 21px; }
.wysiwyg-style > h3 {
  color: #000;
  font-family: Montserat-Bold;
  font-size: 25px;
  letter-spacing: normal;
  line-height: 35px;
  margin-bottom: 20px; }
.wysiwyg-style > h4 {
  font-family: Montserat-Regular;
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1.5px;
  line-height: normal;
  color: #fff;
  margin-bottom: 25px; }
.wysiwyg-style > h2 + ul {
  margin-top: -11px; }
.wysiwyg-style .wysiwyg-table-wrapper {
  overflow-x: auto;
  margin: 0 auto 45px; }
  .wysiwyg-style .wysiwyg-table-wrapper::-webkit-scrollbar {
    height: 5px; }
  .wysiwyg-style .wysiwyg-table-wrapper::-webkit-scrollbar-track {
    background-color: transparent; }
  .wysiwyg-style .wysiwyg-table-wrapper::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 0px; }
  .wysiwyg-style .wysiwyg-table-wrapper table {
    margin: 0; }
.wysiwyg-style table {
  margin: 0 auto 45px; }
  .wysiwyg-style table tr {
    background-color: #fff; }
  .wysiwyg-style table td {
    padding: 10px 22px;
    border: 1px solid #cfd6d7;
    transition: all .2s linear !important; }
    .wysiwyg-style table td a {
      color: #fff; }
      .wysiwyg-style table td a:hover {
        border-bottom: 1px solid #fff; }
@media screen and (max-width: 1024px) {
  .wysiwyg-style > ul li, .wysiwyg-style p {
    font-size: 16px;
    line-height: 30px; } }

.video-wysiwyg {
  position: relative;
  overflow: hidden;
  margin-bottom: 48px; }
  .video-wysiwyg:before {
    content: "";
    display: block;
    padding-top: 56.5%; }
  .video-wysiwyg iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.wysiwyg-gallery .single-gallery-element {
  width: calc((100% - 45px) / 4.001);
  margin: 0px 7.5px 10px;
  transition: all .2s linear;
  transform: perspective(1000px);
  -webkit-transform: perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px; }
  .wysiwyg-gallery .single-gallery-element:nth-of-type(1) {
    margin: 0px 7.5px 10px 0 !important; }
  .wysiwyg-gallery .single-gallery-element:nth-of-type(4) {
    margin: 0px 0px 10px 7.5px !important; }
  .wysiwyg-gallery .single-gallery-element:before {
    content: "";
    display: block;
    padding-top: 88%; }
  .wysiwyg-gallery .single-gallery-element .gallery-image, .wysiwyg-gallery .single-gallery-element .darkness-effect {
    top: 0;
    left: 0;
    object-fit: cover; }
  .wysiwyg-gallery .single-gallery-element .gallery-image {
    max-height: 335px;
    max-width: 100%; }
  .wysiwyg-gallery .single-gallery-element .darkness-effect {
    background-color: #000;
    opacity: 62%;
    max-height: 335px !important; }
  .wysiwyg-gallery .single-gallery-element .number-additional {
    bottom: 18px;
    right: 20px;
    color: #fff;
    font-size: 18px;
    font-family: Montserat-Bold; }
  .wysiwyg-gallery .single-gallery-element:hover {
    transition: all .2s linear;
    transform: translateY(-5px) perspective(1000px);
    -webkit-transform: translateY(-5px) perspective(1000px);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 1000px;
    -webkit-perspective: 1000px; }

.main-title {
  color: #000;
  font-family: Montserat-Bold;
  font-size: 45px;
  margin-bottom: 57px;
  line-height: 61px;
  text-transform: uppercase;
  letter-spacing: 0px;
  border-bottom: 9px solid #FC0F19;
  width: auto;
  max-width: unset;
  padding-bottom: 15px; }
  @media screen and (max-width: 1500px) {
    .main-title {
      font-size: 38px;
      line-height: 43px !important;
      margin-bottom: 40px;
      border-bottom: 4px solid #FC0F19; } }
  @media screen and (max-width: 767px) {
    .main-title {
      font-size: 28px !important;
      line-height: 33px !important;
      margin: 0 auto 29px auto;
      border-bottom: 4px solid #FC0F19; } }

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%; }

.video-container::after {
  padding-top: 45%;
  display: block;
  content: ''; }

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 950px) {
  .wysiwyg-gallery .single-gallery-element {
    width: calc((100% - 60px) / 4.001);
    margin: 0 20px 20px 0; }

  .video-wysiwyg {
    margin-top: 20px;
    margin-bottom: 20px; }

  .wysiwyg-gallery {
    margin: 15px auto;
    padding-top: 5px;
    padding-bottom: 5px;
    justify-content: start !important; }
    .wysiwyg-gallery .single-gallery-element {
      margin: 0px 20px 20px 0px; }
      .wysiwyg-gallery .single-gallery-element:nth-of-type(1) {
        margin: 0px 20px 20px 0px !important; }
      .wysiwyg-gallery .single-gallery-element:nth-of-type(4n) {
        margin: 0px 0px 20px 0px !important; } }
@media screen and (max-width: 650px) and (min-width: 100px) {
  .wysiwyg-gallery .single-gallery-element {
    width: calc((100% - 20px) / 2.001) !important;
    margin: 0 20px 20px 0 !important; }
    .wysiwyg-gallery .single-gallery-element:nth-of-type(2n) {
      margin: 0px 0 20px 0 !important; } }
@media screen and (max-width: 500px) and (min-width: 100px) {
  .wysiwyg-gallery .single-gallery-element {
    width: 100% !important;
    margin: 0 0 20px !important; }
    .wysiwyg-gallery .single-gallery-element:nth-of-type(1) {
      margin: 0px 0px 20px 0 !important; }
    .wysiwyg-gallery .single-gallery-element:nth-of-type(4) {
      margin: 0px 0 20px 0px !important; } }
@media screen and (min-width: 1224px) {
  .gallery .images-wrapper .single-image {
    width: calc((100% - 120px) / 4.001);
    margin: 0px 40px 37px 0; } }
@media screen and (max-width: 1224px) and (min-width: 768px) {
  .gallery .images-wrapper .element-image {
    margin-bottom: 26px; } }
@media screen and (max-width: 767px) and (min-width: 576px) {
  .gallery .images-wrapper .single-image {
    width: 100%;
    margin: 0 30px 30px 0; } }

@media screen and (max-width: 767px) {
  body {
    font-size: 14px; }

  .mobile-column {
    flex-direction: column; }

  .padding50 {
    padding-top: 30px;
    padding-bottom: 30px; }

  .default-page-min-height {
    min-height: calc(100vh - 443px - 100px); }

  .wysiwyg-style > p {
    font-size: 14px;
    line-height: 20px; }
    .wysiwyg-style > p strong {
      font-size: 16px;
      line-height: 22px; }
  .wysiwyg-style > img {
    margin-bottom: 30px; }
  .wysiwyg-style > p {
    font-size: 14px;
    margin-bottom: 20px; }
    .wysiwyg-style > p img {
      margin-bottom: 10px; }
  .wysiwyg-style > ul {
    margin-bottom: 30px; }
    .wysiwyg-style > ul li {
      line-height: 25px;
      background-position: 0 7px; }
  .wysiwyg-style > h2 {
    font-size: 25px;
    margin-bottom: 15px; }
  .wysiwyg-style > h3 {
    font-size: 20px;
    margin-bottom: 10px; }
  .wysiwyg-style > p + ul {
    margin-top: -10px; }
  .wysiwyg-style .wysiwyg-table-wrapper {
    margin: 0 auto 30px; }
  .wysiwyg-style table {
    margin: 0 auto 30px; }
    .wysiwyg-style table td {
      min-width: 200px; } }
.warning-message {
  margin-top: 10px;
  font-family: Montserat-Bold;
  font-size: 16px;
  color: #c72828;
  visibility: hidden;
  opacity: 0;
  transition: all .2s linear; }

.warning-message-visible {
  display: flex !important;
  visibility: visible;
  opacity: 1; }

.warning-validation input, .warning-validation textarea {
  border: 2px solid #c72828 !important; }
  .warning-validation input::-webkit-input-placeholder, .warning-validation textarea::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #c72828 !important; }
  .warning-validation input:-moz-placeholder, .warning-validation textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #c72828;
    opacity: 1; }
  .warning-validation input::-moz-placeholder, .warning-validation textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #c72828 !important;
    opacity: 1; }
  .warning-validation input:-ms-input-placeholder, .warning-validation textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c72828 !important; }
  .warning-validation input::-ms-input-placeholder, .warning-validation textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #c72828 !important; }
  .warning-validation input::placeholder, .warning-validation textarea::placeholder {
    /* Most modern browsers support this now. */
    color: #c72828 !important; }

.warning-validation .checkbox-back {
  border: 2px solid #c72828 !important; }
.warning-validation .checkbox-title a {
  color: #c72828 !important; }
  .warning-validation .checkbox-title a:hover:before, .warning-validation .checkbox-title a:hover:after {
    width: 100%;
    opacity: 1; }
  .warning-validation .checkbox-title a:after {
    left: 0;
    background-color: #c72828 !important; }
  .warning-validation .checkbox-title a:before, .warning-validation .checkbox-title a:after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 0;
    height: 1px;
    margin: 5px 0 0;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    backface-visibility: hidden; }

.success-submit-wrapper {
  display: none;
  visibility: hidden;
  height: 0px;
  width: 0px; }
  .success-submit-wrapper .success-message {
    font-family: Montserat-Bold;
    font-size: 35px;
    color: #008E00;
    opacity: 0;
    transition: all .2s linear; }
    .success-submit-wrapper .success-message .success-message-image {
      width: 50px;
      height: auto;
      max-height: 50px;
      margin-right: 20px; }

.show-success-message {
  display: flex;
  justify-content: center;
  visibility: visible;
  height: 100%;
  width: 100%; }
  .show-success-message .success-message {
    opacity: 1; }

.default-page-title-link {
  color: #FC0F19;
  font-size: 18px;
  font-family: Montserat-Regular;
  position: relative; }
  .default-page-title-link:hover:before, .default-page-title-link:hover:after {
    width: 100%;
    opacity: 1; }
  .default-page-title-link:after {
    left: 0;
    background-color: #FC0F19; }
  .default-page-title-link:before, .default-page-title-link:after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 0;
    height: 1px;
    margin: 5px 0 0;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    backface-visibility: hidden; }
  .default-page-title-link:hover {
    color: #FC0F19 !important; }

.no-margin-bottom {
  margin-bottom: 0px !important; }

.cookie-info {
  padding: 5px 15px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #ffffff;
  border-top: 1px solid #000000;
  text-align: center; }

.btn {
  font-size: 17px;
  line-height: 17px;
  padding: 10px 20px;
  border: 1px solid #000;
  background: #000;
  color: #ffffff;
  text-align: center;
  max-width: 100%;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
  .btn:hover {
    background-color: #FC0F19;
    color: #fff;
    border: 1px solid #FC0F19; }

.btn.xs {
  font-size: 13px;
  line-height: 13px;
  padding: 3px 7px; }

.page-default {
  padding-top: 40px; }

@media screen and (max-width: 767px) {
  .page-default {
    padding-top: 20px; } }
a {
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  color: #000; }
  a:hover {
    color: #000;
    text-decoration: none; }
  a:focus {
    outline: none; }
  a:before, a:after {
    transition: all .2s linear; }

button, button:focus {
  border: none !important;
  outline: none !important; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important; }

input, textarea, button {
  transition: all .2s linear; }
  input:focus, textarea:focus, button:focus {
    outline: none; }

a, button {
  outline: none !important; }

a, button, input[type="submit"] input[type="button"] {
  cursor: pointer !important; }

input:focus {
  cursor: text; }

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  margin-right: 10px;
  padding: 12px 34px;
  font-size: 18px;
  line-height: 30px;
  font-family: Montserat-Bold;
  color: #000;
  text-transform: uppercase;
  border: 3px solid #000; }
  .button:last-of-type {
    margin-right: 0px; }
  .button:hover {
    background-color: #000;
    color: #fff; }
  @media screen and (max-width: 1500px) {
    .button {
      font-size: 18px;
      padding: 12px 23px;
      line-height: 21px; } }
  @media screen and (max-width: 767px) {
    .button {
      font-size: 13px;
      padding: 12px 23px;
      line-height: 21px; } }

.hero-button {
  font-size: 15px;
  line-height: 19px;
  font-family: Montserat-Regular;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 25px; }
  .hero-button:hover {
    background-color: #fff;
    color: #000; }

.button-black {
  background-color: #000;
  color: #fff; }

.mobile-header-wrapper {
  max-height: 120px;
  height: 100%; }

.top-navbar {
  height: 100px; }

.navbar-header {
  height: 100px;
  background-color: #000; }

.language-wrapper {
  margin-left: 20px; }
  .language-wrapper a {
    position: relative;
    font-family: Montserat-Regular;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75); }
    .language-wrapper a:not(:last-of-type) {
      margin-right: 20px; }
      .language-wrapper a:not(:last-of-type):before {
        content: "|";
        right: -10px;
        color: #fff;
        position: absolute;
        width: 2px;
        height: 14px; }
    .language-wrapper a:hover {
      color: #fff; }
  .language-wrapper .current-menu-item {
    color: #fff; }

.decoration-navbar {
  border-right: 1px solid #fff;
  margin: 0 57px;
  height: 39px; }

.main-info-desktop {
  display: flex;
  align-items: center;
  height: auto;
  width: 100%;
  padding: 0px;
  margin-top: 0px; }
  .main-info-desktop .logo {
    width: 228px; }
    .main-info-desktop .logo a {
      z-index: 999999999;
      overflow: visible;
      max-width: 228px;
      max-height: 96.26px;
      -moz-transition: all linear 0.4s;
      -o-transition: all linear 0.4s;
      -webkit-transition: all linear 0.4s;
      transition: all linear 0.4s; }
      .main-info-desktop .logo a img {
        -moz-transition: all linear 0.4s;
        -o-transition: all linear 0.4s;
        -webkit-transition: all linear 0.4s;
        transition: all linear 0.4s;
        max-width: 228px;
        height: auto;
        max-height: 96.26px;
        object-fit: contain; }

.navbar-header {
  width: 100%;
  display: flex;
  position: fixed !important;
  top: 0px;
  left: 0px;
  justify-content: center;
  z-index: 1020 !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }
  .navbar-header .header-content {
    min-height: 100px; }
  .navbar-header .menu {
    width: 100%;
    display: flex;
    align-items: center; }
    .navbar-header .menu ul {
      margin-right: 5px;
      margin-left: 5px;
      margin-bottom: 0px;
      padding-left: 0px;
      list-style: none;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      .navbar-header .menu ul li {
        margin: 10px 30px 10px 10px;
        text-wrap: none;
        max-width: 250px;
        overflow-x: clip;
        text-overflow: ellipsis; }
        .navbar-header .menu ul li:last-of-type {
          margin: 10px 0px 10px 10px; }
        .navbar-header .menu ul li a {
          font-family: Montserat-Regular;
          color: #fff;
          font-size: 15px;
          line-height: 19px;
          font-style: normal;
          position: relative;
          text-align: left;
          text-transform: uppercase;
          text-overflow: ellipsis;
          white-space: nowrap; }
          .navbar-header .menu ul li a:hover:before, .navbar-header .menu ul li a:hover:after {
            width: 100%;
            opacity: 1; }
          .navbar-header .menu ul li a:after {
            left: 0;
            background-color: #fff; }
          .navbar-header .menu ul li a:before, .navbar-header .menu ul li a:after {
            content: "";
            position: absolute;
            bottom: 0px;
            width: 0;
            height: 1px;
            margin: 5px 0 0;
            transition: all 0.4s ease-in-out;
            opacity: 0;
            backface-visibility: hidden; }
    .navbar-header .menu .current-menu-item a:after {
      background-color: #fff;
      content: "";
      position: absolute;
      bottom: 0px;
      width: 100%;
      height: 1px;
      left: 0;
      margin: 5px 0 0;
      transition: all 0.4s ease-in-out;
      opacity: 1;
      backface-visibility: hidden; }

.work-together {
  font-family: Montserat-Regular;
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  font-style: normal;
  position: relative;
  text-align: right;
  text-transform: uppercase;
  text-overflow: ellipsis;
  margin-right: 15px;
  min-width: 200px; }

.navbar-scroll {
  max-height: 100px;
  box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.5);
  background-color: #000 !important; }

.header-content {
  display: flex;
  flex-direction: row; }

.burger {
  height: 50px !important;
  width: 75px;
  border: none;
  background-color: transparent;
  position: relative; }
  .burger:focus {
    outline: none; }
  .burger .wrapper {
    width: 25px; }
    .burger .wrapper .line {
      border-radius: 0px;
      left: 0;
      top: 0;
      height: 4px;
      width: 18px;
      margin-bottom: 10px;
      background-color: #fff; }
      .burger .wrapper .line:nth-child(1) {
        transform: rotate(140deg);
        -webkit-transform: rotate(140deg);
        transition: all 0.2s linear; }
      .burger .wrapper .line:nth-child(3) {
        transform: rotate(-140deg);
        -webkit-transform: rotate(-140deg);
        transition: all 0.2s linear; }
      .burger .wrapper .line:nth-child(2) {
        width: 0;
        margin: 0 auto 10px; }
      .burger .wrapper .line:last-child {
        margin-bottom: 0; }

.mob-burger {
  margin: 0 0 0 10px; }
  .mob-burger .collapsed .line {
    position: static !important; }
    .mob-burger .collapsed .line:nth-child(1) {
      transform: rotate(0deg) !important;
      -webkit-transform: rotate(0deg) !important;
      transition: all 0.2s linear !important;
      width: 18px !important;
      margin-bottom: 3px !important; }
      .mob-burger .collapsed .line:nth-child(1) img {
        width: 15px;
        height: 13px;
        left: -2px;
        top: -4.8212px;
        position: absolute; }
    .mob-burger .collapsed .line:nth-child(3) {
      transform: rotate(0deg) !important;
      -webkit-transform: rotate(0deg) !important;
      transition: all 0.2s linear !important;
      width: 18px !important; }
    .mob-burger .collapsed .line:nth-child(2) {
      width: 18px !important;
      transition: all 0.2s linear !important; }
  .mob-burger .burger {
    height: 67px !important;
    width: 18px;
    border: none;
    background-color: transparent;
    position: relative; }
    .mob-burger .burger:focus {
      outline: none; }
    .mob-burger .burger .wrapper {
      width: 18px; }
      .mob-burger .burger .wrapper .line {
        border-radius: 0px;
        left: 0;
        top: 0;
        height: 4px;
        width: 18px;
        margin-bottom: 3px;
        background-color: #fff; }
        .mob-burger .burger .wrapper .line:nth-child(1) {
          transform: rotate(140deg);
          -webkit-transform: rotate(140deg);
          transition: all 0.2s linear; }
        .mob-burger .burger .wrapper .line:nth-child(3) {
          transform: rotate(-140deg);
          -webkit-transform: rotate(-140deg);
          transition: all 0.2s linear; }
        .mob-burger .burger .wrapper .line:nth-child(2) {
          width: 0;
          margin: 0 auto 3px; }
        .mob-burger .burger .wrapper .line:last-child {
          margin-bottom: 0; }

@media screen and (max-width: 1700px) and (min-width: 1072px) {
  .navbar-header .menu .ul-wrapper ul {
    margin-left: 0px;
    margin-right: 00px; }
    .navbar-header .menu .ul-wrapper ul li {
      margin: 10px 10px 10px 10px; } }
@media screen and (max-width: 1418px) {
  .decoration-navbar {
    margin: 0 10px; } }
@media screen and (max-width: 1280px) and (min-width: 1072px) {
  .navbar-scroll .menu ul li, .navbar-header .menu ul li {
    margin: 10px 8px; }

  .navbar-scroll .main-info-desktop .logo, .main-info-desktop .logo {
    width: 100px; }
    .navbar-scroll .main-info-desktop .logo a, .main-info-desktop .logo a {
      max-width: 100px;
      max-height: 100px;
      overflow: visible; }
      .navbar-scroll .main-info-desktop .logo a img, .main-info-desktop .logo a img {
        max-width: 100px;
        height: auto;
        max-height: 60px; } }
@media screen and (max-width: 1153px) and (min-width: 767px) {
  .navbar-header .menu .ul-wrapper ul {
    margin-left: 0px;
    margin-right: 00px; }
    .navbar-header .menu .ul-wrapper ul li {
      margin: 5px 5px 5px 5px; } }
@media screen and (max-width: 1071px) and (min-width: 1171px) {
  .navbar-header .menu ul li {
    margin: 10px; } }
@media screen and (max-width: 1280px) and (min-width: 1072px) {
  .navbar-scroll .menu, .navbar-header .menu {
    justify-content: start; }
    .navbar-scroll .menu ul, .navbar-header .menu ul {
      padding-left: 0px;
      margin-right: 10px; } }
@media screen and (min-width: 1072px) {
  .navbar-header .header {
    display: block !important; }
  .navbar-header .mobile-header-wrapper {
    display: none !important; }

  .mobile-wrapper .menu {
    display: none; } }
@media screen and (max-width: 1071px) {
  .work-together-wrpapper .work-together {
    text-align: center; }

  .extra-info-mobile {
    margin-top: 20px; }
    .extra-info-mobile .language-wrapper {
      margin-bottom: 20px;
      margin-left: 0px; }
      .extra-info-mobile .language-wrapper a {
        font-size: 18px;
        color: #fff;
        position: relative; }
        .extra-info-mobile .language-wrapper a:before {
          color: #fff; }
      .extra-info-mobile .language-wrapper .current-menu-item:after {
        background-color: #fff;
        content: "";
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 1px;
        left: 0;
        margin: 5px 0 0;
        transition: all 0.4s ease-in-out;
        opacity: 1;
        backface-visibility: hidden; }

  .language-social-wrapper .languages {
    margin-right: 30px; }

  .header .logo {
    display: none !important; }

  .mobile-logo-main {
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    margin-right: auto;
    overflow: visible;
    padding-right: 20px;
    z-index: 99999; }
    .mobile-logo-main img {
      -moz-transition: all linear 0.2s;
      -o-transition: all linear 0.2s;
      -webkit-transition: all linear 0.2s;
      transition: all linear 0.2s;
      width: 100%;
      height: auto;
      max-width: 130px;
      max-height: 60px;
      object-fit: contain; }

  .mobile-menu-hidden {
    transform: translateX(100%) !important;
    -webkit-transform: translateX(100%) !important; }

  .mobile-background-hidden {
    visibility: hidden;
    opacity: 0; }

  .mobile-wrapper {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    max-width: 100%;
    height: 9999vh;
    top: 0;
    right: 0;
    z-index: 99999;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    overflow-x: hidden !important; }

  .mobile-background {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 99998;
    width: 100%;
    height: 100%;
    background-color: transparent;
    top: 0;
    left: 0;
    position: fixed !important; }

  .work-together-wrpapper {
    flex-direction: column;
    align-items: center;
    margin-top: 10px; }
    .work-together-wrpapper .work-together {
      margin-right: 0px;
      margin-bottom: 18px; }
    .work-together-wrpapper .hero-button {
      font-family: Montserat-Bold;
      font-size: 13px;
      padding: 13px 33px;
      border: 2px solid #fff; }

  .mobile-wrapper .menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: auto;
    margin-top: 65px; }
    .mobile-wrapper .menu ul:not(.languages ul) {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-left: 0;
      margin-left: 0; }
      .mobile-wrapper .menu ul:not(.languages ul) li {
        max-width: 520px;
        white-space: pre-wrap;
        margin-right: 10px;
        align-items: center;
        display: flex; }
        .mobile-wrapper .menu ul:not(.languages ul) li a {
          font-family: Montserat-Bold;
          font-size: 19px;
          max-width: 520px;
          color: #fff;
          line-height: normal;
          margin-bottom: 16px;
          font-style: normal;
          letter-spacing: normal;
          white-space: pre-wrap;
          text-align: center; }

  .mob-burger .burger {
    height: 60px !important;
    width: 36px;
    z-index: 99999; } }
@media screen and (max-width: 1170px) {
  .navbar-header {
    padding-top: 0px; }

  .top-navbar, .navbar-header {
    height: 100px; } }
@media screen and (max-width: 1071px) {
  .modal-open-special {
    overflow: hidden !important; }

  .top-navbar, .navbar-header {
    height: 80px;
    padding-top: 0px; }

  .content-wrapper-mobile {
    padding: 0px 20px;
    height: 100%; }
    .content-wrapper-mobile .languages {
      margin-top: 10px;
      margin-bottom: 30px; } }
@media screen and (max-width: 500px) {
  .mobile-wrapper .menu ul {
    padding-left: 20px; }
    .mobile-wrapper .menu ul li a {
      font-size: 20px; } }
@media screen and (max-width: 350px) {
  .mobile-wrapper .menu ul li a {
    font-size: 16px; } }
@media screen and (max-width: 300px) {
  .mobile-wrapper .menu ul:not(.languages ul) {
    padding-left: 0px; } }
.image-modal-window .modal {
  padding: 0 !important;
  overflow-y: scroll;
  text-align: center; }
.image-modal-window .modal.show {
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center; }
.image-modal-window .modal-dialog {
  max-width: 1500px;
  background-color: transparent;
  margin: 0; }
  .image-modal-window .modal-dialog .modal-content {
    background-color: transparent;
    border: none !important;
    padding: 0; }
    .image-modal-window .modal-dialog .modal-content .align-modal-helper {
      padding: 15px !important;
      height: 100%; }
    .image-modal-window .modal-dialog .modal-content .gallery-slide-description {
      font-size: 16px;
      max-height: 72px;
      padding: 0 15px;
      margin: 7.5px 0;
      color: #fff; }
      .image-modal-window .modal-dialog .modal-content .gallery-slide-description::-webkit-scrollbar {
        width: 5px; }
      .image-modal-window .modal-dialog .modal-content .gallery-slide-description::-webkit-scrollbar-track {
        background-color: transparent; }
      .image-modal-window .modal-dialog .modal-content .gallery-slide-description::-webkit-scrollbar-thumb {
        background-color: #1d1815; }
    .image-modal-window .modal-dialog .modal-content .slide-image, .image-modal-window .modal-dialog .modal-content .iframe-wrapper {
      max-height: 80vh;
      max-width: 100%;
      padding: 7.5px;
      object-fit: contain;
      background-color: transparent; }
    .image-modal-window .modal-dialog .modal-content .slide-image {
      width: auto;
      height: auto;
      padding: 0; }
    .image-modal-window .modal-dialog .modal-content .iframe-wrapper {
      width: 100%;
      height: 800px; }
      .image-modal-window .modal-dialog .modal-content .iframe-wrapper iframe {
        width: 100%;
        height: 100%; }
    .image-modal-window .modal-dialog .modal-content .carousel-inner {
      background-color: transparent !important; }
    .image-modal-window .modal-dialog .modal-content .carousel-item {
      background-color: transparent !important; }
.image-modal-window .carousel-control-prev, .image-modal-window .carousel-control-next {
  width: 50px;
  height: 50px;
  font-size: 20px;
  background-color: #1d1815;
  color: #fff;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  opacity: 0.75;
  transition: all .2s linear; }
  .image-modal-window .carousel-control-prev:hover, .image-modal-window .carousel-control-next:hover {
    opacity: 1;
    transition: all .2s linear; }
.image-modal-window .carousel-control-prev {
  margin-left: 10px; }
.image-modal-window .carousel-control-next {
  margin-right: 10px; }
.image-modal-window .modal-cross {
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  background-color: #1d1815;
  opacity: 0.75;
  padding: 0;
  border: none;
  cursor: pointer;
  color: #fff; }
  .image-modal-window .modal-cross img {
    width: 20px !important;
    height: 20px !important; }
  .image-modal-window .modal-cross:hover {
    opacity: 1; }
  .image-modal-window .modal-cross:focus {
    outline: none; }

.modal-backdrop {
  opacity: .8 !important; }

@media screen and (max-width: 1200px) {
  .image-modal-window .modal {
    padding-left: 15px !important;
    padding-right: 15px !important; } }
@media screen and (max-width: 1024px) {
  .image-modal-window .modal {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .image-modal-window .align-modal-helper {
    padding: 0 !important; } }
@media screen and (max-width: 767px) {
  .image-modal-window .modal {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .image-modal-window .modal-dialog .modal-content img {
    padding: 0; }
  .image-modal-window .carousel-control-prev, .image-modal-window .carousel-control-next {
    opacity: 0.75; }
    .image-modal-window .carousel-control-prev:hover, .image-modal-window .carousel-control-next:hover {
      opacity: 0.75; }
    .image-modal-window .carousel-control-prev:focus, .image-modal-window .carousel-control-next:focus {
      opacity: 0.75; }
  .image-modal-window .modal-cross {
    opacity: 1; }
    .image-modal-window .modal-cross:hover {
      opacity: 1; }
    .image-modal-window .modal-cross:focus {
      opacity: 1; } }
/* Pages */
/* Landing Page  */
.hero-block {
  min-height: 96vh;
  width: 100%;
  color: #fff; }
  .hero-block .hero-img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .hero-block .hero-text {
    padding: 194px 20px; }
    .hero-block .hero-text h1 {
      color: #fff;
      font-family: Montserat-Bold;
      font-size: 24px;
      line-height: 31px;
      letter-spacing: normal;
      max-width: 1017px;
      margin-bottom: 20px; }
    .hero-block .hero-text p {
      color: rgba(255, 255, 255, 0.75);
      max-width: 893px;
      margin-bottom: 20px;
      line-height: 25px; }
  .hero-block .scroll-down-button {
    bottom: 50px;
    left: 50%;
    -webkit-animation: action 1s infinite alternate;
    animation: action 1s infinite alternate; }
    .hero-block .scroll-down-button img {
      width: 18px;
      height: 37px;
      object-fit: contain; }

@media screen and (max-width: 767px) {
  .hero-block {
    min-height: 75vh; }
    .hero-block .hero-text {
      padding: 150px 20px 0px 20px; }
      .hero-block .hero-text h1 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 14px; }
      .hero-block .hero-text p {
        font-size: 14px;
        line-height: 18px; }
    .hero-block .scroll-down-button {
      display: none; } }
.about-us-landing .left .wysiwyg-style {
  max-width: 743px; }
.about-us-landing .right {
  margin-left: 115px; }

.spec-grid .grid {
  display: grid;
  grid-template-columns: 1fr 1fr; }
  .spec-grid .grid .grid-item {
    max-width: 297px;
    margin: 0 20px 24px 0px;
    margin-bottom: 40px;
    font-size: 30px;
    text-align: start; }
    .spec-grid .grid .grid-item .margin-b-20 {
      margin-bottom: 20px; }
    .spec-grid .grid .grid-item .icon-or-text {
      font-family: Montserat-Bold;
      font-size: 42px;
      line-height: 72px;
      min-height: 52px;
      margin-right: 15px;
      margin-bottom: 0px; }
      .spec-grid .grid .grid-item .icon-or-text img {
        width: 63px;
        height: 63px;
        object-fit: contain; }
    .spec-grid .grid .grid-item .text-title {
      font-family: Montserat-Bold;
      font-size: 19px;
      line-height: 34px;
      margin-bottom: 34px;
      text-transform: uppercase; }
    .spec-grid .grid .grid-item .decoration-red-line {
      display: flex;
      width: 43px;
      border-bottom: 3px solid #FC0F1B;
      margin-bottom: 30px; }
    .spec-grid .grid .grid-item p {
      font-family: Montserat-Regular;
      font-size: 18px;
      color: #626262;
      line-height: 34px; }

.three-in-line .grid {
  grid-template-columns: 1fr 1fr 1fr; }
  .three-in-line .grid .grid-item {
    margin: 0px;
    padding-right: 115px;
    padding-left: 115px;
    min-width: 350px; }
  .three-in-line .grid p {
    text-transform: uppercase;
    font-size: 16px;
    text-align: center; }
  .three-in-line .grid .grid-item:not(:nth-of-type(3n)) {
    border-right: 1px solid rgba(97, 97, 97, 0.75); }
@media screen and (max-width: 1600px) {
  .three-in-line .grid .grid-item {
    margin: 0px;
    padding-right: 50px;
    padding-left: 50px;
    min-width: auto; }
  .three-in-line .spec-grid .grid .grid-item {
    margin-bottom: 0px; } }
@media screen and (max-width: 1200px) {
  .three-in-line .grid .grid-item {
    padding-right: 20px;
    padding-left: 20px; } }

@media screen and (max-width: 1024px) {
  .spec-grid .grid .grid-item .decoration-red-line, .spec-grid .grid .grid-item .text-title {
    margin-bottom: 10px; } }
@media screen and (max-width: 767px) {
  .about-us-landing .spec-grid .grid .grid-item p {
    font-size: 14px;
    line-height: 20px; }

  .bottom-section {
    flex-direction: column; }
    .bottom-section .left {
      margin-bottom: 66px; }
    .bottom-section .right {
      margin-left: 0px; }
      .bottom-section .right .grid .grid-item {
        max-width: 100%;
        width: 100%;
        padding: 0 20px 46px 0px;
        margin: 0px; } }
@media screen and (max-width: 400px) {
  .spec-grid .grid {
    display: flex !important;
    flex-direction: column; } }
.section-top {
  margin-bottom: 70px; }

.section-bottom {
  display: flex; }
  .section-bottom .contact-icon-wrapper img {
    width: 100%;
    height: auto;
    max-width: 33px;
    max-height: 27px; }

.icon-contacts {
  display: flex; }
  .icon-contacts .split {
    width: 2px;
    height: 35px;
    background-color: #000;
    margin: 0 30px;
    font-size: 29px;
    font-family: Montserat-Medium; }
  .icon-contacts a {
    margin-left: 40px;
    white-space: nowrap;
    font-size: 29px;
    line-height: 37px;
    color: #000; }
    .icon-contacts a img {
      top: 8px;
      left: -34px;
      width: 24px;
      height: 24px; }
    .icon-contacts a:hover:before, .icon-contacts a:hover:after {
      width: 100%;
      opacity: 1; }
    .icon-contacts a:after {
      left: 0;
      background-color: #000; }
    .icon-contacts a:before, .icon-contacts a:after {
      content: "";
      position: absolute;
      bottom: 0px;
      width: 0;
      height: 1px;
      margin: 5px 0 0;
      transition: all 0.4s ease-in-out;
      opacity: 0;
      backface-visibility: hidden; }

.contact-icon-wrapper img {
  width: 100%;
  height: auto;
  max-width: 33px;
  max-height: 27px;
  object-fit: contain;
  margin-right: 80px; }

.contact-details-wrapper h2 {
  font-family: Montserat-Bold;
  font-size: 22px;
  line-height: 37px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px; }
.contact-details-wrapper a {
  font-family: Montserat-Medium;
  font-size: 18px;
  color: #626262; }

.single-contact-item {
  margin-bottom: 98px; }

.single-contact-item .underline-this {
  font-size: 18px; }
.single-contact-item:hover .underline-this:before,
.single-contact-item:hover .underline-this:after {
  width: 100%;
  opacity: 1; }
.single-contact-item .underline-this:after {
  left: 0;
  background-color: #000; }
.single-contact-item .underline-this:before,
.single-contact-item .underline-this:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden; }

.form-container .left {
  max-width: calc(100% - 958px);
  margin-right: 20px; }

.form-wrapper .form-input-fields {
  padding-bottom: 17px;
  position: relative; }
  .form-wrapper .form-input-fields:last-of-type {
    margin-bottom: 0px; }
  .form-wrapper .form-input-fields input, .form-wrapper .form-input-fields textarea {
    padding: 15px 24px;
    margin-bottom: 23px;
    border: 3px solid #E6E6E6;
    height: 64px;
    width: 100%;
    font-family: Montserat-Medium;
    font-size: 18px;
    color: #000;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s; }
    .form-wrapper .form-input-fields input::-webkit-input-placeholder, .form-wrapper .form-input-fields textarea::-webkit-input-placeholder {
      font-family: Montserat-Medium; }
    .form-wrapper .form-input-fields input::-moz-placeholder, .form-wrapper .form-input-fields textarea::-moz-placeholder {
      font-family: Montserat-Medium; }
    .form-wrapper .form-input-fields input:-moz-placeholder, .form-wrapper .form-input-fields textarea:-moz-placeholder {
      font-family: Montserat-Medium; }
    .form-wrapper .form-input-fields input:-ms-input-placeholder, .form-wrapper .form-input-fields textarea:-ms-input-placeholder {
      font-family: Montserat-Medium; }
    .form-wrapper .form-input-fields input::-webkit-input-placeholder, .form-wrapper .form-input-fields textarea::-webkit-input-placeholder {
      font-size: 18px; }
    .form-wrapper .form-input-fields input::-moz-placeholder, .form-wrapper .form-input-fields textarea::-moz-placeholder {
      font-size: 18px; }
    .form-wrapper .form-input-fields input:-moz-placeholder, .form-wrapper .form-input-fields textarea:-moz-placeholder {
      font-size: 18px; }
    .form-wrapper .form-input-fields input:-ms-input-placeholder, .form-wrapper .form-input-fields textarea:-ms-input-placeholder {
      font-size: 18px; }
    .form-wrapper .form-input-fields input::-webkit-input-placeholder, .form-wrapper .form-input-fields textarea::-webkit-input-placeholder {
      color: #999999; }
    .form-wrapper .form-input-fields input::-moz-placeholder, .form-wrapper .form-input-fields textarea::-moz-placeholder {
      color: #999999; }
    .form-wrapper .form-input-fields input:-moz-placeholder, .form-wrapper .form-input-fields textarea:-moz-placeholder {
      color: #999999; }
    .form-wrapper .form-input-fields input:-ms-input-placeholder, .form-wrapper .form-input-fields textarea:-ms-input-placeholder {
      color: #999999; }
    .form-wrapper .form-input-fields input::-webkit-input-placeholder, .form-wrapper .form-input-fields textarea::-webkit-input-placeholder {
      text-transform: uppercase; }
    .form-wrapper .form-input-fields input::-moz-placeholder, .form-wrapper .form-input-fields textarea::-moz-placeholder {
      text-transform: uppercase; }
    .form-wrapper .form-input-fields input:-moz-placeholder, .form-wrapper .form-input-fields textarea:-moz-placeholder {
      text-transform: uppercase; }
    .form-wrapper .form-input-fields input:-ms-input-placeholder, .form-wrapper .form-input-fields textarea:-ms-input-placeholder {
      text-transform: uppercase; }
  .form-wrapper .form-input-fields textarea {
    height: 100px;
    margin-bottom: 34px;
    min-height: 150px; }
  .form-wrapper .form-input-fields .selectric-wrapper {
    margin-bottom: 23px; }

.checkbox-custom-wrapper {
  margin-top: 5px; }

.checkbox-single {
  font-size: 0; }
  .checkbox-single .checkbox-title {
    font-size: 14px !important;
    line-height: 20px;
    cursor: pointer;
    color: #000; }
    .checkbox-single .checkbox-title a {
      position: relative;
      color: #000;
      text-decoration: none;
      font-size: 14px !important; }
      .checkbox-single .checkbox-title a:hover:before, .checkbox-single .checkbox-title a:hover:after {
        width: 100%;
        opacity: 1; }
      .checkbox-single .checkbox-title a:after {
        left: 0;
        background-color: #000; }
      .checkbox-single .checkbox-title a:before, .checkbox-single .checkbox-title a:after {
        content: "";
        position: absolute;
        bottom: 0px;
        width: 0;
        height: 1px;
        margin: 5px 0 0;
        transition: all 0.4s ease-in-out;
        opacity: 0;
        backface-visibility: hidden; }
  .checkbox-single .checkbox-back {
    width: 24px;
    height: 24px;
    border: 3px solid #E6E6E6;
    cursor: pointer;
    margin-right: 11px;
    transition: all 0.2s linear;
    overflow: hidden;
    background-color: transparent; }
    .checkbox-single .checkbox-back .checkbox-mark {
      background: #626262 !important;
      width: 100% !important;
      height: 100% !important;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      opacity: 0;
      transition: all 0.1s linear; }
      .checkbox-single .checkbox-back .checkbox-mark img {
        width: 11px; }
  .checkbox-single input {
    left: -9999px; }
    .checkbox-single input:checked ~ .checkbox-label .checkbox-back {
      border: transparent !important; }
      .checkbox-single input:checked ~ .checkbox-label .checkbox-back .checkbox-mark {
        opacity: 1; }

@media screen and (max-width: 1700px) {
  .form-container .left {
    max-width: unset; } }
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .section-top .right .icon-contacts a {
    font-size: 24px;
    line-height: 35px; } }
@media screen and (max-width: 1366px) {
  .section-top .right .icon-contacts {
    flex-direction: column;
    align-items: flex-end !important; }
    .section-top .right .icon-contacts a:not(:last-of-type) {
      margin-bottom: 10px; }
    .section-top .right .icon-contacts .split {
      display: none; } }
@media screen and (max-width: 767px) {
  .contact-details-wrapper h2 {
    font-size: 14px;
    line-height: 20px; }

  .form-container .left, .form-container .right {
    width: 100%; }

  .section-top {
    margin-bottom: 25px; }
    .section-top .right {
      display: none; }

  .section-bottom {
    flex-direction: column; }

  .single-contact-item .underline-this {
    font-size: 16px; }

  .form-wrapper .form-input-fields {
    margin-bottom: 0px;
    padding-bottom: 17px;
    position: relative; }
    .form-wrapper .form-input-fields:last-of-type {
      margin-bottom: 0px; }
    .form-wrapper .form-input-fields input, .form-wrapper .form-input-fields textarea {
      padding: 14px 14px;
      margin-bottom: 14px;
      border: 3px solid #E6E6E6;
      height: 74px;
      width: 100%;
      font-family: Montserat-Medium;
      font-size: 14px;
      color: #000;
      -moz-transition: all linear 0.2s;
      -o-transition: all linear 0.2s;
      -webkit-transition: all linear 0.2s;
      transition: all linear 0.2s; }
      .form-wrapper .form-input-fields input::-webkit-input-placeholder, .form-wrapper .form-input-fields textarea::-webkit-input-placeholder {
        font-family: Montserat-Medium; }
      .form-wrapper .form-input-fields input::-moz-placeholder, .form-wrapper .form-input-fields textarea::-moz-placeholder {
        font-family: Montserat-Medium; }
      .form-wrapper .form-input-fields input:-moz-placeholder, .form-wrapper .form-input-fields textarea:-moz-placeholder {
        font-family: Montserat-Medium; }
      .form-wrapper .form-input-fields input:-ms-input-placeholder, .form-wrapper .form-input-fields textarea:-ms-input-placeholder {
        font-family: Montserat-Medium; }
      .form-wrapper .form-input-fields input::-webkit-input-placeholder, .form-wrapper .form-input-fields textarea::-webkit-input-placeholder {
        font-size: 14px; }
      .form-wrapper .form-input-fields input::-moz-placeholder, .form-wrapper .form-input-fields textarea::-moz-placeholder {
        font-size: 14px; }
      .form-wrapper .form-input-fields input:-moz-placeholder, .form-wrapper .form-input-fields textarea:-moz-placeholder {
        font-size: 14px; }
      .form-wrapper .form-input-fields input:-ms-input-placeholder, .form-wrapper .form-input-fields textarea:-ms-input-placeholder {
        font-size: 14px; }
      .form-wrapper .form-input-fields input::-webkit-input-placeholder, .form-wrapper .form-input-fields textarea::-webkit-input-placeholder {
        color: #999999; }
      .form-wrapper .form-input-fields input::-moz-placeholder, .form-wrapper .form-input-fields textarea::-moz-placeholder {
        color: #999999; }
      .form-wrapper .form-input-fields input:-moz-placeholder, .form-wrapper .form-input-fields textarea:-moz-placeholder {
        color: #999999; }
      .form-wrapper .form-input-fields input:-ms-input-placeholder, .form-wrapper .form-input-fields textarea:-ms-input-placeholder {
        color: #999999; }
      .form-wrapper .form-input-fields input::-webkit-input-placeholder, .form-wrapper .form-input-fields textarea::-webkit-input-placeholder {
        text-transform: uppercase; }
      .form-wrapper .form-input-fields input::-moz-placeholder, .form-wrapper .form-input-fields textarea::-moz-placeholder {
        text-transform: uppercase; }
      .form-wrapper .form-input-fields input:-moz-placeholder, .form-wrapper .form-input-fields textarea:-moz-placeholder {
        text-transform: uppercase; }
      .form-wrapper .form-input-fields input:-ms-input-placeholder, .form-wrapper .form-input-fields textarea:-ms-input-placeholder {
        text-transform: uppercase; }
    .form-wrapper .form-input-fields textarea {
      height: 100px;
      margin-bottom: 21px; }
    .form-wrapper .form-input-fields .selectric-wrapper {
      margin-bottom: 14px; }
      .form-wrapper .form-input-fields .selectric-wrapper .selectric-wrapper ul li {
        font-size: 14px; }
      .form-wrapper .form-input-fields .selectric-wrapper .selectric
      .label {
        font-size: 14px; } }
@media screen and (max-width: 479px) {
  .section-bottom .contact-icon-wrapper img {
    margin-right: 20px; } }
.scroll-correction {
  height: 0px;
  width: 0px;
  opacity: 0;
  margin-top: -100px;
  margin-bottom: 100px; }

.slider-slick {
  margin-bottom: 0px; }

.friends-wrapper .slick-dots {
  position: relative;
  margin-top: 26px;
  bottom: 0px; }
.friends-wrapper .single-product {
  background-color: #F2F2F2;
  margin-bottom: -4px; }
  .friends-wrapper .single-product a:hover .darkness-effect {
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    background: rgba(90, 90, 90, 0.6); }

.vertical-cards-elements-wrapper .card-link:before {
  content: "";
  display: block;
  padding-top: 100%; }

.absolute-cover-img, .darkness-effect {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: 40%;
  object-fit: contain;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s; }

.single-card-vertical:nth-last-of-type(1) {
  margin-right: 0 !important; }

/* the slides */
.slick-slide {
  margin: 0 0px; }

/* the parent */
.slick-list {
  margin: 0 0px; }

.centerPadding {
  padding: 0px; }

.slick-dots {
  padding: 0px;
  margin: 0 auto;
  list-style-type: none;
  display: flex;
  justify-content: center; }
  .slick-dots li {
    display: list-item;
    list-style-type: none;
    width: 14px;
    height: 9px;
    margin: 0 10px; }
    .slick-dots li button {
      border: 2px solid #FC0F19 !important;
      border-radius: 100%;
      min-width: 9px;
      min-height: 9px;
      max-width: 9px;
      max-height: 9px; }
      .slick-dots li button:before {
        display: none; }
      .slick-dots li button:hover {
        background-color: #FC0F19; }

.slick-dots li.slick-active button {
  min-width: 28px;
  min-height: 9px;
  max-width: 28px;
  max-height: 9px;
  background-color: #FC0F19;
  border-radius: 20px; }

.slick-dots li.slick-active button:before {
  display: none; }

@media screen and (max-width: 1500px) and (min-width: 768px) {
  .vertical-cards-elements-wrapper .card-link:before {
    padding-top: 100%; } }
@media screen and (max-width: 1366px) {
  .slider-slick {
    margin-bottom: 40px; }

  .vertical-cards-elements-wrapper .card-link:before {
    padding-top: 100%; } }
@media screen and (max-width: 900px) {
  .vertical-cards-elements-wrapper .card-link:before {
    padding-top: 130%; } }
@media screen and (max-width: 767px) {
  .vertical-cards-elements-wrapper .darkness-effect {
    background: rgba(90, 90, 90, 0.3); } }
@media screen and (max-width: 479px) {
  .vertical-cards-elements-wrapper .card-link:before {
    padding-top: 90%; }

  .slick-slide {
    margin: 0 0px; }

  /* the parent */
  .slick-list {
    margin: 0 0px; } }
.persons-landing {
  width: 100%;
  padding: 50px 0px 50px; }
  .persons-landing .single-person {
    width: 100%;
    height: 536px;
    background-size: cover;
    background-position: 50% 50%; }
    .persons-landing .single-person .semiopacity {
      -moz-transition: all linear 0.2s;
      -o-transition: all linear 0.2s;
      -webkit-transition: all linear 0.2s;
      transition: all linear 0.2s;
      background-color: rgba(255, 255, 255, 0.5); }
    .persons-landing .single-person:hover .semiopacity {
      background: transparent; }
    .persons-landing .single-person .semiopacity-text {
      padding: 14px 24px;
      background-color: #fff; }
      .persons-landing .single-person .semiopacity-text h2 {
        color: #626262;
        font-family: Montserat-Medium;
        font-size: 23px;
        line-height: 35px;
        text-transform: uppercase;
        text-align: center; }

@media screen and (max-width: 1500px) and (min-width: 768px) {
  .persons-landing {
    padding: 70px 0px 40px; }
    .persons-landing .single-person {
      height: 400px; }
      .persons-landing .single-person .semiopacity-text h2 {
        font-size: 18px;
        line-height: 30px; } }
@media screen and (max-width: 1014px) {
  .persons-landing {
    flex-wrap: wrap; }
    .persons-landing .single-person {
      height: 350px;
      width: calc((100% - 0px) / 2.001); } }
@media screen and (max-width: 767px) {
  .persons-landing {
    padding: 0px 0px 103px; }
    .persons-landing .single-person .semiopacity-text {
      padding: 5px 14px; }
      .persons-landing .single-person .semiopacity-text h2 {
        font-size: 9px;
        line-height: 14px; } }
@media screen and (max-width: 479px) {
  .persons-landing {
    padding: 0px 0px 103px; }
    .persons-landing .single-person {
      height: 218px; } }
.spec-description .wysiwyg-style {
  max-width: 620px; }

.creative-minds {
  margin-bottom: 40px; }
  .creative-minds .spec-grid .grid .grid-item:nth-of-type(2n) {
    margin-bottom: 0px; }

@media screen and (max-width: 767px) {
  .creative-minds {
    margin-bottom: 30px; }
    .creative-minds .left {
      margin-bottom: 52px; }

  .spec-grid .grid .grid-item .icon-or-text {
    font-size: 29px;
    line-height: 51px;
    min-height: unset;
    margin-bottom: 7px; }
  .spec-grid .grid .grid-item p {
    font-size: 14px;
    line-height: 20px; } }
#services .spec-grid .grid {
  grid-template-columns: 1fr 1fr 1fr !important; }
#services .grid-item:not(:last-of-type) {
  margin-right: 15px; }
@media screen and (max-width: 767px) {
  #services .spec-grid .grid {
    grid-template-columns: 1fr !important; }
  #services .spec-grid .grid .grid-item:nth-of-type(2n) {
    margin: 0 0 40px  0; } }

.back-button a {
  font-family: Montserat-Medium;
  font-size: 15px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.0012em;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s; }
  .back-button a:hover {
    color: white; }

.extra-black-section {
  background-color: #000; }

.dark-back-section, .team-image-text-wrapper {
  min-height: 713px; }

.dark-back-section {
  padding-top: 20px;
  padding-right: 66px;
  background-color: #000;
  max-width: 352px; }

.team .persons-landing {
  justify-content: center; }
.team .title-wrapper-team {
  padding-top: 100px; }
.team .title-wrapper {
  width: 100%; }
.team .dark-back-section h2 {
  font-family: Montserat-Regular;
  color: #fff;
  font-size: 26px;
  line-height: 43px;
  max-width: 268px;
  margin-bottom: 20px; }
.team .persons-landing {
  padding: 0px; }

.black-section-wrapper {
  background-image: linear-gradient(to right, #000, #000, #000, #F6F6F6, #F6F6F6, #F6F6F6, #F6F6F6); }

.main-team-image {
  background-color: #000;
  background-size: cover;
  background-position: 50% 50%;
  max-width: 641px;
  background-repeat: no-repeat;
  padding: 20px; }
  .main-team-image .frame {
    border: 10px solid #FFFFFF;
    width: 100%;
    height: 100%; }

.main-team-description {
  background-color: #F6F6F6;
  height: 100%;
  padding: 129px 0px 20px 43px; }

@media screen and (max-width: 1500px) {
  .dark-back-section, .team-image-text-wrapper {
    min-height: 600px; }

  .team .title-wrapper-team {
    padding-top: 40px; } }
@media screen and (max-width: 1366px) {
  .dark-back-section {
    padding-right: 20px; }

  .main-team-description {
    padding-left: 20px; }

  .main-team-description {
    padding-top: 50px; }

  .team .title-wrapper-team {
    padding-top: 30px;
    font-size: 22px;
    line-height: 36px; } }
@media screen and (max-width: 1100px) {
  .black-section-wrapper .content-wrapper {
    flex-direction: column; }
    .black-section-wrapper .content-wrapper .dark-back-section, .black-section-wrapper .content-wrapper .team-image-text-wrapper {
      min-height: unset; }
    .black-section-wrapper .content-wrapper .dark-back-section {
      padding-right: 0px;
      padding-bottom: 20px;
      max-width: 100%; }
      .black-section-wrapper .content-wrapper .dark-back-section h2 {
        max-width: 100%; }

  .black-section-wrapper {
    background-image: linear-gradient(to right, #000, #000); }

  .team-image-text-wrapper {
    width: calc(100% + 40px) !important;
    margin-left: -20px;
    min-height: 400px; } }
@media screen and (max-width: 1014px) {
  .team .persons-landing .single-person {
    width: calc((100% - 0px) / 3.001); } }
@media screen and (max-width: 767px) {
  .team .title-wrapper-team {
    padding-top: 26px; }

  .team .dark-back-section h2 {
    font-size: 24px;
    line-height: 29px; }

  .team-image-text-wrapper {
    flex-direction: column; }
    .team-image-text-wrapper .main-team-image {
      height: 600px;
      max-width: 100%; }

  .persons-landing .single-person {
    height: 168px; }

  .main-team-description {
    padding: 20px;
    height: auto; }

  .form-container .left {
    margin-right: 0px; }

  .single-contact-item {
    margin-bottom: 25px; }
    .single-contact-item:last-of-type {
      margin-bottom: 72px; }

  .form-wrapper .form-input-fields input {
    height: 44px; }

  .form-wrapper .form-input-fields textarea {
    height: 60px; } }
@media screen and (max-width: 500px) {
  .team-image-text-wrapper
  .main-team-image {
    height: 600px; } }
@media screen and (max-width: 420px) {
  .team-image-text-wrapper
  .main-team-image {
    height: 380px; } }
.single-works .back-button {
  margin-top: 10px;
  margin-bottom: 10px; }
.single-works .back-button a {
  color: rgba(0, 0, 0, 0.5); }
.single-works .back-button a:hover {
  color: black; }

.single-works .partner-picture {
  padding: 20px;
  border: 20px solid rgba(255, 255, 255, 0.7); }
  .single-works .partner-picture img {
    width: 100%;
    max-width: 300px;
    height: auto;
    max-height: 100px;
    object-fit: contain; }
.single-works .wysiwyg-style .absolute-cover-img, .single-works .wysiwyg-style .darkness-effect {
  transform: unset !important; }

.content-spec-color {
  padding: 20px;
  background-color: #F2F2F2;
  min-height: 100vh; }

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