
.header {
  display: none;
}

body{
  background-color: #fff;
}
.header__row {
  display: none;
}
.breadcrumbs {
  display: none;
}
.whats {
  display: none;
}

.footer {
  display: none;
}

.breadcrums{
  display: none;
}


.card_img {
    text-align: center;
    padding: 10px 0;
}


@media screen and (min-width: 700px) {
  .tg-unique-left h2 {
      font-size: 40px;
      font-weight: 700;
      line-height: 120%;
  }}
  .tg-unique-main{
    margin-top: 20px !important;
  }





  .tg-unique-container {
    max-width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.tg-unique-button {
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 500px;
    height: 100px;
    font-size: 18px;
}

.tg-button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, #70c1ff, #1569aa);
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 600;
    width: 100%;
    transition: 0.3s;
}

.tg-button p {
    position: relative;
    z-index: 1;
    font-size: 24px;
}

.tg-unique-main {
    margin-top: 100px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.tg-unique-left {
    width: 481px;
}

.tg-unique-left h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
}

.tg-unique-left h1 span {
    color: #b7d445;
}

.tg-unique-h1_dop {
  padding-left: 30px;
    margin-top: 10px;
    font-size: 25px;
    line-height: 145%;
    font-weight: 200;
    color: #323232;
}

.tg-unique-plusi {
    margin-top: 30px;
}

.tg-unique-plusi li {
    list-style-type: none;
    font-size: 20px;
    line-height: 140%;
    position: relative;
    padding-left: 30px;
}

.tg-unique-plusi li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 6px;
    width: 15px;
    height: 15px;
    background-image: url("https://direktolog-stanislav.ru/userfiles/images/dust.png");
    background-size: cover;
}

.tg-unique-plusi li:nth-child(n+2) {
    margin-top: 20px;
}

.tg-unique-button {
    margin-top: 40px;
    width: 100%;
}

.tg-unique-right {
    width: 620px;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
    justify-content: space-between;
    position: absolute;
    top: 0;
   right: 20px;
    margin-top: 0px;
    padding-top: 12px;
    flex-direction: column;
}

.tg-unique-right .img-right {
    width: 100%;
    display: flex;
    object-position: left top;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px 10px 30%;
    height: 100%;
}

.tg-unique-social {
    display: flex;
    justify-content: space-around;
    position: absolute;
    bottom: 18px;
    width: 95%;
}

.tg-unique-item {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 15px 20px;
    margin-top: auto;
    width: -moz-max-content;
    width: max-content;
    justify-content: center;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    transition: transform 0.2s ease;
}

.tg-unique-item:hover {
    transform: translateY(-5px);
}

.img-social {
    height: 50px;
}

.tg-unique-info {
    margin-left: 15px;
}

.tg-unique-info b {
    font-weight: 800;
    font-size: 16px;
    line-height: 16px;
}

.tg-unique-info p {
    font-size: 13px;
    line-height: 13px;
    margin-top: 3px;
}

/* Скрытие мобильного текста на десктопе */
.tg-unique-mobile-content {
    display: none;
}


@media screen and (max-width: 992px) and (min-width: 700px) {
* {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
}

.tg-unique-container {
    max-width: 700px;
    min-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
}

.tg-unique-button {
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 500px;
    height: 100px;
    font-size: 18px;
}

.tg-button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, #70c1ff, #1569aa);
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 600;
    width: 100%;
    transition: 0.3s;
}

.tg-button p {
    position: relative;
    z-index: 1;
    font-size: 24px;
}

.tg-unique-main {
    margin-top: 70px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.tg-unique-left {
    width: 100%;
}

.tg-unique-left h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
    width: 481px;
    margin-left: auto;
    margin-right: auto;
}

.tg-unique-left h1 span {
    color: #b7d445;
}

.tg-unique-h1_dop {
    margin-top: 10px;
    font-size: 25px;
    line-height: 145%;
    font-weight: 200;
    color: #323232;
    text-align: center;
    width: 481px;
    margin-left: auto;
    margin-right: auto;
}


}



.four_guarantees__list li{

  padding: 30px 30px 60px;
}

.four_guarantees__list li .btn_goto_tarifs{
  position: absolute;
  right: 10px;
  bottom: 15px;
  padding: 6px 20px 4px;
}

