
#name {
  background: url(/static/images/adv/name-icon.svg) no-repeat right bottom 0.6rem;
  background-size: 6.3%;
}
#tel {
	background: url(/static/images/adv/mobile-icon.svg) no-repeat right center;
	background-size: 5%;
}
#mail {
	background: url(/static/images/adv/mail-icon.svg) no-repeat bottom 0.3rem right;
	background-size: 7%;
}
#city {
	border: none;width: 100%;
	border-bottom: 1px solid #00A5D9;
	padding: 0.26vw 0;
	padding-right: 1.56vw;
	padding-top: 5px;
	background: url(../../../static/images/city-icon.svg) no-repeat bottom 0.6rem right 1%;
	background-size: 6%;
}
.development-12-contant {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 42%;
	margin: 0 auto;
	width: 100%;
 }
 .btn-after{
	margin: 0 auto;
	text-align: center;
	background-color: #00A5D9;
	border: none;
	display: none;
	color: white;
	border-radius: 30px;

	padding: 25px;
	bottom: 100px;
	left: calc(50% - 115px);
	position: absolute;
	height: 0;
}
.animate{
	display: block;
	top: 170px;
	height: 190px;

	animation: slide .4s;
}
@keyframes slide {
	0% {
		top: 320px;
		height: 0px;
	}

	65% {
		top: 150px;
		height: 190px;

	}
	100% {
		top: 170px;
		height: 190;
	}
}

 .development-12-item,
 .development-12-item-first {
	text-align: center;
	border: 2px solid #C4C4C4;
	border-radius: 60px;
	padding: 22px 64px 57px;
	overflow: hidden;
	position: relative;
	margin: -53px -10px 0;
	background-color: white;
	width: 33.33%;
	min-height: 170px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
 }
.development-12-item.development-12-item-first.active{
	border: 2px solid #373737;
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
	z-index: 2;
}
.development-12-item.active {
	border: 2px solid #00a6d8;
	z-index: 2;
}
.development-12-item.development-12-item.active .development-12-title-text {
	color: #373737;
}
.development-12-item.active .development-12-title-text {
	color: #00a6d8;
}
.development-12-title-text {
	font-size: 20px;
	font-weight: normal;
	line-height: normal;
	color: #C4C4C4;
	padding-top: 15px;
	margin-bottom: 0;
	margin: 0;
	padding: 0;
 }
 .development-12-item-first svg {
	position: absolute;
	bottom: 10px;
	height: 37px;
 }
 .development-12-item.development-12-item-first.active svg {
	transform: scale(0.8);
 }
.development-12-title {
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	color: #373737;
	padding: 15px 0;
}
.development-12-product-grid {
	display: flex;
	justify-content: space-between;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 60px;
	flex-wrap: wrap;
}
.development-12-product-item {
	width: 33.33%;
	padding: 0 13px 40px;
 }
.development-12-product-picture {
	overflow: hidden;
	border-top-left-radius: 90px;
	border-top-right-radius: 90px;
	position: relative;
	padding-top: 67%;
}
.development-12-product-picture img {
	width: 100%;
	position: absolute;
	inset: 0;
	height: 100%;
	object-fit: cover;
	object-position: top;
 }
.development-12-product-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.development-12-product-offer {
	position: relative;
	z-index: 0;
	width: 115px;
	max-width: 100%;
	background-color: #00a5d9;
	border-bottom-right-radius: 96px;
 }
.development-12-product-offer-text {
	transform: rotate(-45deg);
	margin: 0;
	padding: 18px 0;
	font-size: 20px;
	color: #fff;
	text-align: center;
	width: 100%;
	line-height: 24px;
	font-weight: normal;
}
.development-12-product-cart {
	color: #000;
	border-radius: 32px;
	border: 1px solid rgba(255, 255, 255, 0.80);
	background: rgba(255, 255, 255, 0.80);
	line-height: 1;
	padding: 12px 25px;
	margin-right: 51px;
	margin-top: 25px;
	font-size: 24px;
	display: flex;
	align-items: center;
 }
.development-12-product-cart:hover {
	color: #fff;
	background-color: #00a5d9;
	border: 1px solid #00a5d9;
}
.development-12-product-cart svg {
	transition: all 0.2s linear;
	width: 100%;
	height: 100%;
	margin-left: 5px;
 }
