.header__top,
.header hr {
    box-shadow: none;
}

.header hr {
    display: none;
}

.header__bottom {
    box-shadow: inset 0 15px 12px -15px rgba(5, 110, 70, 0.49), inset 0 -15px 12px -15px rgba(5, 110, 70, 0.49);
}

.site-content .slider__item {
    position: relative;
}

.sidebar .cat-list__item:hover {
    background-color: #cfe4d3;
}

.single .advice__item .item__text {
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}

.site-content .slider__item::before {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*background-color: #006239;*/
    opacity: 0.4;
}

.single .content-spec__text_custom_template p {
    text-align: justify;
    font-size: 18px;
    font-family: DIN2014Light, DIN2014, Helvetica, Arial, sans-serif;
    line-height: 24px;
}

.single .content-spec__text_custom_template ul {
    padding-left: 40px;
    list-style-type: disc;
    text-indent: 0;
    text-align: justify;
    font-size: 18px;
    font-family: DIN2014Light, DIN2014, Helvetica, Arial, sans-serif;
    line-height: 24px;
}

.content-spec__text_custom_template {
    text-indent: 25px;
}

.slider__item .container {
    /*align-items: flex-end;*/
    align-items: flex-start;
    justify-content: flex-start;
}

.slider__item .item__title,
.slider__item .item__desc {
    /*text-align: right;*/
    /*margin-right: 350px;*/
    /*max-width: 560px;*/
    /*max-width: 550px;*/
    max-width: 450px;
    text-transform: none;
    margin-left: 300px;
    font-family: DIN2014Light, DIN2014, Helvetica, Arial, sans-serif;
    text-align: right;
    width: 100%;
}

.slider__item .item__title {
    line-height: 0.85;
    font-family: "DietDidot";
}

.slider__item .item__desc {
    line-height: 24px;
}

.slider__item .item__title {
    color: #006239;
    font-size: 62px;
    margin-top: 175px;
}

.slider__item .item__title>span {
    font-size: 0.75em;
}

.slider__item .item__desc {
    color: #000;
    /*max-width: 550px;*/
    font-size: 26px;
    line-height: 1.1;
    font-weight: 700;
}

.slider__wrapper {
    height: 625px;
}

.slider__item {
    background-position-x: 75% !important;
    padding-top: 45px;
}

.slider__item .item__desc {
    font-size: 22px;
    margin-top: 50px;
}

.sidebar .cat-list__item>a {
    max-width: 90%;
}

.single .content-spec__slider-spec .slider-spec__item .item__subtext,
.single.single-cat.team-cat .team-cat__sub-cat .sub-cat__item .item__subtext {
    margin-top: 40px;
    line-height: 1.5;
    padding: 0 10px;
    text-align: center;
}

.single.single-cat.team-cat .team-cat__sub-cat .sub-cat__item .item__subtext {
    padding: 0 5px;
    margin-top: 40px;
}

.single-cat__main .slider-spec__wrapper {
    height: 325px;
}

.single-cat__main .slider-spec__wrapper .item__subtext {
    display: none;
}

.single .content-spec__slider-spec .slider-spec__nav {
    margin-top: 10px;
}

.advice__item .item__subtext {
    margin-top: 30px;
    line-height: 1.4;
    padding: 10px;
}

.single .advice__item .item__img img {
    /*height: calc(100% - 110px);*/
    height: 100%;
}

.single .advice__item .item__meta {
    bottom: -30px;
}

.single .advice__item .item__img {
    height: 300px;
}

.advice__item .item__subtext {
    margin-top: 35px;
    /*display: none;*/
}

.header__bottom .bottom__menu .menu-item {
    padding: 18px 0;
    line-height: 1.2;
}

.single.single-page.about-us .double__wrapper {
    align-items: stretch;
}

.single.single-page.about-us .double .approach {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}

.single .content-spec__slider-spec .slider-spec__item .item__subtext,
.single.single-cat.team-cat .team-cat__sub-cat .sub-cat__item .item__subtext {
    white-space: pre-line;
}

.content-quote {
    position: relative;
    max-width: 80%;
    width: fit-content;
    margin-left: auto;
    /*margin-right: auto;*/
    margin-right: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 25px;
    box-shadow: 0 0 13px 0 rgba(0, 98, 57, .8);
}

.content-quote:before,
.content-quote:after {
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../img/icons/icon-quotes.png) no-repeat center;
    background-size: contain;
    z-index: 1;
}

.content-quote:before {
    top: -25px;
    left: -20px;
}

.content-quote:after {
    bottom: -25px;
    right: -20px;
}

.content blockquote,
.single.single-page.about-us .content blockquote,
.content blockquote,
.content-spec blockquote {
    position: relative;
    width: 100%;
    padding: 25px;
    box-shadow: 0 0 13px 0 rgba(0, 98, 57, .8);
    margin: 25px 35px 25px 0;
    overflow: visible;
    max-width: none;
    display: block;
    float: none;
    clear: both;
    font-size: 18px;
    text-align: justify;
    font-weight: 700;
    color: #323232;
}

.content blockquote p {
    text-align: justify;
}

.content blockquote *:last-child,
.content-spec blockquote *:last-child {
    margin-bottom: 0;
}

.content blockquote:before,
.content-spec blockquote:before,
.content blockquote:after,
.content-spec blockquote:after {
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../img/icons/icon-quotes.png) no-repeat center;
    background-size: contain;
    z-index: 1;
}

.content blockquote:before,
.content-spec blockquote:before {
    top: -25px;
    left: -20px;
}

.content blockquote:after,
.content-spec blockquote:after {
    bottom: -25px;
    right: -20px;
}

.single.single-post.single-award .content blockquote {
    width: 100%;
}

.single.single-post.single-vacancy .advantages__wrapper {
    justify-content: space-between;
}

.single.single-post.single-vacancy .advantages__wrapper .advantages__item {
    margin-bottom: 15px;
    background-color: #d9e9dc;
}

.single.single-post.single-vacancy .advantages__wrapper .advantages__item:last-child {
    margin-bottom: 0;
}

.content__text {
    overflow: visible;
}

.single.single-post.single-award .content blockquote {
    width: 100%;
}

.slider-spec__item a {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.single.single-page.about-us .cost__wrapper {
    width: 100%;
}

.single.single-page.about-us .experience__wrapper {
    width: 100%;
    line-height: 1.7;
}

.single.single-page.about-us .content figure {
    max-width: none;
}

.single.single-cat.team-cat .team-cat__sub-cat .sub-cat__item .item__subtext {
    height: auto;
    min-height: 115px;
    overflow: visible;
    font-size: 16px;
    line-height: 1.3;
}

.single.single-page.about-us .double .approach__item {
    padding: 22px 25px;
}

.clients__wrapper .owl-item,
.clients__wrapper .owl-stage,
.clients__wrapper .owl-stage-outer {
    display: inline-block;
    margin-top: 5px;
}

.clients__wrapper {
    overflow: hidden;
}

.clients__wrapper .owl-nav {
    display: none;
}

.single.single-page.trust-us .trust-us__reviews .reviews__item {
    width: 46%;
    flex-basis: 46%;
}

.clients__wrapper .owl-carousel {
    overflow: hidden;
}

.single .clients__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 30px;
    display: none;
}

