/*
Theme Name: mlr
Description: Theme WP for MLR
*/


/* Theme WP/mlr/style.css */

.form-wrap form{
    width: 570px;
    margin: 16px auto 0;
    background-color: #E9DACE;
}
.form-wrap input{
    width: 100%;
    margin-bottom: 8px;
    text-align: center;
    font-size: 18px;
    color: #434341;
    font-weight: 700;
    padding: 17px;
    border: 0.5px solid rgba(67, 67, 65, 0.5);
    border-radius: 50px;
    background-color: #E9DACE;
}
.form-wrap textarea{
    width: 100%;
    margin-bottom: 8px;
    font-size: 18px;
    color: #434341;
    font-weight: 700;
    border: 0.5px solid rgba(67, 67, 65, 0.5);
    border-radius: 20px;
    background-color: #E9DACE;
    padding: 17px;
}
::placeholder {
    color: #434341;
    font-weight: 300;
    font-size: 18px;
    opacity: 0.5;
    text-align: center;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #434341;
    font-weight: 300;
    font-size: 18px;
    opacity: 0.5;
    font-family: Montserrat, sans-serif;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #434341;
    font-weight: 300;
    font-size: 18px;
    opacity: 0.5;
    font-family: Montserrat, sans-serif;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #434341;
    font-weight: 300;
    font-size: 18px;
    opacity: 0.5;
    font-family: Montserrat, sans-serif;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #434341;
    font-weight: 300;
    font-size: 18px;
    opacity: 0.5;
    font-family: Montserrat, sans-serif;
}
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    border-color: inherit;
}
.wpcf7-not-valid-tip {
    padding-left: 55px;
    color: #ed0131;
    font-size: 12px;
    font-weight: 300;
    display: block;
    margin-bottom: 12px;
}
.form-wrap input.wpcf7-not-valid{
    border:0.5px solid #ed0131;
}
/*.wpcf7-response-output{*/
/*    display: none !important;*/
/*}*/
.form-wrap .wpcf7-spinner {
    margin: 18px 0 0 10px;
    /*position: absolute;*/
}
.form-wrap input.wpcf7-submit{
    background-color: #434341;
    color: #E9DACE;
    font-weight: 800;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.form-wrap input.wpcf7-submit:hover{
    cursor: pointer;
    background-color: #252525;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.algorithm-section.algorithm-page .title-section br {
    display: block;
}
.algorithm-page .title-section .line-text {
    padding: 0 32px;
}
.form-section{
    padding-bottom: 80px;
}
.facebook-contact{
    width: fit-content;
}
@media (max-width: 580px) {
    .form-section{
        padding-bottom: 40px;
    }
    .form-wrap form {
        width: 100%;
        max-width: unset;
    }
    .form-wrap input {
        text-align: left;
        padding: 17px 32px;
    }
    .form-wrap input[type="submit"] {
        text-align: center;
        margin-bottom: 0;
    }
    .form-wrap textarea {
        padding: 17px 32px;
    }
    ::placeholder {
        text-align: left;
    }
}

.languages{
    position: relative;
    cursor: pointer;
}
.lang-dropdown{
    position: absolute;
    left: 13px;
    top: 26px;
    opacity: 0;
    visibility: hidden;
    border: 0.5px solid rgba(67, 67, 65, 0.5);
    background-color: #E9DACE;
    padding: 3px 8px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	z-index: 1;
	height: fit-content;
}
.lang-dropdown:after{
    position: absolute;
    left: 0;
    top: -10px;
    content: "";
    opacity: 0;
    width: 100%;
    height: 10px;
}
.lang-dropdown a.lang-item{
    margin-left: 0 !important;
    line-height: 0;
    margin-bottom: 5px;
}
.lang-dropdown a.lang-item:last-child{
    margin-bottom: 0;
}
.languages:hover .lang-dropdown{
    display: block;
    opacity: 1;
    visibility: visible;
}
.page-content{
    padding: 16px 0 32px;
}
.page-content h1{
    margin-bottom: 20px;
    font-size: 45px;
    font-weight: 500;
    color: #434341;
    text-align: center;
}
.page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6{
    margin: 12px 0;
}
.otgs-development-site-front-end{
    display: none !important;
}
.swiper-disabled {
    pointer-events: none !important;
    touch-action: none !important;
}

.header-mobile-phone{
    display: none;
}

.arrow-up{
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 100;
    cursor: pointer;
}
@media (max-width: 992px) {
    .arrow-up{
        bottom: 10px;
        right: 10px;
    }
}
@media (max-width: 992px) {
    .lang-dropdown {
        left: -5px;
        bottom: -30px;
    }
    .header-mobile-phone{
        display: block;
    }
    .header-mobile-phone a{
        font-weight: 700;
        font-size: 14px;
        color: #434341;
    }
}