 /* Горизонтальная лента — нативный скролл */
    
/* МАСКА прячет индикатор скролла */
.cats-mask{
    overflow: hidden;
    border-bottom: 1px solid transparent;
}
.into-2 strong{
font-weight: 700;
    color: #797070;
}
.into-2 b{
font-weight: 700;
    color: #797070;
}
.into-2 i{
      font-style: revert-layer;
}
/* Лента */
.cats-wrap2{
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  overscroll-behavior-x: contain;

  /* прячем полосу скролла за пределы маски */
  padding-bottom: 18px;   /* величина “кармана” */
  margin-bottom: -18px;   /* той же величины, но отрицательная */

  /* на всякий случай выключаем рисование скроллбара там, где возможно */
  scrollbar-width: none;        /* Firefox */
  -ms-overflow-style: none;     /* IE/старый Edge */
}
.cats-wrap2::-webkit-scrollbar{
  width: 0;
  height: 0;                    /* WebKit */
}

/* остальной твой стиль */
.cats2 ul{
  display:flex; gap:0; padding:0; margin:0; list-style:none;
}
@supports not (-webkit-touch-callout: none){
  .cats2 ul{ scroll-snap-type:x proximity; }
  .cats2 li{ scroll-snap-align:start; }
}
.cats2 li{ flex:0 0 auto; padding:4px 6px; }
.cats2 a{
  display:inline-block; white-space:nowrap; padding:8px 14px;
  border:1px solid #e5e7eb; border-radius:999px; text-decoration:none;
  color:#111827; background:#fff;
  transition:background-color .2s, color .2s, border-color .2s;
  -webkit-tap-highlight-color: transparent;
}
.cats2 a:hover{ background:#111827; color:#fff; border-color:#111827; }

/* если снизу экрана появляется ГЛОБАЛЬНАЯ полоса прокрутки страницы */
html, body{ overflow-x: hidden; }

 .mobile1{
  display: none;
 }
 
 .cats-wrap2 {
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;    /* инерция на iOS */
      touch-action: pan-x;                  /* iOS: жесты по оси X */
      overscroll-behavior-x: contain;       /* без «резинки» */
      

      /* анти-мерцание/рывки на iOS: отдельный слой */
      backface-visibility: hidden;
      transform: translateZ(0);
      will-change: scroll-position;
      contain: content;
    }

    /* На устройствах без мыши — без “ладошки” */
    @media (hover: none) and (pointer: coarse) {
      .cats-wrap2 { cursor: default; }
    }

    .cats2 { }
    .cats2 ul {
      display: flex;
      gap: 0;
      padding: 0;
      margin: 0;
      list-style: none;
    }

    /* Включаем scroll-snap только НЕ на iOS — так меньше дёрганий */
    @supports not (-webkit-touch-callout: none) {
      .cats2 ul { scroll-snap-type: x proximity; }
      .cats2 li { scroll-snap-align: start; }
    }

    .cats2 li {
      flex: 0 0 auto;
      padding: 4px 6px; /* зона хвата вокруг ссылки */
    }

    .cats2 a {
  display: inline-block;
    white-space: nowrap;
    padding: 8px 14px;
    border: 1px solid #2994f0;
    border-radius: 999px;
    text-decoration: none;
    color: #2783eb;
    background: #f5f5f5;
    transition: background-color .2s, color .2s, border-color .2s;
    -webkit-tap-highlight-color: transparent;
    }

    .cats2 a:hover { background: #2b95f0;
    color: #fff;
    border-color: #2b95f0; }

    /* Необязательный скроллбар */
    .cats-wrap2::-webkit-scrollbar { height: 6px; }
    .cats-wrap2::-webkit-scrollbar-thumb { background:#cbd5e1; border-radius:3px; }
.cats-wrap2 {
  scrollbar-width: none;        /* Firefox */
  -ms-overflow-style: none;     /* IE/старый Edge */
}
.cats-wrap2::-webkit-scrollbar {
  width: 0;
  height: 0;                    /* Chrome/Safari/WebKit */
}
.cats-wrap2::-webkit-scrollbar-thumb { background: transparent; }
/*коментарии*/
.comment_2 {
    display: flex
;
    align-items: center;
    height: 123px;
    background-color: #eff4ff;
    border-radius: 10px;
    font-size: 18px;
    justify-content: space-around;
    margin-bottom: 43px;
    margin-top: 42px;
    display: none;
}
.a1.a14 .er3 button{
    background: url(../img/BackgroundImages.svg);
    background-repeat: no-repeat;
   border: none !important;
  outline: none !important;

}
/* Контейнеры — выравниваем по центру */
.a14, .er3 {
  display: inline-flex;
  align-items: center;
}

/* Кнопка: сброс iOS-стилей и артефактов */
.heart-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;

  padding: 0;
  border: 0;
  background: transparent;

  line-height: 1;
  -webkit-appearance: none;
  appearance: none;

  /* убирает серый подсвет при тапе */
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;

  /* лечит тонкие «швы»/мерцания на iOS */
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}

/* Картинка: убрать baseline и субпиксельный зазор */
.heart-btn img {
  display: block;          /* критично для iOS */
  width: 20px;             /* задай свои размеры */
  height: 20px;            /* фиксированная целая высота помогает от «полоски» */
  flex: 0 0 auto;
}

/* Число — без лишнего межстрочного */
.heart-btn [data-heart-count] {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

/* На всякий случай: если у контейнера есть скругления/фоны */
.a14 {
  overflow: hidden;        /* прячет «шов» по краю при border-radius/фоновых слоях */
}



form .required{
display: none;
}
.hero img{
 border-end-start-radius: 98px;
}
   
.cat-post{
  margin-top: 23px;
}
.post-cats a{
  margin-right: 10px;
}
.comments-area {
font-family: 'Roboto';
}
#respond{

    margin-top: 32px;
}


.comment-form input{
    width: 500px;
    padding: 8px 8px;
    margin-bottom: 10px;
    border: none;
}
#email-notes{
  font-size: 14px;
}

.comment-notes{
  margin-top: 7px;
    margin-bottom: 9px;
}
.required-field-message{
    font-size: 14px;
}
.logged-in-as {
font-size: 14px;
    margin-bottom: 14px;
    margin-top: 16px;
}
#respond label {
    font-size: 14px;
    display: block;
}
input[name=submit]:hover{
  opacity: .8;
}
.comment-form-captcha b {
    font-size: 14px;
}
.required {
    font-size: 14px;
}
#captcha_code {
    border: 1px solid #d9dfef;
    height: 32px;
    padding-left: 10px;
}
.comment-form-comment {
    display: flex
;
    flex-direction: column;
}
#respond label {
    font-size: 14px;
    display: block;
}
#respond h3{
color: #646464;
    font-size: 24px;
    font-weight: 600;
}
    .si9{
      margin-top: 41px;
    }
    .reply a{
      color: #1C73D8;
    }
