.downloads__grid .downloads__card {
    text-decoration: none;
}

.downloads__grid .downloads__card-title {
    color: #000000;
}

.hidden-input {
    display: none;
}

.vacancy__content h2,
.vacancy__content h3,
.vacancy__content h4,
.vacancy__content h5,
.vacancy__content h6 {
    font-weight: 600;
    margin-bottom: 15px;
}

.post__content h2,
.post__content h3,
.post__content h4,
.post__content h5,
.post__content h6{
    margin-bottom: 20px;
}


.single-solution .single-solution__text h2,
.single-solution .single-solution__text h3,
.single-solution .single-solution__text h4,
.single-solution .single-solution__text h5,
.single-solution .single-solution__text h6 {
    margin-bottom: 20px;
}

.single-product__content h2,
.single-product__content h3,
.single-product__content h4,
.single-product__content h5,
.single-product__content h6 {
    font-weight: 500;
    margin-bottom: 20px;
}

.single-product__content h2,
.vacancy__content h2 {
    font-size: 20px;
}

.single-product__content h3,
.vacancy__content h3 {
    font-size: 18px;
}

.single-product__content h4,
.vacancy__content h4 {
    font-size: 16px;
}

.single-product__content h5,
.vacancy__content h5 {
    font-size: 14px;
}

.single-product__content h6,
.vacancy__content h6 {
    font-size: 12px;
}

.post__content p,
.vacancy__content p {
    margin-bottom: 8px;
}

.post__content ul,
.single-product__content ul {
    margin-bottom: 30px;
}


.post__content ul,
.vacancy__content ul {
    padding-left: 0 !important;
    margin-bottom: 35px;
}


.post__content li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
    list-style: none;
}

ol {
    padding-left: 15px;
}

ol li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 5px;
}

.post__content ul li,
.single-product__content ul li,
.vacancy__content ul li {
    line-height: 1.7;
    margin-bottom: 8px;
    position: relative;
    list-style: none;
    padding-left: 20px;
}

.post__content ul li:before,
.single-product__content ul li:before,
.vacancy__content ul li:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 4px;
    height: 4px;
    background-color: #0da7d3;
}


.footer .subscribe .subscribe__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0 auto 20px;
    gap: 15px;
}

.mailpoet_paragraph input {
    width: 100%;
    outline: none;
    padding: 0 15px !important;
    height: 50px;
    font-family: Montserrat, sans-serif !important;
    font-size: 14px;
}

.mailpoet_submit {
    cursor: pointer;
    color: #ffffff;
    font-weight: 600;
    background: #01a1d9;
    font-family: Montserrat, sans-serif !important;
}

#mailpoet_form_1 form.mailpoet_form,
#mailpoet_form_2 form.mailpoet_form,
#mailpoet_form_3 form.mailpoet_form {
    margin: 0 auto 20px;
}

.otgs-development-site-front-end {
    display: none;
}

.wpcf7 {
    width: 100%;
}

.wpcf7-list-item {
    margin: 0;
}

.contacts__bottom .wpcf7 {
    width: auto;
}

.contacts__file .wpcf7-form-control-wrap {
    display: none;
}


.mailpoet_submit:hover {
    background-color: #FFFFFF;
    color: #01a1d9;
}


@media (min-width: 992px) {
    .title {
        position: relative;
        --before-bottom: -24px; /* fallback */
    }

    .title::before {
        content: '';
        width: 3px;
        height: 140px;
        position: absolute;
        background-color: #0da7d3;
        bottom: var(--before-bottom);
        left: -60px;
    }
}

.post__header {
    margin-bottom: 40px;
}


.post__image {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
}

.post__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    color: #888;
    margin-bottom: 30px;
}

.post__title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 24px;
}

.post__content {
    font-size: 16px;
    line-height: 1.6;
}

.post__image {
    max-height: 400px;
    object-fit: cover;
}

/* Fix admin bar icons on frontend */
#wpadminbar .ab-icon,
#wpadminbar .dashicons {
    font-family: dashicons !important;
}

.single-solution__gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; /* расстояние между картинками */
}

.single-solution__gallery img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.subcategory-page .subcategory__card img {
    max-height: 230px;
}

.single-product .productGalleryThumbs .swiper-slide {
    display: flex;
    justify-content: center;
}

.single-product .productGalleryThumbs img {
    width: auto;
}

.project-single-page .implemented__spec li span {
    max-width: 420px;
}

.project-single-page .implemented__spec li {
    align-items: center;
    gap: 30px;
}

.subcategory-page .subcategory__card {
    height: 100%;
}

.subcategory-page .subcategory__content {
    flex: 1;
}

.subcategory-page .subcategory__btn {
    margin-top: auto;
}

.advantages .advantages__list:last-child li:last-child:before {
    top: 50%;
    background-color: #0da7d3;
}

.advantages .advantages__list li:before {
    background-color: #0da7d3;
}

.products .products__item span {
    z-index: 1;
}

.products .products__item img {
    max-height: 140px;
}

.products__item img {
    max-height: 140px;
}

.about__section-content p {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 20px;
}

.about__section-content ul {
    list-style: none;
    position: relative;
}

.about__section-content ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
}

.about__section-content ul li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #0da7d3;
    -webkit-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

@media (max-width: 1024px) {
    .single-solution__gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .single-solution__gallery {
        grid-template-columns: 1fr;
    }
}