﻿@charset "utf-8";  
/*
font-family: "Funnel Display", sans-serif;
font-family: "Radley", serif;
*/

input,select,textarea{border-radius: 0;-webkit-border-radius:0; -moz-border-radius:0; }
input:not([type="checkbox"]):not([type="radio"]),
select,textarea{-webkit-appearance: none;-moz-appearance: none;appearance: none;}

html{-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;height: 100%;height: 100%;padding: 0;margin: 0;}

body{margin: 0;padding:0;font-family: var(--radley-font); font-size: calc(18 / var(--main-width));line-height: calc(22 / var(--main-width));letter-spacing: calc(0.18 / var(--main-width));color:var(--primary-color); font-weight: 400;background-color:var(--white-color);overflow-y:scroll;overflow-x:hidden;}

body, button, input, select, textarea{color: var(--primary-color);}
div, h1, h2, h3, h4, h5, h6, p, span{padding: 0px;margin: 0px;}
/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection{background: #000000;color: #ffffff;text-shadow: none;}
::selection{background: #000000;color: #ffffff;text-shadow: none;}

/* =============================================================================
   Links
   ========================================================================== */

a{color:var(--primary-color);text-decoration:none;outline: none;position: relative;}
a:hover{text-decoration:none;}
a:focus{outline: none;}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active{outline: 0;}
img {border-style:none}
/* =============================================================================
   Lists
   ========================================================================== */

ul, ol{margin:0;padding-left: 0;list-style-type:none;}
li ul, li ol{margin: 0;padding:0;}

/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img{border: 0;-ms-interpolation-mode: bicubic;vertical-align: middle;border-style:none;outline:none;}

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root){overflow: hidden;}

/* =============================================================================
   Tables
   ========================================================================== */

table{border-collapse: collapse;border-spacing: 0;}
td{	vertical-align: top;}

/* ==== primary styles =====================================================
   Author: Abbas Tahir
   ========================================================================== */

/* For image replacement */
.ir{display: block;border: 0;text-indent: -999em;overflow: hidden;background-color: transparent;background-repeat: no-repeat;text-align: left;}
.ir a{display: block;height: 100%;}
.hidden{display: none !important;visibility: hidden;}
  
/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after{content: "";display: table;}
.clearfix:after{clear: both;}
.clearfix{zoom: 1;}   
.web{display:block;}
.mobile{display:none;}
.webhide{display:block;}
.mobilehide{display:none;}
*{box-sizing:border-box;} 

html.lenis{height: auto;}
.lenis.lenis-smooth {scroll-behavior: auto;}
.lenis.lenis-smooth [data-lenis-prevent] {overscroll-behavior: contain;}
.lenis.lenis-stopped {overflow: hidden;}
.lenis.lenis-scrolling iframe {pointer-events: none;}

:root{
   --main-width: 1366 * 1366px; 
   --white-color: #ffffff;
   --black-color: #000000; 
   --primary-color: #2B2D34;
   --grey-color: #F5F5F5;
   --funnel-display-font: "Funnel Display", sans-serif;
   --radley-font: "Radley", serif;
}

.web{display:grid !important;}
.mobile{display:none !important;}


a:not(.logo,.btn,.menu,.btn-slick,.client-info .column>a,.brand>a,.event-row)::before{content:'';position: absolute;width: 100%;height: calc(1 / var(--main-width));background-color: var(--primary-color);bottom:calc(-2 / var(--main-width));left: 0;transform-origin: center;transform: scaleX(0);transition: transform .2s ease-in-out;}
a:not(.logo,.btn,.menu,.btn-slick,.client-info .column>a,.brand>a,.event-row):hover::before,
a:not(.logo,.btn,.menu,.btn-slick,.client-info .column>a,.brand>a,.event-row).active::before{transform-origin: center;transform: scaleX(1);}


/* .web {display: block;}
.mobile {display: none;} */
#outer-wrapper {width: 100%;position: relative;margin: 0;}

header{width:100%;height: calc(70 / var(--main-width));background-color: transparent;margin:0;padding:0;z-index:99999999;position:fixed;top:0;left: 0;transition: all .5s ease;}
header #header{width: 100%;height:calc(70 / var(--main-width));max-width:1366px;display: flex;flex-wrap:wrap;align-items: center;justify-content: space-between;margin:0 auto;padding:0 calc(75 / var(--main-width)) 0 calc(85 / var(--main-width));position:relative;}
header .logo{width:calc(66 / var(--main-width));height: calc(26 / var(--main-width));background-image:url(../images/logo-b.svg);background-repeat:no-repeat;background-size:100% auto;background-position: center; text-decoration:none;transition: all .5s ease-in-out;}
header .logo img{width: 100%;display: none;}

header nav{width: 50%;display: grid;grid-template-columns: 1fr;height: 100%;justify-content: right;justify-items: right;align-items: center;}
header nav ul{width: 100%;margin:0;padding:0;list-style:none;display: grid;grid-auto-flow: column;align-items: center;justify-content: end;}
header nav ul li{border-right: 1px solid #002B52;height: calc(15 / var(--main-width));display: flex;padding: 0 calc(26 / var(--main-width));margin-bottom: 0;display: none;}
header nav ul li.nmr-logged-out{display: flex;}
header nav ul li:last-of-type{border-right: 0;padding-right: 0;display: grid;}
header nav ul li a{font-family: var(--funnel-display-font);font-weight: 700; font-size: calc(12 / var(--main-width));line-height: calc(15 / var(--main-width));letter-spacing: calc(4.8 / var(--main-width));text-transform: uppercase;text-decoration:none;position: relative;}

body.hide header{top: calc(-70 / var(--main-width));} 
body.abbas header{background-color: var(--white-color);} 

body.white header{background-color: var(--primary-color);}
body.white header .logo{background-image:url(../images/logo-w.svg);}
body.white header nav ul li a{color: var(--white-color);}
body.white header nav ul li a::before{background-color: var(--white-color) !important;}
body.white header nav ul li{border-color: #fff;}

 
body.home:not(.abbas) header{background-color: transparent;}
body.home:not(.abbas) header .logo{opacity: 0;}

body.home.abbas header{background-color: var(--white-color);}
body.home.abbas header .logo{background-image:url(../images/logo-b.svg);}
body.home.abbas header nav ul li a{color: var(--primary-color);}
body.home.abbas header nav ul li{border-color: #002B52;}
body.home header nav ul li{border-color: #fff;}

body.other:not(.abbas) header{background-color: transparent;}

body.grey{background-color: var(--primary-color);}

/* body.no-shade .shade{display: none !important;} */

main {width: 100%;margin:0;padding:0;position: relative;/*margin-bottom: 660px;*/background-color: var(--beige-color);}
:where(section,article,figure,aside) {width: 100%;display: grid;grid-template-columns: 100%;margin: 0;padding: 0;position: relative;}
article{align-items: start;}
figure{background-size: cover;background-repeat: no-repeat;background-position: center center;}
figure img{width: 100%;display: none;}
.inner {width: 100%;max-width: 1366px;margin: 0 auto;padding: 0 calc(85 / var(--main-width));position: relative;}
video{width: 100%;height: 100%;object-fit: cover;border:0;object-position: center center;}
section{margin:150px 0 50px 0;}
/* .logo-stagger{height: 661px;background-color: transparent;width: 1px;position: absolute;bottom: -660px;left: 0;visibility: hidden;display: none !important;} */


:where(h1,h2,h3,h4,h5,h6,p,ul,li){width: 100%;color: var(--primary-color);font-weight: 400;} 
h1,h2{font-size: calc(40 / var(--main-width));line-height: calc(45 / var(--main-width));letter-spacing: calc(4 / var(--main-width));}
h2{margin-bottom: calc(37 / var(--main-width));}
/* h2{font-size: 35px;line-height: 100%;} 
h2 .small{font-size: 70px;line-height: 51px;color: var(--red-color);}*/
h3{font-family: var(--funnel-display-font);font-weight: 700;text-transform: uppercase; font-size: calc(14 / var(--main-width));line-height: calc(18 / var(--main-width)); letter-spacing: calc(5.6 / var(--main-width));margin-bottom: calc(27 / var(--main-width));}
h4,h5,h6{font-family: var(--funnel-display-font);font-weight: 700;text-transform: uppercase;font-size: calc(10 / var(--main-width));line-height: calc(13 / var(--main-width));letter-spacing: calc(4 / var(--main-width));}
p,li{margin-bottom: calc(12 / var(--main-width));}
:where(p,li):last-of-type {margin-bottom: 0;} 
ul{list-style: disc;}
blockquote{background-color: #f3f4f7;width: auto;padding:75px 20px 20px 20px;float: left;margin: 0;margin-bottom: 20px;position: relative;}
blockquote::before{width: auto;position: absolute;left: 20px;top: 0; content: "“";font-size: 136px;font-family: Arial, Helvetica, sans-serif;height: 50px;margin-left: -5px;}

.btn{min-width: calc(135 / var(--main-width));height: calc(35 / var(--main-width));text-transform: uppercase; background-color: var(--white-color);border: 1px solid var(--primary-color);color: var(--primary-color);
  padding: calc(0 / var(--main-width)) calc(12 / var(--main-width)) calc(0 / var(--main-width)) calc(15 / var(--main-width));cursor: pointer;transition: 0.3s;display: inline-flex;text-align: center;align-items: center;font-size: calc(12 / var(--main-width));line-height: calc(15 / var(--main-width));letter-spacing: calc(4.8 / var(--main-width));
  font-family: var(--funnel-display-font);font-weight: 700;justify-content: center;align-self: center;position: relative;}
.btn:hover{background: var(--primary-color);color: var(--white-color);}

.btn.bl{background-color: var(--primary-color);border: 1px solid var(--primary-color);color: var(--white-color);}
.btn.bl:hover{background: transparent;color: var(--primary-color);}
.btn.disable{background-color: rgba(43, 45, 52, 0.2) !important;border-color: rgba(43, 45, 52, 0.2) !important;color: var(--white-color) !important;cursor: default;}


.carousel-section {width: 100%;overflow: hidden;position: relative;}
.carousel-section .carousel {width: 100%;position: relative;display: grid;grid-template-columns: 1fr;}
.carousel-section .carousel .carousel-track {width: 100%;height: 100dvh;max-height: calc(860 / var(--main-width));}
.carousel-section .carousel .carousel-track figure{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}

.slick-slider{display: block;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.slick-list{position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus{outline: none;}
.slick-list.dragging{cursor: pointer;cursor: hand;}
.slick-slider .slick-track,
.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.slick-track{position: relative;top: 0;left: 0;display: block;margin-left: auto;margin-right: auto;}
.slick-track:before,.slick-track:after{display: table;content: '';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{display: none;float: left;height: auto;min-height: 1px;margin: 0 0 0 0;padding:0;position:relative;opacity: 1 !important;}
.slick-slide:first-of-type{margin-left: 0 !important;}  
[dir='rtl'] .slick-slide{float: right;}
/* .slick-slide img{display: block;} */
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}

 .btn-slick{width:calc(40 / var(--main-width));height:calc(40 / var(--main-width));z-index: 9;background-color: rgba(255,255,255,.3);border-radius: 50%; background-repeat:no-repeat;background-size:calc(24 / var(--main-width)) calc(24 / var(--main-width));background-position:center center;position:absolute;bottom:auto;top:50%;}
 .btn-slick.prev{background-image: url(../images/arrow-l.svg);right:0px;left:calc(50 / var(--main-width));}
 .btn-slick.next{background-image: url(../images/arrow-r.svg);right: calc(50 / var(--main-width));}
 

.slick-dots{position:absolute;left:calc(50% - (595 / var(--main-width)));display: flex;list-style: none;gap: calc(10 / var(--main-width));align-items: center; height: calc(10 / var(--main-width));bottom:calc(34 / var(--main-width));z-index:99;text-align:center;}
.slick-dots li{background-color: rgba(255, 255, 255, 0.25);width: calc(20 / var(--main-width));height: calc(2 / var(--main-width));text-indent: -999em;}
.slick-dots li.slick-active{background-color:var(--white-color);}
.slick-dots li a{cursor:pointer;font-family:Arial;font-size:12px;color:#fff;text-decoration:none !important;cursor:default;}

/* Arrows */  
.flex-direction-nav {width:100%;height: auto;position:absolute;left:0;top:0;list-style:none !important;z-index:1;}
.flex-direction-nav a {width:40px;height:40px;background:#fff ;position: absolute; cursor: pointer; text-indent: -9999px; opacity: 1;margin-top:249px;z-index:9;background-repeat:no-repeat;background-position:center center;background-size:100% auto;text-decoration:none;}
.flex-direction-nav a.flex-next{background-image: url(../images/next-slide-arrow.png);right:54px;}  
.flex-direction-nav a.flex-prev{background-image: url(../images/prev-slide-arrow.png);left:54px;}
.flexslider:hover a.flex-next, .flexslider:hover a.flex-prev {opacity: 1; }
.flexslider:hover a.flex-next:hover, .flexslider:hover a.flex-prev:hover {opacity: 1;}     
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default !important;/*display:none;*/ }
.flex-direction-nav a:before  { content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }
.flex-control-paging {width:auto;list-style:none;position:absolute;left:0;bottom:14px;z-index:2;text-align:center;display:block;}
.flex-control-paging li{width:auto;display:inline-block;}
.flex-control-paging li a{width:10px;height:10px;border-radius:100%;float:left;margin-right:9px;text-align:center;text-decoration:none;font-size:0px;background-color:#ffffff;border:1px solid #272727;opacity:1;position:relative;text-decoration:none;}
.flex-control-paging li a:hover, .flex-control-paging li a.flex-active{width:10px;height:10px;background-color:#272727;border-radius:100%;opacity:1;}
main .img-info-box.dots-r .flex-control-paging {left:auto;right: 90px;}

/* Chrome, Edge, Safari */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0) inset !important; /* background color */
     transition: background-color 5000s ease 0s; /* prevents flash */
      font-family: var(--adobe-caslon-pro-font) !important;
         color: var(--magenta-color) !important;
}

/* Firefox */
input:-moz-autofill {
    box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0) inset !important;
     background:transparent;
     font-family: var(--adobe-caslon-pro-font);
      font-family: var(--adobe-caslon-pro-font) !important;
         color: var(--magenta-color) !important;
 }

 .logout{position:absolute;right:calc(20 / var(--main-width));top:calc(33 / var(--main-width));padding:0 calc(25 / var(--main-width)) 0 calc(25 / var(--main-width));}
.btn.logout::after{display:none;}


/*footer -------------------3----------------- */
footer {width: 100%;margin:0;padding:0;background-color:var(--white-color);position: relative;overflow: hidden;}
footer #footer{width: 100%;max-width: 1366px;margin: 0 auto;padding: 0 calc(85 / var(--main-width));position: relative;} 
footer .lines{width:calc(224 / var(--main-width));height: calc(224 / var(--main-width));position: absolute;right: calc(-30 / var(--main-width));top: calc(5 / var(--main-width));background-image:url(../images/footer-lines.svg);background-repeat:no-repeat;background-size:100% auto;background-position: center; text-decoration:none;}
footer .footer-section{width: 100%;display: grid;grid-template-columns: calc(84 / var(--main-width)) 1fr;gap: calc(65 / var(--main-width));padding: calc(32 / var(--main-width)) 0 calc(23 / var(--main-width)) 0; position: relative;border-top: solid 1px var(--primary-color);}
footer .logo{width:calc(84 / var(--main-width));height: calc(54 / var(--main-width));background-image:url(../images/logo-f.jpg);background-repeat:no-repeat;background-size:100% auto;background-position: center; text-decoration:none;transition: all .35s ease;}
footer .logo img{width: 100%;display: none;}

footer nav{width: 100%;display: grid;grid-template-columns: 1fr;}
footer nav > .bottomf, footer nav ul:not(.bottomf ul){margin:0;padding:0;list-style:none;width: 100%;gap: calc(25 / var(--main-width));margin-top: calc(4 / var(--main-width));display: grid;grid-auto-flow: column;align-items: start;justify-content: start;justify-self: start;justify-items: start;}
footer nav ul:not(.bottomf ul) li{height: calc(15 / var(--main-width));display: flex;padding: 0 calc(12 / var(--main-width));margin-bottom: 0;}
footer nav ul:not(.bottomf ul) li:first-of-type{padding-left: 0;}
/* footer nav ul li:nth-last-child(-n + 2){padding: 0 calc(0 / var(--main-width));} */
footer nav ul:not(.bottomf ul) li:last-of-type{border-left: 1px solid #002B52;padding-left: calc(38 / var(--main-width));}
footer nav ul:not(.bottomf ul) li a{font-family: var(--funnel-display-font);font-weight: 700; font-size: calc(12 / var(--main-width));line-height: calc(15 / var(--main-width));letter-spacing: calc(4.8 / var(--main-width));text-transform: uppercase;text-decoration:none;position: relative;}

footer nav .bottomf{margin-top: calc(24 / var(--main-width));gap: calc(52 / var(--main-width));}
footer nav p{font-family: var(--funnel-display-font);font-weight: 400; font-size: calc(7 / var(--main-width));line-height: calc(9 / var(--main-width));letter-spacing: calc(0.07 / var(--main-width));position: relative;}
footer nav .bottomf ul{margin:0;padding:0;gap: calc(52 / var(--main-width));list-style:none;display: grid;grid-auto-flow: column;align-items: start;justify-content: start;justify-self: start;justify-items: start;}
footer nav .bottomf ul li{font-family: var(--funnel-display-font);text-transform:none;font-weight: 400; font-size: calc(7 / var(--main-width));line-height: calc(9 / var(--main-width));letter-spacing: calc(0.07 / var(--main-width));position: relative;}
footer nav .bottomf ul li:last-of-type{padding:0;border:none;}

/* TERMS AND PRIVACY */
.terms {width: 100%;padding: calc(109 / var(--main-width)) 0px;}
.terms .inner {padding:  calc(109 / var(--main-width))  calc(80 / var(--main-width)) 0;}
.terms-content {width: 100%;max-width: calc(900 / var(--main-width));}
.terms-content h1 {font-size: calc(35 / var(--main-width));line-height: 1;margin-bottom: calc(50 / var(--main-width));
color: var(--red-color);font-weight: bold;text-align: left;}
.terms-content p {font-size: calc(20 / var(--main-width));line-height: calc(26 / var(--main-width));letter-spacing: -0.03%;margin-bottom: calc(15 / var(--main-width));
color: var(--red-color);}
.terms-content h2, .terms-content h3 {font-size: calc(20 / var(--main-width));margin: calc(30 / var(--main-width)) 0 calc(15 / var(--main-width));color: var(--red-color);font-weight: 600;}
.terms-content ul {font-size: calc(20 / var(--main-width));margin: calc(30 / var(--main-width)) 0 calc(15 / var(--main-width));color: var(--red-color);}
.terms-content ul li {font-size: calc(20 / var(--main-width));margin: calc(10 / var(--main-width)) 0 calc(10 / var(--main-width)) calc(25 / var(--main-width));
color: var(--red-color);}
.terms-content a {color: var(--red-color);text-decoration: underline;}
/*error 404*/
.error-404{width:100%;margin:calc(109 / var(--main-width)) 0 0 0;padding:0;float:left;text-align:center;}
.error-404 .t-inner{width:100%;margin:0 0;padding:0;display:inline-block;text-align:center;max-width: 58%;}
.error-404 .t-inner div{width:68%;margin:0 0 0 4%;padding:0;float:left;text-align:left;}
.error-404 .t-inner div h1{width:100%;float:left;font-size: calc(35 / var(--main-width));line-height: 1;margin-bottom: calc(20 / var(--main-width));
color: var(--red-color);font-weight: bold;text-align: left;}
.error-404 .t-inner p{width:100%;font-size: calc(20 / var(--main-width));line-height: calc(26 / var(--main-width));letter-spacing: -0.03%;margin-bottom: calc(15 / var(--main-width));
color: var(--red-color);position:relative;}
.error-404 .t-inner img{width:26.8%;margin:0 0;padding:0;float:left;}
.error-404 .t-inner a.btn{text-decoration: none;min-width: calc(163.63 / var(--main-width));}
/*error 404*/



 
/* Responsive */
@media (max-width: 768px) {
    .woocommerce {
        flex-direction: column;
    }
}

@media only screen and (min-width:768px) and (max-width:1440px) {

:root{
   --main-width: 1440 * 100dvw;  
}
}

@media only screen and (min-width:0px) and (max-width:767px) {

  body{font-size: calc(14 / var(--main-width));line-height: calc(18 / var(--main-width));letter-spacing: calc(0.14 / var(--main-width));}


  :root{--main-width: 375 * 100dvw;}
  .web{display:none !important;}
  .mobile{display:grid !important;}



header{height: calc(50 / var(--main-width));}
header #header{width: 100%;height:calc(50 / var(--main-width));padding:0 calc(26 / var(--main-width));}
header .logo{width:calc(66 / var(--main-width));height: calc(26 / var(--main-width));margin-left: calc(-9 / var(--main-width));}
header .menu{width: calc(25 / var(--main-width));height: 100%;background-image: url(../images/icon-menu.svg);background-repeat: no-repeat;background-size: 100% auto;background-position: center;text-decoration: none;cursor: pointer;z-index: 2;}
header nav{width: 100%;position: fixed;top: 0;left: 0; display: grid;grid-template-columns: 1fr;height: 100%;justify-content: left;justify-items: left;align-items: start;background-color: var(--primary-color);display: none;}
header nav ul{grid-auto-flow: row;align-items: start;justify-content: normal;gap: calc(40 / var(--main-width));padding-top: calc(147 / var(--main-width));}
header nav ul li{border-right: 0 !important;height: auto;padding: 0 calc(60 / var(--main-width));display: block !important;}
header nav ul li a{font-size: calc(22 / var(--main-width));line-height: calc(28 / var(--main-width));letter-spacing: calc(8.8 / var(--main-width));}
header nav ul li a:hover::before, header nav ul li a.active::before{transform: scaleX(0) !important;} 
header nav::after{width:calc(224 / var(--main-width));height: calc(224 / var(--main-width));position: absolute;right: calc(-45 / var(--main-width));bottom: calc(-100 / var(--main-width));background-image:url(../images/icon-band.svg);background-repeat:no-repeat;background-size:100% auto;background-position: center; text-decoration:none;content: "";}
body.white:not(.abbas) header .menu{background-image: url(../images/icon-menu-w.svg);}

/*error 404*/
.error-404{padding:5.69158878504673vw 5.373831775700935vw 4.345794392523365vw;margin: 0;}
.error-404 .t-inner{width:100%;margin:0 0 0 0;max-width: 100%;}
.error-404 .t-inner figure{width:100%;margin-bottom:7.009345794392523vw;text-align:center;}
.error-404 .t-inner figure img{width:32.8%;float:none;display:inline-block;}
.error-404 .t-inner div {width: 100%;margin: 6vw 0 0 0px;padding: 0;float: left;text-align: center;}
.error-404 .t-inner div h1{margin-bottom:3.5046728971962615vw;text-align:center;font-size:6.763285024154589vw;line-height:7.971014492753622vw;}
.error-404 .t-inner div p{margin:0 0 3.4641288433382138vw 0;font-size: 3.3816425120772946vw;line-height: 4.830917874396135vw;text-align:center;}
.error-404 .t-inner img{width:26.8%;float: none;}
.error-404 .t-inner a.btn{min-width: calc(137.63 / var(--main-width));}
/*error 404*/

a:not(.logo,.btn,.menu,.btn-slick,.client-info .column>a,.brand>a,.event-row)::before{bottom:calc(-1 / var(--main-width));}

/*footer -------------------3----------------- */
footer #footer{padding: 0 calc(26 / var(--main-width));} 
footer .lines{right: calc(-60 / var(--main-width));top: calc(105 / var(--main-width));z-index: 1;}
footer .footer-section{grid-template-columns: calc(84 / var(--main-width)) 1fr;gap: calc(100 / var(--main-width));padding: calc(30 / var(--main-width)) 0 calc(40 / var(--main-width)) 0;position: relative;z-index: 2;}
footer .logo{width:calc(84 / var(--main-width));height: calc(54 / var(--main-width));background-image:url(../images/logo-f.jpg);background-repeat:no-repeat;background-size:100% auto;background-position: center; text-decoration:none;transition: all .35s ease;}
footer .logo img{width: 100%;display: none;}

footer nav{width: 100%;display: grid;grid-template-columns: 1fr;}
footer nav > .bottomf, footer nav ul:not(.bottomf ul){width: 100%;gap: calc(18 / var(--main-width));margin-top: calc(0 / var(--main-width));grid-auto-flow: row;}
footer nav ul:not(.bottomf ul) li{height: auto;padding: 0 !important;margin-bottom: 0;}
footer nav ul:not(.bottomf ul) li:first-of-type{padding-left: 0;}
footer nav ul:not(.bottomf ul) li:last-of-type{border-left: 0;padding-left: 0;}

footer nav .bottomf{width: 41%;display: flex;flex-wrap: wrap; margin-top: calc(0 / var(--main-width));gap: calc(12 / var(--main-width)) calc(10 / var(--main-width));display: initial;position: absolute;left: 0;bottom: calc(40 / var(--main-width));display: flex;}
footer nav p{width: auto;margin-bottom: 0;}
footer nav .bottomf ul{width: 100%;display: flex;flex-wrap: wrap; margin-top: calc(0 / var(--main-width));gap: calc(12 / var(--main-width)) calc(10 / var(--main-width));}
footer nav .bottomf ul li{width: auto;margin-bottom: 0;}

footer nav :where(p:first-of-type, p:last-of-type){width: 100%;}

}