*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
ol {
    padding: 0;
}
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}


@font-face {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Gotham Pro'), url('../fonts/GothamPro/GothamPro.woff') format('woff');
}
@font-face {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Gotham Pro'), url('../fonts/GothamPro/GothamPro-Black.woff') format('woff');
}
@font-face {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Gotham Pro'), url('../fonts/GothamPro/GothamPro-Light.woff') format('woff');
}
@font-face {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Gotham Pro'), url('../fonts/GothamPro/GothamPro-Medium.woff') format('woff');
}
@font-face {
    font-family: 'Gotham Pro';
    font-style: italic;
    font-weight: 400;
    src: local('Gotham Pro'), url('../fonts/GothamPro/GothamPro-Lightitalic.woff') format('woff');
}
@font-face {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 700;
    src: local('Gotham Pro'), url('../fonts/GothamPro/GothamPro-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Gotham Pro Medium';
    font-style: italic;
    font-weight: 500;
    src: local('Gotham Pro Medium'), url('../fonts/GothamPro/GothamPro-MediumItalic.woff') format('woff');
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

input[type=number] {
    -moz-appearance: textfield !important;
}
ul[class],
ol[class] {
    list-style: none;
}
a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}
img {
    max-width: 100%;
    /* display: block; */
}
article > * + * {
    margin-top: 1em;
}
input,
button,
textarea,
select {
    font: inherit;
}
input {
    outline: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}
input:focus,
textarea:focus {
    outline:none;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: none !important;
}

a {
    text-decoration: none;
    color:#706F6F;
    outline: none;
}

a:hover {
    color: #000000;
}
button {
    background-color: transparent;
    border: none;
    color: #000;
    cursor: pointer;
}
button:focus-visible {
    outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type='number'] {
    -moz-appearance: textfield;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    inset: 0 0 0 50px;
    -webkit-text-fill-color:#000;
    /* -webkit-box-shadow: transparent; */
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    font-size: 1.1rem;
}

:focus {outline: none !important;}
::-moz-focus-outer, ::-moz-focus-inner {
    border: 0px !important;
    padding: 0;
}
a:focus,
a:active,
button:focus {
    outline: 0!important;
    outline-color: transparent!important;
    outline-width: 0!important;
    outline-style: none!important;
    box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
}
input, textarea,input:active, textarea:active {outline:none;}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
    visibility: hidden;
}

.row {
    display: flex;
}
.row__vertical-center {
    align-items: center;
}
html {
    width: 100%;
    height: 100%;
}
body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    font-size: 10px;
    background: #FFFFFF;
    color: #706F6F;

    font-family: 'Ruda';
    font-style: normal;
    font-weight: 400;
    overflow-x: hidden;
}
.content__center {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.position-relative {
    position: relative;
}

.container {
    width: 1136px;
    margin-left: auto;
    margin-right: auto;
}

.button {
    font-size: 1.6em;
    line-height: 1.2em;
    color: #FFFFFF;
    display: inline-block;
    padding: 0.8em 2em;
    text-decoration: none;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    cursor: pointer;
}
.button span {
    display: block;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    overflow: hidden;
    white-space: nowrap;
}
.button__red {
    background: #8A222A;
}
.button__red:hover {
    color: #FFFFFF;
    background: #B42E38;
}
.button__white {
    background: #fff;
    color: #B42E38;
}

.background__gray {
    background-color: #F4F4F4 !important;
}
.background__red {
    background-color: #8A222A !important;
    color: #FFF !important;
}

h1 {
    color: #FFF;
    font-family: Ruda;
    font-size: 5.5em;
    font-weight: 800;
    line-height: 1.3em;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}
h2 {
    color: #8A222A;
    text-align: center;
    font-size: 4.0em;
    font-weight: 800;
    line-height: 1.4em;
    margin-bottom: 0.8em;
}
.section__ico {
    text-align: center;
    margin-bottom: 0.8em;
}
.section__description {
    font-size: 2.2em;
    text-align: center;
    max-width: 26em;
    margin: 0 auto 1.8em;
}

/* -------------------------- */

header {
    padding: 1.9em 0;
}
.header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu {
    display: flex;
    gap: 4.8em;
}
.menu__item {
    font-size: 2.0em;
    font-weight: 800;
}
.menu__phone {
    color: #8A222A;
}
.banner {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 15.70%, rgba(0, 0, 0, 0.00) 100%);
    background-image: url("../img/banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 13.2em 0 32.8em;
    position: relative;
    z-index: 0;
    margin-bottom: 7.4em;
}
.banner:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 15.70%, rgba(0, 0, 0, 0.00) 100%);
}
.banner__wrapper {
    position: relative;
    z-index: 3;
}

