@media (max-width: 767px) {
	
.hide_mobile {
	display: none !important;
}
	
.align_mobile_left {
	text-align:left !important;	
}
	
.margin_top_mobile {
	margin-top: 50px;
}

/* MAIN */

#main {
	padding-top: 50px;
}

section {
	margin-bottom:60px;
}

section.intro {
	height: 50vh;
    min-height: 250px;
    margin-bottom: 75px;
    border-bottom-right-radius: 0% 0%;
    margin-top: 38px;
}

.homepage section.intro {
	height: 100vh;
	min-height: 400px;
}

.wrapper {
    padding:0 15px;
}

.container, .container-fluid {
	margin-bottom: 50px;
	max-width: 90%;
}
	
.container.container_border {
	padding-top: 50px;
}

.row {
	margin-bottom:50px;
}

.row.row_intro {
	height: 50vh;
	min-height: 250px;
}

.homepage .row.row_intro {
	height: 100vh;
	min-height: 400px;
}

.row_inside {
	padding-top: 30px;
    margin-top: 30px;
	border-top:2px solid #2b5da8;
}

h1 {
	font-size: 45px;
    line-height: 50px;
}

h2 {
	font-size: 25px;
    line-height: 30px;
	margin-bottom: 30px;
}

h3 {
	font-size: 35px;
    line-height: 40px;
	margin-bottom: 30px;
}

.item_inside_border h3 {
	font-size:20px;
	line-height: 25px;
}

.item_where h3 {
	font-size:16px;
    line-height: 18px;
	margin-bottom: 20px;
}

h4 {
	font-size: 14px;
    line-height: 18px;
}
	
h4 span.icon_title {
	height: 20px;
}

h5 {
	font-size:15px;
	line-height: 20px;
}

p {
	font-size:15px;
	line-height: 20px;
	margin-bottom: 15px;
}
	
.intro p {
	font-size: 16px;
    line-height: 20px;
}
	
.intro p span.icon_title {
	display: none;
}

p.data {
	font-size: 12px;
	margin-bottom: 20px;
}

p.sottotitolo {
	font-size: 14px;
	margin-bottom: 30px;
}
	
.col_info {
	margin-top: 30px;
}

.col_info p {
    font-size: 15px;
    line-height: 20px;
	font-weight: 800;
}
	
.col_info a.more {
    width: auto;
}

.col_download p a {
	font-size: 14px;
	display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item_where p {
	font-size: 14px;
    line-height: 18px;
	border-top: 2px solid #2b5da8;
    padding-top: 20px;
    margin-bottom: 20px;
}
a.more {
	display: inline-block;
	font-size: 12px;
    padding: 10px 20px;
    min-height: 30px;
    border-radius: 5px;
    margin-top: 30px;
    margin-right: 10px;
	margin-bottom: 10px;
}
	
a.more:hover {
    background-color: #2b5da8;
}

.scroll {
	display: none;
}

.img_page {
    height: 450px;
}

.img_item {
    height: 280px;
	margin-top: -20px;
    display: none;
}
	
.item {
	margin-bottom: 35px;
}
	
.item:last-of-type {
	margin-bottom: 0;
}

.row.row_item {
	margin:0 -15px;
}	
	
.row.row_item.no-gutters>.col, .row.row_item.no-gutters>[class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
}
	
.row.row_item .item:nth-child(2n) {
    padding-top: 0;
}
	
.row.row_item_vert .item {
	margin-bottom: 15px;
}

.item_inside {
	border-top:2px solid #2b5da8;
	padding: 50px 35px;
}
	
.item_info {
	padding: 50px 35px;
}

.item:hover .item_inside, .item_info:hover {
	transform: translate(0,0);
}

.item:hover .img_item {
	transform:  translate(0,0) scale(1,1);
}

.item_inside_banner {
    padding-bottom: 50px !important;
}

.item_inside_blu {
	border-top:2px solid #2b5da8;
}

.item_inside_border {
	border:2px solid #2b5da8;
}	
	
.tag {
	width:35px;
	height: 35px;
}

.tag img {
	max-width:55%;
	max-height:55%;
}

.area_call {
	padding: 35px 15px;
}

.col_download:last-of-type {
	padding-left:25px;
	padding-right:25px;
}

.col_download a.a_download {
	width: 100%;
    height: 80px;
}

.col_download a.a_download::before {
	top:0;
	left:0;
	width:5px;
	height: 100%;
}
	

.col_download i {
    font-size: 100%;
    left: 60%;
}

.item_where {
	padding: 50px 50px;
	border-top:2px solid #2b5da8;
}

	
.slide03 {
	padding: 50px 0;
}

.slide03 .slick-list {
	padding: 0 !important;
	margin-left: 0;
    margin-right: 0;
}

.slick-next {
    bottom:25px;
}
	
.img_slide {
	height: 300px;
}
	
.row_app {
	margin-top:25px;
}

a.more_app {
	margin-top: 10px;
	width:120px;
}
	
#map {
	height: 70vh;
	min-height: 400px;
}
	