.single .clients__nav .prev {
    margin-right: 5px;
}

.single .clients__nav .next {
    margin-left: 5px;
}

.single .clients__dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.single .clients__dots .owl-dot {
    width: 8px;
    height: 8px;
    background-color: #323232;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
    padding: 0;
}

.single .clients__dots .owl-dot.active {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 3px solid #006239;
}

.single .content-spec__slider-spec {
    min-width: 300px;
    margin-bottom: 10px;
}

.single.single-page.trust-us .clients__bg {
    padding-bottom: 30px;
}

.single.single-post.single-vacancy .single-vacancy__top {
    flex-wrap: wrap;
    margin-bottom: 0;
}

.single.single-post.single-vacancy .subcontent .content {
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}

.single.single-page.about-us .content blockquote {
    float: none;
    font-size: 18px;
    margin: 25px auto;
}

.single.single-post.single-vacancy .question {
    padding-bottom: 15px;
}

.single.single-post.single-vacancy .content {
    padding-bottom: 0;
}

.single.single-post.single-news .single-news__content blockquote {
    /*max-width: 500px;*/
    max-width: none;
    width: calc(100% - 50px);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 98, 57, .48);
    box-shadow: 0 0 10px 0 rgba(0, 98, 57, .48);
    margin: 2rem 25px;
    font-size: 18px;
}

.single.single-post.single-vacancy section.content {
    position: relative;
}

.single.single-post.single-vacancy section.content p,
.single.single-post.single-vacancy section.subcontent p {
    text-align: justify;
}

.single.single-post.single-vacancy section.content:before,
.single.single-post.single-vacancy section.content:after {
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../img/icons/icon-quotes.png) no-repeat center;
    background-size: contain;
    z-index: 1;
}

.single.single-post.single-vacancy section.content:before {
    top: -1rem;
    left: -25px;
}

.single.single-post.single-vacancy section.content:after {
    bottom: -1rem;
    right: -25px;
}

.news__item .item__img img {
    object-fit: contain;
}

.single-news__imgs {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.single-news__imgs img {
    width: 24%;
    object-position: center;
    object-fit: cover;
    height: 175px;
    margin-bottom: 30px;
    cursor: pointer;
    margin-right: 1%;
}

.single-news__imgs img:not(.single-news__first-img) {
    display: none;
}

.single-news__imgs img:nth-child(4n+1) {
    margin-right: 0;
}

.single-news__bg.active {
    content: ' ';
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
}

.single-news__imgs img.active,
.single-news__imgs img.active:first-child {
    position: fixed;
    max-width: 95%;
    max-height: 95%;
    object-position: center;
    object-fit: contain;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 100;
    height: auto;
    width: auto;
    cursor: default;
}

.single-news__imgs img:first-child {
    width: 100%;
    height: 500px;
    margin-bottom: 15px;
    /*object-fit: cover;*/
    object-fit: contain;
    object-position: center;
    /*background-color: #000;*/
    background-color: transparent;
}

.single.single-cat.team-cat .team-cat__sub-cat .sub-cat__item {
    min-width: 251px;
    width: 251px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.single.single-cat.team-cat .team-cat__sub-cat .sub-cat__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.info__certificates .certificates__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 30px;
    margin-bottom: 30px;
}

.info__certificates .certificates__nav .prev {
    margin-right: 10px;
}

.info__certificates .certificates__nav .next {
    margin-left: 10px;
}

.info__certificates .certificates__nav .next,
.info__certificates .certificates__nav .prev {
    width: 50px;
    height: 17px;
}

.info__certificates .certificates__dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.info__certificates .certificates__dots .owl-dot {
    width: 8px;
    height: 8px;
    background-color: #323232;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
    padding: 0;
}

.info__certificates .certificates__dots .owl-dot.active {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 3px solid #006239;
}

.info__certificates .owl-carousel .owl-item img {
    height: 150px;
    object-fit: contain;
    object-position: center;
}

.single.single-cat.career-cat .experience__wrapper p:nth-child(even):before {
    left: 0;
}

.single.single-cat.career-cat .experience__wrapper p:nth-child(even) {
    padding-left: 20px;
}

.experience__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.experience__nav .prev,
.experience__nav .next {
    width: 45px;
    height: 17px;
}

.experience__nav .prev {
    margin-right: 10px;
}

.experience__nav .next {
    margin-left: 10px;
}

.experience__dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.owl-dot {
    width: 8px;
    height: 8px;
    background-color: #323232;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
}

.owl-dot.active {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 3px solid #006239;
}

.experience__item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}

.cat-list-close-btn,
.cat-list-open-btn {
    display: none;
    cursor: pointer;
}

.reviews-advant__reviews .reviews__item .item__text {
    height: 140px;
}

.single.single-post.single-team .single-team__info .info__btn {
    box-shadow: 0 0 5px 0 #006239;
}

.single.single-post.single-team .single-team__info {
    flex-basis: auto;
    width: 43%;
}

.single.single-post.single-team .single-team__content {
    flex-basis: auto;
    width: 53%;
}

.single.single-page.about-us .partners__slider .lcs_logo_link {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.single.single-page.about-us .partners__slider .lcs_logo_title {
    display: none;
}

.single.single-post.single-review .single-review__footer .footer__right,
.single.single-post.single-review .single-review__footer .footer__left {
    cursor: pointer;
}

.advice__item {
    position: relative;
}

.advice__item .item__link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.single .advice__item {
    align-items: flex-start;
    height: 100%;
}

.single.single-cat.team-cat .team-cat__sub-cat .sub-cat__item .item__meta {
    padding-left: 5px;
    padding-right: 5px;
}

.single.single-cat.team-cat .team-cat__sub-cat .sub-cat__item .item__title {
    font-size: 14px;
}

.single-archive.single-news .single-news__group .group__item .item__title {
    text-align: justify;
}

.single-archive.single-news .single-news__group .group__item--progress .item__title {
    height: 70px;
}

.single.single-post.single-news .single-news__content ul {
    text-align: justify;
    padding-left: 0;
    list-style-type: none;
}

.single.single-post.single-news .single-news__content ul li {
    position: relative;
    padding-left: 20px;
}

.single.single-post.single-news .single-news__content ul li:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 5px;
    background: url(../img/icons/icon-check.png) no-repeat center;
    background-size: contain;
}

.sidebar .news-events__item .item__title {
    text-align: justify;
}

