@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #111111;
}
header,
footer {
  font-family: PTSansRegular,sans-serif;
  color: #111;
  font-size: 18px;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}
.header__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  height: 80px;
  position: fixed;
  width: 100%;
  top: 0;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
  z-index: 10;
  background-color: #fff;
  box-sizing: border-box;
}
.header__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_logo {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -10px;
}
.header_logo img {
  height: 40px;
  width: auto;
}
.header__text {
  margin-left: 30px;
  font-size: 15px;
  color: #666;
}
.header__text p {
  line-height: normal;
}
.header__top_text{
  font-size: 15px;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.header__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header__right a {
  margin-right: 20px;
  font-weight: 600;
  height: 100%;
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__right a:hover {
  color: #e42829;
  text-decoration: none;
}
.header__right a:nth-child(4){
  margin: 0;
}
/* .header__right a:last-child {
  margin-right: 0;
} */
.footer__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 40px;
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.05);
  bottom: 0;
  z-index: 5;
  background-color: #fff;
}
.footer__left {
  color: #ffffff;
  text-align: left !important;
  height: 100%;
  background: #737373;
  border-right: 1px solid red;
  padding-left: 20px;
  width: 37%;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer__right {
  padding-right: 20px;
}
.footer__link {
  margin-left: 10px;
  font-size: 14px;
}
#to-top-button {
  display: none;
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
  position: fixed;
  z-index: 999;
  width: 32px;
  height: 32px;
  right: 12px;
  bottom: 64px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
#to-top-button span {
  font-size: 14px;
  line-height: 32px;
  width: 32px;
  text-align: center;
}
#to-top-button:hover {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #e1e1e1;
}
.header__burger {
  display: none;
}
.header__right__top-text {
  display: none;
}
.header__right .footer__right {
  display: none;
}
.lang-wrapper{
  display: flex;
  align-items: center;
  padding-left: 35px;
}
.lang{
  font-family: Open Sans;
font-weight: 600;
font-size: 15px;
line-height: 20px;
padding: 3px 7px;
cursor: pointer;
margin-right: 0 !important;
}
.lang:first-child{
  border-right: 1px solid #000000;
}

@media (max-width: 1200px) {
  .header__text {
    display: none;
  }
}

@media (max-width: 920px) {
  .bg_mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 5;
  }
  .header_logo {
    margin-top: 0;
  }
  .logo {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .logo img {
    width: 80%;
    height: auto;
    max-height: 100%;
  }
  #to-top-button {
    display: none !important;
  }
  .header__container {
    padding-right: 0;
  }
  .header__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-color: #fff;
    height: 100%;
    right: 0;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 375px;
    box-sizing: border-box;
    padding: 0 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
            transform: translate(100%, 0);
    z-index: 1;
  }
  .header__right a {
    height: auto;
    color: #000000;
    font-size: 33px;
    font-weight: bold;
    line-height: 43px;
    padding: 9px 0 9px 30px;
    width: 100%;
    box-sizing: border-box;
    /* text-align: center; */
    /* justify-content: center; */
  }
  .header__right p {
    /* margin-top: 15vh; */
  }
  .header__right .footer__right {
    display: flex;
    justify-content: center;
    width: calc(100% - 60px);
    padding: 0;
    position: absolute;
    bottom: 30px;    
  }
  .header__right .footer__right a {
    font-size: 18px;
    line-height: normal;
    padding: 9px 0;
    justify-content: center;
  }
  .header__right.mobile_active {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .header__burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 80px;
    width: 80px;
    padding: 31px 29px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* background-color: #000000; */
    cursor: pointer;
    position: relative;
    z-index: 5;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .header__burger__line {
    width: 100%;
    height: 3px;
    background-color: #000000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(0) translate(0, 0);
        -ms-transform: rotate(0) translate(0, 0);
            transform: rotate(0) translate(0, 0);
  }
  .mobile_active.header__burger {

  }
  .mobile_active.header__burger .header__burger__line {
    background-color: #000000;
    width: 20px;
  }
  .mobile_active.header__burger .header__burger__line:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(5px, 6px);
        -ms-transform: rotate(45deg) translate(5px, 6px);
            transform: rotate(45deg) translate(5px, 6px);
  }
  .mobile_active.header__burger .header__burger__line:nth-child(2) {
    display: none;
  }
  .mobile_active.header__burger .header__burger__line:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(4px, -6px);
        -ms-transform: rotate(-45deg) translate(4px, -6px);
            transform: rotate(-45deg) translate(4px, -6px);
  }
  .header__right__top-text {
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    height: 25vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__right a:hover {
    /* opacity: 0.5; */
    /* color: #ffffff; */
  }
  .inner_page__container {
    box-sizing: border-box;
  }
  .header__right .lang {
    font-size: 21.6px;
    line-height: 29px;
    padding: 3px 7px !important;
  }
  .lang-wrapper {
    position: absolute;
    padding: 22px 24px;
}
}

@media (max-width: 480px) {
  footer {
    display: none;
  }
  .header_logo img {
    height: 25px;
    width: auto;
  }
  .header__right.mobile_active {
    max-width: 290px;
}
.header__right a {
  font-size: 24px;
}
.header__left {
  z-index: 1;
}
}