.col_map::before {
	display: none;
}
	
.img_portal_offerte {
	max-height: 80%;
	max-width:180px;
}

footer {
	padding: 75px 0;
	margin-top: 75px;
}

footer a.logo {
	width:100%;
	height: 20px;
}

footer .row {
	margin-bottom: 30px;
}
	
footer .margin_top_mobile {
	margin-top: 30px;
}

footer p, footer p a  {
	font-size: 10px;
    line-height: 12px;
	color:#2b5da8;
}
	
footer .area_call_footer p, footer .area_call_footer p a, footer .area_call_footer p a:hover {
		font-size:11px;
	}
	
footer p.p_textfooterbr br {
	display: none;
}
	
footer .area_call_footer br {
	display: block;
}
	
footer h2 {
	font-size: 18px;
    line-height: 25px;
}
	
/* END MAIN */
	
/* HEADER */
	
.header {
	display: none;
}

.headerfixed {
	display: block;
    height: 55px;
    transform: translate(0,0);
}

.headerfixed a.logo {
    width: 100px;
	left: calc( 5% + 15px );
}

.navigation_top {
    top: 100%;
    right: 0;
    transform: translate(0,0);
    width: 100%;
	background-color: rgba(50,90,140,0.5);
}
	
.navigation_top a.more {
	border-radius: 0;
    display: inline-block;
    width: 50%;
    margin-left: -5px;
}
	
.navigation_top a.more {
	border-radius: 0;
    display: inline-block;
    width: 100%;
}
	
.navigation_top a.more.more_first {
	background-color: #264a78;
	display: none;
}
	
.hamburger {
	display: block;
	right: 15px;
	width:32px;
	height: 32px;
}

.nav_mobile  {
	right:15px;
	top:115px;
    width: 150px;
    background-color: #264a78;
}

.nav_mobile::after {
    border-bottom: 7px solid #264a78;
}
	
/* END HEADER */
	
/* FORM */

.area_form {
    font-size:14px;
	line-height: 20px;
}

.area_form p{
	font-size:14px;
	line-height: 20px;
	font-weight: 800;
}

.area_form .field {
	margin-bottom: 15px;
}

.area_form .row_form {
	margin-bottom: 15px;
}

input, select {
	height: 35px;
	font-size: 14px;
	font-weight: 600;
}

textarea {
	height: 150px;
	font-size: 14px;
	font-weight: 600;
}

input[type=submit] {
	font-size:12px;
    line-height: 1.5;
	font-weight: 800;
	padding: 10px 20px;
    border-radius: 5px;
	max-width:none;
	width:100%;
}

.label_row {
	font-size: 14px;
}

.label_row.privacy {
	font-size:14px;
}

.checkmark {
	height: 30px;
  	width: 30px;
	margin-right: 15px;
}

.label_row .checkmark:after {
	left: 12px;
    top: 6px;
    width: 7px;
    height: 16px;
    border-width: 0 3px 3px 0;
}

