header {
    padding: 1.5em 0;
}
.header__logo img {
    max-width: 195px;
}

.menu {
    display: none;
}
.menu-mobi {
    display: block;
}
.banner {
    background-image: url("../img/banner-mobi.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 7.2em 0 87vw 2em;
    margin-bottom: 3.6em;
}
.issue__wrapper {
    flex-direction: column;
    margin-top: 5em;
    gap: 6em;
}

.solution__banner-mobi {
    display: block;
}
.solution__banner-mobi img {
    margin: 0 -1.5em;
    width: calc(100% + 3em);
    max-width: unset;
}

.ascent.background__gray {
    background: #fff !important;
}
.ascent {
    padding: 0;
    background-image: none;
}
.work__wrapper {
    gap: 5em;
    flex-direction: column;
}
h2 {
    margin-bottom: 1.5em;
}
.equipment {
    margin-bottom: 4em;
}
.equipment__wrapper {
    flex-direction: column;
}
.equipment-item {
    width: 100%;
}

.comment {
    margin-bottom: 4em;
    background-image: url("../img/background-comment-mobi.jpg");
}
.comment__wrapper {
    max-width: 100%;
    padding: 0 5.0em;
}
.comment__quotes-first {
    top: -0.4em;
    left: -2.1em;
}
.comment__quotes-end {
    bottom: -0.4em;
    right: -2.1em;
}
.comment__footer {
    flex-direction: column;
}
.comment__author {
    margin-bottom: 2em;
}
.section__ico {
    margin-top: -2em;
}

.going {
    margin-bottom: 4em;
}
.going__wrapper {
    flex-direction: column;
    gap: 1.6em;
}
.going-item {
    width: 100%;
    padding: 4em 2.0em;
}

.info {
    padding: 4em 0;
    margin-bottom: 4em;
}
.info__wrapper {
    flex-direction: column;
    gap: 3em;
}
.info-item {
    width: 100%;
}
.info-item:nth-child(1) {
    order: 2
}
.info-item:nth-child(2) {
    order: 1
}
.info-item img {
    margin: 0 -1.5em;
    width: calc(100% + 3em);
    max-width: unset;
}

.health {
    margin-bottom: 4em;
}
.health__wrapper {
    flex-direction: column;
    gap: 3em;
}
.health-item:nth-child(1) {
    width: 100%;
}
.health-item:nth-child(2) {
    width: 100%;
}
.health-item img {
    margin: 0 -1.5em;
    width: calc(100% + 3em);
    max-width: unset;
}
.health-lists {
    gap: 4em;
    flex-direction: column;
}
.health-list {
    width: 100%;
    text-align: left;
}

.cloth {
    margin-bottom: 4em;
}
.cloth .section__description {
    text-align: left;
    margin: 0 0 1.8em;
}
.cloth__wrapper {
    flex-direction: column;
    gap: 4em;
}
.cloth-item__title {
    font-size: 1.8em;
    margin-bottom: 0.4em;
}

.principle {
    margin-bottom: 4em;
    padding: 1.5em;
}
.principle .section__description {
    text-align: left;
    margin: 0 0 1.8em;
}
.principle__wrapper {
    flex-direction: column;
}
.principle-item {
    width: 100%;
    padding: 1.5em;
}

.instructor {
    margin-bottom: 4em;
}
.section__description-instructor {
    text-align: left;
}
.instructor__wrapper {
    flex-direction: column;
    gap: 3em;
}
.instructor-item:nth-child(1) {
    width: 100%;
    order: 2;
}
.instructor-item:nth-child(2) {
    width: 100%;
    order: 1;
}
.instructor-item img {
    margin: 0 -1.5em;
    width: calc(100% + 3em);
    max-width: unset;
}
.instructor-item__title {
    font-size: 1.8em;
}
.instructor-list__text {
    font-size: 1.6em;
}

.recommendations {
    margin-bottom: 4em;
}
.recommendations__wrapper {
    flex-direction: column;
}
.recommendations-item {
    width: 100%;
}

.partners {
    margin-bottom: 4em;
}
.contact {
    padding: 4.5em 0 0;
}
.contact__wrapper {
    flex-direction: column;
    gap: 3em;
}
.contact-item {
    width: 100%;
}
.contact-info__wrapper {
    flex-direction: column;
    gap: 4em;
}
.contact img {
    display: block;
    margin: 0 -1.5em;
    width: calc(100% + 3em);
    max-width: unset;
}
.footer__wrapper {
    flex-direction: column;
    align-content: center;
    text-align: center;
    gap: 2em;
}
.footer__logo {
    margin-right: 0;
    display: none;
}
.footer__logo-text {
    display: block;
    font-size: 1.8em;
    font-weight: 700;
    color: #fff;
}
.footer__copy {
    margin-right: 0;
}
.footer__link {
    margin-left: 0;
}
.footer__menu {
    flex-direction: column;
    gap: 0.5em;
    display: none;
}

.popup-order .popup-form__success,
.popup-order .popup-form,
.popup-calc .popup-form__success,
.popup-calc .popup-form{
    width: 32.8em;
    margin: 0 15px;
}

.form-content__input-group {
    display: flex;
    flex-direction: column;
    gap: 0px;
}
.form-content__input {
    padding: 0.5em 1em;
    margin-bottom: 1em;
}
.form-content__textarea {
    padding: 0.5em 1em;
    margin-bottom: 1.5em;
}
.form-content__message {
    margin-bottom: 1.5em;
}
.form-content__footer {
    flex-direction: column;
}
.form-content__button {
    width: 100%;
}
.popup-form__title {

}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.active {
    display: block;
}
.popup__overlay {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding-bottom: 28px;
}

.popup-lefter {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #fff;
    padding: 1.5em;

    display: flex;
    flex-direction: column;
    margin: auto;
}
.popup-lefter__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3em;
}
.popup-lefter__top img {
    max-width: 195px;
}
.popup-lefter__menu {
    font-size: 2.0em;
    line-height: 1.2em;
    text-align: center;
    margin: auto;
}
.lefter-menu__item {
    margin: 2.2em 0;
}
.lefter-menu__item a.social {
    color: #8A222A;
    font-weight: 700;

}

