	body {
		overflow-x: hidden;
	}

	img {
		user-select: none;
		-moz-user-select: none;
	}

	#hdr {
		z-index: 10;
		position: relative;
	}

	#hdr .gg, .bcl, .bcl .g, .bcl .h {
		color: white;
	}

	#hdr a {
		color: #FFFFFF;
		border-color: rgba(123, 168, 190, 0.5);
	}

	#hdr a:hover, .bcl a:hover {
		color: #ffd938 !important;
	}

	#hdr img:first-child {
		filter: grayscale(1) brightness(2);
	}

	#hdr img:last-child {
		filter: invert(1) grayscale(1) brightness(2);
	}

	#hdr input[type="submit"] {
		background: none;
		color: white;
		border: 1px solid white;
	}

	#hdr input[type="submit"]:hover {
		color: #ebebeb;
		border-color: #ebebeb;
	}

	#submenu {
		background: #3d77b3;
		color: white;
	}

	#submenu a {
		color: white;
	}

	#submenu a:hover {
		color: #ffd938 !important;
	}

	.actsub {
		background: #3d77b3 !important;
	}

	.actsub a:hover {
		color: white !important;
	}

	.actmenu {
		background: #3d77b3 !important;
	}

	.actmenu a {
		color: white !important;
	}

	#global {
		/*		position: absolute;*/
		width: 100%;
		top: 0;
		left: 0;
		font-family: StemWebLight;
	}

	#global * {
		position: relative;
	}

	button {
		background: #0254A2;
		border: 2px solid #0254A2;
		color: white;
		padding: 10px 20px;
		font-weight: bold;
		border-radius: 5px;
		transition-duration: 200ms;
	}

	button:hover {
		background: #72B634;
		border-color: #72B634;
	}

	.btn_green {
		background: #72B634;
		border: 2px solid #72B634;
		border-radius: 5px;
		color: white;
	}

	.btn_green:hover {
		background: #0254A2;
		border-color: #0254A2;
	}

	.btn_green_top:hover {
		background: #0254A2;
		border-color: #FFF;
	}

	.blue_top {
		background: #0A539F;
		height: 815px;
		width: 100%;
		top: -135px;
		padding-top: 0;
		margin-bottom: -85px;
		z-index: -1;
		color: white;
	}

	.blue_top h1 {
		color: white;
		font-size: var(--h1-size);
	}

	.hh1 {
		font-family: StemWeb, Arial;
		color: white;
		font-size: var(--h1-size);
		line-height: 1.2;
		font-weight: normal;
		top: 107px;
		left: -10px;
	}

	.blue_top h2 {
		color: white;
		font-size: 18px;
	}

	.flex {
		display: flex;
	}

	.block3 div {
		width: 39%;
	}

	.block2 div {
		width: 49%;
	}

	.content {
		width: 1200px;
		margin: 0 auto;
	}

	.content .hr {
		text-align: center;
	}

	.pad2 div {
		padding-right: 80px;
	}

	.pad2 h2 {
		font-size: 20px;
	}

	.content ol {
		counter-reset: myCounter
	}

	.content ol li {
		display: flex;
		margin-bottom: 15px;
		list-style: none;
	}

	.content ol li:before {
		counter-increment: myCounter;
		content:counter(myCounter);
		color: #72B634;
		text-align: left;
		position: relative;
		font-weight: bold;
		left: -10px;
	}

	.r_bg {
		top: 7px;
		display: inline-block;
		border-radius: 50%;
		border: 10px solid #dadada;
		width: 10px;
		height: 10px;
		margin-right: 10px;
	}

	.rad {
		cursor: pointer;
	}

	.rad._sel .r_bg {
		border-color: #72B634;
	}

	.bleft {
		display: block;
		text-align: left;
	}

	.bright {
		display: block;
		text-align: right;
	}

	.named {

	}

	.named .name_line {
		display: flex;
		align-items: center;
	}

	.named div {
		padding: 0 40px;
	}

	.named .num {
		color: #72B634;
		font-size: 55px;
		font-weight: normal;
		padding-right: 10px;
	}

	.named .name {
		color: #0A539F;
		font-size: 15px;
	}

	.named .btn_green {
		background: #FFF;
		color: black;
		border-radius: 25px;
	}

	.named .btn_green:hover {
		background: #0A539F;
		border-color: transparent;
		color: white;
	}


	#counter {
		user-select: none;
		-moz-user-select: none;
		border-radius: 3px;
		background: #dedede;
		z-index:1;
	}

	#line {
		background: #0A539F;
		border-radius: 3px;
		height: 5px;
		width: 0;
	}

	#roll {
		display: inline-block;
		width:40px;
		height:40px;
		border-radius: 50%;
		border: 1px solid #dbd5ed;
		box-shadow: 2px 3px 3px #0A539F;
		background: #FFFFFF;
		top: -20px;
		left: 0;
	}

	#counter_info h2 {
		color: #72B634;
	}

	#counter_info td {
		text-align: center;
	}

	.r_bg {
		top: 7px;
		display: inline-block;
		border-radius: 50%;
		border: 10px solid #dadada;
		width: 10px;
		height: 10px;
		margin-right: 10px;
	}

	.rad {
		cursor: pointer;
	}

	.rad._sel .r_bg {
		border-color: #72B634;
	}

	.bt_class div {
		text-align: center;
		box-shadow: 0 0 20px #c6c6c6;
		margin: 20px;
		padding: 20px;
		width: 39%;
		border-radius: 10px;
	}

	.bt_class h3 {
		color: #72B634;
		font-size: 60px;
		font-weight: normal;
	}

	.bt_class h3 img {
		height: 83.5px;
		top:20px;
	}

	.bt_class div span {
		font-size: 25px;
	}

	#cookie_info {
		z-index: 5000;
	}

	#global .content {
		width: 100% !important;
		max-width: 1200px;
	}

	#global .block_3 .content .block3 div {
		gap: 20px;
		display: grid;
		grid-template-rows: auto 1fr auto;
	}

	#global .block_3 .content .block3 br {
		display: none;
	}

	:root {
		--h1-size: 60px;
		/* --h2-size: 40px; */
	}

	@media screen and (max-width: 1700px) {
		.block_3 .content * {
			width: auto !important;
		}

		.block_3 .content br {
			display: none;
		}

		#global .block_3 .content {
			max-width: 1200px;
			width: 100% !important;
			margin: 140px auto 0;
		}

		#global .block_3 .block3 {
			display: grid;
			grid-template-columns: repeat(3, 1fr);
			gap: 80px
		}

		#global .block_3 {
			background: transparent;
		}

		.block_3 .named div {
			padding: 0;
		}

		#global .block_3 .content br,
		#global .block_3>img {
			display: none;
		}

		#global .blue_top .container {
			width: 100% !important;
		}

		#global .block_3 .content>div:nth-child(9) {
			display: flex;
			justify-content: center;
			width: 100% !important;
			aspect-ratio: 3 / 1;
			margin: 100px auto;
		}

		#global .block_3 .content>div:nth-child(9) img {
			position: absolute;
			left: 110px;
			top: 0;
			object-fit: contain;
			width: 100% !important;
		}

		#global .block_3 .content>div:nth-child(2) {
			margin-bottom: 40px;
			padding: 0 !important;
		}

		#global .block_3 .content>div:last-child {
			margin-top: 40px !important;
			display: flex;
			align-content: center;
		}

		#global .tariffs .bdw {
			max-width: 1200px;
			min-width: auto;
		}
	}


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

		body {
			width: 100vw;
		}

		#global {
			width: auto !important;
		}

		#global .blue_top {
			overflow: hidden;
			width: 100vw;
			left: 0;
			height: auto;
		}

		#global .blue_top * {
			width: auto;
			min-width: auto !important;
		}

		#global .top_blue {
			margin-top: 0;
			top: 0;
			display: flex;
			flex-direction: column;
			gap: 150px;
			width: auto !important;
			min-width: auto !important;
			transform: scale(0.8, 0.8);
			text-align: left;
		}

		#global .top_blue h1,
		.hh1,
		#global .top_blue .block3 {
			margin: 0 !important;
		}

		.hh1 {
			margin: -125px 0 35px !important;
		}

		#global .top_blue .block3 {
			display: flex;
			gap: 20px;
			flex-wrap: wrap;
			width: 100% !important;
		}

		#global .top_blue .block3 div {
			width: 250px;
		}

		#global .content {
			display: flex;
			flex-direction: column;
			gap: 50px;
			margin: -200px auto 0;
			transform: none;
			padding: 0 50px !important;
		}

		#global .content * {
			margin: 0 !important;
		}

		#global .content .block2 {
			display: grid;
			grid-template-columns: repeat(2, 1fr);
			gap: 50px;
			align-items: center;
		}

		#global .content .block2 div {
			width: 100%;
			display: flex;
			flex-direction: column;
			align-items: center;
		}

		#global .content .block2 div * {
			position: static !important;
		}

		#global .content .block2 div img {
			object-fit: contain;
		}

		#global .content .block2 div img:nth-child(1) {
			/*aspect-ratio: 2/1;*/
			width: 300px;
		}

		#global .content .block2 div img:nth-child(2) {
			aspect-ratio: 5/2;
			width: 100%;
		}

		#global .content .block2 h2 {
			margin-bottom: 20px !important;
		}

		#global .content .block2:nth-child(3) div {
			padding-top: 0 !important;
		}

		#global .content .block2:nth-child(3) div:nth-child(2) img {
			display: none;
		}


		#global .content .block2:nth-child(3) div:nth-child(1) img:nth-child(1) {
			width: 100% !important;

		}

		#global .block_3 .content * {
			width: auto !important;
		}

		#global .block_3 {
			margin-top: -250px;

		}

		#global .block_3 .content {
			margin-top: 0;
		}

		#global section:nth-child(4) .content>.block3:nth-child(20) img,
		#global section:nth-child(4) .content>.block3:nth-child(24) img {
			display: none;
		}

		#global section:nth-child(4) .content>.block3:nth-child(20),
		#global section:nth-child(4) .content>.block3:nth-child(24) {
			display: grid;
			grid-template-columns: repeat(3, 1fr);
			gap: 40px;
		}

		#global section:nth-child(4) .content>.block3:nth-child(20) div,
		#global section:nth-child(4) .content>.block3:nth-child(24) div {
			width: 100%;
		}

		#global section:nth-child(4) .content>div:last-child {
			display: none;
		}

		#global section:nth-child(4) .content {
			margin-top: -500px;
		}

		#global section:nth-child(4) .content > div:nth-child(12) {
			display: none;
		}

		#global .how_connect .content .bt_class {
			display: grid;
			gap: 20px;
			grid-template-columns: repeat(4, 1fr);
		}

		#global .how_connect .content {
			margin-top: 0 !important;
		}

		#global .how_connect .content .bt_class div {
			width: 100%;
		}

		#global .how_connect .content .bt_class a {
			width: 86% !important;
		}

		#global .how_connect .content div:nth-child(11) table tbody tr {
			display: grid;
			grid-template-columns: repeat(5, 1fr);
			gap: 20px;
		}


		#global section:nth-child(4) .content>div:nth-child(6) .block3 {
			display: grid;
			gap: 80px;
			grid-template-columns: repeat(3, 1fr);
		}

		#global section:nth-child(4) .content>div:nth-child(6) .block3 div {
			width: 100%;
			padding: 0 !important;
		}

		#global .tariffs .mmt>table tbody tr {
			display: flex;
			flex-wrap: wrap;
			max-width: 80vw;
		}

		#global .tariffs .mmt > table tbody tr td:first-child {
			min-width: none !important;
			width: auto;
			white-space: break-spaces;
		}

		#global .tariffs .mmt > table tbody tr td:nth-child(3) {
			display: flex;
			align-items: center;
		}

		#global .tariffs .mmt > table tbody tr td:nth-child(2) {
			display: none;
		}

		#global .tariffs #_sms {
			width: 100%;
			overflow: auto;
			max-width: 90vw;
		}

		#global .tariffs #tab_1 {
			min-width: 100vw;
		}

		#global .content > div:nth-child(9) {
			width: auto !important;
			left: 0 !important;
			overflow: hidden;
		}

		#global .top_blue img {
			pointer-events: none;
			top: 160px !important;
			right: -100px !important;
			width: 50vw !important;
		}

		#global .content > div > img,
		#global .content > img {
			display: none;
		}

		#global .content br {
			display: none;
		}

		#global .content {
			margin: 50px auto 0;
		}

		#global .hr {
			font-size: 50px;
			margin-bottom: 30px !important;
		}

		#global .content > img:nth-child(3) {
			display: block;
			left: 0 !important;
		}

		#global .block3 {
			gap: 50px;
			display: grid;
			grid-template-columns: repeat(3, 1fr);
		}

		#global .block3.named {
			grid-template-columns: repeat(2, 1fr);
		}

		#global .block3 > * {
			left: 0 !important;
			width: 100% !important;
			padding: 0 !important;
		}

		#global .top_blue .block3 > * {
			padding-left: 10px !important;
		}

		#global .content > div:nth-child(9) img {
			top: 0 !important;
			left: 0 !important;
		}

		#global .content > div:nth-child(9) {
			display: flex;
			flex-direction: column;
			gap: 30px;
		}

		#global .content > div:nth-child(9) .block3 {
			grid-template-columns: 4fr 1fr 3fr;
			margin-top: 30px !important;
		}

		#global .content > div:nth-child(9) .block3 > div:first-child {
			display: flex;
			flex-direction: column;
			align-items: start;
			gap: 20px;
		}

		#global .content > div:nth-child(9) .block3 > * {
			min-width: auto !important;
			width: 100% !important;
		}

		#global .content > div:nth-child(9) .block3 > div:first-child > * {
			min-width: auto !important;
			width: 100% !important;
			left: 0 !important;
		}

		#global .content > div:nth-child(9) .block3 .rad {
			display: flex;
			align-items: center;
			gap: 10px;
		}

		#global .content > div:nth-child(9) .block3 .r_bg {
			position: static;
		}

		#global .content > div:nth-child(9) .block3 textarea {
			width: 100% !important;
		}

		#global .flex:nth-child(19) {
			width: 100% !important;
			display: flex;
			gap: 40px;
		}

		#global .content .flex:nth-child(19) > img {
			display: block;
			margin: 0 !important;
			aspect-ratio: 1.2 / 1;
		}


		#global .content .flex.block2 {
			gap: 50px;
			display: grid;
			grid-template-columns: repeat(2, 1fr);
		}

		#global .content .block2 div {
			display: grid;
		}

		#global .content #prevBl.block2 img {
			max-width: 400px !important;
			width: 100% !important;
			height: auto !important;
			/*aspect-ratio: 2/1 !important;*/
		}

		#global .content #prevBl.block2 .bright img {
			max-width: 144px !important;
		}

		#global .content > div:nth-child(33) {
			margin: 0 auto !important;
		}

		#global .content #counter_info tr {
			gap: 30px;
			display: flex;
			align-items: start;
			flex-direction: column;
		}

		#global .content #counter_info tr:nth-child(2) {
			gap: 20px;
		}

		#global .content #counter_info tbody {
			display: grid;
			justify-items: start;
			grid-template-columns: repeat(3, 1fr);
		}

		#global .content #counter_info tr td {
			padding: 0 !important;
		}

		#global .content #counter_info tr td div {
			gap: 20px;
			display: flex;
			align-items: start;
			flex-direction: column;
		}

		#global .content .flex.block2:nth-child(47) div,
		#global .content .flex.block2:nth-child(47) span {
			padding: 0 !important;
		}

		#global .content .flex.block2:nth-child(47) div:first-child {
			padding: 15px !important;
		}

		#global .content .bt_class {
			display: grid;
			gap: 20px;
			grid-template-columns: repeat(3, 1fr);
		}

		#global .connect {
			margin-top: 0 !important;
		}

		#global .content .bt_class div {
			width: 100%;
		}

		#global .content .bt_class a {
			width: 86% !important;
		}

		#global .content .bt_class span {
			margin-top: 30px !important;
			display: block;
			font-size: 18px;
		}
	}

	@media screen and (max-width: 1100px) {
		body > .bdw {
			min-width: auto !important;
			width: 100%;
		}
		#hmenu {
			max-width: 100%;
		}
		body > .bdw table tbody tr {
			display: flex;
			flex-wrap: nowrap;
			flex-direction: row;
			gap: 30px;
			overflow: auto;
			margin-top: 15px;
			max-width: 90vw;
			align-items: center;
		}

		body > .bdw table tbody tr td:nth-child(2) {
			display: none;
		}
		#global .content {
			transform: none;
			padding: 15px !important;
			margin: 0 auto;
		}
		#global .content > div:nth-child(9) {
			padding: 15px !important;
		}
		body > .bdw table tbody tr td:nth-child(4) br {
			display: none;
		}

		body > .bdw table tbody tr td:nth-child(4) {
			display: flex;
			flex-direction: column;
			gap: 10px;
		}

		body > .bdw table tbody tr td:nth-child(4) div {
			position: static !important;
		}

		body > .bdw table tbody tr > table tbody tr {
			gap: 10px;
		}

		:root {
			--h1-size: 50px;
		}

		#global .top_blue {
			gap: 50px;
		}

		#global .blue_top {
			top: -160px;
		}

		.hh1 {
			margin: -20px 0 125px !important;
		}

		#global .block_3 .block3 {
			gap: 40px 80px;
			grid-template-columns: repeat(2, 1fr);
		}

		#global section:nth-child(4) .block2 img {
			top: 0 !important;
		}

		#global .content #prevBl.block2 img {
			max-width: 350px !important;
		}

		#global section:nth-child(4) .content>.block2:nth-child(11) {
			grid-template-columns: 1fr;
		}

		#global section:nth-child(4) .content>.block2:nth-child(11)>div:nth-child(2) {
			flex-direction: row;
		}

		#global section:nth-child(4) .content>.block2:nth-child(11)>div:nth-child(1) svg {
			display: none;
		}

		#global section:nth-child(4) .content>.block2:nth-child(11) img {
			aspect-ratio: 1;
			width: 100%;
			max-width: none;
		}

		#_body {
			margin-bottom: 30px;
		}

		#global .content .flex.block2:nth-child(47) {
			grid-template-columns: 1fr;
		}

		#global .content .bt_class div:last-child img {
			aspect-ratio: 2/1;
			width: 150px;
			object-fit: contain;
		}
	}

	@media screen and (max-width: 905px) {
		:root {
			--h1-size: 45px;
		}

		#global .tariffs .mmt > table tbody tr td:nth-child(3) img {
			top: 2px !important;
		}

		#global section:nth-child(2) {
			display: flex;
			flex-direction: column;
			margin-top: -200px;
		}

		#global .content .block2 {
			grid-template-columns: 1fr;
			justify-items: center;
		}

		#global .content .block2 div:nth-child(2) br {
			display: none;
		}

		#global .content .block2:nth-child(1) div:nth-child(2),
		#global .content .block2:nth-child(3) div:nth-child(2) {
			max-width: 70%;
			align-items: center;
			margin: 0 auto !important;
		}

		#global .content .block2:nth-child(2) div:nth-child(1),
		#global .content .block2:nth-child(4) div:nth-child(1) {
			max-width: 70%;
			align-items: center;
			margin: 0 auto !important;
		}

		#global .content .block2 div img:nth-child(1) {
			width: 100%;
			max-width: 300px;
		}

		#global .content .block2 div img:nth-child(2) {
			width: 100%;
			max-width: 500px;
		}

		#global .content .block2 div {
			padding: 0 !important;
			display: flex;
			flex-direction: column;
			align-items: center;
			gap: 20px;
		}

		#global .content .block2 div img {
			margin-bottom: 20px !important;
		}

		#global .content .block2 div br {
			display: none;
		}

		#global .block_3 {
			margin-top: -400px;

		}

		#global section:nth-child(4) .hr {
			text-align: center;
		}

		#global section:nth-child(4) .block2 img {
			grid-row: 1;
			width: 100vw;
		}

		#global section:nth-child(4) .content>div:last-child {
			display: none;
		}

		#global section:nth-child(4) .content>.block3:nth-child(20),
		#global section:nth-child(4) .content>.block3:nth-child(24) {
			grid-template-columns: repeat(2, 1fr);
		}

		#global section:nth-child(4) .content>.block3:nth-child(24)>div:nth-child(1) {
			grid-row: 2;
		}

		#global section:nth-child(4) .content>.block3:nth-child(24)>div:nth-child(2) {
			grid-column: 2;
			grid-row: 1;
		}

		#global .how_connect .content .bt_class {
			grid-template-columns: repeat(2, 1fr);
		}

		#global .how_connect .content .bt_class a {
			width: 91% !important;
		}

		#global .how_connect .content .block2:nth-child(7) div {
			padding-left: 20px !important;
		}

		#global .how_connect .content div:nth-child(11) table tbody tr {
			grid-template-columns: repeat(3, 1fr);
			gap: 50px 20px;
		}

		#global section:nth-child(4) .content>div:nth-child(6) .block3 {
			grid-template-columns: repeat(2, 1fr);
		}

		#global section:nth-child(4) .content {
			margin: -700px auto -400px !important;
		}

		#global .top_blue img {
			width: 60vw !important;
		}

		#global .hr {
			font-size: 40px;
		}

		#global .block3 {
			grid-template-columns: repeat(2, 1fr);
		}

		#global .content > div:nth-child(9) .block3 > img {
			display: none;
		}

		#global .content > div:nth-child(9) .block3 {
			grid-template-columns: 1fr;
		}

		#global .content #prevBl.block2 > div {
			padding: 15px !important;
		}

		#global .content .flex.block2 {
			grid-template-columns: repeat(1, 1fr);
		}

		#global .content #counter_info tbody {
			max-width: 80vw;
			overflow: auto;
			grid-template-columns: repeat(3, 350px);
		}

		#global #counter #line {
			width: 80vw !important;
			overflow: hidden;
		}

		#global .content .bt_class {
			grid-template-columns: repeat(2, 1fr);
		}

		#global .content .bt_class a {
			width: 91% !important;
		}

		#global .content .flex.block2:last-child > div:first-child {
			padding-left: 15px !important;
		}

		#global .flex:nth-child(19) div {
			font-size: 18px !important;
		}

		#global .content {
			padding: 15px !important;
		}

		#prevBl {
			max-width: 500px;
			align-self: center;
		}

		#prevBl div {
			align-items: unset !important;
		}

	}

	@media screen and (max-width: 900px) {
		.content {
			width: auto;
		}
	}

	@media screen and (max-width: 724px) {
		#global .blue_top {
			top: -180px;
		}

		#global .tariffs .mmt > table tbody tr td:nth-child(3) img {
			top: 9px !important;
		}
	}

	@media screen and (max-width: 660px) {
		:root {
			--h1-size: 40px;
		}

		#global .block_3 .block3 {
			gap: 40px 80px;
			grid-template-columns: repeat(1, 1fr);
		}


		#global .block_3 .content>div:nth-child(9) img {
			left: 30px;
		}

		#global .block_3 .content>div:last-child {
			display: flex;
			flex-direction: column-reverse;
			gap: 30px;
		}


		#global .block_3 .content>div:last-child div {
			padding: 0 !important;
		}

		#global section:nth-child(4) .content>.block2:nth-child(11)>div:nth-child(2) {
			flex-direction: column;
			gap: 30px;
		}

		#global .how_connect .content .bt_class a {
			width: 86% !important;
		}

		#global .how_connect .content div:nth-child(11) table tbody tr {
			grid-template-columns: repeat(2, 1fr);
		}

		#global .content > div:nth-child(33) {
			width: 100% !important;
		}

		#global .block3.named {
			grid-template-columns: repeat(1, 1fr);
		}

		#global .content .bt_class a {
			width: 86% !important;
		}

		#global .content .bt_class {
			grid-template-columns: repeat(1, 1fr);
		}
	}

	@media screen and (max-width: 600px) {
		#global section:nth-child(4) .content>div:nth-child(6) .block3 {
			grid-template-columns: repeat(1, 1fr);
		}

		#global section:nth-child(4) .content>.block3:nth-child(20),
		#global section:nth-child(4) .content>.block3:nth-child(24) {
			grid-template-columns: repeat(1, 1fr);
		}


		#global section:nth-child(4) .content>.block3:nth-child(24)>div:nth-child(1) {
			grid-row: 3;
		}

		#global section:nth-child(4) .content>.block3:nth-child(24)>div:nth-child(2) {
			grid-column: 1;
			grid-row: 2;
		}

		.bright {
			text-align: right !important;
		}

		#global section:nth-child(4) .content>.block3:nth-child(24) {
			margin-top: -150px !important;
		}

		#global .content .flex.block2:nth-child(47) div:last-child > span > span {
			flex-direction: column;
		}

		#global .content .flex.block2:nth-child(47) div:last-child > span {
			gap: 30px;
		}

		#global .content .flex.block2:nth-child(47) div:last-child > span > span > span {
			font-size: 18px;
		}
	}

	@media screen and (max-width: 490px) {
		:root {
			--h1-size: 35px;
		}

		#global .top_blue img {
			width: 100vw !important;
			top: 520px !important;
			right: 0 !important;
		}

		#global .how_connect .content .bt_class {
			grid-template-columns: repeat(1, 1fr);
		}

		#global .how_connect .content .bt_class a {
			width: 92% !important;
		}

		.footer__row {
			grid-template-columns: 1fr;
		}

		#global .hr {
			font-size: 35px;
		}

		#global .block3 {
			grid-template-columns: repeat(1, 1fr);
		}

		#global .content .flex:nth-child(19) > img {
			height: 100px !important;
		}

		#global .flex:nth-child(19) {
			flex-direction: column;
		}

		#global .content .bt_class {
			grid-template-columns: repeat(1, 1fr);
		}

		#global .content .bt_class a {
			width: 92% !important;
		}

		#global .content #counter_info tbody {
			max-width: 100%;
		}

	}

	@media screen and (max-width: 437px) {
		#global .tariffs .mmt > table tbody tr td:nth-child(3) img {
			top: 2px !important;
		}

		#global .content .flex:nth-child(19) > img {
			height: 60px !important;
		}
	}