

/* Start:/local/templates/rd5/components/bitrix/system.auth.forgotpasswd/.default/style.css?17490219692563*/
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/rd5/components/bitrix/system.auth.forgotpasswd/.default/fonts/Gilroy-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  src: url("/local/templates/rd5/components/bitrix/system.auth.forgotpasswd/.default/fonts/Gilroy-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  src: url("/local/templates/rd5/components/bitrix/system.auth.forgotpasswd/.default/fonts/Gilroy-Semibold.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  src: url("/local/templates/rd5/components/bitrix/system.auth.forgotpasswd/.default/fonts/Gilroy-Bold.woff2") format("woff2");
}
.auth_section {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.auth_section .auth_form {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(41.6666666667% - 20px);
  background: #FFF;
  padding: 3rem;
}
@media screen and (max-width: 1029px) {
  .auth_section .auth_form {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 1029px) {
  .auth_section .auth_form {
    padding: 2.6rem 2rem;
  }
}
@media screen and (max-width: 1029px) {
  .auth_section .auth_form:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.auth_section .auth_form .btn_block .btn:not(:last-child) {
  margin-right: 3rem;
}
@media screen and (max-width: 1199px) {
  .auth_section .auth_form .btn_block .btn:not(:last-child) {
    margin: 0 0 2rem;
  }
}
@media screen and (max-width: 1029px) {
  .auth_section .auth_form .btn_block .btn:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.auth_section .title {
  font-size: 1.6rem;
  font-weight: 500;
}
.auth_section .title:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1029px) {
  .auth_section .title:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.auth_section .input_block:not(:last-child) {
  margin-bottom: 0.2rem;
}
.auth_section .btn_block {
  display: flex;
  align-items: center;
  margin-top: 0.4rem;
}
@media screen and (max-width: 1199px) {
  .auth_section .btn_block {
    display: block;
  }
}
.auth_section .error_msg {
  height: auto;
  min-height: 1.4rem;
  font-size: 1.4rem;
  line-height: 1.4rem;
}
@media screen and (max-width: 1029px) {
  .auth_section .error_msg {
    min-height: 1.2rem;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
.auth_section .label {
  display: block;
  color: #77797D;
  margin-bottom: 0.8rem;
}
.auth_section .note {
  font-weight: 500;
  color: #A9ABAF;
}
.auth_section .note a {
  color: #A9ABAF;
}
.auth_section .alert {
  color: #85AD00;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/rd5/components/bitrix/catalog.products.viewed/.default/style.css?1749021969186*/
.cards_slider .slick-track {
  display: flex;
}
.cards_slider .slick-slide {
  height: auto;
}
.cards_slider .product_card_big {
  height: 100%;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/rd5/libs/slick/slick.css?17490219691776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/rd5/libs/slick/slick_custom.css?17490219691327*/
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/rd5/libs/slick/fonts/Gilroy-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  src: url("/local/templates/rd5/libs/slick/fonts/Gilroy-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  src: url("/local/templates/rd5/libs/slick/fonts/Gilroy-Semibold.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  src: url("/local/templates/rd5/libs/slick/fonts/Gilroy-Bold.woff2") format("woff2");
}
.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0 0;
  padding: 0;
  font-size: 0;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  .slick-dots {
    margin-top: 1.6rem;
  }
}
.slick-dots li {
  height: 1rem;
}
.slick-dots li:not(:last-child) {
  margin-right: 0.6rem;
}
.slick-dots .slick-active button {
  width: 1rem;
  height: 1rem;
  background: #68D2DF;
}
.slick-dots button {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  padding: 0;
  background: #E2E5EC;
  transition: 0.2s width, 0.2s height, 0.2s background;
}

.slick-list {
  margin: 0 -1rem;
}

.slick-slide {
  margin: 0 1rem;
}

.slick-track {
  margin: 0;
}

/*# sourceMappingURL=slick_custom.css.map */

/* End */
/* /local/templates/rd5/components/bitrix/system.auth.forgotpasswd/.default/style.css?17490219692563 */
/* /local/templates/rd5/components/bitrix/catalog.products.viewed/.default/style.css?1749021969186 */
/* /local/templates/rd5/libs/slick/slick.css?17490219691776 */
/* /local/templates/rd5/libs/slick/slick_custom.css?17490219691327 */
