body {
  background-color: #000000;
  color: #ffffff;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-locale: auto;
  white-space: normal;
  text-rendering: optimizeLegibility;
}

.reg-application {
  max-width: 1084px !important;
  height: auto;
  padding: 37px 48px !important;
}

.reg-application-inputs {
  display: flex;
  gap: 33px;
}

.reg-application-bottom {
  display: flex;
  justify-content: space-between;
}

.reg-application-text {
  font-size: 20px;
  line-height: 40px;
}

.reg-application-header {
  font-size: 36px;
  font-weight: 900 !important;
}

.reg-application input {
  width: 100%;
  margin-top: 12px;
  background: none;
  -webkit-appearance: none;
  padding: 0px 0px !important;
  outline: 0;
  border-width: 0 0 1px;
  border-color: #999999;
  font-size: 18px;
}

.reg-application input:focus {
  border-color: #447dd0;
}

.reg-application button {
  width: 205px;
  height: 48px;
  padding: 0px 40px;
}
.pc-space {
  display: block;
}
.mobile-space {
  display: none;
}
@media screen and (max-width: 1200px) {
  .reg-application {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}
@media screen and (max-width: 900px) {
  .reg-application-inputs {
    flex-direction: column;
  }

  .reg-application-bottom {
    flex-direction: column-reverse;
  }
  .reg-application-bottom {
    gap: 20px;
  }
}

@media screen and (max-width: 520px) {
  .reg-application {
    padding: 33px 27px !important;
  }
  .reg-application-text {
    font-size: 16px;
    line-height: 24px;
  }

  .reg-application-header {
    font-size: 22px;
  }
  .pc-space {
    display: none;
  }
  .mobile-space {
    display: block;
  }
  .reg-application-inputs {
    gap: 16px;
  }
  .reg-application button {
    width: 100%;
  }
  .reg-application-bottom {
    gap: 16px;
  }
}

.ee_popup {
  position: fixed;
  z-index: 99999;
  display: none;
}

blog_title {
  font-size: 24px;
  line-height: 32px;
}

.ee_popup_blur {
  position: fixed;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
}

.hamburger_container_outer {
  margin-top: 20px !important;
}

.ee-toggle {
  margin-top: 10px;
}

.ee_popup_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.75;
}

.ee_popup_content {
  background-color: #1c1c1c;
  border-radius: 16px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 50px;
  max-width: 496px;
  min-width: 300px;
}

.ee_popup_middle_header {
  font-size: 24px;
  text-align: center;
  vertical-align: middle;
}

.ee_popup_text {
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}

.ee_popup_header {
  font-size: 32px;
  line-height: 40px;
}

.ee_popup_button {
  width: 100%;
  height: 60px;
  background: url(../content/images/holo.jpg);
  background-size: 450px;
  background-position: 50% 50%;
  border: none;
  border-radius: 32px;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  padding: 16px 40px;
}

.ee_popup_button:disabled {
  background: none;
  background-color: #5c5c5c;
}

.ee_popup_button:hover {
  background-position: 10% 40%;
}

.ee_popup_content div {
  margin-left: 40px;
  width: calc(100% - 80px);
}

.ee_popup_content div input {
  width: 100%;
  margin-top: 12px;
  background: none;
  -webkit-appearance: none;
  padding: 0px 0px;
  outline: 0;
  border-width: 0 0 1px;
  border-color: #999999;
  font-size: 18px;
  color: #ffffff;
}

.ee_popup_content div input:focus {
  border-color: #447dd0;
}

.wrong_input {
  border-color: red !important;
}

*::-webkit-scrollbar,
*::-webkit-scrollbar-thumb {
  width: 26px;
  border-radius: 13px;
  background-clip: padding-box;
  border: 10px solid transparent;
}

*::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 0 10px;
}

.article-img {
  width: 100%;
  height: 350px;
}

.show_after_load {
  opacity: 0;
}

.article-header {
  font-style: normal;
  font-size: 46px;
  line-height: 64px;
  max-width: 880px;
  padding: 20px;
  left: 50%;
  transform: translate(-50%, 0px);
}

.lets {
  text-align: center;
  padding: 20px;
}

.add-note {
  font-size: inherit;
  margin-left: 0 !important;
}

@media screen and (max-width: 1300px) {
  .article-header {
    font-size: 24px;
    line-height: 32px;
  }
}

@media screen and (max-width: 700px) {
  .lets {
    text-align: left !important;
    padding: 20px !important;
  }
}

.article-block {
  max-width: 880px;
  padding: 20px;
  left: 50%;
  transform: translate(-50%, 0px);
}

.article-text-pale {
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  opacity: 0.75;
}

.article-text-blue {
  color: #3d80ff;
}

.article-text-bold {
  font-style: normal;
  font-size: 24px;
  line-height: 48px;
}

.middle_content {
  max-width: 864px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.middle_content_medium {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 20px;
}

.middle_content_big {
  padding: 20px;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.row4 {
  margin: auto;
  border-spacing: 8px;
  width: 864px;
  display: flex;
  justify-content: center;
  align-content: space-between;
  flex-wrap: wrap;
  transform: translateX(-20px);
}

.row4 div {
  margin: auto;
  width: 210px;
  text-align: center;
}

.block_text1 {
  margin-top: 10px;
  font-style: normal;
  font-size: 18px;
}
.block_text2 {
  font-style: normal;
  font-size: 16px;
  line-height: 6px;
  opacity: 0.52;
}

.block-project-main {
  width: 380px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.two_columns {
  column-count: 2;
}

.two_columns div {
  display: inline-block;
  padding: 10px;
  width: 600px;
}

.column {
  display: flex;
  flex-wrap: wrap;
}

.block-blog {
  margin: auto;
  width: 100%;
  max-width: 630px !important;
  display: table !important;
  text-decoration: none !important;
  color: white !important;
  padding: 20px;
}

.blog_text {
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  z-index: 1001;
  width: 70%;
  min-width: 209px;
}

.cover-blog {
  border-radius: 25px;
  width: 100%;
}

.block-blog img:hover {
  cursor: pointer;
}

.block-blog p:hover {
  cursor: pointer;
}

.block-blog:hover img:first-child {
  -webkit-box-shadow: 0px 0px 33px 5px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0px 0px 33px 5px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 33px 5px rgba(255, 255, 255, 0.3);
}

.shadow {
  position: absolute;
  transform: translate(-650px, 195px);
  z-index: 1000;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

.online-mark-main {
  position: absolute;
  transform: translate(-100px, 20px);
  width: 91px !important;
  height: 35px;
  z-index: 999;
}

.ee-btn-primary {
  background: url(../content/images/holo.jpg) !important;
  background-size: 200px !important;
  background-position: 50% 50% !important;
}

.block-project img {
  width: 100%;
}

.block-project video {
  width: 100%;
}

.social-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.social {
  width: 40px;
  height: 30px;
  padding-right: 10px;
  cursor: pointer;
}

.social-big {
  width: 50px !important;
  height: 40px !important;
}

.social-2 {
  width: 40px !important;
  height: 40px !important;
  transform: translate(1px, -4px);
}

.social img {
  position: absolute;
}

.middle-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vl {
  border-left: 1px solid white;
  height: 50px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 10px;
}

.footer-h2 {
  font-size: 16px;
  line-height: 24px;
}

.footer-container {
  display: flex;
  justify-content: space-around;
  align-items: left;
  flex-wrap: wrap;
  margin: 0 auto;
}

.footer-container ul li {
  margin-bottom: 20px;
}

.footer_buttons {
  z-index: 9999;
  width: 100%;
  display: flex;
}

.space {
  width: 100%;
}

.fs_nav ul li a {
  font-size: 18px !important;
  line-height: 36px !important;
  letter-spacing: 2px;
}

@media screen and (min-width: 1000px) {
  .hamburger_container_outer {
    display: none;
  }
}

.footer-h1 {
  font-size: 20px;
  line-height: 28px;
}

.no_padding {
  padding: 0 !important;
}

@media screen and (max-width: 1100px) {
  .footer-h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .social {
    transform: translateX(-5px);
  }
}

@media screen and (max-width: 1000px) {
  .header_content {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .header_content {
    display: none;
  }
}

@media screen and (min-width: 1300px) {
  .mobile_only {
    display: none !important;
    pointer-events: none;
  }
}

.buttons-slider-mobile {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
  z-index: 9999;
}

@media screen and (max-width: 1300px) {
  .pc_only {
    display: none !important;
    pointer-events: none;
  }

  .gradient-container {
    display: none;
  }

  .check_all_projects {
    display: none !important;
  }

  .block-project-main {
    position: unset;
    transform: translate(0px, 0px) !important;
    padding: 10px;
  }

  .block-project-main {
    width: 100%;
  }

  .padding {
    padding: 10px;
  }
}

.how_to_work1 {
  position: absolute;
  margin-top: -750px;
}
.how_to_work2 {
  position: absolute;
  margin-top: -620px;
}
.how_to_work3 {
  position: absolute;
  margin-top: -440px;
}
.how_to_work4 {
  position: absolute;
  margin-top: -280px;
}
.how_to_work5 {
  position: absolute;
  margin-top: -140px;
}

.curve2 {
  display: none;
}

.curve-block-left {
  margin-left: -530px;
}

.curve-block-right {
  margin-left: 120px;
}

@media screen and (max-width: 1100px) {
  .curve-block-left {
    margin-left: -430px;
  }

  .curve-header {
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .curve-block {
    width: 300px !important;
    left: 50%;
  }

  .curve-text-left {
    margin-left: 50px;
  }
}

@media screen and (max-width: 900px) {
  .curve1 {
    display: none !important;
  }

  .curve2 {
    display: block;
  }

  .curve-text-left {
    text-align: left !important;
  }

  .curve-block {
    position: absolute !important;
    width: calc(100% - 140px) !important;
    left: 0% !important;
    margin-left: 100px;
  }

  .how_to_work1 {
    margin-top: -884px;
  }
  .how_to_work2 {
    margin-top: -700px;
  }
  .how_to_work3 {
    margin-top: -479px;
  }
  .how_to_work4 {
    margin-top: -248px;
  }
  .how_to_work5 {
    margin-top: -97px;
  }

  .curve-header {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .curve-text {
    font-size: 14px !important;
    line-height: 16px !important;
  }

  .curve-text-left {
    margin-left: 0px;
  }
}

.video_cover_main {
}

.footer-container .footer-child {
  padding: 0px 20px 0px 20px;
}

.footer-container {
  justify-content: space-between;
}

.people_description {
  text-align: center;
  line-height: 42px;
  margin-left: 20px;
}

@media screen and (max-width: 800px) {
  #footer1 {
    width: 100%;
    text-align: center;
  }

  .social-container {
    justify-content: center;
  }

  .footer-container {
    justify-content: center;
  }
}

@media screen and (max-width: 480px) {
  .home_nav-button {
    font-size: 16px !important;
  }
  .curve-text {
    font-size: 10px !important;
  }
}

@media screen and (max-width: 400px) {
  .footer-container .footer-child {
    padding: 0px 15px 0px 15px;
  }

  .home_nav-button {
    font-size: 16px !important;
  }
}

.politics {
  position: absolute;
  right: 0;
}

.logo-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1092px) {
  .footer_buttons {
    width: 100%;
    text-align: center;
    position: unset;
    flex-direction: column;
  }

  .social-container {
    justify-content: center;
  }

  #footer4 {
    width: 100%;
    text-align: center;
  }

  .politics {
    position: unset;
  }
}

.footer_buttons button {
  padding: 10px;
}

.header-icon {
  width: 20px;
  margin-left: 10px;
}

.header-text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px !important;
}

@media screen and (max-width: 800px) {
  .text-wide {
    text-align: left !important;
  }
}

@media screen and (max-width: 390px) {
  #email_people {
    margin-left: 0px !important;
  }
}

@media screen and (max-width: 800px) {
  #footer4 {
    margin-top: 20px;
  }

  .footer-container .footer-child {
    width: 50%;
  }

  .left_on_mobile {
    text-align: left;
  }

  #footer4 {
    text-align: left;
  }

  .social-container {
    justify-content: left;
    margin-left: 10px;
  }

  .people_description {
    margin-left: 10px !important;
  }

  .contact_us {
    position: absolute;
    left: 10px;
    z-index: 9999;
  }
}

