/* ==================================================================Widgets==================================================================== */


.xs_popular_categories__title
{
  margin-bottom: 30px;
}
.xs_popular_categories__title h2
{
  text-align: center;
  color: #19191C;
  font-size: 44px;
}


.xs_popular_categories__title h3
{
  text-align: center;
  color: #777E90;
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
}


.xs_popular_categories__list
{
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}

.xs_popular_categories__list .xs-cat-item h2 a, .xs_popular_categories__list .xs-cat-item h2
{
	margin-top: 20px;
  font-size: 22px;
  color:#19191C;
  font-weight: 400;
  text-decoration: none;
}


.xs-cat-item
{
  border: 2px solid #E4EBF4;
  box-sizing: border-box;
  border-radius: 25px;
  text-align: center;

  width: 245px;
  height: 245px;
  padding: 50px 0;
  margin-right: 30px;
}



.xs-cat-item-last
{
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  margin-left: auto;
  width: 235px;
  height: 235px;
}

.xs-cat-item-last a, .xs-cat-item-last span
{
  text-decoration: none;
  color: #19191C;
  font-size: 22px;
}








.xs_discounted_products__title
{
  margin-bottom: 30px;
}
.xs_discounted_products__title h2
{
  text-align: center;
  color: #19191C;
  font-size: 44px;
}


.xs_discounted_products__title h3
{
  text-align: center;
  color: #777E90;
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
}



.xs_banners__title h2
{
  text-align: center;
  color: #19191C;
  font-size: 44px;
}



.xs_banners__title h3
{
  text-align: center;
  color: #777E90;
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
}


.xs_posts__title h2
{
  text-align: center;
  color: #19191C;
  font-size: 44px;
}



.xs_posts__title h3
{
  text-align: center;
  color: #777E90;
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
}



/* Слайды */
.xs_discounted_products .slick-slide {
   margin: 0 15px;
}

/* Родительский элемент */
.xs_discounted_products .slick-list {
   margin: 0 -15px;
}





.xs_slick_nav 
{
  cursor: pointer;
  display: inline-block;
  position: absolute;
}


.xs_discounted_products .products
{
  position: relative;
}



.xs_slick_nav_next
{
  right: -70px;
  top: 40%;
  margin-top: -47px !important;
}


.xs_slick_nav_prev
{
  left: -70px;
  top: 40%;
  margin-top: -47px !important;
}



.xs_discounted_products_btn a
{
  display: inline-block;
  padding: 18px 30px;
  background-color: #F4F5F6;
  border-radius: 8px;
  text-decoration: none;
  color: #19191C;
}



.xs_discounted_products_btn
{
  display: flex;
  justify-content: center;
}



.xs_banners_item
{
  height: 300px;
  border-radius: 10px;
  margin-bottom: 23px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
  color: #fff;
}


.xs_banners_list
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}



.xs_banners__title
{
  margin-bottom: 30px;
}



.xs_banners_item__title
{
  font-size: 30px;
  color: #fff;
  line-height: 30px;
}




.xs_banners_item__title
{
  margin-bottom: 15px;
}


.xs_banners_item__meta___price
{
  font-size: 20px;
  color: #fff;
  margin-right: 5px;
}

.xs_banners_item__meta___sale
{
  font-size: 16px;
  color: #19191C;
  font-weight: 500;
  border-radius: 10px;
  padding: 3px 10px;
  background-color: #FFC608;
  display: inline-block;
}


.xs_banners_list_mob
{
  display: none;
  position: relative;
}


.xs_slick_nav_banners 
{
  position: absolute;
  bottom: -50px;
}

.xs_slick_nav_banners 
{
  display: flex;
  align-items: center;
}


.xs_slick_nav_banners_prev
{
  left: 37%;
}


.xs_slick_nav_banners_next
{
  right: 37%;
}



.xs_posts__title
{
  margin-bottom: 30px;
}



.xs_post__list
{
  display: flex;
  justify-content: space-between;
}



.xs_post
{
  width: 351px;
}

