body,
html {
    height: 100%
}

@media(min-width:1330px) {
    .container {
        max-width: 1300px
    }
}

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

body {
    font-family: "Montserrat", sans-serif;
    padding-top: 100px
}

[dir=RTL] {
    text-align: right !important
}

[dir=RTL] .float-right {
    float: left !important
}

[dir=RTL] .float-left {
    float: right !important
}

.pr {
    position: relative
}

.pa {
    position: absolute
}

.df {
    display: flex
}

.db {
    display: block
}

.di {
    display: inline-block
}

.tc {
    text-align: center
}

.tr {
    text-align: right
}

.tl {
    text-align: left
}

.o-cl {
    color: #e3672a
}

a:hover {
    text-decoration: none
}

b b {
    font-weight: bold
}

strong b,
b strong {
    font-weight: 700
}

@media(max-width:992px) {
    .mobile-hidden {
        display: none !important
    }
}

@media(min-width:992px) {
    .desktop-hidden {
        display: none
    }

    .mobile-hidden {
        display: block
    }
}

.title {
    color: #20213f;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.225;
    letter-spacing: -.8px;
    padding-bottom: 20px;
    position: relative
}

html[lang=fr] .title {
    font-size: 24px
}

html[lang=ar] .title {
    text-align: right
}

.title.normal {
    font-size: 18px
}

.title.normal:before,
.title.normal::after {
    width: 150px
}

.title em {
    display: block;
    font-size: 31px;
    font-weight: 400;
    font-style: normal
}

.title:before,
.title:after {
    content: "";
    position: absolute;
    width: 295px;
    background: #ec8943;
    height: 1px
}

.title::before {
    bottom: 0;
    left: 0
}

html[dir=rtl] .title::before {
    right: 0;
    left: auto
}

.title::after {
    bottom: -4px;
    left: 0
}

html[dir=rtl] .title::after {
    right: 0;
    left: auto
}

.master-content .align-items-center .title {
    margin-bottom: 0
}

.carousel-arrow {
    position: absolute;
    top: 100px;
    right: 0;
    width: 126px;
    height: 57px;
    border-radius: 28.5px;
    box-shadow: 0 3px 11px 0 rgba(47, 51, 53, .14);
    background-color: #fefeff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999
}

.carousel-arrow .prev-arrow,
.carousel-arrow .next-arrow {
    width: 16px;
    height: 13px;
    margin: 0 15px
}

.carousel-arrow .prev-arrow {
    background: url(../img/left-arr.svg) no-repeat;
    position: relative
}

.carousel-arrow .prev-arrow::after {
    content: "";
    position: absolute;
    right: -16px;
    top: -3px;
    background: #ddd;
    width: 1px;
    height: 20px
}

.carousel-arrow .next-arrow {
    background: url(../img/right-arr.svg) no-repeat
}

.carousel-arrow.home-carousel {
    left: -40px;
    right: unset
}

.header {
    padding: 0 71px;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 10000;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.navbar {
    height: 100px;
    padding: 0
}

.navbar .nav-item .nav-link {
    color: #707171;
    font-weight: 600;
    font-size: 14px;
    padding: 38px 20px;
    border-top: 4px solid transparent;
    transition: .3s ease-in border
}

.navbar .nav-item.active .nav-link,
.navbar .nav-item:hover .nav-link {
    border-color: #20213f;
    color: #20213f
}

#LangDropdown {
    padding: 38px 5px 8px 0
}

#LangDropdown img {
    max-width: 28px;
    margin: 0 5px 0 0
}

html[dir=rtl] #LangDropdown {
    padding: 38px 0 38px 50px
}

.navbar-lang_wrapper .nav-item {
    position: relative
}

.navbar-lang_wrapper .nav-item::after {
    content: "";
    position: absolute;
    top: 25%;
    right: 0;
    bottom: 25%;
    height: 50%;
    width: 1px;
    background: #192d53;
    opacity: .19
}

html[dir=rtl] .navbar-lang_wrapper .nav-item::after {
    left: 0;
    right: auto
}

.navbar-lang_wrapper .nav-item:last-child::after {
    display: none
}

.dropdown-menu {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -4px !important;
    min-width: 150px;
    padding: 0;
    margin-left: -20px;
    overflow: hidden;

}

.dropdown-menu .dropdown-item {
    padding: 8px 10px;
    font-size: 13px;
    border-top: 1px #eee solid;
    text-align: center;
	background-color:#698cc;
}

.dropdown-menu .dropdown-item img {
    max-width: 23px;
    margin-right: 5px
}

.dropdown-menu .dropdown-item:first-child {
    border: none;
background-color:#698cc;
}

.slider {
    position: relative
}

.slider .item {
    background: url(../img/slide-bg.svg) no-repeat;
    background-size: auto calc(100% - 55px);
    background-position: left top;
    position: relative;
    padding-bottom: 125px;
    overflow: hidden
}

html[dir=rtl] .slider .item {
    background: url(../img/slide-bg-rtl.svg) right no-repeat
}

.slider .slide-wrapper {
    display: flex;
    padding: 50px 10px 35px 20px;
    flex-flow: wrap;
    background: url(../img/slide-bg-icon.svg) no-repeat;
    background-size: 530px
}



html[dir=rtl] .slider .slide-wrapper {
    background-position: right
}

.slider .slide-wrapper .reverse {
    background: url(../img/slide-bg.svg) left top/auto 100% no-repeat
}

html[dir=rtl] .slider .slide-wrapper .reverse {
    background: url(../img/slide-bg-rtl.svg) right top/auto 100% no-repeat
}

.slider .slide-symbol {
    position: absolute;
    bottom: 0
}

.slider .slide-text {
    color: #fff;
    padding-left: 35px;
    line-height: 1;
    font-size: 46px;
    display: inline-block
}

html[dir=rtl] .slider .slide-text {
    padding-right: 35px
}

.slider .slide-text strong {
    display: block;
    color: #e67332;
    letter-spacing: -4.4px;
    font-size: 58px;
    margin-left: -120px;
    font-weight: 700;
    text-align: left;
    transition: margin-left 1s ease
}

html[lang=en] .slider .slide-text {
    font-size: 26px
}

html[lang=de] .slider .slide-text {
    font-size: 36px
}

html[lang=de] .slider .slide-text strong {
    font-size: 40px
}

html[lang=fr] .slider .slide-text {
    font-size: 36px
}

html[lang=fr] .slider .slide-text strong {
    font-size: 40px
}

html[lang=ru] .slider .slide-text {
    font-size: 26px
}

html[lang=ru] .slider .slide-text strong {
    font-size: 24px;
    letter-spacing: -2px;
    text-align: right
}

.slider .slide-desc {
    color: #fff;
    font-size: 23px;
    margin: 10px 0 14px 0;
    transition: margin 1s ease
}

.slider .slide-desc a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-image: linear-gradient(to bottom, #f3a054 -20%, #e3672a 80%);
    border-radius: 100%;
    margin: 10px 0 0 150px
}

.slider .slide-desc a span {
    display: none
}

html[dir=rtl] .slider .slide-desc a {
    transform: scale(-1)
}

.slider .slide-product-info {
    flex: 0 0 45%;
    margin-top: 145px
}

html[dir=rtl] .slider .slide-product-info {
    text-align: left;
    display: block !important
}

.slider .product-image {
    flex: 0 0 55%;
    margin-left: 0;
    transition: margin 1s ease
}

.slider .item.swiper-slide-active .slide-text strong {
    margin-left: -60px
}

html[dir=rtl] .slider .item.swiper-slide-active .slide-text strong {
    margin-right: -60px
}

