html, body
{
	margin: 0px;
	padding: 0px;
	font-family: Inter Tight;
	
}

a 
{
	text-decoration: none;
}

.phone:hover 
{
	opacity: 0.7;
}

H2
{
	font-size: 60px;
	margin: 0px;
}

header
{
	width: 100%;
	height: 120px;
	
	margin-top: -120px;
	background-color: white;
	display: block;
	position: fixed;
}

.row
{
	max-width: 1240px;
	margin: auto;
	overflow: hidden;
}

header img
{
	width: 420px;
	height: 80px;
	align-self: center;
}

header .row
{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	height: 100%;
	align-items: center;
}

header .phone
{
	min-width: 200px;
	background-color: #ff9200;
	padding: 20px;
	border-radius: 20px;
	height: 40px;
	align-self: center;
}

header .phone span
{
	color: white;
	line-height: 44px;
	font-size: 44px;
	font-weight: 500;
}

.back-text
{
	color: white;
	border-radius: 16px;
	padding: 0 16px;
}

.button {
    color: white;
    font-weight: 600;
    font-size: 40px;
    padding: 6px;
    margin: auto;
    width: 360px;
    border-radius: 30px;
	cursor: pointer;
}

.button:hover
{
	opacity: 0.7;
	margin: auto;
}

header .button
{
	font-size: 34px;
	margin: 0;
	height: 50px;
	border-radius: 20px;
	text-align: center;
	line-height: 46px;
	padding: 5px 15px 0 15px;
}

header .button:hover
{
	font-size: 34px;
	margin: 0;
	height: 50px;
	border-radius: 20px;
	text-align: center;
	line-height: 46px;
	padding: 5px 15px 0 15px;
	opacity: 0.7;
}

.blue
{
	background-color: #00BBEF;
}

.orange
{
	background-color: #ff9200;
}

.green
{
	background-color: #7BC100;
}

.maroon
{
	background-color: #A32286;
}

.red
{
	background-color: #FF010C;
}

.center
{
	text-align: center;
}

.normal
{
	font-weight: 400;
}

.bold
{
	font-weight: 600;
}

.block_1 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/img/back_2.jpg");
	min-height: 805px;
	
	margin-top: 120px;
}

