/*Обнуление*/
* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,
* :before,
* :after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    scroll-behavior: smooth;
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
    background: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

input::placeholder {
    color: #6c757d;
}

button {
    font-weight: 600;
    line-height: 24px;
    font-size: 20px;
    color: white;
}

.h1,
h1 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 38px;
    line-height: 50px;
}

.h2,
h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
}

.h3,
h3 {
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
}

.h4,
h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

.h5,
h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.main-content {
    margin-top: 50px;
    flex-grow: 1;
}

.main-content h1 {
    color: #E30713;
    padding-bottom: 30px;
}

.all-content__container {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menu-burger {
    display: none;
}

.cross__menu-burger {
    width: calc(20px + (30 - 20) * ((100vw - 300px) / (1024 - 300)));
    height: auto;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.title__picture-bacground {
    pointer-events: none;
    position: absolute;
    width: 470px;
    height: 360px;
}

.title__picture {
    left: -10px;
    top: -10px;
    position: relative;
    width: 470px;
    height: 360px;
    pointer-events: none;
}

.menu-burger-container {
    display: none;
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.3;
    transition: .3s ease;
}

.hover-tooltip {
    position: absolute;
    top: 110px;
    left: calc(450px + (790 - 450) * ((100vw - 1280px) / (1920 - 1280)));
    width: calc(780px + (900 - 780) * ((100vw - 1280px) / (1920 - 1280)));
}

#hover-tooltip {
    z-index: 100;
    padding: 30px;
    position: absolute;
    width: 100%;
    background: white;
    border-radius: 32px;
    box-shadow: 0px 2px 20px rgb(7 55 227 / 20%);
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
}

.tooltip__show {
    transition: .3s ease;
    opacity: 1 !important;
    visibility: visible !important;
}

#hover-tooltip h5 {
    font-size: 13px;
    line-height: 15px;
}

#hover-tooltip h6 {
    font-size: 13px;
    margin-top: 10px;
    line-height: 17px;
}

#hover-tooltip h4 {
    font-weight: 400;
    margin-top: 15px;
    font-size: 13px;
    line-height: 17px;
}

#hover-tooltip h4 span {
    font-weight: 600;
    color: black;
}

#hover-tooltip h2 {
    font-size: calc(19px + (20 - 19) * ((100vw - 1280px) / (1920 - 1280)));
    padding-bottom: 10px;
    color: #E30713;
    ;
}

.hover-get-kp {
    position: absolute;
    top: 0px;
    left: calc(210px + (790 - 450) * ((100vw - 1280px) / (1920 - 1280)));
    width: 404px;
}

@media (max-width: 1502px) {
    .hover-get-kp {
        left: calc(240px + (790 - 450) * ((100vw - 1280px) / (1920 - 1280)));
    }
}

@media (max-width: 1245px) {
    .hover-get-kp {
        left: calc(260px + (790 - 450) * ((100vw - 1280px) / (1920 - 1280)));
    }
}

@media (max-width: 1125px) {
    .hover-get-kp {
        left: calc(320px + (790 - 450) * ((100vw - 1280px) / (1920 - 1280)));
    }
}

#hover-get-kp {
    z-index: 100;
    padding: 30px;
    position: absolute;
    width: 100%;
    background: white;
    border-radius: 32px;
    box-shadow: 0px 2px 20px rgb(7 55 227 / 20%);
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
}

#hover-get-kp h5 {
    font-size: 13px;
    line-height: 15px;
}

#hover-get-kp h6 {
    font-size: 13px;
    margin-top: 10px;
    line-height: 17px;
}

#hover-get-kp h4 {
    font-weight: 400;
    margin-top: 15px;
    font-size: 13px;
    line-height: 17px;
}

#hover-get-kp h4 span {
    font-weight: 600;
    color: black;
}

#hover-get-kp h2 {
    font-size: calc(19px + (20 - 19) * ((100vw - 1280px) / (1920 - 1280)));
    padding-bottom: 10px;
    color: #E30713;
    ;
}

#gallery {
    width: 80%;
    height: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 30px 30px;
}

.gallery-content {
    overflow-x: hidden;
    overflow-y: scroll;
    width: 80%;
    text-align: center;
}

.gallery-content img {
    width: 100%;
}

#gallery button {
    margin-top: 0;
    background: none;
    height: auto;
    transition: 0.3s;
}

#gallery button:hover {
    background-color: #6c757d69;
    transition: 0.3s;
}

#gallery button img {
    width: 56px;
}

.main-content-comtainer {
    padding-bottom: 50px;
    line-height: 1.35;
}
.main-content-comtainer p:not(:last-child) {
    margin-bottom: 10px;
}

.block-bisness__text {
    display: flex;
    width: 635px;
}

@media (min-width: 1281px) {
    .block-bisness__text {
        width: 670px;
        padding-right: 115px;
    }
}

.block-bisness__text h4 {
    width: 100% !important;
}

.block-bisness__text a {
    text-decoration: underline;
    white-space: nowrap;
    font-size: 15px;
    color: #72757e;
    transition: .15s ease;
}

.block-bisness__text a:hover {
    color: #E30713;
    transition: .15s ease;
}

.all_tarif_link {
    color: #E30713 !important;
    font-size: 16px !important;
    text-decoration: underline !important;
}

.all_tarif_link * {
    color: #E30713 !important;
}

.all_tarif_link:hover {
    color: #0737E3 !important;
}

.all_tarif_link:hover * {
    color: #0737E3 !important;
}

@media (max-width: 841px) {
    .all_tarif_link {
        display: none !important;
    }
}

.flower-grey-color {
    pointer-events: none;
    position: absolute;
    top: 500px;
    opacity: 0;
}

.header__red-block {
    height: 52px;
    background: #E30713;
    width: 100%;
    margin-top: 5px;
    display: flex;
}

.header__red-block h2 {
    font-size: 16px;
    line-height: 24px;
    color: white;
    cursor: pointer;
}

.header__red-block-text {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.red-button {
    white-space: nowrap;
    z-index: 53;
    background: #E30713;
    border-radius: 0px 30px 30px 30px;
    transition: .2s ease;
    height: 56px;
    padding: 0 30px;
}

.red-button:hover {
    background: #0737E3;
    transition: .2s ease;
}

.red-button__active {
    background: none !important;
    border: 1px solid #0737E3;
    color: #0737E3;
    transition: .2s ease;
}

.text__link {
    text-decoration: underline;
    color: #E30713;
    transition: .2s ease;
    cursor: pointer;
}

.text__link:hover {
    color: #0737E3;
    transition: .2s ease;
}

.text__link:hover {
    color: #0737E3;
    transition: .2s ease;
}

.text__link__active {
    text-decoration: none;
    color: #0737E3;
}

.header__button {
    height: 53px;
    width: 203px;
    font-size: 18px;
    margin-top: auto;
    margin-bottom: auto;
    color: #E30713;
    background-image: url(svg/header__button-red-new.svg);
    border-radius: 0px 30px 30px 30px;
    transition: .2s ease;
}

.header__button:hover {
    background-image: url(svg/header__button-blue-new.svg);
    color: #0737E3;
    transition: .2s ease;
}

.header__button__active {
    background-image: none !important;
    border: 1px solid #0737E3;
    color: #0737E3;
    transition: .2s ease;
}

.portfolio-container {
    height: 850px;
}

@media (max-width: 1203px) {
    .portfolio-container {
        height: 1180px;
    }
}

@media (max-width: 804px) {
    .portfolio-container {
        height: 2150px;
    }
}

.portfolio__button {
    visibility: hidden;
    height: 53px;
    width: 330px;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: auto;
    color: #e3071200;
    background-image: url(svg/button_portfolio_red.svg);
    border-radius: 0px 30px 30px 30px;
    transition: .3s ease;
}

.portfolio__button:hover {
    background-image: url(svg/button-portfolio_blue.svg);
    color: #0737E3 !important;
    transition: .2s ease;
}

#fixed-menu {
    position: fixed;
    width: 100%;
    /* top: -200px; */
    top: 0;
    z-index: 99;
    background: white;
    transition: .4s ease;
}
@media (min-width: 1025px) {
    body {
        padding-top: 50px;
    }
}

.fixed {
    top: 0 !important;
    transition: .4s ease;
}

.container {
    width: 1180px;
    margin-right: auto;
    margin-left: auto;
}

.header {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    overflow: hidden;
}

.img__logo {
    height: 70px;
    cursor: pointer;
    margin-right: 10px;
}