.slider .item.swiper-slide-active .slide-desc {
    margin-left: 170px
}

html[dir=rtl] .slider .item.swiper-slide-active .slide-desc {
    margin: 0 170px 0 0;
    text-align: left
}

.slider .item.swiper-slide-active .product-image {
    margin-left: -100px
}

.slide-pagination {
    position: absolute;
    width: 80px !important;
    top: 0;
    height: 100%;
    bottom: unset !important;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 999999 !important
}

.slide-pagination span {
    display: block;
    margin: 5px 0 !important;
    width: 28px;
    height: 28px;
    background: #fff !important
}

.navigate-center {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 50px;
    height: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.next-navigate,
.prev-navigate {
    width: 16px;
    height: 13px;
    position: relative;
    z-index: 999
}

.next-navigate {
    background: url(../img/right-arr.svg) no-repeat
}

.prev-navigate {
    background: url(../img/left-arr.svg) no-repeat
}

html[dir=rtl] .next-navigate {
    background: url(../img/left-arr.svg) no-repeat
}

html[dir=rtl] .prev-navigate {
    background: url(../img/right-arr.svg) no-repeat
}

.home-about {
    background: url(../img/map-dot.png) no-repeat top right;
    padding: 135px 0 95px;
    margin-top: -50px
}

.home-about p {
    font-size: 16px;
    line-height: 2;
    color: #161616;
    margin-top: 34px
}

.home-about .mini-title {
    margin: 50px 0 30px
}

.mini-title {
    color: #20213f;
    font-size: 16px;
    margin: 15px 0 40px;
    font-weight: 700
}

html[dir=rtl] .mini-title {
    text-align: right
}

.about-box-wrapper {
    display: flex;
    flex-flow: wrap
}

.about-box {
    position: relative;
    overflow: hidden
}

.about-box.active .box-content {
    left: -250px
}

.box-content {
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    color: #e3672a;
    font-size: 22px;
    border: 1px solid #ebebeb;
    transition: .3s ease-in all
}

.box-content img {
    height: 50px;
    object-fit: cover;
    margin-bottom: 20px
}

.box-content span {
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700
}

.process {
    margin-top: 10px;
    padding-top: 100px;
    background: url(../img/triangle.svg) no-repeat right -102px bottom
}

html[dir=rtl] .process {
    background: url(../img/triangle-rtl.svg) no-repeat left -102px bottom
}

.process-carousel {
    margin-top: -39px;
    position: relative
}

.swiper-wrapper {
    counter-reset: process-item
}

.process-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 54px
}

.process-left {
    margin-top: 83px
}

html[dir=rtl] .process-left {
    text-align: right
}

.process-title {
    font-size: 24px;
    font-weight: 800;
    margin-top: 0px;
	margin-bottom: 10px
}

.process-description {
    line-height: 1.7;
    font-size: 16px;
    color: #161616;
    padding-right: 75px
}

html[dir=rtl] .process-description {
    padding-right: 0;
    padding-left: 75px
}

.process-right {
    margin-right: 232px;
    position: relative
}

.process-right::before {
    content: "0"counter(process-item) "";
    counter-increment: process-item;
    position: absolute;
    top: 25px;
    left: -138px;
    font-size: 108px;
    color: #e7e7e7;
    opacity: .32;
    font-weight: 900
}

html[dir=rtl] .process-right {
    margin-left: 232px;
    margin-right: 0
}

.pagination-count {
    counter-reset: process-carousel;
    position: absolute;
    left: unset !important;
    right: 0 !important;
    width: 50px !important;
    bottom: 125px !important;
    background: #20213f;
    z-index: 9999;
    padding: 50px
}

.pagination-count span.swiper-pagination-bullet {
    position: relative;
    display: block !important;
    margin: 12px 0 !important;
    width: 35px !important;
    height: 20px !important;
    background: none !important;
    color: #fff !important
}

.pagination-count span.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    top: 70%;
    left: -15px;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background: #fff
}

html[dir=rtl] .pagination-count span.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    right: -15px
}

.pagination-count span.swiper-pagination-bullet::after {
    content: "0"counter(process-carousel) "";
    counter-increment: process-carousel;
    font-size: 26px;
    line-height: 32px
}

html[dir=rtl] .pagination-count {
    left: 0 !important;
    right: auto !important
}

.product-promo {
    position: relative
}

.product-promo .swiper-slide {
    background-position: center !important;
    background-repeat: no-repeat;
    background-blend-mode: multiply
}

.product-promo .pp-item {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between
}

.product-promo .pp-home-left {
    flex: 0 0 50%;
    margin-top: 56px;
    position: relative
}

.product-promo .pp-home-left .pc-icon {
    float: right;
    margin: 10px 50px 0 0
}

html[dir=RTL] .product-promo .pp-home-left .pc-icon {
    float: left;
    margin: 10px 0 0 50px
}

.product-promo .pp-home-left .promo-text {
    margin-top: 45px
}

.product-promo .pp-home-left .pp-small-img {
    position: absolute;
    bottom: -60px;
    left: 40%
}

.product-promo .pp-home-right {
    flex: 0 0 50%;
    background-image: linear-gradient(109deg, rgba(248, 248, 248, 0) 9%, #f8f8f8 28%)
}

html[dir=rtl] .product-promo .pp-home-right {
    background-image: none
}

.product-promo .pp-home-img {
    mix-blend-mode: darken
}

.pc-icon {
    display: flex;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, .31);
    background-image: linear-gradient(to bottom, #f3a054, #e3672a);
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-right: 17px
}

.pc-icon.big {
    width: 86px;
    height: 86px
}

.pc-icon.middle {
    width: 60px;
    height: 60px
}

.pc-icon span {
    display: none
}

.promo-category {
    font-weight: 700;
    font-size: 20px;
    color: #20213f;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    margin-top: 30px
}

.promo-category:hover {
    color: #20213f;
    text-decoration: none
}

.promo-text {
    font-size: 42px;
    color: #20213f;
    line-height: 1.2;
    letter-spacing: -1.5px;
    display: inline-block
}

.promo-text strong {
    display: block;
    font-weight: 700;
    text-align: right;
    margin-right: -100px
}

.promo-banner {
    background: rgba(32, 33, 63, .92) url(../../images/orta-bg.jpg) no-repeat;
    background-blend-mode: multiply;
    height: 232px;
    display: flex;
    align-items: center;
    justify-content: center
}

.promo-banner span {
    display: block;
    font-weight: 700;
    letter-spacing: -.8px;
    font-size: 40px;
    color: #fff
}

.promo-movie {
    padding: 65px 0 35px;
    background: url(../img/triangle-gri.svg) no-repeat bottom right
}

.promo-movie-title {
    display: inline-block;
    font-size: 67px;
    color: #fff;
    letter-spacing: -4px;
    font-weight: 700;
    line-height: 70px;
    position: absolute;
    top: 55%;
    right: 126px
}

.promo-movie-title span {
    color: #20213e
}

.promo-movie-title span.block {
    display: block;
    color: #fff;
    text-align: right
}

.promo-movie-title span.block img {
    margin: 15px 87px 0
}

.promo-movie-title:hover {
    color: #fff
}

.home-product-carousel {
    padding: 104px 0 0;
    position: relative
}

.p-carousel-slogan {
    color: #20213f;
    font-size: 31px;
    display: inline-block
}

.p-carousel-slogan span {
    text-align: right;
    display: block;
    font-size: 40px;
    font-weight: 700;
    margin-right: -90px
}

.hpc-item {
    display: flex;
    flex-flow: wrap
}

.hpc-title {
    color: #e3672a;
    letter-spacing: -.48px;
    font-size: 24px;
    font-weight: 700
}

.hpc-left {
    flex: 0 0 60%
}

.hpc-right {
    flex: 0 0 40%;
    margin-top: 100px
}

.hpc-right p {
    margin: 15px 0 35px;
    color: #161616;
    line-height: 1.63;
    text-align: justify
}

.hpc-right ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.hpc-right ul li {
    display: inline-block;
    width: calc(50% - 25px);
    background: url(../img/orange-tick.svg) no-repeat left center;
    padding-left: 25px;
    color: #242424;
    line-height: 1.79;
    font-size: 14px;
    margin-bottom: 10px
}

.home-news-left {
    position: absolute;
    left: 0;
    top: 265px
}

.home-news-left::before {
    content: attr(title);
    position: absolute;
    top: 0;
    left: -15px;
    font-size: 24px;
    font-weight: 700;
    transform: rotate(-90deg);
    color: #d9d9d9
}

.home-news {
    padding-left: 106px;
    margin: 80px 0 20px
}

.master-banner {
    position: relative
}

.master-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: linear-gradient(to left, rgba(32, 33, 63, 0), #292929 0%);
    opacity: .6
}

.master-banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    z-index: 3
}