.red-border-16-btn, .black-border-16-btn {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1875;
  letter-spacing: 0.32px;
  color: #0186CD;
  border: 4px solid #0186CD;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px 30px 11px;
  cursor: pointer;
  transition: 0.25s all;
}

.black-border-16-btn {
  border-color: var(--black);
  color: var(--black);
}

.red-border-16-btn:hover, .black-border-16-btn:hover {
  background: #0186CD;
  color: #fff;
  box-shadow: 6px 8px 0 0 #000;
}

.black-border-16-btn:hover {
  border-color: #0186CD;
}

.red-border-16-btn:active, .black-border-16-btn:active {
  transform: scale(1.05);
}

.red_transparent-btn.pereliv {
  display: flex;
  position: relative;
  padding: 28px 60px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 0 none;
  font-weight: 700;

}

.red_transparent-btn.pereliv:hover:before {
  left: 0 !important;
}
div.btn_goto_tarifs .btn_goto_tarifs {
  margin: 0 auto;
  width: fit-content;
}

.pt60 {
  padding-top: 60px;
}

.padding60_0 {
  padding: 60px 0;
}



.four_guarantees__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.four_guarantees__list li {
  width: calc((100% - 40px) / 2);
  display: flex;
  gap: 20px;
  background-color: #fff;
}

.four_guarantees__list li .item_icon_seo {
  width: 120px;
}

.four_guarantees__list li .item_icon_seo img {
  display: block;
}

.four_guarantees__list li .text_block {
  width: calc(100% - 120px - 20px);
}

.four_guarantees__list li .item_title-seo {
  font-size: 24px;
  line-height: 1.4;
  margin: 0 0 10px;
}

.four_guarantees__list li .item_text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.17;
}

@media(max-width: 991px) {
  .four_guarantees__list {
      gap:30px;
  }

  .four_guarantees__list li {
      width: calc((100% - 30px) / 2);
  }

  .four_guarantees__list li .item_icon_seo {
      width: 64px;
  }

  .four_guarantees__list li .text_block {
      width: calc(100% - 64px - 20px);
  }

  .four_guarantees__list li .item_title-seo {
      font-size: 18px;
  }
}

@media(max-width: 767px) {
  .four_guarantees__list li {
      width:100%;
  }
}

@media(max-width: 575px) {
  .four_guarantees_flexible .h2_size44 {
      text-align:center;
  }

  .four_guarantees__list li {
      align-items: center;
      flex-direction: column;
      text-align: center;
  }
}

@media(max-width: 416px) {
  .four_guarantees__list li .text_block {
      width: 100%;
  }
}
.color_red {
  color: #EE3D48;
  font-family: inherit;
}



.red_transparent-btn {
  border-color: #0186CD;
}

.red_transparent-btn:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  left: -110%;
  width: 100%;
  background-color: #0186CD;
  transition: all 0.3s;
  z-index: -1;
  animation-name: red_btn_animation;
  animation-duration: 4s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.red_transparent-btn:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  border-radius: 70px;
  z-index: 1;
  border: 4px solid #0186CD;
}








@keyframes red_btn_animation {
  0%, 50% {
      left: -110%;
  }

  70% {
      left: 0%;
  }

  80% {
      left: 0%;
  }

  100% {
      left: 110%;
  }
}
.white_transparent-btn, .red_transparent-btn, .white_transparent-border-16-btn {
  margin: 0px auto;
  width:500px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.28px;
  color: #EE3D48;
  border: 4px solid #fff;
  border-radius: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
  cursor: pointer;
  transition: 0.25s all;
  position: relative;
  overflow: hidden; 
}


.article-about .img-title{
  margin-top: 30px;
}



.red_transparent-btn::after {
background:  #fff;
content: " ";
width: 98%;
height: 90%;
position: absolute;
z-index: -2;
}

.tg-unique-left .color_red {
color: #EE4665;
}
@media screen and (max-width: 600px) {
.red_transparent-btn {
padding:  16px;
margin-top: 15px;
}
}


.four_guarantees__list li {
  position: relative; 
  display: flex; 
}

.item_icon_seo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0; 
}

.item_icon_seo img {
  width: 100px; 
  height: auto;
}

.text_block {
  position: relative; 
  padding: 10px 0; 
  min-width: 200px; 
}

