.magazin__main {
    padding-top: 100px;
}

/*=============== magazin-head ========================*/
.magazin-head {
    padding-bottom: 40px;
}

.magazin-head__row {
    display: flex;
    border-radius: 20px;
    padding: 80px 60px 60px 60px;
    overflow: hidden;
    position: relative;
}

.magazin-head__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.magazin-head__bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.magazin-head__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(66deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.15) 100%);
}

.magazin-head__header {
    flex: 1 0 50%;
    padding-right: 40px;
    z-index: 5;
}

.magazin-head__label {
    font-size: 1rem;
    color: #fafcff;
    line-height: 110%;
    text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
}

.magazin-head__name {
    color: #fafcff;
    font-family: "Merriweather", serif;
    letter-spacing: 1px;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 110%;
    text-transform: uppercase;
    text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.5);
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.magazin-head__name:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 1px;
    border-radius: 2px;
    background: #fff;
}

.magazin-head__discription {
    padding-top: 20px;
    position: relative;
    z-index: 5;
    flex: 1 0 50%;
    color: #fafcff;
    letter-spacing: 0.2px;
    font-size: 1.5rem;
    line-height: 130%;
    text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.5);
}

@media (max-width: 967px) {
    .magazin-head__row {
        padding: 80px 40px 60px 40px;
    }

    .magazin-head__header {
        padding-right: 20px;
    }
}

@media (max-width: 700px) {
    .magazin-head__row {
        flex-direction: column;
        row-gap: 0px;
        padding-bottom: 140px;
    }

    .magazin-head__discription {
        padding-top: 0px;
    }

    .magazin-head__btn {
        position: absolute;
        left: 40px;
        bottom: 60px;
    }
}

@media (max-width: 490px) {
    .magazin-head__row {
        padding-left: 20px;
        padding-right: 20px;
    }

    .magazin-head__btn {
        left: 20px;
    }

    .magazin-head__name {
        font-size: 1.5rem;
    }

    .magazin-head__discription {
        font-size: 1rem;
    }
}

/*=============== magazin-preview ========================*/
.magazin-preview {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url("/img/magazin-page/book.svg");
    background-size: 40% auto;
    background-position: -5% 70%;
    background-repeat: no-repeat;
}

.magazin-preview__container {
    background-image: url(/img/magazin-page/book.svg);
    background-size: 40% auto;
    background-position: -15% 50%;
    background-repeat: no-repeat;
}

.magazin-preview__row {
    display: flex;
}

.magazin-preview___header {
    flex: 0 0 50%;
    padding-right: 40px;
}

.magazin-preview__title {
    color: #06172d;
    font-size: 2.5rem;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 110%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.magazin-preview__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #73adf4;
}

.magazin-preview__subtitle {
    color: #06172d;
    font-size: 1.5rem;
    line-height: 120%;
}

.magazin-preview__articles {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.magazin-preview__item {
    display: flex;
}

.magazin-preview__item-img {
    flex: 0 0 150px;
    height: 120px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.magazin-preview__item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.magazin-preview__item-header {
    color: #06172d;
    font-size: 1rem;
    line-height: 130%;
    font-weight: 600;
}

.magazin-preview__item-text {
    flex: 1 1 auto;
    padding-left: 20px;
}

.magazin-preview__item-header {
    color: #06172d;
    font-size: 1rem;
    line-height: 130%;
    font-weight: 600;
    margin-bottom: 10px;
}

.magazin-preview__item-discription {
    color: #06172d;
    font-size: 1rem;
    line-height: 130%;
}

@media (max-width: 967px) {
    .magazin-preview {
        background-image: none;
    }

    .magazin-preview__row {
        flex-direction: column;
        row-gap: 40px;
    }

    .magazin-preview__subtitle {
        max-width: 70%;
    }

    .magazin-preview__item-header {
        max-width: 70%;
    }

    .magazin-preview__container {
        background-image: none;
    }
}

/*==========   ==============*/
.magazin-form {
    padding-top: 40px;
    padding-bottom: 80px;
}

.magazin-form__row {
    display: flex;
    padding: 60px 60px 60px 60px;
    border-radius: 20px;
    background: linear-gradient(88deg, #06172d 0%, #068bc0 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.5);
}

.magazin-form__header {
    flex: 1 0 50%;
    padding-right: 40px;
}

.magazin-form__title {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.magazin-form__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #73adf4;
}

.magazin-form__title span {
    width: 80px;
    height: 80px;
    background-image: url("/img/article-page/question-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.magazin-form__title p {
    padding-left: 20px;
    color: #fafcff;
    text-shadow: 1px 1px 2px 0px #f5f5f5;
    font-size: 2rem;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 120%;
}

.magazin-form__subtitle {
    color: #fafcff;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 140%;
}

.magazin-form__form {
    flex: 1 0 50%;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

@media (max-width: 967px) {
    .magazin-form__row {
        flex-direction: column;
        row-gap: 60px;
    }

    .magazin-form__form {
        padding-left: 0px;
    }
}

@media (max-width: 767px) {
    .magazin-form__row {
        padding: 40px 40px 60px 40px;
    }

    .magazin-form__header {
        padding-right: 0px;
    }

    .magazin-form__title span {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 400px) {
    .magazin-form__row {
        padding: 40px 20px 40px 20px;
    }

    .magazin-form__title span {
        width: 40px;
        height: 40px;
    }

    .magazin-form__title p {
        font-size: 1.5rem;
        line-height: 110%;
    }

    .magazin-form__subtitle {
        font-size: 1rem;
    }

    .magazin-form__form {
        row-gap: 20px;
    }

    .form__btn {
        width: 100%;
    }

    .form__btn .btn {
        width: 100%;
    }
}