/* GENERAL */
.landingSos * {
	font-family: "Raleway", sans-serif;
}
.sosWrapper {
	width: 100%;
	padding: 0px 20px;
	max-width: 1180px;
	margin: 0 auto;
}
.sosWrapperLarge {
	width: 100%;
	padding: 0px 20px;
	max-width: 1580px;
	margin: 0 auto;
}
.sosWrapperLargeXL {
	width: 100%;
	padding: 0px 40px;
	max-width: 1920px;
	margin: 0 auto;
}
/* HEADER */
#customLandingHeader {
	width: 100%;
	background-color: #e60000;
	text-align: center;
	padding: 20px;
}
/*FOOTER*/
.site-footer {
	margin-top: 0px;
}
/*BLOCK - top */
.blocktop {
	padding: 60px 0px 100px;

}
.blocktopContent {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.blocktopContent>div {
	width: 50%;
}
.blocktopContent .blocktopContentText {
	padding-right: 200px;
}
.blocktopContent .blocktopTitle,
.blocktopContent .blocktopTitle * {
	font-size: 46px;
	line-height: 50px;
	font-weight: 900;
	text-transform: uppercase;
	color: #e60000;
	margin: 0px;
}
.blocktopContent .blocktopSubtitle {
	padding: 15px 0px;
}
.blocktopContent .blocktopSubtitle *,
.blocktopContent .blocktopSubtitle {
	letter-spacing: .1em;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	color: #e60000;
	margin: 0px;
}
.blocktopContent .blocktopText *,
.blocktopContent .blocktopText {
	font-weight: 500;
}
.blocktopContentImage img {
	width: 100%;
	max-width: 340px;
}
/*BLOCK - three box*/
.blockthree {
	width: 100%;
}
.blockthreeContent {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.blockthreeContent>.blockthreeBox {
	width: 33.3%;
	padding: calc(100vw * 0.04);
}
.blockthreeContent>.blockthreeBox:nth-child(1) {
	background-color: #e60000;
	color: #fff;
}
.blockthreeContent>.blockthreeBox:nth-child(2) {
	background-color: #ededed;
}
.blockthreeContent>.blockthreeBox:nth-child(3) {
	background-color: #000;
}
.blockthreeBoxImage {
	text-align: center;
	position: relative;
}
.blockthreeBoxImage .imageRound {
	width: 225px;
	height: 225px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	bottom: 13px;
	left: 45%;
}
.blockthreeBoxImage .imageRound img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blockthreeBoxImage .sosGif {
	position: relative;
	z-index: 3;
}
.blockthreeBoxImageText {
	width: 100%;
	text-align: center;
}
.blockthreeBoxImageText .blockTitle,
.blockthreeBoxImageText .blockTitle * {
	margin: 0px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	padding: 10px 0px 15px;
}
.blockthreeContent>.blockthreeBox:nth-child(1) .blockthreeBoxImageText .blockSubtitle,
.blockthreeContent>.blockthreeBox:nth-child(1) .blockthreeBoxImageText .blockSubtitle * {
	color: #000;
}
.blockthreeBoxImageText .blockSubtitle,
.blockthreeBoxImageText .blockSubtitle * {
	margin: 0px;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 38px;
	font-weight: 700;
}
.blockthreeBoxImageText .blocktopText {
	text-align: center;
	padding: 10px 20px;
}
.blockthreeBoxImageText .blocktopText span {
	display: block;
	padding: 20px 0px 30px;
	font-weight: 500;
}
.blockthreeBoxImageText .blocktopText span.black {
	color: #000;
}
.blockthreeBoxImageText .blocktopText span.red {
	color: #e60000;
}
.linkbox {
	background-color: #fff;
	color: #000;
	padding: 16px 40px;
	border-radius: 100px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	transition: all 0.4s;
	display: block;
	max-width: fit-content;
	margin: 0 auto;
}
.linkbox:hover {
	opacity: 0.8;
	transform: translateY(-10px);
}
.blockthreeContent>.blockthreeBox:nth-child(3) .blockthreeBoxImageText .blockSubtitle,
.blockthreeContent>.blockthreeBox:nth-child(3) .blockthreeBoxImageText .blockSubtitle *,
.blockthreeContent>.blockthreeBox:nth-child(2) .blockthreeBoxImageText .blockSubtitle,
.blockthreeContent>.blockthreeBox:nth-child(2) .blockthreeBoxImageText .blockSubtitle * {
	color: #e60000;
}
.blockthreeContent>.blockthreeBox:nth-child(2) .linkbox {
	color: #fff;
	background-color: #000;
}
.blockthreeContent>.blockthreeBox:nth-child(3) .blockthreeBoxImageText .blockTitle,
.blockthreeContent>.blockthreeBox:nth-child(3) .blockthreeBoxImageText .blockTitle * {
	color: #fff;
}
.blockthreeContent>.blockthreeBox:nth-child(3) .blockthreeBoxImageText .blocktopText {
	color: #fff;
}
.blockthreeContent>.blockthreeBox:nth-child(3) .linkbox {
	background-color: #e60000;
	color: #fff;
}
/*BLOCK - scroll text*/
.scrollTextContainer {
	overflow: hidden;
	white-space: nowrap;
	background: #fff;
	display: flex;
}
.scrolTextContent {
	display: flex;
	gap: 2rem;
	animation: scroll 20s linear infinite;
}
.scrollItems {
	flex: 0 0 auto;
	padding: 1rem 2rem;
	color: #e60000;
	font-size: 9vw;
	font-weight: 300;
}
@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}
/*BLOCK - round*/
.roundBlock {
	position: relative;
	overflow: hidden;
}
.roundBlockContent {
	position: relative;
	z-index: 1;
}
.roundBlockContent {
	display: flex;
	flex-wrap: wrap;
}
.roundBlockContent>div {
	width: 50%;
	position: relative;
}
.roundBlockContent .imageText {
	background-color: #fff;
	width: 800px;
	height: 800px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 20%;
}
.roundBlockContent .imageRound {
	width: 430px;
	height: 430px;
}
.roundBlockContent .imageRound img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.roundBlockContent .imageText .itmTextTopTitle,
.roundBlockContent .imageText .itmTextTopTitle * {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	letter-spacing: .1em;
	margin: 0px;
}
.roundBlockContent .imageText .itmTextTitle,
.roundBlockContent .imageText .itmTextTitle * {
	font-size: 32px;
	line-height: 38px;
	font-weight: 300;
	text-align: center;
}
.roundBlockContent .imageText .itmTextText {
	text-align: center;
	padding: 10px 0px;
	;
}
.roundBlockContent .imageText .itmTextText span {
	display: block;
	padding: 10px 0px 0px;
	font-weight: bold;
}
.roundBlockContent .imageText ul {
	position: relative;
	padding-top: 10px;
}
.roundBlockContent .imageText ul:before {
	background: url('/wp-content/themes/cippa/images/sos-o.gif') no-repeat 100% 100%;
	content: '';
	position: absolute;
	width: 120px;
	height: 120px;
	background-size: 100%;
	left: -120px;
	z-index: 10;
}
.roundBlockContent .imageText ul li {
	list-style: none;
	padding: 5px 0px;
	letter-spacing: 2px;
	font-size: 15px;
	line-height: 30px;
	font-weight: 700;
}
/*BLOCK - point*/
.blockpointContent {
	padding: 60px 0px 70px;
}
.pointBlockHeader {
	display: flex;
	align-items: center;
	padding: 0px 0px 60px 200px;
}
.pointBlockHeader .itmTextTitle {
	font-size: 46px;
	line-height: 50px;
	font-weight: 900;
	padding-left: 30px;
}
.pointBlockHeader .itmTextTitle .red {
	display: block;
	color: #e60000;
}
.pointBlockHeader .imageRound {
	position: relative;
}
.pointBlockHeader .imageRound:before {
	content: '';
	position: absolute;
	top: -5px;
	right: -5px;
	left: -5px;
	bottom: -5px;
	background-color: #fff;
	opacity: 0.4;
	border-radius: 50%;
}
.pointBlockHeader .imageRound img {
	position: relative;
}
.pointList {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.pointList .pointListItem {
	width: 25%;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	padding: 0px 40px;
}
.pointList .pointListItem .minipoint {
	width: 55px;
	height: 55px;
	background-color: #000;
	border-radius: 50%;
	margin-bottom: 20px;
	margin: 0 auto 20px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pointList .pointListItem .minipoint span {
	height: 15px;
	width: 15px;
	display: block;
	background-color: #fff;
	border-radius: 50%;
	position: relative;
}
.pointList .pointListItem .minipoint span:after {
	animation: flashing 2s .5s ease-in;
	border: 14px solid #fff;
	content: "";
	animation-iteration-count: infinite;
	display: block;
	border-radius: 50%;
	position: absolute;
	left: -6px;
	top: -6px;
	opacity: 0;
}
@keyframes flashing {
	0% {
		-webkit-transform: scale(.1, .1);
		opacity: 0
	}
	50% {
		opacity: 1
	}
	100% {
		-webkit-transform: scale(1.2, 1.2);
		opacity: 0
	}
}
/*BLOCK - document*/
.blockdocumentContent {
	padding: 100px 0px;
	display: flex;
	flex-wrap: wrap;
}
.blockdocumentContent>div {
	width: 50%;
}
.docBoxText {
	padding-right: 100px;
}
.blockdocumentContent .boxTitle {
	color: #e60000;
	font-size: 46px;
	line-height: 50px;
	font-weight: 900;
}
.blockdocumentContent .boxSubTitle {
	letter-spacing: .1em;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	color: #e60000;
	margin: 0px;
	padding: 20px 0px;
}
.blockdocumentContent .boxText {
	padding-bottom: 20px;
	padding-right: 100px;
	font-weight: 500;
}
.docBoxText>a {
	background-color: #000;
	color: #fff;
	padding: 16px 40px;
	border-radius: 100px;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	transition: all 0.4s;
	display: block;
	max-width: fit-content;
	margin-top: 20px;
}
.docBoxText>a:hover {
	opacity: 0.8;
	transform: translateY(-10px);
}
.listnumber .listNumberItem {
	color: #e60000;
	letter-spacing: .1em;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 0px;
}
.listnumber .listNumberItem span {
	display: block;
	color: #000;
	font-size: 32px;
	line-height: 38px;
}
/*BLOCK - phone*/
.blockPhone {
	background-color: #e60000;
}
.blockPhoneContent {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 40px 0px;
}
.blockPhoneContent>div.colPh.blockphtext {
	width: 55%;
	display: flex;
	align-items: center;
}
.blockPhoneContent>div.colPh.blockphphone {
	width: 45%;
	position: relative;
}
.blockPhoneContent .blockphtextText {
	color: #fff;
	padding: 0px 50px;
}
.blockPhoneContent .blockphtextText .phTitle {
	font-size: 46px;
	line-height: 50px;
	font-weight: 900;
}
.blockPhoneContent .blockphtextText .phSubTitle {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	padding-top: 20px;
}
.blockPhoneContent .blockphphone .roundPhone {
	width: 440px;
	height: 440px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.blockPhoneContent .blockphphone .roundPhone img {
	margin-left: -20px;
}
.blockPhoneContent .blockphphone .roundPhone span {
	display: block;
	font-size: 38px;
	color: #e60000;
	font-weight: 700;
	text-align: center;
	line-height: 38px;
}
.blockPhoneContent .roundImagesPeople {
	width: 270px;
	height: 270px;
	position: absolute;
	border-radius: 50%;
	overflow: hidden;
	top: 15%;
	left: 50%;
}
.blockPhoneContent .roundImagesPeople img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blockPhoneContent .roundImagesPhone {
	position: absolute;
	left: 80%;
	top: 40%;
}
.blockPhoneContent .roundImages>span {
	font-size: 34px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	line-height: 38px;
	position: absolute;
	bottom: 20px;
	right: 30px;
}
/*BLOCK - form*/
.blockform {
	border-top: 1px solid #e60000;
	padding: 40px 0px;
}
.blockformContent {
	display: flex;
	flex-wrap: wrap;
}
.blockformContent .colform.blockfrtext {
	width: 35%;
	display: flex;
	flex-direction: column;
}
.blockformContent .colform.blockfrform {
	width: 65%;
}
.blockformContent .roundImagefr {
	width: 135px;
	height: 135px;
	overflow: hidden;
	border-radius: 50%;
	box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.10);
}
.blockformContent .roundImagefr img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blockformContent .blockfrtextText {
	padding-right: 100px;
}
.blockformContent .blockfrtextText .frTitle {
	color: #e60000;
	font-size: 46px;
	line-height: 50px;
	font-weight: 900;
	padding-top: 20px;
}
.blockformContent .blockfrtextText .frSubTitle {
	letter-spacing: .1em;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	color: #e60000;
	margin: 0px;
	padding: 10px 0px 15px;
}
.blockformContent .blockfrtextText .frText {
	padding-bottom: 20px;
	padding-right: 100px;
	font-weight: 500;
}
/* BLOCK - full text */
.blockfulltextContent {
	padding: 60px 0px;
	color: #fff;
}
.blockfulltextContent .flTitle {
	font-size: 46px;
	line-height: 50px;
	font-weight: 900;
	text-align: center;
	width: 100%;
}
.blockfulltextContent .flTitle .red {
	color: #e60000;
}
.blockfulltextContent .flSubTitle {
	font-weight: 500;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
}
/* BLOCK - s */
.blockSContent {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 80px 0px;
}
.blockSContent>.blockSitm {
	width: 50%;
}
.blockSContent>.blockSitm.itmImage {
	text-align: end;
	padding-right: 30px;
}
.blockSContent>.blockSitm>img {
	width: 100%;
	max-width: 385px;
}
.blockSContent>.blockSitm .blockSText {
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	text-align: center;
}
.blockSContent>.blockSitm .blockSText .blockSTextTitle {
	font-size: 32px;
	line-height: 38px;
	font-weight: 300;
}
.blockSContent>.blockSitm .blockSText .blockSTextSubTitle {
	letter-spacing: .1em;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	padding: 10px 0px;
}
/* BLOCK - quad */
.blockQuad.black {
	background-color: #000;
}
.blockQuad.red {
	background-color: #e60000;
}
.blockQuad.grey {
	background-color: #ededed;
}
.blockQuadContent {
	display: flex;
	flex-wrap: wrap;
	padding: 60px 0px;
}
.blockQuadContent .blockQitm {
	width: 50%;
}
.blockQuad.grey .blockQTitle,
.blockQuad.black .blockQTitle {
	color: #e60000;
}
.blockQuad.red .blockQSubTitle,
.blockQuad.grey .blockQSubTitle {
	color: #000;
}
.blockQuad.black .blockQSubTitle,
.blockQuad.red .blockQTitle {
	color: #fff;
}
.blockQuadContent .blockQitm.itmTxt .blockQTitle {
	font-size: 46px;
	line-height: 50px;
	font-weight: 900;
	text-transform: uppercase;
}
.blockQuadContent .blockQitm.itmTxt .blockQSubTitle {
	font-weight: 500;
	padding: 10px 100px 10px 0px;
	;
}
.blockQuadContent .blockQitm.itmTxt {
	padding-right: 300px;
}
.blockQuadContent .blockQitm.itmList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.blockQuad.black .singleRpt {
	color: #fff;
	border: 3px dotted #e60000;
}
.blockQuad.red .singleRpt {
	border: 3px dotted #fff;
	color: #fff;
}
.blockQuad.grey .singleRpt {
	color: #000;
	border: 3px dotted #e60000;
}
.blockQuadContent .blockQitm.itmList .singleRpt {
	width: 48%;
	margin-bottom: 30px;
	padding: 30px;
	font-weight: 700;
	text-transform: uppercase;
}
/* BLOCK - top large */
.blockTopLarge.black {
	background-color: #000;
	background-image: url('/wp-content/themes/cippa/images/sos-bg-top-large-w.png');
	background-position: top right;
	background-size: cover;
	background-repeat: no-repeat;
}
.blockTopLarge.red {
	background-color: #e60000;
}
.blockTopLarge.grey {
	background-color: #ededed;
}
.blockTopLarge.red,
.blockTopLarge.grey {
	background-image: url('/wp-content/themes/cippa/images/sos-bg-top-large-b.png');
	background-position: top right;
	background-size: cover;
	background-repeat: no-repeat;
}
.blockTopLargeContent {
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
}
.blockTopLargeContent .blockLc {
	width: 50%;
}
.blockTopLargeContent .blockLc.LcTxtLeft {
	width: 20%;
	padding-right: 30px;
}
.blockTopLargeContent .blockLc.LcTxtRight {
	width: 30%;
	padding: 135px 30px 0px 0px;
}
.blockTopLarge.grey .blockTopLargeContent .blockLcTitleLeft {
	color: #e60000;
}
.blockTopLarge.red .blockTopLargeContent .blockLcTitleLeft,
.blockTopLarge.black .blockTopLargeContent .blockLcTitleLeft {
	color: #fff;
}
.blockTopLargeContent .blockLcTitleLeft {
	font-size: 46px;
	line-height: 50px;
	font-weight: 900;
	padding-top: 20px;
}
.blockTopLarge.black .blockTopLargeContent .blockLcTitletop,
.blockTopLarge.red .blockTopLargeContent .blockLcTitletop {
	color: #fff;
}
.blockTopLarge.grey .blockTopLargeContent .blockLcTitletop {
	color: #000;
}
.blockTopLargeContent .blockLcTitletop {
	letter-spacing: .1em;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
}
.blockTopLarge.grey .blockTopLargeContent .blockLcTitle,
.blockTopLarge.black .blockTopLargeContent .blockLcTitle {
	color: #e60000;
}
.blockTopLarge.red .blockTopLargeContent .blockLcTitle {
	color: #000;
}
.blockLcTitle {
	font-size: 46px;
	line-height: 50px;
	font-weight: 300;
	padding-top: 20px;
}
.blockTopLarge.black .blockTopLargeContent .blockLcSubTitle {
	color: #e60000;
}
.blockTopLarge.grey .blockTopLargeContent .blockLcSubTitle,
.blockTopLarge.red .blockTopLargeContent .blockLcSubTitle {
	color: #000;
}
.blockLcSubTitle {
	padding: 10px 0px 30px;
}
.blockTopLarge.red .blockTopLargeContent .blockLcText,
.blockTopLarge.black .blockTopLargeContent .blockLcText {
	color: #fff;
}
.blockTopLarge.grey .blockTopLargeContent .blockLcText {
	color: #000;
}
.imageContentBlockLc {
	width: 600px;
	height: 600px;
	position: relative;
	margin: 0 auto -20px;
}
.imageContentBlockLc .imageRound {
	width: 600px;
	height: 600px;
	border-radius: 50%;
	overflow: hidden;
}
.imageContentBlockLc .imageRound img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.imageContentBlockLc .imageRoundSmall {
	width: 225px;
	height: 225px;
	border-radius: 50%;
	overflow: hidden;
	display: block;
	background-color: #fff;
	position: absolute;
	bottom: 50px;
	left: -100px;
}
.imageContentBlockLc .imageRoundSmall img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/*BLOCK - middle */
.roundmiddle {
	padding: 80px 0px 100px;
}
.middleBlockContent {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.middleBlockContent>div {
	width: 50%;
}
.middleBlockContent>div.itmleft {
	display: flex;
}
.middleBlockContent .mdtextContent {
	padding-left: 50px;
}
.middleBlockContent>div.itmleft .mdTitle {
	font-size: 46px;
	line-height: 50px;
	font-weight: 900;
}
.middleBlockContent>div.itmleft .mdText {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	margin: 0px;
	padding: 20px 0px;
}
.middleBlockContent .imageTextlf {
	position: relative;
	width: 400px;
	height: 400px;
	background-color: #e60000;
	color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 80px 50px;
}
.middleBlockContent .imageTextlf .imageRoundSmall {
	width: 225px;
	height: 225px;
	border-radius: 50%;
	overflow: hidden;
	display: block;
	background-color: #fff;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.middleBlockContent>div.itmright {
	padding-left: 100px;
}
.middleBlockContent .textIntoRound {
	font-size: 28px;
	line-height: 28px;
	font-weight: 700;
	text-align: center;
}
.middleBlockContent .imageRoundrt {
	position: absolute;
	right: -220px;
	width: 350px;
}
.middleBlockContent>div.itmleft>img {
	width: 300px;
	height: 300px;
}

/*BLOCK - icon*/
.iconBlock.grey {
	background-color: #ededed;
}
.iconBlock.grey .itmIconTitle {
	color: #e60000;
}
.iconBlock.black {
	background-color: #000;
}
.iconBlock.black .itmIconTitle {
	color: #e60000;
}
.iconBlock.black .iconRepeater>div,
.iconBlock.black .itmIconText {
	color: #fff;
}
.iconBlock.red {
	background-color: #e60000;
}
.iconBlock.red .iconRepeater>div,
.iconBlock.red .itmIconText,
.iconBlock.red .itmIconTitle {
	color: #fff;
}
.iconBlockContent {
	display: flex;
	flex-wrap: wrap;
	padding: 40px 0px;
}
.iconBlockContent .iconBlockitm {
	width: 100%;
}
.iconBlockContent .iconBlockitm .itmIconTitle {
	font-size: 46px;
	line-height: 50px;
	font-weight: 900;
	text-transform: uppercase;
}
.iconBlockContent .iconBlockitm .itmIconText {
	font-weight: bold;
	padding: 15px 0px;
}
.iconBlockContent .iconRepeater {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0px;
}
.iconBlockContent .iconRepeater>div {
	width: 16.6%;
	text-align: center;
	padding: 20px;
}
.iconBlockContent .iconRepeater>div img {
	width: 100%;
}

/*FORM*/
#formSection .wpcf7 p{
	margin-bottom:30px;
}
#formSection .wpcf7 p > br{
	display:none;
}
#formSection .wpcf7 p label{
	font-weight:normal;
}
#formSection .wpcf7-radio .wpcf7-list-item{
	margin-right:20px!important;
}
#formSection .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label{
	text-transform:uppercase;
	font-weight:500;
}
#formSection .wpcf7-radio input:before{
 	border: 1px solid #eaeaea;
}
#formSection .wpcf7-radio input:checked:before{
	border: 1px solid #e60000;
}
#formSection .wpcf7-radio input:after {
	width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #e60000;
    top: 18px;
    left: 12px;
}
#formSection .wpcf7 select,
#formSection .wpcf7 input[type="tel"],
#formSection .wpcf7 input[type="text"],
#formSection .wpcf7 input[type="email"]{
	border-radius:0px;
	margin: 0px;
    height: 50px;
    border: 0px;
    background-color: #eaeaea;
	border-bottom:1px solid transparent;
	transition:all 0.4s;
}
#formSection .wpcf7 select:focus,
#formSection .wpcf7 input[type="tel"]:focus,
#formSection .wpcf7 input[type="text"]:focus,
#formSection .wpcf7 input[type="email"]:focus{
	border-bottom:1px solid #e60000!important;
}
#formSection .wpcf7 select{
	background-image:url(/wp-content/themes/cippa/images/sos-icon-down.svg);
	background-repeat: no-repeat;
	background-position: 99% 50% ;
	background-size:20px;
}
#formSection .formAcceptCheckbox p{
	display:flex;
	flex-wrap:wrap;
	align-items: center;
}
#formSection .formAcceptCheckbox .wpcf7-list-item input::before{
	border: 1px solid #eaeaea;
}
#formSection .formAcceptCheckbox .wpcf7-list-item input:checked::before{
	border: 1px solid #e60000;
}
#formSection .formAcceptCheckbox p > label{
	order:2;
	display:inline-block;
	width:calc(100% - 40px);
}
#formSection .formAcceptCheckbox p > span{
	order:1;

}
#formSection .formAcceptCheckbox .wpcf7-list-item input[type='checkbox']:after{
	-webkit-transform: translate(-50%, -85%) scale(0) rotate(45deg);
    transform: translate(-50%, -85%) scale(0) rotate(45deg);
    background-color: transparent;
    -webkit-box-shadow: 3px 3px 0px 0px #e60000;
    box-shadow: 3px 3px 0px 0px #e60000;
}
#formSection .wpcf7 input[type="submit"]{
    padding: 16px 60px;
    width: fit-content;
	background: #000;
}
#formSection .wpcf7 input[type="submit"]:disabled{
	background-color: #eaeaea;
}
#formSection .wpcf7-response-output{
	border: 0px;
    padding: 10px;
}



