

/* Start:/local/templates/edisontheme/css/styles_parts/article.css?17476300393880*/
.article {
    margin-bottom: 110px
}

.article__img {
    position: relative;
    border-radius: 20px;
    height: 600px;
    margin-bottom: 60px;
    overflow: hidden
}

.article__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.article__img::before {
    content: '';
    position: absolute;
    z-index: 10;
    left: 0;
    right: -53px;
    bottom: -40px;
    height: 230px;
    background: url(/local/templates/edisontheme/css/styles_parts/../../icons/logo-white.svg) center/contain no-repeat
}

.article__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px
}

.article__left {
    width: calc(((100% - ((12 - 1) * 30px))/ 12 * 6) + ((6 - 1) * 30px));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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
}

.article__left .logo {
    width: 209px;
    height: 27px;
    margin-left: 0
}

.article__right {
    width: calc(((100% - ((12 - 1) * 30px))/ 12 * 6) + ((6 - 1) * 30px))
}

.article__title {
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 40px;
    text-transform: uppercase;
    color: #1e1e26
}

.article__text {
    font-weight: 400;
    font-size: 16px;
    color: #1e1e26
}

.article__text p {
    margin: 0
}

@media screen and (max-width: 1679px) {
    .article {
        margin-top: 0;
        padding-top: 10px
    }

    .article__img::before {
        right: 2px;
        bottom: -45px;
        height: 180px
    }

    .article__row {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }

    .article__left {
        width: calc(((100% - ((12 - 1) * 30px))/ 12 * 4.63) + ((4.63 - 1) * 30px))
    }

    .article__right {
        width: calc(((100% - ((12 - 1) * 30px))/ 12 * 7.37) + ((7.37 - 1) * 30px))
    }
}

@media screen and (max-width: 1365px) {
    .article {
        margin-bottom: 80px;
        margin-top: -12px;
        padding-top: 0
    }

    .article__img {
        height: 450px;
        margin-bottom: 40px
    }

    .article__img::before {
        right: 0;
        bottom: -19px;
        height: 134px
    }

    .article__row {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }

    .article__left {
        width: calc(((100% - ((12 - 1) * 30px))/ 12 * 12) + ((12 - 1) * 30px))
    }

    .article__left .logo {
        width: 132px;
        height: 17px
    }

    .article__right {
        width: calc(((100% - ((12 - 1) * 30px))/ 12 * 12) + ((12 - 1) * 30px))
    }

    .article__title {
        margin-bottom: 15px;
        font-size: 32px
    }
}

@media screen and (max-width: 1023px) {
    .article__img::before {
        bottom: -19px;
        height: 99px
    }

    .article__row {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }
}

@media screen and (max-width: 767px) {
    .article__img {
        height: 250px
    }

    .article__img::before {
        bottom: -13px;
        left: -1px;
        right: -11px;
        height: 54px
    }

    .article__row {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }
}

@media screen and (max-width: 413px) {
    .article__img::before {
        left: 0;
        right: -2px;
        bottom: -13px;
        height: 39px
    }

    .article__row {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }

    .article__title--sm {
        font-size: 28px
    }
}
/* End */


/* Start:/local/templates/edisontheme/css/styles_parts/gift.css?17522019967068*/
.form-gift {
    margin-bottom: 60px;
    padding-top: 37px
}

.form-gift__wrap {
    padding: 70px;
    border-radius: 20px;
    background: #eef2f5
}

.form-gift__title {
    margin: 0 0 45px;
    font-weight: 400;
    font-size: 40px;
    text-transform: uppercase;
    color: #1e1e26
}

.form-gift__grid {
    display: grid;
    grid-template-columns: repeat(2,1fr) 488px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 45px;
    margin-bottom: 41px
}

.form-gift__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 260px;
    height: 49px;
    padding: 0;
    border: none;
    border-radius: 3px;
    background: #e1251b;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.form-gift__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
}

.form-gift__datetime {
    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;
    row-gap: 25px
}

.form-gift__datetime .select {
    width: 221px;
    min-width: auto
}

