/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/


:root {
	--white: #ffffff;
	--orange: #F47A49;
	--orange-dark: #CA430C;
	--blue: #3B7BF1;
	--dark-blue: #06245B;
	--light-blue: #4C99EB;
	--black: #010205;
}

.big-title h1,
.big-title h2,
.big-title h3,
.big-title h4,
.big-title h5,
.big-title h6,
.big-title p {
	font-size: 61px;
	line-height: 73px;
	color: var(--white);
	font-weight: 700;
}
.big-title.blue h1,
.big-title.blue h2,
.big-title.blue h3,
.big-title.blue h4,
.big-title.blue h5,
.big-title.blue h6,
.big-title.blue p  {
	color: var(--dark-blue);
}
.small-title h1,
.small-title h2,
.small-title h3,
.small-title h4,
.small-title p {
	font-size: 25px;
	line-height: 30px;
	color: var(--dark-blue);
	margin-bottom: 24px;
}
.main-titles h1,
.main-titles h2,
.main-titles h3,
.main-titles h4,
.main-titles p {
	font-size: 49px;
	line-height: 59px;
	/*margin-bottom: 40px;*/
	color: var(--dark-blue);
}
.main-titles.font31 h1,
.main-titles.font31 h2,
.main-titles.font31 h3,
.main-titles.font31 h4,
.main-titles.font31 h1{
	font-size: 31px;
	line-height: 37px;
	color: var(--dark-blue);
}
.font25 h1,
.font25 h2,
.font25 h3,
.font25 h4,
.font25 p {
	font-size: 25px;
	line-height: 30px;
	font-weight: 600;
}
.font25.blue h1,
.font25.blue h2,
.font25.blue h3,
.font25.blue h4,
.font25.blue p {
	color: var(--dark-blue);
}

.font25.weight500 h1,
.font25.weight500 h2,
.font25.weight500 h3,
.font25.weight500 h4,
.font25.weight500 p {
	font-weight: 500;
}
.font25.weight400 h1,
.font25.weight400 h2,
.font25.weight400 h3,
.font25.weight400 h4,
.font25.weight400 p {
	font-weight: 400;
}
.font39 h1,
.font39 h2,
.font39 h3,
.font39 h4,
.font39 p {
	font-size: 39px;
	line-height: 47px;
}
.font31.black h1,
.font31.black h2,
.font31.black h3,
.font31.black h4,
.font31.black p {
	font-size: 31px;
	line-height: 37px;
	color: var(--black);
	font-weight: 700;
}

.w-btn.us-btn-style_1 i,
.w-btn.us-btn-style_3 i{
	color: var(--orange);
	margin-left: 25px;
	font-weight: 400;
}
.w-btn.us-btn-style_3:hover i {
	color: var(--white);
}
.top-section {
	display: flex;
    align-items: self-end;
}
.top-section.pages h1{
	border-bottom: 1px solid var(--orange);
	padding-bottom: 24px;
}
.ybns-arrow {
	width: 142px;
	height: 142px;
	padding: 0px !important;
    border-radius: 100px !important;
	background: var(--blue)!important;
	border-color: unset!important;
	display: flex;
	position: absolute;
	right: 0;
	bottom: -71px;
}
.ybns-arrow a {
	    width: 142px;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 131px;
}
.yicons-services {
	margin-bottom: 30px;
}
.yicons-services .w-iconbox-icon {
	width: 94px;
	height: 94px;
	background: var(--light-blue);
	margin-bottom: 32px;
	font-size: 40px!important;
}
.clmn-white .yicons-services .w-iconbox-icon {
	margin-bottom: 48px;
}
.page-id-15 .clmn-white .yicons-services .w-iconbox-icon {
	margin-bottom: 40px;
}
.page-id-15 .clmn-white .yicons-services .w-iconbox-title,
.page-id-17 .clmn-white .yicons-services .w-iconbox-title {
	margin-bottom: 24px;
}
.page-id-17 .clmn-white .yicons-services .w-iconbox-icon {
	margin-bottom: 30px;
}
.yicons-services .w-iconbox-title {
	font-size: 31px;
	line-height: 37px;
	padding-top: 0px;
	font-weight: 700;
}
.clmn-white .yicons-services .w-iconbox-title {
	padding-bottom: 0px;
	margin-bottom: 32px;
}
.clmn-white {
	background: var(--white);
	padding: 80px 24px 30px 24px;
	transition: 450ms;
}
.clmn-white.nothover {
	padding: 32px 40px;
}
.clmn-white .vc_column-inner {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.clmn-blue {
	background: #F6F7FB;
	padding: 32px 24px 30px 24px;
	transition: 450ms;
}
.clmn-blue:hover {
	background: #e9e9e9;
}
.clmn-white:hover {
	background: var(--dark-blue);
}
.clmn-white.nothover:hover {
	background: var(--white);
}
.clmn-white.nothover:hover .w-iconbox-title {
	color: var(--color-content-heading);
}
.clmn-white.nothover:hover p {
	color: var(--color-content-text);
}
.clmn-white:hover p,
.clmn-white:hover .w-iconbox-title,
.clmn-white:hover .w-btn.us-btn-style_3 span{
	color: var(--white);
}
.clmn-white:hover .w-btn.us-btn-style_1 i,
.clmn-white:hover .w-btn.us-btn-style_3 i{
	margin-left: 15px;
	transition: 350ms;
	color: var(--white);
}
.clmn-white:hover .w-btn.us-btn-style_3 {
	border: var(--dark-blue);
	border-bottom: 1px solid var(--white);
}
#page-footer p {
	font-size: 13px;
	line-height: 26px;
}
#page-footer .line15 p {
	line-height: 16px;
}
#page-footer .footer-title h1,
#page-footer .footer-title h2,
#page-footer .footer-title h3,
#page-footer .footer-title h4,
#page-footer .footer-title h5,
#page-footer .footer-title p {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 30px;
}