/* RESPONSIVE */
@media screen and (max-width:1680px) {
	.blockTopLargeContent .blockLc.LcImg {
		display: flex;
		justify-content: right;
	}
	.imageContentBlockLc {
		margin: 0px 0px -20px;
	}
	.blockTopLargeContent .blockLc.LcTxtRight,
	.blockTopLargeContent .blockLc.LcTxtLeft {
		width: 25%;
	}
	.blockTopLargeContent .blockLc.LcTxtRight {
		padding-right: 0px;
	}
}

@media screen and (max-width:1560px) {
	.imageContentBlockLc {
		width: 500px;
		height: 500px;
	}
	.imageContentBlockLc .imageRound {
		width: 500px;
		height: 500px;
	}
	.blockTopLargeContent {
		padding-bottom: 30px;
	}
	.blockLcTitle {
		font-size: 38px;
		line-height: 40px;
	}

	.middleBlockContent>div.itmleft>img {
		width: 180px;
		height: 180px;
	}
}

@media screen and (max-width:1480px) {
	.blockthreeBoxImage .imageRound {
		width: 185px;
		height: 185px;
		bottom: 15px;
		left: 45%;
	}
	.blockthreeBoxImageText .blocktopText {
		min-height: 160px;
	}
	.roundBlockContent .imageText {
		padding: 10%;
		left: -30px;
		width: 600px;
		height: 600px;
	}
	.blockPhoneContent .blockphtextText {
		padding: 0px 20px;
	}
	.blockPhoneContent .blockphphone .roundPhone {
		width: 380px;
		height: 380px;
	}
	.blockPhoneContent .roundImages>span {
		bottom: 0px;
		font-size: 28px;
	}
	.blockPhoneContent .blockphphone .roundPhone span {
		font-size: 34px;
		line-height: 32px;
	}
	.blockTopLargeContent .blockLcTitleLeft {
		font-size: 38px;
		line-height: 41px;
	}
	.blockLcTitle {
		font-size: 31px;
		line-height: 34px;
	}
	.imageContentBlockLc .imageRoundSmall {
		bottom:
			0px;
		left: -20px;
	}
	.blockLcSubTitle {
		padding: 10px 0px 15px;
	}

	.roundmiddle {
		overflow: hidden;
	}
	.middleBlockContent .mdtextContent {
		padding-left: 30px;
	}

	.middleBlockContent>div.itmright {
		padding-left: 30px;
	}


}

