@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('balloon.min.css?i=1');
@import url('hamburgers.css');
@import url('jquery-ui.css?i=2');
@import url('../js/timeline/timeline.min.css');

* { font-optical-sizing: auto; border:0px; list-style:none; margin:0px; padding:0px; outline:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
html { font-size: 100%; }
body { background:#FFF; margin: 0px; font-family: 'Poppins', sans-serif; font-size:16px; line-height:24px; font-weight:300; -webkit-text-size-adjust:100%;  color:#090979; text-align:left;  }
a { text-decoration:none; outline:none; color:#090979; text-overflow:ellipsis; font-weight:600; }
a:hover, a.selected, .header .menu a.selected { color:#090979; text-decoration:none; transition: all 0.9s ease-in-out;  -webkit-transition: all 0.9s ease-in-out; -moz-transition: all 0.9s ease; -o-transition: all 0.9s ease;  -ms-transition: all 0.9s ease-in-out; }
*:hover { transition: all 0.9s ease-in-out;  -webkit-transition: all 0.9s ease-in-out; -moz-transition: all 0.9s ease; -o-transition: all 0.9s ease;  -ms-transition: all 0.9s ease-in-out; }
h1, h2, h3, h4 { margin:0px; font-family: 'Poppins', sans-serif; font-weight:400; text-transform:uppercase; }
h1 { margin-bottom:20px; font-size:50px; line-height: 55px; letter-spacing:5px; font-weight:600; }
h2 { font-size:30px; margin-bottom:20px; line-height: 35px;font-weight:600; color:#090979; }
h2.section { text-align:center; }
h3.section { color:#3c5da8; font-size:16px; } 
h3 { font-size:30px; margin-bottom:40px; line-height: 34px; color:#090979; }
h4 { font-size:16px; margin-bottom:5px; font-weight: 400; }
h5 { margin-bottom:40px; color:#C3E4FF; padding-bottom:10px; border-bottom:3px solid #C3E4FF; text-transform:uppercase; max-width: 300px; font-size:20px; font-weight:500; }

b, strong { font-weight:600; }
i { margin-right:5px; }
img { display:block; }
img.scale { width:100%; height:auto; }
img.loading { background: url('../images/loading.gif') no-repeat center; }
img.border { border:10px solid #EEE; }
img.rounder { border-radius:10px;  }
select { background: url("select_arrow.png") no-repeat 100% 50%; }
input, select { height:45px; }
input, select, textarea { width:100%; border-radius:0; color:#444; font-family: 'Roboto', sans-serif; font-size:16px; padding: 10px 10px; background-color: #EEE; }
input.col, select.col, textarea.col { margin-bottom:15px; }
input:focus, textarea:focus, select:focus { border-color: #222; }
input.error, textarea.error, select.error, input[type='checkbox'].error { border-color:#FF0000; color:#FF0000; background:#F9CCCB; }
label.error { color:#FF0000; font-size:0px; visibility:hidden; float:left; overflow:hidden; height:0px; display:none; line-height:0; padding:0px; margin:0px; letter-spacing: 0; }
input[type='radio'], input[type='checkbox'] { padding:0; height:25px; width:25px; float:left; margin-right:10px;  border: 1px solid #CCCCCC; border-radius: 3px; box-shadow:none; }
input[type='radio']:checked, input[type='checkbox']:checked { background:#666; box-shadow:none;  }
option { padding:0 5px; }
label { display:block; font-size:14px; color:#090979; margin-bottom:10px; text-transform:uppercase; font-weight:600; letter-spacing:1px; }
.buttons { text-align:right; margin-bottom:40px; }
.buttons input { max-width:250px; width:100%; }

input[type='checkbox'] { background-color:#FFF; padding:0; height:25px; width:25px; float:left; margin-right:10px; }
input[type='checkbox']:checked { background-color:#666; }
.checkbox_container { min-height:30px; position: relative; padding: 0 0 0 35px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.checkbox_container input { position:absolute; left:0; top:0; }
.checkbox_container input:checked ~ .checkmark:after { display: block; }
.checkbox_container .checkmark:after { left: 8px; top: 4px; width: 6px; height: 12px; border: solid white; border-width: 0 2px 2px 0;  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg);  transform: rotate(45deg); }
.checkbox_container a { text-decoration:underline; }
.checkmark { position: absolute; top: 0; left: 0; height: 25px; width: 25px; }
.checkmark:after { content: ""; position: absolute; display: none; }
.privacy p { min-height: 50px; }

form { margin-top:40px; }
.button-fixed a { position:fixed; top:20px; right:20px; z-index:999; color:#FFF; background:green; padding:8px 20px; border-radius:200px; display:block; text-transform:uppercase; font-size:14px; font-weight:500;  }


.filter * { height:45px; margin-bottom:20px; }
.label { text-align:right; padding:10px 5px 0 0; font-weight:bold; text-transform: uppercase; }
.btn, input[type='submit'], input[type='button'], input[type='reset'], button { font-size: 16px; font-weight:600; padding: 10px 20px; cursor:pointer; display:inline-block; background:#FFF; color: #090979; line-height:normal; text-align:center; margin-top:20px; text-transform:uppercase; letter-spacing:1px; border:2px solid #090979;  }
.btn:hover, input[type='button']:hover, input[type='submit']:hover, input[type='reset']:hover, button:hover{ text-decoration:none; background: #090979; color:#FFF; }
.btn i { margin-left:20px; }
.btn-primary, input.btn-primary { background-color:#003972; color:#FFF;  }
.btn-primary:hover, input.btn-primary:hover { color:#FFF; background:#003972; }
.warning { color:#FF0000; font-weight:600; background: url('../images/icon_warning.png') no-repeat left top; padding:5px 0 5px 22px; text-transform:uppercase; }
.icon_info { margin-left:10px; cursor:pointer;  font-size:11px; }
.strike { text-decoration: line-through; font-weight:normal; }
p.limit { margin: 10px 0; font-size:11px; }
.videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */	padding-top: 25px; height: 0; }
.videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
iframe {  width: 100%; }

.placeholder { color: #FFF; text-transform:uppercase; }
.column_2 { column-count: 2; column-gap: 40px; text-align:justify; }
.nowrap { white-space:nowrap; }
ul.list_border li:first-child { border-top:0px; }
ul.list_border li { float:none; border-top:1px dotted #CCC; margin:0px; padding: 5px 0; color:#999; }
ul.list_border li a { display:block; }
ul.list_border li p a { display:inline; }
li span.tot { float:right; font-size:11px; width:30px; text-align:center; display: inline-block; }
ul.icon_right li a i { float:right; }
ul.list_number li { list-style:decimal; margin:5px 0 5px 20px; }
ul.list_disc { margin-top:10px; }
ul.list_disc li { list-style:disc; margin:0 40px 10px 15px; }
ul.list_disc li li { list-style:circle; }
ul.icon-list i { width:30px; text-align:center; }
ul.icon-list li { margin: 10px 0; }
ul.condizioni_vendita li, ul.payments li { min-height:30px; padding-left:40px; position: relative; margin-top:10px; }
ul.condizioni_vendita li input, ul.payments li input { position:absolute; left:0; top:0; }
#msg #close {  float:right; color:#FFF; }
#msg #close::before { content: "\f00d"; font-family: "Font Awesome 5 Free"; }
#msg.msg_success { background:#00B259; color:#FFF; padding:7px 10px; font-weight:bold; }
#msg.msg_error { background:#FF0000; color:#FFF; padding:7px 10px; font-weight:bold; }
#msg { margin: 0 0 40px 0; }
#msg i { margin-right:10px; }

.layout { position:relative; }
.wrapper { width:100%; margin: 0 auto; min-width:720px; clear: both;  }
.content { width:100%; max-width:1800px; margin: 0 auto; clear: both; padding:0 40px; position:relative; }
.content-large { width:95%; margin: 0 auto; clear: both; padding:40px 20px; position:relative; }
.content-small { max-width:800px; margin: 0 auto; clear: both; padding:0 20px; position:relative; }

.cover-small { position:relative; margin:0 auto; text-align:center; background-size: cover; background-position:center center; color:#FFF; height: 800px;  }
.cover-small-2 { position:relative; margin:0 auto; text-align:center; background-size: cover; background-position:center center; color:#FFF; height: 300px;  }
.cover-small h1 { text-transform:uppercase; font-size:30px; line-height:36px; padding:40px 100px; margin:0px; position:absolute; bottom:0; left:0; background: rgb(0,0,0); background: linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); }

.cover { position:relative;  margin-bottom:40px; }
.cover .text { position:absolute; bottom:0; left:0; right:0; padding:40px; font-size:30px; line-height:32px; color:#FFF; background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,0.4317927854735645) 0%, rgba(0,0,0,0) 50%); }
.cover .text h1 { margin:0px; text-transform: uppercase;}

.align_left { text-align: left; }
.align_right { text-align: right; }
.align_center { text-align: center; }
.hidden { display:none; }
.bold { font-weight:600; }
.avatar { width:50px; height:50px; float:left; margin-right:10px; border-radius: 50%; }
.fa { margin-right:5px; }
.fr { float:right; }
.red { color:#FF0000; }
.green { color:#59B200; }
.gray, .gray a { color:#999; }
.black, .black a { color:#000; }
.fixed { position:fixed; }
.hidden { display:none; }
.block { display:block; }
.mt100 { margin-top:100px; }
.mt60 { margin-top:60px; }
.mt40 { margin-top:40px; }
.mb40 { margin-bottom:40px; }
.mt20 { margin-top:20px; }
.mb20 { margin-bottom:20px; }
.mb10 { margin-bottom:10px; }
.p20 { padding:20px; }
.pt20 { padding-top:20px; }

table { border-collapse: collapse; width:100%; }
table, th, td { border-bottom: 1px solid #DDD; padding: 5px 10px;  vertical-align: top; }
thead td { background:#000; font-weight:bold; color:#FFF; }
figure { overflow:hidden; position:relative; }
figure * { transition: all .2s ease-in-out; line-height:normal;  }
figure img { display:block; }
figure.zoom a:hover img { filter: none; transform: scale(1.2); }
figure.fade a:hover img { opacity:0.8; background:#000; }

.list-gallery {  display: grid; grid-template-columns:1fr 1fr 1fr 1fr; gap:20px; }

.group:before, .group:after { content:""; display:table; }
.group:after { clear:both; }
.col { display: block; float:left; margin: 0 0 0 1.6%; }
.col:first-child { margin-left: 0; }

.span_1_of_2 { width: 49.2%; }
.span_2_of_2 { width: 100%; }

.span_1_of_3 { width: 32.2%; }
.span_2_of_3 { width: 66.1%; }
.span_3_of_3 { width: 100%; }

.span_1_of_4 { width: 23.8%; }
.span_2_of_4 { width: 49.2%; }
.span_3_of_4 { width: 74.6%; }
.span_4_of_4 { width: 100%; }

.span_1_of_5 { width: 18.72%; }
.span_2_of_5 { width: 39.04%; }
.span_3_of_5 { width: 59.36%; }
.span_4_of_5 { width: 79.68%; }
.span_5_of_5 { width: 100%; }

.span_1_of_6 { width: 15.33%; }
.span_2_of_6 { width: 32.26%; }
.span_3_of_6 { width: 49.2%; }
.span_4_of_6 { width: 66.13%; }
.span_5_of_6 { width: 83.06%; }
.span_6_of_6 { width: 100%; }

.span_1_of_8 { width: 11.1%; }
.span_2_of_8 { width: 23.8%; }
.span_3_of_8 { width: 36.5%;}
.span_4_of_8 { width: 49.2%; }
.span_5_of_8 { width: 61.9%; }
.span_6_of_8 { width: 74.6%; }
.span_7_of_8 { width: 87.3%; }
.span_8_of_8 { width: 100%; }

.span_1_of_10 { width: 8.56%; }
.span_2_of_10 { width: 18.72%;  }
.span_3_of_10 { width: 28.88%; }
.span_4_of_10 { width: 39.04%;  }
.span_5_of_10 { width: 49.2%; }
.span_6_of_10 { width: 59.36%; }
.span_7_of_10 { width: 69.52%;  }
.span_8_of_10 { width: 79.68%; }
.span_9_of_10 { width: 89.84%; }
.span_10_of_10 { width: 100%; }
.iphone_show, #header li.iphone_show { display:none; }
.pr80 { padding-right:100px; }

.span_50 { width:50%; margin:0 auto; text-align:center; }
.span_25 { width:25%; margin:0 auto; text-align:center; }

.paginations { display:grid; grid-template-columns: 1fr 1fr; gap:20px; margin-bottom:20px;  }
.paginations .pages { text-align:right; }
.paginations .pages a, .paginations .pages b { padding:10px 15px; display:inline-block; border-bottom:1px solid #DDD; }
.paginations .results { padding-top:10px; }
.paginations .pages b { color: #D9801C; }
.paginations .pages a:hover { background:#EEE; }

.bg { background:#EEE; }
.bgcolor { background:#D9801C; color:white; }
.bgcolor .news .item p.date { color: white; }
.bgcolor a { color:white; }
.bgcolor a:hover { opacity:0.5; }

.bg1 { background:#000; color:#FFF; }
.bg_gray { background:#EEE; }
.overlay h3 { font-size:20px; margin-bottom:10px; }
.overlay { font-weight:normal; position:absolute; padding: 20px; text-align:left; line-height:20px; z-index:2; top:0; left:0; right:0; bottom:0; color:#FFF; background-color: rgba(0, 0, 0, 0.8); }
.flex { display: flex; align-items: center;  }
.column-2 { column-count: 2; column-gap: 40px; }

.logo img { height:70px; width:auto; margin:0 auto; }

header * { transition: all 0.9s ease-in-out;  -webkit-transition: all 0.9s ease-in-out; -moz-transition: all 0.9s ease; -o-transition: all 0.9s ease;  -ms-transition: all 0.9s ease-in-out; }
#header { text-align:center; font-size:16px; line-height:20px; font-weight:400; position:fixed; top:0; z-index:999; left:0; right:0; transition: transform 0.3s ease-in-out; padding:20px; height:150px; background: #000000;
background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 88%); }
#header ul { margin:0 auto; }
#header .logo { position:absolute; left:40px; top:20px; }
#header nav { text-transform:uppercase; padding:0px; font-size:15px; }
#header .menu ul { list-style: none; margin: 0 auto; padding: 0; letter-spacing:1px; }
#header .menu ul li { position: relative; display:inline-block; padding: 0 10px;  }
#header .menu ul li a { color:#FFF; padding: 10px 5px; text-decoration: none; display: block; font-weight:400; }
#header .menu ul li:hover > a, #header .menu ul li a.selected { color:#FFF; opacity:0.5;  }
#header .menu ul ul { margin:0px; display: none; position: absolute; top: 100%; left: 0; background:#090979; min-width:280px; border-radius:10px;  }
#header .menu ul li:hover > ul { display: block; }
#header .menu ul ul li { width: 100%; text-align:left; }
#header .menu ul ul li a { color:#FFF; padding: 10px; }
#header .menu ul ul li a:hover { color:#FFF; }
#header .menu ul ul ul { position: absolute; left: 100%; top: 0; background: #3c5da8; min-width:330px; display: none; }
#header .menu ul ul li:hover > ul { display: block; }
#header .menu i { display: none; }


#header.header-hidden { transform: translateY(-100%); }
#header2.smaller .logo { display:none; }

.language { position:fixed; top:20px; right:20px; }
.language img { height:20px; width:20px; margin:0 5px; display:inline; }


.footer { background: #00D4FF;
background: linear-gradient(90deg,rgba(9, 9, 121, 1) 0%, rgba(0, 212, 255, 1) 100%); color:#FFF; font-size:14px; padding:60px 20px; line-height:23px; }
.footer a { color:#FFF; }
.footer a:hover { opacity:0.5; }
.footer .social li { display:inline-block; }
.footer .grid { display:grid; grid-template-columns:1fr 1fr 1fr; gap:60px; margin-top:20px; margin:0 auto; }
.footer h3 { color:#FFF; font-size:14px; margin:0 0 10px 0; font-weight:600; }


.footer a.selected { opacity:0.5; }

.main { margin:200px 0 100px 0; }
.slide-row, .image-cover-text { }
#main { margin-top:160px; min-height: -moz-calc(100vh - 450px); min-height: -webkit-calc(100vh - 450px); min-height: calc(100vh - 450px); }
.CoverVideo { position:relative; overflow:hidden; height:100%; }
.CoverVideo .text { z-index:11; position:absolute; top:0; bottom:0; left:0; right:0; background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,0) 80%, rgba(0,0,0,0.8575630935968137) 100%); padding:40px 20px; color:#FFF; text-align:center; font-size:16px; line-height: 22px; align-content: end; padding-bottom:80px; }
.CoverVideo .text h1 { font-size:50px;  }
.CoverVideo .text p { font-weight:400; font-size:20px; letter-spacing:2px; }
.CoverVideo video { width: 100%; height: 100%; object-fit: cover;  }

.header-section { text-align:left; margin:80px auto 40px 0; }
.header-section h2 { font-size:55px; margin: 0 0 0 0; line-height: 58px; color:#090979; }
.header-section h3 { font-size:28px; margin: 0 0 10px 0; text-transform: inherit; color:#090979; line-height:44px; }


.grid-division { display:grid; grid-template-columns:1fr 1fr 1fr; gap:40px; margin-top:40px; }
.grid-division .item { padding:40px 40px 100px 40px; position:relative; border-radius:15px; }
.grid-division .item ul li { margin-left:20px; list-style:disc; }
.grid-division i { font-size:60px; margin-bottom:10px; }
.grid-division h4 { color:#FFF; margin-bottom:20px; }
.grid-division h3 { color:#FFF; margin-bottom:30px; font-weight:bold; }
.grid-division .more { position:absolute; bottom:40px; left:40px; background:#FFF; padding:10px 10px 5px 10px; display:block; border:2px solid #090979; text-transform:uppercase; }
.grid-division .more:hover { background:#090979; color:#FFF; }
.grid-division .more i { font-size:12px; }
.grid-division .item.bess { background-image: linear-gradient(rgba(0, 74, 153, 0.75), rgba(0, 74, 153, 0.75)),  url('../images/bess.jpg'); background-size: cover; background-position: center; transition: transform 0.3s ease; }
.grid-division .item:hover h3 a { color:#FFF; }


.bess { background:#0067bb; color:#FFF; }
.bess h2, .mobilita h2, .system h2, .about h2 { color:#FFF;  }
.mobilita { background:#7ac1bb; color:#FFF; }
.system { background:#6285a1; color:#FFF; }
.about { background: linear-gradient(90deg,rgba(9, 9, 121, 1) 0%, rgba(0, 212, 255, 1) 100%); }

.stat { margin-top:40px; display:grid; grid-template-columns: 1fr 1fr 1fr; gap:10px; }
.stat li { background:#FFF; padding:20px; color:#090979; border-radius:15px;  }
.stat i { font-size:40px; display:block; margin-bottom:20px; color:#00d4FF; background: #090979; width:55px; height:55px; align-content: center; border-radius:15px; }	
.stat b { font-size: 50px; line-height: 40px; }
.stat sup { font-size:18px; font-size: 20px; position: relative; left: 10px; top: -18px;}
.stat p { font-weight:bold; }

.parallax { position:relative; height: calc(100vh - 100px);  background-size:cover; background-attachment: fixed; background-position:center center; background-repeat: no-repeat; }
.image-cover-text { position:relative; height: calc(100vh); background-size:cover; background-position:center center; background-repeat: no-repeat; color:#FFF; align-content: center; }
.image-cover-text .bg { position:absolute; top:0; left:0; right:0; bottom:0; background:rgba(0, 0, 0, 0.5);  }
.image-cover-text .item-row-3 { text-align:center; }
.image-cover-text .item-row-3 .btn { border-color:white; color:white; }

.item-row { padding: 60px 0; max-width:1000px; margin:0 auto; }
.item-row h2 { color:#00d4FF; }
.about-row { background:#151731; color:#FFF; margin-bottom:60px; border-radius:20px; overflow:hidden; }
.about-row h2 { color:#00d4FF; }
.about .item-row p { margin-bottom:40px; color:#FFF; }
.about .item-row h3 { color:#FFF; margin-bottom:10px; }
.about .bgwhite { background:white; background-attachment:fixed; color:#090979; }
.about .bgwhite h3 { color:#0067bb; }
.about .bgwhite .item-row p { margin-bottom:40px; color:#090979; }

.tab { background:background:rgb(211, 234, 255); text-align:center; color:#CCC; text-transform:uppercase; }	
.tab a { color:#3c5da8; padding:20px 0; display:block; font-weight:500; border:1px solid #3c5da8; }
.tab a.selected { background:#3c5da8; color:white; }
.tab-content .spec-details li { border-bottom:1px solid #DDD; margin:0px; line-height:20px; padding-bottom:10px; }
.tab-content thead td { background:#FFF; color:#000; }
.tab-content tbody a { color: #D9801C; }
.tab-content { padding:30px 40px; margin-bottom:40px; line-height:24px; }
.tab-content li { margin: 10px 0; }

.info { max-width:800px; margin:0 auto; margin-top:40px; }
.info li { text-align:left; padding:22px 20px 40px 80px; line-height:22px; position:relative; font-weight:500; text-transform:uppercase; color:#3c5da8; border-bottom:1px dotted #CCC; }
.info i { font-size:30px; position:absolute; left:0; top:15px; text-align:center; width:60px; height:60px;  border-radius:200px; align-content:center; background:#3c5da8; color:#F9F9F9; }	
.round { border-radius:15px; }

.grid-struttura { display:grid; grid-template-columns:1fr 1fr 1fr; gap:20px; }
.grid-struttura img { margin-bottom:20px; }
.grid-struttura b { text-transform:uppercase; }
.list-projects .item { background:#EEE; margin-bottom:40px; }
.list-projects .item h3 { text-transform:inherit; margin-bottom:10px; font-size:18px; font-weight:600; line-height:22px; }
.list-projects .item h4 { text-transform:inherit; margin:20px 0 10px 0; font-size:18px; font-weight:600; color:#0067bb; }
.list-projects .item .text { padding:20px; }
.list-projects .item .country { background:#0067bb; color:#FFF; padding:10px 20px; text-transform:uppercase; font-weight:700; letter-spacing:2px; font-size:20px; text-align:center; }

.acc_title { cursor:pointer; padding: 20px 0; line-height:46px; font-weight:500; font-size:40px; text-transform:uppercase;  display:block; background:#FFF; color:#0067bb; margin-top:20px; position:relative; padding-left:80px; border-radius:10px; }
.acc_title.open { border-bottom-right-radius:0; border-bottom-left-radius:0;}
.acc_title i { position:absolute; top:20px; left:20px; }
.acc_content { padding:30px 30px 30px 80px; background:#C3E4FF; color:#0067bb; font-weight: 500; margin-bottom:40px; border-radius:10px; border-top-right-radius:0; border-top-left-radius:0; }

.contact-form .row { margin-bottom:30px;  }

.paginazione a, .paginazione b { margin-bottom:5px; padding:7px 15px; border:1px solid #EEE; display:inline-block; margin-right:2px; }
.paginazione b { background:#EEE; }

.grid-2-1 { display:grid; grid-template-columns:2fr 1fr; gap:10px; align-items: center; }
.grid-2-1-2 { display:grid; grid-template-columns:2fr 1fr 2fr; gap:10px; align-items: center; }
.grid-1-2 { display:grid; grid-template-columns:1fr 2fr; }
.grid-2 { display: grid; grid-template-columns:1fr 1fr;  }
.grid-3 { display:grid; grid-template-columns:1fr 1fr 1fr; }
.grid-4 { display:grid; grid-template-columns:1fr 1fr 1fr 1fr; gap:10px; }
.grid-5 { display: grid; grid-template-columns:1fr 1fr 1fr 1fr 1fr; gap:20px; }
.grid-6 { display: grid; grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr; gap:20px; }
.grid-7 { display: grid; grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr; gap:20px; }
.grid-8 { display: grid; grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; gap:20px; }
.grid-contact { display:grid; grid-template-columns:1fr 1fr; width:100%; column-gap:100px; padding: 40px;  }
.grid-contact div { padding: 40px 0; }
.grid-contact ul { margin-top:20px; }
.grid-contact li { border-bottom:1px solid #CCC; padding: 10px; }
.grid-contact li:hover { background:#FFF; }
#map { filter: grayscale(100%); -webkit-filter: grayscale(100%); margin:0px; }

.gap5 { gap:5px; }
.gap20 { gap:20px; }
.gap40 { gap:40px; }
.gap60 { gap:60px; }
.gap80 { gap:80px; }
.grid-2 .text { align-content: center; padding:0 60px;  }

.gallery-4 { display:grid; grid-template-columns:1fr 1fr 1fr 1fr; }
.soci { display:grid; grid-template-columns:1fr 1fr 1fr; gap:20px; text-align:center; }

.objects { display:grid; grid-template-columns: 1fr 1fr 1fr; text-align:center; line-height:22px; font-weight:600; margin:100px 0; }
.objects img { margin-bottom:10px; display:inline-block; }
.grid-3 { margin-top:40px; }
.gap0 { gap:0px; }

blockquote { color:#3c5da8; position:relative; line-height: 24px; padding: 0 0 0 100px; font-style: italic; text-align: left; font-weight: 500; }
blockquote::before { color:#3c5da8; font-family: Arial; content: "\201C"; font-size: 8em; position: absolute; left: 20px; top: 50px; }

.grid-template-pages {  display:grid; grid-template-columns: 320px 1fr; gap:40px; }
.menucontent li { border-bottom:1px solid #FFF; padding:8px 0; position:relative; padding-right:50px; text-transform:uppercase;  font-size: 15px; }
.menucontent li a.selected, .menucontent li a:hover { opacity: 0.5; }
.menucontent li i { position:absolute; right:0px; top:12px; }
.menucontent li a { color:#FFF; font-weight:400; }
.tabcontent { padding:40px; background:#FFF; border-radius:10px; color:#090979; margin-bottom:40px; min-height:500px; }
.tabcontent h1 { font-weight:600; font-size:36px; letter-spacing:0; }
.tabcontent h3 { font-weight:600; margin: 40px 0 10px 0; font-size:24px; color:#090979; }
.tabcontent ul { margin: 20px 0; }
.tabcontent li { list-style:disc; margin-left:18px;}

.grid .span_1_of_2:nth-child(2n+1) { margin-left:0px; }
.grid .span_1_of_3:nth-child(3n+1) { margin-left:0px; }
.grid .span_1_of_4:nth-child(4n+1) { margin-left:0px; }
.grid .span_1_of_5:nth-child(5n+1) { margin-left:0px; }
.grid .span_1_of_6:nth-child(6n+1) { margin-left:0px; }
.grid .span_1_of_7:nth-child(7n+1) { margin-left:0px; }
.grid .span_1_of_8:nth-child(8n+1) { margin-left:0px; }
.grid .col { margin-bottom:1.6%; }
.grid img { display:block; }
.span_25 { width:25%; margin:0px; line-height:normal; font-size:0px; }

.grid-3-1 { display:grid; grid-template-columns:3fr 1fr; gap:20px; }

.hamburger { display:none; }

div.top {  display: none; overflow: hidden; position: fixed; right:40px; bottom:60px; background:#090979; border-radius:200px; }
div.top .fa { margin:0px; }
div.top a { padding-top:8px; display:block; color:white; cursor:pointer; font-size:20px; width:40px; height:40px; text-align:center; }

.btn-request { width:280px; text-align:center; border-top-left-radius: 5px 5px; border-top-right-radius: 5px 5px; position:fixed; top:60%; right:0; right: -120px; rotate: 270deg; background:#FFF; z-index:999; padding:7px 10px; box-shadow: 0px 0px 10px #666; }


#map2 { filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);    
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1); }