
html {
	scroll-behavior: smooth;
}
:root {
	--color: #070523;
}

body {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: arial;
	margin: 0 auto;
	background-image: none;
}

div {
	/*border: 1px solid red;*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}



/* region --------------- FORM  ------------*/

#form-con {
	position: absolute;
	top: 163px;
	width: 300px;
	left: 877px;
}

#FRM {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
}

::-webkit-input-placeholder {color: var(--color);} /* Chrome/Opera/Safari */
::-moz-placeholder { color: var(--color);} /* Firefox 19+ */
:-ms-input-placeholder { color: var(--color);} /* IE 10+ */
:-moz-placeholder {color: var(--color);}  /* Firefox 18- */

#FRM input, textarea, select, #ta-div {
	border: 1px solid #3e0c10;
	font-size: 18px;
	background: white;
	font-family: arial;
	height: 40px;
	text-indent: 8px;
	width: 100%;
	border-radius: 1px;
}



.fullNameSameLine {
    display: flex;
    justify-content: space-between;
	width: 100%;
}

.fullNameSameLine input:first-child {
    margin-right: 10px;
}

#sendBtn {
	height: 44px;
	width: 100%;
	cursor: pointer;
	color: white;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	/* font-weight: bold; */
	display: flex;
	background: #3e0c10;
}

#country {
	width: 100% !important;
	height: 44px;
}
#countryAndPhone {
	display: flex;
}
#areaCode {
	margin: 0 16px;
}

#agreementCon {
	display: flex;
	gap: 10px;
	padding: 6px 0;
}

#agreementText {
	font-size: 12px;
	width: 250px;
}

#agreement{
    position: relative;
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
	padding: 0 !important;
	background-color: black;
	display: inline-block;
}

#message{
	height: 100px;
	resize: none;
}

#email {

}

#countryAndPhone {
	display: flex;
}

#sameLine {
	display: flex;
}


option {
	font-size: 14px !important;
}

#phoneZip {
	width: 70px !important;
	border-radius: 2px 0 0 2px !important;
	pointer-events: none;
	text-align: center !important;
	border-right: none;
}

#phone {
	width: 215px !important;
	border-radius: 0 2px 2px 0 !important;
}

#block {
	/*display: block !important;*/
	/*background: #110c23;*/
	position: absolute;

	height: 263px;
	top: 0px;
	z-index: 1000;
	color: var(--color);
	font-size: 19px;
	opacity: 1;
	line-height: 28px;
	font-weight: bold;
	left: -15px;
	padding: 0 30px;
}



.err {
	border: 1px solid red !important;
}
/*endregion - form */


#wrapper {
	width: 1200px;
	height: 1928px;
	margin: 20px auto;
	position: relative;
	margin-top: 0;
	/*border: 1px solid red;*/
}

#item1 {
	background: url("../images/HP.jpg") no-repeat;
	width: 1200px;
	height: 1928px;
	z-index: 1;
}


#closeBtn {
	background: #0b1438;
	color: whitesmoke;
	padding: 12px;
	position: absolute;
	top: -42px;
	right: 8px;
	font-size: 18px;
	cursor: pointer;
	display: none;
}


.clm {
	display: flex;
	line-height: normal;
}

.hit {
	position: absolute;
	height: 50px;
	cursor: pointer;
	/*border: 1px solid darkred;*/
}

.hit1 {
	top: 1051px;
	left: 530px;
	width: 138px;
	height: 38px;
}

.hit2 {
	left: 31px;
	width: 1000px;
	bottom: 494px;
	height: 46px;
}


.link {
	position: absolute;
	height: 69px;
	width: 187px;
	cursor: pointer;
	/*border: 1px solid red;*/
}

.link1 {
	top: 1515px;
	left: 130px;
}

.link2 {
	top: 1515px;
	left: 425px;
}

.link3 {
	top: 1515px;
	left: 728px;
}

.link4 {
	top: 1515px;
	left: 1045px;
}

.link5 {
	top: 1645px;
	left: 255px;
}

.link6 {
	top: 1645px;
	left: 583px;
}

.link7{
	top: 1645px;
	left: 883px;
}

:root {
	--desk_top: 3375px;
	--desk_buttom: 4322px;

	--mobile_top: 635px;
	--mobile_buttom: 5850px;
}

#StickyCon {
	display: none;
}





/*====================================================*/

@media screen and (max-width: 1200px) {


	#StickyCon {
		top: 0;
		position: absolute;
		height: 3325px;
		width: 20px;
		display: flex;
		flex-direction: column;
		z-index: 20;
		/*bottom: 1860px;*/
		/*border: 1px solid red;*/
	}

	#StickyButton {
		position: sticky;
		top: 14px;
		display: flex;
		height: 100px;
		cursor: pointer;
		justify-content: center;
		align-items: center;
		font-weight: bold;
		font-size: 34px;
		line-height: 24px;
		text-align: center;
		width: 565px;
		margin-left: 35px;
		color: #fff;
		/*background-color: var(--button-color);*/
		border-radius: 70px;
		border: 5px solid white;
		font-family: Montserrat;
		/* box-shadow: 0px 0px 12px 3px rgb(255 255 255 / 50%); */
		/*background: linear-gradient(90deg, rgb(40 47 131) 0%, rgb(59 230 58) 100%);*/
		background: #3e0c10;
	}

	#wrapper {
		width: 635px;
		height: 5420px;
		position: relative;
		/*border: 1px solid red;*/
	}

	#item1 {
		height: 100%;
		background: transparent url("../images/MHP.jpg") no-repeat;
		position: relative;
		width: 635px;
		z-index: 0;
		left: 0px;
	}

	#FRM {
		gap: 30px;
	}

	#form-con {
		left: 63px;
		top: 4830px;
		width: 520px;
	}

	#block {
		width: 525px;
		padding: 100px 60px;
		font-size: 26px;
		line-height: normal;
		text-align: center;
	}


	#FRM input, textarea, select {
		margin-bottom: 0px;
		height: 70px;
		font-size: 24px;
		width: 100%;
	}

/*	#CountryZip {
		width: 410px;
		border-radius: 34px 0 0 34px;
	}

	#phone {
		border-radius: 0 0 ;
	}*/

	#sendBtn {
		/*border: 1px solid red !important;*/
		width: 100%;
		position: relative;
		/*margin-top: 46px;*/
		font-size: 28px;
		height: 70px;
	}

	#country {
		width: 100% !important;
		height: 76px;
	}

	#phone {
		width: 389px !important;
	}

	#phoneZip {
		width: 120px !important;
	}

	#agreementText {
		font-size: 14px;
	}




	.hit {
		position: absolute;
		height: 65px;
		width: 635px;
		cursor: pointer;
		display: none;
		/*border: 1px solid darkred;*/
	}

	.hit1 {
		top: 1561px;
		width: 550px;
		left: 40px;
		height: 82px;
	}

	.hit2 {
		display: none;
	}

	.hit3 {
		top: 2962px;
		width: 271px;
		left: 33px;
		height: 61px;
	}

	.hit4 {
		top: 5392px;
		width: 301px;
		left: 165px;
		height: 67px;
	}

}
