@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'allroundgothic-bouploadedfile';
    src: url('../fonts/allround/allroundgothic-bold-webfont.woff2') format('woff2'),
         url('../fonts/allround/allroundgothic-bold-webfont.woff') format('woff'),
         url('../fonts/allround/allroundgothic-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'allroundgothic-bouploadedfile';
    src: url('../fonts/allround/allroundgothic-boldoblique-webfont.woff2') format('woff2'),
         url('../fonts/allround/allroundgothic-boldoblique-webfont.woff') format('woff'),
         url('../fonts/allround/allroundgothic-boldoblique-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'allroundgothic-bookuploadedfile';
    src: url('../fonts/allround/allroundgothic-book-webfont.woff2') format('woff2'),
         url('../fonts/allround/allroundgothic-book-webfont.woff') format('woff'),
         url('../fonts/allround/allroundgothic-book-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'allroundgothic-bookuploadedfile';
    src: url('../fonts/allround/allroundgothic-bookoblique-webfont.woff2') format('woff2'),
         url('../fonts/allround/allroundgothic-bookoblique-webfont.woff') format('woff'),
         url('../fonts/allround/allroundgothic-bookoblique-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'allroundgothic-deuploadedfile';
    src: url('../fonts/allround/allroundgothic-demi-webfont.woff2') format('woff2'),
         url('../fonts/allround/allroundgothic-demi-webfont.woff') format('woff'),
         url('../fonts/allround/allroundgothic-demi-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'allroundgothic-deuploadedfile';
    src: url('../fonts/allround/allroundgothic-demioblique-webfont.woff2') format('woff2'),
         url('../fonts/allround/allroundgothic-demioblique-webfont.woff') format('woff'),
         url('../fonts/allround/allroundgothic-demioblique-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'allroundgothic-meuploadedfile';
    src: url('../fonts/allround/allroundgothic-medium-webfont.woff2') format('woff2'),
         url('../fonts/allround/allroundgothic-medium-webfont.woff') format('woff'),
         url('../fonts/allround/allroundgothic-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'allroundgothic-meuploadedfile';
    src: url('../fonts/allround/allroundgothic-mediumoblique-webfont.woff2') format('woff2'),
         url('../fonts/allround/allroundgothic-mediumoblique-webfont.woff') format('woff'),
         url('../fonts/allround/allroundgothic-mediumoblique-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'allroundgothic-xluploadedfile';
    src: url('../fonts/allround/allroundgothic-xlig-webfont.woff2') format('woff2'),
         url('../fonts/allround/allroundgothic-xlig-webfont.woff') format('woff'),
         url('../fonts/allround/allroundgothic-xlig-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'allroundgothic-xluploadedfile';
    src: url('../fonts/allround/allroundgothic-xligoblique-webfont.woff2') format('woff2'),
         url('../fonts/allround/allroundgothic-xligoblique-webfont.woff') format('woff'),
         url('../fonts/allround/allroundgothic-xligoblique-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

html,body{
    width:100%;
    height:100%;
}
body{
    font-size:13px;
    font-family: 'allroundgothic-meuploadedfile';
    color:var(--text-color);
}
@media only screen and (min-width:1441px){
    body{
        font-size:16px;
    }
}
a{
    color:var(--text-color);
    text-decoration: none;
    transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
}
a:hover{
    color:var(--text-color-2);
}

p{margin-bottom:10px;}

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

header{position:absolute;left:0;top:0;width:100%;z-index:9999;padding:30px 5%;overflow:hidden;}
header .h-wrapper{display:flex;flex-direction:row;justify-content:space-between;}

header .h-wrapper .h-right{display:flex;flex-direction:row;gap:25px;align-items:center;position:relative;padding-left:30px;}
header .h-wrapper .h-right:before{content:'';width:200%;height:100%;position:absolute;top:0;left:0;background:#ffffff;}
header .h-wrapper .h-right *{position:relative;z-index:9;}

header .logo{}
header .logo img{max-width:100%;height:auto;}
header .search{}

header .teklif-al{display:none;}
header .teklif-al a{display:block;background:#ffffff;color:#5A5A5A;padding:20px 40px;font-size:30px;font-family: 'allroundgothic-bookuploadedfile';}

.header-active .teklif-al{display:block;}

header .menu-bar{display:flex;flex-direction:row;align-items:center;gap:10px}
header .menu-bar .text{color:#8D8D8D;}
header .menu-bar .bar{width:50px;height:24px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;}
header .menu-bar .bar span{display:block;height:1px;background:#8D8D8D;width:50%;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}
header .menu-bar .bar span:nth-child(2){width:100%;}
header .menu-bar-active .bar span:nth-child(1){width:100%;}
header .menu-bar-active .bar span:nth-child(2){width:50%;}
header .menu-bar-active .bar span:nth-child(3){width:100%;}

@media only screen and (max-width:767px){

}
@media only screen and (min-width:768px) and (max-width:991px){

}
@media only screen and (min-width:992px) and (max-width:1199px){

}
@media only screen and (min-width:1200px) and (max-width:1440px){
    header{padding:30px 5%;}
}

.menu{position:fixed;top:0;left:0;width:100%;height:100%;min-height:100vh;background:#F2F2F2;z-index:999;padding:150px 10% 50px 10%;opacity:0;visibility:hidden;transform: translate(0,-100%) scale(0);transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;display:flex;flex-direction:row;align-items:center;}
.menu:before{content:'';width:90%;height:100%;left:0;right:0;margin:0 auto;position:absolute;top:0;left:0;z-index:8;background:url('../images/menu-cizgi.png') no-repeat center center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;}
.menu-active{opacity:1;visibility:visible;transform: translate(0,0) scale(1);}

.menu .menu-left{height:100%;}
.menu .menu-left ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;justify-content:space-evenly;height:100%;}
.menu .menu-left ul>li>a{display:block;font-size:2.3em;color:#5A5A5A;font-family: 'allroundgothic-bookuploadedfile';}

.menu .menu-right{display:flex;flex-direction:column;height:100%;align-items:flex-end;text-align:right;justify-content:space-between;}

.menu .menu-right span{font-size:4em;color:#5A5A5A;display:block;margin-bottom:20px;}
.menu .menu-right a{display:block;color:#5A5A5A;font-family: 'allroundgothic-bookuploadedfile';}
.menu .menu-right .a1{font-size:3.4em;}
.menu .menu-right .a2{font-size:2em;margin-bottom:30px;}

.menu .menu-right .social-media{display:flex;flex-direction:row;gap:40px;justify-content:flex-end;margin-bottom:50px;}
.menu .menu-right .social-media img{width:30px;height:30px;object-fit:contain;}
.menu .menu-right .langs{display:flex;flex-direction:row;gap:20px;font-size:1.4em;text-transform:uppercase;}

.menu>div{flex:1;position:relative;z-index:9;}

@media only screen and (min-width:1200px) and (max-width:1440px){
    .menu{padding:150px 5% 50px 5%;}
}



/*--- SLIDER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.slider{width:100%;height:auto;min-height:100vh;background:#FAFAFA;position:relative;padding:200px 10% 0 10%;}
.slider *{position:relative;z-index:9;}
.slider:before{content:'';width:90%;height:100%;left:0;right:0;margin:0 auto;opacity:.43;position:absolute;top:0;left:0;z-index:8;background:url('../images/slide-cizgi.png') no-repeat center center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;}


.slider .social-media{position:absolute;left:9%;gap:20px;transform:rotate(180deg);top:0;bottom:0;width:40px;display:flex;flex-direction:row;writing-mode:vertical-lr;justify-content:center;}
.slider .social-media a{color:#B1B1B1;font-family: 'allroundgothic-meuploadedfile';}

.slider .swiper-slide{display:grid;grid-template-columns:1fr 1fr;align-items:center;}

.slider .swiper-nav{position:absolute;right:5%;top:0;height:100%;gap:20px;display:flex;flex-direction:column;justify-content:center;font-size:1.75em;color:#232529;}
.slider .swiper-nav > div{user-select:none;}
.slider .swiper-nav > div:active{opacity:.5;}

.slider .content{margin-left:40px;}
.slider .content .t1{display:block;font-size:70px;color:#232529;}
.slider .content .t1 strong{display:block;text-transform:uppercase;font-size:102px;}

.slider .img img{width:100%;height:auto;}

@media only screen and (max-width:767px){
    .slider{}
}
@media only screen and (min-width:768px) and (max-width:991px){

}
@media only screen and (min-width:992px) and (max-width:1199px){
    
}
@media only screen and (min-width:1200px) and (max-width:1440px){
    .slider{padding:150px 6% 0 6%;}
    .slider .content .t1{display:block;font-size:50px;color:#232529;}
    .slider .content .t1 strong{display:block;text-transform:uppercase;font-size:82px;}
    .slider .social-media{left:3%;}
    .slider .swiper-nav{right:3%;}
}


/*--- M1 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m1{padding:30px 0;}
.m1 .title{margin-bottom:30px;}
.m1 .title h2{font-size:4.81em;color:#CED1D6;text-transform:uppercase;font-family:'allroundgothic-bouploadedfile';font-weight:bold;}

.m1 .m1-grid{display:grid;grid-template-columns:1fr 1.5fr 2fr;gap:10px;}

.m1 .m1-grid .m1_col{padding:60px 40px;box-shadow: 0px 3px 6px #00000029;display:flex;flex-direction:column;justify-content:center;}
.m1 .m1-grid .m1_col img{max-width:100%;height:auto;}
.m1 .m1-grid .m1_col span{display:block;font-size:1em;color:#F4F4F4;font-family:'allroundgothic-bouploadedfile';width:50%;font-weight:bold;}
.m1 .m1-grid .col_1 a,.m1 .m1-grid .col_2 a{display:flex;flex-direction:column;justify-content:center;gap:30px;align-items:center;text-align:center;}

.m1 .m1-grid .col_1{background:url('../images/katalog-bg.jpg') no-repeat center center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;}
.m1 .m1-grid .col_2{background:url('../images/tanitim-video-bg.jpg') no-repeat center center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;}
.m1 .m1-grid .col_3{background:#F4F4F4;}
.m1 .m1-grid .col_3 h3{font-size:1.75em;text-transform:uppercase;font-family: 'allroundgothic-bouploadedfile';font-weight:bold;margin-bottom:30px;}
.m1 .m1-grid .col_3 h3 a{color:#232EC8;}
.m1 .m1-grid .col_3 .text{margin-bottom:30px;}

/*--- M2 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m2{padding:30px 0;}
.m2 .title{margin-bottom:30px;}
.m2 .title h2{font-size:4.81em;color:#CED1D6;text-transform:uppercase;font-family:'allroundgothic-bouploadedfile';font-weight:bold;text-align:center;}

.m2 .swiper-nav{display:flex;flex-direction:row;gap:15px;justify-content:flex-end;}

.m2 .m2-top{padding:0 10%;}
.m2 .m2-body{padding:0 15px;}

.m2 .list{display:flex;flex-direction:row;align-items:center;gap:20px;margin-bottom:50px;justify-content:space-between;border-top:1px solid #707070;padding-top:30px;}
.m2 .list .list-item{max-width:320px;}
.m2 .list .list-item button{border:0;background:unset;padding:15px;position:relative;line-height:1.2;width:100%;font-size:1.2em;text-transform:uppercase;color:#8D8D8D;font-family: 'allroundgothic-bouploadedfile';font-weight:700;}
.m2 .list .list-item button .num{position:absolute;left:0;right:0;top:0;margin:0 auto;width:fit-content;transform:translate(0,-50%);padding:0 10px;border-radius:11px;background:#ffffff;color:#232EC8;opacity:0;}
.m2 .list .list-item .active{background:#232529;color:#ffffff;border-radius:11px;}
.m2 .list .list-item .active .num{opacity:1;}

.m2 .list-body{position:relative;}
.m2 .list-body .list-body-item{position:absolute;top:0;left:0;width:100%;height:fit-content;opacity:0;visibility:hidden;}
.m2 .list-body .list-body-item-active{position:relative;opacity:1;visibility:visible;}

.pro-box{position:relative;}
.pro-box:before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;opacity:0;visibility:hidden;background:url('../images/urun-bg.png') no-repeat center center;background-size:cover;-webkit-background-size:cover;-o-background-size:cover;-moz-background-size:cover;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-moz-background-size:cover;}
.pro-box:hover:before{opacity:1;visibility:visible;}
.pro-box *{position:relative;z-index:99;}
.pro-box .img{padding:40px;}
.pro-box .img img{width:100%;height:auto;aspect-ratio:1 / 1;object-fit:contain;}
.pro-box .title{padding:0 15%;}
.pro-box .title h3{font-size:1.43em;line-height:1.2em;min-height:3.6em;text-align:center;font-weight:bold;font-family: 'allroundgothic-bouploadedfile';text-transform:uppercase;}
.pro-box .title h3 a{color:#5A5A5A;}
.pro-box .table{padding:0 15% 30px 15%;}
.pro-box .table table{width:100%;color:#8D8D8D;border:0;font-family: 'allroundgothic-meuploadedfile';}
.pro-box .table table tbody tr{border:0;color:#8D8D8D;}
.pro-box .table table tbody tr td{padding:10px 0;}
.pro-box .content{padding:30px 15%;position:relative;color:#5A5A5A;text-align:center;}
.pro-box .content:before{content:'';width:84%;left:0;right:0;margin:0 auto;position:absolute;top:0;height:1px;background:#707070;}
.pro-box .content ul{list-style:none;margin:0;padding:0;}

@media only screen and (min-width:767px){

}
@media only screen and (min-width:768px) and (max-width:991px){

}
@media only screen and (min-width:992px) and (max-width:1199px){
    
}
@media only screen and (min-width:1200px) and (max-width:1440px){
    .m2 .m2-top{padding:0 5%;}
    
    .pro-box .img{padding:20px;}
    .pro-box .table{padding:0 15% 15px 15%;}
    .pro-box .content{padding:15px 15%;}
}

/*--- M3 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m3{padding:200px 10%;position:relative;}


.m3 .m3-wrapper{position:relative;padding-top:150px;}

.m3 .m3-flex{display:flex;flex-direction:row;justify-content:space-between;position:absolute;left:0;right:0;top:0;z-index:9;}
.m3 .m3-flex>div{max-width:40%;flex:0 0 40%;}


.m3 .box-1{line-height:1;}
.m3 .box-1 span{display:block;font-size:1.76em;color:#232529;}
.m3 .box-1 strong{display:block;font-size:20em;color:#232EC8;font-family:'allroundgothic-bouploadedfile';}
.m3 .box-2{font-size:1.84em;color:#232529;font-family:'allroundgothic-bookuploadedfile';}

.m3 .countries{width:100%;height:100%;position:relative;}
.m3 .countries .bg{width:100%;height:auto;}

.m3 .countries .pin1{position:absolute;left:0;right:0;top:50%;margin:0 auto;}
.m3 .countries .pin2{position:absolute;left:25%;right:0;top:35%;}
.m3 .countries .pin3{position:absolute;right:25%;top:25%;}
.m3 .countries .pin4{position:absolute;right:45%;top:30%;}

.m3 .countries .pin{display:flex;flex-direction:row;gap:10px;align-items:center;width:fit-content;height:fit-content;z-index:999;}
.m3 .countries .pin .pin-wrapper{width:320px;opacity:0;visibility:hidden;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;position:absolute;right:30px;}
.m3 .countries .pin:hover .pin-wrapper{opacity:1;visibility:visible;}
.m3 .countries .pin .pin-wrapper .img{width:90%;height:180px;object-fit:cover;border-radius:25px;opacity:0;visibility:hidden;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;}
.m3 .countries .pin:hover .pin-wrapper .img{opacity:1;visibility:visible;transition-delay:.4s;}
.m3 .countries .pin .pin-wrapper .line{display:block;height:1px;width:0;background:#232529;margin:20px 0;opacity:0;visibility:hidden;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;}
.m3 .countries .pin:hover .pin-wrapper .line{opacity:1;visibility:visible;width:100%;object-position: right;}
.m3 .countries .pin .pin-wrapper .t{display:flex;font-size:3em;font-family:'allroundgothic-bouploadedfile';color:#232529;min-height:180px;opacity:0;visibility:hidden;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;}
.m3 .countries .pin:hover .pin-wrapper .t{opacity:1;visibility:visible;transition-delay:.4s;}
.m3 .countries .pin .circle{width:13px;height:13px;background:#232EC8;border-radius:50%;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;}

/*--- M4 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m4{padding:50px 0;}
.m4 .title{display:flex;flex-direction:column;padding:30px;height:calc(100% - 30px);box-shadow: 6px 8px 6px #00000026;justify-content:space-evenly;background:url('../images/haberler-bg.jpg') no-repeat center center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;}
.m4 .title h2{font-size:2.18em;font-family:'allroundgothic-bouploadedfile';font-weight:bold;}
.m4 .title h2 a{color:#CED1D6;}
.m4 .title p{color:#F4F4F4;}
.m4 .title .more{color:#CED1D6;font-size:0.87em;text-transform:uppercase;}

.m4 .news-box{margin-bottom:30px;padding:20px;border-radius:15px;border:4px solid #F4F4F4;}
.m4 .news-box .img{border-radius:11px;overflow:hidden;position:relative;}
.m4 .news-box .img img{width:100%;height:175px;object-fit:cover;position:relative;z-index:8;}
.m4 .news-box .img:before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;z-index:9;background: transparent linear-gradient(180deg, #12176400 0%, #121764 100%) 0% 0% no-repeat padding-box;mix-blend-mode: hard-light;}

.m4 .news-box .content{padding:20px 0 0 0;}
.m4 .news-box .content h3{font-size:1.06em;line-height:1.2;min-height:3.6em;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #707070;font-family: 'allroundgothic-bouploadedfile';font-weight:bold;}
.m4 .news-box .content h3>a{color:#121764}
.m4 .news-box .content p{font-size:0.81em;color:#232529;line-height:1.1em;min-height:5.5em;}
.m4 .news-box .content .more{display:flex;justify-content:flex-end;}
.m4 .news-box .content .more a{display:block;width:35px;height:35px;background:#F1F3F9;border-radius:7px;color:#232EC8;line-height:35px;text-align:center;}

/*--- FOOTER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.page-form{padding:100px 12%;background: transparent linear-gradient(180deg, #353A4A 0%, #21273B 100%) 0% 0% no-repeat padding-box;margin-top:100px;}
.page-form .form-wrapper{position:relative;}
.page-form .form-wrapper:before{content:'';position:absolute;width:1px;top:25px;height:calc(100% - 89px);background:#ffffff;right:0;}
.page-form .form-wrapper:after{content:'';position:absolute;height:1px;bottom:65px;width:50%;background:#ffffff;right:0;}
.page-form .form-title{margin-bottom:65px;overflow:hidden;}
.page-form .form-title h2{font-size:2.43em;font-weight:700;color:#fff;padding-right:55px;position:relative;width:fit-content;line-height:50px;}
.page-form .form-title h2:before{content:'';width:200%;height:1px;background:#FFFFFF;position:absolute;right:0;top:50%;transform:translate(100%,0);}
.page-form .form-body{display:grid;grid-template-columns: 1fr 25%;gap:100px;}
.page-form .form-group{position:relative;color:#8B93A8;}
.page-form .form-group .form-control{height:80px;border:0;line-height:80px;padding:0 20px 0 80px;border-radius:40px;background: #4E556A 0% 0% no-repeat padding-box;color:#8B93A8;}
.page-form .form-group .form-control::placeholder{color:#8B93A8;}
.page-form .form-group .icon{position:absolute;left:30px;top:25px;z-index:1;}
.page-form .form-checkbox-group input{backround:#4E556A;accent-color:#4E556A;}
.page-form .security-group{background: #4E556A 0% 0% no-repeat padding-box;display:flex;height:80px;align-items:center;border-radius:40px;overflow:hidden;}
.page-form .security-group button{border:0;background:unset;}
.page-form .security-group .form-control{background: #4E556A 0% 0% no-repeat padding-box;border:0;text-indent:unset;line-height:65px;color:#8B93A8;}
.page-form .security-group .form-control:focus,
.page-form .security-group .form-control:active{outline:0;box-shadow:unset;}
.page-form .security-group .form-control::placeholder{color:#8B93A8;}
.page-form .form-group button{width:100%;height:80px;background:#ffffff;border-radius:40px;color:#000000;font-weight:700;font-size:1.37em;}

.page-form .form-button{height:100%;width:100%;position:relative;}
.page-form .form-button img{position:absolute;width:125%;height:auto;bottom:65px;right:0;}

@media only screen and (max-width:767px){
    .page-form{padding:100px 30px 0 30px;}
    .page-form .form-wrapper{border:0;}
    .page-form .form-wrapper:before{display:none;}
    .page-form .form-body{grid-template-columns: 1fr;}
}

@media only screen and (max-width:767px){
    .page-form{padding:100px 15px;}
}
@media only screen and (min-width:768) and (max-width:991px){
    .page-form{padding:100px 30px;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .page-form{padding:100px 45px;}
}
@media only screen and (min-width:1200px) and (max-width:1440px){
    .page-form{padding:100px 5%;}
}

/*--- PRODUCT ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.simple-product-page .cover{position:relative;}
.simple-product-page .cover:before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;background:url('../images/urun-bg.png') no-repeat center center;background-size:cover;-webkit-background-size:cover;-o-background-size:cover;-moz-background-size:cover;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-moz-background-size:cover;}
.simple-product-page .cover img{width:100%;height:auto;aspect-ratio:1 / 1;object-fit:contain;}
.simple-product-page .t2{font-size:1.62em;color:#3D5F90;font-family: 'allroundgothic-bouploadedfile';margin-bottom:30px;}
.simple-product-page .table{}
.simple-product-page .table table{width:100%;color:#8D8D8D;border:0;font-family: 'allroundgothic-meuploadedfile';}
.simple-product-page .table table tbody tr{border:0;color:#8D8D8D;}
.simple-product-page .table table tbody tr td{padding:10px 0;}

.simple-product-page .page-content{margin-bottom:50px;display:flex;flex-direction:column;font-size:1.43em;color:#5A5A5A;font-family: 'allroundgothic-meuploadedfile';}
.simple-product-page .page-content h3{font-size:2.12em;color:#3D5F90;margin-bottom:50px;}
.simple-product-page .page-content ul{list-style:none;margin:0;padding:0;}

.simple-product-page .page-slide{margin-bottom:50px;position:relative;border:1px solid #eeeeee;}
.simple-product-page .page-slide:before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;background:url('../images/urun-bg.png') no-repeat center center;background-size:cover;-webkit-background-size:cover;-o-background-size:cover;-moz-background-size:cover;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-moz-background-size:cover;}
.simple-product-page .page-slide img{width:100%;height:auto;aspect-ratio:1 / 1;object-fit:contain;}

.simple-product-page .page-slide .swiper-pro-prev{position:absolute;width:40px;height:40px;line-height:40px;text-align:center;border-radius:5px;position:absolute;top:calc(50% - 20px);left:20px;z-index:9;background:#ffffff;}
.simple-product-page .page-slide .swiper-pro-next{position:absolute;width:40px;height:40px;line-height:40px;text-align:center;border-radius:5px;position:absolute;top:calc(50% - 20px);right:20px;z-index:9;background:#ffffff;}

.simple-product-page .page-sub-content{padding:50px 0;margin-bottom:50px;font-family: 'allroundgothic-meuploadedfile';text-align:center;}
.simple-product-page .page-sub-content .t{margin-bottom:50px;}
.simple-product-page .page-sub-content h2,.simple-product-page .page-sub-content h3,.simple-product-page .page-sub-content h4,.simple-product-page .page-sub-content h5,.simple-product-page .page-sub-content h6{color:#3D5F90;text-transform:uppercase;}
.simple-product-page .page-sub-content ul{list-style:none;margin:0;padding:0;}

.simple-product-page .page-other-products{padding:50px 0;}
.simple-product-page .page-other-products .t{margin-bottom:50px;font-size:4.80em;font-family: 'allroundgothic-bouploadedfile';color:#CED1D6;text-align:center;text-transform:uppercase;}

.simple-product-page .page-other-products .pro-box .img{padding:10px;}
.simple-product-page .page-other-products .pro-box .title{padding:10px;}
.simple-product-page .page-other-products .pro-box .table{padding:10px;}
.simple-product-page .page-other-products .pro-box .content{padding:10px;}

/*--- FOOTER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
footer{padding:225px 0 75px 0;position:relative;font-family: 'allroundgothic-bookuploadedfile';}
footer:before{content:'';width:90%;height:100%;left:0;right:0;margin:0 auto;opacity:.43;position:absolute;top:0;left:0;z-index:8;background:url('../images/slide-cizgi.png') no-repeat center center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;}
footer>*{position:relative;z-index:99;}
footer .f-left{position:relative;}
footer .f-left .logo{margin-bottom:50px;}
footer .f-left .logo img{max-width:100%;height:auto;}

footer .f-left h3{font-size:1em;padding-left:20px;font-weight:700;color:#121764;font-family: 'allroundgothic-bouploadedfile';position:relative;}
footer .f-left h3:before{content:'';width:8px;height:15px;background:#121764;position:absolute;left:0;top:calc(50% - 7.5px);}
footer .f-left ul{list-style:none;margin:0;margin-bottom:50px;padding-left:20px;}
footer .f-left ul>li>a{font-size:.9em;color:#58514A;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}
footer .f-left ul>li>a:hover{color:#121764;}
footer .f-right{}
footer .f-right .f-right-top{margin-bottom:30px;padding:0 10%;}
footer .f-right .f-right-top h3{font-size:3.12em;color:#5A5A5A;font-weight:200;position:relative;width:fit-content;}
footer .f-right .f-right-center{margin-bottom:75px;padding:0 10%;}
footer .f-right .f-right-center .f-flex{display:flex;flex-direction:row;}
footer .f-right .f-right-center .f-flex>div{max-width:50%;flex:0 0 50%;}
footer .f-right .f-right-center .f-flex .f-flex-left a{display:block;font-size:2.5em;color:#58514A;font-weight:200;line-height:1.6em;}
footer .f-right .f-right-center .f-flex .f-flex-left .email{font-size:1.7em;}

footer .f-right .f-right-center .f-flex .f-flex-right{display:flex;flex-direction:row;gap:20px;}
footer .f-right .f-right-center .f-flex .f-flex-right .whatsapp-btn{background:#FAFAFA;width:120px;border-radius:20px;min-height:120px;}
footer .f-right .f-right-center .f-flex .f-flex-right .whatsapp-btn a{color:#5A5A5A;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;gap:20px;}
footer .f-right .f-right-center .f-flex .f-flex-right .whatsapp-btn i{font-size:2em;}
footer .f-right .f-right-center .f-flex .f-flex-right .whatsapp-btn span{font-weight:200;}
footer .f-right .f-right-center .f-flex .f-flex-right .social-media{background:#FAFAFA;border-radius:20px;flex-grow:1;}
footer .f-right .f-right-center .f-flex .f-flex-right .social-media>ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;gap:0;justify-content:space-evenly;align-items:center;height:100%;}
footer .f-right .f-right-center .f-flex .f-flex-right .social-media>ul>li>a{color:#121764;display:block;font-size:1.7em;}

footer .f-right .f-right-bottom{position:relative;}
footer .f-right .f-right-bottom .f-flex{display:flex;flex-direction:row;align-items:center;}
footer .f-right .f-right-bottom .f-flex .e-catalog{display:flex;flex-direction:row;gap:20px;align-items:center;flex:1;}
footer .f-right .f-right-bottom .f-flex .e-catalog h3{font-size:2.37em;color:#5A5A5A;}


footer .f-right .f-right-bottom .f-flex .meeting{max-width:50%;flex:0 0 50%;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;}
footer .f-right .f-right-bottom .f-flex .meeting a{display:flex;align-items:center;gap:10px;font-size:2.37em;}
footer .f-right .f-right-bottom .f-flex .meeting a>img{position:relative;z-index:9;}

footer .swa{margin-bottom:50px;text-align:center;}
footer .swa>a>img{display:block;width:50px;height:50px;margin:0 auto;opacity:.95;}
@media only screen and (max-width:767px){
    footer .f-left h3{text-align:center;}
    footer .f-left ul>li>a{display:block;text-align:center;}
    footer .f-left:before{display:none;}
    footer .f-right .f-right-top{padding:0;}
    footer .f-right .f-right-center{padding:0;}
    footer .f-right .f-right-top h3{text-align:center;}
    footer .f-right .f-right-top h3 .icon{left:0;right:0;margin:0 auto;}
    footer .f-right .f-right-center .f-flex{flex-direction:column;}
    footer .f-right .f-right-center .f-flex>div{max-width:100%;flex:0 0 100%;}
    footer .f-right .f-right-center .f-flex .f-flex-left{margin-bottom:30px;}
    footer .f-right .f-right-center .f-flex .f-flex-left a{font-size:2em;text-align:center;}
    footer .f-right .f-right-bottom .f-flex{flex-direction:column;gap:40px;}
    footer .f-right .f-right-bottom .f-flex .meeting{max-width:100%;flex:0 0 100%;}
    footer .f-right .f-right-bottom .f-flex .meeting:before{display:none;}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    footer .f-right .f-right-top{padding:0;}
    footer .f-right .f-right-center{padding:0;}
    footer .f-right .f-right-bottom .f-flex .meeting{justify-content:center;align-items:center;}
    footer .f-left:before{display:none;}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
    footer .f-right .f-right-center .f-flex .f-flex-left a{font-size:1.7em;}
}
footer .copyright{margin-bottom:5px;font-size:11px;text-align:center;padding-top:25px;margin-top:50px;}
footer .swa{margin-bottom:50px;text-align:center;}
footer .swa>a>img{display:block;width:50px;height:50px;margin:0 auto;opacity:.95;}


/*--- PAGE ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.page .page-head{padding:300px 0 50px 0;background:url('../images/page-cover.jpg') no-repeat center center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;}
.page .page-head h1{font-size:2.5em;font-weight:600;margin-bottom:25px;display:none;}
.page .page-head p{font-size:1.3em;font-weight:200;margin-bottom:25px;display:none;}
.page .page-head .breadcrumb{font-size:.8em;text-transform:uppercase;}
.page .page-body{padding:50px 0 20px 0;}
.page .page-foot{padding:50px 0 20px 0;background:var(--bg-color);margin-bottom:50px;}
.page .page-form{margin-bottom:50px;}

.page .page-content{color:#5A5A5A;margin-bottom:50px;}
.page .page-content h3{font-size:1.87em;color:#121764;font-family: 'allroundgothic-deuploadedfile';}

.page .page-bilesen-box{background:#f9f9f9;padding:30px 20px;margin-bottom:50px;display:flex;flex-direction:column;justify-content:center;height:calc(100% - 50px);}
.page .page-bilesen-box .item-box{margin-bottom:30px;}
.page .page-bilesen-box .item-box h3{font-size:1.87em;color:#121764;font-family: 'allroundgothic-deuploadedfile';}
.page .page-bilesen-box .item-box .text{color:#5A5A5A;}

/*--- COOKIE-POLICY -----------------------------------------------------------------------------------------------------------------------------------------------------*/
.cookie-accept {position:fixed;bottom:-100%;left:0;right:0;width:100%;z-index:99;border:1px solid #ddd;background:#fff;display:flex;justify-content:center;align-items:center;transition:bottom 1s ease-in-out;-webkit-transition:bottom 1s ease-in-out;-moz-transition:bottom 1s ease-in-out;-o-transition:bottom 1s ease-in-out;padding:20px;}
.cookie-accept.active {bottom:0;}
.cookie-accept .close {position:absolute;right:15px;top:-15px;width:30px;height:30px;border:1px solid #ddd;line-height:30px;text-align:center;font-size:1.5em;background:#fff;}
.cookie-accept .icon {text-align: center;}
.cookie-accept .icon i {font-size:4em;}
.cookie-accept .content {padding:1.5em;}
.cookie-accept .content strong {display:block;font-size:1.5em;line-height:1;margin-bottom:10px;}
.cookie-accept .content p {font-size:1.1em;font-weight:200;margin:0;}
.cookie-accept .buttons ul {list-style:none;margin:0;padding:0;display:flex;gap:10px;}
.cookie-accept .buttons ul > li {flex:1 1 auto;}
.cookie-accept .buttons ul > li > a{display:flex;padding:10px 20px;background:#aaa;color:#fff;text-align:center;text-decoration:none;align-items:center;height:100%;white-space:nowrap;}
@media only screen and (max-width: 767px) {
    .cookie-accept {flex-direction: column;}
}
/*--- FORM --------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.form-group{margin-bottom:20px;}
.form-group label{display:block;font-size:1em;font-weight:700;margin-bottom:5px;}
.form-group .form-control{min-height:45px;border:0;border:1px solid #eee;font-size:1em;}
.form-group .form-control::placeholder{font-size:1em;}
.form-group input[type="checkbox"]{width:25px;height:25px;}
.form-checkbox-group{display:flex;line-height: 25px;}
.form-checkbox-group>input{accent-color:var(--primary-color);}
.form-checkbox-group a{padding-left:15px;}
.form-group button{background-color:var(--primary-color);color:#fff;font-size:1em;}
.form-group button:hover{background-color:var(--secondary-color);color:#fff;}
/*rating*/
.stars {width:100%;text-align: center;border:1px solid #eee;border-radius:5px;overflow: hidden;display: flex;justify-content: center;flex-direction: row-reverse;margin-bottom:20px;}
.stars-focus{box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);}
input.star {display: none;}
label.star {margin:0;padding: 0 5px;font-size: 30px;color: #ddd;transition: all .2s;}
input.star:checked ~ label.star:before {content: '\f005';color: #FD4;transition: all .25s;font-weight: 900;}
input.star-5:checked ~ label.star:before {color: #FE7;}
input.star-1:checked ~ label.star:before {color: #F62;}
input.star-2:hover ~ label.star-1 {color: #F62;}
input.star-3:hover ~ label.star-1, input.star-3:hover ~ label.star-2 { color: #F62; }
input.star-4:hover ~ label.star-1, input.star-4:hover ~ label.star-2, input.star-4:hover ~ label.star-3 { color: #F62; }
input.star-5:hover ~ label.star-1, input.star-5:hover ~ label.star-2, input.star-5:hover ~ label.star-3, input.star-5:hover ~ label.star-4 {color: #F62;}
label.star:hover {color: #ffa300;}
label.star:before {content: '\f005';font-family: 'Font Awesome 5 Free';font-weight: 400;}
/*security-input*/
.security-group{margin-bottom:20px;position:relative;}
.security-group label{display: block;font-size:14px;font-weight:700;margin-bottom:5px;}
.security-group .img{position:absolute;bottom:0;left:0;}
.security-group .img img{min-height:45px;}
.security-group .img button{border:0;min-height:45px;min-width:45px;margin:0;background:transparent;}
.security-group input{text-indent:175px;min-height:45px;min-height:45px;border:1px solid #eee;font-size:1em;}
/*--- LOADING ---------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#loading{width:100%;height:100vh;position:fixed;top:0;left:0;background:rgba(0,0,0,.7);z-index:9999999;display:flex;flex-direction:column;justify-content:center;align-items:center;}
@keyframes spin{to{transform: rotate(360deg);}from{transform: rotate(0);}}
#loading:before{content:'\f110';color:#fff;font-family: 'Font Awesome 6 Free';font-weight:900;animation: spin infinite 1s linear;}
/*--- NO-CONTENT --------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.no-content{padding:40px 20px;border:1px dashed #eee;border-radius:10px;text-align:center;margin-bottom:30px;}
.no-content>i{font-size:30px;margin-bottom:15px;color:#aaa;}
.no-content>p{font-size:18px;padding:0;margin:0;font-weight:200;}
/*--- HEMEN ARA - WHATSAPP --------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@-webkit-keyframes ripple {0% {opacity: 1;-webkit-transform: scale(0);transform: scale(0);}100% {opacity: 0;-webkit-transform: scale(1);transform: scale(1);}}
@keyframes ripple {0% {opacity: 1;-webkit-transform: scale(0);transform: scale(0);}100% {opacity: 0;-webkit-transform: scale(1);transform: scale(1);}}

.fixed-button{position:fixed;bottom:15px;left:15px;display:flex;flex-direction:column;gap:15px;display:none;}
.fixed-button>a{height:40px;width:40px;text-align: center;border-radius:80px;z-index: 999;color: white;position:relative;}
.fixed-button>a>i{line-height:40px;font-size:25px;}
.fixed-button>a .ripple{position: absolute;width:120px;height:120px;z-index: -1;left: 50%;top: 50%;opacity: 0;margin: -60px 0 0 -60px;border-radius:80px;-webkit-animation: ripple 1.8s infinite;animation: ripple 1.8s infinite;}
.fixed-button>a .ripple:nth-child(2) {animation-delay: .3s;-webkit-animation-delay: .3s;}
.fixed-button>a .ripple:nth-child(3) {animation-delay: .6s;-webkit-animation-delay: .6s;}

.whatsAppBg{background-color: #068404 !important;background-image: linear-gradient(90deg, #068404, #0ba909);}
.hemenAraBg {background-color: #004080 !important;background-image: linear-gradient(90deg, #004080, #0073e6);}




/* =========================================================
   RESPONSIVE EK DÜZENLEMELER
   1920x1080 tasarımı bozmadan tablet / laptop / mobil uyumu
   Mevcut CSS dosyanızın EN ALTINA ekleyin
========================================================= */


/* ---------------------------------------------------------
   LARGE DESKTOP 1600 ↓
--------------------------------------------------------- */
@media only screen and (max-width:1600px){

    body{font-size:15px;}

    .slider{
        padding:180px 7% 0 7%;
    }

    .slider .content .t1{
        font-size:56px;
    }

    .slider .content .t1 strong{
        font-size:82px;
    }

    .m3 .box-1 strong{
        font-size:15em;
    }

    .menu{
        padding:140px 7% 50px 7%;
    }

}


/* ---------------------------------------------------------
   NOTEBOOK / SMALL DESKTOP 1440 ↓
--------------------------------------------------------- */
@media only screen and (max-width:1440px){

    body{font-size:14px;}

    header{
        padding:25px 4%;
    }

    .slider{
        padding:170px 6% 0 6%;
    }

    .slider .content{
        margin-left:20px;
    }

    .slider .content .t1{
        font-size:48px;
    }

    .slider .content .t1 strong{
        font-size:72px;
    }

    .m1 .m1-grid{
        grid-template-columns:1fr 1fr 1.5fr;
    }

    .m3{
        padding:150px 6%;
    }

    .page-form{
        padding:80px 6%;
    }

}


/* ---------------------------------------------------------
   LAPTOP 1200 ↓
--------------------------------------------------------- */
@media only screen and (max-width:1200px){

    body{font-size:13px;}

    .slider .swiper-slide{
        grid-template-columns:1fr 1fr;
        gap:30px;
    }

    .slider .content .t1{
        font-size:40px;
    }

    .slider .content .t1 strong{
        font-size:58px;
    }

    .m1 .m1-grid{
        grid-template-columns:1fr;
    }

    .m1 .m1-grid .m1_col{
        min-height:280px;
    }

    .m2 .list{
        gap:10px;
        flex-wrap:wrap;
        justify-content:center;
    }

    .m2 .list .list-item{
        max-width:none;
        width:auto;
    }

    .m3{
        padding:120px 5%;
    }

    .m3 .m3-flex{
        position:relative;
        flex-direction:column;
        gap:30px;
        margin-bottom:40px;
    }

    .m3 .m3-flex > div{
        max-width:100%;
        flex:0 0 100%;
    }

    .m3 .m3-wrapper{
        padding-top:0;
    }

    .m3 .box-1 strong{
        font-size:10em;
    }

    .page-form .form-body{
        grid-template-columns:1fr;
        gap:40px;
    }

    .page-form .form-button img{
        display:none;
    }

}


/* ---------------------------------------------------------
   TABLET LANDSCAPE 992 ↓
--------------------------------------------------------- */
@media only screen and (max-width:992px){

    header .teklif-al{
        display:none !important;
    }

    .menu{
        flex-direction:column;
        justify-content:center;
        gap:40px;
        text-align:center;
        padding:120px 30px 50px 30px;
    }

    .menu .menu-left,
    .menu .menu-right{
        width:100%;
        height:auto;
        align-items:center;
        text-align:center;
    }

    .menu .menu-left ul{
        gap:20px;
    }

    .menu .menu-right .social-media{
        justify-content:center;
        margin-bottom:25px;
    }

    .slider{
        min-height:auto;
        padding:160px 30px 70px 30px;
    }

    .slider .swiper-slide{
        grid-template-columns:1fr;
        text-align:center;
    }

    .slider .content{
        margin-left:0;
        order:2;
    }

    .slider .img{
        order:1;
    }

    .slider .img img{
        max-width:75%;
        margin:auto;
        display:block;
    }

    .slider .social-media,
    .slider .swiper-nav{
        display:none;
    }

    .m2 .m2-top{
        padding:0 30px;
    }

    .m2 .title h2,
    .m1 .title h2,
    .simple-product-page .page-other-products .t{
        font-size:3.2em;
    }

    .pro-box .title h3{
        min-height:auto;
    }

    .m4 .row > div{
        margin-bottom:30px;
    }

}


/* ---------------------------------------------------------
   TABLET PORTRAIT 768 ↓
--------------------------------------------------------- */
@media only screen and (max-width:768px){

    body{
        font-size:12px;
    }

    header{
        padding:20px 15px;
    }

    header .h-wrapper .h-right{
        gap:15px;
        padding-left:15px;
    }

    header .menu-bar .bar{
        width:36px;
        height:18px;
    }

    .slider{
        padding:130px 15px 50px 15px;
    }

    .slider .content .t1{
        font-size:30px;
    }

    .slider .content .t1 strong{
        font-size:42px;
    }

    .m1,
    .m2,
    .m4{
        padding:40px 0;
    }

    .m1 .title,
    .m2 .title{
        text-align:center;
    }

    .m1 .m1-grid .m1_col{
        padding:35px 20px;
        min-height:auto;
    }

    .m2 .m2-top{
        padding:0 15px;
    }

    .m2 .list{
        border-top:0;
        padding-top:0;
        margin-bottom:25px;
    }

    .m2 .list .list-item{
        width:100%;
    }

    .m2 .list .list-item button{
        width:100%;
        font-size:1em;
    }

    .m3{
        padding:70px 15px;
    }

    .m3 .box-1 strong{
        font-size:7em;
    }

    .m3 .countries{
        overflow-x:auto;
    }

    .page-form{
        padding:60px 15px;
        margin-top:50px;
    }

    .page-form .form-title{
        margin-bottom:30px;
    }

    .page-form .form-group .form-control,
    .page-form .security-group,
    .page-form .form-group button{
        height:60px;
        border-radius:30px;
    }

    .page-form .form-group .icon{
        top:15px;
    }

}


/* ---------------------------------------------------------
   MOBILE 576 ↓
--------------------------------------------------------- */
@media only screen and (max-width:576px){

    .slider .content .t1{
        font-size:24px;
        line-height:1.2;
    }

    .slider .content .t1 strong{
        font-size:32px;
    }

    .m1 .title h2,
    .m2 .title h2,
    .simple-product-page .page-other-products .t{
        font-size:2.4em;
    }

    .menu .menu-left ul > li > a{
        font-size:1.7em;
    }

    .menu .menu-right span{
        font-size:2em;
    }

    .menu .menu-right .a1{
        font-size:1.6em;
    }

    .menu .menu-right .a2{
        font-size:1.2em;
    }

    .m3 .box-1 strong{
        font-size:5em;
    }

    .m4 .news-box .img img{
        height:220px;
    }

    .pro-box .img{
        padding:20px;
    }

}


/* ---------------------------------------------------------
   EXTRA SMALL 400 ↓
--------------------------------------------------------- */
@media only screen and (max-width:400px){

    .slider .content .t1{
        font-size:20px;
    }

    .slider .content .t1 strong{
        font-size:26px;
    }

    .m1 .title h2,
    .m2 .title h2{
        font-size:2em;
    }

    .page-form .form-title h2{
        font-size:1.7em;
        line-height:1.3;
    }

}