@charset "utf-8";
@import "../node_modules/slick-carousel/slick/slick.css";
@import "../node_modules/magnific-popup/dist/magnific-popup.css";
@import "callback-btn.css";
@import "callback-modal.css";
@import "typography.css";

/* Класс для увеличения картинки */

.zoom-img {}


/* Класс для галлереи */

.gallery {}


/* Класс для формы */

.form-submit-toggle {}


/* Класс для кнопки заказать звонок */

.callback-toggle {}


/******** Magnific-Popup *********/

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


/******* Image Cover ********/

.img-cover {
    background-size: cover;
    background-position: center;
}

.img-cover_inited>img {
    visibility: hidden;
}


/**********************************/

.main {
    display: flex;
}

.component {
    width: 100%;
}

.left,
.right {
    width: 30%;
}

@charset "UTF-8";

/* Шрифты */

@font-face {
    font-family: "ProximaNova";
    font-display: swap;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/ProximaNova-Light.woff2") format("woff2"), url("../fonts/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova-Light.ttf") format("ttf");
}

@font-face {
    font-family: "ProximaNova";
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("ttf");
}

@font-face {
    font-family: "ProximaNova";
    font-display: swap;
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.ttf") format("ttf");
}

@font-face {
    font-family: "ProximaNova";
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("ttf");
}

@font-face {
    font-family: "ProximaNova";
    font-display: swap;
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/ProximaNova-Black.woff2") format("woff2"), url("../fonts/ProximaNova-Black.woff") format("woff"), url("../fonts/ProximaNova-Black.ttf") format("ttf");
}


/* Шрифты конец*/


/* Обнуляющие стили */

* {
    padding: 0;
    margin: 0;
    border: 0;
}

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

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    /* overflow-x: hidden; */
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a {
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

picture {
    width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 400;
}

.visually-hidden {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}


/* Обнуляющие стили конец */


/* Общие свойства */

body {
    font-family: "ProximaNova", Arial, sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 17px;
    line-height: 1.2;
    background-color: #fff;
    min-width: 320px;
}

body.lock {
    overflow: hidden;
}

.wrapper {
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

h1 {
    font-weight: 900;
    font-size: 35px;
    color: #000016;
    line-height: 1;
    margin-bottom: 60px;
}

.some-title {
    font-weight: 700;
    font-size: 18px;
    color: #000016;
    text-transform: uppercase;
}

.some-text {
    margin-bottom: 20px;
}


/* Общие свойства конец*/


/* menu-burger */

.menu-burger {
    display: none;
}


/* menu-burger end */


/* btn */

.btn {
    font-size: 17px;
    line-height: 1;
    background-color: #e92616;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
}

.btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    background-color: #ffed00;
    height: 100%;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.btn__icon {
    width: 60px;
    height: 60px;
    background: #ffed00 url(../images/btn-client.svg) center/40% no-repeat;
    position: relative;
}

.btn__txt {
    padding: 0 22px 0 20px;
    position: relative;
}

.btn__bold {
    font-weight: 700;
}

.btn:hover::before {
    width: 100%;
}

.btn:active {
    opacity: 0.5;
}

.btn-partner .btn__icon {
    background-image: url(../images/btn-partner.svg);
    background-size: 50%;
}


/* btn end */


/* title */

.title {
    font-weight: 900;
    font-size: 35px;
    color: #000016;
    line-height: 1;
}


/* title end*/


/* form */

.form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form__input {
    border: 1px solid #fff;
    padding: 15px 15px 15px 50px;
    color: #000;
    font-size: 15px;
    width: 100%;
    margin-bottom: 10px;
    /* Firefox 19+ */
    /* Firefox 18- */
}

.form__input-name {
    background: #ccc url(../images/form-name-black.svg) 15px center/13.75px no-repeat;
}

.form__input-tel {
    background: #ccc url(../images/form-phone-black.svg) 15px center/11.25px no-repeat;
}

.form__input-mail {
    background: #ccc url(../images/form-mail-black.svg) 15px center/20px no-repeat;
    margin-bottom: 40px;
}

.form__input::-webkit-input-placeholder {
    color: #000;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    text-indent: 0px;
    -webkit-transition: text-indent 1s ease;
    transition: text-indent 1s ease;
}

.form__input::-moz-placeholder {
    color: #000;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    text-indent: 0px;
    -webkit-transition: text-indent 1s ease;
    transition: text-indent 1s ease;
}

.form__input:-moz-placeholder {
    color: #000;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    text-indent: 0px;
    -webkit-transition: text-indent 1s ease;
    transition: text-indent 1s ease;
}

.form__input:-ms-input-placeholder {
    color: #000;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    text-indent: 0px;
    -webkit-transition: text-indent 1s ease;
    transition: text-indent 1s ease;
}

.form__input:focus::-webkit-input-placeholder {
    text-indent: 500px;
    -webkit-transition: text-indent 1s ease;
    transition: text-indent 1s ease;
}

.form__input:focus::-moz-placeholder {
    text-indent: 500px;
    -webkit-transition: text-indent 1s ease;
    transition: text-indent 1s ease;
}

.form__input:focus:-moz-placeholder {
    text-indent: 500px;
    -webkit-transition: text-indent 1s ease;
    transition: text-indent 1s ease;
}

.form__input:focus:-ms-input-placeholder {
    text-indent: 500px;
    -webkit-transition: text-indent 1s ease;
    transition: text-indent 1s ease;
}

.form__label {
    width: 69%;
    font-weight: 300;
    font-size: 15px;
    color: #000;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form__label::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 10px;
}

.form__label::after {
    content: "";
    display: block;
    position: absolute;
    left: 1px;
    top: 50%;
    margin-top: -8px;
    width: 19px;
    height: 7px;
    border-radius: 1px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
}

.form__checkbox {
    display: none;
}

.form__checkbox:checked+.form__label::after {
    opacity: 1;
}

.form__btn {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    background-color: #000016;
    padding: 16px 24px;
    margin-left: 10px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-decoration: none;
}

.form__btn::before {
    display: none;
}

.form__btn:hover {
    background-color: #fff;
    color: #000016;
}

.form__btn:active {
    opacity: 0.6;
}

#__lpform_Имя_icon {
    display: none;
}


/* form end */


/* benefits */

.benefits__wrapper {
    position: relative;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.benefits__wrapper>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 35.9375%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 1;
}

.benefits__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.benefits__left {
    width: 28.94737%;
    padding: 45px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 2;
    position: relative;
}

.benefits__left::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 10%;
    height: 100%;
    background-color: #fff;
}

