@font-face {
	font-family: segoeui;
	/* Гарнитура шрифта */
	src: url("../fonts/segoeuisl.ttf");
	/* Путь к файлу со шрифтом */
}

@font-face {
	font-family: regular;
	/* Гарнитура шрифта */
	src: url("../fonts/segoeui.ttf");
	/* Путь к файлу со шрифтом */
}

@font-face {
	font-family: seguibl;
	/* Гарнитура шрифта */
	src: url("../fonts/seguibl.ttf");
	/* Путь к файлу со шрифтом */
}

@font-face {
	font-family: segoeuib;
	/* Гарнитура шрифта */
	src: url("../fonts/segoeuib.ttf");
	/* Путь к файлу со шрифтом */
}

@font-face {
	font-family: segoeuisl;
	/* Гарнитура шрифта */
	src: url("../fonts/segoeuisl.ttf");
	/* Путь к файлу со шрифтом */
}

@font-face {
	font-family: segoeuii;
	/* Гарнитура шрифта */
	src: url("../fonts/segoeuii.ttf");
	/* Путь к файлу со шрифтом */
}

@font-face {
	font-family: seguisb_0;
	/* Гарнитура шрифта */
	src: url("../fonts/seguisb_0.ttf");
	/* Путь к файлу со шрифтом */
}

@font-face {
	font-family: seguili;
	/* Гарнитура шрифта */
	src: url("../fonts/seguili.ttf");
	/* Путь к файлу со шрифтом */
}




body {
	padding: 0;
	margin: 0;
}

.fL {
	float: left;
}

.fR {
	float: right;
}

.conteiner {
	width: 100%;
	height: 100%;
}

/*
Head
*/
.banner-lawyers {
	display: block;
	margin: 0 auto;
	max-width: 100%
}

.head {
	width: 100%;
	height: 815px;
	margin: 0 auto;
	background: url(../images/fonHead.png) 50% 50% no-repeat;
	background-size: cover;
	/* Масштабируем фон */
}

.head2 {
	max-width: 1140px;
	height: auto;
	margin: 0 auto;
}

.menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
	padding: 10px;
}

.logo,
.menu-img,
.menu-tel,
.menu-lang {
	display: flex;
	align-items: center;
	gap: 10px;
}

.logo img {
	margin: 20px 0 0 20px;
	float: left;
	height: 80px;
}

.menu-tel {
	flex-direction: column;
	font-family: seguibl;
	font-size: 19px;
}

.menu-tel a {
	text-decoration: none;
	color: #535353;
}

.menu-tel a:hover {
	color: #ff131c;
}

.menu4 {
	width: 180px;
	height: 80px;
	padding-top: 10px;
	float: right;
}

.menu4 {
	width: 180px;
	height: 70px;
	padding-top: 26px;
	float: right;
}

#mailto {
	text-decoration: none;
	font-size: 18px;
	color: #535353;
	border-bottom: dotted 1px #535353;
}

.direct-b {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 20px;
	background-color: #009710;
	/* зелений фон */
	color: #fff !important;
	/* білий текст */
	text-decoration: none;
	font-size: 19px;
	border-radius: 50px;
	font-weight: bold;
	transition: background-color 0.3s ease;
}

.direct-b:hover {
	background-color: #007d0d;
	/* темніший зелений при наведенні */
}

.direct-b img {
	width: 20px;
	height: 20px;
}

.head3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	/* центруємо по горизонталі */
	gap: 15px;
	/* відстань між блоками */
	padding: 20px;
	text-align: center;
	/* центруємо текст */
}

.vern {
	width: 230px;
	height: 50px;
	margin: 25px auto;
}

#back {
	background-color: rgb(235, 34, 39);
	box-shadow: 0px 2px 0px 0px rgba(186, 21, 25, 0.004), 0px 8px 12px 0px rgba(235, 34, 39, 0.29);
	width: 230px;
	border-radius: 50px;
	height: 50px;
	margin: 0;
	text-decoration: none;
	font-size: 14px;
	font-family: segoeuib;
	text-align: center;
	color: #fff;
	line-height: 3.6;
	float: left;
	border-bottom: 2px solid #D90D12;
}

