/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/



/* ВЫШЕ ВРЕМЕННЫЙ КОД */

.range-wrap {
    width: 40%;
}

.range-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
	position: relative;
}

.calcualtor {
    display: flex;
    flex-direction: row;
    align-content: center;
    width: 100%;
}

.right-wrap {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-left: 5%;
}

.fullform {
    width: 100%;
}

.field-parametrs-form {
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 3% 1% 3% 1%;
    border: solid;
    border-width: 1px;
    border-color: #eeeeee;
    box-shadow: 2px 2px 35px 1px rgb(0 0 0 / 11%);
}

.culture, .ground, .water, .gps {
    width: 22%;
    margin: 0% 1.5% 0% 0%;
}

input#culture, input#ground, input#water, input#gps {
    font-size: 0.85vw;
    width: 100% !important;
    font-family: 'Jost';
    opacity: 0.85;
    font-weight: 500;
    border-radius: 55px;
    box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 9%) inset;
    border: solid 1px #ededed;
    padding: 6% 0% 6% 11%;
}

input#country, input#region, input#email, input#phone {
    font-size: 0.85vw;
    width: 100% !important;
    font-family: 'Jost';
    opacity: 0.85;
    font-weight: 500;
    border-radius: 55px;
    box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 9%) inset;
    border: solid 1px #ededed;
    padding: 6% 0% 6% 11%;
}

.country, .region, .email, .phone {
	width: 25%;
	margin-right: 1.5%;
}
.fio, .company {
	width: 50%;
	margin-right: 1.5%;
}
input#fio, input#company {
    font-size: 0.85vw;
    width: 100% !important;
    font-family: 'Jost';
    opacity: 0.85;
    font-weight: 500;
    border-radius: 55px;
    box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 9%) inset;
    border: solid 1px #ededed;
    padding: 3% 0% 3% 6%;
}



/*  */

  #wrap {
    height: 25vw;
	transition: 1s;
    width: 25vw;
    background: url('https://bsgmelio.ru/wp-content/uploads/2023/04/circle2.jpg');
    background-size: 100%;
    border-radius: 555px;
    background-position: center;
    overflow: hidden;
    display: flex;
    align-items: center;
	position: relative;
	filter: contrast(1.1) saturate(1.3) drop-shadow(2px 2px 22px grey) blur(0.3px);
	justify-content: center;
}

.calculated-range {
    background-color: white;
    border-radius: 15px;
    padding: 1% 2% 1.25% 2%;
    display: flex;
    justify-content: center;
    font-size: 0.9vw;
    font-family: 'Jost';
    font-weight: 800;
    margin-top: 70%;
    color: #27523f;
    opacity: 0.9;
}

img#line1 {
    position: absolute;
    width: 25vw;
	animation: around 40s infinite linear;
	transition: 1s;
}

img#water1 {
    position: absolute;
    width: 25vw; 
	animation: around 40s infinite linear, fog 2s infinite linear;
	transition: 1s;
}

/* АДАПТИАЦИЯ */

@media screen and (max-width:1024px) and (min-width:768px) {
    label.tab{
        font-size: 1.5vw !important;
    }
    .field-title, .kp-title{
        font-size: 1.7vw !important;
    }
    input#culture, input#ground, input#water, input#gps, input#country, input#region, input#email, input#phone, input#fio, input#company{
        font-size: 1.5vw !important;
        padding: 6% 0% 6% 11% !important;
    }
    .field-parametrs-form{
        flex-direction: row !important;
        flex-wrap: wrap !important;
    }
    .culture, .ground, .water, .gps, .country, .region, .email, .phone, .fio, .company {
        width:45% !important;
        margin: 2% 1.5% 0% 0% !important;
    }
    .f1 {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        margin-bottom: 0% !important;
    }
    .submit-button > input{
        font-size: 1.7vw !important;
    }
    .range-wrap {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        position: relative !important;
        justify-content: center !important;
    }
    #wrap {
        width: 33vw !important;
        height: 33vw !important;
    }
    img#line1 {
        width: 33vw !important;
    }
    img#water1 {
        width: 33vw !important;
    }
    .wrap30 {
        top:20% !important;
    }
    .range-slider.mono {
        top: 55% !important;
    }
    .range-slider.double{
        top: 70% !important;
    }
    .calculated-range, .label-range {
        font-size: 1.5vw !important;
    }
    .wm10 {
        font-size: 1.3vw !important;
        margin-top: 1% !important;
    }
    .data-range {
        width: 3.9vw !important;
        height: 3.9vw !important;
        font-size: 1.3vw !important;
    }
	.test {
    width: 36vw !important;
    height: 42vw !important;
    margin: 5% 0% 0% 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -1vw;
    position: relative;
}
}

