@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, .egend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

strong {
    font-weight: bold
}

body {
    font-family: 'Roboto', sans-serif;
}

body p {
    font: normal 200 14px/1 'Roboto', sans-serif;
    color: #100000;
}

@media screen and (max-width: 1120px) {
    body, html {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden
    }
}

ol, ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #000;
}

blockquote, q {
    quotes: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

button {
    padding: 0;
    border-radius: 0;
    border: none;
    background: none
}

b {
    font-weight: 900
}

i {
    font-style: italic
}

.img-404 {
    width: 500px;
    height: 500px;
}

.display-none {
    display: none;
}

.intro {
    width: 100%;
    height: 100%;
}

.general-box,
.general-box__header {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 100%;

}

.wraper,
.wraper__heder__menu {
    padding: 0 60px;
}

.header__top-section {
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.mobi-320__body-phone {
    display: none;
}

.header__logo-box {
    width: 490px;
    height: 118px;
    background: url(../img/logo-top.svg) center /cover no-repeat;
    z-index: 2;
}

.header__txt-box {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.header__address,
.header__mail,
.header__phones,
.header__langs {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: right;
}

.header__mail {
    display: flex;
    justify-content: flex-end;
}

.header__mail:hover,
.header__phones:hover {
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(to right, #2d349a, #692d6c);
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.header__txt-phones {
    margin: 0 25px;
}

.header__langs {
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(90deg, #162abd 45%, #682d6c 15%);
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.header__langs:hover,
.footer__phones-ru-link:hover,
.footer__phones-pl-link:hover,
.footer__mail-pl-mail:hover,
.footer__mail-ru-mail:hover {
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(280deg, #162abd 15%, #682d6c 45%);
}

.header__menu-section {
    background: linear-gradient(270deg, #E2ECFA 0%, #162ABE 7.81%, #46317F 100%);
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.header__menu-box {
    display: flex;
}

.mobi-1260 {
    display: none;
}

.heder__menu-items:nth-child(5) {
    margin: 0;
}

.heder__menu-items:nth-child(6) {
    display: none;
}

.heder__menu-items a {
    color: #FFFFFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    margin: 0 35px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.heder__menu-items a:hover,
.logo__body-menu__link:hover {
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    color: #d2d7ff;
}

.header__body-section {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 80vh;
    background: url(../img/body-bg.svg) center /cover no-repeat;
}

.wraper__header__body {
    position: relative;
    height: 100%;
    width: 46%;
    padding: 0 20px 0 60px;
}

.header__body-section-bg {
    position: absolute;
    width: 60%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(197, 217, 245, 0.5);
    backdrop-filter: blur(3px);
    z-index: 2;
}

.header__body-section-arrow {
    display: block;
    position: absolute;
    z-index: 999;
    left: 60%;
    top: 90%;
}

.header__body-section-arrow span {
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 2px solid rgba(22, 42, 190, 0.8);
    border-right: 2px solid rgba(22, 42, 190, 0.8);
    transform: rotate(45deg);
    margin: -16px;
    animation: header__body-section-arrow 2s infinite;
}

.header__body-section-arrow span:nth-child(2) {
    animation-delay: -0.2s;
}

.header__body-section-arrow span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes header__body-section-arrow {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

.header__body-title {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    padding: 15% 0 20% 0;
}

.header__body__abs {
    position: absolute;
    z-index: 2;
}

.header-menu__nav-link-320,
.header__box-menu-320-dn {
    display: none;
}

.header__body-descriptions {
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: radial-gradient(73.92% 976.51% at 89.83% 50.2%, #162ABE 21.35%, #46317F 61.46%, #B42322 100%)
}

.header__body-advantages {
    z-index: 2;
    width: 80%;
    height: 163px;
    padding: 20px;
    margin: 5% 0 3%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), rgba(255, 255, 255, 0.3);
    border: 2px solid rgba(22, 42, 190, 0.5);
    border-radius: 25px;
}

.header__advantages-items {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-start;
    justify-content: space-between;
    padding: 10px;
}

.header__advantages-title p {
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    text-align: left;
}

.header__advantages-descriptions p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    padding: 30px 0 20px;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: radial-gradient(73.92% 976.51% at 89.83% 50.2%, #162ABE 21.35%, #46317F 61.46%, #B42322 100%);
}

.callback-free-1,
.callback-free-2 {
    position: absolute;
    cursor: pointer;
    bottom: 40px;
    right: 85px;
    border-radius: 60px;
    width: 60px;
    height: 60px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: #7C8FD4;
    border-radius: 35px;
    border: 2px solid rgba(22, 42, 190, 0.8); 
}

.callback-free-1:hover,
.callback-free-2:hover {
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background: rgba(22, 42, 190, 0.8);
}

.callback-free__img {
    width: 30px;
    height: 30px;
    background: url(../img/collback-phone.svg) center /cover no-repeat;
}

.services {
    background: url(../img/body-bg.svg) center /cover no-repeat;
    width: 100%;
    height: 100%;

}

.wraper-little {
    padding: 0 30px;
}

.services-title,
.about-title,
.events-title_footer {
    padding: 20px 0;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    text-align: center;

}

.services__body-box {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    margin-top: 15px;
}

.services__items-box-1,
.services__items-box-2,
.services__items-box-3 {
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
    width: 30%;
}

.services__items-1,
.services__items-2,
.services__items-3 {
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    height: auto;
    padding: 25px 50px;
    margin-bottom: 50px;
    background:
        linear-gradient(238.02deg, #E2ECFA 49.77%, rgba(255, 255, 255, 0) 97.92%), rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(4px);
    border: 2px solid rgba(22, 42, 190, 0.5);
    border-radius: 25px;
}

.services__items-title {
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    padding-bottom: 20px;
    text-align: center;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: radial-gradient(100% 100% at 95% 45%, #162ABE 25%, #46317F 40%, #B42322 100%);
}

.services__list-items {
    font-size: 16px;
    margin-bottom: 5px;
    list-style-type: circle;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
}

.about-box {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
}

.about-bg {
    width: 60%;
    height: auto;
    background: url(../img/about-bg-1680_1050.svg) 62% 0px /cover no-repeat
}

.about-bg-ru {
    width: 60%;
    height: auto;
    background: url(../img/about-bg-1680_1050-ru.svg) 62% 0px /cover no-repeat
}

.about-wraper {
    padding: 0 60px 0 0;
    width: 45%;
}

.about-body {
    width: 100%;
    height: 100%;
    background: #E2ECFA;
    backdrop-filter: blur(3px);
}

.about-body__txt {
    padding: 0 30px;
}

.about-body__txt p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    padding-bottom: 10px;
}

ol {
    list-style: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    padding-bottom: 10px;
    counter-reset: about-us;
}

ol li {
    counter-increment: about-us;
}

ol li::before {
    content: counter(about-us) ") ";
    font-weight: bold;
}

.about-slider {
    padding: 0px 30px;
}

.wraper-events {
    padding: 0 60px;
}

.events__nav-box {
    width: 100%;
    height: 30px;
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}

.events__nav-link {
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    margin-right: 45px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-decoration-line: underline;
    color: #46317F;
}

.events__nav-box-990 {
    display: none;
}

.events__nav-link:hover {
    text-decoration: none;
}

.events-slider {
    margin: 20px 0;
}

.footer-wraper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    padding: 10px 90px;
}

.footer-box {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
    justify-content: flex-end;
}

.footer-logo {
    width: 550px;
    height: 386px;
    background: url(../img/logo-footer.svg) center /cover no-repeat;
}

.footer-logo__hover {
    position: relative;
}

.footer-logo__hover:after {
    content: attr(data-title);
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    opacity: 0;
    position: absolute;
    top: 85px;
    left: 244px;
    color: #0b0e22;
    padding: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
}

.footer-logo__hover:hover:after {
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    opacity: 1;
}

.footer__address-ru-description span {
    display: inline-block;
}

.footer__address-ru {
    width: 100%;
    padding: 55px 0px 0 0;
}

.footer__address-ru-title {
    padding-bottom: 5px;
    position: relative;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: radial-gradient(86% 90% at 88% 50%, #162ABE 34%, #46317F 85%, #B42322 97%);
}

.footer__address-ru-title::before {
    content: " ";
    position: absolute;
    width: 106%;
    top: 0;
    left: 0;
    border-top: 1px solid;
    border-image-source: linear-gradient(270deg, #6A2F64 0.4%, #B42322 100%);
    border-image-slice: 1;
}

.footer__address-ru-description {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}

.footer__phones-ru {
    width: 100%;
    padding: 10px 0;
}

.footer__phones-ru-title {
    position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 10px;
    color: #B42322;
}

.footer__phones-ru-title::before {
    content: " ";
    position: absolute;
    width: 90%;
    top: 0;
    left: 0;
    border-top: 1px solid #46317F;
}

.footer__phones-ru-link {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.footer__phones-ru-link:hover {
    opacity: 0.9;
}

.footer__mail-ru {
    width: 100%;
}

.footer__mail-ru-title {
    position: relative;
    font-style: normal;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #B42322;
}

.footer__mail-ru-title::before {
    content: " ";
    position: absolute;
    width: 65%;
    top: 0;
    left: 0;
    border-top: 1px solid #46317F;
}

.footer__mail-ru-mail {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.footer__mail-ru-mail::before {
    content: " ";
    position: absolute;
    width: 125%;
    top: 30px;
    left: 0;
    border-top: 1px solid #46317F;
}

.footer__mail-ru-mail:hover {
    opacity: 0.9;
}

.footer-callback__ru {
    padding-top: 85px;
}

.footer-callback__ru-boottom {
    cursor: pointer;
    width: 300px;
    text-align: center;
    padding: 16px 22px;
    letter-spacing: 0.4px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    background: rgba(22, 42, 190, 0.5);
    border-radius: 7px;
    border: 1px solid #aebbeb;
    -webkit-box-shadow: 0px 2px 2px 0px rgb(48 66 198) inset;
    -moz-box-shadow: 0px 2px 2px 0px rgba(48, 66, 198, 1) inset;
    box-shadow: 0px 2px 2px 0px rgb(48 66 198) inset;
}

.footer-callback__ru-boottom:hover {
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background: rgba(22, 42, 190, 0.8);
}

.footer__address-pl {
    width: 100%;
    padding: 55px 0px 0 0;
}

.footer__address-pl-title {
    padding-bottom: 5px;
    position: relative;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-align: right;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: radial-gradient(56% 155% at 110% 54%, #B42322 25%, #46317F 45%, #162ABE 100%);
}

.footer__address-pl-title::before {
    content: " ";
    position: absolute;
    width: 104.5%;
    top: 0;
    right: 0;
    border-top: 1px solid;
    border-image-source: linear-gradient(90deg, #6A2F64 0.4%, #B42322 100%);
    border-image-slice: 1;
}

.footer__address-pl-description {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-align: right;
}

.footer__phones-pl {
    width: 100%;
    padding: 10px 0;
    text-align: right;
}

.footer__phones-pl-title {
    position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 10px;
    color: #B42322;
}

.footer__phones-pl-title::before {
    content: " ";
    position: absolute;
    width: 85%;
    top: 0;
    right: 0;
    border-top: 1px solid #46317F;
}

.footer__phones-pl-link {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.footer__phones-pl-link:hover {
    opacity: 0.9;
}

.footer__mail-ru {
    width: 100%;
}

.footer__mail-pl-title {
    position: relative;
    font-style: normal;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #B42322;
}

.footer__mail-pl-title::before {
    content: " ";
    position: absolute;
    width: 65%;
    top: 0;
    right: 0;
    border-top: 1px solid #46317F;
}

.footer__mail-pl {
    text-align: right;
    width: 100%;
}

.footer__mail-pl-mail {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.footer__mail-pl-mail::before {
    content: " ";
    position: absolute;
    width: 125%;
    top: 30px;
    right: 0;
    border-top: 1px solid #46317F;
}

.footer__mail-pl-mail:hover {
    opacity: 0.9;
}

.footer-callback__pl {
    padding-top: 85px;
}

.footer-callback__pl-boottom {
    padding: 15px 45px;
    letter-spacing: 0.4px;
    font-size: 20px;
    line-height: 20px;
    color: #FFFFFF;
    background: rgba(22, 42, 190, 0.5);
    border-radius: 7px;
    border: 1px solid #aebbeb;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(48, 66, 198, 1) inset;
    -moz-box-shadow: 0px 2px 2px 0px rgba(48, 66, 198, 1) inset;
    box-shadow: 0px 2px 2px 0px rgba(48, 66, 198, 1) inset;
}

.footer-callback__pl-boottom:hover {
    opacity: 0.9;
}

.footer-map {
    display: none;
}

.copyright {
    margin: 10px 0 0;
}

.copyright p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
}

.body-menu__box {
    position: relative;
    z-index: 10;
}

.body-menu__nav {
    display: block;
    position: absolute;
    cursor: pointer;
    margin: 15px 0 0px 94%;
}

.body-menu__nav-link {
    cursor: pointer;
    z-index: 10;
}

.open-menu {
    width: 45px;
    height: 30px;
    fill: none;
    stroke: #7C8FD4;
    stroke-width: 2;
    stroke-linecap: round; 
    stroke-linejoin: round;
}

.open-menu:hover {
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    stroke: rgba(22, 42, 190, 0.8);
    stroke-width: 2.5;
}

.body-menu__nav-link-close {
    position: absolute;
    cursor: pointer;
    width: 20px;
    height: 20px;
    top: 17px;
    right: 30px;
}

.body-menu__nav-link-close:hover {
    opacity: 0.5;
}

.body-menu__nav-link-close:before {
    content: '';
    background-color: #162ABE;
    position: absolute;
    height: 2px;
    width: 20px;
    top: 11px;
    left: -4px;
    transform: rotate(-45deg);
}

.body-menu__nav-link-close:after {
    content: '';
    background-color: #162ABE;
    position: absolute;
    height: 2px;
    width: 20px;
    top: 11px;
    transform: rotate(45deg);
    left: -4px;
}

.body-menu {
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 55px;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, #E2ECFA 0%, #162ABE 7.81%, #46317F 100%);
    z-index: 19;
}

.body-menu__none {
    display: none !important;
}

.body-menu__active {
    display: block !important;
}

.logo__body-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.logo__body-menu__img {
    width: 250px;
    height: 35px;
    background: url(../img/menu-logo.svg) center /cover no-repeat;
}

.logo__body-menu__phones {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.logo__body-menu__link {
    font-size: 15px;
    color: #FFFFFF;
    padding: 0 20px;
}

.callback-img {
    display: block;
}

.window-callback-1,
.window-callback-2,
.window-success,
.window-callback-1-1 {
    z-index: 999;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .8);
    display: none;
}

.callback-1,
.callback-2,
.success {
    background-color: #7C8FD4;
    position: absolute;
    text-align: center;
    border: none;
    width: auto;
    height: auto;
    mix-blend-mode: normal;
    border-radius: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 40px;
}

.callback-box {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}

.callback-img {
    width: 345px;
    height: 350px;
}

.callback-img__form-phone {
    background: url(../img/form-call-img-phone.svg) center /cover no-repeat;
}

.callback-img__form-trening {
    background: url(../img/form-call-img-trening.svg) center /cover no-repeat;
}

.callback-form {
    position: relative;
    display: flex;
    width: 440px;
    height: 390px;
    margin: 0 20px;
    padding: 40px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(238.02deg, #FFFFFF 49.77%, #FFFFFF 97.92%) padding-box, linear-gradient(165.4deg, #6055a8 -10.07%, #b42322 89.61%) border-box;
    border-radius: 20px;
    border: 2px solid transparent;
}

.callback-title {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
}

.callback-description {
    font-weight: normal;
    width: 100%;
    font-size: 15px;
    line-height: 21px;
    color: #000;
    padding: 10px 0;
}

.callback-1__input-name,
.callback-2__input-name {
    background-image: url(../img/form-icon-user.svg);
    background-repeat: no-repeat;
    background-position: 30px center;
}

.callback-1__input-phone,
.callback-2__input-phone {
    background-image: url(../img/form-icon-tel.svg);
    background-repeat: no-repeat;
    background-position: 30px center;
}

.callback-2__input-trening {
    background-image: url(../img/form-icon-trening.svg);
    background-repeat: no-repeat;
    background-position: 30px center;
}

.callback-1__input {
    width: 330px;
    height: 50px;
    border: none;
    border-radius: 7px;
    background-color: #E2ECFA;
    padding-left: 80px;
    color: #7C8FD4;
    font-size: 15px;
    font-weight: 400;
}

.callback-2__input {
    width: 330px;
    height: 50px;
    border: none;
    border-radius: 7px;
    background-color: #E2ECFA;
    padding-left: 80px;
    color: #7C8FD4;
    font-size: 15px;
    font-weight: 400;
}

.callback-1__input::-webkit-input-placeholder,
.callback-2__input::-webkit-input-placeholder {
    color: #7C8FD4;
    font-size: 15px;
    font-weight: 400;

}

.callback-1__input:-moz-placeholder,
.callback-2__input:-moz-placeholder {
    color: #7C8FD4;
    font-size: 15px;
    font-weight: 400
}

.callback__button {
    cursor: pointer;
    background: #7C8FD4;
    padding: 10px 45px;
    border-radius: 7px;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.callback__button:hover {
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background: rgba(22, 42, 190, 0.8);
}

.close__callback {
    position: absolute;
    cursor: pointer;
    color: white;
    top: 15px;
    right: 15px;
    width: 23px;
    height: 23px;
}

.close__callback:before {
    content: '';
    background-color: #fff;
    position: absolute;
    height: 1px;
    width: 26px;
    top: 11px;
    left: -4px;
    transform: rotate(-45deg);
}

.close__callback:after {
    content: '';
    background-color: #fff;
    position: absolute;
    height: 1px;
    width: 26px;
    top: 11px;
    transform: rotate(45deg);
    left: -4px;
}

.success__main-title {
    color: white;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}

.success__description {
    color: white;
    font-size: 18px;
    font-weight: 400;
}

.mobi-1260__box-phone {
    display: none;
}

.coocies {
    z-index: 9999;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(33, 34, 44, 0.25);
}

.coocies-body {
    position: absolute;
    width: 400px;
    height: 173px;
    top: 0;
    right: 40%;
    padding: 25px 15px 30px 15px;
    background-color: #8B94DF;
}

.coocies-txt,
.coocies-txt a {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
}

.coocies-txt a,
.coocies-txt span {
    text-decoration: underline;
}

.coocies-txt a:hover {
    opacity: 0.8;
}

.coocies-button__box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.coocies-button__yes,
.coocies-button__no {
    cursor: pointer;
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    color: #000000;
    width: 110px;
    background: #E2ECFA;
    border-radius: 5px;
}

.coocies-button__yes:hover,
.coocies-button__no:hover {
    opacity: 0.8;
}

.mobi-320__box-phone {
    display: none;
}

.fixed {
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
    left: 0;

}

/* media /*/

@media (max-width:1680px) {

    .general-box,
    .general-box__header {
        max-width: 1680px;
    }

    .wraper__header__body {
        width: 53%;
    }

    .header__advantages-descriptions p {
        font-size: 15px;
        padding: 10px 0 0;
    }

    .about-bg {
        background: url(../img/about-bg-1680.svg) 0 -15px /cover no-repeat;
    }

    .about-bg-ru {
        background: url(../img/about-bg-1680-ru.svg) 0 -15px /cover no-repeat;
    }

    .services__list-items {
        font-size: 15px;
    }

    .about-wraper {
        padding: 0 50px 0 0;
    }
}

@media (max-width:1600px) {

    .general-box,
    .general-box__header {
        max-width: 1600px;
    }

    .header__body-section {
        max-height: 80vh;
    }

    .wraper__heder__menu {
        padding: 0 10px;
    }

    .header__body-title {
        font-size: 35px;
    }

    .wraper__header__body {
        width: 52%;
    }

    .callback-free-1, .callback-free-2 {
        bottom: 30px;
    }

    .services__body-box {
        align-items: stretch;
        height: 88vh;
    }

    .services__items {
        padding: 35px;
        margin-bottom: 20px;
    }

    .about-wraper {
        width: 50%;
    }

    .events__nav-box {
        margin-top: 35px;
    }

    .slider-events__item-box {
        padding: 15px;
    }

    .footer-wraper {
        padding: 0 90px;
    }
}


@media (max-width:1580px) {
    .header__body-section-bg {
        width: 50%;
    }

    .header__body-section-arrow {
        left: 50%;
    }

    .wraper__header__body {
        width: 50%;
    }

    .header__body-title {
        font-size: 44px;
        line-height: 50px;
    }

    .callback-free-2 {
        bottom: 50px;
    }
}

@media (max-width:1536px) {
    .callback-free-1, .callback-free-2 {
            bottom: 50px;
        }

    .wraper-little {
        padding: 0;
    }

    .services-title, .about-title, .events-title_footer {
        padding: 15px 0px;
    }

    .about-bg {
        background: url(../img/about-bg-1680.svg) 0 0 /cover no-repeat;
    }

    .about-bg-ru {
        background: url(../img/about-bg-1680-ru.svg) 0 0 /cover no-repeat;
    }
}

@media (max-width:1480px) {
    .general-box {
        position: relative;
        max-width: 1480px;
        min-height: 80vh;
        margin: auto;
    }

    .general-box__header {
        max-width: 1480px;
    }

    .body-menu__nav {
        margin: 15px 0 0px 96.6%;
    }

    .header__body-section {
        min-height: 70vh;
    }

    .header__body-title {
        font-size: 37px;
        line-height: 42px;
        padding: 10% 25px 10% 0;
    }

    .header__body-descriptions {
        padding: 0 25px 0 0;
    }

    .header__body-advantages {
        width: 83%;
        margin: 11% 0 0;
    }

    .services__items-title {
        font-size: 20px;
    }

    .header__advantages-descriptions p, .services__list-items, .about-body__txt p, ol, .slider-events__item-date p, .slider-events__item-link, .copyright p, .footer__address-ru-description, .footer__phones-ru-link, .footer__mail-ru-mail, .footer__address-pl-description, .footer__phones-pl-link, .footer__mail-pl-mail {
        font-size: 15px;
    }

    .services__body-box {
        height: auto;
    }

    .services-title {
        padding: 15px 0 0 0;
    }

    .wraper-little {
        padding: 0 50px;
    }

    .services__items-box-1,
    .services__items-box-2,
    .services__items-box-3 {
        width: 32%;
    }

    .services__items-1,
    .services__items-2,
    .services__items-3 {
        margin-bottom: 25px;
    }

    .services__items-box-1::after,
    .services__items-box-2::after,
    .services__items-box-3::after {
        left: -7px;
        bottom: 0;
        width: 103%;
        height: 109%;
    }

    .about-slider {
        padding: 0px 30px 158px 30px;
    }
}

@media (max-width:1470px) {
    .general-box {
        max-width: 1470px;
    }

    .about-title {
        padding: 10px 0;
    }

    .about-slider {
        padding: 30px 30px 120px 30px;
    }

    .header__body-advantages {
        margin: 15% 0 0;
    }

    .events-title_footer {
        padding: 30px 0 0 0;
    }

    .footer__address-ru-title::before {
        width: 108%;
    }

    .footer__address-pl-title::before {
        width: 106.5%;
    }

    .footer__phones-ru-title::before {
        width: 100%;
    }

    .footer__phones-pl-title::before {
        width: 97%;
    }

    .footer__mail-ru-title::before {
        width: 80%;
    }

    .footer__mail-pl-title::before {
        width: 86%;
    }
}

@media (max-width:1400px) {
    .wraper-little {
        padding: 0 40px;
    }
}

@media only screen and (min-width: 1400px) and (max-height: 900px) {
    .header__body-title {
        font-size: 33px;
        line-height: 40px;
    }

    .header__body-section-arrow {
        top: 88%;
    }

    .services-title,
    .about-title,
    .events-title_footer {
        font-size: 25px;
        line-height: 32px;
    }

    .services__items-title {
        font-size: 20px;
    }

    .services__items-1,
    .services__items-2,
    .services__items-3 {
        padding: 15px 30px;
        margin-bottom: 15px;
    }

    .callback-free-2 {
        bottom: 35px;
    }

    .header__advantages-descriptions p, .services__list-items, .about-body__txt p, ol, .slider-events__item-date p, .slider-events__item-link, .copyright p, .footer__address-ru-description, .footer__phones-ru-link, .footer__mail-ru-mail, .footer__address-pl-description, .footer__phones-pl-link, .footer__mail-pl-mail {
        font-size: 15px;
    }

}

@media only screen and (min-width: 1400px) and (max-height: 1050px) {
    .services-title,
    .about-title,
    .events-title_footer {
        font-size: 25px;
        line-height: 32px;
    }

    .events-title_footer {
        padding: 25px 0 0 0;
    }

    .events__nav-box {
        margin: 0 0 5px;
    }

    .general-box {
        min-height: 85vh;
    }

    .events-slider {
        margin: 0;
    }
}

@media (max-width:1366px) {
    .coocies-body {
        right: 30%;
    }

    .header__body-title {
        font-size: 35px;
        line-height: 30px;
        text-align: center;
        padding: 9% 0 6% 0;
    }

    .header__body-descriptions {
        font-size: 20px;
    }

    .header__body-advantages {
        width: 70%;
        height: 163px;
        padding: 15px;
        margin: 9% 0 3%;
    }

    .header__advantages-title p {
        font-size: 25px;
        line-height: 29px;
    }

    .header__body__abs {
        z-index: 1;
    }

    .header__body-section-bg {
        z-index: 1;
    }

    .general-box {
        max-width: 1366px;
    }

    .body-menu__nav {
        margin: 15px 0 0px 96.5%;
    }

    .header__body-section-arrow {
        display: none;
    }

    .wraper-little { 
        padding: 0 60px;
    }

    .services__items-box-1,
    .services__items-box-2,
    .services__items-box-3 {
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        align-content: center;
        padding: 0 150px;
    }

    .services__items-1,
    .services__items-2,
    .services__items-3 {
        flex-direction: column;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 20px;
        padding: 25px 80px 25px 80px;
    }

    .services-title,
    .about-title,
    .events-title_footer {
        padding: 25px 0px;
        font-size: 25px;
        line-height: 32px;
    }

    .services__items-title {
        width: 100%;
    }

    .services__items-box-1:hover:after,
    .services__items-box-2:hover:after,
    .services__items-box-3:hover:after {
        opacity: 0;
    }

    .services__items-box-1::after,
    .services__items-box-2::after,
    .services__items-box-3::after {
        height: 0;
    }

    .about-bg {
        background: url(../img/about-bg-1680.svg) -20px 30px /cover no-repeat;
    }

    .about-bg-ru {
        background: url(../img/about-bg-1680-ru.svg) -20px 30px /cover no-repeat;
    }

    .header__body-section-bg {
        width: 100%;
        background: linear-gradient(180deg, rgba(197, 217, 245, 0.5) 51.04%, rgba(197, 217, 245, 0) 100%);
        backdrop-filter: blur(3px);
    }

    .header__txt-box,
    .callback-free-1,
    .callback-free-2 {
        z-index: 2;
    }

    .header__menu-section {
        z-index: 2;
        position: absolute;
    }

    .wraper__header__body {
        width: 100%;
    }

    .wraper__header__body {
        padding: 0;
    }

    .header__body__abs {
        display: flex;
        flex-direction: column;
        align-items: center;
        top: -80px;
        left: 60px;
        right: 60px;
    }

    .header__body-descriptions {
        padding: 0;
        text-align: center;
    }

    .header__body-advantages {
        width: 45%;
        margin: 5% 0 3%;
    }

    .services__items-box-1::after,
    .services__items-box-2::after,
    .services__items-box-3::after {
        left: -5px;
        width: 102%;
    }

    .events__nav-box {
        margin-top: 15px;
    }

    .footer__address-ru-description span {
        display: none;
    }
}

@media (max-width:1280px) {
    .general-box,
    .general-box__header {
        max-width: 1280px;
    }

    .wraper {
        padding: 0 30px;
    }

    .wraper-little {
        padding: 0 100px;
    }

    .header__body-descriptions {
        font-size: 22px;
    }

    .header__body-advantages {
        width: 50%;
    }

    .logo__body-menu__link {
        padding: 0 10px;
    }

    .body-menu__nav {
        margin: 15px 0 0px 96%;
    }

    .header__body-section-arrow {
        display: none;
    }

    .about-bg {
        background: url(../img/about-bg-1680.svg) -45px 30px /cover no-repeat;
    }

    .about-bg-ru {
        background: url(../img/about-bg-1680-ru.svg) -30px 30px /cover no-repeat;
    }

    .about-slider {
        padding: 0px 20px 95px 20px;
    }

    .callback-free-1 {
        bottom: 50px;
    }

    .callback-free-2 {
        bottom: 20px;
    }

    .footer__address-ru-description span {
        display: none;
    }

    .services__items-box-1::after,
    .services__items-box-2::after,
    .services__items-box-3::after {
        height: 110%;
    }
}

@media only screen and (min-width: 1280px) and (max-height: 1024px) {
    .header__body-title {
        padding: 18% 0 8% 0;
    }

    .general-box {
        min-height: 100vh;
    }

    .header__body-advantages {
        margin: 6% 0 6%;
    }

    .events__nav-box {
        margin: 10px 0 5px;
    }

    .events-slider {
        margin: 0;
    }
}

@media only screen and (min-width: 1440px) and (max-height: 900px) {
    .coocies-body {
        right: 33%;
    }

    .general-box {
        min-height: 100vh;
    }

    .header__body-title {
        font-size: 35px;
        line-height: 42px;
        padding: 9% 25px 9% 0;
    }

    .header__body-descriptions {
        padding: 0 25px 0 0;
    }

    .header__body-advantages {
        width: 85%;
        margin: 11% 0 0;
    }

    .events__nav-box {
        margin-top: 0px;
    }
}

@media only screen and (min-width: 1536px) and (max-height: 960px) {
    .general-box {
        max-width: 1536px;
        min-height: 100%;
    }

    .header__body-title {
        font-size: 40px;
        line-height: 48px;
        padding: 13% 0 6% 0;
    }

    .header__body-section {
        max-height: 72vh;
    }

    .services-title,
    .about-title,
    .events-title_footer {
        font-size: 25px;
        line-height: 32px;
    }

    .services__items-box-1,
    .services__items-box-2,
    .services__items-box-3 {
        width: 32%;
    }

    .services__list-items {
        line-height: 22px;
    }

    .services__body-box {
        align-content: flex-start;
        justify-content: space-around;
        margin-top: 0;
        height: auto;
    }

    .services__items-1,
    .services__items-2,
    .services__items-3 {
        padding: 20px 15px 15px 30px;
        margin-bottom: 15px;
    }

    .services__items-box-1::after,
    .services__items-box-2::after,
    .services__items-box-3::after {
        bottom: -7px;
        left: -6px;
        width: 103%;
        height: 113%;
    }

    .services__items-title {
        font-size: 20px;
    }

    .header__advantages-descriptions p, .services__list-items, .about-body__txt p, ol, .slider-events__item-date p, .slider-events__item-link, .copyright p, .footer__address-ru-description, .footer__phones-ru-link, .footer__mail-ru-mail, .footer__address-pl-description, .footer__phones-pl-link, .footer__mail-pl-mail {
        font-size: 15px;
    }

    .about-wraper {
        width: 60%;
        padding: 0 45px 0 0;
    }

    .about-body {
        width: 850px;
    }

    .events__nav-box {
        margin: 5px 0;
    }

    .events-title_footer {
        padding: 15px 0 0 0;
    }

    .events-slider {
        margin: 0;
    }

    .copyright {
        margin: 0;
    }
}

@media only screen and (min-width: 1600px) and (max-height: 900px) {

    .general-box,
    .general-box__header {
        max-width: 1600px;
        min-height: 100%;
    }

    .header__body-section-arrow {
        top: 90%;
    }

    .services__body-box {
        height: auto;
        margin-top: 0;
    }

    .services-title,
    .about-title,
    .events-title_footer{
        padding: 20px 0;
        font-size: 25px;
        line-height: 32px;
    }

    .services__items-box-1,
    .services__items-box-2,
    .services__items-box-3 {
        width: 32%;
    }

    .services__items-box-1::after,
    .services__items-box-2::after,
    .services__items-box-3::after {
        bottom: -5px;
        height: 113%;
        left: -2px;
        width: 101%;
    }

    .services__items-title {
        font-size: 20px;
    }

    .header__advantages-descriptions p, .services__list-items, .about-body__txt p, ol, .slider-events__item-date p, .slider-events__item-link, .copyright p, .footer__address-ru-description, .footer__phones-ru-link, .footer__mail-ru-mail, .footer__address-pl-description, .footer__phones-pl-link, .footer__mail-pl-mail {
        font-size: 15px;
    }

    .about-title {
        padding: 20px 0;
    }

    .events__nav-box {
        margin-top: 0;
    }

    .events-slider {
        margin: 5px 0;
    }

    .callback-free-2 {
        bottom: 30px;
    }

}

@media only screen and (min-width: 1536px) and (max-height: 864px) {
    .services__items-box-1,
    .services__items-box-2,
    .services__items-box-3 {
        width: 32%;
    }

    .services__list-items {
        line-height: 22px;
    }

    .callback-free-2 {
        bottom: 15px;
    }

    .events-title_footer {
        padding: 15px 0 0 0;
        font-size: 26px;
    }

    .events__nav-box {
        margin: 15px 0;
    }
}

@media only screen and (min-width: 1680px) and (max-height: 1050px) {

    .general-box,
    .general-box__header {
        max-width: 1680px;
    }

    .general-box {
        min-height: 100%;
    }

    .callback-free-1 {
        bottom: 100px;
    }

    .header__body-section-arrow {
        top: 80%;
    }

    .services-title,
    .about-title,
    .events-title_footer{
        padding: 20px 0;
        font-size: 25px;
        line-height: 30px;
    }

    .services__items-1,
    .services__items-2,
    .services__items-3 {
        margin-bottom: 20px;
        padding: 20px 35px;
    }

    .services__items-title {
        font-size: 20px;
    }

    .header__advantages-descriptions p, .services__list-items, .about-body__txt p, ol, .slider-events__item-date p, .slider-events__item-link, .copyright p, .footer__address-ru-description, .footer__phones-ru-link, .footer__mail-ru-mail, .footer__address-pl-description, .footer__phones-pl-link, .footer__mail-pl-mail {
        font-size: 15px;
    }

    .about-bg {
        background: url(../img/about-bg-1680_1050.svg) 65% 0px /cover no-repeat;
    }

    .about-bg-ru {
        background: url(../img/about-bg-1680_1050-ru.svg) 65% 0px /cover no-repeat;
    }

    .events__nav-box {
        margin-top: 10px;
    }

    .events-slider {
        margin: 5px 0 0 0;
    }

    .footer-wraper {
        padding: 5px 90px;
    }

    .copyright {
        margin: 0;
    }
}

@media only screen and (min-width: 1920px) and (max-height: 1080px) {

    .general-box,
    .general-box__header {
        max-width: 1920px;
    }

    .header__body-section-arrow {
        top: 83%;
    }

    .services__items-1,
    .services__items-2,
    .services__items-3 {
        padding: 25px 50px;
        margin-bottom: 25px;
    }

    .services-title,
    .about-title,
    .events-title_footer {
        padding: 25px 0px;
        font-size: 25px;
        line-height: 32px;
    }

    .services__items-title {
        font-size: 20px;
    }

    .header__advantages-descriptions p, .services__list-items, .about-body__txt p, ol, .slider-events__item-date p, .slider-events__item-link, .copyright p, .footer__address-ru-description, .footer__phones-ru-link, .footer__mail-ru-mail, .footer__address-pl-description, .footer__phones-pl-link, .footer__mail-pl-mail {
        font-size: 15px;
    }

    .callback-free-1 {
        bottom: 105px;
    }

    .general-box {
        min-height: 100%;
    }

    .about-bg {
        background: url(../img/about-bg.svg) 72% 0px /cover no-repeat;
    }
   
    .about-bg-ru {
        background: url(../img/about-bg-ru.svg) 72% 0px /cover no-repeat;
    }

    .events__nav-box {
        margin-top: 20px;
    }

    .events__nav-box {
        margin-top: 20px;
    }

    .events-slider {
        margin: 10px 0 0 0;
    }

    .footer-wraper {
        padding: 10px 90px;
    }

    .copyright {
        margin: -5px;
    }
}

@media (max-width:1260px) {
    .coocies-body {
        right: 33%;
    }

    .general-box {
        max-width: 1260px;
    }

    .header__txt-address,
    .header__txt-phones {
        display: none;
    }

    .header__menu-section {
        position: absolute;
        z-index: 3;
        justify-content: space-around;
    }

    .header__logo-box {
        margin-left: 23.3%;
    }

    .wraper__header__body {
        width: 100%;
        height: 85vh;
    }

    .header__body-advantages {
        width: 60%;
        height: 160px;
        margin: 6% 0 0
    }

    .header__body-title {
        padding: 10% 0 7% 0;
    }

    .header__body-section-arrow {
        top: 89%;
    }

    .header__body-section {
        max-height: 100vh;
    }

    .callback-free-1, .callback-free-2 {
        z-index: 2;
    }

    .wraper,
    .wraper__heder__menu {
        width: 100%;
    }

    .wraper-box__body-menu {
        padding-right: 65px;
    }

    .heder__menu-items {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        width: 100%;
        justify-content: space-around;
        margin: 0;
    }

    .heder__menu-items a {
        margin: 0 10px;
    }

    .heder__menu-items:nth-child(6) {
        display: flex;
    }

    .mobi-1260 {
        display: block;
    }

    .mobi-1260__box-phone__arrow {
        cursor: pointer;
        position: relative;
        padding-left: 15px;
        transform: rotate(180deg);
        padding-top: 5px;
    }

    .mobi-1260__box-phone__arrow-active {
        transform: rotate(360deg);
        padding-bottom: 5px;
        z-index: 1;
    }

    .mobi-1260__box-phone {
        position: absolute;
        padding: 18px 18px 18px 0px;
        top: 0;
        right: 2%;
        background: linear-gradient(336.45deg, #E2ECFA -0.58%, #232CAE 84%);
    }

    .mobi-1260__box-phone a {
        color: #FFFFFF;
        font-size: 15px;
        font-weight: 500;
        margin: 0 30px;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }

    .services__items-box-1:hover:after,
    .services__items-box-2:hover:after,
    .services__items-box-3:hover:after {
        opacity: 0;
    }

    .services__items-box-1,
    .services__items-box-2,
    .services__items-box-3 {
        justify-content: center;
        width: 100%;
    }

    .services__items {
        justify-content: center;
    }

    .services__items-1,
    .services__items-2,
    .services__items-3 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: center;
        justify-content: flex-start;
        padding: 25px 100px;
    }

    .services__items-list {
        width: 100%;
    }

    .about-box {
        display: flex;
        flex-wrap: wrap;
        height: 100%;
        flex-direction: column;
    }

    .about-bg {
        width: 100%;
        height: 345px;
        background: url(../img/about-bg-1260.svg) 50% 0px no-repeat;
        background-size: contain;
    }

    .about-bg-ru {
        width: 100%;
        height: 345px;
        background: url(../img/about-bg-1260-ru.svg) 50% 0px no-repeat;
        background-size: contain;
    }

    .about-wraper {
        padding: 0 80px 0;
        width: 100%;
    }

    .about-body {
        background: #e2ecfa00;
    }

    .about-title {
        padding: 30px 0;
    }

    .about-body__txt p {
        text-align: left;
    }

    .about-slider {
        padding: 20px 20px 100px 20px;
    }

    .footer-wraper {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        background: url(../img/body-bg-blur.svg) center /cover no-repeat;
    }

    .footer__address-ru-description span {
        display: inline-block;
    }

    .footer-logo {
        width: 450px;
        height: 350px;
    }

    .footer-logo__hover:after {
        top: 85px;
        left: 200px;
    }

    .order-1 {
        order: 2;
    }

    .order-2 {
        order: 1;
        justify-content: center;
    }

    .order-3 {
        order: 3;
    }

    .footer__address-ru-title::before,
    .footer__address-pl-title::before {
        width: 70%;
    }

    .footer__phones-ru-title::before,
    .footer__phones-pl-title::before {
        width: 60%;
    }

    .footer__mail-ru-title::before,
    .footer__mail-pl-title::before {
        width: 50%;
    }

    .footer__mail-ru-mail::before,
    .footer__mail-pl-mail::before {
        width: 245%;
    }

    .footer-callback__ru-boottom {
        padding: 15px 20px;
        font-size: 18px;
    }

    .copyright {
        margin: 20px 0 0;
    }
}

@media (max-width: 1194px) {
    .header__body__abs {
        top: 40px;
    }

    .mobi-1260__box-phone__arrow-active {
        right: 15px;
    }

    .box__body-menu {
        width: 500px;
    }
}

@media (max-width: 1152px) {
    .wraper__header__body {
        height: 65vh;
    }

    .body-menu__nav {
        margin: 15px 0 0px 95.2%;
    }

    .heder__menu-items a {
        margin: 0 2px;
    }

    #mobi-body-menu__link-1152 {
        margin: 0 10px;
    }
}

@media (max-width:1100px) {
    .general-box {
        max-width: 1100px;
    }

    .header__logo-box {
        margin-left: 21.3%;
    }

    .box__body-menu {
        padding-right: 35px;
    }

    .wraper {
        padding: 0 20px;
    }

    .mobi-1260__box-phone__link {
        padding-right: 5px;
    }

    .mobi-1260__box-phone {
        right: 0.5%;
    }

    .header__body-title {
        padding: 15% 20px 5% 20px;
    }

    .header__body-advantages {
        margin: 6% 50px 3%;
    }

    .about-bg, .about-bg-ru {
        height: 310px;
    }
}

@media (max-width:1080px) {
    .header__body__abs {
        top: 0px;
    }

    .img-404 {
        width: 409px;
        height: 409px;
    }
}

@media (max-width:1024px) {
    .general-box {
        max-width: 1024px;
    }

    .header__body__abs {
        top: 0;
    }

    .header__body-section {
        min-height: 70vh;
    }

    .mobi-1260__box-phone {
        right: 0.5%;
    }

    .heder__menu-items a {
        margin: 0 -3px;
    }

    .body-menu__nav {
        margin: 15px 0 0px 94.2%;
    }

    .tel-rus {
        display: none;
    }

    .about-bg, .about-bg-ru {
        height: 300px;
    }

    .footer-callback__ru,
    .footer-callback__pl {
        padding-top: 60px;
    }

    .img-404 {
        width: 394px;
        height: 394px;
    }

}

@media only screen and (min-width: 1024px) and (max-height: 768px) {
    .header__body-section {
        min-height: 84vh;
    }
}

@media (max-width:990px) {
    .general-box {
        max-width: 990px;
    }

    .body-menu__nav {
        margin: 15px 0 0px 94%;
    }

    .events-title_footer {
        padding: 30px 0;
    }

    .events__nav-box {
        display: none;
    }

    .events__nav-box-990 {
        width: 100%;
        height: 30px;
        margin-top: 40px;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .callback-img {
        display: none;
    }
}

@media (max-width: 876px) {

    .wraper__heder__menu {
        padding: 0 20px;
    }

    .services__items-box-1,
    .services__items-box-2,
    .services__items-box-3 {
        padding: 0;
    }

    .header__body-section {
        max-height: 55vh;
        min-height: 60vh;
    }

    .header__body__abs {
        top: 30px;
    }

    .logo__body-menu__img {
        width: 210px;
    }

    .about-bg, .about-bg-ru {
        height: 250px;
    }

}

@media (max-width:860px) {
    .general-box {
        max-width: 860px;
    }

    .coocies-body {
        right: 28%;
    }

    .header__logo-box {
        margin-left: 13.3%;
    }

    .heder__menu-items {
        justify-content: space-between;
    }

    .heder__menu-items:nth-child(6) {
        min-width: 180px;
    }

    .header__body-title {
        font-size: 32px;
        line-height: 38px;
    }

    .about-bg, .about-bg-ru {
        height: 250px;
    }

    .footer__mail-ru-mail::before,
    .footer__mail-pl-mail::before {
        width: 165%;
    }
}

@media (max-width: 834px) {
    .logo__body-menu__img {
        width: 150px;
    }

    .mobi-1260__box-phone {
        right: 3%;
    }
}

@media (max-width: 810px) {
    .logo__body-menu__link, .heder__menu-items a {
        font-size: 14px;
    }
}

@media (max-width:800px) {
    .general-box {
        max-width: 800px;
    }

    .header__body-title {
        font-size: 30px;
        line-height: 36px;
    }

    .header__advantages-descriptions p {
        font-size: 15px;
    }

    .box__body-menu {
        padding-right: 0;
    }

    .box__body-menu {
        width: 430px;
    }

    .callback-free-1,
    .callback-free-2 {
        right: 40px;
    }

    .services__items-1,
    .services__items-2,
    .services__items-3 {
        padding: 25px 50px;
    }

    .header__menu-box .heder__menu-items a {
        font-size: 15px;
    }

    .body-menu__nav {
        margin: 15px 0 0px 94%;
    }

    .wraper-little {
        padding: 0 100px;
    }

    .body-menu .box__body-menu .wraper .header__menu-box .heder__menu-items a {
        font-size: 13px;
        margin: 0 5px;
    }

    .body-menu__nav-link-close {
        width: 10px;
        height: 10px;
        top: 17px;
        right: 10px;
    }

    .header__menu-box {
        padding-right: 5px;
    }

    .img-404 {
        width: 275px;
        height: 275px;
    }

}

@media only screen and (min-width: 800px) and (max-height: 600px) {

    .header__body-section {
        min-height: 85vh;
    }

    .header__body-title {
        font-size: 28px;
        line-height: 32px;
        padding: 14% 50px 5% 50px;
    }

    .header__body-advantages {
        width: 77%;
    }

    .services__items-box-1,
    .services__items-box-2,
    .services__items-box-3 {
        padding: 0;
    }

    .logo__body-menu__link {
        padding: 0 3px;
    }
    
    .about-body__txt {
        padding: 0%;
    }

    #mobi-body-menu__link-1152 {
        margin: 0 6px;
    }
}

@media only screen and (min-width: 800px) and (max-height: 1280px) {

    .services__items-box-1,
    .services__items-box-2,
    .services__items-box-3 {
        padding: 0;
    }

}
@media (max-width:768px) {
    .wraper__header__body {
        height: 65vh;
    }

    .general-box__header {
        height: 760px;
    }

    .logo__body-menu__img {
        width: 200px;
        height: 30px;
    }

    .logo__body-menu__link {
        font-size: 12px;
        padding: 0 2px;
    }

    .box__body-menu {
        padding-right: 5px;
    }

    #mobi-body-menu__link-1152 {
        margin: 0 8px;
    }

    .body-menu__nav-link-close {
        top: 15px;
    }

    .wraper-little {
        padding: 0 50px;
    }

    .services__items-box-1,
    .services__items-box-2,
    .services__items-box-3 {
        padding: 0;
    }

    .services__items-1,
    .services__items-2,
    .services__items-3 {
        padding: 25px 85px;
    }

    .events__nav-link {
        margin-right: 0;
    }
}

@media (max-width:760px) {
    .general-box {
        max-width: 760px;
    }

    .coocies-body {
        right: 25%;
    }

    .header__logo-box {
        margin-left: 8.3%;
    }

    .heder__menu-items:nth-child(6) {
        min-width: 165px;
    }

    .header__body-advantages {
        width: 60%;
    }

    .header__body-title {
        padding: 18% 50px 8% 50px;
    }

    .header__body-advantages {
        margin: 12% 50px 0%;
    }

    .header__advantages-items {
        align-items: center;
    }

    .header__advantages-descriptions p {
        padding: 20px 0 0;
    }

    .footer__address-ru-title::before,
    .footer__address-pl-title::before {
        width: 100%;
    }

    .footer__phones-ru-title::before,
    .footer__phones-pl-title::before {
        width: 80%;
    }

    .footer__mail-ru-title::before,
    .footer__mail-pl-title::before {
        width: 65%;
    }
}

@media (max-width:670px) {
    .general-box {
        max-width: 670px;
    }

    .header__logo-box {
        margin-left: 2.3%;
    }

    .heder__menu-items:nth-child(6) {
        margin-right: 30px;
        min-width: 160px;
    }

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

    .header__body-descriptions {
        padding-left: 0;
        text-align: center;
        background-image: radial-gradient(55% 905% at 90% 70%, #162ABE 70%, #46317F 60%, #B42322 100%);
    }

    .about-bg {
        width: 100%;
        height: 330px;
        background: url(../img/about-bg-670.svg) 50% 0px no-repeat;
        background-size: contain;
    }

    .about-bg-ru {
        width: 100%;
        height: 330px;
        background: url(../img/about-bg-670-ru.svg) 50% 0px no-repeat;
        background-size: contain;
    }

    .about-wraper {
        padding: 0 20px 0;
    }

    .slider-events__item-date p,
    .slider-events__item-link {
        font-size: 16px;
        line-height: 20px;
    }

    .callback-free-1,
    .callback-free-2 {
        bottom: 20px;
        right: 30px;
    }

    .wraper-events {
        padding: 10px 20px 0;
    }

    .footer-wraper {
        padding: 10px 20px;
    }

    .footer__address-ru-title::before,
    .footer__address-pl-title::before {
        width: 100%;
    }

    .footer__phones-ru-title::before,
    .footer__phones-pl-title::before {
        width: 80%;
    }

    .footer__mail-ru-title::before,
    .footer__mail-pl-title::before {
        width: 60%;
    }

    .copyright {
        padding: 30px 0 0;
        margin: 0;
    }
}

@media (max-width:625px) {
    .coocies-body {
        right: 18%;
    }

    .header__top-section {
        align-items: center;
    }

    .header__logo-box {
        margin-left: 58%;
        width: 190px;
        height: 25px;
        background: url(../img/logo-top-320.svg) 0 center /cover no-repeat;
        z-index: 2;
    }

    .header__menu-section {
        height: 40px;
    }

    .header__menu-box {
        display: none;
    }

    .mobi-320__body-phone {
        display: block;
        position: absolute;
        z-index: 3;
        top: 13px;
        left: 30px;
    }

    .header-menu__box-320 {
        display: block;
        position: relative;
        z-index: 10;
    }

    .header-menu__nav-link-320 {
        display: block;
        position: absolute;
        cursor: pointer;
        top: -10px;
        right: -100%;
    }

    .header__box-menu-320 {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        width: 150px;
        height: auto;
        padding-bottom: 20px;
        right: -111%;
        top: -20px;
        background: linear-gradient(326.6deg, #E2ECFA -0.76%, #232CAE 82.73%);
        z-index: 19;
    }

    .header__menu-body-320 {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .heder__menu-items-320 {
        margin: 20px 0 0;
    }

    .heder__menu-items-320 a {
        color: #FFFFFF;
        font-size: 15px;
        font-weight: 500;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }

    .header__box-menu-320-close {
        position: absolute;
        cursor: pointer;
        width: 12px;
        height: 12px;
        top: 10px;
        right: 5px;
    }

    .header__box-menu-320-close:before {
        content: '';
        background-color: #fff;
        position: absolute;
        height: 2px;
        width: 12px;
        top: 11px;
        left: -4px;
        transform: rotate(-45deg);
    }

    .header__box-menu-320-close:after {
        content: '';
        background-color: #fff;
        position: absolute;
        height: 2px;
        width: 12px;
        top: 11px;
        transform: rotate(45deg);
        left: -4px;
    }

    .mobi-320__box-phone__arrow {
        position: absolute;
        right: -30px;
        transform: rotate(180deg);
        top: -6px;
    }

    .mobi-320__box-phone__arrow-active {
        transform: rotate(360deg);
        top: -3px;
        z-index: 1;
    }

    .mobi-320__box-phone__link,
    .mobi-320__box-phone a {
        color: #000;
        font-size: 15px;
        line-height: 28px;
        font-weight: 500;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }

    .mobi-320__box-phone a {
        color: #fff;
    }

    .mobi-320__box-phone__link {
        position: relative;
    }

    .mobi-320__box-phone {
        display: none;
        background: linear-gradient(135deg, #E2ECFA 0%, #162ABE 78.01%, #46317F 100%);
        padding: 10px 20px 10px 20px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .header-menu__box-320 {
        width: 100%;
    }

    .header-menu__nav-320 {
        display: block;
        position: absolute;
        cursor: pointer;
        margin: 75px 0 0 90%;
    }

    .body-menu__nav-link svg {
        display: none;
    }

    .header__body-title {
        font-size: 27px;
        line-height: 32px;
        padding: 19% 0 7% 0;
    }

    .header__body-descriptions {
        font-size: 21px;
    }

    .header__body-advantages {
        width: 75%;
        margin: 15% 0 0;
    }

    .callback-free-2 {
        bottom: 2%;
    }

    .about-slider {
        padding: 20px 20px 20% 20px;
    }
}

@media (max-width:580px) {
    .header__logo-box {
        margin-left: 65.3%;
        width: 130px;
        height: 20px;
    }

    .footer-map {
        display: block;
        width: 100%;
        height: 200px;
        padding: 0 10px 0;
        margin-top: 40px;
    }

    .callback-1,
    .callback-2,
    .success {
        padding: 25px;
    }

    .callback-form {
        width: auto;
        height: auto;
        margin: 0 20px;
        padding: 30px;
    }
}

@media (max-width:540px) {
    .coocies-body {
        right: 17%;
    }

    .general-box__header {
        height: 705px;
    }

    .header__body-title {
        font-size: 25px;
        line-height: 34px;
    }

    .header__body-descriptions {
        font-size: 20px;
    }

    .header__body-advantages {
        width: 82%;
    }

    .services-title,
    .about-title,
    .events-title,
    .events-title_footer {
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .services__items-1,
    .services__items-2,
    .services__items-3 {
        padding: 15px 25px 15px 25px;
    }

    .services__items {
        padding: 30px;
        margin-bottom: 35px;
    }

    .services__items-title {
        font-size: 18px;
    }

    .callback-free-2 {
        bottom: 1%;
    }

    .footer-callback__ru,
    .footer-callback__pl {
        display: flex;
        justify-content: center;
        width: 100%;
        padding-top: 65px;
    }

    .callback-1__input {
        margin-bottom: 10px;
    }
}

@media (max-width:500px) {
    .mobi-320__body-phone {
        left: 10px;
    }

    .mobi-320__box-phone__arrow {
        right: -30px;
    }

    .mobi-320__box-phone__link,
    .mobi-320__box-phone a {
        font-size: 15px;
    }

    .header__logo-box {
        margin-left: 57.3%;
        width: 90px;
        height: 15px;
    }

    .header__body-descriptions {
        font-size: 18px;
    }

    .header__box-menu-320 {
        width: 190px;
    }

    .header__box-menu-320-close {
        top: 10px;
        right: 15px;
    }

    .heder__menu-items-320 a {
        font-size: 15px;
    }

    .callback-form {
        margin: 0 15px;
        padding: 20px;
    }
}

@media (max-width:480px) {

    .footer__address-ru-title,
    .footer__address-pl-title,
    .footer__phones-ru-title,
    .footer__phones-pl-title,
    .footer__mail-ru-title,
    .footer__mail-pl-title {
        font-size: 15px;
    }

    .footer__address-ru-description,
    .footer__address-pl-description,
    .footer__phones-ru-link,
    .footer__phones-pl-link,
    .footer__mail-ru-mail,
    .footer__mail-pl-mail {
        font-size: 15px;
        line-height: 20px;
    }

    .footer__phones-ru-title::before,
    .footer__phones-pl-title::before {
        width: 85%;
    }

    .footer__mail-ru-title::before,
    .footer__mail-pl-title::before {
        width: 75%;
    }

    .footer__mail-ru-mail::before,
    .footer__mail-pl-mail::before {
        width: 145%;
    }
}

@media (max-width: 460px) {
    .coocies-body {
        right: 0;
        top: 0;
        width: 100%;
        height: auto;
    }

    .header__logo-box {
        margin-left: 65%;
    }

    .header__body-title {
        font-size: 20px;
        line-height: 24px;
    }

    .header__advantages-title p {
        font-size: 18px;
        line-height: 20px;
    }

    .header__advantages-items {
        padding: 5px;
    }

    .header__body-advantages {
        width: 105%;
    }

    .about-bg, .about-bg-ru {
        height: 220px;
    }

    .events__nav-link {
        margin-right: 0;
    }

    .footer-logo {
        width: 400px;
        height: 290px;
    }

    .footer-callback__ru-boottom {
        font-size: 15px;
        width: 260px;
        padding: 10px;
    }

    .footer-callback__ru,
    .footer-callback__pl {
        padding-top: 55px;
    }

    .copyright p {
        font-size: 14px;
    }

    .callback-form {
        margin: 0;
    }

    .close__callback {
        top: 5px;
        right: 0;
    }

    .close__callback:before,
    .close__callback::after {
        width: 20px
    }

    .callback-title {
        font-size: 16px;
    }

    .callback-description {
        font-size: 15px;
        padding: 16px 0;
    }

    .callback-1__input,
    .callback-2__input {
        width: 245px;
        font-size: 15px;
        padding-left: 60px;
    }

    .callback-1__input-name,
    .callback-2__input-name,
    .callback-1__input-phone,
    .callback-2__input-phone,
    .callback-2__input-trening {
        background-position: 18px center;
    }

    .callback__button {
        font-size: 15px
    }

    .callback-1__input::-webkit-input-placeholder,
    .callback-2__input::-webkit-input-placeholder {
        font-size: 12px;

    }

    .callback-1__input:-moz-placeholder,
    .callback-2__input:-moz-placeholder {
        font-size: 12px;
    }

    .callback-1__input-name,
    .callback-2__input-name,
    .callback-1__input-phone,
    .callback-2__input-phone,
    .callback-2__input-trening {
        background-size: 25px;
    }

    .callback__button {
        font-size: 15px
    }
}

@media (max-width:428px) {
    .coocies-body {
        right: 0;
        width: 100%;
        height: auto;
    }

    .header__advantages-descriptions p {
        font-variant: none;
        padding: 20px 0 0;
        text-transform: lowercase;
        font-size: 13px;
    }

    .wraper-little {
        padding: 0 30px;
    }

    .order-3 {
        padding: 0 10px 0 0;
    }
}

@media (max-width:417px) {
    .order-3 {
        padding: 0 20px 0 0;
    }
}

@media (max-width:414px) {
    .header__body-section {
        min-height: 75vh;
    }   

    .header__logo-box {
        margin-left: 57%;
        width: 110px;
        height: 20px;
    }

    .header__body-title {
        padding: 26% 0 7% 0;
    }

    .header__body__abs {
        left: 45px;
        right: 45px;
    }

    .wraper-little {
        padding: 0 20px;
    }

    .services__items-1,
    .services__items-2,
    .services__items-3 {
        padding: 15px 20px 15px 35px;
    }

    .about-body__txt {
        padding: 0;
    }

    .about-bg, .about-bg-ru {
        height: 210px;
    }

    .callback-free-2 {
        bottom: 0%;
    }

    .footer-logo {
        width: 370px;
        height: 260px;
    }

    .callback-free-1,
    .callback-free-2 {
        width: 50px;
        height: 50px;
    }

    .callback-free__img {
        width: 20px;
        height: 20px;
    }

    .copyright {
        padding: 5px 0 0;
    }

    .order-3 {
        padding: 0;
    }
}

@media only screen and (min-width: 414px) and (max-height: 736px) {
    .header__body-section {
        min-height: 100vh;
    }
}

@media (max-width:410px) {
    .copyright {
        padding: 0;
    }
}

@media (max-width:400px) {
    .coocies-body {
        right: 0;
        top: 0;
        width: 100%;
        height: auto;
    }
}

@media (max-width:395px) {
    .order-3 {
        width: 100%;
    }
}

@media (max-width:380px) {
    .header__logo-box {
        margin-left: 57%;
        width: 100px;
        height: 15px;
    }

    .header__body__abs {
        left: 20px;
        right: 20px;
    }

    .wraper__header__body {
        height: 90vh;
    }

    .footer-logo {
        width: 330px;
        height: 245px;
    }

    .callback-form {
        width: 300px;
    }
}

@media (max-width: 375px) {
    .general-box__header {
        height: 670px;
    }

    .about-bg, .about-bg-ru {
        height: 190px;
    }
}

@media (max-width: 360px) {
    .general-box__header {
        height: 650px;
    }

    .header__logo-box {
        width: 115px;
        height: 20px;
        margin-left: 52%;
    }

    .header__advantages-descriptions p {
        font-size: 14px;
    }

    .title__articles-body {
        font-size: 18px;
    }

    .about-bg, .about-bg-ru {
        height: 180px;
    }

    .footer-logo {
        width: 270px;
        height: 180px;
    }

    .footer-callback__ru-boottom {
        width: 270px;
        padding: 10px;
    }
}

@media (max-width: 340px) {
    .footer-logo {
        width: 260px;
        height: 150px;
    }

    .footer-callback__ru-boottom {
        width: 270px;
        padding: 10px;
    }
}

@media (max-width: 320px) {
    .general-box__header {
        height: 550px;
    }

    ol {
        font-size: 13px;
    }

    .mobi-320__body-phone {
        left: 20px;
    }

    .mobi-320__box-phone__arrow {
        right: -30px;
        top: -7px;
    }

    .mobi-320__box-phone__link,
    .mobi-320__box-phone a {
        font-size: 13px;
        line-height: 22px
    }

    .header__logo-box {
        margin-left: 55%;
        width: 90px;
        height: 15px;
    }

    .header__box-menu-320 {
        right: -115%;
    }

    .header__body__abs {
        top: -10px;
    }

    .header__body-title {
        font-size: 18px;
        line-height: 24px;
        padding: 27% 0 10% 0;
    }

    .header__body-descriptions {
        font-size: 15px;
    }

    .header__body-advantages {
        height: 140px;
    }

    .header__advantages-items {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        padding: 5px;
        justify-content: center;
    }

    .header__advantages-title p {
        font-size: 15px;
        text-align: center;
    }

    .header__advantages-descriptions p {
        font-size: 12px;
        line-height: 19px;
        text-align: left;
        padding: 15px 0 0px;
    }

    .wraper__header__body {
        height: 70vh;
    }

    .services-title,
    .about-title,
    .events-title {
        padding: 15px 0;
        font-size: 17px;
        line-height: 28px;
    }

    .services__items-title {
        font-size: 15px;
    }

    .services__items {
        padding: 25px;
    }

    .services__list-items {
        font-size: 13px;
    }

    .about-bg, .about-bg-ru {
        height: 160px;
    }

    .about-body__txt p {
        font-size: 13px;
        line-height: 22px;
        text-align: left;
    }

    .about-body__txt {
        padding: 0;
    }

    .callback-free-1,
    .callback-free-2 {
        right: 20px;
    }

    .callback-free-1 {
        bottom: 2px;
    }

    .callback-free__img {
        width: 25px;
        height: 25px;
    }

    .heder__menu-items-320 {
        margin: 20px 0 0;
    }

    .heder__menu-items-320 a {
        font-size: 13px;
    }

    .header__box-menu-320-close {
        top: 10px;
        right: 10px;
    }

    .header__box-menu-320-close:after,
    .header__box-menu-320-close::before {
        width: 15px;
    }

    .close__callback {
        top: 8px;
        right: 5px;
    }

    .close__callback:before,
    .close__callback::after {
        width: 20px;
    }

    .callback-1,
    .callback-2,
    .success {
        padding: 30px;
    }

    .callback-form {
        width: 200px;
        height: 300px;
        margin: 0;
        padding: 10px;
    }

    .callback-title {
        font-size: 15px;
    }

    .callback-description {
        font-size: 12px;
        line-height: 16px;
        padding: 5px 0;
    }

    .callback-1__input,
    .callback-2__input {
        width: 165px;
        height: 50px;
        padding-left: 50px;
        font-size: 10px;
    }

    .callback-1__input-name,
    .callback-2__input-name,
    .callback-1__input-phone,
    .callback-2__input-phone,
    .callback-2__input-trening {
        background-position: 16px center;
    }

    .callback-1__input::-webkit-input-placeholder,
    .callback-2__input::-webkit-input-placeholder {
        font-size: 10px;

    }

    .callback-1__input:-moz-placeholder,
    .callback-2__input:-moz-placeholder {
        font-size: 10px;
    }

    .callback__button {
        padding: 10px 25px;
        font-size: 15px;
    }

    .events__nav-box-990 {
        margin-top: 30px;
    }

    .footer-logo {
        width: 213px;
        height: 140px;
    }

    .footer-logo__hover:after {
        top: -9px;
        left: 75px;
    }

    .footer-callback__ru-boottom {
        width: 250px;
    }

    .copyright {
        padding: 10px 0 0;
        margin: 0;
    }

    .copyright p {
        font-size: 12px;
        line-height: 20px;
    }

    .img-404 {
        width: 230px;
        height: 230px;
    }

}

@media (max-width: 300px) {

    .mobi-320__box-phone__link,
    .mobi-320__box-phone a {
        font-size: 14px;
    }

    .header__logo-box {
        width: 90px;
    }

    .mobi-320__box-phone__arrow {
        right: 32px;
    }

    .coocies-txt,
    .coocies-txt a {
        font-size: 14px;
        line-height: 18px;
        font-weight: 500;
        color: #fff;
    }

    .coocies-button__yes,
    .coocies-button__no {
        font-size: 14px;
        line-height: 25px;
        width: 100px;
    }
}

@media (max-width: 280px) {

    .coocies-button__yes,
    .coocies-button__no {
        width: 95px;
    }

    .wraper {
        padding: 0 10px;
    }

    .mobi-320__body-phone {
        left: 10px;
    }

    .mobi-320__box-phone__arrow {
        right: -25px;
    }

    .header__logo-box {
        margin-left: 54.3%;
        width: 90px;
    }

    .header__body-advantages {
        margin: 30% 0 0;
        padding: 0px;
    }

    .footer-callback__ru-boottom {
        width: 230px;
    }
}