@charset "UTF-8";
/*обнуление*/

@import url("https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap");
* {
    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: #1b354a;
    font-size: 14px;
    font-family: "PT Sans", sans-serif;
}

.wrapper {
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #260701;
}

.container {
    background-color: #fff;
    max-width: 1020px;
    padding: 0 40px 40px 40px;
    margin: 0 auto;
}

@media (max-width: 991.98px) {
    .container {
        max-width: 970px;
        padding: 0 10px 40px 10px;
        margin: 0 15px;
    }
}

@media (max-width: 767.98px) {
    .container {
        max-width: 750px;
    }
}

@media (max-width: 479.98px) {
    .container {
        max-width: none;
        margin: 0 15px;
    }
}

.header {
    background-color: #fff;
    padding: 15px 0;
}

.header__top {
    display: flex;
    align-items: center;
}

.header__logo {
    margin: 0 28px 0 11px;
}

.header__logo-title {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #2657a2;
}

.header__date {
    font-size: 11px;
    color: #909090;
    margin: 10px 0 0 22px;
}

.header__nav {
    margin: 10px 0 0 109px;
}

.header__list {
    display: flex;
    align-items: center;
}

.header__item:not(:last-child) {
    margin: 0 12px 0 0;
}

.header__item_active {
    border: 2px solid #05519d;
    border-radius: 4px;
    padding: 8px 7px 8px 6px;
}

@media (max-width: 767.98px) {
    .header__item_h {
        display: none;
    }
}

.header__link {
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #1b354a;
}

.container__header {
    background-color: #fff;
    max-width: 1032px;
    margin: 0 auto;
}

.s1__img {
    margin: 5px 0;
    max-width: 100%;
}

.s1__img_c {
    text-align: center;
}

.s1__img_c img {
    max-width: 100%;
}

.s1__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.05em;
    color: #1b354a;
    margin: 20px 0;
}

.s1__text-notation {
    color: #2657a2;
    font-weight: 700;
    font-size: 20px;
}

.s1__text-compl {
    font-size: 20px;
}

.s1__text-program {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.05em;
    color: #1b354a;
    margin: 0 0 20px 0;
}

.s1__doc {
    display: flex;
    padding: 25px;
    border: 3px solid #2657a2;
    max-width: 720px;
    margin: 25px auto;
}

.s1__doc-img img {
    max-width: 100%;
}

.s1__doc-info {
    margin: 0 0 0 25px;
}

.s1__doc-name {
    font-weight: 700;
    font-size: 20px;
    text-decoration-line: underline;
    color: #2657a2;
    margin: 0 0 20px 0;
}

.s1__doc-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.05em;
    color: #1b354a;
}

.s1__border-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #333333;
    padding: 25px 45px;
    border: 3px solid #2657a2;
}

.s1__list {
    border: 3px solid #2657a2;
    padding: 25px 0;
    margin: 25px 0;
}

.s1__list-item {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.05em;
    color: #1b354a;
    position: relative;
    margin: 0 0 10px 67px;
}

.s1__list-item::before {
    content: "";
    background-image: url(../img/ellipse.svg);
    background-size: 7px 7px;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 8px;
    left: -22px;
}

.s1__under-img {
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    text-align: center;
    color: #90979c;
    max-width: 613px;
    margin: 5px auto 25px auto;
}

.s1__weeks {
    margin: 25px 0;
}

.s1__weeks-row {
    display: flex;
}

.s1__week {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #1b354a;
    border: 2px solid #2657a2;
    border-bottom: 0px;
    border-right: 0px;
    padding: 20px 25px 0 25px;
    flex: 0 0 140px;
}

.s1__descr {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.05em;
    color: #1b354a;
    padding: 20px 57px 20px 25px;
    border: 2px solid #2657a2;
    border-bottom: 0px;
    flex: 0 1 100%;
}

.s1__descr_b {
    border-bottom: 2px solid #2657a2;
}

