@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, legend, 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,
header,
hgroup,
menu,
nav {
    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
}

.display-none {
    display: none;
}

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

.general-box__header {
    position: relative;
    width: 100%;
    height: 100%;

}

.wraper {
    padding: 0 60px;
}

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

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

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

.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,
.articles-nav-txt: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;
}

.box__articles-body__data {
    display: none;
}

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

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

.heder__menu-items a {
    color: #FFFFFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    margin: 0 30px;
    -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%;
}

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

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

.wrapper__articles-nav {
    display: block;
    padding: 0 50px;
}

.articles-nav__header-body {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 35px 10px 10px 20px;
    border-bottom: 2px solid #46317F;
}

.articles-nav__heder-box-left {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

a.articles-nav-txt {
    text-decoration: none;
}

.articles-nav-txt {
    cursor: pointer;
    padding: 0 5px;
    font-weight: 400;
    font-size: 15px;
    color: #000000;
}

#articles-nav-txt-active {
    font-weight: 400;
    font-size: 15px;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(to right, #2d349a, #692d6c);
}

.articles-nav__heder-box-right {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}

.articles-nav__heder-date {
    font-weight: 400;
    font-size: 15px;
    color: #000000;
}

.articles-body {
    width: 70%;
    height: 100%;
}

.box__articles-body {
    overflow: hidden;
    height: 1275px;
    padding: 50px 130px 0;
}

.box__articles-body:hover {
    overflow-y: scroll;
}

/* scroll /*/
.box__articles-body {
    scrollbar-width: thin;
    scrollbar-color: #46317F #e1ebfa00;
}

.box__articles-body::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}

.box__articles-body::-webkit-scrollbar-track {
    background: #e1ebfa00;
    height: 5px;
    width: 5px;
}

.box__articles-body::-webkit-scrollbar-thumb {
    background-color: #46317F;
    border-radius: 100px;
    border: 0px solid #e1ebfa00;
    height: 5px;
    width: 5px;
}

/* /*/
.title__articles-body {
    text-align: center;
    font-weight: 500;
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
    color: #000000;
}

.articles-title-img {
    width: 100%;
    padding: 30px 0 45px;
    height: 600px;
}

.txt__articles-body p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 10px;
    color: #000000;
}

.txt__articles-body p span {
    font-weight: 700;
}

.items-list {
    margin: 10px 0 10px 0;
}

