* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Mardoto', 'Arial', sans-serif; }

html {
  scroll-behavior: smooth; }

body {
  position: relative;
  height: 100vh;
  width: 100%; }
body.toggle-scrolling {
  overflow: hidden;
  position: fixed; }
body::-webkit-scrollbar {
  width: 5px;
  cursor: pointer; }
body::-webkit-scrollbar-track {
  background: #f1f1f1;
  cursor: pointer; }
body::-webkit-scrollbar-thumb {
  background: #adadad;
  cursor: pointer; }
body::-webkit-scrollbar-thumb:hover {
  background: #5083ff;
  cursor: pointer; }

button {
  cursor: pointer;
  border: none;
  padding: 0; }

button:focus, textarea:focus, input:focus {
  outline: none; }

h1, h2, h3, h4, p, span, label {
  letter-spacing: 1px; }

a {
  text-decoration: none;
  color: #1a1d1d;
  letter-spacing: 1px; }

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }

select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: white !important; }

@font-face {
  font-family: Mardoto;
  src: url(../fonts/Mardoto-Regular.ttf); }
@font-face {
  font-family: Mardoto;
  src: url(../fonts/Mardoto-Bold.ttf);
  font-weight: 600; }
@font-face {
  font-family: Mardoto;
  src: url(../fonts/Mardoto-Medium.ttf);
  font-weight: 500; }
@font-face {
  font-family: Mardoto;
  src: url(../fonts/Mardoto-Regular.ttf);
  font-weight: 400; }
@font-face {
  font-family: Mardoto;
  src: url(../fonts/Mardoto-Light.ttf);
  font-weight: 300; }
@font-face {
  font-family: Mardoto;
  src: url(../fonts/Mardoto-Thin.ttf);
  font-weight: 200; }
.mobile-id-header {
  height: 80px;
  width: 100%;
  padding: 0 150px;
  background-color: #3a73ff;
  display: flex;
  justify-content: space-between; }
.mobile-id-header .header-left-part {
  height: 100%;
  display: flex;
  align-items: center; }
.mobile-id-header .header-left-part .header-logo {
  width: 150px;
  height: 25px; }
.mobile-id-header .header-left-part .header-logo img {
  width: 100%;
  height: 100%; }
.mobile-id-header .header-left-part .navigation-bar {
  margin-left: 50px; }
.mobile-id-header .header-left-part .navigation-bar ul {
  display: flex; }
.mobile-id-header .header-left-part .navigation-bar ul .dropdown {
  position: relative; }
.mobile-id-header .header-left-part .navigation-bar ul .dropdown .dropdown-btn {
  font-size: 16px;
  color: white;
  opacity: 0.8;
  background-color: inherit;
  font-family: inherit;
  margin: 0; }
.mobile-id-header .header-left-part .navigation-bar ul .dropdown .dropdown-btn img {
  transition: 0.2s;
  margin-left: 6px;
  width: 14px;
  vertical-align: bottom; }
.mobile-id-header .header-left-part .navigation-bar ul .dropdown .dropdown-content {
  display: block;
  visibility: hidden;
  opacity: 0;
  top: 50px;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 100;
  border-radius: 4px;
  transition: all 0.2s; }
.mobile-id-header .header-left-part .navigation-bar ul .dropdown .dropdown-content a {
  display: block;
  padding: 15px 25px;
  color: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid #eaeaeb;
  transition: all 0.2s; }
.mobile-id-header .header-left-part .navigation-bar ul .dropdown .dropdown-content a:first-child {
  border-radius: 4px 4px 0 0; }
.mobile-id-header .header-left-part .navigation-bar ul .dropdown .dropdown-content a:last-child {
  border-bottom: none;
  border-radius: 0 0 4px 4px; }
.mobile-id-header .header-left-part .navigation-bar ul .dropdown .dropdown-content a:hover {
  background-color: rgba(84, 121, 255, 0.67);
  color: white; }
.mobile-id-header .header-left-part .navigation-bar ul .dropdown:hover .dropdown-content {
  visibility: visible;
  opacity: 1; }
.mobile-id-header .header-left-part .navigation-bar ul .dropdown:hover .dropdown-btn {
  opacity: 1; }
.mobile-id-header .header-left-part .navigation-bar ul .dropdown:hover .dropdown-btn img {
  transform: rotate(180deg); }
.mobile-id-header .header-left-part .navigation-bar ul li {
  padding: 20px 15px; }