.benefits__title {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    color: #000016;
    position: relative;
    z-index: 3;
    margin-right: 10%;
}

.benefits__title span {
    font-weight: 700;
}

.benefits__btn {
    width: 100%;
    z-index: 3;
}

.benefits__btn .btn__txt {
    margin: 0 auto;
}

.benefits__right {
    width: 71.05263%;
    padding: 40px 0 40px 50px;
    z-index: 2;
}

.benefits__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style-type: none;
    margin-bottom: -20px;
}

.benefits__list li {
    width: 48%;
    margin-bottom: 20px;
}

.benefits__list li::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #e92616;
    margin-right: 10px;
    margin-bottom: 3px;
}


/* benefits end */


/* main-header */

.main-header__container {
    max-width: 100%;
    padding: 0;
}

.main-header__inner {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-header__social-list {
    margin-left: auto;
}

.main-header__logo {
    width: 200px;
}

.main-header__title {
    margin-left: 25px;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.28;
    color: #8f9db0;
    text-transform: uppercase;
    max-width: 240px;
}

.main-header__info {
    margin-left: auto;
    padding-left: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    line-height: 1;
}

.main-header__info::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: url(../images/watch-icon.svg) center no-repeat;
}

.main-header__info a {
    text-decoration: none;
}

.okompBlock {
    padding: 80px 0 0 0;
}

.okompBlock .title {
    margin-bottom: 20px;
}

.services__title {
    margin-bottom: 40px;
}

.prim {
    margin-top: 40px;
    font-weight: bold;
}

.okompBlock .txt p {
    margin-bottom: 30px;
}

.main-header__phone {
    font-weight: 700;
    font-size: 23px;
    color: #000016;
}

.main-header__mail {
    font-weight: 300;
    font-size: 18px;
    color: #8f9db0;
}

.main-header__cb {
    display: block;
    width: 50px;
    height: 50px;
    background: #e92616 url(../images/call-icon.svg) center/40% no-repeat;
    margin-left: 30px;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.main-header__cb:hover {
    background-color: #e92616;
    background-size: 45%;
}

.main-header__cb:active {
    opacity: 0.6;
}

.main-header__lk {
    text-decoration: none;
    font-size: 17px;
    color: #e92616;
    background: #000016 url(../images/lk-icon.svg) 10px center/8% no-repeat;
    line-height: 1;
    padding: 16px 17px 17px 35px;
    margin-left: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-header__lk:hover {
    color: #000016;
    background: #e92616 url(../images/lk-icon-black.svg) 10px center/8% no-repeat;
}

.main-header__lk:active {
    opacity: 0.6;
}

.main-menu {
    background-color: #000016;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
}

.main-menu__inner {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-menu__list {
    list-style-type: none;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -40px;
}

.main-menu__list li {
    margin-right: 40px;
}

.main-menu__list li.active {
    font-weight: 700;
    color: #e92616;
}

.main-menu__list a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-menu__list a:hover {
    color: #e92616;
}

.main-menu__list a:active {
    opacity: 0.6;
}

.main-menu__close {
    display: none;
}

.main-menu .main-header__lk {
    display: none;
}

.main-menu .main-header__info {
    display: none;
}

.social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -30px;
}

.social-list a {
    width: 20px;
    height: 17px;
    margin-right: 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social-list a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.social-list a:active {
    opacity: 0.6;
}

.social-list .viber {
    background: url(../images/viber-icon.svg) center no-repeat;
}

.social-list .vk {
    background: url(../images/vk-icon.svg) center no-repeat;
}

.social-list .insta {
    background: url(../images/insta-icon.svg) center no-repeat;
}

.social-list .fb {
    background: url(../images/fb-icon.svg) center no-repeat;
}


/* main-header конец*/


/* banner */

.banner {
    background-color: #e4f0f2;
}

.banner__container {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.banner__container::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 100%;
    height: 4px;
    background-color: #e92616;
    z-index: 2;
}

.banner__img {
    position: relative;
    width: 105%;
    max-width: initial;
    left: -3%;
    top: 0;
}

.parallax-man {
    position: absolute;
    right: 0;
    bottom: -10%;
    width: 64%;
}

.parallax-cloud {
    position: absolute;
    right: 37%;
    top: -30%;
    width: 64%;
}


/* banner end */


/* services */

.services {
    padding: 80px 0;
}

.services__list {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -40px;
    margin-right: -2%;
}

.services__item {
    margin-bottom: 40px;
    margin-right: 2%;
    width: 23%;
}

.services__item a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 14px;
    line-height: 1;
}

.services__item a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 90px;
    height: 90px;
    border: 1px solid #e4f0f2;
    margin-right: 10px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.services__item a img {
    width: 50%;
    margin: auto;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.services__item a.services__evacuation img {
    width: 53%;
}

.services__item a.services__support img,
.services__item a.services__commissioner img,
.services__item a.services__wheel img {
    width: 50%;
}

.services__item a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 88px;
    height: 60px;
    width: 2px;
    margin-top: -30px;
    background-color: #e92616;
}

.services__item a:hover>span {
    background-color: #e92616;
}

.services__item a:hover img {
    width: 60%;
}

.services__item a.services__evacuation:hover img {
    width: 69%;
}

.services__item a.services__support:hover img,
.services__item a.services__commissioner:hover img,
.services__item a.services__wheel:hover img {
    width: 66%;
}

.services__item a:active {
    opacity: 0.6;
}


/* services end */


/* advantages */

.advantages {
    background-color: #e4f0f2;
    padding: 40px 0 70px;
}

.advantages__container {
    position: relative;
}

.advantages__title {
    margin-bottom: 40px;
}

.advantages__aside {
    position: absolute;
    top: -15px;
    right: 0;
    font-weight: 900;
    font-size: 81px;
    line-height: 1;
    color: #fff;
}

.advantages__list {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -2.5%;
    margin-bottom: -30px;
}

.advantages__item {
    margin-right: 2.5%;
    width: 22.5%;
    margin-bottom: 30px;
    position: relative;
    background-color: #fff;
    padding: 70px 10px 20px 20px;
}

.advantages__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #e92616;
}

.advantages__number {
    font-weight: 600;
    font-size: 120px;
    line-height: 1;
    color: #e4f0f2;
    position: absolute;
    top: -22px;
    left: 20px;
}

.advantages__cause {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 10px;
}

.advantages__description {
    position: relative;
}


/* advantages end */


/* progress */

.progress {
    padding: 90px 0 20px;
}

.progress__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.progress__block {
    width: 48%;
}

.progress__block-txt {
    margin-bottom: -15px;
}

.progress__title {
    margin-bottom: 45px;
}

.progress__picture {
    width: 100%;
}

.progress__btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.progress__btn {
    margin-right: 15px;
}

.progress__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
}

