* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    box-sizing: border-box;
      font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin: 0;
	list-style:none;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}

a,
button,
input,
textarea {
    border: none;
    outline: 0;
    background: 0 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
    padding: 0;
	
    color: inherit;

}
a,
button { cursor:pointer;}
a:hover {
    text-decoration: none;
}


html {
    scroll-behavior: smooth !important;
	  line-height: 1.15;
    -webkit-text-size-adjust: 100%; overflow-x: hidden;
}
._slide_wrap.wrapper {
    
    z-index: 99;
    position: relative;
}
body {
    margin: 0;
}
body {
    font-family: 'Montserrat', sans-serif;
    color: #575756;
    background: #F3F3F3;
    line-height: 1;
    font-weight: 400;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    position: relative;   
}
.uk-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
[class*=uk-child-width]>* {
    box-sizing: border-box;
    width: 100%
}

.uk-child-width-1-2>* {
    width: 50%
}

.uk-child-width-1-3>* {
    width: calc(100% * 1 / 3.001)
}

.uk-child-width-1-4>* {
    width: 25%
}

.uk-child-width-1-5>* {
    width: 20%
}

.uk-child-width-1-6>* {
    width: calc(100% * 1 / 6.001)
}

.uk-child-width-auto>* {
    width: auto
}

.uk-child-width-expand>:not([class*=uk-width]) {
    flex: 1;
    min-width: 1px
}

