*, *::after, *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none !important;
}
body {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #F9F9F9;
}


h1, h2, h3, h4, h5, h6 {
    font-family: "GothamProMedium";
    font-weight: normal;
}

.wrapper {
    width: 100%;
    height: auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding-top: 100px;
}

.mob-actions {
    display: block;
    width: 340px;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    overflow: hidden auto;
    background-color: #fff;
    z-index: 19;
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 20px;
    padding-bottom: 100px;
    transform: translateX(-110%);
    transition: all .25s linear;
}
.mob-actions.open {
    transform: translateX(0);
}
.mob-nav-wrap {
    display: block;
}
.mob-nav {
    list-style: none;
}
.mob-nav__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.mob-nav > li {
    margin-bottom: 35px;
}
.mob-nav > li > a {
    color: #343434;
    font-size: 18px;
    line-height: 20px;
    font-family: "GothamProMedium";
    text-decoration: none;
    transition: all .3s linear;
}
.mob-nav__carret {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/arrow-r.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    cursor: pointer;
}
.mob-actions__lang {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.mob-actions__lang a {
    color: #343434;
    font-size: 16px;
    line-height: 18px;
    font-family: "GothamProRegular";
    text-decoration: none;
    margin-right: 24px;
}
.mob-actions__lang a.active {
    color: #28754E;
}
.mob-nav__level2 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: flex;
    overflow-y: auto;
    flex-direction: column;
    list-style: none;
    padding-top: 120px;
    background-color: #28754E;
    z-index: 11;
    transition: all .3s ease-in-out;
    transform: translateX(110%);
    font-size: 0;
    line-height: 24px;
    padding-left: 40px;
    padding-right: 20px;
    padding-bottom: 100px;
	/*IOS TEST*/
	opacity: 0;
	visibility: hidden;
	/*IOS TEST*/
}
.mob-nav__level2.open {
    transform: translateX(0%);
	/*IOS TEST*/
	opacity: 1;
	visibility: visible;
	/*IOS TEST*/
}
.mob-nav__level2-item {
    margin-bottom: 20px;
}
.mob-nav__level2-item > a {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-family: "GothamProMedium";
    text-decoration: none;
}
.mob-nav__level2-back {
    display: block;
    width: 24px;
    height: 24px;
    min-height: 24px;
    background-image: url(../img/nav-back.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(-20px);
}
.mob-nav__level2-item.drop {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.mob-nav__level2__carret {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/arrow-r.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    cursor: pointer;
    filter: contrast(5)invert(1);
}
.mob-nav__level3 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: flex;
    overflow-y: auto;
    flex-direction: column;
    list-style: none;
    padding-top: 120px;
    background-color: #28754E;
    z-index: 11;
    transition: all .3s ease-in-out;
    transform: translateX(110%);
    font-size: 0;
    line-height: 24px;
    padding-left: 40px;
    padding-right: 20px;
    padding-bottom: 100px;
}
.mob-nav__level3.open {
    transform: translateX(0%);
}
.mob-nav__level3-item {
    margin-bottom: 20px;
}
.mob-nav__level3-item > a {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-family: "GothamProRegular";
    text-decoration: none;
}
.mob-nav__level3-back {
    display: block;
    width: 24px;
    height: 24px;
    min-height: 24px;
    background-image: url(../img/nav-back.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(-20px);
}
.mob-nav__level3-item.drop {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.mob-nav__level3__carret {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/arrow-r.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    cursor: pointer;
    filter: contrast(5)invert(1);
}

.slick-slide img {
    display: block;
    width: 100%;
}

#modal-order {
    width: 530px;
    background-color: #fff;
    padding: 48px;
}
.modal-order__title {
    color: #343434;
    font-size: 32px;
    line-height: 36px;
    font-family: "GothamProMedium";
    margin-bottom: 30px;
}
.modal-order__form {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#modal-order .wpcf7-submit,
#modal-order .submit {
    display: table;
    width: 310px;
    height: 48px;
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid #343434;
    color: #343434;
    font-size: 16px;
    line-height: 18px;
    font-family: "GothamProMedium";
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 22px;
    padding-right: 8px;
    cursor: pointer;
    transition: all .3s linear;
}

#modal-order .wrap_submit {
	max-width: 310px;
}

#modal-order .wpcf7-submit:hover,
#modal-order .submit:hover {
    color: #fff;
    background-color: #28754E;
    border-color: #28754E;
}
#modal-order .wrap_submit::after,
#modal-order .submit::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/arrow-r.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s linear;
	position: absolute;
	top: 12px;
	right: 12px;
}
#modal-order .wrap_submit:hover::after,
#modal-order .submit:hover::after {
    filter: contrast(5) invert(1);
}
#modal-order .is-close {
    top: 10px !important;
    right: 10px !important;
    color: #343434 !important;
    box-shadow: none !important;
}

.nav-bnt {
    width: 28px;
    height: 32px;
    padding: 4px;
    position: relative;
    margin-left: 20px;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    display: none;
}
.nav-bnt span {
    display: block;
    position: absolute;
    height: 2.4px;
    width: 100%;
    background: #343434;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}
.nav-bnt span:nth-child(1) {
    top: 5px;
}
.nav-bnt span:nth-child(2),
.nav-bnt span:nth-child(3) {
    top: 15px;
}
.nav-bnt span:nth-child(4) {
    top: 25px;
}
.nav-bnt.open span:nth-child(1) {
    top: 15px;
    width: 0%;
    left: 50%;
}
.nav-bnt.open span:nth-child(2) {
    transform: rotate(45deg);
}
.nav-bnt.open span:nth-child(3) {
    transform: rotate(-45deg);
}
.nav-bnt.open span:nth-child(4) {
    top: 15px;
    width: 0%;
    left: 50%;
}

.select {
    position: relative;
    display: block;
    width: 100%;
}
.select__head {
    width: 100%;
    max-width: 100%;
    padding: 14px 15px;
    font-size: 13px;
    line-height: 18px;
    font-family: "GothamProRegular";
    color: #343434;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.50);
    border: 1px solid #949494;
}
.select__head.open {
    background-color: #fff;
}
.select__head::after {
    width: 13px;
    height: 8px;
    background-image: url(../img/arrow-d.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: contrast(4) grayscale(1);
    position: absolute;
    right: 16px;
    top: 20px;
    content: '';
    display: block;
    transition: .3s ease-in;
}
.select__head.open::after {
    transform: rotate(180deg);
}
.select__list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    margin-top: 5px;
    max-height: 205px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 5;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family: "GothamProRegular";
    color: #343434;
}
.select__list::-webkit-scrollbar {
    width: 4px;
    background-color: #F8F9FA;
    padding: 5px 1px;
}
.select__list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #28754E;
}
.select__list .select__item {
    position: relative;
    border-top: 1px solid rgba(224, 229, 231, 0.5);
    padding: 10px 15px;
    cursor: pointer;
    list-style-type: none;
}
.select__list .select__item:hover {
    background-color: rgba(224, 229, 231, 0.5);
}

.breadcrumbs {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 25px;
    list-style: none;
}
.breadcrumbs li {
    margin-bottom: 5px;
    color: #343434;
    font-size: 12px;
    line-height: 16px;
    font-family: "GothamProRegular";
}
.breadcrumbs li::after {
    content: "/";
    padding-left: 12px;
    padding-right: 12px;
    color: #acacac;
    font-size: 12px;
    line-height: 16px;
    font-family: "GothamProRegular";
    opacity: 0.6;
}
.breadcrumbs li:last-of-type::after {
    display: none;
}
.breadcrumbs li a {
    color: #acacac;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
    transition: all .3s linear;
}
.breadcrumbs li a:hover {
    color: #28754E;
}

