@charset "utf-8";

body {
    font-family: 'Roboto', sans-serif;
}

#page {
    position: relative;
}

.grecaptcha-badge {
    display: none !important;
}

.display-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.display-flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.display-flex-shrink {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.transitions {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.container,
.container-fluid {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

@media (min-width: 1530px) {
    .container {
        max-width: 1500px;
    }
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    width: 100%;
    display: block;
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #a3cfbb;
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffe69c;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.alert-light {
    color: #636464;
    background-color: #f7f7f7;
    border-color: #efefef;
}

.alert-red {
    color: #fff;
    background-color: #9c0a16;
    border-color: #9c0a16;
}

.alert-woo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.alert-woo svg {
    width: 45px;
    height: 45px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

@media (max-width: 575px) {
    .alert-woo svg {
        display: none;
    }
}

.alert-woo p {
    margin: 0;
}

@media (max-width: 575px) {
    .alert-woo p {
        font-size: 13px;
    }
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
.woocommerce-notice,
p.no-comments,
#infoBox {
    padding: 20px;
    padding-left: 85px;
    margin: 0;
    margin-bottom: 1rem;
    clear: both;
    color: #fff;
    position: relative;
    width: 100%;
    border-radius: 0px;
}

.woocommerce-message:before,
.woocommerce-info:before,
.woocommerce-error:before,
.woocommerce-noreviews:before,
.woocommerce-notice:before,
p.no-comments:before,
#infoBox:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    background-image: url("../../img/tmp/circle-info.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 36px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
.woocommerce-notice a,
p.no-comments a,
#infoBox a {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    background-color: rgba(0, 0, 0, 0.15);
    padding: 3px 7px;
    padding-bottom: 5px;
    border-radius: 3px;
    margin-right: 5px;
}

.woocommerce-message a:hover,
.woocommerce-info a:hover,
.woocommerce-error a:hover,
.woocommerce-noreviews a:hover,
.woocommerce-notice a:hover,
p.no-comments a:hover,
#infoBox a:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.woocommerce-info,
.woocommerce-noreviews,
.woocommerce-notice,
p.no-comments,
#infoBox {
    background-color: #41a6d5;
}

.woocommerce-info:before,
.woocommerce-noreviews:before,
.woocommerce-notice:before,
p.no-comments:before,
#infoBox:before {
    background-image: url("../../img/tmp/circle-info.svg");
}

.woocommerce-message,
.woocommerce-notice--success,
.woocommerce-thankyou-order-received {
    background-color: #27ae60;
}

.woocommerce-message:before,
.woocommerce-notice--success:before,
.woocommerce-thankyou-order-received:before {
    background-image: url("../../img/tmp/circle-check.svg");
}

.woocommerce-error {
    background-color: #e74c3c;
}

.woocommerce-error:before {
    background-image: url("../../img/tmp/circle-xmark.svg");
}

ul.woocommerce-error {
    padding-left: 103px;
}

.woocommerce-no-products-found {
    width: 100%;
}

.is-info {
    background-color: #f4fff7 !important;
    border-color: #4ab866 !important;
}

.is-info svg {
    background-color: #4ab866 !important;
}

.wpca-lay-out .wpca-lay-out-content * {
    font-size: 15px !important;
    line-height: 22px !important;
}

@media (max-width: 1024px) {
    .wpca-lay-out .wpca-lay-out-content * {
        font-size: 15px !important;
    }
}

#MB_WEBCHAT_WIDGET {
    z-index: 9999 !important;
}

.container__IconContainer-sc-qtelua-11,
.jxMHro {
    height: 91px !important;
}

@media (max-width: 991px) {

    .container__IconContainer-sc-qtelua-11,
    .jxMHro {
        bottom: 65px !important;
        right: 0px !important;
        height: 65px !important;
    }
}

.container__IconContainer-sc-qtelua-11 i,
.jxMHro i {
    background-size: cover;
    height: 100% !important;
    background-position: center !important;
}

@media (max-width: 991px) {

    .container__IconContainer-sc-qtelua-11 i,
    .jxMHro i {
        width: 170px !important;
    }
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(240, 240, 240, 0.55);
    z-index: 101;
    padding: 5px 0;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
}

@media (max-width: 575px) {
    .header {
        position: relative;
        left: auto;
        top: auto;
        padding: 15px 0;
        border-bottom: 1px solid #9c0a16;
        background-color: #f0f0f0;
    }
}

@media (max-width: 1200px) {
    .header .container {
        max-width: 100%;
    }
}

.header .container .flex-in {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.header .container .flex-in .left a img {
    width: 95px;
}

@media (max-width: 500px) {
    .header .container .flex-in .left a img {
        width: 40px;
    }
}

.header .container .flex-in .right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    position: relative;
}

@media (max-width: 991px) {
    .header .container .flex-in .right {
        flex-direction: row-reverse;
    }
}

.header .container .flex-in .right ul {
    margin: 0;
    margin-right: 25px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

@media (max-width: 1100px) {
    .header .container .flex-in .right ul {
        margin-right: 15px;
    }
}

@media (max-width: 991px) {
    .header .container .flex-in .right ul {
        display: none;
    }
}

.header .container .flex-in .right ul li {
    margin: 0 5px;
    position: relative;
}

@media (max-width: 1200px) {
    .header .container .flex-in .right ul li {
        margin: 0;
    }
}

.header .container .flex-in .right ul li a {
    text-decoration: none;
    color: #252525;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 10px;
    position: relative;
    overflow: hidden;
    display: block;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

@media (max-width: 1425px) {
    .header .container .flex-in .right ul li a {
        font-size: 14px;
    }
}

@media (max-width: 1020px) {
    .header .container .flex-in .right ul li a {
        padding: 5px;
    }
}

.header .container .flex-in .right ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #9c0a16;
    z-index: -1;
    opacity: 0;
    transform: translateX(-110%);
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    -o-transform: translateX(-110%);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.header .container .flex-in .right ul li a:hover {
    color: #fff;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.header .container .flex-in .right ul li a:hover:before {
    opacity: 1;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
}

.header .container .flex-in .right ul li ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 250px;
    background-color: #fff;
    display: block;
    border-radius: 8px;
    padding: 5px;
    display: none;
}

.header .container .flex-in .right ul li ul li {
    margin: 0;
}

.header .container .flex-in .right ul li ul li a {
    border-radius: 8px;
    font-size: 15px;
}

.header .container .flex-in .right ul li ul li a::before {
    display: none;
}

.header .container .flex-in .right ul li ul li a:hover {
    background-color: #9c0a16;
}

.header .container .flex-in .right ul li:hover ul {
    display: block;
}

.header .container .flex-in .right .lang {
    position: relative;
    cursor: pointer;
    z-index: 5;
    margin: 0 10px;
}

@media (max-width: 991px) {
    .header .container .flex-in .right .lang {
        display: none;
    }
}

.header .container .flex-in .right .lang ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header .container .flex-in .right .lang ul li {
    margin: 0;
    padding: 0;
}

.header .container .flex-in .right .lang ul li a {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.header .container .flex-in .right .lang ul li a:before {
    display: none;
}

.header .container .flex-in .right .lang ul li a:after {
    content: "";
    position: relative;
    display: inline-block;
    top: -1px;
    margin-left: 5px;
    left: auto;
    width: auto;
    height: auto;
    z-index: 3;
    background-color: transparent;
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    width: 9px;
    height: 25px;
    background-image: url("../../img/right-ang.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(90deg);
}

.header .container .flex-in .right .lang ul li a:hover {
    color: #252525;
}

.header .container .flex-in .right .lang ul li .sub-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    margin: 0;
    padding: 0;
    top: 0px;
    padding-top: 50px;
    pointer-events: none;
    opacity: 0;
    width: 60px;
    border-radius: 3px;
    overflow: hidden;
    list-style: none;
    display: block;
    background-color: unset;
}

.header .container .flex-in .right .lang ul li .sub-menu li {
    display: block;
    margin: 0;
    padding: 0;
}

.header .container .flex-in .right .lang ul li .sub-menu li a {
    text-decoration: none;
    color: #252525;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    padding: 4px 0;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}

.header .container .flex-in .right .lang ul li .sub-menu li a:before {
    content: "";
    position: relative;
    display: inline-block;
    top: -1px;
    margin-right: 4px;
    left: auto;
    width: auto;
    height: auto;
    z-index: 3;
    background-color: transparent;
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    width: 7px;
    height: 24px;
    background-image: url("../../img/right-ang.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.header .container .flex-in .right .lang ul li .sub-menu li a:after {
    display: none;
}

.header .container .flex-in .right .lang ul li .sub-menu li a:hover {
    background-color: #9c0a16;
    color: #fff;
}

.header .container .flex-in .right .lang ul li:hover .sub-menu {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    padding-top: 35px;
    opacity: 1;
    pointer-events: auto;
}

.header .container .flex-in .right .lang .lang-sub {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    top: 0px;
    padding-top: 50px;
    pointer-events: none;
    opacity: 0;
}

.header .container .flex-in .right .lang .lang-sub .lang-sub-in {
    background-color: #fff;
    width: 60px;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    overflow: hidden;
}

.header .container .flex-in .right .lang .lang-sub .lang-sub-in ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.header .container .flex-in .right .lang .lang-sub .lang-sub-in ul li {
    display: block;
    margin: 0;
    padding: 0;
}

.header .container .flex-in .right .lang .lang-sub .lang-sub-in ul li a {
    text-decoration: none;
    color: #252525;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-bottom: 1px solid #dcdcdc;
    padding: 4px 0;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}

.header .container .flex-in .right .lang .lang-sub .lang-sub-in ul li a:first-child {
    padding-top: 6px;
}

.header .container .flex-in .right .lang .lang-sub .lang-sub-in ul li a:nth-of-type(2) {
    border-bottom: 0;
}

.header .container .flex-in .right .lang .lang-sub .lang-sub-in ul li a:before {
    content: "\f105";
    position: relative;
    display: inline-block;
    top: -1px;
    margin-right: 4px;
    left: auto;
    width: auto;
    height: auto;
    z-index: 3;
    background-color: transparent;
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    font-size: 15px;
    font-weight: 800;
    font-family: "fontawesome";
}

.header .container .flex-in .right .lang .lang-sub .lang-sub-in ul li a:hover {
    background-color: #9c0a16;
    color: #fff;
}

.header .container .flex-in .right .lang:hover .lang-sub {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    padding-top: 30px;
    opacity: 1;
    pointer-events: auto;
}

.header .container .flex-in .right .get {
    background-color: #9c0a16;
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 10px 28px;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    margin-left: 30px;
    order: 1;
}

@media (max-width: 991px) {
    .header .container .flex-in .right .get {
        transform: scale(1.06);
        font-size: 13px;
        padding: 8px 16px;
        margin-left: 0;
    }
}

.header .container .flex-in .right .get:hover {
    background-color: #70050f;
    color: #fff;
}

.header .container .flex-in .right .get .icon {
    font-size: 20px;
    line-height: 1;
    transform: rotate(90deg);
}

.header .container .flex-in .right .mobile-menu-icon {
    display: none;
}

@media (max-width: 991px) {
    .header .container .flex-in .right .mobile-menu-icon {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        height: 100%;
        cursor: pointer;
        margin: 0 18px;
        margin-right: 0;
    }

    .header .container .flex-in .right .mobile-menu-icon .m-icon span {
        display: block;
        width: 35px;
        height: 3px;
        background-color: #252525;
        margin-bottom: 7px;
    }

    .header .container .flex-in .right .mobile-menu-icon .m-icon span:last-child {
        margin-bottom: 0;
    }
}

.header.header-color {
    background-color: rgba(255, 255, 255, 0.8);
}

.header.header-border-color {
    border-bottom: 1px solid #9c0a16;
}

.header.header-scroll {
    transform: translateY(-200%) translateZ(0) scale(1.0, 1.0);
    -webkit-transform: translateY(-200%) translateZ(0) scale(1.0, 1.0);
    -moz-transform: translateY(-200%) translateZ(0) scale(1.0, 1.0);
    -ms-transform: translateY(-200%) translateZ(0) scale(1.0, 1.0);
    -o-transform: translateY(-200%) translateZ(0) scale(1.0, 1.0);
    background-color: #f0f0f0;
    border-bottom: 1px solid #9c0a16;
    -webkit-backface-visibility: hidden;
}

.header.header-scroll-up {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.header.subs-header {
    position: relative;
    border-bottom: 1px solid #9c0a16;
}

.header.model-head {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 14;
}

#mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0);
    z-index: 999999999;
    width: 100%;
    pointer-events: none;
    height: 100vh;
}

#mobile-menu .mobile-right-menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    height: 100%;
    background: #3d3d3c;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    pointer-events: auto;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transform: translateX(120%);
    -webkit-transform: translateX(120%);
    -moz-transform: translateX(120%);
    -ms-transform: translateX(120%);
    -o-transform: translateX(120%);
}

@media (max-width: 500px) {
    #mobile-menu .mobile-right-menu {
        -webkit-box-shadow: inset 1px 3px 5px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: inset 1px 3px 5px 0px rgba(0, 0, 0, 0.1);
        box-shadow: inset 1px 3px 5px 0px rgba(0, 0, 0, 0.1);
        background-color: #252525;
    }
}

#mobile-menu .mobile-right-menu .top {
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

@media (max-width: 991px) {
    #mobile-menu .mobile-right-menu .top {
        padding: 18px;
    }
}

@media (max-width: 500px) {
    #mobile-menu .mobile-right-menu .top {
        padding: 15px;
    }
}

#mobile-menu .mobile-right-menu .top a img {
    width: 135px;
}

