body {
    font-size: 15px;
    color: #8E8E8E;
    background-color: #F6F6F6;
    margin: 0 auto;
}

body[preload] * {
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
}

a:hover {
    text-decoration: none;
}

* {
    font-family: "Quicksand", sans-serif;
    outline: none !important;
}

textarea,
input {
    -webkit-appearance: none;
    border-radius: 0;
    letter-spacing: 0.3px;
}

textarea {
    resize: none;
}

a {
    color: #8E8E8E;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
}

.tooltip-inner {
    padding: .25rem 0.8rem;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
}

.tooltip .arrow {
    height: 0.5rem;
}

form.white-ground input,
form.white-ground textarea {
    display: block;
    width: 100%;
    border: 2px solid #E8E8E8;
    padding: 13px 17px;
    background: #FFFFFF;
    color: #000;
    font-weight: 600;
    border-radius: 3px;
}

form.white-ground input:focus,
form.white-ground textarea:focus {
    border-color: #C3C3C3;
}

form.white-ground input.error,
form.white-ground textarea.error {
    border-color: #FF053D !important;
}

form.white-ground label {
    color: #969696;
    font-weight: 600;
}

form.white-ground #pit-button {
    cursor: pointer;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);

    -webkit-transition: -webkit-transform 250ms ease-out;
    -moz-transition: -moz-transform 250ms ease-out;
    transition: transform 250ms ease-out;
}

form.white-ground #pit-button:active,
form.white-ground #pit-button:focus {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background: #878787 !important;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background: #FF053D !important;
}

.img-rendering,
.img-rendering img {
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: pixelated;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

button[disabled] {
    cursor: wait !important;
}

button.loading {
    position: relative;
    color: transparent;
}

@-webkit-keyframes loading-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

button.loading:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f3f4";
    font-weight: 600;
    color: #FFF;
    font-size: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -9px;
    margin-top: -13px;

    -webkit-animation: loading-spin 500ms infinite linear;
    animation: loading-spin 500ms infinite linear;
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
    max-width: 100%;
}

a[href="#"]:not([class]) {
    cursor: inherit;
}

.pagination {
    margin-top: 75px;
}

.pagination a {
    background-color: #F7F7F7;
    color: #8A8A8A;
    font-weight: 600;
    padding: 10px 20px;
    margin: 0 4px;
    border-bottom: 2px solid #F2F2F2;
}

.pagination a:active {
    border-bottom: 2px solid #F2F2F2;
}

.share a {
    display: inline-block;
    width: 32px;
    line-height: 32px;
    text-align: center;
    color: #FFF;
    border-radius: 50%;
    margin: 0 5px;
}

.share a:hover {
    color: #FFF;
}

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

.owl-theme .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
}

.svg2e:not(.replaced-svg) {
    opacity: 0;
}

.overflow-hidden {
    overflow: hidden;
}

.bg-white {
    background: #FFF;
}

a,
img,
.button,
.owl-theme .owl-dots .owl-dot span,
.transition-children *,
.transition {
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

.admin {
    position: fixed;
    top: 40%;
    left: 0;
    padding: 10px 0;
    z-index: 99;
}

.admin a {
    padding: 15px;
    background: #FFF;
    display: block;
    margin-bottom: 3px;
    border: 1px solid #EAEAEA;
    -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.1);
}

body > .view {
    padding: 50px 0 0 0;
}

.page-header {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 400px;
    position: relative;
    margin-bottom: 40px;
}

.page-header .wrapper {
    max-width: 500px;
}

