@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 {
  background-size: cover;
  background-position: 100% 100%;
  color: #fff;
  scroll-behavior: smooth; }

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

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

.bg_container {
  background-size: 0;
  background-repeat: no-repeat;
  background-position: 100%;
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 992px) {
    .bg_container {
      background-size: cover; } }
  @media (min-width: 1440px) {
    .bg_container {
      background-size: cover; } }

/*===  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 .services_wrapp_item, header .about_container, header .faq_container, header .contact_container, header .contact_title {
    display: none; }
    @media (min-width: 992px) {
      header .container, header .services_wrapp_item, header .about_container, header .faq_container, header .contact_container, header .contact_title {
        align-items: center;
        background-color: transparent;
        display: flex;
        justify-content: space-between;
        padding: 40px 10px;
        width: 100%; } }
    @media (min-width: 1440px) {
      header .container, header .services_wrapp_item, header .about_container, header .faq_container, header .contact_container, header .contact_title {
        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: 18px;
  font-weight: 700;
  position: relative;
  text-decoration: none; }

.nav_link {
  border-bottom: 2px solid transparent;
  color: #1A1818;
  font-weight: 700;
  padding: 5px 0 10px 0;
  margin-right: 50px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 6; }
  .nav_link:hover {
    color: #AE0721;
    border-bottom: 2px solid #AE0721; }

.topnav {
  background-color: transparent;
  overflow: hidden;
  position: relative; }
  .topnav a {
    color: #1A1818;
    display: block;
    font-size: 17px;
    padding: 14px 16px;
    text-decoration: none; }
    .topnav a:hover {
      color: #AE0721; }
  .topnav #myLinks {
    display: none; }

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

#myLinks {
  background-color: #dedede; }

.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 {
  height: auto;
  padding: 10px 0;
  text-align: center; }
  @media (min-width: 992px) {
    .live_support {
      padding: 120px 0;
      text-align: left; } }
  @media (min-width: 1440px) {
    .live_support {
      padding: 120px 0;
      text-align: left; } }
  .live_support .button {
    background-color: #AE0721;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    padding: 20px;
    margin: 20px 0 40px auto;
    letter-spacing: 6px; }
    .live_support .button:hover {
      transform: scale(1.05);
      color: #1A1818; }
    @media (min-width: 992px) {
      .live_support .button {
        margin: 70px 0 120px auto;
        padding: 25px 100px; } }
    @media (min-width: 1440px) {
      .live_support .button {
        margin: 70px 0 120px auto;
        padding: 25px 125px; } }

.live_title {
  color: #131313;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 auto;
  text-transform: uppercase;
  width: 100%; }
  @media (min-width: 992px) {
    .live_title {
      font-size: 46px;
      line-height: 1.55;
      max-width: 625px;
      margin: 0 auto 0 0; } }
  @media (min-width: 1440px) {
    .live_title {
      font-size: 52px;
      line-height: 1.75;
      max-width: 625px;
      margin: 0 auto 0 0; } }

.button {
  background-color: transparent;
  color: #1A1818;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  opacity: 1;
  text-decoration: none;
  text-transform: uppercase; }

/*=== Services ===*/
.services {
  padding-bottom: 10px; }
  @media (min-width: 992px) {
    .services {
      padding-bottom: 50px; } }
  @media (min-width: 1440px) {
    .services {
      padding-bottom: 70px; } }

.services_wrapp_item {
  color: #131313;
  display: block;
  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;
      grid-template-rows: 1fr;
      grid-gap: 50px;
      margin-top: 50px;
      padding: 0; } }
  @media (min-width: 1440px) {
    .services_wrapp_item {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: 1fr;
      grid-gap: 60px;
      margin-top: 50px;
      padding: 0; } }

.services_item {
  align-items: center;
  background-color: #fff;
  border: 2px solid #AE0721;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 10px auto;
  padding: 20px;
  text-align: center;
  max-width: 400px;
  width: 100%; }
  @media (min-width: 992px) {
    .services_item {
      margin: 0;
      padding: 45px 22px; } }
  @media (min-width: 1440px) {
    .services_item {
      margin: 0;
      padding: 45px 22px; } }

.midlle_item {
  padding: 45px 37px; }

.serv_title {
  color: #000;
  font-size: 50px;
  font-weight: 700;
  margin-top: 10px;
  text-align: center; }
  @media (min-width: 992px) {
    .serv_title {
      margin-top: 50px;
      text-align: left; } }
  @media (min-width: 1440px) {
    .serv_title {
      margin-top: 70px;
      text-align: left; } }

.serv_subtitle {
  color: #707070;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  margin: 30px 0;
  text-align: center; }
  @media (min-width: 992px) {
    .serv_subtitle {
      line-height: 1.45;
      text-align: left; } }
  @media (min-width: 1440px) {
    .serv_subtitle {
      line-height: 1.45;
      text-align: left; } }

.services_title {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  height: auto;
  line-height: 1.2;
  margin: 10px auto;
  text-align: center; }
  @media (min-width: 992px) {
    .services_title {
      font-size: 20px; } }
  @media (min-width: 1440px) {
    .services_title {
      font-size: 22px; } }