.list-items-circle {
    font-size: 15px;
    margin-left: 20px;
    list-style-type: circle;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.wraper__header__body {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-end;
    height: 100%;
    width: 100%;
    padding: 135px 90px 30px 60%;
    background: url(../img/articles-wraper-header-body.svg) no-repeat;
    background-position: right;
    background-position-x: 1200px;
    background-position-y: 0px;
}

.title-wraper__header__body {
    margin-top: 0%;
    text-align: center;
    font-weight: 500;
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
    color: #000000;
    padding-right: 75px;
}

.articles-nav__body-box-1,
.articles-nav__body-box-2,
.articles-nav__body-box-3,
.articles-nav__body-box-4,
.articles-nav__body-box-5,
.articles-nav__body-box-6,
.articles-nav__body-box-7,
.articles-nav__body-box-8,
.articles-nav__body-box-9,
.articles-nav__body-box-10,
.articles-nav__body-box-11,
.articles-nav__body-box-12,
.articles-nav__body-box-13,
.articles-nav__body-box-14 {
    cursor: pointer;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 15px;
    width: 400px;
    height: 150px;
    margin: 30px 0;
    background: linear-gradient(180deg, #E2ECFA 46.1%, rgba(255, 255, 255, 0) 100%), rgba(255, 255, 255, 0.3);
    border: 2px solid rgba(22, 42, 190, 0.5);
    backdrop-filter: blur(4px);
    border-radius: 15px;
    z-index: 5;
}

.articles-nav__body-box-0 {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 15px;
    width: 400px;
    height: 150px;
    margin: 30px 0;
    border-radius: 15px;
    z-index: 5;
}

.articles-nav__body-box-1:hover,
.articles-nav__body-box-2:hover,
.articles-nav__body-box-3:hover,
.articles-nav__body-box-4:hover,
.articles-nav__body-box-5:hover,
.articles-nav__body-box-6:hover,
.articles-nav__body-box-7:hover,
.articles-nav__body-box-8:hover,
.articles-nav__body-box-9:hover,
.articles-nav__body-box-10:hover,
.articles-nav__body-box-11:hover,
.articles-nav__body-box-12:hover,
.articles-nav__body-box-13:hover,
.articles-nav__body-box-14:hover {
    background: linear-gradient(181.5deg, rgba(22, 42, 190, 0.37) 1.2%, rgba(255, 255, 255, 0.3) 96.62%), rgba(255, 255, 255, 0.34);
    backdrop-filter: blur(4px);
    border-radius: 15px;
}

.articles-nav__body-box-1:hover .articles-nav__body-txt-1::after,
.articles-nav__body-box-2:hover .articles-nav__body-txt-2::after,
.articles-nav__body-box-3:hover .articles-nav__body-txt-3::after,
.articles-nav__body-box-4:hover .articles-nav__body-txt-4::after,
.articles-nav__body-box-5:hover .articles-nav__body-txt-5::after,
.articles-nav__body-box-6:hover .articles-nav__body-txt-6::after,
.articles-nav__body-box-7:hover .articles-nav__body-txt-7::after,
.articles-nav__body-box-8:hover .articles-nav__body-txt-8::after,
.articles-nav__body-box-9:hover .articles-nav__body-txt-9::after,
.articles-nav__body-box-10:hover .articles-nav__body-txt-10::after,
.articles-nav__body-box-11:hover .articles-nav__body-txt-11::after,
.articles-nav__body-box-12:hover .articles-nav__body-txt-12::after,
.articles-nav__body-box-12:hover .articles-nav__body-txt-13::after,
.articles-nav__body-box-12:hover .articles-nav__body-txt-14::after {
    filter: drop-shadow(0px 0px 22px #ffffff);
}

.articles-nav__body-box__data {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: right;
    color: #000000;
}

.articles-nav__body-txt-1,
.articles-nav__body-txt-2,
.articles-nav__body-txt-3,
.articles-nav__body-txt-4,
.articles-nav__body-txt-5,
.articles-nav__body-txt-6,
.articles-nav__body-txt-7,
.articles-nav__body-txt-8,
.articles-nav__body-txt-9,
.articles-nav__body-txt-10,
.articles-nav__body-txt-11,
.articles-nav__body-txt-12,
.articles-nav__body-txt-13,
.articles-nav__body-txt-14 {
    position: relative;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    padding: 9px 20px 12px 100px;
    color: #000000;
}

.articles-nav__body-txt-1::after,
.articles-nav__body-txt-2::after,
.articles-nav__body-txt-3::after,
.articles-nav__body-txt-4::after,
.articles-nav__body-txt-5::after,
.articles-nav__body-txt-6::after,
.articles-nav__body-txt-7::after,
.articles-nav__body-txt-8::after,
.articles-nav__body-txt-9::after,
.articles-nav__body-txt-10::after,
.articles-nav__body-txt-11::after,
.articles-nav__body-txt-12::after,
.articles-nav__body-txt-13::after,
.articles-nav__body-txt-14::after {
    height: 90px;
    width: 90px;
    top: -8px;
    left: 5px;
}

.articles-nav__body-txt-1::after {
    content: '';
    background: url(../img/articles-nav-img-1.svg) no-repeat;
    position: absolute;

}

.articles-nav__body-txt-2::after {
    content: '';
    background: url(../img/articles-nav-img-2.svg) no-repeat;
    position: absolute;

}

.articles-nav__body-txt-3::after {
    content: '';
    background: url(../img/articles-nav-img-3.svg) no-repeat;
    position: absolute;
}

.articles-nav__body-txt-4::after {
    content: '';
    background: url(../img/articles-nav-img-4.svg) no-repeat;
    position: absolute;

}

.articles-nav__body-txt-5::after {
    content: '';
    background: url(../img/articles-nav-img-5.svg) no-repeat;
    position: absolute;
}

.articles-nav__body-txt-6::after {
    content: '';
    background: url(../img/articles-nav-img-6.svg) no-repeat;
    position: absolute;
}

.articles-nav__body-txt-7::after {
    content: '';
    background: url(../img/articles-nav-img-7.svg) no-repeat;
    position: absolute;
}

.articles-nav__body-txt-8::after {
    content: '';
    background: url(../img/articles-nav-img-8.svg) no-repeat;
    position: absolute;
}

.articles-nav__body-txt-9::after {
    content: '';
    background: url(../img/articles-nav-img-9.svg) no-repeat;
    position: absolute;
}

.articles-nav__body-txt-10::after {
    content: '';
    background: url(../img/articles-nav-img-10.svg) no-repeat;
    position: absolute;
}

.articles-nav__body-txt-11::after {
    content: '';
    background: url(../img/articles-nav-img-11.svg) no-repeat;
    position: absolute;
}

.articles-nav__body-txt-12::after {
    content: '';
    background: url(../img/articles-nav-img-12.svg) no-repeat;
    position: absolute;
}

.articles-nav__body-txt-13::after {
    content: '';
    background: url(../img/articles-nav-img-13.svg) no-repeat;
    position: absolute;
}

.articles-nav__body-txt-14::after {
    content: '';
    background: url(../img/articles-nav-img-14.svg) no-repeat;
    position: absolute;
}

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

.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 {
    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: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}

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

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

.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: 15px;
    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: 15px;
    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: 15px;
    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: 15px;
    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: 15px;
    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: 18px;
    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;
}

.copyright {
    margin: 10px 0 0;
}

.copyright p {
    font-size: 15px;
    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 92%;
}

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

.body-menu__nav-link:hover {
    opacity: 0.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: 16px;
    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;
    font-size: 15px;
    line-height: 21px;
    color: #000;
    padding: 17px 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: 60px;
    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: 38px;
    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: 38%;
    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;
}

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

/* media /*/
@media (max-width:1766px) {
    .coocies-body {
        right: 32%;
    }

    .header__body-section-bg,
    .articles-body {
        width: 68%;
    }

    .wraper__header__body {
        background-position-x: 1100px;
        background-position-y: 0px;
        padding: 115px 90px 30px 68%
    }
}

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

    .header__body-section-bg,
    .articles-body {
        width: 66%;
    }

    .wraper__header__body {
        background-position-x: 1000px;
        background-position-y: 0px;
        padding: 119px 90px 30px 66%
    }
}

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

    .header__body-section-bg,
    .articles-body {
        width: 64%;
    }

    .box__articles-body {
        padding: 50px 100px 0;
    }

    .wraper__header__body {
        background-position-x: 950px;
        background-position-y: 0px;
        padding: 110px 90px 30px 64%;
    }

    .articles-title-img {
        height: 500px;
    }
}

