
.only-text-page{
    margin: 0px;
    padding-top: 170px;    
}

.header {
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
    width: 100%
}

.header-inner {
    padding: 15px;
    background-color: #fff;
    border-radius: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    color: #506059;
    text-decoration: none;
    -webkit-transition: all linear .3s;
    transition: all linear .3s;
    font-family: "Raleway Bold";
    white-space: nowrap
}

.header-phone:hover {
    color: #008651
}

.header__callback-btn.btn {
    font-size: 18px;
    white-space: nowrap
}

.header__callback-btn.btn img {
    width: 100%
}

.header nav {
    gap: 40px
}

.header .buttons {
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-burger {
    display: none;
    height: 68px;
    width: 100%;
    max-width: 68px;
    border-radius: 100px;
    background-color: #ededed;
    position: relative
}

.header-burger span {
    width: 30px;
    height: 2px;
    background-color: #506059;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.header-burger span.top {
    -webkit-transform: translate(-50%, calc(-50% - 7px));
    -ms-transform: translate(-50%, calc(-50% - 7px));
    transform: translate(-50%, calc(-50% - 7px))
}

.header-burger span.bottom {
    -webkit-transform: translate(-50%, calc(-50% + 7px));
    -ms-transform: translate(-50%, calc(-50% + 7px));
    transform: translate(-50%, calc(-50% + 7px))
}

.header-burger.active {
    background-color: #506059
}

.header-burger.active span {
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.header-burger.active span.top {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.header-burger.active span.bottom {
    display: none
}

.header .logo img {
    max-width: 100%
}

.burger-menu {
    display: none;
    position: fixed;
    background-color: #f8f8f8;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    padding-top: 150px;
    padding-bottom: 50px;
    z-index: 2
}

.burger-menu__item--with-sub-menu {
    position: relative
}

.burger-menu__item--with-sub-menu .arrow-icon {
    position: absolute;
    top: 55px;
    right: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all linear .3s;
    transition: all linear .3s
}

.burger-menu__item--with-sub-menu.active .arrow-icon {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.burger-menu.active {
    display: block
}

.burger-menu__inner {
    max-height: calc(100vh - 200px);
    overflow-y: auto
}

.burger-menu__list {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.burger-menu__item {
    display: block;
    padding: 40px;
    padding-bottom: 27px;
    border-radius: 30px;
    background-color: #fff
}

.burger-menu__item>a {
    font-size: 32px;
    line-height: 110%;
    font-family: "UNCAGE Med";
    color: #506059;
    text-transform: uppercase;
    text-decoration: none
}

.burger-menu__item>a:hover {
    color: #506059
}

.burger-menu__item .sub-menu {
    padding: 0;
    margin: 0;
    padding-top: 30px;
    list-style-type: none;
    display: none;
    position: static
}

.burger-menu__item .sub-menu li a {
    font-size: 24px;
    font-family: "Raleway Bold";
    text-decoration: none;
    color: #506059
}

.burger-menu__item .sub-menu li a:hover {
    color: #506059
}

.burger-menu__item .sub-menu li+li {
    margin-top: 30px
}

.burger-menu__item.active .sub-menu {
    display: block
}

.burger-menu__item+.burger-menu__item {
    margin-top: 15px
}

.footer {
    margin-top: 80px;
    padding-top: 40px;
    border-top: solid 1px #bebebe
}

.footer-logo {
    padding: 50px 0;
    width: 100%
}

.footer-logo img {
    width: 100%
}

.footer-bottom {
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #506059
}

.footer-bottom a {
    font-weight: 700;
    color: #506059;
    -webkit-text-decoration: #f0fff0;
    text-decoration: #f0fff0;
    -webkit-transition: all linear .3s;
    transition: all linear .3s
}

.footer-bottom a:hover {
    color: #008651
}

.footer-bottom .develop-by a {
    font-weight: 400
}

.footer-bottom .develop-by span {
    font-weight: 700
}

.footer-bottom__element:nth-child(even) {
    text-align: right
}

.footer .menu__item>a {
    font-size: 24px;
    line-height: 100%
}

.footer .sub-menu {     
    top: 46px;    
    z-index: 2;
}

body {
    font-family: "Raleway Med";
    font-size: 24px;
    background: #f8f8f8;
    line-height: 36px;
    color: #506059;
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum"
}

body.popup-opened {
    overflow: hidden
}

p {
    margin-bottom: 20px
}

section {
    margin-top: 120px
}

.show-on-tablet {
    display: none
}

.title-margin--60 {
    margin-bottom: 60px
}

.title-margin--50 {
    margin-bottom: 36px
}

.h1,
h1 {
    font-size: 90px;
    line-height: 100%;
    color: #fff;
    text-transform: uppercase;
    font-family: "UNCAGE Med";
    letter-spacing: -2px
}

.h2,
h2 {
    font-size: 70px;
    line-height: 100%;
    text-transform: uppercase;
    color: #506059;
    font-family: "UNCAGE Med"
}

.h3,
h3 {
    font-size: 48px;
    line-height: 120%;
    text-transform: uppercase;
    color: #506059;
    font-family: "UNCAGE Med"
}

.container {
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    position: relative
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.row--a-s {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.row--a-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.row--a-e {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.btn {
    border-radius: 68px;
    height: 68px;
    padding: 0 40px;
    line-height: 73px;
    font-size: 21px;
    font-family: "UNCAGE SBold";
    letter-spacing: .5px;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all linear .3s;
    transition: all linear .3s;
    font-family: "UNCAGE SBold";
    display: inline-block
}

.btn--green {
    color: #fff;
    background-color: #008651;
    text-transform: uppercase
}

.btn--green:hover {
    color: #fff;
    background-color: #00633c
}

.btn--white {
    color: #008651;
    background-color: #fff;
    text-transform: uppercase
}

.btn--white:hover {
    background-color: #008651;
    color: #fff
}

.btn--with-arrow {
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.btn--with-arrow svg {
    margin-left: 15px
}

.btn--with-arrow.btn--bordered-green svg path,
.btn--with-arrow.btn--white svg path {
    fill: #008651
}

.btn--with-arrow.btn--bordered-green:hover svg path,
.btn--with-arrow.btn--green svg path,
.btn--with-arrow.btn--white:hover svg path {
    fill: #fff
}

input.btn--with-arrow {
    padding-right: 75px;
    position: relative
}

input.btn--with-arrow:after {
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: url(../img/btn-arrow-iaon.png)
}

.btn--bordered {
    border: solid 1px
}

.btn--bordered-green {
    border-color: #008651;
    color: #008651
}

.btn--bordered-green:hover {
    color: #fff;
    background-color: #008651
}

.btn--file {
    text-transform: uppercase;
    outline: 0;
    position: relative;
    height: 74px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #323f39;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    border-radius: 15px;
    border: solid 1px #323f39;
    -webkit-transition: all linear .3s;
    transition: all linear .3s;
    font-size: 20px;
    line-height: 100%
}

.btn--file:hover {
    background-color: #323f39;
    color: #fff
}

.btn--file:hover svg path {
    fill: #fff
}

.btn--file input {
    position: absolute;
    width: 2px;
    height: 2px;
    opacity: .02;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-1px);
    -ms-transform: translateX(-1px);
    transform: translateX(-1px)
}

.btn--file svg path {
    fill: #323f39
}

.play-video-btn {
    width: 100%;
    max-width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: background-color linear .3s;
    transition: background-color linear .3s;
    position: relative
}

.play-video-btn:hover {
    background-color: #008651
}

.play-video-btn:hover .triangle {
    border-left-color: #fff
}

.play-video-btn .triangle {
    width: 0;
    height: 0;
    border-left: 30px solid #008651;
    border-top: 22.5px solid transparent;
    border-bottom: 22.5px solid transparent;
    -webkit-transition: border-left-color linear .3s;
    transition: border-left-color linear .3s;
    margin-left: 9px
}
.scroll-to-top{
    width: 100%;
    max-width: 64px; 
    height: 64px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 100;
}
.scroll-to-top__btn{
    width: 100%;
    max-width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: rgba(0, 134, 81, 1);   
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all linear .3s;
}
.scroll-to-top__btn:hover{
    background-color: rgba(0, 99, 60, 1);
}

.breadcrumbs {
    display: inline-block;
    font-size: 20px;
    line-height: 24px;        
    margin-top: 60px;
    margin-bottom: 50px;
    font-family: "Raleway Med"

}
.breadcrumbs .separator{
    margin: 0 20px;
}

.breadcrumbs a {
    cursor: pointer;
    text-decoration: none;
    color: #808d87
}

.main-banner {
    width: 100%;
    height: 860px;
    overflow: hidden;
    position: relative;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-bottom: 60px
}

.main-banner__seal {
    position: absolute;
    max-width: 28%;
    right: calc((100vw - 1680px)/ 2);
    bottom: 60px;
    width: 100%
}

.main-banner__seal img {
    width: 100%;
    max-width: 100%
}

.main-banner-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.main-banner-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.main-banner-blur {
    width: 130%;
    height: 490px;
    position: absolute;
    left: -15%;
    bottom: -15%;
    background: rgba(9, 24, 13, .8);
    -webkit-filter: blur(60px);
    filter: blur(60px)
}

.info-block {
    background-color: #ededed;
    border-radius: 50px;
    padding: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px
}

.info-block__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 110px;
    padding: 32px;
    background: #506059;
    color: #fff;
    gap: 20px;
    font-size: 32px;
    line-height: 44px;
    font-family: "Raleway SBold";
    letter-spacing: -1px;
    border-radius: 110px;
    white-space: nowrap
}

.info-block__text {
    color: #323f39;
    font-size: 30px;
    line-height: 44px
}

.green-square-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.green-square-item__text {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #323f39
}

.green-square-item__text-accent {
    font-size: 70px;
    line-height: 110%;
    color: #323f39;
    font-family: "UNCAGE Med"
}

.green-square-item__wrapper {
    background: #fff;
    border-radius: 50px;
    padding: 40px
}

.green-square-icon {
    width: 100%;
    max-width: 100px;
    height: 100px;
    background: #008651;
    border-radius: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.green-square-icon svg {
    width: 60px;
    height: 60px
}

.green-square-icon svg path {
    fill: #fff
}

.block-width-seal {
    background-color: #fff;
    border-radius: 50px;
    position: relative;
    padding: 60px
}

.block-width-seal__title {
    max-width: 50%;
    color: #323f39;
    font-weight: 700;
    font-size: 30px;
    line-height: 44px
}

.block-width-seal__content {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: calc(100% - 270px);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 50px;
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
    flex-wrap: wrap
}

.block-width-seal__content .green-square-item {
    max-width: calc(50% - 35px)
}

.block-width-seal .seal {
    position: absolute;
    width: 100%;
    max-width: 256px;
    max-height: 256px;
    right: 60px;
    top: 60px
}

.advantages__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.advantages__col {
    width: 100%;
    max-width: calc(50% - 20px)
}

.advantages__item {
    padding: 50px;
    overflow: hidden;
    border-radius: 50px;
    width: 100%;
    position: relative;
    color: #fff
}

.advantages__item+.advantages__item {
    margin-top: 40px
}

.advantages__item--big .advantages__item-content,
.advantages__item--mid .advantages__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 1;
    position: relative
}

.advantages__item--big .advantages__item-bg,
.advantages__item--mid .advantages__item-bg {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.advantages__item--big {
    height: 640px
}

.advantages__item--mid {
    height: 552px
}

.advantages__item--small {
    height: 345px;
    background: #008651
}

.advantages__item--small .advantages__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.advantages__item--small .advantages__item-icon {
    position: absolute;
    top: 50px;
    right: 50px
}

.advantages__item-blur {
    height: 400px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1e1e1e;
    background: -webkit-gradient(linear, left bottom, left top, from(#1e1e1e), color-stop(50%, rgba(30, 30, 30, .5)), to(rgba(30, 30, 30, 0)));
    background: linear-gradient(0deg, #1e1e1e 0, rgba(30, 30, 30, .5) 50%, rgba(30, 30, 30, 0) 100%)
}

.advantages__item .big-text {
    font-size: 100px;
    line-height: 90%;
    font-family: "UNCAGE Med"
}

.advantages__item .med-text {
    font-size: 50px;
    line-height: 90%;
    font-family: "UNCAGE Med"
}

.advantages__item .small-text {
    font-weight: 700;
    font-size: 36px;
    line-height: 48px
}

.production-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.production-list .product-item {
    max-width: calc(50% - 20px);
    width: 100%
}

.product-item {
    background-color: #008651;
    padding: 50px;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    height: 448px
}

.product-item__img {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.product-item__title {
    color: #fff;
    font-size: 36px;
    line-height: 48px;
    font-weight: 700
}

.product-item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    position: relative
}

.product-item--short {
    height: 645px
}

.product-item__btn {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.product-item__btn:hover {
    background-color: #00633c
}

.product-item__sub-title {
    font-size: 20px;
    line-height: 32px;
    margin-top: 20px;
    font-family: "Raleway Med";
    font-weight: 400;
    -webkit-transition: linear .3s all;
    transition: linear .3s all
}

.product-item:hover .product-item__sub-title {
    opacity: 1
}

.product-item:hover .product-item__img {
    bottom: -30px
}

.product-item:hover .product-item__btn {
    background-color: #00633c;
    color: #fff
}

.product-item:hover .product-item__btn svg path {
    fill: #fff !important
}

.slider-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(255, 255, 255, .2);
    backdrop-filter: blur(27.5px);
    border-radius: 30px;
    z-index: 2;
    cursor: pointer
}

.slider-arrow--prev {
    left: 0
}

.slider-arrow--prev img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slider-arrow--next {
    right: 0
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0
}

.menu li {
    position: relative
}

.menu a {
    text-decoration: none;
    font-size: 20px;
    line-height: 100%;
    color: #506059;
    font-family: "Raleway Bold";
    white-space: nowrap;
    cursor: pointer
}

.menu a:hover {
    color: #008651
}

.sub-menu {
    display: none;
    position: absolute;
    top: 76px;
    background-color: #fff;
    padding: 30px;
    border-radius: 20px
}

.sub-menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.sub-menu ul li a {
    line-height: 100%
}

.sub-menu ul li+li {
    margin-top: 24px
}

.menu__item--with-sub-menu.active .sub-menu,
.menu__item--with-sub-menu:hover .sub-menu {
    display: block
}

.menu__item--with-sub-menu {
    position: relative
}

.menu__item--with-sub-menu>svg {
    -webkit-transition: all linear .2s;
    transition: all linear .2s
}

.menu__item--with-sub-menu::after {
    width: 100%;
    height: 55px;
    bottom: -47px;
    content: "";
    position: absolute;
    left: 0
}

.menu__item--with-sub-menu.active,
.menu__item--with-sub-menu:hover {
    color: #008651
}

.menu__item--with-sub-menu.active>svg,
.menu__item--with-sub-menu:hover>svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.menu__item--with-sub-menu>svg {
    margin-left: 5px
}

.marked-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 20px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.marked-list__item {
    position: relative;
    padding-left: 40px;
    max-width: calc(50% - 20px);
    width: 100%;
    font-size: 24px;
    line-height: 24px
}

.marked-list__item:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    content: url(../img/mark-icon.svg)
}

.information-insert {
    background: #ededed;
    border-radius: 50px;
    padding: 50px;
    font-weight: 700
}

.overlay {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .4);
    width: 100vw;
    height: 100vw
}

.overlay.active {
    display: block
}

.popup {
    display: none;
    position: fixed;
    z-index: 4;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #f8f8f8;
    border-radius: 50px
}

.popup.active {
    display: block
}

.close-popup {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 100%;
    max-width: 50px;
    height: 50px;
    cursor: pointer
}

.close-popup img {
    max-width: 100%
}

.callback-popup {
    padding: 60px;
    max-width: calc(100% - 30px);
    width: 940px;
    padding-top: 53px
}

.callback-popup__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 26px
}

.callback-popup__head .text {
    width: 100%
}

.callback-popup__title {
    font-family: "UNCAGE Med";
    color: #506059;
    font-size: 70px;
    line-height: 110%;
    margin-bottom: 16px
}

.callback-popup__seal {
    width: 100%;
    max-width: 255px
}

.callback-popup__seal img {
    max-width: 100%;
    width: 100%
}

.callback-popup__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.callback-popup__form .form__element {
    width: 100%;
    max-width: calc(50% - 10px)
}

.callback-popup__form .callback-popup__textarea {
    width: 100%;
    max-width: 100%;
    height: 200px
}

.callback-popup__form .callback-popup__textarea .form-textarea {
    height: 100% !important
}

.callback-popup__form-footer {
    margin-top: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.callback-popup__form-footer .confidentiality-cb {
    width: 100%;
    max-width: 450px
}

.callback-popup__form-footer .btn {
    border: none;
    outline: 0
}

.form-input {
    background-color: #fff;
    border: none;
    border-radius: 15px;
    width: 100%;
    height: 74px;
    padding-left: 30px;
    outline: 0
}

.validate-element.incorrect {
    border: solid 1px red
}

.form-input::-webkit-input-placeholder {
    color: #b0b1b1;
    font-size: 20px;
    line-height: 100%;
    font-family: "UNCAGE Med"
}

.form-input::-moz-placeholder {
    color: #b0b1b1;
    font-size: 20px;
    line-height: 100%;
    font-family: "UNCAGE Med"
}

.form-input:-ms-input-placeholder {
    color: #b0b1b1;
    font-size: 20px;
    line-height: 100%;
    font-family: "UNCAGE Med"
}

.form-input::-ms-input-placeholder {
    color: #b0b1b1;
    font-size: 20px;
    line-height: 100%;
    font-family: "UNCAGE Med"
}

.form-input::placeholder {
    color: #b0b1b1;
    font-size: 20px;
    line-height: 100%;
    font-family: "UNCAGE Med"
}

.form-input::-webkit-input-placeholder {
    color: #b0b1b1;
    font-size: 20px;
    line-height: 100%;
    font-family: "UNCAGE Med"
}

.form-input::-moz-placeholder {
    color: #b0b1b1;
    font-size: 20px;
    line-height: 100%;
    font-family: "UNCAGE Med"
}

.form-input:-ms-input-placeholder {
    color: #b0b1b1;
    font-size: 20px;
    line-height: 100%;
    font-family: "UNCAGE Med"
}

.form-input:-moz-placeholder {
    color: #b0b1b1;
    font-size: 20px;
    line-height: 100%;
    font-family: "UNCAGE Med"
}

.form-textarea {
    width: 100%;
    height: 100%;
    border: none;
    padding: 30px;
    outline: 0
}

.form-textarea::-webkit-input-placeholder {
    color: #b0b1b1;
    font-size: 20px;
    line-height: 100%;
    font-family: "UNCAGE Med"
}

.form-textarea::-moz-placeholder {
    color: #b0b1b1;
    font-size: 20px;
    line-height: 100%;
    font-family: "UNCAGE Med"
}

.form-textarea:-ms-input-placeholder {
    color: #b0b1b1;
    font-size: 20px;
    line-height: 100%;
    font-family: "UNCAGE Med"
}

.form-textarea::-ms-input-placeholder {
    color: #b0b1b1;
    font-size: 20px;
    line-height: 100%;
    font-family: "UNCAGE Med"
}

.form-textarea::placeholder {
    color: #b0b1b1;
    font-size: 20px;
    line-height: 100%;
    font-family: "UNCAGE Med"
}

.form-textarea::-webkit-input-placeholder {
    color: #b0b1b1;
    font-size: 20px;
    line-height: 100%;
    font-family: "UNCAGE Med"
}

.form-textarea::-moz-placeholder {
    color: #b0b1b1;
    font-size: 20px;
    line-height: 100%;
    font-family: "UNCAGE Med"
}

.form-textarea:-ms-input-placeholder {
    color: #b0b1b1;
    font-size: 20px;
    line-height: 100%;
    font-family: "UNCAGE Med"
}

.form-textarea:-moz-placeholder {
    color: #b0b1b1;
    font-size: 20px;
    line-height: 100%;
    font-family: "UNCAGE Med"
}

.checkbox {
    position: relative;
    font-size: 12px;
    font-size: 12px;
    font-weight: 400
}

.checkbox input {
    width: 2px;
    height: 2px;
    opacity: .2;
    position: absolute;
    bottom: 0;
    left: 9px
}

.checkbox input:checked+label {
    background-color: #506059
}

.checkbox input:checked+label:after {
    opacity: 1
}

.checkbox label {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 100%;
    max-width: 20px;
    height: 20px;
    border: solid 1px #506059;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all linear .3s;
    transition: all linear .3s
}

.checkbox label:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all linear .3s;
    transition: all linear .3s;
    content: url(../img/cb-mark.svg)
}

.confidentiality-cb {
    font-size: 18px;
    line-height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.confidentiality-cb span {
    display: inline-block
}

.confidentiality-cb a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all linear .3s;
    transition: all linear .3s;
    color: #008651
}

.confidentiality-cb a:hover {
    color: #00633c
}

.success-popup {
    padding: 60px;
    max-width: calc(100% - 40px);
    width: 617px
}

.success-popup__success-icon {
    text-align: center;
    margin-bottom: 20px
}

.success-popup__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 15px
}

.main-slider {
    margin-bottom: 120px
}

.main-slider-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(255, 255, 255, .2);
    backdrop-filter: blur(27.5px);
    border-radius: 30px;
    z-index: 2;
    cursor: pointer
}

.main-slider-arrow--prev {
    left: 20px
}

.main-slider-arrow--prev img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.main-slider-arrow--next {
    right: 20px
}

.main-slider-navigation {
    position: absolute;
    bottom: 60px;
    right: calc((100vw - 1680px)/ 2);
    background: rgba(255, 255, 255, .2);
    backdrop-filter: blur(30px);
    padding: 25px 30px;
    padding-bottom: 19px;
    border-radius: 140px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px
}

.main-slider-count {
    font-family: "UNCAGE SBold";
    font-size: 24px;
    line-height: 100%;
    color: #fff
}

.main-slider-pagination .slick-dots {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-slider-pagination .slick-dots li {
    width: 6px;
    cursor: pointer;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .3);
    -webkit-transition: all linear .3s;
    transition: all linear .3s
}

.main-slider-pagination .slick-dots li.slick-active {
    width: 12px;
    height: 12px;
    background: #fff
}

.main-slider-pagination .slick-dots li button {
    display: none
}

.main-slider .main-banner {
    height: 100vh
}

.main-slider .h1 {
    max-width: calc(100% - 240px)
}

.main-page-about .row {
    gap: 80px
}

.main-page-about__info {
    width: 100%;
    max-width: calc(50% - 40px)
}

.main-page-about__video {
    position: relative;
    width: 100%;
    overflow: hidden;    
    height: fit-content;
    
}
.main-page-about__video video{
    border-radius: 30px;
    width: 100%;
    height: auto;
}

.main-page-about__video img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    object-fit: cover;
    border-radius: 30px;
    
}

.main-page-about__video .play-video-btn {
    position: absolute;
    left: 50px;
    bottom: 50px
}

.main-page-about__link {
    margin-top: 45px
}

.main-page-about .info-block {
    margin-top: 60px
}

.main-page-advantages .advantages {
    margin-top: 60px
}

.main-page-products__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main-page-products .product-item {
    width: 100%;
    max-width: calc(50% - 20px)
}

.main-page-products .product-item__btn {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.partners-slider {
    position: relative;
    padding: 0 140px
}
.partners-slider__content .slick-slide{
    height: auto;
}

.partners-slider__arrow {
    background: rgba(149, 149, 149, .2);
    backdrop-filter: blur(27.5px);
    -webkit-transition: all linear .3s;
    transition: all linear .3s
}

.partners-slider__arrow:hover:not(.slick-disabled) {
    background-color: #00633c
}

.partners-slider__item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background-color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 220px;
    padding: 15px
}

.partners-slider__item img {
    max-width: 100%
}

.partners-slider .slick-slide {
    margin: 0 15px
}

.vacancy-advantages {
    margin-top: 50px
}


.vacancy-advantages__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 50px
}

.vacancy-advantages__content .green-square-item {
    width: 100%;
    max-width: calc((100% - 80px)/ 3)
}

.vacancy-advantages__description {
    max-width: 660px;
    font-weight: 700;
    margin-bottom: 50px
}

.vacancy-advantages__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.vacancy-advantages__gallery-item {
    overflow: hidden;
    border-radius: 50px;
    width: 100%;
    max-width: calc(50% - 20px)
}

.vacancy-advantages__gallery-item img {
    width: 100%;
    max-width: 100%
}

.vacancy-item {
    border-radius: 50px;
    padding: 60px;
    height: auto;
    background-color: #fff
}

.vacancy-item .h3 {
    margin-bottom: 30px
}

.vacancy-item .price {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 30px
}

.vacancy-item .requirements {
    margin-bottom: 30px
}

.vacancy-list__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.vacancy-list__content .vacancy-item {
    width: 100%;
    max-width: calc(50% - 20px)
}

.vacancy-list__content--empty {
    background-color: #fff;
    padding: 100px;
    text-align: center;
    border-radius: 50px;
    display: block
}

.vacancy-empty-title {
    margin-bottom: 30px
}

.vacancy-empty-description {
    margin-bottom: 30px
}

.vacancy-empty-link {
    margin: 0 auto
}

.vacancy-rating {
    background-color: #fff;
    padding: 60px;
    border-radius: 50px
}

.vacancy-rating__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.vacancy-rating__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.vacancy-rating__info {
    margin-left: 30px
}

.vacancy-rating__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px
}

.vacancy-rating__stars span {
    display: inline-block;
    margin-left: 10px;
    color: #323f39;
    font-size: 30px;
    line-height: 44px;
    font-weight: 700
}

.vacancy-rating__description {
    font-weight: 700;
    font-size: 30px;
    line-height: 44px;
    color: #323f39;
    margin-left: 50px
}

.vacancy-rating .vacancy-more-btn {
    margin-left: auto
}

.vacancy-rating .hh-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.vacancy-list .vacancy-rating {
    margin-top: 40px
}

.vacancy-list__hh-vidget > div,
.vacancy-list__hh-vidget > div > div,
.vacancy-list__hh-vidget #vacanciesWidgetContainer{
    width: 100%;
    max-width: 100%;
}


.product-info {
    background-color: #fff;
    border-radius: 50px;
    padding: 60px;
    margin-top: 50px
}

.product-info__description {
    max-width: calc(50% - 20px)
}

.product-info__sub-title {
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 30px;
    font-weight: 700
}

.product-info__main-photo {
    max-width: calc(50% - 20px);
    border-radius: 50px;
    overflow: hidden
}

.product-info__main-photo img {
    width: 100%;
    max-width: 100%;
    height: auto;
    
}

.product-info__advantages {
    margin-top: 60px
}

.product-info__advantages .col {
    width: 100%;
    max-width: calc(50% - 20px)
}

.product-info .row {
    gap: 40px
}

.product-info .green-square-item {
    margin-bottom: 40px
}

.colors-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.colors-list .color-item {
    width: 100%;
    max-width: calc((100% - 60px)/ 3)
}

.color-item {
    border-radius: 20px;
    height: 130px
}

.color-item--with-border {
    border: solid 1px #666
}

.production-page__production {
    margin-top: 50px
}

.partners-description {
    background: #ededed;
    border-radius: 50px;
    padding: 60px;
    font-weight: 700;
    font-size: 30px;
    line-height: 44px;
    color: #323f39;
    margin-bottom: 60px
}

.partners-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.partners-list__item {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 220px;
    border-radius: 50px;
    background-repeat: 50px;
    width: calc((100% - 120px)/ 5);
    padding: 30px
}

.partners-list__item img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%
}

.contacts-list {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contacts-list__element {
    background-color: #fff;
    padding: 50px;
    border-radius: 50px;
    width: 100%;
    max-width: calc(50% - 20px)
}

.contacts-list__element-info {
    margin-bottom: 40px
}

.contacts-list__element-phones {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: #323f39
}

.contacts-list__element-phones a {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: #323f39;
    text-decoration: none;
    -webkit-transition: all linear .3s;
    transition: all linear .3s
}

.contacts-list__element-phones a:hover {
    color: #008651
}
.phone-flex__item + .phone-flex__item{
    margin-top: 10px;
}

.documents-list {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.documents-list__item {
    background-color: #ededed;
    border-radius: 50px;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 346px;
    width: 100%;
    max-width: calc(50% - 20px)
}

.documents-list__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.documents-list__item-footer {
    text-align: right
}

.documents-list__item-title {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    margin-left: 24px;
    text-decoration: none;
    color: inherit;    
    transition: all linear .3s;
}
.documents-list__item-title:hover{
    color: #00633c;   
}

.documents-list__item-btn {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: auto
}

.documents-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.certificates-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 74px
}

.certificates-head>div {
    width: 100%;
    max-width: calc(50% - 20px)
}

.certificates-head .recycling-info {
    background-color: #ededed;
    border-radius: 50px;
    padding: 24px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    font-weight: 700;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.certificates-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 81px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.certificates-item__img-wrapper {
    position: relative;
    width: 100%;
    max-width: 545px;
    
}

.certificates-item__img-wrapper .certificates-item__img {
    width: 100%;
    max-width: 100%
}

.certificates-item__overlay {
    background: rgba(0, 0, 0, .15);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer
}

.certificates-item__zoom-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer
}

.certificates-item__download {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 40px
}

.certificates-item__name {
    margin-top: 30px;
    font-weight: 700
}

.not-found-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.not-found-page__title {
    font-family: "UNCAGE Med";
    font-size: 90px;
    line-height: 110%;
    margin-bottom: 0
}

.not-found-page__description {
    margin-bottom: 40px
}

.history-page-description {
    margin-bottom: 60px;
    max-width: 1111px
}

.years-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
    cursor: pointer
}

.years-list__item {
    font-weight: 700;
    color: #323f39;
    background-color: #ededed;
    border-radius: 20px;
    padding: 20px 25px;
    -webkit-transition: all linear .3s;
    transition: all linear .3s;
    white-space: nowrap
}

.years-list__item.active,
.years-list__item:hover {
    color: #fff;
    background-color: #008651
}

.history-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.history-slider .slick-slide {
    height: auto
}

.history-slider .slick-slide>div {
    height: 100%
}

.history-element {
    background: #fff;
    border-radius: 50px;
    padding: 60px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 60px;
    height: 100%
}

.history-element__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 580px
}

