@font-face {
  font-family: "Rubik";
  src: url("/fonts/Rubik-VariableFont_wght.ttf");
}
@font-face {
  font-family: "SourceSans3";
  src: url("/fonts/SourceSans3-VariableFont_wght.ttf");
}

@media screen and (min-width: 1024px) {
  #menu_btn {
    display: none !important;
  }
}
@media screen and (max-width: 1195px) {
  .sr1 {
    display: flex !important;
  }
  /* .header .header__menu {
    display: none !important;
  } */
  #sr_input {
    display: none !important;
  }
  .header__left {
    width: 100%;
  }
  .header__left .header__search {
    width: 100%;
  }
  .header__left .header__search #sr_input_2 {
    width: 100%;
  }
}
@media screen and (max-width: 610px) {
  .main .calc_main .calc__grid .grid__line .grid__item {
    min-height: 85px !important;
  }
  .calc_main .calc__grid {
    grid-template-rows: repeat(5, 95px) !important;
  }

  .header {
    padding-left: 15px !important;
  }
  .header__left {
    width: 100% !important;
  }
  .header__left .header__search {
    width: 100% !important;
  }
  .header__left .header__search #sr_input_2 {
    width: 100% !important;
    min-width: 230px;
  }
  .main .main__title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main .main__desc {
    width: 80% !important;
    text-align: center !important;
  }
  .calc_main {
    width: 90% !important;
    min-width: 0 !important;
  }
  /* .calc_main .calc__grid {
    grid-template-rows: 80px 80px 80px 80px 80px !important;
  } */
  .calc_main .grid__line {
    padding-left: 8px !important;
    padding-right: 8px !important;
    padding-bottom: 15px;
    margin-bottom: 8px !important;
  }
  .calc_main .calc__out {
    width: 95% !important;
  }
  .calc_main .out__value {
    width: 100% !important;
  }
  .calc_main .out__subValue {
    width: 100% !important;
  }
  .calc_main .clcm_btn {
    width: 100% !important;
    height: 100% !important;
    min-height: 60px !important;
    max-height: 80px !important;
    font-size: 160% !important;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .calc {
    width: 90% !important;
    min-width: 0 !important;
  }
  .calc .c_in {
    width: 95% !important;
  }
  .calc .c_out {
    width: 95% !important;
  }
}
@media screen and (max-width: 400px) {
  #sr_input_2 {
    width: 100% !important;
    min-width: 160px !important;
  }
}
.clc_tl1 {
  font-size: 18px;
  margin-bottom: 8px;
}

.sr1 {
  display: none;
  width: 100% !important;
  margin-left: 15px;
}

.mc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menuBtn {
  margin-right: 15px;
  cursor: pointer;
}

#sr_input_2 {
  width: 270px;
  background: #F5F5F5;
  padding-left: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
  border-radius: 5px;
}

#menu {
  position: absolute;
  top: 60px;
  left: 0;
  width: 300px;
  height: 100%;
  background: rgba(255, 255, 255, 0.9333333333);
  border-right: 0.5px solid #ccc;
  display: flex;
  flex-direction: column;
}
#menu ._menu__item {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  border-bottom: 0.5px solid #ccc;
  font-family: "Rubik";
  font-size: 18px;
  color: #00649A;
  text-decoration: none;
}

.header {
  width: 100%;
  height: 60px;
  padding-left: 80px;
  background: #00AEFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header__left {
  height: 100%;
  display: flex;
  align-items: center;
}
.header .l1 {
  border-right: 0.5px solid #fff;
  height: 30px;
  margin-left: 15px;
}
.header .header__menu {
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 15px;
  display: flex;
}
.header .header__menu .menu__item:hover {
  background: #2268ff;
}
.header .header__menu .menu__item.hover {
  background: #2268ff;
}
.header .header__menu .menu__item:hover .item__sub_menu {
  display: flex;
}
.header .header__menu .menu__item {
  font-family: "Rubik";
  font-size: 17.5px;
  color: #fff;
  margin-right: 16px;
  text-decoration: none;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
}
.header .header__menu .menu__item .item__sub_menu {
  width: 240px;
  position: absolute;
  left: -5px;
  top: 40px;
  background: #26aeec;
  display: none;
  flex-direction: column;
}
.header .header__menu .menu__item .item__sub_menu .sub_menu__item:hover .sub_menu__sub_menu {
  display: flex;
}
.header .header__menu .menu__item .item__sub_menu .sub_menu__item:hover {
  background: #27a8e4;
}
.header .header__menu .menu__item .item__sub_menu .sub_menu__item {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  border-top: 0.5px solid #c5c5c5;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.header .header__menu .menu__item .item__sub_menu .sub_menu__sub_menu {
  width: 200px;
  position: absolute;
  right: -200px;
  top: 0;
  display: none;
  flex-direction: column;
  background: #26aeec;
  border-left: 0.1px solid #c5c5c5;
}
.header .header__menu .menu__item .item__sub_menu .sub_menu__sub_menu .sub_menu__item:hover {
  background: #27a8e4;
}
.header .header__menu .menu__item .item__sub_menu .sub_menu__sub_menu .sub_menu__item {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  border-top: 0.5px solid #c5c5c5;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.header .header__search {
  margin-right: 80px;
}
.header .header__search #sr_input {
  width: 270px;
  background: #F5F5F5;
  padding-left: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
  border-radius: 5px;
}

