.helpcrunch-iframe-wrapper iframe{
    z-index: 499!important;
}
.KeyCRM-toggleButtonContainer button {
    width: 60px;
    height: 60px;
}
.KeyCRM-toggleButtonContainer button svg {
    width: 31px;
    height: 32px;
}
.v-button {
    width: 60px;
    height: 60px;
    transition: none;
    display: flex;
    margin: 7px;
    position: relative;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-shrink: 0;
    order: 2;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
    position: relative;
    z-index: 200;
    display: block;
    border: 0
}
.v-button:hover {
    box-shadow: rgb(0 0 0 / 70%) 2px 2px 11px
}
.open_messenger img,
.v-button a {
    width: 50px;
    height: 50px;
}
.open_messenger {
    background-color: #3e3b3b !important;
    animation: pulse 2s infinite
}
.open_messenger:hover {
    animation: none
}
.v-button a {
    display: inline-block
}
.footer-new {
    max-width: 1300px;
    margin: 100px auto 62px;
    background-color: #ffd749;
    border-radius: 20px;
    padding: 40px 40px 31px;
    font-family: "Raleway", sans-serif;
    font-style: normal;
    line-height: normal;
    font-variant-numeric: lining-nums;
    color: #000000;
}
.footer-new-business {
    background-color: #000000;
}
.footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 50px;
}
.footer-wrap__meta {
    width: 100%;
    max-width: 277px;
}
.footer-wrap__nav {
    width: 100%;
    max-width: 400px;
    margin: 0 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.footer-wrap__nav a {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    cursor: pointer;
    flex: 1 1 calc(50% - 11px);
    max-width: calc(50% - 11px);
}
.footer-new-business .footer-wrap__nav a {
    color: #fff;
}
.footer-wrap__nav a span {
    position: relative;
}
.footer-wrap__contacts {
    width: 100%;
    max-width: 333px;
}
.footer-wrap__meta--logo {
    display: block;
}
.footer-wrap__meta--logo img {
    max-width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-wrap__meta--socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 47px;
}
.footer-wrap__meta--socials .item {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 20px;
    border: solid 2px #000;
    background-color: #ffd749;
    -webkit-transition: .3s;
    transition: .3s;
}
.footer-new-business .footer-wrap__meta--socials .item {
    background-color: #ffffff;
}
.footer-wrap__meta--socials .item:hover {
    background-color: #000000;
}
.footer-wrap__meta--socials .item svg * {
    -webkit-transition: .3s;
    transition: .3s;
}
.footer-wrap__meta--socials .item:hover svg * {
    fill: #fff;
}
.footer-new-business .footer-wrap__meta--socials .item:hover svg * {
    fill: #000000;
}
.footer-new-business .footer-wrap__meta--socials .item:hover svg path {
    fill: #ffffff;
}
.footer-wrap__contacts .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}
.footer-wrap__contacts .item svg {
    margin-right: 10px;
}
.footer-wrap__contacts .item-title {
    width: 100%;
    max-width: calc(100% - 43px);
    font-size: 14px;
}
.footer-new-business .footer-wrap__contacts .item-title {
    color: #fff;
}
.footer-wrap__contacts .item-title p {
    display: block;
}
.footer-wrap__contacts a {
    font-size: 14px;
    color: #000000;
    position: relative;
    font-weight: 400;
}
.footer-new-business .footer-wrap__contacts a {
    color: #ffffff;
}
.footer-bottom__nav {
    width: 100%;
    max-width: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-bottom__nav a {
    margin-right: 40px;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    position: relative;
    cursor: pointer;
    font-weight: 400;
}
.footer-bottom__nav button {
    margin-right: 10px;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    position: relative;
    cursor: pointer;
    font-weight: 400;
}
.footer-new-business .footer-bottom__nav a,
.footer-new-business .footer-bottom__nav button {
    color: #fff;
}
.footer-bottom__nav a::after,
.footer-bottom__nav button::after,
.footer-wrap__nav a span::after,
.footer-wrap__contacts a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .3s;
    transition: .3s;
}
.footer-new-business .footer-bottom__nav a::after,
.footer-new-business .footer-bottom__nav button::after,
.footer-new-business .footer-wrap__nav a span::after,
.footer-new-business .footer-wrap__contacts a::after {
    background-color: #fff;
}
.footer-bottom__nav a:hover::after,
.footer-bottom__nav button:hover::after,
.footer-wrap__nav a:hover span::after,
.footer-wrap__contacts a:hover::after {
    width: 100%;
}
.footer-bottom__pay {
    max-width: 309px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.footer-bottom__pay a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: transform 0.3s ease-out;
}
.footer-bottom__pay a:hover {
    transform: scale(1.06);
}
.v-menu {
    position: fixed;
    left: 65px;
    bottom: 25px;
    z-index: 100;
    text-align: -webkit-right;
}
.wrapper_messenger {
    display: none;
}
.wrapper_messenger.active {
    animation: 0.5s show ease;
    display: block;
}
.telegram {
    background-color: #08c !important
}
.facebook {
    background-color: #0084ff !important
}
.viber {
    background-color: #7b519d !important
}
.whatsapp {
    background-color: #4dc247 !important
}
.banner-cookie {
   position: fixed;
   max-width: 900px;
   width: 100%;
   bottom: 20px;
   left: 50%;
   transform: translateX(-50%);
   border: 2px solid #ffd749;
   background: #ffffff;
   color: #000000;
   padding: 12px 20px;
   border-radius: 8px;
   box-shadow: 0 4px 10px rgba(0,0,0,.2);
   display: flex!important;
   flex-direction: column;
   align-items: center;
   font-size: 14px;
   opacity: 0;
   visibility: hidden;
   transition: opacity .5s,visibility .5s;
   z-index: 99999;
}
.banner-cookie.active {
   opacity: 1;
   visibility: visible;
}
.banner-cookie .text-cookie {
   font-family: "Inter", sans-serif;
   font-style: normal;
   line-height: normal;
   font-weight: 400;
   color: #000000;
   font-variant-numeric: lining-nums proportional-nums;
   width: 100%;
   margin-bottom: 30px;
}
.banner-cookie .text-cookie h6 {
   font-size: 16px;
   font-weight: 700;
   margin-bottom: 20px;
}
.banner-cookie .text-cookie p {
   font-size: 14px;
   line-height: 20px;
   font-weight: 500;
}
.banner-cookie .text-cookie a {
   font-size: 12px;
   line-height: 18px;
   font-weight: 600;
   color: #ffbe2e;
   cursor: pointer;
   transition: color 0.3s ease-out;
   width: fit-content;
}
.banner-cookie .text-cookie a:hover {
   color: #000000;
}
.banner-cookie .buttons-wrapper {
   width: 100%;
   display: flex;
   align-items: center;
   gap: 20px;
   flex-wrap: wrap;
}
.banner-cookie .buttons-wrapper .btn-cookie {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   text-align: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   padding: 9px 19px;
   background: 0 0;
   font-size: 14px;
   line-height: 21px;
   font-weight: 700;
   border-radius: 25px;
   -webkit-transition: .3s;
   transition: .3s;
   cursor: pointer;
   font-family: "Raleway", sans-serif;
   flex: 1 1 calc(40% - 14px);
   max-width: calc(40% - 14px);
}
.banner-cookie .buttons-wrapper .btn-cookie.btn-reject {
   border: solid 1px #da2c38;
   background-color: #ffffff;
   color: #da2c38;
   flex: 1 1 calc(20% - 14px);
   max-width: calc(20% - 14px);
}
.banner-cookie .buttons-wrapper .btn-cookie.btn-option {
    border: solid 1px #da2c38;
   background-color: #ffffff;
   color: #da2c38;
}
.banner-cookie .buttons-wrapper .btn-cookie.btn-reject:hover,
.banner-cookie .buttons-wrapper .btn-cookie.btn-option:hover {
   background-color: #ffffff;
   color: #000000;
}
.banner-cookie .buttons-wrapper .btn-cookie.btn-accept,
.banner-cookie .buttons-wrapper .btn-cookie.btn-accept-options {
   border: 1px solid #da2c38;
   background-color: #da2c38;
   color: #ffffff;
}
.banner-cookie .buttons-wrapper .btn-cookie.btn-accept,
.banner-cookie .buttons-wrapper .btn-cookie.btn-accept-options {
   display: none;
}
.banner-cookie .buttons-wrapper .btn-cookie.btn-accept:hover,
.banner-cookie .buttons-wrapper .btn-cookie.btn-accept-options:hover {
   color: #000000;
}
.banner-cookie .buttons-wrapper .btn-cookie.btn-accept.active,
.banner-cookie .buttons-wrapper .btn-cookie.btn-accept-options.active {
   display: flex;
}
.banner-cookie .options-wrapper {
   background-color: #efefef;
   padding: 0px;
   max-height: 0px;
   margin-bottom: 0px;
   border-radius: 20px;
   overflow: hidden;
   transition: all 0.3s ease-out;
}
.banner-cookie .options-wrapper.active {
   padding: 10px;
   max-height: 600px;
   margin-bottom: 30px;
}
.banner-cookie .options-wrapper .inline-switcher {
   width: 100%;
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: space-between;
   margin-bottom: 16px;
}
.banner-cookie .options-wrapper .inline-switcher:last-child {
   margin-bottom: 0;
}
.banner-cookie .options-wrapper .inline-switcher .switcher-label {
   color: #000000;
   font-family: "Inter", sans-serif;
   font-size: 14px;
   font-weight: 400;
   line-height: 21px;
   flex: 1 1 calc(100% - 100px);
   max-width: calc(100% - 100px);
}
.banner-cookie .options-wrapper .inline-switcher .switcher-label strong {
   font-size: 16px;
}
.banner-cookie .options-wrapper .inline-switcher .toggle-switch {
   display: flex;
   align-items: center;
   gap: 10px;
}
.banner-cookie .options-wrapper .inline-switcher .toggle-switch input[type="checkbox"] {
   display: none;
}
.banner-cookie .options-wrapper .inline-switcher .toggle-switch label {
   display: inline-block;
   width: 64px;
   height: 32px;
   background-color: #f0f0f0;
   border: 1px solid #8d8d8d;
   border-radius: 18px;
   position: relative;
   cursor: pointer;
   transition: background-color .3s;
}
.banner-cookie .options-wrapper .inline-switcher .toggle-switch label::before {
   content: '';
   position: absolute;
   top: 50%;
   left: 5px;
   width: 22px;
   height: 22px;
   background-color: #757575;
   border-radius: 50%;
   transform: translateY(-50%);
   transition: transform .3s ease-out , background-color .3s ease-out;
}
.banner-cookie .options-wrapper .inline-switcher .toggle-switch input:checked+label {
   background-color: #ffd749;
}
.banner-cookie .options-wrapper .inline-switcher .toggle-switch input:checked+label::before {
   transform: translate(32px,-50%);
   background-color: #fff;
}
.banner-links-wrapper {
   display: flex;
   flex-direction: column;
}