.header__messanger {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.header__messanger a h5 {
    font-weight: 700;
    color: #E30713;
    margin-left: 12px;
}

.header__messanger-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.header__messanger-mobile a h5 {
    font-weight: 600;
    margin-top: 20px;
    color: black;
}

.img__header {
    width: 30px;
    height: 30px;
    cursor: pointer;
    pointer-events: none;
}

.header__telegram,
.header__whatsapp {
    background-image: url("svg/header-ellipse.svg");
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.fixed-messanger {
    background-image: none;
}

.header__whatsapp {
    margin-left: 5px;
}

.img__punct {
    width: 20px;
    height: 20px;
    pointer-events: none;
}

.img__punct-180 {
    transform: rotate(180deg);
    transition: .3s ease;
}

.header__text-block {
    display: flex;
    align-items: center;
    padding-right: 45px;
}

.header__text-block h5 {
    padding-left: 10px;
}

span {
    color: #E30713;
}

.title {
    
}

.title_container {
    width: 670px;
}

.title h1 {
    color: #E30713;
}

.title h2 {
font-weight: 500;
}

.title h4 {
font-weight: 500;
}

.sub-title {
    padding-top: 20px;
    display: flex;
}

.sub-title h4 {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.sub-title div h4 {
    margin-right: 0;
    cursor: pointer;
}

.red__key {
    cursor: pointer;
    background: #E30713;
    height: 34px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 0 5px;
    color: white;
}

.img__question {
    width: 30px;
    height: 30px;
    pointer-events: none;
}

.title__button {
    border-radius: 30px 30px 0px 30px;
}

.sub-title__button {
    display: flex;
    padding-top: 65px;
}

.sub-title__button h5 {
    font-size: 18px;
    padding-left: 20px;
    font-weight: 600;
}

.sub-title__button-container {
    display: flex;
    align-items: center;
}

.title__main-picture-container {
    width: 470px;
    height: 360px;
    margin-top: 50px;
}

.title__main-picture {
    top: -370px;
    position: relative;
    width: 470px;
    height: 360px;
    margin-left: -10px;
    margin-top: -10px;
    display: flex;
    justify-content: flex-end;
}

.title__main-picture__surprice {
    background: white;
    opacity: 90%;
    padding: 20px;
    width: 200px;
    height: 200px;
    border-radius: 30px 30px 30px 0;
    margin-right: 10px;
    margin-top: 20px;
}

.title__present {
    display: flex;
    padding-top: 10px;
    justify-content: center;
    align-items: center;
}

.title__present h2 {
    font-size: 16px;
}

.title__main-picture__surprice h5 span {
    color: #0737E3;
}

.title__main-picture__surprice h5 {
    text-align: center;
}

.img__gift1 {
    pointer-events: none;
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

.img__punct__title img {
    position: relative;
    margin-top: 205px;
    margin-right: -12px;
    z-index: 20;
}



.block-instruments__link {
    margin-top: 15px;
    display: block;
    width: max-content;
    margin-left: auto;
	color: #E30713;
	font-weight: 700;
    transition: color .2s ease;
}

.block-instruments__link:hover {
    color: #0737E3;
}



.block-instruments__item_two {
    margin-top: -40px;
}

.block-instruments__item_two .block-instruments__item {
    margin-top: 0;
}

.block-instruments__item {
    margin-top: 45px;
}

.block-instruments__item h4 {
    padding-top: 20px;
}

.block-instruments__item h5 {
    padding-top: 20px;
}

.block__title-container {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    padding-top: 120px;
}

.block__subtitle {
    padding-top: 45px;
}

.black__span span {
    font-weight: 600;
    color: black;
}

.empty__span span {
    font-weight: 400;
    color: black;
}

.block-instruments__title {
    padding-top: 50px;
}

.block-sait__item {
    margin-top: 40px;
    padding: 30px 30px 50px;
    width: 370px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgba(7, 55, 227, 0.2);
    border-radius: 0px 30px 30px 30px;
}

.block-sait__item h5 {
    padding-top: 20px;
}

.block-sait__item span {
    font-weight: 600;
}

.block__title-container h4 {
    width: 210px;
    padding-right: 10px;
}

.block__title-container h4,
.block__title-container h5 {
    max-width: 670px;
    width: 100%;
    font-weight: 400;
}

@media (max-width: 1521px) and (min-width: 1281px) {
   .block__title-container>h4,
   .block__title-container>h5 {
        max-width: 700px;
        padding-right: 115px;
    } 
}

.title__sub-button {
    display: flex;
    align-items: center;
    margin-left: 20px;
    gap: 30px;
    width: 100%;
    max-width: 550px;
    padding-right: 130px;
}
.title__sub-button .red-button {
    margin-left: auto;
}

.block__item {
    margin-top: 20px;
    background: #FFFFFF;
    padding: 30px;
    box-shadow: 0px 2px 20px rgba(7, 55, 227, 0.2);
    border-radius: 0px 30px 30px 30px;
}

.block__item__description {
    display: none;
}

.block-bisness__item {
    justify-content: space-between;
    display: flex;
    border-radius: 30px 30px 0px 30px;
}

.block-bisness__item h4 {
    width: 740px;
}

.block-portfolio__item {
    /* display: flex; */
    /* justify-content: space-between; */
    margin-top: 20px;
    background: #FFFFFF;
    padding: 20px;
    overflow: hidden;
    box-shadow: 0px 2px 20px rgba(7, 55, 227, 0.2);
    border-radius: 0px 30px 30px 30px;
    width: 370px;
    height: 310px;
    border-radius: 30px;
    transition: 0.3s;
    cursor: pointer;
}

.block-portfolio__item:hover {
    height: 370px;
    transition: 0.2s;
}

.block-portfolio__item:hover button {
    visibility: visible;
    color: #E30713;
}

.block-portfolio__item h4 {
    margin-top: 20px;
}

.block__item:first-child {
    margin-top: 40px;
}

.block__item img {
    width: 40px;
    height: 40px;
}

.img__punct_div {
    cursor: pointer;
    transition: .3s ease;
}

.img__punct_div2 {
    cursor: pointer;
    transition: .3s ease;
}

.block__item__description span {
    color: black;
    font-weight: 600;
}

.advertising h4 {
    width: 330px;
    display: flex;
    align-items: center;
}

.block__item h4:last-child {
    width: 200px;
}

.block__item .h5,
.block__item h5 {
    padding: 25px 0;
    font-size: 16px;
}

.digital__baner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 50;
}

.digital__baner a {
    text-decoration: underline;
    white-space: nowrap;
    font-size: 15px;
    color: #72757e;
    transition: .15s ease;
}

.digital__baner a:hover {
    color: #E30713;
    transition: .15s ease;
}

.digital__baner h5 {
    padding-bottom: 10px;
    max-width: 670px;
}

@media (min-width: 1281px) {
    
    .digital__baner>h5 {
        max-width: 800px;
        padding-right: 115px;
    }

}

.digital__baner h2 {
    margin-bottom: 10px;
}

#jGrowl {
    display: none !important;
}

.section-one__picture {
    height: 210px;
    display: flex;
    flex-direction: column;
    padding: 40px 0;
    background: #fce6e7;
    overflow: hidden;
}

.advice {
    background: #f1f1f1;
    padding-bottom: 60px;
    height: 270px;
    margin-top: 80px;
    margin-bottom: 80px;
}

.Vecor__images-container {
    height: 1px;
}

.Vecor__images {
    position: relative;
    left: -100px;
    top: -300px;
    width: 583px;
    height: 583px;
    pointer-events: none;
}

.Vecor__images2 {
    top: -130px;
    left: -80px;
}

.baner__container {
    width: 100%;
    height: 340px;
    background: #FCE6E7;
    border-radius: 30px;
    padding: 10px;
    padding-left: 70px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.baner__container h1 {
    width: 600px;
    padding-top: 30px;
}

.baner__container button {
    margin-top: 40px;
}

.baner__picture-container {
    width: 450px;
    height: 300px;
}

.baner__picture-bacground {
    position: absolute;
    width: 450px;
    height: 300px;
}

.baner__picture {
    z-index: 50;
    position: relative;
    width: 450px;
    height: 300px;
    margin-top: -10px;
    margin-left: -10px;
}

.portfolio__picture {
    z-index: 50;
    position: relative;
    width: 330px;
    height: 200px;
    border-radius: 20px;
}

.block__about-us {
    width: 370px;
    box-shadow: 0px 2px 20px rgba(7, 55, 227, 0.2);
    border-radius: 30px;
    background: #FFFFFF;
    padding: 30px 20px;
    display: flex;
    margin-top: 30px;
}

.block__about-us__container {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
}

.block__about-us img {
    width: 40px;
    height: 40px;
    pointer-events: none;
}

.block__about-us h4 {
    padding-left: 20px;
}

.block__people {
    justify-content: center;
    margin-top: 40px;
    display: flex;
    width: 100%;
    flex-wrap: wrap
}

.img__punct_big {
    width: 40px;
    height: 40px;
    pointer-events: none;
}

.block__instruments {
    box-shadow: 0px 2px 20px rgba(7, 55, 227, 0.2);
    border-radius: 30px;
}

.block__instruments-title {
    font-size: 16px;
    height: 72px;
}

.block__instruments_line {
    margin-top: 7px;
    margin-bottom: 7px;
    height: 1px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='red' stroke-width='3' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

.block__instruments_text h4 {
    margin-top: 40px;
    height: auto;
}

.block__instruments_text h5 {
    display: inline-block;
    padding-top: 10px;
}

.block__instruments_text h5 span {
    text-decoration: none;
}

.block__instruments img {
    margin-top: 12px;
    margin-right: 8px;
    width: 15px;
    height: auto;
}

.custom_ul li {
    display: flex;
    align-items: start;
}

.block__results {
    margin-top: 40px;
    padding: 30px 30px 10px 30px;
    height: 350px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgba(7, 55, 227, 0.2);
    border-radius: 0px 30px 30px 30px;
    box-shadow: 0px 2px 20px rgba(7, 55, 227, 0.2);
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
}

.block__results_body {
    width: 65%;
}

.block__results_line {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 1px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='gray' stroke-width='3' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

.block__results_content {
    display: flex;
    gap: 50px;
    height: 55%;
    position: relative;
    z-index: 1;
}

.block__results_content-mobile {
    visibility: hidden;
}

.block__results-title {
    font-size: 30px;
    line-height: normal;
}

.block__results_footer {
    background: #F1F1F1;
    border-radius: 10px;
    position: relative;
    height: 64px;
    top: -56px;
}

.block__results_text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
}

.block__results_text h4 {
    margin-bottom: 12px;
}

.block__results_text h5 {
    margin-bottom: 12px;
}

.block__results_text h5 span {
    text-decoration: none;
}

.block__results img {
    width: 330px;
    height: 290px;
}

.block__reviews {
    box-shadow: 0px 2px 20px rgba(7, 55, 227, 0.2);
    border-radius: 30px;
    padding: 40px 30px 50px;
}

.block__reviews img {
    pointer-events: none;
    width: 18px;
    height: 18px;
}

.footer-baner {
    width: 100%;
    height: 580px;
}

.footer-baner-container {
    position: relative;
    display: flex;
    justify-content: end;
    top: -550px;
}

.footer-baner__img-container {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.footer {
    padding: 50px 0;
    width: 100%;
    background: #FCE6E7;
    ;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.footer-baner__block {
    padding: 40px 20px;
    background: #FFFFFF;
    opacity: 0.9;
    border-radius: 30px;
    width: 370px;
}

.footer-baner__block button {
    margin-top: 40PX;
    border-radius: 30px 30px 0px 30px;
}

.footer-baner__block h5 {
    margin-top: 10px;
}

.footer__text-block {
    display: flex;
    padding-right: 45px;
}

.footer__text-block a h5 {
    font-weight: 600;
    margin-top: 20px;
    color: black;
}

.footer__text-block a:first-child h5 {
    margin-top: 0;
}

.footer__messanger {
    display: flex;
    flex-direction: column;
    padding-left: 40px;
}

.footer__aum-group {
    display: flex;
}

.footer__aum-group h4 {
    display: flex;
    text-transform: uppercase;
}

.footer__aum-group h5 {
    display: flex;
    margin-top: 10px;
}

.footer__aum-group a h5 {
    font-weight: 600;
    color: black;
    margin-top: 20px;
    display: none;
}

@media (max-width: 1024px) {
    .footer__aum-group a h5 {
        display: block;
    }
}

.img__logo-footer {
    width: 185px;
    height: 70px;
    cursor: pointer;
}

.footer__button {
    margin: 0;
}

.Vector__flower {
    width: 583px;
    height: 583px;
    position: absolute;
}

.flower-grey {
    top: 4750px;
    left: -200px;
    transform: matrix(-0.97, -0.26, 0.26, -0.97, 0, 0);
}

.flower-pink {
    top: 2600px;
    left: -250px;
}

.flower-buttom {
    top: 8750px;
    left: auto;
    right: -200px;
}

.Vector__grey {
    width: 583px;
    height: 583px;
    position: absolute;
    top: 500px;
    right: -210px;
}

.red__line {
    pointer-events: none;
    width: 820px;
    height: 40px;
    margin-top: 38px;
}

.red__line2 {
    pointer-events: none;
    margin-top: 38px;
    width: 1920px;
    height: 47px;
}

.block-instruments__item-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

a.anchor {
    display: block;
    position: relative;
    top: -130px;
    visibility: hidden;
}

#reklama-rassylka-v-messendzherah-telegramm-whatsapp,
#analiz-conversei {
    top: -200px;
}

.red__line-arrow {
    position: relative;
    top: 10px;
    width: 84px;
    height: 57px;
    pointer-events: none;
}

.red__line-arrow-footer {
    position: relative;
    top: 5px;
    right: -20px;
    width: 84px;
    height: 57px;
    pointer-events: none;
}

.red__lipist {
    position: relative;
    left: -195px;
    top: 25px;
    width: 20px;
    height: 20px;
    pointer-events: none;
}

#footer__messanger-mobile {
    display: none;
}

.popup {
    /*display: flex;*/
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
    visibility: hidden;
    z-index: 105;
    padding: 60px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    width: 800px;
    height: 560px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgba(7, 55, 227, 0.2);
    border-radius: 30px;
}

.popup-done {
    opacity: 1;
    visibility: visible;
}

.popup-done h1 {
    color: #E30713;
    margin-top: 15px;
}

.popup-done__img {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.d-none {
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
}

.popup__bacground {
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    background: black;
    z-index: 104;
    transition: .3s ease;
}

.popup input {
    -webkit-appearance: none;
    font-size: 20px;
    margin-top: 20px;
    padding: 0 30px;
    width: 640px;
    height: 66px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 20px rgba(7, 55, 227, 0.2);
    -moz-box-shadow: 0px 2px 20px rgba(7, 55, 227, 0.2);
    box-shadow: 0px 2px 20px rgba(7, 55, 227, 0.2);
    border-radius: 0px 30px 30px 30px;
}

.popup button {
    margin-top: 30px;
    /*width: 175px;*/
    height: 56px;
    background: #E30713;
    border-radius: 30px;
}

.popup h2 {
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 27px;
    line-height: 32px;
}

.popup h4 {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.1;
}

.show__popup {
    opacity: 1;
    visibility: visible;
    transition: .3s ease;
}

.to_know_all {
    cursor: pointer;
}

.seo_plahka {
    height: 580px;
}

.to_know_all-popup {
    height: 350px;

}

.show__popup-backgruond {
    opacity: 0.3;
    visibility: visible;
    transition: .3s ease;
}

.block-sait__title {
    height: auto;
}

.main__banner-one img {
    position: absolute;
    top: calc(220px + (170 - 220) * ((100vw - 1024px) / (1920 - 1024)));
    left: calc(700px + (1150 - 700) * ((100vw - 1024px) / (1920 - 1024)));
}

.block__title {
    font-weight: 600;
}

.error {
    box-shadow: 0px 2px 20px rgb(227 7 19 / 40%) !important;
}

#popup__bacground__sending {
    z-index: 200;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    display: none;
    opacity: 0.4;
}

._sending {
    display: block !important;
}

._message {
    display: none;
}

._message__active {}

.title__width {
    width: 500px;
}

#img__question-continer {
    cursor: pointer;
    background: none;
}

.footer__fast-menu {
    display: none;
    flex-wrap: wrap;
}

.footer__fast-menu h5 {
    margin-top: 40px;
    font-weight: 600;
    margin-right: 30px;
    color: black;
}

.footer__fast-menu h5:last-child {
    margin-left: 0;
}

.menu-mobile__button-container {
    display: none;
}

.show {
    display: block !important;
    transition: .3s ease;
}

.header__messanger__mobile-menu {
    display: none;
}

.main__banner-section {
    position: relative;
    height: auto;
    padding: 60px 0;
    margin-top: 120px;
}

.main__banner-one {
    display: block;
    text-align: center;
}

.main__banner-one h2 {
    margin-bottom: 20px;
}

.button__mail-banner {
    border-radius: 30px 30px 0px 30px;
    margin-top: 60px;
}

.Seo_key .block__title-container:first-child h4 {
    max-width: 670px;
    font-weight: 400;
    width: auto;
}

.Seo_footer {
    margin-top: 40px;
}

.Seo_key .block-instruments__item-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
}

.Seo_key .img__punct {
    width: 35px;
    height: auto;
}

.SEO_table .block__title-container h4 {
    max-width: 570px;
    font-weight: 400;
    width: auto;
}
@media (min-width: 1281px) {
    .SEO_table .block__title-container>h4 {
        max-width: 700px;
        padding-right: 115px;
    }
}

.block__SEO_table {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 2fr 2fr 2fr;
    gap: 30px;
    height: 640px;
    margin: 0px auto;
    padding: 0 30px 60px 0;
    margin-top: 40px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgba(7, 55, 227, 0.2);
    border-radius: 30px;
}

.block__SEO_table > * {
    background: #FFFFFF;
    transition: .2s;
    /* box-shadow: 0px 2px 20px rgba(7, 55, 227, 0.2); */
}

.block__SEO_table .h5,
.block__SEO_table h5 {
    font-weight: 700;
}

.block__SEO_table-top {
    border-radius: 0 0 30px 30px;
    box-shadow: 0px 2px 20px rgba(7, 55, 227, 0.2);
    padding: 24px 16px;
    text-align: center;
}

.block__SEO_table-left {
    border-radius: 0 30px 30px 0;
    box-shadow: 0px 2px 20px rgba(7, 55, 227, 0.2);
    padding: 24px 24px 24px 30px;
}

.block__SEO_table-middle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 30px;
    padding: 24px 16px;
}

.block__SEO_table-middle span:not(.h5) {
    visibility: hidden;
}

.block__SEO_table-middle:hover {
    background: #FCE6E7;
    transition: .2s;
}

.block__SEO_table-middle_hover {
    background: #FCE6E7;
    transition: .2s;
}

.block__SEO_table-middle_hover_span {
    visibility: visible !important;
    cursor: pointer;
}

.block__SEO_table_hover {
    background: #e4e4e4;
    transition: .2s;
}

.block__SEO_table-middle:hover span {
    visibility: visible;
    cursor: pointer;
}

.img__question_table-continer {
    cursor: pointer;
    background: none;
}

.img__question-freq {
    width: 20px;
    height: 20px;
    pointer-events: none;
}

.block__SEO_side2 {
    display: flex;
    flex-direction: column;
    /* width: 90%; */
    margin: 0px auto;
    border-radius: 30px;
    padding: 60px 50px;
    margin-top: 60px;
    margin-bottom: 60px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgba(7, 55, 227, 0.2);
    border-radius: 30px;
    line-height: 1.5;
}

.block__SEO_side2-title {
    text-align: center;
}

.block__SEO_side2-text {
    margin-top: 20px;
    text-align: center;
}

.block__SEO_side2 button {
    border-radius: 30px 30px 0px 30px;
    margin: 0 auto;
}

.block__SEO {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 300px 800px;
    grid-gap: 70px;
}

.block__SEO_side__item {
    padding: 30px;
    height: auto;
    margin-bottom: 30px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgb(7 55 227 / 20%);
    border-radius: 30px;
}

.block__SEO_side__item .h1,
.block__SEO_side__item h1 {
    margin-bottom: 10px;
}

.block__SEO_side__item h4 {
    margin-bottom: 20px;
}

.block__SEO_main__item {
    display: flex;
    padding: 30px;
    height: auto;
    margin-bottom: 30px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgb(7 55 227 / 20%);
    border-radius: 0px 30px 30px 30px;
}

.section__SEO h4 {
    font-weight: 400;
    width: 700px;
}

.block__SEO_main__item-text {
    width: 600px;
    margin-left: 30px;
}

.block__SEO_main__item-text h4 {
    margin-bottom: 20px;
}

.block__SEO_main__item-number .h1,
.block__SEO_main__item-number h1 {
    color: #FCE6E7;
    ;
}

.block__SEO_main__item:last-child {
    margin-bottom: 0;
}

.section__SEO .block__title-container div {
    display: flex;
    gap: 30px;
}

@media (max-width: 1521px) and (min-width: 1281px) {
    .block__title-right-text {
        width: 700px;
        padding-right: 115px;
    }

}


.section__SEO .block__title-container h4:last-child {
    margin-left: 20px;
}

@media (max-width: 500px) {
    .header__messanger__mobile-menu a h5 {
        display: none;
    }
    .popup h4 {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.1;
    }
}

@media (max-width: 1280px) {
    .section__SEO .block__title-container {
        display: block;
    }

    .section__SEO .block__title-container div {
        justify-content: space-between;
        margin-top: 20px;
    }

    .Seo_key .block-instruments__item-container {
        grid-template-columns: repeat(4, 1fr);
    }

    .block__SEO {
        display: grid;
        grid-template-columns: calc(250px + (300 - 250) * ((100vw - 840px) / (1280 - 840))) calc(500px + (800 - 500) * ((100vw - 840px) / (1280 - 840)));
        grid-gap: calc(25px + (70 - 25) * ((100vw - 840px) / (1280 - 840)));
    }

    .hover-tooltip {
        left: calc(420px + (450 - 420) * ((100vw - 840px) / (1280 - 840)));
        width: calc(400px + (780 - 400) * ((100vw - 840px) / (1280 - 840)));
    }

    .container {
        width: calc(950px + (1180 - 950) * ((100vw - 1024px) / (1280 - 1024)));
    }

    h1 {
        font-size: calc(37px + (40 - 37) * ((100vw - 1024px) / (1280 - 1024)));
        line-height: calc(40px + (50 - 40) * ((100vw - 1024px) / (1280 - 1024)));
    }

    h2 {
        font-size: calc(27px + (30 - 27) * ((100vw - 1024px) / (1280 - 1024)));
        line-height: calc(30px + (40 - 30) * ((100vw - 1024px) / (1280 - 1024)));
    }

    h4 {
        font-size: calc(18px + (20 - 18) * ((100vw - 1024px) / (1280 - 1024)));
    }

    h5 {
        font-size: calc(14px + (16 - 14) * ((100vw - 1024px) / (1280 - 1024)));
    }

    .title h2 {
        margin-top: calc(10px + (0 - 10) * ((100vw - 1024px) / (1280 - 1024)));
    }

    .title_container {
        width: calc(450px + (670 - 450) * ((100vw - 1024px) / (1280 - 1024)));
    }

    .sub-title__button {
        padding-top: calc(40px + (65 - 40) * ((100vw - 1024px) / (1280 - 1024)));
    }

    .block-bisness__item h4,
    .block-bisness__item h5 {
        width: calc(600px + (740 - 600) * ((100vw - 1024px) / (1280 - 1024)));
    }

    .block__title-container h5 {
        max-width: calc(500px + (670 - 500) * ((100vw - 1024px) / (1280 - 1024)));
    }

    .block-bisness__text {
        width: 100%;
    }

    .advertising h4 {
        width: 330px;
    }

    .digital__baner h5 {
        max-width: calc(550px + (670 - 550) * ((100vw - 1024px) / (1280 - 1024)));
    }

    .block-sait__item {
        width: calc(300px + (370 - 300) * ((100vw - 1024px) / (1280 - 1024)));
    }

    .block__reviews h4 {
        width: calc(120px + (200 - 120) * ((100vw - 1024px) / (1280 - 1024)));
    }

    .header__red-block-text h2 {
        font-size: calc(15px + (20 - 15) * ((100vw - 1024px) / (1280 - 1024)));
    }

    .block__about-us {
        width: calc(300px + (370 - 300) * ((100vw - 1024px) / (1280 - 1024)));
        padding-top: calc(20px + (30 - 20) * ((100vw - 1024px) / (1280 - 1024)));
        padding-bottom: calc(20px + (30 - 20) * ((100vw - 1024px) / (1280 - 1024)));
    }

    .block__about-us h4 {
        font-size: calc(15px + (20 - 15) * ((100vw - 1024px) / (1280 - 1024)));
    }

    .img__logo {
        width: 80px;
        height: auto;
    }

    .header {
        display: flex;
        align-items: center;
    }

    .header__text-block,
    .footer__text-block {
        padding-right: calc(20px + (45 - 20) * ((100vw - 1024px) / (1280 - 1024)));
    }

    .img__logo-footer {
        width: calc(150px + (185 - 150) * ((100vw - 1024px) / (1280 - 1024)));
        height: auto;
    }

    .footer__messanger {
        padding-left: calc(20px + (40 - 20) * ((100vw - 1024px) / (1280 - 1024)));
    }

    .baner__container h1 {
        font-size: calc(30px + (40 - 30) * ((100vw - 1024px) / (1280 - 1024)));
        width: calc(350px + (600 - 350) * ((100vw - 1024px) / (1280 - 1024)));
    }

    .section-one__picture {
        height: auto;
    }

    #gallery {
        width: 95%;
        height: 80%;
        padding: 10px 5px;
    }

    .gallery-content {
        width: auto;
    }

    #gallery button {
        width: 10% !important;
    }

    #gallery button img {
        width: 42px;
    }
}