@media (max-width:1600px) {
    .footer-wraper {
        padding: 0 90px;
    }
}

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

    .header__body-section-bg,
    .articles-body {
        width: 63%;
    }

    .wraper__header__body {
        background-position-x: 890px;
        padding: 115px 90px 30px 63%
    }
}

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

    .header__body-section-bg,
    .articles-body {
        width: 62%;
    }

    .wraper__header__body {
        background-position-x: 850px;
    }

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

@media (max-width:1470px) {
    .box__articles-body {
        padding: 50px 100px 0;
    }

    .wraper__header__body {
        background-position-x: 790px;
        padding: 135px 75px 30px 50%;
    }

    .articles-title-img {
        height: 450px;
    }

    .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:1425px) {
    .coocies-body {
        right: 40%;
    }

    .header__body-section-bg,
    .articles-body {
        width: 60%;
    }

    .wraper__header__body {
        background-position-x: 750px;
        padding: 145px 90px 30px 60%
    }
}

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

    .header__body-section-bg,
    .articles-body {
        width: 58%;
    }

    .wraper__header__body {
        background-position-x: 700px;
    }
}

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

    .header__body-section-bg,
    .articles-body {
        width: 57%;
    }
}

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

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

    .wraper__header__body {
        background-position-x: 650px;
        background-position-y: 0px;
    }

    .articles-title-img {
        height: 400px;
    }

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

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