.logged-in-as a{
 color: #1C73D8;
}
#comment {
width: 500px;
    padding: 10px 10px 0 10px;
    border: 1px solid transparent;
    padding-top: 0px;
    margin: 0px 0 17px;
    font-size: 16px;
}
input[name=submit] {
background-color: #2783EB;

    border: none;
    padding: 10px 24px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 59px;
    cursor: pointer;
    transition: all 0.3s;
    color: white;
}
#respond label {
    font-size: 14px;
    display: block;
    margin-bottom: 6px;
}
.comment-form-url{
  display: none;
}
.comment-form-cookies-consent{
  display: none;
}
.form-submit input{
    margin-top: 9px;
    width: 209px;
    font-size: 16px;
}
.comment-list > li:nth-child(even) {
  padding-left: 10px;
}
.comment_2{
  display: none !important;
}
.comment-list > li:nth-child(even) footer{
  padding-bottom: 0px;
}
.twelve footer{
background-color: transparent;
    padding: 12px 0px;
}
.reply{
      margin-top: 16px;
}
.comment-author{
  color: #797070;
    font-size: 16px;
}
.fn a{
  font-size: 16px !important;
  font-weight: 600;
}
.says{
      font-weight: 500;
    font-size: 16px;
}
.comment-metadata{
      margin-top: 11px;
    font-weight: 500 !important;
    font-size: 16px;
}
.twelve .fn a{
color: var(--gray);
}
.comment-metadata time{
    color: #797070;
    font-size: 15px;
    font-family: 'Roboto';
}
.fn{
       font-weight: 600;
    padding: 0 3px;
}
#comment-3{
      padding-left: 24px;
}
.four{
padding-bottom: 54px;
}
.comment-content{
  line-height: 21px;
}
/*коментарии*/