.single .portfolio__center .center__img {
    width: 55px;
}

.single-archive.single-news .single-news__group .group__item .item__img {
    height: 240px;
}

/*.single.single-page.prices .table-price__tabs .tabs__list,*/
.single.single-page.prices .table-price__tab-content td {
    text-align: justify;
}

.question__wrapper ul,
.experience__wrapper ul,
.content-spec ul,
.content__block ul {
    list-style-type: none;
    padding-left: 0;
}


.question__wrapper ul li:not([class]),
.experience__wrapper ul li:not([class]),
.content-spec ul li:not([class]),
.content__block ul li:not([class]) {
    position: relative;
    padding-left: 15px;
    text-indent: 0;

    /*padding-left: 0;*/

    text-align: justify;
    font-size: 18px;
    font-family: DIN2014Light, DIN2014, Helvetica, Arial, sans-serif;
    line-height: 24px;
    margin-bottom: 1rem;
}

.question__wrapper ul
/*.content__desc*/
li:not([class]):before,
.experience__wrapper ul
/*.content__desc*/
li:not([class]):before,
.content-spec ol li ul
/*.content__desc*/
li:not([class]):before,
.content-spec ul
/*.content__desc*/
li:not([class]):before,
.content__block ul

/*.content__desc*/
li:not([class]):before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 5px;
    background: url(../img/icons/icon-check.png) no-repeat center;
    background-size: contain;
    line-height: 24px;
}

.content-spec ol

/*.content__desc*/
,
ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    padding-left: 0;
}

.content-spec ol>li:not([class]),
ol>li:not([class]) {
    counter-increment: my-awesome-counter;
    position: relative;
    padding-left: 30px;

    text-align: justify;
    font-size: 18px;
    font-family: DIN2014Light, DIN2014, Helvetica, Arial, sans-serif;
    line-height: 28px;
}

.content-spec ol li:not([class])::before,
ol li:not([class])::before {
    content: counter(my-awesome-counter) ". ";
    color: #006239;
    font-weight: bold;
    display: inline;
    /*position: absolute;*/
    position: relative;
    left: 0;
    top: 0;
}

.header-search .search-form::before {
    content: '';
    position: fixed;
    left: -1000%;
    top: -1000%;
    bottom: -1000%;
    right: -1000%;
    background-color: rgba(0, 0, 0, 0.5);
}

.header-search .search-form {
    position: fixed;
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    height: 50px;
    display: none;
}

.header-search .search-form.search-form-visible {
    display: block;
}

.header-search .search-form>* {
    position: relative;
    z-index: 100;
}

.header-search .search-form>.search-submit {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.header-search .search-form>input.search-field {
    padding: 15px;
    box-sizing: border-box;
}

.header-search .search-form input {
    height: 100%;
}

.experience__wrapper a,
.content__text a,
.content__desc a,
p:not([class])>a,
strong>a,
.content-spec__text a,
.single-news__content a {
    color: #006239;
    font-weight: 700;
    text-decoration: underline;
}

.search-results .entry-meta a.post-edit-link,
.search-results .entry-meta {
    display: none;
}

.search-results .site-content {
    margin-top: 25px;
}

.header__bottom .bottom__menu .menu-item {
    padding-top: 18px;
}

.sidebar .news-progress__item .item__title,
.sidebar .news-analytics__item .item__title,
.sidebar .news-events__item .item__title {
    text-align: justify;
}

.content-spec .content-spec__text ol li::before {
    left: -20px;
}

.single.single-post.single-team .single-team__info .info__soc-link.info__soc-link-ln {
    background-image: url(../img/icons/icon-linkedin-border.png);
    margin-left: 15px;
}

.single.single-cat.team-cat .team-cat__sub-cat .sub-cat__item .item__subtext p {
    margin-bottom: 0;
}

.single.single-page.trust-us .trust-us__reviews .reviews__item .item__info {
    max-width: 55%;
}

.single .content-spec__text {
    padding-right: 0;
}

.single.single-page.prices .table-price__tab-content td {
    font-size: 18px;
}

.single-news__carousel-img {
    overflow: hidden;
    /*height: 200px;*/
    height: auto;
}

.single-news__carousel-img .owl-nav {
    /*display: none;*/
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    /*top: 50%;*/
    bottom: 0;
    transform: translateY(-100%);
}

.single-news__carousel-img .owl-nav .owl-prev,
.single-news__carousel-img .owl-nav .owl-next {
    padding: 10px;
}

.single-news__carousel-img .owl-item {
    display: inline-block;
    /*margin-right: 15px;*/
}

.services__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.services__item {
    width: calc(25% - 20px);
    margin: 0;
}

.services__item .item__link {
    justify-content: flex-start;
}

.services__item .item__icon {
    margin-left: 15px;
}

.single .sub-items__item .item__title,
.single .interesting__item .item__title {
    text-align: left;
    margin: 0 15px;
    width: 100%;
    font-size: 14px;
}

.services__item .item__title {
    min-width: 65%;
    font-size: 14px;
}

.single.single-page.contacts .contacts__item {
    width: 220px;
}

.team-cat__sub-cat {
    overflow: hidden;
}

.single.single-post.single-news .single-news__content {
    font-size: 18px;
}

.single.single-post.single-news .single-news__content li {
    margin-bottom: 20px;
}

.single-news__carousel-img img {
    object-fit: contain;
    object-position: center;
}

.single-news__carousel-img {
    position: relative;
}

.table-price__tab-content td:first-child {
    color: #006239;
    font-weight: 700;
}

.search:not(.has-sidebar) #primary article {
    float: none;
    width: 100%;
    border-bottom: 1px solid #d4d4d4 !important;
    padding: 10px 0;
}

.search header {
    padding-bottom: 0;
}

.search .item__link {
    display: block;
    width: fit-content;
    margin-right: 0;
    margin-left: auto;
}

.search .item__link .item__icon {
    float: right;
    margin-left: 5px;
}

.search .entry-title {
    font-size: 18px;
    font-family: DIN2014, Helvetica, Arial, sans-serif;
    text-align: left;
    line-height: 24px;
    margin-bottom: 0;
    height: 50px;
    overflow: hidden;
}

.search .entry-header .date {
    float: left;
}

.search .entry-summary {
    display: none;
}

.search .entry-title a {
    margin-left: 0;
    display: block;
    width: 100%;
    text-align: justify;
}

.single .question__item .item__text>* {
    padding-top: 15px;
}

.single.single-cat.news-cat .news-cat__item.progress-item .item__title {
    text-align: justify;
}

.banner__bg {
    filter: none;
}

.experience>.container {
    padding: 0;
}

.single.single-page.about-us .experience__item {
    height: auto;
}

.single-news__carousel-img .owl-nav {
    width: 70px;
    margin: 0 auto;
    position: relative;
    transform: translateY(15px);
}

