/*=============PRE_HEADER==============*/

.pre-header {
    font-family: "Times New Roman", Times, serif;
}
.pre-header__flex {
    padding: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f7f7f8;
}
.pre-header__menu {
    display: flex;
}
.pre-header__list {
    color: #03c;
    display: flex;
    gap: 0.5rem;
}
.pre-header__item {
    font-size: 13px;

    border-right: 1px solid red;

    padding-right: 0.5rem;
}
.pre-header__item:last-child {
    border-right: none;
}
.pre-header__log {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #03c;
    font-weight: 400;

}
.pre-header__search input {
    width: 186px;
}
.mgn {
    margin-left: 1rem;
}
.pre-header__search {
    border: 1px solid #000;
    background-color: #03c;
    margin-left: 1rem;
}
.pre-header__search input {
    border: none;
    outline: none;
}
.fa-search {
    color: #fff;
}

/*============HEADER================*/

.header {
    position: relative;
    max-width: 100%;
    background-color: #ffffff;
    color: #000;
}
.header__row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.7rem;
    margin: 0.6rem 0px;
}
.header__sale {
    display: flex;
    flex-direction: column;
    font-size: 0.9rem;
    line-height: 1rem;
}
.header__sale-top strong {
    color: #03c;
}
.header__sale-bot {
    color: #03c;
}
.header__logo {
    max-width: 21.4%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
.header__data {
    display: block;
    text-align: center;
    font-weight: 700;
    color: #000;
}
.nav__header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #44739c;
    color: #fff;
}
.header__burger {
    display: none;
}
.fa-bars {
    color: #4d4d4d;
    font-size: 1.4rem;
}
.header__list {
    display: flex;
    gap: 1rem;
    justify-content: flex-start;
}
.header__list a {
    text-decoration: none;
    box-shadow: 1px 0 0 rgb(255 255 255 / 8%);
}
.header__item {
    cursor: pointer;
    font-size: 0.8rem;
    border-right: 1px #3a6181 solid;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 8px 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.header__burger {
    padding-left: 2rem;
    font-size: 2rem;
}

#progress-bar {
    --progress: 0;
    height: 6px;
    width: var(--progress);
    background-color: #e02e3d;
    position: fixed;
    top: 0;
    left: 0;
}

.header__search {
    background-color: #f7f7f8;
    border-top: 1px solid #4d4d4d6a;
    padding: 0.5rem 0;
}
.header__search-row {
    display: flex;
    justify-content: space-between;
}
.header__search-block {
    border: 1px solid rgba(68, 68, 68, 0.363);
    flex: 1 1 0%;
    margin-left: 0.5rem;
}
.header__search-block input {
    border: none;
    outline: none;
    font-size: 0.8rem;
    background-color: unset;
}
.header__search-icon {
    color: #4d4d4d6a;
    border-left: 1px solid #4d4d4d6a;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.8rem;
    float: right;
    margin-top: 0.6rem;
}
.header__search-settings {
    flex: 1 1 30%;
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
}
.header__search-settings span {
    border-left: 1px solid #4d4d4d46;
    padding-left: 1rem;
    padding-right: 0.5rem;
}

.header__nav-sec {
    display: flex;
    justify-content: space-between;
    padding: 3px 10px;
}
.header__nav-sec-list {
    display: flex;
    gap: 1rem;
}
.header__nav-sec-list span {
    border-right: 1px solid #4d4d4d55;
    padding-right: 1rem;
    font-size: 0.9rem;
}
/*==========READ=========*/

.read {
    background-color: #dc0505;
    color: #fff;
}
.read__row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem 0;
    padding-left: 2rem;
}
.read__title {
    display: block;
    padding-right: 2rem;
    border-right: 1px solid #fff;
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 0;
    font-weight: 700;
}
.read__text {
    display: block;
    padding-left: 2rem;
}

/*==========BREADCR=============*/

.breadcr__row {
    display: flex;
    gap: 0.5rem;
    background-color: #fff;
    padding: 1.4rem 0;
    font-size: 0.8rem;
}
.breadcr__row a {
    text-decoration: none;
}
.breadcr__row a:nth-child(1) {
    color: #a32020;
}
.breadcr__row a:nth-child(2) {
    color: #a32020;
}
.breadcr__row a:nth-child(3) {
    color: #828c93;
}

/*==========MAIN===========*/

.content__row {
    display: flex;
    justify-content: space-between;
    padding-top: 0.3rem;
}
.content__main {
    flex: 1 1 60%;
    font-family: "DroidSerif";
}
.adv__content {
    flex: 1 1 25%;
    padding-left: 10px;
}

/*==========MAIN=========*/