.master-title {
    margin: 0 0 15px -2px;
    font-weight: 700;
    font-size: 24px
}

html[dir=RTL] .master-title {
    text-align: right
}

.breadcrumb {
    background-color: transparent !important;
    padding: 0
}

.breadcrumb li,
.breadcrumb a {
    color: #fff !important
}

ul.sidemenu {
    padding: 0 0 0;
    margin: 0;
    list-style-type: none;
    background: #f4f4f4
}

ul.sidemenu li {
    display: flex;
    flex-flow: column;
    text-align: left;
    justify-content: center;
    transition: .3s ease-in all
}

ul.sidemenu li:not(.li-phone) {
    height: 79px;
    padding-left: 75px;
    border-bottom: 1px solid #dedede
}

ul.sidemenu li a {
    color: #000;
    display: block;
    font-weight: 700
}

ul.sidemenu li:hover,
ul.sidemenu li.active {
    background-image: linear-gradient(101deg, #20213f 1%, #1c3c79)
}

ul.sidemenu li:hover a,
ul.sidemenu li.active a {
    color: #fff
}

ul.sidemenu .li-phone {
    height: 98px;
    background: linear-gradient(103deg, #20213f 1%, #1c3c79), url(../img/phone-bg.svg) no-repeat right 0;
    background-blend-mode: lighten;
    text-align: center
}

ul.sidemenu .li-phone a {
    font-size: 24px;
    color: #fff;
    display: block;
    margin-left: -25px
}

.mf-content {
    padding: 62px 0 0 100px;
    font-size: 14px;
    line-height: 2;
    color: #161616
}

html[dir=RTL] .mf-content {
    padding: 62px 100px 0 0;
    text-align: right
}

.mf-content .title {
    margin-bottom: 30px
}

.mf-content p {
    font-size: 14px;
    line-height: 2;
    color: #161616
}

.mf-content .galeri {
    margin: 70px 0 90px;
    overflow: hidden
}

.mf-content .galeri a {
    height: 180px;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    opacity: 1;
    transition: opacity .5s ease
}

.mf-content .galeri a img {
    object-fit: cover;
    height: 100%;
    width: 100%
}

.mf-content .galeri a:hover {
    opacity: .8
}

.image-right {
    margin: -125px 0 20px 25px;
    border-radius: 4px;
    margin-left: 25px !important;
}

[dir=RTL] .image-right-content img,
.image-right {
    margin: -125px 25px 20px 0
}

.news-image-right {
    margin: 0 0 0 50px
}

.master-product,
.master-content {
    margin: 66px 0
}

.master-product .title,
.master-content .title {
    margin-bottom: 62px
}

.master-content {
    position: relative
}

.mp-content.justify-content-between p,
.mp-content.justify-content-between ul {
    font-size: 16px;
    line-height: 26px;
    color: #161616;
    text-align: justify
}

.mp-content.justify-content-between p:first-child {
    margin-right: 70px
}

.categories-menus {
    display: flex;
    justify-content: space-between;
    margin: 100px 0 115px;
    padding-bottom: 60px
}

.categories-menus a {
    color: #e3672a;
    font-weight: 700;
    font-size: 16px;
    line-height: 31px;
    padding-bottom: 4px;
    display: block;
    border-bottom: 2px solid #e3672a;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.swiper-pagination span.swiper-pagination-bullet-active {
    background: #e3672a
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #999;
    box-shadow: 0 1px 2px #555 inset;
    margin: 0 3px;
    cursor: pointer
}

.swiper-active-switch {
    background: #fff
}

.pro-cat-item {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 60px 49px;
    border: 1px solid #e8e8e8;
    margin-bottom: 98px;
    overflow: hidden
}

.pro-cat-item img {
    margin: 30px 0 50px;
    height: 250px !important;
    width: auto;
    max-width: none
}

.pro-cat-icons {
    display: flex;
    justify-content: center;
    flex-flow: wrap
}

.pro-cat-icons .icons {
    margin: 22px 7px 0 0
}

.pro-cat-icons .icons .icon {
    background: #20213f;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .03s ease-in all;
    position: relative
}

.pro-cat-icons .icons .icon::after {
    content: "";
    opacity: 0;
    position: absolute;
    bottom: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 6px 0 6px;
    border-color: #e3682a transparent transparent transparent;
    transition: .03s ease-in all
}

.pro-cat-icons .icons .icon img {
    width: 30px;
    height: 30px;
    display: block
}

.pro-cat-icons .icons .icon:hover {
    background: #e3672a
}

.pro-cat-icons .icons .icon:hover::after {
    opacity: 1
}

.pro-cat-icons .icons .icon span {
    font-weight: 700;
    color: #e3672a;
    font-size: 16px;
    line-height: 19px;
    margin: 15px 0 0 0;
    position: absolute;
    text-align: center;
    bottom: -40px;
    display: none
}

.pro-cat-icons .icons .icon:hover span {
    display: block
}

.pro-cat-title,
.pro-cat-code {
    font-size: 22px;
    line-height: 1.41;
    font-weight: 700;
    display: block;
    color: #20213f;
    max-height: 30px
}

.pro-cat-title {
    margin-bottom: 30px;
    text-align: center
}

.pro-cat-code {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 2px solid #20213f;
    font-weight: 500;
    font-size: 18px;
    width: 100%
}

.product-detail-carousel {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 50px
}

.product-detail-carousel .pd-item {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to bottom, #fff, #f2f2f2)
}

.product-detail-carousel .pd-item img {
    max-height: 317px;
    mix-blend-mode: multiply
}

.product-detail-content {
    margin-bottom: 35px
}

.product-detail-content.flex p {
    font-size: 16px
}

.product-detail-content h3 {
    font-size: 16px;
    line-height: 26px;
    color: #1c3c79;
    font-weight: 700;
    margin-bottom: 20px
}

.product-detail-content h3 b {
    font-weight: 700;
    color: #1c3c79
}

.product-detail-content p {
    font-size: 14px;
    line-height: 26px;
    text-align: justify
}

.product-detail-content p strong,
.product-detail-content p b,
.product-detail-content b,
.product-detail-content strong {
    color: #1c3c79
}

.product-table-name,
.pt-list {
    font-size: 16px;
    color: #20213e
}

.product-table-name {
    padding: 25px 48px;
    font-weight: 700;
    background: #f4f4f4;
    margin-top: 21px
}

.pt-list {
    padding: 20px 48px;
    border-bottom: 1px solid #e9e9e9
}

.product-properties p {
    color: #161616;
    line-height: 1.86;
    font-size: 14px;
    text-align: justify;
    margin: 15px 0 0
}

.pp-title {
    color: #20213f;
    font-size: 22px;
    font-weight: 700;
    margin: 59px 0
}

.product-plan {
    margin-top: 90px
}

.sp-item {
    display: flex;
    justify-content: center;
    align-items: center
}

.product-detail-info {
    margin-top: 0
}

.product-detail-info .pp-title {
    margin-bottom: 35px
}

.product-detail-info .form-control {
    border: none;
    border-bottom: 1px solid #d8d8d8;
    background: none;
    height: 60px;
    line-height: 60px;
    font-weight: 700;
    border-radius: 0;
    margin-bottom: 19px
}

.product-detail-info .form-control[disabled] {
    color: #20213f;
    font-weight: 700
}

.product-detail-info textarea.form-control {
    height: 130px
}

.product-detail-info .form-check {
    color: #1a1919;
    margin-top: 30px;
    font-size: 14px
}

.inner-gallery img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 240px
}

.gonder {
    width: 210px;
    height: 57px;
    line-height: 57px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    border-radius: 28.5px;
    background: #1f284e url(../img/gonder.svg) no-repeat right 20px center;
    margin-top: 23px;
    padding: 0;
    text-align: center
}

.gonder:hover {
    color: #fff
}

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

ul.brochure li a {
    display: flex;
    height: 60px;
    justify-content: space-between;
    align-items: center;
    color: #1f284e;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    border-bottom: 1px solid #d8d8d8
}

.news-item {
    margin-top: 3px;
    padding-top: 5px;
    position: relative
}

.news-item .date {
    box-shadow: 0 -5px 13px 0 rgba(0, 0, 0, .12);
    background: #fff url(../img/date.svg) no-repeat right bottom;
    display: flex;
    flex-flow: column;
    position: absolute;
    width: 150px;
    height: 80px;
    top: 0;
    left: 10px;
    padding-left: 16px;
    color: #20213f;
    font-size: 22px;
    line-height: 1.2;
    justify-content: center
}

.news-item .date span {
    display: block;
    color: #e46b2d;
    font-size: 31px;
    font-weight: 700
}

.news-wrapper {
    padding: 30px
}

.news-wrapper a.news-title {
    color: #e46b2d;
    line-height: 1.05;
    font-size: 20px;
    height: 44px;
    display: flex;
    align-items: center
}

.news-wrapper p {
    color: #20213f;
    font-size: 14px;
    line-height: 2;
    color: #20213f;
    margin-top: 8px
}

.news-wrapper h4 {
    font-weight: 700
}

.news-detail {
    overflow: hidden;
    margin-top: 62px;
    margin-bottom: 100px
}

.news-detail p {
    margin: 17px 0 0 0
}

.allNews {
    color: #ec8943;
    display: flex;
    font-weight: 700;
    flex-flow: wrap;
    height: 60px;
    margin-top: -15px;
    align-items: center
}

.allNews .pc-icon {
    margin-left: 15px
}

.allNews .transform-icon img {
    transform: rotate(180deg)
}

.hr-wrapper {
    position: relative;
    height: 100%
}

.hr-wrapper::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #d8d8d8;
    top: 0;
    right: 0
}

