/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

.v-center .row .wpb_row .wpb_column:first-child {
	vertical-align: middle;
}

.btn-color-145379.btn-outline {background-color:rgba(0,0,0,.3)!important}

p, li, dt, dd, dl, address, label, small, pre, code, span.tab-excerpt {
    line-height: 1.3;}

.btn:not(.btn-custom-typo):not(.btn-inherit) {letter-spacing:0; font-size:14px;}
h1, #bigtext-id1, .shadow {text-shadow: 6px 6px 20px rgba(0,0,0,0.5); line-height: 1!important}
.center {text-align:center}
.center hr {margin: 0 auto!important}
.under-h1 {width: 80%; font-size:19px!important}
.another-pluses {color:white}
.block-another-pluses {margin-top:10px!important;}
.another-pluses li {margin-top:10px;}
.another-pluses-title {font-weight:bold}
.our-team img {border-radius: 100px;}
.our-team .icon-box-content {text-align:left; vertical-align:middle}
.our-team .icon-box-content p {margin-top:0px;}
.our-team .icon-box.icon-inline {padding:0 9px 20px 0px;}
.our-team .icon-box.icon-inline .h5 {line-height: 1;
    padding-bottom: 3px;}
.mt-5 {margin-top:5px!important;}
.mt-20 {margin-top:5px!important;}
.popup-form-button {letter-spacing:0!important}

.block-another-pluses ol {
	list-style-type: none; 
	counter-reset: num;
	margin: 0 0 0 35px;
	padding: 15px 0 5px 0;
	font-size: 16px;
}
.block-another-pluses ol li {
	position: relative;	
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	line-height: 1.4;
}
.block-another-pluses ol li:before {
	content: counter(num); 
	counter-increment: num;
	display: inline-block;
	position: absolute;
	top: 0;
	left: -38px;
	width: 28px;
	height: 42px;
	background: #ffc10b;
	color: #fff;
	text-align: center;
	line-height: 42px;
	font-size: 18px;
}

.container-scrolling {
  position: relative;
  width: 24px;
  height: 24px;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
bottom:90px;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.text-scrolling {
  display: block;
  margin-top: -100px;
  margin-left: -30px;
  font-family: "Play", "Helvetica", Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

.blk1-pluses {color:#fff}
.uncode-fullpage-curtain {transition-duration:10s!important;}
.header-slogan {font-size:.8rem; margin-bottom:10px; color:#fff; text-align:center!important }
.uncode-menu-additional-text {padding-left:54px;}
.uncode-menu-additional-text a {color: #ffc10b!important;}
.menu-mail {padding-left:54px;}
.menu-mail a {color:#fff!important}
.menu-mail a:hover {color: #ffc10b!important;}
.about-instruments p {font-size: 12px}
.about-instruments {margin-top:10px!important;}
.container-scrolling-2 {
  position: relative;
  width: 24px;
  height: 24px;
top: 80px;
}
.block1500 {display:none}

div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {background-color:#fafafa30; color: #fff; border:none}

div.wpforms-container-full .wpforms-form input[type=date]::placeholder, div.wpforms-container-full .wpforms-form input[type=datetime]::placeholder, div.wpforms-container-full .wpforms-form input[type=datetime-local]::placeholder, div.wpforms-container-full .wpforms-form input[type=email]::placeholder, div.wpforms-container-full .wpforms-form input[type=month]::placeholder, div.wpforms-container-full .wpforms-form input[type=number]::placeholder, div.wpforms-container-full .wpforms-form input[type=password]::placeholder, div.wpforms-container-full .wpforms-form input[type=range]::placeholder, div.wpforms-container-full .wpforms-form input[type=search]::placeholder, div.wpforms-container-full .wpforms-form input[type=tel]::placeholder, div.wpforms-container-full .wpforms-form input[type=text]::placeholder, div.wpforms-container-full .wpforms-form input[type=time]::placeholder, div.wpforms-container-full .wpforms-form input[type=url]::placeholder, div.wpforms-container-full .wpforms-form input[type=week]::placeholder, div.wpforms-container-full .wpforms-form select::placeholder, div.wpforms-container-full .wpforms-form textarea::placeholder {color:#e8e8e8}

.send-form {margin-top:20px!important;
    letter-spacing: 0!important;
    font-size: 14px!important;}

div.wpforms-container-full .wpforms-form label {color:#fff}




@media (max-width: 1919px) {
#about-id .row-background .background-wrapper .background-inner {background-image: url('/wp-content/uploads/2024/01/1-block-2.jpg')!important;}
}

@media (max-width: 1500px) {
.container-scrolling-2 {top: 130px;}
}

@media (width: 1366px) {
#faq-id .col-lg-6 {width: 75%}
}


@media screen and (max-width: 767px) {
.bigtext * {white-space: normal!important;}
h1 .bigtext-line0, h1 .bigtext-line1 {font-size: 32px!important}
.h1, .h2, .my-font-35px {line-height:1em!important}
.my-font-35px {font-size:30px!important;}
.under-h1 {width: 100%;}
.under-h1 .h4 {font-size: 16px!important;}
.mobile-fluid-button {width: 100%;}
.popup-form-wrapper {padding:20px;}
.pt-xs-0 {padding-top:0px!important}
.title-like-h1 .h1 {font-size:26px;}
.title-like-h1 .h2 {font-size:23px; padding-bottom:15px!important;}
.title-like-h1 .my-font-35px {font-size:26px;}
.site-info {padding:20px!important;}
.header-slogan {text-align: left!important}
.menu-mail {padding-left:35px; display:none}
#about-id .row-background .background-wrapper .background-inner, #faq-id .row-background .background-wrapper .background-inner, #team-id .row-background .background-wrapper .background-inner {background-position: 80% center!important; opacity: 0.15}
.our-team .row-inner > div:not(.vc_helper) {padding-top: 0px;}
#step1 .row-background .background-wrapper .background-inner, #step3 .row-background .background-wrapper .background-inner,  #step5 .row-background .background-wrapper .background-inner, #step7 .row-background .background-wrapper .background-inner, #step9 .row-background .background-wrapper .background-inner {background-position: 80% center!important; opacity: 0.1}
#step2 .row-background .background-wrapper .background-inner, #step4 .row-background .background-wrapper .background-inner, #step6 .row-background .background-wrapper .background-inner, #step8 .row-background .background-wrapper .background-inner, #step10 .row-background .background-wrapper .background-inner {background:none!important; background-color:#fff!important;}
.xs-mt-10 {margin-top:10px!important}
.blk1 .row-background .background-wrapper .background-inner {background-image: url('/wp-content/uploads/2025/07/Obryad-v-tserkvi-foto-mob.jpg')!important; background-position: center right!important}
.mob-row-padding {padding-top:20px!important; padding-bottom:20px!important;}
#wpforms-422-field_6-container{padding-top:0px;}
div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-field-layout-columns {margin-left:0!important; margin-right:0!important}
div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column {padding:0!important}
}