.blue-dot {
    color: #0091CC;
}

@media screen and (max-width: 1200px) {
    .blue-dot {
        display: block;
        font-size: 0px;
        height: 2px;
        color: transparent!important;
    }
}
@media screen and (max-width: 576px) {
    .page-card h1 {
        text-align: center;
        font-size: 20px!important;
        font-weight: 500;
        line-height: 28px!important;
    }
}

.solutions-row {
    margin-bottom: 80px;
}
.purpose-block {
    margin: 25px 0;
    display: flex;
    align-items: center;
    gap: 30px;
    color: #000;
    font-family: Roboto, sans-serif;
}
.purpose-block-bottom {
    display: none;
}
.purpose-img {
    display: flex;
    width: 70px;
    min-height: 80px;
    align-self: stretch;
    justify-content: center;
    align-items: center;
    background: rgba(68, 198, 154, 0.10);
    flex-shrink: 0;
}
.purpose-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.8rem;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.purpose-value {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
}
.sc-relative{
	position: relative;
}
.characteristic-row {
    margin-bottom: 50px;
    & .characteristic-block {
        &::before {
            top: 19px;
        }
        & .characteristic-block__name, .characteristic-block__value {
            font-size: 16px;
        }
        & .characteristic-block__value {
            max-width: 400px;
            text-transform: unset;
            text-align: right;
        }
    }
}
.item-feedback-btn {
    margin: 32px 0 50px;
}
.good-count-inner .good-count__input {
    padding: 13px 8px !important;
}
@media (max-width: 1200px) {
    .purpose-value {
        font-size: 14px;
    }
    .characteristic-row {
        & .characteristic-block {
            & .characteristic-block__name, .characteristic-block__value {
                font-size: 14px;
            }
            & .characteristic-block__value {
                max-width: 240px;
            }
        }
    }
}
@media (max-width: 992px) {
    .characteristic-row {
        & .characteristic-block {
            gap: 12px;
            & .characteristic-block__name {
                max-width: 190px;
                min-width: max-content;
            }
            & .characteristic-block__value {
                max-width: unset;
            }
        }
    }
}
@media (max-width: 768px) {
    .solutions-row {
        margin-bottom: 30px;
    }
    .purpose-block {
        display: none;
        margin-top: 30px;
        margin-bottom: 80px;
    }
    .purpose-block-bottom {
        display: flex;
    }
    .characteristic-row {
        column-count: 1 !important;
        & .characteristic-block {
            & .characteristic-block__value {
                max-width: 420px;
            }
        }
    }
}
@media screen and (max-width: 740px) {
    .purpose-title {
        font-size: 1.8rem;
        line-height: 2.6rem;
    }
    .good-count__input {
        height: 47px;
    }
	.analog-block{
		flex-direction: column;
		gap: 10px;
	}
	.analog-block .analog-img{
		order: 1;
	}
	.analog-block .analog-text{
		order: 2
	}
}
@media (max-width: 576px) {
    .purpose-block {
        margin-bottom: 60px;
    }
    .item-feedback-btn {
        margin-bottom: 30px;
    }
}
@media (max-width: 375px) {
    .purpose-block {
        gap: 20px;
    }
}

.page-content .options {
    margin-top: 30px;
    margin-bottom: 50px;
    & h3 {
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin-bottom: 2rem;
    }
    & ul li {
        &::first-letter {
             text-transform: uppercase;
         }
        font-weight: 300;
    }

}
.page-content .is-styled p{
	max-width: 100%;
}
.space-block{
	height: 30px;
}
.article-description-content{
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-weight: 400;
	padding: 20px 0;
}
.article-description-content.empty-description{
	padding: 0;
}
.analog-block {
    display: flex;
    gap: 40px;
    margin-bottom: 100px;
    align-items: center;
    justify-content: space-between;
}
.analog-text {
    background: #f5f5f5;
    padding: 12px 20px;
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
}
.analog-text a{
	color: #0091cc;
}
.nta_favorit {
	display: flex;
	align-items: center;
	margin: 0 20px;
	cursor: pointer;
	position: relative;
}
.nta_favorit.active img {
	filter: invert(31%) sepia(86%) saturate(2858%) hue-rotate(176deg) brightness(102%) contrast(101%);
}
.nta_favorit .tooltip {
	position: absolute;
	left: 100%;
	bottom: -10px;
	/* transform: translateX(-50%); */
	background: #fff;
	color: rgba(0,0,0, 0.7);
	padding: 5px 10px;
	/* border-radius: 5px; */
	font-size: 12px;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	box-shadow: 0px 10px 10px 3px rgba(0,0,0, 10%);
}

.nta_favorit:hover .tooltip {
    opacity: 1;
    visibility: visible;
}

.nta_favorit.active .tooltip {
    content: "Удалить из избранного";
}
@media screen and (max-width: 740px){
	.nta_favorit .tooltip {
		left: -120px;
		bottom: -20px;
	}
	.analog-block {
		margin-bottom: 10px;
		gap: 30px;
	}
	.solution-to-cart {
		margin-top: 42px !important;
	}
}