html {
    -ms-overflow-style: scrollbar;
}

*::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}

*:-moz-placeholder {
    color: #666;
    opacity: 1;
}

*::-moz-placeholder {
    color: #666;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cbalink {
    display: none;
}

body {
    font-family: sans-serif;
    font-size: 18px;
    min-width: 320px;
    position: relative;
    line-height: 1.5;
    font-family: "DINPro", sans-serif;
    overflow-x: hidden;
    margin: 0;
    overflow: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

ul li,
ol li {
    list-style: none;
}

ul,
ol {
    margin: 0;
    padding-left: 0;
}

button {
    font: inherit;
    outline: none;
    border: 0;
    padding: 0;
    cursor: pointer;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #01562a;
    z-index: 100000;
}
.pulse {
    position: relative;
    left: 50%;
    top: 50vh;
    margin-left: -40px;
    margin-top: -40px;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
.pulse:before, .pulse:after {
    content: '';
    border: 3px solid #fff;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    position: absolute;
}
.pulse:before {
    -webkit-animation: pulse-outer .8s ease-in infinite;
    animation: pulse-outer .8s ease-in infinite;
}
.pulse:after {
    -webkit-animation: pulse-inner .8s linear infinite;
    animation: pulse-inner .8s linear infinite;
}
@-webkit-keyframes pulse-outer {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@keyframes pulse-outer {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes pulse-inner {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes pulse-inner {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
 }
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

.hidden {
    display: none;
}

.container {
    margin: 0 auto;
    position: relative;
    padding: 0 60px;
    width: 100%;
}

.wrapper {
    overflow: hidden;
}

.flex-class {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.align-items-flex-end {
    align-items: flex-end;
}

.align-items-flex-start {
    align-items: flex-start;
}

.text-align-left {
    text-align: left;
}

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

.text-align-right {
    text-align: right;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.justify-content-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify-content-flex-end {
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}

.justify-content-flex-start {
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}

.no-padding-0 {
    margin-right: 0;
    margin-left: 0;
}

.no-padding-0>.col,
.no-padding-0>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.no-padding-10 {
    margin-right: -5px;
    margin-left: -5px;
}

.no-padding-10>.col,
.no-padding-10>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.no-padding-15 {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.no-padding-15>.col,
.no-padding-15>[class*="col-"] {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.no-padding-20 {
    margin-right: -10px;
    margin-left: -10px;
}

.no-padding-20>.col,
.no-padding-20>[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.no-padding-30 {
    margin-right: -15px;
    margin-left: -15px;
}

.no-padding-30>.col,
.no-padding-30>[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

.no-padding-50 {
    margin-right: -25px;
    margin-left: -25px;
}

.no-padding-50>.col,
.no-padding-50>[class*="col-"] {
    padding-right: 25px;
    padding-left: 25px;
}

.col-five,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-five {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

.mrb-0 {
    margin-bottom: 0px;
}

.mrb-5 {
    margin-bottom: 5px;
}

.mrb-10 {
    margin-bottom: 10px;
}

.mrb-15 {
    margin-bottom: 15px;
}

.mrb-20 {
    margin-bottom: 20px;
}

.mrb-25 {
    margin-bottom: 25px;
}

.mrb-30 {
    margin-bottom: 30px;
}

.mrb-35 {
    margin-bottom: 35px;
}

.mrb-40 {
    margin-bottom: 40px;
}

.mrb-45 {
    margin-bottom: 45px;
}

.mrb-50 {
    margin-bottom: 50px;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
.section-page {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    transition: filter 0.4s;
}
.main-section-page {
    position: relative;
    height: 100%;
    width: 100%;
}
.main-section-page-bg {
    position: absolute;
    left: 50%;
    bottom: 50%;
    width: calc(100% + 27px);
    height: calc(100% + 27px);
    transform: translate(-50%, 50%);
}
.main-section-page-content {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
}
.flex-center {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.main-section-page-content_wrap {
    height: 100%;
    width: 100%;
    position: relative;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding-top: 55px;
}
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding-bottom: 65px;
}
.main-section-page-bg_1 {
    background-image: url(../img/bg_1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.main-section-page-bg::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../img/fill.png');
}
.logo{
    width: 206px;
}
.toggle_button {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 49px;
    height: 35px;
}
.toggle_button span{
    display: block;
    height: 3px;
    background-color: #fff;
}
.toggle_button span:nth-child(1){
    width: 100%;
}
.toggle_button span:nth-child(2){
    width: 55%;
    margin-left: auto;
}
.toggle_button span:nth-child(3){
    width: 90%;
    margin-left: auto;
}
.link__info_tel{
    display: inline-block;
    color: #00c19e;
}
.left__content_info_adress {
    color: #00c19e;
    width: 303px;
    margin-right: 27px;
    line-height: 18px;
}
.button__page_section {
    display: inline-block;
    padding-right: 36px;
    position: relative;
    cursor: pointer;
    transition: all 0.4s;
    color: #00c19e;
    background-color: transparent;
}
.button__page_section:hover{
    color: #fff;
}
.button__page_section::before{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    background-image: url('../img/arrow.png');
    width: 25px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
}
.button__page_section.button-page-top::before{
    transform: translate(0,-50%) rotate(180deg);
}
.left__content_info_wrap {
    align-items: center;
}
.item_lnk {
    display: flex;
    height: 358px;
    border-radius: 10px;
    background-color: rgb(0 0 0 / 30%);
    transition: all 0.4s;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    border: 1px solid transparent;
}
.content {
    max-width: 1244px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}
.item_lnk_text{
    font-size: 28px;
    color: #fff;
    margin-top: 20px;
}
.item_lnk_arr{
    width: 15px;
    height: 24px;
    margin: 0 auto;
    display: block;
    background-image: url('../img/arrow_next.png');
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 20px;
}
.item_lnk_img{
    width: 168px;
    height: 168px;
    margin: 0 auto;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
}
.item_lnk_1 .item_lnk_img{
    background-image: url('../img/img__1.png')
}
.item_lnk_2 .item_lnk_img{
    background-image: url('../img/img__2.png')
}
.item_lnk_3 .item_lnk_img{
    background-image: url('../img/img__3.png')
}
.item_lnk:hover{
    border-color: #00c19e;
    background-color: rgb(0 0 0 / 60%);
}
.item_lnk_1:hover .item_lnk_img{
    background-image: url('../img/img__1_hover.png')
}
.item_lnk_2:hover .item_lnk_img{
    background-image: url('../img/img__2_hover.png')
}
.item_lnk_3:hover .item_lnk_img{
    background-image: url('../img/img__3_hover.png')
}
.item_lnk_content{
    display: none;
}
.popup {
    width: 960px;
    background-color: rgb(0 0 0 / 70%);
    padding: 32px 32px 50px 32px;
    overflow: visible;
}
.title_info_popup_content{
    font-size: 24px;
    line-height: 24px;
    color: #fff;
}
.text_info_popup_content {
    color: #00c19e;
    line-height: 19px;
}
.img_popup_content {
    width: 278px;
    text-align: center;
}
.info_popup_content {
    width: calc(100% - 278px);
    padding-left: 27px;
}
.fancybox-toolbar {
    display: none;
}
.fancybox-slide--html .fancybox-close-small {
    width: 48px;
    height: 48px;
    background-image: url(../img/close.png);
    background-position: center;
    background-repeat: no-repeat;
    top: -55px;
    right: -55px;
}
.fancybox-slide--html .fancybox-close-small svg{
    display: none;
}
.main-section-page-bg.blur,
.main-section-page-content.blur,
.block__contacts.blur {
    filter: blur(7px);
}
.fancybox-bg {
    background: transparent;
}
.menu__page {
    position: fixed;
    top: 0;
    right: 0;
    width: 720px;
    background-color: rgb(0 0 0 / 30%);
    height: 100vh;
    transform: translate(100%); 
    transition: transform 0.4s;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 102;
    padding-top: 40px;
    padding-bottom: 40px;
}
.menu__page.active {
    transform: translate(0);
}
.group__menu a{
    display: flex;
    color: #ffffff;
    font-size: 24px;
    align-items: center;
}
.group__menu {
    margin-bottom: 53px;
}
.group__menu:last-child{
    margin-bottom: 0;
}
.group__menu a::after{
    content: '';
    position: relative;
    flex-grow: 1;
    height: 1px;
    background-color: #00c19e;
    display: block;
    margin-left: 20px;
    opacity: 0;
    transition: all 0.4s;
}
.group__menu a.active,
.group__menu a:hover{
    color: #00c19e;
}
.group__menu a.active::after{
    opacity: 1;
}
.close__menu {
    position: absolute;
    left: 54px;
    top: 74px;
    width: 19px;
    height: 32px;
    background-image: url(../img/arr.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}
.menu__page__wrp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.manu_main.menu {
    padding-left: 53px;
}
.overlay-page {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-overflow-scrolling: touch;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-color: transparent;
display: none;
z-index: 100;
}
.overlay-page.active {
display: block;
}
.main-section-page-bg_2 {
    background-color: #00332a;
}
.main-section-page-bg_2::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/cloud.png');
    opacity: 0.2;
}
.group_content_item__ls {
    position: relative;
    padding-left: 26px;
    color: #00c19e;
    margin-bottom: 19px;
}
.group_content_item__ls::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 30px;
    background-position: center;
    background-image: url('../img/arr_list.png');
    background-repeat: no-repeat;
}
.item__ls {
    background-color: rgb(0 0 0 / 30%);
    border-radius: 10px;
    padding: 29px;
    height: 100%;
    min-height: 358px;
}
.title_item__ls {
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    font-family: "Gilroy", sans-serif;
    letter-spacing: 0.6px;
}
.content_item__ls {
    line-height: 18px;
    margin-top: 19px;
}
.title__page_h3{
    text-align: center;
    margin: 0;
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    line-height: 50px;
    font-family: "Gilroy", sans-serif;
}
.sw-button-style{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    width: 64px;
    height: 64px;
    border-radius: 10px;
    border: 1px solid transparent;
    z-index: 4;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    outline: none;
}
.sw-button-style:hover{
    border-color: #00c19e;
    background-color: rgba(0,0,0,0.7);
}
.sw-button-prev{
    left: -94px;
    background-image: url('../img/sw-button-prev.png');
}
.sw-button-next{
    right: -94px;
    background-image: url('../img/sw-button-next.png');
}
.sw-button-prev:hover{
    background-image: url('../img/sw-button-prev-hover.png');
}
.sw-button-next:hover{
    background-image: url('../img/sw-button-next-hover.png');
}
.slide__object_img{
    height: 204px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.slide__object_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slide__object {
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    background-color: rgb(0 0 0 / 30%);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.slide__object_content_title {
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-family: "Gilroy", sans-serif;
}
.slide__object_arr {
    width: 15px;
    height: 24px;
    margin: 0 auto;
    display: block;
    background-image: url(../img/arrow_next.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 20px;
    position: absolute;
    bottom: 29px;
    left: 50%;
    transform: translate(-50%);
}
.slide__object_content {
    padding: 30px 25px 76px 25px;
    flex-grow: 1;
    border: 1px solid transparent;
    border-top: 0;
    transition: all 0.4s;
    border-radius: 0 0 10px 10px;
}
.slide__object:hover .slide__object_content{
    border-color: #00c19e;
}
.slider__page .swiper-slide {
    height: auto;
}
.slider__page_object {
    margin-top: 28px;
    position: relative;
}
.map {
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
ymaps.ymaps-2-1-78-ground-pane {
    filter: brightness(10%) sepia(46%) saturate(18.33) hue-rotate( 70deg) grayscale(0);
}
.main-section-page-content {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
}
.block__contacts {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(0,0,0,0.5);
    padding: 31px 38px;
    color: #fff;
    z-index: 5;
    width: 540px;
}
.block__contacts_adress{
    color: #00c19e;
    margin-top: 25px;
}
.block__contacts_tel{
    margin-top: 15px;
}
.block__contacts_mail{
    margin-top: 15px;
}
.tel__page{
    color: #00c19e;
}
.block__contacts_title{
    font-size: 24px;
    line-height: 24px;
}
.block__contacts_wrap{
    max-width: 310px;
    width: 100%;
}