.xs_post__list___item___img img
{
  height: 237px;
  border-radius: 15px;
}

.xs_post__list___item___img
{
  margin-bottom: 20px;
}



.xs_post__list___item___meta
{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}


.xs_post__list___item___category
{
  font-size: 16px;
  color: #777E90;
  padding: 5px 12px;
  border: 1px solid #C1C1C1;
  border-radius: 10px;
  margin-right: 10px;
}


.xs_post__list___item___date
{
  color: #777E90;
  font-size: 14px;
}



.xs_post__list___item___category a
{
  text-decoration: none;
  color: #777E90;
  display: inline-block;
  width: 100%;
  height: 100%;
}



.xs_post__list___item___title a
{
  font-size: 24px;
  color: #19191C;
  text-decoration: none;
}

.xs_post__list___item___title
{
  margin-bottom: 5px;
}



.xs_post__list___item___bottom
{
  display: flex;
}

.xs_post__list___item___countview
{
  margin-right: 20px;
  font-size: 16px;
  color: #777E90;
  display: flex;
  align-items: center;
}

.xs_post__list___item___countview svg
{
  margin-right: 7px;
}



.xs_post__list___item___timeread
{
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #777E90;
}


.xs_post__list___item___timeread svg
{
  margin-right: 5px;
}






.xs_posts_btn
{
  margin-top: 30px;
  display: flex;
  justify-content: center;
}



.xs_posts_mob
{
  display: none;
}