.radiobtn {
	height: 30px;
  	width: 30px;
	margin-right: 15px;
}


.label_row .radiobtn:after {
	left: 12px;
    top: 6px;
    width: 7px;
    height: 16px;
    border-width: 0 3px 3px 0;
}
	
/* END FORM */

}

@media (min-width: 768px) and (max-width: 991px) {

.hide_mobile {
	display: none !important;
}
	
.align_mobile_left {
	text-align:left !important;	
}
	
.margin_top_mobile {
	margin-top: 50px;
}

/* MAIN */

section {
	margin-bottom:75px;
}

section.intro {
	height: 70vh;
	min-height: 400px;
	margin-bottom: 75px;
	border-bottom-right-radius: 0% 0%;
}

.homepage section.intro {
	height: 130vh;
	min-height: 700px;
}

.wrapper {
    padding:0 15px;
}

.container, .container-fluid {
	margin-bottom: 50px;
	max-width: 720px;
}
	
.container.container_border {
	padding-top: 50px;
}

.row {
	margin-bottom:50px;
}

.row.row_intro {
	height: 70vh;
	min-height: 400px;
}

.homepage .row.row_intro {
	height: 100vh;
	min-height: 500px;
}

.row_inside {
	padding-top: 30px;
    margin-top: 30px;
	border-top:2px solid #2b5da8;
}

h1 {
	font-size: 80px;
    line-height: 90px;
}

h2 {
	font-size: 30px;
    line-height: 35px;
	margin-bottom: 30px;
}

h3 {
	font-size: 40px;
    line-height: 45px;
	margin-bottom: 30px;
}

.item_inside_border h3 {
	font-size:25px;
	line-height: 30px;
}

.item_where h3 {
	font-size:18px;
    line-height: 18px;
	margin-bottom: 20px;
}

h4 {
	font-size:16px;
	line-height: 20px;
}
	
h4 span.icon_title {
	height: 25px;
}

h5 {
	font-size:14px;
	line-height: 20px;
}

p {
	font-size:16px;
	line-height: 22px;
	margin-bottom: 15px;
}

.intro p span.icon_title {
	height: 30px;
	margin-right: 8px;
    padding-right: 8px;
}

p.data {
	font-size: 14px;
	margin-bottom: 20px;
}

p.sottotitolo {
	font-size: 16px;
	margin-bottom: 30px;
}
	
.col_info {
	margin-top: 30px;
}

.col_info p {
    font-size: 16px;
    line-height: 22px;
	font-weight: 800;
}
	
.col_info a.more {
    width: auto;
}

.col_download p a {
	font-size: 14px;
}

.item_where p {
	font-size: 14px;
    line-height: 18px;
	border-top:2px solid #2b5da8;
    padding-top: 20px;
    margin-bottom: 20px;
}
a.more {
	font-size: 12px;
    padding: 10px 15px;
    min-height: 30px;
    border-radius: 5px;
    margin-top: 30px;
    margin-right: 5px;
}
	
a.more i {
    margin-right: 5px;
    margin-left: -3px;
    font-size: 110%;
}

.scroll {
	height: 40vh;
	min-height:280px;
	left: calc( ( 100% - 690px ) / 2 );
}

.img_page {
    height: 450px;
}

.img_item {
    height: 280px;
	margin-top: -20px;
    display: none;
}
	
.item {
	margin-bottom: 35px;
}
	
.item:last-of-type {
	margin-bottom: 0;
}

.row.row_item {
	margin:0 -15px;
}	
	
.row.row_item.no-gutters>.col, .row.row_item.no-gutters>[class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
}
	
.row.row_item .item:nth-child(2n) {
    padding-top: 0;
}
	
.row.row_item_vert .item {
	margin-bottom: 15px;
}

.item_inside {
	border-top:2px solid #2b5da8;
	padding: 75px 50px;
}

.item_info {
	padding: 75px 50px;
}

.item:hover .item_inside, .item_info:hover {
	transform: translate(0,0);
}

.item:hover .img_item {
	transform:  translate(0,0) scale(1,1);
}

.item_inside_banner {
    padding-bottom: 75px !important;
}

.item_inside_blu {
	border-top:2px solid #2b5da8;
}

.item_inside_border {
	border:2px solid #2b5da8;
}
	
.tag {
	width:35px;
	height: 35px;
}

.tag img {
	max-width:55%;
	max-height:55%;
}

.area_call {
	padding: 35px 15px;
}

.col_download:last-of-type {
	padding-left:25px;
	padding-right:25px;
}

.col_download a.a_download {
	width: 100%;
    height: 80px;
}

.col_download a.a_download::before {
	top:0;
	left:0;
	width:5px;
	height: 100%;
}

.item_where {
	padding: 50px 50px;
	border-top:2px solid #2b5da8;
}
	
.slide03 {
	padding: 50px 0;
}

.slide03 .slick-list {
	padding: 0 5px !important;
	margin-left: -10px;
    margin-right: -10px;
}

.slick-next {
    bottom:25px;
}

.img_slide {
	height: 400px;
}
	
.row_app {
	margin-top:25px;
}

a.more_app {
	width:140px;
}
	
#map {
	height: 70vh;
	min-height: 600px;
}
	