.single-news__carousel-img {
    padding-bottom: 25px;
}

.single .question__item .item__text {
    text-align: justify;
}

.single .video__item>* {
    width: 100%;
}

.modal-body form input[type=submit] {
    width: 225px;
}

.single .interesting__item .item__title,
.single .sub-items__item .item__title {
    font-family: inherit;
}

.sidebar .awards-sidebar__item .item__desc {
    text-align: justify;
}

.services__item .item__link,
.breadcrumb,
.single .awards__title,
.sidebar .cat-list__item .item__title,
.single .portfolio__title,
.single.single-post.single-team .single-team__title,
.single.single-post.single-team .single-team__info .info__title,
.single.single-post.single-team .single-team__content .content__title,
.single.single-post.single-vacancy .single-vacancy__bottom .vacancy__title,
.single.single-post.single-vacancy .form-block__title,
.single.single-post.single-vacancy .question__item .item__title,
.single .reviews-employee__item .item__title,
.single .reviews-employee__title,
.single .form-block__title,
.single.single-post.single-review .single-review__header .header__name,
.single.single-post.single-review .single-review__header .header__title,
.single.single-page.trust-us .trust-us__reviews .reviews__item .item__name,
.single.single-page.trust-us .trust-us__title,
.single.single-cat.team-cat .team-cat__sub-cat .sub-cat__item .item__title,
.single.single-page.about-us .partners__title,
.single.single-page.about-us .double .approach__title,
.single.single-page.about-us .double .worth__title,
.single.single-page.prices .loyalty__title,
.single.single-post.single-vacancy .advantages__item .item__title,
.single.single-cat.awards-cat .awards-cat__cat-block .cat-block__item .item__title,
.single.single-cat.awards-cat .awards-cat__cat-block .cat-block__title,
.single.single-cat.awards-cat .awards-cat__title,
.sidebar .awards-sidebar__item .item__title,
.sidebar .reviews-sidebar__item .item__title,
.single .advice__item .item__title,
.single .advant__item .item__title,
.single .content-spec__slider-spec .slider-spec__item .item__title,
.news__title,
.reviews-advant__title,
.services__title,
.single .sub-items__title,
.sidebar .awards-sidebar__title,
.sidebar .reviews-sidebar__title,
.single .content-spec__slider-spec .slider-spec__title,
.reviews-advant__advant .advant__title,
.reviews-advant__reviews .reviews__item .item__title,
.single .experience__title,
.single .advant__title,
.single .advice__title,
.single .question__title,
.single .interesting__title,
.sidebar .news-events__title,
.sidebar .news-analytics__title,
.single.single-post.single-news .single-news__title,
.sidebar .news-progress__title,
.single .sub-items__item .item__link,
.single .interesting__item .item__link,
.single.single-post.single-team .single-team__info .info__terms .terms__item .item__link,
.header__bottom .bottom__menu .menu-item a,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: DIN2014Light,DIN2014,Helvetica,Arial,sans-serif;*/
    font-family: DIN2014, Helvetica, Arial, sans-serif;
}

.single .sub-items__item .item__link:hover,
.single .interesting__item .item__link:hover,
.single.single-post.single-team .single-team__info .info__terms .terms__item .item__link:hover {
    font-family: DIN2014, Helvetica, Arial, sans-serif;
}

.single.single-post.single-news .single-news__title {
    font-weight: 700 !important;
}

.sidebar .awards-sidebar__title,
.single .portfolio__title,
.single.single-post.single-team .single-team__content .content__title,
.single.single-post.single-team .single-team__title,
.sidebar .cat-list__sub-item .sub-item__link,
.single.single-page.trust-us .trust-us__title,
.single.single-page.trust-us .trust-us__title,
.single .awards__title,
.sidebar .cat-list__item .item__title,
.single .sub-items__item .item__title,
.single .interesting__item .item__title,
.single .interesting__title,
.sidebar .news-events__link,
.sidebar .news-analytics__link,
.sidebar .news-progress__link,
.modal-title,
.single.single-cat.awards-cat .awards-cat__cat-block .cat-block__item .item__title,
.single.single-cat.awards-cat .awards-cat__cat-block .cat-block__title,
.single .advice__item .item__title,
.single .question__title,
.single .advant__item .item__title,
.sidebar .reviews-sidebar__item .item__title,
.sidebar .reviews-sidebar__title,
.single .advice__title,
.single .content-spec__slider-spec .slider-spec__title,
.single.single-post.single-review .single-review__header .header__name,
.single.single-post.single-review .single-review__header .header__title,
.single.single-page.about-us .partners__title,
.single.single-page.about-us .double .approach__title,
.single.single-page.about-us .double .worth__title,
.single.single-post.single-news .single-news__title,
.single.single-page.trust-us .trust-us__reviews .reviews__item .item__name,
.single.single-post.single-team .single-team__info .info__title,
.single.single-cat.team-cat .team-cat__sub-cat .sub-cat__item .item__title,
.single .reviews-employee__item .item__title,
.single .reviews-employee__title,
.single .form-block__title,
.single .experience__title,
.single .advant__title,
.single .sub-items__title,
.single.single-post.single-vacancy .single-vacancy__bottom .vacancy__title,
.single.single-post.single-vacancy .form-block__title,
.single.single-post.single-vacancy .question__item .item__title,
.single.single-post.single-vacancy .advantages__item .item__title,
.sidebar .news-analytics__title,
.sidebar .news-events__title,
.sidebar .news-progress__title,
.reviews-advant__advant .advant__title,
.reviews-advant__reviews .reviews__item .item__title,
.header__bottom .bottom__menu .menu-item a {
    font-weight: 700;
    line-height: 1.5;
}

.reviews-advant__title {
    min-height: 40px;
    margin-top: 5px;
}

.single.single-page.trust-us .trust-us__title,
.group__title,
.trust-us__title,
.sub-cat__title,
.news__title,
.services__title,
.reviews-advant__title {
    line-height: 1.5;
}

blockquote {
    font-style: normal;
}

.sidebar .cat-list__sub-item:hover .sub-item__title,
.sidebar .cat-list__sub-item.current-sub-item .sub-item__title {
    color: #006239;
}

.single .form-block__title {
    text-align: left;
}

.header__bottom .bottom__menu .menu-item a {
    font-size: 18px;
}

.sidebar .reviews-sidebar__item .item__text {
    font-size: 14px;
}

.sidebar .reviews-sidebar__item .item__more {
    font-size: 14px;
}

.sidebar .news-progress__item .item__title {
    height: 60px;
}

.single .sub-items__item .item__title {
    font-weight: 700;
}

.single.single-cat.career-cat .experience__wrapper p:nth-child(odd) {
    padding-right: 75px;
}

.content {
    line-height: 28px;
    text-align: justify;
}

.single.single-post.single-team .single-team__content .content__desc {
    font-size: 18px;
}

