

/* Start:/local/templates/kokoc/components/bitrix/news/blog/style.css?176665379433415*/
/* секция блога start */

.blog-section p,
.blog-section .blog-section__list-item {
  color: #707070;
}

.blog-section h2 {
  margin-bottom: 23px;
}

.blog-section .blockquote-item__content * {
  color: #101010;
}

.blog-section a {
  color: #df2926;
  text-decoration: underline;
  text-decoration-color: rgb(223 41 38);
  text-underline-offset: 1px;
}

.blog-figure .blog-figure__image-fancy-link {
  text-decoration: none;
  
}

.blog-section--figure-float-left::after,
.blog-section--figure-float-right::after{
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

.blog-section--figure-float-left .blog-figure {
  float: left;
  max-width: 50%;
  margin-right: 20px;
}

.blog-section--figure-float-right .blog-figure {
  float: right;
  max-width: 50%;
  margin-left: 20px;
}

@media (max-width:600px) {
  .blog-section--figure-float-left .blog-figure {
    float: none;
    max-width: 100%;
    margin-right: 0;
  }
  
  .blog-section--figure-float-right .blog-figure {
    float: none;
    max-width: 100%;
    margin-left: 0;
  }

  .blog-figure--center-image .blog-figure__caption {
    /* transform: translateY(-18px) translateX(0); */
    /* left: 50%; */
    /* max-width: calc(100% - 28px); */
  }
}

/* секция блога end */


/* картинка с подписью start */

.blog-figure {
  position: relative;
  margin-bottom: 47px;
  display: flex;
}

.blog-figure__image {
  max-width: 100%;
  display: block;
  width: 100%;
}

.blog-figure__image-fancy-link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.blog-figure__caption {
  position: relative;
  bottom: 0;
  transform: translateY(-18px);
  left: 14px;
  background-color: #F9F9F9;
  color: #707070;
  padding: 5px 23px;
  font-family: '_museo', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  max-width: calc(100% - 28px);
}

.blog-figure--full-width .blog-figure__image-fancy-link {
  width: 100%;
}
.blog-figure--full-width .blog-figure__image {
  width: 100%;
}

.blog-figure--img-border .blog-figure__image {
  border: 5px solid #F9F9F9
  /* box-shadow: 0px 0px 7px 0px #ededed; */
}

.blog-figure--center-image {
  display: flex;
  justify-content: center;
}

.blog-figure--center-image .blog-figure__image-fancy-link {
  position: static;
}

.blog-figure--center-image .blog-figure__caption {
  /* transform: translateY(-18px) translateX(-50%);
  left: 50%; */
  align-self: center;
  left: 0;
}

.blog-figure--center-image::after {
  content: '';
  position: absolute;
  z-index: -1;
  transform: translateY(-50%);
  top: 50%;
  width: 100%;
  height: 6px;
  background-color: #FBDCDC;
} 

/* @media (max-width:600px) {
  .blog-figure--center-image .blog-figure__caption {
    transform: translateY(-18px) translateX(0);
    left: 14px;
    max-width: calc(100% - 28px);
  }
} */

/* картинка с подписью end */

/* примеры использования start */
.how-use-phrase {
  font-family: '_museo', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
}

.how-use-phrase__head {
  color: #101010;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 14px;
}

.how-use-phrase__body {
  color: #707070;
  border: 1px solid #E7E7E7;
  padding: 20px 30px;
}

.how-use-phrase__par {
  margin-bottom: 0;
}
/* примеры использования end */

/* Баннер start */
.blog-banner {
  margin-bottom: 65px;
  margin-top: 65px;
  border: 1px solid #E0E0E0;
}

.blog-banner.blog-banner--dark {
  border: 0;
}

.blog-section .blog-banner a {
  text-decoration: none;
}

.blog-banner.blog-banner--dark {
  background-color: #341818;
}

.blog-banner.blog-banner--image-right .blog-banner__link{
  flex-direction: row-reverse;
}

.blog-banner__link {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}


/* .blog-banner.blog-banner--dark .blog-banner__link * {
  color: #fff;
} */

.blog-banner.blog-banner--dark .blog-banner__title, .blog-banner.blog-banner--dark .blog-banner__info{
  color: #fff;
}

.blog-banner .blog-banner__info *{
  color:inherit;
}

.blog-banner__text-part {
  flex-grow: 1;
  padding: 15px 25px;
}

.blog-banner__image-part {
  flex-shrink: 0;
}
/* .blog-banner--dark .blog-banner__image-part, .blog-banner--light .blog-banner__image-part{
  padding: 15px;
} */
.blog-banner--image-right .blog-banner__image-part {
  padding: 15px;
  display: flex;
  align-items: center;
}

.blog-banner__image-part.blog-banner__full-img{
  padding: 0;
}


.blog-banner__btn-wrapper{
  margin-top: 20px;
}

.blog-banner__btn-wrapper .blog-banner__btn{
  font-size: 18px;
}



.blog-banner__btn {
  color: #fff;
  font-size: 20px;
  padding: 5px 10px;
  background-color: #e2213f;
  margin-bottom: 20px;
  display: inline-block;
}
.blog-banner__img {
  object-fit: cover;
  width: 200px;
  height: 100%;
}
.blog-banner--dark .blog-banner__img, .blog-banner--light .blog-banner__img{
  width: auto;
  object-fit: contain;
  max-width: 360px;
  max-height: 200px;
}

.blog-banner__full-img .blog-banner__img{
  width: auto;
  object-fit: cover;
  max-width: 360px;
  max-height: none;
}

.blog-banner__title{
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 18px;
  color: #101010;
}

.blog-banner--dark .blog-banner__title {
  color: #fff;
}

.blog-banner--title-small .blog-banner__title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}

