*, *::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, 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;
}
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;
}





@keyframes linear-bg-bt {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
@keyframes movingFlare {
    0% {
      left: -30px;
      margin-left: 0px;
    }
    30% {
      left: 110%;
      margin-left: 80px;
    }
    100% {
      left: 110%;
      margin-left: 80px;
    }
}
@keyframes tickerMove {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}





.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: 1280px;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1440px;
    }
}
@media (min-width: 1440px) {
    .container {
        max-width: 1420px;
    }
}

@media (max-width: 1024px) {
    /*Toggler-menu*/
    #PC-header{
        display: none;
    }    
    #menuToggle
    {
    display: block;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 15;
    left: 0px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    background: rgb(255 255 255 / 82%);
}
    #menuToggle input
    {
    display: block;
    width: 50px;
    height: 41px;
    position: absolute;
    top: -7px;
    left: -5px;
    
    cursor: pointer;
    
    opacity: 0; /* hide this */
    z-index: 17; /* and place it over the hamburger */
    
    -webkit-touch-callout: none;
    }

    #menuToggle .class_menu{
        position: fixed;
        top: 25px;
        right: 20px;
    }
    /*
    * Just a quick hamburger
    */
    #menuToggle span
    {
    display: block;
    width: 40px;
    height: 4px;
    margin-bottom: 7px;
    position: relative;
    
    background: #fc6938 ;
    
    z-index: 16;
    
    transform-origin: 4px 0px;
    
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
    }

    #menuToggle span:first-child
    {
    transform-origin: 0% 0%;
    }
    #menuToggle span:nth-last-child(2)
    {
    transform-origin: 0% 100%;
    }
    #menuToggle input:checked ~ span
    {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
    }
    #menuToggle input:checked ~ span:nth-last-child(3)
    {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
    }
    #menuToggle input:checked ~ span:nth-last-child(2)
    {
    transform: rotate(-45deg) translate(0, -1px);
    }
    #overlay{
        position: absolute;
    width: 100vw;
    height: 100vh;
    margin: -100px 0 0 55px;
    padding: 50px;
    padding-top: 125px;
    z-index: 14;
    background: #FFFFFF;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }
    #overlay li > a{
        text-align: right;
        width: 100%;
        display: block;
        font-size: 20px;
        font-family: 'Inter_medium' sans-serif;
        margin-bottom: 10px;
        color: black;
    }
    #overlay a.header-cta{
        margin: auto;
        margin-bottom: 15px;
    }
    .main-navigation{
        margin-bottom: 70%;
    }
    #overlay a.mob-link{
        width: 100%;
        display: block;
    }
    #menuToggle input:checked ~ #overlay
    {
    transform: translate(calc(30px - 100%), 0);
    }
    #menuToggle .content{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 15px;
        width: 70%;
        padding: 15px 0;
    }
    #shapka .fortochka_cont, #shapka .fortochka, #shapka .shapka_content{
        height: 88vh;
    }
    #menuToggle .mobilemob .logo{
        display: flex;
        align-items: center;
        width: 110px;
    }
    #menuToggle .mobilemob .logo img{
        width: 100%;
        height: max-content;
        background: black;
    }
    #menuToggle .content{
        justify-content: space-around;
    }
}