@media (max-width:1280px) {
    .logo__body-menu__link {
        padding: 0 10px;
    }

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

    .wraper__header__body {
        background-position-x: 590px;
        background-position-y: 0px;
    }

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

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

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

@media (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: 31.3%;
    }

    .wraper__header__body {
        padding: 200px 90px 30px 50%;
    }

    .wraper {
        width: 100%;
    }

    .box__articles-body {
        padding: 50px 90px 0;
    }

    .wrapper__articles-nav {
        margin: 55px 0px 5px;
    }

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

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

    .heder__menu-items a {
        margin: 0;
    }

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

    .mobi-1260 {
        display: block;
    }

    .mobi-1260__box-phone__arrow {
        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: 5.5%;
        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 40px;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }

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

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

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

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

    .footer-wraper {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }

    .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: 16px;
    }

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

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

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

    .header__body-section-bg,
    .articles-body {
        width: 60%;
    }

    .wraper__header__body {
        padding: 200px 50px 30px 60%;
    }
}

@media (max-width: 1200px) {
    .header__logo-box {
        margin-left: 33.3%;
    }
}

@media (max-width:1180px) {
    .header__logo-box {
        margin-left: 32.3%;
    }

    .articles-title-img {
        height: 350px;
    }

    .wraper__header__body {
        background-position-x: 500px;
    }

    .articles-nav__body-box-1,
    .articles-nav__body-box-2,
    .articles-nav__body-box-3,
    .articles-nav__body-box-4,
    .articles-nav__body-box-5,
    .articles-nav__body-box-6,
    .articles-nav__body-box-7,
    .articles-nav__body-box-8,
    .articles-nav__body-box-9,
    .articles-nav__body-box-10,
    .articles-nav__body-box-11,
    .articles-nav__body-box-12,
    .articles-nav__body-box-13,
    .articles-nav__body-box-14 {
        width: 365px;
    }

    .articles-nav__body-txt-1,
    .articles-nav__body-txt-2,
    .articles-nav__body-txt-3,
    .articles-nav__body-txt-4,
    .articles-nav__body-txt-5,
    .articles-nav__body-txt-6,
    .articles-nav__body-txt-7,
    .articles-nav__body-txt-8,
    .articles-nav__body-txt-9,
    .articles-nav__body-txt-10,
    .articles-nav__body-txt-11,
    .articles-nav__body-txt-12,
    .articles-nav__body-txt-13,
    .articles-nav__body-txt-14 {
        font-size: 14px;
    }

    .articles-nav__body-box__data {
        top: 5px;
    }
}

@media (max-width:1140px) {
    .header__logo-box {
        margin-left: 31.3%;
    }

    .title-wraper__header__body {
        padding-right: 27px;
    }

    .articles-nav__body-box-1,
    .articles-nav__body-box-2,
    .articles-nav__body-box-3,
    .articles-nav__body-box-4,
    .articles-nav__body-box-5,
    .articles-nav__body-box-6,
    .articles-nav__body-box-7,
    .articles-nav__body-box-8,
    .articles-nav__body-box-9,
    .articles-nav__body-box-10,
    .articles-nav__body-box-11,
    .articles-nav__body-box-12,
    .articles-nav__body-box-13,
    .articles-nav__body-box-14 {
        width: 340px;
    }
}

@media (max-width:1100px) {
    .header__logo-box {
        margin-left: 31.3%;
    }

    .wraper {
        padding: 0 20px;
    }

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

    .mobi-1260__box-phone__arrow {
        padding-left: 0px;
    }

    .mobi-1260__box-phone {
        padding: 18px 20px 18px 0px;
        right: 0;
    }

    .box__articles-body {
        padding: 30px 80px 0;
    }

    .general-box__header {
        height: 1600px;
    }
}