.history-element__img-wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 30px
}

.history-element__img-wrapper--empty {
    background: #cdcdcd
}

.history-element__img-wrapper img {
    width: 100%;
    max-width: 100%
}

.history-element__year {
    font-size: 70px;
    font-family: "UNCAGE Med";
    line-height: 110%;
    margin-bottom: 40px
}

.history-element__description {
    font-weight: 700
}

.history-slider__wrapper {
    position: relative
}

.history-slider__arrows {
    position: absolute;
    bottom: 60px;
    right: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}

.history-slider__arrow {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: rgba(172, 172, 172, .2);
    backdrop-filter: blur(27.5px);
    position: static
}

.history-slider__arrow.slick-disabled {
    background: rgba(172, 172, 172, .2);
    backdrop-filter: blur(27.5px)
}

.map-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 50px
}

.contact-map__info {
    position: absolute;
    background-color: #fff;
    border-radius: 50px;
    padding: 40px;
    left: 50px;
    bottom: 90px;
    max-width:408px;
    height: fit-content;
}

.contact-map__info .phone {
    font-family: "Raleway Bold";
    margin-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #506059;
    text-decoration: none
}

.contact-map__info .phone:hover {
    color: #506059
}

.contact-map__info-head {
    margin-bottom: 30px;
    color: #323f39;
    font-size: 24px;
    line-height: 34px;
}
.contact-map__info-head .title{
    font-weight: 700;
}