.blog-banner--dark.blog-banner--title-small .blog-banner__title, .blog-banner--light.blog-banner--title-small .blog-banner__title {
  font-size: 20px;
}

.blog-banner__info {
  font-weight: normal;
  font-size: 18px;
  color: #000;
}

.blog-banner__info ul{
  margin: 0;
}

.blog-banner__info ul li {
  margin-bottom: 8px;
}

.blog-banner__hashtags {
  display: flex;
  margin-bottom: 10px;
}

.blog-banner__hashtag-obj {
  margin-right: 21px;
}

.blog-banner__hashtag {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}

@media (max-width: 800px) {
  .blog-banner__link {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-banner.blog-banner--image-right .blog-banner__link {
    flex-direction: column-reverse;
  }

  .blog-banner--dark.blog-banner--title-small .blog-banner__title {
    font-size: 32px;
  }

  .blog-banner__img {
    object-position: left;
    object-fit: contain;
    width: 100%;
    max-width: 100%;
  }

  .blog-banner--dark .blog-banner__img, .blog-banner--light .blog-banner__img {
    object-position: center;
    max-height: none;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: auto;
    display: block;
  }

  .blog-banner__title {
    font-size: 26px;
  }

  .blog-banner__image-part {
    width: 100%;
  }

  .blog-banner--no-btn .blog-banner__image-part {
    padding: 15px 25px;
    height: 160px;
  }

  .blog-banner--dark .blog-banner__image-part, .blog-banner--light .blog-banner__image-part {
    height: auto;
  }
  .blog-banner--no-btn .blog-banner__img {
    object-position: center;
  }
  .blog-banner--no-btn .blog-banner__title {
    text-align: center;
  }
  .blog-banner--dark .blog-banner__title {
    text-align: left;
  }
  .blog-banner__info {
    display: none;
  }
  .blog-banner--dark .blog-banner__info {
    display: block;
  }
  .blog-banner__text-part {
    width: 100%;
  }
}
/* Баннер end */

/* форма "бесплатный аудит" start */
.free-audit {
  padding: 67px 62px 67px 0;
  position: relative;
  margin-bottom: 20px;
}

.free-audit__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -999px;
  background: linear-gradient(313deg, rgba(83,23,35,1) 0px,rgba(73,22,19,1) 255px, rgba(73,22,19,1) 422px, rgba(14,16,16,1) 784px, rgba(14,16,16,1) 976px);
  z-index: -1;
}

.free-audit::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  border-top: 140px solid #fff;
  border-left: 140px solid transparent;
}

.free-audit__title {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: #FFFFFF;
  margin-bottom: 24px;
}

.free-audit__inputs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.free-audit__form-input-group {
  display: flex;
  margin-right: 20px;
  position: relative;
  flex-grow: 1;
}