.home_nav-button,
.home_nav-button:visited {
  color: #fff;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none !important;

  background: linear-gradient(
      to right,
      rgba(92, 134, 194, 0),
      rgba(92, 134, 194, 0)
    ),
    linear-gradient(
      to right,
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 1)
    );
  background-size: 100% 0.1em, 0 0.1em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}

.home_nav-button:hover {
  background-size: 0 0.1em, 100% 0.1em;
  color: #fff;
  text-decoration: none;
}

.middle-container {
  position: fixed;
  background-color: #000000;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.middle {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.bar {
  width: 10px;
  height: 70px;
  background: #fff;
  display: inline-block;
  transform-origin: bottom center;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  /*   box-shadow:5px 10px 20px inset rgba(255,23,25.2); */
  animation: loader 1.2s linear infinite;
}
.bar1 {
  animation-delay: 0.1s;
}
.bar2 {
  animation-delay: 0.2s;
}
.bar3 {
  animation-delay: 0.3s;
}
.bar4 {
  animation-delay: 0.4s;
}
.bar5 {
  animation-delay: 0.5s;
}
.bar6 {
  animation-delay: 0.6s;
}
.bar7 {
  animation-delay: 0.7s;
}
.bar8 {
  animation-delay: 0.8s;
}

@keyframes loader {
  0% {
    transform: scaleY(0.1);
    background: ;
  }
  50% {
    transform: scaleY(1);
    background: blue;
  }
  100% {
    transform: scaleY(0.1);
    background: transparent;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container-middle {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

#cover {
  width: 100%;
  z-index: -1;
}

iframe {
}

.left_header {
  padding: 20px;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.block {
  padding: 0px 28px;
}

h1 {
  font-style: normal;
  font-size: 56px;
  line-height: 60px;
}

.middle_text {
  text-align: center;
  padding: 20px;
}

.animated_text {
  font-size: 56px !important;
  line-height: 64px;
}

.gradient-container {
  z-index: 999;
}

.gradient {
  pointer-events: none;
  position: absolute;
}

.gradient-left {
  transform: translate(0px, 0px) scale(1, 1);
}

.gradient-right {
  transform: translate(1110px, 0px) scale(-1, 1);
}

h2 {
  font-style: normal;
  font-size: 32px;
}

.other_project {
  position: absolute;
  height: 400px;
  right: 0;
  transform: translate(-50%, -90px);
  cursor: pointer;
  z-index: 9000;
}

.main_button {
  background: #232323;
  border-radius: 24px;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  padding: 8px 16px;
  border: none;
}

.main_button:hover {
  background: url(../content/images/holo.jpg);
  background-size: 200px;
  background-position: 50% 50%;
}

.button_holo {
  background: url(../content/images/holo.jpg);
  background-size: 280px;
  background-position: 40% 40%;
  border-radius: 30px;
  font-style: normal;
  font-size: 12px;
  padding: 12px 40px;
  border: none;
  cursor: pointer;
}

button {
}

input {
}

.button_holo div {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.button_holo:hover {
  background-size: 300px;
  background-position: 20% 40%;
}

.button_holo_hover {
  background: none;
  border-radius: 24px;
  font-style: normal;
  font-size: 12px;
  line-height: 19px;
  padding: 12px 40px;
  border: none;
  cursor: pointer;
}

.button_holo_hover:hover {
  background: url(../content/images/holo.jpg);
  background-size: 100px;
  background-position: 80% 50%;
}

.button_holo_hover2 {
  background: url(../content/images/ellipse.png);
  border-radius: 24px;
  font-style: normal;
  font-size: 12px;
  line-height: 19px;
  padding: 12px 40px;
  border: none;
  cursor: pointer;
  margin: 10px;
  background-size: 41px;
}

.button_holo_hover2:hover {
  background: url(../content/images/holo.jpg);
  background-size: 100px;
  background-position: 80% 50%;
}

.button_holo_round_bright {
  background: url(../content/images/holo.jpg);
  background-size: 70px;
  background-position: 50% 30%;
}

.button_holo_round {
  padding: 12px 15px;
}

.button_holo_round:hover {
  padding: 12px 15px;
  background: url(../content/images/holo.jpg);
  background-size: 70px;
  background-position: 50% 70%;
}

.border_button {
  cursor: pointer;
}

.border_button img {
  filter: blur(0.5px);
}

.border_button div {
  color: white;
  text-align: center;
  position: absolute;
  width: 200px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-100px, -50%);
  transform: translate(-100px, -50%);
}

.border_button:hover {
  border-radius: 30px;
  background: url(../content/images/holo.jpg);
  background-size: 300px;
  background-position: 80% 50%;
}

.buttons_row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}

.arrow-image {
  width: 10px;
  margin-left: 1px;
}

.buttons_row .main_button {
  margin: 8px 10px;
}

.texts_block img {
  height: 16px;
  transform: translate(0px, -2px);
}

.texts_block_good {
  margin-left: 16px;
  font-style: medium;
  font-size: 16px;
  line-height: 40px;
}

.transparent {
  opacity: 0.72;
}

.texts_block_header {
  font-style: normal;
  font-size: 56px;
  line-height: 40px;
}

.texts_block_bad {
  margin-left: 16px;
  font-style: medium;
  font-size: 16px;
  line-height: 40px;
  text-decoration: line-through;
}

.texts_block_row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}

.curve-block {
  position: absolute;
  width: 420px;
  left: 50%;
}

.curve-header {
  font-style: bold;
  font-size: 32px;
  line-height: 40px;
  text-align: right;
}

.curve-text {
  font-style: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
}

.curve-text-right {
  text-align: left;
}

.curve-text-left {
  text-align: right;
}

.blue {
  color: #3f85ff;
}

.grey {
  color: #5c5c5c;
}

.text1 {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.text2 {
  font-size: 24px;

  text-align: center;
}

.text1-left {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.text2-left {
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}

.curve {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
}

.margin-left {
  margin-left: 64px;
}

.block-photos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}

.block-photos .photo {
  width: 160px;
  height: 329px;
  margin-left: 57px;
  margin-right: 57px;
}

.photo-pic {
  width: 160px;
  height: 160px;
  margin-left: -80px;
}

.photo-pic img {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
}

.article-block ul {
  margin-left: 18px;
}

.article-block ol {
  margin-left: 18px;
}

.photo-pic img:nth-child(2) {
  transform: scale(0.95);
}

.photo-name {
  font-size: 22px;
  line-height: 30px;
  margin-top: 20px;
}

.photo-post {
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
}

@media screen and (max-width: 860px) {
  .block-photos {
    padding: 10px;
  }

  .block-photos .photo {
    width: 150px !important;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .animated_text {
    font-size: 36px !important;
    line-height: 42px;
  }

  .block-photos .photo .photo-pic {
    width: 80px !important;
    height: 80px !important;
    margin-left: 0px !important;
  }
}

@media screen and (max-width: 400px) {
  .animated_text {
    font-size: 28px !important;
    line-height: 28px;
  }
}

.logo-main-page {
  display: flex;
  justify-content: center;
  margin-top: -250px;
}

.logo-main-page img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70px;
}

.logo-main-page p {
  position: absolute;
  margin-top: 30px;
}

@media screen and (max-width: 800px) {
  .logo-main-page img {
    width: 40px;
  }

  .logo-main-page p {
    margin-top: 10px;
  }
}

.video_cover_main {
  pointer-events: none;
  width: 100%;
  height: 1000px;
  object-fit: cover;
}

.creating-text {
  position: absolute;
  left: 0;
  top: 250;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 1000px) {
  .video_cover_main {
    height: 800px;
  }

  .creating-text {
    top: 100;
  }
}

.text_button {
  border: none;
  font-size: 16px;
  cursor: pointer;
  background-color: inherit;
}

@media screen and (max-width: 1090px) {
  .people_description {
    margin-left: 0px;
  }
}

@media screen and (max-width: 800px) {
  #footer2 {
    text-align: center;
  }

  #footer3 {
    text-align: center;
  }
}