.col_map::before {
	display: none;
}

footer {
	padding: 75px 0;
	margin-top: 75px;
}

footer a.logo {
	height: 30px;
}

footer .row {
	margin-bottom: 30px;
}
	
footer .margin_top_mobile {
	margin-top: 30px;
}

footer p, footer p a  {
	font-size:12px;
	line-height: 16px;
	color:#2b5da8;
}
	
/* END MAIN */
	
/* HEADER */
	
.header {
	display: none;
}

.headerfixed {
	display: block;
    height: 70px;
    transform: translate(0,0);
}

.headerfixed a.logo {
    width: 150px;
    left: 50px;
}

.navigation_top {
	right:92px;
}
	

.hamburger {
	display: block;
}
	
/* END HEADER */
	
/* FORM */

.area_form {
    font-size:16px;
	line-height: 22px;
}

.area_form p{
	font-size:16px;
	line-height: 20px;
	font-weight: 800;
}

.area_form .field {
	margin-bottom: 15px;
}

.area_form .row_form {
	margin-bottom: 15px;
}

input, select {
	height: 40px;
	font-size: 16px;
	font-weight: 600;
}

textarea {
	height: 200px;
	font-size: 16px;
	font-weight: 600;
}

input[type=submit] {
	font-size:13px;
    line-height: 1.5;
	font-weight: 800;
	padding: 10px 25px;
    border-radius: 5px;
	max-width: 200px;
}

.label_row {
	font-size: 16px;
}

.label_row.privacy {
	font-size:14px;
}

.checkmark {
	height: 30px;
  	width: 30px;
	margin-right: 15px;
}

.label_row .checkmark:after {
	left: 13px;
    top: 6px;
    width: 7px;
    height: 16px;
    border-width: 0 3px 3px 0;
}

.radiobtn {
	height: 30px;
  	width: 30px;
	margin-right: 15px;
}


.label_row .radiobtn:after {
	left: 13px;
    top: 6px;
    width: 7px;
    height: 16px;
    border-width: 0 3px 3px 0;
}
	
/* END FORM */



}