.issue {
    margin-bottom: 7.4em;
}
.issue__wrapper {
    display: flex;
    gap: 13em;
    justify-content: space-between;
    margin-top: 6em;
}
.issue-item {
    text-align: center;
}
.issue-item__ico {
    margin-bottom: 2em;
    height: 5.5em;
}
.issue-item__title {
    font-size: 2.5em;
    font-weight: 800;
    margin-bottom: 1em;
}
.issue-item__desc {
    font-size: 1.6em;
    line-height: 1.3em;
}

.solution__banner-mobi {
    display: none;
}

.ascent {
    padding: 7.6em 0 40vw;
    background-image: url("../img/banner2.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 7.4em;
}

.work {
    margin-bottom: 7.4em;
}
.work__wrapper {
    display: flex;
    gap: 7em;
}
.work-item {
    text-align: center;
}
.work-item__ico {
    margin-bottom: 1.6em;
}
.work-item__desc {
    font-size: 1.7em;
    line-height: 1.3em;
}

.equipment {
    margin-bottom: 7.4em;
}
.equipment__wrapper {
    display: flex;
    gap: 2em;
    flex-wrap: wrap;
}

.equipment-item {
    padding: 3.6em 3.6em;
    border-radius: 8px;
}
.equipment-item__col {
    width: 100.0%;
}
.equipment-item__col2 {
    width: calc(50.0% - 1em);
}
.equipment-item__col3 {
    width: calc(33.3% - 1.3em);
}

.equipment-item__title {
    color: #8A222A;
    font-size: 2.2em;
    font-weight: 800;
    margin-bottom: 0.6em;
}
.equipment-list {
    padding: 0 0 0 2.5em;
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}
.equipment-list__item {
    font-size: 1.7em;
    line-height: 1.3em;
    position: relative;
}
.equipment-list__item:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #706F6F;
    top: 0.4em;
    left: -1em;
}
.equipment-item__desc {
    font-size: 3.0em;
    font-weight: 800;
    text-align: center;
    max-width: 684px;
    margin: 0 auto;
    padding: 0.5em 0;
}

.comment {
    background: url("../img/background-comment.png") no-repeat;
    background-position: center;
    background-size: cover;
    padding: 8.6em 0 7em;
    margin-bottom: 7.4em;
}
.comment__wrapper {
    max-width: 713px;
    margin: 0 auto;
}
.comment__text {
    font-size: 1.9em;
    line-height: 1.3em;
    margin-bottom: 3em;
    color: #fff;
    position: relative;
}
.comment__quotes {
    position: absolute;
}
.comment__quotes-first {
    top: -0.2em;
    left: -1.7em;
}
.comment__quotes-end {
    bottom: -0.2em;
    right: -1.7em;
}

.comment__author {
    font-size: 1.6em;
    font-weight: 800;
    line-height: 1.4em;
    color: #fff;
}
.comment__footer {
    display: flex;
    justify-content: space-between;
}

.going {
    margin-bottom: 7.4em;
}
.going__wrapper {
    display: flex;
    gap: 2.8em;
    flex-wrap: wrap;
}
.going-item__col1 {
    width: 100%;
}
.going-item__col3 {
    width: calc(33.3% - 1.84em);
}
.going-item {
    background: #F4F4F4;
    padding: 4.9em 4.7em;
    border-radius: 8px;
}
.going-item__title {
    color: #8A222A;
    font-size: 2.3em;
    font-weight: 800;
    margin-bottom: 0.5em;
}
.going-item__title span {
    font-size: 1.5em;
}
.going-item__text {
    font-size: 2.3em;
    line-height: 1.4em;
}
.going-item__description {
    text-align: center;
    font-size: 3.0em;
    font-weight: 800;
    line-height: 1.5em;
    margin-bottom: 0.5em;
    max-width: 815px;
    margin: 0 auto;
}
.going-item__description2 {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 1em;
}
.going-item__button {
    text-align: center;
}
.info {
    padding: 6.3em 0;
    margin-bottom: 7.4em;
}
.info__wrapper {
    display: flex;
    gap: 3.7em;
}
.info-item {
    width: 50%;
}
.info-item__list {
    display: flex;
    margin-bottom: 1.8em;
}
.info-item__list:first-child {
    margin-top: 2em;
}
.info-item__ico {
    margin-right: 1.6em;
    padding-top: 1.0em;
}
.info-item__text {
    font-size: 2.5em;
    line-height: 1.4em;
}
.health {
    margin-bottom: 7.4em;
}
.health__wrapper {
    display: flex;
    gap: 6em;
}
.health-item:nth-child(1) {
    width: 50em;
}
.health-item:nth-child(2) {
    width: calc(100% - 50em);
}
.health-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 5em;
    margin-top: 2em;
}
.health-list {
    width: calc(45%);
    text-align: center;
}
.health-list__title {
    font-size: 2.2em;
    font-weight: 800;
    margin-bottom: 0.9em;
}
.health-list__description {
    font-size: 1.5em;
}

