@font-face {
	font-family: 'PT Sans';
	src: url('../fonts/PTSans-Regular.eot');
	/* IE9 Compat Modes */
	src: url('../fonts/PTSans-Regular.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/PTSans-Regular.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/PTSans-Regular.woff') format('woff'),
		/* Pretty Modern Browsers */
		url('../fonts/PTSans-Regular.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/PTSans-Regular.svg#svgFontName') format('svg');
	/* Legacy iOS */
	font-weight: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Regular.eot');
	/* IE9 Compat Modes */
	src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/OpenSans-Regular.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/OpenSans-Regular.woff') format('woff'),
		/* Pretty Modern Browsers */
		url('../fonts/OpenSans-Regular.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/OpenSans-Regular.svg#svgFontName') format('svg');
	/* Legacy iOS */
	font-weight: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-SemiBold.eot');
	/* IE9 Compat Modes */
	src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/OpenSans-SemiBold.woff') format('woff'),
		/* Pretty Modern Browsers */
		url('../fonts/OpenSans-SemiBold.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/OpenSans-SemiBold.svg#svgFontName') format('svg');
	/* Legacy iOS */
	font-weight: 600;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Bold.eot');
	/* IE9 Compat Modes */
	src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/OpenSans-Bold.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/OpenSans-Bold.woff') format('woff'),
		/* Pretty Modern Browsers */
		url('../fonts/OpenSans-Bold.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/OpenSans-Bold.svg#svgFontName') format('svg');
	/* Legacy iOS */
	font-weight: bold;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Italic.eot');
	/* IE9 Compat Modes */
	src: url('../fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/OpenSans-Italic.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/OpenSans-Italic.woff') format('woff'),
		/* Pretty Modern Browsers */
		url('../fonts/OpenSans-Italic.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/OpenSans-Italic.svg#svgFontName') format('svg');
	/* Legacy iOS */
	font-weight: normal;
    font-style: italic;
}


body {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans';
	font-weight: normal;
	font-size: 16px;
	color: #333;
	background: #FFFFFF;
}

* {
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #333;
}

p {
	margin: 0;
	padding: 0;
}

img {
	display: block;
	object-fit: cover;
}

button {
	padding: 0;
	margin: 0;
	border: none;
	cursor: pointer;
	background: transparent;
}

button:active,
button:focus {
	outline: none;
}

input {
	outline: none;
	border: none;
}

input:active {
	outline: none;
}

/* input::placeholder,
textarea::placeholder {
	color: #b4b4b4;
} */

:focus {
	outline: none;
}

button::-moz-focus-inner {
	border: 0;
}

.container-new {
	width: 1002px;
	margin: 0 auto;
}

.btn-new {
	border-radius: 4px;
	color: #FFFFFF;
}

.btn-new-primary {
	background: #E98829;
	padding: 5px 0;
	width: 97px;
	font-size: 14px;
	font-family: 'PT Sans';
	font-weight: normal;
	line-height: 25px;
	text-align: center;
	border: 2px solid #E98829;
	transition: all .5s ease;
}

.btn-new-primary:hover {
	background: #CC7621;
	border: 2px solid #CC7621;
	transition: all .5s ease;	
}

.btn-new-primary:active {
	border: 2px solid #EFEFEF;
	transition: all .5s ease;
}

.btn-new-primary:disabled {
	background: #EFEFEF;
	color: #9B9B9B;
	transition: all .5s ease;
}

.btn-new-secondary {
	padding: 8px 0;
	width: 125px;
	font-size: 14px;
	font-family: 'Open Sans';
	font-weight: 600;
	line-height: 1.4em;
	text-align: center;
	border: 1px solid #fff;
	transition: all .5s ease;
}

h1 {
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
}

h2 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3em;
}

h3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4em;
}


/* override */

.article_text h2, .article_text h3 {
	color: #E98829;
}

.article_text p {
	font-size: 17px;
	line-height: 1.6;
	margin: 14px 0;
}

.article_text a,
.article_text p a {
	max-width: 100%;
	color: #359D66;
	text-decoration: none;
	word-break: break-word;
}

.article_text img {
	max-width: 686px;
	display: inline-block;
}

.article_text ul {
	list-style: disc;
	font-size: 17px;
}

blockquote {
	font-style: italic;
	padding: 2px 0 2px 20px;
	border-left: solid #ccc 5px;
}

.top__menu .menu__item {
	display: block;
	padding: 0;
	margin: 0;
}

