
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
	margin: 0;
	overflow-x: hidden;
	scroll-behavior: smooth;
	min-height: 100vh;
	font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}
html {
  scroll-behavior: smooth;
}
html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
.modal {
	display: none;
}
.container {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
* {
	box-sizing: border-box;
}
.header {
	padding: 45px 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.header_col {
	display: flex;
	align-items: center;
}
.header_menu ul {
	display: flex;
	align-items: center;
}
.header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header_col:last-child {
	gap: 15px;
}
.wrapper_button {
	display: flex;
	justify-content: center;
}
.btn {
	font-size: 17px;
	font-weight: 500;
	width: fit-content;
	text-transform: uppercase;
	line-height: 20.72px;
	cursor: pointer;
	color: #ffffff;
	border: 1px solid transparent;
	text-transform: uppercase;
	padding: 14px 50px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn.btn_v1 {
  text-decoration: none;
}
.header_menu {
	margin-left: 70px;
}
.header_menu ul li a {
	font-size: 17px;
	font-weight: 500;
	line-height: 20.72px;
	text-decoration: none;
	color: #ffffff;
}
.header_menu ul li:not(:last-child) {
	margin-right: 60px;
}
.btn_v1 {
	background: #2DB9ED;
}
.btn_v2 {
	background: #0053A6;
}
.btn_v3 {
	background: #ffffff;
	color: #000000;
}
.header_logo img {
	height: auto;
	width: 250px;
	display: block;
}
.hero_block {
	min-height: 777px;
	background-size: cover;
	display: flex;
	align-items: center;
	text-align: left; 
	background: url('../images/hero.jpg') no-repeat;
	background-position: center;
}
.hero_block .container {
  position: relative;
}
.hero-qr {
  position: absolute;
  top: -100px;
  right: -80px;
  width: 80px;
}
.hero-qr.mobile {
  display: none;
}
.hero_block h1 {
	font-size: 32px;
	max-width: 488px;
	font-weight: 700;
	line-height: 67.05px;
	color: #FFFFFF;
	margin-bottom: 37px;
}
.hero_block p {
	max-width: 600px;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 37px;
	line-height: 20.72px;
	color: #ffffff;
}
.margin {
	margin: 140px 0;
}
h2 {
    font-size: 22px; 
    font-weight: 600; 
    text-align: center; 
    line-height: 1.2;
    margin: 0 auto 20px; 
    max-width: 80%; 
    word-wrap: break-word; 
}
h2 span {
	color: #2DB9ED;
}
.card_block_wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 15px;
}
.calc_top {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.calc_top h3 {
	font-size: 40px;
	display: flex;
	align-items: center;
	font-weight: 600;
	white-space: nowrap;
	line-height: 48.76px;
	color: #ffffff;
}
.calc_top span {
	color: #FFFFFF;
	font-size: 17px;
	font-weight: 300;
	line-height: 20.72px;
}
.calc_top h3:after {
	content: '';
    width: 64px;
    height: 1px;
    background: #ffffff;
    margin: 0 15px;
    display: inline-block;
}
.calc_block__wrapper {
	background: #0053A6;
	padding: 42px;
	border-radius: 9px;
}
.card_block_item {
	position: relative;
	display: flex;
	justify-content: center;
}
.card_block_item img {
	display: block;
	width: 100%;
}
.card_block_item span {
	position: absolute;
	top: 12px;
	z-index: 5;
	font-size: 40px;
	font-weight: 600;
	line-height: 48.76px;
	text-align: center;
	color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}
input {
	font-size: 17px;
	font-weight: 300;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding: 22px;
	border: 1px solid #ffffff;
	border-radius: 5px;
	outline: none;
	background: transparent;
	line-height: 20.72px;
	color: #FFFFFF;
}
input::placeholder {
	font-size: 17px;
	font-weight: 300;
	color: #FFFFFF;
}
.calc_block__wrapper .form {
	justify-content: center;
	display: flex;
}
.calc_block__wrapper input {
	max-width: 550px;
	width: 100%;
	margin-right: 13px;
}
.cards_top_items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr ;
	grid-gap: 16px;
}
.cards_top_content {
	padding: 30px 16px;
	background: #EAEAEA;
}
.cards_top_items img {
	display: block;
	height: 350px;
	width: 100%;
	object-fit: cover;
}
.cards_top_item-position img {
  object-position: right;
}
.cards_top_item:first-child .cards_top_content svg {
  margin-top: 5px;
}
.scheme_wrapper {
    display: flex; 
    justify-content: center; 
    gap: 60px;
    align-items: center; 
    margin-top: 50px;
}

.scheme_item {
    text-align: center; 
    max-width: 50%;
}

.scheme_item h3 {
    font-size: 26px; 
    font-weight: 700;
    margin-bottom: 20px;
}

.scheme_item img {
    width: 100%; /
    max-width: 600px;
    height: auto; 
}

.cards_top_content_title {
	font-size: 24px;
	font-weight: 600;
	line-height: 29.26px;
	color: #000000;
	margin-bottom: 14px;
	text-align: center;
}
.cards_top_content_subtitle {
	font-size: 18px;
	font-weight: 600;
	line-height: 29.26px;
	text-align: center;
	color: #000000;
	margin-bottom: 14px;
}
.popup_active .modal {
    opacity: 1;
    z-index: 10;
    padding: 0 20px;
    visibility: visible;
}
.calc_block_wrapper {
	background: #2DB9ED;
	position: relative;
}
.calc_block_inputs button.btn {
	width: 100%;
	margin-top: 20px;
}
.calc_block_input input {
	width: 100%;
}
.calc_block_input {
	margin-top: 20px;
}
.modal .title {
    font-size: 25px !important;
    max-width: 100% !important;
    line-height: normal;
	color: #ffffff;
	margin-bottom: 20px;
    text-align: left !important;
}
.modal .subtitle {
    display: none;
}
.modal .calc_block_wrapper {
        margin: 0;
        padding: 20px;
    max-width: 500px;
}
.modal {
	position: fixed;
left: 0;
top: 0;
width: 100%;
transition: all .3s linear;
height: 100%;
opacity: 0;
visibility: hidden;
background: rgba(0, 0, 0, .6);
display: flex;
align-items: center;
justify-content: center;
}
.modal_close {
    width: 25px;
    height: 25px;
    display: block;
    transition: all .3s linear;
    position: absolute;
    right: 10px;
    top: 10px;
}
.modal_close svg {
    height: 100%;
    width: 100%;
}
.modal_close:hover {
    opacity: .7;
}
body.popup_active {
    overflow: hidden;
}
.cards_top_content_text {
	font-size: 15px;
	min-height: 90px;
	font-weight: 400;
	line-height: 18.29px;
	color: #000000;
}
.cards_top_content svg {
	margin-left: auto;
	display: block;
	margin-top: 25px;
}
.video_block p {
	font-size: 17px;
	font-weight: 500;
	line-height: 25.44px;
	color: #575757;
	text-align: center;
	margin-bottom: 40px;
}
.video_block__wrapper video {
	display: block;
	width: 100%;
}
.video_block {
	padding-top: 70px;
	padding-bottom: 70px;
	background: #F6F6F6;
}
.info_block_title {
	font-size: 24px;
	font-weight: 500;
	line-height: 29.26px;
	margin-top: 32px;
	margin-bottom: 16px;
	color: #000000;
}
.info_block__item {
	padding: 36px;
	box-shadow: 1px 1px 10px 0px #00000040;
	border-radius: 7px;
	background: #ffffff;
}
.image_block img {
	display: block;
	width: 100%;
}
.image_block .wrapper_button, .video_block .wrapper_button {
	margin-top: 70px;
}
.info_block__wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}
.info_block_text {
	font-size: 17px;
	font-weight: 300;
	line-height: 20.72px;
	color: #575757;
}
.products_item img {
	display: block;
	max-height: 165px;
	max-width: 165px;
	margin-left: auto;
	margin-right: auto;
	min-height: 165px;
	margin-bottom: 28px;
}
.info_block__item svg {
	display: block;
}
.products_item {
	padding: 23px 15px;
	box-shadow: 1px 1px 10px 0px #00000040;
	border-radius: 7px;
}
.products__wrapper {
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
	display: grid;
}
.products_item_title {
	font-size: 22px;
	font-weight: 700;
	line-height: 29.26px;
	text-align: center;
	color: #000000;
	margin-bottom: 7px;
}
.product_line {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.products_item_text {
	font-size: 17px;
	font-weight: 500;
	line-height: 20.72px;
	text-align: center;
	margin-bottom: 45px;
	color: #000000;
}
.product_line > span:first-child {
	font-size: 17px;
	font-weight: 500;
	line-height: 20.72px;
	text-align: center;
	color: #000000;
}
.product_line > span:last-child {
	font-size: 17px;
	text-align: center;
	font-weight: 400;
	line-height: 20.72px;
	color: #7F7F7F;
}
.product_line:not(:last-child) {
	margin-bottom: 12px;
}
.products_item.active {
	background: #0053A6;
	box-shadow: 1px 1px 10px 0px #00000040;
}
.products_item.active .products_item_title {
	color: #ffffff;
}
.products_item.active .products_item_text {
	color: #ffffff;
}
.products_item.active .product_line > span:first-child {
	color: #ffffff;
}
.products_item.active .product_line > span:last-child {
	color: #DCDCDC;
}
.footer {
	background: url('../images/footer.jpg') no-repeat center;
	background-size: cover;
	padding-top: 112px;
	border-radius: 120px 120px 0 0;
	padding-bottom: 100px;
}
.footer .container {
  position: relative;
}
.image_block img.footer-qr {
  position: absolute;
  width: 100px;
  top: 30%;
  right: 10%;
}
.footer h2 {
	font-size: 55px;
	padding-bottom: 23px;
	max-width: 100%;
	text-align: left;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 67.05px;
	color: #FFFFFF;
}
.footer hr {
	max-width: 700px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: 0;
}
.footer .form {
	display: flex;
}
.footer .form input {
	margin-right: 13px;
	max-width: 500px;
	width: 100%;
}

.footer__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.footer_socials {
	margin: 50px 0;
	display: flex;
	align-items: center;
}
.footer_socials a:not(:last-child) {
	margin-right: 8px;
}
.footer_phone {
	font-size: 20px;
	font-weight: 500;
	line-height: 27.04px;
	text-align: left;
	color: #FFFFFF;
}
.footer__description {
	margin-top: 6px;
	font-size: 14px;
	font-weight: 300;
	line-height: 18.93px;
	color: #FAB51B;
}
.footer__item:last-child {
	display: flex;
	flex-direction: column;
}
.footer_logo .footer_phone {
  display: block;
  margin-top: 10px;
}

.thank-you-text {
  padding: 200px 0;
}
.thank-you-text p {
  text-align: center;
}
h2.text-center {
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 40px;
}
.after__footer {
  text-align: center;
}
.after__footer-img {
  margin: 0 auto;
  display: block;
}

@media(max-width: 1400px) {
  .hero-qr {
    position: absolute;
    top: -40px;
    right: -20px;
    width: 80px;
  }
}
@media(max-width: 1024px) {
  .image_block img.footer-qr {
    right: 50px;
 }
}

@media(max-width: 991px) {
  .hero-qr.mobile {
    display: block;
    position: relative;
    top: 0;
    right: 0;
  }
	.header_menu {
		display: none;
	}
	.header_col .btn_v1, .hero-qr.desktop {
		display: none;
	}
	.hero_block h1 {
		font-size: 24px;
		font-weight: 700;
		line-height: 29.26px;
		margin-bottom: 11px;
		text-align: center;
	}
	.header {
		padding: 19px 0;
	}
	.hero_block p {
		font-size: 12px;
		font-weight: 500;
		line-height: 14.63px;
		margin-bottom: 23px;
		text-align: center;
	}
	.hero_block .container {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.btn {
		padding: 12px;
		font-size: 10px;
		font-weight: 500;
		line-height: 12.19px;
	}
	.hero_block {
		min-height: 100%;
		display: flex;
		background: url('../images/hero.jpg') no-repeat !important;
		background-position: center !important;
		background-size: cover !important;
		padding-top: 401px;
		padding-bottom: 70px;
	}
	.header_logo img {
		max-width: 160px;
	}
	.margin {
		margin: 45px 0;
	}
	h2 {
		font-size: 18px; 
	}
	.info_block__wrapper {
		grid-template-columns: 1fr;
	}
	.info_block__item svg {
		max-width: 30px;
		max-height: 30px;
	}
	.info_block_text {
		font-size: 10px;
		font-weight: 300;
		line-height: 12.19px;
	}
	.products__wrapper {
		overflow: scroll;
		display: flex;
		padding: 10px 0;
	}
	.info_block__item {
		padding: 14px;
	}
	.info_block_title {
		font-size: 13px;
		margin-bottom: 13px;
		margin-top: 7px;
		font-weight: 500;
		line-height: 15.85px;
	}
	.video_block p {
		font-size: 12px;
		line-height: 18px;
	}
	.image_block .wrapper_button, .video_block .wrapper_button {
		margin-top: 45px;
	}
	.wrapper_button {
		padding: 0 20px;
	}
	.wrapper_button .btn {
		width: 100%;
	}
	.cards_top_item {
		min-width: 280px;
	}
	.video_block {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.cards_top_content {
		padding: 10px;
	}
	.cards_top_content svg {
		max-width: 17px;
		margin-top: 20px;
	}
  .cards_top_item:first-child .cards_top_content svg {
    margin-top: -5px;
  }
	.cards_top_content_text {
		font-size: 10px;
		font-weight: 400;
		min-height: 60px;
		line-height: 12.19px;
	}
	.cards_top_content_title {
		font-size: 13px;
		font-weight: 600;
		line-height: 15.85px;
	}
	.cards_top_content_subtitle {
		font-size: 13px;
		font-weight: 600;
		line-height: 15.85px;
	}
	.cards_top_items {
		overflow: scroll;
		display: flex;
	}
	.calc_top h3:after {
		display: none;
	}
	.calc_block__wrapper .btn {
		width: 100%;
		margin-top: 15px;
	}
	input {
		padding: 12px;
		font-size: 11px;
		font-weight: 300;
		line-height: 13.41px;
	}
	input::placeholder {
		font-size: 11px;
		font-weight: 300;
		line-height: 13.41px;
	}
	.calc_block__wrapper .form {
		flex-direction: column;
	}
	.calc_top {
		flex-direction: column;
	}
	.calc_top span {
		padding-left: 12px;
		border-left: 1px solid #ffffff;
		margin-top: 24px;
		font-size: 12px;
		line-height: 14px;
	}
	.footer h2 {
		font-size: 20px;
		line-height: 24px;
		text-align: center;
	}
	footer {
		border-radius: 40px;
		padding-top: 70px;
		padding-bottom: 100px;
	}
	.footer .form {
		flex-direction: column;
	}
	.footer .form .btn {
		width: 100%;
		margin-top: 15px;
	}
	.calc_top h3 {
		font-size: 24px;
		white-space: normal;
		font-weight: 600;
		line-height: 29.26px;
		text-align: center;
	}
	footer hr {
		display: none;
	}
	.card_block_item span {
		font-size: 24px;
		font-weight: 600;
		line-height: 29.26px;
		text-align: center;
	}
	.products_item {
		min-width: 250px;
	}
	.products_item img {
		margin-left: auto;
		margin-right: auto;
	}
	.products_item_text {
		margin-bottom: 20px;
	}
	.card_block_item img {
		max-height: 160px;
		object-position: bottom;
		object-fit: cover;
	}
	.card_block_wrapper {
		grid-template-columns: 1fr;
	}
	.header_col .btn {
		font-size: 10px;
		line-height: 12px;
		padding: 8px;
	}
  .image_block img.footer-qr {
    position: relative;
    width: 100px;
    top: 0;
    right: 0;
    margin: 50px auto 0;
  }
  .card_block_item span {
    padding-left: 20px;
  }
  .card_block_item {
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .scheme_wrapper {
    flex-direction: column; /* Відображення у стовпчик */
    align-items: center;
  }

  .scheme_item {
    max-width: 90%;
  }
  .cards_top_items img {
      height: auto; 
      max-height: 200px; 
  }
}
@media (max-width: 500px) {
  .header_col:last-child {
    gap: 5px;
  }
}
@media (max-width: 400px) {
  .header .container {
    padding: 0 8px;
  }
  .header_col .btn {
    font-size: 8px;
    padding: 8px 5px;
  }
}