.page-id-215 .w-tabs-section {
	background: var(--white);
	border-bottom: 1px solid #9A3309;
}
.page-id-215 .w-tabs.accordion>div>.w-tabs-section {
	    border-width: 0px 0px 1px 0px!important;
}
.page-id-215 .w-tabs-section-header {
	padding: 16px 130px 16px 140px!important;
}
.page-id-215 .w-tabs-section-title {
	max-width: 795px;
}
.page-id-215 .w-tabs-section-title,
.page-id-215 .w-tabs-section.active:not(.has_text_color)>.w-tabs-section-header {
	font-weight: 700;
	color: var(--black);
	line-height: 37px;
}

.page-id-215 .w-tabs-section.active:not(.has_text_color)>.w-tabs-section-header .w-tabs-section-control:before {
	color: var(--blue);
	background: var(--white)!important;
}
.page-id-215 .w-tabs.accordion>div>div>.w-tabs-section-content {
	padding: 20px 150px 30px 150px;
}
.page-id-215 .w-tabs-section-control {
	width: 80px;
	height: 80px;
	/*background: var(--blue);*/
	border-radius: 50px;
}
.page-id-215 .w-tabs-section-control:before {
	content: "\f175"!important;
	font-family: "fontawesome";
    font-weight: 300;
  	transform: rotate(0deg)!important;
	left: 50%!important;
	top: 50%!important;
    height: 80px !important;
    width: 80px !important;
	color: var(--white);
	background: var(--blue)!important;
	transform: translate(-50%, -50%) rotate(0deg) !important;
	display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 50px !important;
}

.page-id-215 .w-tabs-section-control:after {
	display: none;
}






.yicon-contacts {
	background: var(--white);
	padding: 40px 20px;
}
.yicon-contacts .w-iconbox-icon {
	width: 97px;
	height: 97px;
	border-radius: 50px;
	background: #D6E7FA;
	margin-bottom: 40px;
}
.yicon-contacts .w-iconbox-title {
	color: #0B3460;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 32px;
	padding: 0px;
}
.yicon-contacts.second .w-iconbox-icon {
	background: #A8CDF5;
} 
.yicon-contacts.third .w-iconbox-icon {
	background: #7AB3F0;
}
.yicon-contacts.fourth .w-iconbox-icon {
	background: #4C99EB;
}
.yicon-contacts p {
	font-size: 16px;
	line-height: 19px;
}
.yicon-contacts p a {
	color: var(--color-content-text);
	text-decoration: underline;
}
input::placeholder,
textarea::placeholder {
    opacity: 1;
}
.wpcf7-list-item-label {
	font-size: 12px;
	line-height: 16px;
	text-align: right;
	width: 100%;
}
.wpcf7-list-item-label a {
	color: var(--orange-dark);
	text-decoration: underline;
}
span.wpcf7-list-item {
	width: 100%;
}
input[type=checkbox] {
	border: 1px solid #1566BC;
	box-shadow: unset;
	background: var(--white);
}