.header {
    width: 100%;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: -1px;
    z-index: 20;
    transition: all .3s linear;
}
.header__container {
    width: 1280px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    transition: all .2s linear;
}
.header.scroll .header__container {
    height: 60px;
}
.header__logo {
    text-decoration: none;
    display: block;
    width: 207px;
    height: auto;
    transition: all .2s linear;
}
.header.scroll .header__logo {
    width: 146px;
}
.header__logo img {
    display: block;
    width: 100%;
    height: auto;
}
.header__right {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.header__lang {
    display: flex;
    flex-wrap: nowrap;
}
.header__lang a {
    color: #343434;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    font-family: "GothamProRegular";
}
.header__lang a + a {
    margin-left: 24px;
}
.header__lang a.current-lang,
.header__lang a.active {
    color: #28754E;
}
.header__toggle-search {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/ico-search.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    margin-right: 40px;
    transition: all .3s linear;
}
.header__toggle-search:hover {
    opacity: 0.7;
}
.header__wrap-nav {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    justify-content: flex-end;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
}
.header__search {
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: -59px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    transition: all .3s linear;
}
.header__search.open {
    pointer-events: auto;
    opacity: 1;
}
.header__search-container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.header__search-close {
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../img/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    transition: all .4s ease-in-out;
    position: absolute;
    right: 0;
}
.header__search-close:hover {
    transform: rotateZ(180deg);
}
.header__search-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 700px;
    height: 34px;
    border: 1px solid #343434;
    border-radius: 50px;
    overflow: hidden;
    padding-right: 3px;
}
.header__search-form #search-form-1 {
    display: block;
    height: 100%;
    background-color: #fff;
    flex-grow: 1;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    color: #343434;
    font-size: 12px;
    font-family: "GothamProRegular";
}
.header__search-form #search-form-1::placeholder {
    color: #343434;
    transition: all .3s linear;
}
.header__search-form #search-form-1:focus::placeholder {
    opacity: 0.6;
}
.header__search-btn {
    display: block;
    width: 32px;
    height: 32px;
    border: none;
    background-color: #fff;
    background-image: url(../img/ico-search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    cursor: pointer;
}

.header__menu {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.header__menu > li {
    margin-left: 30px;
}
.header__menu > li > a {
    color: #343434;
    font-size: 14px;
    line-height: 20px;
    font-family: "GothamProRegular";
    text-decoration: none;
    transition: all .3s linear;
}
.header__menu > li.active > a,
.header__menu > li > a:hover {
    color: #28754E;
}
.header__menu > li.dropdown {
    position: relative;
    z-index: 2;
}
.header__menu > li.dropdown > ul {
    list-style: none;
    background-color: #28754E;
    position: absolute;
    top: 70px;
    padding: 24px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 5px 0px;
    transition: all .2s linear;
    display: flex;
    flex-direction: column;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    width: 265px;
}
.header__menu > li.dropdown:nth-last-child(2) > ul {
    width: 150px;
}
.header__menu > li.dropdown > ul::after {
    content: "";
    display: block;
    width: 100%;
    height: 45px;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: -40px;
}
.header.scroll .header__menu > li.dropdown > ul::after {
    height: 25px;
    top: -20px;
}
.header__menu > li.dropdown:hover > ul {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    top: 60px;
}
.header.scroll .header__menu > li.dropdown > ul {
    top: 40px;
}
.header__menu > li.dropdown > ul > li {
    display: block;
}
.header__menu > li.dropdown > ul > li + li {
    margin-top: 20px;
}
.header__menu > li.dropdown > ul > li > a {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-family: "GothamProRegular";
    text-decoration: none;
    transition: opacity .3s linear;
}
.header__menu > li.dropdown > ul > li > a:hover {
    opacity: 0.7;
}
.header__menu .dropdown.multicol > ul {
    width: 900px;
    left: -30px;
    list-style: none;
    display: flex;
    flex-direction: row;
}
.header__menu .dropdown.multicol > ul > li {
    padding-right: 30px;
}
.header__menu .dropdown.multicol > ul > li + li {
    margin-top: 0;
}
.header__menu .dropdown.multicol > ul > li > a {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-family: "GothamProMedium";
}
.header__menu .dropdown.multicol > ul > li > ul {
    list-style: none;
    margin-top: 20px;
}
.header__menu .dropdown.multicol > ul > li > ul > li + li {
    margin-top: 14px;
}
.header__menu .dropdown.multicol > ul > li > ul > li > a {
    color: #fff;
    font-size: 13px;
    line-height: 14px;
    font-family: "GothamProRegular";
    text-decoration: none;
    transition: opacity .3s linear;
}
.header__menu .dropdown.multicol > ul > li > ul > li > a:hover {
    opacity: 0.7;
}

.main {
    flex-grow: 1;
}

.home-top {
    width: 100%;
    height: auto;
}
.home-top img {
    display: block;
    width: 100%;
    height: auto;
}
.home-text {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: rgba(40, 117, 78, 0.1);
}
.home-text__container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home-text__text {
    width: 630px;
}
.home-text__text h2 {
    color: #343434;
    font-size: 40px;
    line-height: 44px;
    font-family: "GothamProMedium";
    font-weight: normal;
    margin-bottom: 34px;
}
.home-text__text p {
    color: #343434;
    font-size: 16px;
    line-height: 28px;
    font-family: "GothamProRegular";
    margin-bottom: 34px;
}
.home-text__more {
    display: table;
    width: 260px;
    height: 48px;
    border-radius: 50px;
    border: 1px solid #343434;
    color: #343434;
    font-size: 16px;
    line-height: 18px;
    font-family: "GothamProMedium";
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 22px;
    padding-right: 8px;
    transition: all .3s linear;
}
.home-text__more:hover {
    color: #fff;
    background-color: #28754E;
    border-color: #28754E;
}
.home-text__more::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/arrow-r.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s linear;
}
.home-text__more:hover::after {
    filter: contrast(5) invert(1);
}
.home-text__media {
    width: 540px;
    height: auto;
}
.home-text__media img {
    width: 100%;
    height: auto;
}

.home-production {
    padding-top: 100px;
    padding-bottom: 100px;
}
.home-production__container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.home-production__body {
    width: 650px;
}
.home-production__body-title {
    color: #343434;
    font-size: 40px;
    line-height: 44px;
    font-family: "GothamProMedium";
    font-weight: normal;
    margin-bottom: 50px;
}
.home-production__body-grid {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 16px);
    margin-left: -8px;
}
.home-production__body-grid-item {
    width: calc(50% - 16px);
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 16px;
    overflow: hidden;
    position: relative;
}
.home-production__body-grid-item::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.64) 100%);
    pointer-events: none;
    position: absolute;
    z-index: 1;
}
.home-production__body-grid-item > img {
    display: block;
    width: 100%;
    height: auto;
    transition: all .5s linear;
}
.home-production__body-grid-item:hover > img {
    transform: scale(1.1);
}
.home-production__body-desc {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 30px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    flex-direction: column;
    z-index: 3;
    transition: all .4s ease-in-out;
}
.home-production__body-grid-item:hover .home-production__body-desc {
    transform: translateY(-30px);
}
.home-production__body-desc-title {
    color: #fff;
    font-size: 28px;
    line-height: 32px;
    font-family: "GothamProMedium";
    font-weight: normal;
    margin-bottom: 16px;
    text-align: center;
}
.home-production__body-desc-more {
    display: table;
    width: 100%;
    height: 48px;
    border-radius: 50px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-family: "GothamProMedium";
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 22px;
    padding-right: 8px;
    margin-left: auto;
    margin-right: auto;
    transition: all .3s linear;
}
.home-production__body-desc-more:hover {
    color: #fff;
    background-color: #28754E;
    border-color: #28754E;
}
.home-production__body-desc-more::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/arrow-r.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s linear;
    filter: contrast(5) invert(1);
}
.home-production__news {
    width: 540px;
    padding: 34px 30px;
    background-color: #fff;
	margin-top: -34px;
}
.home-production__news-head {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.home-production__news-head h2 {
    width: 60%;
    color: #343434;
    font-size: 40px;
    line-height: 44px;
    font-family: "GothamProMedium";
    font-weight: normal;
}
.home-production__news-head a {
    color: #343434;
    font-size: 16px;
    line-height: 18px;
    font-family: "GothamProMedium";
    text-decoration: none;
    display: table;
    border-bottom: 1px solid #343434;
    transition: all .3s linear;
}
.home-production__news-head a:hover {
    color: #28754E;
    border-color: #28754E;
}
.home-production__item {
    display: block;
}
.home-production__item + .home-production__item {
    margin-top: 40px;
}
.home-production__item-date {
    color: #B0B0B0;
    font-size: 12px;
    line-height: 14px;
    font-family: "GothamProRegular";
    margin-bottom: 16px;
}
.home-production__item-title {
    color: #343434;
    font-size: 20px;
    line-height: 24px;
    font-family: "GothamProMedium";
    text-decoration: none;
    transition: all .3s linear;
}
.home-production__item-title:hover {
    color: #28754E;
}
.home-production__item p {
    color: #343434;
    font-size: 14px;
    line-height: 25px;
    font-family: "GothamProRegular";
    margin-top: 16px;
}

.home-career {
    padding-top: 100px;
    padding-bottom: 100px;
}
.home-career__container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.home-career__title {
    color: #343434;
    font-size: 40px;
    line-height: 44px;
    font-family: "GothamProMedium";
    font-weight: normal;
    margin-bottom: 50px;
}
.home-career__grid {
    width: calc(100% + 16px);
    display: flex;
    flex-wrap: wrap;
}
.home-career__grid-item {
    width: calc(50% - 16px);
    margin-left: 8px;
    margin-right: 8px;
    position: relative;
    overflow: hidden;
}
.home-career__grid-item::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.64) 100%);
    z-index: 2;
    pointer-events: none;
    
}
.home-career__grid-item > img {
    display: block;
    width: 100%;
    height: auto;
    transition: all .5s linear
}
.home-career__grid-item:hover > img {
    transform: scale(1.1);
}
.home-career__grid-item-desc {
    width: 100%;
    height: auto;
    padding-left: 24px;
    padding-right: 24px;
    position: absolute;
    left: 0;
    bottom: 30px;
    display: flex;
    flex-direction: column;
    z-index: 3;
    transition: all .3s linear;
}
.home-career__grid-item:hover .home-career__grid-item-desc {
    transform: translateY(-30px);
}
.home-career__grid-item-title {
    color: #fff;
    font-size: 28px;
    line-height: 32px;
    font-family: "GothamProMedium";
    font-weight: normal;
    margin-bottom: 15px;
    text-align: center;
}
.home-career__grid-item-more {
    display: table;
    width: 260px;
    height: 48px;
    border-radius: 50px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-family: "GothamProMedium";
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 22px;
    padding-right: 8px;
    margin-left: auto;
    margin-right: auto;
    transition: all .3s linear;
}
.home-career__grid-item-more:hover {
    color: #fff;
    background-color: #28754E;
    border-color: #28754E;
}
.home-career__grid-item-more::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/arrow-r.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s linear;
    filter: contrast(5) invert(1);
}

.home-feedback {
    background-color: rgba(40, 117, 78, 0.1);
    padding-top: 100px;
    padding-bottom: 100px;
}
.home-feedback__container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home-feedback__title {
    color: #343434;
    font-size: 40px;
    line-height: 44px;
    font-family: "GothamProMedium";
    font-weight: normal;
    margin-bottom: 50px;
    width: 100%;
}
.home-feedback__form {
    width: 415px;
    display: block;
}
.home-feedback__form-item {
    width: 100%;
    margin-bottom: 30px;
}
.home-feedback__form-item label {
    color: #343434;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 12px;
    font-family: "GothamProRegular";
    display: block;
}
.home-feedback__form-item input {
    background-color: rgba(255, 255, 255, 0.50);
    border: 1px solid #949494;
    border-radius: 0;
    width: 100%;
    height: 48px;
    color: #343434;
    font-size: 12px;
    font-family: "GothamProRegular";
    padding-left: 15px;
    padding-right: 15px;
    transition: all .3s linear;
}
.home-feedback__form-item input:focus {
    background-color: #fff;
}
.home-feedback__form-item input::placeholder {
    color: #949494;
}
.home-feedback__form-item input:focus::placeholder {
    opacity: 0.7;
}
.home-feedback__form-item textarea {
    width: 100%;
    height: 115px;
    background-color: rgba(255, 255, 255, 0.50);
    border: 1px solid #949494;
    border-radius: 0;
    color: #343434;
    font-size: 12px;
    font-family: "GothamProRegular";
    padding: 10px 15px;
    resize: none;
    transition: all .3s linear;
}
.home-feedback__form-item textarea:focus {
    background-color: #fff;
}
.home-feedback__form-item textarea::placeholder {
    color: #949494;
}
.home-feedback__form-item textarea:focus::placeholder {
    opacity: 0.7;
}
.home-feedback__map {
    width: 740px;
    height: 430px;
    border: 1px solid #CBCBCB;
    transform: translateY(23px);
}

.home-feedback__form .wpcf7-submit,
.home-feedback__form button {
    color: #343434;
    font-size: 16px;
    line-height: 18px;
    font-family: "GothamProMedium";
    cursor: pointer;
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid #343434;
    padding-left: 22px;
    padding-right: 8px;
    width: 100%;
    height: 48px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    transition: all .3s linear;
}
.home-feedback__form .wpcf7-submit:hover,
.home-feedback__form button:hover {
    color: #fff;
    background-color: #28754E;
    border-color: #28754E;
}

