/* Gotham Black */
@font-face {
  font-family: 'Gotham';
  src: url('gotham/Gotham-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('gotham/Gotham-BlackItalic.ttf') format('opentype');
  font-weight: 900;
  font-style: italic;
}

/* Gotham Bold */
@font-face {
  font-family: 'Gotham';
  src: url('gotham/Gotham-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('gotham/Gotham-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

/* Gotham Book */
@font-face {
  font-family: 'Gotham';
  src: url('gotham/Gotham-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('gotham/Gotham-BookItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

/* Gotham Light */
@font-face {
  font-family: 'Gotham';
  src: url('gotham/Gotham-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('gotham/Gotham-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

/* Gotham Medium */
@font-face {
  font-family: 'Gotham';
  src: url('gotham/Gotham-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('gotham/Gotham-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

/* Gotham Thin */
@font-face {
  font-family: 'Gotham';
  src: url('gotham/Gotham-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('gotham/Gotham-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}

/* Gotham Ultra */
@font-face {
  font-family: 'Gotham';
  src: url('gotham/Gotham-Ultra.ttf') format('truetype');
  font-weight: 950;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('gotham/Gotham-UltraItalic.ttf') format('truetype');
  font-weight: 950;
  font-style: italic;
}

/* Gotham XLight */
@font-face {
  font-family: 'Gotham';
  src: url('gotham/Gotham-XLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('gotham/Gotham-XLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
a{text-decoration:none;color:#313131;}
a:hover{text-decoration:none;color:#313131;}
a:focus{text-decoration:none;color:#313131;}
a:active{text-decoration:none;color:#313131;}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body{
	-webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
	font-family: 'Gotham', sans-serif !important;
	color:#313131;
	line-height:140%;
	font-weight:400;
}
.bg-vk {
    position: fixed;
    width: 100%;
    height: 100%;
}
.search-box {
    margin-top: 150px;
}

.input-grup {
    display: block;
    position: relative;
}
header .text h1 {
    font-size: 44px;
    font-weight: 800;
}
header .text p {
    font-weight: 300;
    font-size: 21px;
    margin-top: 12px;
}
header .solid{margin-top:-3px;}
header{
	padding:20px;
}
header .search-form {
    margin-top: 0;
    max-width: initial !important;
}
header .text {
    margin-top: 65px;
}

.search-box .text h1 {
    font-size: 62px;
    font-weight: 800;
}
.search-box .text p {
    font-weight: 300;
    font-size: 37px;
    margin-top: 40px;
}
.solid {
    margin-top: 20px;
    stroke: #43824f;
    fill: none;
    stroke-dasharray: 1500;
    -webkit-animation: elementor-headline-dash 3s infinite;
    animation: elementor-headline-dash 3s infinite;

}
.search-form {
    box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 4%);
    background: #fff;
    padding: 12px 18px 12px;
    border-radius: 15px;
    max-width: 700px;
	margin-top: 50px;
}

.hero-thumb-1 {
    position: absolute;
    right: 380px;
    top: 71px;
    z-index: -1;
}

.hero-thumb-2 {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: -1;
}


.tab {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.tab button.active {
    background-color: #e30613;
    color: #fff;
    font-weight: 800;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 13px;
    transition: 0.3s;
    font-size: 17px;
	    margin-right: 10px;
    border-radius: 5px;
}

.tab button:hover {
	background-color: #e30613;
    color: #fff;
    font-weight: 800;
}


.tabcontent {
    display: none;
    margin-top: 13px;
}
.search-box-input {
    width: 100%;
    border: 1px solid #ddd;
    padding: 15px;
    font-weight: 400;
    border-radius: 5px;
}
.search-box-input-2 {
    width: 100%;
    border: 1px solid #ddd;
    padding: 8px;
    font-weight: 400;
    border-radius: 5px;
    text-align: center;
}
.input-grup span {
    font-weight: 600;
}
.aciklama {
    COLOR: #979797;
    font-size: 12px;
    margin-top: 7px;
    font-weight: 500;
}
button.search-2 {
    background: #e30613;
    border: 0;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 11px;
    border-radius: 5px;
    width: 100%;
	transition: 0.3s;
}
button.search-2:hover {
    background: #99010a;
	transition: 0.3s;
}
button.search-1 {
    position: absolute;
    right: 8px;
    top: 8px;
    background: #e30613;
    border: 0;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 5px;
	transition: 0.3s;
}
button.search-1:hover {
    background: #99010a;
	transition: 0.3s;
}

.products-box-1 {
    background: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 18px 0 rgb(0 0 0 / 12%);
}
.not-found {
    padding: 35px;
	padding-top:100px !important;
}
.not-found .left {
    font-size: 43px;
    font-weight: 800;
    line-height: 140%;
    padding-top: 28px;
}

.not-found .right h1 {
    font-size: 29px;
    font-weight: 800;
    margin-top: 21px;
    margin-bottom: 10px;
}
.not-found .right p strong{font-weight:700;}
.not-found .right p {
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
}
.results-dis {
    box-shadow: 0 0 18px 0 rgb(0 0 0 / 12%);
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}
.results-img {
    box-shadow: 1px 1px 11px 3px #ddd;
    border-radius: 130px;
	margin-bottom: 25px;
}
.results-aba-ref {
    box-shadow: 0 0 18px 0 rgb(0 0 0 / 12%);
    text-align: center;
}
.results-aba-ref {
    box-shadow: 0 0 18px 0 rgb(0 0 0 / 12%);
    text-align: center;
    padding: 7px;
    background: #e30613;
    color: #fff;
    border-radius: 5px;
}
.results-aba-ref h3 {
    font-size: 13px;
    font-weight: 400;
}

.results-aba-ref p {
    font-weight: 600;
    font-size: 19px;
}
.results-aba-ref {
    box-shadow: 0 0 18px 0 rgb(0 0 0 / 12%);
    text-align: center;
    padding: 7px;
    background: #e30613;
    color: #fff;
    border-radius: 5px;
    width: 200PX;
    position: absolute;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: -40px;
    z-index: 1;
}
.results {
    position: relative;
    display: block;
    margin-top: 73px;
}
.resulst-header {
    font-weight: 800;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    font-size: 20px;
}
.results-aba-ref-2 h3 {
    font-weight: 700;
    font-size: 15px;
}
.results-aba-ref-2 p {
    font-weight: 400;
    font-size: 15px;
}
.results-brand-models p {
    font-weight: 700;
}
.results-brand-models span {
    font-weight: 400;
}
.results-brand-models {
    font-size: 15px;
}
.p-0{
	padding:0;
}
.p-l-0{
	padding-left:0;
}
.p-r-0{
	padding-right:0;
}
.m-t-50{
	margin-top:50px !important;
}
.results-cros-referanslar {
    position: relative;
    margin-bottom: 29px;

}
.br-md {
    height: 110px;
    overflow: auto;
}
.results-cr-ref {
    font-weight: 400;
    font-size: 15px;
    display: block;
    position: relative;
}
.results-header-desc {
    min-height: 90px;
    margin-top: 15px;
}

.results-content {
    margin-bottom: 85px;
}

.Cross-scrolll {
    position: relative;
    overflow: auto;
	height:167px;
	-webkit-overflow-scrolling: touch;

}

.logo {
    width: 200px !important;
    margin-bottom: 24px;
}
header .text {
    margin-top: 0px !important;
}
header .solid {
    margin-top: 5px !important;
}
.logo-home {
    display: block;
    position: relative;
    margin-bottom: 35px;
}
.results-aba-ref-2 {
    height: 55px;
}
*:not(input):not(textarea) {
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.footer-stick {
    position: fixed;
    right:20px;
    z-index: 9999;
    bottom: 0;
}
.footer-stick ul li {
    font-size: 37px;
}
.footer-stick ul li a {color:#fff;}
.footer-stick ul li:first-child {
    background: #2196f3;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
    font-weight: 700;
}
.footer-stick ul li:nth-child(2) {
    background: #e20613;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
    font-weight: 700;
}
.footer-stick ul li {
    margin-bottom: 15px;
}
.hero-thumb-2 {
    background: url(../../uploads/2.png);
    width: 700px;
    height: 100%;
    position: fixed;
    background-size: contain !important;
    background-repeat: no-repeat;
	right: 0px;
}
.botdogrulama {
    margin-top: 10px;
    display: block;
    position: relative;
}
.cookie-ic {
    box-shadow: 1px 1px 4px 1px #ddd;
    padding: 10px;
    margin: 10px;
}
.cookie-ic h1 {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}
.cookie-baslik {
    font-weight: 700;
	margin-bottom:10px;
}
.cookie-icerik {
    margin-bottom: 20px;
}
.cookie-icerik strong {
    font-weight: 700;
}
.cookie-stick {
	z-index:999999;
    max-width: 70%;
    margin: 0 auto;
    background: #dc3545;
    color: #fff;
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 6px;
}
.cookie-stick a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}
input.CEREZ-BTN {
    border: 0;
    margin-top: 10px;
    border-radius: 5px;
    color: #000;
    background: #fff;
    font-size: 14px;
}