.cf7-select-arrow {
  position: relative;
}

/* Reset freccia nativa */
.cf7-select-arrow select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;

  background: transparent !important;
  background-image: none !important;

  width: 100%;
  padding-right: 52px;
}

/* Edge legacy */
.cf7-select-arrow select::-ms-expand {
  display: none;
}

/* Font Awesome arrow */
.cf7-select-arrow::after {
  content: "\f175"; /* fa-arrow-down-long */
  font-family: "fontawesome";
  font-weight: 200;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg); /* POSIZIONE CHIUSA */
  pointer-events: none;
  font-size: 16px;
	color: #9A3309;
  transition: transform 0.25s ease;
}

/* POSIZIONE APERTA */
.cf7-select-arrow.is-open::after {
  transform: translateY(-50%) rotate(180deg);
}
.wpcf7-not-valid-tip {
	font-size: 12px;
}
.wpcf7-form-control.wpcf7-submit {
float: right;
}
textarea {
	height: 275px;
}
.contacts-img img {
	width: 100%!important;
}
.logo-reale img {
	width: 100% !important;
    height: 240px;
    object-fit: cover;
	margin-bottom: 40px;
}
.list-blue li,
.list-blue ol{
	color: #0B3460;
}
.list-blue ol {
	margin-left: 22px;
}
.list-blue ol li::marker {
	font-size: 20px;
	font-weight: 400;
}
.list-blue ul {
	margin-left: 30px;
}
.w-iconbox-text ul,
.w-iconbox-text ol {
	margin-left: 25px;
	line-height: 24px;
}
.clmn-blue .font25 {
	margin-bottom: 30px;
}
.no-touch .w-nav.type_desktop .hover_underline .w-nav-anchor.level_1 .w-nav-title:after {
	height: 1px!important;
	background: #155599;
}
.w-nav.type_desktop .w-nav-anchor.level_1 .w-nav-arrow:before {
	content: '\f063';
    font-weight: 400;
	font-size: 14px;
	margin-left: 10px;
}
.img600 img {
	height: 600px;
	width: 100%!important;
	object-fit: cover;
	object-position: 50% 50%;
}
.ygrid-testimonials .w-grid-item-h {
	padding: 42px;
	height: auto;
	min-height: 373px;
	justify-content: space-between;
    display: flex;
    flex-direction: column;
}
.w-testimonial-rating:before {
	color: #E6A733;
	opacity: 1;
}
.author-name,
.author-role {
	color: #616F7C;
	font-size: 16px;
	line-height: 19px;
	font-weight: 600;
}
.author-role {
	font-weight: 400;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	width: 50px;
	height: 50px;
	padding: 0px;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	background: #FAC0A8!important;
}
.owl-carousel .owl-nav .owl-next.disabled,
.owl-carousel .owl-nav .owl-prev.disabled{
	background: var(--white)!important;
}

.owl-carousel .owl-nav .owl-prev {
	background: var(--white);
}
.owl-next:after {
	content: '\f061';
	font-size: 21px;
}
.owl-prev:after {
	content: '\f060';
	font-size: 21px;
}
.owl-next:after,
.owl-prev:after{
	font-weight: 400;
}
.owl-carousel.arrows-disabled_hide>.owl-nav button.disabled {
	visibility: visible!important;
}
.privacy-links a {
	text-decoration: underline;
}
.font16 p {
	font-size: 16px;
	line-height: 19px;
}
.height100 .vc_column-inner {
	    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.w-btn-wrapper {
	margin-bottom: 0px!important;
}
.vertical-service {
	padding-top: 200px;
}
/* Each column becomes the "anchor" for the line */
.approach-step{
  position: relative;
  padding-left: 8px; /* space for the red line */
}
/* The red line */
.approach-step::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: calc(0px - 180px);                 /* line will match full height of the column */
  width: 1px;
  background: var(--orange-dark);
  transform: scaleY(0);      /* start collapsed */
  transform-origin: top;     /* grow from top to bottom */
  transition: transform 550ms ease-in;
  will-change: transform;
}

/* Trigger: grow ALL lines together */
.approach-steps.is-inview .approach-step::before{
  transform: scaleY(1);
}

