.prof {
    max-width: 50%;
}
.section-face {
    padding-top: 0;
    padding-bottom: 0;
}

.nav {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #6BC0ED;
}

.nav--footer {
    background: linear-gradient(97.54deg, #0A2358 0.3%, #2D549F 100%);
}

.nav__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav__logo {
    font-size: 24px;
    font-family: "Roboto";
    color: #fff;
    text-align: right;
}

.nav__logo span {
    display: block;
    font-weight: 900;
    font-size: 40px;
}

.nav__item {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 2;
}

.nav__button {
    display: inline-block;
    padding: 15px 80px;
    color: #5BCAE7;
    background-color: #EEFFCA;
    border: 1px solid #EEFFCA;
    border-radius: 60px;
    cursor: pointer;
}

.nav__button-color {
    color: #204285;
}

.nav__button:hover {
    background-color: #dcf1b0;
}

.face {
    padding-top: 60px;
    padding-bottom: 200px;
    background-image: url("../img/face-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.face__body {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.face__title {
    font-weight: 300;
    color: #fff;
    font-size: 64px;
    line-height: 1;
    text-align: right;
    margin-bottom: 60px;
}

.face__title span {
    display: block;
    font-size: 110px;
    font-weight: 900;
}

.face__list {
    margin-bottom: 85px;
    max-width: 442px;
}

.face__item {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #fff;
    padding-left: 110px;
    min-height: 44px;
}

.face__item:nth-child(1) {
    background-image: url("../img/face-list-item-1.svg"), url("../img/face-list-arrow.svg");
    background-position: left center, 70px center;
    background-repeat: no-repeat;
}

.face__item:nth-child(2) {
    background-image: url("../img/face-list-item-2.svg"), url("../img/face-list-arrow.svg");
    background-position: left center, 70px center;
    background-repeat: no-repeat;
}

.face__item:nth-child(3) {
    background-image: url("../img/face-list-item-3.svg"), url("../img/face-list-arrow.svg");
    background-position: left center, 70px center;
    background-repeat: no-repeat;
}

.face__item:nth-child(4) {
    background-image: url("../img/face-list-item-4.svg"), url("../img/face-list-arrow.svg");
    background-position: left center, 70px center;
    background-repeat: no-repeat;
}

.face__item:not(:last-child) {
    margin-bottom: 30px;
}

.nav__open-burger {
    display: none;
}

.face__info {
    max-width: 443px;
    line-height: 1;
    color: #EEFFCA;
    font-weight: 700;
    font-size: 36px;
}

.face__product {
    position: absolute;
    z-index: 1;
    left: 56%;
    transform: translateX(-50%);
    top: 100px;
    width: 1000px;
    height: 693px;
    background-image: url("../img/product.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.form {
    position: relative;
    z-index: 2;
    width: 390px;
    padding: 25px 50px;
    background-color: #fff;
    border-radius: 40px;
    margin-top: 80px;
}

.form__head {
    position: relative;
    display: flex;
    margin-bottom: 50px;
}

.form__new {
    position: absolute;
    top: -80px;
    left: 0;
    width: 190px;
    height: 190px;
    background-image: url("../img/form-message.svg");
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-left: 24px;
}

.form__new p {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    line-height: .8;
}

.form__new p span {
    display: block;
}

.form__new>span {
    font-weight: 700;
    font-size: 27px;
    color: #EEFFCA;
}

.form__old {
    font-size: 18px;
    color: #B3C1C5;
    margin-left: auto;
}

.form__old span {
/*    display: block;*/
    font-size: 15px;
    text-decoration-line: line-through;
}

.form__filed {
    margin-bottom: 15px;
    background-position: 30px center;
    background-repeat: no-repeat;
}

.form__filed:nth-child(1) {
    background-image: url("../img/form-country.svg");
}

.form__filed:nth-child(2) {
    background-image: url("../img/form-name.svg");
}

.form__filed:nth-child(3) {
    background-image: url("../img/form-phone.svg");
}

.form__filed input,
.form__filed select {
    padding: 22px 70px;
    width: 100%;
    border: 1px solid #B3C1C5;
    border-radius: 60px;
    background-color: transparent;
    padding-right: 25px;
}

.form__filed input::placeholder {
    color: #B3C1C5;
    font-size: 18px;
}

.form__filed select {
    color: #B3C1C5;
    font-size: 18px;
    padding-left: 65px;
    overflow: hidden;
    appearance: none;
    background: url('../img/form-select-arrow.svg');
    background-position: calc(100% - 25px) center;
    background-repeat: no-repeat;
}

.form__filed input:focus,
.form__filed select:focus {
    outline: none;
}

.form__button {
    width: 100%;
    padding: 22px;
    background-color: #EE1437;
    border-radius: 60px;
    font-size: 22px;
    color: #fff;
    border: 0;
    margin-bottom: 25px;
}

.form__info {
    color: #B3C1C5;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}

.form__count {
    display: flex;
    justify-content: center;
}

.form__number {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.form__number span:first-child {
    color: #EE1437;
    font-weight: 700;
    font-size: 40px;
}

.form__number span:last-child {
    color: #B3C1C5;
    font-size: 18px;
}

.form__number:not(:last-child) {
    margin-right: 30px;
}

.section-signs {
    padding-top: 0;
    padding-bottom: 0;
}

.signs {
    position: relative;
}

.signs::after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 168px;
    background-image: url("../img/signs-bg.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    margin-top: -168px;
    content: '';
}

.signs__head {
    background-color: #1f4182;
    padding-bottom: 80px;
}

.signs__wrap {
    background-color: #1f4182;
    background: linear-gradient(180deg, rgba(31, 65, 130, 1) 50%, rgba(255, 255, 255, 1) 50%);
    margin-bottom: 60px;
}

.signs__title {
    text-align: center;
    font-size: 48px;
    color: #fff;
    margin-bottom: 55px;
    font-weight: 400;
}

.signs__info {
    display: flex;
    align-items: center;
    padding: 35px 35px 35px 50px;
    background-color: #72C7F3;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 80px;
}

.signs__info p:first-child {
    font-size: 128px;
    color: #EE1437;
    margin-right: 35px;
    line-height: 1;
}

.signs__subtitle {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
}

.signs__box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.signs__item {
    display: flex;
    align-items: center;
    text-align: right;
    width: 50%;
    margin-bottom: 100px;
}

.signs__item:nth-child(5) p,
.signs__item:nth-child(6) p,
.signs__item:nth-child(7) p,
.signs__item:nth-child(8) p {
    color: #304D86;
}

.signs__item:nth-child(7),
.signs__item:nth-child(8) {
    margin-bottom: 0;
}

.signs__item:nth-child(1) {
    padding-left: 100px;
}

.signs__item:nth-child(2) {
    padding-right: 100px;
}

.signs__item:nth-child(7) {
    padding-left: 100px;
}

.signs__item:nth-child(8) {
    padding-right: 100px;
}

.signs__item p {
    width: 100%;
    font-size: 20px;
    color: #fff;
    max-width: 255px;
    margin-right: 40px;
}

.signs__item--revers {
    flex-direction: row-reverse;
    text-align: left;
}

.signs__item--revers p {
    margin-right: 0;
    margin-left: 40px;
}

.signs__box {
    background-image: url("../img/signs-blood.png");
    background-repeat: no-repeat;
    background-position: center;
}

.level {
    padding-left: 530px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url("../img/level-bg.svg");
    background-position: left center;
    background-repeat: no-repeat;
}

.level__title {
    position: relative;
    color: #434141;
    font-size: 60px;
    line-height: 0.9;
    margin-bottom: 75px;
}

.level__title::after {
    position: absolute;
    bottom: -40px;
    left: 5px;
    width: 29px;
    height: 7px;
    background-color: #434141;
    content: '';
}

.level__description {
    font-size: 20px;
    color: #434141;
    max-width: 600px;
    line-height: 1.7;
}

.level-info {
    padding: 70px;
    background-color: #9DDCFF;
    background-image: linear-gradient(180deg, #9DDCFF 0%, #0992D2 100%);
    box-shadow: 0px 24px 69px rgba(42, 142, 221, 0.33);
    margin-bottom: -250px;
    margin-top: 60px;
}

.level-info__title {
    color: #fff;
    font-size: 36px;
    margin-bottom: 60px;
}

.level-info__body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.level-info__item {
    position: relative;
    padding-top: 120px;
    background-position: center top;
    width: 20%;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
}

.level-info__item::after {
    position: absolute;
    bottom: 0;
    left: 15px;
    content: "";
    width: 29px;
    height: 7px;
    background-color: #fff;
}

.level-info__item:nth-child(1) {
    background-image: url("../img/level-info-item-1.svg");
}

.level-info__item:nth-child(2) {
    background-image: url("../img/level-info-item-2.svg");
}

.level-info__item:nth-child(3) {
    background-image: url("../img/level-info-item-3.svg");
}

.level-info__item:nth-child(4) {
    background-image: url("../img/level-info-item-4.svg");
}

.level-info__item:nth-child(5) {
    background-image: url("../img/level-info-item-5.svg");
}

.level-info__description {
    color: #fff;
}

.section-level {
    position: relative;
    z-index: 2;
    padding-bottom: 0;
}

.norm__title {
    max-width: 816px;
    font-size: 60px;
    line-height: 0.86;
    color: #434141;
    margin-bottom: 60px;
    font-weight: 400;
}

.norm__description {
    position: relative;
    color: #464B53;
    font-size: 20px;
    line-height: 1.8;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.norm__description::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 29px;
    height: 7px;
    background-color: #464B53;
}

.norm__subtitle {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0d94d4;
    margin-bottom: 60px;
}

.norm__button {
    display: inline-block;
    text-align: center;
    font-size: 22px;
    color: #fff;
    border-radius: 60px;
    background-color: #EE1437;
    padding: 20px 120px;
    border: 0;
}

.section-norm {
    position: relative;
    z-index: 1;
    padding-top: 310px;
    background-color: #F5F5F5;
    padding-bottom: 400px;
}

.section-norm-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 120px;
    font-size: 450px;
    font-weight: 900;
    color: #EFEFEF;
    letter-spacing: -30px;
    z-index: -1;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto";
    line-height: 1;
    overflow: hidden;
}

.section-sostav {
    position: relative;
    z-index: 1;
}

.section-sostav-media {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 529px;
    transform: translateY(-50%);
    background-image: url("../img/sostav-botle.png");
    background-size: contain;
    background-repeat: repeat-x;
}

.section-sostav {
    padding-top: 300px;
}

.sostav__title {
    text-align: center;
    font-size: 60px;
    color: #434141;
    margin-bottom: 85px;
}

.sostav__slider {
    padding-right: 80px;
    padding-left: 80px;
}

.sostav__item {
    position: relative;
    min-height: 517px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 1;
    padding: 15px;
}

.sostav__item::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    content: '';
    box-shadow: 0px -20px 200px 160px #000;
    z-index: -1;
}

.sostav__item-1 {
    background-image: url("../img/sostav-item-1.jpg");
}

.sostav__item-2 {
    background-image: url("../img/sostav-item-2.jpg");
}

.sostav__item-3 {
    background-image: url("../img/sostav-item-3.jpg");
}

.sostav__item-4 {
    background-image: url("../img/sostav-item-4.jpg");
}

.sostav__name {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.sostav__description {
    color: #fff;
    min-height: 170px;
}

.sostav__slider .owl-prev {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 30px;
    height: 30px;
    background-image: url("../img/sostav-prev.svg") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.sostav__slider .owl-next {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 30px;
    height: 30px;
    background-image: url("../img/sostav-next.svg") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.sostav__slider .owl-prev span {
    display: none;
}

.sostav__slider .owl-next span {
    display: none;
}

.section-prof {
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 130px;
    position: relative;
    overflow: hidden;
    background-color: #9DDCFF;
    background-image: linear-gradient(262.5deg, #9DDCFF -0.88%, #4A89E6 100%);
}

.prof__title {
    font-size: 45px;
    color: #fff;
    line-height: 1;
    margin-bottom: 60px;
    max-width: 816px;
}

.prof__title span {
    display: block;
    font-size: 86px;
}

.prof__description {
    position: relative;
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 70px;
    padding-bottom: 70px;
    max-width: 605px;
}

.prof__description::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 29px;
    height: 7px;
    background-color: #fff;
}

.prof__info {
    max-width: 873px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 70px;
}

.prof__media {
    position: absolute;
    left: 50%;
    top: 0;
    width: 908px;
}

.prof__fio {
    position: absolute;
    top: 100%;
    right: 0;
    left: 210px;
    padding: 40px;
    background-color: #fff;
}

.prof__fio p {
    max-width: 230px;
    text-align: right;
    font-size: 20px;
    font-weight: 700;
}

.prof__button {
    display: inline-block;
    text-align: center;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    width: 100%;
    max-width: 420px;
    padding: 21px;
    background-color: #EE1437;
    border-radius: 60px;
    border: 0;
}

.section-prof-name {
    position: absolute;
    bottom: -124px;
    left: 0;
    right: 0;
    font-size: 500px;
    text-align: center;
    font-weight: 900;
    color: #7DBCF6;
    text-transform: uppercase;
    font-family: "Roboto";
    letter-spacing: -40px;
    z-index: -1;
}

.section-events {
    position: relative;
    z-index: 2;
}

.events__title {
    font-size: 60px;
    color: #434141;
    margin-bottom: 20px;
    font-weight: 400;
}

.events__subtitle {
    color: #464B53;
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 20px;
    max-width: 1027px;
    margin-bottom: 60px;
}

.events__body {
    position: relative;
    width: 1240px;
    height: 954px;
    background-image: url("../img/events-bg.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: auto;
    margin-left: auto;
}

.events__week {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.events__description {
    color: #fff;
}

.events__description mark {
    color: #EE1437;
}

.events__item {
    position: absolute;
}

.events__item:nth-child(1) {
    bottom: 220px;
    width: 290px;
    height: 230px;
    left: 77px;
    padding-top: 43px;
    background-image: url("../img/events-item-1.svg");
    background-repeat: no-repeat;
    background-position: right top;
}

.events__item:nth-child(2) {
    top: 75px;
    width: 388px;
    height: 230px;
    left: 241px;
    padding-top: 43px;
    background-image: url("../img/events-item-2.svg");
    background-repeat: no-repeat;
    background-position: right top;
}

.events__item:nth-child(2) .events__week {
    color: #434141;
}

.events__item:nth-child(2) .events__description {
    color: #434141;
}

.events__item:nth-child(3) {
    top: 180px;
    width: 330px;
    height: 250px;
    left: 699px;
    padding-top: 43px;
    background-image: url("../img/events-item-3.svg");
    background-repeat: no-repeat;
    background-position: right top;
}

.events__item:nth-child(4) {
    bottom: 210px;
    width: 260px;
    height: 250px;
    right: 65px;
    padding-top: 43px;
    background-image: url("../img/events-item-4.svg");
    background-repeat: no-repeat;
    background-position: right top;
}

.section-mode {
    position: relative;
    z-index: 1;
    background-color: #224589;
    margin-top: -262px;
    padding-top: 120px;
    padding-bottom: 120px;
}

.mode {
    position: relative;
}

.mode__title {
    font-size: 60px;
    color: #fff;
    max-width: 499px;
    line-height: .8;
    margin-bottom: 140px;
    font-weight: 400;
}

.mode__list {
    display: flex;
}

.mode__item {
    color: #fff;
    max-width: 180px;
    padding-top: 120px;
    background-position: left top;
    background-repeat: no-repeat;
}

.mode__item:nth-child(1) {
    background-image: url("../img/mode-item-1.svg");
}

.mode__item:nth-child(2) {
    background-image: url("../img/mode-item-2.svg");
}

.mode__item:nth-child(3) {
    background-image: url("../img/mode-item-3.svg");
}

.mode__media {
    position: absolute;
    z-index: -1;
    top: -10px;
    right: 0;
    width: 587px;
    height: 555px;
    background-image: url("../img/mode-product.jpg");
    background-repeat: no-repeat;
    background-size: contain;
}

.section-warn {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #EE1437;
    background: rgb(170, 12, 38);
    background: linear-gradient(90deg, rgba(170, 12, 38, 1) calc(50% - 400px), rgba(238, 20, 55, 1) calc(50% - 400px));
}

.warn {
    display: flex;
}

.warn__title {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: -30px;
    margin-bottom: -30px;
    margin-right: 40px;
    position: relative;
    font-weight: 700;
    color: #fff;
    font-size: 22px;
    padding-left: 55px;
    padding-right: 100px;
    max-width: 401px;
    flex-grow: 1;
    background-image: url("../img/warn-bg.svg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right center;
}

.warn__title::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '!';
    font-weight: 700;
    font-size: 48px;
    color: #fff;
}

.warn__description {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    max-width: 606px;
}

.section-comm {
    background-color: #0A2358;
}

.comm__title {
    font-size: 60px;
    color: #fff;
    line-height: 0.9;
    margin-bottom: 60px;
}

.comm__slider {
    box-shadow: 0px 24px 69px rgba(42, 142, 221, 0.33);
}

.comm__item {
    position: relative;
    z-index: 1;
    padding: 60px;
    padding-bottom: 100px;
    background: linear-gradient(180deg, #9DDCFF 0%, #0992D2 100%);
    display: flex;
    align-items: center;
}

.comm__face {
    width: 338px;
    height: 338px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 60px;
    flex: 0 0 auto;
}

.comm__name {
    color: #fff;
    font-weight: 700;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 20px;
}

.comm__description {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
}

.comm__description mark {
    color: #EEFFCA;
}

.comm__name-product {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 300px;
    font-family: "Roboto";
    font-weight: 900;
    color: rgba(36, 146, 219, 0.49);
    text-transform: uppercase;
    line-height: .8;
    z-index: -1;
    background: linear-gradient(90.14deg, rgba(36, 146, 219, 0.49) 10.52%, rgba(153, 218, 254, 0.31) 99.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.comm__slider {
    margin-bottom: -300px;
}

.comm__slider .owl-prev {
    position: absolute;
    bottom: 30px;
    right: 160px;
    width: 48px;
    height: 48px;
    background-image: url("../img/comm-prev.svg") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.comm__slider .owl-next {
    position: absolute;
    bottom: 30px;
    right: 80px;
    width: 48px;
    height: 48px;
    background-image: url("../img/comm-next.svg") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.comm__slider .owl-prev span {
    display: none;
}

.comm__slider .owl-next span {
    display: none;
}

.job__title {
    font-size: 60px;
    color: #434141;
    line-height: .9;
    margin-bottom: 50px;
}

.job__body {
    display: flex;
}

.job__item {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    width: 33.333%;
    padding-right: 15px;
    padding-left: 15px;
}

.job__count {
    position: relative;
    font-weight: 700;
    font-size: 120px;
    color: #56AEE9;
    margin-right: 25px;
    padding-right: 20px;
}

.job__count::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 75px;
    content: '';
    background-color: #D9D9D9;
}

.job__description {
    font-size: 20px;
}

.section-job {
    padding-top: 300px;
}

.footer {
    background: #434141;
}

.footer__body {
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    color: #434141;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
}

@media (max-width: 1280px) {
    .face {
        overflow: hidden;
        background-image: url("../img/face-bg-1280.jpg");
        padding-bottom: 110px;
    }

    .face__body {
        flex-direction: column;
    }

    .face__title {
        text-align: left;
        max-width: 500px;
    }

    .face__info {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .face__product {
        width: 768px;
        height: 440px;
        left: auto;
        right: -285px;
        transform: translateX(0);
    }

    .face__list {
        margin-bottom: 30px;
    }

    .nav__body {
        flex-wrap: wrap;
    }

    .nav__logo {
        order: 1;
    }

    .nav__list {
        order: 3;
        width: 100%;
        margin-top: 30px;
        margin-left: -20px;
    }

    .nav__button {
        order: 2;
    }

    .nav__logo span {
        line-height: .8;
    }

    .form {
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }

    .form__head {
        max-width: 400px;
        margin-right: auto;
        margin-left: auto;
    }

    .signs::after {
        height: 110px;
        margin-top: -110px;
    }

    .signs__box {
        background-size: 290px;
        justify-content: space-between;
    }

    .signs__item {
        margin-bottom: 30px;
    }

    .signs__item:nth-child(1) {
        padding-left: 60px;
    }

    .signs__item:nth-child(2) {
        padding-right: 60px;
    }

    .signs__item:nth-child(7) {
        padding-left: 60px;
    }

    .signs__item:nth-child(8) {
        padding-right: 60px;
    }

    .signs__item img {
        max-width: 50px;
    }

    .signs__item p {
        font-size: 16px;
        margin-right: 15px;
        max-width: 150px;
    }

    .signs__item--revers p {
        margin-left: 15px;
    }

    .level {
        padding-left: 330px;
        background-size: 300px;
        min-height: 300px;
    }

    .level__title {
        font-size: 34px;
    }

    .level__description {
        font-size: 18px;
        line-height: 1.4;
    }

    .section-level {
        padding-top: 30px;
    }

    .level-info__item {
        width: 50%;
        margin-bottom: 30px;
    }

    .level-info__item:last-child {
        margin-bottom: 0;
    }

    .section-norm {
        padding-bottom: 200px;
    }

    .section-norm-text {
        font-size: 220px;
        letter-spacing: normal;
    }

    .section-sostav-media {
        height: 300px;
    }

    .section-sostav {
        padding-top: 170px;
    }

    .sostav__title {
        margin-bottom: 30px;
        font-size: 46px;
    }

    .prof__media {
        position: relative;
        left: auto;
        top: auto;
        width: auto;
    }

    .prof__description {
        max-width: 100%;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .prof__title {
        font-size: 50px;
        margin-bottom: 30px;
    }

    .prof__title span {
        font-size: 75px;
    }

    .prof__info {
        margin-bottom: 30px;
    }

    .prof__fio {
        position: static;
        margin-left: 210px;
        padding: 30px;
    }

    .prof__fio p {
        max-width: 100%;
        text-align: left;
    }

    .prof__button {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    .section-prof-name {
        font-size: 190px;
        letter-spacing: 0;
        bottom: 0;
    }

    .events__body {
        display: flex;
        flex-wrap: wrap;
        width: auto;
        height: auto;
        background-image: none;
    }

    .events__item {
        height: auto !important;
        position: static;
        width: 50% !important;
        flex: 0 0 auto;
        padding: 75px 30px 30px !important;
        background-position: calc(100% - 30px) 30px !important;
    }

    .events__item:nth-child(1) {
        background-color: #EE1437;
    }

    .events__item:nth-child(2) {
        background-color: #0A2358;
        background-image: url("../img/events-item-2-white.svg");
    }

    .events__item:nth-child(3) {
        background-color: #65aaed;
    }

    .events__item:nth-child(4) {
        background-color: #5f93f1;
    }

    .events__week {
        color: #fff !important;
    }

    .events__description {
        color: #fff !important;
    }

    .events__title {
        font-size: 48px;
    }

    .events__subtitle {
        margin-bottom: 30px;
    }

    .section-mode {
        margin-top: 0;
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .mode__title {
        font-size: 48px;
        margin-bottom: 60px;
        text-align: center;
        max-width: 100%;
    }

    .mode__item {
        width: 33.333%;
        max-width: 100%;
        padding-right: 30px;
        padding-left: 30px;
        text-align: center;
        background-position-x: center;
    }

    .mode__media {
        position: static;
        width: 380px;
        height: 334px;
        margin-right: auto;
        margin-left: auto;
    }

    .section-events {
        padding-bottom: 0 !important;
    }

    .section-warn {
        background: linear-gradient(90deg, rgba(170, 12, 38, 1) calc(50% - 300px), rgba(238, 20, 55, 1) calc(50% - 300px));
    }

    .comm__item {
        padding-right: 30px;
        padding-left: 30px;
    }

    .comm__face {
        width: 250px;
        height: 250px;
        margin-right: 30px;
    }

    .comm__name {
        font-size: 36px;
    }

    .comm__description {
        font-size: 18px;
    }

    .comm__title {
        font-size: 48px;
        margin-bottom: 30px;
    }

    .comm__name-product {
        font-size: 170px;
    }

    .job__count {
        font-size: 100px;
        padding-right: 10px;
        margin-right: 10px;
    }

    .job__description {
        font-size: 16px;
    }

    .job__title {
        font-size: 48px;
    }
}

@media (max-width: 768px) {
    .face {
        padding-top: 30px;
        padding-bottom: 80px;
    }

    .face__title {
        margin-bottom: 30px;
    }

    .face__title span {
        font-size: 90px;
    }

    .face__product {
        position: static;
        width: 100%;
        max-width: 300px;
        height: 405px;
        background-image: url("../img/product-phone.png");
        background-size: auto;
        margin-right: auto;
        margin-left: auto;
    }

    .nav__body {
        position: relative;
        flex-direction: column;
        align-items: flex-start;
    }

    .nav__button {
        margin-top: 15px;
        width: 100%;
        text-align: center;
        padding-right: 30px;
        padding-left: 30px;
    }

    .nav__list.active {
        display: flex;
        position: fixed;
        z-index: 5;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #5a90e7;
        margin: 0;
        padding: 15px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .nav__list.active .nav__item {
        padding-right: 0;
        padding-left: 0;
        font-size: 24px;
        text-align: center;
    }

    .nav__open-burger {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
        display: block;
        order: 4;
        width: 60px;
        height: 60px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 15px 10px;
    }

    .nav__open-burger span {
        width: 100%;
        height: 5px;
        background-color: #fff;
        border-radius: 10px;
    }

    .nav__open-burger.close {
        justify-content: center;
    }

    .nav__open-burger.close span:nth-child(1) {
        transform: rotate(45deg) translateY(3px);
    }

    .nav__open-burger.close span:nth-child(2) {
        display: none;
    }

    .nav__open-burger.close span:nth-child(3) {
        transform: rotate(-45deg) translateY(-3px);
    }

    .nav__logo {
        width: 100%;
        padding-right: 75px;
        text-align: left;
    }

    .signs__item {
        width: 100%;
        padding-right: 0 !important;
        padding-left: 0 !important;
        flex-direction: row-reverse;
        text-align: left;
        margin-bottom: 30px !important;
    }

    .signs__item:last-child {
        margin-bottom: 0 !important;
    }

    .signs__item img {
        max-width: 86px;
    }

    .signs__item p {
        max-width: 100%;
        margin-left: 15px;
        margin-right: 0;
        font-size: 20px;
        color: #304D86;
    }

    .signs__box {
        flex-direction: column;
        background-position: center bottom;
        padding-bottom: 315px;
    }

    .signs__wrap {
        margin-bottom: 0;
        padding-top: 30px;
        padding-bottom: 30px;
        background-color: #fff;
        background-image: none;
    }

    .signs__head {
        padding-bottom: 30px;
    }

    .section-level {
        padding-top: 0;
    }

    .level {
        padding-left: 0;
        padding-top: 330px;
        background-position: center top;
    }

    .level-info__item {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }

    .level-info__item::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .level-info__title {
        text-align: center;
        font-size: 24px;
    }

    .level-info {
        padding: 40px 20px;
    }

    .norm__title {
        font-size: 34px;
        margin-bottom: 30px;
    }

    .norm__description {
        font-size: 18px;
        line-height: 1.4;
    }

    .norm__subtitle {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .norm__button {
        padding: 20px;
        width: 100%;
    }

    .level-info {
        margin-top: 30px;
    }

    .section-norm-text {
        font-size: 105px;
        letter-spacing: normal;
    }

    .prof__fio {
        margin-left: 0;
        padding: 15px 30px;
    }

    .prof__title {
        font-size: 36px;
    }

    .prof__title span {
        font-size: 50px;
    }

    .section-prof {
        padding-top: 50px;
    }

    .section-prof-name {
        font-size: 110px;
    }

    .mode__list {
        flex-direction: column;
    }

    .mode__item {
        width: 100%;
        padding: 30px 30px 30px 160px;
        background-position: left center;
        text-align: left;
        min-height: 98px;
    }

    .mode__item:nth-child(2) {
        background-position-x: 40px;
    }

    .mode__item:nth-child(3) {
        background-position-x: 40px;
    }

    .section-warn {
        background-image: none;
        background-color: rgba(238, 20, 55, 1);
    }

    .warn__title {
        background-image: none;
        margin: 0;
        padding: 0;
        margin-bottom: 20px;
        padding-left: 20px;
    }

    .warn {
        flex-direction: column;
    }

    .comm__item {
        flex-direction: column;
        padding-top: 30px;
    }

    .comm__face {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .comm__name {
        text-align: center;
    }

    .comm__description {
        text-align: center;
    }

    .comm__slider .owl-prev {
        right: 50%;
        transform: translateX(calc(50% - 40px));
    }

    .comm__slider .owl-next {
        right: 50%;
        transform: translateX(calc(50% + 40px));
    }

    .comm__name-product {
        font-size: 105px;
    }

    .job__title {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .job__body {
        flex-wrap: wrap;
    }

    .job__item {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }

    .job__item:not(:last-child) {
        margin-bottom: 15px;
    }

    .job__description {
        font-size: 20px;
    }

    .job__count {
        flex: 0 0 auto;
        width: 90px;
        padding-right: 25px;
        margin-right: 30px;
    }
}

@media (max-width: 480px) {
    .face {
        padding-bottom: 60px;
    }

    .face__title span {
        font-size: 64px;
    }

    .face__item {
        padding-left: 80px;
        background-position: left center, 55px center !important;
    }

    .form {
        padding-right: 30px;
        padding-left: 30px;
    }

    .form__new {
        width: 145px;
        height: 145px;
        padding-top: 35px;
        padding-left: 20px;
    }

    .form__new p {
        font-size: 16px;
    }

    .form__new>span {
        font-size: 19px;
    }

    .form__head {
        margin-bottom: 30px;
    }

    .nav {
        position: relative;
    }

    .nav__list {
        display: none;
    }

    .signs__title {
        margin-bottom: 30px;
        line-height: 1;
        font-size: 36px;
        padding-top: 30px;
    }

    .signs__info p:first-child {
        font-size: 85px;
        margin-right: 15px;
    }

    .signs__info {
        padding: 15px 35px;
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 30px;
    }

    .section-norm-text {
        font-size: 80px;
        letter-spacing: normal;
    }

    .section-sostav-media {
        height: 245px;
    }

    .section-sostav {
        padding-top: 145px;
    }

    .sostav__slider {
        padding-right: 0;
        padding-left: 0;
        max-width: 270px;
        margin-right: auto;
        margin-left: auto;
    }

    .sostav__slider .owl-prev {
        top: calc(100% + 15px);
        left: calc(50% - 60px);
    }

    .sostav__slider .owl-next {
        top: calc(100% + 15px);
        right: calc(50% - 60px);
    }

    .sostav__title {
        font-size: 34px;
    }

    .prof__title {
        font-size: 28px;
    }

    .prof__title span {
        font-size: 42px;
    }

    .prof__description {
        font-size: 18px;
    }

    .section-prof-name {
        font-size: 70px;
    }

    .section-prof {
        padding-bottom: 90px;
    }

    .events__body {
        margin-right: -15px;
        margin-left: -15px;
    }

    .events__item {
        width: 100% !important;
    }

    .mode__media {
        width: 280px;
        height: 246px;
    }

    .mode__item {
        background-size: 40px;
        padding-left: 70px;
        background-position-x: left !important;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 15px;
        min-height: 50px;
    }

    .mode__item:first-child {
        background-size: 60px;
    }

    .mode__title {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .events__title {
        font-size: 36px;
    }

    .comm__title {
        font-size: 36px;
    }

    .comm__name  {
        font-size: 26px;
    }

    .comm__name-product {
        font-size: 70px;
    }
}