.col-lg-4:last-child .hr-wrapper:after {
    display: none
}

.icon-span {
    width: 74px;
    height: 74px;
    line-height: 74px;
    text-align: center;
    border-radius: 74px;
    background: #d2d2d2;
    display: inline-block;
    margin-bottom: 16px
}

.icon-title {
    color: #20213e;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 28px;
    text-align: center;
    position: relative;
    padding-bottom: 22px
}

.icon-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 80%;
    left: 10%;
    right: 10%;
    height: 1px;
    background: #d8d8d8
}

.icon-title strong {
    display: block
}

.hr-list {
    padding: 0;
    list-style-type: none;
    width: 200px;
    text-align: center;
    margin: 0 auto
}

.hr-list li input {
    display: none
}

.hr-list li input+label {
    display: block;
    color: #161616;
    font-size: 14px;
    line-height: 2;
    padding-left: 40px;
    line-height: 28px;
    margin-bottom: 8px;
    text-align: left;
    background: url(../img/li-unchecked.svg) no-repeat left center;
    background-size: 16px auto;
    cursor: pointer
}

.hr-list li input:checked+label {
    background: url(../img/li.svg) no-repeat left center
}

.fileupload-label {
    font-size: 14px;
    line-height: 2;
    color: #161616;
    display: block;
    margin-top: 10px
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden
}

