

/* 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/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/components/wb/form/templates/subscribe/style.css?17226070903136 */