@media screen and (max-width: 470px) {
  .block-photos .photo {
    width: 100px !important;
    height: 230px;
    margin-left: auto;
    margin-right: auto;
  }

  .text_button {
    font-size: 10px;
  }

  .footer-h2 {
    font-size: 16px;
  }

  .photo-name {
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
  }

  .photo-post {
    font-size: 12px;
    line-height: 14px;
    margin-top: 10px;
  }

  .block-photos .photo .photo-pic {
    width: 80px !important;
    height: 80px !important;
    margin-left: -30px !important;
  }
}

.text_button:hover {
  opacity: 0.5;
}

.carousel_block {
  width: 300px;
  filter: grayscale(100%);
  opacity: 0.6;
}

.carousel_block:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.carousel_block_always {
  filter: grayscale(0%) !important;
  opacity: 1 !important;
}

.logo2 {
  width: 250px;
  padding: 40px;
  filter: grayscale(100%);
  opacity: 0.6;
}

.logo2:hover {
  filter: grayscale(0%);
  opacity: 1;
}

@media screen and (max-width: 1300px) {
  .logo2 {
    width: 180px;
    padding: 10px;
  }
}

@media screen and (max-width: 400px) {
  .logo2 {
    width: 160px;
    padding: 10px;
  }
}

.logos3 {
  height: 420px !important;
}

.carousel_block3_padding {
  padding: 50px;
}

.text-quote {
  margin-top: 55px;
  margin-left: 30px;
  font-style: normal;
  font-size: 15px;
  line-height: 24px;
  opacity: 0.5;
  width: calc(100% - 30px);
}

.gray {
  -webkit-transition: -webkit-filter 0.3s ease-in-out;
  -webkit-filter: grayscale(1);
}

.img-quote {
  position: absolute;
  margin-left: 0px;
  margin-top: 50px;
  width: 20px;
}

.img-portrait {
  transform: translate(80px, 20px);
  width: 70px !important;
  height: 70px !important;
}

.text-name {
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  max-width: 220px;
}

.text-company {
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  opacity: 0.69;
  max-width: 220px;
}

.quote-texts {
  margin-left: 80px;
  margin-top: -55px;
  height: 87px;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% - 194px);
}

.quote-texts div {
  width: 100%;
}

.carousel_block {
  margin-top: 42px;
  height: 350px;
}

.carousel_block div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel_block div {
  text-align: center;
}

.carousel_block div:nth-child(2) {
  margin-top: -42px;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
}

.carousel_block div:nth-child(3) {
  font-style: normal;
  font-size: 15px;
  line-height: 16px;
}

.carousel_block div:nth-child(4) {
  margin-top: 12px;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}

.carousel_block div img:nth-child(2n + 1) {
  width: 176px;
}

.carousel_block div img:nth-child(2) {
  position: absolute;
  width: auto;
}

.shuffle-container {
  max-width: 1360px;
  left: 50%;
  display: block;
  transform: translate(-50%, 0px);
}

.shuffle-filter {
  margin: 0 auto;
}
.shuffle-filter li {
  display: inline-block;
  padding: 20px;
  cursor: pointer;
}
.selected {
  text-decoration: underline;
}

.shuffle-container li .picture-item {
  width: 640px;
  padding: 40px;
  display: inline-block;
}

.button_holo_line {
  background-image: url(/_project/content/images/210.png);
  background-size: 213px;
}

.button_holo_line:hover {
  background: url(../content/images/holo.jpg);
  background-size: 300px;
  background-position: 50% 50%;
}

@media screen and (max-width: 1300px) {
  .shuffle-container li .picture-item {
    width: 100%;
    margin-left: 0px;
    padding: 20px;
  }
  .cover-blog {
    border-radius: 7px;
  }

  .blog_text {
    font-size: 16px;
    line-height: 20px;
    width: 80%;
  }

  .shuffle-item {
    width: 100%;
  }
}

.article-block img {
  width: 100%;
}

.article-icons {
  display: flex;
  max-width: 864px;
  padding: 10px;
}

.blog-description {
  position: absolute;
  bottom: 30px;
  left: 40px;
}

.blog-icons {
  display: flex !important;
  max-width: 864px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  margin-left: -10px !important;
}

.blog-icons img {
  width: 40px !important;
  height: 40px;
  margin-top: -10px;
}

@media screen and (min-width: 900px) {
  .article-icons {
    left: 50%;
    transform: translate(-450px, 0%);
    padding: 20px;
  }
}

.article-icons img {
  margin-left: 11px;
  margin-top: -8px;
  width: 36px;
  height: 36px;
}

.article-icons p {
  margin-left: 3px;
  opacity: 0.8;
}

.carousel_block div img:nth-child(3) {
  transform: scale(-1, 1);
}

.carousel_block2 img {
  margin: 0 auto;
}

.carousel_project-left {
  position: absolute;
  top: 50%;
  left: -30px;
  transform: scale(-1, 1);
  z-index: 95000;
}

.carousel_project-right {
  position: absolute;
  top: 50%;
  left: calc(100%);
  z-index: 95000;
}

.carousel_block2 {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 600px;
}

.block-project-element {
  transition: all 0.2s ease-in-out;
}

.block-project-element:hover {
  cursor: pointer;
}

.block-project-element:hover {
  -webkit-box-shadow: 0px 0px 73px 10px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0px 0px 73px 10px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 73px 10px rgba(255, 255, 255, 0.3);
  transform: scale(1.02);
}

.block-project p {
  opacity: 0.75;
}

.block-project:hover p {
  opacity: 1;
}