.p1 {
	margin: 0;
	text-align: center;
	font-size: 72px;
	font-family: seguibl;
	text-transform: uppercase;
	color: #1F191A;
}

.polo1 {
	width: 70px;
	height: 4px;
	display: block;
	background-color: #009710;
	margin: 20px auto;
}

.p2 {
	margin: 0;
	font-size: 24px;
	color: #1F191A;
	font-family: segoeuib;
	text-align: center;
}

.p3 {
	margin: 0;
	font-size: 24px;
	font-family: segoeuisl;
	text-align: center;
}

.wrap-forma1 {
	background: url(../images/fonForm1.png) no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-size: cover;
	position: relative;
	height: 160px;
	margin: 100px auto;
	width: 100%;
	max-width: 850px;
}

.wrap-forma1 p {
	text-align: center;
	font-size: 18px;
	font-family: segoeuisl;
	margin: 0 0 20px 0;
	padding-top: 10px;
}

.wrap-forma1 input {
	width: 220px;
	height: 55px;
	border: none;
	border-bottom: 3px solid #009200;
	border-radius: 50px;
	outline: none;
	font-size: 16px;
	padding-left: 40px;
	float: left;
}

.top-form {
	display: flex;
	flex-direction: row;
	/* в один рядок */
	justify-content: center;
	/* центрує весь рядок */
	align-items: center;
	/* вирівнює по вертикалі */
	gap: 10px;
	/* відстань між елементами */
	flex-wrap: wrap;
	/* дозволяє перенос на мобільних */
}


button.light {
	background-color: #009710;
	color: #fff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

button.light:hover {
	background-color: #007d0d;
}

.name1 {
	background: #fff url(../images/ik1.png) no-repeat left 15px center;
}

#name2 {
	margin-top: -18px;
	background: #fff url(../images/ik2.png) no-repeat left 15px center;
}


.wrap-forma1 button {
	margin-top: 0;
	width: 250px;
	height: 60px;
	border: none;
	background-color: #FF131B;
	border-bottom: 3px solid #E3080D;
	border-radius: 50px;
	outline: none;
	font-family: segoeuib;
	color: #fff;
	font-size: 16px;
	background-color: rgb(255, 26, 33);
	box-shadow: 0px 3px 0px 0px rgba(194, 17, 21, 0.004), 0px 8px 12px 0px rgba(235, 34, 39, 0.29);
	cursor: pointer;
}

/*
/Head
*/



/*
triggers
*/



.triggers {
	width: 100%;
	height: 250px;
	margin: 0 auto;
	background-color: #fff;
}

.triggers {
	max-width: 1140px;
	height: 250px;
	margin: 0 auto;
}

.trig {
	width: auto;
	height: auto;
	padding: 10px;
	float: left;
	margin: 35px 0 0 65px;
	text-align: center;
	font-size: 18px;
	font-family: segoeuisl;
}



/*
/triggers
*/



/*
pokrutie
*/



.pokrutie {
	width: 100%;
	height: 800px;
	margin: 0 auto;
	background-color: #fff;
}

.pokrutie2 {
	max-width: 1140px;
	height: 800px;
	margin: 0 auto;
}

.h2 {
	font-size: 48px;
	text-align: center;
	font-family: seguibl;
	margin: 60px 0 20px 0;
	text-transform: uppercase;
	color: #1F191A;
}

.iconCenter {
	text-align: center;
	display: block;
	width: 115px;
	height: 26px;
	margin: 0 auto;
}

.pok {
	width: 275px;
	height: 625px;
	border-radius: 10px;
	margin: 40px 0 0 6px;
	box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.09);
}

.imgD1 {
	width: 100%;
	height: 200px;
}

.imgD1 img {
	position: relative;
	z-index: 1;
}

.imgD1 p {
	position: absolute;
	display: block;
	z-index: 10;
	color: #fff;
	margin: 170px 0 0 0;
	font-family: segoeui;
	width: 275px;
	text-align: center;
}

.imgD1 p img {
	margin: 0 30px;
}

.pokP1 {
	margin: 30px 0 0 20px;
	font-size: 24px;
	font-family: segoeuib;
	color: #383838;
}