/*.free-audit__form-input-group::after {*/
/*  content: '.';*/
/*  font-size: 36px;*/
/*  line-height: 10px;*/
/*  position: absolute;*/
/*  right: -15px;*/
/*  top: calc(50% - 8px);*/
/*  transform: translateY(-50%);*/
/*  color: #8A8686;*/
/*}*/

/*.free-audit__form-input-group:last-child:after {*/
/*  content: ',';*/
/*}*/


.free-audit__form-label {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 48px;
  color: #FFFFFF;
  flex-grow: 1;
  margin-right: 10px;
}

.free-audit .free-audit__form-input {
  width: 260px;
  text-align: center;
  border: 0;
  background-color: transparent;
  border-bottom: 2px solid #8A8686;
  color: #fff;
  border-radius: 0;
}

.free-audit .free-audit__form-input:focus {
  border-bottom: 2px solid #DF2926;
}

.free-audit__footer {
  display: flex;
  align-items: center;
}

.free-audit__conf-pol {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
}

.free-audit__submit {
  height: 68px;
  width: 195px;
  border: 0;
  outline: 0;
  font-size: 18px;
  font-weight: 600;
  color: #DF2926;
  margin-right: 40px;
  flex-shrink: 0;
}

.free-audit__submit .button__title {
  padding: 20px 0;
}

@media screen and (max-width: 767px){
  /* .button.form__button.free-audit__submit {
    background-color: #fff;
  } */

  .free-audit::after {
    border-top: 80px solid #fff;
    border-left: 80px solid transparent;
  }
}

@media screen and (max-width: 700px){
  .free-audit__form-input-group {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .free-audit__inputs {
    flex-direction: column;
  }
  .free-audit__title {
    font-size: 30px;
  }

  .free-audit__form-label {
    font-size: 20px;
  }

  .free-audit__form-label {
    margin-bottom: 10px;
  }

  .free-audit__form-input-group::after {
    display: none;
  }

  .free-audit .free-audit__form-input {
    width: 100%;
  }

  .free-audit__footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .free-audit__conf-pol {
    text-align: left;
    margin-top: 30px;
  }

}

@media screen and (max-width: 550px){
  .free-audit {
    padding-left: 10px;padding-right: 10px;
  }
}



/* форма "бесплатный аудит" end */

/* форма "подпишись на рассылку" start */
.subscribe-spam {
  position: relative;
  padding: 81px 105px 77px 0;
  box-sizing: border-box;
  margin: 3rem 0;
}

.subscribe-spam::before {
  content: '';
  position: absolute;
  top: 0;
  right: 88px;
  height: 2px;
  box-sizing: border-box;
  left: -999px;
  border-top: 2px solid #DF2926;
  height: 2px;
}

.subscribe-spam::after {
  content: '';
  position: absolute;
  top: 88px;
  right: 0px;
  height: calc(100% - 88px);
  width: 2px;
  box-sizing: border-box;
  border-right: 2px solid #DF2926;
  box-sizing: border-box;
}

.subscribe-spam__border {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -999px;
  overflow: hidden;
  z-index: -1;
}

.subscribe-spam__border::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 127px;
  height: 127px;
  transform: translateX(50%) translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #DF2926;
  box-sizing: border-box;
}


.subscribe-spam__border::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -999px;
  height: 2px;
  right: 0;
  border-bottom: 2px solid #DF2926;
  box-sizing: border-box;
}


.subscribe-spam__title {
  color: #010101;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 10px;
}

.subscribe-spam__grey {
  color: #9F9F9F;
}

.subscribe-spam__info-text {
  color: #010101;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 25px;
}

.subscribe-spam__form-body {
  display: flex;
  justify-content: space-between;
  margin-bottom: 31px;
}

.subscribe-spam__form-input-text {
  max-width: 469px;
  border: 0;
  border-bottom: 2px solid #DDD;
}

.subscribe-spam__form-input-text::placeholder {
  color: #9F9F9F;
}

.subscribe-spam__form-submit {
  background-color: #FFEEEE;
  color: #DF2926;
  border: 0;
  outline: 0;
  width: 215px;
  height: 71px;
  margin-left: 30px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  flex-shrink: 0;
}

.subscribe-spam__form-submit .button__title {
  padding: 25px 0;;
}

a.subscribe-spam__link {
  color: #df2926;
  text-decoration: underline;
  text-decoration-color: rgba(223,41,38,0.2);
  text-underline-offset: 4px;
}

