@font-face{
    font-family:"Gilroy-Regular";
    src:url("../../fonts/GilroyW05-Regular.woff2") format("woff2"),url("../../fonts/GilroyW05-Regular.woff") format("woff");
}
@font-face{
    font-family:"Gilroy-SemiBold";
    src:url("../../fonts/GilroyW05-SemiBold.woff2") format("woff2"),url("../../fonts/GilroyW05-SemiBold.woff") format("woff");
}
body{
    font-family:"Gilroy-Regular";
    overflow-x:hidden;
    color:#151515;
}

img {
    pointer-events: none;
}




.show-search .header .header-container .header-navigation,
.show-search .header .header-container .header-buttons,
.show-search .header .header-container .global-automotive-logo{
    opacity:0;
     -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.mega-panel-title{
    font-family:"Gilroy-Regular" !important;
    font-size: 37px;
}

.header{
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    background-color: rgba(0,0,0,0.65);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: background-color .2s ease-in-out,color .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out,color .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out,color .2s ease-in-out,transform .2s ease-in-out;
    transition: background-color .2s ease-in-out,color .2s ease-in-out,transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    width: 100%;
    z-index: 1000;
    position:fixed;
    left:0;
    right:0;
    top:0;
}

a.logo{
    width:120px;
    display:inline-flex;
    height:76px;
    position:absolute;
    left:15px;
    top:0;
}
a.logo .logo{
    position:relative;
    top:initial;
    left:initial;
    right:initial;
    bottom:initial;
    height: auto !important;
    width:auto !important;
}

.logo .logo__logo{
    fill:#ff3700;
}
.logo .logo__text{
    fill:#000;
}
a,a:hover{
    color:#151515;
    text-decoration: none !important;
}
.header-navigation{
    display:flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}
.header-navigation a{
    color:#404040;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    padding: 15px 15px 5px;
    text-decoration: none;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    font-family:"Gilroy-SemiBold";
}
.header-navigation a:hover{
    color:#ff3700;
}

.header-container{
    position:relative;
    padding-left:140px;
    padding-right:15px;
    height:76px;
    display:flex;
    align-items: flex-end;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.language{
    display:inline-flex;
    width:32px;
    align-items: center;
    justify-content: center;
    position: absolute;
    right:190px;
    bottom:5px;
    height:32px;
}
.language .dropdown-toggle{
    background:transparent;
    border:0 !important;
    box-shadow: none;
}
.language .dropdown-toggle:focus{
    outline:0;
}
.language .dropdown-toggle::after{
    display:none !important;
}
.language svg{
    width:100%;
    height:100%;
}
.language .dropdown-item{
    font-size:0.85rem;
}
.language .dropdown-item:focus,.language .dropdown-item:hover{
    background:#ff3700;
    color:#fff;
}

.language svg .globe-stroke{
    stroke: #fff;
    fill:#fff;
}

.search-button{
    width:32px;
    height:32px;
    display:flex;
    align-items: center;
    justify-content: center;
    padding:6px;
    position:absolute;
    right:220px;
    bottom:5px;
}
.search-button svg path{
    fill:#fff;
}
.search-button svg {
    width:100%;
    height:100%;
}

.header.sticky .search-button svg path,.header.mega-visible .search-button svg path{
    fill:#000;
}

.burger-menu{
    position:absolute;
    width:32px;
    height:32px;
    right:0;
    bottom:5px;
    margin:auto;
    padding:5px;
    display:none;
    cursor:pointer;
}
.burger-menu svg{
    width:100%;
    height:100%;
    fill:#fff;
}

.header-navigation{
    flex-grow: 1;
}
.header-button-icon{
    display:flex;
    width:32px;
    height: 32px;
    max-width: 32px;
    min-width: 32px;
    max-height: 32px;
    min-height: 32px;
    justify-content: center;
    align-items: center;
    padding:5px;
    cursor: pointer;
}
.header-button-icon svg{
    stroke-width:1;
}
.header-buttons{
    display:flex;
    align-items: center;
    justify-content: center;
    padding-right:10px;
}
.global-automotive-logo span{
    display:block;
    font-weight: 500;
    
    font-size:15px;
}
.header-button{
    display:flex;
    align-items: center;
    cursor:pointer;
}
.header-button-text{
    padding-right:10px;
    font-weight: 500;
    font-size:15px;
}


.mega-panel{
    background: #fff;
    color: #151515;
    left: 0;
    overflow: hidden;
    padding-bottom: 36px;
    padding-top: 110px;
    position: absolute;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    top: 0;
    width: 100%;
    z-index: 1;
    max-height: calc(100vh - 110px);
    overflow-y: auto;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.15);
}
.mega-panel.visible{
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 0px);
}
.header-main{
    z-index: 100;
    position:relative;
    width: 100%;
}

.header .logo .logo__text{
    fill:#fff !important;
}

.header .header-navigation a, .header .global-automotive-logo span{
    color:#fff;
}
.header .global-automotive-logo span.orange{
    color:#ff3700;
}
.header .header-button-icon svg{
    stroke:#fff;
}
.header .header-button-text{
    color:#fff;
}


.visible-customize .header,.show-search .header{
    background:#fff;
}

.header.sticky .logo .logo__text,
.visible-customize .header .logo .logo__text,
.show-search .header .logo .logo__text,
.header.mega-visible .logo .logo__text{
    fill:#000  !important;
}

.header.sticky .header-button-icon svg,
.visible-customize .header .header-button-icon svg,
.show-search .header .header-button-icon svg,
.header.mega-visible .header-button-icon svg{
    stroke:#000;
}
.header.sticky .header-button-text,
.visible-customize .header .header-button-text,
.show-search .header .header-button-text,
.header.mega-visible .header-button-text{
    color:#000;
}
.header.sticky .header-navigation a,.header.sticky .global-automotive-logo span,
.visible-customize .header .header-navigation a,
.visible-customize .header .global-automotive-logo span,
.show-search .header .global-automotive-logo span,
.show-search .header .header-navigation a,
.header.mega-visible .global-automotive-logo span{
    color:#000;
}

.header.sticky .global-automotive-logo span.orange,
.visible-customize .header .global-automotive-logo span.orange{
    color:#ff3700;
}

.header.mega-visible .header-main:after,.header.sticky .header-main:after {
    background: #ff3700;
    bottom: 0;
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    content:"";
    height: 2px;
    z-index: 3;
}


.visible-customize .header:after,
.show-search .header:after{
   background: #ff3700;
    bottom: 0;
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    content:"";
    height: 2px;
    z-index: 3;
}
.header.mega-visible{
    background:#fff;
}

.header.sticky{
    background:#fff;
}

.header.mega-visible  a:hover{
    color:#ff3700 !important;
}
.header.mega-visible .logo .logo__text,.header.sticky .logo .logo__text{
    fill:#000;
}

.header.mega-visible  .header-navigation a,.header.sticky .header-navigation a{
    color: #151515;
}

