/*
	Developer: Muhsin Aslan
	Twitter: @aktimur_

	Doctype: HTML5
	IDE: Sublime Text3, Photoshop, Google Fonts
*/

*,
*:before,
*:after {box-sizing: border-box;}

body {font-family: 'Roboto', 'Times New Roman';background: #fff;}
.center {max-width: 1170px;height: 100%;/* position: relative; */margin:0 auto;} 

#header {width: 100%;height: 130px;float: left;box-shadow: 0 1px 0 rgba(0,0,0,0.1);/* position: relative; */z-index: 999;transition: all .3s;}

#header #logo {float: left;margin-top: 0;height: 114px;}
#header #logo a {width: 100%;height: 100%;display: flex;justify-content: center;margin-top: 5px;}
#header #logo img {object-fit: contain;max-width: 275px;}
#header #menu {float: right;/* margin-top: 42px; */height: 100%;}
#header #menu ul {margin: 0;padding: 0;list-style: none;float: left;height: 100%;display: flex;align-items: center;}
#header #menu ul li {float: left;margin: 0;/* position: relative; */height: 100%;}
#header #menu ul li:last-child {margin-right: 0;}
#header #menu ul li a {display: flex;color: #3b3a3a;text-decoration: none;padding: 12px 22px;font-size: 15px;height: 100%;align-items: center;font-weight: 700;}
#header #menu ul li:hover a {background: #ed1c24;color: #fff;}
#header #menu .SingleAlt{position: relative;/* z-index: -999; */}
#header #menu .altMenus{flex-direction: column;display: flex;position:absolute;top: 120px;left: 0;width: 275px;background: #ffffff;z-index: -111;font-size: 15px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;box-shadow: 1px 8px 6px 0px rgba(0, 0, 0, 0.2);transition: all .4s;opacity: 0;height: auto;}
#header #menu .altMenus ul{flex-direction: column!important;}
#header #menu .altMenus li{display:block!important;border-radius: 0;}
#header #menu .altMenus li {padding: 10px;width: 100%;/* height: 41px; */}
#header #menu .altMenus li a{padding: 0!important;background: unset!important;color: #000000!important;}
#header #menu .altMenus li:hover a{background:#e4e4e4!important ;}
#header #menu .altMenus li:hover{border-radius: 0!important;background: #ed1c24!important;transition: all .3s;}
#header #menu .altMenus li:hover a{border-radius: 0!important;background: unset!important;transition: all .3s;color: #fff!important;}
#header #menu .altMenus li:hover .subMenu li a{color: #3b3b3b!important;}
#header #menu .altMenus li:hover .subMenu li:hover a{color: #ffff!important;}
#header #menu ul li:hover .altMenus{top: 130px;left: 0;transition: all .4s;opacity: 1;z-index: 999999999;}
#header #menu .altMenus li:hover ul.subMenu {visibility: visible;opacity: 1;left: 100%;transition: all .3s;height: 100%;}
#header #menu .altMenus .subMenu li{min-width:190px;/* color: #f2f2f2; *//* border-bottom: 1px solid rgb(235, 235, 235); *//* height: auto!important; */color: #000000!important;background: #fff;}
#header #menu .altMenus .subMenu li:last-child{border-bottom: unset;}
#header #menu .altMenus .subMenu li:hover{/* background-color: #595959!important; */}
#header #menu .altMenus .subMenu li a{padding: 10px;line-height: 20px;font-size: 14px;}
#header #menu .altMenus .subMenu li:last-child a{line-height: 30px!important;}
#header #menu .altMenus .subMenu{position:absolute;left: 0;top:0;visibility: hidden;opacity: 0;z-index: -1;/* background-color: #e4006a; */transition: all .3s;border-bottom-right-radius: 30px;}


.language {position: absolute;right: 25px;top: 15px;padding: 0;}
.language a {width: 16px;height: 11px;float: left;}
.language a.tr {background: url('../img/dil-tr.png');margin-right: 6px;}
.language a.en {background: url('../img/dil-en.png');}

/* #header #menu ul .multipleAlt:hover .altMenu {} */
#header #menu #altMenu {height: 0;width: 100%;position: fixed;z-index: 9999999;top: 130;left: 0;padding: 0 20px; background-color: rgb(255, 255, 255);overflow-x: hidden;transition: 0.5s;box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.13);}
#header #menu #altMenu .description {-webkit-box-flex:0;flex:1;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;padding-right:60px;}
#header #menu #altMenu .description h3 {margin:0;color: #393939;font-size:18px;text-transform:uppercase;font-weight: 700;}
#header #menu #altMenu .description h3::after {content:'';width:30px;height:2px;display:block;margin:15px 0;background: #f37221;}
#header #menu #altMenu .description p {margin:0 0 15px;color: #848484;font-size:14px;text-align: left;line-height: 1.1;}
#header #menu #altMenu .description a {display:inline-block;padding:10px 25px;color:#fff;font-size:15px;text-decoration:none;line-height:1;background: #ed1c24;font-weight: 500;transition: all .3s;}
#header #menu #altMenu .description a:hover {background: #393939;}
#header #menu #altMenu .items {-webkit-box-flex:1;flex:2;}
#header #menu #altMenu .items .row {display: flex;flex-wrap: wrap;margin: 0;}
#header #menu #altMenu .items .row:last-child .item::after {display:none }
#header #menu #altMenu .items .item {position:relative;flex: 1 0 25%;display:flex;}
#header #menu #altMenu .items .item::before {position:absolute;right:0;top:5px;bottom:5px;width:1px;background:#484848 }
#header #menu #altMenu .items .item::after {position:absolute;left:5px;right:5px;bottom:0;height:1px;background:#484848 }
#header #menu #altMenu .items .item a {display:block;color:#fff;text-decoration:none;padding: 0;background: unset;transition: all .3s;}
#header #menu #altMenu .items .item a:hover {transform: scale(1.1);} 
#header #menu #altMenu .items .item a:hover .t{font-size: 16px;color: #ed1c24;font-weight: 700;transition: all .3s;}
#header #menu #altMenu .items .item a .i {width:100%;display:block;text-align:center;padding-top: 15px;/* height: 250px; */}
#header #menu #altMenu .items .item a .i img {height: auto;vertical-align:middle;max-height: 141px;}
#header #menu #altMenu .items .item a .t {width:100%;display:block;font-size: 14px;font-weight:300;text-align:center;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;color: #393939;padding: 20px 0;transition: all .3s;}
#header #menu #altMenu .items .item a .t strong {font-weight:600 }

/* #header #menu ul .multipleAlt:hover .altMenu {} */
#header #menu #altMenuHiz {height: 0;width: 100%;position: fixed;z-index: 9999999;top: 130px;left: 0;padding: 0 20px;background-color: rgb(255, 255, 255);overflow-x: hidden;transition: 0.5s;box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.13);}
#header #menu #altMenuHiz .description {-webkit-box-flex:0;flex: 0.8;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;padding-right:60px;}
#header #menu #altMenuHiz .description h3 {margin:0;color: #393939;font-size:18px;text-transform:uppercase;font-weight: 700;}
#header #menu #altMenuHiz .description h3::after {content:'';width:30px;height:2px;display:block;margin:15px 0;background: #f37221;}
#header #menu #altMenuHiz .description p {margin:0 0 15px;color: #848484;font-size:14px;text-align: left;line-height: 1.1;}
#header #menu #altMenuHiz .description a {display:inline-block;padding:10px 25px;color:#fff;font-size:15px;text-decoration:none;line-height:1;background: #ed1c24;font-weight: 500;transition: all .3s;}
#header #menu #altMenuHiz .description a:hover {background: #393939;}
#header #menu #altMenuHiz .items {-webkit-box-flex:1;flex:2;}
#header #menu #altMenuHiz .items .row {display: flex;flex-wrap: wrap;margin: 0;}
#header #menu #altMenuHiz .items .row:last-child .item::after {display:none }
#header #menu #altMenuHiz .items .item {position:relative;flex: 0 0 30%;display:flex;align-items: center;justify-content: center;}
#header #menu #altMenuHiz .items .item::before {position:absolute;right:0;top:5px;bottom:5px;width:1px;background:#484848 }
#header #menu #altMenuHiz .items .item::after {position:absolute;left:5px;right:5px;bottom:0;height:1px;background:#484848 }
#header #menu #altMenuHiz .items .item a {display:block;color:#fff;text-decoration:none;padding: 0;background: unset;transition: all .3s;}
#header #menu #altMenuHiz .items .item a:hover {transform: scale(1.1);} 
#header #menu #altMenuHiz .items .item a:hover .t{font-size: 16px;color: #ed1c24;font-weight: 700;transition: all .3s;}
#header #menu #altMenuHiz .items .item a .i {width:100%;display:block;text-align:center;padding-top: 15px;/* height: 250px; */}
#header #menu #altMenuHiz .items .item a .i img {height: auto;vertical-align:middle;max-height: 141px;}
#header #menu #altMenuHiz .items .item a .t {width:100%;display:block;font-size: 14px;font-weight:300;text-align:center;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;color: #393939;padding: 20px 0;transition: all .3s;}
#header #menu #altMenuHiz .items .item a .t strong {font-weight:600 }

#menu i { font-size: 25px;display: none;}

/*Mobil Menu*/
#mFull {height: 100%;width: 0;position: fixed;z-index: 999999;top: 0;left: 0;background-color: rgb(255, 255, 255);overflow-x: hidden;transition: 0.5s;box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.13);}
#mFull .container {width: 80%;height: 100%;padding: 0;display: grid;grid-template-rows: 10vh 1fr 175px;}
#mFull .container .header {display: flex;justify-content: space-between;align-items: center;padding: 11px 0;border-bottom: 1px solid #ed1c24;}
#mFull .container .header img {max-height: 65px;padding: 11px 0;}
#mFull .container .content {display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;align-items: flex-start;flex-direction: column;border-bottom: 1px solid #ed1c24;padding-bottom: 5px;}
#mFull .container .info {/* position:relative; */display: flex;flex-direction: row;text-align: center;align-items: center;justify-content: center;padding: 1px 0;}
#mFull .container .info > div {margin-bottom: 20px;padding: 15px 12px;margin: 17px;}
#mFull .container .info::after {content:'';position:absolute;right:0;left: 0;top: 0;height: 1px;background: #d2d2d2;}
#mFull .container .info i {font-size: 32px;color: #000000;display: block;margin-bottom: 15px;}
#mFull .container .info a {font-size: 17px;display: block;line-height: 0.5;padding: 15px 0 0 0;color: #000000;}
#mFull .container .info .phone {position: relative;}
#mFull .container .info .phone a {font-size: 17px;}
#mFull .container .info > div::before {content: '';position: absolute;top: 57px;left: 50%;width: 25px;height: 2px;background: #bbbbbb;transform: translateX(-50%);}
#mFull .container .info .mail { position: relative; }
#mFull .closebtn {font-size: 38px;color: #d64b18;text-align: right;width: 100%;max-width: 100px;}
#mFull .container .content ul{flex: 1;list-style-type:none;margin: 0;padding: 0;display: flex;align-items: flex-start;justify-content: center;flex-direction: column;}
#mFull .container .content ul li{position:relative;padding: 12px 0;text-align: left;}
#mFull .container .content ul li.nopadding{padding: 0;}
#mFull .container .content ul li::before{position:absolute;content:'';width: 45px;height: 2px;bottom:0;left: 0;background-color: #ed1c24;transition: .4s all;/* transform: translateX(-50%); */}
#mFull .container .content ul li a{text-decoration:none;/* text-transform: uppercase; */font-family: 'Raleway', sans-serif;font-size: 14px;font-weight: 600;color: #000000;}
#mFull .container .content ul li a:hover{color: #6f6f6f;}
#mFull .container .content ul li:hover::before{width: 90px;}
#mFull .footerNav{width:100%;display:flex;flex-direction:row;align-items:center;justify-content: flex-end;padding: 20px 0;/* border-top: 1px solid #323b5e; */}
#mFull .footerNav-social{display:flex}
#mFull .footerNav-social span{color: #0a0a0a;font-weight: 200;font-size: 10px;}
#mFull .flags img{width: 42px;height: 22px;object-fit:  cover;margin: 0 5px;opacity: 0.7;}
#mFull .flags img:hover{opacity: 1; filter: brightness(150%);}
#mFull .flags img.aktif {opacity: 1;filter: brightness(150%);}
#mFull .footerNav-social a{margin-left:5px}
#mFull .footerNav-social a:first-child{margin-left:0}
#mFull .footerNav-social img{width: 62px;height: 16px;}
#mFull .footerNav-inviva{display:flex}
#mFull .footerNav-inviva img{width:62px;height:16px}
#mFull .dropdownMenu {position: relative;display: none;}
#mFull .dropdownMenu .levelTwo{padding: 10px 15px;border-top: 1px solid #f5f5f5;font-weight: 500;}
#mFull .dropdownMenu .levelThree{padding: 10px 0px; border-top: 1px solid #f5f5f5}
#mFull .dropdownMenu .levelFour{padding: 10px 0px; border-top: 1px solid #f5f5f5}
#mFull .dropdownMenu i{float:right;font-size:12px;margin-right:0;line-height:15px!important}
#mFull .container .content ul li ul a{padding: 12px 0px;text-align: left;font-size: 13px;}
#mFull .container .content ul li ul {padding: 0px 15px;}
#mFull .social{display:flex;flex-direction: column;height:auto;border-bottom: 1px solid #ed1c24;padding: 15px 0;}
#mFull .social h1{font-size: 15px;margin: 0;padding: 0;color: #ed1c24;}
#mFull .social .single{display: flex;padding: 10px 10px 0px;color: #6c6c6c;}
#mFull .social .wh{color: #1ebea5;}
#mFull .social .single i{/* color: #6c6c6c; */font-size: 15px;}
#mFull .social .single p{/* color: #000; */font-size: 14px;padding: 0;margin: 0;margin-left: 5px;}
#mFull .face{color:#395b9f;font-size: 40px;margin-right: 5px;}
#mFull .twitter{color:#2ca7df;font-size: 40px;margin-right: 5px;}
#mFull .insta{width: 35px;height: 35px;background: #527ea2;display: flex;align-items: center;justify-content: center;border-radius: 4px;}
#mFull .insta i{font-size: 20px;color:#fff;}

#slider {width: 100%;height: 600px;float: left;position: relative;z-index: 2;}
body.k #slider {height: 200px;overflow: hidden;}
body.k #slider .caption {display: none;}
#slider .swiper-container { width: 100%; height: 600px; float: left;}

#slider .swiper-container .swiper-slide {width: 100%;height: 600px;float: left;position: relative;z-index: 9999;}
/* #slider .swiper-container .swiper-slide :before{content:'';position:absolute;bottom:0;right:0;left:0;height: 100%;background: linear-gradient(-6deg,rgb(0 0 0 / 60%) 0,transparent);z-index: 999999;} */
#slider .swiper-container .swiper-slide span {width: 100%; height: 600px; float: left; background-position: center center; background-size: cover;}
#slider .center{position: relative!important;}
#slider .caption {position: absolute;right:0;bottom: 0;background: rgb(70 128 151 / 64%);width: 400px;padding: 50px;z-index: 9;text-align: center;}
#slider .caption h2 {color: #fafafa; margin: 0; padding: 0; font-size: 30px; line-height: 1.1;}
#slider .caption h2 span {font-weight: 200}
#slider .swiper-pagination{text-align:right;bottom: 15px;/* transform: translateX(-50%); */right: 6%;background:none;z-index: 9999;display:flex;flex-direction:column;align-items: center;}
#slider .swiper-pagination-bullet{width: 5px;height: 5px;background: rgb(255 255 255 / 24%);margin-top: 4px;border-radius: 0;z-index: 99999;opacity: 1;}
#slider .swiper-pagination-bullet.swiper-pagination-bullet-active{border: 2px solid #0000;background: #fff!important;width: 5px!important;height: 5px!important;}


#corporate { width: 100%; height: 250px; float: left;position: relative;}
#corporate .more {width: 70px; height: 250px; float: left; border-right: 1px solid #ddd; background: url('../img/more.png') no-repeat bottom left}
#corporate .textBlock {width: 700px;height: 250px;float: left;background: #fff;padding: 65px 230px 55px 60px;}
#corporate .textBlock p {color: #7f7f7f;font-size: 17px;font-weight: 200;margin: 0 0 10px 0;}
#corporate .textBlock p strong {font-weight: 700;font-size: 25px;line-height: 1;color: #393939;}
#corporate .imageBlock {width: 400px;height: 500px;float: left;margin-top: -26px;z-index: 9999999;}
#corporate .imageBlock img {display: block;}

#links {width: 100%;height: 230px;float: left;background: #e4022e;}
#links .center{position: relative;}
#links .homeList {width: 740px;height: 100%;float: left;}
#links .homeList ul {width: 100%; height: 100%; float: left; margin: 0; padding: 0; list-style: none;}
#links .homeList ul li {width: 33.3%;height: 170px;float: left;display: table;vertical-align: middle;margin-top: 30px;}
#links .homeList ul li:first-child{border-left: unset;}
#links .homeList ul li a {display: table-cell;min-width: 180px;vertical-align: middle;text-align: center;text-decoration: none;transition: all .3s;border-left: 1px solid #e53234;}
#links .homeList ul li a:first-child{border-left: unset;}
#links .homeList ul li a:hover {background: #d30c0f;box-shadow: inset 0 0 38px 3px rgba(28, 43, 68, 0.12);}
#links .homeList ul li .icon {display: block;}
#links .homeList ul li .title {color: #ffffff;float: left;width: 100%;text-align: center;margin-top: 20px;font-size: 18px;}

#news {width: 100%;height: 525px;float: left;padding: 75px 0;background: #f4f6f8;border-bottom: 1px solid #dfe2e6;}
#news .newsImage {width: 500px;height: 375px;float: left;box-shadow: 0 0 10px rgba(80, 80, 80, 0.56);background: #fff;}
#news .newsImage img { display: block; max-width: 530px; width: 100%;}
#news .information {width: 670px;height: 375px;float: left;padding-left: 90px;position: relative;padding-top: 75px;padding-right: 90px;}
#news .information h1 {margin: 0 0 20px 0;padding: 0;color: #393939;font-size: 35px;font-weight: 700;}
#news .information p {margin: 0;padding: 0;color: #393939;font-size: 20px;font-weight: 400;}
#news .allNews {position: absolute;left: 90px;bottom: 0;line-height: 50px;color: #868686;}
#news .allNews a {width: 50px;height: 50px;float: left;background: #3a3a3a;color: #fafafa;line-height: 50px;text-align: center;margin-right: 20px;}

#categories {width: 100%;float: left;padding-top: 35px;padding-bottom: 35px;background: #fff;border-bottom: 1px solid #dfe2e6;}
#categories .catLinks { width: 100%; height: 70px; float: left; position: relative; z-index: 20}
#categories .catLinks a {width: 50%;float: left;line-height: 70px;background: #e0e5eb;display: block;text-decoration: none;color: #3b3b3b;font-size: 15px;position: relative;}
#categories .catLinks a .hower {position: absolute;width: 15px;height: 15px;bottom: -14px;background: url('../img/linkarrow.png') -99px -99px;}
#categories .catLinks a.first {text-align: right; width: 29.7%; padding-right: 30px}
#categories .catLinks a.first .hower {right: 0; background-position: 0 0; display: none;}
#categories .catLinks a.last {text-align: left;float: right;width: 69.7%;padding-left: 30px;background: #ddd;transition: all .3s;}
#categories .catLinks a.last .hower {left: 0; background-position: -15px 0; display: none;}
#categories .catLinks a:hover {background: #3a3a3a;color: #fafafa;}
#categories .catLinks a:hover .hower {display: block;}
#categories .catLinks a.active {background: #3a3a3a;color: #fafafa;}
#categories .catLinks a.active .hower {display: block;}
#categories .list {position: relative;  width: 100%; height: 265px; float: left; margin-top: 50px;}
#categories .list .swiper-container { position: relative; padding: 0 15px;}
#categories .list ul { position: static; margin: 0; padding: 0; list-style: none;}
#categories .list .services ul li {/* margin-right: 15px; */}
#categories .list ul li {height: 265px;float: left;}
#categories .list ul li:last-child {margin-right: 0;}
#categories .list ul li a {color: #ff7c29;display: flex;text-decoration: none;justify-content: center;align-items: center;flex-direction: column;}
#categories .list ul li .image {height: 196px;float: left;overflow: hidden;display: flex;border: 1px solid #eae9e9de;justify-content: center;align-items: center;}
#categories .list .services ul li .image {width: auto; height: 196px; float: left; overflow: hidden;border:unset;}
#categories .list ul li .image img {width: 100%; display: block;}
#categories .list ul li .title {width: 100%;height: 40px;margin-top: 20px;text-align: center;display: flex;/* justify-content: space-between; */align-items: center;}
#categories .list ul li .title .icon {flex-basis: 40px;flex-grow: 0;flex-shrink: 0;height: 40px;border: 2px solid #d6dae0;line-height:40px;border-radius: 50%;text-align: center;margin-right: 10px;color: #393939;}
#categories .list ul li .title .icon i {color: #a4abb6;}
#categories .list ul li .title p{font-size: 14px;color:#393939;margin: 0;padding: 0;font-weight: 600;}
#categories .list .swiper-button-prev {left:0;background-image: unset;text-align: left;}
#categories .list .swiper-button-next {right: 0;background-image: unset;text-align: right;}
#categories .list .swiper-button-next i, #categories .list .swiper-button-prev i {color: #545454;font-size: 23px;}

#footer {width: 100%;float: left;background: #f0f0f0;box-shadow: 1px -13px 13px 0px rgb(0 0 0 / 8%);}
#footer .footerTop {width: 100%;float: left;margin-bottom: 50px;border-bottom: 2px solid #e9ebee;padding: 40px 0;height: 300px;}

#footer .footerTop .left {width: 33.33%;float: left;}
#footer .footerTop .left .logo {float: left; margin-bottom: 30px;}
#footer .footerTop .left .copyright {float: left; color: #2b3b53;}
#footer .footerTop .left .copyright p {margin: 0;padding: 0;float: left;font-size: 14px;color: #5d5d5d;}
#footer .footerTop .left .copyright .footerAdress{font-weight: 700;font-size: 15px;padding-top: 30px;}
#footer .footer-center{width: 33.33%;float:left;display:flex;flex-direction:column;align-items:center;height: 100%;justify-content: center;}
#footer .footer-center-line{width:26px;height:2px;background-color:#bfc4cb}
#footer .footer-center p{margin:15px 0;font-size:17px;font-weight:300}
#footer .footer-center-icons a{width:30px;height:30px;display:inline-flex;justify-content:center;align-items:center;background-color: #c4c4c4;}
#footer .footer-center-icons a:hover{background-color:#989ca0}
#footer .footer-center-icons a i{color:#fff;font-size:17px}
#footer .footerTop .right {width: 33.33%; float: right;}
#footer .footerTop .right .information {width: 100%; text-align: right;}
#footer .footerTop .right .information .icon {display: flex;/* flex-direction: column; */align-items: center;text-decoration: unset;margin-top: 20px;justify-content: flex-end;}
#footer .footerTop .right .information .icon img{display: flex;/* margin-bottom: 10px; */width: 35px;margin-right: 12px;}
#footer .footerTop .right .information .icon h4 {font-size: 16px;color: #3a3a3a;display: inline-block;margin:0;padding: 0;font-weight: 700;}
#footer .footerTop .right .information .icon p{font-size: 18px;color: #3a3a3a;display: inline-block;margin:0;padding: 0;}


#footer .footerTop .right .information h2 {margin: 0;padding: 0;display: block;width: 100%;float: right;color: #2b3b53;opacity: .7;text-decoration: none;}
#footer .footerTop .right .information h3 {margin: 0;padding: 0;display: block;width: 100%;float: right;}
#footer .footerTop .right .information h3 a {margin: 0;padding: 0;display: block;width: 100%;float: right;color: #2b3b53; font-size: 16px; text-decoration: none; opacity: .7}
#footer .footerTop .right .copyright .footerAdress{font-weight: 700;font-size: 15px;padding-top: 30px;text-align: end;color: #5d5d5d;}
#footer .footerBot {width: 100%; float: left; padding: 20px 0 0 0; position: relative;}
#footer .footerBot .prativa {width: 80px; height: 11px; position: absolute; right: 0; bottom: 30px; background: url('../img/prativa.png') no-repeat}
#footer .footerBot .prativa a {width: 80px; height: 11px; display: block; float: left;}

#content {width: 100%;float: left;/* padding: 30px 0; */background: #ffffff;position: relative;/* z-index: 99999; */}
#content .title {display: block;position: absolute;left: 0;top: -100px;height: 100px;width: 100%;background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);}
#content .title h2 {margin: 0;padding: 0;line-height: 120px;height: 100px;color: #fafafa;float: left;width: 100%;}
#content .text p {margin: 0 0 20px 0;padding: 0;}

#content .list {margin: 0;padding: 0;list-style: none;width: 100%;display: -ms-grid;display: grid;-ms-grid-columns: repeat(auto-fit, minmax(32%, 1fr));grid-template-columns: repeat(auto-fit, minmax(32%, 1fr));grid-auto-rows: auto;grid-gap: 50px 20px;}
#content .list li {max-width: 370px;}
#content .list li:nth-child(3n) {margin-right: 0;}
#content .list li a {width: 100%; display: block; color: #fafafa; text-decoration: none;}
#content .list li .lImage {width: 100%;height: auto;float: left;overflow: hidden;}
#content .list li .lImage img {max-width: 100%;height: 100%;max-height: 175px;display: block;margin: 0 auto;}
#content .list li .lTitle {width: 100%;padding: 10px 0 10px 10px;float: left;margin: 0;background: #989898;transition: all .2s;border-radius: 19px;text-align: center;}
#content .list li .lTitle:hover {padding-left: 20px;}
#content .list li .lTitle h2 {padding: 0;margin: 0;font-size: 16px;font-weight: 600;}

.news .image {float: left;width: 500px;max-width: 100%;height: auto;padding: 20px 0;background: #fff;}
.news .textq {float: right;width: 640px;max-width: 100%;padding: 0 10px;}

.adres {float: left;max-width: 380px;width: 100%;}
.form {width: 520px;max-width: 100%;float: right;}

table { border:none}
table tbody {border-color: #e8e4e4;}

.kslide { width: 100%; height: 250px; float: left; position: relative; background-position: center center; background-size: cover;}

.fotorama {  display: flex; justify-content: center; }

.content .image img {box-shadow: 1px 2px 5px #00000085;max-width: 100%;}

.pageList { display: grid;grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));grid-template-rows: auto;grid-auto-rows: 122px;grid-gap: 20px;margin-top: 40px; }
.pageList a { display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;width: 100%;height: 100%;justify-content: center;align-items: center;color: #fff;font-weight: 700;font-size: 16px;background: #ee7202;padding: 50px;text-align: center; }


#newsAndTwoBox{
}
#newsAndTwoBox .container{display:grid;grid-template-columns: 33% 1fr;grid-template-rows:620px;height:100%;grid-gap: 10px;padding: 50px 0;}
.news a:hover{text-decoration: none;}
.news{background-color: #f0f0f0;padding:30px;}
.news .swiper-container{width:100%;height:100%}
.news .swiper-pagination-progressbar{background:none}
.news .swiper-pagination-bullet { margin: 0 5px 0 0; }
.news .image{width:100%;height: 220px;position:relative;}
.news .image span{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:bottom;background-repeat:no-repeat}
.news .title{width:100%;margin: 25px 0 5px;overflow:hidden;text-overflow:ellipsis;background: unset!important;}
.news .title h4{font-size:23px;font-weight:700;color: #e4022e;}
.news .desc{width:100%;height:70px;}
.news .desc span{font-size:15px;color: #7d7d7d;font-weight: 400;}
.news .swiper-pagination{position:static;margin-top:-30px;padding:10px 0;border-top: 1px solid #e4022e;text-align:left;bottom:-20px;}
.news .swiper-pagination-bullet-active {background: #ed1c24;}
#newsAndTwoBox .TwoBox{width: 100%;display: flex;flex-direction: column}
#newsAndTwoBox .TwoBox .topBox{width: 100%;height: 50%;display: flex;flex-direction: row;}
#newsAndTwoBox .TwoBox .topBox .topLeft{width: 93%;}
#newsAndTwoBox .TwoBox .topBox .topLeft img{width: 100%;height:100%;}
#newsAndTwoBox .TwoBox .topBox .topRight{width: 100%;height: 100%;background: rgb(70 128 151);position: relative;align-items: center;display: flex;}
#newsAndTwoBox .TwoBox .topBox .topRight::after{content: "";position: absolute;left: -45px;bottom: 0;border-top: 45px solid transparent;border-bottom: 0px solid transparent;border-right: 45px solid #468097;}
#newsAndTwoBox .TwoBox .topBox .topRight .text{padding: 30px 50px;color: #fff;}
#newsAndTwoBox .TwoBox .topBox .topRight h1{font-size: 25px;margin: 0;padding: 0;}
#newsAndTwoBox .TwoBox .topBox .topRight p{font-size: 15px;margin: 0;padding: 20px 0;}
#newsAndTwoBox .TwoBox .topBox .topRight .button{width: 130px;height: 35px;background: #285364;padding: 10px 15px;}
#newsAndTwoBox .TwoBox .topBox .topRight a{text-decoration: none;color: #fff; font-weight: 700; font-size: 15px;}
#newsAndTwoBox .TwoBox .bottomBox{width: 100%;height: 50%;display: flex;flex-direction: row;margin-top: 10px;}
#newsAndTwoBox .TwoBox .bottomBox .bottomRight{width: 100%;}
#newsAndTwoBox .TwoBox .bottomBox .bottomRight img{width: 100%;height:100%;}
#newsAndTwoBox .TwoBox .bottomBox .bottomLeft{width: 94%;height: 100%;background: #ada3a1;position: relative;display: flex;align-items: center;}
#newsAndTwoBox .TwoBox .bottomBox .bottomLeft::after{content: "";position: absolute;right: -45px;top: 0;border-bottom: 45px solid transparent;border-top: 0px solid transparent;border-left: 45px solid #ada3a1;}
#newsAndTwoBox .TwoBox .bottomBox .bottomLeft .text{padding: 35px 60px 40px 35px;color: #fff;}
#newsAndTwoBox .TwoBox .bottomBox .bottomLeft h1{font-size: 25px;margin: 0;font-weight: 700;display: flex;align-items: center;}
#newsAndTwoBox .TwoBox .bottomBox .bottomLeft h1 img{margin-right: 20px;}
#newsAndTwoBox .TwoBox .bottomBox .bottomLeft p{font-size: 15px;margin: 0;padding: 30px 0;}
#newsAndTwoBox .TwoBox .bottomBox .bottomLeft .button{width: 180px;height: 35px;background: #746d6b;padding: 10px 15px;}
#newsAndTwoBox .TwoBox .bottomBox .bottomLeft a{text-decoration: none;color: #fff; font-weight: 700; font-size: 15px;}