.tab__content .footer__contacts {
    background: none;
    height: auto;
}
.tab__content1 .footer-contacts {
    display: block;
}

.list-mobi {
    display: flex;
    flex-direction: column;
    gap: 3.2em;
    margin-bottom: 4em;
    display: none;
}

.list-mobi.active {
    display: block;
}

.list-mobi__header {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
}
.list-mobi__text {
    color: #8A222A;
    font-size: 1.7em;
    font-weight: 800;
    line-height: 1.4em;
}

.list-mobi__content {

}
.security {
    background-image: url("../img/banner3-mobi.png");
    background-position: bottom right;
    background-size: 100% auto;
    padding: 3.2em 0 24.2em;
}
.security h2,
.security .section__description {
    text-align: center;
}
.security .section__description {
    margin-bottom: 2em;
}
.security__wrapper {
    margin-top: 0em;
    flex-direction: column;
}
.security__col {
    width: 100%;
}
.security-item__title {
    width: 120px;
}
.security-item__title span {
    font-size: 2.3em;
}
.security-item {
    display: flex;
    gap: 3em;
}
.security-item__text {
    text-align: left;
    width: calc(100% - 120px);
}
.security-item__column {
    flex-direction: column;
    gap: 1.5em;
    width: 220px;
}
.security-item__column security-item__title {
    width: 100%;
}
.security-item__column security-item__text {
    width: 100%;
}

.list-mobi {
    display: block;
}
.tab-health h2,
.tab-cloth h2,
.tab-principle h2,
.tab-instructor h2,
.tab-recommendations h2 {
    display: none;
}

.tab-health,
.tab-cloth,
.tab-principle,
.tab-instructor,
.tab-recommendations {
    display: none;
}
.tab__content.active {
    display: block;
}
.tab.active .list-mobi__ico svg{
    transform: rotate(-180deg);
    -ms-transform: rotate(-1800deg); /* IE 9 */
    -webkit-transform: rotate(-180deg); /* Safari and Chrome */
}