.subscribe-spam__cb {
  opacity: .1;
  display: none;
}

.subscribe-spam__cb-label {
  position: relative;
  cursor: pointer;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #707070;
}

.subscribe-spam__form-cb-group {
  margin-bottom: 10px;
  padding-left: 30px;
}

.subscribe-spam__form-cb-group:last-child {
  margin-bottom: 0;
}

.subscribe-spam__cb-label::before {
  content: '';
  height: 20px;
  width: 20px;
  box-sizing: border-box;
  border: 1px solid #DDD;
  position: absolute;
  left: -30px;
  top: 0;
  /* transform: translateY(-50%); */
}
  
  .subscribe-spam__cb:checked ~ .subscribe-spam__cb-label::after {
    content: '';
    height: 20px;
    width: 20px;
    background-image: url(https://demidkin.kokoc.web1.ds02.webprofy.ru/local/templates/kokoc/images/cb_apply.svg);
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    box-sizing: border-box;
    position: absolute;
    left: -30px;
    top: 0;
    /* transform: translateY(-50%); */
  }

  
@media (max-width: 700px) {
  .subscribe-spam__form-body {
    flex-direction: column;
    align-items: flex-start;
  }

  .button.form__button.subscribe-spam__form-submit {
    margin-top: 35px;
    margin-left: 0;
  }
}
@media (max-width: 550px) {
  .subscribe-spam {
    padding-left: 20px;
    padding-right: 20px;
  }
}

form.subscribe-spam__form.subscribe-spam__form--v2 {
  margin-top: 50px;
}

.subscribe-spam__form--v2 .subscribe-spam__form-body{
  margin-bottom: 50px;
}

.subscribe-spam__form--v2 #subscribe-spam__email-id {
  max-width: 100%;
  background-color: transparent;
  padding-bottom: 10px;
}
.subscribe-spam__form--v2 .subscribe-spam__form-submit {
  background-color: #FFEEEE;
  margin-left: 0;
}
.subscribe-spam__form--v2 .subscribe-spam__form-footer{
  display: flex;

}
.subscribe-spam__form--v2 .subscribe-spam__form-cb-wrapper{
  margin-left: 40px;
}

.content-header__subtitle--v2 .content-header__subtitle-main{
  color: #101010;
}

@media (max-width: 767px) {
  .subscribe-spam__form--v2 .subscribe-spam__form-footer{
    flex-direction: column;
  }

  .subscribe-spam__form--v2 .subscribe-spam__form-submit {
    background-color: #DF2926;
  }

  .subscribe-spam__form--v2 .subscribe-spam__form-cb-wrapper{
    margin-left: 0;
    margin-top: 20px;
  }

  .subscribe-spam__form--v2 .subscribe-spam__form-body{
    margin-bottom: 20px;
  }

}
  
  /* форма "подпишись на рассылку" end*/

/* Баннер нативный start */
.blog-section--native{
  margin-bottom: 50px;
  margin-top: 50px;
}

.blog-banner-native {
  background: rgba(223, 41, 38, 0.2);
  border-radius: 20px;
  padding: 40px 5px 40px 40px;
}

.blog-banner-native.blog-banner-native--native_lightgreen {
  background-color: rgba(69, 223, 38, 0.2);
}

.blog-banner-native__zag {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  color: #101010;
  margin-bottom: 20px;
}

.blog-banner-native__zag--abs {
  position: absolute;
  top: 40px;
  left: 40px;
  right: 5px;
  z-index: 2;
  margin-bottom: 0;
}

.blog-banner-native__zag--abs{
  position: absolute;
}

.blog-banner-native {
  position: relative;
}

.blog-banner-native__slider {
  position: relative;
}

.blog-banner-native__slider .swiper-wrapper {
  align-items: stretch;
}

.blog-banner-native__slider-item {
  display: flex;
  flex-direction: column;
  height: auto;
}

.blog-banner-native__slider-content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.blog-banner-native__slider-left {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-banner-native__slider-subtitle {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.4;
  color: #101010;
  margin-bottom: 25px !important;
}

.blog-banner-native__slider-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #101010;
}

.blog-banner-native__slider-text ul{
  margin: 10px 0 !important;
}

.blog-banner-native__slider-text ul li{
  margin-bottom: 28px !important;
  font-size: 20px !important;
  line-height: 1.4 !important;
  color: inherit !important;
}