.xs_about_1__title
{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.xs_about_1__title h3
{
  font-size: 25px;
  text-align: center;
  color: #777E90;
  font-weight: 500 !important;
  line-height: 30px;
  margin-bottom: 10px;
}


.xs_about_1__title h2
{
  font-size: 50px;
  line-height: 55px;
  font-weight: 500 !important;
  text-align: center;
  width: 80%;
}
.new_title h1{
	font-size: 50px;
  line-height: 55px;
  font-weight: 500 !important;
  text-align: center;
  width: 80%;
      color: #363636;
}


.xs_about_1__img img
{
  max-width: 900px;
}

.xs_about_1__img
{
  text-align: center;
}



.xs_about_1__text p
{
  width: 80%;
  font-size: 26px;
  line-height: 35px;
  text-align: center;
  color: #777E90;
  font-weight: 500;
}

.xs_about_1__text
{
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}


.xs_about_1__text p b
{
  color: #19191C;
}




.xs_preimushestva__list
{
  display: flex;
  justify-content: space-between;
}



.xs_preimushestva__item
{
  text-align: center;
}



.xs_preimushestva__item h2
{
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}

.xs_preimushestva__item p
{
  font-size: 22px;
  line-height: 140%;
  color: #777E90;
  font-weight: normal;
}




.xs_preimushestva
{
  margin-bottom: 80px;
}




.xs_banners_about_list___item
{
  height: 490px;
  margin-bottom: 24px;
  border-radius: 20px;
}




.xs_banners_about_list
{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}




.xs_banners_about_list___item_1
{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 50px;
}

.xs_banners_about_list___item_1 h3
{
  color: #19191C;
  font-size: 38px;
  line-height: 45px;
  font-weight: 500;
  margin-bottom: 10px;
}

.xs_banners_about_list___item_1 h4
{
  font-size: 18px;
  color: #777E90;
  font-weight: 400;
}



.xs_banners_about_list___item_2
{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 50px;
}


.xs_banners_about_list___item_2 h3
{
  color: #fff;
  text-align: center;
  font-size: 38px;
  line-height: 45px;
  font-weight: 500;
}


.xs_banners_about_list___item_3
{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 40px;
  padding-bottom: 40px !important;
}

.xs_banners_about_list___item_3 h3
{
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  font-weight: 500;
}



.xs_banners_about_list___item_4
{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 40px;
  padding-bottom: 40px !important;
}

.xs_banners_about_list___item_4 h3
{
  color: #19191C;
  font-size: 26px;
  line-height: 35px;
  font-weight: 500;
}


.xs_banners_about_list___item_5
{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 40px;
  padding-bottom: 40px !important;
}

.xs_banners_about_list___item_5 h3
{
  color: #19191C;
  font-size: 26px;
  line-height: 35px;
  font-weight: 500;
}



.xs_banners_about_list___item a
{
  text-decoration: none;
}






.xs_banners_about_list___mob
{
  display: none;
}



.xs_testimonials___item____title___block___1
{
  display: flex;
}




.xs_testimonials_list
{
  width: 600px;
  margin: 0 auto;
  position: relative;
}



.xs_testimonials___item____title
{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.xs_testimonials___item____title____avatar
{
  position: relative;
  z-index: 5;
}


.xs_testimonials___item____title____rating
{
  position: relative;
  z-index: 6;
  margin-left: -15px;
}



.xs_testimonials___item____title___block___2
{
  margin-left: 15px;
}



.xs_testimonials___item____title___block___2 h3
{
  font-size: 24px;
  line-height: 28px;
  color: #19191C;
  font-weight: 500;
}


.xs_testimonials___item____title___block___2 p
{
  font-size: 16px;
  line-height: 19px;
  color: #777E90;
}



.xs_testimonials___item____text
{
  text-align: center;
  font-size: 22px;
  line-height: 150%;
  color: #19191C;
  font-weight: normal;
}



.xs_testimonials_link
{
  text-align: center;
  margin-top: 25px;
}

.xs_testimonials_link a
{
  text-align: center;
  margin-top: 25px;
  font-size: 20px;
  color: #0071E3;
  text-decoration: none;
  font-weight: 500;
}



.xs_testimonials_prev
{
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: -100px;
  cursor: pointer;
}


.xs_testimonials_next
{
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: -100px;
}



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



.header_about__content___item a
{
  display: flex;
  align-items: center;
  text-decoration: none;
}

.header_about__content___item a svg
{
  margin-right: 13px;
}


.header_about__content___item___1 a
{
  font-size: 16px;
  color: #19191C;
}


.header_about__content___item___2 a
{
  border: 2px solid #E4EBF4;
  border-radius: 10px;
  font-size: 16px;
  color: #19191C;
  padding: 15px 25px;
}



.xs_quest_tabs__items
{
  display: flex;
  justify-content: space-between;
}

.xs_quest_tabs__item
{
  width: 48%;
}


.xs_quest_tabs__titles___item____active
{
  color: #0071E3;
}





.qwer{
    animation-name: qwer;
    animation-duration: 1.5s;
}

@keyframes qwer
{
    from{opacity: 0.1;}
    to{opacity: 1;}
}


.quests_block
{
  position: relative;
}

.icon_toggle 
{
  position: absolute;
  right: 0;
  margin-top: -4px;
}



.xs_quest_tabs___titleblock
{
  width: 60%;
  margin-bottom: 40px;
}


.xs_quest_tabs___titleblock h1
{
  font-size: 48px;
  line-height: 56px;
  color: #19191C;
  margin-bottom: 10px;
  font-weight: 500;
}


.xs_quest_tabs___titleblock h4
{
  font-size: 16px;
  line-height: 140%;
  color: #777E90;
  font-weight: normal;
}



.xs_quest_tabs__titles___item
{
  display: flex;
  align-items: center;
}


.xs_quest_tabs__titles___item__2
{
  display: flex;
  flex-direction: column;
}


.xs_quest_tabs__titles___item__1
{
  position: relative;
  z-index: -1;
}

.xs_quest_tabs__titles___item__2
{
  position: relative;
  z-index: -1;
}



.xs_quest_tabs__titles___item__1
{
  margin-right: 20px;
}


.xs_quest_tabs__titles___item__2 span:first-child
{
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #19191C;
  margin-bottom: 5px;
}

.xs_quest_tabs__titles___item__2 span:last-child
{
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #777E90;
}



.xs_quest_tabs__titles___item
{
  margin-bottom: 25px;
  cursor: pointer;
}

.quests_block
{
  padding: 20px 0;
  border-top: 2px solid #E4EBF4;
  cursor: pointer;
}


.quests_block:last-child
{
  border-bottom: 2px solid #E4EBF4;
}


.quest_title
{
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #19191C;
}



.quest_answer
{
  margin-top: 20px;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #777E90;
}


.xs_quest_tabs
{
  margin-top: 50px;
  margin-bottom: 100px;
}



.xs_quest_tabs__titles___item____active .xs_quest_tabs__titles___item__2 span:first-child
{
  color: #0071E3;
}


.xs_tabs_search input
{
  border: none;
  outline: none;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  margin-left: 10px;
  color: #777E90;
}

.xs_tabs_search
{
  padding: 16px 20px;
  border: 2px solid #E4EBF4;
  border-radius: 8px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}





















/* Media */
@media screen and (max-width: 1200px)
{

  .xs-cat-item
  {

    width: 200px;
    height: 200px;
    padding: 40px 0;
  }


  .xs_post {
    width: 294px;
  }

  .xs_post__list___item___img img {
      height: 220px;
      border-radius: 15px;
  }

  .xs_about_1__title h2, .new_title h1{
      font-size: 40px;
      line-height: 45px;
      font-weight: 500 !important;
      text-align: center;
      width: 80%;
  }

}





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

  .xs-cat-item
  {
    width: 150px;
    height: 150px;
    padding: 20px 0 10px 0;
  }

  .xs_popular_categories__list .xs-cat-item h2 a, .xs_popular_categories__list .xs-cat-item h2
  {
    font-size: 16px;
  }

  .xs-cat-item-last a, .xs-cat-item-last span
  {
    font-size: 16px;
  }

  .xs_popular_categories__title h2 {
    text-align: center;
    color: #19191C;
    font-size: 36px;
  }

  .xs_discounted_products__title h2 {
    text-align: center;
    color: #19191C;
    font-size: 36px;
  }

  .xs_banners__title h2 {
    text-align: center;
    color: #19191C;
    font-size: 36px;
  }

  .xs_posts__title h2 {
    text-align: center;
    color: #19191C;
    font-size: 36px;
  }
  

  .xs_posts_mob
  {
    display: block;
  }

  .xs_posts_desc
  {
    display: none;
  }

  .xs_post__list___mob .xs_post
  {
    width: 327px !important;
  }

  .xs_about_1__img img
  {
    max-width: 100% !important;
  }

  .xs_about_1__text p {
      width: 80%;
      font-size: 23px;
      line-height: 30px;
      text-align: center;
      color: #777E90;
      font-weight: 500;
  }

  .xs_about_1__title h2, .new_title h1{
      font-size: 35px;
      line-height: 40px;
      font-weight: 500 !important;
      text-align: center;
      width: 80%;
  }

  

  .xs_preimushestva__item h2 {
      font-size: 22px;
      margin-bottom: 10px;
  }

  .xs_preimushestva__item p {
      font-size: 18px;
      color: #777E90;
  }


  .xs_banners_about_list___item
  {
    height: 400px;
    margin-bottom: 24px;
    border-radius: 20px;
  }

  .xs_banners_about_list___item_1
  {
    width: 63% !important;
    padding: 20px;
  }

  .xs_banners_about_list___item_2
  {
    width: 35% !important;
  }


  .xs_banners_about_list___item_1 h3 {
      color: #19191C;
      font-size: 33px;
      line-height: 40px;
      font-weight: 500;
      margin-bottom: 10px;
  }


  .xs_banners_about_list___item_2 h3 {
      color: #fff;
      text-align: center;
      font-size: 28px;
      line-height: 31px;
      font-weight: 500;
  }


  .xs_banners_about_list___item_3 h3 {
      color: #fff;
      font-size: 23px;
      line-height: 23px;
      font-weight: 500;
  }


  .xs_banners_about_list___item_4 h3 {
      color: #19191C;
      font-size: 20px;
      line-height: 24px;
      font-weight: 500;
  }


  .xs_banners_about_list___item_3
  {
    padding: 20px !important;
    padding-bottom: 20px !important;
  }

  .xs_banners_about_list___item_4
  {
    padding: 20px !important;
    padding-bottom: 20px !important;
  }


  .xs_banners_about_list___item_5
  {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 20px !important;
    padding-bottom: 20px !important;
  }


  .xs_banners_about_list___item_5 h3 {
      color: #19191C;
      font-size: 20px;
      line-height: 25px;
  }


  .xs_testimonials_prev
  {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: -50px;
    cursor: pointer;
  }


  .xs_testimonials_next
  {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    right: -50px;
  }


  .xs_quest_tabs__titles___item__2 span:first-child {
      font-weight: 500;
      font-size: 18px;
      line-height: 23px;
      color: #19191C;
      margin-bottom: 5px;
  }

  .xs_quest_tabs__titles___item__2 span:last-child {
      font-weight: normal;
      font-size: 14px;
      line-height: 17px;
      color: #777E90;
  }

  .xs_quest_tabs___titleblock {
      width: 100%;
      margin-bottom: 40px;
  }

  .quest_title {
      font-weight: 500;
      font-size: 14px;
      line-height: 100%;
      color: #19191C;
  }

  .icon_toggle {
    position: absolute;
      right: -35px;
      margin-top: -16px;
      top: 50%;
  }

  .quest_answer {
      margin-top: 20px;
      font-weight: normal;
      font-size: 14px;
      line-height: 26px;
      color: #777E90;
  }



}




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

  .xs_popular_categories__list
  {
    flex-direction: column;
  }

  .xs-cat-item
  {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 66px;
    padding: 10px 0 10px 0;
  }
  .xs-cat-item > div
  {
    display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;
    height: 66px;
  }


  .xs-cat-item.xs-cat-item-last
  {
    border: 0px solid #E4EBF4;
  }

  .xs-cat-item.xs-cat-item-last a, .xs-cat-item.xs-cat-item-last span
  {
    display: inline-block;
    border-bottom: 1px solid #19191C;
  }
  .xs_popular_categories__list .xs-cat-item h2 a, .xs_popular_categories__list .xs-cat-item h2 { margin: 0; }

  .xs-cat-item img
  {
    width: 34px;
    height: 34px;
    margin-right: 10px;
  }

  .xs-cat-item a
  {
    line-height: 77px;
  }

  .xs-cat-item-last
  {
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    
  }

  .xs-cat-item-last a, .xs-cat-item-last span
  {
    line-height: 20px;
  }

   .xs-cat-item-last a br, .xs-cat-item-last span br
   {
     display: none;
   }

   .xs_popular_categories__title h2 {
    text-align: center;
    color: #19191C;
    font-size: 30px;
  }

  .xs_discounted_products__title h2 {
    text-align: center;
    color: #19191C;
    font-size: 30px;
  }

  .xs_posts__title h2 {
    text-align: center;
    color: #19191C;
    font-size: 30px;
  }

  .xs_banners__title h2 {
    text-align: center;
    color: #19191C;
    font-size: 30px;
  }

  .xs_banners_list_desc
  {
    display: none;
  }

  .xs_banners_list_mob
  {
    display: block;
  }

  .xs_banners_item 
  {
    width: 100% !important;
  }

   .xs_post__list___mob .xs_post
  {
    width: 236px !important;
  }

  .xs_post__list___item___img img {
      height: 185px;
      border-radius: 15px;
  }

  .xs_post__list___item___title a {
      font-size: 20px;
      color: #19191C;
      text-decoration: none;
  }

  .xs_post__list___item___timeread {
      display: flex;
      align-items: center;
      font-size: 14px;
      color: #777E90;
  }

  .xs_post__list___item___timeread svg
  {
    width: 15px !important;
    height: 15px !important;
  }

  .xs_post__list___item___countview svg {
      width: 15px !important;
    height: 15px !important;
  }

  .xs_post__list___item___category {
      font-size: 14px;
      color: #777E90;
      padding: 3px 10px;
      border: 1px solid #C1C1C1;
      border-radius: 10px;
      margin-right: 10px;
  }

  .xs_about_1__title h2, .new_title h1{
      font-size: 30px;
      line-height: 35px;
      font-weight: 500 !important;
      text-align: center;
      width: 80%;
    }

    .xs_about_1__title h3 {
      font-size: 22px;
  }

  .xs_about_1__text p {
      width: 80%;
      font-size: 20px;
      line-height: 25px;
      text-align: center;
      color: #777E90;
      font-weight: 500;
  }

  .xs_preimushestva__item h2 {
      font-size: 17px;
      margin-bottom: 10px;
  }

  .xs_preimushestva__item p {
      font-size: 13px;
      color: #777E90;
      line-height: 16px;
  }


  .xs_banners_about_list___item
  {
    width: 100% !important;
  }


  .xs_banners_about_list___item_1 h3 {
      color: #19191C;
      font-size: 28px;
      line-height: 30px;
      font-weight: 500;
      margin-bottom: 10px;
  }

  .xs_banners_about_list___item_1 h4 {
      font-size: 16px;
      color: #777E90;
      font-weight: 400;
  }


  .xs_banners_about_list___item
  {
    padding: 40px !important;
    height: 457px;
  }

  .xs_banners_about_list___desc
  {
    display: none;
  }

  .xs_banners_about_list___mob
  {
    display: block;
  }


  .xs_banners_about_list___item_1 {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-end;
      padding: 50px;
  }


  .xs_banners_about_list___item_2 h3 {
      color: #fff;
      text-align: center;
      font-size: 34px;
      line-height: 36px;
      font-weight: 500;
  }

  .xs_banners_about_list___item_3 h3 {
      color: #fff;
      font-size: 24px;
      line-height: 23px;
      font-weight: 500;
  }

  .xs_banners_about_list___item_4 h3 {
      color: #19191C;
      font-size: 24px;
      line-height: 30px;
      font-weight: 500;
  }


  .xs_banners_about_list___item_5 h3 {
      color: #19191C;
      font-size: 24px;
      line-height: 25px;
  }


  .xs_testimonials_list {
      width: 500px;
      margin: 0 auto;
      position: relative;
  }

  .xs_testimonials___item____text {
      text-align: center;
      font-size: 20px;
      line-height: 32px;
  }


   .xs_testimonials_prev
  {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: -75px;
    cursor: pointer;
  }


  .xs_testimonials_next
  {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    right: -75px;
  }


  .xs_quest_tabs__items {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
  }

  .xs_quest_tabs__item
  {
    width: 100%;
  }

  .icon_toggle {
      position: absolute;
      right: -14px;
      margin-top: -16px;
      top: 50%;
  }

  .xs_quest_tabs__titles___item__1 svg
  {
    width: 50px;
    height: 50px;
  }


  .xs_quest_tabs__titles___item {
      margin-bottom: 20px;
      cursor: pointer;
  }


  .xs_quest_tabs___titleblock h1 {
      font-size: 40px;
      line-height: 50px;
      color: #19191C;
      margin-bottom: 10px;
      font-weight: 500;
  }

  .xs_quest_tabs___titleblock h4 {
      font-size: 15px;
      line-height: 120%;
      color: #777E90;
      font-weight: normal;
  }

  .xs_quest_tabs___titleblock h1 {
      font-size: 35px;
      line-height: 45px;
      color: #19191C;
      margin-bottom: 10px;
      font-weight: 500;
  }


}


