@font-face {font-family:'Poppins';font-style:normal;font-weight:400;src: local('Poppins Regular'), local('Poppins-Regular'), url(/g/font/2.woff2) format('woff2');}
@font-face {font-family:'Poppins';font-style:normal;font-weight:600;src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(/g/font/3.woff2) format('woff2');}
@font-face {font-family:'Poppins';font-style:italic;font-weight:400;src: local('Poppins Italic'), local('Poppins-Italic'), url(/g/font/4.woff2) format('woff2');}
@font-face {font-family:'Poppins';font-style:normal;font-weight:700;src: local('Poppins Bold'), local('Poppins-Bold'), url(/g/font/5.woff2) format('woff2');}
@font-face {font-family:'Poppins';font-style:normal;font-weight:300;src: local('Poppins Light'), local('Poppins-Light'), url(/g/font/6.woff2) format('woff2');}

@font-face {font-family:'Lato';font-style:normal;font-weight:400;src: local('Lato Regular'), local('Lato-Regular'), url(/g/font/8.woff2) format('woff2');}
@font-face {font-family:'Lato';font-style:normal;font-weight:700;src: local('Lato Bold'), local('Lato-Bold'), url(/g/font/9.woff2) format('woff2');}
@font-face {font-family:'Lato';font-style:normal;font-weight:300;src: local('Lato Light'), local('Lato-Light'), url(/g/font/10.woff2) format('woff2');}

