@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.eot');
    src: url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy-Regular.woff') format('woff'),
        url('../fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.eot');
    src: url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Medium.woff2') format('woff2'),
        url('../fonts/Gilroy-Medium.woff') format('woff'),
        url('../fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Semibold.eot');
    src: url('../fonts/Gilroy-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Semibold.woff2') format('woff2'),
        url('../fonts/Gilroy-Semibold.woff') format('woff'),
        url('../fonts/Gilroy-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.eot');
    src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy-Bold.woff') format('woff'),
        url('../fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Extrabold.eot');
    src: url('../fonts/Gilroy-Extrabold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Extrabold.woff2') format('woff2'),
        url('../fonts/Gilroy-Extrabold.woff') format('woff'),
        url('../fonts/Gilroy-Extrabold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.eot');
    src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff'),
        url('../fonts/Inter-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBold.eot');
    src: url('../fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter-SemiBold.woff') format('woff'),
        url('../fonts/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.eot');
    src: url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Bold.woff2') format('woff2'),
        url('../fonts/Inter-Bold.woff') format('woff'),
        url('../fonts/Inter-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Golos';
    src: url('../fonts/GolosText-Regular.eot');
    src: url('../fonts/GolosText-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GolosText-Regular.woff2') format('woff2'),
        url('../fonts/GolosText-Regular.woff') format('woff'),
        url('../fonts/GolosText-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Golos';
    src: url('../fonts/GolosText-Medium.eot');
    src: url('../fonts/GolosText-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GolosText-Medium.woff2') format('woff2'),
        url('../fonts/GolosText-Medium.woff') format('woff'),
        url('../fonts/GolosText-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
/************************* reset *************************/
html{
	height: 100%;
	margin: 0;
	padding: 0;width: 100%;
	background: #F5F5F5;
}
body{
	height: 100%;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	color: #2A3142;
	font-size: 20px;
	font-weight: 400;
	font-family: 'Inter', Arial, Helvetica, sans-serif;
	line-height: 32px;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
h1, h2, h3, h4, p, ul, li, a, span, div, input, textarea, select, form, fieldset, button, dl, dd, dt, figure, figcaption, blockquote, caption, aside, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	box-sizing: border-box;
}
img {
	margin: 0;
	padding: 0;
	border-style: none;
	vertical-align: bottom;
}
input, textarea, select, button {
	font-weight: 400;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	vertical-align:middle;
	border: 0;
	outline: 0;
	background: none;
}
a:hover {text-decoration: none;}
ul li {list-style: none;}
/************************* common styles *************************/
.holder {
	padding: 0 15px;
	margin: auto;
}
@media (min-width: 575px){
	.holder {
		padding: 0 20px;
	}
}
@media (min-width: 980px) {
	.holder {
		max-width: none;
		padding: 0 24px;
	}
}
@media (min-width: 1320px){
	.holder {
		max-width: 1280px;
		padding: 0;
	}
}
.holder:after {
	display: block;
	content: '';
	clear: both;
}
h1 {
	/*font-weight: 700;*/
	font-family: 'Gilroy';
	font-size: 40px;
	line-height: 44px;
}
h2 {
	/*font-weight: 700;*/
	font-family: 'Gilroy';
	font-size: 32px;
	line-height: 36px;
}
h3 {
	/*font-weight: 700;*/
	font-family: 'Gilroy';
	font-size: 24px;
	line-height: 30px;
}
h4 {
	/*font-weight: 600;*/
	font-family: 'Gilroy';
	font-size: 22px;
	line-height: 26px;
}
h5 {
	/*font-weight: 700;*/
	font-family: 'Gilroy';
	font-size: 14px;
	line-height: 17px;
}
h6 {
	/*font-weight: 500;*/
	font-family: 'Gilroy';
	font-size: 14px;
	line-height: 17px;
}

a {transition: all .3s linear;}
p {margin: 0 0 32px;}
p a, .article li a {color: #274BC8;}
.center {text-align: center;}
.upper {text-transform: uppercase;}
.button-holder {text-align: center;}
.button {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 10px 53px 12px;
	color: #fff;
	font-weight: 600;
	font-family: 'Gilroy';
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: #00A740;
	border-radius: 8px;
	transition: all .3s linear;
}
.wpcf7 input[type=submit] {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 192px;
	padding: 10px 53px 12px;
	color: #fff;
	font-weight: 600;
	font-family: 'Gilroy';
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: #274BC8;
	border-radius: 8px;
	transition: all .3s linear;
}
.desk-view {
	display: block;
}
.mob-view {
	display: none;
}
.button:hover {
	background: #00A740;
}
.s-act {
	display: block!important;
}

.desk-header-search {
	margin: 0 10px;
}

.desk-search-view {
	width: 100%;
}

.desk-search-view .td-drop-down-search {
    border: 0px solid #CED9F8;
    border-radius: 8px;
	width:100%;
}
.desk-search-view .td-drop-down-search:before {
	display: none;
}
.desk-search-view .td-drop-down-search #td-header-search {
    background-color: #ffffff !important;
    width: 95%;
    height: 32px;
    margin: 0;
    border-right: 0;
    line-height: 17px;
    border-radius: 8px;
    border: 1px solid #DFA0C7;
}
.desk-search-view .td-drop-down-search .btn {
    position: absolute;
	margin-top: 2px;
    padding: 7px 15px 8px;
    color: #fff;
    font-weight: 600;
    font-family: 'Gilroy';
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background: #00A740;
    border-radius: 0 8px 8px 0;
	height: 32px;
    transition: all .3s linear;
    right: -20px;
	/*right: 0;*/
}
.desk-search-view .td-drop-down-search .btn:hover {
	background: #00A740;
}

.mob-search-view {
	display: none;
}
.mob-search-view .td-drop-down-search {
    border: 1px solid #CED9F8;
    border-radius: 8px;
	z-index: 541;
}
.mob-search-view .td-drop-down-search:before {
	display: none;
}
.mob-search-view .td-drop-down-search #td-header-search {
    background-color: #ffffff !important;
    width: 95%;
    height: 32px;
    margin: 0;
    border-right: 0;
    line-height: 17px;
    border-radius: 8px;
    border: 1px solid #CED9F8;
}
.mob-search-view .td-drop-down-search .btn {
    position: absolute;
	margin-top: 2px;
    padding: 7px 15px 8px;
    color: #fff;
    font-weight: 600;
    font-family: 'Gilroy';
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background: #00A740;
    border-radius: 0 8px 8px 0;
    transition: all .3s linear;
    right: 0;
}
.mob-search-view .td-drop-down-search .btn:hover {
	background: #00A740;
}
@media screen and (max-width: 768px) {
	.mob-search-view {
		display: block;
	}
	.desk-search-view {
		display: none;
	}
}

img.scaled-image {
    border: 0px #3eadc9 dotted;
    margin: -3px;
}
/************************* form-block *************************/
.input {
	display: block;
	width: 100%;
	height: 48px;
	padding: 0 14px;
	margin: 0 0 24px;
	font-weight: 400;
	font-family: 'Gilroy';
	font-size: 16px;
	color: #2A3142;
	border-radius: 8px;
	border: 1px solid #CED9F8;
	background: #FFF;
	transition: all 0.3s ease;
}
.comment-form-input-wrap input {
	display: block;
	width: 100%;
	height: 48px;
	padding: 0 14px;
	margin: 0 0 24px;
	font-weight: 400;
	font-family: 'Gilroy';
	font-size: 16px;
	color: #2A3142;
	border-radius: 8px;
	border: 1px solid #CED9F8;
	background: #FFF;
	transition: all 0.3s ease;
}
.textarea {
	display: block;
	width: 100%;
	height: 80px;
	padding: 11px 14px;
	margin: 0 0 24px;
	font-weight: 400;
	font-family: 'Gilroy';
	font-size: 16px;
	resize: vertical;
	color: #2A3142;
	border-radius: 8px;
	border: 1px solid #CED9F8;
	background: #FFF;
	transition: all 0.3s ease;
}
.input:hover, .input:focus,
.textarea:hover, .textarea:focus {
	border: 1px solid #00A740;
}
.input.success,
.textarea.success {
	color: #71CFA2;
	border: 1px solid #71CFA2;
}
.input.error,
.textarea.error {
	color: #E85353;
	border: 1px solid #E85353;
}
::-webkit-input-placeholder {color: #2A3142;}
:-moz-placeholder {color: #2A3142; opacity: 1;}
::-moz-placeholder {color: #2A3142; opacity: 1;}
:-ms-input-placeholder {color: #2A3142;}
.success::-webkit-input-placeholder {color: #71CFA2;}
.success:-moz-placeholder {color: #71CFA2; opacity: 1;}
.success::-moz-placeholder {color: #71CFA2; opacity: 1;}
.success:-ms-input-placeholder {color: #71CFA2;}
.error::-webkit-input-placeholder {color: #E85353;}
.error:-moz-placeholder {color: #E85353; opacity: 1;}
.error::-moz-placeholder {color: #E85353; opacity: 1;}
.error:-ms-input-placeholder {color: #E85353;}
.check-item {
	position: relative;
}
.check-input {
	position: absolute;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
}
.check-label {
	display: block;
	padding: 0 0 0 24px;
	color: #2A3142;
	font-weight: 400;
	font-family: 'Gilroy';
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
}
.check-label:before {
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	content: '';
	width: 15px;
	height: 15px;
	box-sizing: border-box;
	background: url(../images/checkbox.svg) 50% 50% no-repeat;
	background-size: contain;
}
.check-input:checked + .check-label:before {
	background: url(../images/checkbox-active.svg) 50% 50% no-repeat;
	background-size: contain;
}

@media screen and (max-width: 600px) {
	#wpadminbar {
		position: fixed;
	}
}

/************************* wrapper *************************/
#wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
/************************* header *************************/
/************************* header-line *************************/
.header {
	position: relative;
	box-shadow: 0 1px 10px 0 rgba(0, 45, 101, 0.24);
}
/******************** fixed header *********************/
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 200;
	transition: all 0.3s linear;
}
.header.hidden {
	top: -110px;
}
.header-top {
	height: auto;
	/*height: 72px;*/
}

#wrapper {
	padding-top: 96px;
}
.tech-block table {
	width: 100%;
	border-collapse: collapse;
}
.tech-block tr:nth-child(odd){background: #E2EDFF;}
.tech-block td {
	padding: 5px 10px;
	font-weight: 400;
	font-family: 'Golos';
	font-size: 20px;
	line-height: 32px;
	vertical-align: top;
	border-radius: 0 8px 8px 0;
}
.tech-block td:first-child {
	padding: 5px 10px;
	border-radius: 8px 0 0 8px;
}

.article-part table {
	width: 100%;
	border-collapse: collapse;
}
.article-part tr:nth-child(odd){background: #E2EDFF;}
.article-part td {
	padding: 5px 10px;
	font-weight: 400;
	font-family: 'Golos';
	font-size: 20px;
	line-height: 32px;
	vertical-align: top;
	border-radius: 0 8px 8px 0;
}
.article-part td:first-child {
	padding: 5px 10px;
	border-radius: 8px 0 0 8px;
}
@media screen and (max-width: 980px) {
	#wrapper {
		padding-top: 90px;
	}
	.header-top {
		height: auto;
	}
	.tech-block td {
		font-size: 16px;
		line-height: 20px;
	}
	.article-part td {
		font-size: 16px;
		line-height: 20px;
	}
}
.header-line {
	background: #00A740;
}
.header-line-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 24px;
}
.header-day {
	padding: 2px 8px;
	font-weight: 600;
	font-family: 'Gilroy';
	font-size: 9px;
	line-height: 10px;
	color: #fff;
	text-transform: uppercase;
	background: #00A740;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 4px;
}
.header-day a {
	color: inherit;
}
.header-links {
	display: flex;
	margin: 0 0 0 auto;
}
.header-links a {
	margin: 0 32px 0 0;
	font-weight: 600;
	font-family: 'Gilroy';
	font-size: 10px;
	line-height: 10px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.header-links a:hover {color: white;}
.header-webs {
	display: flex;
	align-items: center;
	gap: 19px;
}

.header-webs .td-social-icon-wrap i {
	color: rgba(255, 255, 255, 0.6);
}
.header-webs .td-social-icon-wrap:hover i {
	color: white;
}
.header-webs svg {display: block;}
.header-webs path {
	fill: rgba(255, 255, 255, 0.6);
	transition: all 0.3s linear;
}
.header-webs a:hover path {
	fill: white;
}
/************************* header-top *************************/
.header-top {
	padding: 9px 0;
	background: #fff;
}
.mob-nav-icon {display: none;}
.header-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.header-block-top {
	display: flex;
	align-items:center;
	width: 100%;
}
.header-search {
	display: flex;
	justify-content: end;
	/*justify-content: center;*/
	align-items: center;
}
.header .speed {display: none;}

.td-search-form {
	position: relative;
}
/************************* header-nav *************************/
.header-nav {
	flex: 1;
	padding: 0 0 0 75px;
	/*padding: 0 75px;*/
	position: relative;
}
.header-nav-list {
	display: flex;
	align-items: center;
	justify-content: start;
	/*justify-content: space-between;*/
}
.header-nav-list > .header-nav-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 16px;
	color: #2A3142;
	text-decoration: none;
	border-radius: 8px;
}
.header-nav-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
}
.header-nav-item path {
	transition: all 0.3s linear;
}
.header-nav-text {
	font-weight: 600;
	font-family: 'Gilroy';
	font-size: 16px;
	line-height: 20px;
}

@media screen and (min-width: 981px) {
	.header-nav-list > li:hover > .header-nav-item {
		color: #fff;
		background: #00A740;
	}
	.header-nav-item:hover path,
	.header-nav-list > li:hover path {
		fill: #fff;
	}
	.header-nav-item:hover .path-empty,
	.header-nav-list > li:hover .path-empty {
		fill: #00A740;
	}
    .header-nav-list > li:hover .subnav {
        display: grid;
    }
}
.mob-nav-top {
	display: none;
}
.nav-links {
	display: none;
}
.subnav {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	width: 920px;
	padding: 40px;
	display: none;
	box-shadow: 0 10px 12px 0 rgba(49, 94, 251, 0.13);
	border-radius: 0 0 8px 8px;
    background-color: #fff;
	flex-direction: column;
	gap: 24px;
	max-width: 202px;
}

.subnav-top {
	padding: 40px 40px 24px;
	background: #fff;
}
.subnav-block {
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 0 40px 40px;
	background: #fff;
}
.subnav-block::before {
	position: absolute;
	top: -14px;
	left: -10px;
	right: -10px;
	height: 14px;
	content: '';
	box-shadow: 0 1px 10px 0 rgba(0, 45, 101, 0.24);
}

.subnav-list li {
	line-height: 20px;
}
.subnav-list a,
.subnav-top a {
	position: relative;
	display: block;
	padding: 0 0 0 15px;
	font-weight: 600;
	font-family: 'Gilroy';
	font-size: 14px;
	line-height: 20px;
	color: #2A3142;
	text-decoration: none;
	text-transform: uppercase;
}
.subnav-list a::before,
.subnav-top a::before {
	position: absolute;
	top: 6px;
	left: 0;
	content: '';
	width: 7px;
	height: 7px;
	background: #274BC8;
	border-radius: 2px;
	transition: all 0.3s linear;
}

.subnav-list a:hover,
.subnav-top a:hover {
	color: #FF60F0;
}
.subnav-list a:hover::before,
.subnav-top a:hover::before {
	background: #FF60F0;
}

.subnav-list a.active,
.subnav-top a.active {
	color: #FF60F0;
}

/************************* main page *************************/
.main-banner img {
	width: 100%;
	height: 179px;
	object-fit: cover;
}
.main-bar {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 0 6px;
}
.main-tags {
	display: flex;
	align-items: flex-start;
	gap: 24px;
}
.main-tags-text {
	font-weight: 600;
	font-family: 'Gilroy';
	font-size: 14px;
	line-height: 16px;
	color: #274BC8;
}
/************************* main-top *************************/
.main-top {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px 24px;
}
.main-top-content {
	width: 66.66%;
	padding: 0 12px;
}
.main-top-side {
	display: flex;
	flex-direction: column;
	gap: 20px 0;
	width: 33.33%;
	padding: 0 12px;
}
.main-top-side .label-wrap {
	margin: 0 auto -5px 0;
}
.main-top-side .box {
	margin: 0;
}
.banner-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 24px;
}
.banner-item {
	width: calc(50% - 19px);
}
.banner-item img {
	width: 100%;
	border-radius: 8px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}
.main-top-side .box-min .box-title {
    font-size: 12px;
    line-height: 15px;
	min-height: 76px;
	display: -webkit-box; 
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.main-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.main-box .box {margin: 0;}
.main-box-big {
	width: calc(50% - 12px);
}
.main-box-min {
	width: calc(50% - 12px);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px 0;
}
.main-box-min .box {
	width: calc(50% - 12px);
	height: calc(50% - 8px);
	/*height: calc(50% - 12px);*/
}
.main-box-min .box-img img {
    height: 120px;
}
.main-box-min .box-text {display: none;}
.main-box-min .box-title {
	margin: 0 0 12px;
	font-weight: 400;
    font-family: 'Inter';
    font-size: 11px;
    line-height: 14px;
	display: -webkit-box; 
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.main-box-min .box-content {
    padding: 11px 11px 16px;
}
.main-box-min .box-stat {
    margin: 0;
}
.main-top-line {
	display: flex;
	justify-content: space-between;
	margin: 0 0 16px;
}
.arrows {
	display: flex;
	gap: 4px;
}
.arrow-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 19px;
	background: #CED9F8;
	border-radius: 30px;
}
.arrow-item path {
	fill: #274BC8;
	stroke: #274BC8;
	transition: all 0.3s linear;
}
.arrow-item:hover {
	background: #274BC8;
}
.arrow-item:hover path {
	fill: #fff;
	stroke: #fff;
}
.mob-show,
.main-box-big .mob-show {display: none;}
/************************* main-section *************************/
.main-section {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -19px 24px;
}
.main-col {
	width: 33.33%;
	padding: 0 19px;
	display: flex;
	flex-direction: column;
	gap: 38px 0;
	margin: 0 0 24px;
}
.main-col .box {
	margin: 0;
}
.label-wrap {
	margin: 0 auto -16px 0;
}
.label {
	display: block;
	padding: 1px 10px 3px;
	font-weight: 500;
	font-family: 'Gilroy';
	font-size: 12px;
	line-height: 15px;
	color: #fff;
	text-decoration: none;
	background: #2A3142;
	border-radius: 4px;
}
.label-big {
	font-size: 14px;
	line-height: 24px;
	padding: 5px 30px 8px;
}
.label-pink {background: #BE4190;}
.label-blue {background: #274BC8;}
.label-green {background: #00A740;}
.label-yellow {background: #FFBA26;}
.main-sub {
	position: relative;
	width: 100%;
	padding: 36px;
	margin: 0 19px 24px;
	color: #fff;
	background: url(../images/main-sub.jpg) 50% 50% no-repeat;
	background-size: cover;
	border-radius: 8px;
}
.main-sub-logo {
	position: absolute;
	right: 27px;
	bottom: 24px;
}
.main-sub-title {
	margin: 0 0 12px;
	font-weight: 700;
	font-family: 'Gilroy';
	font-size: 38px;
	line-height: 38px;
}
.main-sub-text {
	margin: 0 0 28px;
	font-weight: 700;
	font-family: 'Gilroy';
	font-size: 16px;
	line-height: 20px;
}
.main-sub-note {
	font-size: 10px;
	line-height: 14px;
}
.main-sub-note a {
	color: #00A740;
}
.main-sub-form {
	display: flex;
	gap: 19px;
	margin: 0 0 20px;
}
.main-sub-form .input {
	width: 392px;
	margin: 0;
    height: 40px;
    font-size: 12px;
    border: 0;
}
.main-sub-form .button {
	width: 192px;
	height: 40px;
    padding: 10px 20px;
}
.main-col-big {
	width: 100%;
}
.main-big-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -19px;
}
.main-big-item {
	width: 33.33%;
	padding: 0 19px;
}
.main-big-item .box {height: 100%;}
.main-big-item .box-title {margin: 0;}
.box-video {
	position: relative;
}
.box-video::after {
	content: "";
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 40px;
	height: 40px;
	background: url(../images/icon-play.png) 50% 50% no-repeat;
	background-size: cover;
}

.label-line {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 0 -14px;
}
.label-line .label {
	margin: 0;
}
.company {
	display: block;
    padding: 11px 15px 13px;
    font-weight: 600;
    font-family: 'Gilroy';
    font-size: 14px;
    line-height: 18px;
    color: #00A740;
    text-decoration: none;
    background: #fff;
	border: 1px solid #00A740;
    border-radius: 4px;
}
.box-img {
	position: relative;
}
.box-img .prize-1,
.box-img .prize-2 {
	width: auto;
	height: auto;
}
.box-img .prize-1 {
	right: 0;
	bottom: -54px;
}
.box-img .prize-2 {
	right: 0;
	bottom: -54px;
}
.main-sub-mob {
	display: none;
}
/************************* other pages *************************/
/************************* top *************************/
.top {
	background: url(../images/top-banner.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.top-title {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 178px;
	font-weight: 700;
	font-family: 'Gilroy';
	font-size: 36px;
	line-height: 40px;
	color: #fff;
}
.top-green {
	background: url(../images/top-green.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.inet-block {
	height: 178px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	color: #fff;
}
.inet-title {
	margin: 0 0 12px;
	font-weight: 700;
	font-family: 'Gilroy';
	font-size: 36px;
	line-height: 40px;
}
.inet-text {
	font-weight: 600;
	font-family: 'Gilroy';
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 1.3px;
}
/************************* main *************************/
.main {
	position: relative;
	padding: 52px 0 60px;
	/*padding: 20px 0 60px;*/
}
.up {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 120px;
	color: #3A4F76;
	text-decoration: none;
	background: rgba(225, 229, 244, 0.3);
}
.up-block {
	position: sticky;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 35px 0;
	font-weight: 600;
	font-family: 'Gilroy';
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 2px;
}
.main-wrap {
	max-width: 840px;
	margin: 0 auto;
	position: relative;
}
.side-webs-wrap {
	position: absolute;
	top: 100px;
	bottom: 0;
	left: -64px;
}
.side-webs {
	position: sticky;
	top: 50px;
	left: 0;
	z-index: 50;
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.web-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
}
.pinterest {background: #E60023;}
.whatsapp {background: #25D366;}
.telegram {background: #0088CC;}
.twitter {background: #1DA1F2;}
.vk {background: #0077FF;}
.ok {background: #FF7700;}
.side-ads-wrap {
	position: absolute;
	top: 100px;
	bottom: 0;
	left: calc(100% + 32px);
}
.side-ads {
	margin: 0 0 17px;
}
.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 20px;
	margin: 0;
}
.breadcrumbs li {
	display: flex;
	align-items: center;
	gap: 4px;
	margin: 0 4px 0 0;
	padding: 0;
	font-weight: 500;
	font-family: 'Gilroy';
	font-size: 12px;
	line-height: 20px;
	color: #8391A0;
	list-style: none;
}
.breadcrumbs li:before {
	content: '';
	width: 14px;
	height: 14px;
	background: url(../images/crumb-arrow.svg) 50% 50% no-repeat;
}
.breadcrumbs li:first-child:before {display: none;}
.breadcrumbs a {
	color: #8391A0;
	text-decoration: none;
}
.breadcrumbs a:hover {color: #274BC8;}
.title-line {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 24px;
}
.title-line .title {margin: 0;}
.title {
	/*font-weight: 700;*/
	font-family: 'Gilroy';
	font-size: 40px;
	line-height: 40px;
}
.speed {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 22px 10px 16px;
	font-weight: 600;
	font-family: 'Gilroy';
	font-size: 14px;
	line-height: 18px;
	color: #2A3142;
	text-decoration: none;
	background: #4ADE80;
	border-radius: 6px;
}
.banner {
	margin: 0 0 46px;
}
.banner img {
	width: 100%;
	border-radius: 8px;
}
.contacts-quote {
	margin: 0 0 40px;
}
.contacts-quote .quote {margin-bottom: 0;}
.quote {
	position: relative;
	margin: 0 -49px 24px;
	padding: 30px 46px 35px;
	font-weight: 700;
	font-family: 'Gilroy';
	font-size: 20px;
	line-height: 32px;
	border: 3px solid #2D58EB;
	border-radius: 8px;
}
.quote b {
	font-weight: 800;
	font-family: 'Gilroy';
	font-size: 24px;
	color: #274BC8;
	text-transform: uppercase;
}
.quote::before,
.quote::after {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: -35px;
	content: '';
	width: 70px;
	height: 40px;
	background: #F5F5F5 url(../images/quotes.svg) 16px 14px no-repeat;
}
.quote::after {
	left: auto;
	right: -35px;
	transform: rotate(180deg);
}

blockquote {
	position: relative;
	margin: 0 -49px 24px;
	padding: 30px 46px 35px;
	font-weight: 700;
	font-family: 'Gilroy';
	font-size: 20px;
	line-height: 32px;
	border: 3px solid #2D58EB;
	border-radius: 8px;
}
blockquote p {
	font-weight: 800;
	font-family: 'Gilroy';
	font-size: 24px;
	color: #274BC8;
	text-transform: uppercase;
}
blockquote::before,
blockquote::after {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: -35px;
	content: '';
	width: 70px;
	height: 40px;
	background: #F5F5F5 url(../images/quotes.svg) 16px 14px no-repeat;
}
blockquote::after {
	left: auto;
	right: -35px;
	transform: rotate(180deg);
}
/************************* contacts *************************/
.contacts-text {
	padding: 0 0 16px;
	font-size: 20px;
	line-height: 32px;
}
.contacts-text-item {
	margin: 0 0 32px;
}
.contacts-text b {
	font-weight: 800;
	font-family: 'Gilroy';
	font-size: 24px;
	color: #274BC8;
	text-transform: uppercase;
}
.contacts-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	padding: 46px 0 16px;
}
.contacts-info::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	content: '';
	height: 7px;
	background: url(../images/divider.svg) 50% 50%;
}
.contacts-info-item {
	width: calc(50% - 12px);
	padding: 32px;
	margin: 0 0 24px;
	font-size: 20px;
	line-height: 32px;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 10px 12px 0 rgba(49, 94, 251, 0.05);
}
.contacts-info-long {
	width: 100%;
}
.contacts-info-line {
	margin: 0 0 10px;
	line-height: 28px;
}
.contacts-info-line:last-child {margin: 0;}
.contacts-stat {
	position: relative;
	padding: 46px 0 0;
}
.contacts-stat::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	content: '';
	height: 7px;
	background: url(../images/divider.svg) 50% 50%;
}
.contacts-stat-wrap {
	display: flex;
	flex-direction: column;
	gap: 50px;
	padding: 32px;
	font-size: 20px;
	line-height: 32px;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 10px 12px 0 rgba(49, 94, 251, 0.05);
}
.contacts-stat-wrap a {
	color: #00A740;
}
/************************* today page *************************/
.box-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0 14px;
}
.box-col {
	width: calc(50% - 19px);
}
.box {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	margin: 0 0 38px;
	color: #2A3142;
	text-decoration: none;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 1px 4px 0 rgba(49, 94, 251, 0.18);
}
.box:hover {
	box-shadow: 0 1px 15px 0 rgba(49, 94, 251, 0.18);
}
.box-img img {
	width: 100%;
	height: 270px;
	object-fit: cover;
	border: 0!important;
	margin: 0!important;
}
.box-content {
	padding: 28px 22px 26px;
}
.box-title {
	margin: 0 0 22px;
	font-weight: 600;
	font-family: 'Gilroy';
	font-size: 22px;
	line-height: 27px;
	display: -webkit-box; 
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.box-text {
	font-size: 14px;
	line-height: 17px;
	min-height: 32px;
    max-height: 34px;
    overflow: hidden;
	display: -webkit-box; 
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.box-text p {
	min-height: 38px;
	max-height: 38px;
	overflow: hidden;
	display: -webkit-box; 
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.box-stat {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0 0 24px;
}
.box-date {
	display: flex;
	height: 14px;
	padding: 2px 0 0 18px;
	font-weight: 600;
	font-family: 'Gilroy';
	font-size: 12px;
	line-height: 12px;
	background: url(../images/calendar.svg) 0 0 no-repeat;
}
.box-time {
	display: flex;
	height: 14px;
	padding: 2px 0 0 18px;
	font-weight: 600;
	font-family: 'Gilroy';
	font-size: 12px;
	line-height: 12px;
	background: url(../images/alarm.svg) 0 0 no-repeat;
}
.box-change {
	width: max-content;
	min-height: 18px;
	display: inline-block;
    padding: 3px 3px;
    font-weight: 500;
    font-family: 'Gilroy';
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    text-decoration: none;
    background: white;
    border-radius: 4px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.box-change-sm {
	width: max-content;
	min-height: 15px;
	display: inline-flex;
	align-items: center;
    padding: 3px 3px 2px;
    font-weight: 500;
    font-family: 'Gilroy';
    font-size: 9px;
    line-height: 11px;
	vertical-align: middle;
    color: #fff;
    text-decoration: none;
    background: white;
    border-radius: 2px;
	margin-right: 5px;
	text-transform: uppercase;
}

.box-change-null {
	width: max-content;
	min-height: 18px;
	display: block;
    padding: 3px 3px;
    font-weight: 500;
    font-family: 'Gilroy';
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.main-box-min .box-change {
    width: max-content;
    min-height: 15px;
    display: block;
    padding: 3px 3px;
    font-weight: 500;
    font-family: 'Gilroy';
    font-size: 10px;
    line-height: 15px;
    color: #fff;
    text-decoration: none;
    background: white;
    border-radius: 4px;
    margin-bottom: 5px;
    margin-left: -5px;
	text-transform: uppercase;
}
.main-box-min .box-change-null {
    width: max-content;
    min-height: 15px;
    display: block;
    padding: 3px 3px;
    font-weight: 500;
    font-family: 'Gilroy';
    font-size: 10px;
    line-height: 15px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    margin-bottom: 5px;
    margin-left: -5px;
	text-transform: uppercase;
}
.box-min .box-change {
    width: max-content;
    min-height: 15px;
    display: block;
    padding: 3px 3px;
    font-weight: 500;
    font-family: 'Gilroy';
    font-size: 10px;
    line-height: 15px;
    color: #fff;
    text-decoration: none;
    background: white;
    border-radius: 4px;
    margin-bottom: 5px;
    margin-left: -5px;
	text-transform: uppercase;
}
.box-min .box-change-null {
    width: max-content;
    min-height: 15px;
    display: block;
    padding: 3px 3px;
    font-weight: 500;
    font-family: 'Gilroy';
    font-size: 10px;
    line-height: 15px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    margin-bottom: 5px;
    margin-left: -5px;
	text-transform: uppercase;
}
.box-comment {
	display: flex;
	height: 14px;
	padding: 2px 0 0 18px;
	font-weight: 600;
	font-family: 'Gilroy';
	font-size: 12px;
	line-height: 12px;
	background: url(../images/comment.svg) 0 0 no-repeat;
}
.rating {
	display: flex;
	align-items: center;
	gap: 3px;
	margin: 0 0 12px;
	position: absolute;
    left: 10px;
    bottom: 0px;
}
.rating-clear {
    display: flex;
    align-items: center;
    gap: 3px;
    margin: 0 0 28px;
}
.main-box-min .rating {
	display: flex;
	align-items: center;
	gap: 3px;
	margin: 0 0 12px;
	/*order: -1;*/
}
.box-stat .rating {
	margin: 0;
	position: relative;
    left: 0px;
    bottom: -5px;
}
.star {
	width: 15px;
	height: 15px;
	background: url(../images/star.svg) 50% 50% no-repeat;
	background-size: contain;
}
.star.full {
	background: url(../images/star-full.svg) 50% 50% no-repeat;
	background-size: contain;
}
.star.star-half {
	background: url(../images/star-half.svg) 50% 50% no-repeat;
	background-size: contain;
}

/*Old stars*/
.entry-review-stars {
	display: flex;
	align-items: center;
	gap: 3px;
	margin: 0 0 12px;
}
.td-icon-star-empty {
	width: 15px;
	height: 15px;
	background: url(../images/star.svg) 50% 50% no-repeat;
	background-size: contain;
}
.td-icon-star {
	background: url(../images/star-full.svg) 50% 50% no-repeat;
	background-size: contain;
}
.td-icon-star-half {
	background: url(../images/star-half.svg) 50% 50% no-repeat;
	background-size: contain;
}
/************************* catalog page *************************/
.box-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
	grid-gap: 38px;
	margin: 0 0 38px;
}
.box-grid .box {
	grid-row: span 3;
	margin: 0;
}
.box-grid .box-min {
	grid-row: span 1;
}
.box-min {
	flex-direction: row;
	min-height: 144px;
}
.box-min .box-img {
	width: 43%;
}
.box-min .box-img img {
	height: 100%;
	max-height: 146px;
}
.box-min .box-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 70%;
	padding: 12px 10px;
	/*width: 57%;
	padding: 12px 24px;*/
}
.box-min .box-title {
	margin: 0 0 12px;
	font-weight: 400;
    font-family: 'Inter';
	font-size: 14px;
	line-height: 16px;
}
.box-min .box-text {
	display: none;
}
.box-min .box-stat {
	margin: 0;
}
.box-min .rating {
	margin: 0 0 12px;
}
.box-grid-reverse {
	grid-auto-flow: column;
}
.box-grid-reverse .box:not(.box-min) {
	grid-column-end: -1;
}
/************************* article page *************************/
.article-wrap {
	max-width: 656px;
	margin: 0 auto;
	position: relative;
}
.article-top {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.excerpts {
	padding: 10px 0;
	margin-top: -20px;
    font-size: .8em;
}
.tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 18px;
}
.tag {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 64px;
	height: 16px;
	padding: 0 3px;
	white-space: nowrap;
	font-weight: 600;
	font-family: 'Gilroy';
	font-size: 10px;
	line-height: 12px;
	color: #2A3142;
	text-decoration: none;
	background: #fff;
	border: 1px solid rgba(42, 49, 66, 0.4);
	border-radius: 3px;
}
.article-top .speed {
	margin: 0 0 36px;
}
.article-top .title {
	margin: 0 0 32px;
}
.article-stat {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	margin: 0 0 50px;
	border-top: 1px solid #CED9F8;
	border-bottom: 1px solid #CED9F8;
}
.article-stat img {display: block;}
.article-stat-left {
	display: flex;
	align-items: center;
	gap: 4px;
}
.article-author {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 8px 0 0;
}
.article-author img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.article-author-name {
	font-weight: 500;
	font-family: 'Gilroy';
	font-size: 14px;
	line-height: 14px;
}
.article-stat-right {
	display: flex;
	align-items: center;
}
.article-stat-share {
	margin: 0 10px 0 0;
	display: block;
	position: relative;
}

.article-stat-share-list {
    display: none;
    flex-direction: row;
    position: absolute;
    padding: 10px;
    background-color: #fff;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.4);
    bottom: 35px;
    left: 0px;
    cursor: pointer;
    z-index: 99;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.article-stat-like {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0 28px 0 0;
	font-weight: 400;
	font-family: 'Gilroy';
	font-size: 18px;
	line-height: 20px;
	color: #2A3142;
	text-decoration: none;
}
.article-stat-comment {
	display: flex;
	align-items: center;
	gap: 6px;
	font-weight: 400;
	font-family: 'Gilroy';
	font-size: 18px;
	line-height: 20px;
	color: #2A3142;
	text-decoration: none;
}

/************************* article main *************************/
.article-main {
	position: relative;
	margin: 0 0 40px;
}
.article-main .side-webs-wrap, .article-main .side-ads-wrap {
    top: 0;
}
.article-video {
	margin: 0 0 50px;
}
.article-video img {
	width: 100%;
	border-radius: 8px;
}
.article-part {
	padding: 0 0 40px;
	margin: 0 0 40px;
	background: url(../images/divider.svg) 50% 100% no-repeat;
}
.article-part:last-child {
	margin: 0;
	padding: 0;
	background: none;
}
p:last-child {margin: 0;}
.article-part b {
	font-weight: 600;
}
.article-part .quote {
	position: relative;
	margin: 0 -36px 24px;
	padding: 20px 33px;
	border: 3px solid #2D58EB;
	border-radius: 8px;
}
.article-part .quote::before,
.article-part .quote::after {
	margin-top: -30px;
	left: -20px;
	width: 40px;
	height: 60px;
	background: #F5F5F5 url(../images/quotes.svg) 6px 50% no-repeat;
}
.article-part .quote::after {
	left: auto;
	right: -20px;
}

blockquote {
	position: relative;
	margin: 0 -36px 24px;
	padding: 20px 33px;
	border: 3px solid #2D58EB;
	border-radius: 8px;
}
blockquote::before,
blockquote::after {
	margin-top: -30px;
	left: -20px;
	width: 40px;
	height: 60px;
	background: #F5F5F5 url(../images/quotes.svg) 6px 50% no-repeat;
}
blockquote::after {
	left: auto;
	right: -20px;
}

.rate {
	padding: 0 0 50px;
}
.rate-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 32px;
	margin: 0 0 12px;
    background: #fff;
    box-shadow: 0 10px 12px 0 rgba(49, 94, 251, 0.05);
    border-radius: 16px;
}
.rate-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 375px;
}
.rate-title {
	font-weight: 500;
	font-family: 'Gilroy';
	font-size: 24px;
	line-height: 28px;
}
.rate-title span {
	padding: 0 0 0 20px;
	font-weight: 400;
	font-size: 14px;
	color: #2D58EB;
}
.rate-title b {
	padding: 0 4px;
	font-size: 24px;
}
.rate-text {
	font-weight: 500;
	font-family: 'Gilroy';
	font-size: 16px;
	line-height: 19px;
	color: #9CA7C6;
}
.rate .rating {
	gap: 5px;
}
.rate .star {
	width: 25px;
	height: 25px;
}
.verdict {
	padding: 50px 50px 30px;
	margin: 0 0 24px;
    background: #fff;
    box-shadow: 0 10px 12px 0 rgba(49, 94, 251, 0.05);
    border-radius: 16px;
}
.verdict-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 50px;
}
.verdict-title {
	font-weight: 700;
	font-family: 'Gilroy';
	font-size: 32px;
	line-height: 32px;
}
.verdict-text {
	margin: 0 0 40px;
}
.verdict-info {
	display: flex;
	justify-content: space-between;
}
.verdict-info-top {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 0 0 24px;
	font-weight: 600;
	font-family: 'Gilroy';
	font-size: 24px;
	line-height: 30px;
}
.plus {color: #BE4190;}
.minus {color: #00A740;}
.verdict-col {
	width: 45%;
}
.verdict-col ul {
	padding: 0 0 0 20px;
}
.verdict-col li {
	list-style-type: disc;
}
.article-part h2 {
	margin: 0 0 48px;
}
.article-part ul {
	padding: 0 0 0 20px;
	margin: 0 0 32px;
}
.article-part li {
	list-style-type: disc;
}
.article-img {
	position: relative;
	margin: 0 0 48px;
}
.article-img:last-child {margin: 0;}
.article-img img {
	width: 100%;
	border-radius: 8px;
}
.article-img a[data-fancybox]::after{
	position: absolute;
	right: 14px;
	bottom: 14px;
	content: '';
	width: 30px;
	height: 30px;
	background: url(../images/loupe.svg) 50% 50% no-repeat;
	background-size: contain;
}
.article-prod {
	margin: 32px 0;
	/*margin: 0 0 32px;*/
}
.prod-button {
	position: relative;
    display: inline-block;
    width: 100%;
    padding: 11px 20px 13px;
    color: #fff;
    font-weight: 600;
    font-family: 'Gilroy';
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background: linear-gradient(90deg, #274BC8 25%, #4ADE80 75%);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.32);
    border-radius: 8px;
    transition: all .3s linear;
}
.article-rate {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin: 0 0 32px;
}
.article-rate-text {
	font-weight: 700;
	font-size: 20px;
    line-height: 32px;
}
.article-rate .rating {
	gap: 5px;
}
.article-rate .star {
	width: 25px;
	height: 25px;
}
.prize-2 {
	position: absolute;
	right: 0;
	bottom: -47px;
}
.article-img .prize-2 {
	width: auto;
	border-radius: 0;
}
.article-start {
	position: relative;
	margin: 0 0 50px;
}
.article-start img {
	width: 100%;
	border-radius: 8px;
}
.prize-1 {
	position: absolute;
	right: 0;
	bottom: -52px;
}
.article-start .prize-1 {
	width: auto;
	border-radius: 0;
}
.article-start-line {
	position: absolute;
	top: 0;
	right: -4px;
	display: flex;
	align-items: center;
	gap: 16px;
}
.article-start .star {
	background: url(../images/star-white.svg) 50% 50% no-repeat;
	background-size: contain;
}
.article-start .star.full {
	background: url(../images/star-full.svg) 50% 50% no-repeat;
	background-size: contain;
}
.tech {
	padding: 32px;
	margin: 20px auto;
    background: #fff;
    box-shadow: 0 10px 12px 0 rgba(49, 94, 251, 0.05);
    border-radius: 16px;
}
.tech h2 {
	margin: 0 0 32px;
}
.tech-line {
	display: flex;
	justify-content: space-between;
	padding: 5px 10px;
	font-weight: 400;
	font-family: 'Golos';
	font-size: 20px;
	line-height: 32px;
	border-radius: 8px;
}
.tech-line:nth-child(odd){background: #E2EDFF;}
.tech-stat {
	width: calc(50% - 10px);
}
.tech-value {
	width: calc(50% - 10px);
}

/************************* article-bottom *************************/
.source {
	margin: 0 0 32px;
	font-weight: 600;
	font-family: 'Gilroy';
	font-size: 16px;
	line-height: 20px;
}
.source a {
	color: #00A740;
}
.article-bottom .tags {
    margin: 0 0 32px;
}
.article-bottom .article-stat {
	padding: 15px 0;
	margin: 0 0 32px;
}
.stat-tags {
	display: flex;
	align-items: center;
	gap: 12px;
}
.stat-tags-text {
	font-weight: 700;
	font-family: 'Gilroy';
	font-size: 16px;
	line-height: 18px;
}
.stat-tags-block {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.stat-tags .tag {
    min-width: 64px;
    height: 16px;
    padding: 0 4px;
    font-size: 9px;
    line-height: 12px;
    background: #E2EDFF;
    border: 1px solid #274BC8;
    border-radius: 3px;
}
/************************* comment section *************************/
.comment-respond {
    border: 0 !important;
    margin-bottom: 0!important;
    padding: 0px;
}
.comment-respond form {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
}
.comment-respond .td-form-comment {
	width: 100%;
	margin-bottom: 5px;
}
.comment-respond .td-form-author, .comment-respond .td-form-email {
	width: 49%;
	margin-bottom: 5px;
}
.comment-respond input:hover, .comment-respond input:focus,
.comment-respond textarea:hover, .comment-respond textarea:focus {
	border: 1px solid #00A740;
}
.comment-respond input.success,
.comment-respond textarea.success {
	color: #71CFA2;
	border: 1px solid #71CFA2;
}
.comment-respond input.error,
.comment-respond textarea.error {
	color: #E85353;
	border: 1px solid #E85353;
}
.comment-form-cookies-consent {
	width: 80%;
	display: block;
    padding: 0;
	margin: 0;
    color: #2A3142;
    font-weight: 400;
    font-family: 'Gilroy';
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}
.comment-respond input#submit {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 10px 10px 12px;
    color: #fff;
    font-weight: 600;
    font-family: 'Gilroy';
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background: #274BC8;
    border-radius: 8px;
    transition: all .3s linear;
}
.comment {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin: 0 0 55px;
	background: #fff;
    box-shadow: 0 10px 12px 0 rgba(49, 94, 251, 0.05);
    border-radius: 16px;
}
.comment-form {
	padding: 32px;
	background: #fff;
    /*box-shadow: 0 10px 12px 0 rgba(49, 94, 251, 0.05);*/
    border-radius: 16px;
}
.comment-title {
	margin: 0 0 24px;
	font-weight: 700;
	font-family: 'Gilroy';
	font-size: 24px;
	line-height: 30px;
}
.comment-reply-title {
	margin: 24px 0 0 0;
    font-weight: 700;
    font-family: 'Gilroy';
    font-size: 24px;
    line-height: 30px;
    padding: 0 0 0 32px;
}
.comment-form .comment-title {
	padding: 0 0 0 52px;
}
.comment-form-block {
	display: flex;
}
.comment-form-ava {
	width: 40px;
	min-width: 40px;
	margin: 0 12px 0 0;
}
.comment-form-ava img {
	width: 100%;
	border-radius: 50%;
}
.comment-form-content {
	flex: 1;
}
.comment-form-input {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comment-form-input .input {
	width: calc(50% - 6px);
}
.comment-form .textarea,
.comment-form .input {
	margin: 0 0 12px;
}
.comment-form-bottom {
	display: flex;
	align-items: flex-start;
}
.comment-form-bottom .check-item {
	padding: 0 20px 0 0;
}
.comment-form-bottom .button {
	margin: 6px 0 0;
	width: 96px;
	min-width: 96px;
	padding: 3px 12px 5px;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
}
/************************* emote *************************/
.emote {
	padding: 32px 48px 10px;
	background: #fff;
    box-shadow: 0 10px 12px 0 rgba(49, 94, 251, 0.05);
    border-radius: 16px;
	margin-bottom: 25px;
}
.emote-block {
	display: flex;
	justify-content: space-between;
}
.emote-item {
	color: #2A3142;
	text-decoration: none;
}
.emote-img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 64px;
	margin: 0 0 16px;
}
.emote-text {
	font-weight: 600;
	font-family: 'Gilroy';
	font-size: 12px;
	line-height: 14px;
}
.onyx-poll-question {
	margin: 0 0 24px;
    font-weight: 700;
    font-family: 'Gilroy';
    font-size: 24px;
    line-height: 30px;
}
.onyx-poll-choices {
	display: flex;
    flex-direction: row;
	justify-content: space-between;
}
.onyx-poll-choice {
	color: #2A3142;
    text-decoration: none;
	text-align: center;
}
.onyx-poll-choice .image {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    margin: 0 0 16px;
}
.onyx-poll-choice .answer {
	font-weight: 600;
    font-family: 'Gilroy';
    font-size: 12px;
    line-height: 14px;
}
@media screen and (max-width: 768px) {
	.onyx-poll-choices {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.onyx-poll-choice {
		color: #2A3142;
		text-decoration: none;
		text-align: center;
		width: 33%;
	}
}
/************************* index *************************/
.index {
	padding: 32px 28px;
	background: #fff;
    box-shadow: 0 10px 12px 0 rgba(49, 94, 251, 0.05);
    border-radius: 16px;
}
.index-block {
	display: flex;
	justify-content: space-between;
	margin: 0 0 24px;
}
.index-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	min-width: 44px;
	height: 44px;
	font-weight: 600;
	font-family: 'Gilroy';
	font-size: 16px;
	line-height: 20px;
	color: #2A3142;
	text-decoration: none;
	background: #FF9EAE;
	border-radius: 16px;
}
.index-ok {
	background: #FFBA26;
}
.index-good {
	background: #5AD974;
}
.index-info {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 24px;
	font-weight: 600;
	font-family: 'Gilroy';
	font-size: 16px;
	line-height: 20px;
}
.index-info b {font-weight: 800;}
/************************* more section *************************/
.more {
	padding: 44px 0 0;
	border-top: 1px solid #CED9F8;
}
.more-author {
	display: flex;
	align-items: center;
	gap: 22px;
	margin: 0 0 40px;
}
.more-author-ava {
	width: 60px;
	min-width: 60px;
}
.more-author-ava img {
	width: 100%;
	border-radius: 50%;
}
.more-author-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.more-author-text {
	margin: 0 0 12px;
	font-weight: 600;
	font-family: 'Gilroy';
	font-size: 14px;
	line-height: 17px;
}
.more-author-link {
	padding: 1px 5px;
	font-weight: 600;
	font-family: 'Gilroy';
	font-size: 10px;
	line-height: 11px;
	color: #2A3142;
	text-decoration: none;
	background: #fff;
	border: 1px solid rgba(42, 49, 66, 0.6);
}
.more-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 32px 0;
	padding: 0 0 38px;
}
.more-block .box {
	width: calc(50% - 16px);
	margin: 0;
}
.box-comment.comment-red {
    background: url(../images/comment-red.svg) 0 0 no-repeat;
}
.more-block .box-img img {
    height: 196px;
}
.more-block .box-content {
    padding: 24px 24px 16px;
}
.more-block .box-title {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 22px;
	max-height: 46px;
    min-height: 46px;
    overflow: hidden;
}
.more-block .rating {
	margin: 0 0 20px;
}
.more-block .box-stat {
    margin: 0;
}
.more-block .box-text {display: none;}
.recommend {
	padding: 28px 0 0;
	border-top: 1px solid #CED9F8;
}
.recommend-title {
	margin: 0 0 30px;
	font-weight: 600;
	font-family: 'Gilroy';
	font-size: 32px;
	line-height: 36px;
}
.recommend-block {
	display: flex;
	flex-direction: column;
	gap: 30px 0;
}
.recommend-block .box {
	display: flex;
	flex-direction: row;
	margin: 0;
}
.recommend-block .box-img {
	min-height: 220px;
	width: 207px;
	min-width: 207px;
}
.recommend-block .box-img img {
    height: 100%;
}
.recommend-block .box-content {
    padding: 24px 36px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.recommend-block .box-title {
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 22px;
}
.recommend-block .rating {
	margin: 0 0 30px;
	gap: 5px;
}
.recommend-block .box-stat {
    margin: 0;
}
.recommend-block .star {
	width: 24px;
	height: 24px;
}
.recommend-block .box-text {display: none;}
/************************* ads page *************************/
.langs {
	display: flex;
	gap: 24px;
	margin: 0 0 32px;
}
.langs img {
	width: 30px;
}
.langs-item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: 136px;
	height: 43px;
	font-weight: 600;
	font-family: 'Gilroy';
	font-size: 14px;
	line-height: 14px;
	color: #2A3142;
	text-decoration: none;
	text-transform: uppercase;
	background: #fff;
	border: 1px solid #274BC8;
	border-radius: 4px;
}
.adsp-top {
	margin: 0 0 28px;
	font-weight: 700;
	font-family: 'Gilroy';
	font-size: 24px;
	line-height: 28px;
}
.adsp-top span {
	font-weight: 400;
}
.adsp-top a {
	font-weight: 700;
	color: #00A740;
}
.adsp-block {
	padding: 0 0 46px;
}
.adsp-item {
	display: flex;
	padding: 24px 32px;
	margin: 0 0 16px;
	font-weight: 400;
	font-family: 'Golos';
	font-size: 18px;
	line-height: 20px;
	background: #fff;
	box-shadow: 0 10px 12px 0 rgba(49, 94, 251, 0.05);
	border-radius: 16px;
}
.adsp-item a {color: #00A740;}
.adsp-type {
	width: 28%;
	padding: 0 20px 0 0;
}
.adsp-price {
	width: 25%;
}
.adsp-info {
	width: 47%;
	padding: 0 0 0 20px;
}
.ads-item-title {
	font-weight: 600;
	font-family: 'Gilroy';
	font-size: 20px;
	line-height: 20px;
}
.ads-discount-title {
	margin: 0 0 24px;
	font-weight: 700;
	font-family: 'Gilroy';
	font-size: 40px;
	line-height: 40px;
}
.ads-discount-item {
	display: flex;
	justify-content: space-between;
	padding: 24px 32px;
	font-weight: 400;
	font-family: 'Golos';
	font-size: 18px;
	line-height: 24px;
	background: #fff;
	box-shadow: 0 10px 12px 0 rgba(49, 94, 251, 0.05);
	border-radius: 16px;
}
.ads-discount-col {
	max-width: 35%;
}
.ads-discount-col:first-child {
	max-width: 180px;
}
.ads-discount-col span {
	font-weight: 500;
}
/************************* subscribe page *************************/
.about {
	margin: 0 0 32px;
}
.about-text {
	margin: 0 0 24px;
	font-size: 20px;
	line-height: 32px;
}
.about-text b {
	font-weight: 800;
	font-family: 'Gilroy';
	font-size: 24px;
	color: #274BC8;
	text-transform: uppercase;
}
.about-contacts {
	font-weight: 800;
	font-size: 20px;
	line-height: 28px;
}
.about-contacts a {
	color: #00A740;
}
/*#mailingbox {
	padding: 0;
    overflow: hidden;
    border: 0;
}
#mailingbox input {
    display: block;
    width: 100%;
    height: 48px;
    padding: 0 14px;
    margin: 0 0 24px;
    font-weight: 400;
    font-family: 'Gilroy';
    font-size: 16px;
    color: #2A3142;
    border-radius: 8px;
    border: 1px solid #CED9F8;
    background: #FFF;
    transition: all 0.3s ease;
}
#mailingbox input:hover, #mailingbox input:focus,
#mailingbox textarea:hover, #mailingbox textarea:focus {
	border: 1px solid #3360FF;
}
#mailingbox label.first {
	display: flex;
    padding: 0;
    color: #2A3142;
    font-weight: 400;
    font-family: 'Gilroy';
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}
#mailingbox label.selcat {
	display: flex;
    padding: 0 0 0 24px;
    color: #2A3142;
    font-weight: 400;
    font-family: 'Gilroy';
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}
#mailingbox input[type=checkbox] {
    position: relative;
    margin-top: 2px;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    opacity: 1;
}*/
/*#mailingbox input[type=checkbox]:checked + label:before {
    background: url(../images/checkbox-active.svg) 50% 50% no-repeat;
    background-size: contain;
}*/
/*#mailingbox label:before {
    position: relative;
    top: 2px;
    left: 0;
	margin-right: 5px;
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    background: url(../images/checkbox.svg) 50% 50% no-repeat;
    background-size: contain;
}*/
/*#mailingbox input[type=submit] {
    position: relative;
    display: inline-block;
    width: 20%;
    padding: 10px 10px 12px;
    color: #fff;
    font-weight: 600;
    font-family: 'Gilroy';
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background: #274BC8;
    border-radius: 8px;
    transition: all .3s linear;
}*/
.sub-form {
	padding: 32px;
	background: #fff;
	box-shadow: 0 10px 12px 0 rgba(49, 94, 251, 0.05);
	border-radius: 16px;
}
.sub-form-title {
	margin: 0 0 18px;
	font-weight: 700;
	font-family: 'Gilroy';
	font-size: 24px;
	line-height: 28px;
}
.sub-form-text {
	margin: 0 0 24px;
	font-weight: 500;
	font-family: 'Gilroy';
	font-size: 16px;
	line-height: 20px;
}
.sub-form-bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.sub-form-note {
	font-size: 10px;
	line-height: 14px;
}
.sub-form-note a {
	color: #00A740;
}
.sub-form-bottom .button {
	width: 192px;
}
.sub-form-check {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.sub-form-subcheck {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 0 0 0 24px;
}
/************************* search page *************************/
.search-title {
	margin: 0 0 24px;
	font-weight: 500;
	font-family: 'Gilroy';
	font-size: 20px;
	line-height: 24px;
}
.search-title b {
	color: #274BC8;
}
.search-note {
	margin: 0 0 24px;
	font-weight: 400;
	font-family: 'Gilroy';
	font-size: 14px;
	line-height: 18px;
}
.search-form {
	position: relative;
	margin: 0 0 24px;
}
.search-form-input {
	width: 100%;
	height: 40px!important;
	padding: 0 108px 0 14px;
	margin: 0;
	font-weight: 400;
	font-family: 'Gilroy';
	font-size: 16px;
	background: #fff;
	border: 1px solid #CED9F8!important;
	border-radius: 8px;
}
.search-form-button {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 94px;
	height: 40px;
	font-weight: 400;
	font-family: 'Gilroy';
	font-size: 16px;
	line-height: 20px;
	cursor: pointer;
	color: #fff;
	background: #274BC8;
	border-radius: 0 8px 8px 0;
	transition: all 0.3s linear;
}
.search-form-button:hover {
	background: #00A740;
}
.result {
	padding: 0 0 10px;
}
.result-item {
	display: flex;
	overflow: hidden;
	margin: 0 0 40px;
	color: #2A3142;
	text-decoration: none;
	background: #fff;
	box-shadow: 0 1px 4px 0 rgba(49, 94, 251, 0.18);
	border-radius: 8px;
}
.result-img {
	width: 48%;
	min-height: 180px;
}
.result-img img {
	width: 100%;
	min-height: 100%;
	object-fit: cover;
	height: 183px;
}
.result-content {
	width: 52%;
	padding: 20px 24px 20px 38px;
}
.result-title {
	margin: 0 0 12px;
	font-weight: 700;
	font-family: 'Gilroy';
	font-size: 18px;
	line-height: 22px;
}
.result-line {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 20px;
}
.result-category {
	padding: 1px 5px;
	font-weight: 600;
	font-family: 'Gilroy';
	font-size: 9px;
	line-height: 11px;
	background: #E2EDFF;
	border: 1px solid #274BC8;
	border-radius: 3px;
}
.result-stat {
	display: flex;
	gap: 4px;
	font-weight: 500;
	font-family: 'Gilroy';
	font-size: 12px;
	line-height: 12px;
}
.result-author {
	margin: 1px 2px 0 0;
	font-size: 10px;
}
.result-date {
	display: flex;
	height: 14px;
	padding: 2px 0 0 18px;
	background: url(../images/calendar.svg) 0 0 no-repeat;
}
.result-time {
	display: flex;
	height: 14px;
	padding: 2px 0 0 18px;
	background: url(../images/alarm.svg) 0 0 no-repeat;
}
.result-comment {
	display: flex;
	height: 14px;
	padding: 2px 0 0 18px;
	background: url(../images/comment.svg) 0 0 no-repeat;
}
.result-text {
	font-weight: 400;
	font-family: 'Gilroy';
	font-size: 14px;
	line-height: 17px;
}
/************************* pagination *************************/
.pagination {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 24px 10px;
	/*padding: 24px 32px;*/
	background: #fff;
	box-shadow: 0 10px 12px 0 rgba(49, 94, 251, 0.05);
	border-radius: 16px;
}
.pagination .page-nav {
	margin: 0;
}
.pagination-block {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 2px 0;
}

.pagination .pagination-pages {
	display: flex;
    align-items: center;
    justify-content: center;
    /*width: 27px;
    height: 27px;*/
    font-weight: 600;
    font-size: 10px;
    line-height: 15px;
    color: #2A3142;
    text-decoration: none;
    /*border: 1px solid #CED9F8;
    border-radius: 50%;*/
}

.pagination-list {
	display: flex;
	align-items: center;
	gap: 5px;
	/*gap: 12px;*/
}
.pagination-list a, .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 27px;
	height: 27px;
	font-weight: 600;
	font-size: 10px;
	line-height: 15px;
	color: #2A3142;
	text-decoration: none;
	border: 1px solid #CED9F8;
	border-radius: 50%;
}
.pagination-list .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 27px;
	height: 27px;
	font-weight: 600;
	font-size: 10px;
	line-height: 15px;
	color: #2A3142;
	text-decoration: none;
	border: 1px solid #CED9F8;
	border-radius: 50%;
	width: auto;
    padding: 0 10px;
    border-radius: 30px;
	text-wrap: nowrap;
}
.pagination-list .page-numbers.next,
.pagination-list .page-numbers.prev {
    border: none;
	padding: 0;
}

.pagination-list .page-numbers.next:hover,
.pagination-list .page-numbers.prev:hover {
	background-color: transparent;
	border-color: transparent;
}

.pagination-list a:hover, .pagination-list a.active, .pagination-list .page-numbers:hover, .pagination-list .page-numbers.current {
	color: #fff;
	background: #00A740;
	border: 1px solid #00A740;
}
.pagination-text {
	font-weight: 600;
    font-size: 16px;
    line-height: 22px;
	color: #616a73;
}
.pagination-arrow {
	display: flex;
	width: 20px;
	height: 20px;
	background: url(../images/pag-arrow.svg) 50% 50% no-repeat;
}
.pagination-prev {
	transform: scale(-1,1);
}
.pagination-arrow.disabled {
	opacity: 0.3;
}
.pagination-date {
	gap: 8px;
}
.pagination-date .pagination-list {
	gap: 8px;
}
.pagination-date .pagination-list a {
	width: auto;
	padding: 0 10px;
	border-radius: 30px;
}
/************************* footer *************************/
.footer {
	margin: auto 0 0;
	color: #FFFFFF;
	background: #343B4C;
}
.footer-copy p {
    margin: 10px auto 0 auto;
}
.footer-copy a {
    margin: auto 0 0;
    color: #FFFFFF;
}
.footer-top {
	padding: 34px 0 17px;
}
.footer-block {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 25px;
}
.footer-side {
	width: 220px;
	min-width: 220px;
	padding: 0 60px 0 0;
}
.footer-logo {
	margin: 0 0 20px;
}
.footer-about {
	font-size: 12px;
	line-height: 15px;
	opacity: 0.55;
}
.footer-content {
	width: calc(100% - 220px);
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 12px 0 0;
}
.footer-cols:first-child {
	width: 33%;
}
.footer-col.mid .footer-nav {
	display: flex;
    flex-wrap: wrap;
}
.footer-col.mid .footer-nav li {
	width: 33%;
}
.footer-num {display: none;}
.footer-title {
	margin: 0 0 16px;
	font-weight: 600;
	font-family: 'Gilroy';
	font-size: 16px;
	line-height: 20px;
}
.footer-title a {
	color: #fff;
	text-decoration: none;
}
.footer-nav li {
	margin: 0 0 4px;
	font-weight: 500;
	font-family: 'Gilroy';
	font-size: 12px;
	line-height: 16px;
}
.footer-nav a {
	color: #fff;
	text-decoration: none;
	opacity: 0.55;
}
.footer-nav a:hover {
	opacity: 1;
}
.footer-line {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 32px;
}
.footer-line a {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
}
.footer-line .footer-line-button {
	padding: 6px 10px;
	border: 1px solid #fff;
	border-radius: 4px;
}
.footer-bottom {
	padding: 20px 0;
	border-top: 1px solid rgba(245, 245, 245, 0.4);
}
.footer-bottom-block {
	display: flex;
	align-items: center;
}
.footer-copy {
	font-family: 'Gilroy';
	font-size: 10px;
	line-height: 12px;
	white-space: nowrap;
}
.footer-bottom-text {
	padding: 0 30px;
	font-family: 'Gilroy';
	font-size: 10px;
	line-height: 12px;
	opacity: 0.55;
}
.footer-webs {
	display: flex;
	gap: 15px;
}
.footer-webs a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background: #2A3142;
	border-radius: 50%;
}
.footer-webs a:hover {
	background: #2244CC;
}
.footer-webs path {
	fill: #00A740;
	transition: all 0.3s linear;
}
.footer-webs a:hover path {
	fill: white;
}

.footer-webs .td-social-icon-wrap i {
	color: #00A740;
}
.footer-webs .td-social-icon-wrap i:hover {
	color: white;
}

.rss-icon {margin: -3px -3px 0 0;}
.tg-icon {margin: 0 0 0 -2px;}
/************************* popups *************************/
.popup {
	display: none;
	width: 356px;
	border-radius: 10px;
}
.popup.fancybox-content {padding: 47px 36px 36px;}
.popup-title {
	margin: 0 0 13px;
	font-family: 'Alice';
	font-size: 40px;
	line-height: 34px;
	text-align: center;
	text-transform: uppercase;
}

/************************* media *************************/
@media screen and (max-width: 1600px) {
	.side-ads-wrap {display: none;}
}
@media screen and (max-width: 1300px) {
	.up {
		width: 40px;
	}
	.up-block {
		width: 9px;
		margin: 0 auto;
		font-size: 0;
		gap: 0;
		justify-content: flex-start;
	}
}
@media screen and (max-width: 1200px) {
	.header-nav {
		padding: 0 35px;
	}
	.header-nav-item {
		gap: 6px;
		padding: 8px 8px;
	}
	.main-section {
		max-width: 878px;
		margin: 0 auto;
	}
	.main-col {
		width: 50%;
		gap: 24px 0;
	}
	.main-sub {
		display: none;
	}
	.main-sub-mob {
		display: block;
	}
	.label-wrap {
		margin: 0 auto 0 0;
	}
	.main-col-big {
		width: 100%;
	}
	.big-vertical {
		width: 50%;
	}
	.main-big-wrap {
		gap: 24px 0;
	}
	.big-vertical .main-big-item {
		width: 100%;
		padding: 0 19px;
	}
	.label-line {
		margin: 0;
	}
	.main-big-item {
		width: 50%;
	}
	.company {display: none;}
	.main-sub {
		background: url(../images/main-sub-tab.jpg) 50% 50% no-repeat;
		background-size: cover;
	}
	.main-bar {
		max-width: 840px;
		margin: 0 auto 24px;
	}
	.main-top {
		max-width: 840px;
		margin: 0 auto 24px;
	}
	.banner-section {
		max-width: 840px;
		margin: 0 auto 24px;
	}
	.main-top-content {
		width: 100%;
		padding: 0;
		margin: 0 0 24px;
	}
	.main-top-side {
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
		gap: 24px 0;
		width: 100%;
		padding: 0;
	}
	.main-top-side .box:last-child {display: none;}
	.main-top-side .label-wrap {
		display: flex;
		justify-content: flex-start;
		width: 100%;
		margin: 0;
	}
	.main-top-side .box {
		width: calc(50% - 19px);
	}
	.main-box-big {
		width: calc(50% - 19px);
	}
	.main-box-min {
		width: calc(50% - 19px);
	}

}
@media screen and (max-width: 1100px) {
	.up {display: none;}
	.header-nav {
		padding: 0 0 0 30px;
		/*padding: 0 30px;*/
	}
	.side-webs-wrap {
		left: -52px;
	}
	.footer-side {
		width: 210px;
		min-width: 210px;
		padding: 0 40px 0 0;
	}
	.footer-nav {
		display: none;
	}
	.footer-cols:first-child {
		width: 100%;
		display: flex;
        flex-direction: column;
		gap: 20px;
	}
	.footer-col:first-child {
		width: 100%;
	}
	.footer-col.mid .footer-nav, .footer-nav {
		display: none;
	}
	.footer-content {
		width: auto;
		flex: 1;
		justify-content: flex-start;
		flex-direction: column;
		gap: 20px;
		padding: 0;
	}
	.footer-col {
		display: flex;
		justify-content: space-between;
		position: relative;
	}
	.footer-col::before {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 4px;
		content: '';
		height: 5px;
		background: url(../images/dots.png) 0 bottom repeat-x;
	}
	.footer-title {
		margin: 0;
		padding: 0 20px 0 0;
		position: relative;
		background: #343B4C;
	}
	.footer-num {
		display: block;
		padding: 0 0 0 20px;
		font-weight: 500;
		font-family: 'Gilroy';
		font-size: 16px;
		line-height: 20px;
		position: relative;
		background: #343B4C;
	}
	.footer-bottom-block {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.footer-bottom-text {
		order: 1;
		width: 100%;
		padding: 0 0 12px;
	}
	.footer-copy {
		order: 2;
	}
	.footer-webs {
		order: 3;
	}
	.top-green {
		display: none;
	}
	.header-nav {position: static;}
	.subnav {
		width: 100%;
		padding: 9px 0 0;
	}

}
@media screen and (max-width: 980px) {
	#wrapper {overflow: hidden;}
	.header-line {display: none;}
	.header-top {
		padding: 0;
		background: #00A740;
	}
	.header-block {
		height: 90px;
		/*height: 50px;*/
	}
	.header-logo {
		margin-left: auto;
		margin-right: auto;
	}
	.header-logo img {
		width: 128px;
	}
	.speed {display: none;}
	.header .speed {
		display: flex;
		justify-content: center;
		height: 40px;
		padding: 0 20px;
		border-radius: 0;
	}
	.top-title {
		height: 115px;
		font-size: 24px;
		line-height: 30px;
	}
	.header-search {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		/*width: 36px;*/
		height: 36px;
		/*background: rgba(68, 104, 229, 0.4);*/
		border-radius: 50%;
	}
	.header-search svg {
		width: 15px;
		position: absolute;
	}
	.header-search path {
		fill: #fff;
	}
	.desk-search-view .td-drop-down-search {
		border: 0px solid #CED9F8;
		border-radius: 8px;
		width: 100%;
	}
	.desk-search-view .td-drop-down-search .btn {
		border: 1px solid #fff;
		padding: 6px 15px 8px;
		right: -20px;
		top: -1px;
	}
	.mob-nav-icon {display: block;}
	.header-nav {
		position: fixed;
		top: 90px;
		left: -100%;
		bottom: 0;
		display: block;
		width: 100%;
		padding: 35px 20px;
		z-index: 540;
		overflow-y: auto;
		box-sizing: border-box;
		display: block;
		background: #00A740 url(../images/mob-nav-bg.jpg) 50% 50% no-repeat;
		/*background: #00A740 50% 50% no-repeat;*/
		background-size: cover;
		box-shadow: none;
		transition: all 0.5s ease;
	}
	.header-nav.vis {
		left: 0;
	}
	.header-nav-list {
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
		padding: 0 0 24px;
		margin: 0 0 24px;
		border-bottom: 2px solid #4ADE80;
	}
	.header-nav-list li {
        position: relative;
    }
	.header-nav-list > li >.header-nav-item {
		position: relative;
        display: flex;
		gap: 0;
		min-height: 56px;
		padding: 10px 35px;
		color: #fff;
		background: rgba(255, 255, 255, 0.05);
		border-radius: 40px;
        font-weight: 700;
		font-family: 'Gilroy';
		font-size: 32px;
		line-height: 32px;
	}
	.m-arrow {
        display: none;
		position: absolute;
		top: 10px;
		/*top: 50%;*/
		right: 35px;
		width: 36px;
		height: 36px;
		background: url(../images/nav-arrow.svg) 0 0 no-repeat;
		background-size: contain;
		transition: all 0.3s linear;
        cursor: pointer;
	}
    .m-arrow::after {
		content: '';
        position: absolute;
        width: 80px;
        height: 80px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 2;
    }
    .header-nav-list li:has(.subnav) > .m-arrow {
        display: block;
    }
	.header-nav-list > li.active > .header-nav-item {
		color: white;
	}
	.m-arrow.active {
		transform: rotate(180deg);
		background: url(../images/nav-arrow-pink.svg) 0 0 no-repeat;
		background-size: contain;
	}
	body.lock {overflow: hidden;}
	.mob-nav-top {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0 0 45px;
	}
	.nav-webs {
		display: flex;
		align-items: center;
		gap: 12px;
	}
	.nav-webs a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 37px;
		height: 37px;
		background: #DFA0C7;
		border-radius: 40px;
	}
	.nav-webs path {fill: #fff;}
	.nav-links {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}
	.nav-links a {
		height: 56px;
		padding: 10px 35px;
		font-weight: 700;
		font-family: 'Gilroy';
		font-size: 32px;
		line-height: 32px;
		color: #fff;
		text-decoration: none;
		background: rgba(255, 255, 255, 0.05);
		border-radius: 40px;
	}
	.subnav {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		width: auto;
		padding: 34px 30px 1px;
	}
    .header-nav-list > li .subnav {
        display: none;
    }
	.subnav-block {
		display: block;
		padding: 0;
		background: none;
		box-shadow: none;
		border-radius: 0;
	}
	.subnav-block::before {
		display: none;
	}
	
	.subnav-top {
		background: none;
		padding: 0 0 14px 10px;
	}
	.subnav-list {
		display: block;
		max-width: none;
	}
	.subnav-list li {
		margin: 0 0 14px;
		padding: 0 0 0 10px;
		line-height: 24px;
	}
	.subnav-list a,
	.subnav-top a {
		position: relative;
		display: block;
		padding: 0 0 0 15px;
		font-size: 18px;
		line-height: 24px;
		color: #fff;
		text-transform: none;
	}
	.subnav-list a::before,
	.subnav-top a::before {
		top: 10px;
		width: 4px;
		height: 4px;
		background: #fff;
		border-radius: 5px;
	}
	.subnav-list a:hover,
	.subnav-top a:hover {
		color: white;
	}
	.subnav-top a:hover::before,
	.subnav-list a:hover::before {
		background: white;
	}
	.main {
		padding: 52px 0 40px;
		/*padding: 20px 0 40px;*/
	}
	.side-webs-wrap {
		display: none;
	}
	.contacts-info-item {
		width: 100%;
	}
	.quote {
		margin: 0 20px 24px;
	}
	blockquote {
		margin: 0 20px 24px;
	}
	.box-block {
		padding: 0;
	}
	.box-col {
		width: calc(50% - 12px);
	}
	.box {
		margin: 0 0 24px;
	}
	.box-grid {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 24px 0;
		margin: 0 0 24px;
	}
	.box-grid .box {
		width: calc(50% - 12px);
		margin: 0;
	}
	.box-min {
		flex-direction: column;
	}
	.box-min .box-img {
		width: auto;
	}
	.box-min .box-img img {
		height: 270px;
	}
	.box-min .box-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: auto;
		padding: 28px 22px 26px;
	}
	.box-min .box-title {
		margin: 0 0 22px;
		font-weight: 600;
		font-family: 'Gilroy';
		font-size: 22px;
		line-height: 27px;
	}
	.box-min .box-text {
		display: block;
	}
	.box-min .box-stat {
		margin: 0 0 24px;
		order: -1;
	}
	.box-grid .rating {
		display: none;
	}
	.result {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 0 10px;
	}
	.result-item {
		display: flex;
		flex-direction: column;
		width: calc(50% - 9px);
		margin: 0 0 34px;
	}
	.result-img {
		width: auto;
		min-height: 234px;
	}
	.result-content {
		width: auto;
		padding: 24px 20px;
	}
	.result-title {
		margin: 0 0 20px;
	}
	.result-line {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px 0;
		margin: 0 0 20px;
	}
	.main-section {
		max-width: none;
		margin: 0 -19px;
	}
	.main-col {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		gap: 24px 0;
	}
	.main-col .box {
		width: calc(50% - 9px);
	}
	.label-wrap {
		display: flex;
		justify-content: flex-start;
		width: 100%;
	}
	.main-col .rating {
		display: none;
	}
	.main-sub-logo {display: none;}
	.main-big-wrap {
		margin: 0 -9px;
	}
	.main-big-item,
	.big-vertical .main-big-item {
		width: 50%;
		padding: 0 9px;
	}
	.main-col .main-big-item .box {
		width: 100%;
		height: 100%;
	}
	.main-col .box-img img {
		height: 234px;
	}
	.box-stat, .box-min .box-stat {
		margin: 0 0 24px;
	}
	.box-title, .box-min .box-title {
		margin: 0 0 22px;
		font-size: 18px;
		line-height: 22px;
	}
	.box-text, .box-min .box-text {
		font-size: 12px;
		line-height: 15px;
	}
	.main-col .box-img .prize-1,
	.main-col .box-img .prize-2,
	.main-top .box-img .prize-1,
	.main-top .box-img .prize-2 {
		height: auto;
		top: auto;
	}
	.main-col .box-img .prize-1,
	.main-top .box-img .prize-1 {
		width: 120px;
		bottom: -47px;
	}
	.main-col .box-img .prize-2,
	.main-top .box-img .prize-2 {
		width: 120px;
		bottom: -44px;
	}
	.main-col .main-big-item .box-title {
		margin: 0;
	}
	.main-top-side .rating {
		display: none;
	}
	.banner-section {
		gap: 24px;
	}
	.banner-item {
		width: 100%;
	}
	.main-top-side .box {
		width: calc(50% - 9px);
	}
	.main-top-side .box-min .box-title {
		margin: 0 0 22px;
		font-size: 18px;
		line-height: 22px;
	}
	.main-banner, .main-bar {display: none;}
	.mob-hidden {display: none;}
	.mob-show, .main-box-big .mob-show {display: flex;}
	.main-box-big {
		width: 100%;
		margin: 0 0 24px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.main-box-min {
		width: 100%;
	}
	.main-box-big .box,
	.main-box-min .box {
		width: calc(50% - 9px);
		height: auto;
	}
	.main-top .box-img img,
	.main-box-min .box-img img {
		height: 234px
	}
	.main-box-min .box-text {display: block;}
	.main-box-min .box-stat {
		margin: 0 0 24px;
		order: -1;
	}
	.main-box-min .box-title {
		margin: 0 0 22px;
		font-weight: 600;
    	font-family: 'Gilroy';
		font-size: 18px;
		line-height: 22px;
	}
	.main-box-min .box-content {
		display: flex;
		flex-direction: column;
		padding: 28px 22px 26px;
	}
	.box-text p {
		min-height: 32px;
		max-height: 32px;
		overflow: hidden;
		display: -webkit-box; 
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	
}
@media screen and (max-width: 768px) {
	.header-block {
        height: 50px;
    }
	.header-block {
		flex-direction:row;
		justify-content:space-between;
		align-items:center;
	}
	.header-search {
		width: 36px;
		background: rgba(223, 160, 199, 0.3);
	}
}
@media screen and (max-width: 740px) {
	.box-text p {
		min-height: 32px;
		max-height: 100%;
		overflow: hidden;
		display: -webkit-box; 
		-webkit-line-clamp: none;
		-webkit-box-orient: vertical;
	}
	.header-nav {
        top: 50px;
	}
	.desk-view {
		display: none;
	}
	.mob-view {
		display: block;
	}
	.top {
		display: none;
	}
	.adsp-item {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.adsp-type {
		width: calc(50% - 8px);
		padding: 0;
	}
	.adsp-price {
		width: calc(50% - 8px);
	}
	.adsp-info {
		width: 100%;
		padding: 12px 0 0;
	}
	.ads-discount-item {
		flex-direction: column;
		gap: 24px;
	}
	.ads-discount-col:first-child,
	.ads-discount-col {
		max-width: none;
	}
	.footer-top {
		padding: 24px 0;
	}
	.footer-side {
		display: flex;
		align-items: center;
		width: 100%;
		min-width: 1px;
		padding: 0 0 30px;
	}
	.footer-logo {
		margin: 0 26px 0 0;
	}
	.footer-about {
		margin-top: 30px;
		text-align: justify;
	}
	.footer-line {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 0;
	}
	.sub-form-bottom {
		flex-direction: column;
		padding: 16px 0 0;
	}
	.sub-form-note {
		padding: 0 0 24px;
	}
	.sub-form-bottom .button {
		width: 100%;
	}
	.banner {
		margin: 0 0 24px;
	}
	.quote::before,
	.quote::after {
		margin-top: -39px;
		left: -20px;
		width: 40px;
		height: 78px;
		background: #F5F5F5 url(../images/quotes.svg) 50% 24px no-repeat;
	}
	.quote::after {
		left: auto;
		right: -20px;
	}
	blockquote::before,
	blockquote::after {
		margin-top: -39px;
		left: -20px;
		width: 40px;
		height: 78px;
		background: #F5F5F5 url(../images/quotes.svg) 50% 24px no-repeat;
	}
	blockquote::after {
		left: auto;
		right: -20px;
	}
	.contacts-stat-wrap {
		gap: 32px;
	}
	.box-col {
		width: 100%;
	}
	.pagination {
		padding: 24px 10px;
		/*padding: 24px 16px;*/
	}
	.pagination-date .pagination-list {
		flex-wrap: wrap;
	}
	.box-grid {
		gap: 16px 0;
		margin: 0 0 16px;
	}
	.box-grid .box {
		width: calc(50% - 6px);
		margin: 0;
	}
	.box-grid .box-img img,
	.box-min .box-img img {
		height: 148px;
	}
	.box-grid .box-content,
	.box-min .box-content {
		padding: 16px 12px;
	}
	.box-grid .box-title,
	.box-min .box-title {
		margin: 0 0 16px;
		font-size: 14px;
		line-height: 17px;
	}
	.box-grid .box-text {
		font-size: 12px;
		line-height: 15px;
	}
	.box-grid .box-stat,
	.box-min .box-stat {
		margin: 0 0 16px;
	}
	.pagination {
		flex-direction: column;
		align-items: flex-start;
	}
	.pagination-text {
		padding: 16px 0 0;
	}
	.pagination-list {flex-wrap: wrap;}
	.result {padding: 0;}
	.result-item {
		width: 100%;
		margin: 0 0 24px;
	}
	.result-content {
		display: flex;
		flex-direction: column;
	}
	.result-line {
		flex-direction: row;
		align-items: center;
		order: -1;
	}
	.breadcrumbs {
		padding: 0 0 14px;
	}
	.tags {
		margin: 0 0 15px;
	}
	.article-top .title {
		margin: 0 0 24px;
		font-size: 32px;
   		line-height: 32px;
	}
	.article-stat {
		display: block;
		padding: 0;
		margin: 0 0 32px;
	}
	.article-stat-left {
		height: 56px;
		border-bottom: 1px solid #CED9F8;
	}
	.article-author {
		margin: 0 auto 0 0;
	}
	.article-stat-right {
		height: 56px;
	}
	.article-stat-comment {
		margin: 0 0 0 auto;
	}
	.article-video {
		margin: 0 0 26px;
	}
	.verdict {
		padding: 24px;
		margin: 0 0 12px;
	}
	.verdict-top {
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
		margin: 0 0 24px;
	}
	.verdict-title {
		font-size: 24px;
		line-height: 28px;
	}
	.verdict-text {
		margin: 0 0 24px;
		font-size: 14px;
		line-height: 130%;
	}
	.verdict-col {
		width: 46%;
		font-size: 14px;
		line-height: 130%;
	}
	.rate {
		padding: 0 0 34px;
	}
	.rate-content {
		max-width: none;
		padding: 0 20px 0 0;
	}
	.rate-title {
		font-size: 20px;
		line-height: 24px;
	}
	.rate-title span {
		padding: 0 0 0 15px;
		font-weight: 400;
		font-size: 12px;
		color: #2D58EB;
	}
	.rate-title b {
		padding: 0 3px;
		font-size: 20px;
	}
	.rate-text {
		font-size: 14px;
		line-height: 17px;
	}
	body {
		font-size: 18px;
	}
	.article-bottom .tags {
		margin: 0 0 22px;
	}
	.article-bottom .article-stat {
		display: flex;
		margin: 0 0 28px;
	}
	.stat-tags {
		align-items: flex-start;
	}
	.stat-tags-text {
		margin: -2px 0 0;
	}
	.article-bottom .article-stat-right {
		height: auto;
	}
	.article-bottom .article-stat-like {
		margin: 0;
	}
	.comment {
		gap: 24px;
		margin: 0 0 40px;
	}
	.comment-form-input .input {
		width: 100%;
	}
	.comment-form-bottom {
		flex-direction: column;
		align-items: flex-end;
		gap: 12px;
		padding: 5px 0 0;
	}
	.comment-form-bottom .check-item {
		padding: 0;
	}
	.comment-form-bottom .button {
		margin: 0;
	}
	.emote {
		padding: 32px;
	}
	.emote-block {
		flex-wrap: wrap;
		gap: 28px 0;
		margin: 0 -12px;
	}
	.emote-item {
		width: 33.33%;
		text-align: center;
	}
	.index {
		padding: 32px;
	}
	.index-block {
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 12px;
	}
	.index-info {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 24px;
		font-weight: 600;
		font-family: 'Gilroy';
		font-size: 16px;
		line-height: 20px;
	}
	.index-info b {font-weight: 800;}
	.more {
		padding: 24px 0 0;
	}
	.more-author {
		margin: 0 0 24px;
	}
	.more-block {
		gap: 16px 0;
		padding: 0 0 32px;
	}
	.more-block .box {
		width: calc(50% - 6px);
	}
	.more-block .box-img img {
		height: 148px;
	}
	.more-block .box-content {
		display: flex;
		flex-direction: column;
		padding: 16px 12px;
	}
	.more-block .box-title {
		margin: 0 0 12px;
		font-size: 14px;
		line-height: 17px;
	}
	.more-block .rating {
		display: none;
	}
	.more-block .box-stat {
		order: -1;
		margin: 0 0 16px;
	}
	.more-block .box-text {
		display: block;
		font-size: 9px;
		line-height: 11px;
	}
	.recommend {
		padding: 24px 0 0;
	}
	.recommend-title {
		margin: 0 0 24px;
	}
	.recommend-block {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 16px 0;
	}
	.recommend-block .box {
		flex-direction: column;
		width: calc(50% - 6px);
	}
	.recommend-block .box-img {
		min-height: 1px;
		height: 148px;
		width: 100%;
		min-width: 1%;
	}
	.recommend-block .box-content {
		padding: 16px 12px;
		justify-content: flex-start;
	}
	.recommend-block .box-title {
		margin: 0 0 12px;
		font-size: 14px;
		line-height: 17px;
	}
	.recommend-block .rating {
		display: none;
	}
	.recommend-block .box-stat {
		order: -1;
		margin: 0 0 16px;
	}
	.recommend-block .box-text {
		display: block;
		font-size: 9px;
		line-height: 11px;
	}
	.article-part .quote {
		margin: 0 0 24px;
	}
	.article-part .quote::before, .article-part .quote::after {
		background: #F5F5F5 url(../images/quotes.svg) 14px 50% no-repeat;
	}
	blockquote {
		margin: 0 0 24px;
	}
	blockquote::before, blockquote::after {
		background: #F5F5F5 url(../images/quotes.svg) 14px 50% no-repeat;
	}
	.article-start {
		margin: 0 0 26px;
	}
	.prize-1 {
		top: auto;
		/*top: -50px;*/
		bottom: auto;
	}
	.article-start-line {
		top: auto;
		bottom: 14px;
		right: 14px;
	}
	.article-start .prize-1 {
		width: 130px;
	}
	.prize-2 {
		top: auto;
		/*top: -36px;*/
		bottom: auto;
	}
	.article-img .prize-2 {
		width: 150px;
	}
	.tech-line {
		flex-wrap: wrap;
		font-size: 20px;
		line-height: 24px;
	}
	.tech-stat {
		width: 100%;
	}
	.tech-value {
		width: 100%;
	}
	.main-col .box-img img {
		height: 144px!important;
	}
	.main-col .box-content {
		padding: 16px 12px;
		justify-content: flex-start;
        display: flex;
        flex-direction: column;
	}
	
	.main-col .box-title {
		margin: 0 0 16px;
		font-size: 14px;
		line-height: 17px;
		min-height: 34px;
	}
	.main-col .box-stat {
		margin: 0 0 16px;
	}
	.main-col {
		gap: 16px 0;
	}
	.label-wrap, .label-line {padding: 0 0 8px;}
	.main-col .box {
		width: calc(50% - 6px);
	}

	.main-big-item, .big-vertical .main-big-item {
		padding: 0 6px;
	}
	.main-big-wrap {
		gap: 16px 0;
		margin: 0 -6px;
	}
	.main-sub {
		padding: 40px 24px 30px;
		margin: 0 19px 24px;
		background: url(../images/main-sub-mob.jpg) 50% 50% no-repeat;
		background-size: cover;
	}
	.main-sub-logo {
		position: absolute;
		right: 27px;
		bottom: 24px;
	}
	.main-sub-title {
		font-size: 31px;
		line-height: 32px;
	}
	.main-sub-form {
		flex-direction: column;
		gap: 20px;
		margin: 0 0 20px;
	}
	.main-sub-form .input {
		width: 100%;
	}
	.main-sub-form .button {
		width: 100%;
	}
	.main-col .box-img .prize-1,
	.main-top .box-img .prize-1 {
		width: 80px;
		bottom: -27px;
	}
	.main-col .box-img .prize-2,
	.main-top .box-img .prize-2 {
		width: 80px;
		bottom: -24px;
	}
	.main-top .box-img img:not(.prize-1), .main-top .box-img img:not(.prize-2) {
		height: 148px!important;
	}
	.main-top .box-img img.prize-1, .main-top .box-img img.prize-2, .main-section .box-img img.prize-1, .main-section .box-img img.prize-2 {
		height: auto!important;
	}
	.main-top .box-content {
		padding: 16px 12px;
	}
	.main-top .box-title,
	.main-top-side .box-min .box-title {
		margin: 0 0 16px;
		font-size: 14px;
		line-height: 17px;
	}
	.main-top .box-stat {
		margin: 0 0 16px;
	}
	.main-top-side {
		gap: 16px 0;
	}
	.main-box-big {margin: 0 0 16px;}
	.main-top-side .box,
	.main-box-big .box, .main-box-min .box {
		width: calc(50% - 6px);
		height: auto;
	}
	.main-box-big .box {
		width: calc(100% - 6px);
	}

}
@media screen and (max-width: 410px) {
	h1 {
		font-size: 36px;
		line-height: 36px;
	}
	h2 {
		font-size: 28px;
		line-height: 32px;
	}
	h3 {
		font-size: 22px;
		line-height: 26px;
	}
	h4 {
		font-size: 18px;
		line-height: 24px;
	}
	.title {
		font-size: 36px;
		line-height: 36px;
	}
	.langs {
		gap: 16px;
	}
	.about-text {
		font-size: 18px;
		line-height: 28px;
	}
	.about-contacts {
		font-size: 18px;
		line-height: 28px;
	}
	.ads-top {
		font-size: 20px;
		line-height: 24px;
	}
	.adsp-item {
		padding: 16px;
		font-size: 16px;
	}
	.ads-item-title {
		font-size: 18px;
	}
	.ads-discount-item {
		padding: 16px;
		gap: 16px;
		font-size: 16px;
	}
	.footer-line {
		flex-wrap: wrap;
	}
	.footer-line-button {
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}
	.footer-copy {
		width: 100%;
		margin: 0 0 12px;
	}
	.sub-form {
		padding: 24px;
	}
	.contacts-text {
		padding: 0 0 8px;
		font-size: 16px;
		line-height: 28px;
	}
	.contacts-text-item {
		margin: 0 0 24px;
	}
	.contacts-text b {
		font-size: 20px;
	}
	.quote {
		padding: 16px 24px;
		font-size: 16px;
		line-height: 28px;
	}
	.quote b {
		font-size: 20px;
	}
	blockquote {
		padding: 16px 24px;
		font-size: 16px;
		line-height: 28px;
	}
	blockquote p {
		font-size: 20px;
	}
	.contacts-info-item {
		padding: 24px 16px;
		font-size: 16px;
		line-height: 28px;
	}
	.contacts-stat-wrap {
		gap: 24px;
		padding: 24px 16px;
		font-size: 16px;
		line-height: 28px;
	}
	.box-content {
		padding: 20px 16px;
	}
	.box-stat {
		margin: 0 0 20px;
	}
	.box-title {
		margin: 0 0 16px;
		font-size: 20px;
		line-height: 24px;
	}
	.box-grid .box {
		width: 100%;
	}
	.result-line {
		flex-direction: column;
		align-items: flex-start;
		margin: 0 0 16px;
	}
	.result-content {
		padding: 24px 16px;
	}
	.result-title {
		font-size: 16px;
	}
	.search-form-button {
		width: 80px;
	}
	.article-stat-share {
		margin: 0 12px 0 0;
	}
	.article-stat-like {
		font-size: 16px;
	}
	.article-stat-comment {
		font-size: 16px;
	}
	.verdict {
		padding: 24px 16px;
	}
	.verdict-info {
		flex-wrap: wrap;
		gap: 16px 0;
	}
	.verdict-col {
		width: 100%;
	}
	.verdict-info-top {
		gap: 12px;
		margin: 0 0 16px;
		font-size: 24px;
		line-height: 30px;
	}
	.verdict-info-top img {width: 36px;}
	.rate-item {
		padding: 16px;
		display: block;
	}
	.rate-content {
		max-width: none;
		gap: 16px;
		padding: 0 0 16px;
	}
	body {
		font-size: 16px;
		line-height: 26px;
	}
	p {
		margin: 0 0 24px;
	}
	.box-text p {
		min-height: 1vh;
		height: 100%;
	}
	.article-part .quote {
		margin: 0 0 24px;
		font-size: 16px;
		line-height: 26px;
	}
	.article-part blockquote {
		margin: 0 0 24px;
		font-size: 16px;
		line-height: 26px;
	}
	.article-bottom .article-stat {
		flex-wrap: wrap;
		gap: 16px 0;
	}
	.comment-form {
		padding: 16px;
	}
	.comment-title {
		margin: 0 0 16px;
		font-size: 18px;
		line-height: 24px;
	}
	.comment-form .comment-title {
		padding: 0;
	}
	.comment-form-block {
		display: block;
	}
	.comment-form-ava {
		margin: 0 0 12px;
	}
	.emote, .index {
		padding: 16px;
	}
	.index-block {
		gap: 8px;
	}
	.more-block .box,
	.recommend-block .box {
		width: 100%;
	}
	.recommend-title {
		margin: 0 0 16px;
		font-size: 24px;
		line-height: 30px;
	}
	.article-top .title {
		font-size: 28px;
	}
	.article-part h2 {
		margin: 0 0 24px;
	}
	.article-part ul {
		margin: 0 0 24px;
	}
	.article-img {
		margin: 0 0 32px;
	}
	.prize-1 {
		top: -40px;
	}
	.article-start .prize-1 {
		width: 100px;
	}
	.prize-2 {
		top: -30px;
	}
	.article-img .prize-2 {
		width: 120px;
	}
	.tech {
		padding: 16px;
	}
	.tech h2 {
		margin: 0 0 16px;
	}
	.tech-line {
		padding: 10px 16px;
		font-size: 16px;
		line-height: 20px;
	}
	.main-col .box,
	.main-big-item, .big-vertical .main-big-item {
		width: 100%;
	}
	.main-top-side .box,
	.main-box-big .box, .main-box-min .box {
		width: 100%;
	}
	.main-box-big {
		gap: 16px 0;
	}
	.header-nav-text, .nav-links a {
		font-size: 24px;
	}
    .header-nav-list > li > .header-nav-item {
        font-size: 24px;
    }
	.subnav {
		padding: 24px 30px 1px;
	}
	.subnav-list li {
		margin: 0 0 10px;
		padding: 0 0 0 5px;
	}
	.subnav-list a {
		font-size: 16px;
	}

}
@media screen and (max-width: 374px) {
	.header .speed {
		font-size: 12px;
	}
}

.ya-share2__list, .ya-share2__badge, .ya-share2__icon {
    display: inline-flex!important;
    flex-direction: column;
    gap: 6px;
}
.ya-share2__container_shape_round.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
    background-size: 28px 28px!important;
}
.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    height: 32px!important;
    width: 32px!important;
    background-size: 24px 24px;
}

.main-box-min .box-img img.prize-1, .main-box-min .box-img img.prize-2 {
    width: 70px;
    height: auto;
	bottom: 0;
}

.main-top-side .box-img img.prize-1, .main-top-side .box-img img.prize-2 {
    width: 70px;
    height: auto;
	bottom: 0;
}

.main-section .box-img img.prize-1, .main-section .box-img img.prize-2 {
    width: 70px;
    height: auto;
	bottom: 0;
}


.main-box-big .box-title {
    min-height: 30px;
}
.main-box-min .box-title {
    min-height: 30px;
    overflow: hidden;
}

.main-top-side .box-min .box-title {
    min-height: 30px;
    /*max-height: 30px;*/
    overflow: hidden;
}

.box-min .box-title {
    min-height: 32px;
    /*max-height: 32px;*/
    overflow: hidden;
}

.box-title {
	max-height: 54px;
    min-height: 54px;
    overflow: hidden;
}
/*.recommend-block .box-title, .box-min .box-title, .main-box-min .box-title {
	min-height: 1px;
}*/
@media screen and (max-width: 980px) {
	.rating-clear {
		margin: 0;
	}
	.box-title {
		min-height: 1px;
	}
}
@media screen and (max-width: 768px) {
	.emote {
        padding: 0px;
    }
	.apm-answers {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.box-apm .ays-poll-answer-container-list {
		margin-bottom: 1px;
		display: flex;
		width: 33%!important;
	}
	.box-apm .apm-choosing .ays_label_poll {
		width: 100%;
		text-align: center;
		display: flex;
		align-items: center;
		padding: 0px!important;
	}
	.box-title {
		max-height: 48px;
		min-height: 34px;
		overflow: hidden;
	}
	.box-min .box-title {
		min-height: 34px;
		/*max-height: 34px;*/
		overflow: hidden;
	}
}
/******************** new styles for cards *********************/
.box-sign {
	position: absolute;
	right: 7px;
	bottom: -52px;
	width: 124px;
	height: 105px;
}
.box-sign img,
.box-img .box-sign img {
	height: auto;
	object-fit: unset;
	max-width: 100%;
	max-height: 100%;
}
.box-stat {
	/*flex-wrap: wrap;*/
	gap: 16px 6px;
	padding-right: 100px;
}
.box-stat .box-time:nth-last-child(2){
	margin-right: auto;
}
.main-box-min .box-sign {
	right: 2px;
	bottom: -25px;
	width: 60px;
	height: 51px;
}
.main-box-min .box-stat {
	padding-right: 10px;
	/*padding-right: 45px;*/
	margin: 0 0 12px -6px;
	flex-wrap: wrap; 
}
.main-box-min .box-stat .rating {
	width: 100%;
}
.main-box-min .box-title {
	margin: 0;
}
.box-min .box-stat {
    flex-wrap: nowrap;
	padding-right: 0;
	margin: 0 0 12px;
}
.box-min .box-sign {
	right: -30px;
	bottom: 5px;
	width: 60px;
	height: 51px;
}
.box-min .box-content {
    padding: 12px 12px 12px 32px;
}
.main-box-min .box-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	/*justify-content: flex-end;*/
}
.box-min .box-title {
	margin: 0;
	font-size: 12px;
	line-height: 15px;
}
.result-img {
	position: relative;
}
.result-img .box-sign {
	right: -19px;
	top: 12px;
	bottom: auto;
	width: 60px;
	height: 51px;
}
.result-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px 24px 20px 29px;
}
.result-line {
	justify-content: flex-start;
	margin: 0 0 12px;
}
.result-category {
	margin: 0 12px 0 0;
}
.result-content .rating {
	margin: 0 0 9px;
}
.result-title {
    margin: 0 0 4px;
}

@media screen and (max-width: 980px){
	.box-stat {
		gap: 8px 6px;
	}
	.box-stat, 
	.box-min .box-stat {
        margin: 0 0 16px;
    }
	.box .rating {
		width: 100%;
	}
	.box-content,
	.box-min .box-content {
		padding: 25px 20px 23px;
	}
	.box-title, .box-min .box-title {
        margin: 0 0 30px;
		max-height: 100%;
		overflow: visible;
        position: relative;
		-webkit-line-clamp: none;
		/*margin: 0 0 13px;*/
    }
	.main-box-min .box-sign,
	.box-min .box-sign {
		right: 7px;
		bottom: -52px;
		width: 124px;
		height: 105px;
	}
	.main-box-min .box-title {
		margin: 0 0 12px;
	}
	.main-top-side .rating {
        display: flex;
		margin: 0 0 16px;
    }
	.box-text, .box-min .box-text {
        font-size: 14px;
        line-height: 17px;
    }
	.box-min .box-title {
		font-size: 18px;
		line-height: 22px;
	}
	.result-img .box-sign {
		top: auto;
		right: 7px;
		bottom: -52px;
		width: 124px;
		height: 105px;
	}
	.result-content {
		padding: 27px 20px 24px;
	}
	.result-line {
		margin: 0 0 7px;
	}
	.result-category {
		margin: 0 12px 0 0;
	}
	.result-content .rating {
		margin: 0 0 22px;
	}
	.result-title {
		margin: 0 0 18px;
	}
	.no-rating .result-content {
		padding-top: 49px;
	}
	.no-rating .result-line {
		margin: 0 0 22px;
	}
}
@media screen and (max-width: 740px){
	.box-sign,
	.main-box-min .box-sign,
	.box-min .box-sign {
		right: 2px;
		bottom: -25px;
		width: 60px;
		height: 51px;
	}
	.box-stat {
		padding-right: 45px;
	}
	.main-top .box-title, .main-top-side .box-min .box-title {
        margin: 0 0 12px;
    }
	.box-content, .box-min .box-content {
        padding: 16px 12px;
    }
	.box-text, .box-min .box-text {
        font-size: 12px;
        line-height: 15px;
		-webkit-line-clamp: none;
        max-height: 100%;
		overflow: visible;
    }
	.box-min .box-title {
		font-size: 14px;
		line-height: 17px;
	}
}
@media screen and (max-width: 410px) {
	.box-sign,
	.main-box-min .box-sign,
	.box-min .box-sign {
		right: 2px;
		bottom: -25px;
		width: 60px;
		height: 51px;
	}
	.box-stat {
		padding-right: 100px;
	}
	.main-top .box-title, 
	.main-top-side .box-min .box-title,
	.box-min .box-title,
	.main-col .box-title {
        margin: 0 0 12px;
		font-size: 18px;
        line-height: 22px;
    }
	.box-content, .box-min .box-content {
        padding: 16px 12px;
    }
	.box-text, .box-min .box-text {
		font-size: 14px;
        line-height: 17px;
    }
}
@media screen and (max-width: 380px) {
	.main-box-big .box-title {
		min-height: 48px;
	}
	.main-box-min .box-title {
		min-height: 48px;
		max-height: 48px;
		overflow: hidden;
	}

	.main-top-side .box-min .box-title {
		min-height: 48px;
		max-height: 48px;
		overflow: hidden;
	}

	.box-min .box-title {
		min-height: 48px;
		max-height: 48px;
		overflow: hidden;
	}

	.box-title {
		max-height: 100%;
		/*max-height: 48px;*/
		min-height: 48px;
		overflow: visible;
		/*overflow: hidden;*/
	}
	.box-text {
		min-height: 34px;
		max-height: 100%;
		/*max-height: 34px;*/
	}
	.box-text p {
        min-height: 34px;
        max-height: 100%;
		/*max-height: 34px;*/
	}
}

.gallery-columns-2 .gallery-caption, .gallery-columns-3 .gallery-caption, .gallery-columns-4 .gallery-caption, .gallery-columns-5 .gallery-caption, .gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: block;
}
.gallery-item .gallery-caption {
    text-align: left;
    position: relative;
    bottom: 0px;
    left: 5px;
    margin-bottom: 0px;
}

.card.article .hdr {
	display: none!important;
}
.card.article .brd {
	display: none!important;
}

/***************************** new styles ******************************/
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
}

.subnav-list .current-menu-item .header-nav-item {
	color: #FF60F0;
}

.subnav-list .current-menu-item .header-nav-item::before {
	background: #FF60F0;
}
@media screen and (min-width: 981px) {
	.header-nav-item rect,
	.header-nav-item circle {
		transition: all 0.3s linear;
	}
	.header-nav-item:hover .path-stroke,
	.header-nav-list > li:hover .path-stroke {
		stroke: #fff;
	}
    .header-nav-item:hover svg {
        filter: brightness(0) invert(1);
    }
    #nav-menu-item-302895:hover svg {
        filter: none;
    }
    body:has(#nav-menu-item-302895:hover) #icon-best path {
        fill: #fff;
    }
    body:has(#nav-menu-item-302895:hover) #icon-best .path-empty {
        fill: #274BC8;
    }
	.header-nav-item:hover rect,
	.header-nav-list > li:hover rect,
	.header-nav-item:hover circle,
	.header-nav-list > li:hover circle {
		fill: #fff ;
	}
	.header-nav-item:hover .path-stroke.path-empty,
	.header-nav-list > li:hover .path-stroke.path-empty {
		stroke: #274BC8;
	}
	.header-nav-item {
		gap: 4px;
		padding: 8px 10px;
        font-size: 14px;
        font-weight: 600;
        font-family: 'Gilroy';
        line-height: 20px;
        color: #2A3142;
        display: flex;
        align-items: center;
        text-decoration: none;
        border-radius: 8px;
	}
	.header-nav-list > li {
		position: relative;
	}
    .subnav li:first-child {
        grid-column: 1 / -1;
    }
	.subnav {
		width: auto;
        grid-template-columns: repeat(4, max-content);
        gap: 24px 47px;
	}
	.subnav-list {
		max-width: none;
        width: auto;
	}
	.subnav-list a {
		white-space: nowrap;
	}
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
	.header-nav {
		flex: auto;
		padding: 5px 0 0 30px;
		width: 100%;
		order: 10;
	}
	.desk-search-view {
		width: auto;
		flex: 1;
		order: 9;
	}
}
.footer-side {
    width: 410px;
    min-width: 410px;
	padding: 0 130px 0 0;
}
.footer-content {
    width: calc(100% - 410px);
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 12px 0 0;
}
.footer-col {
	max-width: 120px;
}
.footer-col-big {
	flex: 1;
	padding: 0 98px;
	max-width: none;
}
.footer-nav-wrap {
	display: flex;
	justify-content: space-between;
}
.footer-nav-wrap .footer-nav {
	/*max-width: 30%;*/
	max-width: 100%;
    columns: 3;
}
@media screen and (max-width: 980px) {
    .header-nav-item svg {
        display: none;
    }

    .subnav {
        background-color: transparent;
    }
	
	.header-nav-list > .current-menu-parent > .header-nav-item {
		color: #FF60F0;
	}
}
@media screen and (max-width: 1280px) {
	.footer-col-big {
		padding: 0 60px;
	}
	.footer-side {
		width: 300px;
		min-width: 300px;
		padding: 0 80px 0 0;
	}
	.footer-content {
		width: calc(100% - 300px);
	}
}
@media screen and (max-width: 1100px) {
	.footer-col {
		max-width: none;
	}
	.footer-col:first-child {
		flex-direction: column;
		gap: 20px 0;
	}
	.footer-col-big {
		padding: 0;
	}
	.footer-nav-wrap {
		display: none;
	}
	.footer-item {
		display: flex;
		justify-content: space-between;
		position: relative;
	}
	.footer-item::before {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 4px;
        content: '';
        height: 5px;
        background: url(../images/dots.png) 0 bottom repeat-x;
    }
}
@media screen and (max-width: 740px) {
    .footer-side {
        width: 100%;
        min-width: 1px;
        padding: 0 0 30px;
		display: block;
    }
}
.sub-form-wrap {
	display: flex;
	margin: 0 0 21px;
}
.wpcf7 {
	padding: 0!important;
}
.wpcf7 .sub-form-wrap .wpcf7-form-control-wrap {
	width: 100%;
}
.wpcf7 .wpcf7-list-item-label {
	padding: 0 0 0 10px;
    color: #2A3142;
    font-weight: 400;
    font-family: 'Gilroy';
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}
.wpcf7 .sub-form-wrap .input {
	flex: 1;
	margin: 0;
	display: block;
    width: 100%;
    height: 48px;
    padding: 0 14px;
    font-weight: 400;
    font-family: 'Gilroy';
    font-size: 16px;
    color: #2A3142;
    border-radius: 8px;
    border: 1px solid #CED9F8;
    background: #FFF;
    transition: all 0.3s ease;
}
.sub-form-wrap .button {
	width: 192px;
	min-width: 192px;
	margin: 0 0 0 24px;
}
.sub-form-check {
	flex-direction: row;
	gap: 36px;
	margin: 0 0 18px;
}
.sub-form-note {
	padding: 0;
}
.sub-form-block {
	margin: 0 0 38px;
}
.sub-form-block:last-child {margin: 0;}
.article-wrap .sub-form-block {
	margin: 0 0 32px;
}
@media screen and (max-width: 980px) {
	.sub-form-block {
		margin: 0 0 24px;
	}
	.article-wrap .sub-form-block {
		margin: 0 0 28px;
	}
}
@media screen and (max-width: 576px) {
	.sub-form-wrap {
		position: relative;
		display: block;
		margin: 0 0 21px;
	}
	.sub-form-wrap .button {
		position: relative;
		/*position: absolute;*/
		right: 0;
		bottom: -66px;
		padding: 11px 20px 13px;
		margin: 0;
	}
	.sub-form-check {
		flex-direction: column;
		gap: 7px;
		padding: 0 200px 0 0;
	}
}
@media screen and (max-width: 479px) {
	.sub-form-check {
		margin: 0 0 10px;
		/*margin: 0 0 80px;*/
		padding: 0;
	}
	.sub-form-wrap .button {
		bottom: -10px;
		/*bottom: -130px;*/
		width: 100%;
	}
}
.compact {
	margin: 0 0 32px;
	padding: 32px;
    background: #fff;
    box-shadow: 0 10px 12px 0 rgba(49, 94, 251, 0.05);
    border-radius: 16px;
}
.compact:last-child {
	margin: 0;
}
.compact-title {
    margin: 0 0 18px;
    font-weight: 700;
    font-family: 'Gilroy';
    font-size: 24px;
    line-height: 28px;
}
.compact-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.compact-item {
	display: flex;
	overflow: hidden;
	height: 84px;
	color: #2A3142;
	text-decoration: none;
	border-radius: 8px;
	box-shadow: 0 1px 4px 0 rgba(49, 94, 251, 0.18);
	background: #fff;
}
.compact-img {
	width: 100px;
	min-width: 100px;
	height: 84px;
}
.compact-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.compact-content {
	flex: 1;
	display: flex;
	align-items: center;
	padding: 10px 15px 10px 24px;
}
.compact-text {
	overflow: hidden;
	max-height: 64px;
	font-size: 13px;
	line-height: 16px;
}
.article-top-new {
	display: inline-block;
	margin: -19px 0 12px;
	padding: 1px 3px;
	font-weight: 500;
    font-family: 'Gilroy';
    font-size: 9px;
    line-height: 12px;
	text-transform: uppercase;
	color: #fff;
	background: #2244CC;
	border-radius: 3px;
}
@media screen and (max-width: 479px) {
	.compact {
		margin: 0 0 28px;
		padding: 24px;
	}
	.compact-item {
		display: flex;
		align-items: center;
        justify-content: center;
		overflow: hidden;
		height: 100%;
		color: #2A3142;
		text-decoration: none;
		border-radius: 8px;
		box-shadow: 0 1px 4px 0 rgba(49, 94, 251, 0.18);
		background: #fff;
	}
	.compact-img {
		width: 100px;
		min-width: 100px;
		height: 84px;
		display: flex;
		align-items: center;
	}
	.compact-text {
		overflow: hidden;
		max-height: 100%;
		font-size: 13px;
		line-height: 16px;
	}
}
.search-info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 36px;
}
.tag:hover, .tag.active {
    background: #E2EDFF;
    border-color: #2244CC;
}
.search-sort {
	display: flex;
	gap: 15px;
	margin: 0 0 18px;
}
.search-sort a {
	position: relative;
	font-weight: 500;
    font-family: 'Gilroy';
    font-size: 12px;
    line-height: 20px;
	color: #8391A0;
	text-decoration: none;
}
.search-sort a::after {
	position: absolute;
	right: -8px;
	top: 50%;
	margin-top: -6px;
	content: '';
	width: 1px;
	height: 11px;
	background: #8391A0;
	pointer-events: none;
}
.search-sort a:last-child::after {display: none;}
@media screen and (max-width: 740px) {
	.box-min .box-change-null {
		display: none;
	}
	.main-box-min .box-change-null {
		display: none;
	}
	.box-change-null {
		display: none;
	}
	.box-change {
		width: max-content;
	}
	.page-nav {
		height: 100%;
	}
	.search-info {
		gap: 0 24px;
	}
	.main-top .box-title, .main-top-side .box-min .box-title {
        margin: 0 0 12px;
        position: relative;
        display: flex;
        overflow: visible;
        max-height: 100%;
		-webkit-line-clamp: 0;
    }
}
.main-sub-wrap {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 24px;
}
.main-sub-wrap .sub-form {
    width: calc(66.66% - 19px);
}
.main-sub-wrap .adv {
	width: calc(33.33% - 19px);
}
.adv {
    padding: 32px;
    background: #fff;
    box-shadow: 0 10px 12px 0 rgba(49, 94, 251, 0.05);
    border-radius: 16px;
}
.adv-text {
	max-width: 300px;
	margin: -6px 0 11px;
	font-weight: 500;
    font-family: 'Gilroy';
    font-size: 13px;
    line-height: 16px;
	color: #2A3142;
}
.adv-button {
	display: inline-block;
	padding: 3px 12px 4px;
	color: #fff;
	font-weight: 600;
	font-family: 'Gilroy';
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	background: #00A740;
    border-radius: 4px;
}
.adv-button:hover {
	background: #00A740;
}
@media screen and (max-width: 980px) {
	.main-sub-wrap {
		padding: 0 19px;
	}
	.main-sub-wrap .sub-form {
		width: 100%;
	}
	.adv {display: none;}
}

.search-sort {
    margin: -10px 0 10px;
}
.search-sort hr {
	position: relative;
	height: 12px;
    margin-top: 10px;
 }
.facetwp-facet {
    margin-bottom: 0px!important;
	position: relative;
}
.facetwp-facet select {
	position: relative;
    font-weight: 500;
    font-family: 'Gilroy';
    font-size: 12px;
    line-height: 20px;
    color: #8391A0;
    text-decoration: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.facetwp-facet select::-ms-expand {
  display: none;
}
/*.facetwp-facet::after {
    position: absolute;
    left: 105%;
    top: 50%;
    margin-top: -4px;
    content: '';
    width: 1px;
    height: 11px;
    background: #8391A0;
    pointer-events: none;
}*/
.facetwp-facet:last-child::after {
    display: none;
}

div.pagination {
	display: none;
}

.cont-rating {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    margin: 12px;
	box-sizing: border-box;
}
.cont-rating .star.full {
    background: url(../images/star-full.svg) 50% 50% no-repeat;
    background-size: contain;
}
.cont-rating .star.star-half {
    background: url(../images/star-half.svg) 50% 50% no-repeat;
    background-size: contain;
}
.cont-rating .star {
    width: 25px;
    height: 25px;
    background: url(../images/star.svg) 50% 50% no-repeat;
    background-size: contain;
    font-size: 0;
    color: transparent;
}


/*--------footer menu --------------*/

.footer-item {
	display: none;
}

.footer-nav-list .m-arrow,
.footer-nav-list svg,
.footer-nav-list a::before,
.footer-nav-list .subnav > li:first-child {
	display: none;
}

.footer-nav-list a {
	color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
	padding: 0;
	border-radius: 0;
	text-transform: none;
}

.footer-nav-list .subnav a {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
	opacity: 0.55;
}

.footer-nav-list .current-menu-item .header-nav-item {
    color: #fff;
}

.footer-nav-list .subnav a:hover {
	opacity: 1;
	color: #fff;
}

.footer-nav-list {
	width: 100%;
	display: grid;
	grid-template-columns: max-content 0.8fr max-content;
	grid-template-rows: repeat(6, min-content);
	gap: 20px 16px;
}

#nav-menu-item-345490 {
	grid-column: 2 / 3;
	grid-row: 1 / -1;
	justify-self: center;
}

#nav-menu-item-345491 {
	grid-column: 3 / 3;
	grid-row: 1 / -1;
}

.footer-nav-list #nav-menu-item-345490 .subnav,
.footer-nav-list #nav-menu-item-345491 .subnav {
    position: static;
    transform: none;
    width: auto;
    padding: 16px 0 0;
    display: flex;
	gap: 4px;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    max-width: none;
}

.footer-nav-list #nav-menu-item-345490 .subnav {
	display: grid;
	grid-template-columns: repeat(2, max-content);
	gap: 4px 40px;
}

.footer-nav-list #nav-menu-item-345491 .subnav {
	display: grid;
	grid-template-columns: repeat(2, max-content);
	gap: 4px 40px;
}


@media(max-width: 980px) {
	.footer-item {
		display: flex;
	}
	
	.footer-nav-list {
		display: none;
	}
}

.iframe-box {
	display: flex;
	flex-direction: column;
	padding: 32px;
	gap: 24px;

	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 1px 4px rgba(49, 94, 251, 0.18);
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 20px;
}

.iframe-box-top {
	display: flex;
	gap: 24px;
	justify-content: space-between;
	align-items: center;
}

.iframe-box-title {
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0.01em;
	color: #2A3142;
}

.iframe-box-logo {
	width: 228px;
	height: 29px;
}

.iframe-box-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.iframe-box iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 8px;
	overflow: hidden;
}

@media screen and (max-width: 980px) {
	.iframe-box {
		padding: 24px;
		gap: 16px;
	}
	
	.iframe-box-logo {
		width: 171px;
		height: 19px;
	}
}