.sevices_text {
  color: #6B6969;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 992px) {
    .sevices_text {
      font-size: 14px;
      line-height: 1.8; } }
  @media (min-width: 1440px) {
    .sevices_text {
      font-size: 14px;
      line-height: 1.8; } }

.icon_img {
  margin-bottom: 30px; }

/*=== About ===*/
.about {
  height: auto;
  padding: 0 10px; }
  .about .button_wrapper {
    margin-top: 20px;
    text-align: center; }
    @media (min-width: 992px) {
      .about .button_wrapper {
        margin-top: 40px;
        text-align: left; } }
    @media (min-width: 1440px) {
      .about .button_wrapper {
        margin-top: 50px;
        text-align: left; } }
    .about .button_wrapper .button {
      font-weight: 500;
      padding: 18px 47px; }

.about_container {
  padding: 0; }

.about_title {
  color: #000;
  font-size: 38px;
  font-weight: 700;
  margin-top: 10px;
  text-align: center;
  width: 100%; }
  @media (min-width: 992px) {
    .about_title {
      font-size: 46px;
      margin-top: 0; } }
  @media (min-width: 1440px) {
    .about_title {
      font-size: 50px;
      margin-top: 0; } }

.about_sub_title {
  color: #707070;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.45;
  margin-left: auto;
  text-align: center; }
  @media (min-width: 992px) {
    .about_sub_title {
      font-size: 18px;
      line-height: 1.8; } }
  @media (min-width: 1440px) {
    .about_sub_title {
      font-size: 20px;
      line-height: 1.8; } }

.about_image {
  max-width: 940px;
  margin: 0 auto;
  width: 100%; }

.about_wrapper {
  padding: 10px; }
  @media (min-width: 992px) {
    .about_wrapper {
      padding: 80px 0 50px; } }
  @media (min-width: 1440px) {
    .about_wrapper {
      padding: 80px 0 50px; } }

.goup_image {
  left: 0;
  position: relative;
  width: 100%; }

/*=== Faq ===*/
.faq_container {
  max-width: 1410px;
  padding: 50px 10px; }

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

.faq_title {
  color: #000;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  margin: 50px auto; }
  @media (min-width: 992px) {
    .faq_title {
      text-align: left; } }
  @media (min-width: 1440px) {
    .faq_title {
      text-align: left; } }

.faq_subtitle {
  color: #AE0721;
  font-size: 24px;
  font-weight: 700; }

.faq_text {
  color: #707070;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.6;
  padding: 20px 0 35px; }
  .faq_text .page_link {
    color: #707070;
    text-decoration: none;
    font-weight: 400; }
    .faq_text .page_link:hover {
      color: #AE0721; }

/*=== Contact ===*/
.contact {
  background: transparent linear-gradient(180deg, #AE0721 0%, #710717 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  height: auto;
  padding: 80px 0 0 0;
  text-align: center; }

.contact_container, .contact_title {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 1300px; }
  @media (min-width: 992px) {
    .contact_container, .contact_title {
      align-items: flex-start;
      flex-direction: row;
      justify-content: space-between; } }
  @media (min-width: 1440px) {
    .contact_container, .contact_title {
      align-items: flex-start;
      flex-direction: row;
      justify-content: space-between; } }

.contact_title {
  font-size: 40px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center; }

.contact_subtitle {
  font-size: 24px;
  line-height: 1.7;
  font-weight: 300;
  max-width: 850px;
  margin: 35px auto; }

.contact_item {
  display: flex;
  font-size: 12px;
  font-weight: 200;
  justify-content: space-between;
  margin-bottom: 15px; }
  @media (min-width: 992px) {
    .contact_item {
      margin: 0; } }
  @media (min-width: 1440px) {
    .contact_item {
      margin: 0; } }

.symbol_icon {
  align-items: center;
  display: flex;
  flex-direction: column; }

.img_contact {
  height: 90px;
  margin-bottom: 25px;
  width: 90px; }

.cont_title {
  color: #fff;
  font-size: 25px;
  font-weight: 700; }

.icon_content,
.icon_content a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 992px) {
    .icon_content,
    .icon_content a {
      line-height: 1.7; } }
  @media (min-width: 1440px) {
    .icon_content,
    .icon_content a {
      line-height: 1.9; } }

.icon_content a:hover {
  color: #707070; }

.icon_content_wrapp {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

/*=== Back To Top button ===*/
.back_top {
  background-color: #66ff33;
  color: #131313; }

#myBtn {
  background-color: #66ff33;
  border-radius: 5px;
  border: none;
  bottom: 20px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  outline: none;
  position: fixed;
  padding: 15px;
  right: 30px;
  z-index: 99; }
  #myBtn:hover {
    background-color: #2db300;
    color: #000; }

/*=== Footer ===*/
footer {
  color: #fff; }
  footer .container, footer .services_wrapp_item, footer .about_container, footer .faq_container, footer .contact_container, footer .contact_title {
    font-size: 14px;
    font-weight: 300;
    padding: 90px 10px 40px;
    text-align: center; }