.mobile-id-header .header-left-part .navigation-bar ul li a {
  color: white;
  opacity: 0.8;
  transition: all 0.2s;
  font-size: 16px; }
.mobile-id-header .header-left-part .navigation-bar ul li a:hover {
  opacity: 1; }
.mobile-id-header .header-actions {
  height: 100%;
  display: flex;
  align-items: center; }
.mobile-id-header .header-actions .header-btn {
  width: 170px;
  height: 45px;
  border: 1px solid #87a8df;
  background-color: #97b4ff;
  border-radius: 4px; }
.mobile-id-header .header-actions .header-btn span {
  color: white; }
.mobile-id-header .header-actions .header-btn.transparent {
  margin-right: 45px;
  background-color: transparent; }
.mobile-id-header .mobile-navbar {
  display: none; }
.mobile-id-header .hamburger-btn {
  display: none;
  user-select: none; }

.mobile-id-footer {
  display: flex;
  padding-top: 60px;
  background-color: #111f39;
  flex-wrap: wrap;
  width: 100%; }
.mobile-id-footer .logo-wrapper {
  width: 15%;
  display: flex;
  justify-content: center; }
.mobile-id-footer .logo-wrapper .footer-logo {
  margin-top: 25px;
  width: 75px;
  height: 75px; }
.mobile-id-footer .footer-inner-part {
  display: flex;
  width: 70%;
  justify-content: space-between; }
.mobile-id-footer .footer-inner-part .footer-action-group {
  width: auto;
  padding: 20px; }
.mobile-id-footer .footer-inner-part .footer-action-group h4 {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 1px;
  color: white; }
.mobile-id-footer .footer-inner-part .footer-action-group span {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  color: white;
  font-size: 16px;
  letter-spacing: 1px;
  opacity: 0.8;
  cursor: pointer; }
.mobile-id-footer .footer-inner-part .footer-action-group span img {
  width: 16px;
  margin-right: 15px; }
.mobile-id-footer .footer-inner-part .footer-action-group span:hover {
  opacity: 1; }