@media (max-width: 1024px) {
    .SEO_table {
        display: none;
    }

    .Seo_key .block__title-container:first-child h4 {
        max-width: calc(460px + (570 - 460) * ((100vw - 840px) / (1024 - 840)));
    }

    .main__banner-one img {
        position: absolute;
        top: 230px;
        left: calc(460px + (700 - 460) * ((100vw - 600px) / (1024 - 600)));
    }

    .block-instruments__item-container {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    .block-bisness__text a {
        font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1024 - 300)));
    }

    .main--block {
        margin-top: calc(80px + (120 - 80) * ((100vw - 300px) / (1024 - 300)));
    }

    #footer__messanger-mobile {
        display: flex;
    }

    #footer__messanger {
        display: none;
    }

    .popup {
        padding: calc(20px + (60 - 20) * ((100vw - 300px) / (1024 - 300)));
        width: calc(270px + (800 - 270) * ((100vw - 300px) / (1024 - 300)));
        height: calc(350px + (540 - 350) * ((100vw - 300px) / (1024 - 300)));
        border-radius: 30px;
    }

    .seo_plahka {
        overflow: scroll;
        height: 560px !important;
        padding-top: 40px;
        overflow: hidden;
    }
    .popup input {
        font-size: calc(13px + (20 - 13) * ((100vw - 300px) / (1024 - 300)));
        margin-top: calc(13px + (20 - 13) * ((100vw - 300px) / (1024 - 300)));
        padding: calc(15px + (30 - 15) * ((100vw - 300px) / (1024 - 300)));
        width: 100%;
        height: calc(40px + (66 - 40) * ((100vw - 300px) / (1024 - 300)));
    }

    .popup button {
        font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1024 - 300)));
        margin-top: calc(20px + (30 - 20) * ((100vw - 300px) / (1024 - 300)));
        width: 100%;
        height: 56px;
        border-radius: 30px;
    }

    .popup h2 {
        margin-top: calc(15px + (0 - 15) * ((100vw - 300px) / (1024 - 300)));
        padding-bottom: 10px;
        font-size: calc(15px + (30 - 15) * ((100vw - 300px) / (1024 - 300)));
        line-height: calc(20px + (37 - 20) * ((100vw - 300px) / (1024 - 300)));
    }

    .title__picture,
    .title__picture-bacground {
        width: calc(270px + (950 - 270) * ((100vw - 300px) / (1024 - 300)));
        height: auto;
    }

    .title__main-picture-container {
        height: calc(220px + (700 - 220) * ((100vw - 300px) / (1024 - 300)));
        margin-top: calc(40px + (80 - 40) * ((100vw - 300px) / (1024 - 300)));
    }

    .title__main-picture {
        right: calc(200px + (-250 - 200) * ((100vw - 300px) / (1024 - 300)));
        top: calc(-210px + (-600 - -210) * ((100vw - 300px) / (1024 - 300)));
    }

    .title__main-picture__surprice {
        width: calc(150px + (200 - 150) * ((100vw - 300px) / (1024 - 300)));
        height: calc(150px + (200 - 150) * ((100vw - 300px) / (1024 - 300)));
    }

    .img__punct__title img {
        margin-top: calc(160px + (205 - 160) * ((100vw - 300px) / (1024 - 300)));
    }

    a.anchor {
        top: calc(-30px + (-130 - -30) * ((100vw - 300px) / (1024 - 300)));
    }

    .menu-burger {
        padding: 50px;
        z-index: 101;
        height: 100%;
        background: white;
        width: calc(250px + (350 - 250) * ((100vw - 300px) / (1024 - 300)));
        position: fixed;
        right: -350px;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: .3s ease;
    }

    .menu-burger__show {
        right: 0;
        transition: .3s ease;
    }

    .menu-burger__show {
        right: 0;
        transition: .3s ease;
    }

    .menu-mobile__button-container {
        display: block;
        cursor: pointer;
    }

    .menu-mobile__button {
        display: block;
        width: calc(25px + (45 - 25) * ((100vw - 300px) / (1024 - 300)));
        height: auto;
        pointer-events: none;
    }

    .container {
        width: calc(260px + (950 - 260) * ((100vw - 300px) / (1024 - 300)));
    }

    .title {
        /* padding-top: calc(30px + (60 - 30) * ((100vw - 300px) / (1024 - 300))); */
        padding-top: calc(0 + (60 - 30) * ((100vw - 300px) / (1024 - 300)));
    }

    h1 {
        font-size: calc(24px + (50 - 24) * ((100vw - 300px) / (1024 - 300)));
        line-height: calc(33px + (60 - 33) * ((100vw - 300px) / (1024 - 300)));
    }

    h2 {
        font-size: calc(18px + (37 - 18) * ((100vw - 300px) / (1024 - 300)));
        line-height: calc(22px + (45 - 22) * ((100vw - 300px) / (1024 - 300)));
    }

    h3 {
        font-size: calc(18px + (30 - 18) * ((100vw - 300px) / (1024 - 300)));
        line-height: calc(30px + (35 - 30) * ((100vw - 300px) / (1024 - 300)));
    }

    h4 {
        font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1024 - 300)));
        line-height: calc(20px + (25 - 20) * ((100vw - 300px) / (1024 - 300)));
    }

    h5 {
        font-size: calc(11px + (16 - 11) * ((100vw - 300px) / (1024 - 300)));
        line-height: calc(15px + (20 - 15) * ((100vw - 300px) / (1024 - 300)));
    }

    .title h2 {
        margin-top: calc(10px + (0 - 10) * ((100vw - 300px) / (1024 - 300)));
    }

    .title_container {
        width: 100%;
    }

    .sub-title__button {
        padding-top: calc(40px + (65 - 40) * ((100vw - 300px) / (1024 - 300)));
    }

    .block-bisness__item h4,
    .block-bisness__item h5 {
        width: calc(450px + (600 - 450) * ((100vw - 840px) / (1024 - 840)));
    }

    .block-bisness__item {
        display: block;
    }

    .block-bisness__text {
        margin-top: 10px;
        width: calc(470px + (635 - 470) * ((100vw - 300px) / (1024 - 300)));
    }

    .advertising h4 {
        width: 330px;
    }

    .digital__baner h5 {
        max-width: calc(550px + (670 - 550) * ((100vw - 300px) / (1024 - 300)));
    }

    .block-sait__item {
        width: 100%;
    }

    .block__results {
        flex-direction: column;
        height: auto;
    }

    .block__results_body {
        width: auto;
    }

    .block__results_content {
        gap: 15px;
    }

    .block__results_footer {
        top: -64px;
    }

    .block__results-title {
        font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1024 - 300)));
        line-height: calc(20px + (25 - 20) * ((100vw - 300px) / (1024 - 300)));
    }

    .block__results_text h5 span {
        position: relative;
        top: 18px;
        left: 12px;
    }

    .block__results_text h5 {
        margin-bottom: 32px;
    }

    .block__results img {
        width: auto;
        height: auto;
    }

    .block__reviews h4 {
        width: calc(80px + (120 - 80) * ((100vw - 300px) / (1024 - 300)));
    }

    .header__red-block-text h2 {
        font-size: calc(15px + (20 - 15) * ((100vw - 300px) / (1024 - 300)));
    }

    .block__about-us {
        width: calc(300px + (370 - 300) * ((100vw - 300px) / (1024 - 300)));
        padding-top: calc(20px + (30 - 20) * ((100vw - 300px) / (1024 - 300)));
        padding-bottom: calc(20px + (30 - 20) * ((100vw - 300px) / (1024 - 300)));
    }

    .block__about-us h4 {
        font-size: calc(15px + (20 - 15) * ((100vw - 300px) / (1024 - 300)));
    }

    .img__logo {
        width: 80px;
        height: auto;
    }

    .header {
        height: auto;
        display: flex;
        align-items: center;
    }

    .header__text-block,
    .footer__text-block {
        padding-right: calc(20px + (45 - 20) * ((100vw - 300px) / (1024 - 300)));
    }

    .header__text-block {
        padding-top: 40px;
        padding-right: 0;
        display: flex;
        justify-content: center;
    }

    .header__button {
        margin-top: 40px;
    }

    .header__red-block-text-mobile {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .header__red-block-text-mobile h2 {
        line-height: calc(20px + (30 - 20) * ((100vw - 300px) / (1024 - 300)));
        text-align: center;
        margin-top: 10px;
        color: #E30713;
        font-size: calc(15px + (20 - 15) * ((100vw - 300px) / (1024 - 300)));
    }

    .img__logo-footer {
        width: calc(150px + (185 - 150) * ((100vw - 300px) / (1024 - 300)));
        height: auto;
    }

    .footer__messanger {
        padding-left: calc(20px + (40 - 20) * ((100vw - 300px) / (1024 - 300)));
    }

    .baner__container h1 {
        font-size: calc(25px + (40 - 25) * ((100vw - 300px) / (1024 - 300)));
        width: 100%;
    }

    .section__block-mobile {
        display: block !important;
    }

    .baner__container {
        display: block;
        height: auto;
    }

    .header section,
    .header__messanger {
        display: none !important;
    }

    .header__messanger__mobile-menu {
        display: flex;
        align-items: center;
        margin-left: calc(22px + (50 - 22) * ((100vw - 300px) / (1024 - 300)));
    }

    .header__messanger__mobile-menu a h5 {
        font-weight: 700;
        color: #E30713;
        margin-left: 32px;
        font-size: 22px;
    }

    .header__messanger__mobile-menu img {
        width: calc(20px + (40 - 20) * ((100vw - 300px) / (1024 - 300)));
        height: calc(20px + (40 - 20) * ((100vw - 300px) / (1024 - 300)));
    }

    .header__telegram,
    .header__whatsapp {
        width: calc(30px + (50 - 30) * ((100vw - 300px) / (1024 - 300)));
        height: calc(30px + (50 - 30) * ((100vw - 300px) / (1024 - 300)));
    }

    .header__whatsapp {
        margin-left: calc(15px + (40 - 15) * ((100vw - 300px) / (1024 - 300)));
    }

    #fixed-menu {
        display: none;
    }

    .block__title-container {
        padding-top: calc(80px + (120 - 80) * ((100vw - 300px) / (1024 - 300)));
    }

    .block__subtitle {
        padding-top: calc(30px + (45 - 30) * ((100vw - 300px) / (1024 - 300)));
    }

    .block-instruments__title {
        padding-top: calc(60px + (120 - 60) * ((100vw - 300px) / (1024 - 300)));
    }

    .block-instruments__item-container {
        flex-wrap: wrap;
    }

    .baner__container-helper {
        padding-bottom: 50px;
    }

    .block__about-us__container {
        grid-template-columns: repeat(2, 1fr);
    }

    .block__about-us {
        width: 100%;
    }

    .SEO .block__item {
        display: flex;
    }

    .SEO .block__item h4 {
        padding-right: 20px;
    }

    .footer__text-block {
        display: none;
    }

    .sub-title h4 {
        font-size: calc(11px + (20 - 11) * ((100vw - 300px) / (1024 - 300)));
    }

    .block-sait__discriprion2,
    .block-sait__discriprion {
        height: auto !important;
    }

    .footer__fast-menu {
        display: flex;
    }

    .footer {
        padding-top: calc(20px + (50 - 20) * ((100vw - 300px) / (1024 - 300)));
        padding-bottom: calc(20px + (50 - 20) * ((100vw - 300px) / (1024 - 300)));
    }

    .header-container {
        z-index: 99;
        width: 100%;
        position: fixed;
        padding: 20px 30px;
        padding-right: calc(15px + (30 - 15) * ((100vw - 300px) / (1024 - 300)));
        padding-left: calc(15px + (30 - 15) * ((100vw - 300px) / (1024 - 300)));
        background: white;
    }

    .header {
        margin-top: 0;
    }

    .footer-baner__img-container {
        margin-left: calc(420px + (0 - 420) * ((100vw - 300px) / (1024 - 300)));
    }

    .footer-baner {
        height: calc(480px + (580 - 480) * ((100vw - 300px) / (1024 - 300)));
        overflow: hidden;
    }

    .block__instruments-title {
        height: auto !important;
    }

    .block__results-title {
        height: auto !important;
    }

    .main-content {
        margin-top: calc(100px + (150 - 100) * ((100vw - 300px) / (840 - 300)));
        margin-top: calc(70px + (150 - 100) * ((100vw - 300px) / (840 - 300)));
    }
}