.info-news__title .news__title__big {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3em;
}
.info-news__title .news__title__small {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4em;
}

.accordion__header h2 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4em;
	color: #359D66;
}


/* mobile-menu */
.top__burger-btn {
	display: none;
}

.mobile-menu {
	display: none;
}

.popup {
	display: none;
}

.popup {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: flex;
	justify-content: end;
	transition: 0.4s ease;
}

.popup.open {
	right: 0;
	transition: 0.4s ease;
}

.popup.open .menu-hamburger {
	background: #fff;
	width: 100%;
	padding: 60px 0;
}

.popup .top__menu {
	flex-direction: column;
	align-items: start;
}

.popup .top__menu .menu__item {
	padding: 20px;
	border-bottom: 1px solid #333;
	width: 100%;
}

.popup .top__menu .menu__link {
	padding: 0;
}

.popup .top__menu .menu__link::before {
	display: none;
}

.popup .top__btn {
    width: 320px;
    margin: 20px auto 0;
    display: block;
}

.popup-close {
	width: 30px;
	height: 30px;
	position: absolute;
	display: block;
	top: 15px;
	right: 20px;
	cursor: pointer;
}

body.noscroll {
	overflow: hidden;
}
/* mobile-menu end */

/* header-new */
.header-new {
	background: #F4F9F3;
	border-bottom: 1px solid #CFCFCF;
	/*15.04.2024*/
	padding: 20px 0;
}

.top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top__logo {
	display: flex;
}

.top__logo img {
	width: 239px;
}

.top__menu {
	display: flex;
	align-items: center;
}

.menu__link {
	font-size: 15px;
	font-family: 'PT Sans';
	line-height: 22.5px;
	color: #333;
	position: relative;
	padding: 10px;
    transition: all 0.5s;
}

.menu__link::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #359D66;
    transition: all 0.5s;
}

.menu__link:hover:before {
    width: 100%;
    transition: all 0.5s;
}

.menu__link:hover {
    color: #359D66;
    transition: all 0.5s;
}

/* standart-news */
.standart-big-news {
	padding: 40px 0;
	display: flex;
	align-items: start;
	justify-content: space-between;
}

.standart-wrap .standart-big-news {
	border-bottom: 1px solid #EFEFEF;
}

.standart-news__img {
	overflow: hidden;
	transition: all .5s;
}

.standart-big-news .standart-news__img {
	width: 490px;
	display: flex;
	transition: all .5s;
}

.standart-big-news .standart-news__img img {
	height: 360px;
}

.standart-news__img:hover img {
	transform: scale(1.1);
	transition: all .5s;
}

.standart-news__img img {
	width: 100%;
	transition: all .5s;
}

.standart-news__info-news {
	padding-top: 20px;
}

.standart-big-news .standart-news__info-news {
	width: 490px;
}