.upload-btn-wrapper .btn {
    width: 108px;
    height: 108px;
    background: #1f284e url(../img/upload.svg) no-repeat center;
    border: none;
    border-radius: 100%;
    text-indent: -9999em
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.hr-form input.form-control {
    background: #ebebeb;
    border: none;
    height: 57px;
    line-height: 57px;
    padding: 0 0 0 25px;
    border-radius: 28.5px;
    margin-bottom: 11px
}

html[dir=rtl] .hr-form input.form-control {
    padding: 0 25px 0 0
}

.contact-form .form-control {
    border: none;
    border-bottom: 1px solid #bfbfbf;
    color: #bfbfbf;
    height: 57px;
    line-height: 57px;
    font-weight: 700;
    padding: 0 0 0 25px;
    margin-bottom: 11px;
    border-radius: 0
}

.contact-form textarea.form-control {
    height: 140px
}

.contact-bar {
    position: relative;
    height: 78px;
    padding-left: 103px;
    display: flex;
    justify-content: center;
    flex-flow: column;
    margin-top: 34px
}

.contact-bar::before {
    content: "";
    position: absolute;
    width: 78px;
    height: 78px;
    border-radius: 100%;
    background-color: #d2d2d2;
    background-position: center;
    background-repeat: no-repeat;
    left: 0
}

.contact-bar.c-adres::before {
    background-image: url(../img/c-pin.svg)
}

.contact-bar.c-telefon::before {
    background-image: url(../img/c-phone.svg)
}

.contact-bar.c-mail::before {
    background-image: url(../img/c-mail.svg)
}

.contact-bar span {
    display: block;
    color: #1f284e;
    font-size: 16px;
    font-weight: 700
}

.contact-bar p,
.contact-bar a {
    color: #161616;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    display: block
}

.contact-title {
    color: #bfbfbf;
    font-size: 18px;
    font-weight: 700;
    margin: 60px 0 35px
}

.nav-tabs {
    border-color: #e3672a
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    border-color: #e3672a;
    border-bottom-color: transparent;
    color: #e3672a;
    border-radius: 0
}

.nav-item .nav-link {
    color: #000
}

.contact-description {
    font-size: 28px;
    color: #1f284e;
    line-height: 1.75;
    font-weight: 600
}

.cf-icon {
    position: relative;
    margin: 77px 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.cf-icon::before {
    content: "";
    height: 1px;
    width: 100%;
    background: #d2d2d2;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1
}

.cf-icon .cicon {
    width: 78px;
    height: 78px;
    border-radius: 100%;
    background: #d2d2d2;
    display: flex;
    justify-content: center;
    align-items: center
}

.timeline_wrapper {
    position: relative;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 50px 0 100px;
    overflow: hidden
}

.timeline_block {
    display: flex;
    flex-flow: column;
    flex: 0 0 40%;
    max-width: 40%;
    border-radius: 20px;
    border: 1px solid #dedede;
    padding: 20px
}

.timeline_block img {
    margin: 10px 0;
    width: 100%;
    height: auto
}

.timeline_block p {
    color: #1d1d1d;
    font-size: 13px;
    line-height: 1.79
}

.timeline_block:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #1f4275;
    border-radius: 50%;
    position: absolute;
    right: calc(50% - 4px);
    z-index: 100
}

.timeline_block:nth-child(2n+1):after {
    content: '';
    width: 1px;
    height: 100%;
    background: #dedede;
    position: absolute;
    right: calc(50% - 1px)
}

.timeline-year {
    color: #1f4275;
    font-size: 14px;
    font-weight: 700
}

.right-block {
    margin-top: 160px
}

.cu-lbg {
    background-image: linear-gradient(124deg, #20213f 1%, #1c3c79 100%);
    position: relative
}

.cu-lbg::after {
    content: "";
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -100px;
    background: url(../img/ucgen.png) no-repeat;
    z-index: 9999
}

html[dir=RTL] .cu-lbg {
    background-image: linear-gradient(31deg, #1c3c79 1%, #20213f 100%)
}

html[dir=RTL] .cu-lbg::after {
    transform: scaleX(-1);
    right: auto;
    left: -100px
}

.cu-rbg {
    background: url(../img/social-bg.png) no-repeat
}

.cu-lbg,
.cu-rbg {
    padding-top: 50px;
    padding-bottom: 50px
}

.cu-l {
    padding-right: 125px
}

.contact-us-form h4.bize-ulasin-title {
    font-size: 41px
}

html[dir=rtl] .contact-us-form h4.bize-ulasin-title {
    direction: rtl;
    text-align: right
}

.contact-us-form p {
    color: #fff;
    font-size: 14px;
    line-height: 2
}

html[dir=rtl] .contact-us-form p {
    direction: rtl;
    text-align: right
}

.contact-us-form .form-control {
    background: transparent;
    color: #fff;
    font-size: 14px;
    opacity: .74;
    height: 60px;
    line-height: 60px;
    border: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    border-radius: 0
}

.contact-us-form .form-control:hover,
.contact-us-form .form-control:focus {
    opacity: 1
}

.cf-gonder {
    margin-top: 20px;
    font-weight: 700;
    border: none;
    border-radius: 28.5px;
    width: 200px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    display: block;
    background: #f0f0f0;
    color: #000
}

.contact-us-info {
    display: flex;
    height: 100%;
    padding: 0 15%;
    justify-content: center;
    flex-flow: column
}

.contact-us-info .adres,
.contact-us-info .telefon,
.contact-us-info .mail {
    color: #252323;
    line-height: 1.6;
    font-size: 16px;
    padding-left: 70px;
    margin-bottom: 6px;
    background-repeat: no-repeat;
    background-position: left center
}

.contact-us-info .telefon a,
.contact-us-info .mail a {
    color: #252323;
    display: block
}

.contact-us-info .adres {
    background-image: url(../img/ci-pin.svg);
    height: 42px
}

.contact-us-info .telefon {
    background-image: url(../img/ci-phone.svg)
}

.contact-us-info .mail {
    background-image: url(../img/ci-mail.svg)
}

.contact-us-info .cu-social-media span {
    color: #e3672a;
    letter-spacing: -.52px;
    font-size: 26px;
    font-weight: 700;
    display: block;
    margin-top: 15px
}

.contact-us-info .cu-social-media a {
    margin-right: 5px;
    display: inline-block
}

html[dir=rtl] .contact-us-info .adres,
html[dir=rtl] .contact-us-info .telefon,
html[dir=rtl] .contact-us-info .mail {
    padding-left: 0;
    padding-right: 70px;
    background-position: right center;
    text-align: right
}

html[dir=rtl] .contact-us-info .cu-social-media {
    text-align: right
}

.footer-menu {
    background: #f7f7f7;
    padding: 50px 0 40px
}

.footer-menu h4 {
    color: #20213f;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    margin: 0
}

.footer-menu ul {
    margin: 25px 0 0;
    padding: 0;
    list-style-type: none
}

.footer-menu ul li {
    display: block;
    margin: 0 0 10px
}

.footer-menu ul li a {
    color: #6d6d6d;
    font-size: 13px
}

.foot-wrap {
    position: relative;
    padding: 0 1vw
}

html[dir=rtl] .foot-wrap {
    text-align: right
}

.foot-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: -12px;
    width: 1px;
    height: 100%;
    background: #ddd
}

.footer-social {
    background: #20213f;
    height: 94px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff
}

.footer-social span {
    display: inline-block;
    font-weight: 700;
    font-size: 36px;
    margin-right: 22px
}

.footer-social a {
    margin-right: 22px
}

.footer-copyright {
    height: 70px;
    align-items: center
}

.footer-copyright span {
    display: inline-block;
    margin-left: 10px;
    padding-left: 7px;
    padding-right: 15px;
    color: #6d6d6d;
    border-right: 1px solid rgba(109, 109, 109, .3)
}

.footer-copyright span.kvkk {
    border: none
}

.footer-copyright .form-check-input {
    margin-left: 0;
    height: 14px;
    position: relative;
    top: -2px
}

.footer-copyright label {
    margin-left: 10px !important;
    display: inline-block
}

.footer-copyright .fc-right a {
    position: relative;
    top: -5px
}

.product-tab-list .item-sub.active {
    border-color: #e3672a !important
}

.product-tab-list .item-sub span.d-block {
    background: #eee;
    color: #000;
    font-size: 12px;
    padding: 5px 0
}

.product-tab-list .item-sub.active span.d-block {
    background: #e3672a !important;
    color: #fff
}

.product-tab-list .item-sub.all span.d-block {
    height: 100%;
    line-height: 130px
}

#modal .code {
    background: #eee;
    padding: 10px 15px
}

#modal .swiper-pagination {
    position: relative;
    margin: 20px 0 0
}

.modal-gallery {
    margin: 30px 0 0
}

.modal-gallery img {
    object-fit: cover;
    width: 100%;
    height: 200px
}

@media(min-width:1551px) and (max-width:1700px) {
    html[lang=de] .navbar .nav-item .nav-link {
        padding: 38px 10px
    }
}

@media(min-width:1451px) and (max-width:1550px) {
    .navbar .nav-item .nav-link {
        font-size: 14px;
        padding: 38px 14px
    }

    html[lang=de] .navbar .nav-item .nav-link {
        font-size: 13px;
        padding: 38px 9px
    }
}

@media(min-width:1396px) and (max-width:1450px) {
    ul.sidemenu li:not(.li-phone) {
        padding-left: 35px
    }

    .navbar .nav-item .nav-link {
        font-size: 14px;
        padding: 38px 10px
    }

    html[lang=de] .navbar .nav-item .nav-link {
        font-size: 12px;
        padding: 38px 9px
    }
}

@media(min-width:1361px) and (max-width:1395px) {
    .navbar .nav-item .nav-link {
        padding: 38px 7px
    }

    ul.sidemenu li:not(.li-phone) {
        padding-left: 25px
    }

    html[lang=de] .navbar .nav-item .nav-link {
        font-size: 11px;
        padding: 38px 9px
    }

    html[lang=de] .slider .slide-text {
        font-size: 26px
    }

    html[lang=de] .slider .slide-text strong {
        font-size: 30px
    }

    html[lang=fr] .slider .slide-text {
        font-size: 26px
    }

    html[lang=fr] .slider .slide-text strong {
        font-size: 30px
    }

    html[lang=ru] .slider .slide-text {
        font-size: 26px
    }

    html[lang=ru] .slider .slide-text strong {
        font-size: 24px;
        letter-spacing: -2px
    }
}