.pokP2 {
	font-size: 16px;
	font-family: segoeuii;
	margin: 12px 0 0 20px;
	color: #4E5153
}

.pokP3 {
	font-size: 16px;
	color: #4E5153;
	font-family: regular;
	margin: 15px 0 0 20px;
}

.pokP4 {
	display: block;
	width: 225px;
	height: 50px;
	background-color: #EEF5F0;
	border-radius: 50px;
	margin: 10px auto;
	color: #4E5153;
	font-size: 24px;
	text-align: center;
	font-family: segoeuib;
	line-height: 1.8;
}

#pokP41 {
	margin-top: 55px;
}

#pokP42 {
	margin-top: 20px;
}

#pokP43 {
	margin-top: 41px;
}

#pokA {
	background-color: rgb(235, 34, 39);
	box-shadow: 0px 2px 0px 0px rgba(186, 21, 25, 0.004), 0px 8px 12px 0px rgba(235, 34, 39, 0.29);
	width: 230px;
	border-radius: 50px;
	height: 50px;
	margin: 8px 0 0 20px;
	text-decoration: none;
	font-size: 14px;
	font-family: segoeuib;
	text-align: center;
	color: #fff;
	line-height: 3.6;
	border-bottom: 2px solid #D90D12;
}

/*
/pokrutie
*/


.banner {
	width: 100%;
	height: 130px;
	margin: 0 auto;
	text-align: center;
}


/*
podk
*/




.podk {
	width: 100%;
	height: 580px;
	margin: 0 auto;
	background-color: #fff;
}

.divPar1 {
	width: 53%;
	height: 516px;
	float: left;
	margin-top: 15px;
	background: url(../images/scroll1.png) no-repeat center center;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-size: cover;
	position: relative;
}

.divPar2 {
	width: 46%;
	height: 580px;
	float: right;
}

.podk2 {
	width: 1140px;
	height: 580px;
	margin: 0 auto;
}

.podkD2 {
	margin-top: 15px;
	width: 480px;
	height: 516px;
	border: 16px solid #00962C;
	float: left;
}

.podkP1 {
	font-size: 40px;
	font-family: seguibl;
	text-transform: uppercase;
}

#podkP1 {
	padding: 15px;
}

.podKp2 {
	font-size: 20px;
	font-family: seguisb_0;
	margin: 20px 0 0 0;
}

.podKp3 {
	font-size: 16px;
	font-family: regular;
	margin: 10px 0 0 0;
}

.podKp4 {
	font-size: 20px;
	font-family: seguisb_0;
	margin: 10px 0 10px 0;
}

.podkD1 {
	margin-top: 15px;
	max-width: 570px;
	height: 546px;
	color: #fff;
	float: right;
}

.podkD1 ul {
	margin: 20px 0 0 0;
	padding: 0 0 0 17px;
	font-size: 16px;
	color: #00962C;
}

.podkD1 ul li span {
	color: #fff;
	font-family: regular;
}

.wrap-forma2 {
	width: 360px;
	height: 360px;
	margin: 60px auto;
}

.formP1 {
	text-align: center;
	font-size: 38px;
	font-family: segoeuib;
	margin: 0;
	text-transform: uppercase;
	padding-top: 10px;
}

.formP1n {
	text-align: center;
	font-size: 30px;
	font-family: segoeuib;
	margin: 0;
	padding-top: 60px;
}

.formP2 {
	padding: 0 40px;
	text-align: center;
	font-size: 16px;
	font-family: segoeuisl;
	margin: 30px 0 30px 0;
}

.formP2n {
	padding: 0;
	text-align: center;
	font-size: 16px;
	font-family: segoeuisl;
	margin: 10px 0 30px 0;
}

.wrap-forma2 input {
	width: 290px;
	height: 55px;
	border: none;
	border: 1px solid #009200;
	border-radius: 50px;
	outline: none;
	font-size: 16px;
	padding-left: 40px;
	float: left;
	margin: 10px 0 0 15px;
}

#nameF2 {
	background: #fff url(../images/ik1.png) no-repeat left 20px center;
}