.page-header:after {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.page-header .container {
    position: relative;
    z-index: 4;
}

.page-header h1 {
    color: #FFFFFF;
    font-size: 35px;
    line-height: 50px;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 20px;
    text-shadow: 0 2px 0px rgba(0, 0, 0, 0.3);
}

.page-header h1 span {
    color: #FF053D;
}

.page-header p {
    color: #EFEFEF;
    letter-spacing: 0.5px;
}

.section-title {
    margin-bottom: 50px;
    text-align: center;
}

.section-title .description,
.section-header .description {
    color: #5F5F5F;
}

.estimate-cta {
    background: #FFF;
    padding: 75px 0;
    margin-top: 75px;
}

.estimate-cta .left .title {
    font-weight: 600;
    font-size: 27px;
    color: #FF053D;
    margin-bottom: 20px;
}

.estimate-cta .left .description {
    font-weight: 500;
}

.estimate-cta .right img,
.estimate-cta .right svg {
    width: auto;
    height: 25px;
    margin-right: 5px;
}

.estimate-cta .right .button {
    padding-left: 35px;
}

.estimate-cta .right svg * {
    fill: #FFF;
}

.heading {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #000000;
}

.heading.lg {
    font-size: 23px;
}

.heading span {
    position: relative;
}

.heading span:before,
.heading span:after {
    position: absolute;
    content: "";
    height: 1px;
}

.heading span:before {
    width: 70%;
    left: -10px;
    top: -12px;
}

.heading span:after {
    width: 30%;
    right: -10px;
    bottom: -12px;
}

.heading.black {
    color: #000;
}

/* buttons */
.button {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    border-radius: 25px;
    padding: 12px 40px;
    border: 2px solid transparent;
    cursor: pointer;
}

.button:hover {
    color: #FFF;
}

.button.rounded {
    border-radius: 5px;
}

.button.sm {
    font-size: 13px;
    padding: 7px 30px;
}

.button.xs {
    font-size: 12px;
    padding: 5px 20px;
}

.button.lg {
    font-size: 15px;
    padding: 15px 50px;
}

.button.default.outline:hover {
    color: #FFF;
}

.button.default.outline.calc h3 {
    font-size: .875rem;
    margin: 0;
    color: inherit;
}

.button.white {
    border-color: #FFF;
}

.button.white:not(.outline) {
    background-color: #FFF;
}

.button.white:not(.outline):hover {
    color: #FFF;
    background-color: transparent;
}

.button.link {
    background-color: transparent !important;
    border: none !important;
}

.button.link.default {
    color: #FF053D;
}

.button.link.gray {
    color: #8C8C8C;
}

.button.link.gray:hover {
    color: #FF053D;
}

.button.link.dark {
    color: #000;
}

/* header */
header {
    background: #FFF;
    padding: 20px 0;
    margin-bottom: 35px;

    -moz-box-shadow: 0 0 4px rgba(3, 27, 78, 0.1);
    -webkit-box-shadow: 0 0 4px rgba(3, 27, 78, 0.1);
    box-shadow: 0 0 4px rgba(3, 27, 78, 0.1);
}

header.scroll-to-fixed-fixed {
    background: #FFF;
    padding: 15px 0;
    border-bottom: none;

    -moz-box-shadow: 0 0 4px rgba(3, 27, 78, 0.1);
    -webkit-box-shadow: 0 0 4px rgba(3, 27, 78, 0.1);
    box-shadow: 0 0 4px rgba(3, 27, 78, 0.1);
}

.top-bar {
    background: #FFF;
    border-bottom: 1px solid #F1F1F1;
    padding: 7px 0;
    position: relative;
    z-index: 2;
}

.top-bar .left span {
    font-weight: 600;
}

.top-bar .left ul {
    max-height: 34px;
    overflow: hidden;
}

.top-bar .left ul li a {
    font-weight: 600;
}

.top-bar a {
    font-size: 15px;
    line-height: 34px;
}

.top-bar .right a {
    font-size: 16px;
    float: right;
    display: inline-block;
    width: 34px;
    text-align: center;
    color: #A8A8A8;
}

header .navbar {
    padding: 0;
}

header .navbar-brand {
    padding: 0;
    display: inline-block;
}

header .navbar-brand img {
    height: 20px;
}

header.scroll-to-fixed-fixed .navbar-brand img {
    height: 20px;
}

header .hamburger {
    top: 5px;
    position: relative;
}

/* navigation */
.navbar .navbar-nav .nav-link {
    color: #808080;
    font-size: 15.5px;
    padding: 8px 15px;
    font-weight: 600;
    position: relative;
}

.navbar .navbar-nav .nav-link:hover {
    color: #000;
}

.navbar .navbar-nav .nav-item.estimate a {
    position: relative;
    border-radius: 5px;
    border: 2px solid #EAEAEA;
    padding: 7px 35px;
    margin-left: 20px;
    font-weight: 600;
}

.navbar .navbar-nav .nav-item.estimate a:active {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.navbar .navbar-nav .nav-item.estimate a:hover {
    box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.1);
}

.no-result {
    margin-top: 50px;
    text-align: center;
}

.no-result .text {
    margin: 40px 0;
    font-size: 16px;
    color: #797979;
}

.no-result .text span {
    display: block;
    margin-bottom: 10px;
    color: #000;
    font-size: 30px;
    font-weight: 600;
}

.no-result img {
    width: 500px;
    max-width: 80%;
    height: auto;
}

.breadcrumb {
    background: none;
    margin-top: -20px;
    margin-bottom: 0;
    padding: 0;
}

.breadcrumb ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-bottom: 10px;
}