@media screen and (max-width: 672px)
{
 
   .xs_testimonials_prev
  {
    position: absolute;
    top: 110%;
    margin-top: -25px;
    left: 30%;
    cursor: pointer;
  }


  .xs_testimonials_next
  {
    cursor: pointer;
    position: absolute;
    top: 110%;
    margin-top: -25px;
    right: 30%;
  }

  .xs_testimonials_link {
      text-align: center;
      margin-top: 75px;
  }

  .xs_testimonials_list {
      width: 100%;
      margin: 0 auto;
      position: relative;
  }

  .xs_testimonials___item____text {
      text-align: center;
      font-size: 18px;
      line-height: 30px;
  }
}




@media screen and (max-width: 576px)
{
  .xs_post__list___mob .xs_post {
      width: 100% !important;
  }

  .xs_post__list___item___img img {
      height: 230px;
      border-radius: 15px;
  }

  .xs_about_1__title h2, .new_title h1{
      font-size: 25px;
      line-height: 30px;
      font-weight: 500 !important;
      text-align: center;
      width: 100%;
  }

  .xs_about_1__text p {
      width: 100%;
      font-size: 18px;
      line-height: 25px;
      text-align: center;
      color: #777E90;
      font-weight: 500;
  }

  .xs_preimushestva__list {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      align-items: center;
  }


  .xs_preimushestva__item h2 {
      font-size: 22px;
      margin-bottom: 10px;
  }

  .xs_preimushestva__item p {
      font-size: 16px;
      color: #777E90;
      line-height: 16px;
  }

  .xs_preimushestva__item
  {
    margin-bottom: 40px;
  }

  .header_about__content___item___2
  {
    display: none;
  }

  .header_about__content {
      display: flex;
      justify-content: center;
      margin-top: 30px;
      margin-bottom: 30px;
      align-items: center;
  }

  .header_about__content___item___1 a {
      font-size: 14px;
      color: #19191C;
  }

  .xs_quest_tabs {
      margin-top: 30px;
      margin-bottom: 80px;
  }

  .xs_quest_tabs___titleblock h1 {
      font-size: 24px;
      line-height: 43px;
      color: #19191C;
      margin-bottom: 10px;
      font-weight: 500;
  }

  .xs_quest_tabs___titleblock h4 {
      font-size: 15px;
      line-height: 120%;
      color: #777E90;
      font-weight: normal;
  }

    .quest_answer {
      margin-top: 20px;
      font-weight: normal;
      font-size: 14px;
      line-height: 26px;
      color: #777E90;
      padding-right: 10px;
  }

}