@media(min-width:1200px) and (max-width:1360px) {
    .title em {
        font-size: 24px
    }

    .header {
        padding: 0 15px
    }

    .navbar .nav-item .nav-link {
        padding: 38px 9px;
        font-size: 12px
    }

    html[lang=de] .navbar .nav-item .nav-link {
        font-size: 11px;
        padding: 38px 7px
    }

    .slider .slide-text {
        font-size: 34px
    }

    .slider .slide-text strong {
        font-size: 48px
    }

    html[lang=de] .slider .slide-text {
        font-size: 26px
    }

    html[lang=de] .slider .slide-text strong {
        font-size: 30px
    }

    html[lang=fr] .slider .slide-text {
        font-size: 26px
    }

    html[lang=fr] .slider .slide-text strong {
        font-size: 30px
    }

    html[lang=ru] .slider .slide-text {
        font-size: 26px
    }

    html[lang=ru] .slider .slide-text strong {
        font-size: 24px;
        letter-spacing: -2px
    }

    .slider .product-image {
        margin-top: 50px
    }

    .about-box {
        flex: 0 0 33%
    }

    .box-content {
        font-size: 17px
    }

    .box-content span {
        font-size: 16px
    }

    .process-left {
        flex: 0 0 50%
    }

    .promo-movie-title {
        font-size: 46px;
        right: -11px
    }

    .product-detail-carousel {
        margin-bottom: 35px
    }

    .product-detail-content.flex {
        flex-flow: column;
        height: auto !important
    }

    .product-detail-content.flex p {
        width: 100%;
        flex: 1 100%;
        text-align: left
    }

    .product-detail-content.flex p:nth-child(3n),
    .product-detail-content.flex p:nth-child(4n) {
        margin-left: 0
    }

    .mf-content {
        padding: 62px 15px 0 25px
    }

    .contact-us-form.cu-l {
        padding-right: 15px
    }

    ul.sidemenu li:not(.li-phone) {
        padding-left: 25px
    }

    .pro-cat-title,
    .pro-cat-code {
        font-size: 15px
    }

    .inner-gallery img {
        max-height: 210px
    }
}

@media(min-width:993px) and (max-width:1199px) {
    .title em {
        font-size: 24px
    }

    .header {
        padding: 0 15px
    }

    .navbar .nav-item .nav-link {
        font-size: 10px;
        padding: 39px 6px
    }

    html[lang=de] .navbar .nav-item .nav-link {
        font-size: 10px;
        padding: 38px 2px
    }

    .navbar-lang_wrapper .nav-item:first-child::after {
        display: none
    }

    .slider .item {
        background-size: auto calc(100% - 100px)
    }

    .slider .slide-wrapper {
        position: relative
    }

    .slider .slide-text {
        font-size: 34px
    }

    .slider .slide-text strong {
        font-size: 48px
    }

    .slider .slide-product-info {
        flex: 0 0 50%
    }

    .slider .product-image {
        flex: 0 0 45%;
        margin-left: 0;
        display: flex;
        align-items: center
    }

    .slider .slide-symbol {
        display: none !important
    }

    .slider .item.swiper-slide-active .product-image {
        margin-left: 0
    }

    html[lang="en"] .slider .slide-text {
        font-size: 16px
    }

    html[lang="en"] .slider .slide-text strong {
        font-size: 38px
    }

    html[lang=de] .slider .slide-text {
        font-size: 26px
    }

    html[lang=de] .slider .slide-text strong {
        font-size: 30px
    }

    html[lang=fr] .slider .slide-text {
        font-size: 26px
    }

    html[lang=fr] .slider .slide-text strong {
        font-size: 30px
    }

    html[lang=ru] .slider .slide-text {
        font-size: 22px
    }

    html[lang=ru] .slider .slide-text strong {
        font-size: 24px;
        letter-spacing: -2px
    }

    .home-about {
        padding-top: 75px
    }

    .news-wrapper {
        padding: 30px 15px
    }

    .news-wrapper a {
        font-size: 18px
    }

    .process {
        background-position: right -250px bottom;
        padding-top: 0
    }

    .process-left {
        flex: 0 0 45%
    }

    .navigate-center {
        height: 100%
    }

    .product-promo .pp-home-left .promo-text {
        margin-top: 30px;
        font-size: 30px
    }

    .hpc-right ul li {
        display: block;
        width: 100%
    }

    .mf-content {
        padding-left: 45px;
        padding-right: 15px
    }

    .image-right {
        margin: 0 15px 20px 25px
    }

    ul.sidemenu li:not(.li-phone) {
        padding-left: 15px
    }

    ul.sidemenu li:not(.li-phone) a {
        font-size: 15px
    }

    .carousel-arrow.home-carousel {
        left: -15px;
        width: 104px;
        height: 47px
    }

    .product-detail-carousel {
        margin-bottom: 35px
    }

    .product-detail-content.flex {
        flex-flow: column;
        height: auto !important
    }

    .product-detail-content.flex p {
        width: 100%;
        flex: 1 100%;
        text-align: left
    }

    .product-detail-content.flex p:nth-child(3n),
    .product-detail-content.flex p:nth-child(4n) {
        margin-left: 0
    }

    .pro-cat-item {
        margin-bottom: 50px
    }

    .cu-l {
        padding-right: 32px
    }

    .cu-lbg::after {
        right: -97px
    }

    .pro-cat-title,
    .pro-cat-code {
        font-size: 14px
    }

    .inner-gallery img {
        max-height: 170px
    }
}

@media(min-width:768px) and (max-width:992px) {
    .home-about .col-md-6 {
        flex: 1 100%;
        max-width: 100%
    }

    .home-about .about-box {
        flex: 0 0 33%
    }

    .slider .slide-text {
        font-size: 24px
    }

    .slider .slide-text strong {
        font-size: 38px
    }

    html[lang="en"] .slider .slide-text {
        font-size: 16px
    }

    html[lang="en"] .slider .slide-text strong {
        font-size: 38px
    }

    html[lang=de] .slider .slide-text {
        font-size: 26px
    }

    html[lang=de] .slider .slide-text strong {
        font-size: 30px
    }

    html[lang=fr] .slider .slide-text {
        font-size: 26px
    }

    html[lang=fr] .slider .slide-text strong {
        font-size: 30px
    }

    html[lang=ru] .slider .slide-text {
        font-size: 26px
    }

    html[lang=ru] .slider .slide-text strong {
        font-size: 24px;
        letter-spacing: -2px
    }

    .process {
        background-position: right -225px bottom
    }

    .process-right::before {
        right: -100px;
        color: #bbb
    }

    .pagination-count {
        text-align: right
    }

    .p-carousel-slogan {
        text-align: center
    }

    .promo-movie {
        padding-top: 0
    }

    .footer-menu .col-md-2,
    .footer-menu .col-md-3 {
        flex: 0 0 33%;
        max-width: 33%
    }

    #LangDropdown {
        padding: 5px 55px 0 0;
        margin: 0
    }
}

