/*  ==========================================================================
	RESET 
	========================================================================== */
	*{padding:0;margin:0;border:none}*,::after,::before{box-sizing:border-box}a,a:link,a:visited{text-decoration:none}a:hover{text-decoration:none}aside,footer,header,main,nav,section{display:block}h1,h2,h3,h4,h5,h6,p{font-size:inherit;font-weight:inherit}ul,ul li{list-style:none}img{vertical-align:top}img,svg{max-width:100%;height:auto}address{font-style:normal}button,input,select,textarea{font-family:inherit;font-size:inherit;color:inherit;background-color:transparent}input::-ms-clear{display:none}button,input[type=submit]{display:inline-block;box-shadow:none;background-color:transparent;background:0 0;cursor:pointer}button:active,button:focus,input:active,input:focus{outline:0}button::-moz-focus-inner{padding:0;border:0}label{cursor:pointer}legend{display:block}

	/*  ==========================================================================
		STYLES 
		========================================================================== */
	body {
		font-family: 'Jost', sans-serif;
		font-size: 13pt;
		font-weight: 400;
	}
	
	body * {
		box-sizing: border-box;
	}
	
	.container {
		display: block;
		width: 1400px;
		max-width: 100%;
		margin: 0px auto;
	}
	
	.center {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.widow {
		display: inline-block;
	}
	
	.block-menu {
		display: flex;
		width: 100%;
		padding: 15px 5px;
		justify-content: space-between;
		align-items: center;
	}
	
	.block-menu .logo {
		display: block;
		width: 170px;
	}
	
	.block-menu .menu {
		display: flex;
	}
	
	.block-menu .menu li {
		margin: 5px 10px;
	}
	
	.block-menu .menu li a {
		color: rgb(255, 255, 255);
	}
	
	.block-menu .menu li a:hover {
		color: #E26F38;
	}
	
	.head-block {
		display: block;
		background-image: url(../images/bg-head.jpg);
		background-size: cover;
		background-position: left -350px center;
	}
	.thermostats .head-block {
		background-image: url(../images/bg-head-thermostats.jpg);
		background-position: 86% center;
	}
	
	.head-block .fon {
		width: 100%;
		height: 100%;
		padding: 10px 20px 10px 20px;
		background-color: #0000007d;
		color: #fff;
		min-height: 700px;
		display: flex;
		flex-wrap: wrap;
		align-content: space-between;
	}
	
	.head-block .fon h1 {
		margin: 30px auto;
	}
	
	.link_top {
		width: 400px;
		max-width: 100%;
		margin: 30px auto;
		border: none;
		background: #b32d2e;
		border-radius: 10px;
		font-weight: 700;
		font-size: 27px;
		line-height: 40px;
		display: flex;
		align-items: center;
		text-align: center;
		color: #FFFFFF;
		padding: 10px 20px;
		text-align: center;
		justify-content: center;
		cursor: pointer;
	}
	
	.link_top:hover {
		background: #c02b2b;
		color: #FFFFFF;
	}
	
	.text-top {
		width: 700px;
		max-width: 100%;
		margin: 20px auto 20px 0;
		text-align: center;
	}
	
	h1 {
		font-size: 4rem;
		font-weight: 800;
		line-height: 1.2;
	}
	
	h4 {
		font-size: 120%;
		font-weight: 400;
	}
	
	.content {
		padding: 40px 20px
	}
	
	.block-two {
		display: flex;
		align-items: stretch;
		justify-content: space-around;
	}
	
	.block-two .cont:nth-child(1) {
		width: 55%;
		padding: 80px 30px;
		padding-right: 60px;
	}
	
	.block-two .cont:nth-child(2) {
		width: 45%;
		background-image: url(../images/unsplash-tkcn-kfxu-1-au.jpg);
		background-size: cover;
		background-position: center center;
	}
	img.figure,
	.block-two .cont:nth-child(2) {
		box-shadow: 0 1em 2em -0.5em #000;
		border-radius: 1em;
		outline: 0.35em solid #b32d2e;
	}
	.thermostats .block-two .cont:nth-child(2) {
		background-image: url(../images/thermostats.jpg);
	}
	img.figure {
		max-width: 96%;
		width: 600px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.content--figure {
		background-color: #f2f2f2;
		padding: 2em 1em;
	}
	
	.block-two .cont-img-right {
		width: 100%;
	}
	
	h3 {
		display: block;
		font-weight: 700;
		font-size: 140%;
		margin: 15px auto;
	}
	
	.services-block {
		background-color: #d3652e21;
	}
	
	.services-block.services-block-two {
		background-color: #fff;
	}
	
	.services-block .flex-block {
		display: flex;
		flex-flow: row wrap;
		gap: 2%;
		padding: 1rem 2%;
	}
	.block-services {
		border-top: 0.7em double #b32d2e;
	}
	
	.services-block .flex-block .ittem {
		flex: 0 1 auto;
		width: 31.5%;
		padding: 0;
		text-align: center;
	}
	
	.block-trusted h3,
	.services-block .flex-block .ittem h3 {
		font-size: 1.5em;
		line-height: 1;
		margin: 0 auto;
		padding: 0;
		text-transform: uppercase;
	}
	.block-trusted h3 {
		font-size: 1.5em;
		font-weight: 800;
		margin-bottom: 1rem;
	}
	
	.block-trusted p {
		font-size: 1.1em;
		line-height: 1.33;
		margin: 0 auto 1rem;
	}
	.services-block .flex-block .ittem .img-bg-block {
		width: 100%;
		height: 60px;
		background-size: 45px;
		background-position: center center;
		background-repeat: no-repeat;
	}
	
	.services-block .flex-block .ittem:nth-child(1) .img-bg-block {
		background-image: url(../images/icon-cont-1.svg);
	}
	
	.services-block .flex-block .ittem:nth-child(2) .img-bg-block {
		background-image: url(../images/icon-cont-2.svg);
	}
	
	.services-block .flex-block .ittem:nth-child(3) .img-bg-block {
		background-image: url(../images/icon-cont-3.svg);
	}
	
	.services-block .flex-block .ittem:nth-child(4) .img-bg-block {
		background-image: url(../images/ittem-4.jpg);
	}
	
	.services-block.services-block-two .ittem p {
		font-size: 1.15em;
		line-height: 1.33;
		margin: 0 auto;
	}
	
	.ittem__header h3 {
		min-height: 2em;
	}
	
	.block-about-us {
		display: flex;
		align-items: stretch;
		justify-content: space-around;
		background-color: rgba(211, 101, 46, 0.129);
		flex-direction: column;
		border-bottom: 0.7em double #b32d2e;
		border-top: 0.7em double #b32d2e;
	}
	
	
	.contact {
		display: flex;
	}
	
	.contact .cont {
		width: 50%;
		padding: 30px
	}
	
	.contact .cont {
		width: 50%;
		padding: 30px
	}
	
	a:hover {
		color: #E26F38;
	}
	
	.footer-block {
		display: block;
		min-height: 50px;
		margin: 0 auto;
		width: 100%;
		background-color: #333a44;
	}
	
	.contact .cont a {
		color: #E26F38;
	}
	
	.contact .cont h4 {
		margin: 10px auto;
	}
	
	.phone-link {
		display: block;
		padding-left: 30px;
		background-image: url(../images/phone.svg);
		background-position: left -4px center;
		background-size: 30px;
		background-repeat: no-repeat;
	}
	
	.email-link {
		display: block;
		padding-left: 35px;
		background-image: url(../images/email.svg);
		background-position: left center;
		background-size: 20px;
		background-repeat: no-repeat;
	}
	
	.footer-block a {
		color: #fff;
		display: table;
		margin: 10px auto;
	}
	
	.footer-block a:hover {
		color: #E26F38;
	}
	
	.footer-block {
		color: #fff;
		display: table;
	}
	
	.privacy p {
		margin: 20px auto;
		display: block;
	}
	
	.privacy h4 {
		margin: 20px auto;
		display: block;
		font-weight: 700;
	}
	
	.privacy ul {
		margin: 20px auto;
		display: block;
	}
	
	.privacy ul li {
		margin: 10px auto;
		display: block;
		padding-left: 20px;
	}
	
	.h3-form {
		width: 100%;
		display: block;
		font-weight: 700;
		font-size: 140%;
		margin: 15px auto;
		text-transform: uppercase;
		text-align: center;
	}
	
	.little-text {
		display: block;
		font-size: 80%;
		text-align: center;
		margin-top: 100px;
	}
	
	.container-form {
		display: block;
		width: 500px;
		margin: 40px auto;
		max-width: 100%;
	}
	
	.container-form form .form-row {
		display: flex;
		margin: 15px 0;
	}
	
	.container-form form .form-row.half .input-data {
		width: calc(50% - 10px);
		margin: 0;
	}
	
	.container-form form .form-row.half {
		justify-content: space-between;
	}
	
	.container-form form .form-row.full {
		flex-wrap: wrap;
	}
	
	.container-form form .form-row.full .input-data:nth-child(1) {
		margin-bottom: 15px;
	}
	
	.container-form form .form-row .input-data {
		width: 100%;
		height: 40px;
		margin: 0 auto;
		position: relative;
	}
	
	.container-form form .form-row .textarea {
		height: 70px;
	}
	
	.container-form .input-data input,
	.container-form .textarea textarea {
		display: block;
		width: 100%;
		height: 100%;
		border: none;
		font-size: 17px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	}
	
	.container-form .input-data input:focus-visible {
		border: none;
		outline-width: 0;
	}
	
	.container-form .input-data input:focus ~ label,
	.container-form .textarea textarea:focus ~ label,
	.container-form .input-data input:valid ~ label,
	.container-form .textarea textarea:valid ~ label {
		transform: translateY(-20px);
		font-size: 14px;
		color: #3498db;
	}
	
	.container-form .textarea textarea {
		resize: none;
		padding-top: 10px;
	}
	
	.container-form .input-data label {
		position: absolute;
		pointer-events: none;
		bottom: 10px;
		font-size: 16px;
		transition: all 0.3s ease;
	}
	
	.container-form .textarea label {
		width: 100%;
		bottom: 40px;
		background: #fff;
	}
	
	.container-form .input-data .underline {
		position: absolute;
		bottom: 0;
		height: 1px;
		width: 100%;
	}
	
	.container-form .input-data .underline:before {
		position: absolute;
		content: "";
		height: 1px;
		width: 100%;
		background: #3498db;
		transform: scaleX(0);
		transform-origin: center;
		transition: transform 0.3s ease;
	}
	
	.container-form .input-data input:focus ~ .underline:before,
	.container-form .input-data input:valid ~ .underline:before,
	.container-form .textarea textarea:focus ~ .underline:before,
	.container-form .textarea textarea:valid ~ .underline:before {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}
	
	.container-form .submit-btn .input-data {
		overflow: hidden;
		height: 45px !important;
		width: 25% !important;
	}
	
	.container-form .submit-btn .input-data .inner {
		height: 100%;
		width: 300%;
		position: absolute;
		left: -100%;
		background: -webkit-linear-gradient(right, #56d8e4, #9f01ea, #56d8e4, #9f01ea);
		transition: all 0.4s;
	}
	
	.container-form .submit-btn .input-data:hover .inner {
		left: 0;
	}
	
	.container-form .submit-btn .input-data input {
		background: none;
		border: none;
		color: #fff;
		font-size: 17px;
		font-weight: 500;
		text-transform: uppercase;
		letter-spacing: 1px;
		cursor: pointer;
		position: relative;
		z-index: 2;
	}
	
	@media (max-width: 700px) {
		.container-form .text {
			font-size: 30px;
		}
	
		.container-form form {
			padding: 10px 0 0 0;
		}
	
		.container-form form .form-row {
			display: block;
		}
	
		.container-form form .form-row .input-data {
			margin: 35px 0 !important;
			width: 100%;
		}
	
		.container-form form .form-row.half .input-data {
			width: 100%;
		}
	
		.container-form .submit-btn .input-data {
			width: 40% !important;
		}
	}
	
	.input-botton {
		width: 100%;
		margin: 30px auto;
		border: none;
		background: #E26F38;
		border-radius: 10px;
		font-weight: 700;
		font-size: 27px;
		line-height: 40px;
		display: flex;
		align-items: center;
		text-align: center;
		color: #FFFFFF;
		padding: 10px 20px;
		text-align: center;
		justify-content: center;
		cursor: pointer;
	}
	
	.input-botton.tel-button {
		width: 450px;
		max-width: 100%;
		text-decoration: none;
	}
	
	.input-botton:hover {
		background: #a84b1f;
	}
	
	.input-botton:active {
		background: #f17c46;
	}
	
	.contact.form {
		display: flex;
		flex-wrap: wrap;
	}
	
	.block-about-us .cont:nth-child(2) h3 {
		width: 100%;
	}
	
	.link_cont {
		width: 400px;
		max-width: 100%;
		margin-top: 30px;
		border: none;
		background: #b32d2e;
		border-radius: 10px;
		font-weight: 500;
		font-size: 27px;
		line-height: 40px;
		display: flex;
		align-items: center;
		text-align: center;
		color: #FFFFFF;
		padding: 10px 20px;
		text-align: center;
		justify-content: center;
		cursor: pointer;
	}
	
	.link_cont:hover {
		color: #FFFFFF;
	}
	
	.contru_link {
		background-image: url(../images/cobtry.svg);
		background-repeat: no-repeat;
		background-position: left;
		padding-left: 30px;
	}
	
	.ratings {
		font-size: 35px;
		color: #ffcc00;
	}
	
	.features {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: space-around;
		margin-bottom: 20px;
		gap: 10px;
	}
	
	.features .span_f {
		display: flex;
		width: 230px;
		padding-left: 50px;
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 40px;
		align-items: center;
		font-size: 1.4em;
		line-height: 1;
		font-weight: 300;
	}
	
	.features .span_f:nth-child(1) {
		background-image: url(../images/ic-twotone-plumbing.svg);
	}
	
	.features .span_f:nth-child(2) {
		background-image: url(../images/top-icon-2.svg);
	}
	
	.features .span_f:nth-child(3) {
		background-image: url(../images/material-symbols-e-911-emergency.svg);
	}
	
	.features .span_f:nth-child(4) {
		background-image: url(../images/top-icon-4.svg);
	}
	
	.features .span_f:nth-child(5) {
		background-image: url(../images/top-icon-5.svg);
	}
	
	.stars {
		font-size: 24px;
		color: #ffcc00;
		margin-bottom: 15px;
	}
	
	.comment p {
		font-size: 18px;
		line-height: 1.5;
		margin-bottom: 20px;
	}
	
	.comment footer {
		font-weight: bold;
		color: #ffcc00;
		font-size: 16px;
	}
	
	.comment-slider button {
		position: absolute;
		top: 35px;
		transform: translateY(-50%);
		background-color: #ffcc00;
		color: white;
		border: none;
		padding: 5px 10px;
		cursor: pointer;
		border-radius: 5px;
		z-index: 1000;
		text-transform: uppercase;
	}
	
	.prev {
		left: 10px;
	}
	
	.next {
		right: 10px;
	}
	
	.comment-slider button:hover {
		background-color: #ff9900;
	}
	
	.disclaimer {
		font-size: 80%;
		margin: 20px auto;
		text-align: center;
		padding: 10px;
	}
	
	.disclaimer a {
		display: inline-block;
	}
	
	.hero-section {
		background-color: #333a44;
		width: 100%;
		max-width: 100%;
		padding: 60px 20px;
		text-align: center;
		position: relative;
		color: white;
	}
	
	.hero-content {
		position: relative;
		z-index: 2;
	}
	
	.highlight-text {
		color: white;
		display: inline-block;
		padding: 10px 20px;
		font-size: 30px;
		font-weight: bold;
	}
	
	.hero-content h1 {
		font-size: 30px;
		margin: 0 auto 0.5rem;
		color: #d0d0d0;
	}
	
	.hero-content .cta-button {
		background-color: #b32d2e;
		color: white;
		padding: 1em 1em;
		text-decoration: none;
		font-weight: 800;
		border-radius: 0.5em;
		display: inline-block;
		transition: background-color 0.3s ease;
		margin: 0 auto;
		width: 400px;
		max-width: 100%;
	}
	
	.hero-content .cta-button:hover {
		background-color: #c63131;
	}
	
	.footer-container {
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		align-items: center;
		gap: 1rem;
		background-color: white;
		padding: 1rem 2%;
	}
	
	.logo-placeholder {
		width: 150px;
		height: 100px;
		background-color: #d3d3d3;
		display: flex;
		justify-content: center;
		align-items: center;
		color: black;
		font-size: 20px;
	}
	
	.footer-links {
		flex: 0 1 auto;
	}
	
	.footer-links a {
		text-decoration: none;
		color: #777777;
	}
	
	.footer-links a:hover {
		text-decoration: underline;
	}
	
	.logo-footer {
		width: 200px;
	}
	
	/*  ==========================================================================
		MODAL 
		========================================================================== */
	.modal {
		display: none;
		position: fixed;
		z-index: 999999;
		padding-top: 30px;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		background-color: rgb(0, 0, 0);
		background-color: rgba(0, 0, 0, 0.4);
	}
	
	.modal-content {
		background-color: #fefefe;
		margin: auto;
		padding: 20px;
		border: 0.4em solid #c02b2b;
		width: 80%;
		box-shadow: 0 0em 3em 1.5em rgba(0,0,0,0.45), 0 2em 1em -1em #000;
		border-radius: 1em;
	}
	
	.modal-content p {
		margin: 10px auto;
	}
	
	.modal-content h2 {
		font-size: 120%;
		font-weight: 500;
	}
	
	.modal-content ul {
		margin: 15px auto;
		list-style-type: disc;
	}
	
	.modal-content ul li {
		margin: 5px auto;
		list-style-type: disc;
		margin-left: 30px;
	}
	
	.close {
		color: #aaaaaa;
		float: right;
		font-size: 28px;
		font-weight: bold;
		padding: 0 14px;
	}
	
	.close:hover,
	.close:focus {
		color: #000;
		text-decoration: none;
		cursor: pointer;
	}
	
	.modal .cta-button {
		background-color: #b32d2e;
		color: white;
		padding: 10px 20px;
		text-decoration: none;
		font-weight: bold;
		border-radius: 5px;
		display: inline-block;
		transition: background-color 0.3s ease;
		margin-top: 20px;
		max-width: 100%;
	}
	
	.cont_we-pro {
		display: flex;
		flex-wrap: wrap;
		gap: 1.5rem;
		margin: 0 auto;
		width: 100%;
		max-width: 54.5rem;
	}
	
	.cont_we-pro .cont {
		display: flex;
		flex-wrap: wrap;
		/* width: 32.5%; */
		padding: 1rem 0;
		justify-content: flex-start;
		align-content: center;
		flex-direction: column;
	}
	
	.cont_we-pro .cont p {
		display: flex;
		margin: 0.25em auto;
		padding-left: 30px;
		background-image: url(../images/check.svg);
		background-position: left 0.35em;
		background-size: 25px;
		background-repeat: no-repeat;
		align-items: center;
		width: 100%;
	}
	
	.cont_we-pro .cont h4 {
		width: 100%;
		font-size: 1.33em;
		font-weight: 700;
		text-align: center;
	}
	.cont_we-pro p {
		font-size: 1.2em;
	}
	
	.ogr-width {
		width: 650px;
		max-width: 94%;
	}
	.ogr-width.cont p {
		background-image: none;
		display: block;
		font-size: 1.2em;
		line-height: 1.33;
		margin: 0 auto 1rem;
	}
		.ogr-width.cont p > strong {
			display: inline-block;
			font-weight: 500;
		}
	
	.ogr-width.cont h3 {
		text-transform: uppercase;
		font-size: 2em;
		font-weight: 800;
		line-height: 1;
		margin: 0 auto 1rem;
	}
	
	
	
	.cta-button {
		position: relative;
	}
	.cta-button:disabled {
		opacity: 0.5;
		cursor: not-allowed;
	}
	.cta-button::before {
		background: url('/images/icon-hand-white.png') no-repeat center center transparent;
		background-size: auto 100%;
		display: inline-block;
		content: "";
		line-height: 2em;
		height: 2em;
		width: 2em;
		left: auto;
		top: auto;
		right: -0.25em;
		bottom: -0.75em;
		position: absolute;
		animation: up-down 2s infinite;
		transform: rotate(-20deg);
		opacity: 1;
		transition: opacity 0.2s ease;
		pointer-events: none;
	}
	.cta-button:hover::before,
	.cta-button:disabled::before {
		opacity: 0;
	}
	@keyframes up-down {
		40%, 55% {
			-webkit-transform: rotate(-20deg) scale3d(1,1,1);
			transform: rotate(-20deg) scale3d(1,1,1);
		}
		46% {
			right: 0.5em;
			bottom: 0;
			-webkit-transform: rotate(-20deg) scale3d(0.85,0.85,1);
			transform: rotate(-20deg) scale3d(0.85,0.85,1);
		}
	}
	
	/*  ==========================================================================
		MEDIA 
		========================================================================== */
	@media screen and (max-width:1030px) {
		.cont-top {
			margin-bottom: 50px
		}
		.features  {
			gap: 1%;
			justify-content: center;
			max-width: 30rem;
			margin: auto;
		}
		.features .span_f {
			width: 49%;
			margin: 1% auto;
		}
	}
	
	@media screen and (max-width:830px) {
		.text-top:nth-child(3) {
			width: auto
		}
	
		.block-two .cont:nth-child(1) {
			padding: 10px 30px
		}
	
		.services-block .flex-block {
			flex-wrap: wrap;
			justify-content: center;
			gap: 0.5em;
		}
		.services-block .flex-block .ittem:not(:last-child) {
			padding-bottom: 0.5em;
			border-bottom: 1px solid #cacaca;
		}
	
		.services-block .flex-block .ittem {
			width: 100%
		}
		.ogr-width {
			max-width: 100%;
		}
		.ogr-width.cont h3 {
			margin-bottom: 0.5rem;
		}
		.ogr-width.cont p {
			margin-bottom: 0.5rem;
		}
		.cont_we-pro {
			gap: 0;
			flex-flow: column nowrap;
		}
		.cont_we-pro .cont {
			max-width: 100%;
			width: 19rem;
			margin: 0 auto;
			padding: 0.5rem 0;
		}
		.cont_we-pro .cont p {		
			padding: 0 0 0 30px;
			margin: 0.125em auto;
		}
		.ittem__header {
			display: flex;
			flex-flow: row nowrap;
			justify-content: center;
			align-items: center;
			gap: 1rem;
		}
		.ittem__header h3 {
			min-height: 0;
			width: 17rem;
			margin: 0 !important;
			text-align: left;
		}
		.ittem__header p {
			margin-bottom: 0;
		}
		.services-block .flex-block .ittem__header .img-bg-block {
			width: 60px;
		}
	}
	
	@media screen and (max-width:768px) {
		.head-block {
			background-image: url(../images/bg-head-mobile.jpg);
			background-position: right center;
			background-size: cover;
			background-repeat: no-repeat;
		}
		.thermostats .head-block {
			background-image: url(../images/bg-head-mobile-thermostats.jpg);
			background-position: 50% center;
		}
		.head-block .fon {
			padding: 30px
		}
	
		h1 {
			font-size: 200%
		}
	
		h4 {
			font-size: 110%
		}
	
		h3 {
			font-size: 130%
		}
	
		.block-about-us,
		.block-menu,
		.block-two,
		.contact {
			flex-wrap: wrap
		}
	
		.block-two .cont:nth-child(1) {
			width: 100%;
			padding: 10px
		}
	
		.block-two .cont:nth-child(2) {
			width: 100%;
			min-height: 250px
		}
	
		.ogr-width.cont p {
			padding-left: 0
		}
		.contact .cont {
			width: 100%;
			padding: 10px
		}
	}
	
	@media screen and (max-width:480px) {
		.block-menu .menu li {
			margin: 5px
		}
	
		.block-menu {
			justify-content: center;
			gap: 10px
		}
	
		.hero-content .cta-button {
			max-width: 90%
		}
	
		.footer-links {
			gap: 15px;
			flex-wrap: wrap
		}
	
		.footer-column h3 {
			padding: 0;
			margin-bottom: 10px;
			font-size: 18px;
			color: #333;
			font-weight: 700
		}
	
		.link_cont {
			font-size: 25px
		}
	
		.head-block .fon {
			padding: 15px
		}
	
		h1 {
			font-size: 150%;
		}
	
		h4 {
			font-size: 100%
		}
	
		h3 {
			font-size: 120%;
		}
	
		.block-two .cont:nth-child(1) {
			padding: 0
		}
		.content {
			padding: 20px 10px
		}
	
		.services-block .flex-block .ittem {
			width: 100%
		}
	
		.services-block .flex-block .ittem {
			padding: 0
		}
		
		.head-block .fon h1 {
			margin-bottom: 1.5rem auto;
		}
		.features .span_f {
			font-size: 1.2rem;
			width: auto;
			min-width: 19rem;
			line-height: 1;
			min-height: 2rem;
			background-size: auto 1.7rem;
			padding-left: 2.5rem;
		}
		.features .span_f br {
			display: none;
		}
	}