@charset "UTF-8";
/*обнуление*/
* {
    padding: 0;
    margin: 0;
    border: 0;
}

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

:focus,
:active {
    outline: none;
}

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

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

html,
body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
}

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

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

button {
    cursor: pointer;
}

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

a,
a:visited {
    text-decoration: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

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

/*---------------------------------*/
body {
    color: #595959;
    font-size: 17px;
    font-family: 'Arial';
}

.wrapper {
    width: 100%;
    min-height: 100%;
    /* overflow: hidden; */
    display: flex;
    flex-direction: column;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}
@media (max-width: 1300px) {
    .container {
        margin: 0 10px;
    }
}
@media (max-width: 767.98px) {
    .container {
        padding: 0 10px;
    }
}

.text-red {
    color: #d90404;
}

.text-green {
    color: #04b100;
}

.text-upp {
    text-transform: uppercase;
}

.text-bold {
    font-weight: 700;
}

.text-i {
    font-style: italic;
}

.header {
    background-color: #292929;
    padding: 30px 0;
}
@media (max-width: 767.98px) {
    .header {
        padding: 20px 0;
    }
}
.header__container {
    max-width: 1404px;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.header__block {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 767.98px) {
    .header__block {
        flex-direction: column;
    }
}
.header__column {
    display: flex;
    align-items: center;
}
@media (max-width: 767.98px) {
    .header__column {
        justify-content: space-between;
    }
    .header__column:last-child {
        display: none;
    }
    .header__column:nth-child(1) {
        align-items: end;
        margin: 0 0 16px 0;
    }
}
.header__items {
    display: flex;
    align-items: center;
}
.header__burger span {
    background: #ffffff;
    width: 22px;
    height: 2px;
    display: block;
    margin: 0 0 6px 0;
}
.header__burger span:last-child {
    margin: 0;
}
.header__logo {
    margin: 0 29px;
}
.header__logo svg {
    height: 30px;
    width: 178px;
}
@media (max-width: 767.98px) {
    .header__logo svg {
        width: 132px;
        height: 22px;
    }
}
.header__date {
    font-size: 12px;
    line-height: 14px;
    color: #999999;
    cursor: default;
}
.header__left,
.header__left-mob {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
    display: flex;
    align-items: center;
    margin: 0 0 0 29px;
    transition: all 0.3s ease;
}
@media (min-width: 991.98px) {
    .header__left:hover,
    .header__left-mob:hover {
        color: #c33;
    }
}
.header__left img,
.header__left-mob img {
    margin: 0 0 0 10px;
}
.header__left-mob {
    display: none;
}
@media (max-width: 767.98px) {
    .header__left-mob {
        display: flex;
    }
}
.header__login,
.header__login-mob {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
    margin: 0 0 0 28px;
    transition: all 0.3s ease;
}
@media (min-width: 991.98px) {
    .header__login:hover,
    .header__login-mob:hover {
        color: #c33;
    }
}
@media (max-width: 767.98px) {
    .header__login,
    .header__login-mob {
        display: none;
    }
}
.header__login-mob {
    display: none;
}
@media (max-width: 767.98px) {
    .header__login-mob {
        display: block;
    }
}
.header__rect {
    position: absolute;
    background: #292929;
    top: 0;
    left: 0;
    width: 100%;
    height: 271px;
}

.main {
    position: relative;
    z-index: 2;
}
.main__container {
    background: #ffffff;
    border-radius: 4px 4px 0px 0px;
}
.main__list {
    padding: 20px 0 16px 0;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
@media (max-width: 479.98px) {
    .main__list {
        padding: 15px 0;
    }
}
.main__list li {
    font-size: 15px;
    line-height: 17px;
    color: #292929;
}
.main__list li:first-child {
    margin: 0 20px 0 0;
}
@media (max-width: 479.98px) {
    .main__list li {
        font-size: 12px;
        line-height: 14px;
    }
}
.main__link {
    font-size: 15px;
    line-height: 17px;
    color: #999999;
    display: inline-block;
    margin: 0 25px 0 0;
    transition: all 0.3s ease;
}
@media (min-width: 991.98px) {
    .main__link:hover {
        color: #c33;
    }
}
@media (max-width: 479.98px) {
    .main__link {
        font-size: 12px;
        line-height: 14px;
        margin: 0 20px 0 0;
    }
}
.main__link_active {
    color: #292929;
    background: #eaeaea;
    border-radius: 15px;
    padding: 6px 12px 7px;
}
@media (max-width: 479.98px) {
    .main__link_active {
        padding: 3px 9px 3px 8px;
        margin: 0 20px 3px 0;
    }
}
.main__row {
    padding: 24px 0 0 0;
    display: flex;
}
@media (max-width: 479.98px) {
    .main__row {
        padding: 15px 0 0 0;
    }
}
.main__left {
    flex: 0 1 100%;
}
.main__aside {
    flex: 0 0 300px;
    margin: 0 0 0 22px;
}
.main__left-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 767.98px) {
    .main__left-header {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}
.main__left-items {
    display: flex;
    align-items: center;
}
@media (max-width: 767.98px) {
    .main__left-items:first-child {
        margin: 15px 0 0 0;
    }
}
.main__left-icon {
    margin: 0 27px 0 0;
}
.main__left-icon svg {
    fill: #292929;
}
@media (min-width: 991.98px) {
    .main__left-icon svg:hover {
        fill: #c33;
    }
}
.main__left-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #999999;
    display: flex;
    cursor: default;
}
.main__left-text p {
    margin: 0 19px 0 0;
}
@media (max-width: 767.98px) {
    .main__left-text p:last-child {
        margin: 0;
    }
}
.main__left-icon-2 {
    margin: 0 0 0 19px;
}
.main__left-icon-2 svg {
    fill: #999999;
}
@media (min-width: 991.98px) {
    .main__left-icon-2 svg:hover {
        fill: #c33;
    }
}
@media (max-width: 767.98px) {
    .main__left-icon-2:first-child {
        margin: 0;
    }
}

@media (max-width: 991.98px) {
    .aside {
        display: none;
    }
}
.aside__sect-1 {
    display: flex;
    position: sticky;
    top: 30px;
}

.aside__sect-1 .line {
    width: 1px;
    min-height: 100%;
}

.aside__sect-1 .item {
    align-self: flex-start;
    width: calc(100% - 2px);
 
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    padding: 20px 20px;
    margin: 0 0 25px 0;
}
.aside__img {
    align-items: center;
}
.aside__img img {
    max-width: 267px;
    width: 100%;
}
.aside__btn {
    margin: 15px auto 0 auto;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #ffffff;
    background: #d90404;
    border-radius: 8px;
    max-width: 236px;
    width: 100%;
    padding: 13px 10px;
    display: block;
    text-align: center;
}
@media (min-width: 991.98px) {
    .aside__btn:hover {
        background: #c33;
    }
}
.aside__sect-2 {
    background: #f5f5f5;
    border-radius: 4px;
    padding: 20px 15px;
}
.aside__title {
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    color: #292929;
    padding: 0 0 20px 0;
    border-bottom: 2px solid #cc3333;
}
.aside__item {
    display: block;
    font-size: 16px;
    line-height: 18px;
    color: #292929;
    padding: 12px 0;
    border-bottom: 1px solid #eaeaea;
}
@media (min-width: 991.98px) {
    .aside__item:hover {
        color: #c33;
    }
}
.aside__btn-2 {
    border: 2px solid #292929;
    border-radius: 3px;
    font-size: 14px;
    line-height: 16px;
    color: #292929;
    display: block;
    margin: 16px auto 0 auto;
    padding: 8px 5px 9px 5px;
    max-width: 119px;
    text-align: center;
}
@media (min-width: 991.98px) {
    .aside__btn-2:hover {
        color: #c33;
        border-color: #c33;
    }
}

.mb {
    display: block;
}
@media (max-width: 651px) {
    .mb {
        display: none;
    }
}

.content {
    margin: 29px 0 0 0;
}
.content__container {
    max-width: 620px;
    margin: 0 auto;
}
.content__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 110%;
    color: #292929;
    margin: 0 0 20px 0;
}
.content__img {
    margin: 25px 0;
}
.content__img img {
    max-width: 100%;
}
.content p {
    line-height: 120%;
    margin: 0 0 20px 0;
}
.content__item {
    background: #f5f5f5;
    border: 1px solid #d90404;
    border-radius: 10px;
    margin: 0 0 15px 0;
    padding: 20px;
}
.content__item_1 {
    margin: 25px 0 15px 0;
}
.content__item-title {
    display: flex;
    align-items: center;
    margin: 0 0 20px 0;
}
.content__item-title_prod {
    align-items: flex-start;
}
.content__item-title_prod img {
    margin: 5px 0 0 0;
}
.content__item-title p {
    margin: 0 0 0 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
}
.content__item-text {
    margin: 0 0 10px 0 !important;
}
.content__item-text:last-child {
    margin: 0 !important;
}
.content__subtitle {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    margin: 25px 0;
}
.content__item-img img {
    max-width: 516px;
    width: 100%;
}

.content__item_prod {
    padding: 20px 30px 30px 30px;
    margin: 40px 0;
}

.content__item_prod .content__item-title {
    margin: 0 0 20px 0;
}
.content__item_prod .content__item-title:last-child {
    margin: 0;
}
.content__item_prod .content__item-title p {
    margin: 0 0 0 17px;
}
.content__item_prod .content__item-title span {
    font-weight: 400;
}

.content__item_prod-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    color: #d90404;
    margin: 20px 0;
}