.contact-map__info-body {
    margin-bottom: 40px
}

.contact-map__info-body a {
    color: #506059;
    text-decoration: none
}
.contact-map__info-body .mail{
    font-weight: bold;
    color: #008651;
}

.contact-map__info-body a:hover {
    color: #506059
}

.contact-map__info-link {
    border: solid 1px #fff
}

.contact-map__info-link:hover {
    border-color: #008651
}

.contact-map__route-row{
    gap: 20px;
    align-items: center;
}
.contact-map__route-element{
    display: flex;
    width: 100%;
    max-width: 64px;
    height: 64px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(0, 134, 81, 1);
    transition: all linear .3s;
}
.contact-map__route-element:hover{
    background-color: #00633c;
}

.about-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.about-information .col {
    max-width: calc(50% - 35px);
    width: 100%
}

.manufacture__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px
}

.manufacture__head-description {
    max-width: 423px;
    width: 100%;
    font-weight: 700
}

.manufacture__head-description .green-square-icon {
    margin-bottom: 26px
}

.manufacture__head-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px
}

.manufacture__head-gallery-item {
    width: 100%;
    max-width: 550px;
    overflow: hidden;
    border-radius: 50px
}

.manufacture__head-gallery-item img {
    max-width: 100%
}

.manufacture__description {
    max-width: 1125px;
    margin-bottom: 50px
}