.breadcrumb ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    color: #8A8A8A;
}

.breadcrumb ul li:not(:last-child):after {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    font-weight: 500;
    color: #C9C9C9;
    margin-left: 10px;
    font-size: 10px;
    top: -1px;
    position: relative;
}

.bottom-contact {
    margin-top: 100px;
    padding: 50px 0;
}

.bottom-contact .form-group {
    position: relative;
    margin-bottom: 40px;
}

.bottom-contact input,
.bottom-contact textarea {
    position: relative;
    background: transparent;
    width: 100%;
    border: none;
    border-bottom: 2px solid #FFF;
    display: block;
    padding: 10px 0;
    color: #FFF;
    font-weight: 600;
    font-size: 14px;
    z-index: 2;
}

.bottom-contact input:focus + label,
.bottom-contact input.filled + label,
.bottom-contact textarea:focus + label,
.bottom-contact textarea.filled + label {
    top: -15px;
    bottom: inherit;
}

.bottom-contact label {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    font-weight: 600;
    font-size: 14px;
    z-index: 1;
}

.bottom-contact .title {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
}

.bottom-contact .description {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 50px;
}

.bottom-contact .map {
    position: relative;
    margin-top: 40px;
    margin-bottom: 75px;
    margin-left: 40px;
}

.bottom-contact .map img {
    position: relative;
    z-index: 2;
    opacity: 0.7;
}

.bottom-contact .map .line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.bottom-contact .map .line line {
    stroke: rgb(208, 3, 49);
    stroke-width: 2;
}

.bottom-contact .map .point {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    z-index: 4;
}

.bottom-contact .map .point.big {
    border: 2px solid #FFF;
    width: 18px;
    height: 18px;
}

.bottom-contact .map .point.big:after {
    content: "Marsus";
    opacity: 1;
    position: absolute;
    top: 13px;
    left: -13px;
    width: 70px;
    font-weight: 600;
    font-size: 12px;
    padding-top: 10px;
}

.bottom-contact .map .point.active {
    -moz-transform: scale(1.75);
    -webkit-transform: scale(1.75);
    -o-transform: scale(1.75);
    -ms-transform: scale(1.75);
    transform: scale(1.75);
}

.bottom-contact .map .point:after {
    opacity: 0;
    position: absolute;
    top: 8px;
    left: -20px;
    width: 70px;
    font-weight: 600;
    font-size: 7px;
    white-space: pre;
    padding-top: 10px;
}

.bottom-contact .map .point.active:after {
    opacity: 1;
}

.bottom-contact .map .marsus {
    top: 14%;
    left: 18%;
}

.bottom-contact .map .ankara {
    top: 34%;
    left: 33%;
}

.bottom-contact .map .ankara:after {
    content: "Ankara'dan \A 55 dakika";
}

.bottom-contact .map .izmir {
    top: 50%;
    left: 5%;
}

.bottom-contact .map .izmir:after {
    content: "İzmir'den \A 1 Saat 05 dakika";
}

.bottom-contact .map .antalya {
    bottom: 25%;
    left: 25%;
}

.bottom-contact .map .antalya:after {
    content: "Antalya'dan \A 1 saat 15 dakika";
}

.bottom-contact .map .adana {
    left: 49%;
    bottom: 23%;
}

.bottom-contact .map .adana:after {
    content: "Adana'dan \A 1 saat 30 dakika";
}

.bottom-contact .map .trabzon {
    top: 17%;
    right: 27%;
}

