/*
.header-lang-act .custom-header-arrow:after{
	display:none;
}

.header-lang-act .lang-first.custom-header-arrow:after{
	display:flex;
}
*/

.section-text-background{
	background: #f9f9f9;
}

.catalog__text h2,
.catalog__text h3,
.catalog__text h4,
.catalog__text h5,
.catalog__text h6,
.section-text .text-wrap h2,
.section-text .text-wrap h3,
.section-text .text-wrap h4,
.section-text .text-wrap h5,
.section-text .text-wrap h6 {
    font-family: Nunito,sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 15px;
    color: #444;
}

.catalog__text h1,
.section-text .text-wrap h1 {
    font-family: Nunito,sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 20px;
    margin-bottom: 15px;
    color: #444;
}

.catalog__text a,
.section-text .text-wrap a {
    font-family: Nunito,sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #79B530;
}

.catalog__text ul,
.section-text .text-wrap ul {
	list-style: disc;
    padding-left: 45px;
}

.catalog__text ol,
.section-text .text-wrap ol {
	list-style: decimal;
    padding-left: 45px;
}

/* catalog__text */

.catalog__text b,
.section-text .text-wrap b {
	font-weight: bold;
}

.catalog__text i,
.section-text .text-wrap i {
	font-style: italic;
}

.catalog__text .blockquote,
.catalog__text blockquote,
.section-text .text-wrap blockquote {
	margin: 10px 0 15px 0;
    border-left: 5px solid #e6e6e6;
    padding-left: 20px;
}

.catalog__text li,
.section-text .text-wrap li {
	color: #888;
}

/* nav */

.nav-items ul span {
	font-weight: normal;
}

.kontact-form .authorization__input-title {
	width: 157px;
    margin-right: 6px;
}

/* header__nav */

.header__nav li {
    padding: 0 36px;
}

.header__nav li:first-child {
	/* padding-right:51px */
	
	padding-left: unset;
	padding-right: unset;
	
	width: 141px;
	
	text-align: left;
}

.header__nav li:nth-child(2) {
	/* padding-right:54px */
	padding-left: unset;
	padding-right: unset;
	
	width: 330px;
	
	text-align: center;
}

.header__nav li:last-child {
	/* padding-right:52px; */
	
	padding-left: 36px;
	padding-right: unset;
	
	width: 305px;
	
	text-align: left;
}

/* header-ua-lang */

.header-ua-lang .header__nav li:first-child {
	padding-left: unset;
	padding-right: unset;
	
	width: 152px; /* 153-1 */
	
	text-align: left;
}

.header-ua-lang .header__nav li:nth-child(2) {
	padding-left: unset;
	padding-right: unset;
	
	width: 314px;  /* 315-1 */
}

.header-ua-lang .header__nav li:last-child {
	padding-left: 48px;
	padding-right: unset;
}

.custom-header~.header__login.header__cabinet-btn{
	margin-right: 39px!important;
}

.header-ua-lang .custom-header~.header__login.header__cabinet-btn{
	
}

.header-ru-lang .header__nav li:last-child a {
	letter-spacing: -0.6px;
}

.error{
	margin-bottom: unset;
}
