@import url(https://fonts.googleapis.com/css?family=Saira:400,600);
body {
  margin: 0;
  padding: 0;
  font-family: 'Saira', sans-serif; }
  body .tt-container {
    width: 100%;
    max-width: 1280px;
    padding: 30px 0;
    margin: 0 auto; }
  body #info {
    text-align: justify; }
    body #info h2 {
      font-size: 28px; }
    body #info h3 {
      font-size: 26px; }
    body #info p {
      font-size: 16px;
      line-height: 1.5em; }
    body #info a:link, body #info a:visited {
      color: #F02128;
      font-weight: bold; }
  body .tt-head {
    overflow: hidden;
    background: url(../images/header-bg.webp) no-repeat top center;
    padding-top: 25px; }
    body .tt-head .tt-head-block {
      float: left;
      width: 50%; }
      body .tt-head .tt-head-block img {
        display: inline-block; }
      body .tt-head .tt-head-block .tt-hbi {
        text-align: right; }
      body .tt-head .tt-head-block .tt-img {
        max-height: 50px; }
      body .tt-head .tt-head-block .tt-hb1 {
        font-size: 55px;
        font-weight: bold;
        display: block;
        margin: 40px 0 0 0;
        color: #fff; }
        body .tt-head .tt-head-block .tt-hb1 span {
          color: #F02128; }
        body .tt-head .tt-head-block .tt-hb1 span.SecondColor {
          color: #fff; }
      body .tt-head .tt-head-block .tt-hb2 {
        display: block;
        margin-top: 10px;
        margin-bottom: 50px;
        color: #fff;
        font-size: 30px; }
  body .tt-title-buttons {
    border-bottom: 3px solid #F02128; }
  body .tt-title {
    float: left;
    font-size: 43px;
    font-weight: bold;
    color: #282828; }
    body .tt-title span {
      color: #F02128; }
  body .tt-buttons {
    float: right; }
  body .tt-button {
    display: inline-block;
    background-color: #F02128;
    color: #fff;
    font-size: 30px;
    padding: 13px 20px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
    body .tt-button:hover {
      background-color: #951518;
      color: #fff; }
  body .tt-button:nth-child(1) {
    margin-right: 5px; }
  body .tt-active-button {
    background-color: #951518;
    color: #fff; }
  body .tt-clear {
    clear: both; }
  body .tt-foot {
    border-top: 2px solid #f68185;
    padding: 40px 0 20px 0;
    text-align: center; }
  body .tt-app-button {
    display: inline-block;
    background-color: #F02128;
    color: #fff;
    padding: 25px 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    body .tt-app-button:hover {
      background-color: #951518; }
  body .tt-app-button {
    margin-right: 30px; }
  body .tt-app-button i {
    font-size: 50px; }
  body .tt-app-button a {
    text-decoration: none;
    color: #fff; }
  body .tt-app-button p {
    padding: 0;
    margin: 0;
    font-size: 20px;
    text-align: left; }
  body .tt-app-button-left {
    float: left; }
  body .tt-app-button-right {
    float: right;
    padding-left: 15px; }
  body .tt-app-button-right p:nth-child(1) {
    font-size: 18px; }
  body .tt-app-button-right p:nth-child(2) {
    font-weight: bold;
    font-size: 26px; }
  body .tt-foot-link {
    color: #282828;
    text-decoration: none;
    font-size: 25px;
    display: block;
    padding-top: 10px; }
  body .tt-section-ios-box {
    width: 318px;
    float: left;
    text-align: center; }
  body .tt-section-ios-box img {
    margin: 5px 0 30px 0;
    max-width: 240px;
    width: 100%;
    border: 1px solid #000; }
  body .tt-ios-box-title {
    text-align: center;
    position: relative;
    padding: 20px 20px 15px 45px;
    border-bottom: 1px solid #F02128;
    color: #282828;
    font-size: 17px;
    display: inline-block;
    margin-left: 15px;
    font-weight: bold; }
  body .tt-ios-box-title span {
    position: absolute;
    left: -25px;
    background-color: #F02128;
    color: #fff;
    font-size: 35px;
    padding: 5px 19px;
    font-weight: bold;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    top: 15px; }
  body .tt-ios-box-title span#tt-fSpan {
    padding: 5px 22px; }
  body .tt-android-box:nth-child(1) {
    margin-right: 162px; }
  body .tt-android-box:nth-child(2) {
    margin-right: 162px; }
  @media (max-width: 1100px) {
    body .tt-hb1 {
      font-size: 45px;
      margin-top: 55px; } }
  @media (max-width: 915px) {
    body .tt-hb1 {
      font-size: 45px;
      margin-top: 50px; } }
  @media (max-width: 825px) {
    body .tt-hb1 {
      font-size: 45px;
      margin-top: 50px; }
    body .tt-hbi {
      display: none; }
    body .tt-head-block {
      width: 100%;
      padding: 0 20px; } }
  @media (max-width: 576px) {
    body .tt-hb1 {
      font-size: 30px;
      margin-top: -10px;
      text-align: center; }
    body .tt-hb2 {
      margin-bottom: 0;
      text-align: center;
      font-size: 20px; }
    body .tt-section-android, body .tt-section-ios {
      text-align: center; }
    body .tt-section-ios-box {
      width: auto;
      max-width: 345px;
      float: none;
      display: inline-block; }
    body .tt-button {
      border: 2px solid #F02128; }
    body .tt-active-button {
      background-color: #fff;
      color: #F02128;
      border: 2px solid #F02128; }
    body .tt-m-hide {
      display: none; }
    body .tt-m-foot {
      border: none;
      display: block; }
    body .tt-container {
      padding-top: 10px; }
    body .tt-title {
      font-size: 30px;
      padding: 0 20px 20px 20px;
      text-align: center; }
    body .tt-title-buttons {
      border: none; }
    body .tt-buttons {
      float: none;
      text-align: center; }
    body .tt-button {
      display: inline;
      width: calc(100% - 70px);
      margin: 0 auto;
      font-size: 20px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
    body .tt-button:nth-child(1) {
      margin-right: auto;
      margin-bottom: 5px; }
    body .tt-section-ios-box {
      width: auto;
      float: none; }
    body .tt-app-button:nth-child(1) {
      margin-right: auto;
      margin-bottom: 10px; }
    body .tt-foot-link {
      padding-bottom: 25px; }
    body .tt-android-box:nth-child(1), body .tt-android-box:nth-child(2) {
      margin-right: auto; } }
  @media (max-width: 1279px) and (min-width: 577px) {
    body .tt-container {
      width: calc(100% - 100px);
      padding: 30px 50px; }
    body .tt-button {
      font-size: 20px; }
    body .tt-title {
      font-size: 25px; }
    body .tt-android-box:nth-child(1), body .tt-android-box:nth-child(2) {
      margin-right: auto; } }

.tt-resmapp {
  box-sizing: unset;
  color: #000; }
  .tt-resmapp .tt-img {
    max-height: 40px;
    margin-top: 10px; }

.tt-resmapp-clear {
  clear: both; }

.tt-resmapp p {
  margin: 0; }

.tt-resmapp-banner {
  height: 150px;
  width: 100%;
  background: url("../images/header-bg.webp") no-repeat left center;
  text-align: center; }

.tt-resmapp-con {
  padding: 0 20px;
  width: calc(100% - 40px); }

.tt-ressmapp-banner-header {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding-top: 15px;
  line-height: 25px; }

.tt-ressmapp-banner-header span {
  color: #F02128; }
  .tt-ressmapp-banner-header span.SecondColor {
    color: #fff; }

.tt-ressmapp-banner-text {
  color: #fff;
  font-size: 12.5px;
  line-height: 16px;
  padding-top: 12px; }

.tt-resmapp-body {
  padding-top: 10px; }

.tt-resmapp-tabs {
  border-bottom: 1px solid #b2b2b2; }

.tt-resmapp-tab-text {
  font-size: 13px;
  line-height: 18px;
  float: left; }

.tt-resmapp-tab-button {
  width: 100px;
  height: 40px;
  font-size: 12px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  font-weight: 600;
  background-color: #f4f4f4;
  float: right; }

.tt-resmapp-tactive {
  background-color: #F02128;
  color: #fff; }

.tt-resmapp-tab-button img {
  float: left;
  padding: 9px 0;
  margin-right: 5px; }

.tt-resmapp-tab-con {
  display: inline-block;
  margin: 0 auto; }

.tt-resmapp-tab-button span {
  float: right;
  padding: 10.5px 0; }

.tt-resmapp-m5 {
  margin-right: 5px; }

.tt-resmapp-tab {
  margin: 10px 0;
  padding: 20px;
  background-color: #f4f4f4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none; }

.tt-tab-active {
  display: block; }

.tt-tab-control {
  float: left;
  width: 33.3%;
  text-align: center;
  height: 20px; }

.tt-tab-control:nth-child(1) {
  background-color: #F02128;
  vertical-align: middle;
  padding: 10px 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

.tt-tab-control:nth-child(2) {
  background-color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 0; }

.tt-tab-control:nth-child(3) {
  background-color: #F02128;
  vertical-align: middle;
  padding: 10px 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.tt-adim-tab-yazi {
  font-size: 14px;
  text-align: center;
  line-height: 18px;
  padding: 10px 0; }

.tt-adim-tab-resim {
  text-align: center; }
  .tt-adim-tab-resim img {
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
    height: auto;
    display: block; }

.tt-resmapp-footer {
  text-align: center; }

.tt-footer-text {
  width: 260px;
  margin: 0 auto;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
  text-align: center; }

.tt-footer-button {
  display: inline-block;
  background-color: #F02128;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  width: 120px; }

.tt-footer-button img {
  float: left;
  padding: 5px 0px;
  padding-left: 10px; }

.tt-footer-button p {
  float: right;
  padding: 5px 0;
  padding-right: 10px;
  text-align: left; }

.tt-resmapp-mr16 {
  margin-right: 16px; }

@media screen and (max-width: 360px) and (min-width: 321px) {
  .tt-resmapp-tab-button {
    width: 90px; } }
@media (max-width: 320px) {
  .tt-resmapp-tab-button {
    width: 75px; } }
@media (max-width: 830px) {
  #tt-desktop-page {
    display: none !important; }

  #tt-mobil-page {
    display: block !important; } }

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