@media (min-width:640px) {
    .uk-child-width-1-1\@s>* {
        width: 100%
    }
    .uk-child-width-1-2\@s>* {
        width: 50%
    }
    .uk-child-width-1-3\@s>* {
        width: calc(100% * 1 / 3.001)
    }
    .uk-child-width-1-4\@s>* {
        width: 25%
    }
    .uk-child-width-1-5\@s>* {
        width: 20%
    }
    .uk-child-width-1-6\@s>* {
        width: calc(100% * 1 / 6.001)
    }
    .uk-child-width-auto\@s>* {
        width: auto
    }
    .uk-child-width-expand\@s>: not([class*=uk-width]) {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width:960px) {
    .uk-child-width-1-1\@m>* {
        width: 100%
    }
    .uk-child-width-1-2\@m>* {
        width: 50%
    }
    .uk-child-width-1-3\@m>* {
        width: calc(100% * 1 / 3.001)
    }
    .uk-child-width-1-4\@m>* {
        width: 25%
    }
    .uk-child-width-1-5\@m>* {
        width: 20%
    }
    .uk-child-width-1-6\@m>* {
        width: calc(100% * 1 / 6.001)
    }
    .uk-child-width-auto\@m>* {
        width: auto
    }
    .uk-child-width-expand\@m>: not([class*=uk-width]) {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width:1200px) {
    .uk-child-width-1-1\@l>* {
        width: 100%
    }
    .uk-child-width-1-2\@l>* {
        width: 50%
    }
    .uk-child-width-1-3\@l>* {
        width: calc(100% * 1 / 3.001)
    }
    .uk-child-width-1-4\@l>* {
        width: 25%
    }
    .uk-child-width-1-5\@l>* {
        width: 20%
    }
    .uk-child-width-1-6\@l>* {
        width: calc(100% * 1 / 6.001)
    }
    .uk-child-width-auto\@l>* {
        width: auto
    }
    .uk-child-width-expand\@l>: not([class*=uk-width]) {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width:1600px) {
    .uk-child-width-1-1\@xl>* {
        width: 100%
    }
    .uk-child-width-1-2\@xl>* {
        width: 50%
    }
    .uk-child-width-1-3\@xl>* {
        width: calc(100% * 1 / 3.001)
    }
    .uk-child-width-1-4\@xl>* {
        width: 25%
    }
    .uk-child-width-1-5\@xl>* {
        width: 20%
    }
    .uk-child-width-1-6\@xl>* {
        width: calc(100% * 1 / 6.001)
    }
    .uk-child-width-auto\@xl>* {
        width: auto
    }
    .uk-child-width-expand\@xl>: not([class*=uk-width]) {
        flex: 1;
        min-width: 1px
    }
}
[class*=uk-width] {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%
}

.uk-width-1-2 {
    width: 50%
}

.uk-width-1-3 {
    width: calc(100% * 1 / 3.001)
}

.uk-width-2-3 {
    width: calc(100% * 2 / 3.001)
}

.uk-width-1-4 {
    width: 25%
}

.uk-width-3-4 {
    width: 75%
}

.uk-width-1-5 {
    width: 20%
}

.uk-width-2-5 {
    width: 40%
}

.uk-width-3-5 {
    width: 60%
}

.uk-width-4-5 {
    width: 80%
}

.uk-width-1-6 {
    width: calc(100% * 1 / 6.001)
}

.uk-width-5-6 {
    width: calc(100% * 5 / 6.001)
}

.uk-width-small {
    width: 150px
}

.uk-width-medium {
    width: 300px
}

.uk-width-large {
    width: 450px
}

.uk-width-xlarge {
    width: 600px
}

.uk-width-2xlarge {
    width: 750px
}

.uk-width-auto {
    width: auto
}

.uk-width-expand {
    flex: 1;
    min-width: 1px
}

@media (min-width:640px) {
    .uk-width-1-1\@s {
        width: 100%
    }
    .uk-width-1-2\@s {
        width: 50%
    }
    .uk-width-1-3\@s {
        width: calc(100% * 1 / 3.001)
    }
    .uk-width-2-3\@s {
        width: calc(100% * 2 / 3.001)
    }
    .uk-width-1-4\@s {
        width: 25%
    }
    .uk-width-3-4\@s {
        width: 75%
    }
    .uk-width-1-5\@s {
        width: 20%
    }
    .uk-width-2-5\@s {
        width: 40%
    }
    .uk-width-3-5\@s {
        width: 60%
    }
    .uk-width-4-5\@s {
        width: 80%
    }
    .uk-width-1-6\@s {
        width: calc(100% * 1 / 6.001)
    }
    .uk-width-5-6\@s {
        width: calc(100% * 5 / 6.001)
    }
    .uk-width-small\@s {
        width: 150px
    }
    .uk-width-medium\@s {
        width: 300px
    }
    .uk-width-large\@s {
        width: 450px
    }
    .uk-width-xlarge\@s {
        width: 600px
    }
    .uk-width-2xlarge\@s {
        width: 750px
    }
    .uk-width-auto\@s {
        width: auto
    }
    .uk-width-expand\@s {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width:960px) {
    .uk-width-1-1\@m {
        width: 100%
    }
    .uk-width-1-2\@m {
        width: 50%
    }
    .uk-width-1-3\@m {
        width: calc(100% * 1 / 3.001)
    }
    .uk-width-2-3\@m {
        width: calc(100% * 2 / 3.001)
    }
    .uk-width-1-4\@m {
        width: 25%
    }
    .uk-width-3-4\@m {
        width: 75%
    }
    .uk-width-1-5\@m {
        width: 20%
    }
    .uk-width-2-5\@m {
        width: 40%
    }
    .uk-width-3-5\@m {
        width: 60%
    }
    .uk-width-4-5\@m {
        width: 80%
    }
    .uk-width-1-6\@m {
        width: calc(100% * 1 / 6.001)
    }
    .uk-width-5-6\@m {
        width: calc(100% * 5 / 6.001)
    }
    .uk-width-small\@m {
        width: 150px
    }
    .uk-width-medium\@m {
        width: 300px
    }
    .uk-width-large\@m {
        width: 450px
    }
    .uk-width-xlarge\@m {
        width: 600px
    }
    .uk-width-2xlarge\@m {
        width: 750px
    }
    .uk-width-auto\@m {
        width: auto
    }
    .uk-width-expand\@m {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width:1200px) {
    .uk-width-1-1\@l {
        width: 100%
    }
    .uk-width-1-2\@l {
        width: 50%
    }
    .uk-width-1-3\@l {
        width: calc(100% * 1 / 3.001)
    }
    .uk-width-2-3\@l {
        width: calc(100% * 2 / 3.001)
    }
    .uk-width-1-4\@l {
        width: 25%
    }
    .uk-width-3-4\@l {
        width: 75%
    }
    .uk-width-1-5\@l {
        width: 20%
    }
    .uk-width-2-5\@l {
        width: 40%
    }
    .uk-width-3-5\@l {
        width: 60%
    }
    .uk-width-4-5\@l {
        width: 80%
    }
    .uk-width-1-6\@l {
        width: calc(100% * 1 / 6.001)
    }
    .uk-width-5-6\@l {
        width: calc(100% * 5 / 6.001)
    }
    .uk-width-small\@l {
        width: 150px
    }
    .uk-width-medium\@l {
        width: 300px
    }
    .uk-width-large\@l {
        width: 450px
    }
    .uk-width-xlarge\@l {
        width: 600px
    }
    .uk-width-2xlarge\@l {
        width: 750px
    }
    .uk-width-auto\@l {
        width: auto
    }
    .uk-width-expand\@l {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width:1600px) {
    .uk-width-1-1\@xl {
        width: 100%
    }
    .uk-width-1-2\@xl {
        width: 50%
    }
    .uk-width-1-3\@xl {
        width: calc(100% * 1 / 3.001)
    }
    .uk-width-2-3\@xl {
        width: calc(100% * 2 / 3.001)
    }
    .uk-width-1-4\@xl {
        width: 25%
    }
    .uk-width-3-4\@xl {
        width: 75%
    }
    .uk-width-1-5\@xl {
        width: 20%
    }
    .uk-width-2-5\@xl {
        width: 40%
    }
    .uk-width-3-5\@xl {
        width: 60%
    }
    .uk-width-4-5\@xl {
        width: 80%
    }
    .uk-width-1-6\@xl {
        width: calc(100% * 1 / 6.001)
    }
    .uk-width-5-6\@xl {
        width: calc(100% * 5 / 6.001)
    }
    .uk-width-small\@xl {
        width: 150px
    }
    .uk-width-medium\@xl {
        width: 300px
    }
    .uk-width-large\@xl {
        width: 450px
    }
    .uk-width-xlarge\@xl {
        width: 600px
    }
    .uk-width-2xlarge\@xl {
        width: 750px
    }
    .uk-width-auto\@xl {
        width: auto
    }
    .uk-width-expand\@xl {
        flex: 1;
        min-width: 1px
    }
}


.uk-slider {
    -webkit-tap-highlight-color: transparent
}

.uk-slider-container {
    overflow: hidden
}

.uk-slider-container-offset {
    margin: -11px -25px -39px -25px;
    padding: 11px 25px 39px 25px
}

.uk-slider-items {
    will-change: transform;
    position: relative
}

.uk-slider-items:not(.uk-grid) {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-touch-callout: none
}

.uk-slider-items.uk-grid {
    flex-wrap: nowrap;
}

.uk-slider-items>* {
    flex: none;
    max-width: 100%;
    position: relative;
    touch-action: pan-y
}

.wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
}

.grid-top {
    display: grid;
    grid-template-areas:
        "tlo tc tl"
        "tlo bc tl";
        grid-template-columns: 172px auto 111px;
    gap: 0 30px;
    /* align-items: center; */
}

.top-logo {
    grid-area: tlo;
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}

.top-lang {
    grid-area: tl;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.top--center {
    grid-area: tc;
    border-bottom: 2px solid #46A300;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom--center {
    grid-area: bc;
    justify-content: center;
    text-align: center;
    height: 75px;
    display: flex;
    align-items: center;
}
ul.list-inline.top-left-info-links {
    display: flex;
    justify-content: center;
}

.apppli a {
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
/* identical to box height */
    text-align: center;
    color: #737373;
    padding: 0 3px;
}

li.apppli:not(:last-child) {
    margin-right: 20px;
}

.header--adress,.header--adress a,.header--phone a {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
/* identical to box height, or 171% */
    text-align: center;
    letter-spacing: 0.2px;
    color: #737373;
}

.header--phone {
    margin-left: 30px;
}

.top-lang a {
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
    text-align: center;
  color: rgba(99,101,114,.44);
    text-transform: capitalize;
}
.dropbut:disabled { opacity:0.5;}
 .mob--menu .top-lang a { color: rgba(247, 247, 247, 0.39); }
.top-lang a.active {
    color: #636572;
}



._slide {
    position: relative;
}

._slide_text {
    position: absolute;
    top: 20%;
    left: 92px;
}

._slide-top-text {
    font-size: 42px;
    line-height: 54px;
    color: #FFFFFF;
max-width: 380px;
}

._slide-bottom-text {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

._slide-form {
    background: rgba(237, 237, 237, 0.12);
    backdrop-filter: blur(10px);
    position: absolute;
    bottom: 15px;
    max-width: 810px;
    left: 50%;
    padding: 10px 30px 20px;
    transform: translateX(-50%);
    width: 100%;
}

._slide-title-form,._slide-subtitle-form {
    
    
    

    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;

    color: #FFFFFF;
}

form {
    flex-wrap: wrap;
    display: flex;
    margin-top: 20px;
}

._slide-form input:not([type=checkbox]) {
    border: 2px solid #FFFFFF;
    height: 40px;
    padding: 0 15px;
    flex: 0 0 33.3%;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}
.checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 1rem 0 0 0.7rem;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
 .checkbox_wr {
        position: relative;
    display: flex;
    align-items: center;
    margin-top: 10px;
    min-height: 40px;
}
.checkbox+label {
    padding: 0 0 0 27px;
    position: relative;
    cursor: pointer;
    color: #fff;
}

 .checkbox+label:before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -10px;
    display: block;
    border: 2px solid #46A300;
    border-radius: 2px;
}
.checkbox+label:after {
	
    content: '';
    width: 15px;
    height: 12px;
    position: absolute;
    left: 2px;
    background-repeat: no-repeat;
    top: 50%;
    margin-top: -6px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='none'%3E%3Cpath xmlns='http://www.w3.org/2000/svg' d='M1 6.0625L4.95652 10L14 1' stroke='%2346A300' stroke-width='2'/%3E%3C/svg%3E");
}
.checkbox+label:after {
	    opacity: 0;
	
}
.checkbox:checked+label:after {
    opacity: 1;
}
 input::-webkit-input-placeholder {font-weight: 300;

line-height: 20px;
color: #FFFFFF;}
input::-moz-placeholder          {font-weight: 300;

line-height: 20px;
color: #FFFFFF;}/* Firefox 19+ */
input:-moz-placeholder           {font-weight: 300;

line-height: 20px;
color: #FFFFFF;}/* Firefox 18- */
input:-ms-input-placeholder      {font-weight: 300;

line-height: 20px;
color: #FFFFFF;}

.dropbut {     font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    align-items: center;
    display: flex;
}
.dropbut svg { margin-left:10px;}
._slide-form input:nth-child(1) {
    border-right: 0;
}

.uk-dropdown {
    display: none;
     position: absolute;
    z-index: 1020;
    box-sizing: border-box;
    padding: 10px;
    background: #fff;
    color: #666;
    box-shadow: 0 5px 12px rgb(0 0 0 / 15%);
}

.uk-dropdown > div {
    padding: 5px 0;
    cursor: pointer;
    color: #999;
}
.uk-dropdown > div:hover {
    color: #000;
}
.uk-dropdown.uk-open {
  display: block;
}
button.button-site {
    border: 2px solid #46A300;
    flex: 0 0 33.3%;
    font-weight: 500;
    font-size: 16px;height: 40px;
    line-height: 20px;
    color: #FFFFFF;
}

button.button-site:hover {
    background: #46A300;
}


.hide {
    display: none;
}
.droptime {
    border: 2px solid #FFFFFF;
    height: 40px;
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
    margin-top: 10px;
    margin-left: auto;
}
.droptime > div:last-child {
margin-left: 17px; }
.dn { display:none;}
.mt80 {
    margin-top: 80px;
}

.site--title {
    font-weight: bold;
    font-size: 38px;
    line-height: 46px;
    color: #272A33;
}

.site--title span {
    color: #46A300;
    margin-left: 5px;
    font-weight: bold;
}

.list--uslugi {
    margin-top: 30px;
	    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 3px;
}

.one--usluga {
    max-height: 291px;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
	height:281px;
}

._usluga-text {
    background: #D3D3D3;
    backdrop-filter: blur(5px);
    height: 70px;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
/* identical to box height */
    text-align: center;
    color: #313544;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.mt60 {margin-top:60px;}
._usluga-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.one--usluga:hover {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

section._fa.wrapper {
    background: radial-gradient(90.16% 143.01% at 15.32% 21.04%, rgba(224, 249, 255, 0.2) 0%, rgba(110, 191, 244, 0.0447917) 77.08%, rgba(70, 144, 213, 0) 100%);
    padding: 30px;
}
.uk-grid>* {
    padding-left: 30px;
}
.uk-grid {
    margin-left: -30px;
}
._fa-title {
    font-weight: bold;
    font-size: 21px;
    line-height: 26px;
/* identical to box height */
    display: flex;
    align-items: center;
    color: #4A5660;
    margin-bottom: 20px;
}
._team-img {
    height: 270px;
}

._fa-descr {
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
    color: #4A5660;
}


._team-list {
    margin-top: 30px;
}

._team-img img {
     width: 100%; 
     height: 100%; 
    object-fit: cover;
}
._team-img {
    height: 270px;
    margin-bottom: 30px;
}

._team-name {
    font-weight: 500;
    position:relative;
    font-size: 21px;
    line-height: 26px;
    text-align: center;
    color: #272A33;
    padding-bottom: 15px;
}
._team-name:after {
	content:'';
	position: absolute;
	width: 77px;
	height: 2px;
	background: #46A300;
	transform: translateX(-50%);
	left: 50%;
	bottom: 0;
}
._team-text {
    font-size: 16px;
    line-height: 20px;
    color: #272A33;
    text-align: center;
    padding-top: 15px;
}
.uk-slider-team{position:relative;}
.uk-slider-team:after {
    content: '';
    height: 100%;
    width: 140px;
    right: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(
270deg, #F3F3F3 0%, rgba(243, 243, 243, 0) 76.56%);
}
.uk-slider-team:before {
    content: '';
    height: 100%;
    width: 140px;
    left: 0;
    position: absolute;
    top: 0;
background: linear-gradient( 
90deg, #F3F3F3 0%, rgba(243, 243, 243, 0) 76.56%);
    z-index: 1;
}
.uk-slider-team.uk-invis2:after  {
	
	opacity:0;
}
.uk-slider-team.uk-invis:before  {
	
	opacity:0;
}

a.prev-but, a.next-but {
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 1;
    left: 0px;
    top: 50%;
    background: #46A300;
    border-radius: 100%;
    margin-top: -25px;
    display: flex;
    align-items: center;
    justify-content: center;
	
}
a.prev-but:hover, a.next-but:hover {
	    box-shadow: 0 0 5px 0px #fff;
}
a.prev-but svg {
	    transform: rotateZ(180deg);
	
}

a.next-but {
    right: 0;
    left: auto;
    
}
a.prev-but.uk-invisible, a.next-but.uk-invisible {
	
	opacity:0;
	visible:visibility;
}

._about-list {}

._about-list {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
}

._about-one {
    background: #47484F;
    padding: 30px;
   /*  height: 184px; */
    display: flex;
    position: relative;
    align-items: center;
}

._about-text {
    font-size: 16px;
    line-height: 140%;
/* or 22px */
    display: flex;
    align-items: center;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
}

._about-num {
    font-weight: bold;
    font-size: 90px;
    line-height: 110px;
/* identical to box height */
    color: #FFFFFF;
    opacity: 0.1;
    position: absolute;
    left: 10px;
    top: 10px;
}

._about-one:last-child {
    background: #46A300;
}

._about-one:last-child ._about-text {
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
/* identical to box height */
    color: #FFFFFF;
}

._about-one:last-child svg {
    margin-left: 11px;
}

._review-block {
      display: grid;
    grid-template-columns: 70% 1fr;
    margin-top: 30px;
}

._review-slider {
    background: radial-gradient(90.16% 143.01% at 15.32% 21.04%, rgba(224, 249, 255, 0.2) 0%, rgba(110, 191, 244, 0.0447917) 77.08%, rgba(70, 144, 213, 0) 100%);
    padding: 30px;
}

._review-text {
    font-size: 21px;
    line-height: 26px;
    color: #000000;
 
    margin-top: 35px;
}

._review-title {
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
    color: #000000;
    margin-left: 40px;
}

.uk-dotnav {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -12px;
}
.uk-dotnav > * {
    flex: none;
    padding-left: 19px;
    margin-bottom: 10px;
}
.uk-dotnav > * > * {
    display: block;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
    text-indent: 100%;
    overflow: hidden;
	background: #D0D7EC;
    white-space: nowrap;
    transition: 0.2s ease-in-out;
    transition-property: background-color, border-color;
}
.mt30 { margin-top:30px;}
.uk-dotnav > *:last-child {
    flex: none;
    padding-left: px;
}
.uk-dotnav > .uk-active > * {
    background: #46A300;

}
.rnav {
display: flex;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: space-between;
}

.rev-prev,.rev-next {
    width: 30px;
    height: 30px;
    background: #46A300;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.rev-next svg {
    transform: rotateZ(180deg);
}

.rev-prev.uk-invisible,.rev-next.uk-invisible {
    background: #D0D7EC;
}
.rev-prev svg, .rev-next svg {
    fill: #fff;
}
.rev-prev.uk-invisible svg, .rev-next.uk-invisible svg {
    fill: #46a300;
}



.rev-prev:hover, .rev-next:hover {
    background: #47484f;
}
.rev-prev.uk-invisible:hover,.rev-next.uk-invisible:hover {
    background: #D0D7EC;
}
.uk-dotnav > * > :hover, .uk-dotnav > * > :focus {
  background: #46A300;
    outline: none;
    
}

._review-right {
    background: #47484F;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

._r-title {
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
}

._r-text {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin-top: 50px;
}

button._add_p {
    height: 40px;
    
    

/* Main color */
    background: #46A300;
    margin-top: 50px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
/* identical to box height */
    color: #FFFFFF;
}

button._add_p:hover {background: rgb(70 163 0 / 80%);}

section._footer.mt60 {
    background: #47484F;
    padding: 100px 0 70px;
}

._top-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;    padding-right: 69px;
}
._footer-adress {  margin-left: 25px;
    margin-right: auto;}
._footer-adress,._footer-adress  a {
    font-size: 16px;
    line-height: 20px;
/* identical to box height */
    display: flex;
    align-items: center;
    color: #FFFFFF;
   
}

._footer-logo {
    position: relative;
    top: -10px;
}


._footer-social a svg {
    fill: #D3D3D3;
}

._footer-social a:hover svg {transform: scale(1.1);}



._footer-social a:not(:first-child) {
    margin-left: 19px;
}

._footer-social a {
}

._footer-social a svg {
    transition: 0.3s;
}


._footer-middle {
    padding: 30px 69px;
}

._footer-middle-grid {
    border: 2px solid #F7F7F7;
    border-width: 2px 0 2px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 30px 41px;
}

._one_grid-title {
    font-weight: bold;
    font-size: 21px;
    line-height: 26px;
/* identical to box height */
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 22px;
}
.bold { font-weight:600;}
a:hover {
    text-decoration: underline;
}
._footer-copy {
    font-size: 16px;
    line-height: 160%;
    color: #FFFFFF;
}
._one_grid-text, ._one_grid-text a, ._one_grid_item, ._one_grid_item a {
    font-size: 16px;
    line-height: 20px;
/* identical to box height */
    display: flex;
    align-items: center;
  text-align: left;
    color: #FFFFFF;
}

._one_grid-text:not(:last-child),._one_grid_item:not(:last-child) {
    margin-bottom: 20px;
}

._one_grid.sb {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.popup__layer {
    right: 0;
    bottom: 0;
    opacity: 1;
    z-index: 99;
    top: 0;
    left: 0;
   background: rgba(0, 0, 0, 0.45);
}


.popup {
    z-index: 100;
    top: 50%;
    left: 50%;
    overflow: auto;
    width: 92%;
    max-width: 485px;
    padding: 36px 90px;
    -webkit-transform: translate(-50.1%,-50%);
    transform: translate(-50.1%,-50%);
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 40px rgb(0 0 0 / 15%);
}
.menu__layer, .popup__layer, .popup {
    position: fixed;
    display: none;
}

.popup-usluga {
    background: rgba(249, 249, 249, 1);
   
    max-width: 1035px;
    padding: 30px;
    min-height: 585px;
}
.popup_footer {
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    margin-top: auto;

}

.popup_footer a {
    color: #46A300;
}
.popup-usluga-body {
    text-align: left;
    display: flex;
    flex-direction: column;
    min-height: 500px;
}

.popup--title {
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
/* identical to box height */
    color: #000000;
}

.popup_close {
    display: inline-flex;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.popup_close svg {
    width: 18px;
    height: 18px;    margin: 0!important;
}

.popup_list {
    margin-top: 30px;
    max-height: 400px;
    overflow-y: auto;
}

._one_ulist {
    display: grid;
    grid-template-columns: 1fr max-content;
    border: 0.5px solid rgba(55, 51, 79, 0.29);
}




._one_ulist div:first-child {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
/* identical to box height */
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #000000;
    padding: 0 30px;
    height: 60px;
    display: flex;
    align-items: center;
}

._one_ulist div:last-child {
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
/* identical to box height */
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 30px;
}

._one_ulist:not(:first-child) {
    border-top: 0;
}

div#popup-succes {
    background: rgba(249, 249, 249, 0.84);
    backdrop-filter: blur(20px);
    max-width: 358px;
    text-align: left;
    padding: 30px 30px 15px 30px;
}
._slide img {
    width: 100%;
}
.popup__title {
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
/* identical to box height */
    color: #000000;
}

.popup__subtitle {
    margin-top: 26px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #000000;
}

.popup-succes svg {
    margin-top: 30px;
    float: right;
}

@media(max-width:1170px){
	.wrapper {
   
    padding-left: 20px;
    padding-right: 20px;
}
._slide_wrap.wrapper { padding-left:0;padding-right:0;}
}
@media (min-width: 1024.1px) {
.burger,.nohim,.mob--menu {
    display: none;
}
}

.mob--menu {
    width: 375px;
    z-index: 100;
    background: #fff;
    border: 0;
    transition: 0.5s;
    transform: translateX(100%);
    background: #46A300;
    height: 100%;
    top: 0;
    position: fixed;
    right: 0;
    padding: 37px 30px;
}
._one_grid {
    padding-right: 10px;
}
._usluga-img {
    width: 100%;
    height: 100%;
}
._slide-subtitle-form {
    margin-top: 10px;
}

@media(max-width:1024px){
section._fa.wrapper { padding:15px;}
._fa-descr {
   
    font-size: 14px;
    
}

	.mob--menu.top-lang {
    display: flex;
}

.mob--menu .top-lang {
    display: flex;
    order: 1;
    height: 10%;
}

.m--top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.m--close {
    order: 2;
    width: 35px;
    height: 35px;
}

.m--close svg {
    width: 100%;
    height: 100%;
}

.top-lang a.active {
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
    text-align: center;

/* gray */
    color: #F7F7F7;
}

.top-lang a:not(:last-child) {
    margin-left: 30px;
}

.m--list {
    margin-top: 50px;
}
ul.list-inline.top-left-info-links {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.mob--menu._open {
    transform: translateX(0%);
}
.menu__layer {
    right: 0;
    bottom: 0;
    opacity: .5;
    z-index: 99;
    top: 0;
    left: 0;
       background: rgb(0 0 0 / 55%);

}

.menu__layer._open {
    display: block;
}
.apppli a {
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
/* identical to box height */
    text-align: center;

/* gray */
    color: #F7F7F7;
}

li.apppli {padding: 15px 0;}

li.apppli {
    border-top: 2px solid #F7F7F7;
    margin-right: 0px!important;
}

li.apppli:last-child {border-bottom: 2px solid #F7F7F7;}
	.him { display:none;}
	.mburger {
    display: inline-flex;
    flex-direction: column;
    width: 41px;
  grid-area:tl;
}
.grid-top {
 display: grid;
    grid-template-areas:
        "tlo tc tl"
        "tlo bc tl";
    grid-template-columns: auto auto auto;
    gap: 0 10px;
    align-items: center;
    justify-content: space-between;
}
.uk-child-width-1-4\@m>* {
    width: 33%;
}
.mburger span {
    height: 2px;
    background: #46A300;
    width: 100%;
}
._footer-middle-grid {

    grid-template-columns: 1fr 40% 1fr;
    
}
._uslugi.wrapper,._team.wrapper {
    padding: 0 60px;
}
._review-block {
 
    grid-template-columns: 60% 1fr;
  
}
._footerw.wrapper {
    padding-left: 0;
    padding-right: 0;
}
section._footer.mt60 {
   
    padding: 30px 45px 30px;
}
.list--uslugi {

    grid-template-columns: repeat(3,1fr);
   
}

.mburger span:nth-child(2) {
    margin: 10px 0;

}
	.bottom--center {
    display: none;
}

.top--center {
    border-bottom: 0;
}

.top-lang {
    display: none;
}
	
}
@media(max-width:600px) {

.one--usluga {

    height: 181px;
}

}
@media(max-width:768px){



._slide-form {
    background: rgba(237, 237, 237, 0.12);
    backdrop-filter: blur(10px);
    position: unset;
    bottom: 15px;
    max-width: 810px;
    left: 50%;
    padding: 10px 14px 20px;
    transform: translateX(0%);
    width: auto;
    margin: 20px;
    background: #525050;
    backdrop-filter: blur(10px);
}


._slide-form input:not([type=checkbox]) {
   padding: 0 10px;
    flex: 0 0 33%;
    padding: 0 10px;
 



}
.nohim { display:none;}
.him{display:block;}
._uslugi.wrapper, ._team.wrapper {
    padding: 0 20px;
}
._uslugi.wrapper {margin-top: 20px; }
.list--uslugi {
    grid-template-columns: repeat(2,1fr);
}
._uslugi .site--title { display:none;}
.checkbox_wr {
 
    flex: 0 0 70%;
}
._fa-descr {
    font-size: 14px;
    line-height: 17px;
}

._fa-title {
    font-size: 16px;
    line-height: 20px;
}

section._fa.wrapper.him {
    padding: 14px;
    margin: 2px 20px 0 20px;
}
._fa-descr {
    font-size: 14px;
    line-height: 17px;
}

._fa-title {
    font-size: 16px;
    line-height: 20px;
}

section._fa.wrapper.him {
    padding: 14px;
    margin: 2px 20px 0 20px;
}

._team-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #272A33;
    padding-bottom: 5px;
}
._team-list {
    margin-top: 0px;
}
._team.wrapper {margin-top:20px;}
 .site--title { display:none;}
._team-img {
    margin-bottom: 10px;
}

._team-text {
    padding-top: 5px;
}
.uk-child-width-1-4\@m>* {
    width: 30%;
}
._review-block {
    grid-template-columns: 1fr;margin-top: 0;    grid-template-columns: 100%;
}

._team-img {
    height: 200px;
    margin-bottom: 10px;
}
a.prev-but, a.next-but,.rev-prev, .rev-next { display:none;}
.uk-slider-team {
    position: relative;
    margin-right: -20px;
}
.uk-slider-team:before,.uk-slider-team:after {
	display:none;
	
}
._one_grid.sb {
    grid-area: hd;
}

._one_grid:nth-child(2) {
    grid-area: hd2;
}

._one_grid:nth-child(3) {
    grid-area: hd3;
}
._one_grid.sb {
    grid-area: hd;
    margin-top: 20px;
    display: grid;
    grid-template-columns: 50% 50%;
}
._footer-middle-grid {
        grid-template-columns: 50% 50%;
    grid-template-areas:
        "hd2 hd3"
        "hd hd ";
}
section._footer.mt60 {
    padding: 18px 20px 18px;
}
._review-title {
    font-size: 16px;
}
._footer-logo {
    display: none;
}

._top-footer {
    padding-right: 0px;
}

._footer-adress {
    margin-left: 0;
}
._footer-middle {
    padding: 14px 0px;
}
._footer-middle-grid {
    padding: 14px 0px;
}
.mt60 {
    margin-top: 20px;
}
._review-text {
    font-size: 14px;
    line-height: 17px;
}
._review-title {
    font-size: 16px;
}

._review-text {
    font-size: 14px;
    line-height: 17px;
}

._r-title {
    font-size: 16px;
    line-height: 20px;
}



._r-text {
    margin-top: 14px;
}

button._add_p {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
}

._review-right {
    padding: 14px;
}
}


@media(max-width:600px){

	.uk-grid {
    margin-left: -5px;
}
.uk-child-width-1-4\@m>* {
    width: 44%;
}
.uk-grid>* {
    padding-left: 5px;
}
._about-num {
    display: none;
}

._about-text {
    font-size: 14px;
    line-height: 17px;
}

._about-one {
    padding: 14px;
   /*  height: 153px; */
}
.top-logo {
    margin-bottom: 7px;
}
.top-logo svg {
   width:120px;
}
._slide-top-text {
    font-size: 20px;
    /* line-height: 20px; */
        line-height: 28px;
    width: 53%;
}

._slide-bottom-text {
    font-size: 12px;
}
._slide_text {
    position: absolute;
    top: 10%;
    left: 20px;
}
._about-text {
    font-size: 14px;
    line-height: 17px;
}

._about-one:last-child ._about-text {
    font-size: 12px;
    line-height: 17px;
}
.header--adress {
    display: none;
}
._usluga-text {
    font-size: 12px;
    line-height: 17px;
/* identical to box height */
    color: #313544;
    height: 55px;
    text-align: center;
    font-weight: bold;
    padding: 0 7px;
    margin: 0;
    justify-content: center;
}
}
@media (max-width: 475px) {
	._footer-adress {
    margin-left: 0;
      font-size: 12px;
	
}
.popup--title {
    font-size: 16px;
}

.popup-usluga {
    padding: 14px;
}

.popup_list {
    margin-top: 14px;
}

._one_ulist div, ._one_ulist div:first-child,._one_ulist div:last-child {
    padding: 0 14px;
    font-size: 10px;
}


._footer-middle-grid {
    grid-template-columns: auto auto;
}

.uk-child-width-1-4\@m>* {
    width: 70%;
}
._team-img {
    height: 240px;
    margin-bottom: 10px;
}
._one_grid-title {
    font-size: 16px;
    margin-bottom: 10px;
}
._slide-form input:not([type=checkbox]) {
    border: 2px solid #FFFFFF;
    height: 40px;
    flex: 0 0 100%;
    margin-bottom: 10px;
}

form._form {
    /* flex-direction: column; */
}

button.button-site {
    flex: 0 0 100%;
}

.checkbox_wr {
    flex: 0 0 100%;
    font-size: 14px;
}
.top-logo svg {
    width: 100px;
}
.mob--menu {
    width: 90%;
}
li.apppli {
    padding: 10px 0;
}
.apppli a {
  
    font-size: 18px;
	
}
.m--list {
    margin-top: 30px;
}
.m--close {
    order: 2;
    width: 25px;
    height: 25px;
}
._one_grid-text, ._one_grid-text a, ._one_grid_item, ._one_grid_item a {
    font-size: 14px;
}
}
@media(max-width:375px){
	._one_grid-text, ._one_grid-text a, ._one_grid_item, ._one_grid_item a {
    font-size: 14px;
}
._about-text {
    font-size: 12px;
    line-height: 17px;
}
.wrapper {
    padding-left: 10px;
    padding-right: 10px;
}
	.header--adress, .header--phone a {
   font-weight: bold;
    font-size: 12px;
	}
	.header--phone {
    margin-left: 10px;
}
._slide-form {

    margin: 10px;
    
}
._team-text {
    font-size: 13px;
    
}
._team-name {
 
    font-size: 14px;
    
}
._about-one {
  
    height: auto;
}
._about-list {
  
    grid-template-columns: 1fr;
   
}
._footer-adress {
    margin-left: 0;
    font-size: 10px;
}
._one_grid-text, ._one_grid-text a, ._one_grid_item, ._one_grid_item a {
    font-size: 12px;
}
section._footer.mt60 {
    padding: 18px 10px 18px;
}
._review-slider {
   padding: 15px;
}
._r-text {
    font-size: 14px;
}
._uslugi.wrapper, ._team.wrapper {
   /* padding: 0 0 0 10px; */
}

}
.close_p { cursor:pointer;}

#back-top {
    width: 50px;
    height: 50px;
    border: 4px solid #46A300;
    box-sizing: border-box;
    border-radius: 100%;
    position: fixed;
    right: 40px;
    bottom: 120px;
    z-index: 1000;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    opacity: .75;display: none;
}

#back-top button {
    border: 0;
    background: transparent;
    width: 100%;
    height: 100%;
    padding: 0;
}
#back-top:hover { opacity:1;}

@media(max-width:600px){
	#back-top{
	   right: 5px;
    bottom: 10px;
        width: 30px;
    height: 30px;
    border: 1px solid #46A300;
	}
	
}
@media(max-width:450px){
._footer-adress a {
    font-size: 12px;
}
}