.header-top {
	background-color: #f2f8ff;
}

.header-top-left p {
	color: #222;
}

.ref {
	background-color: #39b719 !important;
	border-color: #39b719 !important;
	color: #fff !important;
}
.ref:hover {
	background-color: #45d621 !important;
	border-color: #45d621 !important;
	color: #fff !important;
}

.main-slider .container .main-slider-block__text {
	color: #222;
}

.advantages {
	background-color: #006eef;
}

.advantages-block__text {
	color: #fff;
}

.other-services-block-content__text,
.other-services-block-content__price {
	color: #222 !important;
}

.other-services-block:hover .other-services-block-content {
	transition: background-color 0.2s ease-in-out;
	background-color: #39b719;
	color: #fff !important;
}
.other-services-block:hover .other-services-block-content__title,
.other-services-block:hover .other-services-block-content__text,
.other-services-block:hover .other-services-block-content__price {
	color: #fff !important;
}

.translation-agency-content .translation-agency-content-right__text {
	color: #222;
}

.service-consultation {
	background-color: #39b719;
	color: #fff;
}

.service-consultation h2,
.service-consultation p {
	color: #fff !important;
}
.service-consultation .button-ask-question {
	border-color: #fff !important;
	color: #fff !important;
	background-color: transparent !important;
}
.service-consultation .button-ask-question:hover {
	background-color: #fff !important;
	color: #39b719 !important;
}

.news-content-block:hover .news-content-block__name {
	color: #39b719;
}

.reviews .ref {
	border-color: #006eef !important;
	color: #006eef !important;
	background-color: transparent !important;
}
.reviews .ref:hover {
	background-color: #006eef !important;
	color: #fff !important;
}

.news .ref,
.services .ref {
	border-color: #39b719 !important;
	color: #39b719 !important;
	background-color: transparent !important;
}
.news .ref:hover,
.services .ref:hover {
	background-color: #39b719 !important;
	color: #fff !important;
}

.form-search {
	margin-bottom: 0;
}

.logo {
	display: block;
	max-width: 200px;
	max-height: 200px;
}

.card-content__name {
	height: auto;
	max-height: 100%;
}







.product-info-content__name {
	font-weight: 700;
	font-size: 22px;
	color: #000;
	margin-bottom: 20px;
}

.product-info-image {
	border: none;
}

.product-info-image .product-slider__block a {
	padding: 0;
}

.product_actions {
	height: 40px;
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}

.product-info-content__params {
	margin-bottom: 20px;
}

.product-info-content__price {
	display: flex;
	align-items: center;
	margin-bottom: 6px;
}

.product-info-content__price .actual-price {
	font-weight: 600;
	font-size: 28px;
	color: #006eef;
}

.product-info-content__price .old-price {
	font-family: Montserrat Regular;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #999999;
    margin-left: 10px;
    position: relative;
    margin-bottom: 0;
}

.product-info-content__price .old-price:before {
    top: 10px;
    left: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #999999;
}

.product-info-content__availability > span {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;

	font-weight: 600;
	font-size: 16px;
	color: #000;
}

.product-info-content__availability > span::before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background-size: 22px;
	background-position: center;
	background-repeat: no-repeat;
}

.product-info-content__availability span.in-stock::before {
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3334 5.5L8.25008 15.5833L3.66675 11' stroke='%23006EEF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}

.product-info-content__availability span.out-of-stock::before {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 5L4.5 14M4.5 5L13.5 14' stroke='%23D30B0B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}

.product-counter {
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    width: max-content;
}

.product-counter input {
	width: 50px;
	height: 40px;

	border: 0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	
	font-weight: 500;
	font-size: 20px;
	text-align: center;
	
    outline: 0;
    appearance: none;
}

.product-counter span {
	width: 40px;
	height: 40px;
	flex-shrink: 0;

	display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    user-select: none;

	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
}

.product-counter--down {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 10L3.5 10' stroke='black' /%3E%3C/svg%3E");
}

.product-counter--up {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 10L3.5 10' stroke='black' /%3E%3Cpath d='M10 3.5V16.5' stroke='black' /%3E%3C/svg%3E");
}

.product-order_btn {
	height: 40px;
}

.product-article_num {
	padding-top: 15px;
	border-top: 1px solid #E0E0E0;

	font-weight: 600;
	font-size: 14px;
	color: #000;
}

.product-article_num > span {
	font-weight: 400;
	font-size: 14px;
}

.product-info ~ .tabs {
	margin-top: 20px;
}

.product-info ~ .tabs .tabs-items {
	border-bottom: 0;
	border-top: 1px solid #eaeaea;
	row-gap: 15px;
}

.product-info ~ .tabs .tabs-item {
	font-family: Montserrat Regular;
	border-bottom: 0;
	border-top: 3px solid transparent;
	padding: 0;

	font-weight: 600;
	font-size: 16px;
	color: #000;
}

.product-info ~ .tabs .tabs-item > span {
	padding: 15px 20px 0 15px;
}

.product-info ~ .tabs .tabs-item.tabs-item_active {
	border-color: #006EEF;
}

.social__tg {
	display: flex;
	flex-direction: column;
	width: 25px;
	height: 25px;
}

.social__tg img {
	width: 25px;
	height: 25px;
}
.container .content-page .row h2, 
.container .content-page .row h3, 
.container .content-page .row h4,
.container .content-page .row p{
	width: 100%;
} 

.header-top-left p {
	width: 15rem;
}
.service-block__name {
	overflow:visible;
}