#nameF2p {
	background: #fff url(../images/ik1.png) no-repeat left 20px center;
}

#nameFF {
	background: #fff url(../images/ik1.png) no-repeat left 20px center;
}

#contactFF {
	background: #fff url(../images/ik2.png) no-repeat left 20px center;
}

#contactFFp {
	background: #fff url(../images/ik2.png) no-repeat left 20px center;
}

.wrap-forma2 button {
	float: left;
	width: 330px;
	height: 57px;
	border: none;
	background-color: #FF131B;
	border-bottom: 3px solid #E3080D;
	border-radius: 50px;
	outline: none;
	font-family: segoeuib;
	color: #fff;
	font-size: 16px;
	background-color: rgb(255, 26, 33);
	box-shadow: 0px 3px 0px 0px rgba(194, 17, 21, 0.004), 0px 8px 12px 0px rgba(235, 34, 39, 0.29);
	cursor: pointer;
	margin: 10px 0 0 15px;
}





/*
/podk
*/





/*
pokrutie
*/

.pokr {
	width: 100%;
	height: 720px;
	background-color: #fff;
}

.pokr2 {
	max-width: 1140px;
	height: 720px;
	margin: 0 auto;
}

.pokrPh2 {
	font-size: 48px;
	font-family: seguibl;
	color: #1F191A;
	text-align: center;
	margin: 25px 0 20px 0;
	text-transform: uppercase;
}

.pokrd {
	width: 560px;
	height: 275px;
	color: #fff;
	margin-top: 25px;
}

#pokrd1 {
	background: url(../images/pokrd1.png) no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-size: cover;
	position: relative;
}

#pokrd2 {
	background: url(../images/pokrd2.png) no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-size: cover;
	position: relative;
}

#pokrd3 {
	background: url(../images/pokrd3.png) no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-size: cover;
	position: relative;
}

#pokrd4 {
	background: url(../images/pokrd4.png) no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-size: cover;
	position: relative;
}

.pokImg {
	position: absolute;
}

#pokrd12 {
	margin: -15px 0 0 336px;
}

#pokrd22 {
	margin: 0 0 0 394px;
}

#pokrd32 {
	margin: -56px 0 0 344px;
}

#pokrd42 {
	margin: -26px 0 0 380px;
}

.pokrP1 {
	font-size: 24px;
	font-family: segoeuib;
	margin: 35px 0 0 50px;
}

.pokrd ul {
	font-size: 16px;
	font-family: regular;
	margin: 10px 0 0 51px;
	padding: 0;
	color: #00962C;
}

.pokrd ul li span {
	color: #fff;
}

.pokrdULS {
	list-style: none;
}

.pokrd a {
	background-color: rgb(235, 34, 39);
	box-shadow: 0px 2px 0px 0px rgba(186, 21, 25, 0.004), 0px 8px 12px 0px rgba(235, 34, 39, 0.29);
	width: 230px;
	border-radius: 50px;
	height: 50px;
	margin: 15px 0 0 45px;
	text-decoration: none;
	font-size: 14px;
	font-family: segoeuib;
	text-align: center;
	color: #fff;
	line-height: 3.6;
	border-bottom: 2px solid #D90D12;
}




/*
/pokrutie
*/





/*
warranty
*/



.warranty {
	width: 100%;
	height: 360px;
	margin: 0 auto;
	background-color: #fff;
}

.warranty2 {
	max-width: 1140px;
	height: 360px;
	margin: 0 auto;
}

.warh1 {
	font-size: 48.11px;
	font-family: seguibl;
	color: #1F191A;
	text-align: center;
	margin: 25px 0 20px 0;
	text-transform: uppercase;
}

.warh2 {
	font-size: 30px;
	font-family: seguibl;
	color: #1F191A;
	text-align: center;
	margin: 10px 0 20px 0;
	text-transform: uppercase;
}

.warD {
	width: 350px;
	height: 110px;
	border: 1px solid #00962C;
	border-radius: 75px;
	float: left;
	margin: 55px 0 0 32px;
}

#warD1 {
	margin-left: 0
}

.warD img {
	float: left;
	margin: 22px 10px 0 10px;
}