.development-12-product-cart:hover svg path{
	fill: #fff;
}
.development-12-product-cart:hover svg {
	transform: rotate(90deg);
}
.development-12-product-wishlist {
	position: absolute;
	top: -38px;
	background-color: #00a5d9;
	padding: 15px;
	border-radius: 50%;
	width: 75px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 75px;
	transition: all 0.2s linear;
}
.development-12-product-wishlist svg {
	width: 100%;
	height: 100%;
 }
 .development-12-product-content {
	position: relative;
	background-color: #fff;
	margin-top: -75px;
	text-align: center;
	padding: 25px 55px 10px;
	border: 2px solid #00A5D9;
	border-radius: 64px;
 }
.development-12-product-item:hover .development-12-product-wishlist  {
	top: -2vw;
}
.development-12-subtitle {
	color: #5F5F5F;
	text-align: center;
	font-size: 16px;
	border-bottom: 1px solid #00A5D9;
	display: block;
	margin: 0 auto 10px;
	padding-bottom: 15px;
	font-weight: 300;
 }
 .development-12-product-content .development-12-product-title,
.development-12-product-content .development-12-product-title a,
.development-12-product-content .development-12-product-price {
	color: #373737;
}
.development-12-product-content .development-12-product-title {
	font-size: 28px;
}
.development-12-product-content .development-12-product-price {
	font-size: 24px;
}
.development-12-product-content .development-12-product-price span {
	color: #00A5D9;
	font-size: 28px;
 }
 .development-12-more {
	position: relative;
	top: -3px;
	transition: all 0.2s linear;
 }
 .development-12-more:hover {
	top: 0;
 }

 /* happening */
.development-12-happening-title {
    color: #00A5D9;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}
.development-12-happening-sub-title{
	color: #373737;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 42px;
}
.development-12-happening-google-ac {
	position: relative;
	border-radius: 30px;
	border: 1px solid #373737;
	background: #FFF;
	width: 363px;
	height: 55px;
	display: flex;
	flex-direction: revert;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.development-12-google-icon {
    position: absolute;
    width: 8.3%;
    left: 17.5%;
}

.development-12-google-icon img {
	width: 100%;
}

.development-12-ac-text {
    color: #373737;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    margin-left: 4%;
}
.development-12-happening-form {
	width: 700px;
	margin: 0 auto;
	text-align: center;
}
.development-12-happening-form {
	width: 700px;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}
.development-12-happening-title-text {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	border: 1px solid #B9B9B9;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	position: relative;
}
.development-12-form-happening-title {
	position: relative;
}
.development-12-form-happening-title:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0.5px;
	background-color: #B9B9B9;
	left: 0;
	top: 50%;
}
.development-12-happening-title-text span {
	color: #00A5D9;
	text-align: center;
	font-family: Open Sans Hebrew;
	font-size: 1.0416666666666667vw;
	font-weight: 300;
	line-height: normal;
}
.development-12-form-group {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px -30px;
	margin-bottom: 25px;
}

.development-12-form-item .select2 {
	width: 100% !important;
}

.development-12-happening-section .development-12-form-item .select2-selection {
	background: url(../../../static/images/city-icon.svg);
	background-repeat: no-repeat;
	background-size: 7%;
	background-position: 100% 20% !important;
}

.development-12-form-item input.form-input, .development-12-form-item .select2-selection {
    width: 100% !important;
    height: auto !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #00A5D9 !important;
    padding: 5px 0 !important;
    padding-right: 37px !important;
    font-size: 20px !important;
    border-radius: 0 !important;
    color: #373737;
    text-align: right;
}
.development-12-form-item input.form-input:focus-visible,
.development-12-form-item .select2-selection:focus-visible {
	outline: none;
}
.development-12-form-item input.form-input::placeholder,
.development-12-form-item .select2-selection::placeholder{
	color: #B9B9B9;
	text-align: right;
	font-weight: 400;
	line-height: normal;
}

.development-12-form-item .select2-selection .select2-selection__rendered {
	padding: 0 !important;
	color: #B9B9B9 !important;
	line-height: inherit !important;
}

.development-12-form-item .select2-selection .select2 {
	width: 100% !important;
}

.development-12-form-item .select2-selection .select2-selection__arrow {
	right: unset !important;
	left: 1px;
}
.development-12-form-icon {
	position: absolute;
	font-size: 18px;
	color: #7c7c7c;
	right: 0;
}
.development-12-form-item {
	width: 50%;
	margin: 0 30px;
	position: relative;
}

.development-12-form-item label {
	display: block;
}

.development-12-sms-btn {
	border-radius: 30px;
	border: 0;
	background: #FFF;
	width: 363px;
	height: 55px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #00A5D9;
	margin-top: 34px;
}
.development-12-sms-btn button{
	color: #fff;
	text-align: center;
	font-size: 22px;
	font-weight: 400;
	line-height: normal;
	background: no-repeat;
	border: none;
}
.development-12-doc-text {
	color: #211E1F;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
	margin-top:  15px;
}
.development-12-password-block .verifiction-code .type-code .code-numbers input{
	height: 55px;
	width: 55px;
	border: 2px solid #00A5D9;
}

.development-12-password-block {
	width: 19.791666666666668vw;
	margin: 0 auto;
}
.development-12-password-block .verifiction-code .type-code .not-code span,
.development-12-password-block .verifiction-code .type-code .not-code a{
	font-size: 16px;
	margin-top: 16px;
}
.development-12-check-box {
	margin-top: 15px;
}
.development-12-happening-form .submit {
	width: 363px;
	height: 55px;
	margin: 0 auto;
}
.development-12-happening-form input#login-btn {
	background-color: #00A5D9;
	width:100%;
	height: 55px;
}
.development-12-happening-form .submit input {
 background-image: url('https://state.galgalim.co.il/static/images/buy/step3/white-vi.svg') !important;
 background-repeat: no-repeat !important;
 opacity: 1;
 background-size: 0%;/* 10% !important; */
 background-position: 122px;
 display: block;
}
.development-12-yatshamran-link {
	margin-top: 25px;
}
.development-12-yatshamran-link a {
	color: #F90;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	text-decoration-line: underline !important;
}
.development-12-check-box-form-group {
	display: flex;
	margin-bottom: 18px;
	justify-content: center;
	align-items: center;
}

