:root {
    --primary-color: #90D11F;
    --secondary-color: #252525;
    --white:#fff;
    --accent-color: #ffcc00; /* Акцентный желтый цвет */
    --background-color: #f0f0f0;
    --text-color: #555; /* Основной цвет текста */
    --border-color: #cccccc; /* Цвет границы */
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: var(--text-color);
}
.container {
    max-width: 1290px;
}
.container_header {
    max-width: 1440px;
    margin: 0 auto;
}
header.header {
    position: absolute;
    width: 100%;
    z-index: 50;
    top: 0;
}
.wr_slider{
    margin-bottom: 70px;
}
.slider_content {
    max-width: 655px;
    text-align: left;
    margin-left: 120px;
}
.title_slider{
    font-weight: 700;
    font-size: 54px;
    line-height: initial;
    margin-bottom: 60px;
}
.title_slider span{
    color: var(--primary-color);
}
.wr_slider_content{
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}
.slider {
    overflow: hidden;
    position: relative;
}
.wr_slider .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.wr_slider .swiper-wrapper {
    height: 100vh; /* Чтобы слайды занимали всю высоту контейнера */
}
.wr_slider .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    background-size: cover;
    background-position: center;
    color: var(--white);
    text-align: center;
    position: relative;
}
.wr_slider .swiper-slide::after{
    content: '';
    background-color: rgba(0, 0, 0, 0.60);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.slider .swiper-pagination {
    bottom: 100px;
    left: 120px;
    text-align: left;
}

.swiper-pagination-bullet {
    width: 40px;
    height: 3px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    transition: background 0.3s;
}
.swiper-pagination-bullet-active {
    background: var(--primary-color);
}
.swiper-slide p {
    margin: 5px 0 0;
    font-weight: 500;
    line-height: 30px;
    font-size: 18px; /* Размер текста */
}
.navbar{
    padding: 40px;
}
.header .nav-link{
     font-size: 15px;
     font-weight: 500;
     line-height: 15px;
     color: var(--white);
} 
.block_text--1{
    background: url(../images/u.svg) center no-repeat;
}
.block_text--2{
    background: url(../images/t.svg) center no-repeat;
}
.block_text--3{
    background: url(../images/c.svg) center no-repeat;
}
.block_text--title{
    font-size: 40px;
    text-transform: uppercase;
    color: var(--secondary-color);
    position: relative;
    line-height: initial;
    margin-bottom: 50px;
}
.block_text--title span{
    font-weight: 800;
}
.block_text--title::after{
    content: '';
    width: 20px;
    height: 20px;
    background-color: var(--primary-color);
    display: inline-block;
    position: absolute;
    top: -40px;
    left: -40px;
}
.block_text--title::before{
    content: '';
    width: 262px;
    height: 2px;
    background: linear-gradient(90deg, #90D11FFF, #90D11F00);
    display: inline-block;
    position: absolute;
    top: -30px;
    left: -22px;
}
.block_text--text{
    max-width: 470px;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.block_text--2 .block_text--text{
    padding-left: 120px;

}
.navbar-brand img{
    height: 50px;
}
footer{
    padding: 40px 0;
}
.top_footer{
    padding-top: 50px;
    border-top: 1px solid #EBEBEB;
    font-size: 13px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.top_footer ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.copyright{
    color: #454545;
}
.menu_footer ul,
.footer_social ul {
    display: flex;
    gap:30px;
}
.menu_footer a{
    color: #252525;
}
.block{
    margin-bottom: 140px;
}
.wr_block_name,
.wr_block_name--article {
    text-align: center;
    margin-bottom: 70px;
}
.block_name,
.block_name--article{
    position: relative;
    font-size: 40px;
    line-height: initial;
    text-transform: uppercase;
    display: inline-block;
    color: var(--secondary-color);
}
.block_name::after{
    content: '';
    width: 20px;
    height: 20px;
    background-color: var(--primary-color);
    display: inline-block;
    position: absolute;
    top: -40px;
    left: -40px;
}
.block_name::before{
    content: '';
    width: 262px;
    height: 2px;
    background: linear-gradient(90deg, #90D11FFF, #90D11F00);
    display: inline-block;
    position: absolute;
    top: -30px;
    left: -22px;
}
.block_name span{
    font-weight: 800;
}
.news_link{
    display: block;
    text-decoration: none;
    color: #555;
}
.news_link:hover{
    text-decoration: none;
    color: #555;
}
.news_desc {
    background: #F8F8F8;
    margin: 0 20px;
    padding: 30px;
}
.image_news{
    position: relative;
    text-align: center;
}
.news_name {
    background: #252525;
    color: #fff;
    padding: 30px;
    margin: 0 20px;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.news_text {
    font-size: 12px;
    line-height: 22px;
}
.news_more{
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    color: #252525;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: inline-block;
    vertical-align: middle;
    margin-top: 25px;
}
.news_more svg {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 4px;
    fill: currentColor;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.news_morev:hover {
    color: #252525;
    opacity: .75;
}
.news_more:hover svg {
    -webkit-transform: translate(3px, -3px);
    -ms-transform: translate(3px, -3px);
    transform: translate(3px, -3px);
}
.form-block {
    max-width: 820px;
    margin: 0 auto;
    background-color: #f8f8f8;
    padding: 40px
}

.form-row {
    margin: 0 -10px -20px!important
}

.form-col {
    position: relative;
    padding: 0 10px 20px!important
}

.form-label {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.846;
    font-family: Montserrat,sans-serif;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #242628
}

.form-input {
    display: block;
    padding: 24px 30px;
    background: #fff;
    border: 1px solid #fff;
    height: 70px;
    width: 100%;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.846;
    font-family: Montserrat,sans-serif;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #242628;
    border-radius: 0;
    text-shadow: 0 0
}

.form-input:-moz-placeholder,.form-input::-moz-placeholder {
    color: #242628;
    opacity: 1
}

.form-input::-webkit-input-placeholder {
    color: #242628
}

.form-input:focus {
    border-color: #242628
}

.form-input.error {
    border-color: red
}

.form-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' fill='none'%3E%3Cpath fill='%231D1D1D' d='M7.872 1.032 7.61.77A.435.435 0 0 0 7.3.64a.435.435 0 0 0-.309.128l-2.99 2.989L1.01.765A.434.434 0 0 0 .7.637a.435.435 0 0 0-.31.128l-.262.262a.438.438 0 0 0 0 .62l3.563 3.575c.083.083.192.14.31.14h.002a.447.447 0 0 0 .31-.14l3.56-3.566a.442.442 0 0 0 0-.624Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 11px center;
    background-size: 10px 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0!important
}

.form-select:-moz-focusring {
    color: transparent
}

.form-select::-ms-expand {
    display: none
}

.form-textarea {
    height: 210px;
    resize: vertical
}

.form .btn {
    margin-top: 10px
}
.btn {
    background: #242628;
    border: 1px solid #242628;
    border-radius: 70px;
    padding: 26px 39px;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    outline: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.btn:hover {
    color: #242628
}

.btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .3s,border .3s;
    -o-transition: opacity .3s,border .3s;
    transition: opacity .3s,border .3s
}

.btn:hover::before {
    opacity: 0
}

.btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-color: #e84e0f;
    border-color: transparent;
    border-radius: 50%;
    -webkit-transform: translate(0,-70px) scale(.1);
    -ms-transform: translate(0,-70px) scale(.1);
    transform: translate(0,-70px) scale(.1);
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity .25s linear,background-color .25s linear,-webkit-transform .25s linear;
    transition: opacity .25s linear,background-color .25s linear,-webkit-transform .25s linear;
    -o-transition: transform .25s linear,opacity .25s linear,background-color .25s linear;
    transition: transform .25s linear,opacity .25s linear,background-color .25s linear;
    transition: transform .25s linear,opacity .25s linear,background-color .25s linear,-webkit-transform .25s linear
}

.btn:hover::after {
    opacity: 1;
    -webkit-transform: scale(1) translate(0,-70px);
    -ms-transform: scale(1) translate(0,-70px);
    transform: scale(1) translate(0,-70px)
}

.ajax_form .error {
    color: red !important;
}
.custom-file-label::after{
    content: "+";
    height: auto;
    display: flex;
    align-items: center;
    background: #fff;
    color: #252525;
    font-size: 20px;
}
.custom-file-input:lang(en)~.custom-file-label::after {
    content: "+";
}
.custom-file {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0;
}
.contact{
    margin: 0 auto 70px;
    max-width: 1049px;
}
.contact_item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_item a,
.contact_item span{
    font-size: 18px;
    line-height: 24px;
    color: var(--secondary-color);
    text-decoration: none;
}
.contact_item svg{
    margin-right: 13px;
}
.lang a {
    color: var(--secondary-color);
    font-weight: 700;
    display: inline-block;
    padding: 5px 3px;
} 
.lang a.active,
.lang a:hover{
    color: var(--primary-color);
}
.bg_gray{
    background-color: #f8f8f8;
}
.bg_block{
    padding: 70px 0 120px;
}
.manager_desc {
    background: #252525;
    padding: 20px;
    color: #fff;
    width: -webkit-fill-available;
    margin: 0 20px;
    position: absolute;
    bottom: -50px;
}
.manager_desc--line{
    position: relative;
}
.manager_desc--line::after{
    content: '';
    width: 10px;
    height: 10px;
    background-color: var(--primary-color);
    display: inline-block;
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto 0;
}
.manager_desc--line::before{
    content: '';
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, #90D11FFF, #90D11F00);
    display: inline-block;
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 0;
    margin: auto 0;
}
.manager-name{
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
}
.manager-position{
    font-size: 13px;
    line-height: 24px;
}
.manager_slide{
    position: relative;
    margin-bottom: 50px;
}
.manager_slide img{
    margin: 0 auto;
    display: block;
}
.swiper-horizontal{
    overflow: hidden;
}
.slider_manageer .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.2);
}
.slider_manageer .swiper-pagination-bullet-active {
    background: var(--primary-color);
}
.slider_manageer{
    max-width: 1360px;
    margin: 0 auto;
    position: relative;
}
.slider_manageer .swiper-pagination.sw_pag-2 {
    bottom: -60px;
}
.button_call{
    position: fixed;
    bottom: 70px;
    right: 70px;
    z-index: 10;
}
.button_call a{
    width: 70px;
    height: 70px;
    background-color: var(--primary-color);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: hoverWave linear 2s infinite;
}
.section-top {
    background: no-repeat center;
    background-size: cover;
    background-image: url(../images/bg-section-top.jpg);
    position: relative;
    z-index: 1;
    padding: 135px 0 40px 0;
    margin-bottom: 100px;
}

.section-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.60);
    z-index: -1
}
.breadcrumbs {
    margin-bottom: 0px;
    color: #fff;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    list-style: none;
}
.breadcrumbs-item__link {
    color: inherit;
}
.breadcrumbs-item {
    padding-right: 30px;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.breadcrumbs-item:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='none'%3E%3Cpath fill='%23fff' d='M6.222 3.688 2.662.128A.434.434 0 0 0 2.352 0a.434.434 0 0 0-.309.128L1.781.39a.438.438 0 0 0 0 .619l2.99 2.99L1.778 6.99a.435.435 0 0 0 0 .619l.262.262A.435.435 0 0 0 2.35 8a.434.434 0 0 0 .31-.128L6.221 4.31a.435.435 0 0 0 .128-.31.435.435 0 0 0-.128-.311Z'/%3E%3C/svg%3E");
    width: 8px;
    height: 8px;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: calc(50% - 4px)
}
.breadcrumbs-item:last-child {
    padding-right: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 100%;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
}
.breadcrumbs-item__link:hover {
    color: var(--primary-color);
}
.breadcrumbs-item:last-child:before {
    display: none
}
@keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(144, 209, 31, 0.7), 0 0 0 0 rgba(144, 209, 31, 0.2), 0 0 0 0 rgba(144, 209, 31, 0.2);
    }

    40% {
        box-shadow: 0 8px 10px rgba(144, 209, 31, 0.7), 0 0 0 15px rgba(144, 209, 31, 0.2), 0 0 0 0 rgba(144, 209, 31, 0.2);
    }

    80% {
        box-shadow: 0 8px 10px rgba(144, 209, 31, 0.7), 0 0 0 30px rgba(144, 209, 31, 0), 0 0 0 26.7px rgba(144, 209, 31, 0.2);
    }

    100% {
        box-shadow: 0 8px 10px rgba(144, 209, 31, 0.7), 0 0 0 30px rgba(144, 209, 31, 0), 0 0 0 40px rgba(144, 209, 31, 0);
    }
}
.navbar-collapse .contact_item svg {
    margin-right: 10px;
    max-width: 16px;
}
.navbar-collapse .contact_item a, .navbar-collapse .contact_item span {
    font-size: 12px;
    line-height: 30px;
    font-weight: 600;
}
.navbar-collapse  .contact_item {
    justify-content: start;
}
.sl_swiper {
    width: 1440px;
    margin: auto;
    position: relative;
}
.page-item.active .page-link,
.page-link:hover {
    z-index: 3;
    color: var(--secondary-color);
    background-color: var(--primary-color);
    border-color: var(--secondary-color);
}
.page-link {
    color: var(--secondary-color);
    background-color: #fff;
    border: 1px solid var(--secondary-color);
}
a.link_page{
        display: flex;
        align-items: center;
        justify-content: center;
}
@media (min-width: 1140px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0 25px;
    }
}
@media (min-width: 767px) {
    .block_text--img {
        position: relative;
        padding-top: 50.25%; /* 4:3 Aspect Ratio */
        max-height: 650px; /* Максимальная высота */
        overflow: hidden; /* 16:9 Aspect Ratio */
    }
    .block_text--img img{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .block_text--img iframe{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 992px) {
    .mob_logo{
        height: 40px;
    }
    .lang {
        margin: 0 auto;
        margin-top: 20px;
    }
    .copyright {
        color: #454545;
        order: 3;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .menu_footer {
        width: 100%;
    }
    .footer_social {
        width: 100%;
        margin-top: 20px;
    }
    .menu_footer ul, .footer_social ul {
        display: flex;
        gap: 30px;
        justify-content: center;
    }
    .top_footer{
        flex-wrap: wrap;
    }
    .navbar-collapse {
        position: fixed;
        top: 0px;
        left: 0;
        padding: 15px;
        width: 75%;
        max-width: 375px;
        height: 100%;
        background: var(--white);
    }
    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none;
        outline: 0;
    }
    .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }
    .mob_menu {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }
    .header .nav-link {
        color: var(--secondary-color);
    }
    .mob_menu{
        margin-bottom: 25px;
    }
    .header .nav-link{
        padding: 15px 0;
    }
    .navbar {
        padding: 25px;
    }
    .slider_content {
        padding: 0 25px;
        margin-left: 0px;
    }
    .slider .swiper-pagination{
        left: 25px;
    }
}
@media (max-width: 767px){
    .slider .swiper-pagination {
        bottom: 20px;
    }
    .block_text--title {
        margin-top: 40px;
    }
    .block_text--text,
    .block_text--2 .block_text--text {
        max-width: 100%;
        padding-left: 40px;
        margin-bottom: 60px;
    }
    .block_text--3 .block_text--text{
        margin-bottom: 0px;
    }
    .block_text--2,
    .block_text--2,
    .block_text--3{
        background-size: contain;
    }
    .wr_block_name,
    .wr_block_name--article {
        padding: 0 50px;
    }
    .button_call {
        bottom: 20px;
        right: 30px;
    }
}
@media (max-width: 565px){
    .menu_footer ul{
        flex-wrap: wrap;
        gap: 0;
    }
    .menu_footer ul li {
        width: 50%;
        text-align: center;
    }
    .block {
        margin-bottom: 70px;
    }
    .form-block {
        padding: 20px 10px;
    }
}
@media (max-width: 440px){
    .wr_block_name,
    .wr_block_name--article {
        padding: 0 0px;
    }
    .mob_logo{
        height: 30px;
    }
    .block_text--title {
        margin-top: 10px;
    }
    .block_text--text, .block_text--2 .block_text--text {
        max-width: 100%;
        padding-left: 0px;
    }
    .block_text--title::before,
    .block_text--title::after,
    .block_name::before,
    .block_name::after {
        left: 0px;
    }
    .block_text--title,
    .block_name,
    .block_name--article {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .wr_block_name,
    .wr_block_name--article{
        margin-bottom: 30px;
    }
    .navbar {
        padding: 10px;
    }
    .navbar-brand img{
        height: 35px;
    }
    .title_slider {
        font-size: 34px;
        margin-bottom: 30px;
    }
    .contact_item a, .contact_item span {
        font-size: 15px;
        line-height: 20px;
    }
    .block_text--img iframe{
        width: 100%;
        height: 380px;
        object-fit: cover;
    }
}
@media (max-width: 330px) {
    .navbar-collapse {
        width: 100%;
    }
}
@media screen and (max-width:991px) and (orientation:landscape) {
    .wr_slider .swiper-wrapper {
        height: 190vh;
    }
}