.single-award__links {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.single-award__links img {
    margin: 0 15px;
}

.single .sub-items__item .item__title,
.single .interesting__item .item__title {
    text-align: center;
    margin: 0 6px;
    font-size: 16px;
}

.awards-img {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.awards-img img {
    height: 165px;
}

.awards-bottom-block {
    border-top: 2px solid #d9d9d9;
    padding-top: 30px !important;
}

.modal-thx-title {
    color: #006239;
    font-size: 40px;
}

.modal-thx-text {
    font-size: 24px;
}

#thanksModal .modal-dialog {
    max-width: 95%;
}

#thanksModal .modal-content {
    background-image: url(../img/thx-bg.webp);
    padding: 80px;
    padding-left: 40%;
    padding-bottom: 30%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-background-size: cover;
    background-size: cover;
}

#thanksModal .modal-thx-links {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 24px;
}

#thanksModal img.prev {
    margin-right: 10px;
}

#thanksModal img.next {
    margin-left: 10px;
}

.modal-footer {
    border-top: none;
}

.single .experience__wrapper {
    line-height: 24px;
}

.single .awards__item .item__text {
    max-height: 100px;
    overflow: hidden;
}

.single.single-cat.career-cat .sub-items__item {
    margin: 0 35px 15px;
}

.sidebar .reviews-sidebar__item .item__position {
    height: 37px;
    overflow: hidden;
}

.search-preview-text p:last-child {
    display: none;
}

@media (max-width: 1500px) {

    .slider__item .item__title,
    .slider__item .item__desc {
        /* margin-right: 425px;*/
        /* font-size: 18px;*/
        /* line-height: 26px;*/
        margin-left: 300px;
        max-width: 450px;
    }

    .slider__item .item__title {
        font-size: 55px;
    }
}

@media (max-width: 1440px) {
    .slider__wrapper {
        height: 500px;
    }

    .slider__item .item__desc {
        margin-top: 15px;
    }

    .slider__item .item__title {
        margin-top: 125px;
    }
}

@media (max-width: 1280px) {
    .slider__item {
        background-position-x: calc(100% + 125px) !important;
    }

    .slider__item .item__title,
    .slider__item .item__desc {
        max-width: 400px;
    }

    .slider__item .item__title,
    .slider__item .item__desc {
        margin-left: 395px;
    }
}