@font-face {font-family:'FontAwesome';font-style:normal;font-weight:300;src:local('FontAwesome'), local('FontAwesome'), url(/g/font/7.woff2) format('woff2');}
*{margin:0;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
body{background:#fff;font-family:'Lato',Arial,sans-serif;color:#4e4e4e;font-size:14px;}
ul,ol{list-style:none outside none;overflow:hidden;}
a{text-decoration:none;}
img{display:block;border:0;}
input,select,textarea,button{background:#fff;display:block;width:100%;height:40px;margin-bottom:5px;padding:0 17px;font-size:14px;border:1px solid #ddd;color:#262626;}
textarea{height:110px;padding:8px 17px;}
button:focus,input:focus,textarea:focus,select:focus{outline:0;}
input[type="submit"]{border:none;cursor:pointer;}
form b{font-size:15px;}
p{color:#777;font-size:18px;line-height:27px;}
h1,h2,h3,h4,h5{font-family:'Poppins',arial,sans-serif;color:#13192d;}
h1{margin-bottom:20px;font-size:33px;line-height:36px;}
h3{margin-bottom:50px;text-align:center;font-size:42px;font-weight:600;}
h4{font-size:20px;font-weight:600;}
.centro{width:100%;max-width:1200px;margin:0 auto;padding:0 5px;overflow:hidden;}
.btn{background:#53b778;display:block;width:180px;margin:8px auto;padding:11px 0;font-size:13px;color:#fff;text-align:center;text-transform:uppercase;-webkit-transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-ms-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;}
.btn:hover{background:#50cc7e;}
.grecaptcha-badge{display:none;}
/*slider*/
.myslider{position:relative;clear:both;width:100%;overflow:hidden;}
.myslider>div{position:relative;display:none;width:100%;overflow:hidden;}
.myslider>div.active{display:block;}
.myslider img{display:block;width:100%;height:auto;}
.myslider .prevBtn{position:absolute;left:5px;top:50%;width:52px;height:90px;margin-top:-45px;text-indent:-9999px;z-index:99999;}
.myslider .nextBtn{position:absolute;right:5px;top:50%;width:52px;height:90px;margin-top:-45px;text-indent:-9999px;z-index:99999;}
.myslider .prevBtn:before,.myslider .nextBtn:before{content:" ";position:absolute;top:52px;left:11px;background-color:#fff;width:25px;height:2px;border-radius:0 0 0 9px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);}
.myslider .prevBtn:after,.myslider .nextBtn:after{content:" ";position:absolute;top:35px;left:11px;background-color:#fff;width:25px;height:2px;border-radius:9px 0 0 0;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);}
.myslider .nextBtn:before{top:35px;left:15px;border-radius:0 9px 0 0;}
.myslider .nextBtn:after{top:52px;left:15px;border-radius:0 0 9px 0;}
.myslider .pointerBox{position:absolute;display:block;bottom:0;left:50%;list-style:none;width:60%;height:25px;margin-left:-30%;padding-left:0;text-align:center;overflow:hidden;z-index:15;}
.myslider .pointerBox a{display:inline-block;width:13px;height:13px;border:1px solid #ddd;border-radius:13px;margin-right:12px;text-indent:-9999px;cursor:pointer;}
.myslider .pointerBox a.active{background-color:#fff;width:15px;height:15px;}
.myslider .pointerBox a:hover{background-color:#fff;width:15px;height:15px;}
/*(slide-fade)*/
.style1>div{transition:transform 0.6s ease-in-out, opacity 0.6s ease-in-out;}
.style1>div.active{opacity:1;z-index:2;}
.style1>div.active.left{opacity:0;transform:translate3d(-100%,0,0);}
.style1>div.active.right{opacity:0;transform:translate3d(100%,0,0);}
.style1>div.next,.style1>div.prev{position:absolute !important;top:0;display:block !important;opacity:1;z-index:1;}
/*(fade)*/
.style2>div{transition:opacity 0.6s ease-in-out;}
.style2>div.active{opacity:1;z-index:2;}
.style2>div.active.left,.style2>div.active.right{opacity:0;}
.style2>div.next,.style2>div.prev{position:absolute !important;top:0;display:block !important;opacity:1;z-index:1;}
/*(slide)*/
@keyframes slidenext{0%{transform:translate3d(100%,0,0);}100%{transform:translate3d(0,0,0);}}@-webkit-keyframes slidenext{0%{-webkit-transform:translate3d(100%,0,0);}100%{-webkit-transform:translate3d(0,0,0);}}@-moz-keyframes slidenext{0%{-moz-transform:translate3d(100%,0,0);}100%{-moz-transform:translate3d(0,0,0);}}@-ms-keyframes slidenext{0%{-ms-transform:translate3d(100%,0,0);}100%{-ms-transform:translate3d(0,0,0);}}@-o-keyframes slidenext{0%{-o-transform:translate3d(100%,0,0);}100%{-o-transform:translate3d(0,0,0);}}
@keyframes slideprev{0%{transform:translate3d(-100%,0,0);}100%{transform:translate3d(0,0,0);}}@-webkit-keyframes slideprev{0%{-webkit-transform:translate3d(-100%,0,0);}100%{-webkit-transform:translate3d(0,0,0);}}@-moz-keyframes slideprev{0%{-moz-transform:translate3d(-100%,0,0);}100%{-moz-transform:translate3d(0,0,0);}}@-ms-keyframes slideprev{0%{-ms-transform:translate3d(-100%,0,0);}100%{-ms-transform:translate3d(0,0,0);}}@-o-keyframes slideprev{0%{-o-transform:translate3d(-100%,0,0);}100%{-o-transform:translate3d(0,0,0);}}
.style3>div{transition:transform 0.5s ease-in-out;}
.style3>div.active.left{transform:translate3d(-100%,0,0);}
.style3>div.active.right{transform:translate3d(100%,0,0);}
.style3>div.next{position:absolute !important;top:0;display:block !important;-webkit-animation:slidenext 0.5s ease-in-out 1;}
.style3>div.prev{position:absolute !important;top:0;display:block !important;-webkit-animation:slideprev 0.5s ease-in-out 1;}
/*privacyForm*/
.privacyForm{margin-bottom:4px;overflow:hidden;clear:both;}
.privacyForm a{display:inline-block;margin-left:4px;font-family:times,serif;border-radius:50%;height:16px;width:16px;padding-left:5px;border:1px solid #616060;color:#616060;font-size:13px;font-weight:600;font-style:italic;line-height:14px;}
.privacyForm a:hover{opacity:.7;}
.privacyForm label{display:block;font-size:11px!important;line-height:15px;color:#616060;}
.privacyForm input[type="checkbox"]{float:left;width:16px;height:16px!important;margin:0 4px 0 0;}
/*HEADER*/
#header{background:#fff;position:absolute;left:0;top:0;width:100%;height:140px;border-bottom:1px solid #ddd;overflow:hidden;}
#opennav{display:none;}
#chiama{position:absolute;top:9px;right:11px;display:none;background:url(tel.png)no-repeat center center #f6b737;width:40px;height:40px;border-radius:4px;text-indent:-9999px;}
/*HEADER TOP*/
#headerTop{background:#f9f9f9;text-align:right;}
#headerTop span{display:inline-block;margin-right:20px;padding:13px 0;font-size:14px;color:#f6b737;font-weight:300;}
#headerTop span strong{margin-right:5px;color:#888888;font-weight:300;}
#headerTop a{float:right;margin:0;}
/*headerBottom*/
#logo{position:absolute;display:block;float:left;background:url("logo.png") no-repeat;width:178px;height:90px;margin:5px 0;text-indent:-9999px;transition:opacity .1s linear;-webkit-transition:opacity .1s linear;-moz-transition:opacity .1s linear;-ms-transition:opacity .1s linear;-o-transition:opacity .1s linear;z-index:2;}
#logo:hover{opacity:0.7;filter:alpha(opacity=70);}
/*MENU*/
#nav{position:absolute;right:9%;top:42px;width:750px;height:101px;overflow:visible;}
#nav ul{width:100%;max-width:1140px;margin:0 auto;text-align:right;overflow:visible;}
#nav li{position:relative;display:inline-block;margin:0 3%;}
#nav a:not(.btn){display:block;padding:38px 0;border-bottom:2px solid transparent;color:#888888;font-size:14px;text-transform:uppercase;font-weight:700;}
#nav a:not(.btn):hover,#nav li.active>a:not(.btn){color:#53b778;}
#nav li.active>a{border-color:#53b778}
#nav .btn{background-image:url('arrowMenu.png');background-repeat:no-repeat;background-position:center right 8px;width:150px;padding:14px 11px;letter-spacing:1px;font-size:16px;font-weight:600;text-align:left;}
/*tendina*/
#nav .tendina{background-color:#fff;position:absolute;top:98%;left:0;width:275px;padding:10px 5px;border-top:2px solid #53b778;text-align:left;opacity:0;transition:all 0.4s ease-in-out 0s;}
#nav .tendina li{display:block;margin:0;}
#nav .tendina a{padding:9px 5px;color:#4e4e4e;font-size:14px;text-transform:capitalize;}
#nav .tendina a:hover{color:#53b778;text-decoration:underline;}
#nav li:hover .tendina{opacity:1;top:82px;transition:all 0.2s ease-in-out;z-index:9;}
#contactbar{display:none;}
@media(max-width:1055px){#nav{right:0;}#nav li{margin:0 1%;}}
@media(max-width:800px){#nav a:not(.btn){font-size:13px;}#nav li{margin:0 0.5%;}#nav .btn{font-size:14px;}}
@media(max-width:700px){
#headerTop{display:none;}
#header{background-color:#fff;border-bottom:1px solid #ccc;box-shadow:3px 3px 6px -2px #ccc;height:60px;z-index:9997;overflow: scroll;}
#opennav{position:absolute;top:0;display:block;float:left;background:url("btnmenu.png") no-repeat 13px 18px;width:60px;height:60px;text-indent:-9999px;}
#logo{position:static;float:none;background-size:104px;width:104px;height:53px;margin:4px auto 0;}
#chiama{display:block;}
#nav{position:fixed;top:0;left:0;background:none #fff;border:0;width:75%;height:100%;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%);transition:transform .2s cubic-bezier(.4,0,.2,1);-webkit-transition:-webkit-transform .2s cubic-bezier(.4,0,.2,1);-moz-transition:-moz-transform .2s cubic-bezier(.4,0,.2,1);-ms-transition:-ms-transform .2s cubic-bezier(.4,0,.2,1);-o-transition:-o-transform .2s cubic-bezier(.4,0,.2,1);overflow-y:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;}
#nav.on{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);z-index:9999;visibility:visible;}
#nav.off{visibility:visible;z-index:9999;}
#nav li{float:none;display:block;border-bottom:1px solid #ddd;margin:0;}
#nav li a:not(.btn),#nav .tendina a{background:none;border:0;border-left:5px solid #f6b737;border-radius:0;margin:0;padding:15px 5px;color:#666666;font-size:16px;text-align:left;letter-spacing:0;text-transform:uppercase;}
#nav .tendina a:hover{text-decoration:none;}
#nav .tendina{position:static;width:100%;padding:0;border:none;opacity:1;}
#nav .tendina li:first-child{border-top:1px solid #ddd;}
#nav .tendina li:last-child{border-bottom:none;}
#nav li a:hover,#nav li a:active{background-color:rgba(80,80,80,0.1);color:inherit;}
#nav .btn{background:none;width:100%;border:0;border-left:5px solid #f6b737;border-radius:0;margin:0;padding:15px 5px;color:#666666;font-size:16px;text-align:left;letter-spacing:0;text-transform:uppercase;}
#sfbox{visibility:hidden;-webkit-transition:background .2s ease-out;-moz-transition:background .2s ease-out;-ms-transition:background .2s ease-out;-o-transition:background .2s ease-out;transition:background .2s ease-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;}
#sfbox.off{}
#sfbox.on{position:fixed;top:0;right:0;left:0;background-color:rgba(0,0,0,0.5);width:100%;height:120%;cursor:pointer;z-index:9998;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow-y:auto;visibility:visible;}
}
/*contactbar*/
#contactbar{display:none;}
@media(max-width:640px){
#contactbar{background-color:#fff;position:fixed;top:inherit;bottom:0;left:0;width:100%;margin-left:1px;margin:0;border-top:1px solid #ccc;box-shadow:0 1px 3px #aaa;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:9999;box-shadow:0 2px 15px 0 rgba(51, 51, 51, 1);overflow:visible;}
#contactbar ul{overflow:visible;}
#contactbar li{float:left;width:44%;text-align:center;}
#contactbar li a:hover{background:rgba(221,221,221,0.6)}
#contactbar li a{display:inline-block;width:100%;padding:13px 0;color:#ed1c24;font-size:16px;text-transform:uppercase;font-weight:500;}
#contactbar li a:before{content:"";background:url('contactBar.png')no-repeat 0 -82px;background-size:16px;display:inline-block;width:16px;height:18px;margin-right:8px;}
#contactbar li.email{float:right;width:44%;}
#contactbar li.email a:before{display:none;}
#contactbar li.email a:after{content:"";background:url('contactBar.png')no-repeat 0 -39px;background-size:16px;display:inline-block;width:16px;height:18px;margin-left:8px;}
#contactbar li.mappa{background:#fff;position:absolute;right:50%;width:78px;height:78px;margin:-17px -39px 0 0;border-radius:50%;overflow:visible;}
#contactbar li.mappa a{width:78px;height:78px;box-shadow:0 2px 15px 0 rgba(51, 51, 51, 1);border-radius:50%;}
#contactbar li.mappa a:before{background-position:0 0;background-size:40px;width:40px;height:40px;margin:0;}
}
@media(max-width:375px){#contactbar li,#contactbar li.email{width:40%;}}
#content{margin-top:140px;}
@media(max-width:700px){#content{margin-top:60px;}}
/*----------------------------------HOME PAGE-----------------------*/
.headerHome{background:url('headerHome.jpg')no-repeat center/cover;position:relative;padding:30px 0;}
.headerHome .sx{position:absolute;top:50%;width:740px;color:#fff;text-align:center;transform:translate(0,-50%);}
.headerHome .sx p{border-right:1px solid #fff;border-left:1px solid #fff;color:#fff;}
.headerHome .sx p b{display:inline-block;margin:40px 0;padding:0 9px;text-transform:uppercase;font-size:39px;color:#fff;clear:both;line-height:43px;font-weight:400;}
.headerHome .sx p span{position:relative;display:block;}
.headerHome .sx .top{line-height:0;font-size:17px;font-weight:800;}
.headerHome .sx .top:after,.headerHome .sx .top:before,.headerHome .sx .bottom:after,.headerHome .sx .bottom:before{content:'';background:#fff;position:absolute;top:0;left:0;width:34%;height:1px;}
.headerHome .sx .top:before{left:inherit;right:0;}
.headerHome .sx .bottom{font-size:11px;line-height:0;}
.headerHome .sx .bottom:after,.headerHome .sx .bottom:before{top:inherit;bottom:0;width:31%;}
.headerHome .sx .bottom:before{left:inherit;right:0;}
.headerHome .sx .btn{width:190px;margin-top:20px;padding:9px 0;font-size:16px;}
.headerHome ul{margin-top:25px;color:#fff;text-align:left;}
.headerHome li{background:url('li.png')no-repeat 0 center;margin-bottom:7px;padding:2px 0 2px 24px;font-size:16px;font-weight:600;}
.headerHome .dx{background:url('bgFormHome.png')repeat rgba(20, 20,20, 0.65);background:#fff;float:right;width:430px;padding:30px 25px 40px;border-radius:8px;}
.headerHome .dx span{display:block;margin-bottom:20px;text-align:center;font-size:18px;font-weight:600;line-height:22px;}
.headerHome .dx span strong{text-transform:uppercase;color:#53b778;}
.headerHome input,.headerHome textarea,.headerHome select{margin-bottom:9px;}
.headerHome input[type="submit"]{margin-bottom:0;}
.headerHome .privacyForm label input{margin-bottom:4px;}
@media(max-width:1440px){.headerHome .sx{width:50%;}}
@media(max-width:1162px){.headerHome .sx{width:57%;}.headerHome .sx p b{font-size:33px;}.headerHome .sx .top:after,.headerHome .sx .top:before{width:30%;}.headerHome .sx .bottom:after, .headerHome .sx .bottom:before{width:27%;}}
@media(max-width:1050px){.headerHome .dx{width:380px;padding:17px 15px 25px;}.headerHome .sx p b{margin:28px 0;font-size:29px;}}
@media(max-width:935px){.headerHome .dx{width:347px;}.headerHome .sx{width:55%;}.headerHome .sx p b{font-size:26px;line-height:30px;}.headerHome .sx .top:after, .headerHome .sx .top:before{width:27%;}.headerHome .sx .bottom:after, .headerHome .sx .bottom:before{width:23%;}}
@media(max-width:800px){.headerHome .dx{width:325px;padding:15px 9px;}.headerHome .sx{width:52%;}.headerHome .sx .top:after, .headerHome .sx .top:before{width:23%;}.headerHome .sx .bottom:after, .headerHome .sx .bottom:before{width:18%;}.headerHome .sx p b{margin:21px 0;font-size:23px;}.headerHome .sx .top{font-size:16px;}}
/* @media(max-width:700px){.headerHome{background:#f6f7f8;padding:8px;}.headerHome .sx{position:static;float:none;width:100%;transform:none;padding-top:20px;}.headerHome .dx{float:none;width:450px;max-width:98%;margin:30px auto 9px;padding:15px;box-shadow:0 4px 6px 0px rgba(0,0,0,0.1);}.headerHome .sx p{width:550px;max-width:98%;margin:0 auto;border-color:#d5d5d5;}.headerHome .sx p b{margin:26px 0;color:#13192d;font-size:29px;line-height:35px;}.headerHome .sx .top:after,.headerHome .sx .top:before,.headerHome .sx .bottom:after,.headerHome .sx .bottom:before{background:#d5d5d5;width:30%;}.headerHome ul,.headerHome .sx .bottom,.headerHome .sx .top{color:#777}.headerHome .sx .bottom:after, .headerHome .sx .bottom:before{width:26%;}.headerHome li{font-weight:normal;}} */
@media(max-width:700px){.headerHome{background:#f6f7f8;padding:8px;}.headerHome .sx{position:static;float:none;width:100%;transform:none;padding-top:20px;}.headerHome .dx{background:#25aae1;float:none;width:450px;max-width:98%;margin:30px auto 9px;padding:15px;box-shadow:0 4px 6px 0px rgba(0,0,0,0.1);}.headerHome .dx span{color:#fff;}.headerHome .dx span strong{color:#f6b737;}.headerHome .privacyForm label{color:#fff;}.headerHome .privacyForm a{color:#fff;border-color:#fff;}.headerHome input[type="submit"]{background:#f6b737;}.headerHome input[type="submit"]:hover{background:#e3a017;}.headerHome .sx p{width:550px;max-width:98%;margin:0 auto;border-color:#d5d5d5;}.headerHome .sx p b{margin:26px 0;color:#13192d;font-size:29px;line-height:35px;}.headerHome .sx .top:after,.headerHome .sx .top:before,.headerHome .sx .bottom:after,.headerHome .sx .bottom:before{background:#d5d5d5;width:30%;}.headerHome ul,.headerHome .sx .bottom,.headerHome .sx .top{color:#777}.headerHome .sx .bottom:after, .headerHome .sx .bottom:before{width:26%;}.headerHome li{font-weight:normal;}}
/* @media(max-width:700px){.headerHome{background:#53b778 #25aae1;padding:8px;}.headerHome .sx{position:static;float:none;width:100%;transform:none;padding-top:20px;}.headerHome .dx{float:none;width:450px;max-width:98%;margin:30px auto 9px;padding:15px;box-shadow:0 4px 6px 0px rgba(0,0,0,0.1);}.headerHome .sx p{width:550px;max-width:98%;margin:0 auto;border-color:#d5d5d5;}.headerHome .sx p b{margin:26px 0;color:#fff;font-size:29px;line-height:35px;}.headerHome .sx .top:after,.headerHome .sx .top:before,.headerHome .sx .bottom:after,.headerHome .sx .bottom:before{background:#d5d5d5;width:30%;}.headerHome ul,.headerHome .sx .bottom,.headerHome .sx .top{color:#fff}.headerHome .sx .bottom:after, .headerHome .sx .bottom:before{width:26%;}.headerHome li{font-weight:normal;}} */
@media(max-width:540px){.headerHome .sx p b{font-size:26px;}.headerHome .sx .bottom:after, .headerHome .sx .bottom:before{width:21%;}.headerHome .sx .top:after, .headerHome .sx .top:before{width:25%;}.headerHome select option{background:#000!important;font-size:12px!important;}}
@media(max-width:445px){.headerHome .sx p b{padding:0;font-size:23px;line-height:27px;}.headerHome .sx .bottom:after, .headerHome .sx .bottom:before{width:14%;}.headerHome .sx .top:after, .headerHome .sx .top:before{width:23%;}.headerHome li{font-size:14px;}.headerHome .dx span{font-size:16px;}}
@media(max-width:375px){.headerHome .sx .bottom:after, .headerHome .sx .bottom:before{width:11%;}.headerHome .sx .top:after, .headerHome .sx .top:before{width:19%;}}
/*listService*/
.listService{margin:50px auto;}
.listService h1{float:left;width:40%;margin-bottom:50px;text-align:right;font-size:36px;color:#242424;line-height:42px;font-weight:600;}
.listService h1 b{font-weight:600;color:#53b778;}
.listService>p{float:right;width:57%;line-height:30px;}
.listService ul{clear:both;}
.listService li{float:left;width:31.33%;margin:0 1% 45px;}
.listService a{display:block;height:390px;padding:40px 35px 35px;text-align:center;border-radius:8px;-webkit-box-shadow:0 4px 6px 0px rgba(0,0,0,0.1);box-shadow:0 4px 6px 0px rgba(0,0,0,0.1)}
.listService img{margin:0 auto;}
.listService h4{margin:20px 0;font-size:18px;}
.listService p{line-height:29px;}
.listService span{display:block;margin-top:20px;color:#242424;font-size:15px;font-weight:600;transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;opacity:0;}
.listService span:after{content:"\f178";display:inline-block;margin-left:5px;font-family:FontAwesome;font-size:15px;}
.listService a:hover span{opacity:1;}
.listService span:hover{color:#73c501;}
@media(max-width:895px){.listService h1{font-size:27px;}.listService p{font-size:17px;line-height:24px;}.listService a{height:305px;padding:16px 12px;}.listService p{font-size:15px;}.listService h4{font-size:17px;}}
@media(max-width:730px){.listService{margin-bottom:5px;}.listService li{width:48%;}.listService a{height:320px;}.listService span{opacity:1;}}
@media(max-width:520px){.listService{margin-top:25px;}.listService h1,.listService p{float:none;width:100%;text-align:center;}.listService h1{margin-bottom:11px;}.listService ul{margin-top:25px;}.listService h4{margin:8px 0 12px;font-size:16px;}.listService li p{line-height:20px;font-size:14px;}.listService a{height:309px;}.listService li{margin-bottom:30px;}}
@media(max-width:400px){.listService h1{line-height:34px;}.listService li{width:97%;margin-bottom:18px;}.listService a{height:auto;}.listService h4{margin-top:14px;font-size:18px;}}
/*callToAction1*/
.callToAction1 input{float:left;width:27%;height:60px;margin:0 0.5%;font-size:16px;}
.callToAction1 input[type="text"],.callToAction1 input[type="email"]{background:#d1d1d126;margin-bottom:15px;padding:12px 25px;border:none;font-style:italic;box-shadow:0 2px 6px 0 rgba(0,0,0,0.1);}
.callToAction1 input:focus{border-color:#ea4517;}
.callToAction1 .privacyForm{margin:4px 0.5% 0;}
.callToAction1 .btn{width:15%;box-shadow:0 2px 6px 0 rgba(0,0,0,0.1);}
@media(max-width:910px){.callToAction1 h3{margin-bottom:30px;font-size:37px;line-height:43px;}}
@media(max-width:745px){.callToAction1 input{font-size:14px;}}
@media(max-width:640px){.callToAction1 form{position:relative;padding-bottom:70px;}.callToAction1 input{width:31.33%;}.callToAction1 .btn{position:absolute;bottom:0;left:50%;width:125px;height:50px;transform:translate(-50%,0)}.callToAction1 h3{font-size:32px;}}
@media(max-width:430px){.callToAction1 h3{font-size:26px;line-height:35px;}.callToAction1 input{width:98%;height:50px;}}
/*about*/
.about{background:url('bgAbout.png')no-repeat #17d212 right 0;position:relative;margin:90px 0 50px;padding-top:99px;overflow:hidden;}
.about:after{content:'';background:#fff;position:absolute;bottom:0;left:0;width:100%;height:60px;}
.about img{position:relative;float:left;width:50%;z-index:9;}
.about .dx{position:relative;float:right;width:48%;padding:0 50px 0 20px;text-align:left;z-index:9;}
.about .dx span{display:block;margin-bottom:20px;text-transform:uppercase;color:rgba(255,255,255,0.60);font-size:18px;font-weight:500;}
.about h3{margin-bottom:12px;color:#fff;font-size:37px;text-align:left;font-weight:400;line-height:45px;text-transform:none;}
.about p{color:#fff;font-size:17px;}
.about a{display:inline-block;margin-top:45px;color:#fff;border-bottom:1px solid #fff;font-size:18px;font-weight:500;}
@media(max-width:1400px){.about{padding-top:52px;}.about p{font-size:16px;line-height:24px;}.about a{margin-top:27px;}}
@media(max-width:1285px){.about{height:495px;margin-top:40px;}.about .dx span{margin-bottom:8px;}.about h3{font-size:31px;line-height:39px;}.about a{margin-top:12px;}}
@media(max-width:1140px){.about .dx{padding:0 5px 0 0;}.about h3{font-size:26px;line-height:30px;}}
@media(max-width:970px){.about{height:auto;padding:35px 5px;}.about img{display:none;}.about .dx{float:none;width:100%;}.about:after{display:none;}}
@media(max-width:410px){.about{padding:14px 5px;margin-bottom:22px;}}
/*caseStudy*/
.caseStudy{background:#f8f9ff;overflow:hidden;}
.caseStudy .sx{float:left;width:33.33%;padding:60px 20px;}
.caseStudy h3,.caseStudy h1{margin-bottom:0;font-size:42px;text-align:left;line-height:47px;font-weight:600;}
.caseStudy p{margin:15px 0 30px;}
.caseStudy .btn{width:225px;margin:0;}
.caseStudy .dx{float:right;width:66.66%;}
.caseStudy .dx a{background:#fff;float:left;width:33.33%;border-top:6px solid #71d456;box-shadow:0 2px 4px rgba(0,0,0,0.2);/*border-bottom:1px solid #eff3ff;border-left:1px solid #eff3ff*/}
.caseStudy .dx a:nth-child(-n + 3){margin-bottom:4px;}
.caseStudy .dx a:nth-of-type(2){border-color:#f0582f}
.caseStudy .dx a:nth-of-type(3){border-color:#4485c5}
.caseStudy .dx a:nth-of-type(4){border-color:#4b5aa7}
.caseStudy .dx a:nth-of-type(5){border-color:#4485c5}
.caseStudy .dx a:nth-of-type(6){border-color:#71d456}
/* .caseStudy .dx a:nth-child(-n+3){border-top:1px solid #eff3ff} */
.caseStudy .dx a img{width:100%;/*border-bottom:1px solid #eff3ff*/}
.caseStudy .dx div{background:#d1d1d126;padding:8px;}
.caseStudy .dx h4{padding:3px 3px 8px;font-size:16px;line-height:10px;}
.caseStudy .dx span{display:block;padding:3px;color:rgb(168, 168, 168);font-size:14px;}
@media(max-width:940px){.caseStudy .sx{padding:40px 5px;}.caseStudy h3{font-size:34px;}.caseStudy .dx div{padding:0;}.caseStudy .dx a img{height:160px;}.caseStudy .dx span{font-size:13px;}}
@media(max-width:810px){.caseStudy .sx,.caseStudy .dx{float:none;width:100%;}.caseStudy .sx{padding:0 5px 30px;}.caseStudy .sx,.caseStudy h3,.caseStudy h1{text-align:center;}.caseStudy .btn{margin:0 auto;}.caseStudy p{margin-bottom:14px;}.caseStudy .dx a img{height:auto;}}
@media(max-width:545px){.caseStudy .dx a{width:50%;}.caseStudy .dx a:nth-child(odd){clear:both;}.caseStudy h3{font-size:31px;}.caseStudy p{margin-top:3px;}.caseStudy h1{font-size:37px;}}
@media(max-width:400px){.caseStudy .dx span{padding-bottom:0;font-size:12px;}.caseStudy .dx div{padding-bottom:3px;}.caseStudy p{font-size:17px;}.caseStudy h3{font-size:26px;}}
/*callToAction2*/
.callToAction2{background:#1551b5;position:relative;margin:50px 0;padding:60px 0;}
.callToAction2:after{content:'';background:url('bgcallToAction2.png')no-repeat center center;position:absolute;top:0;left:0;width:100%;height:100%;opacity:0.03;}
.callToAction2 div div{float:left;width:80%;}
.callToAction2 h5{margin-bottom:9px;font-size:40px;font-weight:500;color:#fff;}
.callToAction2 p{color:#fff;font-size:17px;}
.callToAction2 a{background:#fff;position:relative;float:right;display:block;width:180px;margin-top:22px;padding:11px 0;border:2px solid #fff;text-align:center;font-size:15px;color:#242424;font-weight:500;z-index:9;}
@media(max-width:920px){.callToAction2 h5{font-size:32px;}.callToAction2 div div{width:70%;}.callToAction2{padding:29px 0;}}
@media(max-width:790px){.callToAction2{margin:27px 0 0;}.callToAction2 div div{float:none;width:100%;text-align:center;}.callToAction2 a{float:none;margin:15px auto 0;}}
@media(max-width:550px){.callToAction2 h5{line-height:35px;}}
@media(max-width:385px){.callToAction2 h5{font-size:27px;}.callToAction2 p{font-size:16px;line-height:21px;}}
/*listBlog*/
#home .listBlog{float:none;width:100%;}
#home .listBlog li{width:31.33%;}
@media(max-width:910px){#home .listBlog div:last-child{padding:25px 7px;}#home .listBlog h4{font-size:17px;line-height:22px;}#home .listBlog span{left:8px;}}
@media(max-width:705px){#home .listBlog h3{margin-bottom:25px;font-size:37px;}#home .listBlog li{width:48%;}}
@media(max-width:535px){#home .listBlog h3{font-size:32px;}#home .listBlog h4{font-size:15px;}#home .listBlog span{padding:4px 6px;font-size:13px;}#home .listBlog div:last-child{padding:18px 7px 7px;}}
@media(max-width:435px){#home .listBlog h3{font-size:26px;line-height:35px;}#home .listBlog li{float:none;width:99%;}#home .listBlog span{font-size:14px;}#home .listBlog h4{font-size:16px;}}
/*---------------------------------------PAGINA CHI SIAMO*/
/*header*/
.header{background:#17222b;position:relative;padding:81px 0;color:#fff;text-align:center;}
.header div>span,.header h1{position:relative;display:block;width:100%;font-size:48px;letter-spacing:1px;line-height:48px;font-weight:700;z-index:2;}
.header h1{width:66%;color:#fff;line-height:50px;}
#breadcrumbs{position:relative;padding-top:22px;z-index:2;}
#breadcrumbs li{display:inline-block;}
#breadcrumbs li a,#breadcrumbs li span{color:#fff;font-size:18px;}
#breadcrumbs li a:after{content:'/';display:inline-block;margin:0 5px;color:#fff;font-size:12px;}
@media(max-width:855px){.header div>span,.header h1{font-size:38px;}#breadcrumbs li a, #breadcrumbs li span{font-size:16px;}}
@media(max-width:655px){.header{padding:46px 0;}.header div>span,.header h1{font-size:32px;line-height:42px;}}
@media(max-width:470px){.header{padding:26px 0;}.header div>span, .header h1{font-size:28px;line-height:35px;}#breadcrumbs li a, #breadcrumbs li span{font-size:14px;}}
@media(max-width:390px){#breadcrumbs{padding-top:14px;}.header div>span, .header h1{line-height:30px;font-size:26px;}}
/*imgText*/
.imgText{margin:50px auto;}
.imgText img{float:left;width:46%;border-radius:50%;}
.imgText div{float:right;width:50%;}
.imgText h1{margin-top:50px;color:#242424;font-size:40px;font-weight:600;line-height:1.2em;}
.imgText p{margin:25px 0;font-size:18px;line-height:1.6em;color:#13192d;}
.imgText li{margin-bottom:20px;color:#13192d;font-size:16px;clear:both;}
.imgText li:before{content:'\f046';display:inline-block;float:left;margin:4px 5px 23px 0;color:#4bc516;font:normal normal normal 19px/1 FontAwesome;}
@media(max-width:990px){.imgText h1{margin-top:0;font-size:33px;}}
@media(max-width:760px){.imgText h1{margin-bottom:0;font-size:27px;}.imgText p{margin:12px 0;font-size:16px;}.imgText li{margin-bottom:9px;font-size:15px;}}
@media(max-width:565px){.imgText{margin:18px auto;}.imgText img{display:none;}.imgText div{float:none;width:100%;}.imgText h1{font-size:26px;}}
/*---------------------------------------PAGINA DETTAGLIO SERVIZIO*/
.textForm{background:#f6f7f8;margin:50px auto;padding:50px 0;}
.textForm .sx{background:url('arrow.png')no-repeat right center;float:left;width:61%;padding-right:104px;}
.textForm .sx p{font-size:16px;}
.textForm .sx ul{margin:17px 0;color:#777;}
.textForm .sx ul li{background:url('li.png')no-repeat 0 9px;padding:2px 0 2px 25px;font-size:16px;line-height:27px;}
.textForm .sx ol{margin:0;padding:0;counter-reset:li;}
.textForm .sx ol li{padding:2px 0;font-size:16px;line-height:27px;color:#777;}
.textForm .sx ol li:before{content:counter(li)".";counter-increment:li;display:inline-block;margin-right:5px;color:#73c501;font-size:18px;}
.textForm .sx .btn{margin:20px 0 0;}
.textForm .dx{background:#fff;position:relative;float:right;width:34%;padding-bottom:13px;}
.textForm .dx video{width:100%;}
.textForm .dx img{width:100%;}
@media(max-width:990px){.textForm{padding:28px 0;}.textForm .dx{width:37%;}}
@media(max-width:790px){.textForm h1{margin-bottom:7px;font-size:29px;}.textForm .sx p,.textForm .sx ul li,.textForm .sx ol li{font-size:15px;}}
@media(max-width:670px){.textForm{margin:22px auto;}.textForm .sx{background-image:url('arrowBottom.png');background-position:bottom 3px center;float:none;width:100%;padding:0 0 80px 0;}.textForm .dx{float:none;width:450px;max-width:98%;margin:20px auto 0;}.textForm h1{text-align:center;font-size:31px;}}
@media(max-width:455px){.textForm h1{font-size:28px;}}
@media(max-width:390px){.textForm h1{font-size:25px;}}
/*step*/
.step h3{margin-bottom:0;}
.step>p{text-align:center;}
.step ul{margin:50px auto 0;}
.step li{position:relative;margin-bottom:32px;padding:0 5px 5px;overflow:hidden;}
.step li div{float:left;width:50%;text-align:center;}
.step li div:first-child{position:relative;padding:22px;box-shadow:0 4px 6px 0px rgba(0,0,0,0.1);text-align:left;}
.step li div:first-child:after{content:'';position:absolute;left:100%;top:50%;width:100%;border-left:40px solid #e6f0fa;border-bottom:20px solid transparent;border-top:20px solid transparent;transform:translate(0,-50%);}
.step li div:last-child{position:absolute;top:50%;right:0;transform:translate(0,-50%);}
.step li b{color:#53b778;font-size:80px;}
.step strong{display:block;float:left;color:#53b778;font-size:50px;}
.step h4{float:left;margin-bottom:3px;font-size:20px;}
.step li p{font-size:15px;line-height:22px;clear:both;}
.step li img{float:right;width:100%;max-width:230px;}
.step li:nth-child(even) div:first-child{float:right;}
.step li:nth-child(even) img{float:left;}
.step li:nth-child(even) div:first-child:after{content:'';position:absolute;left:inherit;right:100%;width:100%;top:50%;border-right:40px solid #e6f0fa;border-bottom:20px solid transparent;border-top:20px solid transparent;transform:translate(0,-50%);}
.step li:nth-child(even) div:last-child{right:inherit;left:0;}
@media(max-width:775px){.step h3{font-size:37px;}.step li div:first-child{padding:13px;}.step h4{margin-bottom:7px;font-size:18px;line-height:20px;}.step li p{font-size:14px;}}
@media(max-width:585px){.step ul{margin-top:30px;}.step li div:last-child{width:30%;}.step li div{width:68%}.step li b{font-size:75px;}}
@media(max-width:430px){.step h3{font-size:31px;}}
/*imgList*/
.imgList{background:#f6f7f8;margin:50px auto;padding:50px 0;}
.imgList h3{margin-bottom:15px}
.imgList p{width:1200px;max-width:100%;margin:0 auto 60px;text-align:center;}
.imgList img{float:left;width:100%;max-width:512px;}
.imgList ul{float:right;width:48%;}
.imgList li{background:url('iconServizi.png')no-repeat;margin-bottom:60px;padding-left:40px;font-size:18px;line-height:1.8em;color:#777;}
.imgList li:nth-of-type(2){background-position:0 -210px;}
.imgList li:nth-of-type(3){background-position:0 -409px;}
.imgList h4{margin-bottom:12px;font-size:22px;}
@media(max-width:1020px){.imgList img{width:430px;}.imgList li{margin-bottom:30px;}}
@media(max-width:875px){.imgList{margin:15px auto;padding:22px 0;}.imgList img{width:360px;}.imgList ul{width:51%;}.imgList li{font-size:16px;}.imgList h4{margin-bottom:0;}}
@media(max-width:760px){.imgList img{width:330px;}.imgList ul{width:46%;}.imgList li{margin-bottom:18px;line-height:24px;}}
@media(max-width:640px){.imgList h3{margin-bottom:7px;font-size:36px;}.imgList p{margin-bottom:20px;font-size:17px;line-height:25px;}.imgList img{float:none;margin:0 auto;}.imgList ul{float:none;width:100%;margin-top:20px;}.imgList li{clear:both;}}
@media(max-width:435px){.imgList img{width:255px;}.imgList h3{font-size:32px;}.imgList p{font-size:16px;}.imgList ul{margin-top:28px;}.imgList h4{font-size:20px;}}
/*faq*/
.faq{background:#f6f7f8;margin:50px auto;padding:50px 0;}
.faq h3{margin-bottom:15px;}
.faq>p{text-align:center;}
.faq ul{float:left;width:56%;margin-top:50px;padding:0 0 15px 0;}
.faq ul li{margin-top:11px;}
.faq li a{background:#fff;display:block;padding:10px;border-radius:4px;font-size:16px;color:#242424;line-height:29px;color:#777;box-shadow:0 4px 6px 0px rgba(0,0,0,0.1)}
.faq ul li.active a{background-color:#53b778;color:#fff;}
.faq ul li.active a:after{background-position:0 -52px;}
.faq li div:not(.dx){background:#fff;height:0;border-top-color:#ddd;line-height:1.6em;overflow:hidden;transition:height 0.5s;-moz-transition:height 0.5s;-o-transition:height 0.5s;-webkit-transition:height 0.5s;box-shadow:0 4px 6px 0px rgba(0,0,0,0.1);}
.faq li div p:not(.privacyForm){padding:15px;font-size:15px;}
.faq li.active div{height:113px;}
.faq .dx{background:#fff;float:right;width:34%;margin-top:50px;padding-bottom:13px;}
@media(max-width:1100px){.faq .active div{height:123px;}}
@media(max-width:850px){.faq h3{font-size:38px;}.faq ul{padding-left:0;}.faq img{width:33%;}.faq li.active div{height:149px;}.faq .dx{width:40%;}}
@media(max-width:730px){.faq li a{line-height:23px;}}
@media(max-width:630px){.faq{margin:23px auto 0;}.faq img{display:none;}.faq ul{float:none;width:100%;max-width:520px;margin:13px auto 0;}.faq h3{font-size:34px;}.faq>p{font-size:17px;}.faq form{float:none;width:460px;max-width:93%;margin:20px auto 0;}.faq .dx{float:none;width:450px;max-width:98%;margin:30px auto 0;}}
@media(max-width:480px){.faq{margin-bottom:30px;}.faq h3{line-height:38px;font-size:30px;}.faq>p{font-size:16px;}}
@media(max-width:390px){.faq li div p{padding:5px;}.faq div .privacyForm{padding:0;}.faq .dx{padding:0}.faq>p{font-size:15px;line-height:22px;}.faq div p:not(.privacyForm){padding:8px;line-height:24px;}.faq .active div{height:153px;}}
/*formService*/
.formService{border-top:3px solid #53b778;}
.formService span{display:block;margin:35px 0 15px;color:#13192d;font-size:22px;font-weight:600;line-height:23px;}
.formService{padding:0 20px;}
.formService input:not(.btn),.formService textarea{background:url('iconForm.png')no-repeat 0 13px;height:44px;margin-bottom:8px;border:none;border-bottom:2px solid #d5d5d5;padding:9px 25px;font-size:14px;color:#777;}
.formService textarea{height:108px;}
.formService input:not(.btn):focus,.formService textarea:focus{border-color:#53b778;}
.formService input[name="email"]{background-position:0 -77px ;}
.formService input[name="phone"]{background-position:0 -180px;}
.formService input[name="company"]{background-position:0 -279px;}
.formService input[name="webSite"]{background-position:0 -397px;}
.formService textarea{background-position:0 -491px;margin-bottom:16px;}
.formService .privacyForm label{font-size:10px!important;}
.formService .privacyForm label input{margin-bottom:0;}
.formService .btn{width:100%;margin:24px auto 0;font-size:17px;}
/*-----------------------------------PAGINA CASE STUDY--------------*/
#caseStudy .caseStudy{margin:50px 0;}
@media(max-width:545px){#caseStudy .callToAction1{margin-bottom:30px;}#caseStudy .caseStudy{margin:25px 0;}}
@media(max-width:385px){.caseStudy h1{font-size:32px;}}
/*-----------------------------------PAGINA DETTAGLIO CASE STUDY--------------*/
.infoCase{margin:50px auto;padding-bottom:40px;	border-bottom:1px solid #ededed;overflow:hidden;}
.infoCase span{float:left;width:20%;padding-right:9px;color:#171717;font-size:17px;font-family:'Poppins',arial,sans-serif;font-weight:600;text-transform:uppercase;}
.infoCase span a{display:block;text-align:center;font-size:14px;text-transform:none;color:#53b778;}
.infoCase span a:hover{text-decoration:underline;}
.infoCase span:last-child{border:none;}
.infoCase strong{display:block;margin-top:12px;font-size:18px;font-weight:normal;color:#777;text-transform:none;}
.infoCase img{width:auto;}
@media(max-width:1100px){.infoCase img{width:100%;}.infoCase span{font-size:15px;line-height:18px;}.infoCase strong{margin-top:5px;font-size:16px;}.infoCase{padding-bottom:15px;}}
@media(max-width:870px){.infoCase{margin:25px auto 37px;}.infoCase span{font-size:14px;}.infoCase strong{font-size:14px;}}
@media(max-width:680px){.infoCase{margin-top:0;}.infoCase span:first-child{float:none;display:block;width:100%;margin-bottom:18px;}.infoCase img{width:auto;margin:0 auto;}.infoCase span{width:25%;}}
@media(max-width:545px){.infoCase span{font-size:12px}.infoCase strong{font-size:13px;}}
@media(max-width:465px){.infoCase{margin-bottom:14px;padding-bottom:0;}.infoCase span{width:50%;margin-bottom:16px;font-size:14px;text-align:center;}.infoCase strong{margin-top:2px;font-size:15px;}.infoCase span:nth-of-type(4){clear:both;}}
/*dettCaseStudy sx dx*/
#dettCaseStudy .sx{float:left;width:50%;padding-right:15px;}
#dettCaseStudy .dx{float:right;width:50%;padding-left:15px;}
#dettCaseStudy .sx p,#dettCaseStudy .dx p{font-size:16px;}
#dettCaseStudy h3{background:url('strategy.png')no-repeat 0 4px;margin-bottom:15px;padding-left:45px;font-size:30px;text-align:left;}
#dettCaseStudy .dx h3{background-image:url('result.png');}
#dettCaseStudy .sx li,#dettCaseStudy .dx li{margin-bottom:12px;font-size:16px;color:#777;clear:both;line-height:27px;}
#dettCaseStudy .sx ul,#dettCaseStudy .dx ul,#dettCaseStudy .sx ol,#dettCaseStudy .dx ol{margin-top:15px;}
#dettCaseStudy .sx ul li:before,#dettCaseStudy .dx ul li:before{content:'\f00c';display:inline-block;margin-right:5px;color:#f6b737;font:normal normal normal 18px/1 FontAwesome;}
#dettCaseStudy .sx ol,#dettCaseStudy .dx ol{counter-reset:li;}
#dettCaseStudy .sx ol li:before,#dettCaseStudy .dx ol li:before{content:counter(li)".";counter-increment:li;display:inline-block;margin-right:5px;color:#f6b737;font-size:18px;}
@media(max-width:675px){#dettCaseStudy h3{font-size:28px;}#dettCaseStudy .sx p, #dettCaseStudy .dx p,#dettCaseStudy .sx li, #dettCaseStudy .dx li{font-size:15px;line-height:21px;}}
@media(max-width:510px){#dettCaseStudy .sx,#dettCaseStudy .dx{float:none;width:100%;padding:0;}#dettCaseStudy h3{margin-bottom:7px;}#dettCaseStudy .sx{margin-bottom:25px;}}
/*-------------------------------------------PAGINA BLOG---------*/
.listBlog{float:left;width:66.66%;margin-top:50px;padding-right:15px;}
.listBlog li{position:relative;float:left;width:48%;margin:0 1% 40px;box-shadow:0 2px 6px 0 rgba(0,0,0,0.2);}
.listBlog li:hover{box-shadow:0 2px 6px 0 rgba(0,0,0,0.3);}
.listBlog img{width:100%;}
.listBlog div:first-child{position:relative;}
.listBlog span{background:#f6b737;position:absolute;bottom:-12px;left:32px;padding:6px 18px 4px;color:#fff;font-size:15px;}
.listBlog div:last-child{padding:40px 15px 20px 35px;transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;}
.listBlog li:hover div{border-color:transparent;}
.listBlog h4{margin-bottom:15px;font-weight:500;font-size:18px;}
.listBlog h4:hover{color:#f6b737;}
.listBlog i{color:#afafaf;font-style:normal;font-size:15px;text-transform:capitalize;}
.listBlog i:after{content:"\f178";display:inline-block;margin-left:5px;font-family:FontAwesome;font-size:15px;}
.listBlog i:hover{color:#f6b737;}
/*sx*/
.sidebar{float:right;width:31%;margin-top:50px;}
.sidebar h4{margin-bottom:32px;font-size:24px;}
/*category*/
.category{margin-bottom:45px;}
.category a{display:block;margin-bottom:12px;padding-bottom:15px;border-bottom:1px solid #f2f2f2;color:rgba(0,0,0,0.75);font-size:16px;}
.category a:hover{color:#f6b737;}
.category span{float:right;}
/*lastPost*/
.lastPost a{display:block;margin-bottom:12px;padding:25px 20px;color:rgba(0,0,0,0.75);font-size:19px;font-weight:600;box-shadow:0 4px 6px 0px rgba(0,0,0,0.1);}
.lastPost a:hover{color:#f6b737;}
.lastPost a span{display:block;margin-top:8px;font-size:16px;font-weight:normal;color:#777;}
@media(max-width:890px){.listBlog div:last-child{padding:27px 8px 11px 8px;}.listBlog h4{font-size:16px;}.listBlog span{left:9px;}.lastPost a{padding:15px;font-size:16px;}.lastPost a span{font-size:14px;}.sidebar h4{margin-bottom:16px;}}
@media(max-width:675px){.listBlog,.sidebar{float:none;width:100%;margin-top:18px;padding:0;}}
@media(max-width:455px){.listBlog li{width:98%;overflow:hidden;}.listBlog img{margin-top:-65px;}.listBlog h4{margin-top:5px;}}

/*-------------------------------------------PAGINA DETTAGLIO ARTICOLO---------*/
#dettBlog .header h1{font-size:37px;}
#dettBlog .header h1,#dettBlog #breadcrumbs{float:none;width:100%;}
#dettBlog .sx{float:left;width:66.66%;margin-top:50px;padding-right:15px;}
.text h2{margin:15px 0;font-size:30px;text-align:center;text-transform:uppercase;font-weight:500;clear:both;}
.text h2:after{content:'';background:#13192d;display:block;width:89px;height:3px;margin:3px auto 0;}
.text h3{margin:23px 0 12px;color:#f6b737;text-transform:uppercase;font-size:23px;text-align:left;font-weight:bold;}
.text h3:before{content:'';background:#f6b737;display:inline-block;width:40px;height:2px;margin:0 9px 6px 0;}
.text h4{margin:15px 0 9px;font-size:20px;color:#484545;text-transform:uppercase;font-weight:500;}
.text h4:after{content:'';background:#424242;display:block;width:75px;height:2px;margin:9px 0 0;}
.text h5{margin:15px 0 3px;font-size:18px;color:#484545;font-weight:500;}
.text p{font-size:16px;overflow:hidden;}
.text p img{max-width:97%;height:auto!important;margin:6px 0;border:1px solid #f6b737;border-radius:5px}
.text p img:not([style*="float"]){width:100%!important;max-width:100%!important;padding:7px!important;}
.text p img[style*="float:left"]{margin-right:13px;}
.text p img[style*="float:right"]{margin-left:13px;}
.text p a{display:inline-block;color:#f6b737;font-weight:bold;}
.text p a:hover{text-decoration:underline;}

/*list*/
.text ol{margin:11px 0;counter-reset:li;list-style-type:none;overflow:hidden;}
.text ol li{position:relative;background:none transparent;border-left:1px solid #ddd;margin:0 0 12px 42px;padding:0 0 11px 9px;color:#777;font-size:16px;line-height:27px;}
.text ol li:before{content:counter(li);counter-increment:li;position:absolute;left:-42px;top:0;display:block;background-color:#f6b737;border:3px solid #ddd;border-radius:50%;height:31px;width:31px;color:#fff;font-size:15px;text-align:center;line-height:29px;z-index:1;}
.text ol strong{font-size:17px;}
.text ul{margin:11px 0;}
.text ul li{background:url('li.png')no-repeat 0 5px;margin-bottom:5px;padding:3px 0 3px 30px;color:#777;font-size:16px;line-height:27px;}
/*form commenti*/
.formComment{position:relative;margin-top:50px;clear:both;}
.formComment h3{margin-bottom:0;font-size:32px;text-align:left;}
.formComment form{margin-top:25px;}
.formComment label:not(.textArea){position:relative;float:left;width:48%;margin:0 1% 8px;}
.formComment label.textArea{position:relative;display:block;width:98%;margin:0 1%;clear:both;}
.formComment input,.formComment textarea{background:#fff;height:40px;padding:17px;border:1px solid #ddd;color:#262626;font-size:14px;}
.formComment textarea{height:110px;}
.formComment a{color:#4e4e4e;}

.formComment .hidden{display:none;}
.formComment .ok{display:block;}
.formComment .privacyForm{position:relative;overflow:visible;}
.formComment .privacyForm label{float:none;width:100%;}
.error{background:#fe0000;position:absolute;top:-38px;left:0;padding:9px;border-radius:8px;color:#fff;font-size:13px;-webkit-animation:scale-fade .2s ease-in-out 1;-moz-animation:scale-fade .2s ease-in-out 1;-ms-animation:scale-fade .2s ease-in-out 1;-o-animation:scale-fade .2s ease-in-out 1;animation:scale-fade .2s ease-in-out 1;z-index:9;}
.error:before{content:'';position:absolute;bottom:-13px;left:18px;border-width:13px 13px 0;border-style:solid;border-color:#DDD rgba(255,255,255,0);display:block;}
.error:after{content:"";position:absolute;bottom:-12px;left:19px;width:0;display:block;border-width:12px 12px 0;border-style:solid;border-color:#fe0000 rgba(255,255,255,0);}
#errorEmail{top:-66px;}
#errorPrivacy:before{left:3px;bottom:-12px;}
#errorPrivacy:after{bottom:-11px;left:3px;}
#boxMsg{position:absolute;top:50%;left:50%;background-color:#dff0d8;border:1px solid #32cd32;margin:-30px 0 0 -160px;color:#32cd32;padding: 20px 30px;-webkit-animation: scale-fade .2s ease-in-out 1;-moz-animation: scale-fade .2s ease-in-out 1;-ms-animation: scale-fade .2s ease-in-out 1;-o-animation: scale-fade .2s ease-in-out 1;animation: scale-fade .2s ease-in-out 1;}
#boxMsgError{position:absolute;top:50%;left:50%;background-color:#e65b5b;border:1px solid #cf5f5f;margin:-30px 0 0 -160px;color:#fff;padding: 20px 30px;-webkit-animation: scale-fade .2s ease-in-out 1;-moz-animation: scale-fade .2s ease-in-out 1;-ms-animation: scale-fade .2s ease-in-out 1;-o-animation: scale-fade .2s ease-in-out 1;animation: scale-fade .2s ease-in-out 1;}
.formComment .btn{clear:both;}
/*commenti*/
.listComment{margin-top:50px;}
.listComment h3{margin-bottom:0;font-size:32px;text-align:left;}
.listComment li{margin-bottom:15px;padding:15px;border:2px solid #f6f6f6;}
.listComment p{font-size:16px;}
.listComment strong{display:block;margin-bottom:12px;color:rgba(0,0,0,0.75);font-size:17px;}
.listComment span{float:right;}

#dettBlog .dx{float:right;width:31%;margin-top:50px;}
#dettBlog .dx h4{margin-bottom:32px;font-size:24px;}
@media(max-width:750px){#dettBlog #breadcrumbs{text-align:left;}}
@media(max-width:675px){#dettBlog .sx{float:none;width:100%;margin-top:21px;padding:0;}#dettBlog .header h1{font-size:33px;line-height:39px;}.text h3{margin:23px 0 5px;font-size:21px;}.listComment h3{margin-bottom:7px;}.listComment h3,.formComment h3{font-size:29px;}}
@media(max-width:460px){#dettBlog .header{padding:17px 0;}#dettBlog .header h1{font-size:28px;line-height:35px;}#breadcrumbs li a, #breadcrumbs li span{font-size:12px;}.text h3{font-size:19px;line-height:22px;}.listComment h3, .formComment h3{font-size:27px;}.listComment li{padding:9px;}.listComment strong,.listComment p{font-size:15px;}.formComment p{font-size:16px;line-height:23px;}#dettBlog .lastPost{margin-bottom:35px;}}
/*-------------------------------------------PAGINA CONTATTI---------*/
.formContatti{float:left;width:55%;margin:50px 0;padding-right:15px;}
.formContatti h3{margin-bottom:15px;font-size:30px;text-align:left;}
.formContatti p{font-size:16px;}
.formContatti form{margin-top:15px;}
.formContatti input{background:transparent;float:left;width:48%;margin:0 1% 15px;border:none;box-shadow:0 4px 6px 0px rgba(0,0,0,0.08)}
.formContatti textarea{background:transparent;width:98%;height:140px;margin:8px 1%;border:none;box-shadow:0 4px 6px 0px rgba(0,0,0,0.08)}
.formContatti .privacyForm{margin:0 1% 4px}
.formContatti a{color:#4e4e4e;}
.formContatti .btn{background:#f6b737;float:none;width:140px;margin:15px auto 0;}
.formContatti .btn:hover{background:#73c501;}
/*info*/
.info{float:right;width:40%;margin:50px 0;}
.info h3{margin-bottom:15px;font-size:30px;text-align:left;}
.info span{display:block;margin-bottom:30px;padding-bottom:30px;font-size:18px;clear:both;}
.info strong{display:block;margin-top:6px;padding-bottom:8px;text-transform:uppercase;color:#222328;font-size:17px;font-weight:700;}
.info span:before{content:"\f0e0";background:#f6b737;float:left;display:inline-block;width:60px;height:43px;margin-right:20px;padding-top:17px;border-radius:50%;text-align:center;color:#fff;line-height:58px;font:normal normal normal 24px/1 FontAwesome;}
.info span:nth-of-type(2):before{content:"\f095";}
.info span:nth-of-type(3):before{content:"\f09a";}
.info a{color:#53b778;}
.info a:hover{color:#50cc7e;}
@media(max-width:715px){.formContatti,.info{float:none;width:100%;}.formContatti{margin:15px 0;}.formContatti h3{margin-bottom:0;}.info span{margin-bottom:0;}}
@media(max-width:455px){.info{margin:32px 0 20px;}.info strong{font-size:16px;}.info span{font-size:17px}.formContatti h3{margin-bottom:12px;font-size:29px;line-height:32px;}}
/*footerTop*/
.footerTop{overflow:hidden;}
/*loghi*/
.loghi{margin-top:80px;text-align:center;overflow:hidden;}
.loghi img{display:inline-block;width:17%;margin:0 1%;}
@media(max-width:665px){.loghi{margin-top:40px;}.loghi img{width:30%;margin-bottom:15px;}}
@media(max-width:480px){.loghi{margin-top:20px;}.loghi img{width:47%;}}
/*footerTop*/
.footerTop{max-width:850px;margin-top:60px;}
.footerTop h5{font-size:25px;text-align:center;}
.footerTop span{display:block;color:#777777;margin:12px 0 25px;font-size:15px;text-align:center;}
.footerTop form{width:755px;max-width:98%;margin:0 auto;}
.footerTop label{float:left;width:48%;margin:0 1% 18px;font-size:18px;}
.footerTop input:not(.btn),.footerTop select,.footerTop textarea{background:none;height:48px;margin-top:3px;padding:9px 15px;border:1px solid #c1c1c1;border-radius:9px;}
.footerTop textarea{height:165px;}
.footerTop .privacyForm{margin:0 0 4px 8px;}
.footerTop .privacyForm label{float:none;width:100%;margin:0;}
.footerTop .privacyForm input{width:16px;margin:0 4px 0 0;}
.footerTop .privacyForm a{color:#4e4e4e;}
.footerTop .btn{width:140px;margin-top:20px;border-radius:9px;}
.footerTop ul{margin-bottom:50px;text-align:center;}
.footerTop li{display:inline-block;width:48%;}
.footerTop li:before{content:"\f098";display:inline-block;margin-bottom:9px;color:#50cc7e;font:normal normal normal 35px/1 FontAwesome;}
.footerTop li:nth-of-type(2):before{content:"\f0e0";}
.footerTop li strong{display:block;margin-bottom:3px;font-size:18px;}
.footerTop li a{color:#53b778;font-size:15px;}
.footerTop li a:hover{color:#50cc7e;}
@media(max-width:420px){.footerTop{margin-top:25px;}.footerTop ul{margin-bottom:35px;}.footerTop label{margin-bottom:8px;}.footerTop input:not(.btn), .footerTop select, .footerTop textarea{height:43px;padding:9px 4px;}}
/*footerMiddle*/
.footerMiddle{background:#1b2025;margin-top:50px;padding:50px 0;}
.footerMiddle div div{float:left;width:25%;padding:0 5px;text-align:center;}
.footerMiddle p{margin-top:25px;color:rgba(255,255,255,0.50);font-size:13px;text-align:left;}
.footerMiddle strong{display:block;margin-bottom:22px;color:#fff;font-size:24px;}
.footerMiddle a{display:block;margin-bottom:12px;color:rgba(255,255,255,0.50);font-size:13px;}
.footerMiddle a:hover{color:#fff;}
.footerMiddle span{display:block;color:rgba(255,255,255,0.50);font-size:13px;}
.footerMiddle .chiama:before,.footerMiddle .email:before{content:"\f095";display:inline-block;margin-right:15px;color:rgba(255,255,255,0.60);font:normal normal normal 14px/1 FontAwesome;}
.footerMiddle .email:before{content:"\f0e0";}
@media(max-width:600px){.footerMiddle{padding:11px 0;}.footerMiddle div div:first-child{float:none;width:100%;overflow:hidden;}.footerMiddle p{margin:7px 0 15px;line-height:20px;}.footerMiddle div div{width:33.33%;}}
@media(max-width:460px){.footerMiddle{margin-top:20px;}.footerMiddle strong{margin-bottom:7px;font-size:21px;}.footerMiddle .chiama:before, .footerMiddle .email:before{display:block;margin:0 0 5px;}.footerMiddle a{margin-bottom:5px;font-size:12px;}}
/*footerBottom*/
.footerBottom{background:#171e26;padding:20px 0;color:#d3d3d3;}
.footerBottom p{color:rgba(255,255,255,0.50);font-size:13px;}
.footerBottom p a{color:rgba(255,255,255,0.50);}
@media(max-width:550px){.footerBottom{padding:8px 0;}.footerBottom p{line-height:20px;}}
/*----------------------------------PAGINA SEND------------------*/
.send{padding:50px 9px;overflow:hidden;}
.send.centro{max-width:1100px;}
.send h1{margin-bottom:25px;}
.send ul{margin-top:20px}
.send li{background:url('error.png')no-repeat 0 center;margin-bottom:8px;padding:0 7px 0 25px;font-size:17px;color:#777;}
.send p{font-size:17px;}
.send div{float:left;width:56%;}
.send img{float:right;width:auto;}
.send p a{margin-top:15px;}
.send div>a{margin:16px 0 0;}
@media(max-width:860px){.send img{width:34%;}.send{padding:20px 9px;}.send h1{margin-bottom:15px;font-size:40px;}.send p,.send li{font-size:16px;}}
@media(max-width:760px){.send p, .send li{font-size:14px;}}
@media(max-width:660px){.send div,.send img{float:none;width:100%;}.send img{width:210px;margin:0 auto 20px;}.send h1{line-height:44px;}}
@media(max-width:425px){.send h1{font-size:35px;}.send h1:after{width:80px;}}
/*------------------------PAGINA PRIVACY-------------------------*/
#pagePrivacy{margin-bottom:20px;}
#pagePrivacy h1{margin-bottom:20px;}
#pagePrivacy h2{margin:12px 0;text-align:center;font-size:30px;line-height:32px;}
#pagePrivacy p{font-size:14px;line-height:22px;}
#pagePrivacy ul{margin:30px 0;padding-left:40px;list-style:circle;overflow:visible;}
#pagePrivacy ul ul{margin:17px 0;padding-left:29px;}
#pagePrivacy li{margin-bottom:15px;line-height:25px;font-size:14px;color:#8c7363;}
/*------------------------PAGINA 404--------------------------*/
.error404{background:url('bg404.jpg')no-repeat right 0 top -97px/cover;padding:90px 0;}
.error404 h1{width:40%;color:#fff;font-size:65px;line-height:80px;text-transform:uppercase;}
.error404 p{width:40%;color:#fff;}
.error404 .btn{margin:20px 0;}
/*---------------------------POLICY*/
#policy h1{padding-top:20px;font-size:39px;text-align:center;line-height:52px;text-transform:uppercase;}
#policy p+h3{margin-top:25px;}
#policy h3{margin-bottom:9px;font-size:32px;line-height:45px;}
#policy h4{margin:20px 0 9px;font-size:25px;}
#policy h4:after{content:'';background:#13192d;display:block;width:80px;height:2px;}
#policy li{margin-bottom:5px;font-size:18px;line-height:27px;color:#777;}
#policy ul,#policy ol{margin:15px 0;padding-left:23px;list-style-type:circle;}
#policy ol{list-style-type:upper-roman;}
#policy p a{text-decoration:underline;color:#ea4517;}
@media(max-width:860px){#policy h1{padding-top:12px;font-size:33px;line-height:41px;}#policy p,#policy li{font-size:16px;}#policy h3{margin-bottom:0;line-height:40px;font-size:29px;}}
@media(max-width:700px){#policy h1{margin-bottom:8px;font-size:26px;line-height:34px;}#policy h3{font-size:23px;line-height:32px;}#policy p, #policy li{line-height:22px;}}
@media(max-width:450px){#policy h1{font-size:20px;line-height:25px;}#policy h4{font-size:21px;}#policy p, #policy li{font-size:14px;}}
/* ====================== POPUP */
@-webkit-keyframes fadein{0%{opacity:0.5;}100%{opacity:1;}}@-moz-keyframes fadein{0%{opacity:0;}100%{opacity:1;}}@-ms-keyframes fadein{0%{filter:alpha(opacity=0);}100%{filter:alpha(opacity=100);}}@-o-keyframes fadein{0%{opacity:0;}100%{opacity:1;}}@keyframes fadein{0%{opacity:0.5;}100%{opacity:1;}}
@-webkit-keyframes popup{0%{-webkit-transform:scale(0.9);}100%{-webkit-transform:scale(1);}}@-moz-keyframes popup{0{-moz-transform:scale(0.7);}100%{-moz-transform:scale(1);}}@-ms-keyframes popup{0{-ms-transform:scale(0.7);}100%{-ms-transform:scale(1);}}@-o-keyframes popup{0{-o-transform:scale(0.7);}100%{-o-transform:scale(1);}}@keyframes popup{0%{transform:scale(0.9);}100%{transform:scale(1);}}
@-webkit-keyframes rotator{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(270deg);transform:rotate(270deg);}}@-moz-keyframes rotator{0%{-moz-transform:rotate(0deg);transform:rotate(0deg);}100%{-moz-transform:rotate(270deg);transform:rotate(270deg);}}@-ms-keyframes rotator{0%{-ms-transform:rotate(0deg);transform:rotate(0deg);}100%{-ms-transform:rotate(270deg);transform:rotate(270deg);}}@-o-keyframes rotator{0%{-o-transform:rotate(0deg);transform:rotate(0deg);}100%{-o-transform:rotate(270deg);transform:rotate(270deg);}}@keyframes rotator{0%{-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);}}
@-webkit-keyframes dash{0%{stroke-dashoffset:187;}50%{stroke-dashoffset:46.75;-webkit-transform:rotate(135deg);transform:rotate(135deg);}100%{stroke-dashoffset:187;-webkit-transform:rotate(450deg);transform:rotate(450deg);}}@-moz-keyframes dash{0%{stroke-dashoffset:187;}50%{stroke-dashoffset:46.75;-moz-transform:rotate(135deg);transform:rotate(135deg);}100%{stroke-dashoffset:187;-moz-transform:rotate(450deg);transform:rotate(450deg);}}@-ms-keyframes dash{0%{stroke-dashoffset:187;}50%{stroke-dashoffset:46.75;-ms-transform:rotate(135deg);transform:rotate(135deg);}100%{stroke-dashoffset:187;-ms-transform:rotate(450deg);transform:rotate(450deg);}}@-o-keyframes dash{0%{stroke-dashoffset:187;}50%{stroke-dashoffset:46.75;-o-transform:rotate(135deg);transform:rotate(135deg);}100%{stroke-dashoffset:187;-o-transform:rotate(450deg);transform:rotate(450deg);}}@keyframes dash{0%{stroke-dashoffset:187;}50%{stroke-dashoffset:46.75;-webkit-transform:rotate(135deg);transform:rotate(135deg);}100%{stroke-dashoffset:187;-webkit-transform:rotate(450deg);transform:rotate(450deg);}}
#popupbg{background-color:rgba(0,0,0,.65);-webkit-animation:fadein .15s ease;-moz-animation:fadein .15s ease;-ms-animation:fadein .15s ease;-o-animation:fadein .15s ease;animation:fadein .15s ease;}
#popupbox{overflow:visible;-webkit-transform-origin:bottom center;-moz-transform-origin:bottom center;-ms-transform-origin:bottom center;-o-transform-origin:bottom center;transform-origin:bottom center;-webkit-animation:popup .1s ease;-moz-animation:popup .1s ease;-ms-animation:popup .1s ease;-o-animation:popup .1s ease;animation:popup .1s ease;}
#popupbox .box{background:none;box-shadow:none;}
#popupbox .popupMain{background-color:#fff;box-shadow:0 10px 25px rgba(0,0,0,0.5);}
#popupbox #popupTitle{background-color:#17d212;height:50px;padding:0 36px 0 15px;color:#fff;font-size:22px;font-weight:600;overflow:hidden;}
#popupbox #popupTitle span{display:table-cell;height:50px;vertical-align:middle;}
#popupbox #popupTitle a{position:absolute;top:0;right:0;background-color:#17d212;width:36px;margin:0;padding:9px 0;color:#fff;font-size:20px;font-weight:400;text-align:center;}
#popupbox #popupTitle a:hover{color:#ff9696;}
#popupbox form{padding:9px;}
/* #popupbox input[type="text"],#popupbox input[type="email"],#popupbox select,#popupbox textarea{background:transparent;border:none;box-shadow:0 4px 6px 0px rgba(0,0,0,0.08)} */
#popupbox input[type="text"],#popupbox input[type="email"],#popupbox select{float:left;width:31.33%;margin:0 1% 15px;}
#popupbox textarea,#popupbox .privacyForm{margin:0 1% 8px;}

#popupbox input[type="text"],#popupbox input[type="email"],#popupbox select,#popupbox textarea{background:#fff;height:50px;margin-bottom:8px;border:1px solid #f6b73745;border-radius:25px;-webkit-box-shadow:0 0px 0px rgba(0, 0, 0, 0) inset;box-shadow:0 0px 0px rgba(0, 0, 0, 0) inset;}
#popupbox textarea{height:165px;width:98%;}


#popupbox .btn{width:218px;margin-top:15px;}
@media(max-width:500px){#popupbox #popupTitle{height:56px;padding:0 36px 0 9px;font-size:17px;}#popupbox #popupTitle span{height:56px;}}



/*COOKIE LOW*/
:root{--cc_white:#fff;--cc_text:#5f6368;--cc_btn:#1967d2;--cc_close_btn_hover:#dd0000;--cc_item_bg:#f0f4f7}.popupCookie_hidden{display:none!important}#popupCookie_background{position:fixed;top:0;left:0;background-color:rgba(0,0,0,.6);width:100%;height:100%;z-index:2147483646;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow-y:auto;visibility:visible}.popupCookie_container{top:50%;left:50%;max-height:100%;translate:-50% -50%;background:var(--cc_white);max-width:512px;width:93%;border-radius:8px;box-shadow:0 8px 28px rgba(2,2,3,.28);overflow:hidden;box-sizing:border-box}.popupCookie_container span{display:block}#cookieFirstPopup{height:290px}#cookieFirstPopup .popupCookie_footer{position:absolute;bottom:0;left:50%;translate:-50% 0;width:93%;background:var(--cc_white);padding:20px 20px 0}#cookieSecondPopup{display:flex;flex-wrap:wrap;height:408px}#popupCookie_btnBack{margin:15px auto}.popupCookie_title{margin-bottom:7px;margin-top:20px;font-size:18px;font-weight:600;color:#2d4156}.popupCookie_text{font-size:15px;color:var(--cc_text);margin:0;overflow-y:auto}#cookieFirstPopup .popupCookie_text{padding:0 20px 20px;line-height:20px}#cookieSecondPopup .popupCookie_split{height:calc(100vh - 122px);max-height:300px;overflow-y:auto;padding:0 20px 20px}.popupCookie_text a{color:var(--cc_text);text-decoration:underline}.popupCookie_footer{border-top:1px solid #ccc}#cookieSecondPopup .popupCookie_footer{position:absolute;bottom:0;width:100%;background:#fff;box-sizing:border-box}#cookieSecondPopup .popupCookie_footer div{display:flex;flex-wrap:wrap;justify-content:center;gap:0 20px;padding:0 25px}#cookieSecondPopup .popupCookie_text{overflow:hidden}.popupCookie_btn{flex:1 1 0;display:block;margin-top:15px;background:var(--cc_btn);color:var(--cc_white);border-radius:32px;padding:9px 27px;font-size:14px;font-weight:600;text-decoration:none;text-align:center;cursor:pointer;outline:0;text-wrap:nowrap}.popupCookie_btn_accept{padding:15px 60px 15px 40px;margin:0 auto;max-width:max-content;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M22.405 4.332a1.2 1.2 0 0 1 .101 1.706L9.889 20.041a1.2 1.2 0 0 1-1.714.07L.875 13.238a1.21 1.21 0 0 1 .733-2.082 1.21 1.21 0 0 1 .905.299l5.664 5.095a1.2 1.2 0 0 0 1.694-.089L20.723 4.429a1.2 1.2 0 0 1 1.682-.098z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:top 13px right 23px;background-size:23px;background-color:var(--cc_btn);font-size:18px}.popupCookie_btn_reject,.popupCookie_other{padding:0;font-weight:400;color:var(--cc_text)}.popupCookie_btn_reject{background:#fff;width:max-content;margin:0;text-align:end}.popupCookie_other{background:#fff;margin-top:0;text-align:center}.popupCookie_btn_otherBtn{display:flex;align-items:center;gap:0 25px;justify-content:center;margin-top:30px;margin-bottom:15px}.popupCookie_btn_reject:hover,.popupCookie_other:hover{background:#fff}.popupCookie_close{position:absolute;top:18px;right:20px;font-size:16px;color:var(--cc_text);cursor:pointer}.popupCookie_close:hover{color:var(--cc_close_btn_hover)}.popupCookie_divButton{display:flex;justify-content:right;gap:8px;margin-top:15px;border-top:1px solid #00000036}.popupCookie_divButton input[type=checkbox]{position:absolute;display:none}.popupCookie_divButton label span{user-select:none}#cookieFirstPopup .popupCookie_other{text-align:start}#cookieSecondPopup .popupCookie_btn{padding:12px 27px;min-width:110px}#cookieSecondPopup .popupCookie_other{padding:0}.popupCookie_details{position:relative;background:var(--cc_item_bg);padding:5px 0 5px 7px;margin:13px 0;border-radius:7px}.popupCookie_details_summary{padding:7px;font-weight:600;color:var(--cc_text);cursor:pointer;user-select:none}.popupCookie_details_text{padding:7px;margin-top:5px;line-height:23px;font-size:14px}.popupCookie_details input[type=checkbox]{position:absolute;top:7px;right:15px;width:25px;height:25px;cursor:pointer}.popupCookie_details input[type=checkbox]:disabled{opacity:.8;cursor:default}@media(max-height:300px){#cookieFirstPopup .popupCookie_text{height:calc(100vh - 160px)}#cookieSecondPopup .popupCookie_split{height:calc(100vh - 122px);max-height:250px}}@media(min-width:425px){#cookieFirstPopup{height:270px}}@media(min-width:768px){#cookieSecondPopup .popupCookie_other{width:max-content}}@media(min-width:480px){#cookieSecondPopup .popupCookie_footer{padding:15px 15px 0}.popupCookie_footer{padding-top:15px}.popupCookie_btn{margin-top:unset}}

