@import "normalize.css";
@import "fonts.css";
@import "global.css";
@import "constants/colors.css";
@import "constants/fontWeight.css";

/* main */


.main::before {
  position: absolute;
  content: url('../img/bgVioletBefore.svg');
  top: -85px;
  left: 0;
  z-index: -10;
}

.main::after {
  position: absolute;
  content: url('../img/bgGreenAfter.svg');
  top: 140px;
  right: 0;
  z-index: -10;
}

/* hero */

.container {
  position: relative;
  overflow: hidden;
  padding: 0 100px;
}

.container::before {
  position: absolute;
  content: '';
  background-image: url(../img/heroBackground1440.png);
  width: 1440px;
  height: 974px;
  background-repeat: no-repeat;
  top: 0px;
  right: 0;
  z-index: -1000;
  background-size: 100%;
}

.hero_text {
  display: none;
}

.hero {
  padding-top: 60px;
  padding-bottom: 24px;
}

.hero_wrapper {
  width: 30%;
  min-height: 477px;
  margin-left: 54px;
}

.logo {
  margin-bottom: 33px;
}

.hero_title {
  font-weight: var(--bold);
  font-size: 56.5px;
  line-height: 56px;
  margin-bottom: 29px;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}

.hero_descr {
  font-weight: var(--semi-bold);
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 59px;
}

.hero_bg_btn {
  position: absolute;
  content: '';
  top: 350px;
  left: 280px;
  width: 220px;
  height: 220px;
  flex-shrink: 0;
  border-radius: 220px;
  opacity: 0.699;
  background: #7200DA;
  filter: blur(78px);
  z-index: -10;
}

.olimp_btn_wrapper {
  position: relative;
  display: inline-block;
}

.olimp_btn_wrapper:hover .olimp_btn_border {
  filter: blur(20px) saturate(2);
}

.olimp_btn_wrapper:active .olimp_btn_border {
  filter: blur(20px) saturate(2);
}

.olimp_btn_border {
  position: absolute;
  top: 0;
  left: 0;
  width: 290px;
  height: 100%;
  border-radius: inherit;
  z-index: -1;
  box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.40) inset;
  background: linear-gradient(270deg, #06F 0%, #00FFD1 31.77%, #9E00FF 60.94%, #FA00FF 100%);
  filter: blur(15px);
  transition: filter 0.2s ease-in-out,  saturate 0.2s ease-in-out;
}

.olimp_btn {
  position: relative;
  cursor: pointer;
  padding: 8px;
  border-radius: 100px;
  background: var(--white);
  border: none;
  z-index: 1000;
}

.olimp_linck {
  display: flex;
  align-items: center;
  gap: 14px;
}

.olimp_linck_descr {
  font-weight: var(--semi-bold);
  font-size: 14px;
  line-height: 150%;
  color: var(--black);
  margin-left: 16px;
}

.olimp_linck_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  border-radius: 100%;
  background-color: var(--violet);
}

/* banner_wrapper */

.banner_wrapper {
  position: fixed;
  padding-bottom: 30px;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  transform: translateY(100%);
  transition: transform 0.3s ease-out;
  z-index: 1000;
}

.banner_wrapper_container {
  width: 680px;
  height: 86px;
  margin: 0 auto;
}

.banner_container {
  padding: 16px 16px 16px 24px;
  border-radius: 16px;
  background: linear-gradient(180deg, #771DEB 0%, #192095 100%);
}

.banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}

.banner_text_title {
  font-size: 18px;
  font-weight: var(--bold);
  line-height: 28px;
}

.banner_text_descr {
  font-size: 14px;
  font-weight: var(--medium);
  line-height: 16.167px;
}


.banner_olimp_btn_wrapper {
  position: relative;
  display: inline-block;
}

.banner_olimp_btn_wrapper:hover .banner_olimp_btn_border {
  filter: blur(15px) saturate(2);
}