@media (max-width: 991px) {
    #mobile-menu .mobile-right-menu .top a img {
        width: 130px;
    }
}

@media (max-width: 500px) {
    #mobile-menu .mobile-right-menu .top a img {
        width: 100px;
    }
}

#mobile-menu .mobile-right-menu .top .mobile-menu-close {
    position: absolute;
    right: 15px;
    top: 10px;
}

#mobile-menu .mobile-right-menu .top .mobile-menu-close svg {
    color: #fff;
    width: 28px;
}

#mobile-menu .mobile-right-menu .mid {
    padding-top: 25px;
}

@media (max-height: 540px) {
    #mobile-menu .mobile-right-menu .mid {
        padding-top: 10px;
    }
}

#mobile-menu .mobile-right-menu .mid ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#mobile-menu .mobile-right-menu .mid ul li a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding: 9px 15px;
    border-bottom: 1px solid #5a5a5a;
    font-weight: 400;
}

#mobile-menu .mobile-right-menu .mid ul li a i {
    margin-right: 5px;
}

@media (max-width: 500px) {
    #mobile-menu .mobile-right-menu .mid ul li a {
        padding: 8px 15px;
    }
}

@media (max-height: 540px) {
    #mobile-menu .mobile-right-menu .mid ul li a {
        padding: 7px 15px;
    }
}

#mobile-menu .mobile-right-menu .bottom {
    padding-top: 25px;
}

@media (max-height: 540px) {
    #mobile-menu .mobile-right-menu .bottom {
        padding-top: 10px;
    }
}

#mobile-menu .mobile-right-menu .bottom a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    margin: 0 5px;
    width: 40px;
    height: 36px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

#mobile-menu .mobile-right-menu .bottom .lang {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

#mobile-menu .mobile-right-menu .bottom .lang a {
    font-weight: 400;
    border: 1px solid rgba(255, 255, 255, 0.42);
}

#mobile-menu .mobile-right-menu .bottom .lang a:first-child i {
    font-size: 18px;
}

#mobile-menu .mobile-right-menu .bottom .lang ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

#mobile-menu .mobile-right-menu .bottom .lang ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#mobile-menu .mobile-right-menu .bottom .social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 10px;
}

#mobile-menu .mobile-right-menu .bottom .social a {
    padding: 0;
    width: 40px;
    height: 36px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.42);
}

#mobile-menu .mobile-right-menu .bottom .social a i {
    font-size: 18px;
}

#mobile-menu .mobile-right-menu .bottom .social a:first-child i {
    font-size: 20px;
}

#mobile-menu.active-mobile-menu {
    background-color: rgba(0, 0, 0, 0.5);
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

#mobile-menu.active-mobile-menu .mobile-right-menu {
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
}

.ara {
    position: fixed;
    right: 10px;
    top: 95px;
    z-index: 105;
    pointer-events: none;
    transform: translateX(120%);
    -webkit-transform: translateX(120%);
    -moz-transform: translateX(120%);
    -ms-transform: translateX(120%);
    -o-transform: translateX(120%);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

@media (max-width: 500px) {
    .ara {
        width: 100%;
        right: 0;
        padding: 15px;
        top: 60px;
    }
}

.ara form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 15px;
    background: #252525;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.ara form input {
    margin: 0;
    padding: 0;
    outline: none;
    box-shadow: none;
    border: 1px solid #e5e5e5;
    border-radius: 0 !important;
    display: block;
    background-color: #fff;
    border-right: 1px solid #e6e6e6;
    width: 300px;
    height: 45px;
    font-weight: 400;
    padding-left: 15px;
    font-size: 16px;
}

@media (max-width: 500px) {
    .ara form input {
        width: 100%;
    }
}

.ara form button {
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    display: block;
    border: 1px solid #e5e5e5;
    border-left: 1px solid #fff;
    background-color: #fff;
}

.ara form button img {
    width: 23px;
    -webkit-filter: brightness(1) invert(1);
    filter: brightness(1) invert(1);
    opacity: .5;
    position: relative;
    top: -2px;
}

.ara.ara-active {
    pointer-events: auto;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.header-sub-page {
    position: relative;
    margin-bottom: 40px;
}

@media (max-width: 575px) {
    .header-sub-page {
        margin-bottom: 15px;
    }
}

.header-sub-page .bred {
    width: 100%;
    background-color: #fdfdfd;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 40px;
}

@media (max-width: 575px) {
    .header-sub-page .bred {
        margin-bottom: 20px;
    }
}

.header-sub-page .bred nav {
    padding: 8px 0px;
    text-transform: capitalize;
    margin-top: 20px;
}

@media (max-width: 575px) {
    .header-sub-page .bred nav {
        margin-top: -5px;
    }
}

.header-sub-page .bred nav p {
    margin: 0;
    font-size: 15px;
    letter-spacing: 1px;
}

@media (max-width: 575px) {
    .header-sub-page .bred nav p {
        font-size: 14px;
    }
}

.header-sub-page .bred nav a:hover {
    color: #9c0a16;
}

.header-sub-page .bred nav .separator {
    font-size: 15px;
}

@media (max-width: 575px) {
    .header-sub-page .bred nav .separator {
        font-size: 14px;
    }
}

.header-sub-page .bred nav .last {
    font-weight: 500;
    font-size: 14px;
}

.header-sub-page .container .title-in {
    position: relative;
    font-size: 42px;
    line-height: 49px;
    padding: 0;
    padding-bottom: 15px;
    margin: 0;
    font-weight: 400;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .header-sub-page .container .title-in {
        font-size: 36px;
        padding-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .header-sub-page .container .title-in {
        font-size: 26px;
        line-height: 35px;
        padding-bottom: 7px;
    }
}

.header-sub-page .container .title-in:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #9c0a16;
}

.header-sub-page.model-bred {
    position: absolute;
    left: 0;
    top: 85px;
    width: 100%;
    z-index: 13;
}

@media (max-width: 500px) {
    .header-sub-page.model-bred {
        top: 69px;
    }
}

.header-sub-page.model-bred .bred {
    margin: 0;
    background-color: rgba(240, 240, 240, 0.55);
    border: none;
    margin-top: 5px;
}

.swiper .swiper-slide {
    font-size: 16px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper .swiper-slide a {
    display: block;
    width: 100%;
    text-decoration: none;
}

.swiper .swiper-slide picture {
    display: block;
    width: 100%;
}

.swiper .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev,
.swiper .swiper-button-next-blog,
.swiper .swiper-button-prev-blog {
    background-color: rgba(149, 193, 31, 0.85);
    width: 48px;
    height: 48px;
    border-radius: 4px;
}

@media (max-width: 575px) {

    .swiper .swiper-button-next,
    .swiper .swiper-button-prev,
    .swiper .swiper-button-next-blog,
    .swiper .swiper-button-prev-blog {
        width: 35px;
        height: 35px;
    }
}

.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after,
.swiper .swiper-button-next-blog:after,
.swiper .swiper-button-prev-blog:after {
    font-size: 16px;
    color: #252525;
    font-weight: 600;
    color: #fff;
}

@media (max-width: 575px) {

    .swiper .swiper-button-next:after,
    .swiper .swiper-button-prev:after,
    .swiper .swiper-button-next-blog:after,
    .swiper .swiper-button-prev-blog:after {
        font-size: 14px;
    }
}

.swiper .swiper-button-next:hover,
.swiper .swiper-button-prev:hover,
.swiper .swiper-button-next-blog:hover,
.swiper .swiper-button-prev-blog:hover {
    background-color: #95c11f;
}

.swiper .swiper-pagination {
    position: relative;
    pointer-events: none;
    left: auto;
    top: auto;
    bottom: auto;
}

.swiper .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #9c0a16;
    opacity: .5;
    pointer-events: auto;
}

.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px;
    height: 12px;
    border-radius: 30px;
    opacity: 1;
}

