

/* Start:/bitrix/templates/.default/components/bitrix/system.auth.form/auth/style.css?15993756411452*/
.login {
	width: 80%;
    height: 30px;
    box-sizing: border-box;
    padding: 0 30px 0 10px;
    background-color: transparent;
    border-top-width: 1px;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-left-width: 0;
    border-style: solid;
    border-color: #d4d5d6;
    /* border-color: rgba(255,255,255,.3); */
    color: #505154;
    /* color: rgba(255,255,255,.8); */
    /*text-transform: uppercase;*/
    transition: border-color 200ms;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;

    padding:10px;
    font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.login:before {
    background: url('/images/lock-icon.svg');
}
.auth-link {
	color: #454545;
    background-color: #ffffff; 
}
.reg-link {
	font: 14px/21px 'Raleway', Arial, sans-serif;
}
.forg-link {
	font: 13px/21px 'Raleway', Arial, sans-serif;
    text-decoration: none;
}
.center-text {
	display: block !important;
	text-align: center;
	margin-bottom: -10px;
}
.center-btn {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.center-soc {
    margin-top: 10px;
	text-align: center;
}
.checkbox_hidden {
	opacity: 0;
	position: absolute;
}
.auth-form {
    max-width: 400px;
}
#auth-error {
    color: red;
    text-align: center;
    margin-bottom: 15px;
}
.checkbox__label {
    display: inline !important;
}


/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/sd_top/style.css?159937564172*/
.nav {
	display: block !important;
	text-align: center;
	font-size: 0;
}
/* End */


/* Start:/bitrix/templates/sd_main_new/styles.css?1637933307286*/
@media screen and (max-width: 1039px) {
  .header .nav:not(.nav_fixed) {
    top: calc(100% - 43px);
    position: absolute;
    background-color: #000000;
  }
  .header .inner {
      height: auto;
  }
  .header .nav_fixed {
    position: fixed;
  }
}
.header__basket{
	display:none;
}
/* End */


/* Start:/bitrix/templates/sd_main_new/template_styles.css?163793330715194*/
.header {
    margin-bottom: 0;
}

.header__video {
    position: absolute;
    top: -40px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

@media (max-width: 800px) {
    .header {
        margin-bottom: -20px;
    }
    .nav__item_selected .nav__link {
        color: #000000;
    }
    .header .inner {
        height: auto;
    }
}

@media (max-width: 640px) {
    .header {
        margin-bottom: -20px;
    }
    .header__video .video {
        height: 100%;
    }
}
    
.header__video .video {
    width: 100%;
}

.header__opacity {
    border-bottom: 0;
}

.menu-banners {
    padding: 20px 0;
    display: flex;
    justify-content: flex-start;
    background-color: #000000;
}

.menu-banners__left {
    margin-right: 20px;
    width: 100%;
    max-width: 465px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.menu-banners__item {
    position: relative;
    display: block;
    max-width: 465px;
    width: 100%;
    /* margin-bottom: 20px; */
}

.menu-banners__item:last-child {
    margin-bottom: 0;
}

.menu-banners__item-img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.menu-banners__item-text {
    position: absolute;
    bottom: 28px;
    font-size: 22px;
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    text-align: center;
    text-shadow: 0px 0px 15px #000000;
}

.menu-banners__item:hover .menu-banners__item-text {
    text-decoration: underline;
}

.menu-banners__right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.menu-banners__item-video {
    overflow: hidden;
    max-height: 520px;
    width: 100%;
    max-width: calc(70% - 20px);
}

.menu-banners__right .menu-banners__item {
    padding-bottom: 25px;
    margin-bottom: 0;
    max-height: 520px;
    max-width: 30%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-image: url(/bitrix/templates/.default/img/customize.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 22px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    text-shadow: 0px 0px 15px #000000;
    text-decoration: none;
}

.menu-banners__right .menu-banners__item:hover {
    text-decoration: underline;
}

.menu-banners__item-magazine {
    margin-top: 20px;
    width: 100%;
    min-height: 150px;
    max-height: 150px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/bitrix/templates/sd_main_new/../.default/img/magazine-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.menu-banners__item-magazine:hover .menu-banners__item-link {
    text-decoration: underline;
}

.menu-banners__item-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 300px;
    height: 65px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    border-radius: 35px;
    font-size: 22px;
    text-transform: uppercase;
}

.menu-banners__item-link:hover {
    color: #ffffff;
    text-decoration: underline;
}

.verification-system {
    position: relative;
    display: flex;
    justify-content: space-between;
    background-color: #030303;
    overflow: hidden;
}

.verification-system__text-wrap {
    position: absolute;
    max-width: 420px;
    left: 20%;
    top: 20%;
}

.verification-system__header,
.useful-information__header {
    color: #ffffff;
    font-size: 28px;
    line-height: 42px;
    text-transform: uppercase;
}

.verification-system__text {
    margin-bottom: 50px;
    color: #ffffff;
    font-size: 14px;
    line-height: 25px;
}

.input-button.input-button_line_white {
    border-color: #ffffff;
    color: #ffffff;
}

.about-section {
    position: relative;
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
}

.about-section__center-img {
    padding: 62px 34px 60px 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 325px;
    width: 100%;
    max-height: 325px;
    height: 100%;
    border: 1px solid #E2E2E2;
    background-color: #ffffff;
    box-sizing: border-box;
}

.about-section__center-img img {
    width: 100%;
    max-width: 100%;
}

.about-section__banner-img {
    display: block;
    width: 50%;
}

.about-section__descr {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-section__text-wrap {
    max-width: 420px;
}

.about-section__header {
    color: #000000;
    font-size: 28px;
    line-height: 42px;
    text-transform: uppercase;
}

.about-section__text {
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 25px;
}

.useful-information {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 595px;
    background-color: #040404;
    background-image: url(/bitrix/templates/sd_main_new/../.default/img/bg-useful.png);
    background-repeat: no-repeat;
    background-position-x: right;
}

.useful-information__text-wrap {
    padding-left: 320px;
}

.useful-information__links {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
}

.useful-information__link {
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    text-decoration: underline;
}

.useful-information__link:hover {
    color: #ffffff;
    text-decoration: none;
}

.news-section {
    padding: 110px 0;
}

.news-section__list {
    margin-bottom: 60px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.news-section__item {
    margin-right: 20px;
    max-width: 465px;
}

.news-section__item:hover .news-section__img img {
    transform: scale(1.1);
}

.news-section__item:nth-child(4n) {
    margin-right: 0;
}

.news-section__item-title {
    margin-bottom: 30px;
    display: block;
    width: 100%;
    font-size: 20px;
    font-family: Raleway;
    color: #000000;
    text-decoration: none;
    box-sizing: border-box;
}

.news-section__item-title:hover {
    color: #000000;
    text-decoration: underline;
}

.news-section__item-subtitle {
    display: block;
    font-size: 14px;
    font-family: Raleway;
    color: #000000;
    box-sizing: border-box;
}

.news-section__item:first-child .news-section__item-title,
.news-section__item:first-child .news-section__item-subtitle {
    padding-left: 40px;
}

.news-section__header {
    margin-bottom: 60px;
    font-family: Raleway;
    font-style: normal;
    font-size: 22px;
    text-align: center;
    color: #000000;
}

.news-section__img {
    margin-bottom: 35px;
    max-width: 460px;
    height: 400px;
    overflow: hidden;
}

.news-section__img img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    transition: 0.2s ease-in-out;
}

.news-section .input-button {
    margin: 0 auto;
    display: block;
    max-width: 120px;
}

@media (max-width: 1830px) {
    .menu-banners__item-video {
        margin-right: 0;
        max-width: 100%;
        max-height: 430px;
    }

    .menu-banners__item-magazine {
        margin-top: 0;
        min-height: 100px;
        max-height: 150px;
    }

    .menu-banners__right .menu-banners__item {
        padding-bottom: 0;
        margin-bottom: 0;
        height: 120px;
        max-width: 100%;
        align-items: center;
    }

    .about-section__center-img {
        max-width: 250px;
        max-height: 250px;
    }

    .news-section__img {
        height: 350px;
    }
}

@media (max-width: 1430px) {
    .about-section__center-img {
        max-width: 250px;
        max-height: 250px;
    }
}

@media (min-width: 1281px) and (max-width: 1830px) {
    .menu-banners__right .menu-banners__item {
        background-image: url(/bitrix/templates/.default/img/order-bg.png);
    }
}

@media (max-width: 1280px) {
    .menu-banners__right .menu-banners__item {
        height: 520px;
    }

    .menu-banners__left {
        margin-right: 10px;
    }

    .about-section__center-img {
        max-width: 280px;
        max-height: 280px;
    }

    .about-section__descr {
        width: 35%;
    }

    .menu-banners {
        flex-wrap: wrap;
    }

    .menu-banners__left {
        margin-right: 0;
        max-width: 100%;
        flex-direction: row;
    }

    .menu-banners__item-video {
        margin-right: 0;
        margin-bottom: 20px;
        max-width: 100%;
    }

    .menu-banners__right .menu-banners__item {
        max-width: 50%;
    }

    .menu-banners__item-magazine {
        margin-top: 0;
        width: 50%;
        max-height: 100%;
        background-image: url(/bitrix/templates/sd_main_new/../.default/img/magazine-bg-2.png);
        background-size: cover;
    }

    .menu-banners__item {
        max-width: 100%;
    }

    .news-section__img {
        height: 280px;
    }
}

@media (max-width: 1174px) {
    .header .nav {
        background-color: #000000;
    }
    .menu-banners {
        padding-top: 45px;
        flex-wrap: wrap;
    }
}

@media (max-width: 1024px) {
    .menu-banners {
        padding-top: 45px;
        flex-wrap: wrap;
    }

    .menu-banners__left {
        margin-right: 0;
        max-width: 100%;
        flex-direction: row;
    }

    .menu-banners__item {
        margin-bottom: 0;
        max-width: 50%;
    }

    .menu-banners__item-video {
        display: none;
    }

    .menu-banners__item-magazine {
        margin-top: 0;
        max-height: 100%;
        width: 50%;
        background-image: url(/bitrix/templates/sd_main_new/../.default/img/magazine-bg-2.png);
        background-size: cover;
    }

    .menu-banners__right .menu-banners__item {
        max-width: 50%;
    }

    .about-section {
        flex-wrap: wrap;
    }

    .about-section__banner-img {
        width: 50%;
        object-fit: cover;
    }

    .about-section__descr {
        width: 30%;
        padding: 50px 0;
        padding-top: 170px;
    }

    .about-section__center-img {
        max-width: 325px;
        max-height: 325px;
    }

    .news-section {
        padding: 50px 0;
    }

    .news-section__header {
        margin-bottom: 30px;
    }

    .news-section__list {
        flex-wrap: wrap;
    }
    
    .news-section__item {
        margin-bottom: 20px;
        margin-right: 0;
        max-width: 50%;
        width: 100%;
    }

    .news-section__img {
        max-width: 100%;
    }

    .news-section__item:nth-child(odd) .news-section__item-title,
    .news-section__item:nth-child(odd) .news-section__item-subtitle {
        padding-left: 40px;
    }
}

@media (max-width: 970px) {
    .menu-banners {
        padding-top: 20px;
        flex-wrap: wrap;
    }

    .menu-banners__left {
        margin-right: 0;
        max-width: 100%;
        flex-direction: row;
    }

    .menu-banners__item {
        margin-bottom: 0;
    }

    .menu-banners__item-video {
        display: none;
    }

    .menu-banners__item-magazine {
        margin-top: 0;
        max-height: 100%;
        width: 50%;
    }

    .menu-banners__right .menu-banners__item {
        max-width: 50%;
    }

    .about-section {
        flex-wrap: wrap;
    }

    .about-section__banner-img {
        width: 100%;
    }

    .about-section__center-img {
        max-width: 280px;
        max-height: 280px;
    }

    .about-section__descr {
        width: 100%;
        padding: 50px 0;
        padding-top: 170px;
    }

    .useful-information__text-wrap {
        padding-left: 50px;
    }

    .news-section {
        padding: 50px 0;
    }

    .news-section__header {
        margin-bottom: 30px;
    }

    .news-section__list {
        flex-wrap: wrap;
    }
    
    .news-section__item {
        margin-bottom: 20px;
        margin-right: 0;
        max-width: 50%;
        width: 100%;
    }

    .news-section__img {
        height: 350px;
    }

    .news-section__item:nth-child(odd) .news-section__item-title,
    .news-section__item:nth-child(odd) .news-section__item-subtitle {
        padding-left: 40px;
    }
}

@media (max-width: 640px) {
    .news-section__item:nth-child(odd) .news-section__item-title,
    .news-section__item:nth-child(odd) .news-section__item-subtitle {
        padding-left: 20px;
    }

    .menu-banners__left {
        order: 1;
        flex-wrap: wrap;
    }
    .menu-banners__item {
        max-width: 100%;
        height: 280px;
    }
    .menu-banners__right .menu-banners__item {
        order: 1;
        max-width: 100%;
        height: 280px;
        background-size: cover;
        background-position: center center;
    }
    .menu-banners__item-magazine {
        width: 100%;
        height: 280px;
    }

    .verification-system {
        flex-direction: column;
    }

    .verification-system__text-wrap {
        position: initial;
        margin-top: -270px;
        padding: 0 20px;
        padding-bottom: 20px;
    }

    .about-section {
        flex-direction: column;
    }

    .about-section__banner-img {
        width: 100%;
    }

    .about-section__descr {
        padding: 0;
        width: 100%;
    }

    .about-section__text-wrap {
        padding: 20px;
    }

    .about-section__center-img {
        display: none;
    }

    .useful-information {
        min-height: 460px;
        background-size: cover;
    }

    .useful-information__text-wrap {
        padding-left: 20px;
    }

    .news-section {
        padding: 50px 0;
    }

    .news-section__header {
        margin-bottom: 30px;
    }

    .news-section__list {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .news-section__item {
        margin-right: 0;
        margin-bottom: 20px;
        max-width: 100%;
    }

    .news-section__item:first-child .news-section__item-title,
    .news-section__item:first-child .news-section__item-subtitle {
        padding-left: 20px;
    }

    .news-section__item-title,
    .news-section__item-subtitle {
        width: 100%;
        padding-left: 20px;
    }

    .news-section__img {
        margin-bottom: 20px;
    }
}

.shop-list__discount .current {
    position: relative;
    margin-bottom: 12px;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    font-weight: bold;
    color: #121316;
    font-family: 'Droid Serif', serif;
}

.shop-list__discount .current::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -35px;
    width: 27px;
    height: 27px;
    background-image: url(/bitrix/templates/sd_main_new/../.default/img/shop-discount.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.shop-list--discount .shop-list__price .current {
    font-size: 16px;
    color: #a8a8b0;
    text-decoration: line-through;
}

.shop-list__image {
    position: relative;
}

.discount {
    position: absolute;
    bottom: 0;
    right: -1px;
    width: 0;
    height: 0;
    border-bottom: 145px solid #EBDDE8; 
	border-left: 145px solid transparent;
}

.discount span {
    position: absolute;
    top: 95px;
    right: 20px;
    font-size: 22px;
    font-weight: bold;
    color: #131518;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/system.auth.form/auth/style.css?15993756411452 */
/* /bitrix/templates/.default/components/bitrix/menu/sd_top/style.css?159937564172 */
/* /bitrix/templates/sd_main_new/styles.css?1637933307286 */
/* /bitrix/templates/sd_main_new/template_styles.css?163793330715194 */