@media screen and (max-width:1200px) {
	#customLandingHeader {
		text-align: left;
	}
	#customLandingHeader img {
		max-width: 80px;
	}
	.blockthreeContent>.blockthreeBox {
		padding: 20px 20px 40px;
	}
	.roundBlockContent>div {
		width: 100%;
	}
	.roundBlockContent .imageText {
		position: relative;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.roundBlockContent>div.roundBlockitm.itmImage {
		display: flex;
		justify-content: flex-end;
	}
	.pointList .pointListItem {
		width: 50%;
		padding-bottom: 40px;
	}
	.blockPhoneContent>div.colPh.blockphphone,
	.blockPhoneContent>div.colPh.blockphtext {
		width: 100%;
	}
	.blockPhoneContent>div.colPh.blockphtext {
		padding-bottom: 60px;
	}
	.blockPhoneContent>div.colPh.blockphtext>img {
		width: 180px;
		height: 180px;
	}
	.blockPhoneContent .blockphphone .roundPhone {
		margin: 0 auto;
	}
	.blockPhoneContent .roundImagesPeople {
		top: 0%;
		left: 13%;
	}
	.blockPhoneContent .roundImagesPhone {
		left: 60%;
		top: 40%;
	}
	.blockPhoneContent .roundImages>span {
		position: unset;
		display: block;
		width: 100%;
		text-align: center;
		padding-top: 40px;
	}
	.blockformContent .blockfrtextText {
		padding-right: 30px;
	}
	.blockSContent>.blockSitm {
		width: 100%;
	}
	.blockSContent>.blockSitm.itmImage {
		text-align: center;
		padding-right: 0px;
	}
	.blockSText {
		position: relative;
	}
	.blockSText:before {
		content: '';
		position: absolute;
		width: 800px;
		height: 800px;
		border-radius: 50%;
		background-color: #fff;
		left: calc(50% - 400px);
		top: -100px;
	}
	.blockSText .blockSTextTitle,
	.blockSText .blockSTextSubTitle,
	.blockSText .blockSTextText {
		position: relative;
	}
	.blockSContent>.blockSitm>img {
		position: relative;
		z-index: 2;
	}
	.blockSContent>.blockSitm .blockSText .blockSTextTitle {
		font-size: 29px;
		line-height: 34px;
		padding-bottom: 15px;
	}

	.blockQuadContent .blockQitm.itmTxt {
		padding-right: 30px;
	}
	.blockTopLargeContent .blockLc,
	.blockTopLargeContent .blockLc.LcTxtRight,
	.blockTopLargeContent .blockLc.LcTxtLeft {
		width: 100%;
	}
	.blockTopLarge.black {
		background-image: none;
	}
	.blockTopLargeContent .blockLc.LcTxtLeft {
		padding-right: 0px;
	}
	.blockTopLargeContent .blockLc.LcTxtRight {
		padding-top: 20px;
	}
	.imageContentBlockLc {
		margin: 40px auto 20px;
	}
	.middleBlockContent>div.itmleft {
		width: 100%;
	}
	.middleBlockContent>div.itmright {
		padding-left: 0px;
		margin: 20px auto 0px;
	}
	.middleBlockContent .imageRoundrt {
		position: absolute;
		right: -140px;
		width: 300px;
		bottom: 0px;
	}
	.iconBlockContent .iconRepeater>div {
		width: 25%;
	}
}
@media screen and (max-width:1024px) {
	.blocktop {
		background-position: -100px !important;
	}
	.blocktopContent>div.blocktopContentImage {
		width: 100%;
		order: 1;
	}
	.blocktopContent>div.blocktopContentText {
		width: 100%;
		order: 2;
	}
	.blocktopContentImage img {
		width: 100%;
		max-width: 320px;
	}
	.blockthreeContent>.blockthreeBox {
		width: 100%;
	}
	.blockthreeBoxImageText .blocktopText {
		min-height: auto;
	}
	.blockthreeContent>.blockthreeBox {
		padding: 100px 20px 40px;
	}
	.pointBlockHeader {
		padding-left: 0px;
	}
	.blockdocumentContent>div {
		width: 100%;
		padding-right: 0px;
	}
	.blockdocumentContent {
		padding: 50px 0px;
	}
	.blockdocumentContent .listnumber {
		padding-top: 30px;
	}
	.blockdocumentContent .boxText {
		padding-right: 0px;
	}
	.blockformContent .colform.blockfrform,
	.blockformContent .colform.blockfrtext {
		width: 100%;
	}

}