.progress__phone-number {
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    text-decoration: none;
}

.progress__txt {
    margin-bottom: 15px;
    text-align: justify;
}

.progress__sup-txt {
    margin-bottom: 35px;
}

.progress__sub-txt {
    margin-top: 35px;
}


/* progress end */


/* steps */

.steps {
    padding: 50px 0;
}

.steps__title {
    margin-bottom: 60px;
}

.steps__list {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -1%;
    margin-bottom: -20px;
}

.steps__item {
    margin-right: 1%;
    width: 24%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.steps__number {
    font-weight: 600;
    font-size: 120px;
    line-height: 0.8;
    color: #e92616;
    padding-right: 15px;
    position: relative;
}

.steps__number::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #e92616;
}

.steps__txt {
    padding-left: 15px;
}


/* steps end */


/* feedback */

.feedback {
    background-color: #e92616;
}

.feedback * {
    color: #fff;
}

.feedback__container {
    position: relative;
    padding-top: 70px;
    padding-bottom: 90px;
}

.feedback__inner {
    width: 46%;
    position: relative;
}

.feedback__sub-title {
    color: #fff;
    font-size: 21px;
    margin-bottom: 50px;
}

.feedback__picture {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 103%;
}


/* feedback end */


/* numerals */

.numerals {
    padding: 80px 0 90px;
}

.numerals__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -2%;
    margin-bottom: -20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.numerals__item {
    position: relative;
    margin-right: 2%;
    margin-bottom: 20px;
}

.numerals__item.partners {
    width: 32%;
}

.numerals__item.cities {
    width: 25%;
}

.numerals__item.help {
    width: 37%;
}

.numerals__numeral {
    font-weight: 700;
    font-size: 170px;
    line-height: 0.8;
    color: #e92616;
    letter-spacing: -7px;
}

.numerals__description {
    position: relative;
    font-weight: 600;
    font-size: 17px;
    position: absolute;
    top: 29%;
    right: 0;
}

.numerals__descr-title {
    font-weight: 700;
    font-size: 27px;
    display: block;
}


/* numerals end */


/* customer-benefits */

.customer-benefits {
    background-color: #c6cfd8;
}

.customer-benefits__right {
    background-color: #c6cfd8;
}


/* customer-benefits end */


/* partners-benefits */

.partners-benefits {
    background-color: #9aa6b2;
    margin-top: 35px;
}

.partners-benefits__right {
    background-color: #9aa6b2;
}


/* partners-benefits end */


/* invitation */

.invitation {
    padding: 50px 0 90px;
}