.link-w a {
    font-size: 16px;
    font-weight: bold;
    color: #252525;
    outline: none;
    text-decoration: none;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

@media (max-width: 1425px) {
    .link-w a {
        font-size: 16px;
    }
}

@media (max-width: 1425px) {
    .link-w a {
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .link-w a {
        font-weight: 700;
        font-size: 13px;
    }
}

.link-w a i,
.link-w a img {
    position: relative;
    top: -1px;
    font-size: 20px;
    font-weight: bold;
    margin-left: 5px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    color: #252525;
}

@media (max-width: 1425px) {

    .link-w a i,
    .link-w a img {
        font-size: 16px;
        margin-left: 3px;
    }
}

@media (max-width: 500px) {

    .link-w a i,
    .link-w a img {
        font-weight: 600;
        font-size: 15px;
    }
}

.link-w a:hover {
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    color: #9c0a16;
}

.link-w a:hover i,
.link-w a:hover img {
    color: #9c0a16;
    margin-left: 10px;
}

@media (max-width: 1425px) {

    .link-w a:hover i,
    .link-w a:hover img {
        margin-left: 6px;
    }
}

.resim-div {
    position: fixed;
    right: -10%;
    bottom: -24%;
    width: 700px;
    z-index: 999;
    display: none !important;
}

.resim-div img {
    width: 100%;
    height: auto;
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
    display: block;
}

.vur {
    position: fixed;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.493);
    right: 5.6%;
    bottom: 18.5%;
    border: none;
    cursor: none;
    z-index: 999;
    display: none !important;
}

.chat-box {
    width: 360px;
    height: 540px;
    position: fixed;
    right: 14%;
    bottom: 5%;
    display: flex;
    flex-direction: column;
    z-index: 1000;
    opacity: 0;
    transform: translateY(90%);
    transition: all 0.4s ease;
    pointer-events: none;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: #9c0a16;
    border-radius: 25px;
    border: 1px solid #ccccccf3;
    box-shadow: 1px 26px 83px -32px rgba(156, 10, 22, 0.75);
    -webkit-box-shadow: 1px 26px 83px -32px rgba(156, 10, 22, 0.75);
    -moz-box-shadow: 1px 26px 83px -32px rgba(156, 10, 22, 0.75);
    display: none !important;
}

.chat-box.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.chat-box .chat-messages {
    flex: 1;
    overflow-y: auto;
    padding: 10px 0 10px 14px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    border-radius: 25px 25px 0 0;
    background: #fff;
    backdrop-filter: blur(10px);
}

.chat-box .chat-input {
    display: flex;
}

.chat-box .chat-input input {
    flex: 1;
    padding: 8px;
    font-size: 15px;
    border: none;
    border-radius: 2px 0 0 15px;
    outline: none;
    background: rgba(255, 255, 255, 0.993);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #000;
    margin-bottom: 10px;
    margin-left: 5px;
}

.chat-box .chat-input button {
    padding: 8px 12px;
    border: none;
    cursor: pointer;
    border-radius: 0 2px 15px 0;
    backdrop-filter: blur(10px);
    background: rgba(235, 0, 0, 0.712);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    transition: transform 0.2s ease;
    margin-bottom: 10px;
    margin-right: 5px;
}

.chat-box .chat-input button:hover {
    transform: scale(1.1);
}

.message {
    max-width: 80%;
    padding: 8px 12px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.4;
    word-wrap: break-word;
    margin-bottom: 3%;
}

.message.user {
    align-self: flex-end;
    background-color: #9c0a16e0;
    border: 1px solid rgba(255, 255, 255, 0.568);
    color: #fff;
    border-bottom-right-radius: 2px;
    text-align: right;
}

.message.bot {
    align-self: flex-start;
    background-color: #9c0a16e0;
    border: 1px solid rgba(255, 255, 255, 0.568);
    color: #fff;
    border-bottom-left-radius: 2px;
    text-align: left;
}

#takipci {
    position: absolute;
    width: 40px;
    height: 40px;
    pointer-events: none;
    display: none;
    z-index: 10000;
}

#yumrukat {
    width: 50%;
    position: absolute;
    display: flex;
    bottom: 42%;
    right: 40%;
    opacity: 0.9;
}

@keyframes blueDropShadowAnim {
    0% {
        filter: drop-shadow(0 0 15px rgba(0, 123, 255, 0.7));
    }

    50% {
        filter: drop-shadow(0 0 35px transparent);
    }

    100% {
        filter: drop-shadow(0 0 15px rgba(0, 123, 255, 0.7));
    }
}

.makine-glow {
    animation: blueDropShadowAnim 0.4s infinite ease-in-out;
}

.markaadi {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 8px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
}

.reserv_popup {
    position: fixed;
    left: 0;
    top: 40%;
    transform: translate(-75%);
    z-index: 999999;
    text-align: center;
    width: 240px;
    transition: 0.2s;
}

@media (max-width: 1600px) {
    .reserv_popup {
        top: 23%;
    }
}

@media (max-width: 991px) {
    .reserv_popup {
        transform: translate(-82%, -50%);
        top: 50%;
        width: 240px;
    }
}

.reserv_popup .head {
    padding: 40px 10px;
    padding-right: 20px;
    background-color: #293133;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row-reverse;
    gap: 10px;
    position: relative;
    z-index: 1;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 45px;
}

@media (max-width: 991px) {
    .reserv_popup .head {
        padding-right: 8px;
    }
}

.reserv_popup .head .icon img {
    height: 50px;
    width: 50px;
}

.reserv_popup .head .icon .first_img {
    display: block;
    position: absolute;
    top: 15px;
    right: 5px;
    z-index: 9999;
}

@media (max-width: 991px) {
    .reserv_popup .head .icon .first_img {
        right: -7px;
    }
}

.reserv_popup .head .icon .second_img {
    display: none;
}

.reserv_popup .head span {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-shadow: none;
    color: #fff;
    display: none;
}

.reserv_popup .head .close {
    cursor: pointer;
    padding: 4px;
    position: absolute;
    left: 20px;
    top: 5px;
    display: none;
}

.reserv_popup .head .close svg {
    width: 15px;
    height: 15px;
}

.reserv_popup .head .close svg g path {
    fill: #fff;
}

.reserv_popup .content {
    height: 270px;
    border-bottom-right-radius: 45px;
    margin-top: -20px;
    padding: 25px 10px 20px 30px;
    background-color: #70050f;
    text-shadow: none;
    color: #fff;
}

.reserv_popup .content .inner {
    opacity: 0;
    text-shadow: none;
}

.reserv_popup .content .inner p {
    font-size: 11px;
    text-shadow: none;
    margin-bottom: 14px;
}

.reserv_popup .content .inner .btn {
    width: 100%;
    display: block;
    text-align: center;
    text-shadow: none;
    padding: 7px 10px;
    font-size: 16px;
    border-radius: 8px;
}

.reserv_popup .content .inner .btn.detail_btn {
    border: 2px solid white;
    color: black;
    background-color: white;
    text-shadow: none;
    transition: all .2s;
    text-decoration: none;
    font-weight: 700;
}

.reserv_popup .content .inner .btn.detail_btn:hover {
    transform: translateY(-3px);
}

.reserv_popup .content .inner .reserv_btn {
    background-color: #9c0a16;
    color: white;
    margin-bottom: 8px;
    text-shadow: none;
    transition: all .2s;
}

.reserv_popup .content .inner .reserv_btn:hover {
    transform: translateY(-3px);
}

.reserv_popup .content h5 {
    font-size: 12px;
    text-shadow: none;
    margin-bottom: 4px;
}

.reserv_popup .content .top_text {
    transform: rotate(180deg) translateY(-15px) translateX(-172px);
    writing-mode: vertical-rl;
    font-size: 17px;
    text-shadow: none;
    font-weight: 400;
    margin: 0px;
}

.reserv_popup .content .text-areafull {
    display: none;
}

.reserv_popup .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}

.reserv_popup.opened {
    transform: translate(-17px);
}

@media (max-width: 991px) {
    .reserv_popup.opened {
        transform: translate(-17px, -50%);
    }
}

.reserv_popup.opened .head {
    justify-content: center;
    padding-right: 0px;
    padding-left: 20px;
    border-top-right-radius: 15px;
    padding: 20px 10px 10px 35px;
}

.reserv_popup.opened .head .icon .first_img {
    display: none;
}

.reserv_popup.opened .head .icon .second_img {
    display: block;
}

.reserv_popup.opened .head span {
    display: block;
    padding-top: 15px;
}

.reserv_popup.opened .head .close {
    display: block;
}

.reserv_popup.opened .head .close svg {
    width: 15px;
    height: 15px;
}

.reserv_popup.opened .head .close svg g path {
    fill: #fff;
}

.reserv_popup.opened .content {
    border-bottom-right-radius: 15px;
}

.reserv_popup.opened .content .inner {
    opacity: 1;
}

.reserv_popup.opened .content .top_text {
    display: none;
}

.reserv_popup.opened .content .text-areafull {
    display: block;
}

.reserv_popup.opened .overlay {
    display: none;
}

@keyframes pulse-me {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 0.1;
    }

    70% {
        opacity: 0.09;
    }

    100% {
        transform: scale(1.7);
        opacity: 0;
    }
}

@keyframes bubble {
    0% {
        transform: scale(.2);
        opacity: .2;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(.2);
        opacity: .2;
    }
}

.pop-zone {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10%;
    top: 89%;
    z-index: 99999;
}

.pop-zone .click {
    border-radius: 100px;
    border-color: rgba(0, 0, 0, 0);
    color: #4fce5d;
    font-family: inherit;
    background-color: #4fce5d;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px 0px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    z-index: 5;
}

.pop-zone .click:hover {
    background-color: #289635;
}

.pop-zone .click::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    right: -5px;
    top: 0;
    border-radius: 10px;
    background-color: #f00;
    display: inline-block;
}

.pop-zone .click span {
    width: 116%;
    height: 116%;
    border: 3px solid #4fce5d;
    border-radius: 100px;
    position: absolute;
    background-color: transparent;
    z-index: -1;
    top: 0px;
    left: 0;
}

.pop-zone .click #pulse1 {
    animation-name: pulse-me;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.pop-zone .click #pulse2 {
    animation-name: pulse-me;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.pop-zone .click #pulse3 {
    animation-name: pulse-me;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.pop-zone .click svg {
    margin-left: 1px;
    margin-bottom: 3px;
    width: 100%;
    height: 100%;
}

.pop-zone .click svg path {
    fill: white;
}

.pop-zone .area {
    width: 300px;
    height: 300px;
    background-color: #fff;
    transition: width 0.5s, height 0.5s, left 0.5s, top 0.5s, opacity 0.5s;
    position: absolute;
    left: -240px;
    top: -270px;
    opacity: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 12px 24px 0px;
    pointer-events: none;
}

.pop-zone .area .arena-in {
    width: 100%;
    height: 100%;
    position: relative;
}

.pop-zone .area .top {
    width: 100%;
    height: 25%;
    background-color: #095e54;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 10px;
    justify-content: flex-start;
    gap: 10px;
}

.pop-zone .area .top .img {
    width: 52px;
    height: 52px;
    border-radius: 60px;
    position: relative;
    padding: 7px;
}

.pop-zone .area .top .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pop-zone .area .top .img::after {
    content: "";
    width: 11px;
    height: 11px;
    position: absolute;
    right: 4px;
    bottom: 0;
    border-radius: 10px;
    background-color: #4fce5d;
    display: inline-block;
    border: 1px solid #095e54;
}

.pop-zone .area .top .cont {
    padding-top: 13px;
}

.pop-zone .area .top .cont p {
    color: #fff;
    font-size: 15px;
    margin: 0;
    font-weight: 600;
    line-height: 6px;
}

.pop-zone .area .top .cont span {
    color: #fff;
    font-size: 11px;
    font-style: italic;
}

.pop-zone .area .mid {
    width: 100%;
    height: 55%;
    position: relative;
    background-color: #e6ddd4;
}

.pop-zone .area .mid::after {
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("https://pugato.com/dacegug/2025/10/whatsapp.webp");
    opacity: 0.08;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
}

.pop-zone .area .mid .message-box {
    position: absolute;
    top: 33px;
    left: 40px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    border-top-left-radius: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s;
}