.cloth {
    margin-bottom: 7.4em;
}
.cloth__wrapper {
    display: flex;
    gap: 8em;
}
.cloth-item {

}
.cloth-item__title {
    color: #8A222A;
    font-size: 2.1em;
    font-weight: 800;
    margin-bottom: 0.8em;
}
.cloth-item__description {
    font-size: 1.6em;
    line-height: 1.4em;
}

.principle {
    margin-bottom: 7.4em;
    padding: 6em;
}
.principle__wrapper {
    display: flex;
    gap: 2.7em;
}
.principle-item {
    background: #FFFFFF;
    font-size: 1.5em;
    line-height: 1.4em;
    padding: 2em 2.4em;
    width: 33.3%;
}
.principle-item span {
    color: #8A222A;
}

.instructor {
    margin-bottom: 7.4em;
}
.instructor__wrapper {
    display: flex;
    gap: 3.8em;
}
.instructor-item:nth-child(1) {
    width: calc(100% - 60em);
}
.instructor-item:nth-child(2) {
    width: 60em;
}
.instructor-item__title {
    font-size: 2.5em;
    font-weight: 800;
    line-height: 1.4em;
    margin: 1em 0 1.2em;
    color: #8A222A;
}
.instructor-list {
    display: flex;
    margin-bottom: 1em;
}
.instructor-list__ico {
    margin-right: 1.2em;
    padding-top: 1em;
}
.instructor-list__text {
    font-size: 1.9em;
    line-height: 30px;
    line-height: 1.5em;
}
.instructor__description {
    font-size: 1.9em;
    font-weight: 700;
    line-height: 1.5em;
    margin-top: 1.5em;
}
.section__description-instructor {
    font-size: 1.6em;
    max-width: 38.4em;
}

.recommendations {
    margin-bottom: 7.4em;
}
.recommendations__wrapper {
    display: flex;
    gap: 5em;
    flex-wrap: wrap;
}
.recommendations-item {
    display: flex;
    width: calc(50% - 5em);
}
.recommendations-item__number {
    margin-right: 1em;

    width: 1.6em;
    height: 1.6em;
    background: #8A222A;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.2em;
    font-weight: 800;
}
.recommendations-item__text {
    width: calc(100% - 2.6em);
    font-size: 1.7em;
    line-height: 1.5em;
}
.recommendations-item__title {
    font-size: 1.2em;
    font-weight: 800;
    margin-bottom: 0.5em;
}

.security {
    margin-bottom: 7.4em;
    padding: 7.2em 0 9em;
    background: #F4F4F4;
    background-image: url("../img/banner3.png");
    background-repeat: no-repeat;
    background-position: bottom right;
}
.security h2 {
    text-align: left;
    max-width: 572px;
}
.security .section__description {
    text-align: left;
    margin: 0;
}
.security__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 7em;
    max-width: 51em;
    margin-top: 7em;
}
.security__col {
    width: calc(50% - 4em);
}
.security-item {
    margin-bottom: 3.8em;
}
.security-item__title {
    font-family: Ruda;
    font-size: 2.4em;
    font-weight: 800;
    color: #8A222A;
    margin-bottom: 0.5em;
}
.security-item__title span {
    font-size: 2.5em;
}
.security-item__text {
    font-size: 2.2em;
}

.partners {
    margin-bottom: 7.4em;
}

.contact {
    padding: 8.5em 0;
}
.contact__wrapper {
    display: flex;
    gap: 7em;
}
.contact-item {
    width: calc(50% - 2em);
}
.contact h2 {
    text-align: left;
    margin-bottom: 0.4em;
}
.contact__description {
    font-size: 2.0em;
    font-weight: 800;
    line-height: 1.4em;
    margin-bottom: 1em;
}
.contact__button {
    margin-bottom: 4em;
}
.contact-info__wrapper {
    display: flex;
    gap: 5em;
}
.contact-info__title {
    color: #8A222A;
    font-size: 2.4em;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 0.2em;
}
.contact-info__spec {
    font-size: 1.5em;
    line-height: 1.6em;
    margin-bottom: 0.3em;
}
.contact-info__link {
    font-size: 1.6em;
    font-weight: 800;
    line-height: 1.4em;
}

footer {
    background: #8A222A;
    padding: 4em 0;
}
.footer__wrapper {
    display: flex;
    align-items: center;
}
.footer__logo {
    margin-right: 3.6em;
}
.footer__copy {
    font-size: 1.4em;
    margin-right: auto;
    color: #FFF;
}
.footer__menu {
    font-size: 1.6em;
    display: flex;
    gap: 2em;
}