@media screen and (max-width:991px) {
	.blockPhoneContent .roundImagesPeople {
		left: 5%;
	}
	.blockPhoneContent .roundImagesPhone {
		left: 65%;
	}
	.blockQuadContent .blockQitm.itmList,
	.blockQuadContent .blockQitm.itmTxt {
		width: 100%;
	}
	.blockQuadContent {
		padding: 40px 0px 30px;
	}
	.blockQuadContent .blockQitm.itmTxt {
		padding-right: 0px;
		padding-bottom: 30px;
	}
	.middleBlockContent>div.itmright {
		margin: 20px 0px 0px;
		width: 100%;
		display: flex;
		justify-content: center;
	}
}

@media screen and (max-width:768px) {
	.blockPhoneContent .roundImagesPeople {
		width: 200px;
		height: 200px;
	}
	.blockPhoneContent .roundImagesPhone {
		width: 140px;
		left: 70%;
		top: 45%;
	}
	.iconBlockContent .iconRepeater>div {
		padding: 10px;
	}
}

@media screen and (max-width:640px) {
	.blocktop {
		background-position: 0px !important;
	}
	.blocktopContent>div.blocktopContentText {
		padding-right: 0px;
	}
	.blocktopContentImage img {
		max-width: 200px;
	}
	.blocktopContent .blocktopTitle,
	.blocktopContent .blocktopTitle * {
		font-size: 33px;
		line-height: 36px;
	}
	.roundBlockContent .imageRound {
		width: 280px;
		height: 280px;
	}
	.roundBlockContent .imageText {
		padding: 20%;
	}
	.pointBlockHeader {
		flex-wrap: wrap;
	}
	.pointBlockHeader .itmTextTitle {
		width: 100%;
		padding-left: 0px;
		font-size: 33px;
		line-height: 36px;
	}
	.pointBlockHeader .imageRound {
		margin-bottom: 20px;
		border-radius: 50%;
		overflow: hidden;
		box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.10);
		width: 150px;
		height: 150px;
	}
	.pointBlockHeader .imageRound img {
		width: 150px;
		height: 150px;
	}
	.pointBlockHeader .imageRound:before {
		display: none;
	}
	.blockdocumentContent .boxTitle {
		font-size: 33px;
		line-height: 36px;
	}
	.docBoxText>a {
		text-align: center;
	}
	.blockPhoneContent .blockphtextText .phTitle {
		font-size: 33px;
		line-height: 36px;
	}
	.blockPhoneContent>div.colPh.blockphtext {
		flex-wrap: wrap;
	}
	.blockPhoneContent .blockphtextText {
		padding: 0px;
	}
	.blockPhoneContent>div.colPh.blockphtext>img {
		margin-left: -20px;
	}
	.blockPhoneContent .roundImagesPeople {
		width: 130px;
		height: 130px;
		left: 0px;
		top: 0px;
	}
	.blockformContent .blockfrtextText .frTitle {
		font-size: 33px;
		line-height: 36px;
	}
	.blockformContent .blockfrtextText {
		padding-right: 0px;
	}
	.blockfulltextContent .flTitle {
		font-size: 33px;
		line-height: 36px;
	}
	.blockfulltextContent {
		padding: 40px 0px;
	}
	.blockSContent {
		padding: 40px 0px;
	}
	.blockQuadContent .blockQitm.itmList .singleRpt {
		width: 100%;
		max-width: 100%;
	}
	.blockQuadContent .blockQitm.itmTxt .blockQTitle {
		font-size: 33px;
		line-height: 36px;
	}
	.imageContentBlockLc .imageRound,
	.imageContentBlockLc {
		width: 400px;
		height: 400px;
	}
	.imageContentBlockLc .imageRoundSmall {
		width: 180px;
		height: 180px;
	}
	.middleBlockContent>div.itmleft {
		flex-wrap: wrap;
	}
	.middleBlockContent>div.itmleft>img {
		margin: 0 auto;
		border-radius: 50%;
		overflow: hidden;
		box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.10);
		width: 150px;
		height: 150px;
	}
	.roundmiddle {
		padding: 20px 0px 60px;
	}
	.middleBlockContent .mdtextContent {
		padding: 30px 0px 20px;
	}

	.middleBlockContent>div.itmleft .mdTitle {
		width: 100%;
		padding-left: 0px;
		font-size: 33px;
		line-height: 36px;
	}
	.middleBlockContent .imageRoundrt {
		position: absolute;
		right: -50px;
		width: 230px;
		bottom: -50px;
	}
	.iconBlockContent .iconRepeater>div {
		width: 33.3%
	}
	.iconBlockContent .iconBlockitm .itmIconTitle {
		font-size: 33px;
		line-height: 36px;
	}
}