@media (min-width: 992px) and (max-width: 1199px) {

/* MAIN */

section {
	margin-bottom:75px;
}

section.intro {
	height: 70vh;
	min-height: 500px;
	margin-bottom: 100px;
	border-bottom-right-radius: 0% 0%;
}

.homepage section.intro {
	height: 130vh;
	min-height: 900px;
}

.wrapper {
    padding:0 15px;
}

.container, .container-fluid {
	margin-bottom: 75px;
	max-width: 960px;
}
	
.container.container_border {
	padding-top: 75px;
}

.row {
	margin-bottom:75px;
}

.row.row_intro {
	height: 70vh;
	min-height: 500px;
}

.homepage .row.row_intro {
	height: 100vh;
	min-height: 600px;
}

.row_inside {
	padding-top: 30px;
    margin-top: 30px;
	border-top:2px solid #2b5da8;
}

h1 {
	font-size: 60px;
    line-height: 70px;
}

h2 {
	font-size: 30px;
    line-height: 35px;
	margin-bottom: 30px;
}

h3 {
	font-size: 40px;
    line-height: 45px;
	margin-bottom: 30px;
}

.item_inside_border h3 {
	font-size:25px;
	line-height: 30px;
}

.item_where h3 {
	font-size:18px;
    line-height: 18px;
	margin-bottom: 20px;
}

h4 {
	font-size:16px;
	line-height: 20px;
}
	
h4 span.icon_title {
	height: 25px;
}

h5 {
	font-size:16px;
	line-height: 20px;
}

p {
	font-size:16px;
	line-height: 22px;
	margin-bottom: 15px;
}

.intro p span.icon_title {
	height: 40px;
	margin-right: 10px;
    padding-right: 10px;
}

p.data {
	font-size: 14px;
	margin-bottom: 20px;
}

p.sottotitolo {
	font-size: 16px;
	margin-bottom: 30px;
}

.col_info p {
	font-size: 14px;
	line-height: 18px;
}

.col_download p a {
	font-size: 16px;
}

.item_where p {
	font-size: 14px;
    line-height: 18px;
	border-top: 2px solid #2b5da8;
    padding-top: 20px;
    margin-bottom: 20px;
}
a.more {
	font-size: 12px;
    padding: 10px 15px;
    min-height: 30px;
    border-radius: 5px;
    margin-top: 30px;
    margin-right: 5px;
}
	
a.more i {
    margin-right: 5px;
    margin-left: -3px;
    font-size: 110%;
}

.scroll {
	height: 40vh;
	min-height:380px;
	left: calc( ( 100% - 930px ) / 2 );
}

.img_page {
    height: 450px;
}

.img_item {
    height: 280px;
	margin-top: -20px;
}

.item_inside {
	border-top:2px solid #2b5da8;
	padding: 75px 50px;
}
	
.item_info {
	padding: 75px 50px;	
}
	
.item_inside_blu {
	border-top:2px solid #2b5da8;
}

.item_inside_border {
	border:2px solid #2b5da8;
}
	
.row.row_item_vert .item {
	margin-bottom: 50px;
}
	
.tag {
	width:40px;
	height: 40px;
}

.tag img {
	max-width:55%;
	max-height:55%;
}

.area_call {
	padding: 35px 50px;
}

.col_download:last-of-type {
	padding-left:50px;
	padding-right:50px;
}

.col_download a.a_download {
	width: 100%;
    height: 80px;
}

.col_download a.a_download::before {
	top:0;
	left:0;
	width:5px;
	height: 100%;
}

.item_where {
	padding: 50px 50px;
	border-top:2px solid #2b5da8;
}
		
.slide03 {
	padding: 75px 0;
}

.slide03 .slick-list {
	padding: 0 5px !important;
	margin-left: -10px;
    margin-right: -10px;
}

.slick-next {
    bottom:35px;
}

.img_slide {
	height: 400px;
}
	
.row_app {
	margin-top:25px;
}

a.more_app {
	width:140px;
}
	
#map {
	height: 90vh;
	min-height: 700px;
}
	
.col_map::before {
	display: none;
}

footer {
	padding: 75px 0;
	margin-top: 75px;
}

footer a.logo {
	height: 50px;
}

footer .row {
	margin-bottom: 50px;
}

footer p, footer p a  {
	font-size:12px;
	line-height: 16px;
	color:#2b5da8;
}
	
	
/* END MAIN */
	
/* HEADER */

.site_header_bottom {
	height: 90px;
}

.site_header_bottom_inside {
	height: 90px;
}

a.logo {
    width: 160px;
    height: 60px;
    top: 50%;
    left: 0;
}
	