@media(max-width:992px) {
    .title {
        font-size: 36px
    }

    .title em {
        font-size: 20px
    }

    .mini-title {
        margin: 15px 0 20px
    }

    .header {
        padding: 1rem
    }

    .navbar {
        height: auto !important
    }

    .navbar .nav-item .nav-link {
        padding: 10px
    }

    .navbar-right_wrapper {
        flex: auto;
        justify-content: right !important
    }

    .slider .item.swiper-slide-active .product-image {
        margin-left: 0
    }

    .slider .slide-wrapper {
        background: #20213f
    }

    .slider .slide-product-info {
        display: inline-block
    }

    .slider .slide-product-info {
        flex: 0 0 45%;
        margin-top: 75px
    }

    html[lang=de] .slider .slide-text {
        font-size: 22px
    }

    html[lang=de] .slider .slide-text strong {
        font-size: 30px
    }

    html[lang=fr] .slider .slide-text {
        font-size: 22px
    }

    html[lang=fr] .slider .slide-text strong {
        font-size: 30px
    }

    html[lang=ru] .slider .slide-text {
        font-size: 22px
    }

    html[lang=ru] .slider .slide-text strong {
        font-size: 24px;
        letter-spacing: -2px
    }

    .slider .item.swiper-slide-active .slide-desc {
        margin: 0
    }

    .slider .item {
        padding-bottom: 0
    }

    .home-about {
        padding: 95px 0
    }

    .home-about .about-box {
        flex: 0 0 25%
    }

    .home-about .about-box .img-fluid {
        width: 100%
    }

    .home-about .about-box:nth-child(4) {
        display: none
    }

    .home-product-carousel .carousel-arrow {
        position: relative;
        top: 0;
        right: unset;
        margin: 15px auto 20px
    }

    .hpc-left,
    .hpc-right {
        flex: 1 100%
    }

    .p-carousel-slogan {
        font-size: 24px;
        display: block
    }

    .p-carousel-slogan span {
        margin-right: 0
    }

    .hpc-right {
        margin-top: 0
    }

    .hpc-right ul li {
        display: block;
        width: 100%
    }

    .process {
        padding-top: 0;
        background-position: right -289px bottom
    }

    .process-description {
        padding-right: 0;
        margin-bottom: 15px
    }

    .process-left {
        margin-top: 70px
    }

    .process-title {
        margin-top: 30px
    }

    .process-wrapper {
        flex-flow: column;
        justify-content: unset
    }

    .pagination-count {
        position: relative;
        width: 100% !important;
        bottom: 0 !important;
        background: transparent !important;
        padding: 0 25px 50px !important
    }

    .pagination-count span.swiper-pagination-bullet {
        display: inline-block !important;
        margin-right: 25px !important
    }

    .process-right::before {
        right: unset;
        left: 15px;
        color: #aaa
    }

    .product-promo .pp-home-left,
    .product-promo .pp-home-right {
        flex: 1 100%
    }

    .product-promo .pp-home-left {
        margin-top: 0
    }

    .product-promo .pp-home-left .promo-text {
        margin: 15px 0 0
    }

    .product-promo .pp-home-left .pc-icon.middle {
        margin-bottom: 20px
    }

    .product-promo .pp-item {
        text-align: center
    }

    .promo-text strong {
        margin: 0
    }

    .promo-category .pc-icon.big {
        margin: 0 15px !important
    }

    .pp-small-img {
        display: none
    }

    .promo-text {
        font-size: 30px
    }

    .promo-text span {
        margin: 0
    }

    .promo-banner {
        background-size: cover;
        text-align: center
    }

    .promo-banner span {
        font-size: 36px
    }

    .promo-movie {
        text-align: center;
        background-size: cover;
        background-position: bottom right -200px
    }

    .promo-movie .container {
        max-width: 100%;
        padding: 0
    }

    .promo-movie-title {
        font-size: 30px;
        color: #20213e;
        position: relative;
        right: unset;
        left: 0;
        letter-spacing: -1px
    }

    .promo-movie-title span.block {
        display: inline-block;
        color: #20213e;
        text-align: left
    }

    .promo-movie-title span.block img {
        margin: 0;
        height: 40px
    }

    .home-news {
        padding-left: 0;
        margin-top: 8px
    }

    .home-news-left {
        position: relative;
        top: -35px;
        left: 0
    }

    .home-news-left::before {
        transform: rotate(0);
        left: 0
    }

    .carousel-arrow.home-carousel {
        position: relative;
        left: 0;
        top: -15px;
        margin: 0 auto
    }

    .cu-l {
        padding: 0 15px
    }

    .cu-lbg::after {
        content: unset
    }

    .contact-us-form h4.bize-ulasin-title {
        font-size: 36px
    }

    .contact-us-info {
        padding: 0 15px
    }

    .contact-us-info .adres {
        height: auto
    }

    .news-detail {
        margin: 30px 0
    }

    .news-image-right {
        width: 100%;
        float: none !important;
        margin: 0 0 25px
    }

    .news-item img {
        width: 100%
    }

    .news-wrapper {
        padding: 15px 0
    }

    .navigate-center {
        height: 100%
    }

    .breadcrumb a {
        font-size: 13px
    }

    .pt-list {
        padding: 20px 25px
    }

    .master-banner .img-fluid {
        height: 200px;
        object-fit: cover
    }

    .master-full .row.no-gutters>.col-md-3 {
        order: 2;
        flex: 1 100%;
        max-width: 100%
    }

    .master-full .row.no-gutters>.col-md-9 {
        flex: 1 100%;
        max-width: 100%
    }

    ul.sidemenu {
        padding: 25px 0 0;
        margin-bottom: 25px
    }

    ul.sidemenu li:not(.li-phone) {
        padding-left: 35px;
        height: 60px
    }

    .mf-content {
        padding: 15px
    }

    .image-right {
        margin: 0 0 15px !important;
        float: none !important;
        width: 100%
    }

    .form-row {
        flex-wrap: unset;
        flex-flow: column
    }

    .master-product .title {
        margin-bottom: 40px
    }

    .master-product .mp-content.justify-content-between {
        display: block !important
    }

    .master-product .mp-content.justify-content-between p,
    .master-product .mp-content.justify-content-between ul {
        margin-right: 0
    }

    .categories-menus {
        display: block;
        margin: 20px 0
    }

    .pro-cat-item {
        margin-bottom: 25px
    }

    .pro-cat-title {
        font-size: 14px;
        height: 50px;
        margin: 0
    }

    .hr-wrapper {
        padding-bottom: 25px;
        margin-bottom: 25px;
        border-bottom: 1px solid #ddd
    }

    .hr-wrapper::after {
        content: unset
    }

    .contact-bar {
        margin: 0 0 35px
    }

    .cf-icon {
        margin: 70px 0 35px
    }

    .contact-title {
        margin: 0 0 20px
    }

    .contact-description {
        font-size: 20px;
        line-height: 1.5
    }

    .product-detail-carousel {
        margin-bottom: 35px
    }

    .product-detail-content.flex {
        flex-flow: column;
        height: auto !important
    }

    .product-detail-content.flex p {
        width: 100%;
        flex: 1 100%;
        text-align: left
    }

    .product-detail-content.flex p:nth-child(3n),
    .product-detail-content.flex p:nth-child(4n) {
        margin-left: 0
    }

    .product-detail-content.flex h3 {
        margin: 15px 0
    }

    .pp-title {
        margin: 40px 0 30px
    }

    .product-properties .col-md-6 {
        margin-top: 20px
    }

    .mf-content .galeri {
        margin: 50px 0 30px
    }

    .mf-content .galeri .col-6 {
        margin: 0 0 30px
    }

    .contact-us-info {
        text-align: center
    }

    .contact-us-info .adres,
    .contact-us-info .telefon,
    .contact-us-info .mail {
        padding: 0;
        background: none !important
    }

    .footer-menu h4 {
        font-size: 16px;
        margin: 15px 0 0
    }

    .footer-menu ul li {
        margin-bottom: 7px
    }

    .footer-menu ul li a {
        font-size: 15px
    }

    .footer-social {
        height: auto;
        flex-flow: column;
        padding: 10px 0 16px
    }

    .footer-social span {
        margin: 0 0 10px;
        font-size: 30px
    }

    .footer-social a {
        margin-right: 5px
    }

    .footer-copyright {
        height: auto;
        text-align: center;
        flex-flow: column;
        padding: 15px 0
    }

    .footer-copyright span {
        margin: 15px 0 0;
        padding: 0
    }

    .footer-copyright .fc-right {
        margin-top: 10px
    }

    footer .footer-menu .col {
        flex: 0 0 100% !important;
        text-align: center
    }

    .foot-wrap::after {
        display: none
    }

    .footer-copyright span {
        font-size: 12px;
        border: none
    }

    .process-right {
        margin-right: 0;
        position: relative;
        text-align: center
    }

    .inner-gallery img {
        height: 200px
    }

    #LangDropdown {
        padding: 5px 5px 0 0;
        margin: 0
    }
}