.wrap_submit {
	position: relative;
}

.home-feedback__form .wrap_submit::after,
.home-feedback__form button::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/arrow-r.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s linear;
	position: absolute;
    top: 12px;
    right: 12px;
}

.home-feedback__form .wrap_submit:hover::after,
.home-feedback__form button:hover::after {
    filter: contrast(5) invert(1);
}

label.error {
	display: none !important;
}

.feedback__form input.error + label + .select__head,
.feedback__form input.error,
.modal-order__form input.error + label + .select__head,
.modal-order__form input.error,
.home-feedback__form input.error + label + .select__head,
.home-feedback__form input.error {
	border: 1px solid #ea2929;
}

.management {
    padding-top: 45px;
}
.management__container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.management__title {
    color: #343434;
    font-size: 48px;
    line-height: 56px;
    font-family: "GothamProMedium";
    font-weight: normal;
    margin-bottom: 30px;
}
.management__grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 16px);
    margin-left: -8px;
}
.management__grid-item {
    margin-bottom: 60px;
    width: calc(33.33333% - 16px);
    margin-left: 8px;
    margin-right: 8px;
}
.management__grid-item-media {
    display: block;
    width: 100%;
    height: auto;
    text-decoration: none;
    margin-bottom: 40px;
    overflow: hidden;
    background-color: #28754E;
}
.management__grid-item-media img {
    display: block;
    width: 100%;
    height: auto;
    transition: all .5s linear;
}
.management__grid-item-media:hover img {
    transform: scale(1.05);
}
.management__grid-item-name {
    display: table;
    margin-left: auto;
    margin-right: auto;
    color: #343434;
    font-size: 30px;
    line-height: 31px;
    font-family: "GothamProMedium";
    text-decoration: none;
    text-align: center;
    margin-bottom: 12px;
    transition: all .3s linear;
}
.management__grid-item-name:hover {
    color: #28754E;
}
.management__grid-item-job-title {
    color: #343434;
    font-size: 16px;
    line-height: 22px;
    font-family: "GothamProMedium";
    text-align: center;
    margin-bottom: 12px;
}
.management__grid-item-desc p {
    color: #343434;
    font-size: 14px;
    line-height: 19px;
    font-family: "GothamProRegular";
    text-align: center;
    padding-left: 31px;
    padding-right: 31px;
}
.management__grid-item-biography {
    display: table;
    margin-left: auto;
    margin-right: auto;
    color: #343434;
    font-size: 16px;
    line-height: 20px;
    font-family: "GothamProMedium";
    text-decoration: none;
    margin-top: 12px;
    border-bottom: 1px solid #343434;
    transition: all .3s linear;
}
.management__grid-item-biography:hover {
    color: #28754E;
    border-color: #28754E;
}

.news-list {
    padding-top: 45px;
}
.news-list__container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.news-list__head {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.news-list__title {
    color: #343434;
    font-size: 48px;
    line-height: 56px;
    font-family: "GothamProMedium";
    font-weight: normal;
    max-width: 1000px;
}
.news-list__archive {
    color: #343434;
    font-size: 16px;
    line-height: 18px;
    font-family: "GothamProMedium";
    text-decoration: none;
    display: table;
    border-bottom: 1px solid #343434;
    transition: all .3s linear;
}
.news-list__archive:hover {
    color: #28754E;
}
.news-list__grid {
    width: calc(100% + 16px);
    margin-left: -8px;
    display: flex;
    flex-wrap: wrap;
}
.news-list__grid-item {
    width: calc(25% - 16px);
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 50px;
    transition: all .3s linear;
}
.news-list__grid-item:first-of-type {
    width: calc(50% - 16px);
}
.news-list__grid-item:hover {
    background-color: #fff;
}
.news-list__grid-item-media {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-decoration: none;
    margin-bottom: 34px;
}
.news-list__grid-item-media img {
    display: block;
    width: 100%;
    height: auto;
    transition: all .5s linear;
}
.news-list__grid-item-media:hover img {
    transform: scale(1.05);
}
.news-list__grid-item-desc {
    width: 100%;
    padding: 0 16px 16px 16px;
}
.news-list__grid-item-date {
    color: #B0B0B0;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 15px;
}
.news-list__grid-item-title {
    color: #343434;
    font-size: 20px;
    line-height: 24px;
    font-family: "GothamProMedium";
    text-decoration: none;
    transition: all .3s linear;
}
.news-list__grid-item-title:hover {
    color: #28754E;
}
.news-list__grid-item-desc p {
    margin-top: 16px;
    color: #343434;
    font-size: 14px;
    line-height: 24px;
    font-family: "GothamProRegular";
}
.news-list__more {
    display: table;
    width: 260px;
    height: 48px;
    border-radius: 50px;
    border: 1px solid #343434;
    color: #343434;
    font-size: 16px;
    line-height: 18px;
    font-family: "GothamProMedium";
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 22px;
    padding-right: 8px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    transition: all .3s linear;
}
.news-list__more:hover {
    color: #fff;
    background-color: #28754E;
    border-color: #28754E;
}
.news-list__more::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/arrow-r.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s linear;
}
.news-list__more:hover::after {
    filter: contrast(5) invert(1);
}

.category {
    padding-top: 45px;
    /*margin-bottom: 70px;*/
}
.category__container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.category__title {
    color: #343434;
    font-size: 48px;
    line-height: 56px;
    font-family: "GothamProMedium";
    font-weight: normal;
    margin-bottom: 30px;
}
.category__body {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.category__nav {
    width: 308px;
    background-color: #fff;
    padding: 24px 30px;
}
.category__nav ul {
    list-style: none;
}


.category__nav .sub-menu {
	display: none;
}

.category__nav .current-menu-item .sub-menu,
.category__nav .current-menu-parent .sub-menu {
	display: block;
}

.category__nav > ul > li {
    
}
.category__nav > ul > li + li {
    margin-top: 16px;
}
.category__nav > ul > li > a {
    color: #343434;
    font-size: 16px;
    line-height: 19px;
    font-family: "GothamProMedium";
    text-decoration: none;
    transition: all .3s linear;
}
.category__nav > ul > li.current-menu-item > a,
.category__nav > ul > li > a:hover {
    color: #28754E;
}
.category__nav > ul > li > ul {
    padding-left: 16px;
    padding-top: 16px;
}
.category__nav > ul > li > ul > li + li {
    margin-top: 16px;
}
.category__nav > ul > li > ul > li > a {
    color: #343434;
    font-size: 16px;
    line-height: 16px;
    font-family: "GothamProRegular";
    text-decoration: none;
    transition: all .3s linear;
}
.category__nav > ul > li > ul > li > a:hover {
    color: #28754E;
}
.category__nav > ul > li > ul > li.current-menu-item > a {
    color: #28754E;
    font-family: "GothamProMedium";
}
.category__grid {
    width: calc(100% - 308px);
    display: flex;
    flex-wrap: wrap;
}
.category__grid-item {
    width: calc(33.33333% - 16px);
    margin-left: 16px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    transition: all .3s linear;
}
.category__grid-item:hover {
    background-color: #fff;
}
.category__grid-item-media {
    display: block;
    width: 100%;
    height: auto;
    text-decoration: none;
    overflow: hidden;
    margin-bottom: 30px;
}
.category__grid-item-media img {
    display: block;
    width: 100%;
    height: auto;
    transition: all .5s linear;
}
.category__grid-item-media:hover img {
    transform: scale(1.1);
}
.category__grid-item-desc {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    flex-grow: 1;
}
.category__grid-item-title {
    color: #343434;
    font-size: 20px;
    line-height: 24px;
    font-family: "GothamProMedium";
    text-decoration: none;
    transition: all .3s linear;
}
.category__grid-item-title:hover {
    color: #28754E;
}
.category__grid-item p {
    color: #343434;
    font-size: 14px;
    line-height: 25px;
    font-family: "GothamProRegular";
    margin-top: 15px;
    margin-bottom: 15px;
    flex-grow: 1;
}
.category__grid-item-more {
    display: table;
    width: 100%;
    height: 48px;
    border-radius: 50px;
    border: 1px solid #343434;
    color: #343434;
    font-size: 16px;
    line-height: 18px;
    font-family: "GothamProMedium";
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 22px;
    padding-right: 8px;
    margin-left: auto;
    margin-right: auto;
    transition: all .3s linear;
}
.category__grid-item-more:hover {
    color: #fff;
    background-color: #28754E;
    border-color: #28754E;
}
.category__grid-item-more::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/arrow-r.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s linear;
}
.category__grid-item-more:hover::after {
    filter: contrast(5) invert(1);
}