.content__item_2 {
    margin: 25px 0;
    padding: 25px 30px;
}
.content__item_2 p {
    font-size: 18px;
    line-height: 120%;
}
.content__item_2 p:last-child {
    margin: 0;
}

.content__item_2 .content__item_prod-title {
    margin: 0 0 25px 0;
}

.form {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 20px 15px;
}
.form__img img {
    max-width: 516px;
    width: 100%;
}
.form__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    margin: 45px 0 20px 0;
}
.form__timer {
    display: flex;
    justify-content: center;
    align-items: center;
}
.form__timer-block {
    display: block;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    text-transform: uppercase;
    color: #ff0000;
    background: linear-gradient(180deg, #ffffff 0%, #cecece 100%);
    border: 1px solid #c0c0c0;
    padding: 0 4px;
}
.form__timer-d {
    margin: 0 4px;
}
.form__text {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    margin: 20px 0;
}
.form__form {
    background: #ffffff;
    border-radius: 10px;
    padding: 25px;
}
.form__items {
    max-width: 300px;
    margin: 0 auto;
}
.form__item {
    width: 100%;
    background: #f4f4f4;
    border: 1px solid #eae9e9;
    border-radius: 50px;
    height: 63px;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #595959;
    padding: 0 0 0 59px;
    margin: 0 0 15px 0;
}
.form__item-name {
    position: relative;
}
.form__item-name label {
    position: absolute;
    top: 20px;
    left: 24px;
    width: 19px;
    height: 23px;
    background-image: url(../img/icon/user-icon.svg);
    background-repeat: no-repeat;
}
.form__item-phone {
    position: relative;
}
.form__item-phone label {
    position: absolute;
    top: 20px;
    left: 25px;
    width: 21px;
    height: 23px;
    background-image: url(../img/icon/telefon-icon.svg);
    background-repeat: no-repeat;
}
.form__btn {
    background: #ff0000;
    border-radius: 50px;
    max-width: 245px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    height: 62px;
    padding: 0 5px;
    transition: all 0.3s ease;
}
.form__info {
    text-align: center;
    margin: 8px 0 0 0 !important;
    font-size: 16px;
    line-height: 120%;
}

.comment {
    margin: 60px 0 0 0;
}
.comment__title {
    font-weight: 700;
    font-size: 25px;
    line-height: 130%;
    color: #595959;
    margin: 0 0 5px 0;
}
.comment__items {
    padding: 25px 0;
    border-bottom: 1px solid #efefef;
}
.comment__item {
    display: flex;
}
.comment__img {
    margin: 0 15px 0 0;
}
.comment__img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.comment__name {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #d90404;
    margin: 0 !important;
}
.comment__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #595959;
    margin: 15px 0 0 0 !important;
}
.comment__text a {
    color: #595959;
}
.comment__btn {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #ffffff;
    padding: 15px 10px 14px 10px;
    background: #d90404;
    border-radius: 8px;
    max-width: 268px;
    width: 100%;
    margin: 40px auto 60px auto;
    text-align: center;
    transition: all 0.3s ease;
}
@media (min-width: 991.98px) {
    .comment__btn:hover {
        background: #c33;
    }
    .form__btn:hover {
        background: #c33;
    }
}