@media(max-width:767px) {
    body {
        padding-top: 85px
    }

    .navbar-brand img {
        max-width: 120px
    }

    .navbar-nav {
        margin-top: 20px
    }

    #namtas .nav-item .nav-link {
        border-top: 1px #eee solid !important;
        text-align: center
    }

    .navbar-right_wrapper {
        justify-content: end !important
    }

    .navbar-collapse.collapsing+.navbar-right_wrapper,
    .navbar-collapse.show+.navbar-right_wrapper {
        justify-content: center !important
    }

    .slider .slide-wrapper {
        background: #20213f;
        padding: 0 !important
    }

    .slider .slide-wrapper .position-absolute {
        display: block;
        position: relative !important;
        width: 100% !important;
        padding: 50px 20px
    }

    .slider .slide-product-info {
        flex: 0 0 100%;
        margin-top: 30px;
        width: 100% !important
    }

    .slider .slide-text {
        padding-left: 35px;
        font-size: 26px;
        text-align: center
    }

    .slider .slide-text strong {
        font-size: 48px
    }

    .slider .item {
        padding-bottom: 0
    }

    .slider .slide-text {
        padding-left: 0;
        font-size: 23px;
        width: 100%
    }

    .slider .slide-text strong {
        font-size: 34px;
        margin: 0 !important;
        text-align: center !important
    }

    .slider .slide-desc {
        font-size: 18px
    }

    .slider .product-image {
        flex: 0 0 100%;
        margin-left: 0 !important;
        transition: margin 1s ease
    }

    .slider .item.swiper-slide-active .slide-desc {
        margin-left: 0
    }

    .home-about {
        padding: 15px 0
    }

    .timeline_wrapper {
        margin-bottom: 15px
    }

    .timeline_wrapper::after {
        content: unset
    }

    .timeline_block {
        flex: 1 100%;
        max-width: 100%;
        margin-top: 10px !important
    }

    .process-right {
        margin-right: 0;
        position: relative;
        text-align: center
    }

    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        text-align: center
    }

    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
        margin: 0 !important
    }

    .inner-gallery img {
        height: 200px
    }
}

.v-align {
    display: table;
    vertical-align: middle;
    height: 100%;
    width: 100%
}

.v-align .go {
    display: table-cell;
    vertical-align: middle
}

.galeri a {
    display: block;
    width: 100%;
    height: 150px;
    overflow: hidden;
    margin-top: 30px;
    transition: opacity .5s ease
}

.galeri a img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.galeri a:hover {
    opacity: .5
}

@media(max-width:414px) {
    body {
        padding-top: 85px
    }

    .navbar-brand img {
        max-width: 120px
    }

    .navbar-nav {
        margin-top: 20px
    }

    #namtas .nav-item .nav-link {
        border-top: 1px #eee solid !important;
        text-align: center
    }

    .navbar-right_wrapper {
        justify-content: center !important
    }

    .slider .slide-wrapper {
        background: #20213f;
        padding: 0 0 35px 0 !important
    }

    .slider .slide-wrapper .position-absolute {
        display: block;
        position: relative !important;
        width: 100% !important;
        padding: 50px 20px
    }

    .slider .slide-product-info {
        flex: 0 0 100%;
        margin-top: 30px;
        width: 100% !important
    }

    .slider .slide-text {
        padding-left: 35px;
        font-size: 26px
    }

    .slider .slide-text strong {
        font-size: 48px
    }

    .slider .item {
        padding-bottom: 0
    }

    .slider .slide-text {
        padding-left: 0;
        font-size: 23px;
        width: 100%
    }

    .slider .slide-text strong {
        font-size: 34px;
        margin: 0 !important;
        text-align: center !important
    }

    .slider .slide-desc {
        font-size: 18px
    }

    .slider .product-image {
        flex: 0 0 100%;
        margin-left: 0 !important;
        transition: margin 1s ease
    }

    .slider .item.swiper-slide-active .slide-desc {
        margin-left: 0
    }

    .home-about {
        padding: 15px 0
    }

    .process-wrapper {
        margin-bottom: 0
    }

    .promo-movie-title {
        font-size: 20px
    }

    .pagination-count {
        text-align: center
    }

    .pagination-count span.swiper-pagination-bullet {
        margin-right: 5px !important
    }
}

#modal-search input {
    border-radius: 0;
    border: none;
    height: 70px;
    font-weight: 300
}

#modal-search .input-group-append .btn {
    border-radius: 0;
    background: #ff2500;
    border: none;
    width: 100px
}

#modal-search .input-group-append .btn i {
    position: relative;
    top: 12px
}

#modal-search .modal-content {
    background: none;
    text-align: center
}

.cu-lbg label a {
    color: #fff;
}

@media only screen and (max-width: 1440px) and (min-width: 1200px) {
    .slider .slide-text {
        font-size: 30px;
    }

    .slider .slide-text strong {
        font-size: 45px;
    }
}

@media only screen and (max-width: 2000px) and (min-width: 1600px) {}

.search-items h3 {
    margin-bottom: 30px !important;
}

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

.search-items ul li a {
    display: block;
    color: #20213f;
    background: #f7f7f7;
    padding: 18px 25px;
    margin-bottom: 5px;
    transition: .3s all;
}

.search-items ul li a:hover {
    background: #20213f;
    color: #fff;
}

.search-items {
    margin-bottom: 40px;
}

html[dir="rtl"] ul li {
    text-align: right;
}

@media only screen and (max-width: 800px) {
    .box-content img {
        margin-bottom: 10px;
    }

    .box-content span {
        font-size: 20px;
    }

    .box-content {
        font-size: 16px;
        text-align: center;
    }

    .home-about .about-box {
        flex: 0 0 50%;
    }

    .hr-wrapper {
        padding-top: 40px;
    }

    div#personal {
        padding-top: 40px;
    }

    html[dir=rtl] #LangDropdown {
        padding: 0;
        padding-left: 35px;
        padding-top: 8px;
    }

    html[dir=rtl] .slider .item.swiper-slide-active .slide-desc {
        text-align: center;
    }

    .navbar-lang_wrapper .nav {
        padding-right: 0;
    }

    .product-table-name {
        padding: 25px;
    }

    .product-table-name,
    .pt-list {
        font-size: 13px;
    }

    .ozellikler-content {
        overflow-x: auto;
    }

    div#ctl00_icerik_pnl_ozellikler {
        width: 180vw;
    }

    .product-detail-content img {
        max-width: 100%;
    }

    .process-right img {
        width: 100%;
    }

    .timeline_block:nth-child(2n+1):after {
        display: none;
    }

    .timeline_block:before {
        display: none;
    }
}