@media screen and (max-width:480px) {
	.blocktop {
		background-position: -320px !important;
	}
	.blocktopContent>div.blocktopContentText {
		padding-right: 40px;
	}
	.blockthreeBoxImage .imageRound {
		bottom: 15px;
		left: 35%;
	}
	.roundBlockContent .imageText {
		width: 100%;
		position: unset;
		border-radius: 10px;
		height: auto;
		transform: none;
		padding: 10px;
	}
	.roundBlockContent>div.roundBlockitm.itmImage {
		justify-content: center;
	}
	.roundBlock {
		padding: 30px 0px;
	}
	.roundBlockContent .imageText ul li {
		padding: 4px 0px;
		letter-spacing: 2px;
		font-size: 13px;
		line-height: 24px;
		position: relative;
		z-index: 40;
	}
	.roundBlockContent .imageText ul:before {
		left: -90px;
	}
	.pointList .pointListItem {
		width: 100%;
	}
	.blockPhoneContent .blockphphone .roundPhone {
		width: 340px;
		height: 340px;
		overflow: hidden;
	}
	.blockPhoneContent .blockphphone .roundPhone span {
		font-size: 27px;
		line-height: 30px;
	}
	.blockPhoneContent .blockphphone .roundPhone img {
		margin-left: -20px;
	}
	.blockPhoneContent .roundImagesPeople {
		width: 100px;
		height: 100px;
		left: 0px;
		top: 0px;
	}
	.blockPhoneContent .roundImagesPhone {
		width: 80px;
		left: auto;
		right: 0px;
		top: auto;
		bottom: 15%;
	}
	.blockQuadContent .blockQitm.itmList .singleRpt {
		padding: 20px;
	}
	.sosWrapperLargeXL {
		padding: 0px 20px;
	}
	.imageContentBlockLc .imageRound,
	.imageContentBlockLc {
		width: 300px;
		height: 300px;
	}
	.imageContentBlockLc .imageRoundSmall {
		bottom: 0px;
		left: -20px;
	}
	.middleBlockContent .imageRoundrt {
		display: none;
	}
	.middleBlockContent .imageTextlf .imageRoundSmall {
		bottom: -20px;
		left: 50%;
		transform: translateX(-50%);
	}
	.middleBlockContent>div.itmright {
		position: relative;
		height: 400px;
	}
	.middleBlockContent .imageTextlf {
		position: absolute;
	}
	.iconBlockContent .iconRepeater>div {
		width: 50%;
	}
	.iconBlockContent .iconRepeater>div {
		padding: 15px 5px;
	}

	#formSection .wpcf7-radio .wpcf7-list-item {
		margin-right: 20px !important;
		margin-bottom: 10px !important;
		width:100%;
	}
	#formSection .wpcf7 p {
		margin-bottom: 15px;
	}
	#formSection .wpcf7 input[type="submit"]{
		width:100%;
	}
}
@media screen and (max-width:375px) {
	.blockPhoneContent .blockphphone .roundPhone {
		width: 300px;
		height: 300px;
	}
	.blockPhoneContent .blockphphone .roundPhone span {
		font-size: 21px;
		line-height: 20px;
	}
	.blockPhoneContent .blockphphone .roundPhone img {
		max-width: 180px;
	}
}
