@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, footer, header, hgroup, menu, nav, section {
    display: block
}

strong {
    font-weight: bold
}

body {
    font-family: 'Roboto', sans-serif;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

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: 500
}

i {
    font-style: italic
}

#display-none,
.display-none {
    display: none;
}

#active,.active {
    display: block;
}

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

.general-box,
.general-box__header {
    position: relative;
    width: 100%;
    max-width: 1920px;
    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 {
    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;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

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

.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 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: #d2c7d3;
}

.header__body-section {
    position: relative;
    width: 100%;
    height: auto;
    background: none;
}

.produkt__header__body-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 410px;
}

.wraper__header__body {
    position: relative;
    height: 765px;
    width: 60%;
}

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

.produkt-header__body-txt-box {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    padding: 35px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    background: linear-gradient(357.00deg, #e2ecfa 49.77%, rgba(255, 255, 255, 0) 97.92%) padding-box, border-box;
    border-radius: 35px;
    border: 2px solid #162ac040;
}

.produkt-header__body-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    padding: 15px 0 35px 0;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: radial-gradient(100% 100% at 95% 45%, #162ABE 25%, #46317F 40%, #B42322 100%)
}

.produkt-header__body-txt {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    width: 100%;
    padding: 0px 45px 15px;
}

.produkt-header-schema__img {
    display: block;
    position: absolute;
    bottom: -35px;
    right: 20px;
}

.produkt-services-schema__img {
    display: none;
}

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

.header__body-section-arrow span {
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 2px solid #162ABE;
    border-right: 2px solid #162ABE;
    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__abs {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 50px 180px 50px;
}

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

.produkt-header__callback-free {
    position: absolute;
    cursor: pointer;
    bottom: 15px;
    right: 20px;
    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); 
}

.produkt-header__callback-free: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;
}

.produkt-services {
    background: url(../img/body-bg.svg) center /cover no-repeat;
    width: 100%;
    height: auto;
    min-height: 665px;
}

.produkt-services-img__box {
    position: absolute;
    top: 60px;
    left: 240px;
}

.produkt-services-img {
    display: block;
    width: 100%;
    height: 100%;
}

/* Внутренность контента на второй странице */

.produkt-services-img__nav-box {
    position: absolute;
    top: 15px;
    left: 415px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.produkt-services__nav-dots, .produkt-services__nav-dots-mobile {
    cursor: pointer;
    width: 185px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.nav-dots-2 {
    margin-left: 15px;
}

.nav-dots-3 {
    margin-left: 15px;
}

.nav-dots-4 {
    margin-left: 5px;
}

.nav-dots-5 {
    margin-left: 0;
    padding: 0 15px;
}

.produkt-services__dots {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #0E30B6;
}

.produkt-services__nav-title {
    padding-top: 45px;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #000000;
}

.produkt-services__nav-dots:hover .produkt-services__nav-title,.produkt-services__nav-dots:active .produkt-services__nav-title{
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    color: #B42322;
}
.produkt-services__nav-dots:hover .produkt-services__dots,.produkt-services__nav-dots:active .produkt-services__dots{
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background: #B42322;
 }
 .produkt-services__nav-dots.active .produkt-services__dots {
    background: #B42322;
}
.produkt-services__nav-dots.active  .produkt-services__nav-title{
    color:#B42322;
}

.produkt-services-content__box {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 1125px;
    height: 75%;
    background: linear-gradient(179.55deg, rgba(226, 236, 250, 0) 0.5%, #E2ECFA 30.48%);
}

.produkt-services-content__items {
    display: none;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    padding: 50px 30px 0px 60px
}

.produkt-services-content__items:nth-child(4) {
    padding: 30px 80px 0 80px
}

.content-active.produkt-services-content__items {
    display: flex;
}

.product-about-content {
    padding: 30px 0 15px 0px;
}

.produkt-services-content__txt,
.produkt-services-content__list {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #000000;
}

.produkt-services-content__txt {
    margin-bottom: 5px;
}

.produkt-services-content__list {
    list-style-type: circle;
    margin-left: 20px;
    padding: 5px 0;
}

.numbered-list {
    list-style: none;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    counter-reset: about-us;
    padding: 5px 0;
}

.numbered-list li {
    counter-increment: about-us;
}

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

.produkt-services-content__list-video {
    width: 80%;
    height: 327px;
    padding-left: 20%;
}

.produkt-services-content__list-news-link {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #3D3185;
}

.produkt-services-content__list-news-link: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;
}

/* Футер */

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

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

.order-1 {
    order: 1;
}

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

.order-3 {
    position: relative;
    order: 3;
}

.order-3::after {
    content: " ";
    position: absolute;
    width: 50%;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #46317F;
}

.order-4 {
    display: none;
    order: 4;
    justify-content: flex-end;
}

.footer-produkt__form-body {
    width: 330px;
    height: 213px;
    background: linear-gradient(180deg, #162ABE 0%, #46317F 100%);
    border-radius: 15px;
}

.callback-produkt__box {
    width: 100%;
    height: 100%;
    padding: 15px;
    text-align: center;
}

.callback-produkt-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.callback-produkt__input {
    width: 250px;
    height: 35px;
    border: none;
    border-radius: 7px;
    background-color: #E2ECFA;
    padding-left: 55px;
    margin: 20px 0 0;
    color: #7C8FD4;
    font-size: 15px;
    font-weight: 400;
}

.callback-produkt__input-name {
    background-image: url(../img/form-icon-user.svg);
    background-repeat: no-repeat;
    background-position: 20px center;
}

.callback-produkt__input-phone {
    background-image: url(../img/form-icon-tel.svg);
    background-repeat: no-repeat;
    background-position: 20px center;
}

.callback-produkt__button {
    cursor: pointer;
    margin-top: 20px;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 140px;
    height: 35px;
    background: #B42322;
    border-radius: 5px;
}

.callback-produkt__button:hover {
    transition: 0.2s;
    opacity: 0.8;
}

.produkt-footer__slider {
    width: 100%;
}

.produkt-footer__slider-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%);
}

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

.produkt-slider {
    padding: 35px 0 0;
}

.footer__address-ru {
    width: 100%;
}

.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: 100%;
    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__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: 80%;
    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;
    display: inherit;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}

