.container {
    width: 100%;
    padding: 0 15px;
}

h1 {
    font-size: 3.5em;
    margin-bottom: 1.5rem;
}
.banner__item {
    font-size: 1.5em;
}
.banner__desc {
    font-size: 1.4em;
}

h2 {
    font-size: 2.4em;
}
.slide-content__title {
    font-size: 2.4em;
}
.banner {
    padding: 4em 0;
    margin-bottom: 4.3em;
}
.slide {
    margin-bottom: 5em;
}
.advantages {
    margin-bottom: 4em;
}
.job {
    margin-bottom: 1em;
}
.safety {
    padding: 5em 0;
    margin-bottom: 4em;
}
.contacts {
    padding: 4em 0;
}
.footer__contacts {
    padding: 4em 0 4em;
    background: none;
}
.footer__bottom {
    padding: 2.5em 0;
}
.menu {
    display: none;
}
.banner__row {
    flex-direction: column;
}
.banner__content {
    width: 100%;
}
.banner__img {
    display: none;
}
.banner__items {
    margin-bottom: 1.5rem;
}
.banner__img-mobi {
    display: block;
}

.banner__img-mobi {
    width: 100%;
    text-align: center;
    margin-bottom: 2em;
}
.banner__img-mobi img {
    width: 90%;
}
.slide__content {
    flex-direction: column;
    width: 100%;
    padding: 8em 2.5em;
    margin: 0 -15px;
    width: calc(100% + 30px);
}
.slide__column:first-child {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 1.5em;
}
.slide__column {
    width: 100%;
}
.slide__column:nth-child(2) {
    margin-bottom: 40px;
}
.slide__column button {
    display: none;
}
.slide-btn__wrapper {
    display: flex;
    justify-content: center;
}
.slide-btn__mobi {
    display: block;
}
.advantages__wrapper {
    flex-direction: column;
}
.advantages__column {
    width: 100%;
}
.job__wrapper {
    flex-direction: column;
}
.job-item {
    width: 100%;
}
.description__content {
    padding: 2em 1.0em;
    text-align: left;
}
.safety__wrapper {
    flex-direction: column;
    gap: 25px;
}
.safety-item {
    padding: 3.5em 3em;
    width: 100%;
}
.contacts__wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contacts__item {
    padding: 3em 2em;
}
footer__bottom {
    padding: 3.5em 0;
}
.footer-contacts {
    width: 100%;
    text-align: center;
    padding: 5em 4em;
}
.section__title {
    margin-bottom: 1.2em;
}
.footer-contacts__desc {
    margin-bottom: 1.1em;
}
.footer-bottom__wrapper {
    flex-direction: column;
    gap: 20px;
    text-align: center;
}
.footer-bottom__links {
    text-align: center;
}
.footer-bottom__wrapper > .footer-bottom__link {
    order: 1;
}
.footer-bottom__wrapper > .footer-bottom__copy {
    order: 0;
}
.footer-bottom__wrapper > .footer-bottom__links {
    order: 2;
}
.footer-map-mobi {
    display: block;
    padding: 0 1.5em;
    margin-bottom: 3em;
}
.footer-map-mobi img {
    width: 100%;
}
.menu-mobi {
    display: block;
    cursor: pointer;
}
.slide .content__center {
    align-items: unset;
}

.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: #12508E;
    font-weight: 700;

}

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