.blog-banner-native__slider-text p{
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 140% !important;
  color: inherit !important;
}

.blog-banner-native__slider-link{
  margin-top: 30px;
}

.blog-banner-native__slider-right {
  flex-shrink: 0;
}

.blog-banner-native__slider-image {
  width: 300px;
  height: 275px;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-banner-native__slider-img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.blog-banner-native__slider-link {
  display: none;
}
 
.blog-banner-native__slider:not(.swiper) .blog-banner-native__slider-link {
  display: block;
  margin-top: 5px;
}

.blog-banner-native__slider:not(.swiper) .blog-banner-native__slider-link .button {
  background-color: #DF2926;
  border-radius: 20px;
  padding: 10px 30px;
  display: inline-block;
}

.blog-banner-native__slider:not(.swiper) .blog-banner-native__slider-link .button__title {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  color: #FFFFFF;
}

.blog-banner-native__pagination {
  display: none;
}

.blog-banner-native__slide-btn {
  margin-top: auto;
  padding-top: 20px;
}

.blog-banner-native__bottom {
  position: absolute;
  bottom: 50px;
  right: 35px;
  display: flex;
  align-items: center;
  z-index: 10;
}


.blog-banner-native__bottom-nav {
  display: flex;
  align-items: center;
  gap: 45px;
}

.blog-banner-native__nav-count {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  color: #101010;
  text-align: right;
  min-width: 30px;
}

.blog-banner-native__nav-arrow {
  width: 100px;
  height: 20px;
  cursor: pointer;
  transition: opacity 0.3s;
}

.blog-banner-native__nav-arrow:hover {
  opacity: 0.7;
}

.blog-banner-native__nav-arrow svg {
  width: 100%;
  height: 100%;
}

.blog-banner-native__nav-arrow--prev {
  transform: rotate(180deg);
}

.blog-banner-native__btn{
  background: #df2926;
  border-radius: 20px;
  padding: 15px 40px;
  width: max-content;
  height: 54px;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF !important;
  font-size: 20px;
  box-sizing: border-box;
  transition: opacity 0.3s ease;
}

.blog-banner-native__btn:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .blog-banner-native__zag--abs{
    position: static;
  }
  .blog-banner-native {
    padding: 20px;
  }

  .blog-banner-native__zag {
    font-size: 26px;
    margin-bottom: 12px;
  }

  .blog-banner-native__zag--abs {
    top: 20px;
    left: 20px;
    right: 20px;
  }

  .blog-banner-native__slider {
    margin-bottom: 0;
  }

  .blog-banner-native__slider-content {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
  }

  .blog-banner-native__slider-subtitle {
    font-size: 22px;
  }

  .blog-banner-native__slider-text {
    font-size: 16px;
  }

  .blog-banner-native__slider-image {
    width: 100%;
    height: auto;
    min-height: 168px;
    max-width: 192px;
    margin: 0 auto;
  }

  .blog-banner-native__slide-btn{
    display: none;
  }

  .blog-banner-native__btn{
    border-radius: 10px;
  }

  .blog-banner-native__slider-link {
    display: block;
    margin-top: 15px;
  }

  .blog-banner-native__slider-link .button {
    background-color: #DF2926;
    border-radius: 20px;
    padding: 10px 30px;
    display: inline-block;
  }

  .blog-banner-native__slider-link .button__title {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    color: #FFFFFF;
  }

  .blog-banner-native__pagination {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 10px;
  }

  .blog-banner-native__pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 2px solid #A1A1A1;
    border-radius: 50%;
    opacity: 1;
    margin: 0 5px;
  }

  .blog-banner-native__pagination .swiper-pagination-bullet-active {
    background-color: rgba(223, 41, 38, 0.2);
    border-color: #DF2926;
  }

  .blog-banner-native__bottom {
    display: none;
  }

  .blog-banner-native__pagination{
    position: static !important;
    margin-top: 15px !important;

  }

  .blog-banner-native__pagination .swiper-pagination-bullet{
    width: 15px !important;
    height: 15px !important;
    border-radius: 100%;
    border: 2px solid transparent !important;
    background-color: rgba(223, 41, 38, 0.2) !important;
  }

  .blog-banner-native__pagination .swiper-pagination-bullet-active{
    border: 2px solid #DF2926 !important;
    background-color: #DF2926 !important;
  }
}
/* Баннер нативный end */