.subcategory {
    padding-top: 45px;
}
.subcategory .breadcrumbs {
    margin-bottom: 0;
}
.subcategory__container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.subcategory__title {
    color: #343434;
    font-size: 48px;
    line-height: 56px;
    font-family: "GothamProMedium";
    font-weight: normal;
    margin-bottom: 30px;
}
.subcategory__grid {
    margin-bottom: 60px;
}
.subcategory__grid-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: start;
    padding-top: 60px;
    padding-bottom: 60px;
}
/*.subcategory__grid-item + .subcategory__grid-item {*/
.subcategory__grid-item:nth-child(even) {
    flex-direction: row-reverse;
}
.subcategory__grid-item-media {
    width: 540px;
    height: auto;
    position: relative;
}
.subcategory__grid-item-media::after {
    content: "";
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    bottom: -4px;
    right: -4px;
    background-image: url(../img/subcategory-decor.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.subcategory__grid-item-media img {
    display: block;
    width: 100%;
    height: auto;
}
.subcategory__grid-item-desc {
    width: 630px;
}
.subcategory__grid-item-desc h2,
.subcategory__grid-item-title {
    color: #343434;
    font-size: 40px;
    line-height: 44px;
    font-family: "GothamProMedium";
    font-weight: normal;
    margin-bottom: 34px;
}

.subcategory__grid-item-desc h3 {
	 color: #343434;
    font-size: 32px;
    line-height: 34px;
    font-family: "GothamProMedium";
    font-weight: normal;
    margin-bottom: 34px;
}

.subcategory__grid-item-desc p {
    color: #343434;
    font-size: 16px;
    line-height: 28px;
    font-family: "GothamProRegular";
    margin-bottom: 34px;
}
.subcategory__grid-item-link {
    width: 100%;
    margin-bottom: 20px;
	/*
	display: flex;
    flex-wrap: wrap;
	*/
	display: grid;
    place-items: baseline;
    grid-template-columns: auto auto;
}
.subcategory__grid-item-link a {
    color: #343434;
    font-size: 18px;
    line-height: 20px;
    font-family: "GothamProMedium";
    font-weight: normal;
    text-decoration: none;
    padding: 10px 15px 10px 55px;
    position: relative;
    display: table;
    border: 1px solid #343434;
    border-radius: 50px;
    /*margin-right: 40px;*/
    margin-bottom: 15px;
    overflow: hidden;
    transition: all .3s linear;
}
.subcategory__grid-item-link a:hover {
    color: #28754E;
    border-color: #28754E;
}
.subcategory__grid-item-link a::after {
    content: "";
    display: block;
    width: 40px;
    height: 100%;
    background-color: #343434;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/ico-pdf.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    transition: all .3s linear;
}
.subcategory__grid-item-link a:hover::after {
    background-color: #28754E;
}
.subcategory__grid-item-order {
    display: table;
    width: 260px;
    height: 48px;
    border-radius: 50px;
    border: 1px solid #343434;
    color: #343434;
    font-size: 16px;
    line-height: 18px;
    font-family: "GothamProMedium";
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 22px;
    padding-right: 8px;
    transition: all .3s linear;
}
.subcategory__grid-item-order:hover {
    color: #fff;
    background-color: #28754E;
    border-color: #28754E;
}
.subcategory__grid-item-order::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/arrow-r.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s linear;
}
.subcategory__grid-item-order:hover::after {
    filter: contrast(5) invert(1);
}

.clients {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: rgba(40, 117, 78, 0.1);
}
.clients__container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.clients__title {
    color: #343434;
    font-size: 40px;
    line-height: 44px;
    font-family: "GothamProMedium";
    font-weight: normal;
    text-align: center;
    margin-bottom: 50px;
}
.clients__carousel {
    display: block;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}
.clients__carousel.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.clients__carousel-item {
    display: block;
}
.clients__item {
    display: block;
    width: 100%;
    height: auto;
    text-decoration: none;
}
.clients__item img {
    display: block;
    width: 100%;
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
    transition: all .3s ease-in-out;
}
.clients__item:hover img {
    opacity: 0.7;
}
.clients .owl-nav {
    margin-top: 0;
}
.clients .owl-nav button.owl-prev {
    display: block;
    width: 20px;
    height: 20px;
    background-color: transparent !important;
    background-image: url(../img/carousel-left.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 8px !important;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-10px);
    transition: all .3s linear;
}
.clients .owl-prev span {
    display: none;
}
.clients .owl-nav button.owl-next {
    display: block;
    width: 20px;
    height: 20px;
    background-color: transparent !important;
    background-image: url(../img/carousel-right.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 8px !important;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-10px);
    transition: all .3s linear;
}
.clients .owl-next span {
    display: none;
}
.clients .owl-nav button.owl-prev:hover,
.clients .owl-nav button.owl-next:hover {
    opacity: 0.6;
}

.certificates {
    padding-top: 100px;
    padding-bottom: 85px;
}
.certificates__container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.certificates__title {
    color: #343434;
    font-size: 40px;
    line-height: 44px;
    font-family: "GothamProMedium";
    font-weight: normal;
    text-align: center;
    margin-bottom: 50px;
}
.certificates__item {
    display: flex;
    width: 200px;
    height: auto;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 15px;
	align-items: center;
}
.certificates__item img {
    display: block;
    width: 100%;
    height: auto;
    transition: all .3s ease-in-out;
}
.certificates__item:hover img {
    transform: scale(1.05);
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-color: #419c6e;
}

.brands {
    padding-top: 100px;
    padding-bottom: 85px;
    background-color: rgba(40, 117, 78, 0.1);
}
.brands__container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.brands__title {
    color: #343434;
    font-size: 40px;
    line-height: 44px;
    font-family: "GothamProMedium";
    font-weight: normal;
    text-align: center;
    margin-bottom: 50px;
}
.brands__grid {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.brands__grid-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: auto;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 15px;
}
.brands__grid-item img {
    display: block;
    width: 100%;
    height: auto;
    transition: all .3s ease-in-out;
}
.brands__grid-item:hover img {
    transform: scale(1.05);
}

.application {
    padding-top: 100px;
    padding-bottom: 75px;
}
.application__container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.application__title {
    color: #343434;
    font-size: 40px;
    line-height: 44px;
    font-family: "GothamProMedium";
    font-weight: normal;
    text-align: center;
    margin-bottom: 50px;
}
.application__grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.application__grid-item {
    display: table;
    color: #343434;
    font-size: 18px;
    line-height: 20px;
    padding: 12px 16px;
    border-radius: 50px;
    border: 1px solid #343434;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 24px;
    font-family: "GothamProMedium";
    text-decoration: none;
    transition: all .3s linear;
    position: relative;
	cursor: pointer;
}
.application__grid-item.active {
    color: #fff;
    background-color: #28754E;
    border-color: #28754E;
}
.application__grid-item-tooltip {
    display: table;
    background-color: #EAF1ED;
    padding: 16px;
    color: #343434;
    font-size: 14px;
    line-height: 21px;
    font-family: "GothamProRegular";
    width: 290px;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%, -100%);
    transition: all .3s ease-in-out;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
}
.application__grid-item:hover .application__grid-item-tooltip {
    opacity: 1;
    pointer-events: auto;
}

.advantages {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: rgba(40, 117, 78, 0.1);
}
.advantages__container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.advantages__grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.advantages__grid-desc {
    width: 630px;
    height: auto;
}
.advantages__grid-desc h2,
.advantages__grid-title {
    color: #343434;
    font-size: 40px;
    line-height: 44px;
    font-family: "GothamProMedium";
    font-weight: normal;
    margin-bottom: 34px;
}
.advantages__grid-desc ul {
    list-style: disc;
    padding-left: 20px;
}
.advantages__grid-desc ul li {
    color: #343434;
    font-size: 16px;
    line-height: 27px;
    font-family: "GothamProRegular";
}
.advantages__grid-desc ul li + li {
    margin-top: 3px;
}

.advantages__grid-desc p {
	color: #343434;
    font-size: 16px;
    line-height: 27px;
    font-family: "GothamProRegular";
}

.advantages__grid-desc p + p {
	margin-bottom: 16px;
}

.advantages__grid-media {
    width: 540px;
    height: auto;
}
.advantages__grid-media img {
    display: block;
    width: 100%;
    height: auto;
}

.feedback {
    padding-top: 100px;
    padding-bottom: 70px;
	z-index: 10;
	position: relative;
}
.feedback__container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.feedback__title {
    color: #343434;
    font-size: 40px;
    line-height: 44px;
    font-family: "GothamProMedium";
    font-weight: normal;
    margin-bottom: 50px;
    text-align: center;
}
.feedback__form form{
    width: 956px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
}
.feedback__form-col {
    width: 432px;
}
.feedback__form-item {
    margin-bottom: 30px;
}
.feedback__form-item label {
    display: block;
    color: #343434;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 15px;
    font-family: "GothamProMedium";
    margin-bottom: 14px;
}
.feedback__form-item input {
    width: 100%;
    height: 48px;
    border-radius: 0;
    border: 1px solid #949494;
    color: #343434;
    font-size: 13px;
    font-family: "GothamProRegular";
    background-color: rgba(255, 255, 255, 0.5);
    padding-left: 15px;
    padding-right: 15px;
    transition: all .3s linear;
}
.feedback__form-item input:focus {
    border-color: #343434;
    background-color: #fff;
}
.feedback__form-item input::placeholder {
    color: #949494;
    transition: all .3s linear;
}
.feedback__form-item input:focus::placeholder {
    opacity: 0.5;
}
.feedback__form-item textarea {
    display: block;
    width: 100%;
    height: 180px;
    resize: none;
    border-radius: 0;
    border: 1px solid #949494;
    color: #343434;
    font-size: 13px;
    font-family: "GothamProRegular";
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px 15px;
    transition: all .3s linear;
}
.feedback__form-item textarea:focus {
    border-color: #343434;
    background-color: #fff;
}
.feedback__form-item textarea::placeholder {
    color: #949494;
    transition: all .3s linear;
}
.feedback__form-item textarea:focus::placeholder {
    opacity: 0.5;
}
.feedback__form .wpcf7-submit,
.feedback__form button {
    display: table;
    width: 310px;
    height: 48px;
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid #343434;
    color: #343434;
    font-size: 16px;
    line-height: 18px;
    font-family: "GothamProMedium";
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 22px;
    padding-right: 8px;
    cursor: pointer;
    transition: all .3s linear;
}
.feedback__form .wrap_submit {
	max-width: 310px;
}

.feedback__form .wpcf7-submit:hover,
.feedback__form button:hover {
    color: #fff;
    background-color: #28754E;
    border-color: #28754E;
}
.feedback__form .wrap_submit::after,
.feedback__form button::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/arrow-r.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s linear;
	position: absolute;
    top: 12px;
    right: 12px;
}

.feedback__form .wrap_submit:hover::after,
.feedback__form button:hover::after {
    filter: contrast(5) invert(1);
}