@media (max-width: 840px) {
    .Seo_key .block__title-container:first-child h4 {
        margin-top: 20px;
        max-width: 100%;
    }

    .Seo_key .block-instruments__item {
        margin-top: calc(20px + (45 - 20) * ((100vw - 300px) / (840 - 300)));
        grid-gap: 15px;
    }

    .Seo_key .block-instruments__item-container {
        grid-template-columns: repeat(3, 1fr);
    }

    .block__SEO_side__item h1 {
        font-size: calc(20px + (43 - 20) * ((100vw - 300px) / (1024 - 300)));
        line-height: calc(23px + (50 - 23) * ((100vw - 300px) / (1024 - 300)));
    }

    .section__SEO .block__title-container div {
        display: block;
    }

    .section__SEO .block__title-container h4:last-child {
        margin-top: 10px;
        margin-left: 0;
    }
    
    .digital__baner.container.main__banner-one ul li {
        text-align: left
    }


    .block__SEO {
        display: block;
    }

    .block__SEO_side__item {
        padding: calc(17px + (30 - 17) * ((100vw - 300px) / (1024 - 300)));
    }

    .block__SEO_side {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    .block__title-container h5,
    .digital__baner a {
        margin-top: 20px;
        max-width: 100%;
    }

    .baner__container {
        padding-left: calc(20px + (70 - 20) * ((100vw - 300px) / (840 - 300)));
        padding-right: calc(20px + (70 - 20) * ((100vw - 300px) / (840 - 300)));
    }

    .baner__container h1 {
        width: auto;
    }

    .footer__fast-menu {
        width: auto;
        flex-direction: column;
        justify-content: center;
    }

    .footer__fast-menu h5 {
        margin-top: calc(20px + (40 - 20) * ((100vw - 300px) / (840 - 300)));
        font-size: calc(13px + (20 - 13) * ((100vw - 300px) / (840 - 300)));
    }

    .block-bisness__item h4,
    .block-bisness__item h5 {
        width: 100%;
    }

    .block__item {
        display: block;
    }

    .block-bisness__text {
        width: 100%;
    }

    .block-bisness__item h4:last-child {
        margin-top: 10px;
    }

    .title__width,
    .block___people {
        width: 100% !important;
    }

    .digital__baner {
        display: block;
    }

    .digital__baner h5 {
        margin-top: 15px;
    }

    .baner__picture-container {
        margin-top: 20px;
    }

    .footer-container {
        flex-direction: column;
        /* justify-content: ; */
    }

    .footer-container a,
    .footer__aum-group {
        display: flex;
        justify-content: center;
    }

    .footer__aum-group {
        margin-top: 30px;
    }

    .footer {
        padding: 80px 0;
        height: auto;
    }

    .footer-container section {
        justify-content: center;
    }

    button {
        line-height: calc(20px + (24 - 20) * ((100vw - 300px) / (840 - 300)));
        font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (840 - 300)));
    }

    .digital__baner h5 {
        max-width: 100%;
    }

    .block__title-container {
        display: block;
    }

    .title__sub-button {
        margin-top: 20px;
        margin-left: 0;
    }

    .red__line-arrow {
        top: calc(25px + (10 - 25) * ((100vw - 300px) / (840 - 300)));
    }

    .footer__fast-menu {
        margin-top: 20px;
    }

    .hover-tooltip {
        width: 100%;
        left: 0;
        top: calc(400px + (380 - 400) * ((100vw - 300px) / (840 - 300)));
    }

    #hover-tooltip {
        width: 100%;
    }

    .red-button {
        height: calc(40px + (56 - 40) * ((100vw - 300px) / (840 - 300))) !important;
    }
}