@media (max-width: 1100px) {
    .footer-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .footer-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .footer-wrap__nav {
        max-width: 100%;
        width: 100%;
        margin: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        align-items: flex-start;
    }
    .footer-wrap__contacts {
        width: 100%;
        margin: 40px 0;
        max-width: 100%;
    }
    .footer-bottom__nav {
        margin-bottom: 40px;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .v-button {
        width: 50px;
        height: 50px;
    }
    .open_messenger img,
    .v-button a {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 600px) {
    .KeyCRM-toggleButtonContainer button {
        width: 50px;
        height: 50px;
    }
    .KeyCRM-toggleButtonContainer button svg {
        width: 22px;
        height: 23px;
    }
}

@media (max-width: 560px) {
    .banner-cookie .options-wrapper.active {
       max-height: 700px;
    }
    .banner-cookie .options-wrapper .inline-switcher .switcher-label {
       font-size: 10px;
       line-height: 14px;
       flex: 1 1 calc(100% - 70px);
       max-width: calc(100% - 70px);
    }
    .banner-cookie .options-wrapper .inline-switcher .switcher-label strong {
       font-size: 12px;
    }
    .banner-cookie .options-wrapper.active {
       margin-bottom: 20px;
    }
    .banner-cookie .options-wrapper .inline-switcher .toggle-switch label {
       width: 50px;
       height: 20px;
    }
    .banner-cookie .options-wrapper .inline-switcher .toggle-switch label::before {
       left: 2px;
       width: 14px;
       height: 14px;
    }
    .banner-cookie .options-wrapper .inline-switcher .toggle-switch input:checked+label::before {
       transform: translate(30px, -50%);
    }
}

@media (max-width: 550px) {
    .footer-new {
        margin: 40px 10px 10px;
        border-radius: 20px;
        padding: 25px 12px;
    }
    .footer-wrap__meta--logo {
        max-width: 150px;
    }
    .footer-wrap__meta--socials {
        margin-top: 31px;
    }
    .footer-wrap__meta--socials .item {
        width: 33px;
        height: 33px;
        margin-right: 10px;
        border-width: 1px;
    }
    .footer-wrap__meta--socials .item svg {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
    }
    .footer-wrap__nav a {
        font-size: 12px;
    }
    .footer-bottom__pay {
        max-width: 100%;
        flex-wrap: wrap;
    }
}

@media (max-width: 500px) {
    .banner-cookie .buttons-wrapper {
       gap: 10px;
    }
    .banner-cookie .buttons-wrapper .btn-cookie.btn-reject,
    .banner-cookie .buttons-wrapper .btn-cookie.btn-option {
       flex: 1 1 calc(50% - 7px);
       max-width: calc(50% - 7px);
    }
    .banner-cookie .buttons-wrapper .btn-cookie.btn-accept,
    .banner-cookie .buttons-wrapper .btn-cookie.btn-accept-options {
       flex: 1 1 100%;
       max-width: 100%;
    }
    .banner-cookie .text-cookie {
       margin-bottom: 20px;
    }
    .banner-cookie .text-cookie h6 {
       font-size: 12px;
       margin-bottom: 10px;
    }
    .banner-cookie .text-cookie p,
    .banner-cookie .text-cookie a {
       font-size: 10px;
       line-height: 14px;
    }
    .banner-cookie .buttons-wrapper .btn-cookie {
       font-size: 10px;
       line-height: 10px;
    }
}

@media(max-width:480px) {
    .v-menu {
        left: 20px;
        bottom: 20px
    }
}