/*
    Theme Name: Hello Elementor Child
    Template: hello-elementor
    Text Domain: hello-elementor-child
    Version: 0.0.1
    Author: Stepanov Dmytro
    Author URI: https://dstepanoff.org.ua
*/

body{
line-height: 24px;
color: #112944;
}

a {
  color:#112944;
}
a:active,
a:hover {
  color: #05355C;
}
.button-gadient-brue a{
background: linear-gradient(90deg, #0F2A44 0%, #173A5E 50%, #0F2A44 100%);
}



.button-gadient-yelow-0 a{
background: linear-gradient(180deg, #FFD84D 0%, #F5B800 100%);
}

#send_popup_button{
background: linear-gradient(180deg, #FFD84D 0%, #F5B800 100%);
}

.button-gadient-yelow-1 a{
background: linear-gradient(180deg, #FFD84D 0%, #D79A00 100%);
}

[aria-label=Off-Canvas-mob-menu] .e-off-canvas__content{
background: linear-gradient(90deg, #0F2A44 0%, #173A5E 50%, #0F2A44 100%);
}

.text-linear-gradient-1{
  background: linear-gradient(180deg, #9DB5D0 3.85%, #FFFFFF 42.31%, #9DB5D0 75%, #112944 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* для Firefox */
  color: transparent;
}
.text-linear-gradient-2{
background: linear-gradient(180deg, #FFD84D 0%, #DAAA2B 57.21%, #B57B0A 100%);
-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* для Firefox */
  color: transparent;
}

.text-linear-gradient-3{
background: linear-gradient(180deg, #FFD84D 0%, #F5B800 100%);
-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* для Firefox */
  color: transparent;
}
.text-style-0{
font-weight: 700;
font-size: 26px;
letter-spacing: 0%;
}

.block-linear-gradient{
background: linear-gradient(90deg, #2569AA 0%, #1A4A77 21.15%, #153A5E 45.67%, #123251 68.75%, #102E4A 82.69%, #0F2A44 100%);
}

.block-linear-gradient-white{
background: linear-gradient(179.64deg, #FFFFFF 0.32%, #E8E8EC 99.69%);
}

.block-linear-gradient-blue{
background: linear-gradient(90deg, #0F2A44 0%, #173A5E 50%, #0F2A44 100%);
}


.title-with-lines {
    display: flex;
    align-items: center;
    width: 100%;
}

.title-with-lines::before,
.title-with-lines::after {
    content: "";
    flex: 1;
    height: 2px;
}

.title-with-lines::before {
    margin-right: 20px;
    background: linear-gradient(to left, currentColor, transparent);
}

.title-with-lines::after {
    margin-left: 20px;
    background: linear-gradient(to right, currentColor, transparent);
}

.border-gradient-0{
  border-bottom: 3px solid;
  border-image-source: linear-gradient(270deg, rgba(8, 79, 144, 0) 0%, #05335D 53.37%, rgba(10, 107, 195, 0) 100%);
  border-image-slice: 1;
}

.main-advanage h3{
  margin-bottom: 12px;
  padding-bottom: 8px;
  margin-top: 0;
  border-bottom: 3px solid;
  border-image-source: linear-gradient(270deg, rgba(8, 79, 144, 0) 0%, #05335D 53.37%, rgba(10, 107, 195, 0) 100%);
  border-image-slice: 1;
}



.main-advanage p{
max-width: 235px;
line-height: 18px;
}


.photo-on-main-0 figcaption{

border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 0 10px;
}
.photo-on-main-0 img{
background-color: #F1F1F3;
}


.home .home_fill_white svg{
fill: #fff !important;
} 

.home .home_fill_white a, .home .home_fill_white a span, 
.home .home_stroke_white a, .home .home_stroke_white a span
{
color: #fff !important;
border-color: #fff;
}

.home .home_stroke_white svg{
stroke: #fff !important;
}


.rotate_anim {
  perspective: 800px;
  animation: opacityPulse 2s ease-in-out infinite;
}

/* дитина — обертання */
.rotate_anim svg{
  /*animation: spinY 2s linear infinite;
  transform-style: preserve-3d;*/
  /*backface-visibility: hidden;*/
}

/* обертання по Y */
@keyframes spinY {
  from { transform: rotateY(0deg); }
  to   { transform: rotateY(360deg); }
}

/* прозорість ±20% */
@keyframes opacityPulse {
  0%   { opacity: 1; }
  50%  { opacity: 0.6; } /* -20% */
  100% { opacity: 1; }
}




@media (max-width: 1130px) {
  .main-head-menu .e-n-menu-title {
padding: 15px 8px !important;
  }

}

@media (max-width: 1024px) {
.main-advanage h3{
  margin-bottom: 6px;
  padding-bottom: 6px;
  }
  .main-advanage p{
        max-width: 100%;

    }
}


@media (max-width: 767px) {
  .text-style-0{
  font-size: 18px;
  }
}

@media (max-width: 570px) {
  .photo-on-main-0 figcaption{
    min-height: 60px;
  }
}