/*
Theme Name: Marina Theme
Description: Hello elementor child
Author: yaroslav kanonirov
Template: hello-elementor
Version: 1.2
*/
body {
  overflow-x: hidden;
}
.block-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background: #332941bf;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  z-index: 99;
  transition: top 0.3s ease-in-out;
}
.hidden {
  top: -144px; /* Скрыть блок заголовка */
}
.yooz-carousel {
  width: 100vw;
  margin-top: 20px
}
.yooz-carousel .wpcp-single-item {
  border: none !important;
  border-radius: 35px;
}
.wp-block-video {
  position: relative;
}
.wp-block-video::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: url('/wp-content/uploads/2024/02/homepage.webp');
  background-repeat: repeat-x;
  z-index: 1;
}
.block-form-content--contact a {
  color: white;
  text-decoration: none;
}
.submit-button .submit-form--button, .block-hero .btn--link .text {
  transition: .3s
}
.contact-form-block .btn--link:hover .text, .submit-button .submit-form--button:hover, .block-hero .btn--link:hover .text {
  background-color: #864AF9;
}
.submit-button .submit-form--button {
  border-radius: 50px
}
.wp-block-separator.margin-minus {
  border: none;
  margin: -115px 0;
}
.round-zero, .block-content-revers {
  margin: 0;
  border: none;
}
.round-zero + .block-project-image .round {
  border-radius: 0;
}
.block-content-revers + .block-content::before {
  content: "";
  background: rgba(199, 199, 199, 0.5);
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  animation-timeline: view(block 50% 10%);
  animation-name: grow;
  animation-fill-mode: both;
  animation-duration: 1ms;
  animation-timing-function: linear;
}
.block-content-revers + .block-content::after {
  height: 0;
}
.block-content-revers.block-content-Di-line + .block-content::before {
  height: 0;
}
.block-projects-slider .slick-track > div:not(.slick-active) .block-projects-slider--single-item {
  padding-right: 40px;
}
.nox-responsive video, .nox-responsive img {
  max-width: 375px;
  border-radius: 30px;
  border: 5px solid #FFF;
  box-shadow: 0px 22px 49px 0px rgba(0, 0, 0, 0.10), 0px 89px 89px 0px rgba(0, 0, 0, 0.09), 0px 200px 120px 0px rgba(0, 0, 0, 0.05), 0px 355px 142px 0px rgba(0, 0, 0, 0.01), 0px 555px 155px 0px rgba(0, 0, 0, 0.00);
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.nox-responsive .wp-block-video::after {
  background-image: none;
}
.block-page-title .col-12 {
  margin-left: -6px;
  padding: 0
}
.block-hero.about-me-hero {
  padding: 0;
  margin-top: -80px;
  margin-bottom: 40px;
}
.block-form-col .block-form--form {
  display: none;
}
.block-wpcf7 > p > label {
  display: block;
  margin-bottom: 15px;
  align-items: center;
  justify-content: space-between;
}
.block-wpcf7 > p > label > span:first-of-type {
  display: block;
  flex: 33%;
  color: #FFE9B1;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 10px;
}
.block-wpcf7 > p > label > span:last-of-type {
  flex: 68%;
}
.block-wpcf7 > p > label:last-of-type > span:first-of-type {
  flex: 50%;
}
.block-form .col-md-7.col-12 {
  width: 100%
}
.block-wpcf7 > p > label > span:last-of-type input {
  border-radius: 70px;
  background: #2C2338;
  border: none;
  color: #ffffff;
  padding: 13px;
}
.block-wpcf7 > p > label > span:last-of-type textarea {
  border-radius: 20px;
  height: 165px;
  padding: 13px;
  background: #2C2338;
  border: none;
  color: #ffffff;
}
.contact-form-block .btn--link .text, .wpcf7-submit {
  width: -webkit-fill-available;
  /*  margin-left: 30px;*/
  border: 1px solid #864AF9;
  border-radius: 37px;
  font-size: 20px;
  display: block;
  color: white
}
.wpcf7-spinner, #contact-me-btn-in {
  display: none;
}
#contact-me-btn-out {
  margin-left: auto;
  width: 67%;
  text-align: center;
  cursor: pointer
}
.wpcf7-spinner {
  position: absolute;
}
.block-content--content.big p {
  font-weight: 300;
}
.wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: transparent;
  color: white;
  text-align: right;
  margin: -2em 0.5em 1em;
}
.wp-block-uagb-container.alignfull, .wp-block-uagb-container.alignfull img {
  width: auto;
}
.slider-numbers {
  display: flex;
  flex-flow: row-reverse wrap-reverse;
}
@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slides-reverse {
  from {
    transform: translateX(-95%);
  }
  to {
    transform: translateX(0);
  }
}
.logos {
  overflow: hidden;
  /*    padding: 30px 0px;*/
  white-space: nowrap;
  position: relative;
}
.logo_items {
  display: inline-block;
  animation: 35s slides infinite linear;
}
.logo_items-reverse {
  display: inline-block;
  animation: 35s slides-reverse infinite linear;
}
/*
  .logos:hover .logo_items {
    animation-play-state: paused;
  }
*/
.logo_items img {
  height: 150px;
}
.logos img {
  max-width: -webkit-fill-available;
}
.carousel-container {
  overflow: hidden;
  width: 100%;
}
.carousel-track {
  display: flex;
  animation: marquee 10s linear infinite;
}
.carousel-container-left .carousel-track {
  display: flex;
  animation: marquee 10s linear infinite reverse;
}
.footer-slick-slide {
  display: flex;
  flex-flow: column-reverse nowrap;
}
@keyframes marquee {
  from {
    /* Изменяем начальное значение справа на 0% */
    transform: translateX(0%);
  }
  to {
    /* Изменяем конечное значение справа на -100% */
    transform: translateX(-100%);
  }
}
.carousel-track img {
  margin-right: 10px; /* Add margin between images */
}
@media (min-width: 1800px) {
  .video-full-width, .wp-block-image.yooz-full-width {
    width: 100vw;
    margin-left: -9.5vw;
  }
  .block-projects-slider-footer {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1800px) {
  .video-full-width, .wp-block-image.yooz-full-width {
    width: 103vw;
    margin-left: -5vw;
  }
}
@media (min-width: 768px) {
  .block-running-gallery {
    min-height: 155px;
  }
  #contact-me-btn-out {
    margin-top: -20px;
  }
  .block-running-gallery > div {
    overflow: hidden;
    width: 99vw;
    position: absolute;
    left: 0;
  }
  .logos {
    display: none
  }
  .block-big-button {
    padding: 36px 0 36px 0;
  }
  .contact-form-block {
    padding-top: 135px
  }
  .wp-block-contact-form-7-contact-form-selector {
    width: 100%;
  }
  .block-wpcf7 > p > label {
    display: flex;
    margin-bottom: 0px;
  }
  .block-wpcf7 > p > label:nth-last-of-type(2) {
    align-items: flex-start;
  }
  .block-form--form .single-input label {
    padding-bottom: 0;
  }
  .block-form {
    padding-top: 135px;
    max-width: 55%;
    float: left;
  }
  .submit-button .submit-form--button .text {
    padding: 12px 190px;
    font-size: 20px;
  }
  .block-content--content-link {
    padding-bottom: 25px;
  }
  .block-running-gallery .marqueeslider .marquee-item {
    margin: 0 50px;
  }
  .block-big-title {
    padding: 75px 0 0;
    width: 100vw;
  }
  .block-big-title h2 {
    font-size: 100px;
  }
  .block-big-title .marquee {
    height: 125px;
  }
  .block-big-button {
    border-bottom: 0px solid rgba(199, 199, 199, 0.5);
  }
  .block-footer {
    border-top: 1px solid rgba(199, 199, 199, 0.5);
  }
  .block-projects-slider .slick-current.slick-active .block-projects-slider--single-item {
    padding-bottom: 40px;
  }
  .block-projects-slider .block-projects-slider--single-item {
    max-height: 670px;
  }

	
  .block-projects-slider h2 {
    padding-left: 3px;
    width: fit-content;
  }
  .block-projects-slider-link .btn--link > span {
    height: 35px;
  }
  .btn--link .icon {
    padding: 0px 10px 4px;
  }
  .round {
    border-radius: 10px;
  }
  .block-project-gallery {
    padding: 56px 0 98px 0;
  }
  .block-header {
    padding: 20px 0;
  }
  .block-header > div {
    max-width: 1574px;
    margin: auto;
  }
  body:not([class*=elementor-page-]) #content.site-main > div {
    max-width: 1574px;
    margin: 140px auto 0;
  }
}
@media (max-width: 768px) {
  .block-project {
    z-index: 0
  }
  .block-project.hide-project {
    opacity: 0
  }
  .block-running-gallery {
    display: none
  }
  .block-footer--logo-mbl ol, .block-footer--logo-mbl ul {
    padding-left: 0;
  }
  .block-form-content--contact {
    padding-top: 20px;
  }
  #contact-me-btn-out {
    width: -webkit-fill-available;
    margin-top: -10px;
  }
  .block-footer, .block-big-button {
    z-index: 300;
    background: #332941;
  }
  .block-project {
    /*    position: sticky !important;*/
  }
  .block-project.last-block-project {
    position: relative !important;
    z-index: 200 !important;
  }
  .block-project.first-block-project {
    display: block;
    z-index: -2 !important;
  }
  .wp-block-uagb-container.nox-responsive .wp-block-spacer {
    display: none
  }
  .nox-responsive video, .nox-responsive img {
    border-radius: 10px;
    border: 2px solid #FFF;
  }
  .nox-responsive .nox-responsive-mobl {
    margin-top: -16vw;
  }
  .block-project-gallery--image.big-padding {
    padding: 0 5px 20px 5px;
  }
  .wp-block-uagb-container.nox-responsive > div > div {
    flex-wrap: nowrap !important;
    flex-direction: row;
    align-items: flex-start;
    display: flex
  }
  .nox-responsive figure {
    max-width: 47% !important;
    width: 47% !important;
  }
  #sp-wp-carousel-free-id-470.nav-vertical-center {
    transform: scale(1.3) translate(47px, 20px);
  }
  .wp-block-uagb-container.alignfull img {
    width: -webkit-fill-available;
    max-width: 84vw;
  }
  .spacer-mobl {
    height: 30px !important;
  }
  .yooz-carousel .wpcp-single-item {
    border-radius: 25px;
  }
  .block-hero.about-me-hero {
    margin-top: -40px;
    margin-bottom: 40px;
  }
  .block-projects-slider-footer {
    border-top: 0px solid rgba(199, 199, 199, 0.5);
  }
  .block-content--content-link .btn--link .icon {
    padding: 10px 10px 10px 14px !important;
    width: 40px;
    margin-right: 5px;
  }
  .btn--link .icon {
    padding: 10px 8px 10px 11px !important;
    width: 34px;
    margin-right: 5px;
  }
  .block-content .col-md-11 {
    padding-left: 0px !important;
  }
  .block-projects-slider {
    padding: 0px 0 20px;
    border-bottom: 1px solid rgba(199, 199, 199, 0.5);
  }
  .block-projects-slider .slick-slide img {
    display: block;
    max-height: 203px;
  }
  .block-projects-slider .slick-track > div:not(.slick-active) .block-projects-slider--single-item {
    padding-right: 10px;
  }
  .wp-block-separator.margin-minus {
    border: none;
    margin: -30px 0;
  }
  .block-page-title {
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 7px;
  }
  .block-form .block-form-col {
    display: none;
  }
  .block-wpcf7 > p > label {
    margin-bottom: 0px;
  }
  .projects-space {
    margin-bottom: -80px;
  }
  .block-hero.about-me-hero {
    justify-content: flex-start !important
  }
  .block-running-gallery .marqueeslider {
    display: inline-flex;
    white-space: nowrap;
    animation: marquee 10s linear infinite;
  }
  .block-running-gallery .marqueeslider.rtl {
    animation: marquee-reverse 10s linear infinite;
  }
  .block-header--menu .menu:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(51, 41, 65, 0.3);
    z-index: -1;
  }
  .block-content-link.d-block.d-md-none a {
    color: white;
  }
  .block-header--menu .close-menu {
    top: 12px;
    right: 0px;
  }
  .block-running-gallery {
    overflow: hidden;
  }
  body:not([class*=elementor-page-]) #content.site-main > div {
    max-width: 1574px;
    margin: 50px auto 0;
    position: relative;
    /*    overflow-x: hidden*/
  }
  .block-hero__text p {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .ah-headline.clip span, .ah-headline.loading-bar span, .ah-headline.slide span {
    display: contents;
  }
  .block-header--menu .menu li {
    background: #332941;
    margin: -1px;
  }
  .block-hero__content h1 {
    font-size: 74px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    margin-block-end: 0rem;
  }
  .block-footer--content {
    padding-left: 7px;
  }
  .row.contact-me-row {
    flex-direction: column;
  }
  .col-2.md-block-header--logo {
    width: 45%;
    padding-left: 22px !important;
  }
  .block-header--menu .menu {
    height: 100vh;
    width: 70%;
  }
  .block-hero__content h1 span:first-of-type {
    margin-right: 25px;
  }
  .block-footer .col-7 {
    width: 100%
  }
  .block-footer .col-5 .block-footer--logo {
    transform: translate(-15%, 0%);
    overflow: hidden;
  }
  .block-form {}
  .block-footer--content h1 {
    font-size: 38px;
  }
  .ah-headline.slide .ah-words-wrapper {
    margin-left: 20px;
    display: inline-block;
  }
  .block-big-button a .icon {
    padding: 7px;
    width: 35px;
    height: 35px;
  }
}
/*
@media (max-width: 720px) {
  .block-form .block-form-col {
    position: absolute;
    bottom: 0;
    transform: translate(0%, 110%);
  }
}
@media (max-width: 420px) {
  .block-form .block-form-col {
    position: absolute;
    bottom: 0;
    transform: translate(0%, 125%);
  }
}
@media (max-width: 400px) {
  .block-form .block-form-col {
    position: absolute;
    bottom: 0;
    transform: translate(0%, 155%);
    display: none;
  }
}
@media (max-width: 380px) {
  .block-form .block-form-col {
    position: absolute;
    bottom: 0;
    transform: translate(0%, 225%);
  }
}*/