.sales-contacts {
	padding-top: 75px;
    margin-bottom: 85px;
	z-index: 5;
	position: relative;
}
.sales-contacts.color {
    background-color: rgba(40, 117, 78, 0.1);
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 0;
}
.sales-contacts__container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.sales-contacts__title {
    color: #343434;
    font-size: 40px;
    line-height: 44px;
    font-family: "GothamProMedium";
    font-weight: normal;
    margin-bottom: 40px;
}
.sales-contacts__grid {
    width: calc(100% + 16px);
    margin-left: -8px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.sales-contacts__grid-item {
    background-color: #fff;
    padding: 24px;
    width: calc(33.33333% - 16px);
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 16px;
}
.sales-contacts__item-title {
    color: #343434;
    font-size: 16px;
    line-height: 19px;
    font-family: "GothamProMedium";
    cursor: pointer;
    padding-right: 30px;
    position: relative;
}
.sales-contacts__item-title::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(../img/arrow-d.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    right: 0;
    transition: all .3s linear;
}
.sales-contacts__item-title.open,
.sales-contacts__item-title:hover {
    color: #28754E;
}
.sales-contacts__item-title.open::after {
    transform: rotateZ(180deg);
}
.sales-contacts__item-desc {
    display: block;
    padding-top: 15px;
    display: none;
}
.sales-contacts__item-name {
    color: #343434;
    font-size: 14px;
    line-height: 16px;
    font-family: "GothamProMedium";
    margin-bottom: 15px;
}
.sales-contacts__item-desc p {
	color: #343434;
    font-size: 14px;
    line-height: 16px;
    font-family: "GothamProMedium";
	margin-bottom: 15px;
}

.sales-contacts__item-desc a {
    display: table;
    color: #343434;
    font-size: 14px;
    line-height: 16px;
    font-family: "GothamProRegular";
    text-decoration: none;
    transition: all .3s linear;
}
	
.sales-contacts__item-desc a:hover {
    color: #28754E;
}
.sales-contacts__item-desc a + a {
    margin-top: 15px;
}

.product-list {
    padding-top: 45px;
}
.product-list__container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.product-list__title {
    color: #343434;
    font-size: 48px;
    line-height: 56px;
    font-family: "GothamProMedium";
    font-weight: normal;
    margin-bottom: 30px;
}
.product-list__body {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.product-list__filter {
    display: block;
    width: 310px;
    padding: 24px 30px 40px 30px;
    background-color: #fff;
    transition: all .3s linear;
}
body.filter-open::after {
    display: none;
}
body.filter-open {
    overflow-x: auto;
}
.product-list__filter-close {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    background-image: url(../img/close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    transition: all .5s ease-in-out;
}
.product-list__filter-close:hover {
    transform: rotateZ(180deg);
}
.product-list__filter .category__nav {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
}
.product-list__filter-item {
    margin-bottom: 30px;
}
.product-list__filter-item-title {
    color: #343434;
    font-size: 16px;
    line-height: 19px;
    font-family: "GothamProMedium";
    margin-bottom: 15px;
}
.product-list__filter-chckbox {
    display: block;
}
.product-list__filter-chckbox + .product-list__filter-chckbox {
    margin-top: 15px;
}
.product-list__filter-chckbox input {
    display: none;
}
.product-list__filter-chckbox label {
    display: block;
    padding-left: 30px;
    position: relative;
}
.product-list__filter-chckbox span {
    display: table;
    cursor: pointer;
    color: #343434;
    font-size: 14px;
    line-height: 16px;
    font-family: "GothamProRegular";
    transition: all .3s linear;
}
.product-list__filter-chckbox input:checked + span {
    color: #28754E;
    font-weight: 500;
    font-family: "GothamProMedium";
}
.product-list__filter-chckbox span::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid #BDBDBD;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0;
    transition: all .15s ease-in-out;
}
.product-list__filter-chckbox input:checked + span::after {
    border-color: #28754E;
    background-size: 11px;
}
.product-list__filter button {
    display: table;
    width: 100%;
    height: 48px;
    border-radius: 50px;
    border: 1px solid #343434;
    color: #343434;
    font-size: 16px;
    line-height: 18px;
    font-family: "GothamProMedium";
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 22px;
    padding-right: 8px;
    background-color: transparent;
    cursor: pointer;
    transition: all .3s linear;
}
.product-list__filter button:hover {
    color: #fff;
    background-color: #28754E;
    border-color: #28754E;
}
.product-list__filter button::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/arrow-r.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s linear;
}
.product-list__filter button:hover::after {
    filter: contrast(5) invert(1);
}
.product-list__grid {
    width: calc(100% - 310px);
    display: flex;
    flex-wrap: wrap;
}
.product-list__grid-item {
    width: calc(33.33333% - 16px);
    height: 530px;
    margin-left: 16px;
    margin-bottom: 24px;
    position: relative;
}
/*.product-list__grid-item:nth-child(1) .product-list__card {
    z-index: 10;
}
.product-list__grid-item:nth-child(2) .product-list__card {
    z-index: 9;
}
.product-list__grid-item:nth-child(3) .product-list__card {
    z-index: 8;
}
.product-list__grid-item:nth-child(4) .product-list__card {
    z-index: 7;
}
.product-list__grid-item:nth-child(5) .product-list__card {
    z-index: 6;
}
.product-list__grid-item:nth-child(6) .product-list__card {
    z-index: 5;
}
.product-list__grid-item:nth-child(7) .product-list__card {
    z-index: 4;
}
.product-list__grid-item:nth-child(8) .product-list__card {
    z-index: 3;
}
.product-list__grid-item:nth-child(9) .product-list__card {
    z-index: 2;
}*/

.product-list__grid-item:hover {
	z-index:30;
}

.product-list__card {
    width: 100%;
    height: auto;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s linear;
}
.product-list__card:hover {
    background-color: #fff;
}
.product-list__card-media {
    display: block;
}
.card-slider-nav-item {
    display: block;
    padding-left: 4px;
    padding-right: 4px;
}
.card-slider-nav-item img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.5;
    transition: all .2s linear;
    cursor: pointer;
}
.slick-slide.slick-current .card-slider-nav-item img {
    opacity: 1;
}
.product-list__grid-item .card-slider-nav {
    height: 1px;
    overflow: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.product-list__grid-item:hover .card-slider-nav {
    height: 75px;
    opacity: 1;
}
.product-list__icons {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 24px;
}
.product-list__icons-item {
    display: block;
    width: calc(100% / 6);
    height: 100%;
}
.product-list__icons-item img {
    display: block;
    width: auto;
    height: 36px;
    margin-left: auto;
    margin-right: auto;
}
.product-list__card-name {
    color: #343434;
    font-size: 19px;
    line-height: 24px;
    font-family: "GothamProMedium";
    text-decoration: none;
    transition: all .2s linear;
    display: table;
}
.product-list__card-name:hover {
    color: #28754E;
}
.product-list__grid-item:hover .product-list__card-name {
    padding-bottom: 12px;
}
.product-list__card-desc {
    display: block;
    padding: 16px 10px 16px 10px;
}
.product-list__card-details {
    color: #343434;
    font-size: 14px;
    line-height: 24px;
    height: 1px;
    opacity: 0;
    font-family: "GothamProMedium";
    transition: all .2s linear;
}
.product-list__grid-item:hover .product-list__card-details {
    height: 24px;
    opacity: 1;
}
.product-list__card-details span {
    padding-left: 4px;
    font-family: "GothamProRegular";
}
.product-list__card-desc p {
    color: #343434;
    font-size: 14px;
    line-height: 23px;
    font-family: "GothamProRegular";
    padding-top: 12px;
    height: 100px;
    overflow: hidden;
}
.product-list__grid-item:hover .product-list__card-desc p {
    height: auto;
    overflow: inherit;
}
.product-list__bottom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 100px;
    padding-left: 310px;
}
.product-list__more {
    display: table;
    width: 150px;
    height: 48px;
    border-radius: 50px;
    border: 1px solid #343434;
    color: #343434;
    font-size: 16px;
    line-height: 18px;
    font-family: "GothamProMedium";
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 22px;
    padding-right: 8px;
    transition: all .3s linear;
    margin-left: 50px;
}
.product-list__more:hover {
    color: #fff;
    background-color: #28754E;
    border-color: #28754E;
}
.product-list__more::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/arrow-r.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s linear;
}
.product-list__more:hover::after {
    filter: contrast(5) invert(1);
}
.product-list__btn-filter {
    display: none;
    width: 235px;
    height: 44px;
    border-radius: 50px;
    border: 1px solid #343434;
    color: #343434;
    font-size: 14px;
    line-height: 18px;
    font-family: "GothamProMedium";
    text-decoration: none;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 22px;
    padding-right: 12px;
    cursor: pointer;
    margin-bottom: 20px;
    transition: all .3s linear;
}
.product-list__btn-filter:hover {
    color: #fff;
    background-color: #28754E;
    border-color: #28754E;
}
.product-list__btn-filter::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/filter.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s linear;
}
.product-list__btn-filter:hover::after {
    filter: contrast(5) invert(1);
}