@media screen and (max-width:767px) {
    .calcualtor {
        flex-wrap: wrap !important;
    }
    .range-wrap {
        width: 100% !important;
    }
    .right-wrap{
        width: 100% !important;
        margin-left: 0% !important;
    }
    label.tab{
        font-size: 3.5vw !important;
    }
    .field-title, .kp-title{
        font-size: 3.7vw !important;
    }
    input#culture, input#ground, input#water, input#gps, input#country, input#region, input#email, input#phone, input#fio, input#company{
        font-size: 3.5vw !important;
        padding: 6% 0% 6% 11% !important;
    }
    .field-parametrs-form{
        flex-direction: row !important;
        flex-wrap: wrap !important;
    }
    .culture, .ground, .water, .gps, .country, .region, .email, .phone, .fio, .company {
        width:45% !important;
        margin: 2% 1.5% 0% 0% !important;
    }
    .f1 {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        margin-bottom: 0% !important;
    }
    .submit-button > input{
        font-size: 3.7vw !important;
    }
    .range-wrap {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        position: relative !important;
        justify-content: center !important;
        height: 100vw !important;
    }
    #wrap {
        width: 60vw !important;
        height: 60vw !important;
    }
    img#line1 {
        width: 60vw !important;
    }
    img#water1 {
        width: 60vw !important;
    }
    .wrap30 {
        top:-10% !important;
        width: 80vw !important;
        height: 80vw !important;
    }
    .range-slider.mono {
        top: 40% !important;
    }
    .range-slider.double{
        top: 65% !important;
    }
    .calculated-range, .label-range {
        font-size: 3.5vw !important;
    }
    .wm10 {
        font-size: 3.3vw !important;
        margin-top: 9% !important;
    }
    .data-range {
        width: 8vw !important;
        height: 8vw !important;
        font-size: 3.3vw !important;
        padding: 8% !important;
        top:-34% !important;
    }
    .range-slider.mono {
        z-index: 55 !important;
        }
	.tabs {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
}
	.test {
    width: 70vw !important;
    height: 80vw !important;
    margin: 5% 0% 0% 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -1vw;
    position: relative;
}
}


/* ОБЩИЕ ФРЕЙМЫ */
@keyframes fog {
 0% {
    opacity: 0.45;
    filter: drop-shadow(0px -5px 5px white);
}

50% {
    opacity: 0.85;
    filter: drop-shadow(0px -8px 10px white);
}
100% {
    opacity: 0.45;
    filter: drop-shadow(0px -5px 5px white);
}
  
}
  

@keyframes around {
 0% {
    rotate: 0deg;
  }
  
 100% {
    rotate: 360deg;
  }
  
}

/* ФРЕЙМЫ-СТАДИИ */

  @keyframes bg09 {
 to {
     background-size: 110%;
  }
}

@keyframes scale09 {
 to {
   scale: 1.09;
  }
}

  @keyframes bg11 {
 to {
     background-size: 100%;
  }
}

@keyframes scale11 {
to {
   scale: 1;
  }
}

 @keyframes bg08 {
 to {
     background-size: 125%;
  }
}

@keyframes scale08 {
	
 to {
   scale: 1.23;
  }
}

/* test */

.wrap10 {
	background-size: 100% !important;
}

.water10, .line10 {
	transform: scale(1);
}

.wrap09 {
	background-size: 110% !important;
}

.water09, .line09 {
	transform: scale(1.1);
}

.wrap08 {
	background-size: 123% !important;
}

.water08, .line08 {
	transform: scale(1.24);
}

.wrap07 {
	background-size: 143% !important;
}

.water07, .line07 {
	transform: scale(1.42);
}

.wrap06 {
	background-size: 166% !important;
}

.water06, .line06 {
	transform: scale(1.65);
}

.wrap05 {
	background-size: 200% !important;
}

.water05, .line05 {
	transform: scale(1.99);
}

.wrap04 {
	background-size: 250% !important;
}

.water04, .line04 {
	transform: scale(2.47);
}

.wrap03 {
	background-size: 100% !important;
}

.water03, .line03 {
	transform: scale(1);
}

.wrap02 {
	background-size: 100% !important;
}

.water02, .line02 {
	transform: scale(1);
}

.wrap01 {
	background-size: 100% !important;
}

.water01, .line01 {
	transform: scale(1);
}

/* АНИМАЦИЯ 2 */

.wrap30 {
    position: absolute;
    width: 31vw;
    height: 31vw;
    overflow: hidden;
    display: none;
    justify-content: center;
    align-items: center;
	top: -25%;
}

img.low {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}

img.top {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}

.line50 {
    position: absolute;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 77%;
    height: 23%;
}