.main {
    background-color: var(--white);
}
.main__published {
    margin-bottom: 1rem;
}
.main__title {
    color: #1b1b1b;
    font-weight: 700;
    font-size: 1.5rem;
}
.main__sub-title {
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: left;
}
.main__by {
    font-size: 0.8rem;
}
.main__by-text {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}
.main__by-text span {
    font-weight: 700;
}
.main__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #4d4d4d38;
}
.fa-facebook {
    color: #3b5998;
    padding: 5px;
    border-radius: 50%;
    font-size: 1.4rem;
}
.fa-twitter {
    background-color: #00acee;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
}

/*=============INFO================*/

.info {
    font-size: var(--text-size);
    color: var(--text-color);
}
.info__row {
    display: flex;
    margin-top: 1rem;
}
.info__img {
    margin: 0 auto;
    display: block;
    margin-bottom: 1rem;
}
.info__text {
    margin-bottom: 1rem;
    font-size: 1.1rem;
}
.info__text a:hover {
    color: #e02e3d;
}
.info__text span {
    font-weight: 700;
    color: var(--text-color);
}
.info__important {
    border-left: 8px solid #e02e3d;
    padding-left: 0.385rem;
    margin-bottom: 1rem;
    font-style: italic;
    font-size: 1.1rem;
}
.info__important span {
    color: #1b1b1b;
    font-weight: 700;
}
.button-link {
    background-color: #e02e3d;
    color: var(--white);
    display: block;
    margin: 0 auto;
    max-width: 80%;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.button-link:hover {
    color: #fff;
    background-color: #ff0015;
}

/*=========STEPS==============*/

.steps__title {
    margin-top: 1rem;
    font-weight: 700;
}
.steps__text {
    font-size: 1.1rem;
    border-left: 4px solid #03c;
    padding: 0.385rem;
}
.steps__text a:hover {
    color: #e02e3d;
}
.steps__text span {
    color: #03c;
}
.steps__important {
    font-size: 1.1rem;
    font-style: italic;
    border-left: 8px solid #03c;
    padding-left: 1rem;
}
.steps__important a {
    color: #03c;
}
.steps__important a:hover {
    color: #3b5998;
}
.steps__img {
    margin-top: 0.5rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
}
.steps__img-chel {
    margin: 0 auto;
    display: block;
}

/*==============CHECK==============*/

.check {
    box-shadow: var(--box-shadow);
    max-width: 100%;
    font-family: Arial, Helvetica, sans-serif !important;
}
.check__wrapper {
    padding: 0.5rem;
}
.check__top {
}
.check__iban {
    margin-bottom: 1rem;
    display: block;
    font-weight: 500;
}
.check__top-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.check__top-col-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4rem;
}
.check__top-col-1-row {
    display: flex;
    flex-direction: column;
}
.bank__logo {
}
.check__top-col-title {
}
.check__top-col-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.check__bot {
    border-bottom: 3px solid #000;
}
.check__bot-grid {
    display: grid;
    grid-template-columns: 1fr 5fr 1fr 1fr 1fr;
}
.check__bot-grid-col {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #000;
}
.check__bot-grid-col-title {
    font-weight: 500;
    background-color: rgba(128, 128, 128, 0.39);
    border-right: 1px solid #000;
    border-bottom: 3px solid #000;
    padding-left: 2px;
    font-size: .8rem;
    height: 100%;
}
.check__thanks {
    text-align: right;
    display: block;
    margin: 0.5rem 2rem;
}

/*=========CHECKMQ=======*/

@media (max-width: 1200px) {
    .check {
        font-size: 0.8rem;
    }
}
@media (max-width: 1024px) {
    .check {
        font-size: 0.6rem;
    }
}
@media (max-width: 992px) {
    .check {
        font-size: 0.5rem;
    }
}

/*===========BENEFITS============*/