.form-gift__datetime .new-select {
    height: 49px;
    padding: 5px 25px;
    border-radius: 3px;
    background: #fff;
    color: rgba(154,154,154,.6);
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.form-gift__datetime .new-select::after {
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-image: url(/local/templates/edisontheme/css/styles_parts/../icons/chevron.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.form-gift__datetime .new-select.on {
    border-radius: 3px 3px 0 0;
    color: #1e1e26
}

.form-gift__datetime .new-select.on::after {
    -webkit-transform: rotateX(180deg) translateY(50%);
    transform: rotateX(180deg) translateY(50%)
}

.form-gift__datetime .new-select.selected {
    color: #1e1e26
}

.form-gift__datetime .new-select__list {
    top: 100%;
    padding: 10px;
    border-radius: 0 0 3px 3px;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-gift__datetime .new-select__item {
    padding: 0;
    margin-bottom: 15px;
    font-size: 16px;
    color: #222;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.form-gift__datetime .new-select__item:last-child {
    margin-bottom: 0
}

.form-gift__pay {
    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;
    gap: 10px 30px;
    margin-top: auto;
    padding-bottom: 4px
}

.form-gift__pay h3 {
    width: 100%;
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 16px;
    color: #9a9a9a
}

@media screen and (max-width: 1679px) {
    .form-gift {
        padding-top: 0
    }

    .form-gift__wrap {
        padding: 70px 20px
    }

    .form-gift__grid {
        grid-template-columns: repeat(2,1fr) 473px;
        gap: 43px
    }

    .form-gift__datetime .select {
        width: 216px
    }

    .form-gift__pay {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
        margin-top: 0
    }

    .form-gift__pay h3 {
        margin-bottom: 0
    }
}

@media screen and (max-width: 1365px) {
    .form-gift {
        margin-bottom: 81px
    }

    .form-gift__wrap {
        padding: 50px 20px
    }

    .form-gift__grid {
        grid-template-columns: 1fr 473px;
        gap: 30px 28px
    }

    .form-gift__btn {
        width: 100%
    }

    .form-gift__col:nth-child(2) {
        grid-area: 2/1/3/2
    }

    .form-gift__col:nth-child(3) {
        grid-row-start: 1;
        grid-row-end: 3
    }
}

@media screen and (max-width: 1023px) {
    .form-gift__grid {
        grid-template-columns: repeat(2,1fr)
    }

    .form-gift__datetime .select {
        width: 100%
    }

    .form-gift__pay {
        margin-top: -8px
    }
}

@media screen and (max-width: 767px) {
    .form-gift__wrap {
        padding: 30px 10px
    }

    .form-gift__title {
        margin-bottom: 40px;
        font-size: 32px
    }

    .form-gift__grid {
        grid-template-columns: 100%;
        margin-bottom: 36px
    }

    .form-gift__col:nth-child(2),.form-gift__col:nth-child(3) {
        grid-area: auto
    }

    .form-gift__datetime {
        row-gap: 23px;
        margin-top: -5px
    }

    .form-gift__datetime .new-select {
        height: 51px
    }

    .form-gift__pay {
        margin-top: -1px
    }
}

.addresses_card {
    margin-bottom: 70px;
}

.addresses_card__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.addresses_card__title {
    max-width: 441px;
}

.addresses_card__title h2 {
    margin: 0;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    color: #1E1E26;
}

.addresses_card__content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: end;
    column-gap: 225px;
    padding-top: 39px;
    row-gap: 20px;
}

.addresses_card__content_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    font-family: Stolzl;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #1E1E26;
}

@media (max-width: 1649px) {
    .addresses_card__content {
        column-gap: 80px;
    }
}

@media (max-width: 1365px) {
    .addresses_card__content {
        flex-direction: column;
    }
}

@media (max-width: 1023px) {
    .addresses_card__container {
        flex-direction: column;
    }
}

.form-gift__grid .form-gift__col:first-child .form-group select {
    height: 49px;
    padding: 5px 25px;
    border-radius: 3px;
    background: #fff;
    color: rgba(154, 154, 154, .6);
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    border: none;
    outline: none;
    width: 100%;
    min-width: auto;
    cursor: pointer;
    background-image: url(/local/templates/edisontheme/icons/chevron.svg);
    -webkit-appearance: none;
    background-size: 15px;
    background-position: 95% 50%;
    background-repeat: no-repeat;
}
/* End */


/* Start:/local/templates/edisontheme/components/bitrix/news.list/gift_card/style.css?1747630040150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/edisontheme/css/styles_parts/article.css?17476300393880 */
/* /local/templates/edisontheme/css/styles_parts/gift.css?17522019967068 */
/* /local/templates/edisontheme/components/bitrix/news.list/gift_card/style.css?1747630040150 */