.main45 {
	float: left;
	margin: 22px 10px 0 10px;
}

.warP {
	font-size: 29.93px;
	font-family: segoeuib;
	color: #1F191A;
	margin: 20px 0 0 0;
	line-height: 0.7;
}

.warP span {
	font-family: regular;
	font-size: 16px;
}

.podkg1 {
	width: 100%;
	height: 580px;
	margin: 0 auto;
	background-color: #fff;
}

.divPar3 {
	width: 53%;
	margin-top: 26px;
	height: 497px;
	float: left;
	background: url(../images/scroll2.png) no-repeat center center;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-size: cover;
	position: relative;
}

#podkPMT {
	padding: 15px;
}

#podKp2 {
	margin: 20px 0 30px 0;
}

.divPar4 {
	width: 46%;
	height: 580px;
	float: right;
}

.podkD3 {
	margin-top: 26px;
	width: 480px;
	height: 497px;
	border: 16px solid #00962C;
	float: left;
}

.podkD12 {
	max-width: 570px;
	height: 500px;
	color: #fff;
	float: right;
}

.podkD12 ul {
	margin: 10px 0 0 0;
	padding: 0 0 0 17px;
	font-size: 16px;
	color: #00962C;
}

.podkD12 ul li span {
	color: #fff;
	font-family: regular;
}

.wrap-forma3 {
	width: 360px;
	height: 380px;
	margin: 40px auto;
}

.wrap-forma3 input {
	width: 290px;
	height: 55px;
	border: none;
	border: 1px solid #009200;
	border-radius: 50px;
	outline: none;
	font-size: 16px;
	padding-left: 40px;
	float: left;
	margin: 10px 0 0 15px;
}

.wrap-forma3 button {
	float: left;
	width: 330px;
	height: 57px;
	border: none;
	background-color: #FF131B;
	border-bottom: 3px solid #E3080D;
	border-radius: 50px;
	outline: none;
	font-family: segoeuib;
	color: #fff;
	font-size: 16px;
	background-color: rgb(255, 26, 33);
	box-shadow: 0px 3px 0px 0px rgba(194, 17, 21, 0.004), 0px 8px 12px 0px rgba(235, 34, 39, 0.29);
	cursor: pointer;
	margin: 10px 0 0 15px;
}








.podkg2 {
	width: 100%;
	height: 500px;
	margin: 0 auto;
	background-color: #fff;
}

.divPar5 {
	width: 46%;
	height: 500px;
	float: left;
}

.divPar6 {
	width: 53%;
	height: 458px;
	margin-top: 5px;
	float: right;
	background: url(../images/scroll3.png) no-repeat center center;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-size: cover;
	position: relative;
}

.podk2z {
	width: 1140px;
	height: 500px;
	margin: 0 auto;
}


.podkD4 {
	margin-top: 5px;
	width: 480px;
	height: 458px;
	border: 16px solid #00962C;
	float: right;
}

.podkD13 {
	margin-top: 15px;
	margin-left: 40px;
	max-width: 570px;
	height: 470px;
	color: #fff;
	float: left;
}

.podkD13 ul {
	margin: 10px 0 0 0;
	padding: 0 0 0 17px;
	font-size: 16px;
	color: #00962C;
}

.podkD13 ul li span {
	color: #fff;
	font-family: regular;
}

.wrap-forma4 {
	width: 380px;
	height: 390px;
	margin: 30px auto;
}

#formP2 {
	padding: 0;
	margin: 10px 0;
}

.wrap-forma4 input {
	width: 290px;
	height: 55px;
	border: none;
	border: 1px solid #009200;
	border-radius: 50px;
	outline: none;
	font-size: 16px;
	padding-left: 40px;
	float: left;
	margin: 10px 0 0 25px;
}

.wrap-forma4 button {
	float: left;
	width: 330px;
	height: 57px;
	border: none;
	background-color: #FF131B;
	border-bottom: 3px solid #E3080D;
	border-radius: 50px;
	outline: none;
	font-family: segoeuib;
	color: #fff;
	font-size: 16px;
	background-color: rgb(255, 26, 33);
	box-shadow: 0px 3px 0px 0px rgba(194, 17, 21, 0.004), 0px 8px 12px 0px rgba(235, 34, 39, 0.29);
	cursor: pointer;
	margin: 10px 0 0 25px;
}