.benefits {
    margin-top: 1rem;
    font-size: 1.1rem;
}
.benefits__title {
    margin: 1rem 0;
    font-weight: 700;
}
.benefits__list {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.benefits__item {
    margin-bottom: 1rem;
}
.benefits__item a {
    color: var(--blue);
    font-weight: normal;
    text-decoration: underline;
}
.benefits__item span {
    color: #03c;
    font-size: var(--title-size-sd);
    font-weight: 700;
    display: block;
    margin-bottom: 0.5rem;
}
.benefits__item span img {
    margin-right: 0.5rem;
}

/*=========REG=============*/

.reg {
    margin-top: 1rem;
    font-size: var(--text-size);
}
.reg__title {
    font-weight: 700;
}
.reg__list {
    max-width: 80%;
    margin: 0 auto;
    font-size: var(--title-size);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.reg__item {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    list-style-type: disc;
    font-weight: normal;
}
.reg__item a {
    color: #03c;
}
.reg__item a:hover {
    color: #3b5998;
}

/*==========TAGS================*/

.tags {
    margin-top: 3rem;
    font-size: var(--text-size);
}
.tags__row {
    display: flex;
    gap: 0.5rem;
}
.tags__title {
    font-weight: 700;
}
.tags__row a {
    color: #03c;
}
.tags__block:hover {
    color: #e02e3d;
}

/*=========COMMENTS==========*/

.comments {
    margin-top: 2rem;
}
.block {
    padding-top: 0.5rem;
}
.answer {
    padding-left: 3rem;
}
.answer-block {
    border-left: 4px solid #000;
    padding-top: 0.4rem !important;
}
.comments__title {
    font-weight: 700;
    color: #1b1b1b;
}
.comments__title::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    margin-bottom: 1rem;
}
.comments__block {
    border-bottom: 1px solid rgba(0, 0, 0, 0.279);
}
.block__input {
    display: flex;
    flex-direction: column;
    background-color: #f7f7f7;
    padding: 12px 16px 20px;
}
.block__input-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1rem;
}
.block__input-top span:first-child {
    color: #000;
    font-weight: 700;
}
.block__input-top span:last-child {
    color: #03c;
}
.block__input-info {
    display: flex;
    gap: 0.4rem;
}
.block__input-info input {
    width: 100%;
    height: 80px;
    border-radius: 5px;
    border: 1px solid #1b1b1b;
    text-align: left;
}
.block__input-avatar {
}

.avatar__img {
    max-width: 50px;
    border-radius: 5px;
}
.block__row {
    padding: 0 10px;
    display: flex;
}
.block__info {
    flex: 1 1 90%;
    margin-left: 0.5rem;
}

.info__name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.info__name-dis {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    color: #4d4d4d;
    font-size: 0.9rem;
}
.info__name a {
    color: inherit;
    text-decoration: none;
    font-size: 1rem;
}

.info__text-text {
    text-align: left;
    font-size: 16px;
}
.info__like {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.info__like-row {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 1rem;
    color: #4d4d4d77;
}
.info__like-row .fa-twitter {
    font-size: 0.8rem;
}
.info__answer {
    margin-left: 2.5rem;
    margin-bottom: 1rem;
    display: flex;
    background-color: #e8e8e8;
    padding: 0.5rem;
}
.block__info::after {
    margin-bottom: 1rem;
}
.info__date {
    display: flex;
    margin-bottom: 1rem;
}
.date__item {
    font-weight: 700;
    list-style: none;
    margin-right: 1rem;
    font-size: 18px;
    color: #03c;
}
.comment__img {
    max-width: 50%;
    height: 300px;
}
.comments__link {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 1rem;
    color: #03c;
}
.comments__link:hover {
    color: #e02e3d;
}
.comment-block-input__button {
    cursor: pointer;
}
/*=========ADV============*/

.adv__content {
    padding-top: 1rem;
    padding-right: 0.385rem;
    width: 100%;
    max-width: 100%;
    background-color: #f7f7f8;
}
.adv__content a {
    text-decoration: none;
}
.adv__title {
    color: #03c;
    font-size: 1rem;
    border-bottom: 1px solid rgba(68, 68, 68, 0.263);
    font-weight: 700;
    padding-bottom: 7px;
    font-family: 'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,Osaka,'ＭＳ Ｐゴシック',MS PGothic,sans-serif;
    line-height: 1.4;

}
.ttl_2 {
    border-top: 1px solid rgba(68, 68, 68, 0.263);
    padding-top: 20px;
}
.adv__block {
    padding-bottom: 1rem;
    padding-top: 0.5rem;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    /* padding: 1rem 0; */
    color: #03c;
    border-bottom: 1px solid rgba(68, 68, 68, 0.263);
}

.adv__flex span {
    font-weight: 400;
}
.adv__info {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 20px;
}
.adv__num {
    color: #000;
}
.adv__list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    list-style: disc;
    margin-left: 12px;
    margin-bottom: 1rem;
}
.adv__list li::before {


top: 7.799999999999999px;
left: 0;
display: block;
width: 4px;
height: 4px;
border-radius: 100%;
   }
.adv__item {
    font-size: 0.8rem;
    font-family: 'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,Osaka,'ＭＳ Ｐゴシック',MS PGothic,sans-serif;
    line-height: 1.4;
    word-break: break-word;
    line-break: normal;
    -moz-text-size-adjust: none;  
    color: rgba(68, 68, 68, 0.263); 
}
.adv__item span{
    color: rgb(0, 51, 204)
}
.utub_img {
    width: 15px;
}
.new_img {
    width: 27px;
}
.adv__flex-sec {
    display: flex;
    flex-direction: column;
    width: 207%;
}
.adv__flex-sec span {
    font-weight: 400;
    font-size: 0.8rem;
}
.adv__flex-sec span:nth-child(2) {
    color: gray;
    font-size: 11px;
}
/* .adv__img {
    width: 120px;
} */
.adv__img img {
    width: 74% !important;
    /* height: 61px !important; */
}