div {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

a,
a:hover,
a:visited,
a:active,
a:link {
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

a,
a:hover,
a:visited,
a:active,
a:link {
  color: white !important;
}

a:hover {
  opacity: 0.75;
}

p {
}

p a {
  position: relative;
  color: inherit;
}

p a::after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  content: "";
}

p a:hover::after {
  opacity: 0.3;
}
::selection {
  background: #aaa;
}
p::selection {
  background: #aaa;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

section {
  display: block;
  position: relative;
  box-sizing: border-box;
}
.clear {
  clear: both;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.trans_200 {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.trans_400 {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.trans_500 {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.dark {
  background: #f7f7f7;
}
.light {
  background: #ffffff;
}
.super_container {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.hvr span {
  display: inline-block;
}

/*********************************
3. Home
*********************************/

#home {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
#home::after {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.7);
  content: "";
  z-index: 500;
}

/*********************************
3.1 Slider
*********************************/

.slider_container {
  width: 100vw;
  height: 100vh;
}
#hero_slider {
  width: 100% !important;
  height: 100% !important;
}
.slider_overlay {
  position: absolute;
  top: 50%;
  left: 65%;
  width: 200%;
  height: 200%;
  background: #ffffff;
  z-index: 1000;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  transform-origin: top left;
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.8);
}
.slider_overlay_inner {
  width: 100%;
  height: 100%;
}

/*********************************
3.2 Slider Nav
*********************************/

.main_slider_nav {
  position: absolute;
  top: 50%;
  left: calc(65% - 135px);
  width: 70px;
  height: 70px;
  background: transparent;
  border: solid 2px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  -ms-transform: translateY(-50%) rotate(135deg);
  -webkit-transform: translateY(-50%) rotate(135deg);
  -moz-transform: translateY(-50%) rotate(135deg);
  -o-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  transform-origin: center;
}
.main_slider_nav_inner {
  width: 100%;
  height: 100%;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  transform-origin: center;
  font-family: "Open Sans";
  text-transform: uppercase;
  font-size: 12px;
  color: #282727;
}
.main_nav_position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.main_nav_position_inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.main_nav_arrows {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main_nav_arrows_inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  visibility: hidden;
  width: 100%;
  height: 100%;
}
.main_nav_left,
.main_nav_right {
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main_nav_left i,
.main_nav_right i {
  display: block;
  position: relative;
  color: rgba(0, 0, 0, 0.3);
}
.arrow_left {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.main_nav_left:hover i,
.main_nav_right:hover i {
  color: rgba(0, 0, 0, 0.8);
}

/*********************************
3.3 Header
*********************************/

.header {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: transparent;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.header_content {
  width: 100%;
  height: 100%;
}

/*********************************
3.4 Logo
*********************************/

.logo_container {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1000;
}

.logo_a {
  letter-spacing: 8px;
}
.logo_b {
  letter-spacing: 14px;
  color: #b22020;
}
.fs_menu_left_inner .logo_container {
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*********************************
3.5 Home Content
*********************************/

.home_content {
  position: absolute;
  top: 50%;
  left: 80px;
  width: 40%;
  height: auto;
  z-index: 1000;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home_content h1 {
  display: block;
  position: relative;
  width: 100%;
  font-family: "Playfair Display", serif;
  color: #313131;
  line-height: 1.2;
  margin-top: -15px;
}
.home_content p {
  width: 80%;
  line-height: 1.8;
  margin-top: 30px;
  padding-left: 5px;
}
.button_a {
  display: inline-block;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: solid 2px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #313131;
  cursor: pointer;
  background: transparent;
}
.about_link_button {
  margin-top: 35px;
}
.button_a:hover {
  background: #313131;
  color: #ffffff;
  border-color: #313131;
}
.button_b {
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: solid 1px #00bcd5;
  border-radius: 30px;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #00bcd5;
  cursor: pointer;
  background: transparent;
}
.button_b:hover {
  background: #00bcd5;
  color: #f7f7f7;
}
.button_line {
  display: inline-block;
  margin-left: 10px;
}
.button_line a {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  box-sizing: border-box;
  font-size: 14px;
  color: #00bcd5;
  padding-top: 15px;
  padding-bottom: 15px;
  letter-spacing: 2px;
  -webkit-transition: all 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  z-index: 100;
}
.button_line a i {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 22px;
  margin-bottom: 3px;
  margin-left: 60px;
  -webkit-transition: all 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.button_line a:after {
  display: block;
  position: absolute;
  left: -10px;
  bottom: 2px;
  width: calc(100% + 12px);
  height: 2px;
  background: #00bcd5;
  content: "";
  -webkit-transition: all 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  z-index: -1;
  pointer-events: none;
}
.button_line a:before {
  display: block;
  position: absolute;
  left: -10px;
  top: 5px;
  width: 0%;
  height: 41px;
  background: #00bcd5;
  opacity: 0.2;
  content: "";
  -webkit-transition: all 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  z-index: -1;
  pointer-events: none;
}
.button_line a:hover {
  color: #ffffff;
  padding-left: 15px;
}
.button_line a:hover::before {
  width: calc(100% + 12px);
}
.button_line a:hover::after {
  bottom: 7px;
  /*opacity: 0;*/
  background: #ffffff;
}
.contact_button_1 {
  margin-top: 24px;
}
.projects_link {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #717a85;
  cursor: pointer;
  margin-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.projects_link:hover,
.projects_link:focus {
  color: #717a85;
}
.projects_link span {
  display: inline-block;
}
.submit_btn {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  border: none;
  background: transparent;
  text-transform: uppercase;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 900;
  color: #00bcd5;
  padding-top: 15px;
  padding-bottom: 15px;
  letter-spacing: 2px;
  -webkit-transition: all 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  z-index: 100;
}
.submit_btn i {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 22px;
  margin-bottom: 3px;
  margin-left: 60px;
  -webkit-transition: all 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.submit_btn:after {
  display: block;
  position: absolute;
  left: -10px;
  bottom: 2px;
  width: calc(100% + 12px);
  height: 2px;
  background: #00bcd5;
  content: "";
  -webkit-transition: all 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  z-index: -1;
  pointer-events: none;
}
.submit_btn:before {
  display: block;
  position: absolute;
  left: -10px;
  top: 5px;
  width: 0%;
  height: 41px;
  background: #00bcd5;
  opacity: 0.2;
  content: "";
  -webkit-transition: all 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  z-index: -1;
  pointer-events: none;
}
.submit_btn:hover {
  color: #ffffff;
  padding-left: 15px;
}
.submit_btn:hover::before {
  width: calc(100% + 12px);
}
.submit_btn:hover::after {
  bottom: 7px;
  background: #ffffff;
}

/*********************************
3.6 Slider Backgrounds
*********************************/

.slider_bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.slider_bg_1 {
  background-image: url(http://via.placeholder.com/1920x1080);
}
.slider_bg_2 {
  background-image: url(http://via.placeholder.com/1920x1080);
}
.slider_bg_3 {
  background-image: url(http://via.placeholder.com/1920x1080);
}
.slider_bg_4 {
  background-image: url(http://via.placeholder.com/1920x1080);
}
.slider_bg::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  content: "";
}

/*********************************
3.7 Home social
*********************************/

.home_social {
  position: absolute;
  left: 80px;
  bottom: 30px;
  z-index: 1000;
}
.home_social ul {
  display: block;
  width: 500px;
}
.home_social ul li {
  display: inline-block;
  margin-right: 15px;
}
.home_social ul li a {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  color: #717a85;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  padding-bottom: 10px;
  padding-top: 10px;
}
.home_social ul li a:hover {
  color: #313131;
}

/*********************************
3.8 Home Navigation
*********************************/

.home_nav {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1000;
  width: 700px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_nav ul {
  display: block;
  width: auto;
  background: transparent;
  margin-bottom: 0px;
}
.home_nav ul li {
  display: inline;
  margin-right: 40px;
}
.home_nav ul li:last-child {
  margin-right: 0px;
}

.home_nav ul li a {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;

  background: linear-gradient(
      to right,
      rgba(92, 134, 194, 0),
      rgba(92, 134, 194, 0)
    ),
    linear-gradient(
      to right,
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 1)
    );
  background-size: 100% 0.1em, 0 0.1em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}

.home_nav a:hover {
  background-size: 0 0.1em, 100% 0.1em;
}

/*********************************
3.9 Hamburger menu
*********************************/

.hamburger_container_outer {
  position: fixed;
  top: 0;
  right: 0;
  width: 150px;
  height: 100px;
  background: transparent;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  z-index: 10005;
}
.hamburger_container {
  display: block;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  width: 41px;
  height: 41px;
  z-index: 10004;
}
.hamburger {
  z-index: 99999 !important;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.hamburger.active div:first-child {
  transform: translateY(8px) rotate(45deg);
}
.hamburger.active div:last-child {
  transform: translateY(-8px) rotate(-45deg);
}
.hamburger div {
  position: absolute;
  left: 5px;
  width: 30px;
  height: 3px;
  background: #fff;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  transform-origin: center;
}
.hamburger div:first-child {
  top: 11px;
}
.hamburger div:last-child {
  bottom: 11px;
}

/*********************************
3.10 Fullscreen Menu
*********************************/

.fs_menu_overlay {
  display: none;
  position: fixed;
  width: 200%;
  height: 100%;
  top: -100%;
  left: 0%;
  background: #000;
  visibility: visible;
  opacity: 1;
  z-index: 10003;
  -webkit-transition: all 1000ms cubic-bezier(0.21, 0.51, 0.43, 0.99);
  -moz-transition: all 1000ms cubic-bezier(0.21, 0.51, 0.43, 0.99);
  -ms-transition: all 1000ms cubic-bezier(0.21, 0.51, 0.43, 0.99);
  -o-transition: all 1000ms cubic-bezier(0.21, 0.51, 0.43, 0.99);
  transition: all 1000ms cubic-bezier(0.21, 0.51, 0.43, 0.99);
}
.fs_menu_overlay_inner {
  width: 100%;
  height: 100%;
}
.fs_menu_left {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  background: #000;
  -webkit-transition: all 1000ms cubic-bezier(0.21, 0.51, 0.43, 0.99);
  -moz-transition: all 1000ms cubic-bezier(0.21, 0.51, 0.43, 0.99);
  -ms-transition: all 1000ms cubic-bezier(0.21, 0.51, 0.43, 0.99);
  -o-transition: all 1000ms cubic-bezier(0.21, 0.51, 0.43, 0.99);
  transition: all 1300ms cubic-bezier(0.21, 0.51, 0.43, 0.99);
}
.fs_menu_left_inner {
  width: 100%;
  height: 100%;
}
.fs_menu_right {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
}
.fs_menu_overlay.active {
  visibility: visible;
  opacity: 1;
}
.fs_nav {
  z-index: 999999;
  position: absolute;
  height: 100%;
  left: 185px;
}
.fs_nav ul li {
  position: relative;
  opacity: 0;
}
.fs_nav ul li:last-child {
  margin-bottom: 0px;
}
.fs_nav ul li a {
  color: #fff;
  font-weight: 900;
  font-size: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 48px;
  letter-spacing: 2px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.fs_nav ul li a:hover {
  color: #717a85;
  transform: translateX(-15px);
}
.fs_menu_social {
  position: absolute;
  top: 208px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  list-style: none;
}
.fs_menu_social li {
  margin-bottom: 30px;
  text-align: center;
}
.fs_menu_social li a i {
  font-size: 22px;
  color: #ffffff;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.fs_menu_social li a i:hover {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.fs_menu_logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%) rotate(90deg);
  transform-origin: center;
  bottom: 150px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.fs_menu_line {
  position: absolute;
  right: 70px;
  bottom: 120px;
  width: 50px;
  height: 5px;
  background: #db5246;
}

/*********************************
4. Section Title
*********************************/

.section_title {
  text-align: center;
}
.section_title h1 {
  font-family: "Playfair Display", serif;
  margin-top: 0px;
}
.section_title p {
  margin-top: 2em;
  margin-bottom: 0px;
}
.section_title p span {
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 2px;
  padding-right: 2px;
}

/*********************************
5. About
*********************************/

#about {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}
.about_us_link {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  margin-top: 33px;
}
.about_us_link span {
  display: inline-block;
}
.about_us_link a {
  display: inline-block;
  position: relative;
  color: #00bcd5;
  font-size: 12px;
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 5px;
}
.feature_cards {
  margin-top: 70px;
}
.feature_card_content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  padding-top: 50px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  cursor: pointer;
}
.feature_card_content:hover {
  box-shadow: 0px 8px 35px rgba(0, 0, 0, 0.3);
}
.feature_card_content .material-icons {
  display: inline-block;
  position: relative;
  font-size: 72px;
  color: #313131;
  margin-bottom: 30px;
}
.feature_card_content .material-icons::after {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  width: 50px;
  height: 1px;
  background: #313131;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.feature_card_content:hover .material-icons::after {
  width: 60px;
}
.feature_card_content p {
  text-align: center;
  max-width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #717a85;
  margin-top: 5px;
}
.feature_cards_text {
  margin-top: 74px;
}
.feature_cards_text p {
  font-size: 14px;
}
#scene,
#scene_2 {
  display: block;
  position: absolute;
  top: 0;
  left: -80px;
  width: 110%;
  height: 110%;
}
.layer {
  width: 100%;
  height: 100%;
}
.about_background {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(http://via.placeholder.com/1920x1120);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.about_background img {
  width: 100%;
  height: 100%;
}
.plant_1 {
  display: inline-block;
  position: absolute;
  bottom: 130px;
  left: -50px;
}

/*********************************
6. Services
*********************************/

#services {
  padding-top: 120px;
  padding-bottom: 120px;
  background: -webkit-linear-gradient(
    90deg,
    rgb(0, 188, 213),
    rgb(13, 209, 236)
  );
  background: linear-gradient(90deg, rgb(0, 188, 213), rgb(13, 209, 236));
}
.services_col_right {
  padding-top: 250px;
}
.service_item {
  padding: 50px;
  border: solid 2px transparent;
  margin-bottom: 200px;
}
.service_item:last-child {
  margin-bottom: 0px;
}
.service_item:hover {
  border-color: rgba(255, 255, 255, 0.3);
}
.service_item h3 {
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  margin-bottom: 55px;
  margin-top: 0px;
}
.service_item h3::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 70px;
  height: 2px;
  background: #f7f7f7;
  content: "";
}
.service_item p {
  color: #f7f7f7;
  margin-bottom: 0px;
}
.service_item a {
  display: block;
  position: absolute;
  box-sizing: border-box;
  top: 30px;
  right: 0px;
  opacity: 0;
  -webkit-transition: all 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.service_item a img {
  display: block;
  position: relative;
  padding: 20px;
}
.service_item:hover a {
  opacity: 1;
  right: 30px;
}

/*********************************
7. About Extra
*********************************/

#about_extra {
  padding-top: 120px;
  padding-bottom: 80px;
  overflow: hidden;
  background: #f7f7f7;
}
.about_extra_background {
  display: block;
  position: absolute;
  left: 30%;
  top: 50%;
  width: 200%;
  height: 200%;
  background-color: #e8f4f5;
  transform: rotate(-45deg);
  transform-origin: top left;
}
.about_extra_image {
  display: inline-block;
  -webkit-transform: translateX(calc(-1 * (100% - 50vw)));
  -moz-transform: translateX(calc(-1 * (100% - 50vw)));
  -ms-transform: translateX(-100%) translateX(50vw);
  -o-transform: translateX(calc(-1 * (100% - 50vw)));
  transform: translateX(calc(-1 * (100% - 50vw)));
}
.about_extra_image img {
  max-width: 100%;
}
.about_extra_content {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: auto;
}
.about_extra h3 {
  font-family: "Playfair Display", serif;
  line-height: 1.3;
}
.about_extra p {
  margin-top: 25px;
}
.button_line_1 {
  margin-top: 17px;
}

/*********************************
8. Featured Projects
*********************************/

#projects {
  width: 100%;
  height: auto;
  padding-top: 120px;
  padding-bottom: 116px;
}
.projects_slider_container {
  width: 150%;
  height: calc(50vw / 1.63);
  transform: translateX(-16.7%);
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.owl-item {
  width: 33.3333%;
  height: 100%;
}
.owl_item_inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.projects_slider .owl-stage-outer {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
}
.projects_slider .owl-stage > .owl-item {
  box-sizing: border-box;
  padding: 80px;
  opacity: 0.3;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.projects_slider .owl-item.center {
  padding: 0px;
  opacity: 1;
}
.slider_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all 1200ms ease;
}
.projects_slider .owl-item.center .slider_background {
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.25);
}

/*********************************
8.1 Featured Projects Backgrounds
*********************************/

.slider_background_1 {
  background-image: url(http://via.placeholder.com/975x598);
}
.slider_background_2 {
  background-image: url(http://via.placeholder.com/975x598);
}
.slider_background_3 {
  background-image: url(http://via.placeholder.com/975x598);
}
.slider_background_4 {
  background-image: url(http://via.placeholder.com/975x598);
}
.slider_background_5 {
  background-image: url(http://via.placeholder.com/975x598);
}
#projects .button_nav {
  display: inline-block;
  position: relative;
  left: calc(75vw - 125px);
  z-index: 10000;
}
.nav_button_left {
  margin-right: 10px;
}
.nav_button_left,
.nav_button_right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 2px #dadada;
  cursor: pointer;
  float: left;
}
.nav_button_left i {
  color: #313131;
  transform: rotate(180deg);
  font-size: 16px;
}
.nav_button_right i {
  color: #313131;
  font-size: 16px;
}
.nav_button_left:hover,
.nav_button_right:hover {
  border-color: #00bcd5;
}

/*
Slider Content
*/

.slider_content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 550px;
  height: auto;
  text-align: center;
  background: rgba(255, 255, 255, 0.98);
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 50px;
  padding-bottom: 50px;
  visibility: hidden;
  transform: translateY(60px);
  opacity: 0;
  -webkit-transition: all 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.projects_slider .owl-item.center:hover .slider_content {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.slider_content h4 {
  position: relative;
  font-family: "Playfair Display", serif;
  margin-bottom: 60px;
  margin-top: 0px;
}
.slider_content h4::after {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -30px;
  content: "";
  width: 60px;
  height: 1px;
  background: #313131;
}
.slider_content p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 0px;
  max-width: 100%;
}
.slider_content a {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #313131;
  padding: 5px;
  margin-top: 16px;
}
.slider_content a img {
  display: inline-block !important;
  width: 21px !important;
  height: 8px;
  margin-bottom: 2px;
  margin-left: 10px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.slider_content a:hover img {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
.projects_all {
  margin-top: 40px;
}
.projects_all a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #313131;
  font-weight: 900;
  letter-spacing: 1px;
  margin-left: auto;
  margin-right: auto;
}

/*********************************
9. Gallery
*********************************/

.gallery_container {
  width: 100%;
  height: auto;
}
#gallery_slider {
  width: 100%;
  height: auto;
}
#gallery_slider img {
  width: 100%;
  height: auto;
}
.gallery_nav_container {
  position: absolute;
  top: 0;
  right: 19%;
  width: 292px;
  height: 100%;
  background: #f7f7f7;
  z-index: 10000;
}
.gallery_nav_container_inner {
  width: 100%;
  height: 100%;
}
.gallery_nav_container_inner .button_nav {
  position: absolute;
  top: 50px;
  right: 50px;
}

.thumbnail_hover {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  right: calc(19% + 45px);
  bottom: 30px;
  width: 48px;
  height: 26px;
  background: transparent;
  z-index: 10001;
  padding: 4px;
  cursor: pointer;
}
.gallery_thumbnails_container {
  position: absolute;
  right: calc((19vw + 50px) * -1);
  bottom: 22px;
  width: auto;
  height: auto;
  z-index: 10003;
  opacity: 0;
  visibility: hidden;
  background: #f7f7f7;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
}
.thumbnail_hover:hover .gallery_thumbnails_container {
  visibility: visible;
  opacity: 1;
}
.gallery_thumbnails {
  width: 100%;
  height: auto;
}
.gallery_thumbnails_inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
}
.gallery_thumbnail {
  display: block;
  position: relative;
  width: calc(320px - 4px);
  height: auto;
  align-self: flex-end;
  margin-left: 4px;
  cursor: pointer;
}
.gallery_thumbnails_inner img {
  width: 100%;
  height: auto;
}
.gallery_thumbnail::after {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  pointer-events: none;
  opacity: 0.5;
  background: #00bcd5;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.gallery_thumbnail:hover::after {
  opacity: 0;
}
.thmb {
  width: 18px;
  height: 7px;
  background: #313131;
}
.thmb_1,
.thmb_3 {
  margin-right: 4px;
}
.thmb_1,
.thmb_2 {
  margin-bottom: 4px;
}

/*********************************
10. Features
*********************************/

#features {
  overflow: hidden;
}
.features_background {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 900px;
  background-image: url(http://via.placeholder.com/1920x870);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.features_inner {
  padding-top: 120px;
  padding-bottom: 120px;
  width: 100%;
  height: auto;
}
.features_1 {
  position: absolute;
  top: 100px;
  left: 0;
}
#features_2 {
  position: absolute;
  top: 20px;
  right: -250px;
}
.features_content {
  margin-top: 72px;
}
.features_text {
  padding-right: 30px;
}
.features_text h4 {
  margin-top: 0px;
  font-family: "Playfaif Display", serif;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 1.2;
}
.features_text p {
  margin-bottom: 15px;
}
.features_text p:last-child {
  margin-bottom: 0px;
}
.features_image {
  text-align: center;
  padding-top: 5px;
}
.features_image img {
  width: 100%;
  height: auto;
}
.button_line_2 {
  margin-top: 15px;
}

/*********************************
11. Purchase
*********************************/

#purchase {
  padding-top: 80px;
  padding-bottom: 80px;
  background: -webkit-linear-gradient(
    90deg,
    rgb(0, 188, 213),
    rgb(13, 209, 236)
  );
  background: linear-gradient(90deg, rgb(0, 188, 213), rgb(13, 209, 236));
}
#purchase h3 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 0px;
}
#purchase p {
  color: #ffffff;
  font-size: 22px;
  font-weight: 300;
  margin-top: 5px;
}
.purchase_button {
  color: #ffffff;
  border: solid 2px #ffffff;
  margin-top: 12px;
}
.purchase_button a {
  color: inherit;
}
.purchase_button:hover {
  background: #ffffff;
  color: #00bcd5;
}

/*********************************
12. Steps
*********************************/

#steps {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #f7f7f7;
}
.steps_container {
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 160px;
}
.steps_line {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 1px);
  height: 100%;
  border-right: dotted 2px rgba(0, 0, 0, 0.15);
}
.steps_line_inner {
  width: 100%;
  height: 100%;
}
.steps_line_start {
  position: absolute;
  top: 0;
  right: -11px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e8373e;
}
.steps_line_finish {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: -41px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #e8373e;
}
.steps_line_finish i {
  font-size: 36px;
  color: #ffffff;
}
.steps_stop_dot {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e8373e;
}
.step {
  width: 100%;
  height: auto;
  margin-bottom: 80px;
}
.step:last-child {
  margin-bottom: 0px;
}
.step_text_right {
  padding-left: calc(50% + 95px);
  padding-right: 8.33%;
}
.step_text_left {
  padding-left: 8.33%;
  padding-right: calc(50% + 95px);
}
.step_image_left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.step_image_right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
.step_image_right .step_image_container {
  left: 95px;
}
.step_image_inner {
  width: 100%;
  height: 100%;
}
.step_image_container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 95px;
  width: 175px;
  height: 175px;
  border: solid 10px #ffffff;
  border-radius: 50%;
}
.step_text h4 {
  font-size: 20px;
  line-height: 1.3;
  font-family: "Playfair Display", serif;
}
.step_text p {
  font-size: 14px;
  line-height: 1.7;
}

/*********************************
13. Video
*********************************/

#video {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 600px;
}
.video_section_container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  order: 2;
  width: calc(50% + 97px);
  height: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 194px;
  padding-right: calc((100vw - 1170px) / 2);
}
.video_background {
  width: calc(50% - 97px);
  height: 100%;
  background-image: url(http://via.placeholder.com/870x700);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 100;
  order: 1;
}
.video_background::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  content: "";
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.video_background:hover::after {
  background: rgba(255, 255, 255, 0);
}
.video_background_inner {
  width: 100%;
  height: 100%;
}
.video_background_inner a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: -75px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 150px;
  height: 150px;
  background: #e8373e;
  border-radius: 50%;
  z-index: 1000;
  cursor: pointer;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.video_background_inner a:hover {
  background: #ff3c44;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.65);
}
.video_background_inner a i {
  font-size: 48px;
  color: #ffffff;
}
.video_text {
  padding-right: 15px;
  max-width: 100%;
}
.video_text h3 {
  font-family: "Playfair Display", serif;
  margin-bottom: 24px;
  margin-top: 0px;
}
.video_text p {
  margin-bottom: 20px;
  line-height: 1.7;
}
.video_text p:last-child {
  margin-bottom: 0px;
}

/*********************************
14. Call to Action 1
*********************************/

#call_to_action_1 {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}
.call_to_action_1_background {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
}
#call_to_action_1 h4 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
}
#call_to_action_1 h4 span {
  display: inline;
  font-family: "Playfair Display", serif;
  font-style: italic;
}
#call_to_action_1 p {
  color: #ffffff;
  margin-top: 8px;
  margin-bottom: 0px;
}
.call_to_action_1_button {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
  border: solid 2px #ffffff;
  margin-top: 0px;
  float: right;
}
.call_to_action_1_button:hover {
  background: #ffffff;
  color: #00bcd5;
}
#call_to_action_1::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 187, 213, 0.85);
  content: "";
}

/*********************************
15. Pricing
*********************************/

#pricing {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #ffffff;
}
.pricing_container_outer {
  margin-top: 80px;
}
.pricing_container {
}
.pricing_item_outer {
  padding-left: 15px;
  padding-right: 15px;
}
.pricing_item {
  background: #f7f7f7;
  padding-left: 30px;
  padding-right: 30px;
  color: #313131;
  padding-top: 40px;
  padding-bottom: 50px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.08);
}
.pricing_item h4 {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.pricing_item p {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.pricing_item h1 {
  position: absolute;
  top: 13px;
  right: 25px;
  font-size: 72px;
  font-weight: 600;
  color: #00bcd5;
  margin-top: 0px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.pricing_item h1::before {
  position: absolute;
  top: 15px;
  left: -22px;
  content: "$";
  font-size: 32px;
  font-weight: 400;
}
.pricing_item_content {
  margin-top: 25px;
  border-top: solid 1px #dadada;
  padding-top: 50px;
}
.pricing_item_content li {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 11px;
  border-bottom: solid 1px #dadada;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.check_container {
  display: inline-block;
  float: left;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.check {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 13px;
}
.check_true {
  border: solid 1px #9ecb6c;
}
.check_false {
  border: solid 1px #db5246;
}
.check i {
  font-size: 16px;
}
.check_true i {
  color: #9ecb6c;
}
.check_false i {
  color: #db5246;
}
.button_line_3 {
  margin-top: 20px;
}
.pricing_item:hover {
  background: #00bcd5;
  color: #ffffff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.pricing_item:hover h1,
.pricing_item:hover h4,
.pricing_item:hover p {
  color: #ffffff;
}
.pricing_item:hover .pricing_item_content {
  border-top: solid 1px rgba(255, 255, 255, 0.25);
}
.pricing_item:hover .pricing_item_content li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.25);
}
.pricing_item:hover .pricing_item_content li .check_true,
.pricing_item:hover .pricing_item_content li .check_false {
  border: solid 1px #ffffff;
}
.pricing_item:hover .check_true i,
.pricing_item:hover .check_false i {
  color: #ffffff;
}
.pricing_item:hover .button_line_3 a {
  color: #ffffff;
}
.pricing_item:hover .button_line_3 a::after {
  background: #ffffff;
}
.pricing_item:hover .button_line_3 a::before {
  background: rgba(255, 255, 255, 0.85);
}
.limited_offer {
  margin-top: 30px;
  text-align: center;
}
.limited_offer h3 {
  font-weight: 400;
}

/************************************
15.1 Pricing Timer
************************************/

#timer {
  font-size: 32px;
  color: #717a85;
  margin-top: 13px;
}
#timer div span {
  font-weight: 600;
  color: #00bcd5;
}
.limited_offer_text {
  margin-top: 13px;
  text-align: center;
}
.limited_offer_text p {
  font-size: 14px;
}
.included_title {
  margin-top: 56px;
  margin-bottom: 36px;
}
.included_title h4 {
  margin-top: 0px;
  text-align: center;
}
.included_col {
  margin-top: 0px;
}
.included_col ul {
  list-style: none;
}
.included_col ul li {
  margin-bottom: 15px;
  font-size: 14px;
  color: #717a85;
}
.included_info_container {
  margin-top: 31px;
}
.included_info_title {
  font-size: 14px;
  color: #717a85;
  font-weight: 700;
  margin-bottom: 5px;
}
.included_info_container p {
  font-size: 14px;
}
.package_options {
  margin-top: 35px;
}
.package_payment_outer {
  height: 125px;
  padding-right: 15px;
}
.package_payment {
  width: 100%;
  height: 100%;
  padding-top: 30px;
  padding-left: 100px;
  padding-right: 30px;
  padding-bottom: 30px;
  background: #f7f7f7;
}
.package_contact_outer {
  height: 125px;
  padding-left: 15px;
}
.package_contact {
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  padding-top: 30px;
  padding-left: 100px;
  padding-right: 30px;
}
.package_payment i,
.package_contact i {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30px;
  color: #00bcd5;
  font-size: 48px;
}
.package_payment_title {
  font-size: 14px;
  color: #717a85;
  font-weight: 700;
  margin-bottom: 5px;
}
.package_payment p {
  font-size: 14px;
  margin-bottom: 0px;
}
.package_contact_title {
  font-size: 18px;
  color: #717a85;
  font-weight: 700;
  margin-bottom: 5px;
}
.package_contact a {
  color: #00bcd5;
  font-size: 14px;
}

/*********************************
16. From Blog
*********************************/

#from_blog {
  padding-top: 120px;
  padding-bottom: 120px;
}
.from_blog_articles {
  margin-top: 72px;
}
.from_blog_article {
}
.from_blog_article_inner {
  background: #ffffff;
  height: 100%;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.05);
}
.from_blog_img {
  width: 100%;
  height: 251px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.from_blog_img img {
  width: 100%;
  height: 100%;
}
.from_blog_content {
  width: 100%;
  padding-left: 0px;
}
.from_blog_content_inner {
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 27px;
  padding-bottom: 33px;
  background: #ffffff;
  height: 100%;
}
.from_blog_content_inner h4 {
  font-family: "Playfair Display", serif;
  line-height: 1.3;
  margin-top: 0px;
  margin-bottom: 6px;
}
.from_blog_content_inner p {
  margin-top: 17px;
  line-height: 1.5;
}
.from_blog_info {
  width: 100%;
  display: block;
}
.from_blog_date {
  display: inline-block;
  font-size: 13px;
  color: #313131;
  font-weight: 600;
  margin-right: 10px;
}
.from_blog_date i {
  font-size: 14px;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
  margin-right: 5px;
  color: #00bcd5;
}
.from_blog_author {
  display: inline-block;
  font-size: 13px;
  color: #717a85;
}
.from_blog_read {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #00bcd5;
  margin-top: 8px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.from_blog_read:hover {
  color: #717a85;
}
.from_blog_read i {
  display: inline-block;
  font-size: 18px;
  margin-left: 5px;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
}

/*********************************
17. Google map
*********************************/

#contact {
  padding-top: 120px;
  padding-bottom: 120px;
}
#google_map {
  width: 100%;
  height: 75vh;
}
.map_container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#map {
  width: 100%;
  height: calc(100% + 30px);
}