.mobile-id-footer .footer-down-box {
  width: 100%;
  padding: 40px 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #27334b; }
.mobile-id-footer .footer-down-box span {
  display: block;
  color: white;
  font-size: 13px;
  opacity: 0.6; }
.mobile-id-footer .footer-down-box span a {
  color: white; }
.mobile-id-footer .footer-down-box .left-part span:first-child, .mobile-id-footer .footer-down-box .right-part span:first-child {
  margin-bottom: 20px; }

.basic-pages-up-part {
  color: white;
  height: 247px;
  position: relative;
  background: #3a73ff;
  text-align: center;
  padding: 92px 150px 0; }
.basic-pages-up-part h1 {
  font-size: 30px;
  margin-bottom: 22px;
  font-weight: 400; }
.basic-pages-up-part span {
  font-size: 16px; }
.basic-pages-up-part .shape {
  position: absolute;
  bottom: 0;
  user-select: none;
  right: 0;
  z-index: 1;
  height: 60%; }

.fixed-buttons-wrapper {
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000; }
.fixed-buttons-wrapper.show-scroll-btn .scroll-to-up-btn {
  visibility: visible;
  opacity: 1; }
.fixed-buttons-wrapper.show-scroll-btn .fixed-mobile-phone-btn {
  transform: translateY(-95px); }
.fixed-buttons-wrapper .fixed-button {
  width: 65px;
  height: 65px;
  align-items: center;
  justify-content: center;
  background-color: #3a73ff;
  transition: all 0.2s linear; }
.fixed-buttons-wrapper .fixed-button img {
  width: 22px; }
.fixed-buttons-wrapper .scroll-to-up-btn {
  display: flex;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0; }
.fixed-buttons-wrapper .fixed-mobile-phone-btn {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50%; }

.phoneNumber-input-form {
  padding: 10px 16px;
  border: 1px solid #ABB7CC;
  border-radius: 4px;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center; }
.phoneNumber-input-form .prefix-code {
  font-weight: 500;
  font-size: 14px;
  height: 100%;
  display: flex;
  align-items: center; }
.phoneNumber-input-form .prefix-code:after {
  margin: 0 15px;
  content: '';
  height: 100%;
  border-right: 1px solid #ABB7CC; }
.phoneNumber-input-form input {
  border: none;
  height: 100%;
  flex-grow: 1;
  font-size: 14px;
  margin-right: 10px;
  color: #262A3D; }
.phoneNumber-input-form input:focus {
  outline: none; }
.phoneNumber-input-form .is-valid {
  height: 100%;
  display: flex;
  align-items: center; }

.primary-button {
  background-color: #5083ff;
  border-radius: 4px;
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 13px;
  width: 178px;
  height: 48px;
  transition: all 0.2s;
  letter-spacing: 1px; }
.primary-button.disabled {
  background-color: #A6ACBA; }
.primary-button:hover {
  box-shadow: 0 4px 15px 0 rgba(165, 165, 165, 0.32); }
.primary-button.cancel-btn {
  margin-right: 20px;
  background-color: #c8cdc8; }
.primary-button.danger-mode {
  background-color: #ff6161; }

.news-component {
  width: 23%; }
.news-component .news-inner-part {
  cursor: pointer; }
.news-component .news-inner-part .new-image {
  position: relative;
  padding-top: 75%; }
.news-component .news-inner-part .new-image img {
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover; }
.news-component .news-inner-part .news-info {
  background-color: white;
  padding: 25px;
  border-radius: 0 0 4px 4px;
  position: relative; }
.news-component .news-inner-part .news-info h4 {
  display: -webkit-box;
  word-break: break-word;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  letter-spacing: 1px;
  margin: 30px 0;
  font-weight: 500;
  font-size: 20px; }
.news-component .news-inner-part .news-info p {
  height: 75px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  overflow: hidden; }
.news-component .news-inner-part .news-info time {
  display: block;
  margin-top: 50px; }
.news-component .news-inner-part .news-info button {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  display: flex;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  background-color: #5083ff; }
.news-component .news-inner-part .news-info button img {
  width: 10px; }

.modal {
  display: flex;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s; }
.modal.open-modal {
  visibility: visible;
  opacity: 1; }
.modal .modal-content {
  background-color: white;
  margin: auto;
  padding: 50px;
  border: 1px solid #888;
  width: 450px;
  border-radius: 8px; }
.modal .modal-content h3 {
  text-align: center;
  margin-bottom: 30px; }
.modal .modal-content h3.danger-mode {
  color: #ff6161; }
.modal .modal-content p {
  text-align: center;
  line-height: 25px;
  font-size: 14px; }

@media screen and (max-width: 1550px) {
  .mobile-id-footer .footer-inner-part {
    padding-right: 100px;
    width: 85%; }
  .mobile-id-footer .footer-inner-part .footer-action-group {
    padding: 10px; }
  .mobile-id-footer .footer-inner-part .footer-action-group h4 {
    margin-bottom: 30px;
    font-size: 26px; }
  .mobile-id-footer .footer-inner-part .footer-action-group span {
    margin-bottom: 22px; }
  .mobile-id-footer .footer-inner-part .footer-action-group span img {
    width: 18px;
    margin-right: 10px; }
  .mobile-id-footer .footer-down-box {
    padding: 40px 100px; } }
@media screen and (max-width: 1500px) {
  .mobile-id-header {
    padding: 0 100px; }

  .basic-pages-up-part {
    padding: 80px 100px; } }
@media screen and (max-width: 1400px) {
  .mobile-id-header .header-actions .header-btn {
    width: 140px; }
  .mobile-id-header .header-actions .header-btn.transparent {
    margin-right: 20px; } }
@media screen and (max-width: 1340px) {
  .mobile-id-header {
    padding: 0 70px; }
  .mobile-id-header .header-actions .header-btn {
    width: 110px;
    height: 40px; }
  .mobile-id-header .header-left-part .navigation-bar {
    margin-left: 20px; }
  .mobile-id-header .header-left-part .navigation-bar ul li {
    padding: 25px 10px; }

  .mobile-id-footer .footer-inner-part {
    padding-right: 70px; }
  .mobile-id-footer .footer-inner-part .footer-action-group h4 {
    margin-bottom: 28px;
    font-size: 24px; }
  .mobile-id-footer .footer-inner-part .footer-action-group span {
    margin-bottom: 20px;
    font-size: 15px; }
  .mobile-id-footer .footer-inner-part .footer-action-group span img {
    width: 16px;
    margin-right: 10px; }
  .mobile-id-footer .footer-down-box {
    padding: 40px 70px; }

  .basic-pages-up-part {
    padding: 80px 70px; } }
@media screen and (max-width: 1200px) {
  .mobile-id-footer {
    padding-top: 0; }
  .mobile-id-footer .logo-wrapper {
    justify-content: flex-start;
    padding: 70px;
    width: 100%; }
  .mobile-id-footer .footer-inner-part {
    width: 100%;
    padding: 0 70px; }
  .mobile-id-footer .footer-down-box {
    flex-wrap: wrap;
    padding: 40px 70px; }
  .mobile-id-footer .footer-down-box .left-part, .mobile-id-footer .footer-down-box .right-part {
    width: 100%; }
  .mobile-id-footer .footer-down-box .left-part span, .mobile-id-footer .footer-down-box .right-part span {
    line-height: 25px; }
  .mobile-id-footer .footer-down-box .left-part span:first-child, .mobile-id-footer .footer-down-box .right-part span:first-child {
    margin-bottom: 0; }
  .mobile-id-footer .footer-down-box .left-part {
    margin-bottom: 20px; } }
@media screen and (max-width: 1150px) {
  .mobile-id-header .header-actions .header-btn {
    height: 35px; }
  .mobile-id-header .header-actions .header-btn.transparent {
    margin-right: 10px; }
  .mobile-id-header .header-left-part .navigation-bar {
    margin-left: 15px; }
  .mobile-id-header .header-left-part .navigation-bar ul .dropdown .dropdown-btn {
    font-size: 14px; }
  .mobile-id-header .header-left-part .navigation-bar ul li {
    padding: 20px 10px; }
  .mobile-id-header .header-left-part .navigation-bar ul li a {
    font-size: 14px; }

  .mobile-id-footer {
    padding-top: 0; }
  .mobile-id-footer .footer-inner-part {
    flex-wrap: wrap; }
  .mobile-id-footer .footer-inner-part .footer-action-group {
    margin-bottom: 20px; } }
@media screen and (max-width: 1050px) {
  .mobile-id-header {
    height: 64px; }
  .mobile-id-header.mobile-menu-open .mobile-navbar {
    transform: translate3d(-100%, 0, 0); }
  .mobile-id-header .header-left-part .navigation-bar {
    display: none; }
  .mobile-id-header .header-actions .header-btn {
    display: none; }
  .mobile-id-header .header-actions .hamburger-btn {
    position: absolute;
    display: block;
    top: 6px;
    right: 20px;
    width: 40px;
    height: 40px;
    z-index: 1101;
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    transition: -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    outline: 0; }
  .mobile-id-header .header-actions .hamburger-btn:before, .mobile-id-header .header-actions .hamburger-btn:after {
    content: "";
    position: relative;
    -webkit-transform-origin: center;
    transform-origin: center;
    display: block;
    height: 3px;
    background-color: white;
    transition: all .25s ease; }
  .mobile-id-header .header-actions .hamburger-btn:before {
    width: 40px; }
  .mobile-id-header .header-actions .hamburger-btn:after {
    top: 7px;
    width: 30px; }
  .mobile-id-header .header-actions .hamburger-btn.is-open {
    top: 10px;
    position: fixed; }
  .mobile-id-header .header-actions .hamburger-btn.is-open:before, .mobile-id-header .header-actions .hamburger-btn.is-open:after {
    width: 30px;
    background-color: #fff; }
  .mobile-id-header .header-actions .hamburger-btn.is-open:before {
    transform: rotate(45deg) translate(4px, -2px); }
  .mobile-id-header .header-actions .hamburger-btn.is-open:after {
    transform: rotate(-45deg) translate(8px, -3px); }
  .mobile-id-header .mobile-navbar {
    user-select: none;
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
    overflow: auto;
    will-change: transform;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    -webkit-overflow-scrolling: touch; }
  .mobile-id-header .mobile-navbar .navbar-inner-part {
    min-width: 100%;
    min-height: 100%;
    padding: 0 20px 20px;
    display: flex;
    flex-direction: column;
    background-color: #333; }
  .mobile-id-header .mobile-navbar .navbar-inner-part .logo-image {
    margin: 0 0 10px 50px;
    height: 64px;
    display: flex;
    align-items: center; }
  .mobile-id-header .mobile-navbar .navbar-inner-part .logo-image img {
    width: 150px;
    height: 25px; }
  .mobile-id-header .mobile-navbar .navbar-inner-part .navbar-list {
    flex-direction: column; }
  .mobile-id-header .mobile-navbar .navbar-inner-part .navbar-list .list-item {
    font-weight: normal;
    border-bottom: 1px solid #6a6969;
    padding: 12px 15px;
    text-align: left;
    position: relative; }
  .mobile-id-header .mobile-navbar .navbar-inner-part .navbar-list .list-item .item-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 16px;
    transition: 0.2s; }
  .mobile-id-header .mobile-navbar .navbar-inner-part .navbar-list .list-item.collapsed .item-icon {
    transform: rotate(180deg); }
  .mobile-id-header .mobile-navbar .navbar-inner-part .navbar-list .list-item.collapsed .submenu-list {
    max-height: 200px;
    opacity: 1; }
  .mobile-id-header .mobile-navbar .navbar-inner-part .navbar-list .list-item a {
    color: white;
    font-size: 16px;
    width: 100%; }
  .mobile-id-header .mobile-navbar .navbar-inner-part .navbar-list .list-item .submenu-list {
    position: relative;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    background-color: unset;
    opacity: 0;
    transition: all .25s linear; }
  .mobile-id-header .mobile-navbar .navbar-inner-part .navbar-list .list-item .submenu-list .submenu-item a {
    margin: 13px 0 0;
    display: flex;
    text-transform: none;
    font-size: 15px;
    -webkit-transition: max-height .3s;
    -moz-transition: max-height .3s;
    -ms-transition: max-height .3s;
    -o-transition: max-height .3s;
    transition: max-height .3s; }
  .mobile-id-header .mobile-navbar .navbar-inner-part .navbar-down-part {
    margin-top: 30px; }
  .mobile-id-header .mobile-navbar .navbar-inner-part .navbar-down-part .mobile-profile-btn {
    margin-right: 20px;
    width: 180px;
    height: 45px;
    border: 1px solid #5083ff;
    background-color: #5083ff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .mobile-id-header .mobile-navbar .navbar-inner-part .navbar-down-part .mobile-profile-btn img {
    margin-right: 10px;
    width: 22px; }
  .mobile-id-header .mobile-navbar .navbar-inner-part .navbar-down-part .mobile-profile-btn span {
    font-size: 16px;
    color: white; }

  .fixed-buttons-wrapper .fixed-mobile-phone-btn {
    display: flex; }

  .basic-pages-up-part {
    height: 270px;
    padding-top: 60px; }
  .basic-pages-up-part h1 {
    font-size: 26px;
    margin-bottom: 20px; }
  .basic-pages-up-part span {
    font-size: 12px; }

  .modal .modal-content {
    padding: 30px; }
  .modal .modal-content p {
    font-size: 12px; }
  .modal .modal-content .primary-button {
    height: 40px; } }
@media screen and (max-width: 800px) {
  .mobile-id-footer .footer-inner-part .footer-action-group {
    width: 50%;
    padding: 0; }
  .mobile-id-footer .footer-down-box {
    padding: 20px 40px; } }
@media screen and (max-width: 700px) {
  .mobile-id-header {
    padding: 0 40px;
    height: 60px; }
  .mobile-id-header .header-left-part .header-logo {
    width: 120px;
    height: 20px; }
  .mobile-id-header .mobile-navbar .navbar-inner-part .logo-image {
    height: 60px;
    margin: 0 0 10px 20px; }
  .mobile-id-header .mobile-navbar .navbar-inner-part .logo-image img {
    width: 120px;
    height: 20px; }
  .mobile-id-header .mobile-navbar .navbar-inner-part .navbar-list .list-item {
    padding: 10px 15px; }
  .mobile-id-header .mobile-navbar .navbar-inner-part .navbar-list .list-item a {
    font-size: 16px; }
  .mobile-id-header .mobile-navbar .navbar-inner-part .navbar-list .list-item .submenu-list {
    padding: 0 10px; }
  .mobile-id-header .mobile-navbar .navbar-inner-part .navbar-list .list-item .submenu-list .submenu-item a {
    margin: 10px 0;
    font-size: 14px; }

  .basic-pages-up-part {
    height: 250px;
    padding: 40px; }
  .basic-pages-up-part h1 {
    font-size: 22px; }

  .mobile-id-footer .logo-wrapper {
    padding: 40px; }
  .mobile-id-footer .logo-wrapper .footer-logo {
    margin-top: 0; }
  .mobile-id-footer .footer-inner-part {
    padding: 0 40px; }
  .mobile-id-footer .footer-inner-part .footer-action-group h4 {
    margin-bottom: 24px;
    font-size: 20px; }
  .mobile-id-footer .footer-inner-part .footer-action-group span {
    margin-bottom: 15px;
    font-size: 12px; }
  .mobile-id-footer .footer-inner-part .footer-action-group span img {
    width: 16px;
    margin-right: 10px; }
  .mobile-id-footer .footer-down-box {
    padding: 20px 40px; }

  .fixed-buttons-wrapper {
    bottom: 20px;
    right: 20px; }
  .fixed-buttons-wrapper.show-scroll-btn .fixed-mobile-phone-btn {
    transform: translateY(-75px); }
  .fixed-buttons-wrapper .fixed-button {
    width: 55px;
    height: 55px; }

  .primary-button {
    width: 140px;
    height: 40px; } }
@media screen and (max-width: 500px) {
  .mobile-id-header .mobile-navbar .navbar-inner-part .navbar-list .list-item a {
    font-size: 14px; }
  .mobile-id-header .mobile-navbar .navbar-inner-part .navbar-list .list-item .submenu-list .submenu-item a {
    margin: 10px 0 0;
    font-size: 12px; }
  .mobile-id-header .mobile-navbar .navbar-inner-part .navbar-down-part .mobile-profile-btn {
    margin: 0 0 60px 0;
    width: 100%; }
  .mobile-id-header .mobile-navbar .navbar-inner-part .navbar-down-part .mobile-profile-btn img {
    margin-right: 20px; }

  .basic-pages-up-part {
    height: 220px; }
  .basic-pages-up-part h1 {
    font-size: 20px;
    margin-bottom: 10px; }
  .basic-pages-up-part span {
    font-size: 10px; }

  .mobile-id-footer .footer-inner-part .footer-action-group h4 {
    margin-bottom: 20px;
    font-size: 16px; }
  .mobile-id-footer .footer-inner-part .footer-action-group span {
    margin-bottom: 12px;
    font-size: 11px; }
  .mobile-id-footer .footer-inner-part .footer-action-group span img {
    width: 14px;
    margin-right: 10px; }

  .modal .modal-content {
    padding: 30px 20px;
    width: 100%; }
  .modal .modal-content .primary-button {
    height: 40px;
    margin-top: 0; } }
@media screen and (max-width: 400px) {
  .mobile-id-header {
    padding: 0 20px; }
  .mobile-id-header .mobile-navbar .navbar-inner-part .logo-image {
    margin: 0 0 10px 0; }

  .basic-pages-up-part {
    padding: 20px; }
  .basic-pages-up-part h1 {
    font-size: 18px; }
  .basic-pages-up-part span {
    font-size: 9px; }

  .fixed-buttons-wrapper {
    bottom: 15px;
    right: 10px; }
  .fixed-buttons-wrapper.show-scroll-btn .fixed-mobile-phone-btn {
    transform: translateY(-55px); }
  .fixed-buttons-wrapper .fixed-button {
    width: 40px;
    height: 40px; }
  .fixed-buttons-wrapper .fixed-button img {
    width: 17px; }

  .mobile-id-footer .logo-wrapper {
    padding: 20px; }
  .mobile-id-footer .logo-wrapper .footer-logo {
    width: 65px;
    height: 65px; }
  .mobile-id-footer .footer-inner-part {
    padding: 0 20px; }
  .mobile-id-footer .footer-inner-part .footer-action-group h4 {
    margin-bottom: 16px;
    font-size: 13px; }
  .mobile-id-footer .footer-inner-part .footer-action-group span {
    margin-bottom: 10px;
    font-size: 10px; }
  .mobile-id-footer .footer-inner-part .footer-action-group span img {
    width: 12px;
    margin-right: 9px; }
  .mobile-id-footer .footer-down-box {
    padding: 20px 20px; }
  .mobile-id-footer .footer-down-box .left-part span, .mobile-id-footer .footer-down-box .right-part span {
    font-size: 12px; }

  .phoneNumber-input-form .prefix-code {
    font-size: 13px; }
  .phoneNumber-input-form .prefix-code:after {
    margin: 0 10px; }
  .phoneNumber-input-form input {
    font-size: 13px;
    margin-right: 10px; } }
#ph_content, #f_content {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow-y: hidden;
  transition: 0.4s;
  padding-left: 29px;
}
.active_tab {
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
}
.is_visiblie {
  padding: 14px 9px;
  display: flex;
  align-content: center;
  box-sizing: border-box;
  margin: 12px 0;
  border: 1px solid #ABB7CC;
  border-radius: 4px;
}
.is_visiblie label, .is_visiblie > div {
  width: 50%;
}
.no_height {
  height: auto;
  border: none;
  padding: 0;
}
.no_border {
  padding: 0;
  height: 31px;
  border:none
}
.show_additional_info {
  display: block !important;
}

/*# sourceMappingURL=main.css.map */
