

/* Start:/local/templates/dgw/components/bitrix/news/news/style.css?170852186111328*/
.news-title {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 500;
  font-size: 48px;
  text-align: center;
}
.news-title--detail {
  font-size: 43px;
  text-align: left;
  line-height: 1.1;
}
.news-title--sub {
  font-size: 30px;
}
.news-description {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 300;
}
.news-preview {
  margin-bottom: 100px;
}
.news-wrapper {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.news-detail-image-img-sub {
  width: -webkit-fill-available;
  width: -moz-available;
  object-fit: cover;
}
.news-item {
  text-decoration: none !important;
}
.news-item-wrapper {
  padding: 20px;
  transition: 0.3s;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(116, 129, 170, 0.2);
  border-radius: 10px;
}
.news-item-image {
  height: 150px;
  width: 100%;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}
.news-item-name {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}
.news-item-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  overflow: hidden;
}
.news-item-info {
  margin-top: 15px;
  display: flex;
}
.news-item-info > span:not(:first-child), .news-item-info > div:not(:first-child) {
  border-left: 1px solid #B5BFDD;
  padding-left: 20px;
  margin-left: 20px;
}
.news-item-date {
  font-size: 14px;
  color: #7481AA;
}
.news .catalog-pager {
  margin-top: 20px;
}

.news-all .news-item-name {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}