@media screen and (max-width: 460px) {
  .xs_slick_nav_banners_prev
  {
    left: 30%;
  }


  .xs_slick_nav_banners_next
  {
    right: 30%;
  }

  .xs_about_1__title h2, .new_title h1{
      font-size: 18px;
      line-height: 20px;
      font-weight: 500 !important;
      text-align: center;
      width: 100%;
  }

  .xs_about_1__text p {
      width: 100%;
      font-size: 15px;
      line-height: 20px;
      text-align: center;
      color: #777E90;
      font-weight: 500;
  }


  .xs_banners_about_list___item
  {
    padding: 20px !important;
    height: 457px;
  }


  .xs_banners_about_list___item_1 h3 {
      color: #19191C;
      font-size: 23px;
      line-height: 30px;
      font-weight: 500;
      margin-bottom: 10px;
  }


    .xs_banners_about_list___item_1 h4 {
      font-size: 14px;
      color: #777E90;
      font-weight: 400;
  }


  .xs_banners_about_list___item_2 h3 {
      color: #fff;
      text-align: center;
      font-size: 28px;
      line-height: 30px;
      font-weight: 500;
  }

  .xs_banners_about_list___item_3 h3 {
      color: #fff;
      font-size: 22px;
      line-height: 23px;
      font-weight: 500;
  }

    .xs_banners_about_list___item_4 h3 {
      color: #19191C;
      font-size: 22px;
      line-height: 25px;
      font-weight: 500;
  }

    .xs_banners_about_list___item_5 h3 {
      color: #19191C;
      font-size: 22px;
      line-height: 25px;
  }

  .xs_testimonials___item____text {
      text-align: center;
      font-size: 16px;
      line-height: 28px;
  }

  .xs_testimonials___item____title___block___2 h3 {
      font-size: 20px;
  }

  .xs_testimonials___item____text {
      text-align: center;
      font-size: 15px;
      line-height: 24px;
  }

  .xs_testimonials_link a {
      margin-top: 35px;
      font-size: 17px;
  }
}


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