#nameF23 {
	background: #fff url(../images/ik3.png) no-repeat left 20px center;
}

.file-upload {
	position: relative;
	overflow: hidden;
	width: 330px;
	height: 55px;
	border: none;
	border: 1px solid #009200;
	border-radius: 50px;
	outline: none;
	font-size: 16px;
	float: left;
	margin: 10px 0 0 25px;
	line-height: 3.6;
}

.file-upload:hover {
	background: #fff;
	color: #000;
	border: 1px solid #009200;
}

.file-upload input[type="file"] {
	display: none;
}

.file-upload label {
	display: block;
	top: 0;
	left: 0;
	width: 250px;
	height: 45px;
	cursor: pointer;
}

.file-upload span {
	line-height: 36px;
	text-align: center;
	padding-left: 80px;
	color: #474747;
	font-family: segoeuib;
	font-size: 18px;
}




/*
/warranty
*/


/*
rewiews
*/



.rewiews {
	width: 100%;
	height: 700px;
	margin: 0 auto;
	background-color: #fff;
}

.rewiews2 {
	max-width: 1140px;
	height: 700px;
	margin: 0 auto;
}


/*OTZIVY*/


.slider {
	width: 1040px;
	margin: 30px auto;
	height: 464px;
	border: 16px solid #00962C;
}

.kv {
	width: 998px;
	height: 432px;
	outline: none;
	border: 5px solid #fff;
}

.slick-prev:before,
.slick-next:before {
	color: black;
}



.divImg {
	width: 50%;
	height: 100%;
}

.divImg img {
	width: 500px;
	height: 422px;
}

.divT {
	width: 478px;
	height: 422px;
	padding-right: 20px;
}

.chel {
	position: absolute;
	margin: 0 0 0 -55.5px;
}

.slidP1 {
	font-size: 24px;
	font-family: seguibl;
	margin: 25px 0 0 35px;
	text-transform: uppercase;
}

.slidP1 span {
	float: left;
}

.slidP1 img {
	float: left;
	margin: 6px 0 0 10px;
	color: #252627;
}

.slidP2 {
	font-family: segoeuii;
	font-size: 16px;
	margin: 80px 0 0 35px;
}

.slidP3 {
	font-family: regular;
	font-size: 18px;
	margin: 35px 0 0 35px;
}


.divT ul {
	margin: 15px 0 0 35px;
	padding: 0 0 0 17px;
	font-size: 16px;
	color: #00962C;
	line-height: 2;
}

.divT ul li span {
	color: #000;
	font-family: regular;
}



/*
/rewiews
*/


/*
teem
*/




.teem {
	width: 100%;
	height: 630px;
	margin: 0 auto;
	background-color: #fff;
}

.teem2 {
	max-width: 1140px;
	height: 630px;
	margin: 0 auto;
}

.teem3 {
	width: 228px;
	height: 400px;
	float: left;
	margin-top: 80px;
	text-align: center;
}

#teemImg {
	width: 165px;
	height: 165px;
	position: absolute;
	margin: 0 0 0 -80px;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

#teemImg:hover {
	margin-top: 10px;
}

.teemP1 {
	font-size: 24px;
	font-family: seguibl;
	text-transform: uppercase;
	color: #252627;
	margin: 169px 0 0 0;
}

.teemP2 {
	font-size: 16px;
	font-family: segoeuii;
	color: #494949;
	margin: 0;
}

.teemP3 {
	font-family: seguili;
	font-size: 30px;
	color: #919191;
	margin: 25px 0 0 0;
}

#teemP3 {
	margin: 5px 0 0 0;
}

.teem3 a {
	background-color: rgb(235, 34, 39);
	box-shadow: 0px 2px 0px 0px rgba(186, 21, 25, 0.004), 0px 8px 12px 0px rgba(235, 34, 39, 0.29);
	width: 200px;
	border-radius: 50px;
	height: 45px;
	margin: 25px 0 0 14px;
	text-decoration: none;
	font-size: 16px;
	font-family: segoeuib;
	text-align: center;
	color: #fff;
	line-height: 2.8;
	border-bottom: 2px solid #D90D12;
}

