body,html{height:100%}
html{font-family:Poppins,sans-serif;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}
*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}
body{font-size:14px;color:#212027;font-weight:400;background:#f2f2f2;font-family:Poppins,sans-serif;-webkit-font-smoothing:antialiased}
@-webkit-keyframes slideLeft{
    0%{opacity:0;transform:translateX(100%)}
    100%{opacity:1;transform:translateX(0)}
}
@keyframes slideLeft{
    0%{opacity:0;transform:translateX(100%)}
    100%{opacity:1;transform:translateX(0)}
}
@-webkit-keyframes slideRight{
    0%{opacity:1;transform:translateX(0)}
    100%{opacity:0;transform:translateX(100%)}
}
@keyframes slideRight{
    0%{opacity:1;transform:translateX(0)}
    100%{opacity:0;transform:translateX(100%)}
}
.header{width:100%;height:auto;z-index:100;margin:0 auto;position:absolute;left:0;top:0}
.navbar{display:flex;flex-wrap:wrap;align-items:start;justify-content:space-between;width:100%;margin:0 auto}
.navbar .navbar__left{display:flex;align-items:center;flex:0 0 40%;padding-top:30px}
@media (max-width:992px){
    .navbar .navbar__left{flex:0 0 auto;order:3;padding-top:40px}
}
.navbar .navbar__center{display:flex}
@media (max-width:992px){
    .navbar .navbar__center{flex:0 0 30%;align-items:center;justify-content:center}
}
.navbar .navbar__right{display:flex;flex:0 0 40%;align-items:center;justify-content:flex-end;-moz-column-gap:1.5rem;column-gap:1.5rem;padding-top:30px}
@media (max-width:992px){
    .navbar .navbar__right{flex:0 0 auto;align-items:center}
}
.brand{display:flex;align-items:center;order:1}
.brand svg{width:60px;height:60px}
@media (max-width:992px){
    .menu{position:fixed;top:0;left:0;width:350px;max-width:85%;height:100%;z-index:100;overflow:hidden;background-color:#fff;transform:translate(-100%);transition:all .4s ease-in-out}
    .menu.is-active{transform:translate(0)}
}
.menu .menu__header{display:none;box-shadow:var(--shadow-medium)}
@media (max-width:992px){
    .menu .menu__header{position:relative;top:0;display:flex;align-items:center;justify-content:flex-start;height:4rem;z-index:110;visibility:hidden;background:0 0}
    .menu .menu__header.is-active{visibility:visible;background-color:#fff}
    .menu .menu__header.is-active>.menu__arrow{display:flex}
}
@media (max-width:992px){
    .menu .menu__header .menu__arrow{display:none;justify-content:center;align-items:center;cursor:pointer;width:3rem}
    .menu .menu__header .menu__arrow:hover i{color:var(--color)}
    .menu .menu__header .menu__arrow>i{font-size:1.5rem;color:#000;transition:all .25s ease}
}
@media (max-width:992px){
    .menu .menu__header .menu__title{cursor:pointer;font-weight:500;text-transform:capitalize;color:#000;transition:all .25s ease}
    .menu .menu__header .menu__title:hover{color:var(--color)}
}
@media (max-width:992px){
    .menu .menu__inner{height:100%;margin-top:-3rem;overflow-y:auto;overflow-x:hidden}
}
.menu .menu__inner .menu__item{position:static;display:inline-block;padding-right:20px;padding:0 20px 0 0}
.menu .menu__inner .menu__item:last-child{padding-right:0}
.menu .menu__inner .menu__item:hover>.menu__link{color:var(--color)}
@media (max-width:992px){
    .menu .menu__inner .menu__item{display:block;padding:0}
}
@media (min-width:992px){
    .menu .menu__inner .menu__item:hover>.menu__link i{transform:rotate(-90deg)}
}
@media (min-width:992px){
    .menu .menu__inner .menu__item.menu__dropdown:hover>.submenu{opacity:1;visibility:visible;top:95%}
}
.menu .menu__inner .menu__item .menu__link{display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;font-weight:300;color:#212026;text-transform:capitalize;transition:all .25s ease;text-decoration:none}
@media (max-width:992px){
    .menu .menu__inner .menu__item .menu__link{justify-content:space-between;padding:20px}
}
.menu .menu__inner .menu__item .menu__link>i{margin-left:5px;font-size:1.35rem;transform:rotate(90deg);transition:.35s}
@media (max-width:992px){
    .menu .menu__inner .menu__item .menu__link>i{margin-left:10px;transform:rotate(0)}
}
.submenu{position:absolute;z-index:100;top:110%;left:50%;width:100%;height:auto;padding:20px 15px;border-radius:.25rem;border-top:2px solid var(--color);background-color:#fff;box-shadow:var(--shadow-medium);opacity:0;visibility:hidden;transition:all .35s ease-in-out;transform:translateX(-50%)}
@media (max-width:992px){
    .submenu{position:absolute;display:none;top:0;left:0;width:100%;height:100%;max-width:none;min-width:auto;margin:0;padding:100px 15px 0 15px;border-radius:0;border-top:0;box-shadow:none;opacity:1;overflow-y:auto;visibility:visible;transform:translateX(0)}
    .submenu.is-active{display:block}
}
@media (min-width:992px){
    .submenu{-webkit-animation:none!important;animation:none!important}
}
@media (min-width:992px){
    .submenu.megamenu__normal{left:65%;max-width:250px;width:100%;height:auto;margin:0 auto}
}
@media (min-width:992px){
    .submenu.megamenu__image,.submenu.megamenu__text{display:flex;flex-wrap:wrap;max-width:95%;height:auto;margin:0 auto}
}
@media (min-width:992px){
    .submenu.megamenu__image,.submenu.megamenu__text{max-width:992px}
}
.submenu.megamenu__image .submenu__inner a{display:flex;flex-flow:column;align-items:center}
@media (max-width:992px){
    .submenu.megamenu__image .submenu__inner a{flex-flow:row;align-items:center;padding-bottom:20px}
}
.submenu.megamenu__image .submenu__inner a img{display:block;width:100%;height:150px;margin-bottom:15px;-o-object-fit:cover;object-fit:cover;border-radius:10px}
@media (max-width:992px){
    .submenu.megamenu__image .submenu__inner a img{width:30%;height:80px;margin-bottom:0;margin-right:15px}
}
.submenu .submenu__inner{width:25%;padding:0 15px}
@media (max-width:992px){
    .submenu .submenu__inner{width:100%;padding:0}
}
.submenu .submenu__inner .submenu__title{font-size:16px;font-weight:500;color:var(--color);text-transform:uppercase;transition:all .3s ease}
@media (max-width:992px){
    .submenu .submenu__list{margin-bottom:20px}
}
.submenu .submenu__list li{display:block;line-height:1;margin:0 auto}
.submenu .submenu__list li a{display:inline-block;padding:10px 0;line-height:1.4;text-transform:capitalize;color:#000;transition:all .25s ease-in-out}
.submenu .submenu__list li a:hover{color:var(--color)}
@media (max-width:992px){
    .submenu .submenu__list li a{display:block}
}
.overlay{position:fixed;display:block;top:0;left:0;width:100%;height:100%;z-index:9;opacity:0;visibility:hidden;background-color:rgba(0,0,0,.7);transition:all .45s ease-in-out;pointer-events:none}
@media (max-width:992px){
    .overlay{cursor:url("https://i.imgur.com/cPh9Zm5.png"),zoom-out;pointer-events:visible}
    .overlay.is-active{opacity:1;visibility:visible}
}
.burger{position:relative;display:block;cursor:pointer;width:25px;height:20px;margin-right:15px;background:0 0}
@media (max-width:992px){
    .burger{opacity:1;visibility:visible}
}
.burger .burger-line{position:absolute;display:block;left:0;width:100%;height:2px;opacity:1;border-radius:15px;background:#000}
.darkmode .burger .burger-line{background:#fff}
.burger .burger-line:first-child{top:0}
.burger .burger-line:nth-child(2){top:8px}
.burger .burger-line:nth-child(3){top:16px}
.navbar-brand{margin:0}
.btn-theme-one{background:#c99d66;border-radius:22px;color:#fff;padding:10px 30px;font-size:14px;border:2px solid #c99d66;font-weight:500}
.btn-theme-one:hover{background:0 0;border:2px solid #c99d66;color:#212026}
.header-search-btn{color:#212026}
.header-home-btn{color:#212026}
.bigTitle{line-height:60px;font-size:60px;letter-spacing:-5px;font-weight:600}
@media (min-width:425px){
    .bigTitle{font-size:60px;line-height:60px}
}
@media (min-width:1024px){
    .bigTitle{font-size:90px;line-height:100px}
}
.bigTitle .orangeIcon{width:10px;height:10px;transform:rotate(45deg);background-color:#f7970e;display:inline-block;margin-left:5px}
@media (min-width:768px){
    .bigTitle .orangeIcon{width:13px;height:13px}
}
@media (min-width:1440px){
    .bigTitle .orangeIcon{width:16px;height:16px}
}
.arrow-button{display:flex;align-items:center;text-decoration:none;color:#000;transition:padding 1s cubic-bezier(.16, 1, .3, 1);width:fit-content;font-size:12px}
.arrow-button svg{width:33px;margin-left:10px}
.arrow-button svg circle{transition:fill .75s ease;fill:transparent}
@media (min-width:425px){
    .arrow-button{font-size:16px}
    .arrow-button svg{width:45px}
}
@media (min-width:1024px){
    .arrow-button{font-size:20px}
    .arrow-button svg{width:62px}
    .arrow-button:hover svg circle{fill:#8c97d0}
}
@media (min-width:1440px){
    .arrow-button{font-size:15px}
    .arrow-button svg{width:60px}
}
@media (min-width:1920px){
    .arrow-button{font-size:18px}
    .arrow-button svg{width:70px}
}
.home-showcase{position:relative;height:100vh}
.home-showcase .home-showcaseSlider{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;height:100%}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide{position:relative;height:100vh;overflow:hidden}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image{padding-top:100px;height:100vh}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container{margin:0 0 5rem}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .bigTitle{transition:opacity 1.15s cubic-bezier(.58, 0, .28, .99) .4s;color:#000;margin:0 0 2.5rem;opacity:0}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .bigTitle:before{content:'';width:60px;height:4px;background:#000;display:block;margin-bottom:10px}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button{transition:opacity .6s cubic-bezier(.58, 0, .28, .99) 1s;width:fit-content;opacity:0}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button .arrow-button{color:#000}
.btn-theme-two{background:#e6e6e6;border-radius:22px;color:#000;padding:10px 30px;font-size:14px;border:2px solid #000;font-weight:500;transition:all .4s}
.btn-theme-two:hover{background:#000;color:#fff!important}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button svg path{fill:#fff}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button svg circle{stroke:#fff}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button:hover svg circle{stroke:#8c97d0}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .filter{width:100%;height:100%;background-color:#10112b;position:absolute;top:0;left:0;z-index:-1;opacity:.5;transition:opacity .8s ease-in .5s}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide-active .swiper-image .text-container .bigTitle,.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide-active .swiper-image .text-container .container-arrow-button{transform:translate(0,0);opacity:1}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide-active .swiper-image .filter{opacity:0}
.home-showcase .home-showcaseSlider .swiper-pagination{position:absolute;bottom:15%;width:fit-content;padding:0;right:calc(1.5rem * .5);left:inherit}
.home-showcase .home-showcaseSlider .swiper-pagination-bullet{width:18px;border-radius:50px;height:18px;background-color:#fff;opacity:1;transition:width .8s ease-in-out,.4s ease-in-out;margin:0 4px!important;border:1px solid #707070}
.home-showcase .home-showcaseSlider .swiper-pagination-bullet-active{background-color:#aaa}
.home-showcase .home-showcaseSlider .showcaseSlider-nav{display:flex;flex-direction:row;padding:0;padding-right:0}
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next,.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev{position:relative;display:flex;font-weight:900;margin:0;width:50px;height:auto;padding:5px;border-top:2px solid #626262;border-bottom:2px solid #626262;transition:all .4s;left:0}
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next:hover,.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev:hover{color:#fff;background:#626262}
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next span{color:#636363;font-weight:300;margin-left:-20px;letter-spacing:5px;font-size:13px;transition:all .4s}
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next:hover span{margin-left:6px;color:#fff}
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next{border-right:2px solid #626262}
.swiper-button-next.showcaseSlider-next:before{content:'';position:absolute;left:0;top:0;height:8px;width:2px;background:#626262}
.swiper-button-next.showcaseSlider-next:after{content:'';position:absolute;left:0;bottom:0;height:8px;width:2px;background:#626262}
.swiper-button-prev.showcaseSlider-prev:before{content:'';position:absolute;right:0;top:0;height:8px;width:2px;background:#626262}
.swiper-button-prev.showcaseSlider-prev:after{content:'';position:absolute;right:0;bottom:0;height:8px;width:2px;background:#626262}
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev{border-left:2px solid #626262}
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev span{color:#636363;font-weight:300;margin-right:-20px;letter-spacing:5px;font-size:13px;transition:all .4s}
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev:hover span{color:#fff;margin-right:0}
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next.swiper-button-disabled,.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev.swiper-button-disabled{opacity:1}
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next.swiper-button-disabled:after,.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev.swiper-button-disabled:after{color:#8f9397}
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next::after,.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev::after{font-size:4vw}
.home-showcase .home-showcaseSlider #macaron{position:absolute;top:0;right:0;z-index:1;margin:5%;width:30%}
.home-showcase .home-showcaseSlider #macaron #text-circle{animation:rotate-360 12s linear 0s infinite reverse forwards;transform-origin:center}
.home-showcase .scrollSliderButton{position:absolute;left:50%;bottom:0;z-index:2;display:flex;flex-direction:column;align-items:center;transform:translate(-50%,0);color:#fff!important;text-decoration:none;font-size:3.5vw;height:21vw;font-family:CabinetGrotesk-light,sans-serif}
.home-showcase .scrollSliderButton .line{height:15vw;width:1px;background:#8c97d0;margin-top:5px;animation:scroll-anim-mobile 1.6s cubic-bezier(.62,.01,.71,.47) 0s infinite normal forwards}
@media (min-width:1024px){
    .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image{align-items:center}
    .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container{margin:0;padding-top:100px}
    .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .bigTitle{margin:0 0 1.25rem}
    .home-showcase .home-showcaseSlider .showcaseSlider-nav{position:absolute;bottom:50%;right:calc(1.5rem * .5);z-index:1;width:calc(100% - ((1.5rem * .5) * 2));justify-content:space-between}
    .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next::after,.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev::after{font-size:1vw}
    .home-showcase .home-showcaseSlider #macaron{width:fit-content;width:8.4vw}
    .home-showcase .scrollSliderButton{position:absolute;left:50%;bottom:0;z-index:2;display:flex;flex-direction:column;align-items:center;transform:translate(-50%,40%);color:#fff!important;text-decoration:none;font-size:.9vw;height:4.8vw;font-family:CabinetGrotesk-light,sans-serif}
    .home-showcase .scrollSliderButton .line{height:4.8vw;width:2px;background:#8c97d0;margin-top:5px;animation:scroll-anim 1.6s cubic-bezier(.62,.01,.71,.47) 0s infinite normal forwards}
}
.showcase-bg{background:#e6e6e6;height:92vh;position:absolute;left:0;top:0;width:100%;z-index:-1;overflow:hidden}
.showcase-bg:after{content: 'sefik can ipek';position:absolute;bottom:0;left:0;width:100%;font-size:200px;color:#d5d5d5;line-height:145px;opacity:.6;white-space:nowrap}
.showcase-bg:before{content:'';position:absolute;left:0;top:0;width:25%;height:100%;background:#eaeaea}
.showcase-contact{position:absolute;left:calc((1.5rem * .5));bottom:12%;color:#000;text-decoration:none;font-size:13px;z-index:1;width:calc(100% - ((1.5rem * .5)*2))}
.slider-container{width:80%;margin:0 auto}
.slider-img{position:absolute;left:0;top:0;width:100%;height:100%}
.home-showcase-whatsapp{position:fixed;right:calc(1.5rem * .5);background:#1d262d;border-radius:22px;color:#30bf39;width:90px;height:90px;display:flex;align-items:center;justify-content:center;bottom:10px;z-index:99;font-size:60px;text-decoration:none;box-shadow:20px 10px 15px -25px #1d262d}
.section-menu-item{text-decoration:none;color:#8f8f8f;padding:10px 20px;font-weight:500}
.section-menu-item.active{color:#b20f0f}
.text-purple{color:#b20f0f}
.text-light-gray{color:#5d5d5d}
.btn-theme-three{background:#fff;border-radius:22px;color:#000;padding:10px 30px;font-size:14px;border:2px solid #000;font-weight:500;transition:all .4s}
.btn-theme-four{background:#b20f0f;border-radius:22px;color:#fff;padding:10px 30px;font-size:14px;border:2px solid #b20f0f;font-weight:500;transition:all .4s}
.btn-theme-four:hover{background:#fff;color:#b20f0f;border-color:#b20f0f}
.btn-theme-three:hover{color:#fff;background:#000}
.about-content{color:#8f8f8f}
.about-us:before{content:'';position:absolute;left:0;bottom:0;background:#f2f2f2;height:90%;width:100%;z-index:-1}
.about-title{font-size:50px}
.about-title h1{font-size:50px;margin:0}
.about-image-margin{margin-top:-15%}
.no-after:after{display:none}
footer{background:#222;padding:100px 0;color:#8f8f8f}
.footer-social a{color:#8f8f8f;text-decoration:none}
.footer-menu a{color:#8f8f8f;text-decoration:none}
.footer-text{border-bottom:1px solid #525151;padding-bottom:20px}
.page-header{padding-top:175px}
.page-title{font-size:50px;font-weight:600;color:#c99d66;position:relative;margin-bottom:30px}
.page-title:after{content:'';display:block;width:60px;height:4px;background:#c99d66}
.page-about .content{color:#5d5d5d}
.sub-title{color:#212027}
.google-map{border:5px solid #fff}
.google-map iframe{width:100%}
.contact-title{display:inline-block;width:65px;vertical-align:top;font-weight:500;color:#777474}
.contact-text{display:inline-block;width:calc(100% - 70px)}
.contact-text a{color:#777474;text-decoration:none}
.contact-item{margin-bottom:20px;color:#777474}
.form-control{border-radius:28px;border-color:#707070;font-weight:300;font-size:14px;padding:15px 20px}
.btn-theme-five{background:#e6e6e6;border-radius:22px;color:#727272;padding:10px 50px;font-size:14px;border:2px solid #727272;font-weight:500}
.btn-theme-five:hover{color:#e6e6e6;background:#727272}
.category-menu{text-decoration:none;color:#7e7e7e;font-size:16px;font-weight:500;transition:all .4s}
.category-menu.active,.category-menu:hover{color:#000}
.rehber-search-input{background:0 0;outline:0;border:0;color:#7e7e7e;font-weight:500;font-size:16px}
.rehber-search-button{color:#7e7e7e;border:transparent;background:0 0;font-size:18px}
.breadcrumb-bg{background:#dadada}
.breadcrumb{color:#727272;font-weight:500}
.breadcrumb .seperator{margin:0 3px}
.breadcrumb a{color:#727272;font-weight:500;text-decoration:none}
.wp-support-head{background:#1d262d;border-radius:14px;color:#fff;padding:15px 20px}
.wp-support-title{font-weight:600;margin:0}
.wp-support-content{background:#e4ddd6;border-radius:19px;padding:40px 20px 20px;margin-top:-20px;position:relative;z-index:-1}
.wp-support-text{background:#e1f7cb;padding:10px;border-radius:15px;font-size:12px;color:#212027;text-decoration:none}
.wp-support{box-shadow:0 12px 32px rgb(204 214 203 / 10%);border-radius:19px;position:absolute;z-index:2}
.detail-contents{padding:20px;background:#fff;width:100%;display:inline-block;color:#5d5d5d}
.detail-contents .title{color:#5d5d5d;font-weight:600;font-size:18px;border-bottom:1px solid #707070;padding-bottom:15px}
.health-guide-entry{color:#5d5d5d}
.health-guide-author{color:#5d5d5d;font-weight:300;border-top:1px solid #707070;display:inline-block;padding-top:10px}
.photo-gallery-icon{display:flex;opacity:0;position:absolute;width:100%;height:100%;color:#fff;background:rgb(0 0 0 / 50%);justify-content:center;align-items:center;transition:all .4s;font-size:30px;z-index:1;left:0;top:0;pointer-events:none}
.photo-gallery-item:hover .photo-gallery-icon{opacity:1;display:flex}
.photo-gallery-item{display:inline-block}
.search-box{margin:0 10px;display:inline-block;position:relative;height:45px;padding:0}
.search-box input[type=text]{height:45px;display:inline-block;border:none;outline:0;padding:3px;padding-right:60px;width:0;position:absolute;top:0;right:-25px;background:0 0;z-index:3;transition:width .4s cubic-bezier(0, .795, 0, 1);cursor:pointer}
.search-box input[type=text]:focus:hover{border-bottom:1px solid #bbb}
.search-box input[type=text]:focus{width:300px;z-index:1;border-bottom:1px solid #bbb;cursor:text;background:#e6e6e6}
.search-box button{height:45px;display:inline-block;border:none;position:absolute;top:0;right:-25px;z-index:2;cursor:pointer;cursor:pointer;transition:opacity .4s ease}
.search-box button:hover{opacity:.8}
.footer-menu{justify-content:end}
@media screen and (max-width:1199px) and (min-width:993px){
    .menu__inner{padding:0}
    .menu .menu__inner .menu__item{padding-right:5px}
    .menu .menu__inner .menu__item .menu__link{font-size:14px}
}
.new-blog{position:absolute;top:20px;left:20px;width:70px;height:25px;display:flex;align-items:center;justify-content:center;font-weight:500;text-transform:uppercase;background:#ff004e;color:#fff;border-radius:4px;z-index:1}
.blog-item-image:hover img{transform:scale(1.1)}
.blog-item-image{overflow:hidden}
.blog-item-image img{transition:all .4s}
.blog-item-content h5:hover{color:#c99d66!important}
.blog-item-content h5{transition:all .4s;white-space:normal;overflow:hidden}
.contect-text>*{font-weight:500!important}
.contect-text:before{content:'-';margin-right:5px}
.contect-text.active,.contect-text:hover{color:#c99d66;padding-left:10px}
.contect-text{cursor:pointer;transition:all .4s}
.btn-lang{text-decoration:auto;font-size:17px}