.s1__descr p {
    max-width: 722px;
}

.b {
    font-weight: 700;
}

.f20 {
    font-size: 20px;
}

.blue {
    font-weight: 700;
    color: #2657a2;
}

.line {
    width: 100%;
    height: 1px;
    background-color: #2657a2;
    margin: 40px 0;
}

.underline {
    text-decoration: underline;
}

.red {
    color: #ff0000;
}

h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #1b354a;
    padding: 15px 0 0 0;
    margin: 0 0 20px 0;
}

h3 {
    font-weight: 700;
    font-size: 23px;
    line-height: 120%;
    letter-spacing: 0.05em;
    color: #1b354a;
    margin: 0 0 25px 0;
}

.submit-roulette {
    font-size: 20px;
}

#order_form input,
select {
    font-size: 18px;
}

#order_form p {
    font-size: 14px;
}

.order_image {
    margin: 0 0 20px 0;
}

.comments {
    margin: 40px 0 40px 0;
}

.comments__title {
    font-weight: 700;
    font-size: 23px;
    color: #2657a2;
    margin: 0 0 25px 0;
}

.comment {
    margin: 0 0 25px 0;
}

.comment__user-info {
    display: flex;
    align-items: center;
    margin: 0 0 15px 0;
}

.comment__name {
    font-weight: 700;
    font-size: 20px;
    color: #1b354a;
    margin: 0 0 0 15px;
}

.comment__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #1b354a;
}

.comment__text a {
    color: #1b354a;
}

.comment__text a:visited {
    color: #1b354a;
}

.comment__answer {
    max-width: 882px;
    margin: 25px 0 0 58px;
}

.user-img {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    object-fit: cover;
}

.s1__btn {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #b40404;
    background: #bae0fe;
    border: 3px solid #72a8d3;
    border-radius: 35px;
    padding: 17px 38px;
    max-width: 283px;
    display: block;
    margin: 0 auto;
}

.s1__btn:hover {
    background: #d5ecff;
}

.footer__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 145%;
    text-align: center;
    color: #ffffff;
    max-width: 664px;
    margin: 40px auto;
}

.comment>img,
.comment__answer>img {
    margin: 15px 0 0 0;
    max-width: 100%;
}

@media (max-width: 590px) {
    .s1__doc {
        flex-direction: column;
        align-items: center;
        padding: 20px 10px;
    }
    .s1__doc-info {
        margin: 20px 0 0 0;
    }
}

@media (max-width: 991.98px) {
    .s1__descr {
        padding: 20px 25px 20px 25px;
    }
    .s1__week {
        padding: 20px 20px 0 20px;
    }
}

@media (max-width: 767.98px) {
    .s1__descr {
        padding: 10px;
    }
    .s1__week {
        padding: 10px 10px 0 10px;
        text-align: center;
        flex: 0 1 140px;
    }
    .s1__list-item {
        margin: 0 10px 10px 30px;
    }
}

@media (max-width: 490px) {
    .s1__descr {
        font-size: 16px;
    }
    .s1__week {
        font-size: 16px;
        flex: 0 0 92px;
    }
    .header__nav {
        margin: 10px 0 0 17px;
    }
    .header__item:not(:last-child) {
        margin: 0 10px 0 0;
    }
    .header__item_active {
        padding: 8px 5px 8px 4px;
    }
    .s1__border-text {
        padding: 25px 10px;
    }
    .card__item__sale>img {
        width: 58px;
    }
    .card__item__cover>img {
        width: 58px;
    }
}

@media (max-width: 355px) {
    .s1__descr {
        font-size: 13px;
    }
    .s1__week {
        font-size: 13px;
    }
    .card__item__sale>img {
        width: 50px;
    }
    .card__item__cover>img {
        width: 50px;
    }
}

.header__logo-title>a {
    color: #2657a2;
}

.link {
    color: #2657a2;
}

.demon_popup_body img {
    margin: 0 20px 0 0;
}