/* Блок с вырезом blog-selling-cutout */
.blog-section--selling-cutout{
  margin-bottom: 50px;
  margin-top: 50px;
}

.blog-selling-cutout {
  width: 100%;
}

.blog-selling-cutout__container {
  position: relative;
  width: 100%;
}

.blog-selling-cutout__block {
  width: 100%;
  min-height: 340px;
  background: rgba(223, 134, 38, 0.2);
  padding: 15px;
  display: flex;
  gap: 30px;
  border-radius: 20px;
  box-sizing: border-box;
}

.blog-selling-cutout__content {
  width: 56.55%;
  flex-shrink: 0;
  color: #333;
  padding: 25px 0 25px 25px;
}

.blog-selling-cutout__title {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.blog-selling-cutout__text {
  line-height: 1.6;
  font-size: 16px;
  color: #101010;
}

 .article-content .blog-selling-cutout__text p {
  margin-bottom: 10px;
  font-size: 26px !important;
  color: inherit !important;
  line-height: 140% !important;
}

.blog-selling-cutout__text p:last-child {
  margin-bottom: 0;
}

.blog-selling-cutout__image {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0;
}

.blog-selling-cutout__img {
  max-width: 281px;
  max-height: 225px;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
}

.blog-selling-cutout__btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 285px;
  height: 71px;
  background: #DF2926;
  color: #fff !important;
  border: none;
  border-radius: 20px;
  font-size: 26px;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  overflow: hidden;
}

.blog-selling-cutout__btn:hover {
  background: #c02321;
  color: #fff;
}

/* Мобильная версия */
@media (max-width: 768px) {
  .blog-selling-cutout__block {
    flex-direction: column;
    gap: 0;
    padding: 20px;
    min-height: 340px;
    position: relative;
  }

  .blog-selling-cutout__content {
    width: 100%;
    padding: 0;
    padding-bottom: 15px;
  }

  .blog-selling-cutout__title {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .article-content .blog-selling-cutout__text p {
    font-size: 18px !important;
  }

  .blog-selling-cutout__image {
    width: calc(100% - 143px - 10px - 15px);
    max-width: 281px;
    flex: none;
    padding: 0;
    margin-bottom: 5px;
  }

  .blog-selling-cutout__img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .blog-selling-cutout__btn {
    width: 143px;
    height: 38px;
    font-size: 16px;
    bottom: 0;
    right: 0;
  }
}
/* Блок с вырезом blog-selling-cutout end */

/* Блок продающий без формы blog-selling-without-form start */
.blog-section--selling-without-form{
  margin-bottom: 50px;
  margin-top: 50px;
}

.blog-selling-without-form {
  border-radius: 20px;
  padding: 50px 40px;
  background-color: #101010;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.blog-selling-without-form__content {
  margin-bottom: 30px;
}

.blog-selling-without-form__title {
  font-weight: 600;
  font-size: 50px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 30px;
}

.blog-selling-without-form__text {
  font-size: 30px !important;
  color: #fff;
  line-height: 140% !important;
  font-weight: 600 !important;
}

.article-content .blog-selling-without-form__text p {
  font-size: 30px !important;
  color: inherit !important;
  line-height: 140% !important;
  font-weight: 600 !important;
}

.blog-selling-without-form__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 40px;
  background-color: #E93C3C;
  color: #fff !important;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  border-radius: 20px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  max-width: 748px;
  width: 100%;
  box-sizing: border-box;
  height: 71px;
}

.blog-selling-without-form__btn:hover {
  background-color: #d32f2f;
  color: #fff;
}

/* Модификаторы для разных фонов */
.blog-selling-without-form--black {
  background-image: none;
}

.blog-selling-without-form--waves {
  background-image: url('/local/templates/kokoc/img/blog_banner_bg/waves_small.png');
}

.blog-selling-without-form--stars {
  background-image: url('/local/templates/kokoc/img/blog_banner_bg/stars_small.png');
}

.blog-selling-without-form--circle {
  background-image: url('/local/templates/kokoc/img/blog_banner_bg/circle_small.png');
}

.blog-selling-without-form--squares {
  background-image: url('/local/templates/kokoc/img/blog_banner_bg/squares_small.png');
}