.header.mega-visible  .header-navigation .mega-menu-link.active{
    color:#ff3700;
}
.mega-panel-title{
    font-size:14px;
    line-height: 1.5;
}
.mega-panel-links a{
    display:block;
    padding:5px 0;
    font-size:18px;

}
.mega-panel-links a:hover{
    color:#ff3700;
}
.mega-panel-title{
    opacity: 0.5;
}
.main-boxes{
    display:flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.main-box-item{
    width:33.33%;
    display:flex;
    align-items: flex-end;
    position:relative;
    overflow: hidden;
    background:#151515;
}
.main-box-caption{
    padding:200px 50px 50px 50px;
    color:#fff;
    position:relative;
    z-index: 10;
    height:100%;
     /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10 preview */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-8 */
}
.main-box-bg{
    position:absolute;
    z-index: 5;
    left:0;
    right:0;
    top:0;
    bottom:0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-box-title{
    font-family:"GilroyBold";
}
.main-box-item:hover .main-box-bg{

    -webkit-transform: scale(1.05);  
    -moz-transform:  scale(1.05);  
     -ms-transform:  scale(1.05);  
      -o-transform:  scale(1.05);  
         transform:  scale(1.05);  
         opacity:0.7;
}
.mega-panel-main-title{
    font-family:"Gilroy-Regular" !important;
    margin:0;
}
.mega-panel-main-title-icon{
    width:32px;
    display:inline-block;
    height:32px;
    margin-right:10px;
}
.mega-panel-main-title-icon img{
    width:100%;
}
.mega-panel-main-title-wrapper{
  display:flex;
  align-items: center;
  margin-bottom:20px;
  margin-top:20px;
}
.searchbar-wrapper{
    position:fixed;
    top:0;
    bottom:0;
    margin:auto;
    left:0;
    right:0;
    background:rgba(0,0,0,0.7);
    z-index: 9999;
 
    display:none;
    padding-top:100px;
}
.mega-panel-categories-lists{
    display:flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.mega-panel-category-item{
    margin-bottom:30px;
    width:25%;
    padding:0 15px;
}
.mega-panel-sub-levels{
    display:none ;
    padding-left:50px;
}
.submenu-item-list a{
    display:block;
}
.mega-panel-link-sub.active{
    color:#ff3700;
}
.mega-panel-link-sub{
    display:flex !important;
    align-items: center;
}
.mega-panel-link-sub.active .arrow-mega svg{
    stroke:#ff3700;
}
.arrow-mega{
    display:flex;
    align-items: center;
    justify-content: center;
    margin-left:10px;
}

.submenu-item-list a {
    display: block;
    padding: 5px 0;
    font-size: 18px;
}
.mega-panel-sub-levels-children{
    display:none;
}
.mega-panel-link-children{
    display: flex !important;
    align-items: center;
}

.mega-panel-link-children.active{
    color:#ff3700;
}
.mega-panel-link-children.active .arrow-mega svg{
    stroke:#ff3700;
}

















.container{
    max-width: 1600px;
}

.icon-size{
    display:flex;
    align-items: center;
    justify-content: center;
}

.icon-size svg{
    width:100%;
    height:100%;
}
.icon-size-10{
    width:10px;
    height:10px;
    min-width:10px;
    min-height:10px;
    max-width: 10px;
    max-height:10px;
}
.icon-size-16{
    width:16px;
    height:16px;
    min-width:16px;
    min-height:16px;
    max-width: 16px;
    max-height:16px;
}
.icon-size-20{
    width:20px;
    height:20px;
    min-width:20px;
    min-height:20px;
    max-width: 20px;
    max-height:20px;
}
.icon-size-24{
    width:24px;
    height:24px;
    min-width:24px;
    min-height:24px;
    max-width: 24px;
    max-height:24px;
}

.icon-size-32{
    width:32px;
    height:32px;
    min-width:32px;
    min-height:32px;
    max-width: 32px;
    max-height:32px;
}

.icon-size-48{
    width:48px;
    height:48px;
    min-width:48px;
    min-height:48px;
    max-width: 48px;
    max-height:48px;
}

.icon-size-64{
    width:64px;
    height:64px;
    min-width:64px;
    min-height:64px;
    max-width: 64px;
    max-height:64px;
}

.scroll-down-wrapper{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    /*pointer-events: none;*/
    z-index: 11;
    text-align: right;
}

.scroll-down-line{
    position:absolute;
    left:0;
    bottom:0;
    margin:auto;
    width:1px;
    overflow: hidden;
    height:80px;
}
.scroll-down-line .line{
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(to bottom, #ff3700 50%, rgba(255, 55, 0, 0) 50%);
    background-position: 0 -60px;
    background-size: 100% 200%;
    animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

.scroll-down{
    position:relative;
    height:80px;
    width:250px;
    padding-left:20px;
    color:#fff;
    float:right;
    text-align: left;
}
.scroll-down-text{
    font-size:0.9rem;
}
.black{
    color:#151515;
}
.download-app{
    display:block;
}
.footer-links{
    margin-bottom:20px;
}
.footer-link{
    display:flex;
    align-items: center;
    padding:15px 0;
    border-bottom:1px solid rgba(255,255,255,0.1);
}

.footer-link .footer-link-icon{
    margin-right:10px;
    width:32px;
    height:32px;
    display:flex;
    align-items: center;
    justify-content: center;
    padding:4px;
}
.footer-link .footer-link-icon svg{
    width:100%;
    height:100%;
}

.footer-link-text{
    color:#fff;
    flex-grow:  1;
}


.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, 0);
}

.footer-link-arrow{
    display:flex;
    width:32px;
    height:32px;
    align-items: center;
    justify-content: center;
    padding:4px;
    color:#fff;
    margin-left:10px;
}
.product-catalogue{
    padding:150px 0;
}
.gray-section-half-full {
    padding:0 !important;
}
.gray-section-half-full .first-half{
    width:50%;
    background:#ccc;
    position:relative;
}

.gray-section-half-full .second-half{
    width:50%;
    padding:100px 100px 100px 50px;
}
.gray-section-half-full{
    display:flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.list-with-icon{
    display:flex;
    align-items: center;
    color:#fff;
    padding:6px 0;
}
.list-with-icon .icon-size{
    margin-right:10px;
}
.link-text-with-icon{
    display:flex;
    align-items: center;
    margin-top:16px;
    color:#fff;
}
.link-text-with-icon .icon-size{
    margin-right:10px;
    stroke:#fff;
}

.remove-all-filters{
    display:inline-flex;
    padding:5px 15px;
    background:#fff;
    border:1px solid #979797;
}
.map-filters-title{
    font-size:1.1rem;
    margin-bottom:10px;
}
.selected-filters{
    display:flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom:5px;
}
.selected-filter-remove{
    width:24px;
    height:24px;
    cursor:pointer;
    display:flex;
    align-items: center;
    justify-content: center;
    padding:2px;
}
.map-filters{
    padding:15px 0;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    margin-bottom:10px;
}
.selected-filter-remove svg{
    width:100%;
    height:100%;
}
.selected-filters-item{
    display:inline-flex;
    margin:0 5px 5px 0;
    background:#fff;
    padding:5px 15px;
    font-size:0.9rem;
}

.dropdown-filters{
    display:flex;
    align-items: center;
    flex-wrap: wrap;
}
.dropdown-filters .dropdown .btn-link{
    padding:10px 0;
    color:#151515;
    text-decoration: none !important;
    font-weight: 600;
}
.dropdown-filters .dropdown .btn-link.show{
    color:#ff3700;
    text-decoration: underline !important;
}
.dropdown-filters .dropdown .btn-link.active{
    color:#ff3700;
}
.dropdown-filters .map-filter .single-filter.active{
    color:#ff3700;
}
.single-filter{
    font-weight: 600;
    position:relative;
    display:inline-flex;
    overflow: hidden;
    cursor: pointer;
}
.single-filter input{
    position:absolute;
    opacity: 0;
    left:-50px;
    top:-50px;
}
.dropdown-filters .map-filter{
    margin-right:15px;
}
.dropdown-filters .map-filter:last-child{
    margin-right: 0;
}

.dropdown-filters .dropdown-toggle::after {
    display: none !important;
}
.dropdown-filters .dropdown-menu{
    background: #fff;
    border:0;
    padding: 25px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    min-width: 240px;
}

.dropdown-filters .dropdown-menu h4{
    font-size:1rem;
}

.dropdown-filters .form-check-label{
    font-size:0.9rem;
    line-height: 1.2;
    margin-bottom:8px;
}
.dropdown-menu h4{
    opacity: 0.6;
}
.countries-toggle{
    display:none;
}
.country-item-check{
    display:flex;
    align-items: center;
}
.country-collapse-item{
    padding:5px 0;
    border-bottom:1px solid #ccc;
}

.country-collapse-item:last-child{
    border-bottom:0;
}
.collapse-button .collapse-button-arrow {
  transition: transform 0.3s ease;
}
.collapse-button.active .collapse-button-arrow  {
  transform: rotate(180deg);

}
.countries-toggle.active{
    display:block;
}
.label-country-checkbox  {
    display:flex;
    align-items: center;
    width:100%;
    padding:6px 0;
}
.country-collapse-item .form-check-input{
    margin-right:5px;
    margin-top:0;
    width:16px;
    height:16px;
    min-width: 16px;
    min-height: 16px;
}
.collapse-button{
    display:block;
    padding-right:20px;
    cursor:pointer;
    position:relative;
    width:100%;
    font-size:1rem;
    font-weight: 600;
}
.collapse-button-arrow{
    position:absolute;
    right:0;
    width:20px;
    height:20px;
    display:block;
    top:0;
    bottom:0;
    margin:auto;
    display:flex;
    align-items: center;
    justify-content: center;
}
.countries-toggle {
    padding-left:10px;
}
.country-item-check{
    display:flex;
    align-items: center;
    width:100%;
    margin-bottom:5px;
    font-size:0.9rem;
}
.country-item-check .form-check-input{
    margin-top:0;
    margin-right:5px;
}
.form-check-input:focus{
    border-color:#ff3700 !important;
}


.hero{
    position: relative;
    min-height: 750px;
    background: #000;
    padding: 200px 0 150px 0;
    display:flex;
    align-items: center;
    justify-content: center;
}
.country-item-check .fi{
    margin-right:5px;
}

.hero-internal{
    position: relative;
    min-height: 500px;
    background: #000;
    padding: 200px 0 100px 0;
    display: flex;
    align-items: center;
}
.hero-left{
    position: relative;
    min-height: 600px;
    background: #000;
    padding: 200px 0 150px 0;
    display:block;
}


.search-button svg path{
    fill:#fff;
}
.search-button svg {
    width:100%;
    height:100%;
}

.header.sticky .search-button svg path,.header.mega-visible .search-button svg path{
    fill:#000;
}
.header.sticky .bookmark-button svg, .header.mega-visible .bookmark-button svg {
    stroke:#000 !important; 
}

.header.sticky .my-space-text, .header.mega-visible .my-space-text{
    color:#000;
}


.hero-description{
    color:#fff;
    font-size:1.2rem;
}
.hero-title{
    font-size:48px;
}
.hero-publishing-date{
    color:#fff;
    font-size: .875em;
    margin-top:40px;
}






.c-scrolldown {
    width: 1px;
    height: 80px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
  }

.white-boxes-list{
    display:flex;
    margin:0 -20px;
    align-items: stretch;
    flex-wrap: wrap;
}
.white-box-item{
    background:url(../../images/xcarb/gray-shape.png) no-repeat left bottom #fff;
    width:calc(33.33% - 40px);
    margin:0 20px 20px 20px;
    padding:50px 50px 100px 50px;
    background-size:231px 312px;
    position:relative;
}
.white-box-title{
    font-size:1.4rem;
    font-weight: 600;
    margin-bottom:20px;
}
.white-box-link{
    color:#ff3700;
    font-weight: 600;
    text-decoration: underline !important;
    position:absolute;
    left:40px;
    bottom:50px;
    font-size:0.9rem;
}
.white-box-description{
    line-height: 1.6;
}


@keyframes scrolldown {
    0% {
      background-position: 0 -80px;
    }
    75% {
      background-position: 0 0;
    }
    100% {
      background-position: 0 80px;
    }
}
.swiper-content{
    padding-left:50px;
}
@media (min-width: 1640px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1600px;
    }

    .body-main-landing .container, .body-main-landing .container-lg,.body-main-landing .container-md,.body-main-landing .container-sm,.body-main-landing .container-xl,.body-main-landing .container-xxl {
        max-width: 1320px;
    }

    .body-main-landing .header .container, .body-main-landing .header .container-lg,.body-main-landing .header .container-md,.body-main-landing .header .container-sm,.body-main-landing  .header .container-xl,.body-main-landing  .header .container-xxl {
        max-width: 1600px;
    }

}

@media(max-width:1640px){
    .header-navigation a{
        padding: 15px 10px 5px 10px;
        font-size:0.9rem;
    }
 
    a.logo{
        left:5px;
    }
}

@media(max-width:1640px){
    .global-automotive-logo{
        position:absolute !important;
        right:10px;
        top:5px;
    }
    .header-buttons{
        position:absolute;
        right:150px;
        top:5px;
    }
}

@media(max-width:1376px){
    .header-navigation a{
        font-size:0.85rem;
    }
}
@media(max-width:1280px){
    .header-navigation a{
        font-size:13px;
        padding:15px 5px 5px 5px;
    }
}

.blue-section .swiper-button-next-custom, .gray-section .swiper-button-next-custom {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}


.product-news-wrapper{
    display:block;
    position:relative;
}
.product-news-wrapper img{
    position:relative;
    z-index: 1;
}

.product-news-title{
    display:block;
    text-align: left;
    color:#fff;
    font-weight: 600;
    font-size:1.6rem;
    letter-spacing: -.5px;
    line-height: 1.3;
    direction: ltr;
}
.product-news-title-subtitle{
    color:#ff3700;
    font-weight:700;
    text-transform: uppercase;
}
.blocks-list-3{
    display:flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.block-item{
    width:33.33%;
    padding:0;
    position:relative;
    min-height: 450px;
    overflow: hidden;
    display:flex;
    align-items: flex-start;
}

.blocks-list-3 .block-item-bordered, .tree-blocks .block-item-bordered {
    width:calc(33.33% - 4px)!important;
    margin:2px!important;
}
.footer-link:hover{
    opacity: 0.5;
}

.blog-item-content{
    position:relative;
    z-index: 10;
    padding:60px;
    height:100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
   
}
.block-item-bg{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index:5;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.block-item-title{
    color:#fff;
    font-weight: 600;
}
.block-item-description{
    color:#fff;
    font-size:1.1rem;
}
.block-item:hover .block-item-bg{
    zoom: 1.1; /* IE */
    -moz-transform: scale(1.1); /* Firefox */
    -moz-transform-origin: 50% 50%;
    -o-transform: scale(1.1); /* Opera */
    -o-transform-origin:  50% 50%;
    -webkit-transform: scale(1.1); /* Safari And Chrome */
    -webkit-transform-origin:  50% 50%;
    transform: scale(1.1); /* Standard Property */
    transform-origin:  50% 50%; /* Standard Property */
}
.hero-caption{
    position:relative;
    z-index: 100;
    display: flex;
    align-items: center;
    width:100%;
    padding:0 100px;
}
.cta-btn{
    margin-top:20px;
    
}

.link-button{
    color:#fff;
    position:relative;
    z-index: 1;
    padding:0 0 5px 0;
    display:inline-block;
}
.link-button:hover{
    color:#fff;
}
.link-button:after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    height:2px;
    background:#fff;
    display:block;
    bottom:0;
}



.video-container {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: none;
    overflow: hidden;
    background-position: 50% 50%;
}

.video-container video, .video-container img {

    margin: auto;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: visible;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}




.hero-title{
    color:#fff;
    font-size: 58px;
    letter-spacing: -.5px;
    margin: 20px 0;
    font-family:"Gilroy-SemiBold";
}

.mega-panel{
    background: #fff;
    color: #151515;
    left: 0;
    overflow: hidden;
    padding-bottom: 36px;
    padding-top: 114px;
    position: absolute;
    -webkit-transform: translate3d(0,-200%,0);
    transform: translate3d(0,-200%,0);
    top: 0;
    width: 100%;
    z-index: 1;
}
.mega-panel.visible{
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 0px);
}
.header-main{
    z-index: 100;
    position:relative;
    width: 100%;
}
.header-main .container{
    padding:0;
}

.header.mega-visible .header-main:after,.header.sticky .header-main:after {
    background: #ff3700;
    bottom: 0;
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    content:"";
    height: 2px;
    z-index: 3;
}
.header.mega-visible{
    background:#fff;
}

.header.sticky{
    background:#fff;
}

.header.mega-visible  a:hover{
    color:#ff3700 !important;
}
.header.mega-visible .logo .logo__text,.header.sticky .logo .logo__text{
    fill:#000;
}

.header.mega-visible  .header-navigation a,.header.sticky .header-navigation a{
    color: #151515;
}

.header.mega-visible  .header-navigation .mega-menu-link.active{
    color:#ff3700;
}
.mega-panel-title{
    font-size:16px;
}
.mega-panel-links a{
    display:block;
    padding:5px 0;
    font-size:18px;

}
.mega-panel-links a:hover{
    color:#ff3700;
}
.mega-panel-title{
    opacity: 0.5;
}
.main-boxes{
    display:flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.main-box-item{
    width:33.33%;
    display:flex;
    align-items: flex-end;
    position:relative;
    overflow: hidden;
    background:#151515;
}
.main-box-caption{
    padding:200px 50px 50px 50px;
    color:#fff;
    position:relative;
    z-index: 10;
    height:100%;
     /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10 preview */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-8 */
}
.main-box-bg{
    position:absolute;
    z-index: 5;
    left:0;
    right:0;
    top:0;
    bottom:0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-box-title{
    font-family:"Gilroy-SemiBold";
}
.main-box-item:hover .main-box-bg{

    -webkit-transform: scale(1.05);  
    -moz-transform:  scale(1.05);  
     -ms-transform:  scale(1.05);  
      -o-transform:  scale(1.05);  
         transform:  scale(1.05);  
         opacity:0.7;
}
#footer{
    background: #3f3f3f;
    color: #fff;
}
.footer-container{
    padding:80px 0 100px 0;
}
.site-footer-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 30px 0 0;
}
.site-footer-list li{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    margin-bottom: 30px;
}
.site-footer-list a{
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff));
    background-image: linear-gradient(#fff,#fff);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    font-family: inherit;
    padding-bottom: 2px;
    text-decoration: none;
    color:#fff;
}
.copyright{
    padding-top:30px;
    font-size:14px;
}

.gray-section-slider{
    padding:100px 0;
    background:#3D3D3D;
    position:relative;
}
.gray-section{
    padding:100px 0;
    background:#3D3D3D;
    position:relative;
}

.white {
    color:#fff!important;
}

.dark-grey {
    color:#151515!important;
}

.primary-link {
    background: transparent;
    background-image: none;
    border-style: solid;
    border-width: 1px;
    color: inherit;
    cursor: pointer;
    display: block;
    font-family: Gilroy Standard, sans-serif, helvetica, arial, clean;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    z-index: 0;
    display: inline-block;
    min-width: 254px;
    width: auto;
    padding: 18px 85px 18px 30px;
}

        
.primary-link.primary-link-small{
    min-width: 160px !important;
}

.primary-link .svg-icon {
    height: 25px;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
}
.primary-link:before {
    bottom: 0;
    content: "";
    display: block;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: left .25s ease-in-out, right .25s ease-in-out, width .25s ease-in-out;
    transition: left .25s ease-in-out, right .25s ease-in-out, width .25s ease-in-out;
    width: 0;
    z-index: -1;
}
.primary-link--light:before,.primary-link:before {
    background: -webkit-gradient(linear, left top, right top, from(#840d81), to(#fe6b45));
    background: linear-gradient(90deg, #840d81, #fe6b45);
}
.primary-link:hover:before {
    left: 0;
    right: auto;
    width: 100%;
}

.primary-link--light:hover,.primary-link:hover {
    border-color: transparent;
    color: #fff;
}


.primary-link--light {
    border-color: #fff;
    color: #fff;
}
.carousel-wrapper{
    margin-left: calc(-50vw - -602px);
    overflow: hidden;
    position: relative;
}


.carousel-mask{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-left: calc(50vw - 602px);
        width: 100%;
}

.white-section{
    padding:100px 0;
}
.carousel-wrapper .swiper {
    margin: 0;
    width: 100%;
    max-width: 560px;
    overflow: visible;
}
.useful-links{
    padding:150px 0;
    position:relative;
    background:#2A2A2A;
}
.section-bg{
    pointer-events: none;
    z-index: 10;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    opacity: 0.5;
}
.section-content{
    position:relative;
    z-index: 20;
    transform: translateY(var(--translateY));
    will-change: transform;
}
.ul-links{
    display:block;
}
.ul-link-item{
    display:block;
    position:relative;
/*    color:#fff;*/
    padding:5px 5px 5px 20px;
}
.ul-link-item:hover{
    opacity: 0.7;
}
.ul-link-arrow{
    width:20px;
    height:20px;
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
    right:0;
    max-width: 20px;
    max-height: 20px;
    min-height: 20px;
    min-width:20px;
    display:flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.ul-link-arrow svg{
    width:100%;
    height:100%;
}
.ul-link-text{
/*    color:#fff;*/
    font-size:20px;
    font-weight: 600;

}
.ul-link-item:before{
    content:"";
    position:absolute;
    left:0;
    width:8px;
    height:8px;
    top:15px;
    /*bottom:0;*/
    background:#ff3700;
    margin:auto;
}
.constructalia-for-home{
    background:#2A2A2A;
    padding:100px 0;
    position:relative;
}
.medium-title{
    margin-bottom:0px;
    font-size:1.3rem;
}


.links-list{
    display:flex;
    flex-wrap: wrap;
    align-items: center;
}
.links-list a{
    display:inline-block;
    margin-right:20px;
    text-decoration: underline !important;
/*    color:#fff;*/
    font-weight: 600;
    font-size:1.2rem;
}


.links-list a:hover{
    opacity: 0.7;
}
.section-title{
    font-size:2.4rem;
    margin-bottom:20px;
    font-weight: 600;
}
.main-landing{
    display:flex;
    align-items: stretch;
    flex-wrap: wrap;
}
#sidebar{
    background:#f0f0f0;
    width:320px;
    padding:80px 30px 30px 30px !important;
    position:fixed;
    left:0;
    top:0;
    bottom:0;
}



.normal-title{
    font-size:2rem;
    margin-bottom:20px;
    font-weight: 600;
}
.section-text{
    font-size:1.1rem;
}
.light-blue-section{
    padding:100px 0;
    background:#E6EAEF;
}


.blue-box-item {
    background-color: rgb(26, 112, 193);
}

.light-blue-box-item {
    background-color: #E6EAEF;
}

.gray-box-item {
    background-color: #3D3D3D;
}

.light-gray-box-item {
    background-color: #E1E1E1;
}

.light-gray-shape-box-item {
    background-image:url(../../images/xcarb/gray-shape.png);
}

.white-shape-box-item {
    background-image:url(../../images/xcarb/white-shape.png);
}

.blue-shape-box-item {
    background-image:url(../../images/xcarb/blue-shape.png);
}

.gray-shape-box-item {
    background-image:url(../../images/xcarb/dark-gray-shape.png);
}

.box-title{
    font-size:1.4rem;
    font-weight: 600;
    margin-bottom:20px;
}
.box-link{
    color:#ff3700;
    font-weight: 600;
    text-decoration: underline !important;
    position:absolute;
    left:40px;
    bottom:50px;
    font-size:0.9rem;
}
.box-description{
    line-height: 1.6;
}
.blue-section{
    padding: 100px 0;
    background-color: rgb(26, 112, 193);
}
.dark-section{
    padding: 100px 0;
    background-color: #3D3D3D;
}
.bg-image-section{
    padding: 50px 0;
}
.section-spacer{
    margin-top:20px;
}


.case-study-bg,.block-bg{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    display:block;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.block-item:hover .block-bg{
    zoom: 1.1; /* IE */
    -moz-transform: scale(1.1); /* Firefox */
    -moz-transform-origin: 50% 50%;
    -o-transform: scale(1.1); /* Opera */
    -o-transform-origin:  50% 50%;
    -webkit-transform: scale(1.1); /* Safari And Chrome */
    -webkit-transform-origin:  50% 50%;
    transform: scale(1.1); /* Standard Property */
    transform-origin:  50% 50%; /* Standard Property */
}

.block-item .medium-title{
    color:#fff;
    font-size:1.8rem;
}
.block-item .normal-text{
    color:#fff;
}

.primary-link-small{
    padding: 12px 25px 12px 20px;
    text-align: center;
    justify-content: center;
    width:100%;
}
.from-control-login:focus{
    outline:0;
    box-shadow: none;
    border-color:#ff3700;
}



.images-slides-container{
    width: 100%;
    height: 100vh !important;
    overflow: hidden;
    position: relative;
    -webkit-perspective: 1000;
    perspective: 1000;
    padding:0 !important;
}
.images-slides{
    width: 400%;
    height: 100%;
}
.image-slide-item {
    height: 100%;
    width: 25%;
    float: left;
    position: relative;
}

@media(max-width:1024px){
    .automotive-website-header-text{
        right:45px;
        color:#151515;
    }
    .header .buttons-holder svg{
        stroke:#151515 !important;
    }
    .search-button svg{
        fill:#151515 !important;
    }
    .customize-button-text{
        display:none;
    }
    .buttons-holder{
        right:200px;
    }
    .hero-title {
        font-size: 32px !important;
    }
    .hero{
        padding:100px 0 !important;
    }
   
    a.logo{
        width:100px;
        height:44px;
        bottom:0;
        margin:auto;
    }
    a.logo .logo{
        width:100px;
        height:44px;
    }
    .header{
        height:60px;
    }
    .header-container{
        height:56px;
        padding:0;
    }


   
}














.medium-title{
    font-family:"Gilroy-SemiBold";
}
.medium-text{
    font-weight: 400;
    margin: 22px 0 32px;
    font-size:21px;
}

.burger-menu{
    position:absolute;
    width:32px;
    height:32px;
    right:10px;
    bottom:5px;
    margin:auto;
    padding:5px;
    display:none;
    cursor:pointer;
}
.burger-menu svg{
    width:100%;
    height:100%;
    fill:#fff;
}

.main-text{
    font-size: 21px;
}
.light-gray-section{
    background:#E1E1E1;
    padding:100px 0;
}
.sector-group{
    padding:0 100px 0 80px;
}

.news-list{
    display:flex;
    align-items: stretch;
    margin:0 -20px;
    flex-wrap: wrap;
}
.news-item{
    padding:0 20px 60px 20px;
    position:relative;
    width:33.33%;
}

.news-item .link-text{
    position:absolute;
    left:20px;
    bottom:40px;
}

.news-list-horizontal .news-item{
    padding:30px 0 30px 0;
    position:relative;
    width:100%;
    border-bottom:1px solid #707070;
}
.news-block{
    padding:100px 0;
}
.news-list-image{
    display:block;
    overflow: hidden;
    padding-bottom: 5px;
}

.news-list-image img{
    -webkit-transition: all 1s cubic-bezier(.5,.05,.1,.3);
    transition: all 1s cubic-bezier(.5,.05,.1,.3);
}
.news-list-image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.news-category{
    font-size:16px;
    display:block;
    padding-top:10px;
    font-family: "Gilroy-SemiBold";
}
.news-date{
    font-size:16px;
    color:#ff3700;
    display:block;
    padding:0px 0 10px 0;
}
.news-title{
    font-size:23px;
    line-height: 1.4;
    font-family:"Gilroy-SemiBold";
    padding-top:10px;
}
.news-description{
    font-size:17px;
    opacity: 0.7;
    margin-bottom:15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* Number of lines you want */
    overflow: hidden;
}
.link-text{
    font-family:"Gilroy-SemiBold";
    text-decoration: underline !important;
    display:inline-block;
}
.link-text:hover{
    text-decoration: underline !important;
    opacity: 0.7;
}
.blue-banner{
  padding:100px 0;
  background-color: rgb(26, 112, 193);
  color:#fff;
}
.big-title{
    font-family:"Gilroy-SemiBold";
    font-size: 50px;
    line-height: 1.24;
}

.header.sticky .language svg .globe-stroke {
    stroke: #000;
    fill: #000;
}
.header.sticky .myspace svg, .header.mega-visible .myspace svg {
    stroke: #000;
}


.social-list{
    width:24px;
    padding-top:30px;
}
.social-list a{
    width:24px;
    height:24px;
    display:block;
    margin-bottom:20px;
}
.social-list a svg{
    width:100%;
}
.social-list a:hover{
    opacity: 0.7;
}
.red{
    color:#FF0000;
}
.footer-bottom{
    padding:50px 0;
    background:#fff;
}
.development{
    color:#3D3D3D;
    font-size:14px;
}
.development a{
    font-family:"Gilroy-SemiBold";
}
.publications{
    color:#3D3D3D;
    font-size:14px;
}
.hero-links-title{
    font-size:21px;
    color:#fff;
    font-family:"Gilroy-SemiBold";
}
.hero-links a{
    display:block;
    color:#fff;
    opacity: 0.7;
    font-size:14px;
    padding:4px 0 4px 15px;
    position:relative;
}
.hero-links a:hover{
    opacity: 1;
}
.hero-links a::after{
    content:"";
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
    width:6px;
    height:6px;
    border-radius: 50%;
    display:block;
    background:#fff;
}
.hero-links a.active{
    opacity: 1;
}


.orange{
    color:#ff3700;
}


.bold{
    font-family:"Gilroy-SemiBold";
}

.underlined-text{
    text-decoration: underline !important;
    display:block;
    font-size:0.9rem;
    margin-top:15px;
}

@media (min-width: 1200px){
    .site-footer-list li{
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
@media(max-width:1024px){
    section{
        padding:50px 0 !important;
        overflow: hidden;
    }
    .hero {
        min-height: 600px;
        padding: 150px 0 150px 0;
    }

     section.blocks-list{
        padding:0 !important;
        overflow: hidden;
    }
    .main-boxes{
        padding :0 !important
    }
   
    .main-content-full {
        padding: 0 20px;
    }
    .main-content {
        padding: 20px 0;
    }
    .main-box-caption{
        padding:150px 20px 20px 20px;
    }
    .hero-title {
        font-size: 40px;
    }
   
    .burger-menu{
        display:inline-flex;
    }
   
    .header-navigation{
        position:absolute;
        left:0;
        top:100%;
        right:0;
        background:#fff;
        width:100%;
        display:none;
        -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.1);
    }
    .header,.header.header-internal{
        background:#fff !important;
    }
    .language svg .globe-stroke {
        stroke: #151515;
        fill: #151515;
    }
 
    .burger-menu svg{
        fill: #151515;
    }
    .logo .logo__text,.search-button svg path {
        fill: #151515;
    }
    .header-navigation a{
        color:#151515;
    }
    .header .header-main:after{
        background: #ff3700;
        bottom: 0;
        position:absolute;
        left:0;
        right:0;
        bottom:0;
        content:"";
        height: 2px;
        z-index: 3;
    }
    
    .header-navigation{
        flex-wrap: wrap;
        padding:15px;
    }
    .header-navigation a{
        width:100%;
        padding: 5px 10px ;
    }
    a.logo{
        left:15px;
    }
    .visible-mobile .header-navigation{
        display:flex;
    }
    .internal-data {
        padding-left: 0px;
        padding-top:30px;
    }
    .product-item {
        width: 100%;
        margin: 0 0px 20px 0px;
    }
    .products-list {
        margin: 10px 0;
    }
    .news-item {
        
        width: 50%;
    }
    .section-title{
        font-size:1.8rem;
    }
}
@media(max-width:768px){
    .main-box-item {
        width: 100%;
    }
    .gray-section-half-full .first-half{
        width:100%;
        height:400px;
    }
    .second-half{
        width:100% !important;
        padding:  40px !important;
    }
    .block-item {
        width: 100%;
        min-height:250px;
    }
    .blog-item-content{
        padding:40px;
    }
    .news-item {
        
        width: 100%;
    }
 
    .big-title {
        font-size: 30px;
    }
    .footer-container {
        padding: 40px 0 40px 0;
    }
    .header-container{
        padding-left:0;
    }


    .news-list-horizontal .news-list-image{
        margin-top:20px;
    }
 
    .main-text,.medium-text {
        font-size: 18px;
    }
}


.form-check-input:checked {
    background-color: #ff3700;
    border-color: #ff3700;
}
.form-check-input:focus{
    box-shadow: none !important;
    border-color:#ccc;
}
.form-check-input:active{
    box-shadow: none !important;
    border-color: #ff3700;
}
.form-check-label-custom{
    font-size:0.85rem;
}
.form-check-label-custom a{
    color:#ff3700;
    text-decoration: underline;
}

#map{
    width:100%;
    height:100%;
}

.map-container{
    height:400px;
    position:relative;
    overflow: hidden;
    background:#fff;
}

.map-container .map{
    position:absolute;
    display:block;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index: 10;
}

.maps-sidebar{
    background:#fff;
    position: absolute;
    left:-350px;
    top:0;
    bottom:0;
    z-index: 100;
    width:260px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
    -webkit-transition:all 500ms ;
    -moz-transition: all 500ms ;
    -o-transition: all 500ms ;
    transition: all 500ms ;
    font-size: 14px;
}
.maps-sidebar.show{
    left:0;
    -webkit-transition:all 500ms ;
    -moz-transition: all 500ms ;
    -o-transition: all 500ms ;
    transition: all 500ms ;
}
.close-map-sidebar{
    background:#ff3700;
    width:36px;
    height:36px;
    color:#fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display:block;
    font-size:1.2em;
    padding:9px;
    text-align: center;
    cursor:pointer;
    position: absolute;
    right:-18px;
    top:20px;
    z-index:350;
}
.icons-list {
    margin:10px 0 5px 0;
    padding:0;
    list-style:none;
}
.icons-list > li{
    margin-right:5px;
    margin-bottom:5px;
}
/*.icons-list > li:hover{
    background:#f0f0f0;
    border-color:#ccc;
}*/
.icons-list > li img{
    max-width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border:1px solid #f0f0f0;
    padding:5px;
    width:32px;
    height:32px;
}

.map-sidebar-container {
    padding:20px;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    overflow-y:auto;
}
.map-sidebar-container > .image-container{
    margin:-20px -20px 30px -20px;
}

.map-sidebar-container > .image-container img{
    max-width: 100%;
}

.map-sidebar-container .tooltip .tooltip-inner{
    background:#ff3700;
    color:#fff;
}
.map-sidebar-container .tooltip .tooltip-arrow {
      border-bottom-color:#ff3700;
}
.map-sidebar-container h3{
    margin:10px 0;
    font-size:1.4em;
}
.map-sidebar-container h4{
    margin:0;
}
.map-sidebar-container h4 span{
    font-size:0.8em;
}
.map-sidebar-list{
    margin:20px 0 0 0;
    padding:0;
    list-style:none;
}
.map-sidebar-list > li{
    padding:15px 0;
    border-top:1px solid #f0f0f0;
    
}
.map-sidebar-list > li .small-title{
    display:block;
}

.maps-sidebar{
    width:260px;
}

.nicescroll-rails {
    background: rgba(0, 0, 0, 0.2);
    width: 8px !important;
    z-index: 8888;
}

.nicescroll-cursors {
    width: 8px !important;
    background-color: #ff3700 !important;
    border: 0 !important;
    border-radius: 0 !important;
}

@media(max-width:768px){

    .normal-title{
        font-size:1.4rem;
    }
}



.form-group{
    margin-bottom:1rem;
}
.form-group label{
    padding-bottom:5px;
     font-family:"Gilroy-SemiBold";
}
.checkbox.form-group input{
    margin-right:10px;
}
.checkbox.form-group label{
    padding-bottom:0;
}
.underline-link{
    font-size:1.1rem;
    display:inline-block;
    margin-bottom:1rem;
    text-decoration: underline !important;
}

.form-group .form-control{
    border-radius: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, 0);
}
.form-group .form-control:focus{
    border-color:#ff3700;
}
.input-group{
    border: 1px solid #ced4da;
    display:flex;
    align-items: stretch;
    justify-content:space-between;
    position:relative;
    padding-right:100px;
    height:40px;
}
.form-group .input-group .form-control{
    border:0;
}
.input-group .input-group-btn{
    position:absolute;
    right:0;
    top:0;
    bottom:0;
}
.input-group-btn .btn{
    display:flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
}
.input-group-btn-icon{
    margin-right:5px;
}
.input-group-btn-text{
    font-size:0.95rem;
}



.customize-button{
    cursor:pointer;
}
#customize{
    display:flex;
    flex-direction: column;
    justify-content: center;
    z-index: 100;
    position:fixed;
    top:-100vh;
    left:0;
    right:0;
    background:#fff;
    overflow-y: auto;
    padding:50px 100px;
    height:calc(100vh - 80px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.visible-customize #customize{
    top:80px;
}


.gray-box{
    background:#f0f0f0;
    padding:30px;
}

.gray-box{
    font-size:0.95rem;
}
.outline-box{
    border:1px solid #ccc;
    padding:30px;
}

.label-text{
    position:absolute;
    left:15px;
    background:#fff;
    display:inline-block;
    padding:3px 10px;
    top:-14px;
    color:rgba(21,21,21,.5);
}
.form-floating{
    position:relative;
    display:block;
   
    margin:20px 0 0 0;
}
.form-floating .select2-container,
.form-floating .select2-selection,
.form-floating .select2-selection__rendered{
    height:60px;
}
.form-floating .select2-container{
     border:1px solid #ccc;
}
.form-floating .select2-selection__rendered{
    height:58px;
}

.form-floating .select2-selection__rendered{
    display:flex !important;
    width:100%;
    padding-left:25px !important;
    font-family:"Gilroy-SemiBold";
    align-items: center;
    font-size:1.2rem;
}
.form-floating-with-icon .select2-selection__rendered{
    padding-left:45px !important;
}
.form-floating-with-icon .form-control{
    height:60px;
    font-family:"Gilroy-SemiBold";
    padding:20px 20px 20px 45px !important;
}
.divider{
    height:1px;
    background:#ccc;
    margin:40px 0;
}
.select2-dropdown{
    border:0 !important;
    box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.15);
}
.select2-results__option{
    padding:6px 15px;
}
.select2-results__option--highlighted{
    background:#ff3700;
    color:#fff;
}
.form-floating-icon{
    position:absolute;
    display:flex;
    align-items: center;
    justify-content: center;
    width:32px;
    height:32px;
    top:0;
    bottom:0;
    left:10px;
    margin:auto;
}
.form-floating-icon svg{
    stroke:#ff3700;
}
.search-box{
    position:fixed;
    left:0;
    right:0;
    background:#fff;
    padding:40px;
    z-index: 900;
    max-width: 700px;
    margin:auto;
    height:160px;
    top:0;
    bottom:0;
    display:none;
     box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.15);
    display:none;
    opacity: 0;
    animation: fadeIn 0.5s ease-in forwards;
    animation-delay: 0.25s;        
}
.form-with-icon{
    position:relative;
    width:100%;
}

.form-with-icon .form-control{
    padding-left:45px !important;
}



.form-with-icon .form-icon{
    position:absolute;
    display:flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    left:10px;
    top:0;
    bottom:0;
    margin:auto;
    width:32px;
    height:32px;
}

.form-with-icon .form-icon svg{
    stroke:#ff3700;
}


.form-floating .form-control{
    height: 60px;
    font-family: "Gilroy-SemiBold";
    padding: 20px 20px 20px 25px !important;
        font-size: 1.2rem;
}
.form-floating-with-icon.form-floating .form-control{
    padding-left:45px !important;
}

.form-control{
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, 0);
}

.form-control:focus{
    border-color:#ccc;
     box-shadow: 0 0 0 .25rem rgba(13, 110, 253, 0);
}
.search-bar{
    height:78px;
    position:fixed;
    z-index: 9999;
    right:0;
    width:calc(100% - 150px);
    display:flex;
    align-items: center;
    top:-100px;
    padding:20px 50px 20px 0px;
     -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    background:#fff;
}

body.show-search .search-bar{
    top:0;
     -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.close-search-bar{
    position:absolute;
    width:48px;
    height:48px;
    right:0px;
    top:0;
    bottom:0;
    margin:auto;
    display:flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}





.header-mobile{
    display:none;
    background-color: #fff;
    height: 60px;
    -webkit-transition: background-color .2s ease-in-out,color .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out,color .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out,color .2s ease-in-out,transform .2s ease-in-out;
    transition: background-color .2s ease-in-out,color .2s ease-in-out,transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    width: 100%;
    z-index: 1000;
    position:fixed;
    left:0;
    right:0;
    top:0;
}
.header-mobile:after {
    background: #ff3700;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    height: 2px;
    z-index: 3;
}

.header-mobile .search-button{
    bottom:0;
}


.zeynep{
    bottom:0;
    overflow:hidden;
    -webkit-overflow-scrolling:touch;
    overflow-y:auto;
    pointer-events:none;
    position:fixed;
    top:60px;
    transform:translateX(-100%) translateZ(0px);
    z-index:1011;
  }
  
  .zeynep:not(.no-transition),
  .zeynep .submenu:not(.no-transition){
    transition:all 250ms;
  }
  
  .zeynep-overlay{
    background-color:rgba(0, 0, 0, .42);
    bottom:0;
    display:none;
    left:0;
    position:fixed;
    right:0;
    top:60px;
    z-index:1010;
  }
  
  .zeynep-opened .zeynep-overlay{
    display:block;
  }
  
  .zeynep.opened{
    pointer-events:auto;
    transform:translateX(0px) translateZ(0px);
  }
  
  .zeynep.submenu-opened{
    overflow:hidden;
  }
  
  .zeynep .submenu{
    bottom:0;
    min-height:100%;
    overflow:hidden;
    -webkit-overflow-scrolling:touch;
    overflow-y:auto;
    pointer-events:none;
    position:fixed;
    top:0;
    width:100%;
  }
  
  .zeynep .submenu.opened{
    left:0;
    pointer-events:auto;
  }
  
  .zeynep .submenu.opened:not(.current){
    overflow:hidden;
  }

  .zeynep-opened body {
    overflow: hidden;
  }
  
  .zeynep {
    right: auto;
    left: 0;
  }

  .zeynep {
    background-color: #ffffff;
    color: #000;
    width: 100%;
  }
  
  .zeynep ul {
    list-style-type: none;
    padding: 20px;
    -webkit-overflow-scrolling: touch;
  }
  .zeynep ul > li {
    display: block;
  }
  
  .zeynep ul > li > a {
    color: inherit;
    display: block;
    font-size: 22px;
    padding: 12px 0;
    text-decoration: none;
    transition: all 150ms;
  }
  .zeynep ul > li > a:hover {
    background-color: #efefef;
    border-radius: 3px;
  }
  
  
  .zeynep ul > li.has-submenu > a {
    background-image: url("../images/submenu-arrow.svg");
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 29px 11px;
  }
  
  .zeynep ul > li.has-submenu > a:hover {
    background-image: url("../images/submenu-arrow.svg");
  }
  
  /* zeynepjs submenu styles */
  .zeynep .submenu {
    background-color: #ffffff;
    left: 100%;
  }
  
  .zeynep .submenu-header {
    cursor: pointer;
    position: relative;
    color:#ff3700;
  }
  
  .zeynep .submenu-header > a {
    color: inherit;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 18px 20px 10px 20px;
    padding-left: 70px;
    text-decoration: none;
  }
  
  .zeynep .submenu-header > a:before {
    background-image: url("../images/arrow-orange.svg");
    background-position:center center;
    background-repeat: no-repeat;
    content: "";
    left: 26px;
    position: absolute;
    top: 8px;
    margin:auto;
    bottom:0;
    transform: rotate(-180deg);
    width: 30px;
    height:20px;
  }
  
  .zeynep .submenu > label {
    width: 100%;
    display:block;
    padding:15px 20px 0px 20px;
    color: #151515;
    font-size: 30px;
    line-height: 42px;
    margin: 0;
  }
  .submenu ul > li > a{
    font-size: 18px;
    padding-right:60px;
    font-weight: normal;
  }
  .header-mobile .header-buttons{
    position:absolute;
    right:36px;
    margin:auto;
    top:0;
    bottom:0;
    height:32px;
    padding-right:0;
  }
  .header-mobile .global-automotive-logo{
    position:absolute;
    right:140px;
    height:36px;
    top:0;
    bottom:0;
    margin:auto;
    line-height: 1.2;
  }

  .header-mobile .header-button-icon{
  
    padding:3px;
  }
  .header-mobile .header-button-icon svg{
    width:100%;
    height:100%;
    stroke-width: 1.5;
    
  }

  .burger-menu{
    right:5px;
    bottom:0px;
    position:absolute;
    cursor: pointer;
    width: 32px;
    height: 32px;
    padding: 3px;
    top:0;
    margin: auto;
    display: block;
    border:0;
    background:transparent;
    margin:auto;
}
.burger-menu svg,.burger-menu-close svg{
    width:100%;
    height:100%;
}
.burger-menu-close{
    right:5px;
    position:absolute;
    cursor: pointer;
    width: 32px;
    height: 32px;
    padding: 3px;
    bottom: 0px;
    margin: auto;
    border:0;
    margin:auto;
    z-index: 10;
    background:transparent;
    display:none;
    top:0;
}
.mobile-visible .burger-menu{
    display:none;
}
.mobile-visible .burger-menu-close{
    display:block;
}
.burger-menu svg,.burger-menu-close svg{
    width:100%;
    height:100%;
    fill:#000 !important;
}

.normal-list{
        margin: 0;
    padding: 0;
    list-style: none;
}

.normal-list li{
    padding: 4px 10px 4px 15px;
    white-space: normal;
    position: relative;
    background: transparent;
    font-size: 1rem;
}
.normal-list>li:before {
    width: 6px;
    content: "";
    height: 6px;
    background: #ff3700;
    left: 0;
    top: 12px;
    display: block;
    position: absolute;
}
.modal-login-content-wrapper{
    display:flex;
    align-items: stretch;
    flex-wrap: wrap;
    position:relative;
    padding:0;
}
.modal-login-content-wrapper .left-side{
    background:#f0f0f0;
   padding:80px 80px;
    width:50%;
}
.modal-login-content-wrapper .right-side{
    background:#fff;
    padding:80px 80px;
    width:50%;
}
.close-modal{
    cursor:pointer;
    right:20px;
    top:20px;
    z-index: 10;
    position:absolute;
    display:flex;
    align-items: center;
    justify-content: center;
    width:32px;
    height:32px;
}
.close-modal:hover{
    opacity: 0.6;
}
.forgot-password{
    font-size:0.9rem;
}
.muted{
    color:rgba(0,0,0,0.5);
}
.modal-body-single{
    padding:100px;
}
@media(max-width:1024px){
    .header{
        display:none;
    }
    .header-mobile{
       display:block;
    }

    .header-mobile .constructalia-logo{
        right:40px;
    }
    .header-mobile .language {
        right: 185px !important;
    }
    .header-mobile .search-button {
        right: 215px;
    }

    .modal-login-content-wrapper{
        flex-wrap: wrap;
    }
    .modal-login-content-wrapper .left-side{
        width:100% !important;
        padding:30px;
    }
    .modal-login-content-wrapper .right-side{
        width:100%;
        padding:30px;
    }
    .modal-body-single {
        padding: 30px;
    }
    .visible-customize #customize{
        
        top:60px;
        
    }
    #customize{
        height:calc(100vh - 60px);
        justify-content: initial;
        padding:30px;
    }
}

.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.ui-front.ui-autocomplete {
    z-index: 9999!important;
    position: fixed;
}

.ui-front.ui-autocomplete {
    z-index: 9001;
    font-family: 'Gilroy-Regular';
    max-width: 250px !important;
    /*width: 250px !important;*/
    background: #fff;
    padding: 10px;
    font-size: 0.9em;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    max-height: 350px;
    overflow-y: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ui-front.ui-autocomplete li,
.ui-front.ui-autocomplete li a {
    border: 0 !important;
}

.ui-front.ui-autocomplete li {
    padding: 3px 10px !important;
    display: block;
    min-height: auto;
    height: auto;
    width: 100%;
    margin: 0 !important;
}

.ui-front.ui-autocomplete li.ui-state-focus,
.ui-front.ui-autocomplete li:hover,
.ui-front.ui-autocomplete li:link,
.ui-front.ui-autocomplete li:visited,
.ui-front.ui-autocomplete li:active {
    background: rgba(255, 55, 0, 0.1);
}

.ui-front.ui-autocomplete li.ui-state-focus a,
.ui-front.ui-autocomplete li:hover a,
.ui-front.ui-autocomplete li:link a,
.ui-front.ui-autocomplete li:visited a,
.ui-front.ui-autocomplete li:active a {
    color: #ff3700 !important;
    font-weight: normal !important;
    padding: 0 !important;
    margin: 0 !important;
}

.ui-front.ui-autocomplete li a {
    padding: 0 !important;
    display: block !important;
    border: 0 !important;
    width: 100%;
    margin: 0 !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    font-weight: normal !important;
    color: #ff3700 !important;
    background: rgba(255, 55, 0, 0.1) !important;
    margin: 0 !important;
}

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

@font-face {
    font-family: 'GilroyBold';
    src: url('../../fonts/Gilroy-SemiBold.eot');
    src: url('../../fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/Gilroy-SemiBold.woff2') format('woff2'),
        url('../../fonts/Gilroy-SemiBold.woff') format('woff'),
        url('../../fonts/Gilroy-SemiBold.ttf') format('truetype'),
        url('../../fonts/Gilroy-SemiBold.svg#Gilroy-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../../fonts/Gilroy-Regular.eot');
    src: url('../../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../../fonts/Gilroy-Regular.woff') format('woff'),
        url('../../fonts/Gilroy-Regular.ttf') format('truetype'),
        url('../../fonts/Gilroy-Regular.svg#Gilroy-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.cookies-wrapper{
    position:fixed;
    z-index: 1000;
    width: 100%;
    height:100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,0.6);
    backdrop-filter: blur(4px);
    display:flex;
    align-items: center;
    justify-content: center;
    font-family: 'Gilroy';
}
.cookies-content{
    max-width:600px;
    width: 600px;
    background:#fff;
    padding: 40px 80px;
/*    border-radius: 10px;*/
    margin:20px;
}
.cookie-logo{
    display:inline-block;
    width:120px;
    height:72px;
}
.cookie-logo-svg{
    width:100%;
    height:100%;
}
.cookie-header{
    display:flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:40px;
    flex-wrap: wrap;
}
.dismiss{
    color:#4a4a4a;
    font-size:15px;
    text-decoration: underline!important;
    font-weight: 500;
    display:inline-block;
}
.dismiss:hover{
    opacity: 0.7;
}
.cookie-data h2{
    color:#ff3700;
    font-size:32px;
    font-family: 'GilroyBold';
}
.cookie-main-text{
    font-size:17px;
    color:#4a4a4a;
    margin-bottom:10px;
}
.cookie-list{
    margin:0 0 10px 0;
    padding:0;
    list-style: none;
}
.cookie-list li{
    padding:3px 0 3px 10px;
    position:relative;
    font-size:14px;
    opacity: 0.8;
    line-height: 1.4;
}
.cookie-list li:before{
    content:"";
    position:absolute;
    width:5px;
    height:5px;
    border-radius: 50%;
    background:#4a4a4a;
    opacity: 0.6;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
}
.cookie-btn-item {
    display:inline-flex;
    border:1px solid #979797;
    align-items:center;
    padding:10px 55px 10px 20px;
    margin-right:10px;
    justify-content: space-between;
    font-size:15px;
    position:relative;
    font-family: 'GilroyBold';
    cursor:pointer;
    background:transparent;
    margin-bottom:5px;
}
.cookie-btn-arrow{
    position:absolute;
    right:15px;
    width:20px;
    height:10px;
    line-height: 1;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cookies-content .orange-btn {
    font-size:17px;
}

.cookie-btn-arrow .svg-icon{
    -webkit-transition: fill .35s ease-in-out;
    transition: fill .35s ease-in-out;
}
.cookie-btn-item-orange{
    border-color:#ff3700;
}
.cookie-btn-item:hover{
    border-color: transparent !important;
}
.cookie-btn-item:before{
    content:"";
    position:absolute;
    width: 0;
    z-index: 0;
    left:0;
    top:-1px;
    bottom:-1px;
    right:0;
    background: -webkit-gradient(linear,left top,right top,from(#840d81),to(#fe6b45));
    background: linear-gradient(90deg,#840d81,#fe6b45);
    -webkit-transition: left .25s ease-in-out,right .25s ease-in-out,width .25s ease-in-out;
    transition: left .25s ease-in-out,right .25s ease-in-out,width .25s ease-in-out;
}
.cookie-btn-item:hover:before{
    width:100%;
}
.cookie-btn-text{
    position:relative;
    z-index: 4;
    -webkit-transition: color .35s ease-in-out;
    transition: color .35s ease-in-out;
}
.cookie-btn-item:hover .cookie-btn-text{
    color:#fff;
}

.cookie-btn-item:hover  .cookie-btn-arrow .svg-icon{
    fill:#fff;
}

@media(max-width:998px){
    .cookies-content{
        padding: 30px 30px;
    }
    .cookie-data h2 {
        color: #ff3700;
        font-size: 26px;
        font-family: 'GilroyBold';
    }
    .cookie-list li {
        padding: 3px 0 3px 10px;
    }
}