.accordion__title-text .text-lines {
  font-size: 20px;
}
.accordion__item .accordion__title {
	position: relative;
	display: block;
  cursor: pointer;
}
.accordion__item .accordion__title:hover {
	transition: all 0.5s ease-out;
}

.accordion__item .accordion__title .accordion__arrow {
	position: absolute;
	top: 0px;
  right: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	line-height: 30px;
	font-size: 20px;
	font-weight: 700;
	margin-right: 5px;
	background-color: #393939;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.accordion__item .accordion__rotate {
	transform: rotate(225deg);
  background-color: #8f8c8a !important;
}
.accordion__item .accordion__content {
	display: none;
}

.accordion__item .accordion__arrow-item {
	font-weight: 500;
}

.accordion hr {
  width: 100% !important;
}

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

  footer .bottom-wrapper .social-links a {

      padding-left: 25px;

      margin-left: 25px;

      font-size: 16px;

    }

    .overlay-menu .overlay-wrap .left-area nav li a {
      font-size: 42px;
      line-height: 80px;
    }
  
    .overlay-menu .right-area ul {
      padding-left: 0;
   }
  
    .overlay-menu .right-area ul li span.title {
      margin-bottom: 15px;
      font-size: 25px;
    }
  
    .overlay-menu .right-area ul li p {
      font-size: 18px;
    }

}

@media screen and (max-width:1024px) {
  footer .bottom-wrapper {
    flex-direction: column-reverse;
  }

  .row.bottom-wrapper .social-links.white-text {
    display: flex;
    justify-content: center;
  }

    a.little.white-text {
      text-align: center;
    }

    .overlay-menu .overlay-wrap .left-area nav li a {
      font-size: 35px;
      line-height: 70px;
    }
}


@media screen and (max-width: 880px){
  footer .bottom-wrapper .social-links a {
      margin-left: 0px;
      font-size: 15px;
      margin-right: 20px;
    }

    .bottom-wrapper a.little.white-text {
      font-size: 16px;
    }

    .overlay-menu .right-area ul li p,
    .overlay-menu .right-area ul li a {
      font-size: 16px;
    }
  
    .overlay-menu .right-area ul li span.title {
      margin-bottom: 8px;
      font-size: 22px;
    }
}


@media screen and (max-width:768px){
  .overlay-menu .overlay-wrap .right-area{

    display: none;

  }

  .left-area {
    width: 100%;
  }

  .overlay-menu .overlay-wrap .left-area nav li a {
    font-size: 32px;
  }

  .overlay-menu .overlay-wrap .left-area nav li.current-menu-item>a:before {
    left: -15px;
  }

  .overlay-menu .close i {
    color: #000;
  }

  .header-container {
    padding: 20px 20px 60px 20px !important;
  }
}


@media screen and (max-width: 767px){
  footer .button-wrapper {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-top: 30px;
    }

    .row.bottom-wrapper .social-links.white-text {
      flex-direction: column;
      align-items: flex-start;
    }

    .top-wrapper.bottom-wrapper .footer-links-block.social-links {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }

    footer .button-wrapper a.flen-btn {
      position: unset;
      margin-left: 0;
    }

    .footer-background h3.white-text {
      text-align: left;
    }

    .bottom-wrapper a.little.white-text {
      font-size: 14px;
      margin-top: 30px;
      text-align: left;
    }
}