.navigation {
	margin-right: 0;
}

.navigation ul li::after {
    padding: 0 6px;
}

a.nav_a_main {
	font-size: 14px;
    font-weight: 800;
    padding: 35px 0;
    height: 90px;
}

a.nav_a_main::after {
    height: 6px;
}

a.more.more_header {
	right:0;
	top:85%;
	transform: translate(0,0);
}
	
a.more.more_header.more_header_first {
    right: 340px;
}

.headerfixed {
	height: 70px;
}

.navigation_top {
	right:50px;
}
	
/* END HEADER */
	
/* FORM */

.area_form {
    font-size:16px;
	line-height: 22px;
}

.area_form p{
	font-size:16px;
	line-height: 20px;
	font-weight: 800;
}

.area_form .field {
	margin-bottom: 15px;
}

.area_form .row_form {
	margin-bottom: 25px;
}

input, select {
	height: 40px;
	font-size: 16px;
	font-weight: 600;
}

textarea {
	height: 200px;
	font-size: 16px;
	font-weight: 600;
}

input[type=submit] {
	font-size:13px;
    line-height: 1.5;
	font-weight: 800;
	padding: 10px 25px;
    border-radius: 5px;
	max-width: 200px;
}

.label_row {
	font-size: 16px;
}

.label_row.privacy {
	font-size:14px;
}

.checkmark {
	height: 30px;
  	width: 30px;
	margin-right: 15px;
}

.label_row .checkmark:after {
	left: 13px;
    top: 6px;
    width: 7px;
    height: 16px;
    border-width: 0 3px 3px 0;
}

.radiobtn {
	height: 30px;
  	width: 30px;
	margin-right: 15px;
}


.label_row .radiobtn:after {
	left: 13px;
    top: 6px;
    width: 7px;
    height: 16px;
    border-width: 0 3px 3px 0;
}
	
/* END FORM */

}

@media (min-width: 1200px) and (max-width: 1600px) {

/* MAIN */

section {
	margin-bottom:75px;
}

section.intro {
	height: 70vh;
	min-height: 500px;
	margin-bottom: 100px;
	border-bottom-right-radius: 30% 40%;
}

.homepage section.intro {
	height: 130vh;
	min-height: 900px;
}

.wrapper {
    padding:0 35px;
}

.container {
	margin-bottom: 75px;
}
	
.container.container_border {
	padding-top: 75px;
}

.row {
	margin-bottom:75px;
}

.row.row_intro {
	height: 70vh;
	min-height: 500px;
}

.homepage .row.row_intro {
	height: 100vh;
	min-height: 700px;
}

.row_inside {
	padding-top: 30px;
    margin-top: 30px;
	border-top:2px solid #2b5da8;
}

h1 {
	font-size:90px;
	line-height: 95px;
}

h2 {
	font-size: 35px;
    line-height: 40px;
	margin-bottom: 40px;
}

h3 {
	font-size:45px;
	line-height: 50px;
	margin-bottom: 40px;
}

.item_inside_border h3 {
	font-size:30px;
	line-height: 35px;
}

.item_where h3 {
	font-size:20px;
    line-height: 20px;
	margin-bottom: 20px;
}

h4 {
	font-size:18px;
	line-height: 22px;
}
	
h4 span.icon_title {
	height: 30px;
}

h5 {
	font-size:18px;
	line-height: 22px;
}

p {
	font-size: 18px;
    line-height: 24px;
	margin-bottom: 15px;
}

p.data {
	font-size: 14px;
	margin-bottom: 20px;
}

p.sottotitolo {
	font-size: 18px;
	margin-bottom: 30px;
}

.col_info p {
	font-size: 14px;
	line-height: 18px;
}

.col_download p a {
	font-size: 16px;
}

.item_where p {
	font-size:16px;
	line-height: 22px;
	border-top: 2px solid #2b5da8;
    padding-top: 20px;
    margin-bottom: 20px;
}
a.more {
	font-size:13px;
	padding: 10px 25px;
	min-height: 30px;
    border-radius: 5px;
	margin-top: 40px;
	margin-right: 5px;
}

.scroll {
	height: 40vh;
	min-height:250px;
}

.img_page {
    height: 550px;
}

.img_item {
    height: 280px;
	margin-top: -20px;
}


.item_inside {
	border-top:2px solid #2b5da8;
	padding: 75px 50px;
}
	
.item_info {
	padding: 75px 50px;	
}

.item_inside_blu {
	border-top:2px solid #2b5da8;
}

.item_inside_border {
	border:2px solid #2b5da8;
}
	
	
.row.row_item_vert .item {
	margin-bottom: 50px;
}
	
.tag {
	width:50px;
	height: 50px;
}

.tag img {
	max-width:55%;
	max-height:55%;
}

.area_call {
	padding: 35px 50px;
}

.col_download:last-of-type {
	padding-left:50px;
	padding-right:50px;
}

.col_download a.a_download {
	width: 100%;
    height: 80px;
}

.col_download a.a_download::before {
	top:0;
	left:0;
	width:5px;
	height: 100%;
}

.item_where {
	padding: 50px 50px;
	border-top:2px solid #2b5da8;
}
	
.slide03 {
	padding: 100px 0;
}

.slide03 .slick-list {
	padding: 0 5px !important;
	margin-left: -10px;
    margin-right: -10px;
}

.slick-next {
    bottom:50px;
}

.img_slide {
	height: 400px;
}
	
#map {
	height: 90vh;
	min-height: 700px;
}
	