.block_1 .row {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.block_1 .left-block
{
	max-width: 45%;
	margin: 60px 0;
}
.block_1 H2
{
	margin: 0;
	font-size: 60px;
}

.block_1 H3
{
	margin: 0;
	font-size: 53px;
	font-weight: 500;
}

.block_1 .text-block
{
	margin-top: 4px;
}

.block_1 .color-text {
    color: white;
    padding: 0 12px;
    border-radius: 16px;
    font-size: 50px;
}

.block_2
{
	height: 260px;
	background-position: right 0 top -30px;
    /*background-size: cover;*/
    background-repeat: no-repeat;
    background-image: url("/img/lines.png");
}

.block_2 .row {
    display: flex;
    height: 100%;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.block_2 .row .column {
	column-gap: 10px;
	display: flex;
	align-items: flex-end;
}

.block_2 .row .column img {
	width: 100px;
	height: 100px;
}

.block_2 .row .column:last-child img {
	width: 130px;
}

.block_2 .row .column span:first-child
{
	font-size: 64px;
	font-weight: bold;
}

.block_3
{
	height: 260px;
	background: linear-gradient(135deg, #FED4BC, #FFEDDE);

}

.block_3 .row {
    height: 100%;
    display: flex;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    align-content: center;
    align-items: center;
}

.block_3 .row span
{
	color: white;
	border-radius: 17px;
	padding: 0 6px;
}

.block_4
{
	padding: 60px 0;
}

.block_4 .row
{
	max-width: 1100px;
	display: grid;
	gap: 60px;
	grid-template-columns: 50% 50%;
	grid-template-rows: repeat(2, 1fr);
}

.block_4 .row img
{
	width: 100px;
	height: 100px;
}

.block_4 .row .column
{
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}

.block_4 .row .column div
{
	text-align: left;
}

.block_4 .row .column div span
{
	color: black;
}

.block_4 .row .column div span:first-child
{
	font-size: 60px;
	font-weight: 600;
}

.block_4 .row .column div span:last-child
{
	font-size: 22px;
	font-weight: 400;
}

.block_5
{
	min-height: 260px;
	background-image: url("/img/lines_5.png"), linear-gradient(135deg, #FED4BC, #FFEDDE);
	background-position: top;
    background-repeat: repeat, no-repeat;
    background-size: cover;
	padding: 60px 0 120px 0;
}
/*
.block_5:after
{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: url("/img/lines_5.png");
}
*/
.block_5 .row span
{
	color: white;
	border-radius: 17px;
	padding: 0 6px;
	padding: 0px 10px;
	font-size: 50px;
}

.block_5 .content-block
{
	column-gap: 80px;
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-top: 60px;
	justify-content: space-between;
}

.block_5 .content-block img
{
	width: 500px;
	border-radius: 20px;
}

.block_5 .content-block .text-block
{
	font-weight: 600;
	text-align: center;
	border-radius: 16px;
	padding: 5px;
}

.block_6
{
	padding: 60px 0;
}

.block_6 p
{
	font-weight: 500;
	font-size: 46px;
	line-height: 70px;
	margin: 0;
}

.block_6 .content-block
{
	margin: 60px 0;
}

.block_7
{
	min-height: 260px;
	padding: 60px 0;
	background: linear-gradient(135deg, #FED4BC, #FFEDDE);

}

.block_7 p
{
	font-weight: 500;
	font-size: 46px;
	line-height: 60px;
	margin: 40px 0;
}

.block_8
{
	min-height: 260px;
	display: flex;
}

.block_8 .row
{
	width: 100%;	
}

.block_8 .left-block
{
	height: auto;
	width: 50%;
	display: flex;
	justify-content: flex-end;
}

.block_8 .right-block
{
	background: linear-gradient(135deg, #FED4BC, #FFEDDE);
	min-height: 260px;
	width: 50%;
	display: flex;
	justify-content: flex-start;
}

.block_8 .right-block h3
{
	margin: 0;
}

.block_8 .right-block h3 span
{
	display: block;
	margin-top: 4px;
}

.block_8 .half-width
{
	max-width: 620px;
	display: flex;
	row-gap: 20px;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 60px;
}

.block_8 img
{
	width: 240px;
}

.block_8 .form-block
{
	width: 100%;
}

.block_8 form {
    row-gap: 20px;
    display: flex;
    flex-direction: column;
}

.block_8 form .text
{
	padding: 10px;
	border-radius: 20px;
	border: solid 1px grey;
}

.block_8 form .form-button
{
	min-width: 200px;
	margin: auto;
	border: none;
	border-radius: 20px;
	padding: 20px;
	font-weight: 600;
	font-size: 20px;
	color: white;
	cursor: pointer;
}

.block_8 .top
{
	margin-bottom: 20px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.block_8 .bottom
{
	text-align: center;
}

.form-button:hover
{
	opacity: 0.7;
}


.header-top__socials {
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.ht-soc--vb, .ht-soc--ms {
    width: 24px;
    padding: 1px;
}

.ht-soc img, .ht-soc svg {
    -o-object-fit: contain;
    object-fit: contain;
    width: 60%;
    height: 60%;
}

.ht-soc img path, .ht-soc svg path {
    fill: #fff;
    -webkit-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.ht-soc {
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 8px;
    width: 40px;
	background-color: #000000;
	border-radius: 20px;
}

.ht-soc:hover
{
	opacity: 0.7;
}

.popup-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: none;
}

.popup {
    position: absolute;
    background: linear-gradient(135deg, #FED4BC, #FFEDDE);
    width: 400px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    padding-top: 60px;
}

.popup form {
    display: flex;
    flex-direction: column;
}

.popup form input {
    margin-bottom: 30px;
	padding: 10px;
	border-radius: 20px;
	border: solid 1px grey;
}

.popup form input[type="submit"] {
	color: white;
	border: none;
	border-radius: 20px;
	padding: 20px;
	font-weight: 600;
	font-size: 20px;
	cursor: pointer;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.no-scroll {
    overflow-y: hidden;
}

@media (max-width: 640px)
{
	.row
	{
		padding: 0 10px;
	}
	
	header
	{
		height: 60px;
		margin-top: -60px;
	}
	
	header img
	{
		width: 140px;
		height: 26px;
	}
	
	header .phone
	{
		min-width: 120px;
		padding: 8px;
		border-radius: 14px;
		height: 19px;
	}
	
	header .phone span
	{
		line-height: 20px;
		font-size: 16px;
	}
	
	header .button {
		width: 134px;
		font-size: 12px;
		margin: 0;
		height: 30px;
		border-radius: 20px;
		text-align: center;
		line-height: 28px;
		padding: 5px 15px 0 15px;
	}
	
	header .button:hover {
		width: 134px;
		font-size: 12px;
		margin: 0;
		height: 30px;
		border-radius: 20px;
		text-align: center;
		line-height: 28px;
		padding: 5px 15px 0 15px;
		opacity: 0.7;
	}
	
	.block_1 {
	  
		min-height: auto;
		margin-top: 60px;
	}
	
	.block_1 .left-block {

		margin: 20px 0;
	}
	
	.block_1 H2 {
		font-size: 30px;
	}
	
	.block_1 .color-text {
		border-radius: 16px;
		font-size: 20px;
	}
	
	.block_1 H3 {
		font-size: 25px;
	}
	
	.block_2 {
		padding: 40px 0;
		height: auto;
		background-position: right 0 top -30px;

	}
	
	.block_2 .row {
		row-gap: 30px;
		flex-direction: column;

	}
	
	.block_2 .row .column img {
		width: 65px;
		height: 65px;
	}
	
	.block_2 .row .column span:first-child {
		font-size: 40px;
		line-height: 40px;
	}
	
	.block_2 .row .column span:last-child {
		font-size: 14px;
	}
	
	.block_2 .row .column:last-child img {
		width: 80px;
	}
	
	.block_3 {
		padding: 40px 0;
		height: auto;

	}
	
	.block_3 .row {
		line-height: 28px;
	  
		font-size: 20px;
	}
	
	.block_3 .row span {
		font-size: 18px;
	}
	
	.block_4 {
		padding: 40px 0;
	}
	
	.block_4 .row {
		display: flex;
		row-gap: 20px;
		flex-direction: column;
		justify-content: space-around;
		align-content: center;
		flex-wrap: wrap;
	}
	
	.block_4 .row .column {
		column-gap: 20px;
	}
	
	.block_4 .row img {
		width: 65px;
		height: 65px;
	}
	
	.block_4 .row .column div span:first-child {
		font-size: 26px;
	}
	
	.block_4 .row .column div span:last-child {
		font-size: 14px;
	}
	
	.block_5 {
		padding: 40px 0 60px 0;
	}
	
	H2 {
		font-size: 30px;
		
	}
	
	H2 span {
		font-size: 30px;
	}
	
	.block_5 .row span {
		
		border-radius: 10px;
		padding: 0px 10px;
		font-size: 30px;
	}
	
	.block_5 .content-block {
		column-gap: 10px;		
		flex-direction: row;
		flex-wrap: nowrap;
		margin-top: 40px;
	}
	
	.block_5 .content-block img {
		width: 50vw;
		border-radius: 10px;
	}
	
	.block_5 .content-block .text-block {
		border-radius: 10px;
		padding: 5px;
		
	}
	
	.block_5 .content-block .text-block span {
		font-size: 15px;
	}
	
	.block_6 {
		padding: 40px 0;
	}
	
	.back-text {
		border-radius: 10px;
		padding: 0 16px;
	}
	
	.block_6 .content-block {
		margin: 40px 0;
	}
	
	.block_6 p {
		font-size: 20px;
		line-height: 30px;
	}
	
	.block_6 img
	{
		width: 50%;
	}

	.block_7 {
		min-height: 260px;
		padding: 40px 0;
	}
	
	.block_7 p {
		font-size: 20px;
		line-height: 30px;
		margin: 40px 0;
	}

	.button {
		font-size: 24px;
		padding: 10px;
		width: 80%;
		border-radius: 10px;
	}
	
	.block_8 {
		min-height: 260px;
		display: flex;
		flex-direction: column-reverse;
	}
	
	.block_8 .left-block {
		height: 260px;
		width: 100%;
		display: flex;
		justify-content: flex-end;
	}
	
	.block_8 .half-width {
		max-width: 620px;
		display: flex;
		row-gap: 20px;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		padding: 40px;
	}
	
	.block_8 .right-block {
		min-height: 260px;
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	
	.block_8 .row
	{
		padding: 0;
	}
	
	.block_8 .top
	{
		row-gap: 20px;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}

	.popup
	{
		width: auto;
		min-width: 280px;
	}
}