.info-news__specifications {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.specifications__date {
	display: flex;
	align-items: center;
}

.specifications__date svg {
	min-width: 13px;
	margin-right: 10px;
}

.specifications__date p,
.specifications__author p {
	color: #606669;
	font-size: 12px;
	line-height: 1.4em;
}

.specifications__date p span {
	display: inline;
}

.specifications__views {
	display: flex;
	align-items: center;
	color: #359D66;
	font-size: 12px;
}

.specifications__views svg {
	min-width: 16px;
	margin-right: 4px;
}

.info-news__title {
	margin-top: 10px;
	transition: all .5s;
}

.info-news__title:hover {
	color: #359D66;
	transition: all .5s;
}

.info-news__desc {
	margin-top: 10px;
}

.standart-big-news .info-news__title {
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.standart-big-news .info-news__desc {
	display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.standart-triple-col {
	display: flex;
	align-items: start;
	justify-content: space-between;
	padding: 40px 0;
}

.standart-triple-col_bb-line {
	border-bottom: 1px solid #EFEFEF;
}

.standart-small-news {
	width: 320px;
}

.standart-small-news .standart-news__img {
	width: 320px;
	display: flex;
	transition: all .5s;
}

.standart-small-news .standart-news__img img {
	height: 190px;
}

.standart-small-news .info-news__title {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.standart-small-news .info-news__desc {
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* form-block */
.form-block {
	padding: 30px 0;
	color: #FFFFFF;
	background: url('../img/form-block.png') no-repeat center / cover;
}

.form-block__title {
	width: 480px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}

.form-new {
	width: 480px;
	margin: 20px auto 0;
}

.form-new__placeholder-container {
    position: relative;
	width: 100%;
}
.form-new__placeholder-container input {
    background: #FFF;
	border-radius: 4px;
    border: 1px solid #d2d2d2;
    color: #333;
    font-size: 16px;
    line-height: 1.4em;  
    outline: 0;
    padding: 22px 12px 6px;
    width: 100%;
	transition: all .5s;
}

.form-new__placeholder-container input:hover {
    border: 1px solid #9b9b9b;
	transition: all .5s;
}

.form-new__placeholder-container input:active {
    border: 1px solid #9b9b9b;
	transition: all .5s;
}

.form-new__placeholder-container input:invalid {
	/*border: 1px solid #ff0000;*/
}

.form-new__placeholder-container label {
    color: #9b9b9b;
    background: transparent;
    font-size: 16px;
    line-height: 1.4em;
    padding: 14px 12px;
    pointer-events: none;
    position: absolute;
    transition: all .3s;
    top: 1px;
    left: 0;
}

.form-new__placeholder-container input:focus + label,
.form-new__placeholder-container input:not(:placeholder-shown) + label{
    top: -10px;
    font-size: 12px; 
}

.form-new__checkbox {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.4em;
}

.form-new__checkbox label {
	position: relative;
}

.checkbox-new {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.checkbox-new+label {
	display: block;
	user-select: none;
	margin-left: 22px;
}

.checkbox-new+label::before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: -1px;
    left: -22px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    border: 1px solid #d2d2d2;
    background-color: #FFF;
    background-image: url(../img/checkbox.png);
}

.checkbox-new:checked+label::before {
	background-color: #359D66;
    border: 1px solid #359D66;
	background-image: url("../img/checkbox.png");
}

/* стили при наведении курсора на checkbox */
.checkbox-new:not(:disabled):not(:checked)+label:hover::before {
	background-color: #FFF;
	background-image: url("../img/checkbox-hover.png");
}

/* стили для активного состояния чекбокса (при нажатии на него) */
.checkbox-new:not(:disabled):active+label::before {
	background-color: #359D66;
    border: 1px solid #359D66;
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
/* .checkbox-new:focus:not(:checked)+label::before {
	background-color: transparent;
} */

/* стили для чекбокса, находящегося в состоянии disabled */
.checkbox-new:disabled+label::before {
	background-color: #FFF;
}

.form-new__checkbox label a {
	text-decoration: underline;
	color: #FFF;
}

.form-new__bottom {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.form-new__btn-orange {
	background: #E98829;
}

.form-new__btn-orange:hover {
	background: #CC7621;
	transition: all .5s ease;	
}

.form-new__btn-orange:active {
	border: 2px solid #EFEFEF;
	transition: all .5s ease;
}

.form-new__btn-orange:disabled {
	background: #EFEFEF;
	border: 1px solid #EFEFEF;
	color: #9B9B9B;
	transition: all .5s ease;
}

.form-new__btn-green {
	background: #359D66;
}

.form-new__btn-green:hover {
	background: #2D8456;
	transition: all .5s ease;	
}

.form-new__btn-green:active {
	border: 2px solid #EFEFEF;
	transition: all .5s ease;
}

.form-new__btn-green:disabled {
	background: #EFEFEF;
	border: 1px solid #EFEFEF;
	color: #9B9B9B;
	transition: all .5s ease;
}

.form-new__social {
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #fff;
}

.form-new__social a {
	margin-left: 5px;
	width: 24px;
	height: 24px;
	min-width: 24px;
}

/* accordion */
.accordion {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding-top: 20px;
}

.accordion__item {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #359D66;
}

.accordion__item:not(:first-of-type) {
	margin-top: -1px;
}

.accordion__item.active .accordion__header svg {
	transform: rotate(180deg);
	transition: all .5s;
}

.accordion__header {
	padding: 16px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.accordion__header p {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4em;
	color: #359D66;
}

.accordion__header svg {
	min-width: 24px;
	transition: all .5s;
}

.accordion__body {
	padding: 10px 40px;
	font-size: 14px;
	line-height: 1.4em;
}

.accordion__body-item:not(:last-of-type) {
	margin-bottom: 10px;
}

.accordion__body-item p {
	display: inline;
}

.accordion__body-item a {
	color: #359D66;
	text-decoration: underline;
	display: inline;
}

.accordion__body-item li:not(:last-of-type) {
    margin-bottom: 5px;
}

/* one-news page */
.double-wrap {
	display: flex;
	align-items: start;
	justify-content: space-between;
	border-bottom: 1px solid #EFEFEF;
	padding: 60px 0 40px;
}

.one-news {
	width: 686px;
	float: left;
}

.one-news__specifications {
	justify-content: start;
}

.one-news__specifications .specifications__author {
	margin-left: 20px;
	display: flex;
	align-items: center;
}

.one-news__specifications .specifications__author svg {
	min-width: 14px;
	margin-right: 5px;
}

.one-news__specifications .specifications__views {
	margin-left: auto;
}

.one-news__title {
	margin-top: 10px;
}

.one-news__desc {
	font-size: 18px;
	line-height: 1.4em;
	margin-top: 20px;
    font-style: italic;
}

.one-news__img {
	width: 100%;
	margin-top: 40px;
}

.one-news__body {
	margin-top: 40px;
}

.one-news__texts {
	font-size: 18px;
	margin-top: 30px;
}

.one-news__texts .one-news__text:not(:first-of-type) {
	margin-top: 20px;
}

.one-news__notes-news {
	margin-top: 30px;
	border-top: 1px solid #359D66;
	border-bottom: 1px solid #359D66;
	padding: 10px 40px;
	font-size: 18px;
	font-style: italic;
	line-height: 1.4em;
	display: flex;
	align-items: start;
}

.one-news__notes-news svg {
	min-width: 30px;
	margin-right: 10px;
}

.one-news__subtitle {
	margin-top: 40px;
	color: #E98829;
}

.one-news__list {
	margin-top: 20px;
}

.one-news__list li {
	position: relative;
	display: flex;
	margin-left: 20px;
}

.one-news__list li::before {
	content: '';
	position: absolute;
	display: block;
	width: 4px;
	height: 4px;
	background: #000;
	border-radius: 100%;
	top: 12px;
	left: -20px;
}

.one-news__list li:not(:last-of-type) {
	margin-bottom: 5px;
}

.form-fixed {
	width: 240px;
	float: right;
}

.form-fixed .form-block {
	padding: 20px 10px;
}

.form-fixed .form-block__desc {
	text-align: center;
	margin: 10px auto 0;
	width: 200px;
	font-size: 14px;
	line-height: 1.4em;
}

.form-fixed .form-new {
	width: 100%;
}

.form-fixed .form-new__placeholder-container label {
    padding: 10px 12px;
}

.form-fixed .form-new__placeholder-container input {
    padding: 12px 12px 6px;
}

.form-fixed .form-new__bottom {
	flex-direction: column;
}

.form-fixed .form-new__bottom .form-new__btn-orange {
	width: 100%;
}

.favourites {
	display: none;
}

/*15.04.2024*/
.top__btns {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.top__reg {
	margin-top: 5px;
	color: #359D66;
	font-size: 15px;
	line-height: 1.65em;
}

.popup .top__reg  {
    width: 320px;
    margin: 10px auto 0;
    display: block;
	padding: 7px 0;
	border: 1px solid #359D66;
	background: #fff;
	font-size: 14px;
	line-height: 1.55em;
	border-radius: 3px;
}

.one-news__reg-block {
	margin-top: 40px;
	padding: 40px;
	background: #F9F9F9;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.reg-block__btn {
	padding: 8px 16px;
	width: auto;
}

.success-new {
	width: 100%;
	height: 100%;
	display: none;
}

.success-new.active {
	display: block;
}

.success-new__overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: rgba(51, 51, 51, 0.40);
}

.success-new__modal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 500px;
	height: auto;
	z-index: 1001;
	background: #fff;
	color: #333;
	padding: 40px 20px 20px;
	text-align: center;
}

.success-new__desc {
	margin-top: 10px;
}

.success-new__help-link {
	margin-top: 40px;
	text-decoration: underline;
	font-size: 14px;
	line-height: 1.4em;
	color: #E98829;
	display: block;
}

.success-new__big-btn {
	margin-top: 10px;
	width: 100%;
	padding: 7px 0;
}

.success-new__close-btn {
	position: absolute;
	top: 0;
	right: 0;
}

.footer-new {
	padding: 40px 0 20px;
	background: #F4F9F3;
}

.footer-wrap {
	display: flex;
	align-items: start;
	justify-content: space-between;
}

.footer-wrap__logo {
	display: flex;
}

.footer-wrap__logo img {
	width: 236px;
}

.left-col__bottom {
	margin-top: 16px;
}

.footer-wrap__standart-triggers {
	display: flex;
	align-items: start;
}

.footer-wrap__standart-triggers .standart-trigger:first-of-type {
	margin-right: 20px;
}

.standart-trigger span {
	line-height: 1.4em;
	color: #359D66;
}

.standart-trigger p {
	color: #E98829;
	font-size: 12px;
	line-height: 1.4em;
}

.footer-wrap__partner-logo {
	display: flex;
	margin-top: 16px;
}

.footer-wrap__partner-logo img {
	width: 133px;
}

.footer-wrap__menu {
	columns: 2;
	width: 265px;
}

.footer-wrap__menu .menu__item {
	min-height: 39px;
	display: flex;
	align-items: center;
}

.footer-wrap__menu .menu__item:nth-child(n+1):nth-child(-n+3) {
	width: 67px;
}

.footer-wrap__menu .menu__item .menu__link {
	padding: 10px 0;
}

.footer-wrap__right-col {
	display: flex;
	align-items: start;
}

.footer-wrap__social-triggers {
	margin-right: 40px;
}

.footer-wrap__social-triggers .social-trigger:not(:last-of-type) {
	margin-bottom: 20px;
}

.social-trigger {
	display: flex;
	align-items: center;
	color: #359D66;
	font-size: 14px;
	line-height: 1.4em;
}

.social-trigger svg {
	margin-right: 10px;
	min-width: 32px;
}

.footer-wrap__btn-downloads a {
	width: 133px;
	display: block;
}

.footer-wrap__btn-downloads a:not(:last-of-type) {
	margin-bottom: 10px;
}

.menu__item_only-mobile {
	display: none !important;
}




/* Responsive */
/* L: 992px - 1199px */
@media (max-width: 1199px) {
	.container-new {
		max-width: 960px;
	}

	.standart-big-news .standart-news__img {
		width: 470px;
	}

	.standart-big-news .standart-news__info-news {
		width: 470px;
	}

	.standart-small-news {
		width: 306px;
	}

	.standart-small-news .standart-news__img {
		width: 306px;
	}

	










}

/* Tablet: 768px - 991px */
@media (max-width: 991px) {

	.article_text img:not(.imported-img) {
		width: 100% !important;
		height: auto !important;
	}

	.container-new {
		max-width: 720px;
	}

	.standart-big-news .standart-news__img {
		width: 350px;
	}

	.standart-big-news .standart-news__info-news {
		width: 350px;
	}

	.standart-news__info-news {
		padding-top: 10px;
	}

	.standart-big-news .info-news__desc {
		-webkit-line-clamp: 5;
	}

	.standart-small-news {
		width: 226px;
	}

	.standart-small-news .standart-news__img {
		width: 226px;
	}

	.one-news {
		width: 460px;
	}

	/*15.04.2024*/
	.footer-wrap {
		flex-wrap: wrap;
	}

	.footer-wrap__right-col {
		margin-top: 20px;
		display: flex;
		flex-direction: column;
	}

	.footer-wrap__social-triggers {
		display: flex;
		align-items: center;
		margin-right: 0;
	}

	.footer-wrap__social-triggers .social-trigger:not(:last-of-type) {
		margin: 0 20px 0 0;
	}
	
	.footer-wrap__btn-downloads {
		display: flex;
		align-items: center;
		margin-top: 20px;
	}

	.footer-wrap__btn-downloads a:not(:last-of-type) {
		margin: 0 20px 0 0;
	}

	.footer-wrap__menu {
		width: 325px;
	}

	.footer-wrap__center-col {
		margin-top: 20px;
	}

	


	








}

/* S: 576 - 767px */
@media (max-width: 767px) {

	.standart-big-news .standart-news__img img {
		height: auto;
	}

	.standart-small-news .standart-news__img img {
		height: auto;
	}

	.container-new {
		max-width: 540px;
	}

	.top__burger-btn {
		display: block;
		min-width: 36px;
	}

	.top .top__menu, .top .top__btns {
		display: none;
	}

	.top__logo img {
		width: 150px;
	}

	.header-new {
		padding: 25px 0;
	}

	.standart-big-news {
		flex-direction: column;
		padding: 40px 0 20px;
	}

	.standart-wrap .standart-big-news {
		border-bottom: none;
	}

	.standart-big-news .standart-news__img {
		width: 100%;
	}

	.standart-big-news .standart-news__info-news {
		width: 100%;
	}

	.standart-news__info-news {
		padding-top: 20px;
	}

	.standart-triple-col {
		flex-direction: column;
		padding: 0;
	}

	.standart-small-news {
		width: 100%;
		display: flex;
		flex-direction: row-reverse;
		border-top: 1px solid #EFEFEF;
		padding: 20px 0;
		justify-content: space-between;
		align-items: center;
	}

	.standart-small-news .standart-news__img {
		width: 39%;
	}

	.standart-small-news .standart-news__info-news {
		width: 59%;
		padding: 0;
	}

	.standart-small-news .info-news__specifications,
	.standart-small-news .info-news__desc {
		display: none;
	}

	.standart-small-news .info-news__title {
		margin: 0;
		-webkit-line-clamp: 4;
	}

	.accordion__header {
		padding: 16px 20px;
	}

	.accordion__body {
		padding: 10px 20px;
	}

	.double-wrap {
		flex-direction: column;
		padding: 20px 0 40px;
	}

	.one-news {
		width: 100%;
	}

	.form-fixed {
		width: 100%;
		margin-top: 40px;
	}

	.form-fixed .form-new {
		width: 480px;
	}

	.form-fixed .form-block__desc {
		width: 80%;
	}

	/*15.04.2024*/
	.left-col__bottom {
		display: flex;
		align-items: center;
	}

	.footer-wrap__standart-triggers {
		margin-right: 20px;
	}

	.footer-wrap__partner-logo {
		margin-top: 0;
	}

	
	







}

/* Phone: 0 (320px) - 575px */
@media (max-width: 575px) {
	.container-new {
		width: 100%;
		padding: 0 20px;
	}

	body {
		font-size: 14px;
	}

	h2 {
		font-size: 18px;
	}

	h3 {
		font-size: 16px;
	}

	.standart-small-news .standart-news__img {
		width: 34%;
	}

	.standart-small-news .standart-news__info-news {
		width: 64%;
	}

	.main-form .form-block {
		padding: 20px 10px;
	}

	.main-form .form-new {
		width: 100%;
	}

	.main-form .form-new__bottom {
		flex-direction: column;
	}

	.main-form .form-new__btn-orange,
	.main-form .form-new__btn-green {
		width: 100%;
		margin-bottom: 20px;
	}

	.popup .top__btn,
	.popup .top__reg {/*15.04.2024*/
		width: 90%;
	}
	.favourites {
		display: block;
		margin-top: 20px;
	}

	.favourites a {
		display: flex;
		align-items: center;
		font-size: 14px;
		font-weight: 600;
		color: #359D66;
	}

	.favourites a svg {
		min-width: 16px;
		margin-right: 4px;
	}

	.one-news__specifications {
		flex-direction: column;
		align-items: start;
	}

	.one-news__specifications .specifications__views {
		display: none;
	}

	.one-news__specifications .specifications__author {
		margin: 5px 0 0;
	}

	h1 {
		font-size: 22px;
		line-height: 1.3em;
	}

	.one-news__texts {
		font-size: 16px;
		margin-top: 20px;
	}

	.one-news__notes-news {
		margin-top: 20px;
		padding: 10px 0;
		font-size: 16px;
	}

	.one-news__notes-news svg {
		min-width: 20px;
		width: 20px;
		height: 20px;
		margin-right: 10px;
	}

	.form-fixed .form-new {
		width: 100%;
	}

	.form-fixed .form-block__desc {
		width: 90%;
	}

	/*15.04.2024*/
	.one-news__reg-block {
		padding: 20px;
		flex-direction: column;
	}

	.reg-block__btn {
		margin-top: 20px;
		width: 100%;
		padding: 8px 0;
	}

	.success-new__modal {
		width: 90%;
	}

	.footer-wrap__partner-logo img {
		width: 108px;
	}
	
	.footer-wrap__standart-triggers {
		margin-right: 17px;
	}

	.footer-wrap__standart-triggers .standart-trigger:first-of-type {
		margin-right: 17px;
	}

	.footer-wrap__social-triggers {
		flex-wrap: wrap;
	}

	.footer-wrap__btn-downloads {
		flex-wrap: wrap;
	}

	.footer-wrap__btn-downloads {
		margin-top: 40px;
	}

	.footer-wrap__btn-downloads a:not(:last-of-type) {
		margin: 0 10px 10px 0;
	}

	.menu__item_only-mobile {
		display: flex !important;
	}

	.footer-wrap__center-col {
		width: 100%;
	}

	.footer-wrap__menu {
		width: 100%;
	}





}