.arhive {
    padding-top: 45px;
}
.arhive__container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.arhive__head {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.arhive__title {
    color: #343434;
    font-size: 48px;
    line-height: 56px;
    font-family: "GothamProMedium";
    font-weight: normal;
    max-width: 1000px;
}
.arhive__archive {
    color: #343434;
    font-size: 16px;
    line-height: 18px;
    font-family: "GothamProMedium";
    text-decoration: none;
    display: table;
    border-bottom: 1px solid #343434;
    transition: all .3s linear;
}
.arhive__archive:hover {
    color: #28754E;
}
.arhive__grid {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
	min-height: 152px;
}
.arhive__grid-item {
    width: 100%;
    padding: 16px;
    margin-bottom: 16px;
    transition: all .3s linear;
}
.arhive__grid-item:hover {
    background-color: #fff;
}
.arhive__grid-item-date {
    color: #B0B0B0;
    font-size: 12px;
    line-height: 14px;
    font-family: "GothamProRegular";
    margin-bottom: 16px;
}
.arhive__grid-item-title {
    color: #343434;
    font-size: 20px;
    line-height: 24px;
    font-family: "GothamProMedium";
    text-decoration: none;
    transition: all .3s linear;
}
.arhive__grid-item-title:hover {
    color: #28754E;
}
.arhive__grid-item p {
    color: #343434;
    font-size: 14px;
    line-height: 24px;
    font-family: "GothamProRegular";
    margin-top: 16px;
}
.arhive__grid-item p a {
    color: #28754E;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.arhive__bottom {
    width: 100%;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.arhive__more {
    display: table;
    width: 260px;
    height: 48px;
    border-radius: 50px;
    border: 1px solid #343434;
    color: #343434;
    font-size: 16px;
    line-height: 18px;
    font-family: "GothamProMedium";
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 22px;
    padding-right: 8px;
    transition: all .3s linear;
}
.arhive__more:hover {
    color: #fff;
    background-color: #28754E;
    border-color: #28754E;
}
.arhive__more::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/arrow-r.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s linear;
}
.arhive__more:hover::after {
    filter: contrast(5) invert(1);
}

.nav-links,
.pager {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.nav-links a,
.nav-links span,
.pager li {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
}

.nav-links span,
.nav-links a,
.pager li a {
    color: #343434;
    font-size: 14px;
    line-height: 16px;
    font-family: "GothamProMedium";
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    transition: all .3s linear;
}

.nav-links a:hover,
.pager li a:hover {
    color: #28754E;
}
.nav-links span,
.pager li.active a {
    color: #fff;
    background-color: #28754E;
    pointer-events: none;
}

.nav-links .prev,
.pager li.pager__prev a {
    text-indent: -9999px;
    background-image: url(../img/pager-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    transition: all .3s linear;
    filter: grayscale(1) contrast(3);
}

.nav-links .prev:hover,
.pager li.pager__prev a:hover {
    filter: grayscale(0) contrast(1);
}
.pager li.pager__prev.disable a {
    pointer-events: none;
    opacity: 0.3;
}

.nav-links .next,
.pager li.pager__next a {
    text-indent: -9999px;
    background-image: url(../img/pager-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    transform: rotateZ(180deg);
    transition: all .3s linear;
    filter: grayscale(1) contrast(3);
}
.nav-links .next:hover,
.pager li.pager__next a:hover {
    filter: grayscale(0) contrast(1);
}
.pager li.pager__next.disable a {
    pointer-events: none;
    opacity: 0.3;
}

.nav-links + .arhive__more,
.pager + .arhive__more {
    margin-left: 50px;
}

.article {
    padding-top: 45px;
}
.article__container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.article__title {
    color: #343434;
    font-size: 48px;
    line-height: 56px;
    font-family: "GothamProMedium";
    font-weight: normal;
    margin-bottom: 30px;
}
.article__grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.article__body {
    width: calc(100% - 430px);
}

.full_article__body {
	width: 100% !important;
}

.article__item {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
    padding: 15px;
}
.article__item-date {
    color: #B0B0B0;
    font-size: 12px;
    line-height: 14px;
    font-family: "GothamProRegular";
    margin-bottom: 24px;
}
.article__item-title {
    color: #343434;
    font-size: 40px;
    line-height: 44px;
    font-family: "GothamProMedium";
    text-decoration: none;
    margin-bottom: 40px;
    transition: all .3s linear;
}
.article__item-title:hover {
    color: #28754E;
}
.article__media {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
.article__item p {
    color: #343434;
    font-size: 16px;
    line-height: 25px;
    font-family: "GothamProRegular";
    margin-bottom: 24px;
}
.article__item p strong {
    font-family: "GothamProMedium";
    font-weight: normal;
}
.article__share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.article__share span {
    color: #343434;
    font-size: 16px;
    line-height: 20px;
    font-family: "GothamProMedium";
    border-bottom: 1px solid #343434;
    margin-right: 8px;
}
.article__share a {
    display: block;
    width: 24px;
    height: auto;
	margin-right: 15px;
}
.article__share a img {
    display: block;
    width: 100%;
    height: auto;
    filter: contrast(5) grayscale(1);
    transition: all .3s linear;
}
.article__share a:hover img {
    filter: contrast(1) grayscale(0);
}
.article__actions {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}
.article__next a {
    display: table;
    width: 225px;
    height: 48px;
    border-radius: 50px;
    border: 1px solid #343434;
    color: #343434;
    font-size: 16px;
    line-height: 18px;
    font-family: "GothamProMedium";
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 22px;
    padding-right: 14px;
    transition: all .3s linear;
}

.article__next a {
	color: #343434;
}

.article__next a:hover {
    color: #fff;
    background-color: #28754E;
    border-color: #28754E;
}
.article__next a::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/arrow-r.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s linear;
}
.article__next a:hover::after {
    filter: contrast(5) invert(1);
}
.article__prev a {
    display: table;
    width: 225px;
    height: 48px;
    border-radius: 50px;
    border: 1px solid #343434;
    color: #343434;
    font-size: 16px;
    line-height: 18px;
    font-family: "GothamProMedium";
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 14px;
    padding-right: 22px;
    transition: all .3s linear;
    margin-right: 24px;
}
.article__prev a:hover {
    color: #fff;
    background-color: #28754E;
    border-color: #28754E;
}
.article__prev a::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/arrow-r.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s linear;
    transform: rotateZ(180deg);
}
.article__prev a:hover::before {
    filter: contrast(5) invert(1);
}
.article__other {
    width: 415px;
    padding-left: 30px;
	margin-bottom: 60px;
}
.article__other-title {
    color: #343434;
    font-size: 34px;
    line-height: 36px;
    font-family: "GothamProMedium";
    font-weight: normal;
    margin-bottom: 30px;
}
.article__other-item {
    width: 100%;
    margin-bottom: 30px;
}
.article__other-item-date {
    color: #B0B0B0;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 16px;
}
.article__other-item-title {
    color: #343434;
    font-size: 20px;
    line-height: 24px;
    font-family: "GothamProMedium";
    text-decoration: none;
    transition: all .3s linear;
}
.article__other-item-title:hover {
    color: #28754E;
}
.article__other-item p {
    color: #343434;
    font-size: 14px;
    line-height: 22px;
    font-family: "GothamProRegular";
    margin-top: 16px;
}
.article__other-more {
    color: #343434;
    font-size: 16px;
    line-height: 18px;
    font-family: "GothamProMedium";
    text-decoration: none;
    display: table;
    border-bottom: 1px solid #343434;
    transition: all .3s linear;
}
.article__other-more:hover {
    color: #28754E;
    border-color: #28754E;
}

.contact {
    padding-top: 45px;
    padding-bottom: 60px;
}
.contact__container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.contact__title {
    color: #343434;
    font-size: 48px;
    line-height: 56px;
    font-family: "GothamProMedium";
    font-weight: normal;
    margin-bottom: 30px;
}
.contact__head {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}
.contact__head-address {
    color: #343434;
    font-size: 18px;
    line-height: 25px;
    min-height: 48px;
    font-family: "GothamProRegular";
    background-image: url(../img/ico-address.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 48px;
    padding-left: 65px;
}
.contact__head-address strong {
    font-family: "GothamProMedium";
    font-weight: normal;
}
.contact__head-phone {
    min-height: 48px;
    background-image: url(../img/ico-phone.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 48px;
    padding-left: 65px;
}
.contact__head-phone span {
    display: block;
    width: 100%;
    color: #343434;
    font-size: 12px;
    line-height: 16px;
    font-family: "GothamProRegular";
    margin-bottom: 3px;
}
.contact__head-phone a {
    color: #343434;
    font-size: 22px;
    line-height: 30px;
    font-family: "GothamProMedium";
    text-decoration: none;
    transition: all .3s linear;
}
.contact__head-phone a:hover {
    color: #28754E;
}
.contact__map {
    width: 100%;
    height: 260px;
    margin-bottom: 60px;
    border: 1px solid #CBCBCB;
}
.contact__wrap-tabs {
    width: 100%;
}
.contact__tabs {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 10px;
}
.contact__tabs::-webkit-scrollbar {
    height: 8px;
    background-color: #ccc;
}
.contact__tabs::-webkit-scrollbar-thumb {
    background-color: #28754E;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.contact__tab {
    color: #343434;
    font-size: 16px;
    line-height: 18px;
    font-family: "GothamProMedium";
    padding: 13px 16px;
    border-radius: 50px;
    border: 1px solid #343434;
    transition: all .3s linear;
    margin-right: 15px;
    cursor: pointer;
    white-space: nowrap;
}
.contact__tab.active,
.contact__tab:hover {
    color: #fff;
    background-color: #28754E;
    border-color: #28754E;
}
.contact__tab:last-of-type {
    margin-right: 0;
}
.contact__tab-content {
    padding-top: 40px;
}
.contact__tab-item {
    display: none;
}
.contact__tab-item:first-child {
    display: block;
}
.contact__tab-grid {
    width: calc(100% + 16px);
    margin-left: -8px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.contact__tab-grid-item {
    background-color: #fff;
    padding: 24px;
    width: calc(33.33333% - 16px);
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 16px;
}
.contact__tab-grid-item-title {
    color: #343434;
    font-size: 16px;
    line-height: 19px;
    font-family: "GothamProMedium";
    cursor: pointer;
    padding-right: 30px;
    position: relative;
}
.contact__tab-grid-item-title::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(../img/arrow-d.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    right: 0;
    transition: all .3s linear;
}
.contact__tab-grid-item-title.open,
.contact__tab-grid-item-title:hover {
    color: #28754E;
}
.contact__tab-grid-item-title.open::after {
    transform: rotateZ(180deg);
}
.contact__tab-grid-item-desc {
    display: none;
    padding-top: 15px;
}
.contact__tab-grid-item-desc-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.contact__tab-grid-item-desc p,
.contact__tab-grid-item-desc-item span {
    color: #343434;
    font-size: 14px;
    line-height: 16px;
    font-family: "GothamProRegular";
    margin-right: 4px;
}
.contact__tab-grid-item-desc-item div.cont_name,
.contact__tab-grid-item-desc-item a,
.contact__tab-grid-item-desc p a{
    color: #343434;
    font-size: 14px;
    line-height: 16px;
    font-family: "GothamProRegular";
    text-decoration: none;
    transition: all .3s linear;
    margin-right: 4px;
}
.contact__tab-grid-item-desc p a:hover,
.contact__tab-grid-item-desc-item a:hover {
    color: #28754E;
}

.contact__tab-grid-item-desc p {
	margin-bottom: 15px;
}

.contact__tab-grid-item-desc-more {
    display: table;
    width: 280px;
    height: 48px;
    border-radius: 50px;
    border: 1px solid #343434;
    color: #343434;
    font-size: 16px;
    line-height: 18px;
    font-family: "GothamProMedium";
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 22px;
    padding-right: 8px;
    transition: all .3s linear;
}
.contact__tab-grid-item-desc-more:hover {
    color: #fff;
    background-color: #28754E;
    border-color: #28754E;
}
.contact__tab-grid-item-desc-more::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/arrow-r.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s linear;
}
.contact__tab-grid-item-desc-more:hover::after {
    filter: contrast(5) invert(1);
}

.history {
    padding-top: 45px;
}
.history__container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.history__title {
    color: #343434;
    font-size: 48px;
    line-height: 56px;
    font-family: "GothamProMedium";
    font-weight: normal;
    margin-bottom: 30px;
}
.history__wrap-link {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.history__link {
    color: #343434;
    font-size: 18px;
    line-height: 20px;
    font-family: "GothamProMedium";
    text-decoration: none;
    padding: 13px 16px;
    border: 1px solid #343434;
    border-radius: 50px;
    margin-right: 24px;
    transition: all .3s linear;
    margin-bottom: 10px;
}
.history__link:hover,
.history__link.active {
    color: #fff;
    background-color: #28754E;
    border-color: #28754E;
}
.history__grid {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 110px;
}
.history__grid-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    align-items: flex-start;
}
.history__grid-date {
    width: 200px;
    color: #28754E;
    font-size: 40px;
    line-height: 42px;
    font-family: "GothamProMedium";
    background-image: url(../img/history-date.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 80px;
	padding-right: 10px;
    box-sizing: content-box;
}
.history__grid-desc {
    width: calc(100% - 210px);
    padding-left: 15px;
    padding-top: 6px;
}
.history__grid-desc p {
    color: #343434;
    font-size: 16px;
    line-height: 28px;
    font-family: "GothamProRegular";
}
.history__grid-desc img {
    display: block;
    width: 100%;
    max-width: 540px;
    height: auto;
}
.history__grid-desc p + img {
    margin-top: 30px;
}
.history__bottom {
    width: 100%;
    background-color: rgba(40, 117, 78, 0.1);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.history__bottom-back a {
    display: table;
    width: 240px;
    height: 48px;
    border-radius: 50px;
    border: 1px solid #343434;
    color: #343434;
    font-size: 16px;
    line-height: 18px;
    font-family: "GothamProMedium";
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-right: 22px;
    padding-left: 8px;
    transition: all .3s linear;
}
.history__bottom-back a:hover {
    color: #fff;
    background-color: #28754E;
    border-color: #28754E;
}
.history__bottom-back a::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/arrow-r.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: rotateZ(180deg);
    transition: all .3s linear;
}
.history__bottom-back a:hover::before {
    filter: contrast(5) invert(1);
}
.history__bottom-next a {
    display: table;
    width: 240px;
    height: 48px;
    border-radius: 50px;
    border: 1px solid #343434;
    color: #343434;
    font-size: 16px;
    line-height: 18px;
    font-family: "GothamProMedium";
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-right: 8px;
    padding-left: 22px;
    transition: all .3s linear;
}
.history__bottom-next a:hover {
    color: #fff;
    background-color: #28754E;
    border-color: #28754E;
}
.history__bottom-next a::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/arrow-r.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s linear;
}
.history__bottom-next a:hover::after {
    filter: contrast(5) invert(1);
}
.history__bottom-back + .history__bottom-next {
    margin-left: 30px;
}

.responsibility {
    padding-top: 45px;
}
.responsibility__container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.responsibility__title {
    color: #343434;
    font-size: 48px;
    line-height: 56px;
    font-family: "GothamProMedium";
    font-weight: normal;
    margin-bottom: 30px;
}

.responsibility h2 {
	  color: #343434;
    font-size: 36px;
    line-height: 44px;
    font-family: "GothamProMedium";
    font-weight: normal;
    margin-bottom: 30px;
    margin-top: 30px;
}

.responsibility h3 {
	  color: #343434;
    font-size: 28px;
    line-height: 26px;
    font-family: "GothamProMedium";
    font-weight: normal;
    margin-bottom: 30px;
    margin-top: 30px;
}

.responsibility__text {
    display: block;
    margin-bottom: 70px;
}
.responsibility__text p {
    color: #343434;
    font-size: 16px;
    line-height: 28px;
    font-family: "GothamProRegular";
}
.responsibility__text p + p {
    margin-top: 22px;
}
.responsibility__text .right {
    float: right;
    display: block;
    width: 100%;
    max-width: 630px;
    margin-left: 110px;
    margin-bottom: 15px;
}
.responsibility__two-col {
    padding-top: 85px;
    padding-bottom: 85px;
    background-color: rgba(40, 117, 78, 0.1);
}
.responsibility__two-col-container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.responsibility__two-col-item1 {
    width: calc(50% - 50px);
}
.responsibility__media {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 45px;
}
.responsibility__two-col-link a {
    color: #343434;
    font-size: 16px;
    line-height: 17px;
    font-family: "GothamProMedium";
    text-decoration: none;
    margin-bottom: 30px;
    border-bottom: 1px solid #28754E;
    transition: all .3s linear;
    display: table;
}
.responsibility__two-col-link a:hover {
    color: #28754E;
    border-color: #28754E;
}
.responsibility__wrap-doc {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
}
.responsibility__wrap-doc-item {
    width: 45%;
    margin-bottom: 24px;
}
.responsibility__wrap-doc-item a {
    display: table;
    color: #343434;
    font-size: 18px;
    line-height: 18px;
    font-family: "GothamProMedium";
    text-decoration: none;
    padding: 16px 16px 16px 55px;
    border-radius: 50px;
    border: 1px solid #343434;
    position: relative;
    overflow: hidden;
    transition: all .3s linear;
}
.responsibility__wrap-doc-item a:hover {
    color: #28754E;
    border-color: #28754E;
}
.responsibility__wrap-doc-item a::after {
    content: "";
    display: block;
    width: 44px;
    height: 100%;
    top: 0;
    left: -1px;
    position: absolute;
    background-color: #343434;
    pointer-events: none;
    background-image: url(../img/ico-pdf.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    transition: all .3s linear;
}
.responsibility__wrap-doc-item a:hover::after {
    background-color: #28754E;
}
.responsibility__two-col-item2 {
    width: calc(50% - 50px);
}
.responsibility__two-col-item2 p {
    color: #343434;
    font-size: 16px;
    line-height: 28px;
    font-family: "GothamProRegular";
    margin-bottom: 24px;
}


.responsibility__career ul {
    list-style: disc;
    padding-left: 20px;
    color: #343434;
    font-size: 16px;
    line-height: 28px;
    font-family: "GothamProRegular";
    margin-bottom: 24px;
}
.responsibility__career ol {
    padding-left: 20px;
    color: #343434;
    font-size: 16px;
    line-height: 28px;
    font-family: "GothamProRegular";
    margin-bottom: 24px;
}


.responsibility__two-col-item2 ul {
    list-style: disc;
    padding-left: 20px;
    color: #343434;
    font-size: 16px;
    line-height: 28px;
    font-family: "GothamProRegular";
    margin-bottom: 24px;
}
.responsibility__two-col-item2 ol {
    padding-left: 20px;
    color: #343434;
    font-size: 16px;
    line-height: 28px;
    font-family: "GothamProRegular";
    margin-bottom: 24px;
}

.responsibility__career a,
.responsibility__two-col-item2 a {
    color: #28754E;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.responsibility__bottom {
    display: block;
    padding-top: 85px;
    padding-bottom: 85px;
}

.responsibility__bottom.respons_pb0 {
	
}

.responsibility__bottom.respons_3block_pb0 {
	padding-top: 0 !important;
}

.responsibility__bottom-container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.responsibility__bottom-title {
    width: 100%;
    height: 200px;
    background-image: url(../img/responsibility-bottom.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 85px;
}
.responsibility__bottom-title h2 {
    color: #343434;
    font-size: 40px;
    line-height: 44px;
    font-family: "GothamProMedium";
    font-weight: normal;
}

.responsibility__career {
	margin-bottom: 60px;
}

.responsibility__career p,
.responsibility__bottom p {
    color: #343434;
    font-size: 16px;
    line-height: 28px;
    font-family: "GothamProRegular";
}
.responsibility__career p + p,
.responsibility__bottom p + p {
    margin-top: 22px;
}

.map-interactive {
    padding-bottom: 100px;
    background-color: rgba(40, 117, 78, 0.1);
}
.map-interactive.no-color {
    background-color: transparent;
}
.map-interactive__container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.map-interactive__title {
    color: #343434;
    font-size: 28px;
    line-height: 32px;
    font-family: "GothamProMedium";
    font-weight: normal;
    margin-bottom: 24px;
    width: 100%;
    display: none;
}
.map-interactive__sub-title {
    color: #343434;
    font-size: 20px;
    line-height: 24px;
    font-family: "GothamProMedium";
    margin-bottom: 40px;
    display: table;
    width: 100%;
    display: none;
}
.map-interactive__media {
    display: block;
    width: 740px;
    height: auto;
    position: relative;
}
.map-interactive__media svg {
    width: 740px;
    height: auto;
}
.map-interactive__media svg path {
    transition: all .3s linear;
    cursor: pointer;
}
.map-interactive__media svg path:hover, #hover {
	fill: #6dba93;
}
.map-interactive__media svg path.active {
	fill: #28754E !important;
}
.map-interactive__media img {
    width: 100%;
    height: auto;
}
.map-interactive__desc {
    width: 473px;
}
.map-interactive__desc-title {
    color: #343434;
    font-size: 40px;
    line-height: 40px;
    font-family: "GothamProMedium";
    font-weight: normal;
    margin-bottom: 24px;
}
.map-interactive__desc-subtitle {
    color: #343434;
    font-size: 20px;
    line-height: 24px;
    font-family: "GothamProMedium";
    margin-bottom: 40px;
    display: table;
}
.map-interactive__desc-item {
    display: block;
    width: 100%;
}
.map-interactive__desc-popup {
    display: none;
    width: 100%;
    background-color: #fff;
    padding: 30px;
}

.desc-popup__name {
    color: #28754E;
    font-size: 24px;
    line-height: 26px;
    font-family: "GothamProMedium";
    margin-bottom: 16px;
}
.desc-popup__post {
    color: #343434;
    font-size: 16px;
    line-height: 19px;
    font-family: "GothamProMedium";
    margin-bottom: 16px;
}
.map-interactive__desc-popup p {
    color: #343434;
    font-size: 14px;
    line-height: 22px;
    font-family: "GothamProRegular";
    margin-bottom: 16px;
}
.desc-popup__tel {
    color: #343434;
    font-size: 14px;
    line-height: 28px;
    font-family: "GothamProMedium";
    text-decoration: none;
    margin-bottom: 16px;
    display: table;
    transition: all .3s linear;
    padding-left: 36px;
    background-image: url(../img/phone.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 28px;
}

.desc-popup__tel p {
	margin-bottom: 0px;
	line-height: inherit;
}

.desc-popup__tel a {
	color: #343434;
	text-decoration: none;
	display: block;
}

.desc-popup__tel:hover,
.desc-popup__tel a:hover {
    color: #28754E;
}
.desc-popup__mail {
    color: #343434;
    font-size: 14px;
    line-height: 28px;
    font-family: "GothamProMedium";
    text-decoration: none;
    margin-bottom: 16px;
    display: table;
    transition: all .3s linear;
    padding-left: 36px;
    background-image: url(../img/mail.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 28px;
}

.desc-popup__mail p {
	margin-bottom: 0px;
	line-height: inherit;
}

.desc-popup__tel p br,
.desc-popup__mail p br {
	display: none;
}

.desc-popup__mail a {
	color: #343434;
	text-decoration: none;
}

.desc-popup__mail a:hover,
.desc-popup__mail:hover {
    color: #28754E;
}

.prefooter {
    width: 100%;
    background-color: #fff;
    padding-top: 32px;
    padding-bottom: 32px;
    border-top: 1px solid #ccc;
}
.prefooter__container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.prefooter__logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.prefooter__logo-item {
    text-decoration: none;
    margin-right: 30px;
    transition: all .3s linear;
}
.prefooter__logo-item:hover {
    opacity: 0.7;
}
.prefooter__logo-item img {
    display: block;
    height: auto;
    max-height: 36px;
}

.prefooter__logo-item .logo-pulp {
	height: 23px;
}

.prefooter__text {
    color: #343434;
    font-size: 12px;
    line-height: 16px;
    font-family: "GothamProRegular";
}
.prefooter__social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.prefooter__social-item {
    text-decoration: none;
    display: block;
    width: 24px;
    height: auto;
    margin-right: 22px;
    transition: all .3s linear;
    filter: contrast(5) grayscale(1);
}
.prefooter__social-item:hover {
    filter: contrast(1) grayscale(0);
}
.prefooter__social-item:last-of-type {
    margin-right: 0;
}
.prefooter__social-item img {
    display: block;
    width: 100%;
    height: auto;
}

.footer {
    width: 100%;
    background-color: #28754E;
    padding-top: 17px;
    padding-bottom: 17px;
}
.footer__container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.footer__copyright {
    color: #F2F2F2;
    font-size: 12px;
    line-height: 16px;
    font-family: "GothamProRegular";
}
.footer__contacts {
    display: flex;
    flex-direction: column;
}
.footer__contacts-text {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    font-family: "GothamProRegular";
}
.footer__contacts-phone {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-family: "GothamProRegular";
    margin-top: 5px;
    margin-bottom: 5px;
}
.footer__contacts-phone a {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-family: "GothamProRegular";
    text-decoration: none;
    margin-right: 5px;
    transition: all .3s linear;
}
.footer__contacts-phone a:hover {
    opacity: 0.8;
}
.footer__contacts-phone a::after {
    content: ",";
}
.footer__contacts-phone a:last-of-type::after {
    display: none;
}
.footer__contacts-mail {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    font-family: "GothamProRegular";
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: all .3s linear;
}
.footer__contacts-mail:hover {
    opacity: 0.8;
}
.footer__powered {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    font-family: "GothamProRegular";
    text-decoration: none;
    padding-right: 24px;
    transition: all .3s linear;
    background-image: url(../img/cursor-logo.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px;
}

.footer__powered a {
	color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
    margin-right: 4px;
}

.footer__powered a:hover {
    opacity: 0.8;
}

.wp-block-separator {
	border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 30px 0 30px;
    height: 0;
}

.order-last {
	order: 100;
}

.paperwork1 {
	position: relative;
	background-image: url(../img/paperwork1.jpg);
    height: 100px;
	background-position: center center;
    background-size: cover;
    -webkit-transition: -webkit-transform .4s ease;
    -moz-transition: -moz-transform .4s ease;
    -o-transition: -o-transform .4s ease;
    transition: transform .4s ease;
}

.paperwork2 {
	position: relative;
	background-image: url(../img/paperwork2.jpg);
    height: 100px;
	background-position: center center;
    background-size: cover;
    -webkit-transition: -webkit-transform .4s ease;
    -moz-transition: -moz-transform .4s ease;
    -o-transition: -o-transform .4s ease;
    transition: transform .4s ease;
}

.paperwork1 a,
.paperwork2 a {
	position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    padding-top: 20px;
    padding-left: 20px;
}

.select__input {
	/*display: none;*/
	position: absolute;
	opacity: 0;
	z-index: -1;
}

#product_name {
	display: none;
}

.search-res-empty,
.search-result-count {
	color: #343434;
    font-size: 14px;
    line-height: 24px;
    font-family: "GothamProRegular";
    margin-bottom: 16px;
}


.pagination .screen-reader-text {
	display: none;
}

.sales-contacts__item-desc,
.contact__tab-grid-item-desc {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.wp-block-image {
	margin-bottom: 30px;
}

.back-to {
	text-decoration: none !important;
	width: auto;
    height: 48px;
    border-radius: 50px;
    border: 1px solid #343434;
    color: #343434;
    font-size: 16px;
    line-height: 18px;
    font-family: "GothamProMedium";
    text-decoration: none;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 14px;
    padding-right: 22px;
    transition: all .3s linear;
    margin-right: 24px;
	margin-top: 30px;
}

.back-to:hover {
    color: #fff;
    background-color: #28754E;
    border-color: #28754E;
}

.back-to::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/arrow-r.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s linear;
    transform: rotateZ(180deg);
}

.back-to:hover::before {
    filter: contrast(5) invert(1);
}

.full_article__body .article__media {
	width: auto;
	margin: 0 auto 40px;
	display: block;
}

.send-resume {
	text-decoration: none !important;
	width: 240px;
    height: 48px;
    border-radius: 50px;
    border: 1px solid #343434;
    color: #343434;
    font-size: 16px;
    line-height: 18px;
    font-family: "GothamProMedium";
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 14px;
    padding-right: 14px;
    transition: all .3s linear;
    margin-right: 24px;
	margin-top: 30px;
}

.send-resume:hover {
    color: #fff;
    background-color: #28754E;
    border-color: #28754E;
}

.category__title {
	color: #343434;
    font-size: 40px;
    line-height: 44px;
    font-family: "GothamProMedium";
    text-decoration: none;
    margin-bottom: 40px;
    transition: all .3s linear;
}

.category__bottom p {
	color: #343434;
    font-size: 16px;
    line-height: 25px;
    font-family: "GothamProRegular";
    margin-bottom: 24px;
}

.category__bottom p a {
	color: #28754E;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.sent .modal-order__form {
	display: none;
}

.sent .home-feedback__form-item {
	display: none;
}

.sent .feedback__form-col {
	display: none;
}

.sent .wrap_submit {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	color: #343434;
    font-size: 16px;
    line-height: 18px;
    font-family: "GothamProMedium";
	padding: 15px;
	margin: 0 auto;
	padding: 15px;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #28754E;
}

input[name=website] {
    display: none;
}

.paperwork1,
.paperwork2 {
	transition: all 0.8s ease-in-out;
	   background-size: 100%;

}

.paperwork1:hover,
.paperwork2:hover {
	background-size: 130%;
}

.article__item ul,
.subcategory__grid-item-desc ul {
    list-style: disc;
    padding-left: 20px;
}

.article__item ul {
	margin-bottom: 24px;
}

.article__item a {
	/*color: inherit;*/
	color: #28754E;
}

.article__item a:hover {
    color: #28754E;
}

.article__item ul li,
.subcategory__grid-item-desc ul li {
    color: #343434;
    font-size: 16px;
    line-height: 27px;
    font-family: "GothamProRegular";
}

.slick-track {
	margin-left: 0px !important;
}

.disable-shars,
.disable-sfera,
.disable-brand,
.disable-osnova {
	display: none !important;
}

#no-filter {
	color: #343434;
    font-size: 16px;
    line-height: 27px;
    font-family: "GothamProRegular";
	margin-left: 16px;
}

#no-filter a {
	color: #343434;
}

#no-filter a:hover {
	color: #28754E;
}

.wp-block-quote {
    color: #343434;
    font-size: 16px;
    line-height: 25px;
    font-family: "GothamProItalic";
    margin-bottom: 24px;
	padding-left: 15px;
}

.wp-block-quote cite {
	padding-left: 15px;
	border-left: 1px solid;
	display: block;
}

.responsibility__text p a,
.subcategory__grid-item-desc p a {
    /*display: table;*/
	display: inline;
    color: #28754E;
    font-size: 16px;
    line-height: 28px;
    font-family: "GothamProRegular";
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: all .3s linear;
}

.subcategory__grid-item-desc p a:hover {
    color: #28754E;
}


.responsibility__text ul {
	list-style: disc;
    padding-left: 20px;
    color: #343434;
    font-size: 16px;
    line-height: 28px;
    font-family: "GothamProRegular";
    margin-bottom: 24px;
}


.sales-contacts__item-desc .procurement__tab-grid-item-desc-more {
    width: 280px;
    height: 48px;
    border-radius: 50px;
    border: 1px solid #343434;
    color: #343434;
    font-size: 16px;
    line-height: 18px;
    font-family: "GothamProMedium";
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 22px;
    padding-right: 8px;
    transition: all .3s linear;
}
.sales-contacts__item-desc .procurement__tab-grid-item-desc-more:hover {
    color: #fff;
    background-color: #28754E;
    border-color: #28754E;
}
.sales-contacts__item-desc .procurement__tab-grid-item-desc-more::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/arrow-r.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s linear;
}
.sales-contacts__item-desc .procurement__tab-grid-item-desc-more:hover::after {
    filter: contrast(5) invert(1);
}

.wp-block-embed-youtube {
	margin-bottom: 30px;
}

.wrap_submit label {
	display: block;
	color: #343434;
    font-size: 12px;
    line-height: 14px;
    font-family: "GothamProRegular";
}

.wrap_submit label a {
	color: #28754E;
}

.sales-contacts_career {
    margin-bottom: 85px;
    z-index: 5;
    position: relative;
}

.anketa-wrap {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

.anketa-wrap .feedback__form-item {
    width: 50%;
    padding-right: 30px;
}

.anketa-title {
    display: block;
    color: #343434;
    font-size: 20px;
    line-height: 22px;
    font-family: "GothamProMedium";
    margin-bottom: 25px;
    width: 100%;
}

.anketa-wrap .feedback__form-item > label {
    font-size: 14px;
    margin-bottom: 25px;
}

.feedback__form-item .wpcf7-list-item label {
    color: #000000;
    font-size: 12px;
    display: inline-block;
    font-weight: normal;
    margin-right: 10px;
}

.anketa-wrap .wrap_submit {
    width: 100%;
}

.required_text {
    color: #000000;
    font-size: 12px;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 14px;
    font-family: "GothamProMedium";
}

.wpcf7-list-item input[type="radio"] {
    margin: -4px 6px 0px 0px;
    width: 22px;
    height: 22px;
    border: 1px solid #b3b3b3;
    border-radius: 50%;
    background: #f7f7f7;
    vertical-align: middle;
    cursor: pointer;
    accent-color: #28754E;
}

.wpcf7-list-item {
    display: block;
}

.anketa-wrap .wpcf7-submit, .anketa-wrap button {
    color: #343434;
    font-size: 16px;
    line-height: 18px;
    font-family: "GothamProMedium";
    cursor: pointer;
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid #343434;
    padding-left: 22px;
    padding-right: 8px;
    width: 100%;
    max-width: 560px;
    height: 48px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    transition: all .3s linear;
}

.anketa-wrap textarea.error {
    border: 1px solid #ea2929;
}

.label-red {
    color: red;
}

.anketa-wrap .feedback__form-item.w-100-4-col {
    width: 100%;
}

.w-100-4-col .wpcf7-form-control {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.w-100-4-col .wpcf7-list-item {
    width: 23%;
}