/* горизонтальная лента */
.cats-wrap{
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  cursor: grab;
}
.sik2 .excerpt{
display: none;
}
.wp-singular{
  background-color: #f6f6f6;
}

.all-posts.sik2 h3 a {
    color: #646464;
    font-family: Roboto;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
}
.breadcrumbs-into{
    margin-top: 26px;
    margin-bottom: 27px;
}
.into-3.all-posts.sik2{
display: grid
;
    grid-template-columns: 370px 370px 370px;
    grid-column-gap: 10px;
    grid-row-gap: 37px;
    justify-content: space-between;
    margin-top: 15px;
}
.rit-0{
font-family: Roboto;
    font-weight: 400;
    font-size: 24px;
    color: #797070;
    line-height: 100%;
    margin-top: 70px;

}

@media (max-width: 1200px) { 
  .rit-0{

    margin-top: 40px;

}
 }


.all-posts.sik2{

}

.into-2 h2{
font-size: 20px;
    font-weight: 700;
    padding-top: 13px;
    color: #797070;
    padding-bottom: 10px;
    font-family: 'Roboto';
    /* font-style: normal; */
    text-transform: none;
}
.wrap-article{
  transition: all 0.3s ;
}
.wrap-article:hover{
opacity: 0.8;
}
.ahref{
  transition: all 0.3s ; 
}
.ahref:hover{
opacity: 0.8;
}
.excerpt{
    transition: all 0.3s ; 
}
.all-posts h3 a{
  transition: all 0.3s ; 
}
.all-posts h3 a:hover{
  opacity: 0.8;
}
.excerpt:hover{
opacity: 0.8;
}
.into-2 p {
    margin: 0px 0px 15px 0px;
}

.into-2 h3{
    font-size: 20px;
    font-weight: 700;
    padding-top: 10px;
    color: #797070;
    padding-bottom: 12px;
}
.into-2 h4{
  font-size: 18px;
  font-weight: 700;
         padding-top: 10px;
color: #797070;
    padding-bottom: 7px
}
.into-2{
     color: #565252;
}
/* Обычный маркированный список */
.into-2 ul {
  margin: 0 0 1rem 1.25rem; /* нижний отступ и отступ слева */
  padding: 0;
  list-style: disc;         /* стандартные точки */
}
.into-2 ul li {
    margin: 0.35rem 0;
    line-height: 18px;
}

/* Вложенные <ul> — поменьше и с пустыми кружочками */
.into-2 ul ul {
  margin: .25rem 0 .25rem 1.25rem;
  list-style: circle;
}
.into-2 blockquote{
border-left: 4px solid #f0b726;
    padding: 0px 11px;
    margin-top: 24px;
    margin-bottom: 18px;
}
.into-2 blockquote{
      font-family: Roboto;
    font-weight: 300;
    font-style: Italic;
    font-size: 32px;

    line-height: 100%;
   
}