.banner_olimp_btn_wrapper:active .banner_olimp_btn_border {
  filter: blur(15px) saturate(2);
}

.banner_olimp_btn_border {
  position: absolute;
  top: 0;
  left: 0;
  width: 290px;
  height: 100%;
  border-radius: inherit;
  box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.40) inset;
  background: linear-gradient(270deg, #06F 0%, #00FFD1 31.77%, #9E00FF 60.94%, #FA00FF 100%);
  filter: blur(10px);
  transition: filter 0.2s ease-in-out,  saturate 0.2s ease-in-out;
}

.banner_olimp_btn {
  position: relative;
  cursor: pointer;
  padding: 8px;
  border-radius: 100px;
  background: var(--white);
  border: none;
  z-index: 1000;
}

.banner_olimp_linck {
  display: flex;
  align-items: center;
  gap: 14px;
}

.banner_olimp_linck_descr {
  font-weight: var(--semi-bold);
  font-size: 14px;
  line-height: 150%;
  color: var(--black);
  margin-left: 16px;
}

.banner_olimp_linck_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  border-radius: 100%;
  background-color: var(--violet);
}

/* offers */

.offers {
  padding-bottom: 76px;
}


.offers_list {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.offers_list_item{
  max-width: 342px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.offers_list_item_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.offers_list_item_container_text {
  text-align: center;
  font-weight: var(--regular);
  font-size: 14px;
  line-height: 16.94px;
  color: var(--grey);
  max-width: 341px;
}

.offers_list_item_descr{
  text-align: center;
  font-weight: var(--semi-bold);
  font-size: 16px;
  line-height: 25px;
}

.indent {
  display: none;
}

.numbers {
  font-weight: var(--bold);
  font-size: 16px;
  line-height: 25px;
  white-space: nowrap;
}

.offers_icon {
  width: 137px;
}

.offers_icon_resize_one {
  width: 177px;
  margin-bottom: -20px;
}

.offers_icon_resize_two {
  width: 169px;
  margin-bottom: -25px;
}

.offers_string {
  display: flex;
  flex-direction: column;
  width: 342px;
}

/* changes */

.changes {
  margin-bottom: 89px;
}

.changes_list {
  display: flex;
  justify-content: center;
  gap: 24px
}

.changes_section_title {
  margin-bottom: 24px;
}

.changes_list_item {
  max-width: 292px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.changes_icon {
  width: 107px;
}

.changes_item_title {
  min-height: 44px;
  text-align: center;
  font-weight: var(--bold);
  font-size: 18px;
  line-height: 22px;
  color: var(--purple-light);
  margin-bottom: 5px;
}

.changes_item_descr {
  text-align: center;
  font-weight: var(--semi-bold);
  font-size: 14px;
  line-height: 21px;
  width: 292px;
}

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


.changes_item_descr_3_2 {
  display: none;
}

.changes_item_descr_4_2 {
  display: none;
}

.changes_item_descr_4_4 {
  display: none;
}


/* faq */

.faq {
	max-width: 680px;
	margin: 0 auto 30px;
}

.faq_title {
  margin-bottom: 24px;
}

.faq_accordion {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.faq_accordion_li {
	position: relative;
  background-color: var(--purple-dark-accordion);
  border-radius: 16px;
}

.faq_accordion_li > input[type="checkbox"] {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

input[type="checkbox"]:checked ~ .accordion_toggle {
	max-height: 500px;
  transition: max-height 0.4s ease-in-out;
}
input[type="checkbox"]:checked ~ .accordion_title::after {
  transition: transform .2s ease-in-out;
	transform: scaleY(-1);
}

.accordion_toggle {
	max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}

.accordion_title {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 50px;
	padding: 5px 24px;
  font-weight: var(--bold);
  font-size: 16px;
  line-height: 120%;
	cursor: pointer;
}

.accordion_title::after {
	content: url("../img/arrow.svg");
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
  right: 24px;
  top: 53%;
	margin-top: -10px;
	transition: .2s;
	background-size: contain;
}

.accordion_toggle_descr {
	padding: 0px 24px 16px;
  padding-right: 41px;
  font-weight: var(--regular);
  font-size: 14px;
  line-height: 20px;
  color: var(--text-accordion);
}

.accordion_number {
  white-space: nowrap;
}

/* footer */

.footer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 29px;
  margin-bottom: 160px;
}

.footer::after {
  position: absolute;
  content: '';
  background: #7200DA;
  border-radius: 741px;
  opacity: 0.5;
  filter: blur(78px);
  background-position: center;
  width: 700px;
  height: 121px;
  bottom: -50px;
  z-index: -10;
}

.footer_logo {
  width: 130px;
}

/* MEDIA */



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

  .hero {
    padding-left: 0;
  }
  .main::before {
    top: -85px;
  }
  
  .main::after {
    top: 80px;
  }

  .hero_bg_btn {
    display: none;
  }

  .offers_list_item_container {
    max-width: 215px;
  }

  .offers_list_item:nth-child(2) .offers_list_item_descr {
    display: inline-block;
  }

}

@media screen and (min-width: 300px) and (max-width: 699px) {

  .main::before {
    top: 500px;
    left: -90px;
  }
  
  .main::after {
    top: 840px;
  }

  .container {
    padding: 0;
  }

  .container::before {
    content: none;
  }


/* hero */


  .hero {
    background-image: url(../img/heroBackground360.png);
    background-position: center;
    background-position-y: 0;
    background-repeat: no-repeat;
    background-size: 699px;
    height: 460px;
    padding-top: 23px;
    padding-bottom: 60px;
    margin-bottom: 214px;
  }

  .hero_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    width: 100%;
  }

  .logo {
    width: 268px;
    margin-bottom: 5px;
  }

  .hero_text {
    display: block;
    color: var(--purple-light);
    font-weight: var(--medium);
    font-size: 12px;
    margin: -15px 0 370px 0;
  }

  .hero_title {
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 25px;
    display: inline-block;
  }

  .hero_descr {
    font-weight: var(--medium);
    font-size: 14px;
    margin-bottom: 26px;
  }

  .olimp_btn_wrapper::after {
    position: absolute;
    content: '';
    top: 0;
    left: 15px;
    width: 220px;
    height: 220px;
    flex-shrink: 0;
    border-radius: 220px;
    opacity: 0.6;
    background: #7200DA;
    filter: blur(70px);
    z-index: -10;
  }

  .olimp_btn_border {
    width: 101%;
  }

  .olimp_btn {
    margin-left: -7px;
    padding: 11px;
  }

  .olimp_linck {
    gap: 13px;
  }

  .olimp_linck_descr {
    margin-left: 5px;
  }

  .banner_wrapper_container {
    width: fit-content;
    height: 80px;
    padding-top: 20px;
  }

  .banner_container {
    background: transparent;
    padding: 0;
    margin: 0 auto;
  }

  .banner_olimp_btn_border {
    filter: blur(10px);
  }

  .banner_text {
    display: none;
  }

  /* offers */

  .offers {
    padding-left: 16px;
    padding-bottom: 80px;
  }

  .offers_list {
    flex-direction: column;
    gap: 33px;
  }

  .offers_list_item {
    flex-direction: row;
    justify-content: flex-start;
    max-width: 100%;
    gap: 23px;
  }

  .offers_icon {
    width: 88px;
  }

  .offers_icon_resize_one {
    width: 113px;
    margin-left: -10px;
  }
  .offers_icon_resize_two {
    width: 104px;
    margin-left: -10px;
    margin-top: -8px;
  }

  .offers_list_item_descr {
    font-weight: var(--medium);
    padding: 0;
    padding-right: 10px;
    font-size: 14px;
    line-height: 20px;
    text-align: start;
  }

  .offers_string {
    display: block;
    width: 100%;
  }

  .numbers {
    font-weight: var(--semi-bold);
    font-size: 16px;
    line-height: 16px;
    white-space: nowrap;
  }

  /* changes */

  .changes {
    padding: 0 16px;
    margin-bottom: 53px;
  }

  .changes_section_title {
    font-size: 26px;
  }

  .changes_list {
    flex-direction: column;
    gap: 32px;
  }

  .changes_list_item {
    max-width: 100%;
    flex-direction: row;
    gap: 16px;
  }

  .changes_icon {
    width: 88px;
  }

  .changes_list_item_container {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .changes_item_title {
    min-height: 0;
    font-size: 14px;
    padding: 0;
    text-align: start;
  }

  .changes_item_descr {
    text-align: start;
    font-size: 12px;
    line-height: 16px;
    padding: 0;
    padding-right: 60px;
  }

  .changes_item_descr:last-child {
    padding-right: 40px;
  }

  .changes_string {
    display: block;
    width: 100%;
  }

  /* faq */

  .faq {
    max-width: 667px;
    margin: 0 16px 70px;
  }

  .faq_title {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .accordion_title {
    padding: 24px;
    padding-right: 35px;
    font-weight: var(--semi-bold);
  }

  /* footer */

  .footer {
    gap: 59px;
    margin-bottom: 150px;
  }

  .footer::after {
    width: 100vw;
}
}

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

  .main::after {
    top: 820px;
  }

  .hero_title {
    display: flex;
    margin-bottom: 14px;
    padding: 0 50px;
  }
  
  .hero_descr {
    margin-bottom: 23px;
  }

  .offers {
    padding-bottom: 73px;
  }
  
  .offers_list_item_container_text {
    font-size: 12px;
    line-height: 14px;
    width: 100%;
  }


  .changes {
    padding: 0 24px 0 16px;
    margin-bottom: 62px;
  }

  .changes_list {
    gap: 34px;
  }

  .changes_item_title {
    line-height: 16px;
  }

  .accordion_title {
    padding: 17px 24px;
  }

  .faq {
    margin: 60px 16px 77px;
}

  .faq_accordion {
    gap: 7px;
  }

  .accordion_toggle_descr {
    padding-right: 25px;
  }

  .footer::after {
    width: 100vw;
  }
}


@media screen and (min-width: 700px) and (max-width: 1023px) {
  /* hero */

  .container {
    padding: 0;
  }

  .container::before {
    background-image: url('../img/heroBackground1024.png');
    width: 909px;
    height: 752px;
    background-position-x: 22px;
    background-size: 81%;
}

  .hero {
    padding-top: 46px;
    padding-bottom: 96px;
    padding-left: 42px;
  }
  
  .hero_wrapper {
    width: 39%;
    margin-left: 40px;
    min-height: 0;
  }

  .logo {
    margin-bottom: 18px;
    width: 320px;
  }
  
  .hero_title {
    font-weight: var(--bold);
    font-size: 44px;
    line-height: 48px;
    margin-bottom: 17px;
  }

  .hero_descr {
    font-size: 14px;
    margin-bottom: 28px;
  }

   .olimp_btn_border {
    width: 297px;
  } 

  .olimp_btn {
    padding: 11px;
  }

  .olimp_linck_icon {
    width: 35px;
    height: 35px;
  }
  .hero_bg_btn {
    top: 200px;
  }

  /* offers */

  .offers {
    padding-bottom: 69px;
    padding-left: 71px;
    padding-right: 40px;
  }

  .offers_list {
    gap: 12px;
    justify-content: space-between;
  }

  .offers_list_item {
    max-width: 283px;
  }
  
  .offers_list_item:nth-child(1) {
    gap: 29px;
  }

  .offers_list_item:nth-child(3) {
    gap: 34px;
  }

  .offers_list_item_descr {
    margin-top: -6px;
    font-size: 14px;
    line-height: 20px;
    width: inherit;
  }

  .offers_list_item_container_text {
    font-size: 12px;
    line-height: 14.5px;
    width: 100%;
  }


  .offers_icon {
    width: 104px;
  }

  .offers_icon_resize_one {
    width: 131px;
  }

  .offers_icon_resize_two {
    width: 121px;
  }

  /* changes */

  .changes {
    margin-bottom: 83px;
    padding: 0 40px;
  }

  .changes_section_title {
    margin-bottom: 13px;
  }

  .changes_list {
    display: flex;
    justify-content: space-around;
    gap: 0px;
  }

  .changes_list_item {
    max-width: 208px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;

  }

  .changes_icon {
    width: 88px;
  }

  .changes_item_title {
    font-weight: var(--semi-bold);
    font-size: 14px;
    line-height: 19px;
    padding: 0 10px;
  }

  .changes_item_title:nth-child(-n+2) {
    width: 103%;
  }

  .changes_item_descr {
    font-weight: var(--medium);
    padding: 0;
    width: inherit;
  }


  .changes_item_descr_3_1 {
    display: none;
  }

  .changes_item_descr_3_2 {
    display: inline-block;
  }

  .changes_item_descr_4_1 {
    display: none;
  }

  .changes_item_descr_4_2 {
    display: inline-block;
  }

  .changes_item_descr_4_3 {
    display: none;
  }

  .changes_item_descr_4_4 {
    display: inline-block;
  }

  .changes_string_1440 {
    display: none;
  }




  /* faq */


  .faq_title {
    margin-bottom: 25px;
  }

  .faq_accordion {
    gap: 8px;
  }

  /* footer */

  .footer {
    gap: 28px;
  }

  .footer_descr {
    font-weight: var(--semi-bold);
    font-size: 14px;
    line-height: 20px;
  }
}

/* @media screen and (max-width: 900px) {
  .offers_list_item_container_text {
    width: 115%;
  }
} */


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

  .container::before {
    left: 110px;
    background-size: 74%;
  }

  .hero {
    padding-top: 30px;
    padding-left: 0;
    padding-bottom: 45px;
  }

  .hero_wrapper {
    margin-left: 17px;
    width: 43%;
  }

  .logo {
    margin-bottom: 5px;
  }

  .hero_title {
    margin-bottom: 26px;
  }

  .hero_descr {
    margin-bottom: 32px;
  }

  .offers {
    padding-bottom: 47px;
    padding-left: 43px;
    padding-right: 21px;
  }

  .offers_list {
    gap: 20px;
    justify-content: space-evenly;
  }

  .offers_list_item:nth-child(3) .offers_list_item_descr {
    display: inline-block;
    max-width: 215px;
  }

  .numbers {
    font-size: 14px;
    line-height: 19px;
  }

  .changes {
    padding: 0 10px;
  }
}

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

  .hero {
    margin-bottom: 230px;
  }

  .hero_title {
    margin-bottom: 12px;
  }

  .offers {
    margin-top: -11px;
  }

  .offers_list_item:nth-child(2) .offers_list_item_descr {
    padding-right: 0px;
  }

  /* .indent {
    display: inline-block;
    width: 10px;
  } */

  .changes {
    margin-top: -4px;
  }

  .changes_section_title {
    margin-bottom: 21px;
  }

  .changes_list_item {
    gap: 22px;
  }
  .changes_list_item:last-child {
    margin-top: -15px;
  }
  .changes_list_item:last-child .changes_list_item_container {
    margin-top: -22px;
  }

  .changes_item_title {
    padding-right: 50px;
  }
  .faq {
    margin-top: 60px;
  }
}

@media screen and (max-width: 420px) {
  .indent {
    display: inline-block;
    width: 69px;
  }
}

@media screen and (max-width: 867px) {
  .offers {
    padding-left: 22px;
    padding-right: 22px;
  }

  .offers_list {
    gap: 10px;
    justify-content: space-between;
  }
}

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


  /* .offers_list_item_descr {
    font-size: 14px;
    width: 115%;
  } */

  .changes {
    margin-bottom: 61px;
  }


  .changes_item_descr {
    font-size: 12px;
  }

  .changes_item_descr:last-child {
  width: 103%;
  }

  .faq_accordion {
    gap: 14px;
  }

  .faq {
    margin: 0 auto 52px;
  }
}