@media screen and (max-width: 1279px) {
  .blog-selling-without-form {
    padding: 40px 30px;
  }

  .blog-selling-without-form__title {
    font-size: 40px;
  }

  .blog-selling-without-form__text {
    font-size: 24px;
  }

  .blog-selling-without-form__btn {
    font-size: 18px;
    padding: 16px 35px;
  }
}

@media screen and (max-width: 767px) {
  .blog-selling-without-form {
    padding: 30px 20px;
  }

  .blog-selling-without-form__title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .blog-selling-without-form__text {
    font-size: 22px;
  }
  .article-content .blog-selling-without-form__text p{
    font-size: 22px !important;
  }

  .blog-selling-without-form__content {
    margin-bottom: 20px;
  }

  .blog-selling-without-form__btn {
    font-size: 16px;
    padding: 14px 30px;
    width: 100%;
    height: 44px;
  }
}
/* Блок продающий без формы blog-selling-without-form end */

/* Блок продающий с формой blog-selling-form start */
.blog-selling-form {
  border-radius: 20px;
  padding: 50px 40px;
  background-color: #101010;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.blog-selling-form__content {
  margin-bottom: 30px;
}

.blog-selling-form__title {
  font-weight: 600;
  font-size: 50px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 30px;
}

.blog-selling-form__text {
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
  color: #fff;
}

.article-content .blog-selling-form__text p {
  font-size: 30px !important;
  color: inherit !important;
  line-height: 140% !important;
  font-weight: 600 !important;
}

.blog-selling-form__form {
  width: 100%;
}

.blog-selling-form__fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 30px;
  max-width: 748px;
  width: 100%;
  box-sizing: border-box;
}

.blog-selling-form__field {
  width: 100%;
}



.blog-selling-form__field .field {
  width: 100%;
  border-radius: 20px;
}
.blog-selling-form__field .field:hover{
  border-bottom: 2px solid rgba(16, 16, 16, 0.14) !important;
}

.blog-selling-form__field .field__input {
  width: 100%;
  padding: 18px 20px;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 20px;
  font-size: 16px;
  line-height: 140%;
  color: #101010;
  transition: border-color 0.3s ease;
  text-align: left;
  height: 71px;

}

.blog-selling-form__field .field__input:focus {
  outline: none;

}

.blog-selling-form__field .field__input::placeholder {
  color: #9E9E9E;
}

.blog-selling-form__submit {
  display: flex;
  justify-content: flex-start;
}

.blog-selling-form__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 40px;
  background-color: #df2926;
  color: #fff !important;
  font-weight: 600;
  font-size: 26px;
  line-height: 140%;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s ease;
  max-width: 748px;
  width: 100%;
  box-sizing: border-box;
  height: 71px;
}

.blog-selling-form__btn:hover {
  background-color: #c02321;
  color: #fff;
}

.blog-selling-form__btn-text {
  display: block;
}

/* Модификаторы для разных фонов */
.blog-selling-form--black {
  background-image: none;
}

.blog-selling-form--waves {
  background-image: url('/local/templates/kokoc/img/blog_banner_bg/waves_big.png');
}

.blog-selling-form--stars {
  background-image: url('/local/templates/kokoc/img/blog_banner_bg/stars_big.png');
}

.blog-selling-form--circle {
  background-image: url('/local/templates/kokoc/img/blog_banner_bg/circle_big.png');
}

.blog-selling-form--squares {
  background-image: url('/local/templates/kokoc/img/blog_banner_bg/squares_big.png');
}

@media screen and (max-width: 1279px) {
  .blog-selling-form {
    padding: 40px 30px;
  }

  .blog-selling-form__title {
    font-size: 40px;
  }

  .blog-selling-form__text {
    font-size: 24px;
  }

  .blog-selling-form__fields {
    gap: 15px;
    margin-bottom: 25px;
  }

  .blog-selling-form__field .field__input {
    padding: 16px 18px;
    font-size: 15px;
  }

  .blog-selling-form__btn {
    font-size: 18px;
    padding: 16px 35px;
  }
}

