.expressform{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    grid-template-columns: repeat(2, 1fr);
    display: none;
}

.active-block{
    margin: 30px 0 !important;
    position: relative;
    top: -60px;
}

.expressform.expactive{
    display: grid !important;
}

@media (max-width: 500px) {
    .expressform-checkbox label span{
        font-size: 12px !important;
    }
    .btn--share{
        margin-top: 20px;
    }
}
@media (max-width: 800px) {
.expressform{
    grid-template-columns: repeat(1, 1fr) !important;
}
.als-expressform-right{display: none !important};
}

.als-expressform-hide{
    display: none;
    align-items: center;
}
.als-expressform-icon,
.als-expressform-sub{
    margin: 25px;
    text-align: center;
}
.als-expressform-sub{
    width: 100%;
}
.als-expressform-sub span{
    color: #00ab09;
    font-weight: 500;
}
.als-expressform-hide.active a{
    margin-top: 20px;
}
.als-expressform-hide.active .als-expressform-header{
    text-align: center;
    margin-top: 20px;
}
.als-expressform-hide.active{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.als-expressform-win.hide{
    display: none;
}
.als-expressform-left{
    background-color: #fff;
    padding: 40px 20px;
    z-index: 10;
    position: relative;
}
.als-expressform-win,
.als-expressform-win form label,
.als-expressform-win form{
    display: flex;
    flex-direction: column;
}

.als-expressform-header{
    font-size: 36px;
    font-weight: 600;
}

.als-expressform-text{
    margin-top: 20px;
    margin-bottom: 40px;
}

.als-expressform-right{
    background: url('https://agromarketing.com.ua/assets/components/phpthumbof/cache/background-main.898768b2994013913df1a3aef1db35bf.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: content-box;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.expressform-btn:hover{
    background: #12ae19;
}
.expressform-btn{
    cursor: pointer;
    padding: 20px;
    font-size: 16px;
    border-radius: 6px;
    outline: none;
    border: none;
    transition: all .1s ease-in-out;
    background: #14ce1d;
    color: #fff;
}
.als-expressform-right img{z-index: 10; max-width: 500px;}
.als-expressform-right::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000a4
}

.expressform-checkbox{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0;
}

.expressform-checkbox label{
    cursor: pointer;
	user-select: none;
    flex: 1 1 auto;
    margin: 4px;
}

.expressform-checkbox label span {
    position: relative;
    border: 1px solid #d4d4d4;
    border-radius: 8px;
    transition: 0.2s;
    font-size: 14px;
    padding: 8px 12px;
    color: #4f4f4f;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
}
.expressform-fields label{
    margin: 16px 0;
}

.expressform-checkbox input:checked + span {
    border-color: #00ab09;
    color: #00ab09;
}
.expressform-checkbox input {
    pointer-events: none;
    display: none;
}

.expressform-fields label textarea,
.expressform-fields label input{
    margin-top: 8px;
}

.als-expressform-win form label input,
.als-expressform-win form label textarea{
    font-size: 16px;
    padding: 12px 16px;
    color: #000;
    border: 1px solid #bdbdbd;
    border-radius: 6px;
    outline: none;
}

.als-expressform-win form label textarea{
    resize: vertical;
    max-height: 300px;
    min-height: 150px;
}


.als-expressform-win form label input:focus,
.als-expressform-win form label textarea:focus{
    border-color: #000;
}

.close-express{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.close-express svg{
    width: 40px;
    height: 40px;
}

.action_container{
    width: 100%;
    padding: 40px;
    border-radius: 8px;
    background-color: #101110;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.action_wrapper{
    margin-right: 30px;
}
.action_wrapper p{
    font-size: 14px !important;
    opacity: 0.9;
    max-width: 600px;
    line-height: 1.5;
    color: #fff;
}
.action_wrapper h4{
    font-size: 24px;
    margin-bottom: 8px;
    color: #fff;
}
.action_container button{
    cursor: pointer;
    padding: 20px 40px;
    background-color: #00ab09;
    color: #fff;
    font-size: 18px;
    border: none;
    outline: none;
    border-radius: 6px;
}


.hide-vopros.preloader_active{
    display: none;
}

.preloader-vopros.preloader_active{
    display: flex;
}
.preloader-vopros{
    display: none;
    align-items: center;
    flex-direction: column;
}
.preloader-vopros svg{
    margin: 20px 0;
    width: 200px;
    height: 200px;
}
.preloader-vopros button{
    margin-top: 20px;
    border: 1px solid transparent;
}

.center_null{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    color: #fff;
}
.center_null .info_name span{
    color: #353535;
}
.black_section{
    background-color: #101110;
}
.center_null h1{
    font-size: 150px !important;
    margin: 60px 0;
    color: #14ce1d;
}
.intro_descr{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 30px;
}
.intro_descr span::before{
    content: '';
    position: absolute;
    left: -15px;
    top: -15px;
    width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: white;
    animation: pulse 2s ease-in-out infinite;
}
.intro_descr span::after{
    content: '';
    position: absolute;
    left: -20px;
    top: -20px;
    width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 1px solid #fff;
    animation: pulse_line 2s ease-in-out infinite;
}
.intro_descr span{
    position: relative;
    background-color: #f6f6f65f;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter:blur(5px);
    color: #fff;
    padding: 20px;
    border-radius: 8px;
    font-size: 20px;
    max-width: 60%;
    text-align: center;
    font-weight: 600;
    border: 1px solid #fff;
    -webkit-box-shadow: 4px 38px 89px -38px rgba(0, 0, 0, 0.679);
-moz-box-shadow: 4px 38px 89px -38px rgba(0, 0, 0, 0.679);
box-shadow: 4px 38px 89px -38px rgba(0, 0, 0, 0.679);
}

@media screen and (max-width: 1200px) {
    .intro_descr{
        justify-content: flex-end;
}
}
@media screen and (max-width: 900px) {
    .intro_descr{display: none;}
}

@keyframes pulse {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    50% {
      transform: scale(1.2);
      opacity: 0;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
@keyframes pulse_line {
    0% {
      transform: scale(1);
      opacity: 0;
    }
    50% {
      transform: scale(1.2);
      opacity: 0.6;
    }
    100% {
      transform: scale(1);
      opacity: 0;
    }
  }