/* Container (optional) */
.approach-steps {
	padding-bottom: 0;
	padding: 80px 24px;
  transition: padding-bottom 550ms ease-in;
}

/* The part that moves (title + text) */
.approach-step__content {
  transition: transform 550ms ease-in;
  will-change: transform;
	padding-left: 44px;
}
.approach-step__content .main-titles {
	margin-bottom: 20px;
}
/* When triggered */
.approach-steps.is-inview {
  padding: 72px 24px 220px 24px; /* SAME value as translateY */
}
/* When section is reached -> move DOWN (after) */
.approach-steps.is-inview .approach-step__content {
  transform: translateY(180px);        /* END HIGHER (before.png) */
  opacity: 1;
}
.approach-step__num p {
	font-size: 39px;
	font-weight: 700;
}
.wpcf7 .wpcf7-submit {
	float: right;
	display: flex;
    align-items: center;
align-content: center;
	    padding: 11px 16px !important;
}
.wpcf7 .wpcf7-submit  i {
	color: var(--orange);
	font-weight: 400;
	margin-left: 16px;
	font-size: 18px;
}
li::marker {
  font-weight: 700;
	font-size: 13px;
}
ul li{
	margin-bottom: 0px;
}
.small-accordion .w-tabs-section-header{
	border:  solid #3A1303;
	border-width: 1px 1px 1px 1px;
	padding: 16px 24px!important;
	margin-bottom: -1px;
}