.invitation__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.invitation__content {
    width: 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.invitation__title {
    margin-top: 30px;
    margin-bottom: 5px;
    width: 100%;
}

.invitation__sub-title {
    margin-bottom: 25px;
    width: 100%;
}

.invitation__block-small {
    width: 47%;
    margin-bottom: 30px;
}

.invitation__heading {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;
}

.invitation__description {
    text-align: justify;
}

.invitation__block-big {
    width: 100%;
}

.invitation__form {
    width: 46%;
    border: 2px solid #e92616;
    padding: 30px;
}

.invitation__form .form__input {
    border-color: #8f9db0;
}

.invitation__form .form__input-name {
    background-image: url(../images/form-name-yellow.svg);
}

.invitation__form .form__input-tel {
    background-image: url(../images/form-phone-yellow.svg);
}

.invitation__form .form__input-mail {
    background-image: url(../images/form-mail-yellow.svg);
}

.invitation__form .form__label {
    width: 100%;
    margin-bottom: 40px;
}

.invitation__form .form__btn {
    margin: 0;
}

.invitation__form .form__btn:hover {
    outline: 1px solid #000016;
}

.invitation__form-title {
    margin-bottom: 5px;
}

.invitation__form-sub-title {
    margin-bottom: 30px;
}


/* invitation end */


/* main-footer */

.main-footer {
    background-color: #ffffff;
    border-top: 3px solid #ef2919;
}

.main-footer__top {
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-footer__logo {
    width: 234px;
    margin-right: auto;
}

.main-footer__btn.btn-partner {
    margin-left: 20px;
}

.main-footer__info {
    margin-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.main-footer__info a {
    text-decoration: none;
}

.main-footer__phone {
    font-size: 31px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
}

.main-footer__mail {
    font-size: 14px;
    line-height: 1;
    color: #fff;
}

.main-footer__bottom {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-footer__copyright {
    font-size: 13px;
    line-height: 1;
    color: #8f9db0;
    text-decoration: none;
}


/* main-footer end */


/* popup-cb */

.popup-cb {
    max-width: 795px;
    padding: 0 95px 0 0;
    position: relative;
    margin: 100px auto;
    background-color: transparent;
}

.popup-cb>img {
    position: absolute;
    bottom: -1px;
    right: 0;
    height: 103.05%;
    width: initial;
}

.popup-cb__inner {
    width: 65%;
    background-color: #e92616;
    padding: 60px;
}

.popup-cb__title {
    position: relative;
}

.popup-cb__sub-title {
    color: #000016;
    font-size: 18px;
    margin-bottom: 45px;
    position: relative;
}

.popup-cb__form {
    position: relative;
}

.popup-cb .form__input-tel {
    margin-bottom: 20px;
}

.popup-cb .form__label {
    width: 100%;
    margin-bottom: 40px;
}

.mfp-close-btn-in .mfp-close {
    background-color: #e92616;
    opacity: 1;
    font-size: 30px;
    right: -67px;
    top: -100px;
}


/* popup-cb end */


/* breadcrumbs */

.breadcrumbs {
    list-style-type: none;
    display: flex;
    font-size: 13px;
    line-height: 1;
    font-weight: 300;
    color: #8f9db0;
}

.breadcrumbs .active {
    color: #e92616;
}

.breadcrumbs a {
    text-decoration: none;
}


/* breadcrumbs end */


/* insidepage */

.insidepage .main-header {
    border-bottom: 2px solid #e92616;
    margin-bottom: 50px;
}

.euro-list {
    margin: 0 0 30px 30px;
}

.contacts {
    display: flex;
}

.contacts__block {
    width: 40%;
    margin-right: 5%;
}

.contacts__block h1 {
    margin-bottom: 20px;
}

.contacts__block a {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.contacts__phone img {
    width: 4%;
    margin-right: 20px;
}

.contacts__email {
    font-size: 25px;
}

.contacts__email img {
    width: 6%;
    margin-right: 10px;
}

.inner-list {
    list-style-position: inside;
}

.login form {
    max-width: 400px;
}

.login .control-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login .control-label {
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
}

.controls .validate-username,
.controls .validate-password,
.controls .validate-email {
    border: 1px solid #000;
    padding: 10px 15px;
    color: #000;
    font-size: 17px;
}

#user-registration .control-group,
#user-registration .control-group {
    margin-top: 20px;
}

#user-registration .control-label,
#user-registration .control-label {
    margin-bottom: 10px;
}

.control-group {
    margin-bottom: 30px;
}

.control-group:nth-child(3) .controls {
    margin-right: auto;
    margin-left: 15px;
}

.controls .btn {
    padding: 15px 20px;
}

.nav-tabs {
    list-style-type: none;
    display: flex;
}

.nav-tabs li {
    margin-right: 20px;
}

.dropdown-menu {
    list-style-type: none;
}

.dropdown-menu a {
    font-size: 20px;
    font-weight: 600;
}


/* insidepage end */


/* content-block */

.content-block {
    margin: 20px 0 100px;
}

.content-block .progress {
    padding: 70px 0;
}

.item-page .container {
    padding: 0;
}


/* content-block end */


/* @media (max-width: 1199px) */

@media (max-width: 1199px) {
    /* Общие свойства */
    body {
        font-size: 14px;
    }
    .container {
        max-width: 1000px;
    }
    h1 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .some-title {
        font-size: 16px;
    }
    /* Общие свойства конец*/
    /* title */
    .title {
        font-size: 28px;
    }
    /* title end*/
    /* btn */
    .btn {
        font-size: 14px;
    }
    .btn__icon {
        width: 50px;
        height: 50px;
    }
    .btn__txt {
        padding: 0 15px;
    }
    /* btn end */
    /* form */
    .form__input {
        padding: 13px 10px 13px 50px;
        font-size: 14px;
    }
    .form__input-mail {
        margin-bottom: 30px;
    }
    .form__input::-webkit-input-placeholder {
        font-size: 14px;
    }
    .form__input::-moz-placeholder {
        font-size: 14px;
    }
    .form__input:-moz-placeholder {
        font-size: 14px;
    }
    .form__input:-ms-input-placeholder {
        font-size: 14px;
    }
    .form__label {
        font-size: 12px;
    }
    .form__btn {
        padding: 10px 20px;
    }
    /* form end */
    /* benefits */
    .benefits__left {
        padding: 35px 0;
    }
    .benefits__title {
        font-size: 25px;
    }
    .benefits__right {
        padding: 30px 0 30px 40px;
    }
    .benefits__list {
        margin-bottom: -15px;
    }
    .benefits__list li {
        margin-bottom: 15px;
    }
    /* benefits end */
    /* main-header */
    .main-header__inner {
        max-width: 1000px;
        padding: 10px 15px;
    }
    .main-header__logo {
        width: 150px;
    }
    .main-header__title {
        font-size: 16px;
        max-width: 220px;
    }
    .main-header__info {
        padding-left: 50px;
    }
    .main-header__info::before {
        margin-top: -17px;
        width: 34px;
        height: 34px;
    }
    .main-header__phone {
        font-size: 21px;
    }
    .main-header__mail {
        font-size: 16px;
    }
    .main-header__cb {
        width: 45px;
        height: 45px;
    }
    .main-header__lk {
        font-size: 16px;
        padding: 14px 17px 15px 35px;
    }
    .main-menu__inner {
        max-width: 1000px;
    }
    .main-menu__list {
        margin-right: -35px;
        font-size: 16px;
    }
    .main-menu__list li {
        margin-right: 35px;
    }
    .social-list {
        margin-right: -20px;
    }
    .social-list a {
        margin-right: 20px;
    }
    /* main-header end */
    /* services */
    .services {
        padding: 50px 0;
    }
    .services__list {
        margin-bottom: -30px;
    }
    .services__item {
        margin-bottom: 30px;
    }
    .services__item a span {
        width: 80px;
        height: 80px;
    }
    .services__item a::after {
        left: 78px;
        height: 50px;
        margin-top: -25px;
    }
    /* services end */
    /* advantages */
    .advantages {
        padding: 50px 0;
    }
    .advantages__title {
        margin-bottom: 30px;
    }
    .advantages__aside {
        font-size: 65px;
        top: -20px;
    }
    .advantages__list {
        margin-right: -2%;
    }
    .advantages__item {
        margin-right: 2%;
        width: 23%;
        padding: 60px 10px 18px 18px;
    }
    .advantages__number {
        font-size: 100px;
        top: -17px;
        left: 15px;
    }
    .advantages__cause {
        font-size: 16px;
    }
    /* advantages end */
    /* progress */
    .progress {
        padding: 50px 0 20px;
    }
    .progress__title {
        margin-bottom: 40px;
    }
    .progress__phone {
        font-size: 15px;
    }
    .progress__phone-number {
        font-size: 24px;
    }
    .progress__sup-txt {
        margin-bottom: 30px;
    }
    .progress__sub-txt {
        margin-top: 30px;
    }
    /* progress end */
    /* steps */
    .steps__title {
        margin-bottom: 40px;
    }
    .steps__number {
        font-size: 110px;
    }
    /* steps end */
    /* feedback */
    .feedback__container {
        padding: 50px 15px;
    }
    .feedback__title {
        margin-bottom: 5px;
    }
    .feedback__sub-title {
        font-size: 16px;
        margin-bottom: 35px;
    }
    /* feedback end */
    /* numerals */
    .numerals {
        padding: 50px 0;
    }
    .numerals__numeral {
        font-size: 135px;
    }
    .numerals__description {
        font-size: 15px;
        right: 20px;
    }
    .numerals__descr-title {
        font-size: 22px;
    }
    /* numerals end */
    /* partners-benefits */
    .partners-benefits {
        margin-top: 27px;
    }
    /* partners-benefits end */
    /* invitation */
    .invitation {
        padding: 50px 0 70px;
    }
    .invitation__title {
        margin-top: 0;
    }
    .invitation__sub-title {
        margin-bottom: 20px;
    }
    .invitation__block-small {
        margin-bottom: 20px;
    }
    .invitation__heading {
        font-size: 16px;
        margin-bottom: 15px;
    }
    /* invitation end */
    /* main-footer */
    .main-footer__logo {
        width: 180px;
    }
    .main-footer__phone {
        font-size: 24px;
        margin-bottom: 10px;
    }
    /* main-footer end */
    /* popup-cb */
    .popup-cb {
        max-width: 670px;
    }
    .popup-cb__inner {
        padding: 30px;
    }
    .popup-cb__sub-title {
        font-size: 15px;
        margin-bottom: 30px;
    }
    .popup-cb .form__label {
        margin-bottom: 30px;
    }
    /* popup-cb end */
    /* insidepage */
    .insidepage .main-header {
        margin-bottom: 30px;
    }
    .contacts__email {
        font-size: 18px;
    }
    .login form {
        max-width: 320px;
    }
    .login .control-label {
        font-size: 18px;
    }
    .controls .validate-username,
    .controls .validate-password,
    .controls .validate-email {
        padding: 5px 10px;
        font-size: 14px;
    }
    .control-group {
        margin-bottom: 20px;
    }
    .controls .btn {
        padding: 10px 20px;
    }
    /* insidepage end */
    /* content-block */
    .content-block {
        margin: 20px 0 60px;
    }
    .content-block .progress {
        padding: 50px 0;
    }
    /* content-block end */
}


/* @media (max-width: 1199px) end */


/* @media (max-width: 999px) */

@media (max-width: 999px) {
    /* Общие свойства */
    body {
        font-size: 12px;
    }
    .container {
        max-width: 780px;
    }
    h1 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .some-text {
        margin-bottom: 15px;
    }
    .some-title {
        font-size: 14px;
    }
    /* Общие свойства конец*/
    /* title */
    .title {
        font-size: 22px;
    }
    /* title end*/
    /* btn */
    .btn {
        font-size: 12px;
    }
    .btn__icon {
        width: 35px;
        height: 35px;
    }
    .btn__txt {
        padding: 0 10px;
    }
    /* btn end */
    /* form */
    .form__input {
        padding: 10px 10px 10px 40px;
        font-size: 12px;
    }
    .form__input-name {
        background-size: 10.75px;
    }
    .form__input-tel {
        background-size: 8.25px;
    }
    .form__input-mail {
        margin-bottom: 15px;
        background-size: 14px;
    }
    .form__input::-webkit-input-placeholder {
        font-size: 12px;
    }
    .form__input::-moz-placeholder {
        font-size: 12px;
    }
    .form__input:-moz-placeholder {
        font-size: 12px;
    }
    .form__input:-ms-input-placeholder {
        font-size: 12px;
    }
    .form__label {
        width: 100%;
        margin-bottom: 20px;
    }
    .form__btn {
        padding: 10px 15px;
        margin-left: 0;
    }
    /* form end */
    /* benefits */
    .benefits__left {
        padding: 25px 0;
    }
    .benefits__title {
        font-size: 18px;
    }
    .benefits__right {
        padding: 15px 0 15px 15px;
    }
    .benefits__list {
        margin-bottom: -7px;
    }
    .benefits__list li {
        margin-bottom: 7px;
    }
    /* benefits end */
    /* main-header */
    .main-header__inner {
        max-width: 780px;
    }
    .main-header__logo {
        width: 100px;
    }
    .main-header__title {
        font-size: 13px;
        max-width: 190px;
        margin-left: 15px;
    }
    .main-header__info {
        padding-left: 40px;
    }
    .main-header__info::before {
        margin-top: -12px;
        width: 24px;
        height: 24px;
    }
    .main-header__phone {
        font-size: 16px;
    }
    .main-header__mail {
        font-size: 14px;
    }
    .main-header__cb {
        width: 40px;
        height: 40px;
    }
    .main-header__lk {
        font-size: 14px;
        padding: 13px 15px 13px 35px;
    }
    .main-menu__inner {
        max-width: 780px;
    }
    .main-menu__list {
        font-size: 15px;
        margin-right: -20px;
    }
    .main-menu__list li {
        margin-right: 20px;
    }
    /* main-header end */
    /* services */
    .services {
        padding: 30px 0;
    }
    .services__list {
        margin-bottom: -20px;
        margin-right: -1%;
    }
    .services__item {
        margin-bottom: 20px;
        margin-right: 1%;
        width: 24%;
    }
    .services__item a span {
        width: 60px;
        height: 60px;
    }
    .services__item a::after {
        left: 58px;
        height: 30px;
        margin-top: -15px;
    }
    /* services end */
    /* advantages */
    .advantages {
        padding: 30px 0;
    }
    .advantages__title {
        margin-bottom: 20px;
    }
    .advantages__aside {
        font-size: 50px;
    }
    .advantages__list {
        margin-bottom: -20px;
        margin-right: -1.5%;
    }
    .advantages__item {
        margin-right: 1.5%;
        width: 23.5%;
        padding: 40px 10px 10px 10px;
        margin-bottom: 20px;
    }
    .advantages__number {
        font-size: 70px;
        top: -12px;
    }
    .advantages__cause {
        font-size: 14px;
        margin-bottom: 5px;
    }
    /* advantages end */
    /* progress */
    .progress {
        padding: 30px 0 0;
    }
    .progress__title {
        margin-top: 20px;
    }
    .progress__phone {
        font-size: 12px;
    }
    .progress__phone-number {
        font-size: 20px;
    }
    .progress__block-txt {
        margin-bottom: -5px;
    }
    .progress__txt {
        margin-bottom: 5px;
    }
    .progress__sup-txt {
        margin-bottom: 15px;
    }
    .progress__sub-txt {
        margin-top: 15px;
    }
    /* progress end */
    /* steps */
    .steps {
        padding: 30px 0 40px;
    }
    .steps__title {
        margin-bottom: 25px;
    }
    .steps__txt {
        padding-left: 5px;
    }
    .steps__number {
        font-size: 80px;
        padding-right: 5px;
    }
    /* steps end */
    /* feedback */
    .feedback__container {
        padding: 30px 15px;
    }
    .feedback__sub-title {
        font-size: 13px;
        margin-bottom: 20px;
    }
    /* feedback end */
    /* numerals */
    .numerals {
        padding: 30px 0;
    }
    .numerals__numeral {
        font-size: 90px;
    }
    .numerals__description {
        font-size: 12px;
        right: 30px;
    }
    .numerals__descr-title {
        font-size: 16px;
    }
    /* numerals end */
    /* partners-benefits */
    .partners-benefits {
        margin-top: 30px;
    }
    /* partners-benefits end */
    /* invitation */
    .invitation {
        padding: 30px 0 50px;
    }
    .invitation__sub-title {
        margin-bottom: 15px;
    }
    .invitation__block-small {
        margin-bottom: 10px;
    }
    .invitation__heading {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .invitation__form {
        padding: 20px;
    }
    /* invitation end */
    /* main-footer */
    .main-footer__top {
        padding: 15px 0;
    }
    .main-footer__logo {
        width: 100px;
    }
    .main-footer__phone {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .main-footer__bottom {
        padding: 10px 0;
    }
    .main-footer__copyright {
        font-size: 12px;
    }
    /* main-footer end */
    /* popup-cb */
    .popup-cb {
        max-width: 520px;
    }
    .popup-cb__inner {
        padding: 25px;
    }
    .popup-cb__sub-title {
        font-size: 12px;
        margin-bottom: 20px;
    }
    .popup-cb .form__label {
        margin-bottom: 20px;
    }
    .mfp-close-btn-in .mfp-close {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    /* popup-cb end */
    /* insidepage */
    .insidepage .main-header {
        margin-bottom: 20px;
    }
    .login .control-label {
        font-size: 16px;
    }
    /* insidepage end */
    /* content-block */
    .content-block {
        margin: 20px 0 30px;
    }
    .content-block .progress {
        padding: 30px 0;
    }
    /* content-block end */
}


/* @media (max-width: 999px) end */


/* @media (max-width: 767px) */

@media (max-width: 767px) {
    /* form */
    .form__input {
        max-width: 290px;
        padding: 10px 10px 10px 30px;
        background-position-x: 10px;
    }
    .form__label {
        max-width: 290px;
    }
    .form__btn {
        margin-right: 100px;
    }
    /* form end */
    /* benefits */
    .benefits__wrapper>img {
        display: none;
    }
    .benefits__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .benefits__left {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 30px 0;
    }
    .benefits__left::after {
        display: none;
    }
    .benefits__title {
        margin-right: 15px;
    }
    .benefits__title br {
        display: none;
    }
    .benefits__btn {
        width: auto;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .benefits__right {
        width: 100%;
        padding: 0 0 30px 0;
    }
    .benefits__list li {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .benefits__list li::before {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    /* benefits end */
    /* menu-burger */
    .menu-burger {
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 35px;
        height: 35px;
        padding: 8px;
        background-color: #000016;
    }
    .menu-burger span {
        background-color: #e92616;
        width: 100%;
        height: 2px;
        position: relative;
    }
    .menu-burger span::before,
    .menu-burger span::after {
        content: "";
        position: absolute;
        left: 0;
        background-color: #e92616;
        width: 100%;
        height: 2px;
    }
    .menu-burger span::before {
        top: 8px;
    }
    .menu-burger span::after {
        bottom: 8px;
    }
    /* menu-burger end */
    /* main-header */
    .main-header {
        min-height: 55px;
    }
    .main-header__body {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff;
        z-index: 5;
    }
    .main-header__logo {
        margin-left: 15px;
    }
    .main-header__title {
        display: none;
    }
    .main-header__info {
        display: none;
    }
    .main-header__phone {
        font-size: 20px;
    }
    .main-header__mail {
        font-size: 18px;
    }
    .main-header__cb {
        width: 35px;
        height: 35px;
        margin-left: auto;
    }
    .main-header__lk {
        font-size: 12px;
        padding: 11px 15px 12px 35px;
    }
    .main-menu {
        background-color: #000016e3;
        ;
        position: fixed;
        top: 0;
        left: -100%;
        width: 70%;
        height: 100vh;
        z-index: 5;
        padding: 70px 15px 50px;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        overflow-y: auto;
    }
    .main-menu__inner {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0;
    }
    .main-menu__list {
        display: block;
        font-size: 22px;
        margin-right: 0;
    }
    .main-menu__list li {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .main-menu__close {
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 40px;
        right: 40px;
    }
    .main-menu__close::before,
    .main-menu__close::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 4px;
        background-color: #fff;
    }
    .main-menu__close::before {
        top: 13px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .main-menu__close::after {
        bottom: 13px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .main-menu--open {
        left: 0;
    }
    .main-menu .main-header__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 0;
        margin-top: auto;
        margin: auto 0 30px 0;
        padding: 0;
    }
    .main-menu .main-header__info::before {
        display: none;
    }
    .main-menu .main-header__info a {
        color: #fff;
    }
    .main-menu .main-header__phone {
        margin-bottom: 15px;
    }
    .social-list {
        margin-left: 0;
        margin-right: -30px;
        margin-bottom: 15px;
    }
    .social-list a {
        width: 28px;
        height: 23px;
        margin-right: 30px;
    }
    /* main-header end*/
    /* services */
    .services__list {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .services__item {
        min-width: 190px;
    }
    /* services end */
    /* advantages */
    .advantages__aside {
        display: none;
    }
    .advantages__list {
        margin-right: -2%;
        margin-bottom: -10px;
    }
    .advantages__item {
        margin-right: 2%;
        width: 48%;
        margin-bottom: 10px;
    }
    /* advantages end */
    /* progress */
    .progress__block {
        width: 100%;
    }
    .progress__block-txt {
        margin-top: 20px;
    }
    .progress__title {
        margin-top: 0;
    }
    /* progress end */
    /* steps */
    .steps__title {
        margin-bottom: 15px;
    }
    .steps__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-right: 0;
    }
    .steps__item {
        width: 47%;
        margin-right: 0;
    }
    .steps__number {
        min-width: 52px;
    }
    /* steps end */
    /* feedback */
    .feedback__container>img {
        max-width: initial;
        right: -75px;
    }
    .feedback__inner {
        width: 54%;
    }
    /* feedback end */
    /* numerals */
    .numerals__list {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .numerals .partners {
        width: initial;
    }
    .numerals .cities {
        width: initial;
    }
    .numerals .help {
        width: initial;
    }
    .numerals__numeral {
        font-size: 60px;
        text-align: center;
    }
    .numerals__description {
        position: static;
        text-align: center;
    }
    /* numerals end */
    /* invitation */
    .invitation {
        padding: 30px 0;
    }
    .invitation__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .invitation__content {
        width: 100%;
    }
    .invitation__title br {
        display: none;
    }
    .invitation__form {
        width: 100%;
        margin-top: 30px;
    }
    .invitation__form .form__input {
        width: 49%;
    }
    .invitation__form .form__label {
        width: 100%;
        max-width: initial;
        margin-bottom: 30px;
    }
    .invitation__form-title br {
        display: none;
    }
    /* invitation end */
    /* main-footer */
    .main-footer__info {
        display: none;
    }
    .main-footer__btn .btn__txt {
        padding: 0 5px;
    }
    .main-footer .btn-partner {
        margin-left: 5px;
    }
    /* main-footer end */
    /* popup-cb */
    .popup-cb {
        padding: 0;
        max-width: 380px;
    }
    .popup-cb>img {
        display: none;
    }
    .popup-cb__inner {
        width: 100%;
    }
    .mfp-close-btn-in .mfp-close {
        right: 0px;
        top: -50px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 25px;
    }
    /* popup-cb end */
    /* insidepage */
    .contacts {
        flex-wrap: wrap;
    }
    .contacts__block {
        width: 100%;
    }
    .login .control-label {
        font-size: 14px;
    }
    .control-group {
        margin-bottom: 15px;
    }
    /* insidepage end */
}


/* @media (max-width: 767px) end */


/* @media (max-width: 424px) */

@media (max-width: 424px) {
    /* Общие свойства */
    h1 {
        text-align: center;
    }
    /* Общие свойства end */
    /* title*/
    .title {
        text-align: center;
    }
    /* title end*/
    /* form */
    .form {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .form__btn {
        margin: 0 20px;
    }
    /* form end */
    /* benefits */
    .benefits__left {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .benefits__title {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .benefits__btn {
        margin: 30px auto 0;
    }
    /* benefits end */
    /* main-header */
    .main-header__logo {
        margin: 0 auto;
    }
    .main-header__cb {
        margin: 0;
    }
    .main-header__lk {
        display: none;
    }
    .main-menu .main-header__lk {
        display: block;
        background-position-x: 100%;
        margin: 20px 0 0 0;
        padding: 5px 30px 5px 0;
        font-size: 22px;
        background-color: transparent;
    }
    /* main-header end */
    /* banner */
    .banner__img {
        width: 120%;
        max-width: initial;
    }
    /* banner end */
    /* services */
    .services__list {
        margin-bottom: -10px;
    }
    .services__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .services__item::before {
        content: "";
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #e92616;
        margin-right: 10px;
        margin-bottom: 3px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .services__item a span {
        display: none;
    }
    .services__item a::after {
        display: none;
    }
    /* services end */
    /* advantages */
    .advantages__list {
        margin-right: 0;
    }
    .advantages__item {
        width: 100%;
        margin-right: 0;
        padding: 40px 20px 10px 20px;
    }
    .advantages__number {
        right: 20px;
        left: auto;
        font-size: 80px;
    }
    /* advantages end */
    /* progress */
    .progress__btn-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .progress__phone {
        margin-top: 15px;
    }
    .progress__block-txt {
        margin-top: 30px;
    }
    /* progress end */
    /* steps */
    .steps__list {
        margin-right: 0;
        margin-bottom: -15px;
    }
    .steps__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .steps__number {
        font-size: 46px;
        min-width: 40px;
    }
    .steps__txt {
        padding-left: 10px;
    }
    /* steps end */
    /* feedback */
    .feedback__container>img {
        display: none;
    }
    .feedback__inner {
        width: 100%;
    }
    .feedback__sub-title {
        text-align: center;
    }
    /* feedback end */
    /* numerals */
    .numerals__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 0;
    }
    .numerals__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-right: 0;
    }
    .numerals__numeral {
        font-size: 50px;
        letter-spacing: 0;
    }
    .numerals__description {
        text-align: left;
        margin-left: 5px;
    }
    /* numerals end */
    /* invitation */
    .invitation__heading {
        text-align: center;
    }
    .invitation__heading br {
        display: none;
    }
    .invitation__block-small {
        width: 100%;
    }
    .invitation__form {
        text-align: center;
    }
    .invitation__form .form__input {
        width: 100%;
    }
    .invitation__form .form__label {
        width: 100%;
        text-align: left;
        max-width: 290px;
    }
    /* invitation end */
    /* main-footer */
    .main-footer__btn .btn__txt {
        display: none;
    }
    .main-footer__bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    /* main-footer end */
    /* popup-cb */
    .popup-cb__inner {
        padding: 15px;
    }
    .popup-cb__sub-title {
        text-align: center;
    }
    /* popup-cb end */
    /* insidepage */
    /* insidepage end */
}


/* @media (max-width: 424px) end */


/* @media (max-width: 374px) */

@media (max-width: 374px) {
    .main-menu {
        width: 100%;
    }
}


/* @media (max-width: 374px) end */

.download .btn__icon {
    background: url(../images/dowload.svg) center/40% no-repeat;
}

.zonBlock {
    margin: 80px 0;
}

.zonBlock .title {
    margin-bottom: 10px;
}

.zonBlock .txt {
    margin-bottom: 30px;
}

.reqBlock {
    margin: 80px 0;
}

.reqBlock .title {
    margin-bottom: 30px;
}

.prev-picture {
    display: block;
    margin: 20px 0;
    font-weight: bold;
    color: #e92616;
}

.reqBlock .txt {
    margin-bottom: 30px;
}

.reqBlock .txt p {
    margin-bottom: 20px;
}

.tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 20px;
}

.tab-button {
    padding: 16px 50px;
    background-color: rgba(0, 0, 0);
    border: none;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 20px;
}

.tab-button:hover {
    background-color: #e92616;
    transform: translateY(-3px);
}

.tab-button.active {
    background-color: #e92616;
    font-weight: bold;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
    animation: fadeIn 0.7s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tracker-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.tracker-card {
    padding: 25px;
    transition: all 0.3s ease;
    border: 1px solid #e92616;
}

.title-tab {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;
}

.tracker-card:hover {
    transform: translateY(-8px);
}

.tracker-title {
    color: #e92616;
    font-size: 19px;
    margin-bottom: 15px;
    text-align: center;
    padding-bottom: 10px;
    font-weight: bold;
}

.tracker-features {
    list-style-type: none;
    margin: 15px 0;
}

.tracker-features li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.tracker-features li:before {
    content: "•";
    color: #e92616;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.tabsBlock {
    margin: 50px 0;
}

@media (max-width: 768px) {
    .tab-button {
        padding: 12px 25px;
        margin-bottom: 10px;
    }
    .tracker-grid {
        grid-template-columns: 1fr;
    }
}

.wrapGalleries .nucGall img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wrapGalleries .nucGall {
    height: 485px;
    overflow: hidden;
}

.wrapGalleries {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 40px;
    gap: 20px;
}

.com-content-article .icons {
    display: none;
}

.qrmobile {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-top: 40px;
    font-size: 22px;
    font-weight: bold;
}

@media (max-width: 991px) {
    .wrapGalleries {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .wrapGalleries .nucGall {
        height: auto;
        overflow: hidden;
    }
}

@media (max-width: 500px) {
    .wrapGalleries {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}