.teem3 a img {
	margin: 0 10px 0 0;
}



/*
/teem
*/







/*
documenti
*/



.documenti {
	width: 100%;
	height: 680px;
	margin: 0 auto;
	background: url(../images/fonDoc.png) no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-size: cover;
	position: relative;
}

.documenti2 {
	max-width: 1140px;
	height: 680px;
	margin: 0 auto;
}

.warh12 {
	font-size: 48.11px;
	font-family: seguibl;
	color: #fff;
	text-align: center;
	margin: 25px 0 20px 0;
	padding-top: 35px;
	text-transform: uppercase;
}

.docc {
	margin-top: 40px;
	width: 100%;
	height: auto;
	text-align: center;
}

.iSert {
	width: 25%;
	height: 400px;
	float: left;
}

.iSert img {
	width: 90%;
	height: 360px;
}


/*
/documenti
*/







/*
contacti
*/



.contacti {
	width: 100%;
	height: 570px;
	margin: 0 auto;
	background-color: #fff;
}

.contacti2 {
	max-width: 1140px;
	height: 630px;
	margin: 0 auto;
}

.cont {
	max-width: 537px;
	height: 486px;
	background-color: #F6F6F6;
	margin: 40px 0 0 0;
	float: right;
}

.formaz {
	width: 526px;
	height: 486px;
	border: 16px solid #00962C;
	margin: 40px 0 0 0;
	float: left;
}

.wrap-forma5 {
	width: 420px;
	height: 480px;
	margin: 0 auto;
}

.wrap-forma5 input {
	width: 350px;
	height: 55px;
	border: none;
	border: 1px solid #009200;
	border-radius: 50px;
	outline: none;
	font-size: 16px;
	padding-left: 40px;
	float: left;
	margin: 10px 0 0 15px;
}

.wrap-forma5 button {
	float: left;
	width: 390px;
	height: 57px;
	border: none;
	background-color: #FF131B;
	border-bottom: 3px solid #E3080D;
	border-radius: 50px;
	outline: none;
	font-family: segoeuib;
	color: #fff;
	font-size: 16px;
	background-color: rgb(255, 26, 33);
	box-shadow: 0px 3px 0px 0px rgba(194, 17, 21, 0.004), 0px 8px 12px 0px rgba(235, 34, 39, 0.29);
	cursor: pointer;
	margin: 10px 0 0 15px;
}

.krug {
	width: 85px;
	height: 85px;
	background-color: #00962C;
	border-radius: 50%;
	font-family: seguili;
	color: #fff;
	text-align: center;
	line-height: 4.5;
	font-size: 18px;
	position: absolute;
	margin: -15px 0 0 -100px;
}

.contP1 {
	font-family: segoeuib;
	font-size: 30px;
	margin: 15px 0 0 35px;
}

.contP2 {
	font-size: 18px;
	font-family: segoeuisl;
	margin: 0 0 0 35px;
}

.contP3 {
	font-size: 20px;
	font-family: segoeuib;
	margin: 35px 0 0 35px;
}

.contP4 {
	font-size: 24px;
	font-family: segoeuisl;
	margin: 0 0 0 35px;
}

.contP4 a {
	font-size: 24px;
	font-family: segoeuisl;
	margin: 0;
	color: #000;
	text-decoration: none;
}

.pPolo {
	width: 360px;
	height: 1px;
	margin: 15px 0 0 35px;
	background-color: #E6E6E6;
}

.contP5 {
	font-size: 20px;
	font-family: segoeuib;
	margin: 10px 0 0 35px;
}

.cont #contA {
	color: #FF131C;
	font-size: 18px;
	font-family: segoeuisl;
	margin: 0 0 0 35px;
}


/*
/contacti
*/







.map {
	width: 100%;
	height: 465px;
	margin: 0 auto;
}




.footer {
	width: 100%;
	height: 75px;
	margin: 0 auto;
	background-color: #fff;
}