/* Нумерованный список (если пригодится) */
.into-2 ol {
  margin: 0 0 1rem 1.25rem;
  padding: 0;
  list-style: decimal;
}
.all-posts .exc-soc{
    display: grid
;
    grid-template-columns: 72px 60px 42px;
    padding-left: 17px;
}
.a1.a14 .er3.ee77{
  background: url(../img/BackgroundImages.svg);
     background-repeat: no-repeat;
    background-size: cover;
    border: none;
    width: 23px;
    height: 23px;
    position: relative;
    top: 2px;
    cursor: pointer;
}
.sik2 .all-posts .er3 .heart-btn {
    
 
}
.sik2 .all-posts .er3 span {
color: #878787;
    position: relative;
    left: 23px;
    top: -11px;
    font-size: 16px;
}

.all-posts .a1.a12 {
    display: grid
;
    grid-template-columns: 18px 53px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
}

.into-2{
     line-height: 25px;
    margin-top: 35px;
}
.a1.a12{
    display: grid
;
    grid-template-columns: 20px 53px;
    grid-column-gap: 7px;
    grid-row-gap: 10px;
    align-items: center;
}



.into-2 h5{
  font-size: 17px;
  font-weight: 700;
          padding-top: 5px;
color: #797070;
    padding-bottom: 5px
}
.cats-wrap.dragging{
  cursor: pointer;
  user-select: none;
}
.cats-wrap .cats a {
 transition: all 0.3s;
}
.cats-wrap .cats li a:hover{
  background: #2783EB;
  color: white;
}
.exc-soc span{

}
.er3 span{
      color: #878787;
    position: absolute;
    display: block;
    left: 30px;
    top: 0px;
    font-size: 16px;
}


.heart-btn.is-liked{
  transition: all 0.3s ;
}
button.heart-btn[aria-pressed="true"]{
  background: url('../img/serd1.svg') !important;
  background-repeat: no-repeat !important;
}


.a1{

}
.a13 img{
position: relative;
    left: -4px;
}
.a14.a1 .heart-btn{
    background: url(../img/BackgroundImages.svg);
    background-repeat: no-repeat;
    background-size: auto;
    border: none;
    width: 49px;
    height: 28px;
    position: relative;
    cursor: pointer;
}
.ee77{
     position: relative;
    margin-top: 11px;
    margin-left: 6px;
}
.ee77 span{
    position: absolute;
    left: 30px;
    top: 1px;
    display: block;
    font-size: 16px;
    color: #878787;
}
.a12{

}
.is-liked{

}
.pagination{
    margin-top: 58px;
}

.wrap-pagination{
      text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #2783EB;
    padding: 3px 5px;
    margin: 2px;
}
.banner img{
          border-end-start-radius: 98px;
    width: 100%;

    
}
.current{
  color: #2783EB;
  font-weight: 700;
  border: 1px solid #2783EB;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
border-color: #2783eb;
    color: white;
    background: #2783eb;
}
.er3 .heart-btn{
  background: url(../img/BackgroundImages.svg);
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    width: 23px;
    height: 23px;
    position: relative;
  
    cursor: pointer;
}
.post-cats{
  background: url();
  background-repeat: no-repeat;
  background-size: cover;
}

/* каждый второй <a> внутри .post-cats */
.post-cats a:nth-of-type(odd){
background: #f3d997;
    border: 1px solid #f0b726;
    color: #797070;
    padding: 7px;
    border-radius: 32px;
}

.free{
    font-family: Raleway;
    font-weight: 800;
    font-size: 40px;
    color: #166ACB;
    background: #f5f5f5bf;
    position: absolute;
    right: 50%;
    bottom: 65px;
    transform: translate(50%, 0%);
    width: 1059px;
    padding: 18px;
  }
.banner{
  position: relative;
}

.post-cats a{
  margin-left: 0px;
}
/* при необходимости — нечётные */
.post-cats a:nth-of-type(even){
    border: #2783EB 1px solid;
    background: #a1c5ef;
    color: #797070;
    padding: 8px 8px;
    border-radius: 21px;
}

.exc-soc {
    display: grid
;
    grid-template-columns: 93px 102px 65px 47px;
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 14px;
    align-items: center;
    color: #878787;
}
.all-posts h3 a{
color: #646464;
    font-family: Roboto;
    font-weight: 700;

    font-size: 20px;


    line-height: 27px;


}
.excerpt a{
color: #646464;
    line-height: 19px;
} 