@media (max-width:1024px) {
    .header__logo-box {
        margin-left: 29.3%;
    }

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

    .articles-nav-txt {
        font-size: 14px;
    }

    .articles-nav__heder-date {
        font-size: 14px;
    }

    .txt__articles-body p {
        font-size: 14px;
    }

    .wraper__header__body {
        background-position-x: 390px;
        background-position-y: 20px;
        padding: 170px 32px 0px 32px;
    }

    .title-wraper__header__body {
        padding: 0 40px 10px 0;
    }

    .articles-title-img {
        height: 320px;
    }

    .articles-nav__body-box-1,
    .articles-nav__body-box-2,
    .articles-nav__body-box-3,
    .articles-nav__body-box-4,
    .articles-nav__body-box-5,
    .articles-nav__body-box-6,
    .articles-nav__body-box-7,
    .articles-nav__body-box-8,
    .articles-nav__body-box-9,
    .articles-nav__body-box-10,
    .articles-nav__body-box-11,
    .articles-nav__body-box-12,
    .articles-nav__body-box-13,
    .articles-nav__body-box-14 {
        margin: 25px 0;
    }

    .articles-nav__body-box__data {
        font-size: 14px;
    }

    .articles-nav__body-txt-1,
    .articles-nav__body-txt-2,
    .articles-nav__body-txt-3,
    .articles-nav__body-txt-4,
    .articles-nav__body-txt-5,
    .articles-nav__body-txt-6,
    .articles-nav__body-txt-7,
    .articles-nav__body-txt-8,
    .articles-nav__body-txt-9,
    .articles-nav__body-txt-10,
    .articles-nav__body-txt-11,
    .articles-nav__body-txt-12,
    .articles-nav__body-txt-13,
    .articles-nav__body-txt-14 {
        font-size: 14px;
    }

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

    .footer-logo {
        width: 470px;
        height: 306px;
    }

    .footer-logo__hover:after {
        top: 80px;
        left: 210px;
        font-size: 15px;
    }

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

@media (max-width:1005px) {
    .wraper__header__body {
        background-position-x: 400px;
    }

    .title-wraper__header__body {
        padding-right: 17px;
    }

    .articles-nav__body-box-1,
    .articles-nav__body-box-2,
    .articles-nav__body-box-3,
    .articles-nav__body-box-4,
    .articles-nav__body-box-5,
    .articles-nav__body-box-6,
    .articles-nav__body-box-7,
    .articles-nav__body-box-8,
    .articles-nav__body-box-9,
    .articles-nav__body-box-10,
    .articles-nav__body-box-11,
    .articles-nav__body-box-12,
    .articles-nav__body-box-13,
    .articles-nav__body-box-14 {
        width: 320px;
    }
}

@media (max-width:990px) {
    .header__logo-box {
        margin-left: 28.3%;
    }

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

    .callback-img {
        display: none;
    }
}

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

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

    .header__body-section-bg {
        background: none;
        backdrop-filter: none;
    }

    .wraper__header__body {
        display: none;
    }

    .articles-title-img {
        height: 500px;
    }

    .articles-body {
        width: 100%;
    }

    .box__articles-body {
        padding: 30px 85px 0;
        height: 1120px;
    }

    .general-box__header {
        height: 1370px;
    }

    .box__articles-body {
        overflow-y: scroll;
    }

    .footer-logo {
        width: 360px;
        height: 280px;
    }

    .footer-logo__hover:after {
        top: 75px;
        left: 155px;
        font-size: 15px;
    }

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

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

    .header__logo-box {
        width: 400px;
        height: 100px;
    }

    .header__menu-box {
        padding-right: 0px;
        padding-left: 50px;
    }

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

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

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

    .articles-title-img {
        height: 450px;
    }
}

@media (max-width:800px) {
    .heder__menu-items:nth-child(6) {
        margin-right: 15px;
    }

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

    .header__menu-box {
        padding-right: 0px;
        padding-left: 50px;
    }

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

    .body-menu__nav-link svg {
        width: 85%;
    }

    .logo__body-menu__link {
        font-size: 13px;
        padding: 0 5px;
    }
}

@media (max-width:768px) {
    .logo__body-menu__img {
        width: 230px;
        height: 30px;
    }

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

    .general-box__header {
        height: 970px;
    }

    .box__articles-body {
        height: 670px;
    }

    .wrapper__articles-nav {
        padding: 0;
    }

    .articles-nav__header-body {
        padding: 25px 20px 10px;
    }

    .articles-nav__heder-date,
    .articles-nav-txt {
        font-size: 15px;
    }

    .box__articles-body {
        padding: 30px 85px 0;
    }

    .footer-logo {
        width: 380px;
        height: 275px;
    }
}

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

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

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

    .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) {
    .coocies-body {
        right: 20%;
    }

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

    .general-box__header {
        height: 900px;
    }

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

    .mobi-1260__box-phone a {
        margin: 0 20px;
    }

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

    .wraper__header__body {
        height: 675px;
        padding: 0;
    }

    .box__articles-body {
        padding: 30px 20px 0;
    }

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

    .order-1,
    .order-3 {
        width: 100%;
    }

    .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: 15%;
    }

    .general-box__header {
        height: 850px;
    }

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

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

    .header__menu-section {
        height: 40px;
        z-index: 1;
    }

    .header__menu-box {
        display: none;
    }

    .wrapper__articles-nav {
        margin: 40px 0px 5px;
    }

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

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

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

    .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;
        top: -110px;
        right: 0;
        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: 14px;
        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: 10px;
        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: 35px;
        left: -10px;
    }

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

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

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

    .articles-nav-txt {
        font-size: 14px;
    }

    .articles-nav__heder-date {
        font-size: 14px;
    }

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

    .footer-logo__hover:after {
        content: attr(none);
    }
}