@media screen and (min-width: 300px) and (max-width: 699px) {
  .hero {
    padding-top: 22px;
    padding-bottom: 61px;
  }

  .hero_wrapper {
    margin-left: 0px;
    width: 100%;
  }

  .hero_descr {
    margin-bottom: 26px;
  }

  .offers {
    padding-left: 16px;
    padding-bottom: 84px;
  }

  .offers_list {
    gap: 31px;
  }

  .offers_list_item:first-child .offers_list_item_descr {
    margin-left: -13px;
    margin-top: 12px;
    padding-right: 20px;
  }

  .offers_list_item:nth-child(2) .offers_list_item_descr {
    max-width: 450px;
    margin-top: 9px;
  }

  .offers_list_item:last-child .offers_list_item_descr {
    margin-left: -5px;
    margin-top: 3px;
    max-width: 100%;
  }

  .offers_list_item_container {
    max-width: 555px;
    align-items: flex-start;
  }

  .offers_list_item_container_text {
    max-width: 555px;
    text-align: start;
    font-size: 12px;
  }

  .changes {
    margin-bottom: 51px;
  }

  .faq {
    margin: 56px 16px 60px;
  }

  .faq_accordion {
    gap: 7px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1220px) {

  .container {
    padding: 0 50px;
  }

  .hero_wrapper {
    width: 40%;
    margin-left: 40px;
  }

  .olimp_btn_border {
    width: 297px;
  }

  .hero_bg_btn {
    top: 360px;
    left: 290px;
  }

  .offers_list_item {
    max-width: 300px;
  }

  .changes_list {
    gap: 16px;
  }

  .changes_list_item {
    max-width: 240px;
  }

  .changes_item_descr {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1320px) {
  .container::before {
    right: -150px;
  }
}

@media (min-width: 1728px) {

  .container::before {
    background-image: url(../img/heroBackground1920.png);
    width: 1920px;
    height: 667px;
    background-size: 100%;
  }
/* hero */

  .hero {
    padding-top: 43px;
    padding-bottom: 170px;
  }

  .logo {
    width: 86%;
    margin-left: 10px;
    margin-bottom: 29px;
  }

  .hero_wrapper {
    margin-left: 134px;
  }

  .hero_title {
    font-weight: var(--extra-bold);
    font-size: 69px;
    line-height: 72px;
    margin-bottom: 44px;
  }

  .hero_descr {
    font-weight: var(--bold);
    font-size: 20px;
    line-height: 16px;
    margin-bottom: 66px;
  }

  .olimp_btn_border {
    width: 307px;
  }

  .olimp_btn {
    padding: 9px;
    margin-left: 3px;
  }

  .olimp_linck_icon {
    width: 35px;
    height: 35px;
  }

  .hero_bg_btn {
    top: 370px;
    left: 290px;
  }

  /* offers */

  .offers {
    padding-bottom: 84px;
  }

  .offers_list {
    gap: 68px;
  }

  /* changes */
  .changes {
    max-width: 1720px;
    margin: 0 auto;
    margin-bottom: 120px;
  }

  .changes_list {
    justify-content: space-around;
    gap: 60px;
  }

  .changes_list_item {
    max-width: 385px;
  }

  .changes_list_item_container {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
  }

  .changes_item_title {
    display: inline-block;
    min-height: 0;
    margin-top: 2px;
    padding: 0;
  }

  /* faq */

  .faq {
    max-width: 780px;
    margin-bottom: 42px;
}

  .faq_title {
    margin-bottom: 38px;
  }

  /* footer */

  .footer {
    gap: 28px;
  }

  .footer_descr {
    font-size: 12px;
    line-height: 16px;
  }

}



