body,
html {
    font-family: 'Noto Sans', sans-serif;
    color:rgb(255, 255, 255);
	background-color: rgb(50, 54, 43);
    font-size: 16px;
    overflow-x: hidden;
    padding-right: 0 !important;
    margin: 0;
	
}
*{
    box-sizing: border-box;
}
.drop-options{
    display: none;
}
.biflorica-main-section {
    position: relative;
    padding: 0;
    margin: 0;
    background-image: url(/img/landing/JPG/bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.biflorica-main-section__chatbot{
    position: fixed;
    right: 1%;
    top: 2%;
    border-radius: 50%;
    padding: 10px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #b1f232;
    cursor: pointer;
    z-index: 9;

}
.biflorica-main-section__chatbot:hover{
background-color: #32f276; 
}
.biflorica-main-section__chatbot img {
    width: 60px;
}
.neon {
    color: #b1f232;
}
.green {
color: #acee33;
}
.container {
    max-width: 1200px !important;
}
.logo {
	width: 320px;
}
.second-section-why ul {
    padding-left: 0;
}
.second-section-why li {
     display: flex;
     margin: 20px 0 20px;
     align-items: center;
    /* max-width: 530px; */
    font-size: 20px;
}
.second-section-why li span{
max-width: 500px;
}
.second-section-why__round{
    border-radius: 50%;
    border: 2px dotted #00ffff ;
    padding: 10px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.2);
}
.second-section-why__round img {
    width: 60px;
    
}
form[name="signupbuyerstep1__form"] {
    max-width: 530px;
    padding: 44px 83px;
    background-color: rgba(0,0,0,0.1);
    border-radius: 15px;
    border:1px solid #66be5f
}
form[name="signupbuyerstep1__form"]  label,
form[name="signupbuyerstep1__form"]  input,
form[name="signupbuyerstep1__form"]  select {
    display: block;
    width: 100%;
}
form[name="signupbuyerstep1__form"] .control__error label {}
form[name="signupbuyerstep1__form"] .control__error  input,
form[name="signupbuyerstep1__form"] .control__error  select {
    display: block;
    color: red;
    border: solid red 2px;
    width: 100%;
}
form[name="signupbuyerstep1__form"] input,
form[name="signupbuyerstep1__form"] select {
    padding-left: 20px;
    height: 40px;
    border-radius: 10px;
    border: none;
    outline: none;
}
form[name="signupbuyerstep1__form"] input[name=submit_btn],
form[name="signupbuyerstep1__form"] input[name=submit_with_approve_btn]
{
    width: 100%;
    height: 60px;
    border-radius: 45px;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #b1f232 ;
    border: none;
    box-shadow: 0 0 30px #b1f232;
}
form[name="signupbuyerstep1__form"] input[name=submit_btn]:hover,
form[name="signupbuyerstep1__form"] input[name=submit_with_approve_btn]:hover{ background-color: #32f276; box-shadow: 0 0 30px  #32f276;}
form[name="signupbuyerstep1__form"] a{ color: white;}
form[name="signupbuyerstep1__form"] a:hover {text-decoration: none; color: #32f276;}
form[name="signupbuyerstep1__form"] .agree_checkbox{ width: 30px; height: 30px; margin-right: 20px; margin-bottom: 50px; float: left;}

.custom-select .text-value { display: none; height: 34px; position: relative; overflow: hidden; }
.custom-select .txt {display: block; height: 34px; line-height: 34px; padding: 0 12px; color: #999; font-size: 14px; }
.custom-select .arrow {position: absolute;top: 16px; right: 7px; border: solid 3px transparent; border-width: 4px 3px; border-top-color: #696969; }

.control .error-details {display: none; font-size: 13px; color: #b60101; padding: 3px 0 0; }
.control__error .error-details { display: block; }
.control__error1:after {
    content: attr(data-text-error);
    left: 0;
    top: 100%;
    font-size: 13px;
    color: #bb2323;
    right: 0;
    margin-top: 1px;
    display: block;
    margin-bottom: -13px; }
.control__error .custom-select {border-color: #bb2323; -webkit-box-shadow: inset 5px 5px 5px rgba(187, 35, 35, 0.05); box-shadow: inset 5px 5px 5px rgba(187, 35, 35, 0.05); }
.control__error textarea,
.control__error input[type='text'],
.control__error input[type='tel'],
.control__error input[type='email'],
.control__error input[type='password'] {
    border-color: #bb2323;
    -webkit-box-shadow: inset 5px 5px 5px rgba(187, 35, 35, 0.05);
    box-shadow: inset 5px 5px 5px rgba(187, 35, 35, 0.05); }

@media (max-width:1150px){
    form[name="signupbuyerstep1__form"] {
       max-width: 100%;
        padding: 24px 43px;
    }
    .second-section-why{
margin-left: auto;
margin-right: auto;
    }
    .second-section-why li {
        font-size: 16px;
    }

}
@media (max-width:985px){
    .first-section_header h1 {
        font-size: 23px;
        margin-top: 20px;
    }
    .first-section_header h3 {
        font-size: 20px;
    }
    .second-section-why{
        max-width: 500px;
        margin-left: auto;
        margin-right: auto ;
    }
    .second-section-why li {
        max-width: auto;
        font-size: 16px;
    }

    .second-section-why__round {
        border-radius: 50%;
        border: 2px dotted #00ffff;
    }
}
@media (max-width:768px){
    .biflorica-main-section__chatbot{
       
        right: 0%;
        top: 0.5%;
        border-radius: 50%;
        padding: 1px;

    }
    .biflorica-main-section {
        padding: 0;
        margin: 0;
        background-image: url(/img/landing/JPG/bg_mobil.jpg);

}
.second-section-why__round {
padding: 10px;
}
.second-section-why__round img {
    width: 50px;
    
}

}
@media (max-width:365px){
    .second-section-why h2 {
        font-size: 20px;
        padding-bottom: 20px;
    }
}

#exampleModalToggle.modal.fade.show {
    background-color: #ffffffb3;
    padding: 0;
    width: 100%;
    margin: 0;
}
#exampleModalToggle.modal.fade.show body {
    padding-right: 0;

}
.modal.show .modal-dialog {

}
button.btn-close {
    color: white !important;
    font-weight: 900;
    position: absolute;
    top: -5%;
    right: -3%;
}

button.btn-close:hover {
    color: red;
}

.modal-content {
    background-image: url(/img/landing/JPG/bg_modal.jpg);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    box-shadow: 0 0 10px #2fa290a8;

}
.modal-content {

    padding: 20px 30px;
    color: white;
    background-color: rgba(0,0,0,0.1) !important;
    border-radius: 5px;
}
.modal-header{
    padding-left: 0;
}
.modal-body h2 {
    font-weight: normal;
    margin-bottom: 20px;
}
.modal-footer button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #000000 !important;
    border-radius: 45px;
    padding: 10px 5px;
    text-transform: uppercase;
    font-weight: bold;
    border-top:1px solid #dfff3f;
    border-left: none;
    border-right: none;
    border-bottom: none;
    background-color: #b1f232 ;
    /* border: none; */
    box-shadow: 0 0 30px #57ff94;
}
.modal-footer img {
    width: 40px;
    padding-right: 10px;
}
.modal-header{
    border: none !important;
    background-color: rgba(0,0,0,0);
}
.modal-body {
    font-size: 15px;
    border: none !important;
}
.modal-body hr {
    position: relative;
    width: 100%;
    border-top: 1px dashed #acee33;
    color: #acee33;
    z-index: 9;
}
.modal-footer {
    display: flex;
    justify-content: space-between;
    border: none !important;
    justify-content: space-between;
}

.modal-footer button:hover {
    border-top: 1px solid  #32f276;
    background-color: #32f276;
    box-shadow: 0 0 30px  #32f276;
}

/* Animation */
.fade-in-from-left {
  animation: fadeInLeft 1s ease forwards;
}

.fade-in-from-right {
  animation: fadeInRight 1s ease forwards;
}

/* Ключевые кадры */
@keyframes fadeInLeft {
  from {
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInRight {
  from {
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@media (max-width:768px){
    .modal-dialog {
        width: 90%;
        margin-top: 10%;
        margin-left: auto;
        margin-right: auto;
    }
    .modal-footer img {
        width: 30px;

    }
    .modal-footer button{
        font-size: 14px;
    }
    .modal-content {

        padding: 20px 10px;

    }
    .modal-footer button {
        font-size: 13px;
        padding: 15px ;
    }
}
@media (max-width:370px){
    .modal-content {
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
    }
    .modal-footer button{
        font-size: 13px;
    }
}
