* {
	margin: 0;
	padding: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;#
    -webkit-box-sizing: border-box;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    line-height: 1;
    outline: none;
}
footer,
header,
section {
    display: block;
}
body {
    background-color: #202124;
    background-image: url(img/introbg.svg);
    background-repeat: no-repeat;
    background-position: 40% -100px;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #f4f4f4;
    -webkit-animation: fade-in 1s linear;
    -moz-animation: fade-in 1s linear;
    -o-animation: fade-in 1s linear;
    animation: fade-in 1s linear;
    position: relative;
}
@-webkit-keyframes fade-in {   0% { opacity: 0; }   100% { opacity: 1; }   }
@-moz-keyframes    fade-in {   0% { opacity: 0; }   100% { opacity: 1; }   }
@-o-keyframes      fade-in {   0% { opacity: 0; }   100% { opacity: 1; }   }
@keyframes         fade-in {   0% { opacity: 0; }   100% { opacity: 1; }   }
section {
    padding: 45px 0;
    overflow: hidden;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
	color: #fff;
}
img {
	max-width: 100%;
	height: auto;
}
h1,
h2 {
	font-weight: 500;
	position: relative;
	color: #333;
}
h1 {
	margin-bottom: 30px;
	font-size: 28px;
}
h2 {
	font-size: 26px;
	margin-bottom: 20px;
}
.inner {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
    cursor: default;
    position: relative;
}
.center {
    text-align: center;
}
.right {
	text-align:right;
}
.grid {
	display: grid;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
.aic {
	align-items: center;
}
.cols-2 {
	grid-template-columns: repeat(2,1fr);	
}
.cols-3 {
	grid-template-columns: repeat(3,1fr);	
}
.cols-4 {
	grid-template-columns: repeat(4,1fr);			
}
.cols-6 {
    grid-template-columns: repeat(6,1fr);           
}
.cols-1-2 {
	grid-template-columns: 33% 1fr;		
}
.cols-1-2-1 {
    grid-template-columns: 25% 1fr 25%;     
}
.btn {
	display: inline-flex;
    align-items: center;
    gap: 5px;
	padding: 15px 35px;
	background-color: #07923f;
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
    font-weight: 500;
	border-radius: 10px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    overflow: hidden;
}
.btn svg {
    width: 20px;
    height: 20px;
}
td .btn {
    padding: 10px 25px;
}
.btn::before {
    position: absolute;
    content: '';
    background-color: #067a34;
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    border-radius: 50%;
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
    z-index: -1;
}
.btn::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #067a34;
    transform: translate3d(0, -100%, 0);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    z-index: -1;
}
.btn:hover::before {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.btn:hover::after {
    transform: translate3d(0, 0, 0);
    transition-duration: 0.05s;
    transition-delay: 0.4s;
    transition-timing-function: linear;
}
.psr {
    position: relative;
}
/* Header */
.header {
	padding: 20px 0 ;
}
.header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo img {
    height: 55px;
    width: auto;
}
.tc-item {
    color: #fff;
    display: inline-block;
}
.top-contacts svg {
    height: 16px;
    width: 16px;
    fill: #09b850;
    position: relative;
    top: 2px;
}
.color {
    color: #09b850;
}
.menu {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu a {
    color: #fff;
}
.menu a:hover {
    color: #fc3d47;
}
/* Intro */
.intro {
    padding: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
}
.intro .inner {
    background-color: #292a2d;
    padding: 30px;
    border-radius: 30px;
    background-image: url(img/introbg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    height: 410px;
    border: 1px solid #3c3e44;
}
.intro img {
    height: 350px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.7;
}
.intro sup {
    background: #09b850;
    width: 40px;
    height: 2px;
    display: inline-block;
    top: 2px;
    left: 5px;
    position: relative;
}
.slogan {
    font-size: 40px;
    color: #09b850;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px; 
}
.supslogan {
    color: #999;
}
.supslogan,
.supslogan {
    margin-bottom: 25px;
    z-index: 1000;   
}
.slogan,
.subslogan {
    max-width: 800px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
    z-index: 2;
}
.subslogan {
    font-size: 18px;
    line-height: 1.4;
}
/* Middle */
section p {
	line-height: 1.5;
	margin-bottom: 15px;
}
.sup-title {
    color: #09b850;
    font-weight: 500;
    padding-left: 35px;
    font-size: 17px;
    margin-bottom: 7px;
}
.sup-title span:before,
.sup-title.center span:after {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    width: 20px;
    background-color: #09b850;
    top: 9px;
}
.sup-title span:before {
    left: -35px;
}
.sup-title.center {
    padding-left: 0;
}
.sup-title.center span:after {
    right: -35px;
}
.sub-title {
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.3;
    font-size: 15px;
    margin-top: -10px;
    margin-bottom: 20px;
    color: #555;
}
.about {
    background-image: url(img/introbg.svg);
    background-repeat: no-repeat;
    background-position: 115% 45%;
    background-size: 400px 400px;
}
.about-item {
    font-weight: 400;
    padding: 15px;
    border-radius: 10px;
    background: #f7f7f7;
    border: 1px solid #f1f1f1;
}
.about-item:hover {
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1);
}
.about-img {
    padding: 20px 60px 60px 20px;
    border-radius: 30px 10px;
    animation: run 5s linear infinite;
}
@keyframes run {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
.about-img:before {
    background-image: radial-gradient(#05612a 1px, transparent 0);
    background-size: 8px 8px;
    content: '';
    left: 0px;
    top: 0px;
    z-index: -1;
    position: absolute;
    width: 210px;
    height: 180px;
}
.about-img img {
    border-radius: 30px;
}
.about-img:after {
    content: '';
    right: 105px;
    bottom: 45px;
    z-index: -1;
    position: absolute;
    width: 210px;
    height: 180px;
    background-image: radial-gradient(#05612a 1px, transparent 0);
    background-size: 8px 8px;
}
.about-item svg {
    height: 45px;
}
.service-item svg,
.about-item svg {
    display: block;
    fill: #09b850;
    width: auto;
    margin: 0 auto 10px;   
}
.service-item svg {
    height: 55px;
}
h3 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
}
.services,
.reviews {
    background-color: #292a2d;
}
.promo-block {
    background-image: url(img/promobg.png);
    background-size: cover;
    background-position: center;
    padding: 30px 0;
    color: #fff;
}
.promo-block .promo-title {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
}
.promo-txt {
    line-height: 1.4;
}
.promo-txt a {
    color: #becdda;
    font-weight: 500;
}
strong {
    font-weight: 500;
    line-height: 1.2;
}
@media (min-width: 1024px) {
    .step-num::before {
        position: absolute;
        left: 100px;
        top: 24px;
        height: 1px;
        width: 190px;
        content: "";
        background: #ccc;
    }
}
.top-contacts svg {
    height: 16px;
    width: 16px;
    fill: #09b850;
    position: relative;
    top: 2px;
}
.subtitle {
    line-height: 1.3;
}
/* Table */
table {
    background-color: #202124;
    width: 100%;
    margin-bottom: 45px;
    border: 1px solid #05612a;
    padding: 5px;
    border-radius: 30px;
    table-layout: fixed;
}
thead th {
    font-weight: 500;
    text-align: left;
    border: none;
    padding: 10px 15px;
    background: #292a2d;
    font-size: 15px;
    color: #f1f1f1;
    text-transform: uppercase;
}
thead th:first-child {
    border-radius: 20px 0 0 0;
}
thead th:last-child {
    border-radius: 0 20px 0 0;
}
tbody td {
    text-align: left;
    border: none;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 15px;
    vertical-align: top;
    line-height: 1.3;
    vertical-align: middle;
}
td {
    width: 25%;
}
td a {
    color: #09b850;
	word-wrap: anywhere;
}
tbody tr:nth-child(even){
    background: #292a2d;
}
tbody tr td:last-child {
    border-radius: 0 8px 8px 0;
}
@media screen and (max-width: 667px) {
    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    table tr {
        display: block;
        margin-bottom: .625em;
    }
    table td {
        display: block;
        width: 100%;
        padding: 5px;
    }
    tbody tr:nth-child(even) {
        background: transparent;
    }
    tbody td:nth-child(odd) {
        font-weight: 500;
    }
    table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    table td:last-child {
        border-bottom: 0;
    }
}
/* Footer */
.pre-footer {
    padding: 15px 0;
    font-size: 14px;
}
.pre-footer .inner {
    line-height: 1.3;
    background-color: #292a2d;
    border-radius: 30px;
    padding: 30px;
    display: flex;
    gap: 10px;
    border: 1px solid #3c3e44;
}
.pre-footer svg {
    width: 40px;
    height: 40px;
    stroke: #05612a ;
    flex: 0 0 auto;
}
.pre-footer p {
    line-height: 1.4;
}
.footer {
    font-size: 14px;
	font-weight: 300;
}
.footer .inner {
    padding: 20px 0;
}
.footer,
.footer a {
    color: #f4f4f4;
}
.footer .menu,
.footer .menu li {
    display: inline-block;
}
.footer .menu li {
    margin-left: 10px;
}
.footer .menu li:first-child {
    margin-left: 0;
}
.left-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
/* Back to top button */
#back-to-top {
	position: fixed; 
	z-index: 999; 
	display: none; 
	bottom: 50px; 
	right: 15px;
	color: #fff; 
	background-color: #067a34; 
	text-align:center;
	cursor: pointer;
	border-radius: 100%;
}
#back-to-top,
#back-to-top svg {
	fill: #fff;
	height: 40px;
	width: 40px;
}
#back-to-top:hover{
	background-color: #09b850;
}
@media (min-width: 1024px) {
    body {
        min-height: 100vh;
        display: grid;
        grid-template-rows: auto 1fr auto;
        grid-template-columns: 100%;
    }  
}
@media (max-width: 1099px) {
    body {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 812px) {
    .header {
        height: auto;
    }
    .header,
    .footer,
    .footer .right {
        text-align: center;
    }
    .intro {
        height: auto;
        text-align: left;
    }
    .intro .inner {
        top: 0;
        transform: none;
        height: auto;
        background-image: none;
    }
	.cols-4 {
		grid-template-columns: repeat(2,1fr);			
	}
    .footer .cols-2,
    .cols-1-2,
    .about > .inner.cols-2 {
        grid-template-columns: repeat(1,1fr);
    }
    .cols-1-2-1 {
        grid-template-columns: 10% 1fr 33%;
    }
}
@media (min-width: 551px) and (max-width: 812px) {
    .about-img-wrap {
        display: none;
    }
}
@media (max-width: 667px) {
    .cols-2,
    .cols-3,
    .cols-1-2-1 {
        grid-template-columns: repeat(1,1fr);
    }
    .cols-6 {
        grid-template-columns: repeat(2,1fr);
    }
    .right,
    .footer {
        text-align: center;
    }
    .intro .inner,
    .about-img img,
    table,
    .pre-footer .inner {
        border-radius: 15px;
    }
    .intro .inner {
        padding: 30px 30px 10px 30px;
    }
    .btn {
        border-radius: 5px;
    }
    .pre-footer .inner {
        padding: 15px;
    }
    .pre-footer .inner.aic {
        align-items: flex-start;
    }
    .mb-hide,
    .top-contacts .mb-hide {
        display: none;
    }
    .top-contacts {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        font-size: 17px;
    }
    .top-contacts .btn {
        max-width: 200px;
        margin: 0 auto;
    }
    .top-contact {
        margin-bottom: 10px;
    }
    .about-img {
        padding: 20px 30px 30px 20px;
        margin-left: -20px;
    }
    .intro {
        padding: 20px 0;
    }
    .intro img {
        height: 200px;
    }
    .supslogan, 
    .slogan {
        margin-bottom: 20px;
    }
    .slogan {
        font-size: 28px;
    }
    .subslogan {
        font-size: 16px;
    }
    @keyframes run {
      0% {
        transform: translateX(0);
      }
      50% {
        transform: translateX(30px);
      }
      100% {
        transform: translateX(0);
      }
    }
}
@media (max-width: 550px) {
    .top-contacts {
        display: block;
    }
    .cols-2 .cols-2 {
        grid-template-columns: repeat(1,1fr);        
    }
    .cols-6 {
        grid-template-columns: repeat(1,1fr);
    }
    .header .menu {
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
    .menu .btn {
        width: 100%;
        margin-top: 15px;
    }
	.content img {
		float: none;
		width: 100%;
		margin: 0 0 15px;
	}
}