.footer {
    background: #292929;
    padding: 50px 0;
}
@media (max-width: 767.98px) {
    .footer {
        padding: 25px 0;
    }
}
.footer__block {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 767.98px) {
    .footer__block {
        flex-direction: column-reverse;
    }
}
.footer__list {
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 479.98px) {
    .footer__list {
        justify-content: center;
        margin: 0 0 40px 0;
    }
}
.footer__link {
    font-size: 13px;
    line-height: 15px;
    color: #ffffff;
    transition: all 0.3s ease;
    margin: 0 20px 20px 0;
}
.footer__link:last-child {
    margin: 0;
}
@media (min-width: 991.98px) {
    .footer__link:hover {
        color: #c33;
    }
}
.footer__info {
    display: flex;
    font-size: 15px;
    line-height: 17px;
    color: #ffffff;
}
@media (max-width: 767.98px) {
    .footer__info {
        flex-direction: column;
    }
}
@media (max-width: 479.98px) {
    .footer__info {
        flex-direction: column;
        align-items: center;
    }
}
.footer__info p:last-child {
    margin: 0 0 0 30px;
}
@media (max-width: 767.98px) {
    .footer__info p:last-child {
        margin: 10px 0 0 0;
    }
}
.footer__right {
    margin: 0 0 0 10px;
}
@media (max-width: 767.98px) {
    .footer__right {
        margin: 0 0 30px 0;
    }
}
.footer__logo {
    text-align: end;
    display: block;
    margin: 0 0 10px 0;
}
.footer__logo-icon {
    width: 121px;
    height: 21px;
}
.footer__items {
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 17px;
    color: #ffffff;
    width: 191px;
}
@media (max-width: 767.98px) {
    .footer__items {
        margin: 0 0 0 auto;
    }
}
.footer__items p:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #292929;
    background: #ffffff;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    margin: 0 0 0 15px;
}