@media (max-width:580px) {
    .header__logo-box {
        margin-left: 50%;
    }

    .header-menu__nav-link-320 {
        top: -97px;
    }

    .header__box-menu-320 {
        top: -110px;
    }

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

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

@media (max-width:540px) {

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

    .articles-title-img {
        height: 420px;
    }
}

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

    .header-menu__nav-link-320 {
        top: 12px;
    }

    .general-box__header {
        height: 760px;
    }

    .wrapper__articles-nav {
        display: none;
    }

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

    .box__articles-body {
        margin-top: 39px;
    }

    .box__articles-body__data {
        display: block;
        width: 100%;
        padding-right: 20px;
    }

    .box__articles-body__data p {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        text-align: right;
        font-variant: small-caps;
        color: #000000;
    }

    .footer-wraper {
        margin-top: 20px;
    }

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

    .articles-title-img {
        width: 100%;
        padding: 20px 0 30px;
        height: 350px;
    }

    .txt__articles-body {
        padding: 0 10px;
    }

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

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

    .header__logo-box {
        margin-left: 57.3%;
        width: 165px;
        height: 30px;
    }

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

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

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

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

@media (max-width:480px) {
    .articles-title-img {
        height: 250px;
    }

    .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;
        width: 100%;
    }

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

    .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;
        line-height: 22px;
    }

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

    .callback-1__input,
    .callback-2__input {
        width: 245px;
        font-size: 14px;
        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: 14px
    }

    .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;
    }
}

@media (max-width:410px) {

    .header__logo-box {
        width: 133px;
        height: 22px;
        margin-left: 52%;
    }

    .copyright {
        padding: 0;
    }

    .articles-title-img {
        height: 250px;
    }
}

@media (max-width:400px) {

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

@media (max-width: 375px) {
    .header__logo-box {
        width: 120px;
        height: 15px;
        margin-left: 54%;
    }

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

@media (max-width: 360px) {
    .coocies-body {
        right: auto;
        left: auto;
        width: auto;
        height: auto;
    }

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

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

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

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

@media (max-width: 340px) {
    .header__logo-box {
        width: 110px;
    }

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

    .mobi-320__box-phone {
        padding: 5px 12px 5px 12px;
    }

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

    .copyright p {
        margin: 10px 0 0;
        line-height: 20px;
    }
}

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

@media (max-width: 320px) {
    .mobi-320__box-phone__arrow-active.mobi-320__box-phone__arrow {
        right: 22px;
    }

    .mobi-320__box-phone {
        padding: 10px 15px 10px 15px;
        left: -10px;
    }

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

    .header__box-menu-320 {
        width: 150px;
        padding-bottom: 10px;
    }

    .title__articles-body {
        font-size: 16px;
        line-height: 22px;
    }

    .txt__articles-body p {
        font-size: 14px;
    }

    .box__articles-body__data {
        padding-right: 20px;
        padding-top: 10px;
    }

    .box__articles-body__data p {
        font-size: 14px;
    }

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

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

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

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

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

    .articles-title-img {
        height: 220px;
    }

    .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: 14px;
    }

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

    .callback-1__input,
    .callback-2__input {
        width: 165px;
        height: 50px;
        padding-left: 30px;
        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: 5px center;
    }

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

    .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: 14px;
    }

    .footer-wraper {
        margin-top: 35px;
    }

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

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

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

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

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

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

@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: 290px) {
    .header__logo-box {
        margin-left: 57.3%;
        width: 80px
    }

    .header__langs {
        font-size: 14px;
        line-height: 22px;
    }

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

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

@media (max-width: 280px) {

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

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

    .wraper {
        padding: 0 10px;
    }

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