.footer2 {
	max-width: 1140px;
	height: 75px;
	margin: 0 auto;
}

.footer2 img {
	float: left;
	width: 190px;
	margin: 10px 0 0 0;
}

.footP1 {
	font-size: 14px;
	color: #69595D;
	text-align: center;
	font-family: regular;
	float: left;
	margin: 25px 0 0 170px;
}

.foot {
	width: 190px;
	float: right;
	height: 70px;
}

.foot p {
	font-size: 14px;
	color: #69595D;
	margin: 7px 0 0 0;
	font-family: regular;
}

.foot a {
	font-size: 14px;
	color: #FF1C22;
	margin: 0;
	font-family: regular;
	text-decoration: none;
}












#close {
	position: absolute;
	margin-top: -35px;
	margin-left: 10px;
	display: none;
}

#pop-up,
#order {
	position: relative;
	text-align: center;
	display: none;
	padding: 20px;
	width: 340px;
}

/* line 961, ../sass/styles.scss */
#pop-up .fb-close,
#order .fb-close {
	position: absolute;
	top: 35px;
	right: 35px;
	cursor: pointer;
	font-size: 0;
}

/* line 968, ../sass/styles.scss */
#pop-up .wrap-forma,
#order .wrap-forma {
	display: inline-block;
	background-color: white;
	width: 322px;
	position: relative;
	border: 16px solid #00962C;
	padding-bottom: 20px;
}

.wrap-forma img {
	width: 290px;
}

/* line 974, ../sass/styles.scss */
#pop-up .wrap-forma p,
#order .wrap-forma p {
	font-family: segoeuib;
	font-size: 24px;
	margin: 0 0 10px 0;
	line-height: 1;
}

/* line 979, ../sass/styles.scss */
#pop-up .wrap-forma p span,
#order .wrap-forma p span {
	font-size: 14px;
	font-family: segoeui;
}

/* line 985, ../sass/styles.scss */
#pop-up .wrap-forma input,
#order .wrap-forma input {
	width: 230px;
	height: 44px;
	border: 1px solid #d6d6d6;
	padding-left: 40px;
	margin-bottom: 15px;
	outline: none;
	border-radius: 30px;
}

/* line 990, ../sass/styles.scss */
#pop-up .wrap-forma button,
#order .wrap-forma button {
	width: 270px;
	height: 44px;
	background-color: #EB2227;
	border: none;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	border-radius: 30px;
	cursor: pointer;
	outline: none;
}


.thanks {
	margin-top: -10px;
}

.thanks h1 {
	text-align: center;
	color: #fff;
	font-size: 45px;
	margin-top: 150px;
}



.light {
	background: -moz-linear-gradient(-45deg, #EB2227 0%, #EB2227 40%, #ffffff 50%, #EB2227 60%, #EB2227 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #EB2227), color-stop(40%, #EB2227), color-stop(50%, #ffffff), color-stop(60%, #ff6e00), color-stop(100%, #ff6e00));
	background: -webkit-linear-gradient(-45deg, #EB2227 0%, #EB2227 40%, #ffffff 50%, #EB2227 60%, #EB2227 100%);
	background: -o-linear-gradient(-45deg, #EB2227 0%, #EB2227 40%, #ffffff 50%, #EB2227 60%, #EB2227 100%);
	background: -ms-linear-gradient(-45deg, #EB2227 0%, #EB2227 40%, #ffffff 50%, #EB2227 60%, #EB2227 100%);
	background: linear-gradient(135deg, #EB2227 0%, #EB2227 40%, #ffffff 50%, #EB2227 60%, #EB2227 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EB2227', endColorstr='#EB2227', GradientType=1);
	background-repeat: no-repeat;
	background-position: 0px;
	background-size: 300%;
}

.light:hover {
	animation: light 1s;
	-webkit-animation: light 1s;

}

@keyframes light {
	0% {
		background-position: -600px;
	}

	100% {
		background-position: 0px;
	}
}

@-webkit-keyframes light {
	0% {
		background-position: -600px;
	}

	100% {
		background-position: 0px;
	}
}

@media only screen and (max-width : 1140px) {
	.animated {
		/*css transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*css transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*css animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
}