.blog-2{
margin-top: 30px;
}

.blog.logged-in{
  background: radial-gradient(50% 50% at 50% 50%, #FFFBFB 0%, #EDEDED 39.9%, #F7F7F7 100%);


}
.pages{
  display: none;
}
.blog-2{
      margin-top: 25px;
    padding-bottom: 52px;
}
.blog-2 .container-3 {
    max-width: 1156px;
    margin: 0 auto;
}
.blog .container-3{
 max-width: 1156px;
    margin: 0 auto;
}
.ahref span{
        margin-left: 5px;

}
.ahref{
      display: block;
    margin-top: 12px;
    font-weight: 500;
    font-size: 16px;
}

.all-posts .wrap-article{
border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    overflow: hidden;
}
.cats-wrap .cats ul{
    height: 67px;
    display: flex
;
    gap: 0px;
    padding: 0px 0;
    margin: 0;
    list-style: none;
    scroll-snap-type: x mandatory;
    align-items: center;
}
.all-posts article {
      border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    overflow: hidden;
}
.excerpt p{
    color: #818181;
    margin-top: 14px;
    line-height: 21px;
}
.exc{
  padding: 0 17px;
}
.blog{
        margin-top: 17px;
}
.cats-wrap .cats li{
  flex:0 0 auto;
  scroll-snap-align:start;
  padding:4px 6px;               /* зона хвата вокруг <a> */
}

.all-posts article {
    background: #fefefe;
     
    padding-bottom: 22px;
}
.excerpt{
      margin-top: 24px;
    margin-bottom: 31px;
}
.cats-wrap .cats a{
    display: inline-block;
    white-space: nowrap;
    padding: 8px 14px;
    border: 1px solid #2783EB;
    border-radius: 999px;
    text-decoration: none;
    color: #2783EB;
       background: #f4f4f4;
}
.cats-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;   /* Firefox */
}
.cats-wrap::-webkit-scrollbar {
  display: none;           /* Chrome, Safari */
}
.cats-wrap{
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  cursor: grab;
  /* чтобы вертикальный скролл страницы не блокировался */
  touch-action: pan-y;
}
.cats-wrap.dragging{ cursor: grabbing; user-select:none; }
.cats-wrap .cats ul{ display:flex; gap:0px; padding:8px 0; margin:0; list-style:none; }
.cats-wrap .cats li{ flex:0 0 auto; padding:4px 6px; }
.cats-wrap .cats a{ 
    display: inline-block;
    white-space: nowrap;
    padding: 8px 14px;
    border: 1px solid #2793f0;
    border-radius: 999px;
    text-decoration: none;

}
.all-posts article{

}
.wrap-article a img{
        width: 100% !important;
    height: auto !important;
}
article h3{
  color: #646464;
}

.all-posts{
    display: grid;

    grid-template-columns: 554px 554px;
    grid-column-gap: 10px;
    grid-row-gap: 37px;
    justify-content: space-between;
}
 .sik2 article {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    overflow: hidden;
}
.sik2 .wrap-article {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    overflow: hidden;
}


/* Контейнер с иконками/счётчиками */
.exc-soc {
  display: flex;
  gap: 10px;             /* по желанию */

  border: none;
}

/* Каждый блок внутри (.a1 ...) — флекс-строка, центр по вертикали */
.exc-soc .a1 {
  display: inline-flex;  /* или flex, если не нужно, чтобы они были inline */
  align-items: center;
  gap: 6px;
  vertical-align: middle; /* если .a1 остаются inline-элементами */
  border: none !important;
  outline: none !important;
}

/* ВАЖНО: убрать базовую линию у картинок */
.exc-soc img {
  display: block;        /* убирает “провисание” из-за baseline */
  border: none;
}

/* Кнопка-сердце: убрать дефолтные стили Safari и выровнять содержимое */
.heart-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 1;        /* фикс для Safari */
  -webkit-appearance: none;
  appearance: none;
}