.bottom-contact .map .trabzon:after {
    content: "Trabzon'dan \A 1 saat 45 dakika";
}

.bottom-contact .map .diyarbakir {
    right: 19%;
    bottom: 42%;
}

.bottom-contact .map .diyarbakir:after {
    content: "Diyarbakır'dan \A 1 saat 55 dakika";
}

.bottom-contact .map .kayseri {
    top: 40%;
    right: 39%;
}

.bottom-contact .map .kayseri:after {
    content: "Kayseri'den \A 1 saat 25 dakika";
}

.bottom-contact .info .item .inner {
    padding: 20px;
    color: #FFF;
    font-weight: 600;
}

.bottom-contact .info .item .inner .label {
    margin-bottom: 10px;
}

.bottom-contact .info .item .inner a,
.bottom-contact .info .item .inner .text {
    color: #FFF;
}

footer {
    padding: 75px 0;
    font-weight: 600;
}

footer .links a {
    font-weight: 600;
}

footer .fab {
    font-weight: normal;
}

footer .blocks {
    margin-bottom: 20px;
}

footer .blocks .container > .row .col:not(:first-child) {
    padding-left: 40px;
}

footer .blocks .title {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

footer .social {
    margin-top: 35px;
}

footer .social a {
    font-size: 18px;
    text-align: center;
}

footer .commercial {
    margin-top: 25px;
    line-height: 25px;
    font-weight: 400;
}

footer .links li {
    margin-bottom: 8px;
}

footer .address {
    line-height: 25px;
}

footer .address a {
    border-bottom: 1px solid;
}

/* chaport */
.chaport-container .chaport-launcher .chaport-launcher-button {
    right: 2em !important;
    bottom: 2em !important;
}

/* quick contact */
.q-contact {
    position: fixed;
    z-index: 99;
    display: none;
    left: 1.8em;
    bottom: 1.8em;
    background: #FFF;
    border-radius: 100px;
    padding: 2px;

    -moz-box-shadow: 0 0 35px rgba(3, 27, 78, 0.1);
    -webkit-box-shadow: 0 0 35px rgba(3, 27, 78, 0.1);
    box-shadow: 0 0 35px rgba(3, 27, 78, 0.1);
}

.q-contact a {
    margin-right: 2em;
}

.q-contact .tooltip {
    min-width: 120px;
    z-index: 9999;
    text-align: center;
}

.q-contact .tooltip .arrow {
    opacity: 1;
    z-index: 9999;
}

.q-contact .icon {
    background: #FF053D;
    padding: 15px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.q-contact img,
.q-contact svg {
    width: 30px;
    height: auto;
}

.q-contact svg * {
    fill: #FFF;
}

.q-contact .label {
    margin-left: 15px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.q-contact a:hover .label {
    color: #FF053D;
}

.q-contact .label span {
    display: block;
    font-size: 12px;
    color: #878787;
    font-weight: 400;
}


/* cookie warning */
.cookie {
    display: none;
    position: fixed;
    z-index: 9999999999999;
    left: 25%;
    bottom: 100px;
    background: #78E08F;
    width: 50%;
    max-width: 100%;
    color: #23402A;
    font-weight: 600;
    border-radius: 3px;
    padding: 25px 40px 25px 25px;
    line-height: 23px;

    -moz-box-shadow: 0 10px 50px rgba(3, 27, 78, 0.2);
    -webkit-box-shadow: 0 10px 50px rgba(3, 27, 78, 0.2);
    box-shadow: 0 10px 50px rgba(3, 27, 78, 0.2);
}

.cookie button {
    color: #23402A !important;
    background: rgba(199, 255, 212, 0.81);
    font-size: 13px !important;
    font-weight: 500;
    border: 2px solid #77C789;
    margin-top: 15px;
}

.cookie button:hover {
    background: #FFF;
}

/* Hotfix */
.ground img {
    width: 100%;
    height: auto;
}

/* Owl */
.view .owl-prev i,
.view .owl-next i {
    padding: 15px;
    margin: 30px 10px 0 10px;
    border: 1px solid #EAEAEA;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    text-align: center;
}

.view .owl-prev:not(.disabled) i,
.view .owl-next:not(.disabled) i {
    color: #FF053D;
    border-color: #FF053D;
}

.view .owl-prev:not(.disabled):active i,
.view .owl-next:not(.disabled):active i {
    transform: scale(.95);
}


/* RESPONSIVE */
@media (max-width: 1600px) {

}

@media (max-width: 1200px) {

    .navbar .navbar-nav .nav-link {
        font-size: 14px;
        padding: 8px 12px;
    }

}

@media (min-width: 991px) {

    .navbar .navbar-nav .nav-item.active a {
        color: #000;
    }

    .navbar .leffect-2 li:not(.estimate).active a::after {
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .navbar .leffect-2 .active a::after {
        width: 10px;
        margin-left: -5px;
    }
}

@media (max-width: 991px) {

    .navbar .navbar-nav {
        padding: 30px 0;
    }

    .navbar .navbar-nav.leffect-2 a::after {
        bottom: 0;
    }

    header .navbar-brand {
        margin-left: 10px;
    }

    .navbar .navbar-nav .nav-item {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }

    .navbar .navbar-nav .nav-link {
        font-size: 25px;
        font-weight: 400;
    }

    .navbar .navbar-nav .nav-item.estimate {
        margin-top: 30px;
    }

    .navbar .navbar-nav .nav-item.estimate a {
        display: inline;
        padding: 10px 75px;
        font-size: 20px;
        font-weight: 600;
    }

    .navbar .navbar-nav .nav-item.estimate a i {
        line-height: 44px !important;
    }

    footer {
        padding: 50px 0;
    }

    footer .social {
        margin-top: 35px !important;
        margin-bottom: 35px;
    }

    footer .blocks .container > .row .col:first-child {
        text-align: center;
        margin-bottom: 40px;
    }

    footer .blocks .container > .row .col {
        margin-bottom: 40px;
    }

    .cookie {
        left: 10%;
        width: 80%;
    }

}

@media (min-width: 767px) {

    .q-contact .tooltip {
        top: -40px;
        left: 50%;
        margin-left: -60px;
    }

    .q-contact .tooltip .arrow {
        left: 50%;
        margin-left: -13px;
        bottom: -7px;
    }

    .q-contact .tooltip .arrow:before {
        top: 0;
        border-width: .4rem .4rem 0;
        border-top-color: #000;
    }

}

@media (max-width: 767px) {

    .top-bar .left {
        display: none;
    }

    .top-bar .right {
        width: 100%;

        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;

        display: -ms-flexbox !important;
        display: flex !important;
    }

    .breadcrumb ul {
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .estimate-cta {
        text-align: center;
    }

    .bottom-contact .map {
        margin-left: 0;
        margin-bottom: 25px;
    }

    .bottom-contact .map img {
        position: relative;
        z-index: 2;
        opacity: 1;
    }

    .bottom-contact .info .item .inner {
        margin-bottom: 15px;
    }

    footer {
        text-align: center;
    }

    footer .blocks .container > .row .col {
        padding-left: 15px !important;
    }

    .ground {
        overflow: hidden;
    }

    .ground img {
        width: 300%;
        max-width: 300%;
        margin-left: -100%;
    }

    .admin {
        display: none;
    }

    .q-contact {
        background: none;

        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .q-contact .tooltip {
        left: 75px;
    }

    .q-contact .tooltip .arrow {
        left: 0;
        margin-left: -6px;
        top: 50%;
        margin-top: -5px;
    }

    .q-contact .tooltip .arrow:before {
        left: 1px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: .4em .4em .4em 0;
        border-color: transparent #000000 transparent transparent;
    }

    .q-contact a {
        width: 60px;
        height: 60px;
        border-radius: 50%;

        -moz-box-shadow: 0 0 35px rgba(3, 27, 78, 0.1);
        -webkit-box-shadow: 0 0 35px rgba(3, 27, 78, 0.1);
        box-shadow: 0 0 35px rgba(3, 27, 78, 0.1);
    }

    .q-contact .label {
        display: none;
    }

}

@media (max-width: 576px) {

    .share a {
        width: 28px;
        line-height: 28px;
        font-size: 12px;
        margin: 0 3px;
    }

    .cookie {
        left: 5%;
        width: 90%;
        font-size: 12px;
        bottom: 20px;
    }

}