@media (max-width: 600px) {

    .header h5 {
        max-width: 110px !important;
    }
    .header .header__button {
        position: relative;
        margin-left: 10px;
        margin-right: 10px;
        top: -10px;
        font-size: 13px;
        height: 36px;
        width: 144px;
    }

    .Seo_key .block-instruments__item-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .block-instruments__item_two {
        grid-template-columns: repeat(1, 1fr);
    }

    .main__banner-one img {
        display: none;
    }

    .block__about-us__container {
        grid-template-columns: repeat(1, 1fr);
    }

    .baner__picture-container {
        height: calc(160px + (300 - 160) * ((100vw - 300px) / (600 - 300)));
    }

    .baner__picture-bacground {
        width: calc(230px + (450 - 230) * ((100vw - 300px) / (600 - 300)));
        height: auto;
    }

    .baner__picture {
        width: calc(230px + (450 - 230) * ((100vw - 300px) / (600 - 300)));
        height: auto;
        margin-top: -10px;
        margin-left: -10px;
    }

    .block-bisness__text {
        display: block;
    }

    .block__people img {
        width: calc(115px + (195 - 115) * ((100vw - 300px) / (600 - 300)));
        height: auto;
    }
}

.first_line_bold::first-line {
    font-weight: 600;
}

@media (max-width: 390px) {

    .red__line-arrow-footer,
    .red__line-arrow {
        display: none;
    }
}

