@import url("https://fonts.googleapis.com/css2?family=Open Sans:wght@100;200;300;500;600;700;800;900&display=swap");
/* mobile first */
/*=== Global ===*/
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  scroll-behavior: smooth; }

body {
  font-family: 'Muli', sans-serif; }

.container, .live_support_container, .services_wrapp_item, .about_container, .faq .faq_container, .faq .faq_title, .try_support_container, .contact_container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%; }
  @media (min-width: 992px) {
    .container, .live_support_container, .services_wrapp_item, .about_container, .faq .faq_container, .faq .faq_title, .try_support_container, .contact_container {
      max-width: 1360px; } }
  @media (min-width: 1440px) {
    .container, .live_support_container, .services_wrapp_item, .about_container, .faq .faq_container, .faq .faq_title, .try_support_container, .contact_container {
      max-width: 1360px; } }

/*===  page  ===*/
.page {
  background-color: #fff;
  display: flex;
  flex-direction: column; }

/*=== Heder ===*/
header {
  position: relative;
  width: 100%;
  z-index: 6; }
  @media (min-width: 992px) {
    header {
      background-color: transparent; } }
  @media (min-width: 1440px) {
    header {
      background-color: transparent; } }
  header .container, header .live_support_container, header .services_wrapp_item, header .about_container, header .faq .faq_container, .faq header .faq_container, header .faq .faq_title, .faq header .faq_title, header .try_support_container, header .contact_container {
    display: none; }
    @media (min-width: 992px) {
      header .container, header .live_support_container, header .services_wrapp_item, header .about_container, header .faq .faq_container, .faq header .faq_container, header .faq .faq_title, .faq header .faq_title, header .try_support_container, header .contact_container {
        align-items: center;
        background-color: transparent;
        display: flex;
        justify-content: space-between;
        padding: 40px 10px;
        width: 100%; } }
    @media (min-width: 1440px) {
      header .container, header .live_support_container, header .services_wrapp_item, header .about_container, header .faq .faq_container, .faq header .faq_container, header .faq .faq_title, .faq header .faq_title, header .try_support_container, header .contact_container {
        align-items: center;
        background-color: transparent;
        display: flex;
        justify-content: space-between;
        padding: 40px 10px;
        width: 100%; } }

.logo_img {
  max-width: 240px;
  width: 100%; }
  @media (min-width: 992px) {
    .logo_img {
      max-width: 296px; } }
  @media (min-width: 1440px) {
    .logo_img {
      max-width: 296px; } }