@media (max-width: 479.98px) {
    .content {
        margin: 25px 0 0 0;
    }
    .content__title {
        font-size: 24px;
        line-height: 110%;
    }
    .content__item-title p {
        font-size: 16px;
        line-height: 120%;
    }
    .content__item p {
        font-size: 16px;
        line-height: 120%;
    }
    .content__item {
        padding: 20px 10px;
        margin: 0 0 10px 0;
    }
    .content__item {
        margin: 0 0 10px 0;
    }
    .content__item_1 {
        margin: 25px 0 10px 0;
    }
    .content__item_prod-title {
        font-size: 18px;
        margin: 10px 0 20px 0;
    }
    .content__item_prod .content__item-title img {
        width: 17px;
        height: 17px;
    }
    .content__item_prod .content__item-title p {
        margin: 0 0 0 10px;
    }
    .content__item_prod {
        margin: 40px 0;
    }
    .content__item_2 .content__item_prod-title {
        margin: 0 0 20px 0;
    }
    .content__item_2 p {
        font-size: 16px;
        line-height: 120%;
        margin: 0 0 15px 0;
    }
    .content__item_2 {
        margin: 25px 0;
    }
    .form__title {
        margin: 10px 0 20px 0;
    }
    .form__form {
        padding: 15px 14px;
    }
    .form {
        padding: 10px 10px 20px 10px;
    }
}

.scroll-header {
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
}

.scroll-header.active {
    display: flex;
}

.scroll-header__item {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background-color: #292929;
}

.scroll-header__progress {
    display: flex;
    align-items: flex-start;
    flex-grow: 3;
}
.scroll-header__progress-line {
    width: 0;
    height: 4px;
    background-color: #c33;
    transition: all 0.2s linear;
}
.scroll-header__burger span {
    background: #ffffff;
    width: 22px;
    height: 2px;
    display: block;
    margin: 0 0 6px 0;
}
.scroll-header__burger span:last-child {
    margin: 0;
}
.scroll-header__logo {
    margin: 0 29px;
}

.scroll-header__logo svg {
    height: 30px;
    width: 100px;
}
.scroll-header__logo-icon {
}