/*===========RECOMMEND===============*/

.recommend__title {
    border-bottom: 1px solid #4d4d4d5b;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
    text-align: center;
}
.recommend__grid {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}
.recommend__block {
    flex: 1 1 33.3333%;
    border: 1px solid rgba(68, 68, 68, 0.226);
    width: 400px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.recommend__bg {
    width: 100%;
    max-width: 100%;
}
.recommend__article {
    text-align: center;
}

/*========FOOTER===========*/

.footer {
    background-color: #f7f7f8;
    color: #1b1b1b;
    padding-top: 1rem;
}
.footer__logo {
    max-width: 30%;
    display: block;
    margin: 0 auto;
    padding-bottom: 2rem;
}
.footer__row {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer__text {
    font-size: 12px;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.footer__list {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}
.footer__link a {
    color: var(--white);
}
.footer__copy {
    text-align: center;
}

/*========MEDIA QUERIES==========*/

@media (max-width: 1400px) {
    .container-my {
        max-width: 70%;
    }
    .header__item {
        font-size: 0.8rem;
    }
}
@media (max-width: 1200px) {
    .container-my {
        max-width: 80%;
    }
}
@media (max-width: 1024px) {
    .pre-header__item:nth-child(2) {
        display: none;
    }
    .pre-header__item:nth-child(3) {
        display: none;
    }
    /* .header__list a:nth-child(4){
        display: none;
    }
    .header__list a:nth-child(5){
        display: none;
    } */
    .pre-header__log span {
        display: none;
    }
    .header__list a:nth-child(6) {
        display: none;
    }
    .header__list a:nth-child(7) {
        display: none;
    }
    .header__list a:nth-child(8) {
        display: none;
    }
    .header__list a:nth-child(9) {
        display: none;
    }
    .reg__list {
        font-size: var(--title-size-md);
        font-weight: 700;
    }
}
@media (max-width: 992px) {
    .breadcr__item {
        font-size: 0.8rem;
    }
    .main__title {
        font-size: 2rem;
    }
    .fa-facebook-f {
        padding: 0.5rem;
    }
    .fa-twitter {
        padding: 0.5rem;
    }
}
@media (max-width: 768px) {
    .pre-header__search {
        display: none;
    }
    .header__search-block {
        flex: auto;
    }
    .header__search-settings span:nth-child(1) {
        display: none;
    }
    .header__search-settings span:nth-child(2) {
        display: none;
    }
    .main {
        margin-top: 0;
        padding-top: 0;
    }
    .main__title {
        margin-top: 0;
    }
    .read__title {
        font-size: 1rem;
    }
    .adv__content {
        display: none;
    }
    .header__adv {
        display: none;
    }
    .header__logo {
        max-width: 40%;
    }
    .header__data {
        font-size: 0.8rem;
    }
    .header__list a:nth-child(3) {
        display: none;
    }

    .button-link {
        max-width: 80%;
    }
    .recommend__title {
        text-align: center;
    }
    .recommend__grid {
        flex-direction: column;
    }
    .recommend__block {
        margin: 0 auto;
    }
}
@media (max-width: 540px) {
    .container-my {
        max-width: 100%;
    }
    .container {
        padding: 0;
    }
    .pre-header__item:nth-child(4) {
        display: none;
    }
    .pre-header__item:nth-child(6) {
        display: none;
    }
    .header__nav-sec-list span:nth-child(5) {
        display: none;
    }
    .header__nav-sec-list span:nth-child(6) {
        display: none;
    }
    .header__nav-sec-list span:nth-child(7) {
        display: none;
    }
    .header__nav-sec-list span:nth-child(8) {
        display: none;
    }
    .breadcr__row {
        padding: 0 0.5rem;
    }
    .read__row {
        padding-left: 1.2rem;
    }
    .header__list {
        display: none;
    }
    .read__text {
        font-size: 0.7rem;
    }
    .main__title {
        font-size: 1.5rem;
    }
    .info__text {
        line-height: 30px;
    }
    .info__text span {
        font-size: 1rem;
        line-height: 20px;
    }
    .info__answer {
        margin-left: 2rem;
    }
    .footer__list {
        flex-wrap: wrap;
    }
}
@media (max-width: 425px) {
    .published__img img {
        width: 9%;
    }
    .recommend__block {
        width: 350px;
    }

    .main__title {
        font-size: var(--title-size-sd);
        margin-top: 1rem;
    }
    .info__name {
        font-size: 15px;
    }
    .info__answer {
        margin-left: 0;
    }
    .date__item {
        font-size: 15px;
    }
    .footer__list {
        margin-bottom: 0.3rem;
    }
    .footer__text {
        margin-top: 0.3rem;
    }
}