.development-12-check-box-form-group input {
	border-color: #00A5D9;
	border-radius: 5px;
}

.development-12-check-box input#html {
	padding: 0;
	height: 27px;
	width: 25px;
	margin-bottom: 0;
	cursor: pointer;
	border-color: #00A5D9;
	border-radius:  5px;
}
.development-12-check-box label a {
	color: #00A5D9;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	text-decoration-line: underline !important;
}

.development-12-check-box label {
	position: relative;
	cursor: pointer;
	color: #9E9E9E;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
}

.development-12-happening-section {
	padding: 40px 0 100px;
	background-color: white;
 }

 .development-12-yatshamran-link a:hover {
	color: #373737;
 }
 .development-12-container {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 30px;
 }

 /* happening */


 /* #media */
 @media(max-width: 1920px) {

	.development-12-container {
	   max-width: 75vw;
	   padding: 0 2vw;
	}

	.development-12-happening-section {
	   padding: 2.0833vw 0 5.2083vw;
		background-color: white;
		opacity: 100%;
	}
	.development-12-contant {
	   max-width: 42vw;
	}
	.development-12-item,
	.development-12-item-first {
	   border-radius: 3vw;
	   padding: 1vw 3vw 2.7vw;
	   margin: -2.5vw -0.5vw 0;
	   min-height: 8vw;
	}
	.development-12-item.development-12-item-first.active,
	.development-12-item.active {
	   border-width: 0.15vw;
	}
	.development-12-title-text {
	   font-size: 1.1vw;
	}
	.development-12-title {
	   font-size: 1.25vw;
	   padding: 1vw 0;
	}
	.development-12-item-first svg {
	   bottom: 0.6vw;
	   height: 2vw;
	}
	.development-12-product-grid {
	   max-width: 73vw;
	   padding: 0 4vw;
	}


	.development-12-product-item {
	   padding: 0 0.5vw 1.5vw;
	}
	.development-12-product-cart {
	   border-radius: 2vw;
	   padding: 0.5vw 1vw;
	   margin-right: 2vw;
	   margin-top: 1vw;
	   font-size: 0.94vw;
	}
	.development-12-product-picture {
	   border-top-left-radius: 3.5vw;
	   border-top-right-radius: 3.5vw;
	   padding-top: 16vw;
	}
	.development-12-product-cart svg {
	   margin-left: 0.2vw;
	}
	.development-12-product-content {
	   margin-top: -3vw;
	   padding: 1vw 3vw 0.3vw;
	   border-width: 0.15vw;
	   border-radius: 2.5vw;
	}
	.development-12-product-wishlist {
	   top: -1.5vw;
	   padding: 0.5vw;
	   width: 3vw;
	   height: 3vw;
	   right: 3vw;
	}
	.development-12-product-offer-text {
	   padding: 1vw 0;
	   font-size: 1vw;
	   line-height: 1.2vw;
	}
	.development-12-product-offer {
	   width: 6vw;
	   border-bottom-right-radius: 5vw;
	}
	.development-12-subtitle {
	   font-size: 0.85vw;
	   margin: 0 auto 0.3vw;
	   padding-bottom: 0.25vw;
	}
	.development-12-product-content .development-12-product-title,
	.development-12-product-content .development-12-product-price span {
	   font-size: 1.46vw;
	}
	.development-12-product-content .development-12-product-price {
	   font-size: 1.2vw;
	}


	/* happening */
	.development-12-happening-title {
		font-size: 1.56vw;
		margin-bottom: 0.2604vw;
	}
	.development-12-happening-sub-title{
		font-size: 1.04vw;
		line-height: 2.18vw;
	}
	.development-12-happening-google-ac {
		border-radius: 1.56vw;
		width: 18.90vw;
		height: 2.86vw;
	}

	.development-12-ac-text {
		font-size: 1.14vw;
	}
	.development-12-happening-form {
		width: 36.45vw;
	}
	.development-12-happening-form {
		width: 36.45vw;
		margin-top: 1.04vw;
	}
	.development-12-happening-title-text {
		width: 2.60vw;
		height: 2.60vw;
	}
	.development-12-happening-title-text span {
		font-size: 1.04vw;
	}
	.development-12-form-group {
		margin: 0 -1.56vw;
		margin-bottom: 1.30vw;
	}
	.development-12-form-item input.form-input,
	.development-12-form-item .select2-selection {
		width: 100% !important;
		padding: 0.26vw 9% 0 0 !important;
		font-size: 1.042vw !important;
	}
	.development-12-form-icon {
		font-size: 0.93vw;
	}
	.development-12-form-item {
		width: 50%;
		margin: 0 1.56vw;
	}
	.development-12-sms-btn {
		border-radius: 1.56vw;
		width: 18.90vw;
		height: 2.86vw;
		margin-top: 1.77vw;
	}
	.development-12-sms-btn button{
		font-size: 1.14vw;
	}
	.development-12-doc-text {
		font-size: 1.04vw;
		margin-top:  0.78vw;
	}
	.development-12-password-block .verifiction-code .type-code .code-numbers input{
		height: 2.86vw;
		width: 2.86vw;
	}

	.development-12-password-block {
		width: 19.79vw;
	}
	.development-12-password-block .verifiction-code .type-code .not-code span,
	.development-12-password-block .verifiction-code .type-code .not-code a{
		font-size: 0.83vw;
		margin-top: 0.72vw;
	}
	.development-12-check-box {
		margin-top:  0.78vw;
	}
	.development-12-happening-form .submit {
		width: 18.90vw;
		height: 2.86vw;
	}
	.development-12-happening-form input#login-btn {
		height: 2.86vw;
		font-size: 1.30vw;
		line-height: 1.77vw;
		background-position: 35%; /*!important removed by animation developer*/
		background-size:7%;	/* this line added by animation developer*/
	}
	.development-12-yatshamran-link {
		margin-top: 1.30vw;
	}
	.development-12-yatshamran-link a {
		font-size: 1.04vw;
	}
	.development-12-check-box-form-group {
		margin-bottom: 0.78vw;
	}

	.development-12-check-box-form-group input {
		border-radius: 0.2604vw;
	}

	.development-12-check-box input#html {
		padding: 0;
		height: 1.40vw;
		width: 1.30vw;
		border-radius:  0.26vw;
	}
	.development-12-check-box label a {
		font-size: 0.83vw;
	}

	.development-12-check-box label {
		font-size: 0.83vw;
	}
 }

 /* happening */
	/* here goes some styles for animations.*/

	@media(max-width:5020px) {
	.development-12-happening-section {
		height: 112%;
	}
	#animationContainer {
		position: relative;
		height: 49vw;
	  }

	#grad {
	position: absolute;
	  background-image: linear-gradient(to bottom, #CDF0FD, #FFFFFF);
	  width: 100%;
	  height: 49vw;
	}
	.road {
	position: absolute;
	width: 13vw;
	height: 49vw;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0px);
	}
	.cloud {
		position: absolute;
		top:31vw;
		width: 100%;
		height: 15vw;
	  }
	.car {
		position: absolute;
		width: 7vw;
		height: 15vw;
		top:18vw;
		left: 50%;
		transform: translate(-50%, 0px);
	}
	#overlay {
		position: absolute;
		background-color: #00A5D9;
		opacity: 0;
		width: 100%;
		height: 100%;
	}
	.fixedWindow {
		height: 47vw;
		overflow: hidden;
	}
 }