img.line55 {
    animation: move 5s infinite linear, fog2 2s infinite linear;
    width: 52%;
    margin-left: 2%;
    animation-direction: alternate-reverse;
    position: absolute;
}


@keyframes move {
  0% {
    top: 3%;
    scale: 1.1;
}
100% {
    top: 75%;
    scale: 2.1;
}
}

@keyframes fog2 {
  0% {
    filter: drop-shadow(0px 4px 3px white);

}
100% {
    filter: drop-shadow(0px 5px 5px white);
}
}

#lw, #lw2 {
	transition: 1s;
}
.low10 {
	position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}

.low09 {
transform: scale(1.1);
}

.low08 {
transform: scale(1.24);
}

.low07 {
transform: scale(1.42);
}

.low06 {
transform: scale(1.65);
}

.low05 {
transform: scale(1.99);
}

.low04 {
transform: scale(2.47);
}

.range-slider.mono {
    top: 34%;
    position: absolute;
    z-index: 2;
}

.range-slider.double {
    top: 62%;
    position: absolute;
    z-index: 2;
}


img.water1 {
    position: absolute;
    width: 5.2%;
    top: 4%;
    z-index: 2;
	animation: switch1 25s infinite linear;
}

img.water2 {
    position: absolute;
    width: 5.2%;
    top: 4%;
    z-index: 2;
	animation: switch2 25s infinite linear;
}


@keyframes switch1 {

0% {
  opacity: 0.75;
}
1% {
	opacity: 1;
}
10% {
	opacity: 0.75;
}
10.5% {
	opacity: 0;
}
60% {
	opacity: 0;
}
61% {
	opacity: 0.75;
}
62% {
	opacity: 1;
}
70% {
	opacity: 0.75;
}

71% {
	opacity: 0;
}

98% {
	opacity: 0;
}
99% {
	opacity: 0.75;
}
}

@keyframes switch2 {

0% {
  opacity: 0;
}
9.5% {
	opacity: 0;
}
10.5% {
	opacity: 0.75;
}
11% {
	opacity: 1;
}
59% {
	opacity: 1;
}
60% {
	opacity: 0.75;
}
61% {
	opacity: 0;
}
100% {
	opacity: 0;
}

}



.test {
    width: 26vw;
    height: 30vw;
    margin: 5% 0% 0% 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -1vw;
    position: relative;
}
#wr50 {
	display: none;
}
.ippo {
    background: url(https://bsgmelio.ru/wp-content/uploads/2023/02/FINALLB.jpg);
    border-radius: 45px 45px 555px 558px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    filter: contrast(1.1) saturate(1.3) drop-shadow(2px 2px 22px grey) blur(0.3px);
    justify-content: center;
    width: 82%;
    height: 100%;
    position: relative;
}

.tuman {
	width: 78%;
    position: absolute;
    top: 5%;
	animation: tuman10 2s infinite linear, ippod2 25s infinite linear;
	z-index: 7;
}

img.cntroff {
    position: absolute;
    width: 5.2%;
    top: 4%;
    z-index: 2;
}


img.palka {
    width: 78%;
    position: absolute;
    animation: ippod 25s infinite linear;
    top: 5%;
	z-index: 7;
}



@keyframes ippod {
	0% {
    top: 5%;
    transform: rotate(0deg);
    scale: 1;
}
20% {
    top: 61%;
    transform: rotate(0deg);
    scale: 1;
}
35% {
    scale: 1.1;
}
50% {
    top: 61%;
    transform: rotate(180deg);
    scale: 1;
}
70% {
    top: 5%;
    transform: rotate(180deg);
    scale: 1;
}
100% {
    top: 5%;
    transform: rotate(0deg);
}
}

@keyframes ippod2 {
	0% {
    top: 4%;
    transform: rotate(0deg);
    scale: 1;
	opacity: 1;
}
20% {
    top: 60%;
    transform: rotate(0deg);
    scale: 1;
	opacity: 1;
}
35% {
    scale: 1.1;
	opacity: 1;
}
50% {
    top: 60%;
    transform: rotate(180deg);
    scale: 1;
	opacity: 1;
}

70% {
	opacity: 0.5;
    top: 4%;
    transform: rotate(180deg);
    scale: 1;
}
75% {
	opacity: 0.35;
}
85% {
	opacity: 0;
}
95% {
	opacity: 0.35;
}
100% {
	opacity: 1;
    top: 4%;
    transform: rotate(0deg);
}
}

@keyframes tuman10 {
0% {
    opacity: 0.45;
    filter: drop-shadow(0px -5px 5px white);
}
50% {
    opacity: 0.85;
    filter: drop-shadow(0px -8px 10px white);
}
100% {
    opacity: 0.45;
    filter: drop-shadow(0px -5px 5px white);
}
}