.number {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px; 
  font-size: 180px; 
  font-weight: 700; 
  color: #0186CF; 
  opacity: 0.3; 
  font-family: 'Arial', sans-serif; 
  z-index: 0; 
  line-height: 1; 
  display: flex;
  align-items: center; 
}

.item_title-seo,
.item_text {
  position: relative; 
  z-index: 1; 
}

.tg-unique-right img{
  object-position: top;
}

@media screen and (max-width: 700px) {
  * {
      margin: 0;
      padding: 0;
      outline: 0 !important;
      box-sizing: border-box;
  }

  .tg-unique-container {
      max-width: 338px;
      min-width: 338px;
      margin: 0 auto;
      padding: 0 20px;

  }

  .tg-unique-button {
      cursor: pointer;
      border-radius: 5px;
      position: relative;
      overflow: hidden;
      cursor: pointer;
      z-index: 10;
      width: 100%;
/*       height: 60px; */

      font-size: 14px;

      margin-top: 0;

  }

  .tg-button {
      height: 100%;
      width: 100%;
      background-image: linear-gradient(to bottom, #70c1ff, #1569aa);
      cursor: pointer;
      border: none;
      color: #fff;
      font-weight: 600;
      transition: background 0.2s ease;
      width: 100%;
      transition: 0.3s;
  }

  .tg-button p {
      position: relative;
      z-index: 1;
      font-size: 16px;
      /* Ð£Ð¼ÐµÐ½ÑŒÑˆÐµÐ½ ÑˆÑ€Ð¸Ñ„Ñ‚ Ñ‚ÐµÐºÑÑ‚Ð° */
      line-height: 100%;
  }

  .tg-unique-main {
      margin-top: 50px;
      /* Ð’Ð¾ÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¾ */
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      position: relative;
      z-index: 2;
  }

  .tg-unique-left {
      width: 100%;
  }

  .tg-unique-left h1 {
      font-size: 16px;
      /* Ð’Ð¾ÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¾ */
      font-weight: 700;
      line-height: 120%;
      text-align: center;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-top: -50px;
      /* Ð’Ð¾ÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¾ */
  }

  .tg-unique-left h1 span {
      color: #b7d445;
  }

  .tg-unique-left h1 img {
      display: none;
  }

  .tg-unique-social .tg-mobi {
      display: none;
  }

  .tg-unique-h1_dop {
      display: none;
  }

  .tg-unique-mobile-content {
      display: block;
      margin-top: -100px;
      /* Ð’Ð¾ÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¾ */
      font-size: 10px;
      line-height: 140%;
      text-align: center;
      color: #323232;
      position: relative;
      /* Ð”Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð¾ */
      z-index: 1;
      /* Ð£Ð±ÐµÐ´Ð¸Ð¼ÑÑ, Ñ‡Ñ‚Ð¾ Ð½Ð°Ð´ Ñ„Ð¾Ñ‚Ð¾ */
  }

  .tg-unique-mobile-content h3 {
      font-size: 20px;
      /* Ð’Ð¾ÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¾ */
      font-weight: 700;
      margin-bottom: 30px;
      /* Ð’Ð¾ÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¾ */
      display: block;
      /* Ð£Ð±ÐµÐ´Ð¸Ð¼ÑÑ, Ñ‡Ñ‚Ð¾ Ð²Ð¸Ð´ÐµÐ½ */
  }

  .tg-unique-mobile-content .tg-unique-plus {
      display: block;
  }

  .tg-unique-mobile-content li {
      list-style-type: none;
      font-size: 16px;
      /* ÐžÑÑ‚Ð°Ð²Ð»ÐµÐ½Ð¾ ÑƒÐ²ÐµÐ»Ð¸Ñ‡ÐµÐ½Ð½Ñ‹Ð¼ */
      line-height: 140%;
      position: relative;
      text-align: center;
      display: block;
      margin-bottom: 20px;
      /* Ð’Ð¾ÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¾ */
  }

  .tg-unique-mobile-content li::before {
      position: absolute;
      content: "";
      left: 50%;
      transform: translateX(-50%);
      top: -15px;

      width: 15px;

      height: 15px;

      background-image: url("https://direktolog-stanislav.ru/userfiles/images/dust.png");
      background-size: cover;
  }

  .tg-unique-right {
      width: 100%;
      height: 150px;

      display: flex;
      -o-object-fit: cover;
      object-fit: cover;
      justify-content: space-between;
      position: relative;
      align-items: center;
      flex-direction: column;
      padding-top: 8px;

  }

  .tg-unique-right .img-right {
/*       width: 80%; */
margin: 0 auto;
      display: flex;
      -o-object-fit: cover;
      object-fit: cover;
      border-radius: 30% 10px;
/*       height: 80%; */

      position: relative;

      z-index: 0;

  }

  .tg-unique-social {
      display: flex;
      justify-content: space-around;
      position: relative;
      flex-direction: column;
      width: -moz-max-content;
      /* Ð’Ð¾ÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¾ */
      width: max-content;
      margin-left: auto;
      margin-right: auto;
      margin-top: -60px;
      /* Ð’Ð¾ÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¾ */
  }

  .tg-unique-item {
      display: flex;
      align-items: center;
      background-color: #fff;
      padding: 15px 20px;
      /* VÐ¾ÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¾ */
      margin-top: auto;
      width: 100%;
      justify-content: center;
      color: #333;
      text-decoration: none;
      border-radius: 5px;
      transition: transform 0.2s ease;
  }

  .tg-unique-item:nth-child(n+2) {
      margin-top: 10px;
      /* Ð’Ð¾ÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¾ */
  }

  .img-social {
      height: 15px;
      /* Ð’Ð¾ÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¾ */
  }

  .tg-unique-info {
      margin-left: 15px;
      /* Ð’Ð¾ÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¾ */
  }

  .tg-unique-info b {
      font-weight: 800;
      font-size: 12px;
      /* Ð’Ð¾ÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¾ */
      line-height: 16px;

  }

  .tg-unique-info p {
      font-size: 10px;
    
      line-height: 13px;

      margin-top: 3px;

  }

  .tg-unique-main{
    margin-top: -80px !important;
  }

  .pt60, .padding60_0 {
padding-top: 30px;
  }

  .tg-unique-right {
    right: 0px;
}

.four_guarantees__list .number{
    display: none;
}

.btn_goto_tarifs {
  display:none
}


.tg-unique-container h2{
  font-size: 23px;
  line-height: 28px;
}

.tg-unique-plusi{
  margin-top: 15px;
}
.tg-unique-plusi li:nth-child(n+2){
  margin-top: 5px;
}


.four_guarantees__list li{
  border: solid 2px #0186CF

}

}


.pic-sec{
max-width: 1200px;
margin: 30px auto 0px;
}


/* .pic-sec::before{content: " ";
  display: block;
  padding-top: 30px;
width:200px;
height: 10px;
margin: 0 auto;
border-top: 10px solid  rgb(212, 157, 69, 0.4);
  } */

.pic-sec h2{
  margin-bottom: 50px;
  text-align: center;
}


.pic-sec__grid{
/*   display: grid; */
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  grid-auto-flow:row;
  margin: 0 auto;
}

.pic-sec img{
  width: 100%;
box-shadow: 0 0 3px #777;
}

@media (max-width:800px) {

  .pic-sec__grid{  grid-template-columns: 1fr;
  margin: 20px;
  gap:20px;
  }

}


.custom-arrow,
    .custom-arrow-mobile {
      position: absolute;
      pointer-events: none;
      z-index: 5;
    }

    /* Десктопная стрелка */
    .custom-arrow {
      top: 180px;
      left: -180px;
      width: 350px;
      height: 300px;
      display: block;
    }

    .custom-arrow svg,
    .custom-arrow-mobile svg {
      width: 100%;
      height: 100%;
    }

    .custom-arrow path,
    .custom-arrow-mobile path {
      fill: none;
      stroke: #d93737;
      stroke-width: 3;
      stroke-dasharray: 700;
      stroke-dashoffset: 700;
      animation: drawArrow 2.5s ease forwards;
    }

    .custom-arrow marker,
    .custom-arrow-mobile marker {
      fill: #d93737;
    }

    @keyframes drawArrow {
      to {
        stroke-dashoffset: 0;
      }
    }

    .tg-unique-main {
      position: relative;
    }

     /* Мобильная стрелка */
    .custom-arrow-mobile {
      top: 100px;
      left: -130px;
      width: 200px;
      height: 400px;
      display: none;
    }

    @media (max-width: 600px) {
      .custom-arrow {
        display: none;
      }

      .custom-arrow-mobile {
        display: block;
      }



    }

    .h2_size44 {
      text-align: center;
      margin: 0 auto;
      }


      .numbered-item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 10px;
        padding-left: 30px;
      }
      .numbered-item .number-icon {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 18px;
        height: 18px;
        background-color: #007bff;
        color: white;
        border-radius: 50%;
        margin-right: 10px;
        font-size: 12px;
        font-weight: bold;
        flex-shrink: 0;
      }
      .numbered-item p {
        margin: 0;
        flex-grow: 1;
      }
      ul {
        list-style: disc;
        padding-left: 20px;
      }



      .seo_section {
        max-width: 1000px;
        padding: 20px 30px;
        box-sizing: border-box;
        overflow: hidden; 
        margin: 30px auto;
      }




      .seo_section h2{
       margin-bottom: 20px;
       text-align: center;
      }
      
      .seo_card_list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 44px;
        box-sizing: border-box;
      }
      .seo_card_list .seo_card_item {
        max-width: vw30;
        height: 460px;
        padding: 20px;
        border: 2px solid #1B1B1B;
        position: relative;
        z-index: 2;
        font-size: 18px;
        line-height: 1.18;
        font-weight: 300;
        display: flex;
        gap: 20px;
        box-sizing: border-box;
      }
      .seo_card_list .seo_card_item .text{

margin-top: 10px;
      }



      .seo_card_list .seo_card_item .card_content{
height: auto;
overflow: hidden;
      }

      .seo_card_list .seo_card_item .card_title {
        text-align: center;
        font-size: 24px;
        margin: 0 0 10px;
        font-weight: 400;
      }
      .seo_card_list .seo_card_item .card_icon {
        width: 40%;
        aspect-ratio: 1 / 1;
      }


      .seo_card_list .seo_card_item img {
        width: 100%;
        height: 100%;
          max-width: 200px;
          max-height: 250px;
        object-fit: cover;
      }
      .seo_card_list .seo_card_item .card_text {
/*         width: 60%; */
        width: 100%;
        display: flex;
        flex-direction: column;
        position: relative;
        justify-content: space-between;
      }
      .seo_card_list .seo_card_item .card_description {
        flex-grow: 1;
      }
      .seo_card_list .seo_card_item .card_description .description_list {
        list-style: none;
        padding-left: 25px;
        margin: 0;
      }
      .seo_card_list .seo_card_item .card_description .description_list li {
        margin-bottom: 8px;
        position: relative;
        padding-left: 15px;
      }
      .seo_card_list .seo_card_item .card_description .description_list li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 5px;
        width: 10px;
        height: 10px;
        background-image: url('https://direktolog-stanislav.ru/userfiles/images/dust.png');
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
      }
      .seo_border_btn {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 1.1875;
        letter-spacing: 0.32px;
        color: #0186CD;
        border: 4px solid #0186CD;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 16px 30px 11px;
        cursor: pointer;
        transition: 0.25s all;
        text-decoration: none;
      }
      .seo_border_btn:hover {
        background: #0186CD;
        color: #fff;
        box-shadow: 6px 8px 0 0 #000;
      }
      .seo_border_btn:active {
        transform: scale(1.05);
      }
      .seo_tarifs_btn {
        align-self: flex-end;
        justify-self: flex-end;
        width: fit-content;
        margin-top: 10px;
      }
      .seo_card_list .seo_card_item:before {
        display: block;
        content: '';
        border: 2px solid #5199FF;
        width: calc(100% + 4px); 
        height: calc(100% + 4px); 
        position: absolute;
        z-index: -2;
        top: 6px;
        left: 6px;
      }
      .seo_card_list .seo_card_item:after {
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        background: #fff;
      }
      @media (max-width: 991px) {
        .seo_card_list {
          gap: 30px;
        }
        .seo_card_list .seo_card_item {
          gap: 15px;
        }
        .seo_card_list .seo_card_item .card_icon {
          width: 40%;
        }
        .seo_card_list .seo_card_item .card_text {
          width: 60%;
        }
        .seo_card_list .seo_card_item .card_title {
          font-size: 18px;
        }
        .seo_border_btn {
          font-size: 14px;
          padding: 12px 20px 9px;
        }
      }
      @media (max-width: 767px) {
        .article-about img{
          margin-left:10px;
          margin-right: 10px;
          width:calc(100% - 20px)
        }
        .page{
          padding-top: 0px;
        }
        .red_transparent-btn{
          width:300px;
        }
        .red_transparent-btn::after{
          width: 95%;
    height: 86%;
        }

        .seo_section {
          padding: 20px 8px;
          width: 100%;
          overflow-x: hidden;
        }
        .seo_card_list {
          grid-template-columns: repeat(2, 1fr);
          gap: 20px 22px;
          margin: 0 auto;
          width: 100%;
          max-width: 100%;
          box-sizing: border-box;
        }
        .seo_card_list .seo_card_item {
          flex-direction: column;
          align-items: flex-start;
          padding: 12px;
          box-sizing: border-box;
          min-height: 300px;
        }
        .seo_card_list .seo_card_item .card_icon {
          width: 100%;
          max-width: 200px;
          aspect-ratio: 1 / 1;
        }
        .seo_card_list .seo_card_item .card_text {
          width: 100%;
          text-align: left;
          height: 200px;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
        }
        .seo_card_list .seo_card_item .card_content {
          max-height: 150px;
          overflow-y: auto;
          -webkit-overflow-scrolling: touch;
          scrollbar-width: auto;
          scrollbar-color: #5199FF #f0f0f0;
        }
        .seo_card_list .seo_card_item .card_title {
          font-size: 14px;
        }
        .seo_card_list .seo_card_item .card_description {
          font-size: 12px;
          flex-grow: 1;
        }
        .seo_card_list .seo_card_item .card_description .description_list {
          list-style: none;
          padding-left: 20px;
          margin: 0 5px;
          margin-left: -22px;
        }
        .seo_card_list .seo_card_item .card_description .description_list li {
          margin-bottom: 5px;
          position: relative;
          padding-left: 15px;
        }
        .seo_card_list .seo_card_item .card_description .description_list li::before {
          content: '';
          position: absolute;
          left: 0;
          top: 3px;
          width: 8px;
          height: 8px;
          background-image: url('https://direktolog-stanislav.ru/userfiles/images/dust.png');
          background-size: contain;
          background-repeat: no-repeat;
          vertical-align: middle;
        }
        .seo_card_list .seo_card_item .card_content::-webkit-scrollbar {
          width: 8px;
        }
        .seo_card_list .seo_card_item .card_content::-webkit-scrollbar-track {
          background: #f0f0f0;
          border-radius: 4px;
        }
        .seo_card_list .seo_card_item .card_content::-webkit-scrollbar-thumb {
          background: #5199FF;
          border-radius: 4px;
          border: 1px solid #f0f0f0;
        }
        .seo_card_list .seo_card_item .seo_border_btn {
          align-self: stretch;
          text-align: center;
          font-size: 10px;
          padding: 10px 15px 8px;
          margin-top: 8px;
          margin-bottom: 0;
        }
        .seo_card_list .seo_card_item:before {
          width: calc(100% + 2px); 
          height: calc(100% + 2px); 
        }

              
      .tg-unique-right .h-110{
        height: 110% !important;
      }
      }

@media (min-width:900px){

  .tg-unique-right .left-img{
    object-position: left top;
  }


  .tg-unique-right .right-img{
    object-position: right top;
  }
}

@media only screen and (min-width: 1361px) {
  .wrapper {
      padding: 0 48px;
  }
}

.article-about .title{
  text-align: center;
margin: 30px;
font-size: 24px;
font-weight: 500;
line-height: 34px;
}

.article-about .text{
  white-space: pre-line;
  word-wrap: break-word;
  margin: 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  }


  .main-video {
    margin-top: 30px;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 52.8%;
    height: 0;
    overflow: hidden;
    text-align: center;
    border-radius: 20px;
    background-color: #000;
}

.main-video video {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 40px);
  height: 100%;
  border-width: 0;
  outline-width: 0;
}


@media (max-width: 900px) {
  .main-video {
    padding-top: 30px;

}
  .main-video video {
      margin-left: 10px;
      margin-right: 10px;
      width: calc(100% - 20px);
  }

  .seo_card_list .seo_card_item{
    height: auto;
    max-width: 43vw;
  }

}

.pic-sec__grid, .card_img{
text-align: center;
}

.card_description{
  white-space: pre-line;
  word-wrap: break-word;
}