/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.media-block__item {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-right: 1px solid #272727;
  border-top: 1px solid #272727;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 32px 32px 0 0;
}
@media only screen and (max-width: 1170px) {
.media-block__item {
    border: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
}
}
.media-block__img {
  aspect-ratio: 1;
  background: #E0E0E0;
  margin-right: 32px;
  overflow: hidden;
  position: relative;
  width: 240px;
}
@media only screen and (max-width: 1170px) {
.media-block__img {
    aspect-ratio: 1.67;
    margin-bottom: 12px;
    margin-right: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
}
.media-block__img div {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}
.media-block__img picture {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.media-block__img picture img {
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 1s;
  transition: 1s;
  width: 100%;
}
.media-block__img:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.media-block__title {
  font-size: 24px;
  margin: 0;
}
@media only screen and (max-width: 1170px) {
.media-block__title {
    font-size: 16px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
}
}
.media-block__title a {
  color: #272727;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  word-break: normal !important;
}
.media-block__title a:hover,
.media-block__title a.active {
  color: #828282;
}
.media-block__text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 272px);
}
@media only screen and (max-width: 1170px) {
.media-block__text-block {
    width: 100%;
}
}
.media-block__text {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1170px) {
.media-block__text {
    margin-bottom: 4px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
}
}
.media-block__text p {
  font-size: 16px;
  margin: 0;
}
@media only screen and (max-width: 1170px) {
.media-block__text p {
    font-size: 12px;
}
}
.media-block__text p a {
  color: #272727;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1170px) {
.media-block__text p a {
    color: #828282;
}
}
.media-block__text p a:hover {
  color: #828282;
}
.media-block__date {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1170px) {
.media-block__date {
    color: #828282;
}
}
.media-block__link {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.media-block__link:before {
  background: #272727;
  content: "";
  display: inline-block;
  height: 4px;
  margin-left: 12px;
  margin-right: 12px;
  width: 4px;
}
@media only screen and (max-width: 1170px) {
.media-block__link:before {
    background: #828282;
}
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.form-group-checkbox {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.form-group-checkbox__label {
  font-size: 16px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 12px;
}
.form-group-checkbox__label.active {
  font-weight: 500;
}
.form-group-checkbox__loader {
  display: none;
}
.form-group-checkbox__content {
  background: #fff;
  border: 1px solid #272727;
  height: 24px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  width: 24px;
}
.form-group-checkbox__content.loaded {
  background: transparent;
  border: 0;
}
.form-group-checkbox__content.active {
  border: 8px solid #272727;
}
.form-group-checkbox__content.active.loaded {
  background: transparent;
  border: 0;
}
.form-group-checkbox__content.loaded .form-group-checkbox__loader {
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
.form-group-checkbox__content.loaded .form-group-checkbox__control {
  pointer-events: none;
}
.form-group-checkbox__control {
  height: 24px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
  z-index: 1;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.range-slider__field-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  width: 100%;
}
.range-slider__box {
  margin-left: 13px;
  margin-right: 13px;
}
.range-slider__field {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 40%;
}
.range-slider__field span {
  color: #828282;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
.range-slider__field input {
  border-bottom: 1px solid #828282;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  height: 42px;
  width: 100%;
}
.range-slider__line {
  background: #272727;
  height: 1px;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(20% - 30px);
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.select-custom {
  cursor: pointer;
  position: relative;
}
.select-custom__range {
  max-width: 260px;
}
@media only screen and (max-width: 590px) {
.select-custom__range {
    margin-bottom: 16px;
    max-width: 100%;
}
}
.select-custom--filter {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #828282;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 0;
  width: 100%;
}
@media only screen and (max-width: 590px) {
.select-custom--filter {
    border-bottom: 1px solid #F2F2F2;
    padding: 16px 0;
}
}
.select-custom__popup--sorting .select-custom__popup-text {
  white-space: nowrap;
}
@media only screen and (max-width: 590px) {
.select-custom--filter .select-custom__scrollbar {
    max-height: 100%;
}
}
.select-custom__search {
  margin-bottom: 24px;
  margin-top: 12px;
}
.select-custom__search-input {
  background: url("../images/required/search.svg") 24px center no-repeat;
  border: 1px solid #272727;
  font-size: 16px;
  height: 50px;
  line-height: 150%;
  padding-left: 68px;
  width: 100%;
}
.select-custom--filter > .select-custom__text {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #828282;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 0;
  position: relative;
  width: calc(100% - 34px);
}
.select-custom--filter > .select-custom__text svg {
  color: #272727;
  display: block;
  margin-right: 10px;
  width: 24px;
}
.select-custom__text-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
.select-custom__text-box span {
    display: none;
}
}
.select-custom__text-box svg {
  display: block;
}
.select-custom.active .select-custom__text-box svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.select-custom__text {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
}
@media only screen and (max-width: 530px) {
.select-custom__text {
    font-size: 14px;
}
}
.select-custom__text span {
  color: #828282;
  padding-right: 8px;
}
.select-custom__popup {
  background: #fff;
  -webkit-box-shadow: 0 0 10px 1px rgba(114, 114, 114, 0.2);
          box-shadow: 0 0 10px 1px rgba(114, 114, 114, 0.2);
  display: none;
  max-height: 400px;
  max-width: 130%;
  min-width: 100%;
  overflow: hidden;
  padding: 12px;
  position: absolute;
  right: 0;
  top: 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 9;
}
.select-custom__popup.active {
  display: block;
}
.select-custom__popup--sorting {
  max-width: unset;
}
.select-custom__popup--check {
  left: 0;
  right: unset;
}
.select-custom__scrollbar {
  max-height: 376px;
}
.select-custom__scrollbar--search {
  max-height: 286px;
}
.select-custom__popup-text {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  max-width: 100%;
  padding: 16px 46px 16px 28px;
  position: relative;
}
@media only screen and (max-width: 960px) {
.select-custom__popup-text {
    padding: 12px 46px 12px 12px;
}
}
.select-custom__popup-text:hover {
  background: #F7F5F3;
}
@media only screen and (max-width: 768px) {
.select-custom__popup-text:hover {
    background: transparent;
}
}
.select-custom__popup-text.active:after {
  background: #272727;
}
.select-custom__popup-text:after {
  background: transparent;
  content: "";
  display: inline-block;
  height: 8px;
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
@media only screen and (max-width: 960px) {
.select-custom__popup-text:after {
    right: 12px;
}
}
.select-custom--filter.active svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.select-custom--filter > .select-custom__popup {
  top: 65px;
}
.select-custom--filter > .select-custom__popup > .select-custom__popup-text:hover {
  background: #F7F5F3;
}
@media only screen and (max-width: 590px) {
.select-custom--filter > .select-custom__popup > .select-custom__popup-text:hover {
    background: transparent;
}
}
.select-custom--filter > .select-custom__text > .select-custom__title {
  -webkit-box-orient: vertical;
  color: #272727;
  display: -webkit-box;
  font-size: 16px;
  font-weight: 400;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.select-custom__subtext {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.select-custom__popup--check .select-custom__popup-text {
  padding: 16px 62px 16px 28px;
  position: relative;
}
@media only screen and (max-width: 960px) {
.select-custom__popup--check .select-custom__popup-text {
    padding: 12px 46px 12px 12px;
}
}
.select-custom__popup--check .select-custom__popup-text .form-group-checkbox {
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 960px) {
.select-custom__popup--check .select-custom__popup-text .form-group-checkbox {
    right: 8px;
}
}
.select-custom__popup-title {
  display: block;
  word-break: normal;
}
.select-custom__popup--check .select-custom__popup-text:after {
  display: none;
}
.select-custom__subtext.active {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 12px;
  left: 0;
  -webkit-line-clamp: 2;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-18px);
          transform: translateY(-18px);
}
.select-custom--category {
  width: 100%;
}
@media only screen and (max-width: 590px) {
.select-custom--category .active {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 0;
}
.select-custom--category svg {
    color: #CCCCCC;
}
}
@media only screen and (max-width: 590px) {
.select-custom--category .select-custom__text .select-custom__title {
    display: none;
}
}
@media only screen and (max-width: 590px) {
.select-custom--category .select-custom__subtext.active {
    position: static;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
}
}
@media only screen and (max-width: 590px) {
.select-custom--category .select-custom__popup {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 16px;
    padding: 0;
    position: static;
}
}
@media only screen and (max-width: 590px) {
.select-custom--category .select-custom__popup-text {
    padding: 16px 0;
}
}
@media only screen and (max-width: 590px) {
.select-custom--category .select-custom__subtext {
    color: #272727;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.subscribe__container {
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1664px;
}
@media only screen and (max-width: 768px) {
.subscribe__container {
    padding-left: 16px;
    padding-right: 16px;
}
}
.subscribe {
  background: #fff;
  width: 100%;
}
.subscribe__container {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1170px) {
.subscribe__container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
}
.subscribe__privacy-policy {
  color: #828282;
  font-size: 14px;
  margin-left: 16px;
  margin-top: 16px;
}
@media only screen and (max-width: 1170px) {
.subscribe__privacy-policy {
    font-size: 12px;
    margin-left: 0;
    margin-top: 8px;
}
}
@media only screen and (max-width: 670px) {
.subscribe__privacy-policy {
    bottom: 112px;
    left: 0;
    position: absolute;
}
}
.subscribe__privacy-policy a {
  color: #828282;
}
.subscribe__privacy-policy a:hover {
  color: #CCC;
}
.subscribe__block-left, .subscribe__block-right {
  padding: 56px 0;
}
@media only screen and (max-width: 1170px) {
.subscribe__block-left {
    padding-bottom: 32px;
    padding-top: 40px;
}
}
@media only screen and (max-width: 670px) {
.subscribe__block-left {
    padding-top: 32px;
}
}
@media only screen and (max-width: 1170px) {
.subscribe__block-right {
    padding-bottom: 40px;
    padding-top: 0;
    width: 100%;
}
}
@media only screen and (max-width: 670px) {
.subscribe__block-right {
    padding-bottom: 32px;
    position: relative;
}
}
.subscribe__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 1170px) {
.subscribe__form {
    margin-left: -16px;
    margin-right: 0;
}
.subscribe__form .form-group {
    margin-left: 12px;
    margin-right: 12px;
    width: calc(50% - 140px);
}
}
@media only screen and (max-width: 670px) {
.subscribe__form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: 0;
}
.subscribe__form .form-group {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
}
.subscribe__form .form-group__input-box {
  min-width: 280px;
}
@media only screen and (max-width: 1599px) {
.subscribe__form .form-group__input-box {
    min-width: 200px;
}
}
.subscribe__block-text {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  max-width: 650px;
}
@media only screen and (max-width: 768px) {
.subscribe__block-text {
    max-width: 540px;
}
}
@media only screen and (max-width: 1170px) {
.subscribe__block-text {
    font-size: 20px;
}
}
@media only screen and (max-width: 670px) {
.subscribe__block-text {
    font-size: 16px;
}
}
.subscribe__btn-box {
  margin-left: 16px;
}
@media only screen and (max-width: 1170px) {
.subscribe__btn-box {
    margin-left: 12px;
    width: 219px;
}
.subscribe__btn-box .btn {
    width: 100%;
}
}
@media only screen and (max-width: 670px) {
.subscribe__btn-box {
    margin-left: 0;
    margin-top: 70px;
    width: 100%;
}
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.bread-crumbs {
  margin-bottom: 64px;
}
@media only screen and (max-width: 768px) {
.bread-crumbs {
    margin-bottom: 40px;
}
}
@media only screen and (max-width: 420px) {
.bread-crumbs {
    margin-bottom: 32px;
}
}
.bread-crumbs__block {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  padding-left: 0;
}
.bread-crumbs__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  list-style: none;
}
@media only screen and (max-width: 768px) {
.bread-crumbs__item {
    font-size: 14px;
}
}
@media only screen and (max-width: 420px) {
.bread-crumbs__item {
    font-size: 12px;
}
}
.bread-crumbs__item:first-child a {
  padding-left: 0;
}
.bread-crumbs__item:after {
  background: #272727;
  content: "";
  display: inline-block;
  height: 1px;
  margin-left: 8px;
  margin-right: 8px;
  width: 20px;
}
.bread-crumbs__item:last-child:after {
  width: 0;
}
.bread-crumbs__item a {
  color: #272727;
  text-decoration: none;
}
.bread-crumbs__item span {
  color: #828282;
}
@charset "UTF-8";
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.info-detail-block__content a {
  color: #197ADD;
}
.info-detail-block__content h1,
.info-detail-block__content h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 140%;
  margin: 48px 0 24px;
  text-align: left !important;
}
@media only screen and (max-width: 960px) {
.info-detail-block__content h1,
  .info-detail-block__content h2 {
    font-size: 20px;
    line-height: 140%;
    margin: 36px 0 12px;
}
}
.info-detail-block__content h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  margin: 48px 0 16px;
}
@media only screen and (max-width: 960px) {
.info-detail-block__content h3 {
    font-size: 18px;
    margin: 36px 0 12px;
}
}
.info-detail-block__content ol,
.info-detail-block__content ul {
  margin: 16px 0;
  padding-left: 20px;
}
.info-detail-block__content ol li,
.info-detail-block__content ul li {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 16px;
}
@media only screen and (max-width: 960px) {
.info-detail-block__content ol li,
  .info-detail-block__content ul li {
    font-size: 16px;
}
}
.info-detail-block__content ol li:last-child,
.info-detail-block__content ul li:last-child {
  margin-bottom: 0;
}
.info-detail-block__content blockquote {
  border-bottom: 1px solid #272727;
  border-top: 1px solid #272727;
  margin: 48px 0;
  padding: 40px 0;
}
@media only screen and (max-width: 960px) {
.info-detail-block__content blockquote {
    padding: 32px 0;
}
}
.info-detail-block__content blockquote p {
  margin-bottom: 0;
  padding-left: 50px;
  position: relative;
}
.info-detail-block__content blockquote p a {
  color: #197ADD;
}
.info-detail-block__content blockquote p strong {
  color: #828282;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 16px;
  text-decoration: none;
}
.info-detail-block__content blockquote p:before {
  content: "“";
  font-size: 64px;
  font-weight: 500;
  left: 0;
  position: absolute;
  top: 16px;
}
.info-detail-block__content ul {
  padding-left: 0;
}
.info-detail-block__content ul li {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
}
.info-detail-block__content ul li:before {
  background: #272727;
  content: "";
  display: inline-block;
  height: 4px;
  margin-right: 8px;
  width: 4px;
}
.info-detail-block__content p {
  font-size: 18px;
  line-height: 150%;
  margin: 0 0 20px;
}
@media only screen and (max-width: 960px) {
.info-detail-block__content p {
    font-size: 16px;
    margin: 0 0 16px;
}
}
.info-detail-block__content p a {
  color: #197ADD;
}
.info-detail-block__content p img {
  width: 100%;
}
.info-detail-block__alt {
  color: #828282;
  display: block;
  font-size: 12px;
  line-height: 150%;
  margin-top: 12px;
}
.info-detail-block__content .info-detail-block__img {
  margin: 48px 0;
}
@media only screen and (max-width: 960px) {
.info-detail-block__content .info-detail-block__img {
    margin: 36px 0;
}
}
.info-detail-block__content .info-detail-block__img:first-child {
  margin: 0 0 48px;
}
@media only screen and (max-width: 960px) {
.info-detail-block__content .info-detail-block__img:first-child {
    margin: 0 0 36px;
}
}
.info-detail-block__content .info-detail-block__end {
  margin-bottom: 0;
}
.info-detail-block__img-one, .info-detail-block__img-group {
  position: relative;
}
.info-detail-block__img-one .lazyImagePreloader.lazyImagePreloader__load:before, .info-detail-block__img-group .lazyImagePreloader.lazyImagePreloader__load:before {
  display: none;
}
.info-detail-block__img .info-detail-block__img-group {
  display: inline-block;
  margin-right: 16px;
  width: calc(50% - 16px);
}
@media only screen and (max-width: 960px) {
.info-detail-block__img .info-detail-block__img-group {
    margin-right: 12px;
    width: calc(50% - 12px);
}
}
@media only screen and (max-width: 590px) {
.info-detail-block__img .info-detail-block__img-group {
    margin-bottom: 36px;
    margin-right: 0;
    width: 100%;
}
.info-detail-block__img .info-detail-block__img-group:last-child {
    margin-bottom: 0;
}
}
.info-detail-block__img .info-detail-block__img-group:nth-child(even) {
  margin-left: 16px;
  margin-right: 0;
}
@media only screen and (max-width: 960px) {
.info-detail-block__img .info-detail-block__img-group:nth-child(even) {
    margin-left: 12px;
}
}
@media only screen and (max-width: 590px) {
.info-detail-block__img .info-detail-block__img-group:nth-child(even) {
    margin-left: 0;
}
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.media-detail {
  background: #fff;
  margin: -24px auto 0;
  max-width: 1328px;
  padding: 56px 0 64px;
  width: 100%;
}
@media only screen and (max-width: 960px) {
.media-detail {
    padding: 32px 0 48px;
}
}
@media only screen and (max-width: 590px) {
.media-detail {
    padding: 24px 0 32px;
}
}
.media-detail__iframe {
  margin: 48px 0;
}
@media only screen and (max-width: 960px) {
.media-detail__iframe {
    margin: 36px 0;
}
}
.media-detail__iframe span {
  color: #828282;
  display: block;
  font-size: 12px;
  line-height: 150%;
  margin-top: 12px;
}
.media-detail__others h3 {
  font-size: 64px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 40px;
  margin-top: 140px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
.media-detail__others h3 {
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 28px;
    margin-top: 52px;
}
}
@media only screen and (max-width: 590px) {
.media-detail__others h3 {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 20px;
    margin-top: 48px;
}
}
.media-detail__box {
  margin: 0 auto;
  max-width: 785px;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
@media only screen and (max-width: 590px) {
.media-detail__box {
    padding-left: 16px;
    padding-right: 16px;
}
}
.media-detail__header {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.media-detail__header-section {
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  margin-right: 32px;
  padding: 8px 12px;
  text-transform: uppercase;
}
@media only screen and (max-width: 960px) {
.media-detail__header-section {
    margin-right: 20px;
}
}
@media only screen and (max-width: 590px) {
.media-detail__header-section {
    font-size: 10px;
    padding: 4px 8px;
}
}
.media-detail__header-date {
  font-size: 16px;
  line-height: 150%;
}
@media only screen and (max-width: 590px) {
.media-detail__header-date {
    font-size: 12px;
    line-height: 18px;
}
}
.media-detail__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 140%;
  margin: 32px 0;
}
@media only screen and (max-width: 960px) {
.media-detail__title {
    font-size: 24px;
    line-height: 140%;
    margin: 24px 0;
}
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.scroll-top {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  bottom: 41px;
  -webkit-box-shadow: 0 0 10px rgba(129, 129, 129, 0.14);
          box-shadow: 0 0 10px rgba(129, 129, 129, 0.14);
  cursor: pointer;
  display: none;
  height: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  right: 32px;
  width: 56px;
  z-index: 10;
}
@media only screen and (max-width: 1365px) {
.scroll-top {
    bottom: 81px;
}
}
@media only screen and (max-width: 768px) {
.scroll-top {
    bottom: 74px;
    height: 40px;
    right: 16px;
    width: 40px;
}
}
.scroll-top.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.bottom-sheet {
  background: #fff;
  bottom: 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  left: 0;
  max-width: 100%;
  position: fixed;
  width: 100%;
  z-index: 10000;
}
.bottom-sheet__overflow {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.bottom-sheet__header {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 16px;
  position: relative;
}
.bottom-sheet__title {
  color: #828282;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  width: 100%;
}
.bottom-sheet__close {
  cursor: pointer;
  height: 24px;
  width: 24px;
}
@media only screen and (max-width: 530px) {
.bottom-sheet__close {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
}
.bottom-sheet__btn {
  display: none;
}
@media only screen and (max-width: 530px) {
.bottom-sheet__btn {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 27px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -27px;
    width: 100%;
}
}
.bottom-sheet__btn-box {
  background: #CCCCCC;
  display: block;
  height: 3px;
  width: 43px;
}
.bottom-sheet__content {
  padding: 8px 16px 24px;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.button-group__box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 41px;
}
@media only screen and (max-width: 768px) {
.button-group__box {
    display: none;
}
}
.button-group__button-next, .button-group__button-prev {
  background: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  padding: 0;
}
.button-group__button-next svg, .button-group__button-prev svg {
  stroke: #272727;
}
.button-group__button-next:hover svg .next, .button-group__button-prev:hover svg .next {
  fill: #272727;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button-group__button-next:hover svg .box, .button-group__button-prev:hover svg .box {
  stroke: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button-group__button-next.swiper-button-disabled svg .next, .button-group__button-prev.swiper-button-disabled svg .next, .button-group__button-next.swiper-button-disabled:hover svg .next, .button-group__button-prev.swiper-button-disabled:hover svg .next {
  fill: transparent;
  stroke: #CCC;
}
.button-group__button-next.swiper-button-disabled svg .box, .button-group__button-prev.swiper-button-disabled svg .box, .button-group__button-next.swiper-button-disabled:hover svg .box, .button-group__button-prev.swiper-button-disabled:hover svg .box {
  stroke: #CCC;
}
.button-group__button-prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.button-group__button-next {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.button-group__button-next.swiper-button-lock, .button-group__button-prev.swiper-button-lock {
  display: none;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.new-products {
  margin: 0 auto;
  max-width: 1664px;
  padding-left: 32px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
.new-products {
    padding-left: 16px;
}
}
.new-products__swiper {
  padding-right: 32px;
}
@media only screen and (max-width: 768px) {
.new-products__swiper {
    padding-right: 16px;
}
}
.new-products--swiper-disable {
  padding-right: 32px;
}
@media only screen and (max-width: 768px) {
.new-products--swiper-disable {
    padding-right: 0;
}
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.media-content {
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1664px;
}
@media only screen and (max-width: 768px) {
.media-content {
    padding-left: 16px;
    padding-right: 16px;
}
}
@media only screen and (max-width: 1170px) {
.media-content {
    padding-left: 0;
    padding-right: 0;
}
}
@media only screen and (max-width: 1170px) {
.media-content__swiper {
    padding-left: 32px;
    padding-right: 32px;
}
}
@media only screen and (max-width: 768px) {
.media-content__swiper {
    padding-left: 16px;
    padding-right: 16px;
}
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.filter-count {
  cursor: pointer;
  display: none;
  position: relative;
}
@media only screen and (max-width: 590px) {
.filter-count {
    display: block;
}
}
.filter-count__count {
  background: #272727;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 2px 5px;
  position: absolute;
  right: -9px;
  top: -2px;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.media-content__content-box, .media-content__tabs-block, .media-content__breadcrumbs {
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1664px;
}
@media only screen and (max-width: 768px) {
.media-content__content-box, .media-content__tabs-block, .media-content__breadcrumbs {
    padding-left: 16px;
    padding-right: 16px;
}
}
.media-content__wrapper h2 {
  text-align: center;
}
@media only screen and (max-width: 960px) {
.media-content__wrapper h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
}
}
.media-content__subscribe-block {
  background: #fff;
  margin-bottom: 73px;
  margin-top: 72px;
}
@media only screen and (max-width: 960px) {
.media-content__subscribe-block {
    margin-bottom: 48px;
    margin-top: 48px;
}
}
.media-content__box {
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 768px) {
.media-content__tabs {
    padding-left: 0;
}
}
@media only screen and (max-width: 1400px) {
.media-content__tabs {
    padding-left: 0;
    width: 100%;
}
}
.media-content__btn-box {
  margin: 80px auto 0;
  padding-left: 32px;
  padding-right: 32px;
}
@media only screen and (max-width: 960px) {
.media-content__btn-box {
    margin-top: 56px;
}
}
@media only screen and (max-width: 768px) {
.media-content__btn-box {
    padding-left: 16px;
    padding-right: 16px;
}
}
@media only screen and (max-width: 590px) {
.media-content__btn-box {
    margin-top: 48px;
}
}
.media-content__tabs-block {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 57px;
  margin-top: 32px;
  position: relative;
}
@media only screen and (max-width: 768px) {
.media-content__tabs-block {
    margin-bottom: 40px;
    margin-top: 24px;
    padding-right: 0;
}
}
@media only screen and (max-width: 420px) {
.media-content__tabs-block {
    margin-bottom: 32px;
}
}
.media-content__tabs-block .tabs-block {
  width: 100%;
}
.media-content__tabs .tabs-block__box {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0;
}
.media-content__subscribe {
  height: 201px;
  margin-bottom: 73px;
  position: relative;
  width: 100%;
}
.media-content__subscribe .subscribe {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: -50%;
  position: absolute;
  right: -50%;
  width: 200%;
}
.media-content__title-box-position {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
}
@media only screen and (max-width: 768px) {
.media-content__title-box-position {
    padding-left: 16px;
    padding-right: 16px;
}
.media-content__title-box-position h2 {
    font-size: 24px;
}
}
@media only screen and (max-width: 530px) {
.media-content__title-box-position h2 {
    font-size: 20px;
}
}
@media only screen and (max-width: 420px) {
.media-content__title-box-position .select-custom__popup {
    display: none;
}
}
.media-content__select-item {
  padding: 16px 0;
}
.media-content__select-item-title {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.media-content__select-item-title.active {
  font-weight: 500;
}
.media-content__select-item-title.active:after {
  background: #272727;
  content: "";
  display: block;
  height: 8px;
  width: 8px;
}
.media-content__content {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -16px;
  margin-right: -16px;
  position: relative;
  width: calc(100% + 32px);
}
@media only screen and (max-width: 768px) {
.media-content__content {
    margin-left: -8px;
    margin-right: -8px;
    width: calc(100% + 16px);
}
}
.media-content__content .media-block__item {
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 73px;
  width: calc(50% - 32px);
}
@media only screen and (max-width: 768px) {
.media-content__content .media-block__item {
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 48px;
    width: calc(50% - 16px);
}
}
@media only screen and (max-width: 530px) {
.media-content__content .media-block__item {
    margin-top: 40px;
    width: calc(100% - 16px);
}
.media-content__content .media-block__item:nth-child(2) {
    margin-top: 40px !important;
}
}
.media-content__content .media-block__item:first-child, .media-content__content .media-block__item:nth-child(2) {
  margin-top: 0;
}