.manufacture-item {
    gap: 40px
}

.manufacture-item--revert .manufacture-item__photo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.manufacture-item__photo {
    overflow: hidden;
    border-radius: 50px;
    width: 100%;
    max-width: calc(50% - 20px)
}

.manufacture-item__photo img {
    width: 100%;
    max-width: 100%
}

.manufacture-item__info {
    padding: 60px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 60px;
    border-radius: 50px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    max-width: calc(50% - 20px)
}

.manufacture-item__info-element {
    width: 100%;
    max-width: calc(50% - 15px)
}

.manufacture-item__name {
    color: #fff;
    background-color: #506059;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 20px 40px;
    font-size: 32px;
    line-height: 44px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.manufacture-item__characteristic {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700
}

.manufacture-item__characteristic .value {
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 90%;
    font-family: "UNCAGE Med";
    font-weight: 400
}

@media(max-height:860px) and (min-width:991px){
    .main-banner {
        height: 100vh;
    } 
}

@media(max-height:820px) and (min-width:550px){
    .callback-popup{
        max-height: 100vh;
        overflow-y: auto;
    }
}

@media (min-width:551px) {
    /*.contact-map__info-body .phone{display:none}*/
}

@media (min-width:991px) {
    .product-item__sub-title {
        opacity: 0
    }
}

@media (min-width:992px) {
    .header__callback-btn.btn img {
        display: none
    }
}

@media (max-height:900px) and (min-width:992px) {
    .callback-popup__form .callback-popup__textarea {
        height: 120px
    }

    .callback-popup__title {
        font-size: 63px
    }

    .callback-popup__seal {
        max-width: 225px
    }
}

@media (max-height:768px) and (min-width:992px) {
    .callback-popup {
        padding: 40px
    }

    .callback-popup__title {
        font-size: 58px
    }

    .callback-popup__seal {
        max-width: 195px
    }
}

@media (max-width:1700px) {
    .header__callback-btn.btn {
        padding: 0 25px
    }

    .header nav {
        gap: 30px
    }

    .header .logo {
        max-width: 300px
    }

    .header .menu {
        gap: 15px
    }

    .container {
        max-width: 1500px
    }

    .main-banner__seal {
        right: calc((100vw - 1500px)/ 2)
    }

    .main-slider-navigation {
        right: calc((100vw - 1500px)/ 2)
    }
}

@media (max-width:1520px) {
    .header__callback-btn.btn {
        font-size: 15px
    }

    .header .buttons {
        gap: 15px
    }

    .header .logo {
        max-width: 280px
    }

    .container {
        max-width: 1440px
    }

    .main-banner__seal {
        right: calc((100vw - 1440px)/ 2)
    }

    .main-slider-navigation {
        right: calc((100vw - 1440px)/ 2)
    }

    .main-slider .h1 {
        font-size: 77px
    }
}

@media (max-width:1460px) {
    .header .logo {
        max-width: 250px
    }

    .header .menu a {
        font-size: 18px
    }

    .footer-bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px
    }

    .footer-bottom__element {
        width: 100%;
        max-width: calc(50% - 15px)
    }

    .footer-bottom__element a,
    .footer-bottom__element span {
        font-size: 20px
    }

    .container {
        max-width: 1366px
    }

    .main-banner__seal {
        right: calc((100vw - 1366px)/ 2)
    }

    .main-slider-navigation {
        right: calc((100vw - 1366px)/ 2)
    }

    .vacancy-advantages__content .green-square-item {
        max-width: calc(50% - 40px)
    }

    .vacancy-list__content .vacancy-item {
        max-width: 100%
    }

    .manufacture__head {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .manufacture__head-description {
        width: 100%;
        max-width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 30px;
        gap: 20px
    }
}

@media (max-width:1366px) {
    .header .buttons {
        margin-left: auto;
        margin-right: 30px
    }

    .header-burger {
        display: inline-block
    }

    .header .logo {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content
    }

    .header .menu {
        display: none
    }

    .container {
        max-width: 1200px
    }

    .main-banner__seal {
        right: calc((100vw - 1200px)/ 2)
    }
    

    .block-width-seal__content {
        max-width: 100%
    }

    .block-width-seal .seal {
        max-width: 206px;
        max-height: 206px;
        right: 30px;
        top: 30px
    }

    .advantages__item .big-text {
        font-size: 80px
    }

    .advantages__item .med-text {
        font-size: 25px
    }

    .advantages__item .small-text {
        font-size: 25px;
        line-height: 140%
    }

    .main-slider-navigation {
        right: calc((100vw - 1200px)/ 2)
    }

    .main-slider .h1 {
        font-size: 70px
    }

    .vacancy-rating__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .vacancy-rating__description {
        margin-left: 0
    }

    .vacancy-rating .hh-rating {
        width: 100%;
        margin-bottom: 40px
    }

    .product-info__inner>.row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .product-info__description,
    .product-info__inner>.row>.col,
    .product-info__main-photo {
        max-width: 100%
    }

    .about-information .col {
        max-width: 100%
    }

    .manufacture-item+.manufacture-item {
        margin-top: 40px
    }

    .manufacture-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .manufacture-item--revert .manufacture-item__photo {
        -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
        order: inherit
    }

    .manufacture-item__photo {
        max-width: 100%
    }

    .manufacture-item__info {
        max-width: 100%
    }
}

@media (max-width:1200px) {
    .container {
        max-width: 991px
    }

    .main-banner__seal {
        right: calc((100vw - 991px)/ 2)
    }

    .info-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .block-width-seal__title {
        max-width: 100%
    }

    .block-width-seal__content .green-square-item {
        max-width: 100%
    }

    .block-width-seal .seal {
        display: none
    }

    .advantages__col {
        max-width: 100%
    }

    .main-slider-navigation {
        right: calc((100vw - 991px)/ 2)
    }

    .main-slider .h1 {
        font-size: 55px
    }

    .main-page-about .row {
        display: block
    }

    .main-page-about__info {
        max-width: 100%
    }

    .main-page-about__link {
        display: none
    }

    .main-page-products .product-item {
        max-width: 100%
    }

    .production-page__production .production-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .production-page__production .production-list .product-item {
        max-width: 100%
    }

    .partners-list__item {
        width: calc((100% - 90px)/ 4)
    }

    .contacts-list__element {
        max-width: 100%
    }

    .documents-list__item {
        max-width: 100%
    }

    .certificates-head {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .certificates-head>div {
        max-width: 100%
    }

    .certificates-list .certificates-item {
        width: 100%;
        max-width: calc(50% - 41px)
    }

    .history-element {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .history-element__content {
        max-width: 100%
    }

    .history-element__img-wrapper {
        max-width: 100%
    }

    .history-element__seal {
        margin-top: 62px
    }

    .manufacture__head-description {
        max-width: 100%
    }

    .manufacture__head-gallery {
        width: 100%
    }

    .manufacture__head-gallery-item {
        max-width: calc(50% - 50px)
    }
}

@media (max-width:991px) {
    .header__callback-btn.btn {
        background-color: transparent !important;
        padding: 0
    }

    .header__callback-btn.btn span {
        display: none
    }

    .header .buttons {
        margin-right: 15px
    }

    .header-burger {
        height: 44px;
        max-width: 44px
    }

    .header-burger span.top {
        -webkit-transform: translate(-50%, calc(-50% - 5px));
        -ms-transform: translate(-50%, calc(-50% - 5px));
        transform: translate(-50%, calc(-50% - 5px))
    }

    .header-burger span.bottom {
        -webkit-transform: translate(-50%, calc(-50% + 5px));
        -ms-transform: translate(-50%, calc(-50% + 5px));
        transform: translate(-50%, calc(-50% + 5px))
    }

    .header-burger span {
        width: 22px
    }

    .header-burger.active span.top {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg)
    }
    .header__callback-btn.btn,
    .header__callback-btn.btn img{
        width: 40px;
        max-width: 40px;
    }

    .burger-menu__item {
        border-radius: 30px
    }

    .footer {
        margin-top: 47px;
        padding-top: 30px
    }

    .footer-logo {
        padding: 40px 0 17px
    }

    .footer-bottom {
        gap: 15px
    }

    .footer-bottom a {
        font-weight: 400
    }

    .footer .menu__item>a {
        font-size: 20px
    }

    .footer .menu {
        gap: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    body {
        font-size: 22px;
        line-height: 32px
    }

    section {
        margin-top: 100px
    }

    .show-on-tablet {
        display: block
    }

    .title-margin--50,
    .title-margin--60 {
        margin-bottom: 23px
    }

    .h1,
    h1 {
        font-weight: 500;
        font-size: 58px;
        line-height: 100%
    }

    .h2,
    h2 {
        font-size: 54px;
        line-height: 110%
    }

    .h3,
    h3 {
        font-size: 40px;
        line-height: 120%
    }

    .container {
        max-width: calc(100% - 50px)
    }

    .main-banner {
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        height: 100vh
    }

    .main-banner__seal {
        max-width: 350px;
        bottom: 150px;
        right: 25px
    }

    .info-block {
        padding: 40px;
        gap: 30px;
        border-radius: 30px
    }

    .info-block__icon {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: -2px;
        padding: 24px;
        height: 94px
    }

    .info-block__text {
        font-size: 26px;
        line-height: 34px
    }

    .green-square-item {
        gap: 30px
    }

    .green-square-item__text {
        font-size: 22px
    }

    .green-square-item__text-accent {
        font-size: 54px
    }

    .green-square-item__text-accent {
        font-size: 36px
    }

    .green-square-item__wrapper {
        border-radius: 30px;
        padding: 24px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px
    }

    .green-square-item__wrapper .green-square-item__text {
        width: 100%
    }

    .green-square-icon {
        height: 80px;
        max-width: 80px;
        border-radius: 20px
    }

    .green-square-icon svg {
        height: 48px;
        max-width: 48px
    }

    .green-square-icon svg {
        height: 36px;
        max-width: 36px
    }

    .block-width-seal {
        padding: 40px;
        border-radius: 40px
    }

    .block-width-seal__title {
        font-size: 26px;
        line-height: 34px
    }

    .block-width-seal__content {
        margin-top: 25px;
        row-gap: 22px
    }

    .advantages__inner {
        gap: 24px
    }

    .advantages__item {
        border-radius: 40px
    }

    .advantages__item+.advantages__item {
        margin-top: 24px
    }

    .advantages__item--big {
        height: 560px
    }

    .advantages__item--mid {
        height: 480px
    }

    .advantages__item--small {
        height: 300px
    }

    .advantages__item .med-text {
        font-size: 39px
    }

    .product-item {
        padding: 40px;
        border-radius: 40px;
        height: 644px
    }

    .product-item__img {
        max-height: 370px
    }

    .product-item__title {
        font-size: 30px;
        line-height: 40px
    }

    .product-item--short {
        height: 565px
    }

    .product-item__btn {
        background-color: #00633c;
        font-size: 18px;
        color: #fff;
        line-height: 66px;
        height: 66px
    }

    .product-item__btn svg path {
        fill: #fff !important
    }

    .marked-list__item {
        max-width: 100%
    }

    .information-insert {
        padding: 40px;
        border-radius: 40px;
        font-size: 26px;
        line-height: 34px
    }

    .close-popup {
        max-width: 40px
    }

    .callback-popup {
        padding: 40px 30px
    }

    .callback-popup__title {
        font-size: 58px;
        margin-bottom: 5px
    }

    .callback-popup__seal {
        max-width: 190px
    }

    .callback-popup__description {
        font-size: 22px;
        line-height: 32px
    }

    .callback-popup__head {
        margin-bottom: 30px
    }

    .main-slider {
        margin-bottom: 100px
    }

    .main-slider {
        margin-bottom: 50px
    }

    .main-slider-arrows {
        display: none
    }

    .main-slider-navigation {
        right: 25px;
        bottom: 25px;
        gap: 44px
    }

    .main-slider .main-banner {
        padding-bottom: 100px
    }

    .main-slider .h1 {
        font-size: 58px;
        max-width: 100%;
        letter-spacing: 0
    }

    .main-page-about__video {
        border-radius: 30px
    }

    .main-page-about .info-block {
        margin-top: 30px
    }

    .main-page-about .info-block {
        margin-top: 30px
    }

    .partners-slider {
        padding: 0
    }

    .partners-slider__arrow {
        display: none
    }

    .partners-slider .slick-list {
        padding-right: 40px
    }

    .vacancy-advantages {
        margin-top: 40px
    }

    .vacancy-advantages__content {
        gap: 24px;
        margin-bottom: 50px
    }

    .vacancy-advantages__content .green-square-item {
        max-width: calc(50% - 12px)
    }

    .vacancy-advantages__description {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 30px
    }

    .vacancy-advantages__gallery-item {
        max-width: 100%;
        border-radius: 30px
    }

    .vacancy-item {
        border-radius: 40px;
        padding: 40px
    }

    .vacancy-item .h3 {
        margin-bottom: 16px
    }

    .vacancy-item .price {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 17px
    }

    .vacancy-list__content {
        gap: 30px
    }

    .vacancy-list__content--empty {
        border-radius: 40px;
        padding: 50px
    }

    .vacancy-empty-title {
        margin-bottom: 20px
    }

    .vacancy-empty-description {
        margin-bottom: 20px
    }

    .vacancy-rating {
        padding: 40px;
        border-radius: 40px
    }

    .vacancy-rating__description {
        font-size: 22px;
        line-height: 32px;
        max-width: 50%
    }

    .vacancy-rating__description br {
        display: none
    }

    .product-info {
        padding: 40px;
        border-radius: 40px
    }

    .product-info__sub-title {
        font-size: 26px;
        line-height: 34px
    }

    .product-info__main-photo {
        width: 100%;
        border-radius: 40px
    }

    .product-info__advantages p {
        margin-bottom: 0
    }

    .colors-list {
        gap: 25px
    }

    .colors-list .color-item {
        max-width: calc((100% - 50px)/ 3)
    }

    .color-item {
        height: 109px
    }

    .production-page__production .production-list {
        gap: 30px
    }

    .partners-description {
        padding: 40px;
        border-radius: 30px;
        font-size: 26px;
        line-height: 24px;
        margin-bottom: 40px
    }

    .partners-description br {
        display: none
    }

    .partners-list {
        gap: 25px
    }

    .partners-list__item {
        width: calc((100% - 50px)/ 3);
        border-radius: 30px
    }

    .contacts-list__element {
        border-radius: 40px;
        padding: 40px
    }

    .documents-list__item {
        padding: 40px;
        border-radius: 40px;
        min-height: 292px
    }

    .documents-list__item-title {
        font-size: 26px;
        line-height: 34px
    }

    .documents-list__item-btn {
        background-color: #008651;
        color: #fff
    }

    .documents-list__item-btn svg path {
        fill: #fff !important
    }

    .certificates-head {
        gap: 20px;
        margin-bottom: 50px
    }

    .certificates-head .recycling-info {
        border-radius: 40px
    }

    .certificates-list {
        gap: 24px
    }

    .certificates-list .certificates-item {
        max-width: calc(50% - 12px)
    }

    .certificates-list .certificates-item {
        max-width: 100%
    }

    .not-found-page__title {
        font-size: 58px;
        line-height: 100%;
        margin-bottom: 10px
    }

    .years-list {
        gap: 20px
    }

    .history-element {
        padding: 30px;
        border-radius: 40px;
        gap: 30px
    }

    .history-element__img-wrapper {
        border-radius: 20px
    }

    .history-element__year {
        margin-bottom: 0
    }

    .history-slider__arrows {
        gap: 20px;
        right: 30px;
        bottom: 30px
    }

    .history-slider__arrows {
        gap: 15px;
        right: 20px;
        bottom: 20px
    }

    .history-slider__arrow {
        width: 80px;
        height: 80px;
        border-radius: 20px
    }

    .history-slider__arrow {
        width: 56px;
        height: 56px;
        border-radius: 15px;
        background-color: #008651
    }

    .map-wrapper {
        border-radius: 40px
    }

    .map-wrapper iframe {
        height: 720px
    }

    .contact-map__info {
        bottom: auto;
        top: 30px;
        left: 30px;
        padding: 40px;
        border-radius: 40px
    }

    .contact-map__info-head {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 10px
    }

    .contact-map__info-body {
        margin-bottom: 20px
    }

    .contact-map__info-link {
        font-size: 18px;
        line-height: 100%
    }

    .manufacture__head-gallery {
        gap: 50px
    }

    .manufacture__head-gallery-item {
        border-radius: 20px;
        max-width: calc(50% - 15px)
    }

    .manufacture-item__photo {
        border-radius: 30px
    }

    .manufacture-item__info {
        padding: 40px;
        border-radius: 40px
    }

    .manufacture-item__name {
        font-size: 26px
    }

    .manufacture-item__characteristic .value {
        font-size: 54px;
        line-height: 90%
    }
}

@media (max-width:768px) {
    .marked-list__item {
        font-size: 22px;
        line-height: 32px
    }

    .marked-list__item:before {
        top: 4px
    }

    .contact-map__info .phone {
        width: 100%;
        margin-left: 0;
        margin-top: 20px
    }

    .contact-map__info-head {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .footer .sub-menu a{
        white-space: normal;
    }
    
}

@media (max-width:750px) {
    .partners-list__item {
        width: calc(50% - 13px);
        height: 180px
    }
}

@media (max-width:670px) {
    .green-square-item__wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .vacancy-advantages__content .green-square-item {
        max-width: 100%
    }

    .vacancy-rating__description {
        max-width: 100%
    }

    .vacancy-rating .vacancy-more-btn {
        display: none
    }
}

@media (max-width:650px) {
    .success-popup {
        padding: 30px 20px;
        font-size: 14px;
        line-height: 24px;
        border-radius: 20px
    }

    .success-popup__success-icon {
        margin-bottom: 15px
    }

    .success-popup__success-icon img {
        max-width: 64px
    }

    .success-popup__title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 5px
    }

    .callback-popup__form .callback-popup__textarea {
        height: 140px
    }
}

@media (max-width:570px) {
    .header-phone span {
        display: none
    }

    .header-phone img {
        width: 36px;
        height: 36px
    }

    .header__callback-btn.btn {
        height: 36px;
        line-height: 36px;
        width: 100%;
        max-width: 36px
    }

    .header-burger {
        height: 36px;
        max-width: 36px
    }

    .header-burger span {
        width: 18px
    }

    .header .logo img {
        max-height: 40px
    }

    .footer .menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 15px;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .footer .menu__item {
        width: 100%;
        max-width: 125px
    }

    .main-slider .h1 {
        font-size: 28px;
        letter-spacing: -1px
    }
}

@media (max-width:550px) {
    .header .buttons{
        gap: 5px;
        margin-right: 10px;
    }
    .only-text-page{
        padding-top: 20px;      
    }
    .header {
        top: 15px
    }

    .burger-menu {
        padding-top: 100px
    }

    .burger-menu__item--with-sub-menu .arrow-icon {
        top: 35px
    }

    .burger-menu__item {
        padding: 24px 15px;
        padding-bottom: 16px;
        border-radius: 15px
    }

    .burger-menu__item>a {
        font-size: 24px;
        line-height: 100%
    }

    .burger-menu__item .sub-menu {
        padding-top: 15px

    }


    .burger-menu__item .sub-menu li a {
        font-size: 14px;
        line-height: 20px
    }

    .burger-menu__item .sub-menu li+li {
        margin-top: 20px
    }

    .footer {
        margin-top: 20px;
        padding-top: 20px
    }
    .footer .sub-menu{
        padding: 20px;
        top: 36px;
        border-radius: 20px;

    }
    .footer .sub-menu li{
        margin-top: 0px;
    }
    .footer .sub-menu a{
        font-size: 14px;
        line-height: 29px;
    }

    .footer-bottom .develop-by {
        margin-top: 15px
    }

    .footer-bottom__element:nth-child(even) {
        text-align: left
    }

    .footer-bottom__element {
        max-width: 100%
    }

    .footer-bottom__element a,
    .footer-bottom__element span {
        font-size: 16px;
        line-height: 20px
    }

    .footer .menu__item>a {
        font-size: 16px;
        line-height: 24px
    }
    .footer-logo{
        padding-top: 20px;
    }

    body {
        font-size: 16px;
        line-height: 24px
    }

    p {
        margin-bottom: 15px
    }

    section {
        margin-top: 50px
    }

    .title-margin--50,
    .title-margin--60 {
        margin-bottom: 15px
    }

    .h1,
    h1 {
        font-weight: 500;
        font-size: 28px;
        line-height: 100%
    }

    .h2,
    h2 {
        font-size: 28px;
        line-height: 32px
    }

    .h3,
    h3 {
        font-weight: 500;
        font-size: 24px;
        line-height: 110%
    }

    .container {
        max-width: calc(100% - 30px)
    }

    .btn {
        height: 50px;
        line-height: 50px;
        padding: 0 25px;
        font-size: 14px
    }

    .btn--with-arrow svg {
        margin-left: 7px;
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6)
    }

    .btn--file {
        height: 56px;
        font-size: 16px;
        line-height: 24px
    }

    .play-video-btn {
        max-width: 80px;
        height: 80px
    }

    .play-video-btn .triangle {
        border-left: 25px solid #008651;
        border-top: 15.5px solid transparent;
        border-bottom: 15.5px solid transparent
    }
    .scroll-to-top__btn{
        right: 15px;
        bottom: 15px;
    }
    .scroll-to-top__btn,
    .scroll-to-top{
        max-width: 44px;
        height: 44px;
    }
    .scroll-to-top__btn svg{
        width: 20px;
    }

    .breadcrumbs {
        font-size: 14px;
        line-height: 20px;
        margin-top: 20px;
        margin-bottom: 15px
    }
    .main-banner-img{
        position: static;
        height: 210px;
        border-radius: 20px;
        
    }
    main{
        padding-top: 90px;
        background-color: #F8F8F8;
    }
    .main-banner {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        height: auto;
        padding: 0 15px;
        padding-bottom: 20px;
        background-color: #fff;
    }
    

    .main-banner__seal {
        bottom: auto;
        top: 280px;
        max-width: 131px;
        right: 15px    
    }
    .main-banner-blur{
        display: none;
    }
    .main-banner-inner{
        margin: 0 -15px;
        margin-top: 20px;        
    }
    .main-banner-inner .h1{
        color: rgba(80, 96, 89, 1);
    }
    .main-banner-inner{
        height: auto;
    }
    .main-slider{
        position: relative;
    }
    .main-slider .main-banner{
        height: 100%;
    }
    .main-slider .slick-track{
        display: flex;
        align-items: stretch;
    }
    .main-slider .slick-track .slick-slide{
        height: auto;
    }
    .main-slider .slick-track .slick-slide > div{
        height: 100%;
    }



    .main-slider-navigation{
        background: rgba(56, 56, 56, 0.2);
    }

    .info-block {
        padding: 30px 20px;
        gap: 20px;
        border-radius: 20px
    }

    .info-block__icon {
        padding: 15px 28px;
        height: 60px;
        font-size: 20px;
        line-height: 26px;
        gap: 10px;
        letter-spacing: 0
    }

    .info-block__icon svg {
        width: 100%;
        max-width: 30px;
        height: 30px
    }

    .info-block__text {
        font-size: 18px;
        line-height: 24px
    }

    .green-square-item {
        gap: 15px
    }

    .green-square-item__text {
        font-size: 16px;
        line-height: 24px
    }

    .green-square-item__wrapper {
        padding: 20px;
        border-radius: 20px
    }

    .green-square-icon {
        height: 60px;
        max-width: 60px;
        border-radius: 15px
    }

    .block-width-seal {
        padding: 30px 15px;
        border-radius: 20px
    }

    .block-width-seal__title {
        font-size: 18px;
        line-height: 24px
    }

    .block-width-seal__content {
        margin-top: 15px
    }

    .advantages__item {
        border-radius: 20px;
        padding: 30px
    }

    .advantages__item+.advantages__item {
        margin-top: 15px
    }

    .advantages__item--big {
        height: 400px
    }

    .advantages__item--small {
        height: 250px
    }

    .advantages__item--small .advantages__item-icon {
        width: 100%;
        max-width: 80px;
        height: 80px
    }

    .advantages__item .big-text {
        font-size: 50px
    }

    .advantages__item .med-text {
        font-size: 29px
    }

    .advantages__item .small-text {
        font-size: 20px
    }

    .product-item {
        border-radius: 20px;
        padding: 20px;
        height: 325px
    }

    .product-item__img {
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
        max-width: 80%
    }

    .product-item__title {
        font-size: 18px;
        line-height: 24px
    }

    .product-item--short {
        height: 415px
    }

    .product-item--short {
        height: 325px
    }

    .product-item__sub-title {
        font-size: 14px;
        line-height: 18px
    }

    .marked-list {
        gap: 15px
    }

    .marked-list__item {
        font-size: 16px;
        line-height: 24px;
        padding-left: 25px
    }

    .marked-list__item:before {
        top: 0;
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7)
    }

    .information-insert {
        padding: 20px;
        border-radius: 20px;
        font-size: 16px;
        line-height: 24px
    }

    .close-popup {
        max-width: 32px;
        right: 10px;
        top: 10px
    }

    .form-input::-webkit-input-placeholder {
        font-size: 14px;
        line-height: 24px
    }

    .form-input::-moz-placeholder {
        font-size: 14px;
        line-height: 24px
    }

    .form-input:-ms-input-placeholder {
        font-size: 14px;
        line-height: 24px
    }

    .form-input::-ms-input-placeholder {
        font-size: 14px;
        line-height: 24px
    }

    .form-input::placeholder {
        font-size: 14px;
        line-height: 24px
    }

    .form-input::-webkit-input-placeholder {
        font-size: 14px;
        line-height: 24px
    }

    .form-input::-moz-placeholder {
        font-size: 14px;
        line-height: 24px
    }

    .form-input:-ms-input-placeholder {
        font-size: 14px;
        line-height: 24px
    }

    .form-textarea::-webkit-input-placeholder {
        font-size: 14px;
        line-height: 24px
    }

    .form-textarea::-moz-placeholder {
        font-size: 14px;
        line-height: 24px
    }

    .form-textarea:-ms-input-placeholder {
        font-size: 14px;
        line-height: 24px
    }

    .form-textarea::-ms-input-placeholder {
        font-size: 14px;
        line-height: 24px
    }

    .form-textarea::placeholder {
        font-size: 14px;
        line-height: 24px
    }

    .form-textarea::-webkit-input-placeholder {
        font-size: 14px;
        line-height: 24px
    }

    .form-textarea::-moz-placeholder {
        font-size: 14px;
        line-height: 24px
    }

    .form-textarea:-ms-input-placeholder {
        font-size: 14px;
        line-height: 24px
    }

    .form-textarea:-moz-placeholder {
        font-size: 14px;
        line-height: 24px
    }

    .callback-popup {
        max-width: 100vw;
        height: 100vh;
        border-radius: 0;
        padding: 30px 15px;
        max-height: 100vh;
        overflow: auto
    }

    .callback-popup__title {
        font-size: 32px;
        line-height: 110%;
        margin-bottom: 5px
    }

    .callback-popup__description {
        font-size: 16px;
        line-height: 24px
    }

    .callback-popup__seal {
        display: none
    }

    .callback-popup__form .form__element {
        max-width: 100%
    }

    .callback-popup__form {
        gap: 10px
    }

    .callback-popup__form .form-input {
        height: 54px;
        padding-left: 15px;
        font-size: 14px;
        border-radius: 10px
    }

    .callback-popup__form .callback-popup__textarea {
        height: 100px
    }

    .callback-popup__form-element--file {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .callback-popup__form-footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .callback-popup__form-submit {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 15px
    }

    .callback-popup__polit {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        max-width: 100%
    }

    .callback-popup__form-footer {
        margin-top: 10px
    }

    .callback-popup .confidentiality-cb span {
        font-size: 12px;
        line-height: 16px
    }

    .main-slider-navigation {
        gap: 20px;
        padding: 15px 20px
    }

    .main-slider-count {
        font-size: 16px;
        line-height: 100%;
        letter-spacing: .5px
    }



    .main-page-about__video .play-video-btn {
        left: 30px;
        bottom: 30px
    }

    .main-page-advantages .advantages {
        margin-top: 30px
    }

    .main-page-products__content {
        gap: 15px
    }

    .vacancy-advantages__content {
        gap: 15px
    }

    .vacancy-advantages__description {
        font-size: 18px;
        line-height: 24px
    }

    .vacancy-advantages__gallery {
        gap: 15px
    }

    .vacancy-item {
        padding: 20px;
        border-radius: 20px
    }

    .vacancy-item .price {
        font-size: 16px;
        line-height: 24px
    }

    .vacancy-list__content {
        gap: 15px
    }

    .vacancy-list__content--empty {
        border-radius: 20px;
        padding: 30px 20px
    }

    .vacancy-list__content--empty br {
        display: none
    }

    .vacancy-rating {
        padding: 20px;
        border-radius: 20px
    }

    .vacancy-rating__stars svg {
        width: 26px
    }

    .vacancy-rating__description {
        font-size: 16px;
        line-height: 24px
    }

    .vacancy-rating .hh-rating {
        margin-bottom: 10px
    }

    .vacancy-list .vacancy-rating {
        margin-top: 20px
    }

    .product-info {
        padding: 20px;
        border-radius: 20px
    }

    .product-info__sub-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px
    }

    .product-info__main-photo {
        border-radius: 20px
    }

    .product-info .row {
        gap: 20px
    }

    .product-info .green-square-item {
        margin-bottom: 10px
    }

    .product-info__advantages.product-info__advantages--ods .green-square-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .product-info__advantages.product-info__advantages--ods .green-square-item .green-square-item__text {
        margin-top: 5px;
        width: 100%
    }

    .colors-list {
        gap: 15px
    }

    .colors-list .color-item {
        max-width: calc(50% - 8px)
    }

    .color-item {
        height: 80px
    }

    .production-page__production .production-list {
        gap: 15px
    }

    .partners-description {
        padding: 30px 20px;
        border-radius: 20px;
        font-size: 18px;
        line-height: 24px
    }

    .partners-list__item {
        width: calc(50% - 13px);
        height: 120px;
        border-radius: 20px
    }

    .contacts-list {
        gap: 20px;
        margin-top: 20px
    }

    .contacts-list__element {
        padding: 20px;
        border-radius: 20px
    }

    .contacts-list__element-info {
        margin-bottom: 15px
    }

    .contacts-list__element-phones a {
        font-size: 18px;
        line-height: 24px
    }

    .documents-list {
        gap: 20px;
        margin-bottom: 20px
    }

    .documents-list__item {
        padding: 20px;
        border-radius: 20px;
        min-height: 210px
    }

    .documents-list__item-content img {
        width: 40px
    }

    .documents-list__item-title {
        font-size: 18px;
        line-height: 26px;
        margin-left: 10px
    }

    .documents-list__item-btn {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 100%
    }

    .certificates-head {
        margin-bottom: 20px
    }

    .certificates-head .recycling-info {
        border-radius: 20px;
        padding: 20px;
        gap: 24px;
        font-size: 16px;
        line-height: 24px
    }

    .certificates-head .recycling-info img {
        max-width: 64px
    }

    .certificates-item__zoom-icon {
        max-width: 80px
    }

    .certificates-item__download {
        width: 100%;
        max-width: calc(100% - 40px);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        bottom: 20px
    }

    .certificates-item__name {
        margin-top: 10px
    }

    .not-found-page__title {
        font-size: 32px;
        line-height: 110%;
        margin-bottom: 10px
    }

    .not-found-page__description {
        max-width: 80vw;
        margin-bottom: 20px
    }

    .history-page-description {
        margin-bottom: 30px
    }

    .years-list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        margin-bottom: 20px;
        padding-bottom: 20px;

        
    }

    .years-list__item {
        font-size: 16px;
        line-height: 24px
    }

    .history-element {
        border-radius: 20px;
        padding: 20px;
        padding-bottom: 115px
    }

    .history-element__year {
        font-size: 26px;
        line-height: 120%
    }

    .history-element__description {
        font-size: 18px;
        line-height: 24px
    }

    .history-element__seal {
        display: none
    }

    .history-slider__arrow img {
        width: 24px
    }

    .map-wrapper {
        border-radius: 20px
    }

    .map-wrapper iframe {
        height: 530px
    }

    .contact-map__info {
        border-radius: 20px;
        padding: 20px;
        max-width: calc(100% - 30px);
        left: 15px
    }

    .contact-map__info .phone {
        font-size: 18px;
        line-height: 24px;
        display: none
    }

    .contact-map__info-head {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 24px
    }

    .contact-map__info-body .phone {
        display: inline-block
    }

    .contact-map__info-link {
        font-size: 13px;
        line-height: 100%;
        white-space: nowrap
    }

    .contact-map__route-element{
        max-width: 44px;
        height: 44px;
    }
    .contact-map__route-element svg{
        width: 24px;
    }

    .manufacture__head {
        margin-bottom: 15px
    }

    .manufacture__head-gallery {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px
    }

    .manufacture__head-gallery-item {
        max-width: 100%
    }

    .manufacture__description {
        margin-bottom: 15px
    }

    .manufacture-item {
        gap: 20px
    }

    .manufacture-item__info {
        padding: 20px;
        border-radius: 20px;
        gap: 24px
    }

    .manufacture-item__info-element {
        max-width: 100%
    }

    .manufacture-item__name {
        font-size: 18px;
        line-height: 24px
    }

    .manufacture-item__name img {
        width: 32px
    }

    .manufacture-item__characteristic {
        font-size: 16px;
        line-height: 20px
    }

    .manufacture-item__characteristic .value {
        font-size: 36px;
        line-height: 90%;
        margin-bottom: 5px
    }    

    .advantages__item-blur{
        height: 170px;
        background: linear-gradient(0deg, #1e1e1e 0, rgba(30, 30, 30, .7) 50%, rgba(30, 30, 30, 0) 100%);
    }
}

@media (max-width:400px) {
    .play-video-btn {
        max-width: 48px;
        height: 48px
    }

    .play-video-btn .triangle {
        border-left: 18px solid #008651;
        border-top: 10.5px solid transparent;
        border-bottom: 10.5px solid transparent;
        margin-left: 5px
    }

    .advantages__item {
        padding: 15px
    }

    .advantages__item--big {
        height: 268px
    }

    .advantages__item--mid {
        height: 268px
    }

    .advantages__item--small {
        height: 155px
    }

    .advantages__item .big-text {
        font-size: 36px;
        line-height: 120%
    }

    .advantages__item .med-text {
        font-size: 20px;
        line-height: 28px
    }

    .advantages__item .small-text {
        font-size: 16px;
        line-height: 24px
    }

    .main-page-about__video .play-video-btn {
        left: 20px;
        bottom: 20px
    }
}

@media (max-width:370px) {
    .header-phone img {
        width: 30px;
        height: 30px
    }

    .header__callback-btn.btn img {
        width: 30px;
        height: 30px
    }

    .header-burger {
        width: 30px;
        height: 30px
    }
}


.contacts-info {
    background: #ededed;
    border-radius: 30px;
    padding: 40px 25px;
    display: flex;
}
.contacts-info-button{
    margin-left: auto;
}
.contacts-info-button .btn{
    white-space: nowrap;
}

.contacts-info-center {
    align-items: center;
    gap: 20px;
}

/* По умолчанию показываем десктопную */
.map-mobile {
    display: none;
}

@media(max-width:991px){
    .contacts-info{
        flex-wrap: wrap;
        padding: 30px;
    }
}

/* На мобильных показываем мобильную карту */
@media (max-width: 768px) {
    .map-desktop {
        display: none;
    }
    .map-mobile {
        display: block;
    }
    
}

@media(max-width:550px){
    .contacts-info{
        padding: 20px;
        align-items: flex-start;
    }
    .contacts-info-button{
        margin: 0 auto;
    }
}