.w-tabs.accordion>div>.w-tabs-section {
	border-width: 0px!important;
}
.w-tabs-section-title {
	font-weight: 500;
}
.small-accordion .w-tabs-section-control {
	color: var(--orange);
}
.img1023 img {
	width: 100%!important;
	height: 1023px!important;
	object-fit: cover;
}
.img900 img {
	width: 100%!important;
	height: 900px!important;
	    object-fit: cover;
}
#wpcf7-f646-p19-o1 textarea {
	    height: 190px;
}
.flex-end .vc_column-inner {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.padding-clmnleft {
	padding-left: 60px;
}
.padding-right {
	padding-right: 115px;
}
.width471 {
	max-width: 471px;
}
.form-servicesclmn {
	padding: 80px 0px 55px 80px;
}
.wpcf7 p {
	margin-top: 24px!important;
	margin-bottom: 0px!important;
}
.no-touch .w-tabs-section-header:hover, .no-touch .w-tabs-section-header:focus {
    background: rgba(0, 0, 0, 0.04);
} 
.w-tabs-section-content p {
	font-size: 25px;
	line-height: 30px;
}
.small-accordion .w-tabs-section-content p {
	font-size: 20px;
	line-height: 24px;
}
.menu-item.current-menu-item .w-nav-title:after{
	opacity: 1!important;
}
.yrow-form p {
	display: flex;
	justify-content: space-between;
}
.yrow-form p label{
	width: 49%;
}
.w-popup-box .wpcf7 p {
	margin-top: 8px!important;
}
.w-popup-box label {
	font-size: 13px;
}
.w-popup-box button[type=submit]:not(.w-btn) {
	background: #000000!important;
	width: 100%;
	color: #ffffff!important;
	height: 48px;
	display: flex;
    justify-content: center;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 16px;
}
.wpcf7 form.sent .wpcf7-response-output {
	display: flex;
	position: relative;
	font-size: 14px;
}
.w-popup-box-h .w-popup-closer {
	width: 40px;
	height: 40px;
	background: #104D8E;
	top: 50px;
	right: 50px;
	display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
	border-radius: 50px;
}
.w-popup-box-h .w-popup-closer:before{
	    font-size: 24px;
	color: #FFFFFF;
	font-weight: 200!important;
}



@media screen and (max-width: 767.98px) {
	.big-title h1, .big-title h2, .big-title h3, .big-title h4, .big-title h5, .big-title h6, .big-title p {
	font-size: 50px;
    line-height: 54px;
	}
	.ybns-arrow {
	width: 80px;
    height: 80px;
	bottom: -40px;
	}
	.ybns-arrow i {
	font-size: 32px;
	}
	.clmn-white {
	padding: 50px 24px 30px 24px;
	}
	.w-btn-wrapper {
		margin: 0px;
	}
	.padding-right {
    padding-right: 0px;
}
	.img600 img {
		height: 350px;
	}
	.img1023 img {
     height: 580px !important;
	}
	.approach-steps.is-inview .approach-step__content {
    transform: translateY(75px);
}
	.approach-step::before {
	bottom: calc(0px - 75px);
	}
	.approach-steps.is-inview {
    padding: 72px 24px 115px;
}
	.approach-step__content {
	padding-left: 25px;
	}
	.page-id-215 .w-tabs-section-header {
	padding: 16px 24px 16px 24px !important;
	}
	.page-id-215 .w-tabs-section-title, .page-id-215 .w-tabs-section.active:not(.has_text_color)>.w-tabs-section-header {
		line-height: 24px;
    font-size: 20px !important;
	}
	.page-id-215 .w-tabs.accordion>div>div>.w-tabs-section-content {
    padding: 20px 24px 30px 24px;
}
	.w-tabs-section-content p {
    font-size: 20px;
    line-height: 24px;
}
	.logo-reale img {
    height: 210px;
    object-fit: contain;
    margin-bottom: 30px;
}
	.w-iconbox-text ul, .w-iconbox-text ol,
	.list-blue ul,
	.wpb_wrapper ul{
		margin-left: 15px;
	}
	.width471 {
		max-width: 100%;
	}
	.padding-clmnleft {
    padding-left: 0px;
}
	.clmn-white.nothover {
    padding: 32px 24px;
}
	.small-accordion .w-tabs-section-header {
	font-size: 20px;
    line-height: 25px;
	}
	.img900 img {
		height: 580px !important;
	}
	.form-servicesclmn {
    padding: 50px 0px 55px 0px;
}
	.font25 h1, .font25 h2, .font25 h3, .font25 h4, .font25 p {
		    font-size: 22px;
    line-height: 28px;
	}
	.clmn-white .yicons-services .w-iconbox-icon {
		margin-bottom: 30px;
	}
	.clmn-white .w-btn.us-btn-style_1 i,
	.clmn-white .w-btn.us-btn-style_3 i {
		margin-left: 0px;
	}
	.clmn-white .yicons-services .w-iconbox-title {
		margin-bottom: 30px;
    line-height: 33px;
	}
	.main-titles h1, .main-titles h2, .main-titles h3, .main-titles h4, .main-titles p {
		font-size: 46px;
    line-height: 52px;
	}
	.ybns-arrow a {
		width: 80px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023.98px) {
	.big-title h1, .big-title h2, .big-title h3, .big-title h4, .big-title h5, .big-title h6, .big-title p {
	font-size: 54px;
    line-height: 58px;
	}
	.ybns-arrow {
		width: 100px;
    height: 100px;
		bottom: -50px;
	}
	.ybns-arrow i {
		font-size: 36px;
	}
	.clmn-white {
		padding: 30px 24px 30px 24px;
	}
	.yicons-services .w-iconbox-icon {
		    width: 80px;
    height: 80px;
		    font-size: 36px !important;
	}
	.clmn-white .w-btn-wrapper {
    margin: 0px !important;
}
	.clmn-white .w-btn.us-btn-style_3 i {
		margin-top: 5px;
	}
	.padding-right {
    padding-right: 30px;
}
	.img600 img {
		    height: 480px;
	}
	.ygrid-testimonials .w-grid-item-h {
		    padding: 24px;
	}
	.main-titles h1, .main-titles h2, .main-titles h3, .main-titles h4, .main-titles p {
		    font-size: 38px;
    line-height: 40px;
	}
	.font25 h1, .font25 h2, .font25 h3, .font25 h4, .font25 p {
		    font-size: 23px;
    line-height: 28px;
	}
	.approach-steps.is-inview {
    padding: 50px 24px 220px 24px;
}
	.approach-step__content {
		padding-left: 0px;
	}
	.font31.black h1, .font31.black h2, .font31.black h3, .font31.black h4, .font31.black p {
		font-size: 30px;
    line-height: 35px;
	}
	.page-id-215 .w-tabs-section-header {
    padding: 16px 30px 16px 30px !important;
}
	.page-id-215 .w-tabs-section-title, .page-id-215 .w-tabs-section.active:not(.has_text_color)>.w-tabs-section-header {
	line-height: 26px;
    font-size: 24px !important;
	}
	.page-id-215 .w-tabs.accordion>div>div>.w-tabs-section-content {
	padding: 0px 30px 30px 30px;
	}
	.w-tabs-section-content p {
	font-size: 20px;
    line-height: 24px;
	}
	.page-id-215 .w-tabs-section-control {
		width: 70px;
    	height: 70px;
	}
	.logo-reale img {
		height: 100px;
		margin-bottom: 30px;
	}
	.clmn-blue {
	    padding: 24px 24px 24px 24px;
	}
	.g-cols.cols_4 {
		grid-template-columns: repeat(2, 1fr)!important;
	}
	.yicon-contacts {
    padding: 30px 20px;
}
	.yicon-contacts .w-iconbox-title {
		margin-bottom: 10px;
	}
	.yicon-contacts .w-iconbox-icon {
		margin-bottom: 20px;
	}
	textarea {
    height: 130px;
}
	.wpcf7 p {
	margin-top: 10px !important;
	}
	.clmn-white.nothover {
    padding: 20px 20px;
}
	.w-iconbox-text ul, .w-iconbox-text ol,
	.list-blue ul,
	.wpb_wrapper ul{
		margin-left: 15px;
	}
	.padding-clmnleft {
    padding-left: 20px;
}
	.small-accordion .w-tabs-section-title {
	font-size: 20px;
    line-height: 22px;
	}
	.yicons-services .w-iconbox-title {
	font-size: 26px;
    line-height: 30px;
	}
	.list-blue li, .list-blue ol {
		margin-bottom: 3px;
	}
	.form-servicesclmn {
    padding: 25px 0px 25px 30px;
}
	.img900 img {
		    height: 850px !important;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1279.98px) {
	.clmn-white {
	padding: 30px 24px 30px 24px;
	}
	.padding-right {
    padding-right: 80px;
}
	.main-titles h1, .main-titles h2, .main-titles h3, .main-titles h4, .main-titles p {
	font-size: 42px;
    line-height: 44px;
	}
	.img1023 img {
	height: 830px !important;
	}
	.page-id-215 .w-tabs-section-header {
	padding: 16px 50px 16px 50px!important;
	}
	.clmn-white.nothover {
    padding: 30px 30px;
}
	.padding-clmnleft {
    padding-left: 15px;
}
	.form-servicesclmn {
    padding: 30px 0px 30px 30px;
}
}
@media screen and (min-width: 1280px) and (max-width: 1339.98px) {
	.ybns-arrow {
	width: 120px;
    height: 120px;
		bottom: -60px;
	}
	.clmn-white {
	    padding: 30px 24px 30px 24px;	
	}
	.main-titles h1, .main-titles h2, .main-titles h3, .main-titles h4, .main-titles p {
	font-size: 45px;
    line-height: 48px;
	}
	.header_hor .ush_menu_1.type_desktop .menu-item.level_1>a:not(.w-btn) {
    padding-left: 10px!important;
    padding-right: 10px!important;
}
	.clmn-white.nothover {
    padding: 30px 30px;
}
	.padding-clmnleft {
    padding-left: 30px;
}
	.form-servicesclmn {
    padding: 50px 0px 50px 50px;
}
	.big-title h1, .big-title h2, .big-title h3, .big-title h4, .big-title h5, .big-title h6, .big-title p {
		    font-size: 60px;
    line-height: 65px;
	}
	.img1023 img {
	height: 875px!important;
	}
	.page-id-215 .w-tabs-section-header {
    padding: 16px 50px 16px 50px !important;
}
	.page-id-215 .w-tabs.accordion>div>div>.w-tabs-section-content {
    padding: 10px 50px 10px 50px;
}
	.w-tabs-section-content p {
    font-size: 20px;
    line-height: 24px;
}
	.page-id-215 .w-tabs-section-title {
        max-width: 875px;
        font-size: 28px !important;
        line-height: 33px;
}
	.logo-reale img {
	height: 180px;
    object-fit: cover;
    margin-bottom: 30px;
	}
	.w-nav.type_desktop .w-nav-anchor:not(.level_1) {
	    padding: .6em 10px!important;	
	}
	.yicon-contacts {
    background: var(--white);
    padding: 20px 20px;
}
	.yicon-contacts .w-iconbox-icon {
		margin-bottom: 30px;
	}
	.yicon-contacts .w-iconbox-title {
		margin-bottom: 20px;
	}
	textarea {
    height: 220px;
}
	.yicons-services .w-iconbox-icon {
		    width: 80px;
    height: 80px;
	}
}