@media (max-width: 1200px) {

    .slider__item .item__title,
    .slider__item .item__desc {
        max-width: 350px;
    }

    .slider__item .item__title {
        font-size: 32px;
    }

    .slider__item .item__desc {
        font-size: 16px;
        line-height: 20px;
        margin-top: 25px;
    }

    .single.single-page.about-us .double .worth__list-block p {
        font-size: 16px;
        line-height: 24px;
    }

    .single.single-page.about-us .double .worth__list-block {
        padding-top: 26px;
        padding-bottom: 26px;
    }

    .single.single-page.trust-us .trust-us__reviews .reviews__item {
        width: 80%;
        flex-basis: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .slider__item .item__title,
    .slider__item .item__desc {
        margin-left: 275px;
    }

    .slider__item .item__title {
        margin-top: 60px;
    }
}

@media (max-width: 1170px) {
    .slider__wrapper {
        height: 450px;
    }

    .slider__item .item__title,
    .slider__item .item__desc {
        margin-left: 320px;
        max-width: 300px;
    }
}

@media (max-width: 1024px) {
    .slider__wrapper {
        height: 375px;
    }

    .slider__item .item__title {
        margin-top: 0;
    }

    .slider__item .item__title,
    .slider__item .item__desc {
        max-width: 300px;
        margin-left: 400px;
    }
}

@media (max-width: 992px) {
    .slider__item .item__desc {
        font-size: 14px;
        /*line-height: 1.5;*/
    }

    .slider__wrapper {
        height: 400px;
    }

    .slider__item {
        padding-top: 25px;
    }

    .slider__item .item__title {
        margin-bottom: 10px;
        font-size: 24px;
    }

    .single.single-page.about-us .double__wrapper {
        flex-direction: column;
    }

    .single.single-page.about-us .double .approach {
        margin-top: 25px;
    }

    .slider__item .item__title,
    .slider__item .item__desc {
        margin-left: 200px;
        max-width: 250px;
    }

    .slider__item .item__title {
        margin-top: 45px;
    }

    .single.single-cat .single-cat__wrapper {
        flex-direction: column;
    }

    .single.single-cat .single-cat__wrapper>* {
        width: 100% !important;
    }

    .single.single-cat .single-cat__wrapper>.sidebar {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .cat-list {
        position: fixed;
        padding-top: 225px;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        background-color: #fff;
        overflow: auto;
        transform: translateX(0);
        transition: padding-top .5s, transform .5s;
    }

    .cat-list-sm-padding {
        padding-top: 125px;
    }

    .cat-list-close-btn {
        display: block;
        position: absolute;
        right: 15px;
        top: 179px;
        z-index: 5;
        font-size: 25px;
        transition: top .5s;
    }

    .cat-list-sm-padding .cat-list-close-btn {
        top: 87px;
        transition: top .5s;
    }

    .cat-list-mobile-hidden {
        transform: translateX(100%);
        transition: transform .5s;
    }

    .cat-list-open-btn {
        display: block;
        position: fixed;
        right: -80px;
        top: 225px;
        z-index: 1;
        background-color: #fff;
        padding: 15px;
        box-shadow: 0 0 20px -5px #9c9c9c;
        transition: right .5s;
    }

    .cat-list-open-btn.cat-list-open-btn-show-all,
    .cat-list-open-btn:hover {
        right: 0;
    }

    .single.single-post.single-team .single-team__wrapper {
        flex-wrap: wrap;
        display: flex;
        display: -webkit-flex;
    }

    .single.single-post.single-team .single-team__info {
        flex-basis: auto;
        width: 100%;
    }

    .single.single-post.single-team .single-team__content {
        flex-basis: auto;
        width: 100%;
    }

    .single.single-post.single-team .single-team__info .info__img {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        padding-right: 30px;
        height: auto;
        width: 50%;
    }

    .single.single-post.single-team .single-team__info .info__text {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 50%;
    }

    .single.single-post.single-team .single-team__info {
        flex-wrap: wrap;
        max-width: none;
        display: flex;
        display: -webkit-flex;
    }

    .single.single-cat.career-cat .form-block {
        min-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .single.single-cat.career-cat .reviews-employee {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .single.single-cat.career-cat .career-cat__footer {
        flex-direction: column;
    }

    .single .content-spec__text {
        padding-right: 0;
    }

    .single .form-block {
        padding-bottom: 15px;
    }

    .single-news__imgs img:first-child {
        /*height: 100px;*/
        height: auto;
    }

    .wrap {
        max-width: 960px;
    }

    .single.single-cat.awards-cat .awards-cat__cat-block .cat-block__item {
        flex-basis: 100%;
    }
}

@media (max-width: 768px) {

    .slider__item .item__title,
    .slider__item .item__desc {
        /*margin-right: 320px;*/
        margin-right: 150px;
    }

    .slider__item .item__title,
    .slider__item .item__desc {
        max-width: 400px;
    }

    .single.single-post.single-vacancy .content {
        width: 100%;
        flex-basis: 100%;
    }

    .single.single-post.single-vacancy .advantages {
        width: 100%;
        flex-basis: 100%;
        margin-top: 25px;
    }

    .slider__item .item__title,
    .slider__item .item__desc {
        margin-left: 0px;
        max-width: 300px;
        margin-right: auto;
    }

    .header__bottom .bottom__menu .menu-item {
        overflow: hidden;
    }

    .single .advice__item {
        flex-wrap: wrap;
        justify-content: center;
    }

    .single .advice__item .item__text {
        width: 100%;
        padding: 15px;
    }

    .single .interesting__item,
    .single .sub-items__item {
        flex-basis: 48%;
    }

    .services__item {
        width: calc(50% - 20px);
        margin: 0;
    }

    .services__item .item__link {
        font-size: 12px;
        border-width: 5px;
    }

    .services__item {
        height: 75px;
    }

    .services__item .item__link:hover {
        font-size: 14px;
    }

    .single .portfolio__wrapper>* {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
    }

    .single .portfolio__wrapper {
        flex-direction: column;
    }

    .single.single-cat.career-cat .experience__wrapper p {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .single.single-post.single-vacancy .single-vacancy__bottom {
        flex-direction: column;
        align-items: center;
    }

    .single.single-post.single-vacancy .form-block {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-bottom: 50px;
    }

    .single.single-post.single-vacancy .single-vacancy__bottom .vacancy {
        margin-bottom: 30px;
    }

    .single .interesting__item,
    .single .sub-items__item {
        flex-basis: 45%;
        height: 90px;
    }

    .single .sub-items__item .item__title,
    .single .interesting__item .item__title {
        font-size: 12px;
        line-height: 1.2;
    }

    .single .sub-items__item {
        height: 90px;
    }

    .single .sub-items__item .item__link,
    .single .interesting__item .item__link {
        border: 5px solid #fff;
    }

    .single .interesting__item .item__link:hover {
        padding: 10px;
    }

    .single.single-page.trust-us .trust-us__reviews .reviews__item {
        flex-direction: column;
    }

    .single.single-page.trust-us .trust-us__reviews .reviews__item .item__img {
        flex-basis: 150px;
        min-width: 150px;
        height: 150px;
        margin-bottom: 15px;
    }

    .reviews__wrapper .item__info {
        width: 100%;
    }

    .single.single-post.single-review .single-review__footer {
        align-items: stretch;
    }

    .single.single-post.single-review .single-review__footer .footer__left {
        flex-wrap: nowrap;
    }

    .single.single-post.single-review .single-review__links a img {
        width: 20px;
    }

    .single.single-post.single-review .single-review__links a span {
        font-size: 12px;
    }

    .portfolio__wrapper>* {
        margin-bottom: 15px;
    }

    .banner {
        margin-bottom: 17px;
    }

    .single.single-page.about-us .experience__item {
        grid-template-columns: repeat(1, 1fr);
    }

    .content-spec blockquote {
        width: 100%;
        margin-right: 0;
    }

    .header__bottom .bottom__menu {
        overflow: auto;
    }

    .header__bottom .bottom__menu .menu {
        height: auto;
    }

    .single .sub-items__item .item__link:hover,
    .single .interesting__item .item__link:hover,
    .single.single-post.single-team .single-team__info .info__terms .terms__item .item__link:hover {
        font-family: DIN2014Light, DIN2014, Helvetica, Arial, sans-serif;
    }

    .services__item .item__link:hover {
        width: 100%;
        height: 100%;
        padding: 10px 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
        font-family: DIN2014Light, DIN2014, Helvetica, Arial, sans-serif;
        -webkit-box-shadow: 0 4px 13px 0 rgba(0, 98, 57, .48);
        box-shadow: 0 4px 13px 0 rgba(0, 98, 57, .48);
        border: 15px solid #fff;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        font-size: 12px;
        border-width: 5px;
    }

    .single .sub-items__item .item__link:hover,
    .single .interesting__item .item__link:hover {
        border-width: 5px;
        padding: 10px 5px;
    }

    .banner__title {
        font-size: 24px;
    }

    .single.single-post.single-team .single-team__info .info__terms .terms__item .item__link:hover {
        width: 100%;
        height: 100%;
        padding: 10px 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 10px;
        line-height: 13px;
        -webkit-box-shadow: 0 4px 13px 0 rgba(0, 98, 57, .48);
        box-shadow: 0 4px 13px 0 rgba(0, 98, 57, .48);
        border: 10px solid #fff;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .about-us .content__text {
        overflow: visible;
    }

    .single.single-page.prices .table-price {
        padding-bottom: 0;
    }

    .single.single-cat.news-cat .news-cat__item {
        flex-basis: 100%;
    }

    .single .feedback__wrapper {
        flex-direction: column;
    }

    .single .feedback__text {
        padding-right: 0;
        margin-bottom: 15px;
    }

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

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

    .single.single-post.single-vacancy section.content:before {
        left: -5px;
    }

    .single.single-post.single-vacancy section.content:after {
        right: -5px;
    }

    .content blockquote:before,
    .content-spec blockquote:before {
        left: -5px;
    }

    .content blockquote:after,
    .content-spec blockquote:after {
        right: -5px;
    }

    .single .cost__wrapper {
        flex-direction: column;
    }

    .single .cost__desc {
        padding-right: 0;
    }

    .single .cost__btn {
        width: 90%;
    }

    .header__bottom .bottom__menu .menu-item a {
        font-size: 20px;
    }

    .single.single-cat.career-cat .experience__wrapper p:nth-child(odd) {
        padding-right: 0;
    }

    .single .sub-items {
        padding-bottom: 25px;
    }

    .header__bottom .bottom__menu .sub-menu.active {
        height: auto;
    }

    .single .awards__wrapper {
        flex-wrap: wrap;
    }

    .single .awards__item {
        flex-basis: 100%;
        margin-bottom: 15px;
    }
}

@media (max-width: 650px) {

    .slider__item .item__title,
    .slider__item .item__desc {
        background-color: rgba(255, 255, 255, 0.8);
        margin-right: 0;
        margin-bottom: 0;
        width: 100%;
        padding: 10px;
        text-align: center;
        margin-top: 0;
        margin-left: 0;
    }

    .site-content .slider__item {
        background-position-x: calc(100% + 100px) !important;
    }

    .slider__item .item__title,
    .slider__item .item__desc {
        max-width: none;
        width: 50%;
    }

    .slider__wrapper {
        height: 275px;
    }

    .single .content-spec__slider-spec {
        min-width: 95%;
        margin-bottom: 10px;
        width: 100%;
    }

    .slider__item .item__desc {
        font-size: 13px;
        line-height: 1.2;
        padding: 0 5px;
    }

    .slider__item .item__title {
        line-height: 0.9;
        margin-top: 15px;
    }

    .slider__item .item__title>span {
        line-height: 0.9;
        display: block;
        margin-top: 10px;
    }

    .slider__dots {
        display: none;
    }

    .single .advant {
        padding-top: 50px;
    }

    .single .clients__item {
        margin-left: auto;
        margin-right: auto;
    }

    .services__item .item__title {
        font-size: 10px;
        min-width: 75%;
    }

    .services__item .item__icon {
        margin-left: 5px;
    }

    .services__item .item__link:hover {
        padding: 10px;
    }

    .single.single-page.about-us .double .worth__list-block {
        padding: 15px;
    }

    .single.single-page.about-us .double .worth__wrapper {
        padding: 20px;
    }

    .single.single-page.single-404 .single-404__wrapper {
        flex-direction: column;
    }

    .single.single-page.single-404 .single-404__text {
        flex-basis: 100%;
        padding-left: 0;
        width: 100%;
    }

    .single.single-page.single-404 .single-404__message {
        margin-bottom: 25px;
    }

    .single .content-spec {
        padding-bottom: 10px;
    }

    .single .cost {
        margin-bottom: 15px;
    }

    .single .experience {
        padding-bottom: 10px;
    }

    .single .advant {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .single .advice {
        padding-bottom: 10px;
    }

    .single .feedback {
        padding-bottom: 10px;
    }

    .single .question {
        padding-bottom: 10px;
    }

    .single .interesting {
        padding-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .footer__left {
        display: flex;
        display: -webkit-flex;
    }

    .footer__wrapper {
        flex-direction: column;
    }

    .footer__left {
        padding: 30px 0 0;
        text-align: center;
    }

    .single.single-post.single-team .single-team__info .info__img {
        width: 100%;
        padding-right: 0;
    }

    .single.single-post.single-team .single-team__info .info__text {
        width: 100%;
    }

    .services__item {
        width: calc(50% - 10px);
        margin: 0;
    }

    .services__item .item__icon {
        height: 20px;
        min-width: 25px;
        margin-right: 3px;
    }

    .services__item .item__link {
        font-size: 10px;
    }

    .services__item .item__link:hover {
        font-size: 11px;
    }

    .services__item {
        height: 75px;
    }

    .single .reviews-employee__item {
        flex-direction: column;
        align-items: center;
    }

    .single .reviews-employee__item .item__img {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .slider__nav {
        right: 40px;
        transform: translateX(0);
    }
}

@media screen and (min-width: 48em) {
    .wrap {
        max-width: 1200px;
    }
}

/************************************************************************************/
/* Callback
/************************************************************************************/
.callback {
    background: #FFFFFF;
    border-radius: 50% !important;
    bottom: 40px;
    cursor: move;
    height: 50px;
    position: fixed;
    right: 40px;
    width: 50px;
    z-index: 9999;
    cursor: pointer;
}

.callback .callback_link::before {
    background: rgba(0, 0, 0, 0) url(../img/phone.webp) no-repeat scroll center center / 50px auto;
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
    width: 50px;
    z-index: 11;
}

.callback:hover {
    animation: 1.5s linear 0s normal none infinite running callback_anim;
}

.callback:hover .callback_b,
.callback:hover .callback_a {
    background-color: #FF0000;
    border-color: #FF0000;
}

.callback .callback_block {
    height: 50px;
    position: absolute;
    width: 50px;
}

.callback .callback_a {
    -webkit-animation: callback 3s linear 0s infinite;
    -moz-animation: callback 3s linear 0s infinite;
    animation: callback 3s linear 0s infinite;
    background-color: transparent;
    border: 2px solid #FF0000;
    border-radius: 100% !important;
    bottom: -25px;
    box-sizing: border-box;
    height: 100px;
    opacity: 0.01;
    position: absolute;
    right: -25px;
    width: 100px;
}

.callback .callback_b {
    -webkit-animation: callback 1.5s linear 0s infinite;
    -moz-animation: callback 1.5s linear 0s infinite;
    animation: callback 1.5s linear 0s infinite;
    background-color: transparent;
    border: 2px solid #FF0000;
    border-radius: 100% !important;
    bottom: -25px;
    box-sizing: border-box;
    height: 100px;
    opacity: 0.01;
    position: absolute;
    right: -25px;
    width: 100px;
}

@keyframes callback {
    0% {
        opacity: 0.8;
        transform: rotate(0deg) scale(0.46) skew(1deg);
    }

    10% {
        transform: rotate(0deg) scale(0.56) skew(1deg);
    }

    100% {
        opacity: 0.01;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@-webkit-keyframes callback {
    0% {
        opacity: 0.8;
        transform: rotate(0deg) scale(0.46) skew(1deg);
    }

    10% {
        transform: rotate(0deg) scale(0.56) skew(1deg);
    }

    100% {
        opacity: 0.01;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@-moz-keyframes callback {
    0% {
        opacity: 0.8;
        transform: rotate(0deg) scale(0.46) skew(1deg);
    }

    10% {
        transform: rotate(0deg) scale(0.56) skew(1deg);
    }

    100% {
        opacity: 0.01;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes callback_anim {
    0% {
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes callback_anim {
    0% {
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

@media (min-width: 769px) {
    #top {
        display: none;
    }
}

.top {
    background-color: #006239cc;
    color: #fff;
    padding: 14px 0;
}

.location-marker {
    background: url('/wp-content/themes/winnerlex/custom/img/location-logo.webp') no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 5px;
    background-size: contain;
}

.telephone-image {
    background: url('/wp-content/themes/winnerlex/custom/img/telephone.webp') no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 5px;
    background-size: contain;
}

.text-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.text-contact>div:first-child {
    display: flex;
    flex-direction: column;
}

.text-contact>div:first-child>*:not(:last-child) {
    margin-bottom: .5rem
}

.text-contact>div:last-child {
    display: flex;
}

.text-contact>div:last-child>*:not(:last-child) {
    margin-right: 1rem
}

#price-unblock-tax,
#price-unblock-tax2 {
    display: none;
}

.unblocktax__btn {
    background-color: #006239;
    text-transform: uppercase;
    text-align: center;
    font-family: DIN2014, Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding: 15px 25px 12px 25px;
}


@media screen and (max-width: 991px) {
    .header__top {
        padding: 3px 0;
    }

    .single-cat__main .slider-spec__wrapper {
        height: 285px;
    }

    .slider {
        margin-top: 20%;
    }

    .single .content-spec__slider-spec .slider-spec__nav {
        margin-top: 0px;
        display: none;
    }

    .single .content-spec__slider-spec .slider-spec__item .item__text {
        bottom: -12px;
    }

    .single .content-spec__slider-spec .slider-spec__title {
        margin-bottom: 5px;
    }

    #page {
        margin-top: 40px;
    }

    .top {
        transition: transform 0.3s ease-in-out;
        /* Добавляем анимацию для плавного скрытия/показа */
        transform: translateY(0);
        /* Исходное положение элемента */
    }

    .top.hidden {
        transform: translateY(-100%);
        /* Скрываем элемент вверх */
    }


    .text-contact {
        flex-direction: column;
    }

    .text-contact>div:last-child {
        flex-direction: column;
    }

    .text-contact>div:first-child>* {
        margin-bottom: .5rem
    }

    .text-contact>div:last-child>*:not(:last-child) {
        margin-right: 0
    }

    .text-contact>div:last-child>*:not(:last-child) {
        margin-bottom: .5rem
    }

    .single.single-cat.services-cat .banner {
        width: 100%;
        height: 10%;
        padding-top: 40%;
    }

    .contact_phones {
        display: none;
    }

    .contact_phones div {
        display: none;
    }

}

.contact_phones {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    color: #006239;
}

.contact_phones div span {
    display: block;
    margin-bottom: 10px;
    /* Регулируйте величину отступа по вашему усмотрению */
}

.contact_phones .telephone-image {
    background: url('/wp-content/themes/winnerlex/custom/img/telephone-green.webp') no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 5px;
    background-size: contain;
}

/* ============================ BANNER REDESIGN ============================ */
/* Slider/Banner Updates */
.slider__wrapper {
    height: auto;
}

.slider__banner-static {
    background-color: #f8f8f8 !important;
    overflow: hidden;
    padding: 80px 0;
    background-position: top center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

/* .slider__banner-static::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 1;
} */

.slider__banner-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    gap: 15px;
    max-width: 650px;
    margin-left: 400px;
    position: relative;
    z-index: 2;
}

/* Lady Justice Image */
.banner__justice-image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 400px;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0 30px 20px 30px;
}

.banner__justice-image img {
    width: 100%;
    height: auto;
    max-height: 90%;
    object-fit: contain;
    object-position: bottom left;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

/* Curved Text Circle */
.banner__circle-text {
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: 500px;
    background: linear-gradient(135deg, #f5faf6 0%, #f5faf6 50%, transparent 50%);
    z-index: 1;
    overflow: visible;
}

.banner__circle-svg {
    width: 280px;
    height: 280px;
    position: absolute;
    top: 60px;
    right: 60px;
    transform: rotate(-25deg);
}

.banner__circle-svg path {
    fill: none;
}

.banner__circle-svg text {
    font-size: 13px;
    font-family: DIN2014DemiBold, DIN2014, Helvetica, Arial, sans-serif;
    fill: #006239;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

/* Banner Text Styles */
.banner__text {
    position: relative;
    z-index: 2;
}

.banner__text-top {
    font-size: 18px;
    font-style: italic;
    color: #666;
    font-family: DIN2014Light, DIN2014, Helvetica, Arial, sans-serif;
    margin-bottom: 5px;
}

.banner__text-main {
    font-size: 56px;
    font-weight: bold;
    color: #006239;
    font-family: GothamProBold, GothamPro, Helvetica, Arial, sans-serif;
    line-height: 1.1;
    margin-bottom: 20px;
}

.banner__text-sub-1,
.banner__text-sub-2 {
    font-size: 22px;
    color: #333;
    text-transform: uppercase;
    font-family: DIN2014, Helvetica, Arial, sans-serif;
    line-height: 1.3;
    font-weight: 400;
}

.banner__subtexts {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-bottom: 30px;
}

/* Banner Buttons */
.banner__buttons {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

.banner__btn {
    padding: 16px 35px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-family: DIN2014DemiBold, DIN2014, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.banner__btn-1 {
    background-color: #006239;
    color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 98, 57, 0.25);
}

.banner__btn-1:hover {
    box-shadow: 0 6px 12px 0 rgba(0, 98, 57, 0.35);
    background-color: #005230;
    transform: translateY(-2px);
}

.banner__btn-2 {
    background-color: transparent;
    border: 2px solid #006239;
    color: #006239;
}

.banner__btn-2:hover {
    background-color: #006239;
    color: #fff;
}

.banner__btn-arrow {
    width: 16px;
    height: 16px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.banner__btn-2:hover .banner__btn-arrow {
    transform: translateX(3px);
}

/* Responsive Styles */
@media (max-width: 1440px) {
    .slider__banner-content {
        margin-left: 350px;
    }

    .banner__justice-image {
        width: 350px;
    }

    .banner__circle-text {
        width: 400px;
        height: 400px;
    }

    .banner__circle-svg {
        width: 220px;
        height: 220px;
        top: 50px;
        right: 50px;
    }

    .banner__circle-svg text {
        font-size: 11px;
        letter-spacing: 2px;
    }

    .banner__text-main {
        font-size: 48px;
    }
}

@media (max-width: 1199px) {
    .slider__wrapper {
        height: 550px;
    }

    .slider__banner-content {
        margin-left: 320px;
        max-width: 550px;
    }

    .banner__justice-image {
        width: 320px;
    }

    .banner__text-main {
        font-size: 42px;
    }

    .banner__text-sub-1,
    .banner__text-sub-2 {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .slider__wrapper {
        height: 550px;
    }

    .slider__banner-content {
        margin-left: 280px;
        max-width: 450px;
    }

    .banner__justice-image {
        width: 280px;
        padding: 0 20px 20px 20px;
    }

    .banner__circle-text {
        width: 320px;
        height: 320px;
    }

    .banner__circle-svg {
        width: 180px;
        height: 180px;
        top: 40px;
        right: 40px;
    }

    .banner__circle-svg text {
        font-size: 9px;
        letter-spacing: 1.5px;
    }
}

@media (max-width: 767px) {
    .slider__wrapper {
        min-height: 500px;
        height: auto;
    }

    .slider__banner-static {
        padding: 60px 0;
    }

    .slider__banner-content {
        margin-left: 0;
        max-width: 100%;
    }

    .banner__justice-image {
        display: none;
    }

    .banner__circle-text {
        display: none;
    }

    .banner__text-top {
        font-size: 16px;
    }

    .banner__text-main {
        font-size: 36px;
    }

    .banner__text-sub-1,
    .banner__text-sub-2 {
        font-size: 18px;
    }

    .banner__buttons {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }

    .banner__btn {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .banner__text-main {
        font-size: 28px;
    }

    .banner__text-sub-1,
    .banner__text-sub-2 {
        font-size: 16px;
    }

    .banner__text-top {
        font-size: 14px;
    }
}