.col_map::before {
	display: none;
}

footer {
	padding: 100px 0;
	margin-top: 100px;
}

footer a.logo {
	height: 50px;
}

footer .row {
	margin-bottom: 50px;
}

footer p, footer p a  {
	font-size:12px;
	line-height: 16px;
	color:#2b5da8;
}
	
/* END MAIN */
	
/* HEADER */

.site_header_bottom {
	height: 135px;
}

.site_header_bottom_inside {
	height: 135px;
}

a.logo {
    width: 170px;
    top: 50%;
    left: 0;
}
	
.navigation {
	margin-right: 535px;
}

.navigation ul li::after {
    padding: 0 6px;
}

a.nav_a_main {
	font-size:13px;
	font-weight: 800;
    padding: 58px 0;
    height: 134px;
}

a.nav_a_main::after {
    height: 6px;
}

a.more.more_header {
	right:0;
}
	
a.more.more_header.more_header_first {
    right: 380px;
}

.headerfixed {
	height: 70px;
}

.navigation_top {
	right:50px;
}
	
/* END HEADER */
	
/* FORM */

.area_form {
    font-size:16px;
	line-height: 22px;
}

.area_form p{
	font-size:16px;
	line-height: 20px;
	font-weight: 800;
}

.area_form .field {
	margin-bottom: 15px;
}

.area_form .row_form {
	margin-bottom: 25px;
}

input, select {
	height: 40px;
	font-size: 16px;
	font-weight: 600;
}

textarea {
	height: 200px;
	font-size: 16px;
	font-weight: 600;
}

input[type=submit] {
	font-size:13px;
    line-height: 1.5;
	font-weight: 800;
	padding: 10px 25px;
    border-radius: 5px;
	max-width: 200px;
}

.label_row {
	font-size: 16px;
}

.label_row.privacy {
	font-size:14px;
}

.checkmark {
	height: 30px;
  	width: 30px;
	margin-right: 15px;
}

.label_row .checkmark:after {
	left: 13px;
    top: 6px;
    width: 7px;
    height: 16px;
    border-width: 0 3px 3px 0;
}

.radiobtn {
	height: 30px;
  	width: 30px;
	margin-right: 15px;
}


.label_row .radiobtn:after {
	left: 13px;
    top: 6px;
    width: 7px;
    height: 16px;
    border-width: 0 3px 3px 0;
}
	
/* END FORM */

}