.footer__menu a {
    color: #FFF;
}
.footer__link {
    color: #B2B2B2;
    margin-left: auto;
    font-size: 1.4em;
}
.footer__link a {
    color: #B2B2B2;
    text-decoration: underline;
}

@media only screen  and (max-width: 1150px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }

    .menu {
        gap: 2.8em;
    }
    .menu__item {
        font-size: 1.6em;
    }
    h1 {
        font-size: 3.4em;
    }
    h2 {
        font-size: 2.4em;
    }
    .section__description {
        font-size: 1.8em;
    }

    .issue__wrapper {
        gap: 7em;
    }
    .issue-item__title {
        font-size: 2.4em;
    }
    .issue-item__desc {
        font-size: 1.6em;
    }
    .work-item__desc {
        font-size: 1.7em;
    }

    .equipment-item {
        padding: 2.4em 2.2em;
    }
    .equipment-item__title {
        font-size: 2.0em;
    }
    .equipment-list__item {
        font-size: 1.5em;
    }
    .equipment-item__desc {
        font-size: 2.0em;
    }
    .comment__text {
        font-size: 1.6em;
    }
    .comment__author {
        font-size: 1.4em;
    }

    .going-item {
        padding: 2.0em 2.8em;
    }
    .going-item__title {
        font-size: 2.0em;
    }
    .going-item__text {
        font-size: 1.7em;
    }
    .going-item__description {
        font-size: 2.0em;
    }
    .going-item__description2 {
        font-size: 2.0em;
    }
    .info-item__text {
        font-size: 2.0em;
    }

    .health__wrapper {
        gap: 3em;
    }
    .health-lists {
        gap: 2em;
    }

    .instructor__description {
        display: none;
    }

    .recommendations__wrapper {
        gap: 3em;
    }
    .recommendations-item__title {
        font-size: 1.0em;
    }
    .recommendations-item__text {
        font-size: 1.6em;
    }
    .security .section__description {
        font-size: 1.7em;
    }
    .security__wrapper {
        gap: 3em;
        max-width: 41em;
    }
    .security-item__text {
        font-size: 1.8em;
    }
    .security-item__title {
        font-size: 2.2em;
    }
    .contact__description {
        font-size: 1.7em;
    }
    .contact-info__title {
        font-size: 2.2em;
    }
    .footer__menu {
        font-size: 1.4em;
        gap: 1em;
    }
}
.menu-mobi {
    display: none;
}
.footer__logo-text {
    display: none;
}


.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;
}
.popup-order.active,
.popup-calc.active{
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.popup-order .popup-form__success,
.popup-order .popup-form,
.popup-calc .popup-form__success,
.popup-calc .popup-form
{
    background: #fff;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    padding: 2.7em 2em;
}
.popup-form__top {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 3em;
    flex-direction: column;
    align-items: center;
}
.popup-form__title {
    font-weight: 800;
    font-size: 2.8em;
    line-height: 1.2em;
}
.popup-form__desc {
    max-width: 495px;
    margin-top: 1.1em;
    font-size: 1.8em;
    text-align: center;
}
.popup-form__close {
    position: absolute;
    top: 0px;
    right: 0;
}
.popup-order .popup-form__close svg,
.popup-calc .popup-form__close svg{
    width: 16px;
    height: 16px;
}
.popup-form__text {
    font-weight: 600;
    font-size: 2.0em;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 1.5em;
}
.popup-form,
.popup-form__success {
    display: none;
}
.popup-form.active,
.popup-form__success.active {
    display: block;
}

.form-content {
    max-width: 661px;
    margin: 0 auto;
}
.form-content__input {
    border: none;
    border-bottom: 1px solid #8A222A;
    padding: 1.0em 1em;
    font-size: 1.6em;
    line-height: 1.2em;
    width: 100%;
    background: inherit;
    margin-bottom: 3em;
}
.form-content__input-group {
    display: flex;
    gap: 25px;
}
.form-content__textarea {
    border: none;
    border-bottom: 1px solid #8A222A;
    padding: 1.3em 1em;
    font-size: 1.6em;
    line-height: 1.2em;
    resize: vertical;
    background: inherit;
    margin-bottom: 2em;
    width: 100%;
}

.form-content__message {
    visibility: hidden;
    margin-bottom: 2em;
    font-size: 1.6em;
    color: red;
}
.form-content__message.active {
    visibility: visible;
}

.form-content__button{
    width: 369px;
}
.form-content__footer {
    display: flex;
    gap: 20px;
    font-size: 1.2em;
    line-height: 1.2em;
}
.form-content__agreement a {
    text-decoration: underline;
    color: #434343;
}
.list-mobi {
    display: none;
}