.pop-zone .area .mid .message-box2 {
    opacity: 0;
    position: absolute;
    top: 68px;
    left: 135px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    border-top-left-radius: 0;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    gap: 5px;
    width: 78%;
    transition: opacity 0.3s;
}

.pop-zone .area .mid .message-box2 span {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.pop-zone .area .mid .message-box2 p {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: #111;
    margin-bottom: 0;
}

.pop-zone .area .mid .message-box2 span:last-child {
    text-align: right;
    font-size: 12px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
    width: 100%;
}

.pop-zone .area .mid .message-box::before,
.pop-zone .area .mid .message-box2::before {
    position: absolute;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -11px;
    width: 12px;
    height: 19px;
}

.pop-zone .area .mid .dot {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    will-change: transform;
}

.pop-zone .area .mid .dot::before {
    position: absolute;
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #a0a0a0;
}

.pop-zone .area .mid .dot:first-child::before {
    animation: bubble 1.3s infinite cubic-bezier(.455, .03, .515, .955);
}

.pop-zone .area .mid .dot:nth-child(2)::before {
    animation: bubble 1.3s infinite cubic-bezier(.455, .03, .515, .955);
    animation-delay: .2s;
}

.pop-zone .area .mid .dot:last-child::before {
    animation: bubble 1.3s infinite cubic-bezier(.455, .03, .515, .955);
    animation-delay: .4s;
}

.pop-zone .area .bottom {
    width: 100%;
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop-zone .area .bottom a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 22px;
    background-color: #4fce5d;
    text-decoration: none;
    padding: 8px 30px;
}

.pop-zone .area .bottom a svg {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}

.pop-zone .area .bottom a span {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

@font-face {
    font-family: 'intro_script_rl_base';
    src: url('../../fonts/intro/introscriptr-lbase-webfont.woff2') format('woff2'), url('../../fonts/intro/introscriptr-lbase-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.model-detay p {
    margin: 0;
}

.model-detay .seo_text {
    text-align: center;
    padding: 40px 0px 0px 0px;
}

.model-detay .title-ho {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 30px;
}

@media (max-width: 991px) {
    .model-detay .title-ho {
        margin-top: 10px;
    }
}

.model-detay .title-ho .title-h {
    position: relative;
    font-size: 42px;
    line-height: 49px;
    padding: 0;
    padding-bottom: 15px;
    margin: 0;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .model-detay .title-ho .title-h {
        font-size: 32px;
        line-height: 42px;
        padding-bottom: 18px;
    }
}

.model-detay .title-ho .title-h:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: 0;
    width: 60%;
    height: 2px;
    background-color: #9c0a16;
}

.model-detay .detay-slider-out {
    position: relative;
    overflow: hidden;
    height: 919px;
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .model-detay .detay-slider-out {
        height: 670px !important;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .model-detay .detay-slider-out {
        height: 670px !important;
    }
}

@media (max-width: 1400px) {
    .model-detay .detay-slider-out {
        height: 639px;
    }
}

@media (max-width: 991px) {
    .model-detay .detay-slider-out {
        height: 460px !important;
    }
}

@media (max-width: 767px) {
    .model-detay .detay-slider-out {
        height: auto !important;
    }
}

.model-detay .detay-slider-out .nav-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    border-radius: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.model-detay .detay-slider-out .nav-tabs li {
    margin: 0 10px;
    padding: 0;
    list-style: none;
    border: none;
    border-radius: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.model-detay .detay-slider-out .nav-tabs li .nav-link {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    border-radius: 0;
    outline: none;
    color: #000;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(181, 181, 181, 0.5);
    border-radius: 50%;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 3px;
    cursor: pointer;
}

.model-detay .detay-slider-out .nav-tabs li .nav-link .colo-bg {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.model-detay .detay-slider-out .nav-tabs li .nav-link.active {
    width: 25px;
    height: 25px;
    background-color: transparent;
}

.model-detay .detay-slider-out .model-slider-3 {
    background-color: #9c0a16;
    height: 100%;
    position: relative;
}

@media (max-width: 768px) {
    .model-detay .detay-slider-out .model-slider-3 {
        background-color: white;
    }
}

.model-detay .detay-slider-out .model-slider-3:after {
    content: "";
    position: absolute;
    width: 43%;
    height: 120%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: #f0f0f1;
    border-bottom-right-radius: 20%;
    border-top-right-radius: 75%;
}

@media (max-width: 768px) {
    .model-detay .detay-slider-out .model-slider-3:after {
        top: 65%;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: none;
        background-color: #9c0a16;
        border-top-left-radius: 0% 80px;
        border-top-right-radius: 70% 80px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}

@media (max-width: 1280px) {
    .model-detay .detay-slider-out .model-slider-3 .container {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 991px) {
    .model-detay .detay-slider-out .model-slider-3 .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.model-detay .detay-slider-out .model-slider-3 .tab-content {
    height: 100%;
    position: relative;
    z-index: 4;
}

.model-detay .detay-slider-out .model-slider-3 .tab-content .tab-pane {
    height: 100%;
    display: none;
}

.model-detay .detay-slider-out .model-slider-3 .tab-content .tab-pane .container {
    height: 100%;
}

.model-detay .detay-slider-out .model-slider-3 .tab-content .tab-pane .flex-in {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-top: 135px;
    height: 100%;
}

@media (max-width: 768px) {
    .model-detay .detay-slider-out .model-slider-3 .tab-content .tab-pane .flex-in {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.model-detay .detay-slider-out .model-slider-3 .tab-content .tab-pane .flex-in .left {
    width: 50%;
    height: 100%;
    padding-bottom: 50px;
    position: relative;
}

@media (max-width: 1425px) {
    .model-detay .detay-slider-out .model-slider-3 .tab-content .tab-pane .flex-in .left {
        padding-bottom: 25px;
    }
}

@media (max-width: 1280px) {
    .model-detay .detay-slider-out .model-slider-3 .tab-content .tab-pane .flex-in .left {
        width: 100%;
        padding-bottom: 0;
    }
}

@media (max-width: 991px) {
    .model-detay .detay-slider-out .model-slider-3 .tab-content .tab-pane .flex-in .left {
        width: 100%;
        height: 460px;
        position: relative;
        z-index: 5;
    }
}

.model-detay .detay-slider-out .model-slider-3 .tab-content .tab-pane .flex-in .left .img {
    text-align: center;
    height: 100%;
    padding-top: 25px;
    position: relative;
    z-index: 3;
}

@media (max-width: 1425px) {
    .model-detay .detay-slider-out .model-slider-3 .tab-content .tab-pane .flex-in .left .img {
        padding-top: 0;
    }
}

@media (max-width: 991px) {
    .model-detay .detay-slider-out .model-slider-3 .tab-content .tab-pane .flex-in .left .img {
        padding: 0 25px;
    }
}

.model-detay .detay-slider-out .model-slider-3 .tab-content .tab-pane .flex-in .left .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 767px) {
    .model-detay .detay-slider-out .model-slider-3 .tab-content .tab-pane .flex-in .left .img img {
        max-width: 100%;
        height: auto;
    }
}

.model-detay .detay-slider-out .model-slider-3 .tab-content .tab-pane .flex-in .left .logo-in {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}

@media (max-width: 1366px) {
    .model-detay .detay-slider-out .model-slider-3 .tab-content .tab-pane .flex-in .left .logo-in {
        right: 45px;
    }
}

@media (max-width: 1280px) {
    .model-detay .detay-slider-out .model-slider-3 .tab-content .tab-pane .flex-in .left .logo-in {
        right: 0px;
        top: 0%;
    }
}

@media (max-width: 768px) {
    .model-detay .detay-slider-out .model-slider-3 .tab-content .tab-pane .flex-in .left .logo-in img {
        width: 80px;
    }
}

.model-detay .detay-slider-out .model-slider-3 .tab-content .tab-pane .flex-in .right {
    width: 50%;
    height: 100%;
    position: relative;
}

@media (max-width: 1280px) {
    .model-detay .detay-slider-out .model-slider-3 .tab-content .tab-pane .flex-in .right {
        display: none;
    }
}

.model-detay .detay-slider-out .model-slider-3 .tab-content .tab-pane.active {
    display: block;
}

.model-detay .detay-slider-out .model-slider-3 .flex-pos {
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 100%;
    z-index: 5;
}

@media (max-width: 1425px) {
    .model-detay .detay-slider-out .model-slider-3 .flex-pos {
        bottom: 5%;
    }
}

@media (max-width: 1280px) {
    .model-detay .detay-slider-out .model-slider-3 .flex-pos {
        position: relative;
        left: auto;
        bottom: auto;
        display: none;
    }
}

@media (max-width: 768px) {
    .model-detay .detay-slider-out .model-slider-3 .flex-pos {
        position: relative;
        bottom: auto;
        left: auto;
        background-color: #fff;
        padding-top: 25px;
    }
}

.model-detay .detay-slider-out .model-slider-3 .flex-pos .flex-in {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

@media (max-width: 768px) {
    .model-detay .detay-slider-out .model-slider-3 .flex-pos .flex-in {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.model-detay .detay-slider-out .model-slider-3 .flex-pos .flex-in .left {
    width: 50%;
}

@media (max-width: 1280px) {
    .model-detay .detay-slider-out .model-slider-3 .flex-pos .flex-in .left {
        width: 100%;
        display: none;
    }
}

.model-detay .detay-slider-out .model-slider-3 .flex-pos .flex-in .right {
    width: 50%;
}

@media (max-width: 1280px) {
    .model-detay .detay-slider-out .model-slider-3 .flex-pos .flex-in .right {
        width: 100%;
    }
}

.model-detay .detay-slider-out .model-slider-3 .flex-pos .flex-in .right .nav-tabs {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .model-detay .detay-slider-out .model-slider-3 .flex-pos .flex-in .right .nav-tabs {
        margin-bottom: 10px;
    }
}

.model-detay .detay-slider-out .model-slider-3 .flex-pos .flex-in .right .price-in {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.model-detay .detay-slider-out .model-slider-3 .flex-pos .flex-in .right .price-in .flex-in {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.model-detay .detay-slider-out .model-slider-3 .flex-pos .flex-in .right .price-in .flex-in .item {
    display: block;
    text-align: center;
}

.model-detay .detay-slider-out .model-slider-3 .flex-pos .flex-in .right .price-in .flex-in .item:nth-of-type(1) span {
    font-size: 70px;
    line-height: 75px;
    font-weight: bold;
    position: relative;
    color: #9c0a16;
    padding-right: 20px;
}

@media (max-width: 1366px) {
    .model-detay .detay-slider-out .model-slider-3 .flex-pos .flex-in .right .price-in .flex-in .item:nth-of-type(1) span {
        font-size: 50px;
        line-height: 55px;
    }
}

@media (max-width: 991px) {
    .model-detay .detay-slider-out .model-slider-3 .flex-pos .flex-in .right .price-in .flex-in .item:nth-of-type(1) span {
        font-size: 40px;
        line-height: 45px;
    }
}

.model-detay .detay-slider-out .model-slider-3 .flex-pos .flex-in .right .price-in .flex-in .item:nth-of-type(1) span .curn {
    z-index: 4;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 25px;
    line-height: 35px;
    margin: 0;
    font-weight: 400;
}

.model-detay .detay-slider-out .model-slider-3 .flex-pos .flex-in .right .price-in .flex-in .item:nth-of-type(1) span.price-un {
    text-decoration: line-through;
    font-size: 36px;
    font-weight: 500;
    padding-right: 10px;
}

@media (max-width: 575px) {
    .model-detay .detay-slider-out .model-slider-3 .flex-pos .flex-in .right .price-in .flex-in .item:nth-of-type(1) span.price-un {
        font-size: 28px;
    }
}

.model-detay .detay-slider-out .model-slider-3 .flex-pos .flex-in .right .price-in .flex-in .item:nth-of-type(1) span.price-un .curn {
    font-size: 36px;
    position: relative;
    right: auto;
    top: auto;
    line-height: normal;
    z-index: 0;
    display: table-cell;
}

@media (max-width: 575px) {
    .model-detay .detay-slider-out .model-slider-3 .flex-pos .flex-in .right .price-in .flex-in .item:nth-of-type(1) span.price-un .curn {
        font-size: 28px;
    }
}

.model-detay .detay-slider-out .model-slider-3 .flex-pos .flex-in .right .price-in .flex-in .item:nth-of-type(2) span {
    font-size: 16px;
    color: #fff;
}

@media (max-width: 1366px) {
    .model-detay .detay-slider-out .model-slider-3 .flex-pos .flex-in .right .price-in .flex-in .item:nth-of-type(2) span {
        font-size: 14px;
    }
}

.model-detay .detay-slider-out .model-slider-3 .title-in-x {
    position: absolute;
    right: 0;
    top: 52%;
    z-index: 4;
    transform: translateY(-50%);
    width: 55%;
}

@media (max-width: 1280px) {
    .model-detay .detay-slider-out .model-slider-3 .title-in-x {
        width: 100%;
        top: 40%;
        transform: none;
    }
}

@media (max-width: 768px) {
    .model-detay .detay-slider-out .model-slider-3 .title-in-x {
        width: 100%;
        top: 30%;
        transform: none;
    }
}

@media (max-width: 991px) {
    .model-detay .detay-slider-out .model-slider-3 .title-in-x {
        top: 85%;
        left: 5px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
}

.model-detay .detay-slider-out .model-slider-3 .title-in-x p {
    font-size: 13vh;
    line-height: 15vh;
    color: rgba(0, 0, 0, 0.06);
    margin: 0;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
}

.model-detay .detay-slider-out .model-slider-3 .title-in-x p:nth-of-type(1),
.model-detay .detay-slider-out .model-slider-3 .title-in-x p:nth-of-type(3) {
    color: rgba(255, 255, 255, 0);
    text-stroke: 1px #fff;
    -webkit-text-stroke: 1px #fff;
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .model-detay .detay-slider-out .model-slider-3 .title-in-x p {
        font-size: 6vw;
        line-height: 8vw;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .model-detay .detay-slider-out .model-slider-3 .title-in-x p {
        font-size: 6vw;
        line-height: 8vw;
    }
}

@media (max-width: 991px) {
    .model-detay .detay-slider-out .model-slider-3 .title-in-x p {
        font-size: 6vw;
        line-height: 8vw;
    }
}

@media (max-width: 768px) {
    .model-detay .detay-slider-out .model-slider-3 .title-in-x p {
        font-size: 7vw;
        line-height: 9vw;
    }
}

@media (max-width: 991px) {
    .model-detay .detay-slider-out .model-slider-3 .title-in-x p {
        font-size: 6vw;
        line-height: 8vw;
    }
}

.model-detay .urun-aciklama-wrapper {
    display: none;
    width: 100%;
    padding-top: 20px;
}

.model-detay .urun-aciklama-wrapper .container p {
    text-align: center;
}

.model-detay .flex-pos-out .nav-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    border-radius: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.model-detay .flex-pos-out .nav-tabs li {
    margin: 0 10px;
    padding: 0;
    list-style: none;
    border: none;
    border-radius: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.model-detay .flex-pos-out .nav-tabs li .nav-link {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    border-radius: 0;
    outline: none;
    color: #000;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(181, 181, 181, 0.5);
    border-radius: 50%;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 3px;
    cursor: pointer;
}

.model-detay .flex-pos-out .nav-tabs li .nav-link .colo-bg {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.model-detay .flex-pos-out .nav-tabs li .nav-link.active {
    width: 25px;
    height: 25px;
    background-color: transparent;
}

.model-detay .flex-pos-out .flex-pos {
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 100%;
    z-index: 5;
    display: none;
}

@media (max-width: 1425px) {
    .model-detay .flex-pos-out .flex-pos {
        bottom: 5%;
    }
}

@media (max-width: 1280px) {
    .model-detay .flex-pos-out .flex-pos {
        position: relative;
        left: auto;
        bottom: auto;
        display: block;
        margin-top: 25px;
    }

    .model-detay .flex-pos-out .flex-pos.mdl1-fix {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .model-detay .flex-pos-out .flex-pos {
        position: relative;
        bottom: auto;
        left: auto;
        background-color: #fff;
        padding-top: 0;
    }
}

.model-detay .flex-pos-out .flex-pos .flex-in {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

@media (max-width: 768px) {
    .model-detay .flex-pos-out .flex-pos .flex-in {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.model-detay .flex-pos-out .flex-pos .flex-in .left {
    width: 50%;
}

@media (max-width: 1280px) {
    .model-detay .flex-pos-out .flex-pos .flex-in .left {
        width: 100%;
        display: none;
    }
}

.model-detay .flex-pos-out .flex-pos .flex-in .right {
    width: 50%;
}

@media (max-width: 1280px) {
    .model-detay .flex-pos-out .flex-pos .flex-in .right {
        width: 100%;
    }
}

.model-detay .flex-pos-out .flex-pos .flex-in .right .nav-tabs {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .model-detay .flex-pos-out .flex-pos .flex-in .right .nav-tabs {
        margin-bottom: 10px;
    }
}

.model-detay .flex-pos-out .flex-pos .flex-in .right .price-in {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.model-detay .flex-pos-out .flex-pos .flex-in .right .price-in .flex-in {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.model-detay .flex-pos-out .flex-pos .flex-in .right .price-in .flex-in .item {
    display: block;
    text-align: center;
}

.model-detay .flex-pos-out .flex-pos .flex-in .right .price-in .flex-in .item:nth-of-type(1) span {
    font-size: 70px;
    line-height: 75px;
    font-weight: bold;
    position: relative;
    color: #9c0a16;
    padding-right: 20px;
}

@media (max-width: 1366px) {
    .model-detay .flex-pos-out .flex-pos .flex-in .right .price-in .flex-in .item:nth-of-type(1) span {
        font-size: 50px;
        line-height: 55px;
    }
}

@media (max-width: 991px) {
    .model-detay .flex-pos-out .flex-pos .flex-in .right .price-in .flex-in .item:nth-of-type(1) span {
        font-size: 40px;
        line-height: 45px;
    }
}

.model-detay .flex-pos-out .flex-pos .flex-in .right .price-in .flex-in .item:nth-of-type(1) span .curn {
    z-index: 4;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 25px;
    line-height: 35px;
    margin: 0;
    font-weight: 400;
}

.model-detay .flex-pos-out .flex-pos .flex-in .right .price-in .flex-in .item:nth-of-type(1) span.price-un {
    text-decoration: line-through;
    font-size: 36px;
    font-weight: 500;
    padding-right: 10px;
}

@media (max-width: 575px) {
    .model-detay .flex-pos-out .flex-pos .flex-in .right .price-in .flex-in .item:nth-of-type(1) span.price-un {
        font-size: 28px;
    }
}

.model-detay .flex-pos-out .flex-pos .flex-in .right .price-in .flex-in .item:nth-of-type(1) span.price-un .curn {
    font-size: 36px;
    position: relative;
    right: auto;
    top: auto;
    line-height: normal;
    z-index: 0;
    display: table-cell;
}

@media (max-width: 575px) {
    .model-detay .flex-pos-out .flex-pos .flex-in .right .price-in .flex-in .item:nth-of-type(1) span.price-un .curn {
        font-size: 28px;
    }
}

.model-detay .flex-pos-out .flex-pos .flex-in .right .price-in .flex-in .item:nth-of-type(2) span {
    font-size: 16px;
    color: #252525;
}

@media (max-width: 1366px) {
    .model-detay .flex-pos-out .flex-pos .flex-in .right .price-in .flex-in .item:nth-of-type(2) span {
        font-size: 14px;
    }
}

.model-detay .desc-1 {
    margin-top: 25px;
}

.model-detay .desc-1 .desc {
    display: table;
    margin: 0 auto;
    width: 895px;
    font-size: 20px;
    color: #252525;
    text-align: center;
    line-height: 35px;
}

@media (max-width: 991px) {
    .model-detay .desc-1 .desc {
        width: 100%;
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .model-detay .desc-1 .desc {
        line-height: 28px;
    }
}

.model-detay .tmp_4 {
    width: 100%;
    padding: 50px 0;
    position: relative;
    background-color: rgba(41, 49, 51, 0.08);
}

@media (max-width: 991px) {
    .model-detay .tmp_4 {
        padding: 20px 0 40px 0;
    }
}

.model-detay .tmp_4 .container {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
}

.model-detay .tmp_4 .container h2 {
    font-size: 50px;
    text-align: left;
    font-weight: 600;
    color: #252525;
    margin: 0;
}

@media (max-width: 991px) {
    .model-detay .tmp_4 .container h2 {
        font-size: 32px;
        font-weight: 600;
    }
}

.model-detay .tmp_4 .container .bottom {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

@media (max-width: 991px) {
    .model-detay .tmp_4 .container .bottom {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }
}

.model-detay .tmp_4 .container .bottom .box {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 30px;
    background-color: #293133;
    gap: 30px;
    backdrop-filter: blur(3px);
    transition: all .3s ease;
    position: relative;
    z-index: 30;
    color: #fff;
}

@media (max-width: 991px) {
    .model-detay .tmp_4 .container .bottom .box {
        padding: 10px;
        gap: 10px;
        padding: 12px;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        row-gap: 0;
    }
}

.model-detay .tmp_4 .container .bottom .box .icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #9c0a16;
    transition: all .3s ease;
}

.model-detay .tmp_4 .container .bottom .box .icon img {
    width: 50%;
    height: 50%;
    object-fit: contain;
    transition: all .3s ease;
}

@media (max-width: 991px) {
    .model-detay .tmp_4 .container .bottom .box .icon {
        width: 60px;
        height: 60px;
        flex-shrink: 0;
    }
}

.model-detay .tmp_4 .container .bottom .box h3 {
    color: #fff;
    margin: 0;
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
}

@media (max-width: 991px) {
    .model-detay .tmp_4 .container .bottom .box h3 {
        font-size: 16px;
        flex: 1;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 60px;
    }

    .model-detay .tmp_4 .container .bottom .box h3::after {
        content: "\2715";
        font-size: 18px;
        font-weight: 400;
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        transition: all 0.3s ease;
    }
}

.model-detay .tmp_4 .container .bottom .box .desc {
    width: 80%;
    margin: 0;
    font-size: 14px !important;
    transition: all .3s ease;
}

@media (max-width: 991px) {
    .model-detay .tmp_4 .container .bottom .box .desc {
        min-height: 0;
        height: 0;
        width: 100%;
        font-size: 14px;
        visibility: hidden;
    }
}

.model-detay .tmp_4 .container .bottom .box:hover {
    background-color: #000;
}

.model-detay .tmp_4 .container .bottom .box:hover .icon img {
    width: 60%;
    height: 60%;
}

@media (max-width: 991px) {
    .model-detay .tmp_4 .container .bottom .box.active {
        row-gap: 10px;
        align-items: flex-start;
    }

    .model-detay .tmp_4 .container .bottom .box.active h4::after {
        transform: translateY(-50%) rotate(0deg);
    }

    .model-detay .tmp_4 .container .bottom .box.active .desc {
        min-height: 40px;
        height: 80px;
        visibility: visible;
    }
}

.model-detay .urun_galeri {
    width: 100%;
    padding: 50px 0;
}

@media (max-width: 991px) {
    .model-detay .urun_galeri {
        padding: 40px 0 20px 0;
    }
}

.model-detay .urun_galeri .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

@media (max-width: 991px) {
    .model-detay .urun_galeri .container {
        gap: 12px;
    }
}

.model-detay .urun_galeri .g_item {
    height: 750px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(65% - 15px);
}

@media (max-width: 991px) {
    .model-detay .urun_galeri .g_item {
        width: 100%;
    }
}

.model-detay .urun_galeri .g_item:nth-child(4n+2),
.model-detay .urun_galeri .g_item:nth-child(4n+3) {
    width: calc(35% - 15px) !important;
}

@media (max-width: 991px) {

    .model-detay .urun_galeri .g_item:nth-child(4n+2),
    .model-detay .urun_galeri .g_item:nth-child(4n+3) {
        width: calc(50% - 6px) !important;
        height: 240px;
    }
}

@media (max-width: 991px) {
    .model-detay .urun_galeri .g_item {
        height: 460px;
    }
}

.model-detay .urun_galeri .g_item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #ebebeb;
}

.model-detay .urun_galeri .g_item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 1px solid #ebebeb;
}

.model-detay .why_zone {
    width: 100%;
    padding: 50px 0;
}

@media (max-width: 991px) {
    .model-detay .why_zone {
        padding: 40px 0;
    }
}

.model-detay .why_zone .container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (max-width: 991px) {
    .model-detay .why_zone .container {
        gap: 20px;
    }
}

.model-detay .why_zone h2 {
    font-size: 50px;
    text-align: left;
    font-weight: 600;
    color: #252525;
    margin: 0;
}

@media (max-width: 991px) {
    .model-detay .why_zone h2 {
        font-size: 32px;
        font-weight: 600;
    }
}

.model-detay .why_zone .bottom {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

@media (max-width: 991px) {
    .model-detay .why_zone .bottom {
        gap: 12px;
        grid-template-columns: repeat(1, 1fr);
    }
}

.model-detay .why_zone .bottom .neden-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

@media (max-width: 991px) {
    .model-detay .why_zone .bottom .neden-item {
        width: 100%;
        padding: 6px 0;
        gap: 12px;
        height: auto;
    }
}

.model-detay .why_zone .bottom .neden-item img {
    width: 40px;
    height: 40px;
}

@media (max-width: 991px) {
    .model-detay .why_zone .bottom .neden-item img {
        width: 25px;
        height: 25px;
    }
}

.model-detay .why_zone .bottom .neden-item p {
    margin: 0;
    font-size: 18px;
    text-align: left;
    color: #252525;
    width: 75%;
    font-weight: 400;
}

@media (max-width: 991px) {
    .model-detay .why_zone .bottom .neden-item p {
        width: 100%;
        font-size: 16px;
    }
}

.model-detay .urun-ozellikleri-2 {
    padding: 50px 0;
}

.model-detay .urun-ozellikleri-2 .container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.model-detay .urun-ozellikleri-2 .container .items {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    gap: 30px;
}

@media (max-width: 991px) {
    .model-detay .urun-ozellikleri-2 .container .items {
        flex-direction: column;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

.model-detay .urun-ozellikleri-2 .container .items li {
    list-style: none;
    padding: 20px;
    display: flex;
    flex: 1;
    position: relative;
    background: linear-gradient(to bottom left, #9c0a16cc 0%, #f4f4f4 47%, #f4f4f4 100%);
    gap: 20px;
}

@media (max-width: 991px) {
    .model-detay .urun-ozellikleri-2 .container .items li {
        width: 100%;
        flex: auto;
        padding: 12px;
        gap: 12px;
        height: 100%;
    }
}

.model-detay .urun-ozellikleri-2 .container .items li::after {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: -1;
    border: 0.155rem solid transparent;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    background: linear-gradient(45deg, #f4f4f4, #f4f4f4, #f4f4f4, #232228, #9c0a16) border-box;
}

.model-detay .urun-ozellikleri-2 .container .items li img {
    width: 55px;
    height: 55px;
}

@media (max-width: 991px) {
    .model-detay .urun-ozellikleri-2 .container .items li img {
        width: 48px;
        height: 48px;
    }
}

.model-detay .urun-ozellikleri-2 .container .items li .right {
    display: flex;
    flex-direction: column;
}

.model-detay .urun-ozellikleri-2 .container .items li .right span {
    color: #252525;
    font-size: 26px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .model-detay .urun-ozellikleri-2 .container .items li .right span {
        font-size: 17px;
    }
}

.model-detay .urun-ozellikleri-2 .container .items li .right .bot-in {
    color: #252525;
    font-size: 16px;
}

@media (max-width: 991px) {
    .model-detay .urun-ozellikleri-2 .container .items li .right .bot-in {
        font-size: 13px;
    }
}

.model-detay .urun-ozellikleri-2 .container .images {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .model-detay .urun-ozellikleri-2 .container .images {
        gap: 12px;
        flex-direction: column;
    }
}

.model-detay .urun-ozellikleri-2 .container .images img {
    height: 550px;
    background-color: #f4f4f4;
    flex: 1;
    object-fit: contain;
}

@media (max-width: 991px) {
    .model-detay .urun-ozellikleri-2 .container .images img {
        height: 320px;
        width: 100%;
    }
}

.model-detay .products {
    width: 100%;
    padding-bottom: 80px;
}

@media (max-width: 991px) {
    .model-detay .products {
        padding-bottom: 50px;
    }
}

.model-detay .products .container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.model-detay .products .container p {
    margin: 0;
    font-size: 16px;
    text-align: left;
    color: #252525;
    width: 100%;
    font-weight: 400;
}

@media (max-width: 991px) {
    .model-detay .products .container p {
        font-size: 14px;
        width: 100%;
    }
}

.model-detay .products .container .prodSwiper_2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
    margin-top: 30px;
}

@media (max-width: 991px) {
    .model-detay .products .container .prodSwiper_2 {
        margin-top: 10px;
        gap: 12px;
        grid-template-columns: repeat(1, 1fr);
    }
}

.model-detay .products .container .prodSwiper_2 .swiper-slide {
    height: 650px;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
}

@media (max-width: 991px) {
    .model-detay .products .container .prodSwiper_2 .swiper-slide {
        height: 520px;
    }
}

.model-detay .products .container .prodSwiper_2 .swiper-slide::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: linear-gradient(180deg, rgba(18, 68, 139, 0) 0%, #9c0a16 100%);
    z-index: 10;
    transition: all .3s ease;
}

.model-detay .products .container .prodSwiper_2 .swiper-slide .go {
    position: absolute;
    top: -100%;
    right: -100%;
    width: 200px;
    height: 200px;
    content: "";
    display: block;
    background-color: #9c0a16;
    z-index: 12;
    transition: all .3s ease;
    transform: rotate(48deg);
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.model-detay .products .container .prodSwiper_2 .swiper-slide .go svg {
    width: 32px;
    height: 32px;
    z-index: 12;
    transition: all .3s ease;
    margin-bottom: 15px;
    filter: brightness(0) invert(1);
}

.model-detay .products .container .prodSwiper_2 .swiper-slide a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 55;
}

.model-detay .products .container .prodSwiper_2 .swiper-slide .bg_img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
    transition: all .3s ease;
    z-index: 50;
    user-select: none;
    pointer-events: none;
}

.model-detay .products .container .prodSwiper_2 .swiper-slide .bg_img img {
    width: 100%;
    height: 65%;
    object-fit: contain;
    transition: all .6s ease;
    position: absolute;
    left: 50%;
    top: 36%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

@media (max-width: 991px) {
    .model-detay .products .container .prodSwiper_2 .swiper-slide .bg_img img {
        top: 33%;
        height: 58%;
    }
}

.model-detay .products .container .prodSwiper_2 .swiper-slide .bg_img img:nth-child(1) {
    opacity: 1;
}

.model-detay .products .container .prodSwiper_2 .swiper-slide .bg_img img:nth-child(2) {
    opacity: 0;
}

.model-detay .products .container .prodSwiper_2 .swiper-slide h2 {
    position: relative;
    z-index: 15;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    margin: 0 0 15px 25px;
    transition: all .3s ease;
    width: 100%;
}

@media (max-width: 991px) {
    .model-detay .products .container .prodSwiper_2 .swiper-slide h2 {
        font-size: 26px;
        margin: 0 0 12px 12px;
    }
}

.model-detay .products .container .prodSwiper_2 .swiper-slide p {
    position: relative;
    z-index: 15;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px 25px;
    transition: all .3s ease;
    width: 90%;
}

@media (max-width: 991px) {
    .model-detay .products .container .prodSwiper_2 .swiper-slide p {
        font-size: 16px;
        margin: 0 0 12px 12px;
    }
}

.model-detay .products .container .prodSwiper_2 .swiper-slide .icons {
    width: 100%;
    margin: 0 0 25px 25px;
    display: flex;
    align-items: center;
    gap: 25px;
    position: relative;
    z-index: 15;
    justify-content: flex-start;
}

@media (max-width: 991px) {
    .model-detay .products .container .prodSwiper_2 .swiper-slide .icons {
        margin: 0 0 12px 12px;
        gap: 12px;
    }
}

.model-detay .products .container .prodSwiper_2 .swiper-slide .icons .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff47;
    width: 40px;
    height: 40px;
}

@media (max-width: 991px) {
    .model-detay .products .container .prodSwiper_2 .swiper-slide .icons .icon {
        display: none;
    }

    .model-detay .products .container .prodSwiper_2 .swiper-slide .icons .icon:nth-child(1) {
        display: flex;
    }

    .model-detay .products .container .prodSwiper_2 .swiper-slide .icons .icon:nth-child(2) {
        display: flex;
    }

    .model-detay .products .container .prodSwiper_2 .swiper-slide .icons .icon:nth-child(3) {
        display: flex;
    }

    .model-detay .products .container .prodSwiper_2 .swiper-slide .icons .icon:nth-child(4) {
        display: flex;
    }

    .model-detay .products .container .prodSwiper_2 .swiper-slide .icons .icon:nth-child(5) {
        display: flex;
    }
}

.model-detay .products .container .prodSwiper_2 .swiper-slide .icons .icon img {
    width: 70%;
    height: 70%;
    object-fit: contain;
    opacity: 1;
}

@media (min-width: 991px) {
    .model-detay .products .container .prodSwiper_2 .swiper-slide:hover .bg_img {
        z-index: 50;
    }

    .model-detay .products .container .prodSwiper_2 .swiper-slide:hover .bg_img img:nth-child(1) {
        opacity: 0;
    }

    .model-detay .products .container .prodSwiper_2 .swiper-slide:hover .bg_img img:nth-child(2) {
        opacity: 1;
    }

    .model-detay .products .container .prodSwiper_2 .swiper-slide:hover .go {
        top: -17%;
        right: -26%;
    }
}

.about_us {
    padding: 80px 0;
    background-color: #00000005;
    width: 100%;
    position: relative;
}

@media (max-width: 991px) {
    .about_us {
        padding: 50px 0;
    }
}

.about_us .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    object-fit: cover;
    opacity: 0.03;
}

.about_us .container {
    height: 720px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    position: relative;
    z-index: 10;
}

@media (max-width: 991px) {
    .about_us .container {
        flex-direction: column;
        height: auto;
        gap: 30px;
    }
}

.about_us .container .left {
    width: 40%;
    height: 100%;
}

@media (max-width: 991px) {
    .about_us .container .left {
        width: 100%;
        height: 480px;
    }
}

.about_us .container .left video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_us .container .right {
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
}

@media (max-width: 991px) {
    .about_us .container .right {
        width: 100%;
    }
}

.about_us .container .right h2 {
    font-size: 50px;
    text-align: left;
    font-weight: 700;
    color: #9c0a16;
    margin: 0;
}

@media (max-width: 991px) {
    .about_us .container .right h2 {
        font-size: 32px;
        font-weight: 600;
    }
}

.about_us .container .right p {
    margin: 0;
    font-size: 16px;
    text-align: left;
    color: #252525;
    width: 100%;
    font-weight: 400;
}

@media (max-width: 991px) {
    .about_us .container .right p {
        font-size: 14px;
        width: 100%;
    }
}

.about_us .container .right .counter {
    display: grid;
    width: 100%;
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
    gap: 15;
    row-gap: 40px;
}

.about_us .container .right .counter .item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.about_us .container .right .counter .item p {
    font-size: 20px;
    margin: 0;
    text-align: left;
    font-weight: 400;
    color: #9c0a16;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
}

.about_us .container .right .counter .item p span {
    font-size: 40px;
    margin: 0;
    text-align: left;
    font-weight: 600;
    color: #9c0a16;
}

@media (max-width: 991px) {
    .about_us .container .right .counter .item p span {
        font-size: 44px;
    }
}

.about_us .container .right .counter .item span {
    font-size: 20px;
    font-weight: 400;
}

@media (max-width: 991px) {
    .about_us .container .right .counter .item span {
        font-size: 16px;
    }
}

.yorumlar {
    width: 100%;
    background-color: #fff;
    padding: 80px 0;
}

@media (max-width: 991px) {
    .yorumlar {
        padding: 50px 0;
    }
}

.yorumlar .container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.yorumlar .container h2 {
    font-size: 50px;
    text-align: left;
    font-weight: 700;
    color: #252525;
    margin: 0;
}

@media (max-width: 991px) {
    .yorumlar .container h2 {
        font-size: 32px;
        font-weight: 600;
    }
}

.yorumlar .container p {
    margin: 0;
    font-size: 16px;
    text-align: left;
    color: #252525;
    width: 75%;
    font-weight: 400;
}

@media (max-width: 991px) {
    .yorumlar .container p {
        font-size: 14px;
        width: 100%;
    }
}

.yorumlar .container .bottom {
    width: 100%;
    position: relative;
    padding-top: 30px;
}

.yorumlar .container .bottom .slider_yorum {
    overflow: hidden;
    width: 100%;
}

.yorumlar .container .bottom .slider_yorum .swiper-wrapper .swiper-slide {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.yorumlar .container .bottom .slider_yorum .swiper-wrapper .swiper-slide .item {
    padding: 20px 15px;
    position: relative;
    border: 1px solid #d3d3d3;
}

.yorumlar .container .bottom .slider_yorum .swiper-wrapper .swiper-slide .item .top {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.yorumlar .container .bottom .slider_yorum .swiper-wrapper .swiper-slide .item .top .star {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.yorumlar .container .bottom .slider_yorum .swiper-wrapper .swiper-slide .item .top .star img {
    margin-right: 4px;
    width: 16px;
    height: auto;
}

.yorumlar .container .bottom .slider_yorum .swiper-wrapper .swiper-slide .item .title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #252525;
}

.yorumlar .container .bottom .slider_yorum .swiper-wrapper .swiper-slide .item .desc {
    font-size: 14px;
    font-weight: 400;
    color: #252525;
    margin-bottom: 10px;
    height: 64px;
    position: relative;
    overflow-x: auto;
    padding-right: 10px;
}

@media (max-width: 991px) {
    .yorumlar .container .bottom .slider_yorum .swiper-wrapper .swiper-slide .item .desc {
        font-size: 12px !important;
        height: auto;
    }
}

.yorumlar .container .bottom .slider_yorum .swiper-wrapper .swiper-slide .item .desc::-webkit-scrollbar {
    width: 5px;
}

.yorumlar .container .bottom .slider_yorum .swiper-wrapper .swiper-slide .item .desc::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.yorumlar .container .bottom .slider_yorum .swiper-wrapper .swiper-slide .item .desc::-webkit-scrollbar-thumb {
    background-color: #9c0a16;
}

.yorumlar .container .bottom .slider_yorum .swiper-wrapper .swiper-slide .item .bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.yorumlar .container .bottom .slider_yorum .swiper-wrapper .swiper-slide .item .bottom .name {
    font-size: 16px;
    font-weight: 500;
    color: #252525;
}

.yorumlar .container .bottom .slider_yorum .swiper-wrapper .swiper-slide .item .bottom .date {
    font-size: 16px;
    font-weight: 500;
    color: #252525;
}

.yorumlar .container .bottom .swiper-button-next-y,
.yorumlar .container .bottom .swiper-button-prev-y {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 99;
    background-color: #fff;
    width: 49px;
    height: 49px;
    border: 1px solid #9c0a16;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

@media (max-width: 991px) {

    .yorumlar .container .bottom .swiper-button-next-y,
    .yorumlar .container .bottom .swiper-button-prev-y {
        display: none;
    }
}

.yorumlar .container .bottom .swiper-button-next-y svg,
.yorumlar .container .bottom .swiper-button-prev-y svg {
    width: 19px;
    height: 19px;
    transition: all .3s ease;
}

.yorumlar .container .bottom .swiper-button-next-y svg g path,
.yorumlar .container .bottom .swiper-button-prev-y svg g path {
    fill: #9c0a16;
}

.yorumlar .container .bottom .swiper-button-next-y:hover,
.yorumlar .container .bottom .swiper-button-prev-y:hover {
    background-color: #9c0a16;
}

.yorumlar .container .bottom .swiper-button-next-y:hover svg g path,
.yorumlar .container .bottom .swiper-button-prev-y:hover svg g path {
    fill: #fff;
}

.yorumlar .container .bottom .swiper-button-next-y {
    right: -7%;
}

@media (max-width: 575px) {
    .yorumlar .container .bottom .swiper-button-next-y {
        right: 0%;
    }
}

.yorumlar .container .bottom .swiper-button-prev-y {
    left: -7%;
}

@media (max-width: 575px) {
    .yorumlar .container .bottom .swiper-button-prev-y {
        left: 0%;
    }
}

.footer_up {
    width: 100%;
    background-color: #f0f0f0;
    padding: 20px 0;
}

@media (max-width: 991px) {
    .footer_up {
        padding: 15px 0;
    }
}

.footer_up .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

@media (max-width: 991px) {
    .footer_up .container {
        flex-direction: column;
        gap: 12px;
    }
}

.footer_up .container .item {
    flex: 1;
    padding: 20px 0;
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

@media (max-width: 991px) {
    .footer_up .container .item {
        padding: 12px 0;
        flex: auto;
        width: 100%;
    }
}

.footer_up .container .item img {
    width: 65px;
    height: 65px;
    object-fit: contain;
}

.footer_up .container .item span {
    font-size: 14px;
    color: #252525;
    font-weight: 400;
    text-align: center;
}

.footer_up .container .item p {
    margin: 0;
    font-size: 18px;
    text-align: center;
    color: #252525;
    font-weight: 600;
    width: 100%;
    height: 40px;
    line-height: 20px;
}

@media (max-width: 991px) {
    .footer_up .container .item p {
        height: auto;
    }
}

.footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #9c0a16;
    overflow: hidden;
    z-index: 99999999;
    position: relative;
    user-select: none;
}

.footer .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.footer .container .footer-top {
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
}

@media (max-width: 991px) {
    .footer .container .footer-top {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.footer .container .footer-top .logo {
    z-index: 88;
    width: fit-content;
    height: 80%;
    margin-left: 0;
    margin-right: auto;
}

.footer .container .footer-top .logo img {
    width: fit-content;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

@media (max-width: 991px) {
    .footer .container .footer-top .logo {
        height: 67%;
        margin: 0;
        order: 0;
    }
}

.footer .container .footer-top .social-zone {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.footer .container .footer-top .social-zone a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    text-decoration: none;
    background-color: #70050f;
    color: #fff;
    transition: all 0.3s;
}

.footer .container .footer-top .social-zone a:hover {
    opacity: 0.5;
}

@media (max-width: 991px) {
    .footer .container .footer-top .social-zone a {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 991px) {
    .footer .container .footer-top .social-zone {
        justify-content: flex-end;
        order: 0;
    }
}

.footer .container .footer-top .ez-win {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 20px 0px 20px 20px;
    background-color: #70050f;
    position: relative;
    height: 100%;
    width: 18%;
    transition: all 0.3s;
}

@media (max-width: 991px) {
    .footer .container .footer-top .ez-win {
        display: none;
    }
}

.footer .container .footer-top .ez-win:hover {
    background-color: #000;
}

.footer .container .footer-top .ez-win:hover::after {
    background-color: #000 !important;
}

.footer .container .footer-top .ez-win::after {
    content: "";
    display: block;
    width: 500%;
    height: 100%;
    background-color: #70050f;
    position: absolute;
    right: -500%;
    top: 0;
    transition: all 0.3s;
}

.footer .container .footer-top .ez-win a {
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    z-index: 1;
    position: relative;
    padding-right: 25px;
    transition: all 0.6s;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    line-height: 22px;
}

.footer .container .footer-top .ez-win a svg {
    width: 60px;
    height: 60px;
}

.footer .container .footer-mid {
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 20px 0;
}

.footer .container .footer-mid::after {
    width: 500%;
    height: 1px;
    background-color: #ffffff24;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 1;
    content: "";
}

.footer .container .footer-mid::before {
    width: 500%;
    height: 1px;
    background-color: #ffffff24;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 1;
    content: "";
}

@media (max-width: 991px) {
    .footer .container .footer-mid {
        flex-direction: column;
        height: auto;
        align-items: flex-start;
        margin-bottom: 20px;
        gap: 40px;
    }
}

.footer .container .footer-mid hr {
    position: absolute;
    width: 350%;
    top: -4%;
    left: -30%;
    background-color: #ffffff24;
}

.footer .container .footer-mid .item-1 {
    width: 50%;
    height: 100%;
}

@media (max-width: 991px) {
    .footer .container .footer-mid .item-1 {
        width: 100%;
    }
}

.footer .container .footer-mid .item-1 .title {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    display: block;
}

@media (max-width: 991px) {
    .footer .container .footer-mid .item-1 .title {
        font-size: 18px;
    }
}

.footer .container .footer-mid .item-1 ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 10px;
}

.footer .container .footer-mid .item-1 ul li {
    list-style: none;
}

.footer .container .footer-mid .item-1 ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    transition: all 0.3s;
}

.footer .container .footer-mid .item-1 ul li a:hover {
    padding-left: 10px;
}

.footer .container .footer-mid .item-1 ul li a svg {
    filter: brightness(0) invert(1);
    transition: all 0.3s;
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.footer .container .footer-mid .item-2 {
    width: 50%;
    height: 100%;
}

@media (max-width: 991px) {
    .footer .container .footer-mid .item-2 {
        width: 100%;
    }
}

.footer .container .footer-mid .item-2 .menu-footer-menu-en-container .menu,
.footer .container .footer-mid .item-2 .menu-footer-menu-ru-container .menu,
.footer .container .footer-mid .item-2 .menu-footer-menu-container .menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    padding: 0;
}

.footer .container .footer-mid .item-2 .menu-footer-menu-en-container .menu li,
.footer .container .footer-mid .item-2 .menu-footer-menu-ru-container .menu li,
.footer .container .footer-mid .item-2 .menu-footer-menu-container .menu li {
    border: 1px solid transparent;
    list-style: none;
    position: relative;
    overflow: hidden;
    z-index: 15;
    padding-right: 5px;
    width: 39%;
    font-weight: 500;
}

.footer .container .footer-mid .item-2 .menu-footer-menu-en-container .menu li a,
.footer .container .footer-mid .item-2 .menu-footer-menu-ru-container .menu li a,
.footer .container .footer-mid .item-2 .menu-footer-menu-container .menu li a {
    text-decoration: none;
    padding: 4px 8px;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    transition: all 0.3s;
}

.footer .container .footer-mid .item-2 .menu-footer-menu-en-container .menu li a:hover,
.footer .container .footer-mid .item-2 .menu-footer-menu-ru-container .menu li a:hover,
.footer .container .footer-mid .item-2 .menu-footer-menu-container .menu li a:hover {
    padding: 4px 8px 4px 18px;
}

@media (max-width: 991px) {

    .footer .container .footer-mid .item-2 .menu-footer-menu-en-container .menu li a,
    .footer .container .footer-mid .item-2 .menu-footer-menu-ru-container .menu li a,
    .footer .container .footer-mid .item-2 .menu-footer-menu-container .menu li a {
        padding: 4px 0px;
    }
}

.footer .container .footer-bottom {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.footer .container .footer-bottom hr {
    position: absolute;
    width: 350%;
    top: -94%;
    left: -30%;
    background-color: #ffffff59;
}

.footer .container .footer-bottom .copyright {
    color: #fff;
}

.popup-on-form {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 999999;
    top: 0;
    left: 0;
    display: none;
}

.popup-on-form .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-align: center;
    z-index: 5;
    pointer-events: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .popup-on-form .container {
        max-width: 100%;
        padding: 0 40px;
    }
}

@media (max-width: 500px) {
    .popup-on-form .container {
        padding: 0 20px;
        top: 20px;
        left: 0;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
}

.popup-on-form .container .popup-item {
    display: inline-flex;
    border: 5px solid #e5e5e5;
    position: relative;
    border-radius: 4px;
    pointer-events: auto;
}

@media (max-width: 700px) {
    .popup-on-form .container .popup-item {
        width: 100%;
        background-color: #222;
    }
}

@media (max-width: 500px) {
    .popup-on-form .container .popup-item {
        border: 3px solid #e5e5e5;
    }
}

@media (max-height: 350px) {
    .popup-on-form .container .popup-item {
        width: auto;
    }
}

.popup-on-form .container .popup-item .popup-close-btn {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 35px;
    height: 35px;
    background-color: #efefef;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
}

@media (max-width: 500px) {
    .popup-on-form .container .popup-item .popup-close-btn {
        width: 30px;
        height: 30px;
        top: -15px;
        right: -15px;
    }
}

.popup-on-form .container .popup-item .popup-close-btn svg {
    color: #222;
    width: 23px;
}

@media (max-width: 500px) {
    .popup-on-form .container .popup-item .popup-close-btn svg {
        width: 18px;
    }
}

.popup-on-form .container .popup-item .popup-close-btn:hover {
    background-color: #222;
}

.popup-on-form .container .popup-item .popup-close-btn:hover svg {
    color: #efefef;
}

.popup-on-form .container .popup-item iframe,
.popup-on-form .container .popup-item video {
    cursor: pointer;
    width: 1031px;
    height: 580px;
}

@media (max-width: 1425px) {

    .popup-on-form .container .popup-item iframe,
    .popup-on-form .container .popup-item video {
        width: 889px;
        height: 500px;
    }
}

@media (max-width: 1200px) {

    .popup-on-form .container .popup-item iframe,
    .popup-on-form .container .popup-item video {
        width: 750px;
        height: 422px;
    }
}

@media (max-width: 870px) {

    .popup-on-form .container .popup-item iframe,
    .popup-on-form .container .popup-item video {
        width: 600px;
        height: 339px;
    }
}

@media (max-width: 700px) {

    .popup-on-form .container .popup-item iframe,
    .popup-on-form .container .popup-item video {
        width: 100%;
        height: 335px;
    }
}

@media (max-width: 500px) {

    .popup-on-form .container .popup-item iframe,
    .popup-on-form .container .popup-item video {
        height: 195px;
    }
}

@media (max-height: 350px) {

    .popup-on-form .container .popup-item iframe,
    .popup-on-form .container .popup-item video {
        height: 250px;
        width: 445px;
    }
}

.popup-on-form .container .popup-item .bayilik-pop {
    background-color: #fff;
    width: 100%;
}

.popup-on-form .container .popup-item .bayilik-pop .modal-title {
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    font-weight: 500;
    text-align: center;
    width: 100%;
    color: #495057;
    font-size: 20px;
    margin: 0;
}

@media (max-width: 575px) {
    .popup-on-form .container .popup-item .bayilik-pop .modal-title {
        padding: 10px 1rem;
    }
}

.popup-on-form .container .popup-item .bayilik-pop .wpcf7-form {
    width: 1000px;
    position: relative;
    padding: 25px 20px;
}

@media (max-width: 1400px) {
    .popup-on-form .container .popup-item .bayilik-pop .wpcf7-form {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .popup-on-form .container .popup-item .bayilik-pop .wpcf7-form {
        padding: 5px;
    }
}

.popup-on-form .container .popup-item .bayilik-pop .wpcf7-form input,
.popup-on-form .container .popup-item .bayilik-pop .wpcf7-form textarea {
    outline: none;
    box-shadow: none;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    height: 40px;
    padding: 5px 10px;
    width: 100%;
}

.popup-on-form .container .popup-item .bayilik-pop .wpcf7-form input:focus,
.popup-on-form .container .popup-item .bayilik-pop .wpcf7-form textarea:focus {
    border: 1px solid #9c0a16;
}

.popup-on-form .container .popup-item .bayilik-pop .wpcf7-form textarea {
    height: 90px;
}

@media (max-width: 1400px) {
    .popup-on-form .container .popup-item .bayilik-pop .wpcf7-form textarea {
        height: 60px;
    }
}

.popup-on-form .container .popup-item .bayilik-pop .wpcf7-form select {
    width: 100%;
    outline: none;
    height: 40px;
    color: #666;
    padding-left: 8px;
    background-color: #fff;
}

.popup-on-form .container .popup-item .bayilik-pop .wpcf7-form input[type="submit"],
.popup-on-form .container .popup-item .bayilik-pop .wpcf7-form #bayiGonder {
    display: table;
    width: 150px;
    background-color: #9c0a16;
    color: #fff;
    border-radius: 5px;
    padding: 10px 16px;
    font-weight: 500;
    margin: 0 auto;
    border: none;
    text-transform: uppercase;
    transition: all .3s ease;
}

.popup-on-form .container .popup-item .bayilik-pop .wpcf7-form input[type="submit"]:hover,
.popup-on-form .container .popup-item .bayilik-pop .wpcf7-form #bayiGonder:hover {
    background-color: #70050f;
}

.popup-on-form .container .popup-item .bayilik-pop .wpcf7-form p {
    margin: 0;
}

.popup-on-form .container .popup-item .bayilik-pop .wpcf7-form .flex-in {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.popup-on-form .container .popup-item .bayilik-pop .wpcf7-form .flex-in p {
    width: 100%;
}

.popup-on-form .container .popup-item .bayilik-pop .wpcf7-form .flex-in p span {
    width: 100%;
    text-align: left;
}

.popup-on-form .container .popup-item .bayilik-pop .wpcf7-form .loading360 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 16;
    background-color: rgba(229, 229, 229, 0.5);
    display: none;
}

.popup-on-form .container .popup-item .bayilik-pop .wpcf7-form .loading360 img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.popup-on-form .container .popup-item .bayilik-pop .wpcf7-form .loading360.active {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.popup-on-form .container .popup-item .bayilik-pop .wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

@media (max-width: 991px) {
    .popup-on-form .container .popup-item .bayilik-pop .wpcf7-form {
        flex-direction: column;
    }
}

.popup-on-form .container .popup-item .bayilik-pop .wpcf7-form p {
    width: 50%;
    margin-bottom: 25px;
    padding: 0 15px;
}

@media (max-width: 1400px) {
    .popup-on-form .container .popup-item .bayilik-pop .wpcf7-form p {
        margin-bottom: 15px;
        padding: 0 10px;
    }
}

@media (max-width: 991px) {
    .popup-on-form .container .popup-item .bayilik-pop .wpcf7-form p {
        width: 100%;
        padding: 0 3px;
        margin-bottom: 7px;
    }
}

.popup-on-form .container .popup-item .bayilik-pop .wpcf7-form p:last-child span {
    font-weight: 400;
}

@media (max-width: 575px) {
    .popup-on-form .container .popup-item .bayilik-pop .wpcf7-form p:last-child span {
        font-size: 14px;
    }
}

.popup-on-form .container .popup-item .bayilik-pop .wpcf7-form p:last-child span a {
    text-decoration: none;
    color: #f9151c;
    font-weight: 500;
    margin: 0 5px;
    display: inline-block;
}

.popup-on-form .container .popup-item .bayilik-pop .wpcf7-form p:last-child span input {
    border-radius: 0;
    width: 17px;
    height: 17px;
    border: none;
    position: relative;
    top: 3px;
    margin-right: 3px;
    cursor: pointer;
    display: inline-block;
}

.popup-on-form .container .popup-item .bayilik-pop .wpcf7-form p:nth-last-child(6) {
    width: 100%;
}

.popup-on-form .container .popup-item .bayilik-pop .wpcf7-form p:nth-last-child(6) select {
    width: 100%;
    outline: none;
    height: 40px;
    color: #666;
    padding-left: 8px;
}

.popup-on-form .container .popup-item .bayilik-pop .wpcf7-form p:nth-last-child(6) select:focus {
    border: 1px solid #9c0a16;
}

.popup-on-form .container .popup-item .bayilik-pop .wpcf7-form p:nth-last-child(5) {
    width: 100%;
    margin: 0;
}

.popup-on-form .overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 4;
    pointer-events: auto;
}