.price-header {
    border-radius: 17px; /* закругляем форму */
    color: #ffffff; /* цвет букв */
}
.features-content-wrap {margin-left: 20px;}
.yellow {    background: #ffdd2d; padding: 10px; margin: 0 0 30px ;}
.features-content-wrap  li .img1  {margin-top: 20px;}
.green {
    background-color: #1ac190;
    /* цвет фона */
}
.but {  background: #000; color: #fff; font-size: 11px;  
    padding: 10px 20px;
    border-radius: 30px; }
.but:hover {  background: #555; color: #fff;   }
body .zagolovokspiska.accordion-button img.plus {
display: none;
}
.zagolovokspiska.accordion-button.collapsed img.minus {
display: none;
}
.zagolovokspiska.accordion-button.collapsed img.plus {
    display: block;
}
body .accordion-button img.plus {
display: none;
}
.accordion-button.collapsed img.minus {
display: none;
}
.accordion-button.collapsed img.plus {
    display: block;
}

.contain {
    padding: 10px; /* внутренний отступ */
}

.price-title {
    font-size: 24px;
    margin-bottom: 10px; /* внешние отступы снизу*/
    margin-top: 0; /* внешние отступы сверху*/
  
    font-weight: bold;
    color: #fff;
}

/* Стили для блока с рассрочкой и логотипом */
.price-plan {
    display: flex;  /*Элемент генерирует структурный блок, который создает адаптивный контейнер для дочерних элементов.*/
    justify-content: space-between; /* выравнивание эдементов */
    align-items: center; /* выравнивание элементов по центру */
}

.price-old {
    color: #e0e0e0; /* цвет текста*/
    font-size: 15px; /*размер текста*/
}

.tinkoff {
    background-color: #ffdd2d; /*фон*/
    color: black; /*цвет текста*/
    display: flex; /*выравнивание авто*/
    padding: 3px; /*отступ внутренний*/
    border-radius: 5px; /*закругление*/
    align-items: center;
}

.tinkoff-text {
    font-size: 15px;
    margin-left: 5px;
}

.price-amount {
    font-size: 18px; /*шрифт*/
    margin: 0; /* отступы*/
}

.caption {
    font-size: 10px;
    margin: 0;
}

.price-features {
    list-style: none; /*отключаем стили*/
    padding: 0;
    margin: 0;
    text-align: left;
}

.price-features li {
    margin-bottom: 15px; /*отступ снизу*/
}

.price-button {
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    cursor: pointer; /* стилизация курсора */
    font-size: 16px;
    width: 100%; /*размер по ширене внутри блока */
    text-transform: uppercase; /*Выводит все слова в элементе прописными буквами*/
}

.price-block {
    display: flex; /* какоето выравнивание */
    justify-content: center; /*выравнивание элементов по горизонтали*/
    align-items: center; /*выравнивание элементов по вертикали*/
     /* внутренние поля элемента между содержимым и рамкой*/
}

/* Основные стили для карточек */
.price-card {
    display: flex; /* выравнивоние */
    flex-direction: column; /*Направление сверху вниз. Flex-элементы выкладываются в колонку.*/
    justify-content: space-between; /*lex-элементы равномерно распределяются по линии. */
    background-color: #fff; /*белый фон*/
    border: 1px solid #ddd; /* рамка */
    border-radius: 20px; /*закругление */
    padding-bottom: 20px; /* отступ снизу*/
    box-shadow: -11px 11px 11px 4px rgba(0, 0, 0, 0.1); /* тень*/
    margin: 10px; /*  внешние поля элемента вокруг рамки */
    height: 520px;
    width: 260px;
}

/* Стили для старых цен */
del {
    color: #CECECEFF;
    text-decoration: line-through;
    font-size: 13px;
}

/* Основные стили для страницы */
body {
  /*  font-family: Arial, sans-serif; */
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
}

.contain {
    padding: 10px;
}

.indigo {
    background-color: #8327f3;
    /* Индиго */
}

.black {
    background-color: black;
    /* Черный */
}

/* Градиентный фон для MAX */
.gradient {
    background: linear-gradient(to right, black, 70%, rgb(97, 97, 97));
}

.gradient2 {
    background: linear-gradient(to right, #8327f3, 70%, rgb(193, 152, 243));
    /* Индиго */
}

.gradient3 {
    background: linear-gradient(to right, #1ac190, 70%, rgb(157, 238, 216));
    /* цвет фона */
}

/* Медиа-запрос для мобильных устройств */
@media screen and (max-width: 910px){
    .price-block {
        flex-direction: column;
    }
}

.green.price-button:hover {
    background-color:  #9bdac7;
}

.indigo.price-button:hover {
    background-color:  #b589eb;
}

.black.price-button:hover {
    background-color: #595959FF;
}

.topprice{



}

/* аааааааааааааааааааааааа  */

div.id1 {
    /*all: initial;*/
    display: table;

}

img.img1 {
    vertical-align: middle;
    display: table-cell;
    margin: 0 10px 0 0 ;


}
span.sp1 {
    vertical-align: middle;
    display: table-cell;
    font-weight: bold;
    font-size: 18px;
}

p.id2 {

    margin-left:51px;
    font-size: 16px;

}

div.line1 {
    float: left; /*Задаем обтекание*/
    line-height: 15px;/*Высота строки + верт. центрирования текста*/
    font-size: 14px;
   /* background: dodgerblue;*/
   /* color: white;*/
    margin-top: 20px;
    width: 280px; /*Фиксируем ширину блока*/
    margin-right: 90px;
   /* text-align: center; /*Центрируем текст по горизонтали*/

}

div.line2 {
    float: left; /*Задаем обтекание*/
    line-height: 15px;/*Высота строки + верт. центрирования текста*/
    font-size: 14px;
    /* background: dodgerblue;*/
    /* color: white;*/
    margin-top: 20px;
    width: 280px; /*Фиксируем ширину блока*/
    margin-right: 90px;
    /* text-align: center; /*Центрируем текст по горизонтали*/


}
div.ll{
display: flex;
flex-direction: column;
    display: flex;
    
    margin-left: 8%;
    align-items: center;
  
}

div.tin{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

}

div.vho
{
    width: 900px;
    height: 120px;
    padding: 15px;
    border-radius: 37px;
    background-color: rgba(217, 217, 217, 0.4);

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    text-align: left;
    align-items: center;
  
     --r: calc(700 / 90);

    --cv: clamp(0px,(100vw - 100vh*var(--r))*10000,1vh);
    --ch: clamp(0px,(100vh*var(--r) - 100vw)*10000,1vw);

    height: calc((var(--cv) + var(--ch)/var(--r)) * 90 );
    width:  calc((var(--ch) + var(--cv)*var(--r)) * 90 );

    max-width: 960px;
    max-height: 540px; /* OR calc(960px/var(--r)) */

    display: flex;
    justify-content: center;
    align-items: center;
 	margin: auto;
}

.c2023{
    font-weight: 700;
    font-size: 20px;
}

.f2023{
    font-size: 20px;
    font-weight: normal;
}

.otstup{
    padding: 100px;
}

div.video1 {
    padding: 15px;
    border-radius: 37px;
    background-color: rgba(59, 216, 131, 0.4);
}

.vk{
	padding-top: 5%;
    border-radius: 37px;

}

video{

    border-radius: 37px;

}

div.obchiy{





    display: flex;
    flex-direction: column;
    align-items: center;



}

.txt2{
    font-size: 20px;
    font-weight: normal;
    padding: 15px;
}

.txt1{
    font-weight: 700;
    font-size: 20px;

}

.txtvideo{
    padding: 15px;
}

/*--------------------------------------------------*/

.komukursimg2{
    float: left; /*Задаем обтекание*/
    line-height: 120px;/*Высота строки + верт. центрирования текста*/
    margin-right: 10px;
    text-align: center; /*Центрируем текст по горизонтали*/

}

.komukursimg{
    display: inline-block;
    float:left;
    margin: 0 15px 15px 0;
    text-align:center;
    padding: 10px;

}

.sprava{

    float: left; /*Задаем обтекание*/


    /* background: dodgerblue;*/
    /* color: white;*/
    margin-top: 20px;
    width: 580px; /*Фиксируем ширину блока*/
    margin-right: 90px;
    /* text-align: center; /*Центрируем текст по горизонтали*/

}

img.spec{
    width:70%;
}

.zagp1{
    width:70%;
    height: 25px;
    background-color: rgba(26, 193, 144, 0.15);
    border-radius: 20px;
    color: #1ac190;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    font-size: 12px;
    font-weight:bold;
}

.zagp2{

    font-weight:bold;
    font-size: 25px;
}

.numbl{

    width:20%;
    height: 25px;
    background-color: rgb(0, 0, 0);
    border-radius: 5px;
    color: #ffffff;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    font-weight:bold;
    font-size: 20px;

}

.blokp1{
    float: left; /*Задаем обтекание*/


    /* background: dodgerblue;*/
    /* color: white;*/
    margin-top: 20px;
    width: 280px; /*Фиксируем ширину блока*/
    margin-right: 90px;
    /* text-align: center; /*Центрируем текст по горизонтали*/
    display: inline-block;

    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;

}
.blokp2{
    float: left; /*Задаем обтекание*/


    /* background: dodgerblue;*/
    /* color: white;*/
    margin-top: 20px;
    width: 280px; /*Фиксируем ширину блока*/
    margin-right: 90px;
    /* text-align: center; /*Центрируем текст по горизонтали*/
    display: inline-block;

    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;

}

.pp1,.pp2, .pp3, .pp4 {
    margin:20px;
    margin-left:0px;
    width: 280px; /*Фиксируем ширину блока*/
}

/*-------------------------------------------------------------*/

.container2 {
    display: flex;
    flex-direction: row;
    /* Располагаем элементы горизонтально */
    align-items: start;

    /* Выравниваем элементы по вертикали */
}

.imgleft{
    flex: 0 0 auto;
    /* Не растягиваем картинку */
    margin-right: 100px;
    /* Добавляем отступ между картинкой и текстом */
}

.oproff{
  
}
.oproffzagg{
    background-color: rgba(26, 193, 144, 0.15);
    border-radius: 20px;
    color: #1ac190;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
      padding: 6px 15px !important;
    margin: 15px 0 30px;
    text-transform: uppercase;
}

.txtprav{

    width:60%;
    height: 10px;

}


.oprofftxt{
    
    _font-size:21px;
}

.spec222{

    border-radius: 20px;
}

.imgleft{

}

.oproffzag{

    font-size:30px;
}

@media screen and (max-width: 900px) {
 
    .container2 {
        flex-direction: column;
        /* Располагаем элементы вертикально на мобильных устройствах */
    }

    .imgleft {
        margin-right: 0;
        /* Убираем отступ между картинкой и текстом на мобильных устройствах */
    }
}

/*-------------------------------------*/

.container3 {
    display: flex;
    flex-direction: row-reverse;
    /* Располагаем элементы горизонтально */
    align-items: start;

    /* Выравниваем элементы по вертикали */
}

.imgleft3{
    flex: 0 0 auto;
    /* Не растягиваем картинку */
   /* margin-right: 150px;*/
    /* Добавляем отступ между картинкой и текстом */
    margin-left: 150px;
}

/* Для выпадающего Списка************************************** */
div.zagolovokspiska{


    padding: 15px;
    border-radius: 37px;
    background-color: rgba(217, 217, 217, 0.4);

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    text-align: left;
    align-items: center;

    --r: calc(700 / 90);

    --cv: clamp(0px,(100vw - 100vh*var(--r))*10000,1vh);
    --ch: clamp(0px,(100vh*var(--r) - 100vw)*10000,1vw);

    height: calc((var(--cv) + var(--ch)/var(--r)) * 90 );
    width:  calc((var(--ch) + var(--cv)*var(--r)) * 90 );

    max-width: 900px;
    max-height: 100px; /* OR calc(960px/var(--r)) */

    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;

}

img.imgspisokvip {
    vertical-align: middle;
    display: table-cell;
    margin: 0 0px 20px 0 ;


}

.plus{
    padding: 10px;
}

.minus{
    padding: 10px;
 
}

div.spisokostxt{


    padding: 15px;
    border-radius: 37px;
    background-color: rgba(217, 217, 217, 0.4);



    max-width: 900px;
    max-height: 100000px; /* OR calc(960px/var(--r)) */


    margin: auto;
    margin-top: 50px;
    font-size: 20px;
    font-weight: normal;

    display: none;
}

/* Что получите*/

:root {
  --color-purple-d: #28165e;
  --color-green: #3bd883;
  --color-purple: #8327f3;
  --card-opacity: 0.8;
}

.wrapper {
  width: 100%;
  margin-top:  0px;
  z-index: 3;
}



.row {
  display: flex;
}

.card {
  /* Тут я указываю общие стили для всех карточек */
  opacity: var(--card-opacity);
  display: flex;
  width: 100%;
  height: 100%;
  color: white;
  font-weight: 300;
  padding: 10px 20px 10px 10px;
  border-radius: 16px;
  font-size: 22px;
  cursor: pointer;
}

.num {
  margin-right: 5px;
  text-align: center;
}

/* Тут я указываю общие стили общих карточек*/
.card.card--green {
  background-color: var(--color-green);
  max-height: 320px;
  min-height: 320px;
  max-width: 276px;
  min-width: 276px;
}

.row-1 .card, .row-2 .card, .row-3 .card{
  transition: .3s;
  
}

.card.card--purple-darken {
  background-color: var(--color-purple-d);
  min-height: 250px;
  max-height: 250px;
  max-width: 276px;
  min-width: 276px;
}

.card.card--purple {
  background-color: var(--color-purple);
  max-width: 280px;
  min-height: 290px;
  max-height: 290px;
  min-width: 290px;
}

/*
  Тут я говоря что внутри класса row-1 есть класс card--purple, card--green и тд...
  и только классы которые находятся внутри row-1 получат ити стили
  например .cart--green который находятся не в row-2 и row-3 не получит этих своиств и наоборот
*/

.row-1 .card--purple-darken {
  margin-top: 20px;
}

.row-1 .card--purple-second {
  margin-top: 85px;
}

.row-1 .card--purple {
  margin-left: -20px;
}

.row-1 .card--green {
  margin-left: -20px;
  margin-top: 60px;
}

/*
 благодаря что у нас есть row-1, row-2 и тд. мы может обращаться только к тем карточка которые находиться внутри них
 и позволяет не делать кучу классов
 единственное пришлось создать класс second потому-что в каждом ряду есть вторая повторяющаяся карточка
 например в первом ряду у нас две одинаковые тёмно фиол карточки что-бы управлять стилями второй карточки придётся добавить ещё один класс
 в след рядах поступаем так-же есть ещё варианты но это самый простой
 вот это будет полезно
 https://developer.mozilla.org/ru/docs/Web/CSS/CSS_selectors
*/
.row-2 {
  margin-top: -100px;
}

.row-2 .card--purple-darken {
  margin-top: 90px;
  margin-left: 70px;
}

.row-2 .card--purple {
  margin-top: 80px;
}

.row-2 .card--purple-second {
  margin-top: 120px;
  margin-left: -10px;
}

.row-2 .card--green {
  margin-left: -20px;
  /*
  тут делаем position: relative что-бы данная карточка была выше других карт
  убери это своиство и посмотри что изменится.
  Если не знаешь что это, читай
  https://developer.mozilla.org/en-US/docs/Web/CSS/position
*/
  position: relative;
  z-index: 2;
}

.row-3 {
  margin-top: -90px;
}

.row-3 .card--purple-darken {
  margin-top: 140px;
  margin-left: -10px;
}

.row-3 .card--purple {
  margin-left: 15px;
  position: relative;
  z-index: 2;
}

.row-3 .card--green {
  margin-left: 80px;
  margin-top: 30px;
  position: relative;
  z-index: 2;
}

.row-3 .card--green-second {
  margin-top: 210px;
  margin-left: -40px;
}

/*
  медиа запросы для адаптации
  Вот на всякий случай
  https://developer.mozilla.org/en-US/docs/Web/CSS/@media
*/
@media screen and (min-width: 480px) {

  /* изменяем стили при наведении при разрешении больше 480px*/
  .card:hover {
    scale: 1.2;
    z-index: 5;
    opacity: 1;
  }
}

@media screen and (max-width: 480px) {

  .row__inner {
    display: flex;
    gap: 20px;

  }

  .row222 {
    min-width: 1180px;
    margin-top: 200px;
    display: flex;
    justify-content: space-between;
  }

  .row .card {
    /* Тут мы обнуляем все отступы у всех карточек */
    margin: 0;
    max-height: none;
  }

}

/* Как проходит */
.seven-block-list{
background-color: rgba(217, 217, 217, 1);
}

.seven-block-list-li{
  color:white;
  margin: 20px 10px;
  line-height:16.94px;
  font-size: 12px;
  background-color: rgb(89 89 89);
  padding: 5px;
  border-radius: 10px;
  height: 212px;
  min-width: 180px;
}
.resume-list{
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 17px;
  margin: 5px;
  padding: 0 15px;
  height: 50px;
}
.li-marker{
  list-style: none;
}
.li-marker >li:before {
  content: '\2022';
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -10px;
  top: -4px;
  color: rgba(59, 216, 131, 1);
  font-size: 20px;
}
@media   (max-width: 580px) {
  .seven-block-list-li {
    height: auto;
    min-width: 209px;}
  .green img {max-height: 150px;}
  .grey img {max-height: 120px;}
  .row__inner {
    flex-wrap: wrap;}
  .row .card {
    margin: 0;
    max-height: none;
    width: 90%;
    max-width: 100%;
    padding: 20px;
    height: auto;
    margin-bottom: 10px;
    min-height: 100px;}
  .row-2, .row-3 {
    margin-top:  -10px;}
  .features-content-wrap  li .img1  {width: 300px;}
  .text-md-center {text-align: center;}
  div.zagolovokspiska {height: auto;}
}
.video-container {
  position: relative;
  max-width: 300px;
  height: 200px;
  border-radius: 15px; /* Закругление углов */
  overflow: hidden; /* Обрезаем видео, чтобы оно подходило по размерам контейнера */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; /* Убираем рамку вокруг видео */
}

.price-features.contain { 
  font-size: 16px;
}




.custom-slider-2024-02-28 .about-body{
	display: flex;
    overflow: hidden;
  	user-select: none;
    position: relative;
}


.custom-slider-2024-02-28 .about-container{
	display: flex;
    cursor: grab;
    z-index: 1;
  align-items: center;
  height:360px;
}

.custom-slider-2024-02-28 .about-container > div{
	display: flex;
    width: 330px;
    aspect-ratio: 1/1;
    border-radius: 24px;
    flex-direction: column;
    justify-content: flex-end;
    margin: 20px;
    padding: 20px;
    position: relative;
    box-shadow: 0 0 20px 0px #d4d4d47a;
	transition: width 0.3s ease, height 0.3s ease;
}

.custom-slider-2024-02-28 .about-container > div:hover{
  width: 355px;
}


.custom-slider-2024-02-28 .about-container > div .num-of{
    position: absolute;
    top: 24px;
    right: 24px;
    color: #f7f7f7;
    font-weight: 500;
    font-size: 34px;
    line-height: 1;
    border-radius: 50%;
    background: #0b0b0be8;
    aspect-ratio: 1/1;
    width: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-slider-2024-02-28 .about-container > div h2{
  position: absolute;
    top: 24%;
}
.custom-slider-2024-02-28 .about-container > div:nth-child(1){
	background: #ffe552d6;
}

.custom-slider-2024-02-28 .about-container > div:nth-child(2){
	background: #9ed9ffbf;
}

.custom-slider-2024-02-28 .about-container > div:nth-child(3){
	background: #9effafbf;
}

.custom-slider-2024-02-28 .about-container > div:nth-child(4){
	background: #f5bdf2c2;
}

.custom-slider-2024-02-28 .about-container > div:nth-child(5){
	background: #52caffd6;
}

.custom-slider-2024-02-28 .about-container > div:nth-child(6){
	background: #ff9f84c2;
}

.custom-slider-2024-02-28 .about-container > div:nth-child(7){
	background: #de87fdfc;
}



.t4-footnav, .t4-copyright {
    background-color: #fbfbfd;
    color: #585858e6;
}
.t4-footnav .t4-module .module-title span{
  color: #54417be6;
  
}


.t4-footnav .navbar .navbar-nav > li a{
  color: #585858e6;
  font-size: 16px;
}
.t4-footnav .navbar .navbar-nav > li a:hover{
   color: #6754e2;
}

.t4-section.t4-footnav {
  overflow: hidden;
}

.row {
 flex-wrap:wrap; 
 justify-content: space-evenly;
}


#t4-footnav .bg-overlay-image {
  background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigB8iI5tb8WSVBuVUGc9UjjB8O0708X7Fdic_4O1LT4CmLHoiwhanLXiRhe82yw0R7LgACQ2IhZaTY0hhmGi0gYp_Ynb49CVzfmXtYHUVKgXXpWvJ_oYT8cB4vzsnJLe3iCwuzj-w6PeYq_JaHmy_CoGoa6nw0FBo-2xLdOPvsLTh_fmYH2xhkaZ-OGQ/s16000/footer_bg.png);
      background-position: 50% 100%;
}

.footer_bg_one {
  background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEia0PYPxwT5ifToyP3SNZeQWfJEWrUENYA5IXM6sN5vLwAKvaJS1pQVu8mOFFUa_ET4JuHNTFAxKURFerJYHDUWXLXl1vDofYXuij45JZelYOjEFoCOn7E6Vxu0fwV7ACPzArcno1rYuVxGB7JY6G7__e4_KZW4lTYIaHSLVaVLzklZBLZnQw047oq5-Q/s16000/volks.gif") no-repeat center center;
  width: 330px;
  height: 105px;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 30%;
  -webkit-animation: myfirst 22s linear infinite;
  animation: myfirst 22s linear infinite;
}

.footer_bg_two {
  background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyLGwEUVwPK6Vi8xXMymsc-ZXVwLWyXhogZxbcXQYSY55REw_0D4VTQnsVzCrL7nsyjd0P7RVOI5NKJbQ75koZIalD8mqbMquP20fL3DxsWngKkOLOzoOf9sMuxlbyfkIBTsDw5WFUj-YJiI50yzgVjF8cZPHhEjkOP_PRTQXDHEq8AyWpBiJdN9SfQA/s16000/cyclist.gif") no-repeat center center;
  width: 88px;
  height: 100px;
  background-size: 100%;
  bottom: 0;
  left: 38%;
  position: absolute;
  -webkit-animation: myfirst 30s linear infinite;
  animation: myfirst 30s linear infinite;
}

@-moz-keyframes myfirst {
  0% {
      left: -25%;
  }
  100% {
      left: 100%;
  }
}

@-webkit-keyframes myfirst {
  0% {
      left: -25%;
  }
  100% {
      left: 100%;
  }
}

@keyframes myfirst {
  0% {
      left: -25%;
  }
  100% {
      left: 100%;
  }
}

#t4-copyright {
    padding: .2rem 0 2.5rem 0;
}

.footer1{
      font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #7f88a6;
    text-align: left;
    margin-left: 3rem;
}

.footnav-1 .custom *{
  display:flex;
  padding:0;
  justify-content: center;
  padding-right: 0!important;
  text-align: center;
  
  font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #6a7695;
}

.t4-footnav .navbar .navbar-nav > li + li {
    margin-top: 4px;
}

.footnav-4, .footnav-5{
    max-width: 250px;
    flex: none;
}
.tg-channel{
    color: #585858e6;
    border: 1px #58585869 solid;
    border-radius: 14px;
    padding: 5px;
    width: 100%;
    display: block;
    text-align: center;
}

.tg-channel:hover{
  color: #6754e2;
}

.social__list a{
    margin: 0 0.4vw;
    padding: 8px;
    background: #fff;
    width: 50px;
    border-radius: 50%;
    border: 1px #58585842 solid;
  	display: flex;
  	justify-content: center;
  align-items: center;
  height: 50px;
  margin: 4px;
}

.social__list img{
  width: 80%;
  aspect-ratio: 1/1;
  transition: .3s;
}

.social__list img:hover{
  width: 100%
}
.footnav-2 {
    max-width: 250px;
    flex: none;
}

.grab-helper{
    position: absolute;
    z-index: 10;
    top: 37%;
    line-height: 1.3;
    right: 0;
    color: #f3f3f3f7;
    background: #000000ab;
    padding: 28px 10px 28px 35px;
    border-radius: 50px 0 0 50px;
    text-align: center;
    pointer-events: none;
    transition: .5s;
  opacity:1;
}

.grab-helper.toggled{
  opacity:0;
}


.form-questions .form-group.row {
  display: block;
}
.form-questions .form-control {
  max-width: 100%;
}
.form-questions textarea {
  height: 200px;
}
.form-questions input.btn {
  margin-left: 1.5rem;
}
.form-questions p.errorcontainer {
  display: none !important;
}
.form-questions .row {
  margin-right: -12px;
  margin-left: -12px;
}
.page-form .tooltip-inner {
  max-width: 250px !important;
  padding: 0.5rem 0.75rem !important;
  color: #212529 !important;
  text-align: center !important;
  background-color: white !important;
  border: 1px solid black!important;
  border-radius: .3rem !important;
}