*, *::before, *::after {
    margin: 0;
    padding: 0;
    outline: none !important;
    box-sizing: border-box;
}
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;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Bold';
    font-size: 30px;
    margin-bottom: 10px;
}
p, input, textarea{
    font-family: 'Medium';
    margin-bottom: 10px
}
a{
    font-family: 'Regular';
    font-size: 14px;
}
section{
    overflow: hidden;
}
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;
}
img{
    width: 100%;
}
.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: 100%;
    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;
}
.ticker-wrapper {
  width: 100%;
  overflow: hidden;
  background: #111;
  color: #fff;
  padding: 10px 0;
  position: relative;
}
.ticker {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  animation: tickerMove 15s linear infinite;
}