.main__banner-one h5 {
    max-width: 100%;
}

.block__bisness {
    display: block;
}

.floating-btn-wrapper {
    position: fixed;
    z-index: 100;
    right: 0;
    top: 34%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-end;
}

@media (max-width: 580px) {
    .floating-btn-wrapper {
        top: 11%;
        gap: 10px;
    }
}


.floating-btn,
.floating-btn-green {
    width: 168px;
    height: 60px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    text-decoration: none;
    border-radius: 9px 0 0 9px;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
}
.floating-btn {
    background-color: #ec0730;
}
.floating-btn-green {
    background-color: #00b200;
}

@media (max-width: 1024px) {
    .floating-btn,
    .floating-btn-green {
        font-size: 8px;
        line-height: 1.2;
        width: 85px;
        height: 35px;
        top: 100px;
    }
    .title_container {
    padding-top: 0 !important;
    }
}

/*.floating-btn:before {
    content: "";
    background: url(img/A4-Paper.png);
    width: 157px;
    height: 126px;
    position: absolute;
    left: -62px;
    top: 0;
    bottom: 0;
    margin: auto;
}*/
.title_container {
    padding-top: 60px;
}

@media (max-width: 1024px) {
    .SEO_table {
        display: block
    }

    .block__SEO_table {
        height: unset;
        padding-bottom: 0;
        gap: 5px
    }
}