.navigation {
  align-items: center;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  margin-left: 70px;
  position: relative;
  text-decoration: none;
  width: 50%; }
  .navigation .blue_link {
    color: #fff; }

.blue_link {
  background-color: #265ED6;
  border-radius: 10px;
  font-size: 18px;
  padding: 11px 36px;
  text-transform: uppercase; }

.nav_link {
  color: #262626;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  z-index: 6; }
  .nav_link:hover {
    color: #FE5E3C; }

.topnav {
  background-color: transparent;
  overflow: hidden;
  position: relative; }
  .topnav a {
    border-bottom: 2px solid transparent;
    color: #dedede;
    display: block;
    font-size: 17px;
    padding: 14px 16px;
    text-decoration: none; }
    .topnav a:hover {
      color: #FE5E3C; }
  .topnav #myLinks {
    display: none; }

.topnav a.icon {
  background-color: #FE5E3C;
  color: #262626;
  display: block;
  position: absolute;
  right: 10px;
  top: 14px; }

#myLinks {
  background-color: #707070; }

.desctop_navigation {
  display: none; }
  @media (min-width: 992px) {
    .desctop_navigation {
      display: block; } }
  @media (min-width: 1440px) {
    .desctop_navigation {
      display: block; } }

.mobile_navigation {
  display: block; }
  @media (min-width: 992px) {
    .mobile_navigation {
      display: none; } }
  @media (min-width: 1440px) {
    .mobile_navigation {
      display: none; } }

/*=== Live Support ===*/
.live_support {
  background-position: top;
  background-size: 71%;
  background-repeat: no-repeat;
  display: flex;
  height: auto;
  padding: 210px 0 50px;
  text-align: center; }
  @media (min-width: 992px) {
    .live_support {
      background-position: right;
      background-size: 60%;
      padding: 210px 0 210px; } }
  @media (min-width: 1440px) {
    .live_support {
      background-position: right;
      background-size: 60%;
      padding: 230px 0 230px; } }

.live_support_wrapper {
  max-width: 400px;
  text-align: center; }
  @media (min-width: 992px) {
    .live_support_wrapper {
      max-width: 400px;
      text-align: left; } }
  @media (min-width: 1440px) {
    .live_support_wrapper {
      max-width: 676px;
      text-align: left; } }

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

.live_title {
  color: #262626;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  margin: 0 auto;
  text-align: center; }
  @media (min-width: 992px) {
    .live_title {
      font-size: 40px;
      text-align: left; } }
  @media (min-width: 1440px) {
    .live_title {
      font-size: 66px;
      text-align: left; } }

.live_sub_title, .try_sub_title, .contact_text {
  color: #262626;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  max-width: 440px;
  margin: 0 auto;
  padding: 30px 0; }
  @media (min-width: 992px) {
    .live_sub_title, .try_sub_title, .contact_text {
      font-size: 18px;
      line-height: 1.45;
      margin: 0; } }
  @media (min-width: 1440px) {
    .live_sub_title, .try_sub_title, .contact_text {
      font-size: 24px;
      line-height: 1.45;
      margin: 0; } }

.button_go_live {
  background-color: #265ED6;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 26px;
  font-weight: 500;
  opacity: 1;
  padding: 22px 55px;
  text-decoration: none; }

.go_to_live_support_wrapper {
  margin: 0 auto; }
  @media (min-width: 992px) {
    .go_to_live_support_wrapper {
      margin: 0; } }
  @media (min-width: 1440px) {
    .go_to_live_support_wrapper {
      margin: 0; } }

/*=== Services ===*/
.services {
  background-color: #F6F6F6; }

.services_message {
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: 1360px;
  margin: 0 auto;
  padding-top: 100px;
  width: 100%; }
  @media (min-width: 992px) {
    .services_message {
      background-color: transparent; } }
  @media (min-width: 1440px) {
    .services_message {
      background-color: transparent; } }

.more_info {
  color: #262626;
  font-size: 16px; }

.services_wrapp_item {
  color: #232222;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 0 10px;
  text-align: center;
  width: 100%; }
  @media (min-width: 992px) {
    .services_wrapp_item {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr;
      grid-gap: 20px;
      margin-bottom: 100px;
      padding: 0; } }
  @media (min-width: 1440px) {
    .services_wrapp_item {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr;
      grid-gap: 20px;
      margin-bottom: 110px;
      padding: 0; } }

.services_title, .about_title, .faq .faq_title, .try_title, .contact_title {
  color: #262626;
  font-weight: 500;
  font-size: 42px; }
  @media (min-width: 992px) {
    .services_title, .about_title, .faq .faq_title, .try_title, .contact_title {
      font-size: 50px; } }
  @media (min-width: 1440px) {
    .services_title, .about_title, .faq .faq_title, .try_title, .contact_title {
      font-size: 56px; } }

.services_item {
  background: #fff;
  box-shadow: 0px 10px 30px rgba(153, 153, 153, 0.2);
  border-radius: 24px;
  margin: 10px auto;
  opacity: 1;
  padding: 20px;
  text-align: center;
  width: 100%; }
  @media (min-width: 992px) {
    .services_item {
      margin: 0;
      max-width: 324px;
      padding: 30px; } }
  @media (min-width: 1440px) {
    .services_item {
      margin: 0;
      max-width: 324px;
      padding: 38px; } }

.page_link {
  color: #262626; }

.item_title {
  color: #000;
  font-size: 32px;
  font-weight: 500;
  margin-top: 70px; }

.item_img {
  align-items: center;
  background-color: #ECECEC;
  border-radius: 50%;
  display: flex;
  height: 137px;
  justify-content: center;
  margin: 0 auto;
  width: 137px; }

.first_item {
  background-color: #265ED6;
  box-shadow: 0px 20px 30px #265ED66C; }
  .first_item .item_title {
    color: #fff; }
  .first_item .item_img {
    background-color: #87bcf5; }

/*=== About ===*/
.about {
  height: auto;
  padding: 100px 10px; }

.about_container {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between; }
  @media (min-width: 992px) {
    .about_container {
      flex-direction: row; } }
  @media (min-width: 1440px) {
    .about_container {
      flex-direction: row; } }

.about_title {
  margin-bottom: 0.5em; }

.about_sub_title {
  color: #232222;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  max-width: 1020px; }
  @media (min-width: 992px) {
    .about_sub_title {
      font-size: 16px;
      line-height: 1.4; } }
  @media (min-width: 1440px) {
    .about_sub_title {
      font-size: 18px;
      line-height: 1.6; } }

.about_image {
  border-radius: 8px;
  left: 0;
  position: relative;
  width: 100%; }
  @media (min-width: 992px) {
    .about_image {
      max-width: 667px; } }
  @media (min-width: 1440px) {
    .about_image {
      max-width: 667px; } }

.about_wrapper {
  text-align: center;
  width: 100%; }
  @media (min-width: 992px) {
    .about_wrapper {
      max-width: 560px;
      text-align: left; } }
  @media (min-width: 1440px) {
    .about_wrapper {
      max-width: 560px;
      text-align: left; } }
  .about_wrapper .go_to_live_support_wrapper {
    margin-top: 50px; }

/*=== Faq ===*/
.faq {
  background-color: #F6F6F6;
  height: auto; }
  @media (min-width: 992px) {
    .faq {
      height: 100%;
      padding: 45px 0 45px 0; } }
  @media (min-width: 1440px) {
    .faq {
      height: 100%;
      padding: 100px 0 100px 0; } }
  .faq .blue_font {
    margin-right: 5px; }
  .faq .faq_container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (min-width: 992px) {
      .faq .faq_container {
        flex-direction: row; } }
    @media (min-width: 1440px) {
      .faq .faq_container {
        flex-direction: row; } }
  .faq .faq_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (min-width: 992px) {
      .faq .faq_wrapper {
        flex-direction: row; } }
    @media (min-width: 1440px) {
      .faq .faq_wrapper {
        flex-direction: row; } }
  .faq .faq-content {
    background-color: #fff;
    border-radius: 24px;
    margin: 0 auto;
    padding: 10px 0 20px;
    width: 100%; }
    @media (min-width: 992px) {
      .faq .faq-content {
        max-width: 667px; } }
    @media (min-width: 1440px) {
      .faq .faq-content {
        max-width: 667px; } }
    .faq .faq-content .page_link {
      text-decoration: none; }
      .faq .faq-content .page_link:hover {
        color: red; }
  .faq .faq_image {
    width: 100%; }
    @media (min-width: 992px) {
      .faq .faq_image {
        max-width: 600px; } }
    @media (min-width: 1440px) {
      .faq .faq_image {
        max-width: 600px; } }
  .faq .accordion {
    background-color: transparent;
    border: 2px solid transparent;
    color: #333333E6;
    cursor: pointer;
    display: flex;
    font-size: 25px;
    font-weight: 700;
    line-height: 24px;
    margin: 13px 0 0 0;
    outline: none;
    position: relative;
    padding: 5px 37px 5px 5px;
    text-align: left;
    transition: 0.4s;
    width: 100%; }
    @media (min-width: 992px) {
      .faq .accordion {
        padding: 18px 38px 18px 30px; } }
    @media (min-width: 1440px) {
      .faq .accordion {
        padding: 18px 38px 18px 30px; } }
  .faq .active,
  .faq .accordion:hover {
    color: #FE5E3C; }
  .faq .accordion:after {
    color: #FE5E3C;
    content: "+";
    font-size: 52px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(50%, -50%); }
  .faq .accordion:hover:after {
    color: #FE5E3C; }
  .faq .active:after {
    content: "-";
    color: #FE5E3C;
    font-size: 52px;
    right: 20px; }
  .faq .accordion.active {
    color: #FE5E3C; }
  .faq .panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out; }
    .faq .panel p {
      color: gray;
      font-size: 16px;
      font-weight: 400;
      padding: 0 10px 10px; }
      @media (min-width: 992px) {
        .faq .panel p {
          padding: 0 20px 15px; } }
      @media (min-width: 1440px) {
        .faq .panel p {
          padding: 0 20px 15px; } }

/*=== Try ===*/
.try_content {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 20px; }
  .try_content .go_to_live_support_wrapper {
    display: flex;
    justify-content: center; }
  @media (min-width: 992px) {
    .try_content {
      background-size: 90%;
      padding: 95px; } }
  @media (min-width: 1440px) {
    .try_content {
      background-size: 90%;
      padding: 95px; } }

.try_title, .contact_title {
  font-weight: 700;
  text-align: center;
  color: #fff; }

.try_sub_title, .contact_text {
  color: #fff;
  margin: 0 auto;
  text-align: center;
  width: 100%; }

/*=== Contact ===*/
.contact {
  color: #262626;
  height: auto;
  padding-top: 60px; }

.contact_container {
  margin: 0 auto;
  padding-bottom: 50px; }

.contact_right {
  width: 100%; }

.contact_data_content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  width: 100%; }
  @media (min-width: 992px) {
    .contact_data_content {
      align-items: flex-start;
      flex-direction: row; } }
  @media (min-width: 1440px) {
    .contact_data_content {
      align-items: flex-start;
      flex-direction: row; } }

.contact_title {
  color: #262626; }

.link {
  font-size: 18px;
  font-weight: 700;
  margin-top: 4px; }
  @media (min-width: 992px) {
    .link {
      font-size: 22px;
      margin-top: 7px; } }
  @media (min-width: 1440px) {
    .link {
      font-size: 26px;
      margin-top: 7px; } }
  .link .blue_font a {
    color: #262626;
    font-weight: 500; }
    .link .blue_font a:hover {
      color: #dd0000; }

.blue_font a {
  font-weight: 500;
  text-decoration: none; }
  .blue_font a:hover {
    color: #333333E6; }

.contact_text {
  color: #262626;
  max-width: 697px; }

.data_item {
  text-align: center; }
  .data_item .item_image {
    align-items: center;
    background-color: #265ED6;
    border-radius: 24px;
    display: flex;
    height: 108px;
    justify-content: center;
    margin: 41px auto 10px auto;
    width: 108px; }
    @media (min-width: 992px) {
      .data_item .item_image {
        margin: 0 auto 50px auto; } }
    @media (min-width: 1440px) {
      .data_item .item_image {
        margin: 0 auto 50px auto; } }

/*=== Back To Top button ===*/
.back_top {
  background-color: yellowgreen;
  color: black; }

#myBtn {
  background-color: yellowgreen;
  border-radius: 5px;
  border: none;
  bottom: 20px;
  color: #000;
  cursor: pointer;
  font-size: 18px;
  outline: none;
  position: fixed;
  padding: 15px;
  right: 30px;
  z-index: 99; }
  #myBtn:hover {
    background-color: rgba(255, 0, 0, 0.4); }

/*=== Footer ===*/
footer {
  background-color: #FE5E3C;
  color: #fff; }
  footer .container, footer .live_support_container, footer .services_wrapp_item, footer .about_container, footer .faq .faq_container, .faq footer .faq_container, footer .faq .faq_title, .faq footer .faq_title, footer .try_support_container, footer .contact_container {
    font-size: 18px;
    font-weight: 300;
    padding: 39px 10px;
    text-align: center; }