.footer__mail-ru-mail::before {
    content: " ";
    position: absolute;
    width: 50%;
    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 {
    opacity: 0.9;
}

.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 31%, #46317F 37%, #162ABE 100%);
}

.footer__address-pl-title::before {
    content: " ";
    position: absolute;
    width: 90.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: 70%;
    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: 55%;
    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;
}

.footer-map {
    display: none;
}

.copyright {
    margin: 5px 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: 15px;
    color: #FFFFFF;
    padding: 0 20px;
}

.callback-img {
    display: block;
}

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

.callback-1,
.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-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: 300px;
    font-size: 15px;
    line-height: 21px;
    color: #000;
    padding: 10px 0;
}

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

.callback-1__input-phone {
    background-image: url(../img/form-icon-tel.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-1__input::-webkit-input-placeholder,
.callback-produkt__input::-webkit-input-placeholder {
    color: #7C8FD4;
    font-size: 15px;
    font-weight: 400;
}

.callback-1__input:-moz-placeholder,
.callback-produkt__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;
    opacity: 0.9;
}

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

.header-menu__nav-link-320,
.header__box-menu-320-dn,
.produkt-services-img__nav-box-580 {
    display: none;
}

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

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

.produkt-services-img__nav-box {
    display: flex;
}

/* media */

@media (max-width:1680px) {

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

    .produkt-header-schema__img {
        width: 38%;
    }

    .produkt-services-img__box {
        left: 120px;
    }
}

@media (max-width:1600px) {

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

@media (max-width:1580px) {

    .general-box,
    .general-box__header {
        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;
    }

    .produkt-header__body-txt {
        padding: 0px 40px 30px;
    }

    .produkt-services-img__box {
        left: 90px;
    }
}

@media (max-width:1536px) {

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

    .produkt__header__body-img {
        height: 390px;
    }

    .header__body-section-bg {
        width: 55%;
    }

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

    .wraper__header__body {
        width: 55%;
        height: 696px;
    }

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

    .produkt-header__body-txt-box {
        padding: 0 0 30px;
    }

    .produkt-header__body-txt {
        padding: 0px 30px 20px;
    }

    .produkt-header__callback-free {
        bottom: 5px;
        right: 5px;
    }

    .produkt-header-schema__img {
        width: 38%;
        bottom: 10px;
        right: 30px;
    }

    .produkt-services-img__box {
        top: 15px;
    }

    .produkt-services {
        min-height: 605px;
    }

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

@media (max-width:1480px) {

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

    .header__body-section-arrow {
        bottom: 50px;
    }

    .wraper__header__body {
        height: 800px;
    }

    .produkt-header-schema__img {
        bottom: 35px;
    }

    .produkt-header__body-txt-box {
        padding: 10px;
    }

    .produkt-services-img__box {
        left: 40px;
    }

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

    .about-slider {
        padding: 30px 30px 120px 30px;
    }
    
    .product-about-content {
        padding: 20px 0 15px 0px;
    }

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

    .events-title_footer {
        padding: 30px 0 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: 90%;
    }

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

@media (max-width:1460px) {

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

    .wraper__header__body {
        width: 100%;
        height: 680px;
    }

    .produkt-services {
        min-height: 1045px;
    }

    .header__body__abs {
        padding: 50px 150px 50px;
    }

    .produkt-header__body-txt {
        padding: 0px 90px 20px;
    }

    .produkt-header-schema__img {
        display: none;
    }

    .produkt-services-schema__img {
        display: block;
        position: absolute;
        top: 30px;
        right: 195px;
        width: 65%;
    }

    .produkt-services-img__box {
        top: 47%;
        left: 45px;
        right: 60px;
    }

    .produkt-services-img__nav-box {
        left: 380px;
    }

    .produkt-services__nav-dots {
        width: 175px;
    }

    .nav-dots-2 {
        margin-left: 5px;
    }

    .nav-dots-3 {
        margin-left: 10px;
    }

    .footer-wraper {
        padding: 40px 60px 0 60px;
    }

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

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

    .footer__mail-ru-mail::before {
        width: 65%;
    }
}

@media (max-width:1440px) {

    .header__body-section-bg {
        height: 93%;
    }

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

    .produkt-header__body-txt-box {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, #E2ECFA 66.67%), rgba(255, 255, 255, 0.3);
    }

    .produkt-header__body-title {
        font-size: 30px;
        padding: 25px 0 25px 0;
    }

    .produkt-header__body-title br {
        display: none;
    }

    .produkt-services {
        background: url(../img/body-bg-blur.svg) center /cover no-repeat;
    }

    .produkt-services-schema__img {
        top: 180px;
        width: 60%;
        position: absolute;
        right: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: inline-block;
    }

    .produkt-services-img__nav-box {
        left: 425px;
    }

    .produkt-services-content__box {
        width: 1070px;
    }

    .produkt-services-content__items:nth-child(4) {
        padding: 30px 80px 0 80px;
    }
}

@media (max-width:1435px) {
    .produkt-services-content__list-video {
        height: 300px;
    }
}

@media (max-width:1400px) {

    .produkt-services-schema__img {
        top: 185px;
    }

    .produkt-services-content__box {
        width: 1037px
    }

    .produkt-services-img__nav-box {
        left: 380px;
    }

    .produkt-services-content__items {
        padding: 40px 30px 0px 30px
    }

}

@media only screen and (min-width: 1400px) and (max-height: 1050px) {
    .produkt-services {
        min-height: 1000px;
    }

    .produkt-services-img__box {
        top: 43%;
    }

    footer {
        min-height: 450px;
    }
}

@media (max-width:1366px) {
    .header__body__abs {
        padding: 10px 150px 50px;
    }

    .produkt-services-img__nav-box {
        left: 377px;
    }

    .produkt-services-content__box {
        width: 1021px;
    }

    .product-about-content {
        padding: 0;
    }
}

@media (max-width:1360px) {
    .produkt-services-content__box {
        width: 1015px;
    }

    .product-about-content {
        padding: 35px 0 15px 0px;
    }

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

@media (max-width:1320px) {
    .header__body-title {
        font-size: 40px;
        line-height: 47px;
    }

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

@media (max-width:1280px) {
    .body-menu__nav {
        margin: 5px 0 25px 90%;
    }

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

    .header__body-section-bg {
        height: 100%;
        width: 50%;
        max-height: 100vh;
    }

    .wraper__header__body {
        height: 620px;
    }

    .header__body__abs {
        padding: 35px 70px 50px;
    }

    .produkt-header__body-txt {
        padding: 0px 80px 20px;
    }

    .produkt-header__body-txt-box {
        padding: 0 0 35px 0;
    }

    .produkt-services {
        min-height: 930px;
    }

    .produkt-services-schema__img {
        top: 190px;
    }

    .produkt-services-img__box {
        left: 45px;
        right: 60px;
    }

    .produkt-services-img__nav-box {
        left: 340px;
    }

    .produkt-services-content__box {
        width: 940px;
    }

    .produkt-services-content__items {
        padding: 25px 25px 0px 35px;
    }

    .produkt-services__nav-dots {
        width: 160px;
    }

    .produkt-services__nav-title {
        padding-top: 35px;
        font-size: 13px;
    }

    .produkt-services-content__txt,
    .produkt-services-content__list, 
    .numbered-list {
        font-size: 14px;
    }

    .produkt-services-content__list-video {
        width: 80%;
        height: 270px;
    }

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

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

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

@media only screen and (min-width: 1280px) and (max-height: 1024px) {
    .coocies-body {
        right: 30%;
    }

    .produkt-services {
        min-height: 935px;
    }

    footer {
        min-height: 100%;
    }
}

@media only screen and (min-width: 1536px) and (max-height: 960px) {
    .header__body__abs {
        padding: 45px 45px 0;
    }

    .produkt-services {
        min-height: 605px;
    }

    .produkt-services-img__box {
        top: 20px;
    }

    .produkt-services-img__nav-box {
        left: 420px;
        top: 15px;
    }

    .produkt-services-content__box {
        width: 1125px;
    }

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

@media only screen and (min-width: 1440px) and (max-height: 900px) {
    .produkt-services {
        min-height: 1035px;
    }

    .produkt-services-img__box {
        top: 45%;
    }

    .produkt-services-content__box {
        width: 1070px;
    }

    .produkt-services-img__nav-box {
        left: 395px;
        top: 15px;
    }

    footer {
        min-height: 305px;
    }
}

@media only screen and (min-width: 1600px) and (max-height: 900px) {
    .wraper__header__body {
        height: 697px;
    }

    .header__body-section-arrow {
        bottom: 50px;
    }

    .produkt-header-schema__img {
        width: 36%;
        bottom: 0px;
    }

    .produkt-services {
        min-height: 605px;
    }

    .produkt-services-img__box {
        top: 5px;
    }

    .produkt-services-content__box {
        width: 1125px;
    }

    .produkt-services-img__nav-box {
        left: 413px;
    }
}

@media only screen and (min-width: 1536px) and (max-height: 864px) {
    .wraper__header__body {
        height: 690px;
    }

    .produkt-services-content__box {
        width: 1125px;
    }

    .produkt-services {
        min-height: 600px;
    }

    .produkt-services-img__box {
        top: 10px;
    }

    .produkt-services-img__nav-box {
        left: 415px;
    }

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

    .copyright {
        margin: 0;
    }
}

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

    .produkt-services-content__box {
        width: 939px;
    }

    footer {
        min-height: 100%;
    }
}

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

    .produkt-services-schema__img {
        top: 155px;
    }

    .produkt-services-img__box {
        top: 41%;
    }

    .produkt-services {
        min-height: 875px;
    }

    .produkt-services-content__box {
        width: 940px;
    }

    footer {
        min-height: 280px;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 768px) {
    .wraper__header__body {
        height: 653px;
    }

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

    .header__body__abs {
        padding: 60px 70px 0;
    }

    .produkt-services-schema__img {
        top: 180px;
    }

    .produkt-services-img__nav-box {
        left: 370px;
        top: 13px;
    }

    .produkt-services__nav-dots {
        width: 170px;
    }

    .produkt-services-content__box {
        width: 1008px;
    }

    .produkt-services-img__box {
        top: 43%;
    }

    .produkt-services {
        min-height: 1020px;
    }

    footer {
        min-height: 310px;
    }

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

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

    .produkt-header-schema__img {
        width: 35%;
        bottom: 0px;
    }

    .header__body__abs {
        padding: 50px 78px 0;
    }

    .produkt-services {
        min-height: 595px;
    }

    .produkt-services-img__box {
        top: 5px;
    }
}

@media only screen and (min-width: 1920px) and (max-height: 1080px) {
    .coocies-body {
        right: 39%;
    }

    .wraper__header__body {
        height: 697px;
    }

    .produkt-header-schema__img {
        width: 36%;
        bottom: -45px;
    }

    .header__body__abs {
        padding: 50px 170px 0;
    }

    .produkt-header__body-txt {
        padding: 0px 50px 15px;
    }

    .produkt-services-img__box {
        top: 30px;
    }

    .produkt-services-img__nav-box {
        top: 15px;
        left: 415px;
    }

    .produkt-services {
        height: 650px;
        padding-bottom: 60px;
    }

    .produkt-services-content__box {
        width: 1125px;
    }

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

}

@media (max-width:1266px) {

    .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 {
        height: 760px;
    }

    .header__body__abs {
        padding: 120px 50px 20px;
    }

    .header__body-advantages {
        width: 55%;
        height: 185px;
        margin: 6% 0 3%;
    }

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

    .wraper {
        width: 100%;
    }

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

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

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

    .body-menu__nav {
        display: none;
    }

    .produkt-services {
        min-height: 890px;
    }

    .produkt-services-img {
        display: none;
    }

    .produkt-services-img-1024 {
        display: block;
        width: 100%;
        height: 450px;
        border: 2px solid #162ABE
    }

    .produkt-services-img__nav-box {
        width: 100%;
        padding: 0 10px;
        left: 0;
        top: -6px;
    }

    .produkt-services__nav-dots {
        width: 30%;
    }

    .produkt-services-content__box {
        right: 2px;
        width: 99.6%;
    }

    .produkt-services-content__items,
    .produkt-services-content__items:nth-child(4) {
        padding: 0px 35px 0px 35px;
    }

    .product-about-content {
        padding: 30px 0 0px 0px;
    }

    .produkt-services-content__list-video {
        width: 72%;
        height: 280px;
        padding-left: 25%;
    }

    .display__none-1260 {
        display: none;
    }

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

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

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

    .about-body {
        background: #e2ecfa00;
    }

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

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

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

    .footer-box {
        width: 100%;
    }

    .order-1 {
        order: 2;
    }

    .order-2 {
        order: 3;
        padding-top: 60px;
    }

    .order-3 {
        order: 1;
        margin: 15px 0 30px 0;
    }

    .order-4 {
        order: 4;
        display: flex;
    }

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

    .produkt-footer__slider-title {
        text-align: center;
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        background-image: radial-gradient(126% 230% at 97% 55%, #B42322 31%, #46317F 43%, #162ABE 100%);
    }

    .produkt-footer__slider-title::before,
    .order-3::after {
        display: none;
    }

    .footer__mail-pl-mail {
        width: 100%;
        display: inline-block;
    }

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

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

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

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

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

    .produkt-services {
        min-height: 795px;
    }

    .produkt-services-img__box {
        top: 38%;
    }

    .produkt-header__body-txt {
        padding: 0px 35px 12px;
    }

    .produkt-slider {
        padding: 35px 0 20px;
    }

    .header__body-section-bg {
        height: 86%;
    }

    .produkt-services-schema__img {
        top: 55px;
    }

    .produkt-services-content__box {
        height: 350px;
    }
}

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

    .wraper {
        padding: 0 20px;
    }

    .heder__menu-items:nth-child(6) {
        margin-right: 65px;
    }

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

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

    .header__body-descriptions {
        padding-left: 50px;
    }

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

@media (max-width:1080px) {
    .header__logo-box {
        margin-left: 20.5%;
    }
    .header__body__abs {
        padding: 90px 35px 20px;
    }
}

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

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

    .header__body-section-bg {
        height: 95%;
    }

    .produkt-header__body-txt {
        padding: 0 40px 10px;
    }

    .wraper__header__body {
        height: 690px;
    }

    .produkt-services-schema__img {
        top: 120px;
    }

    .produkt-services-content__list-video {
        width: 80%;
        height: 280px;
        padding-left: 18%;
    }
}

@media (max-width:990px) {
    .callback-img {
        display: none;
    }

    .produkt-header__body-title {
        font-size: 28px;
        line-height: 30px;
        padding: 15px 0 30px 0;
    }

    .produkt-header__body-txt {
        padding: 0px 30px 15px;
    }

    .produkt-services__nav-dots {
        width: 155px;
    }

    .produkt-services__nav-title {
        padding-top: 25px;
    }

    .nav-dots-4 {
        margin-left: 5px;
        padding: 0 7px;
    }

    .nav-dots-5 {
        padding: 0px 45px 0 5px;
    }
}

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

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

    .produkt-services-img-1024 {
        height: 500px;
    }

    .product-about-content {
        padding: 0;
    }
    
    .wraper__header__body  {
        height: 750px;
    }

    .produkt-header__body-txt-box {
        padding: 0 0 55px 0;
    }

    .produkt-services-content__items {
        padding: 0px 20px 0px 20px;
    }

    .produkt-services-content__list-video {
        width: 95%;
        height: 310px;
        padding-left: 2%;
    }
}

@media (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) {
        margin-right: 40px;
        min-width: 180px;
    }

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

    .produkt-services-schema__img {
        right: 50px;
        width: 90%;
    }
    
}

@media (max-width:834px) {
    .header__logo-box {
        margin-left: 11.3%;
    }
    .wraper__header__body {
        height: 765px;
    }

    .produkt-services-schema__img {
        right: 50px;
        width: 75%;
    }

    .header__body__abs {
        padding: 90px 27px 20px;
    }

    .produkt-header__body-txt-box {
        padding: 0 0 25px 0;
    }

    .produkt-services-img-1024 {
        height: 510px;
    }

    .produkt-services-content__box {
        height: 370px;
    }

    .order-3 {
        margin: 30px 0 30px 0;
    }

    .produkt-services-content__items {
        padding: 0px 30px 0px 30px;
    }
}

@media (max-width:810px) {
    .header__logo-box {
        margin-left: 10%;
    }
    .produkt-services {
        min-height: 890px;
    }

    .produkt-services-img-1024 {
        height: 550px;
    }

    .produkt-services-content__box {
        height: 390px;
    }
}

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

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

    .produkt-header__body-title {
        padding: 15px 10px 30px 10px;
    }

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

    .wraper__header__body,
    .header__body-section-bg {
        max-height: 100%;
        height: 735px;
    }

    .header__body__abs {
        padding: 72px 20px 0;
    }

    .produkt-header__body-txt-box {
        padding: 0 0 50px 0;
    }

    .header__body-section-bg {
        height: 100%;
    }

    .produkt-services-schema__img {
        top: 200px;
        height: 290px;
    }

    .produkt-services {
        min-height: 965px;
    }

    .produkt-services-img__box {
        top: 43%;
    }

    .produkt-services__nav-dots {
        width: 145px;
    }

    .nav-dots-2,
    .nav-dots-3,
    .nav-dots-4 {
        margin-left: 0;
    }

    .produkt-services-content__box {
        width: 99.4%;
        height: 380px;
    }

    .product-about-content {
        padding: 0;
    }

    .produkt-services-img-1024 {
        height: 530px;
    }

    .produkt-services-content__items {
        padding: 0px 20px 10px 20px;
    }

}

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

    .produkt-services-schema__img {
        right: 40px;
    }

    .produkt-services__nav-dots {
        width: 145px;
    }

    .nav-dots-2 {
        margin-left: 0;
    }

    .nav-dots-3 {
        margin-left: 0px;
        width: 130px !important;
    }

    .nav-dots-4 {
        margin-left: 0px;
        padding: 0;
        width: 105px;
    }

    .nav-dots-5 {
        padding: 0px 20px 0 5px;
    }

    .produkt-services-content__items {
        padding: 40px 25px 15px 25px;
    }

    .produkt-services-content__items:nth-child(4) {
        padding: 40px 35px 0px 50px;
    }

    .produkt-services-content__list-video {
        width: 95%;
        height: 280px;
        padding-left: 5%;
    }
}

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

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

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

    .produkt-services-schema__img {
        right: 30px;
        width: 90%;
    }

    .produkt-services-img__box {
        top: 47%;
        left: 20px;
        right: 0;
        width: 95%;
    }

    .nav-dots-4 {
        margin-left: 0px;
        padding: 0 5px;
        width: 135px !important;
    }

    .produkt-services-content__box {
        height: 395px;
    }

    .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:725px) {
    .nav-dots-4 {
        width: 110px !important;
    }

    .nav-dots-5 {
        padding: 0;
        width: 115px !important;
    }
}

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

    .header__body__abs {
        padding: 115px 45px 15px;
    }

    .produkt-header__body-title {
        font-size: 26px;
        line-height: 28px;
        padding: 10px 0 25px 0;
    }

    .produkt-header__callback-free {
        bottom: 15px;
        right: 15px;
    }

    .produkt-services__nav-dots {
        width: 130px;
    }

    .nav-dots-1 {
        margin-left: 5px;
    }

    .produkt-services-content__items {
        padding: 40px 45px 15px 40px;
    }

    .produkt-services-content__list-video {
        width: 95%;
        padding-left: 5%;
    }
}

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

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

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

    .header__body__abs {
        width: 100%;
        padding: 80px 20px 0 20px;
    }

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

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

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

    .produkt-services {
        min-height: 810px;
    }

    .produkt-services-img__box {
        top: 42%;
    }

    .about-bg {
        width: 100%;
        height: 345px;
        background: url(../img/about-bg-320.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: 15px;
        line-height: 20px;
    }

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

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

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

    .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 {
        margin: 0;
    }
}

@media (max-width:655px) {
    .header__body-section-bg {
        display: none;
    }

    .header__top-section {
        justify-content: flex-end;
        padding: 15px 0;
    }

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

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

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

    .mobi-320__box-phone__link,
    .mobi-320__box-phone a {
        font-size: 18px;
        line-height: 28px;
        font-weight: 500;
        z-index: 4;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }

    .mobi-320__box-phone__link {
        color: #000;
    }

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

    .mobi-320__box-phone__arrow {
        cursor: pointer;
        position: absolute;
        right: -50px;
        transform: rotate(180deg);
        top: -6px;
        z-index: 4;
    }

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

    .header__menu-section {
        height: 35px;
    }

    .header__menu-box {
        display: none;
    }

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

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

    .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: -18px;
        right: 0;
        background: linear-gradient(322.47deg, #E2ECFA 0%, #162ABE 78.01%, #46317F 100%);
        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: 3px;
        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-active {
        transform: rotate(360deg);
        top: -3px;
    }

    .produkt__header__body-img {
        display: none;
    }

    .header__body-section {
        background: url(../img/body-bg.svg) center /cover no-repeat;
    }

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

    .wraper__header__body {
        height: auto;
        padding: 0;
        min-height: 700px;
    }

    .produkt-header__body-txt-box {
        padding: 20px 20px 70px 20px;
    }
}

@media (max-width:650px) {
    .produkt-services-content__box {
        width: 99.4%;
    }

    .nav-dots-4 {
        width: 100px !important;
    }

    .nav-dots-5 {
        width: 110px !important;
    }
}

@media (max-width:640px) {
    .nav-dots-1 {
        margin: 0;
        padding: 0 5px;
        width: 125px !important;
    }

    .nav-dots-2 {
        width: 125px !important;
    }

    .nav-dots-3 {
        margin-left: 0px;
        width: 120px !important;
    }
}

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

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

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

    .header__menu-section {
        z-index: 1;
    }

    .header__menu-box {
        display: none;
    }

    .mobi-320__body-phone {
        top: 30px;
    }

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

    .header__body__abs {
        width: 100%;
        margin-top: 35px;
        padding: 45px 20px 0 20px;
        z-index: 0;
    }

    .wraper__header__body {
        height: 100%;
        min-height: 930px;
    }

    .header__body-title {
        font-size: 28px;
        line-height: 36px;
        padding: 30% 50px 7% 50px;
    }

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

    .produkt-services-schema__img {
        top: 175px;
    }

    .produkt-services {
        min-height: 900px;
    }

    .produkt-services-img-1024 {
        height: 525px;
    }

    .produkt-services-content__box {
        height: 440px;
    }

    .produkt-services-content__items {
        padding: 0 15px;
    }

    .product-about-content {
        padding: 30px 0 0px 0px;
    }

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

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

@media (max-width:615px) {
    .produkt-header__callback-free {
        width: 50px;
        height: 50px;
    }

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

    .produkt-services-schema__img {
        right: 15px;
        width: 99%;
    }

    .produkt-services {
        min-height: 950px;
    }

    .produkt-services-img__box {
        top: 40%;
    }

    .produkt-services-img__nav-box,
    .produkt-services-img-1024,
    .produkt-services-content__box {
        display: none;
    }

    .produkt-services-img__nav-box-580,
    .content-active.produkt-services-content__items {
        display: block;
    }

    .produkt-services__lg {
        background: linear-gradient(179.55deg, rgba(226, 236, 250, 0) 0.5%, #E2ECFA 20.84%, #E2ECFA 84.86%, rgba(226, 236, 250, 0) 99.72%);
    }

    .produkt-services__nav-dots, .produkt-services__nav-dots-mobile {
        width: 100% !important;
    }

    .produkt-services__dots {
        position: relative;
    }

    .produkt-services__dots::after {
        position: absolute;
        content: '';
        background-color: #162ABE;
        height: 2px;
        width: 525px;
        top: 7px;
        right: 0px;
        z-index: -1;
    }

    .produkt-services__nav-title {
        font-size: 16px;
    }

    .produkt-services-content__items {
        padding: 30px 5px 20px;
    }

    .order-3 {
        margin-bottom: 30px;
    }
}

@media (max-width:600px) {
    .wraper__header__body {
        min-height: 975px;
    }

    .produkt-services {
        min-height: 1010px;
    }

    .produkt-services-img__box {
        top: 35%;
    }
}

@media (max-width:580px) {
    .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:545px) {
    .coocies-body {
        right: 17%;
    }

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

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

@media (max-width:525px) {
    .wraper__header__body {
        min-height: 1040px;
    }
}

@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__body-title {
        font-size: 18px;
        line-height: 28px;
        padding: 50% 0 10% 0;
    }

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

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

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

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

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

@media (max-width:480px) {
    .produkt-services {
        min-height: 1095px;
    }

    .produkt-services-img__box {
        top: 32%;
    }

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

    .produkt-header__body-txt {
        font-size: 14px;
    }

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

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

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

    .produkt-header__body-txt {
        padding: 0px 10px 10px;
    }

    .produkt-header__body-txt-box {
        padding: 15px 15px 50px 10px;
    }

    .produkt-services-schema__img {
        top: 100px;
    }

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

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

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

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

@media (max-width:430px) {
    .header__body__abs {
        padding: 35px 20px 0 20px;
    }

    .header__logo-box {
        width: 150px;
    }

    .produkt-services-img__box {
        top: 24%;
        left: 10px;
    }

    .produkt-header__body-title {
        font-size: 20px;
        line-height: 22px;
        padding: 0px 0 20px 0;
    }
}

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

    .header__logo-box {
        width: 120px;
        height: 17px;
        margin-top: 5px;
    }

    .mobi-320__box-phone {
        width: 160px;
    }

    .header__body__abs {
        padding: 35px 10px 0 10px;
    }

    .produkt-header__body-txt-box {
        padding: 10px 10px 55px 10px;
    }

    .produkt-header__body-txt {
        padding: 0px 5px 10px;
    }

    .wraper__header__body {
        min-height: 970px;
    }

    .produkt-services {
        min-height: 930px;
    }

    .produkt-services-img__box {
        top: 25%;
    }

    .produkt-services-content__items {
        padding: 0;
    }

    .produkt-services-content__items {
        background: linear-gradient(179.55deg, rgba(226, 236, 250, 0) 0.5%, #E2ECFA 20.84%, #E2ECFA 84.86%, rgba(226, 236, 250, 0) 99.72%);
    }

    .numbered-list {
        font-size: 14px;
    }

    .produkt-services-content__list-video {
        width: 100%;
        padding-left: 0;
        height: 240px;
    }

    .copyright {
        padding: 0;
    }

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

@media (max-width: 395px) {
    .mobi-320__box-phone {
        width: 175px;
    }

    .wraper__header__body {
        min-height: 1030px;
    }

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

@media (max-width:375px) {
    .header__logo-box {
        width: 110px;
        height: 20px;
        margin-right: 17px;
    }

    .callback-form {
        padding: 10px;
    }

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

    .produkt-header__body-title {
        font-size: 16px;
    }

    .produkt-header__body-txt {
        font-size: 14px;
        line-height: 18px;
    }

    .produkt-services {
        min-height: 980px;
    }

    .produkt-services-img__box {
        top: 25%;
    }

    .wraper__header__body {
        min-height: 850px;
    }

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

    .callback-produkt__input {
        font-size: 14px;
    }

    .callback-produkt__button {
        font-size: 14px;
    }
}

@media (max-width: 360px) {
    .wraper__header__body {
        min-height: 890px;
    }

    .produkt-services-img__box {
        top: 21%;
    }

    .produkt-services {
        min-height: 1020px;
    }

    .product-about-content {
        padding: 30px 5px 0px;
    }
}

@media (max-width: 340px) {

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

    .mobi-320__box-phone {
        width: 150px;
    }

    .header__address,
    .header__mail,
    .header__phones,
    .header__langs {
        font-size: 14px;
        line-height: 22px;
    }

    .header__logo-box {
        width: 90px;
        height: 15px;
        margin-right: 15px;
        margin-top: 5px;
    }

    .mobi-320__body-phone {
        top: 25px;
    }

    .wraper__header__body {
        min-height: 890px;
    }

    .produkt-services {
        min-height: 1110px;
    }

    .produkt-services-img__box {
        top: 20%;
    }

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

@media (max-width: 320px) {
    .header__logo-box {
        width: 80px;
    }

    .mobi-320__box-phone {
        top: 49px;
        left: -10px;
    }

    .wraper__header__body {
        min-height: 990px;
    }

    .produkt-services {
        min-height: 1150px;
    }

    .produkt-services-img__box {
        top: 18%;
    }

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

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

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

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

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