.news-detail {
  max-width: 800px;
  margin: 0 auto;
}
.news-detail-back {
  margin-bottom: 30px;
}
.news-detail-image {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
}
.news-detail-image-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.news-detail-date {
  font-size: 14px;
  color: #7481AA;
  margin-top: 20px;
}
.news-detail-text {
  font-weight: 300;
}
.news-detail-social {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.news-detail-social__item {
  display: flex;
  align-items: center;
  text-decoration: none !important;
}
.news-detail-social__item:hover {
  cursor: pointer;
}
.news-detail-social__item:not(:last-child) {
  margin-right: 10px;
}
.news-detail-social__icon {
  width: 25px;
  height: 25px;
}
.news-detail-buttons {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.news-detail-btn {
  display: inline-block;
  padding: 17px;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  width: 260px;
  line-height: 1;
}
.news-detail-btn:not(:last-child) {
  margin-right: 10px;
}
.news-detail-btn--blue {
  background-color: #242E49;
}
.news-detail-btn--blue:hover {
  background-color: #B4193E;
}
.news-detail-btn--red {
  background-color: #B4193E;
}
.news-detail-btn--red:hover {
  background-color: #242E49;
}
.news-detail-nav {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.news-detail-nav-top-right {
  text-align: right;
}
.news-detail-nav-arrow {
  font-size: 14px;
}
.news-detail-nav-top {
  margin-bottom: 10px;
}
.news-detail-nav-bottom {
  display: flex;
}
.news-detail-nav-image {
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.news-detail-nav-img {
  width: 160px;
  height: 100px;
  object-fit: cover;
}
.news-detail-nav-title {
  font-weight: 500;
  color: #242E49;
  line-height: 19.2px;
}
.news-detail-nav-item {
  text-decoration: none !important;
  cursor: pointer;
  padding: 15px 20px 20px;
  border: 1px solid #E0E4EF;
  box-sizing: border-box;
  border-radius: 5px;
  width: 200px;
  display: block;
}
.news-detail-nav-prev {
  margin-right: 10px;
}

.news-social {
  margin: 80px auto 0;
  padding: 30px 40px;
}
.news-social__title {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.news-social__items {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-social__item {
  display: flex;
  align-items: center;
  text-decoration: none !important;
}
.news-social__item:hover {
  cursor: pointer;
}
.news-social__item:not(:last-child) {
  margin-right: 58px;
}
.news-social__icon {
  width: 25px;
  height: 25px;
}
.news-social__text {
  font-weight: 300;
  font-size: 16px;
  margin-left: 18px;
}

.news-filter {
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
  border-bottom: 1px solid #E0E4EF;
}
.news-filter .tabs {
  margin: 0;
}
@media (max-width: 940px) {
  .news-filter .tabs {
    display: none;
  }
}
.news-filter .tabs li {
  border: none;
}
.news-filter .tabs li:not(:last-child) {
  padding-right: 50px;
}
.news-filter .tabs li:last-child a {
  padding-left: 0;
}
.news-filter .tabs li a {
  font-size: 16px;
}
.news-filter .tabs li a.active::before {
  bottom: -11px;
  width: 100% !important;
}
@media (min-width: 940px) {
  .news-filter .select-wrapper {
    display: none;
  }
}
.news-filter-wrapper {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.news-filter-item {
  display: flex;
  align-items: center;
}

[data-sort] {
  position: relative;
  cursor: pointer;
  padding-right: 30px;
}
[data-sort]:after, [data-sort]:before {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  right: 10px;
  width: 10px;
  height: 10px;
}
[data-sort]:after {
  top: 55%;
  border-width: 8px 6.5px 0 6.5px;
  border-top-color: #D6D6D6;
}
[data-sort]:before {
  bottom: 55%;
  border-width: 0 6.5px 8px 6.5px;
  border-bottom-color: #D6D6D6;
}
[data-sort][data-order=ASC]:before {
  border-bottom-color: #242E49;
}
[data-sort][data-order=DESC]:after {
  border-top-color: #242E49;
}

.auth-form .blog-form__submit {
  background-color: #242E49;
  color: #fff;
  border: none;
  width: 100%;
}
.auth-form .blog-form__buttons {
  max-width: 260px;
  margin: 30px auto 0;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #242E49;
  width: 200px;
  height: 40px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8px 15px;
  color: #242E49;
  border-radius: 5px 5px 0 0;
}
.select-styled:after {
  content: "";
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-image: url("/local/templates/dgw/assets/images/arrow-down-light.svg");
  position: absolute;
  top: 16px;
  right: 10px;
}
.select-styled:active:after, .select-styled.active:after {
  top: 13px;
  transform: rotate(180deg);
}

.select-options {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border-radius: 0 5px 5px 5px;
  overflow: hidden;
}
.select-options li {
  margin: 0;
  padding: 8px 0;
  text-indent: 15px;
  border-top: #242E49;
}
.select-options li:hover, .select-options li.is-selected {
  color: #eee;
  background: #242E49;
}
.select-options li[rel=hide] {
  display: none;
}

@media (min-width: 540px) {
  .news-title--detail {
    margin-bottom: 30px;
  }
  .news-detail-image {
    margin-bottom: 30px;
  }
  .news-detail-nav {
    margin-top: 30px;
  }
  .news-preview-item-wrapper:first-child {
    grid-area: 1/1/3/3;
  }
  .news-preview-item-wrapper:first-child .news-item-image {
    height: 387px;
  }
  .news-preview-item-wrapper:first-child .news-item-name {
    font-size: 24px;
  }
}
@media (max-width: 940px) {
  .breadcrumbs {
    display: none;
  }
  .main-container {
    padding-top: 30px !important;
    padding-bottom: 160px !important;
  }
  .news-social {
    margin-top: 60px;
    padding: 0;
  }
  .news {
    margin: 0 60px;
  }
  .news-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-top: 20px;
  }
  .news-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .news-title--sub {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .news-description {
    margin-top: 10px;
    font-size: 14px;
  }
  .news-item-image {
    height: 125px;
    margin-bottom: 10px;
  }
  .news-item-text {
    font-size: 14px;
    margin-bottom: 8.7px;
  }
  .news-item-name {
    font-size: 16px;
    margin-bottom: 8.7px;
  }
  .news-item-wrapper {
    padding: 10px;
  }
  .news-preview-item-wrapper:first-child {
    grid-area: 1/1/3/2;
    margin: 0;
  }
  .news-preview-item-wrapper:first-child .news-item-image {
    height: 210px;
  }
  .news-preview-item-wrapper:first-child .news-item-name {
    font-size: 20px;
  }
  .news .catalog-pager {
    margin-top: 10px;
    margin-bottom: 60px;
  }
  .news-form-wrapper {
    padding-top: 60px;
  }
  .news-preview {
    margin-bottom: 60px;
  }
  .news-filter {
    margin-top: 52px;
    margin-bottom: 20px;
  }
  .news-detail {
    margin: 0 75px;
  }
  .news-detail-nav {
    margin-bottom: 0;
  }
  .blog-form-wrapper {
    padding-top: 68px !important;
  }
}
@media (max-width: 640px) {
  .news-social__items {
    justify-content: center;
  }
  .news-social__item {
    margin: 0 5px !important;
  }
  .news-social__text {
    display: none;
  }
}
@media (max-width: 540px) {
  .main-container {
    padding-top: 20px !important;
  }
  .news-social {
    padding: 20px 30px;
  }
  .news {
    margin: 0 10px;
  }
  .news-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 10px;
    margin-top: 20px;
  }
  .news-title--sub {
    margin-bottom: 20px;
  }
  .news-title--detail {
    font-size: 20px;
  }
  .news-preview-wrapper .news-item-wrapper:first-child .news-item-name {
    margin-bottom: 8.7px;
  }
  .news-preview-wrapper .news-item-wrapper:first-child .news-item-info {
    margin-top: 8.7px;
  }
  .news-item-wrapper {
    padding: 15px 10px;
  }
  .news-item-wrapper:first-child {
    grid-area: auto;
  }
  .news-item-wrapper:first-child .news-item-image {
    height: 210px;
  }
  .news-item-name {
    margin: 10px 0;
    min-height: 44px;
  }
  .news .catalog-pager {
    margin-top: 0;
  }
  .news-form {
    margin-bottom: 80px !important;
  }
  .news-filter {
    margin-top: 30px;
  }
  .news-social {
    padding-top: 0;
  }
  .news-detail {
    margin: 0 20px;
  }
  .news-detail-buttons {
    flex-direction: column;
    align-items: flex-start;
  }
  .news-detail-back {
    margin-bottom: 20px;
  }
  .news-detail-btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .news-detail-image-img {
    width: 100%;
    height: 170px;
  }
  .news-detail-nav-item {
    padding: 10px;
    width: 50%;
  }
  .news-detail-nav-title {
    font-size: 12px;
  }
  .news-detail-nav-arrow {
    font-size: 12px !important;
  }
  .news-detail-nav-arrow::before {
    background-size: 12px !important;
  }
  .news-detail-nav-arrow.header-container-back::before {
    background-position: 0px 2px !important;
  }
  .news-detail-nav-arrow.header-container-forward::before {
    background-position: 4px 2px !important;
  }
  .blog-form-wrapper {
    padding: 60px 10px 0 !important;
  }
}

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

/* End */


/* Start:/local/templates/dgw/assets/css/news.min.css?17016914546053*/
.popup-window{background:rgba(116,129,170,.2);height:520px;text-align:center;width:500px}.popup-window-overlay{bottom:0!important;left:0!important;position:fixed!important;right:0!important;top:0!important;width:auto!important}.popup-window-close-icon{display:none}.popup-window .registation-container{color:#242e49;font-family:Roboto Slab,Robot,sans-serif;font-size:24px;font-weight:400;margin-top:37px}.popup-window .registation-title-1 span{color:#7481aa}.popup-window input{border:1px solid #e3e6f0;height:50px;margin-bottom:-20px;width:260px}.popup-window input::-webkit-input-placeholder{font-weight:400}.popup-window input::-moz-placeholder{font-weight:400}.popup-window input:-ms-input-placeholder{font-weight:400}.popup-window input::-ms-input-placeholder{font-weight:400}.popup-window input::placeholder{font-weight:400}.popup-window input:focus{border:1px solid #e3e6f0}.popup-window input+label{margin-bottom:0}.popup-window input.form-control+label:before{color:red;content:"*";font-size:15px;position:absolute;right:30px;top:10px}.popup-window .form-input{margin-top:35px}.popup-window .form-input>*{margin-bottom:7px}.popup-window .btn-registration-action{background:#f5f5f8;height:50px;width:260px}.popup-window .btn-registration-action:hover{background:#242e49;color:#fff;-webkit-transition:1s linear;transition:1s linear}.popup-window .custom-checkbox{opacity:0;position:absolute;z-index:-1}.popup-window .custom-checkbox+label:before{-ms-flex-negative:0;-webkit-box-flex:0;-ms-flex-positive:0;background-position:50%;background-repeat:no-repeat;background-size:50% 50%;border:1px solid #adb5bd;border-radius:.25em;content:"";display:inline-block;flex-grow:0;flex-shrink:0;height:1em;margin-right:.5em;position:relative;top:2px;width:1em}.popup-window .custom-checkbox:checked+label:before{background:#b4193e}.popup-window .custom-agree{color:#7481aa;margin-bottom:20px;margin-top:20px}.main_desc .stock_main{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;background:#b4193e;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;height:300px;margin-bottom:20px;overflow:hidden;position:relative}.main_desc .stock_main .stock-text-center{background:radial-gradient(50% 50% at 50% 50%,#fff 0,hsla(0,0%,100%,0) 100%);bottom:-30%;left:30%;mix-blend-mode:soft-light;position:absolute;right:0;top:30%;z-index:0}.main_desc .stock_main .stock-text-left{-webkit-box-flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column;justify-content:center;max-width:80%;padding:40px;position:relative;z-index:1}.main_desc .stock_main .stock-text-left>*{white-space:nowrap}.main_desc .stock_main .stock-text-left .icon-stok{background:#151d33;border-radius:6px;color:#fff;font-family:Roboto,sans-serif;font-size:14px;margin-bottom:20px;padding:5px;text-align:center;width:100px}.main_desc .stock_main .stock-text-left .descriptionStock{color:#fff;font-family:Roboto Slab,sans-serif;font-size:80px;font-style:normal;font-weight:700;line-height:100%;margin-bottom:10px}.main_desc .stock_main .stock-text-left .moreDiscont{color:#151d33;font-family:Roboto,sans-serif;font-size:36px;font-style:normal;font-weight:700;line-height:120%;margin-bottom:30px}.main_desc .stock_main .stock-text-left .footer-discont{-webkit-box-align:center;-ms-flex-align:center;align-items:center;bottom:0;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;font-weight:400;left:0;position:absolute}.main_desc .stock_main .stock-text-left .footer-discont img{margin-right:5px}.main_desc .stock_main .stock-text-left .btn-action{background:#84b04c;border-radius:6px;height:40px;text-align:center;vertical-align:middle;width:145px}.main_desc .stock_main .stock-text-left .btn-action:hover{cursor:pointer}.main_desc .stock_main .stock-text-left .btn-action a{color:#fff;font-weight:700;line-height:40px;text-align:center;text-decoration:none;vertical-align:middle}.main_desc .stock_main .stock-text-right{-webkit-box-align:stretch;-ms-flex-align:stretch;-webkit-box-flex:1;-webkit-box-pack:center;-ms-flex-pack:center;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;justify-content:center;text-align:center}.main_desc .stock_main .stock-text-right>*{margin-bottom:-20px}.main_desc .stock_main .stock-text-right .stock-img-short{display:none}.main_desc .stock_main .stock-text-right .stock-img-long{display:inline-block;margin-right:20px;max-width:350px;width:100%}.registation-container .info_form{font-size:14px;margin:10px}.custom-select{display:none}@media(max-width:540px){.popup-window{margin:0!important;padding:0!important;width:100%!important}.main_desc{padding:0 17px!important}.main_desc .stock_main .stock-text-center{left:55%!important;right:-20%!important}.main_desc .stock_main .stock-text-left{-webkit-box-flex:0;-ms-flex:none;flex:none}.main_desc .stock_main .stock-text-left .descriptionStock{font-size:48px!important}.main_desc .stock_main .stock-text-left .moreDiscont{font-size:18px!important;margin-bottom:20px!important}.main_desc .stock_main .stock-text-right{margin-right:-165px}}@media(max-width:940px){.main_desc{padding:0 80px!important}.main_desc .stock_main .stock-text-center{left:45%!important;right:10%!important}.main_desc .stock_main .stock-text-left{max-width:70%!important;padding:30px!important}.main_desc .stock_main .stock-text-left>*{white-space:normal!important}.main_desc .stock_main .stock-text-left .descriptionStock{font-size:48px!important}.main_desc .stock_main .stock-text-left .moreDiscont{font-size:24px!important}.main_desc .stock_main .stock-text-right{-webkit-box-flex:0;-ms-flex:none;flex:none;padding-right:20px}}@media(max-width:1075px){.main_desc .stock_main .stock-text-right .stock-img-short{display:inline-block!important}.main_desc .stock_main .stock-text-right .stock-img-long{display:none!important}}
/*# sourceMappingURL=news.min.css.map*/
/* End */


/* Start:/local/components/wb/form/templates/subscribe/style.css?17226070903136*/
.blog-form {
  padding: 40px 20px 50px;
  margin: 0 auto;
  max-width: 500px;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(116, 129, 170, 0.2);
  border-radius: 10px;
}
.blog-form-wrapper {
  padding-top: 80px;
}
.blog-form__divider {
  border-color: #E3E7F7;
  width: 80px;
}
.blog-form__title {
  font-size: 24px;
  font-family: "Roboto Slab", sans-serif;
  text-align: center;
  margin: 0 0 15px;
}
.blog-form__header {
  max-width: 306px;
  margin: 0 auto;
}
.blog-form__main {
  max-width: 255px;
  margin: 20px auto 0;
}
.blog-form__desc {
  margin-bottom: 20px;
}
.blog-form__desc--light {
  color: #7481AA;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
}
.blog-form__error {
  text-align: left !important;
}
.blog-form__error.success {
  color: green;
}
.blog-form input.auth-form__input {
  padding: 14px 22px;
  font-weight: 300;
  font-size: 16px;
}

.auth-form .select-radios {
  position: relative;
}
.auth-form .select-radios[data-state=active] .select-radios__title::after {
  transform: rotate(180deg);
  transition: transform 0.3s;
}
.auth-form .select-radios[data-state=active] .select-radios__options {
  opacity: 1;
  z-index: 99;
  transition: opacity 0.3s;
}
.auth-form .select-radios__title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 400;
  letter-spacing: inherit;
  word-spacing: inherit;
  padding-right: 1.2em;
}
.auth-form .select-radios__title:after {
  content: "";
  position: absolute;
  display: flex;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.85em auto;
  background-image: url("/local/templates/dgw/assets/images/arrow-down.svg");
  width: 30px;
  height: 100%;
  transition: transform 0.3s;
}
.auth-form .select-radios__options {
  opacity: 0;
  z-index: -99;
  display: flex;
  position: absolute;
  flex-direction: column;
  border-radius: 5px;
  background-color: #fff;
  top: 60px;
  left: 0;
  width: 100%;
  padding: 20px 6px 20px 0;
  transition: opacity 0.3s;
}
.auth-form .select-radios__label {
  cursor: pointer;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  padding: 0 0 0 20px;
}
.auth-form .select-radios__label:not(:last-child) {
  margin: 0 0 20px 0;
}
.auth-form .select-radios input {
  display: none;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 760px) {
  .blog-form {
    padding: 20px 20px 30px;
    margin: 0 auto 20px;
  }
  .blog-form-wrapper {
    padding-top: 60px;
  }
}
.auth-modal--not-valid {
  background: #f5d7d7;
  color: #b04c4c !important;
}
.auth-modal--valid {
  background: #eff5d7;
  color: #84b04c !important;
}
.auth-modal__errors {
  display: none;
  width: auto;
  height: auto;
  margin-top: 30px;
  padding: 5px;
  text-align: center;
  font-size: 14px;
  line-height: 100%;
  border-radius: 5px;
}
.auth-modal__errors__title {
  font-weight: bold;
}
.auth-modal__input-incorrect {
  border: 2px solid red !important;
  border-radius: 5px;
}

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

/* End */
/* /local/templates/dgw/components/bitrix/news/news/style.css?170852186111328 */
/* /local/templates/dgw/assets/css/news.min.css?17016914546053 */
/* /local/components/wb/form/templates/subscribe/style.css?17226070903136 */