@media (max-width: 350px) {
    .block__SEO_table h5 {
        font-size: 10px;
        font-weight: 600
    }
}

@media (max-width: 767px) {
    .block__SEO_table {
        display: none
    }

    .block__SEO_table-left {
        grid-column: 1/-1;
        border-radius: 0;
        padding: 15px 10px
    }

    .block__SEO_table {
        margin-top: 0;
        grid-template-rows: unset;
        grid-template-columns: repeat(4, 1fr);
        padding-right: 0;
        overflow: hidden;
        gap: 2px
    }

    .block__SEO_table-top {
        border-radius: 0;
        margin-top: -5px;
        padding: 15px 5px
    }

    .block__SEO_table-middle {
        border-radius: 0;
        padding: 15px 8px
    }

    .block__SEO_table > div:first-child {
        grid-column: 1/-1;
        padding: 0 !important
    }
}

@media (max-width: 1024px) {
    .menu-mobile__button-container {
        order: 3
    }

    .header__button {
        margin-top: 20px;
        order: 2;
        background-size: cover;
        font-size: 15px;
        height: 42px;
        width: 162px
    }

    .header__whatsapp {
        margin-left: 10px
    }

    .header__messanger__mobile-menu a h5 {
        margin-left: 20px;
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .block__SEO_side2 {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
        padding-top: 30px;
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }

    .block-sait__item {
        padding: 30px;
        margin-top: 15px
    }

    .block-instruments__item h4 {
        padding-top: 0;
        margin-top: 20px
    }

    .header__messanger__mobile-menu a h5 {
        font-size: 18px
    }

    .header__messanger__mobile-menu {
        margin-left: 20px
    }

    .header__messanger__mobile-menu a h5 {
        display: none
    }
}

@media (max-width: 379px) {
    .header__messanger__mobile-menu {
        display: none
    }
    .header h5 {
        font-size: 9px !important;
        line-height: 1.25 !important;
        max-width: 90px !important;
    }
    .img__logo {
        width: 60px;
    }
}

@media (max-width: 520px) {
    .header h5 {
        font-size: 11px
    }
    .header .header__button {
        top: -5px;
        font-size: 11px;
        line-height: 1.1;
    }
    .menu-burger .img__logo {
        width: 100px;
        margin-right: 0;
    }
    .menu-burger .header__text-block {
        padding-top: 20px;
    }
    .menu-burger .header__button {
        margin-top: 20px;
        width: 100%;
    }

    .header-container {
        padding-left: 10px;
        padding-right: 10px
    }

    .img__logo {
        width: 50px
    }

    .header__button {
        background-image: unset;
        border: 1px dashed currentColor;
        font-size: 12px;
        width: unset;
        height: 34px;
        margin-top: 10px;
        font-weight: 500;
        padding-left: 6px;
        padding-right: 6px
    }

    .header__messanger__mobile-menu {
        margin-left: 10px
    }

    .header__telegram,
    .header__whatsapp {
        width: 27px;
        height: 27px
    }

    .header__whatsapp {
        margin-left: 5px
    }
}

@media (max-width: 767px) {
    .collapse-block--active .collapse-block__item {
        display: block
    }

    .collapse-block--active .collapse-block__link::after {
        transform: rotate(180deg)
    }

    .collapse-block__link {
        position: relative;
        padding-right: 30px
    }

    .collapse-block__link::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 25px;
        height: 25px;
        background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHg9IjAiIHk9IjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwIDQwIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA0MCA0MCI+PHN0eWxlPi5zdDB7ZmlsbDpub25lO3N0cm9rZTojRTMwNzEzO30NCiAgICAgICAgLnN0MXtmaWxsOm5vbmU7c3Ryb2tlOiNFMzA3MTM7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7fTwvc3R5bGU+PGNpcmNsZSBjeD0iMjAiIGN5PSIyMCIgcj0iMTkuNSIgY2xhc3M9InN0MCIvPjxwYXRoIGQ9Im0xMCAxNiAxMCAxMCAxMC0xMCIgY2xhc3M9InN0MSIvPjwvc3ZnPg==") 0/cover
    }

    .collapse-block__item {
        display: none
    }
}

@media (max-width: 1024px) {
    .text-after {
        font-size: 16px !important
    }
}

.mobile-price {
    display: block;
    margin-top: 40px
}

@media (min-width: 767px) {
    .mobile-price {
        display: none
    }
}

.mobile-price__section {
    background: #fff;
    box-shadow: 0px 2px 10px rgba(7, 55, 227, .2);
    margin-bottom: 10px;
    border-radius: 20px;
    overflow: hidden
}

.mobile-price__header {
    padding: 15px;
    padding-right: 45px;
    background: #e4e4e4
}

.mobile-price__header::after {
    bottom: 0;
    margin: auto;
    right: 15px
}

.mobile-price__title {
    margin-bottom: 0;
    font-size: 18px
}

.mobile-price__title-small {
    font-size: 15px
}

.mobile-price__body {
    padding: 15px
}

.mobile-price__subtitle {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600
}

.mobile-price__input-radio {
    position: absolute;
    left: 0;
    top: 2px;
    accent-color: #ec0730
}

.mobile-price__label {
    position: relative;
    padding-left: 20px;
    display: block
}

.mobile-price__form-btn {
    margin-top: 10px;
    font-size: 15px;
    background: #ec0730;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 0 10px 10px 10px
}

.mobile-price__list-item {
    margin-bottom: 10px;
    font-size: 15px
}

.popup__close-btn {
    width: 26px;
    height: 26px;
    background-color: #E30713;
    transition: background-color .2s ease;
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 25px;
    -webkit-mask: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHZpZXdCb3g9IjAgMCAzMjkuMjY5IDMyOSI+PHBhdGggZD0iTTE5NC44IDE2NC43NyAzMjMuMDEzIDM2LjU1NWM4LjM0My04LjM0IDguMzQzLTIxLjgyNSAwLTMwLjE2NC04LjM0LTguMzQtMjEuODI1LTguMzQtMzAuMTY0IDBMMTY0LjYzMyAxMzQuNjA1IDM2LjQyMiA2LjM5MWMtOC4zNDQtOC4zNC0yMS44MjQtOC4zNC0zMC4xNjQgMC04LjM0NCA4LjM0LTguMzQ0IDIxLjgyNCAwIDMwLjE2NGwxMjguMjEgMTI4LjIxNUw2LjI1OSAyOTIuOTg0Yy04LjM0NCA4LjM0LTguMzQ0IDIxLjgyNSAwIDMwLjE2NGEyMS4yNjYgMjEuMjY2IDAgMCAwIDE1LjA4MiA2LjI1YzUuNDYgMCAxMC45MjItMi4wOSAxNS4wODItNi4yNWwxMjguMjEtMTI4LjIxNCAxMjguMjE2IDEyOC4yMTRhMjEuMjczIDIxLjI3MyAwIDAgMCAxNS4wODIgNi4yNWM1LjQ2IDAgMTAuOTIyLTIuMDkgMTUuMDgyLTYuMjUgOC4zNDMtOC4zNCA4LjM0My0yMS44MjQgMC0zMC4xNjR6bTAgMCIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIvPjwvc3ZnPg==') 0/contain;
    mask: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHZpZXdCb3g9IjAgMCAzMjkuMjY5IDMyOSI+PHBhdGggZD0iTTE5NC44IDE2NC43NyAzMjMuMDEzIDM2LjU1NWM4LjM0My04LjM0IDguMzQzLTIxLjgyNSAwLTMwLjE2NC04LjM0LTguMzQtMjEuODI1LTguMzQtMzAuMTY0IDBMMTY0LjYzMyAxMzQuNjA1IDM2LjQyMiA2LjM5MWMtOC4zNDQtOC4zNC0yMS44MjQtOC4zNC0zMC4xNjQgMC04LjM0NCA4LjM0LTguMzQ0IDIxLjgyNCAwIDMwLjE2NGwxMjguMjEgMTI4LjIxNUw2LjI1OSAyOTIuOTg0Yy04LjM0NCA4LjM0LTguMzQ0IDIxLjgyNSAwIDMwLjE2NGEyMS4yNjYgMjEuMjY2IDAgMCAwIDE1LjA4MiA2LjI1YzUuNDYgMCAxMC45MjItMi4wOSAxNS4wODItNi4yNWwxMjguMjEtMTI4LjIxNCAxMjguMjE2IDEyOC4yMTRhMjEuMjczIDIxLjI3MyAwIDAgMCAxNS4wODIgNi4yNWM1LjQ2IDAgMTAuOTIyLTIuMDkgMTUuMDgyLTYuMjUgOC4zNDMtOC4zNCA4LjM0My0yMS44MjQgMC0zMC4xNjR6bTAgMCIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIvPjwvc3ZnPg==') 0/contain;
}