@media screen and (max-width: 767px) {
  .blog-selling-form {
    padding: 30px 20px;
  }

  .blog-selling-form__title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .blog-selling-form__text {
    font-size: 22px;
  }

  .article-content .blog-selling-form__text p{
    font-size: 22px !important;
  }

  .blog-selling-form__content {
    margin-bottom: 20px;
  }

  .blog-selling-form__fields {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 20px;
  }

  .blog-selling-form__field .field__input {
    padding: 14px 16px;
    font-size: 14px;
    height: 38px;
  }

  .blog-selling-form__btn {
    font-size: 16px;
    padding: 14px 30px;
    width: 100%;
    height: 44px;
  }

  
}
/* Блок продающий с формой blog-selling-form end */
/* End */


/* Start:/local/templates/kokoc/components/bitrix/news.list/mesta_raiting/style.css?17666537943063*/
.mestoBlInd{
	padding-top:10px;
	    padding-bottom: 13rem;
}


.mestoBl{
	 padding-bottom: 13rem;
padding-left: 0px !important;
    padding-right: 0px !important;
}

.mesta_slider .owl-dots .owl-dot{
		background: #CECECE;
	    color: #CECECE;
	    width: 10px;
	    height: 10px;
	    border-radius: 50px;
	        margin-right: 10px;
	}

	.mesta_slider .owl-dots .owl-dot.active{
		background: #464646;
	    color: #464646;
	}

.mesta_slider .owl-dots {
    margin-top: 100px;
text-align: center;
}
.mesta_slider_item {
    /*min-width: 245px;*/
        margin-left: auto;
    margin-right: auto;
}

	.mesto_img_cont {
	    font-size: 200px;
	    text-align: center;
	    color: #F5EEEE;
	    position: relative;
	    font-weight: 900;
	    line-height: 200px;
	}

	.mesto_img {
    position: absolute;
    top: 0;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}


.mesto_desc{
    font-size: 14px;
    line-height: 24px;
text-align: center;
min-height: 50px;
color:#9F9F9F;
}


.mesto_rait{
	position: relative;
    text-align: center;
        min-height: 35px;
}

.mesto_rait_zifr {
    display: inline-block;
    position: relative;
    font-size: 14px;
	line-height: 17px;
	color: #DF2926;
	font-weight: 400;
}

.mesto_rait_zifr:before{
	content: " ";
	background-image: url('/local/templates/kokoc/components/bitrix/news.list/mesta_raiting/img/laurel_l.png');
	width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    left: -25px;
}

.mesto_rait_zifr:after{
	content: " ";
	background-image: url('/local/templates/kokoc/components/bitrix/news.list/mesta_raiting/img/laurel_r.png');
	width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    right: -20px;
    top: 0;
}

.mesta_head{
	    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}

.mesta_title{
	font-weight: 600;
	font-size: 60px;
	line-height: 82px;
	color: #101010;
	width: 540px;
}
.mesta_title_kokoc {
	font-size: 50px;
}

.mesta_title_red{
	color:#df2926;
}


.mesta_head_desc{
	font-weight: 250;
font-size: 15px;
line-height: 25px;
width: 640px;
color: #101010;
}



@media (max-width: 1000px){
	.mesta_head{
		flex-wrap: wrap;
		margin-bottom: 20px;
	}

	.mesta_title{
		font-weight: 600;
    font-size: 3.2rem;
    line-height: 1.3125;
margin-bottom: 20px;
	}
	.mesta_title_kokoc {
		font-size: 3.2rem;
	}
	.mesta_head_desc{
		font-weight: 250;
	font-size: 100%;
		line-height: 20px;
	}

	.mesta_slider_item{
		min-width: unset;
		    margin-left: auto;
    margin-right: auto;
	}


	.mesto_img_cont{
		font-size: 96px;
		line-height: 130px;
	}

	.mesto_desc{
		font-weight: 400;
		font-size: 12px;
		line-height: 16px;
	}

	.mesto_rait_zifr{
		font-weight: 400;
font-size: 100%;
line-height: 12px;
	}

	.mesta_slider .owl-dots{
		display: none;
	}

	.mesto_rait_zifr:before {
    width: 18px;
    height: 18px;
    left: -18px;
    background-size: contain;
}


.mesto_rait_zifr:after {   
    width: 18px;
    height: 18px;
    position: absolute;
	right: -17px;
    background-size: contain;
}

	.mestoBl{
		margin-bottom: 10rem;
		padding-bottom: 0;
	}

}
/* End */
/* /local/templates/kokoc/components/bitrix/news/blog/style.css?176665379433415 */
/* /local/templates/kokoc/components/bitrix/news.list/mesta_raiting/style.css?17666537943063 */