.main .list_table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 30px;
}
.main .list_table .table_col_c {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}
.main .list_table .table_col_c .table_col {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-width: 180px;
}
.main .list_table .table_col_c .table_col .col__title {
  font-family: "Rubik";
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.main .list_table .table_col_c .table_col *:not(.col__title) {
  font-family: "Rubik";
  text-decoration: none;
  color: #000;
  padding-top: 4px;
  padding-bottom: 4px;
}


.main .calc_desc_full {
  margin: 0;
  width: 60%;
  text-align: center;
  font-family: "SourceSans3";
  font-size: 20px;
  color: #033c5a;
  margin-top: 20px;
}
.main .calc_desc_full .sub_links {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  padding-top: 20px;
}
.main .calc_desc_full .sub_links .s_link {
  width: 560px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00AEFF;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  text-decoration: none;
}
.main .c_btn {
  margin-bottom: 25px;
  width: 315px;
  height: 60px;
  border-radius: 100px;
  outline: none;
  font-family: "Rubik";
  font-size: 18.5px;
  background: #D3F5FF;
  color: #727272;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 0.5px solid #C8C8C8;
  width: 200px;
}
.main .c_clr_btn {
  margin-bottom: 15px;
  width: 200px;
  height: 60px;
  border-radius: 100px;
  outline: none;
  font-family: "Rubik";
  font-size: 18.5px;
  background: #D3F5FF;
  color: #727272;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 0.5px solid #C8C8C8;
}
.main .c_clr_btn:hover, .main .c_btn:hover {
  background: #b7eeff;
}
.main .calc {
  margin-top: 40px;
  min-width: 560px;
  min-height: 600px;
  /* MAX WIDTH */
  max-width: 500px;
  border-radius: 10px;
  background: #f7f7f7;
  border: 3px solid #AFDFFF;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main .calc .c_in:focus, .main .calc .c_out:focus {
  border: 3px solid #3ab0ff;
}
.main .calc .c_in::-moz-placeholder, .main .calc .c_out::-moz-placeholder {
  font-family: "Rubik";
  font-size: 16px;
  color: #646464;
}
.main .calc .c_in::placeholder, .main .calc .c_out::placeholder {
  font-family: "Rubik";
  font-size: 16px;
  color: #646464;
}
.main .calc .c_out {
  height: auto !important;
  margin-bottom: 30px !important;
  font-size: 45px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  border: 3px solid #AFDFFF !important;
  background: #FCFCFC !important;
  text-align: right !important;
  padding-right: 20px;
  color: #727272 !important;
  border-radius: 20px !important;
}
.main .calc .c_in, .main .calc .c_out {
  margin-bottom: 30px;
  width: 415px;
  height: 60px;
  border-radius: 15px;
  border: 3px solid #AFDFFF;
  padding-left: 15px;
  outline: none;
  font-family: "Rubik";
  font-size: 18px;
  color: #4b4b4b;
  background: #FCFCFC;
}
.main .calc_main {
  margin-top: 33px;
  border: 3px solid #AFDFFF;
  background: #f7f7f7;
  min-width: 405px;
  border-radius: 6px;
  max-width: 380px;
}
.main .calc_main .l1 {
  display: flex;
  justify-content: center;
}
.main .calc_main .l1 .l {
  width: 96%;
  background: #E2E2E2;
  height: 1.5px;
}
.main .calc_main .calc__out {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  background: #F8F8F8;
  border-bottom: 0.5px solid #d4d4d4;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  width: 375px;
}
.main .calc_main .calc__out .xc1 {
  position: relative;
  top: -5px;
  font-size: 50px;
}
.main .calc_main .calc__out .xc2 {
  position: relative;
}
.main .calc_main .calc__out .out__subValue.hide {
  opacity: 0 !important;
}
.main .calc_main .calc__out .out__subValue.show {
  opacity: 1 !important;
}
.main .calc_main .calc__out .out__value::-webkit-scrollbar {
  height: 8px;
}
.main .calc_main .calc__out .out__value {
  font-family: "Rubik";
  font-size: 45px;
  color: #686868;
  text-align: right;
  margin-top: 10px;
  margin-right: 8px;
  overflow-x: auto;
  vertical-align: middle;
}
.main .calc_main .calc__out .out__value .pl {
  opacity: 0.6;
}
.main .calc_main .calc__out .out__subValue {
  min-height: 50px;
  font-family: "Rubik";
  font-size: 36px;
  color: #686868;
  text-align: right;
  margin-top: 3px;
  margin-right: 8px;
  vertical-align: middle;
}
.main .calc_main .calc__grid {
  display: grid;
  grid-template-rows: repeat(5, 90px);
  margin-top: 15px;
  margin-bottom: 15px;
}
.main .calc_main .calc__grid .grid__line {
  display: flex;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
}
.main .calc_main .calc__grid .grid__line .grid__item.def {
  background: #D3F5FF;
}
.main .calc_main .calc__grid .grid__line .grid__item.def2 {
  background: #EEEEEE;
}
.main .calc_main .calc__grid .grid__line .grid__item {
  width: 80px;
  height: 80px;
  background: #FCFCFC;
  border-radius: 100px;
  border: 0.5px solid #C8C8C8;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  font-family: "Rubik";
  font-size: 34px;
  color: #727272;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 200ms filter;
}
.main .calc_main .calc__grid .grid__line .grid__item:hover {
  filter: brightness(95%);
}
.main .calc_main .calc__grid .grid__line .grid__item:last-child {
  margin-right: 0;
}/*# sourceMappingURL=style.css.map */