.popup__close-btn:hover {
    background-color: #0737E3;
}

.digital__baner.container.main__banner-one ul {
    max-width: 380px;
    margin: 0 auto;
    text-align: left;
    font-size:16px

}

.digital__baner.container.main__banner-one p {
    max-width: 380px;
    margin:0 auto 10px;
    font-size:16px;
    text-align: left;
}
























.section-stock {
    margin-top: 120px;
}

.section-stock__title {

}

.section-stock__items {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.stock-item {
    transition: .4s ease;
    background: white;
    box-shadow: 0px 2px 20px 0px #0737E333;
    display: flex;
    flex-direction: column;
    height: 230px;
    border: 1px solid white;
    border-radius: 30px;
    overflow: hidden;
}

.stock-item:hover {
    border-color: #E30713;
}


.stock-item__title {
    color: white;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background: #E30713;
}


.stock-item__title h5 {
    font-weight: 700;
}

.stock-item__content {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 20px;
}

.stock-item__link {
    font-weight: 600;
    color: #E30713;
    text-decoration: underline;
}

.stock-item--green:hover {
    border-color: #00b200;
}
.stock-item--green .stock-item__title {
    background: #00b200;
}
/* .stock-item--green span,
.stock-item--green .stock-item__link {
    color: #00b200;
} */


@media (max-width: 1024px) {

    .section-stock__items {
        grid-template-columns: repeat(2, 1fr);
    }
}



@media (max-width: 767px) {

    .section-stock__items {
        grid-template-columns: repeat(1, 1fr);
    }

    .stock-item {
        height: auto;
    }

    .stock-item__text {
        margin-bottom: 20px;
    }
}









.ul_list {
    margin-top: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.ul_list li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ul_list img {
    width: 20px;
}








.content-flex {
    display:flex;
    align-items:center;
    margin-bottom: 10px;
}
.content-flex__title {
    margin-right: 15px
}
.author {
    display: flex;
    align-items: center;
    gap: 30px;

}
.author__img {
    flex-shrink: 0;
    max-width: 360px;
    width: 100%;
}

@media (max-width: 580px) {
    .author {
        gap: 15px;
    }
}
@media (max-width: 480px) {
    .author {
        flex-direction: column;
    }
    .author__img {
        max-width: unset;
    }
}
@media (min-width: 768px) {
    .show-sm {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .hide-sm {
        display: none !important;
    }
    .show-sm {
        display: block !important;
    }
}
.author__caption {

}


.img-content-scroll {
    overflow-y: scroll;
    aspect-ratio: 1180/725;
    padding-right: 2px;
    -webkit-overflow-scrolling: touch;
}
.img-content-scroll::scrollbar {
    width: 5px;
    background: #eeeeee;
}
.img-content-scroll::scrollbar-thumb {
    background: #979797;
}
.img-content-scroll::-webkit-scrollbar {
    width: 5px;
    background: #eeeeee;
}
.img-content-scroll::-webkit-scrollbar-thumb {
    background: #979797;
}

@media (min-width: 992px) {
    .img-content-scroll {
        max-width: 800px;
    }
}

.img-content-scroll__img {
    width: 100%;
    display: block;
}




.ex {
    display: inline-block;
}
.ex__img {
    display: block;
    max-width: 360px;
    width: 100%;
}


.main-content-comtainer h2 {
    font-weight: 500;
}
.main-content-comtainer h2:first-child {
    margin-top: -30px;
}


.logo {
    display: flex; 
    align-items: center;
}
.logo__descriptor {
    margin-left: 10px; 
    max-width: 130px;
}
@media (max-width: 520px) {
    .logo__descriptor {
        margin-left: 5px; 
        font-size: 9px !important;
        line-height: 1.15;
    }
}
.logo__descriptor a {
    color: inherit !important
}




.btnUp {
    position: fixed;
    right: 10px;
    bottom: 10px;
    padding: 10px 15px;
    background-color: #ec0730;
    transition: .2s ease;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    border-radius: 9px;
    z-index: 100;
    display: flex;
    align-items: center;
    gap: 5px;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
}

@media (min-width: 768px) {
    .btnUp {
        right: 20px;
        bottom: 20px;
        padding: 15px 25px;
        font-size: 17px;
    }
}
.btnUp.visible {
    opacity: 1;
    visibility: visible;
}
.btnUp::after {
    content: '';
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    display: block;
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NjYuMjA1IDQ2Ni4yMDUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Im00MTYuMTkzIDE3MC44OTQtLjE1OC0uMTU4LTE2Mi45ODYtMTYzLjJhMjUuMzcgMjUuMzcgMCAwIDAtNC4yNjctMy40MTNsLTQuNjkzLTIuNTYtMy4yLTEuMDY3aC0yLjM0N2EzMC4wOTUgMzAuMDk1IDAgMCAwLTEwLjg4IDBoLTQuNjkzbC0zLjYyNyAxLjkyYTI1LjgyNyAyNS44MjcgMCAwIDAtNS41NDcgNC4wNTNMNTAuMTY5IDE3MC43MzZjLTEwLjk1NyAxMC44Ny0xMS4wMjggMjguNTY1LS4xNTggMzkuNTIybC4xNTguMTU4YzExLjA0NSAxMC41MzggMjguNDIxIDEwLjUzOCAzOS40NjcgMGw5Ny40OTMtOTcuMjhjNC4yMDYtNC4xMjQgMTAuOTYtNC4wNTggMTUuMDg0LjE0OWExMC42NjIgMTAuNjYyIDAgMCAxIDMuMDQ5IDcuMzE4djMxNy42NTNjLS4wMDEgMTUuNDM1IDEyLjUxIDI3Ljk0OCAyNy45NDUgMjcuOTQ5IDE1LjQzNS4wMDEgMjcuOTQ3LTEyLjUxIDI3Ljk0OS0yNy45NDVWMTIwLjYwM2MuMDgzLTUuODkgNC45MjUtMTAuNTk5IDEwLjgxNS0xMC41MTYgMi43NC4wMzkgNS4zNjEgMS4xMyA3LjMxOCAzLjA0OWw5Ny4wNjcgOTcuMjhjMTEuMDczIDEwLjY3NCAyOC42MDcgMTAuNjc0IDM5LjY4IDAgMTAuOTU3LTEwLjg3IDExLjAyOC0yOC41NjUuMTU3LTM5LjUyMnoiLz48L3N2Zz4=') 0/contain no-repeat;
    mask: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NjYuMjA1IDQ2Ni4yMDUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Im00MTYuMTkzIDE3MC44OTQtLjE1OC0uMTU4LTE2Mi45ODYtMTYzLjJhMjUuMzcgMjUuMzcgMCAwIDAtNC4yNjctMy40MTNsLTQuNjkzLTIuNTYtMy4yLTEuMDY3aC0yLjM0N2EzMC4wOTUgMzAuMDk1IDAgMCAwLTEwLjg4IDBoLTQuNjkzbC0zLjYyNyAxLjkyYTI1LjgyNyAyNS44MjcgMCAwIDAtNS41NDcgNC4wNTNMNTAuMTY5IDE3MC43MzZjLTEwLjk1NyAxMC44Ny0xMS4wMjggMjguNTY1LS4xNTggMzkuNTIybC4xNTguMTU4YzExLjA0NSAxMC41MzggMjguNDIxIDEwLjUzOCAzOS40NjcgMGw5Ny40OTMtOTcuMjhjNC4yMDYtNC4xMjQgMTAuOTYtNC4wNTggMTUuMDg0LjE0OWExMC42NjIgMTAuNjYyIDAgMCAxIDMuMDQ5IDcuMzE4djMxNy42NTNjLS4wMDEgMTUuNDM1IDEyLjUxIDI3Ljk0OCAyNy45NDUgMjcuOTQ5IDE1LjQzNS4wMDEgMjcuOTQ3LTEyLjUxIDI3Ljk0OS0yNy45NDVWMTIwLjYwM2MuMDgzLTUuODkgNC45MjUtMTAuNTk5IDEwLjgxNS0xMC41MTYgMi43NC4wMzkgNS4zNjEgMS4xMyA3LjMxOCAzLjA0OWw5Ny4wNjcgOTcuMjhjMTEuMDczIDEwLjY3NCAyOC42MDcgMTAuNjc0IDM5LjY4IDAgMTAuOTU3LTEwLjg3IDExLjAyOC0yOC41NjUuMTU3LTM5LjUyMnoiLz48L3N2Zz4=') 0/contain no-repeat;
}

@media (min-width: 768px) {
    .btnUp::after {
        width: 20px;
        height: 20px;
    }
}
@media (hover: hover) {
    .btnUp:hover {
        background-color: #0737E3;
    }
}