/* Текстовые спаны — без лишнего межстрочного */
.page-time,
[data-heart-count],
.exc-soc span {
line-height: 1.5 !important;
}
@media (max-width: 1250px) { 
.exc-soc span {
           height: 21px;
}
.four {
    padding-bottom: 54px;
    margin-top: -134px;
}
.into-3.all-posts.sik2 {
    display: grid
;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 12px;
    grid-row-gap: 37px;
    justify-content: space-between;
    margin-top: 15px;
}
.ee77 {
    position: relative;
    margin-top: 0px !important;
    margin-left: 6px;
}
.all-posts {
    display: grid
;
    grid-template-columns: 554px;
    grid-column-gap: 10px;
    grid-row-gap: 37px;
    justify-content: space-between;
    justify-items: center;
    justify-content: center;
}
 .desk1{
display: none;
 }
 .mobile1{
  display: block;
 }
.free {
        font-family: Raleway;
        font-weight: 700;
        font-size: 29px;
        line-height: 34px;
        color: #166ACB;
        background: #f5f5f5bf;
        position: absolute;
        right: 50%;
        bottom: 213px;
        transform: translate(50%, 0%);
        width: 657px;
        padding: 18px;
}
 }
@media (max-width: 850px) { 
.desk2{
  display: none !important;
}
.desk-mobile{
  display: block !important;
}
    .free {
        font-family: Raleway;
        font-weight: 700;
        font-size: 29px;
        line-height: 34px;
        color: #166ACB;
        background: #f5f5f5bf;
        position: absolute;
        right: 50%;
        bottom: 214px;
        transform: translate(50%, 0%);
        width: 657px;
        padding: 18px;
    }
 }

 @media (max-width: 600px) { 
  .post-cats {

    display: flex
;
    flex-wrap: wrap;
}
.all-posts {
        display: grid;

        grid-template-columns: 1fr;

    }
 }
 @media (max-width: 830px) { 
.into-3.all-posts.sik2 {
        display: grid;

        grid-template-columns: 1fr;
        grid-column-gap: 12px;
        grid-row-gap: 37px;
        justify-content: space-between;
        margin-top: 15px;
    }
        .free {
        font-family: Raleway;
        font-weight: 700;
        font-size: 23px;
        line-height: 34px;
        color: #166ACB;
        background: #f5f5f5bf;
        position: absolute;
        right: 50%;
        bottom: 202px;
        transform: translate(50%, 0%);
        width: 445px;
        padding: 18px;
    }
 }
 @media (max-width: 500px) { 
.free {
        font-family: Raleway;
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        line-height: 21px;
        color: #166ACB;
        background: #f5f5f5bf;
        position: absolute;
        right: 50%;
        bottom: 59px;
        transform: translate(50%, 0%);
        width: 319px;
        padding: 18px;
    }
    .ee77 span{
    position: absolute;
    left: 30px;
    top: 1px !important;
    display: block !important;
    font-size: 16px;
    color: #878787;
}
    #comment {
    width: 100%;
    padding: 10px 10px 0 10px;
    border: 1px solid transparent;
    padding-top: 0px;
    margin: 0px 0 17px;
    font-size: 16px;
}
.comment-form input{
  width: 100%;
}
.a14.a1 .heart-btn {
    background: url(../img/BackgroundImages.svg);
    background-repeat: no-repeat !important;
    background-size: 19px !important;
    border: none;
    width: 45px;
    height: 20px;
    position: relative;
    cursor: pointer;
}
.into-2 blockquote {
    font-family: Roboto;
    font-weight: 300;
    font-style: Italic;
    font-size: 23px;
    line-height: 100%;
    line-height: 26px;
}
.free {
        font-family: Raleway;
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        line-height: 21px;
        color: #166ACB;
        background: #f5f5f5bf;
        position: absolute;
        right: 50%;
        bottom: 239px;
        transform: translate(50%, 0%);
        width: 319px;
        padding: 18px;
    }
  }