* {
    margin: 0;
    padding: 0;
    outline: none !important;
}
a, li{
    list-style: none !important;
    text-decoration: none !important;
}
html {
    scroll-behavior: smooth;
    margin: 0 !important;
}
/* Если JS нет — показываем все блоки */
html:not(.js) .grid_el_anim, html:not(.js) .grid_el_anim_left, html:not(.js) .grid_el_anim_right {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
    transition: none !important;
}
#wpadminbar{
    display: none !important;
}
body{
    background: #ffffff;
    overflow-y: auto;
}
body::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
body::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 4px;
}
body::-webkit-scrollbar-thumb {
    background-color: #7e6c6c;
    border-radius: 4px;
    border: 2px solid #7e6c6c;
}
.breadcrumbs span{
    color: black;
}
.wpcf7-spinner{
    display: none !important;
}
.wpcf7 form .wpcf7-response-output{
    width: fit-content;
    margin: 0;
}
#wpcf7-f38-o3 .wpcf7-response-output, #wpcf7-f90-o4 .wpcf7-response-output{
    color: white;
    margin-top: 5px;
}
.panel1 {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background: #ffffff;
    display: block;
}
#services{
    background-color: #fff;
    border-radius: 50px;

}
h1, h2, h3, h4, h5, h6{
    font-family: 'Bold';
    font-size: 30px;
    margin-bottom: 10px;
}
p, span, input, textarea{
    font-family: 'Medium';
    margin-bottom: 10px
}
a{
    font-family: 'Regular';
    font-size: 14px;
}
section{
    overflow: hidden;
    margin-bottom: 65px;
}
span{
    margin: 0;
}
.breadcrumbs span, .breadcrumbs{
    color: #A5A5A5;
    font-weight: 400;
}
.privacy-policy{
    display: none !important;
    font-size: 10px !important;
    font-weight: 400 !important;
    text-align: end !important;
    margin-top: 5px !important;
    margin: 0;
    color: #000;
}
.privacy-policy-a{
    color: #1b68bc !important;
}
#UpForm .content .content{
    text-align: center;
}
#UpForm .content .content h4{
    font-size: 30px;
    color: #212121;
}
#UpForm .content .content p{
    font-size: 18px;
    color: #212121;
}
#UpForm .input-form p{
    width: 100%;
    display: flex;
    flex-direction: column;
}
#UpForm .input-form p input{
    width: 94%;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #f0f4ff;
    border: none;
    background: #f0f4ff;
    font-size: 16px;
}
#UpForm .input-form p .send-form{
    background: rgb(90 48 251);
    color: white;
    cursor: pointer;
    border: none;
    margin: 0;
    transition: .3s ease-in-out;
    width: 100%;
}
#UpForm .input-form p .send-form:hover{
    background: rgb(71, 39, 202);
    transform: scale(1.02);
}
#UpForm .input-form p .send-form:active{
    transform: scale(1);
}
#UpForm .wpcf7-response-output{
    color: black;
}
.input-form p .send-title1, .input-form p .send-title, .input-form p .send-title2{
    display: none;
}
.input-form .send-form{
    height: fit-content !important;
}
.wpcf7-acceptance label{
    display: inline;
    line-height: 1;
    font-size: 12px;
}
.wpcf7-acceptance input{
    width: 15px !important;
    height: 15px !important;
    margin-bottom: 0px !important;
    display: inline !important;
}
.wpcf7-acceptance .wpcf7-list-item{
    display: inline;
}






.container {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}
@media (min-width: 360px) {
    .container {
        max-width: 450px;
    }
}
@media (min-width: 450px) {
    .container {
        max-width: 568px;
    }
}
@media (min-width: 568px) {
    .container {
        max-width: 768px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 1024px;
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1320px;
    }
}
@media (min-width: 1440px) {
    .container {
        max-width: 1420px;
    }
}