/*********************************
18. Contact
*********************************/

.contact_container {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10vw;
  width: 730px;
  height: 95vh;
  background: #ffffff;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
  padding: 80px;
}
.contact_container_inner {
  width: 100%;
  height: 100%;
}
.contact_container h2 {
  font-family: "Playfair Display", serif;
  line-height: 1;
}
.contact_container h2:first-child {
  color: #313131;
}
.contact_container h2:nth-child(2) {
  color: #00bcd5;
  margin-top: 20px;
}
.contact_container p {
  margin-top: 40px;
}
#contact-form {
  margin-top: 72px;
}
#form_name,
#form_email {
  position: relative;
  border: none;
  border-bottom: solid 2px #00bcd5;
  box-shadow: none;
  font-size: 18px;
  padding-left: 0px;
  border-radius: 0px;
}
#form_message {
  height: 150px;
  margin-top: 23px;
  border: none;
  border-bottom: solid 2px #00bcd5;
  box-shadow: none;
  border-radius: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
input[type="email"],
input[type="password"],
input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 55px;
  padding: 0 20px;
}
.name_focus,
.email_focus {
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 12px;
  color: #00bcd5;
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.message_focus {
  top: -15px;
}
::-webkit-input-placeholder {
  font-size: 18px;
  color: #717a85;
}
:-moz-placeholder /* older Firefox*/ {
  font-size: 18px;
  color: #717a85;
}
::-moz-placeholder /* Firefox 19+ */ {
  font-size: 18px;
  color: #717a85;
}
:-ms-input-placeholder {
  font-size: 18px;
  color: #717a85;
}
::input-placeholder {
  font-size: 18px;
  color: #717a85;
}
.button_line_4 {
  float: right;
  margin-right: 17px;
  margin-top: 15px;
}

/*********************************
19. Footer
*********************************/

.footer_content {
  padding-top: 300px;
  float: right;
  margin-bottom: 40px;
  margin-right: 50px;
}
.footer_copy {
  display: inline-block;
  width: 320px;
  font-size: 14px;
  font-weight: 300;
  overflow: hidden;
  margin-right: 20px;
}
.footer_copy div:first-child {
  margin-bottom: 20px;
}
.footer_copy div:first-child::after {
  display: block;
  position: absolute;
  top: 10px;
  right: -43px;
  width: 100%;
  height: 2px;
  background: #ffffff;
  content: "";
}
.footer_logo_container {
  display: inline-block;
}
.footer_logo_container .logo_container {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.footer_logo_container .logo_container .logo {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 22px;
}
.footer_logo_container .logo_container .logo_a {
  letter-spacing: 8px;
  margin-bottom: 8px;
}
.footer_logo_container .logo_container .logo_b {
  letter-spacing: 14px;
  color: #b22020;
}
.footer_social {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.footer_social ul li {
  display: inline-block;
  margin-right: 15px;
}
.footer_social ul li:last-child {
  margin-right: 0px;
}
.footer_social ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background: #00bcd5;
  color: #f7f7f7;
  border: solid 3px #f7f7f7;
  border-radius: 50%;
  font-size: 42px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer_social ul li a:hover {
  transform: translateY(-10px);
}

/*********************************
20. Newsletter
*********************************/

#newsletter {
  padding-top: 50px;
  padding-bottom: 60px;
  background: -webkit-linear-gradient(
    90deg,
    rgb(0, 188, 213),
    rgb(13, 209, 236)
  );
  background: linear-gradient(90deg, rgb(0, 188, 213), rgb(13, 209, 236));
}
#newsletter_email {
  height: 45px;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: solid 2px #ffffff;
  color: #ffffff;
  padding-left: 0px;
  padding-bottom: 0px;
}
.newsletter_ph::-webkit-input-placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 1.5px;
  font-weight: 300;
  color: #ffffff !important;
}
.newsletter_ph:-moz-placeholder /* older Firefox*/ {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 1.5px;
  font-weight: 300;
  color: #ffffff !important;
}
.newsletter_ph::-moz-placeholder /* Firefox 19+ */ {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 1.5px;
  font-weight: 300;
  color: #ffffff !important;
}
.newsletter_ph:-ms-input-placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 1.5px;
  font-weight: 300;
  color: #ffffff !important;
}
.newsletter_ph::input-placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 1.5px;
  font-weight: 300;
  color: #ffffff !important;
}
#newsletter_submit {
}
.newsletter_submit_btn {
  position: absolute;
  top: -10px;
  right: 5px;
  cursor: pointer;
  padding: 20px;
  border: none;
  background: transparent;
}
.newsletter_submit_btn:hover {
  transform: scale(1.3);
}
.newsletter_desc {
  font-size: 14px;
  color: #d4d4d4;
  margin-top: 11px;
}
.newsletter_text {
  font-size: 14px;
  color: #ffffff;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  padding-left: 30px;
}

