@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300,800&subset=latin,latin-ext);
@font-face {
  font-family: 'TRY';
  src: url("/assets/fonts/TRY.eot");
  src: url("/assets/fonts/TRY.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/TRY.woff") format("woff"), url("/assets/fonts/TRY.ttf") format("truetype"), url("/assets/fonts/TRY.svg#TRY") format("svg");
  font-weight: normal;
  font-style: normal; }

.simge-tl, .simgetl {
  font-family: 'TRY';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.simgetl:before {
  content: "\20ba"; }

body::-webkit-scrollbar {
  width: 0.5em; }

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey; }

html, body {
  display: block;
  width: 100%;
  height: 100%; }

header {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 10px; }
  header a.logo {
    display: inline-block;
    position: relative;
    z-index: 99;
    width: 110px;
    height: 81px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("/assets/images/cadillac-logo-tr.png"); }
    @media only screen and (max-width: 568px) {
      header a.logo {
        width: 90px;
        height: 69px;
        background-image: url("/assets/images/cadillac-logo-tr-mobile.png"); } }
  header .lang-cont {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    font-size: 0;
    text-align: center;
    z-index: 10; }
    @media only screen and (max-width: 1400px) {
      header .lang-cont {
        padding-right: 200px; } }
    @media only screen and (max-width: 768px) {
      header .lang-cont {
        padding-right: 0; } }
    @media only screen and (max-width: 1400px) {
      header .lang-cont.russia-padding {
        padding-right: 660px; } }
    @media only screen and (max-width: 768px) {
      header .lang-cont.russia-padding {
        padding-right: 0; } }
    header .lang-cont .flag {
      display: inline-block;
      width: 48px;
      margin: 0 4px; }
      @media only screen and (max-width: 768px) {
        header .lang-cont .flag {
          width: 24px; } }
      header .lang-cont .flag img {
        width: 100%;
        height: auto; }
  header .main-menu {
    display: block;
    float: right;
    margin-top: 10px;
    position: relative;
    z-index: 99; }
    header .main-menu ul {
      display: inline-block;
      vertical-align: top; }
      @media only screen and (max-width: 768px) {
        header .main-menu ul {
          display: none; } }
      header .main-menu ul li {
        display: inline-block;
        font-size: 13px;
        font-weight: 500;
        font-family: "Open Sans", sans-serif;
        vertical-align: top;
        text-align: center; }
        header .main-menu ul li > a {
          display: block;
          padding: 10px 20px;
          color: #fff;
          border-bottom: solid transparent;
          border-bottom-width: 2px;
          letter-spacing: 3px; }
          header .main-menu ul li > a:hover {
            color: #e91f48; }
        header .main-menu ul li span {
          display: block;
          font-size: 16px;
          color: #e91f48; }
          header .main-menu ul li span a {
            display: block;
            color: #8d9295;
            padding: 0; }
            header .main-menu ul li span a:hover {
              color: #ff3856; }
    header .main-menu .mobil-button {
      display: none;
      font-size: 0;
      vertical-align: top;
      padding: 10px 15px;
      cursor: pointer;
      margin-top: -10px;
      position: relative;
      z-index: 99; }
      @media only screen and (max-width: 768px) {
        header .main-menu .mobil-button {
          display: inline-block; } }
      header .main-menu .mobil-button:hover {
        background-color: #a0152e; }
      header .main-menu .mobil-button i {
        display: block;
        width: 3px;
        height: 3px;
        margin: 5px 0;
        background-color: #fff; }

.owl-carousel {
  height: 100%;
  position: fixed !important;
  background-color: #0c0c0c; }
  .owl-carousel .owl-stage-outer {
    height: 100%; }
    .owl-carousel .owl-stage-outer .owl-stage {
      height: 100%; }
      .owl-carousel .owl-stage-outer .owl-stage .owl-item {
        height: 100%; }
        .owl-carousel .owl-stage-outer .owl-stage .owl-item div {
          height: 100%; }
          .owl-carousel .owl-stage-outer .owl-stage .owl-item div .item {
            height: 100%;
            background-attachment: scroll;
            -webkit-background-size: cover;
                    background-size: cover;
            background-position: center center;
            background-repeat: no-repeat; }
            .owl-carousel .owl-stage-outer .owl-stage .owl-item div .item .detail-cont {
              display: inline-block;
              height: auto;
              position: absolute;
              z-index: 999;
              font-family: "Open Sans", sans-serif;
              color: #fff;
              text-align: center; }
              .owl-carousel .owl-stage-outer .owl-stage .owl-item div .item .detail-cont h1 {
                display: block;
                padding: 7px 0;
                font-size: 30px;
                font-weight: 100;
                letter-spacing: 25px; }
                .owl-carousel .owl-stage-outer .owl-stage .owl-item div .item .detail-cont h1 a {
                  color: #fff; }
                @media only screen and (max-width: 568px) {
                  .owl-carousel .owl-stage-outer .owl-stage .owl-item div .item .detail-cont h1 {
                    font-size: 9px;
                    letter-spacing: 20px;
                    padding: 4px 0; } }
                .owl-carousel .owl-stage-outer .owl-stage .owl-item div .item .detail-cont h1 span {
                  font-size: 20px;
                  font-weight: 500;
                  color: #bcbcbc;
                  line-height: 24px; }
                  .owl-carousel .owl-stage-outer .owl-stage .owl-item div .item .detail-cont h1 span a {
                    color: #bcbcbc; }
                  @media only screen and (max-width: 568px) {
                    .owl-carousel .owl-stage-outer .owl-stage .owl-item div .item .detail-cont h1 span {
                      font-size: 9px; } }
              .owl-carousel .owl-stage-outer .owl-stage .owl-item div .item .detail-cont h2 {
                display: block;
                padding: 7px 0;
                font-size: 20px;
                font-weight: 600;
                letter-spacing: 6px; }
                .owl-carousel .owl-stage-outer .owl-stage .owl-item div .item .detail-cont h2 a {
                  color: #fff; }
                @media only screen and (max-width: 568px) {
                  .owl-carousel .owl-stage-outer .owl-stage .owl-item div .item .detail-cont h2 {
                    font-size: 9px;
                    letter-spacing: 5px;
                    padding: 4px 0; } }
              .owl-carousel .owl-stage-outer .owl-stage .owl-item div .item .detail-cont strong {
                display: block;
                padding: 7px 0;
                font-size: 14px;
                font-weight: 500;
                letter-spacing: 6px; }
                .owl-carousel .owl-stage-outer .owl-stage .owl-item div .item .detail-cont strong a {
                  color: #fff; }
                @media only screen and (max-width: 568px) {
                  .owl-carousel .owl-stage-outer .owl-stage .owl-item div .item .detail-cont strong {
                    font-size: 9px;
                    padding: 4px 0; } }
              .owl-carousel .owl-stage-outer .owl-stage .owl-item div .item .detail-cont .price {
                display: block;
                padding: 7px 0;
                font-size: 30px;
                font-weight: 600;
                letter-spacing: 5px; }
                .owl-carousel .owl-stage-outer .owl-stage .owl-item div .item .detail-cont .price a {
                  color: #fff; }
                @media only screen and (max-width: 568px) {
                  .owl-carousel .owl-stage-outer .owl-stage .owl-item div .item .detail-cont .price {
                    padding: 4px 0;
                    font-size: 13px; } }
              .owl-carousel .owl-stage-outer .owl-stage .owl-item div .item .detail-cont a.detail-button {
                display: inline-block;
                padding: 10px 15px;
                background-color: rgba(0, 0, 0, 0.3);
                font-size: 14px;
                font-weight: 500;
                color: #e91f48 !important;
                margin-top: 10px;
                letter-spacing: 1px;
                text-align: center; }
                @media only screen and (max-width: 568px) {
                  .owl-carousel .owl-stage-outer .owl-stage .owl-item div .item .detail-cont a.detail-button {
                    letter-spacing: 1px;
                    margin-top: 0;
                    padding: 5px 10px; } }
                .owl-carousel .owl-stage-outer .owl-stage .owl-item div .item .detail-cont a.detail-button:hover {
                  background-color: rgba(0, 0, 0, 0.8); }
            .owl-carousel .owl-stage-outer .owl-stage .owl-item div .item.item1 {
              background-color: #222;
              background-image: url("/panel/upload/slider1.jpg"); }
              @media only screen and (max-width: 568px) {
                .owl-carousel .owl-stage-outer .owl-stage .owl-item div .item.item1 {
                  background-image: url("/panel/upload/slider1-mobile.jpg"); } }
            .owl-carousel .owl-stage-outer .owl-stage .owl-item div .item.item2 {
              background-color: #222;
              background-image: url("/panel/upload/slider2.jpg"); }
              @media only screen and (max-width: 568px) {
                .owl-carousel .owl-stage-outer .owl-stage .owl-item div .item.item2 {
                  background-image: url("/panel/upload/slider2-mobile.jpg"); } }
            .owl-carousel .owl-stage-outer .owl-stage .owl-item div .item.item3 {
              background-color: #222;
              background-image: url("/panel/upload/slider3.jpg"); }
              @media only screen and (max-width: 568px) {
                .owl-carousel .owl-stage-outer .owl-stage .owl-item div .item.item3 {
                  background-image: url("/panel/upload/slider3-mobile.jpg"); } }

.right-cont-home {
  display: inline-block;
  width: 160px;
  position: absolute;
  right: 0;
  top: 20%;
  bottom: 10%;
  z-index: 999;
  text-align: right;
  font-size: 0; }
  @media only screen and (max-width: 568px) {
    .right-cont-home {
      top: 12%;
      height: 82%;
      width: 20px; } }
  .right-cont-home .map-pin {
    display: inline-block;
    padding: 15px 5px 15px 20px;
    background-color: #a0152e;
    background-attachment: scroll;
    background-position: 5px center;
    background-repeat: no-repeat;
    background-image: url("/assets/images/map-pin-mobile.png");
    -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; }
    @media only screen and (max-width: 568px) {
      .right-cont-home .map-pin {
        padding: 15px 5px 15px 15px;
        background-image: url("/assets/images/map-pin-mobile.png");
        -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; } }
    .right-cont-home .map-pin:hover {
      background-color: #c41f42; }
    .right-cont-home .map-pin img {
      display: inline-block; }
    .right-cont-home .map-pin span {
      display: none;
      vertical-align: top;
      font-family: "Open Sans", sans-serif;
      font-size: 12px;
      color: #fff;
      padding: 11px 5px; }
      @media only screen and (max-width: 568px) {
        .right-cont-home .map-pin span {
          display: none; } }
  .right-cont-home .yedi-24-cont {
    display: block;
    margin-top: 5px;
    padding: 10px 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; }
    @media only screen and (max-width: 568px) {
      .right-cont-home .yedi-24-cont {
        display: none;
        background-color: transparent;
        position: absolute;
        bottom: 130px;
        right: 0; } }
  .right-cont-home .social-respons {
    display: block;
    position: absolute;
    margin-top: 20px;
    bottom: 0;
    text-align: center; }
    @media only screen and (max-width: 568px) {
      .right-cont-home .social-respons {
        position: absolute;
        bottom: 20px;
        width: 110px;
        margin-left: -90px; } }
    .right-cont-home .social-respons a.logo-koc {
      display: inline-block;
      width: 129px;
      height: 18px;
      background-repeat: no-repeat;
      background-position: center center;
      background-attachment: scroll;
      background-image: url("/assets/images/logo-koc.png");
      vertical-align: top;
      margin: 10px 15px; }
      @media only screen and (max-width: 568px) {
        .right-cont-home .social-respons a.logo-koc {
          display: inline-block;
          background-image: url("/assets/images/logo-koc-mobile.png");
          width: 100%;
          height: 14px;
          margin: 5px 0;
          text-align: center; } }
    .right-cont-home .social-respons a.logo-unicef {
      display: inline-block;
      width: 92px;
      height: 18px;
      background-repeat: no-repeat;
      background-position: center center;
      background-attachment: scroll;
      background-image: url("/assets/images/logo-unicef.png");
      vertical-align: top;
      margin: 10px 15px; }
      @media only screen and (max-width: 568px) {
        .right-cont-home .social-respons a.logo-unicef {
          display: inline-block;
          background-image: url("/assets/images/logo-unicef-mobile.png");
          width: 100%;
          height: 14px;
          margin: 5px 0;
          text-align: center; } }
    .right-cont-home .social-respons a.logo-losev {
      display: inline-block;
      width: 69px;
      height: 26px;
      background-repeat: no-repeat;
      background-position: center center;
      background-attachment: scroll;
      background-image: url("/assets/images/logo-losev.png");
      vertical-align: top;
      margin: 10px 15px; }
      @media only screen and (max-width: 568px) {
        .right-cont-home .social-respons a.logo-losev {
          display: inline-block;
          background-image: url("/assets/images/logo-losev-mobile.png");
          width: 100%;
          height: 20px;
          margin: 5px 0;
          text-align: center; } }

.bottom-cont-mobile {
  display: block;
  position: absolute;
  z-index: 999;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  text-align: left;
  letter-spacing: 8px;
  padding-left: 10px;
  padding-bottom: 20px;
  line-height: 26px; }
  @media only screen and (max-width: 736px) {
    .bottom-cont-mobile {
      font-size: 9px;
      line-height: 18px;
      letter-spacing: 4px; } }
  .bottom-cont-mobile strong {
    font-size: 22px;
    font-weight: 700; }
    @media only screen and (max-width: 736px) {
      .bottom-cont-mobile strong {
        font-size: 14px;
        font-weight: 500; } }
  .bottom-cont-mobile a {
    top: 5px;
    padding: 5px 15px;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 14px;
    font-weight: 500;
    color: #e91f48 !important;
    letter-spacing: 5px;
    text-align: center;
    vertical-align: top; }
    @media only screen and (max-width: 568px) {
      .bottom-cont-mobile a {
        padding: 3px 6px; } }
    .bottom-cont-mobile a:hover {
      background-color: rgba(0, 0, 0, 0.8); }
  .bottom-cont-mobile .yedi-24-cont {
    display: none;
    margin-top: 5px;
    padding: 15px 0 !important; }
    @media only screen and (max-width: 568px) {
      .bottom-cont-mobile .yedi-24-cont {
        display: block;
        position: absolute;
        top: -90px; } }
    .bottom-cont-mobile .yedi-24-cont a {
      background-color: transparent !important;
      padding: 0 !important; }