a:link {
  text-decoration: none !important;
}

a:visited {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}

a:active {
  text-decoration: none !important;
}

@font-face {
  font-family: "GilroyRegular";
  src: url("../css/fonts/gilroy-regular.ttf") format("truetype");
}

@font-face {
  font-family: "GilroyBold";
  src: url("../css/fonts/gilroy-semibold.ttf") format("truetype");
}

@font-face {
  font-family: "GilroySemiBold";
  src: url("../css/fonts/gilroy-medium.ttf") format("truetype");
}

* {
  font-weight: normal !important;
}

body {
  font-family: GilroyRegular;
  -webkit-font-smoothing: subpixel-antialiased;
}

.ee_font_semi {
  font-family: GilroySemiBold;
}

.ee_font_bold {
  font-family: GilroyBold;
}

bold {
  font-weight: bold !important;
}

underline {
  text-decoration: underline;
}

.container2 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.container2 a {
  width: 50%;
  padding-right: 40px;
  padding-top: 16px;
  padding-bottom: 16px;
}

label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}

.checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #9098a9;
  border-radius: 3px;
  margin-right: 8px;
}

.checkmark:before {
  content: "";
  position: absolute;
  display: none;
}

.checkbox:checked + .checkmark:before {
  display: block;
  width: 10px;
  height: 5px;
  border: solid #506eec;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  top: 2px;
  left: 5px;
}

.label-text {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  line-height: 1.5;
  user-select: none;
}

.block-services {
  padding: 20px;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.services-node {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  width: 771px;
}

.services-node button {
  background-color: #ffffff00;
  border-radius: 30px;
  font-style: normal;
  font-size: 32px;
  padding: 5px 60px 5px 60px;
  border: solid;
  cursor: pointer;
  border: 1px solid #ffffff;
}

.services-node button:hover {
  background: url(../content/images/holo.jpg);
  background-size: 350px;
  background-position: 40% 40%;
  border-color: #ffffff00;
}

.block-services p {
  position: absolute;
  transform: translate(0px, 80px);
  right: 27px;
  text-align: center;
}

@media (max-width: 1000px) {
  .services-node button {
    font-size: 16px;
    padding: 5px 30px 5px 30px;
  }

  .services-node {
    gap: 15px;
  }
}

@media (max-width: 1000px) {
  .services-node {
    width: 450px;
  }

  .block-services p {
    transform: translate(0px, 50px);
  }
}

@media (max-width: 600px) {
  .services-node {
    width: 100%;
  }

  .block-services p {
    position: relative;
    transform: translate(0px, -50px);
    right: 0px;
  }
}

.ee_popup_service_header {
  font-size: 36px;
  margin-left: 48px;
  margin-top: 32px;
  font-weight: 900 !important;
}

.ee_popup_telegram_header {
  font-size: 24px;
  margin-top: 32px;
  /* font-weight: 900 !important; */
  margin-left: 15px;
  margin-right: 15px;
}

.ee_popup_service_text {
  font-size: 16px !important;
  margin-left: 0px !important;
  width: 100% !important;
  padding: 8px 48px 48px 48px;
}

.ee_popup_telegram_text {
  font-size: 16px !important;
  margin-left: 0px !important;
  width: 100% !important;
  padding: 8px 25px 20px 25px;
}

.ee_popup_yandex_header {
  font-size: 16px;
  margin-left: 48px;
  margin-top: 32px;
  font-weight: 900 !important;
}

.ee_popup_yandex_text {
  font-size: 10px !important;
  margin-left: 0px !important;
  width: 100% !important;
  padding: 8px 48px 48px 48px;
}

.service_border {
  border-radius: 30px;
}

.service_border::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  padding: 3px; /* control the border thickness */
  background: url(../content/images/holo.jpg);
  background-size: 878px;
  background-position: 40% 40%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

@media (max-width: 880px) {
  .tg-block-blog {
    margin: 20px;
  }
}

.contacts-parent {
  padding: 20px;
  max-width: 1260px;
}

.contacts-column-right {
  font-size: 16px !important;
}

.contacts-column-left {
  float: left;
  width: 30%;
}

.contacts-column-right {
  float: left;
  width: 70%;
}

.contacts-row:after {
  content: "";
  display: table;
  clear: both;
}

.contacts-parent .button_holo {
  position: absolute;
  width: 200px;
  height: 47px;
  margin: auto;
  opacity: 1;
  left: 20px;
  z-index: 9999;
}

.contacts-column-2 {
  float: left;
  width: 50%;
  display: table;
  font-style: normal;
  font-size: 24px !important;
  z-index: 9999;
  margin-top: 40px;
}

.contacts-column-2 a {
  font-size: 24px !important;
  color: grey !important;
}

.contacts-parent .press_btn {
  font-size: 24px;
}

@media (max-width: 1020px) {
  .contacts-column-2 {
    float: left;
    width: 100%;
    left: 20px;
    margin-top: 10px;
  }

  .contacts-column-left {
    float: left;
    width: 100%;
  }

  .contacts-column-right {
    float: left;
    width: 100%;
  }

  .contacts-parent .press_btn {
    transform: translate(20px, 0px);
    font-size: 18px;
    max-width: 300px;
  }

  .contacts-column-2 {
    font-size: 18px !important;
    line-height: 14px;
  }

  .contacts-column-2 a {
    font-size: 18px !important;
  }
}

.mobile_only_big {
  display: none;
  pointer-events: none;
}

@media screen and (max-width: 1020px) {
  .pc_only_small {
    display: none;
    pointer-events: none;
  }

  .mobile_only_big {
    display: block;
    pointer-events: all;
  }
}

middletext {
  display: table;
  font-size: 18px;
  text-align: left;
}

middletext p {
  display: table-row;
}

bold {
  font-weight: 900;
}


.bg_holo
{
	width: 99.5% !important;
    height: 99.5% !important;
}