/*
Theme Name: Romanuke Theme
Theme URI: http: //romanuke.com
Author: osmak
Author URI: http: //romanuke.com
Version: 1.1
Text Domain: individual
*/
/*@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');

/* default css */
html {
	font-size: 16px;
	color: #23373d;
	line-height: 1.6;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	background: #fff;
}

.brand__inner img::after {
    content: '';
    width: calc(100% + 2em);
    height: calc(100% + 2em);
    top: -1em;
    left: -1em;
    border-radius: 50%;
    background-color: red;
    position: absolute;
}
/* .items__inner.brand__inner {
	border-radius: 30px;
} */

.author #header_post img {
	border-radius: 50%;
}

body {
	margin: 0;
	/*убрать */
	background-color: #fff;
	/**/
	scroll-behavior: smooth;
}
.dflt img{
	border-radius: 30px;
}
.brand__inner:nth a:before body.vis_menu {
	overflow: hidden;
}
#header_post{
	width: 100%;
}

#block2>.container{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
input,
textarea,
select,
button {
	font-family: 'Montserrat', sans-serif;
}
.rate-block .dflt{
	box-shadow: none !important;
}
.b-code{
		background-color: #EDF1F7;
		padding: .5em 1em;
		text-align: center;
		border: 4px dashed #E6E9F0;
		cursor: pointer;
		position: relative;
}
.share_cp_text{
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    border-radius: 16px;
    padding: 1em;
    box-shadow: 0px 8px 20px -8px rgba(60, 61, 74, .15);
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
}
.share_cp_text.show{
	opacity: 1;
	visibility: visible;
}
.rank-math-breadcrumb>p {
	display: flex;
	align-items: center;
	font-weight: 500;
	flex-wrap: wrap;
	cursor: pointer;
	position: relative;
}

.separator {
    line-height: 1;
    margin-left: 1em;
    margin-right: 1em;
    font-size: .8em;
    font-weight: 500;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='3' height='6' viewBox='0 0 3 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.146404 5.24473C0.0526615 5.15223 0 5.0268 0 4.89601C0 4.76522 0.0526615 4.63978 0.146404 4.54729L1.79302 2.92304L0.146404 1.29879C0.0553182 1.20577 0.00491721 1.08117 0.0060565 0.951847C0.00719579 0.82252 0.0597841 0.698809 0.152495 0.607358C0.245205 0.515907 0.370621 0.464033 0.501728 0.462909C0.632836 0.461785 0.759146 0.511502 0.853454 0.60135L2.8536 2.57432C2.94734 2.66681 3 2.79225 3 2.92304C3 3.05383 2.94734 3.17927 2.8536 3.27176L0.853454 5.24473C0.759683 5.3372 0.63252 5.38914 0.499929 5.38914C0.367337 5.38914 0.240174 5.3372 0.146404 5.24473Z' fill='%23D60024'/%3e%3c/svg%3e");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
}

a {
	background-color: transparent;
	color: #D60024;
	text-decoration: none;
	-webkit-transition: all .2s ease-out 0s;
	-moz-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
}

a:before,
a:after {
	-webkit-transition: all .2s ease-out 0s;
	-moz-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
}

a:active,
a:hover {
	outline: 0;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #D60024;
}

:focus,
:active {
	outline: none;
}

::-webkit-input-placeholder {
	color: #667a80;
}

::-moz-placeholder {
	color: #667a80;
}

:-moz-placeholder {
	color: #667a80;
}

:-ms-input-placeholder {
	color: #667a80;
}

b,
strong {
	font-weight: 800;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

svg {
	height: auto;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	padding: 0;
	margin: 0 0 30px 0;
}

figure img {
	max-width: 100%;
	height: auto;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	word-wrap: break-word;
	font-weight: 500;
	line-height: 1.1;
	color: #23373d;
	padding: 0;
	margin: 0 0 2%;
}

h1 {
	font-size: 3.3em;
	line-height: 1.6667;
}

h2 {
	font-size: 2.5em;
	line-height: 1.6;
}

h3 {}

h4 {}

h5 {}

h6 {}

p {
	padding: 0;
	margin: 0 0 1em;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
}

dl {
	margin-top: 0;
	margin-bottom: 20px;
}

dt,
dd {
	line-height: 1.42857143;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777777;
}

blockquote {
	padding: 1em 0 1em 2em;
	border-left: 1px solid #D60024;
	margin: 0 0 4em 0;
}

blockquote>*:last-child,
.dflt blockquote>*:last-child {
	margin-bottom: 0;
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #23373d;
	background-color: #f6f6f6;
	border-radius: 4px;
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #ffffff;
	background-color: #333333;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	-webkit-box-shadow: none;
	box-shadow: none;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	color: #333333;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	border-radius: 4px;
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777777;
	text-align: left;
}

table {
	background-color: transparent;
	border-collapse: separate;
	border-spacing: 6px;
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

th {
	text-align: left;
}

td,
th {
	padding: 0;
}

table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #dddddd;
}

table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #dddddd;
}

table>caption+thead>tr:first-child>th,
table>colgroup+thead>tr:first-child>th,
table>thead:first-child>tr:first-child>th,
table>caption+thead>tr:first-child>td,
table>colgroup+thead>tr:first-child>td,
table>thead:first-child>tr:first-child>td {
	border-top: 0;
}

table>tbody+tbody {
	border-top: 2px solid #dddddd;
}

table table {
	background-color: #ffffff;
}

table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}

iframe {
	width: 100%;
	max-width: 100%;
}

/* default css */

/* forms css */
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='color'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='number'],
input[type='range'],
input[type='search'],
input[type='time'],
input[type='url'],
input[type='month'],
input[type='week'],
textarea {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	-o-hyphens: none;
	hyphens: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	width: 100%;
	background-color: #fcfcfc;
	border: 1px solid #f4f4ed;
	color: #233237;
	margin: 0;
	border-radius: 0;
	padding: .7em 1.1rem;
	line-height: 1.633;
	font-size: 1.125rem;
	font-weight: 400;
	border-radius: 40px;
	padding: 1em !important;
}

.box_logo {
	display: flex;
	align-items: center;
}

select {
	cursor: pointer;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	-o-hyphens: none;
	hyphens: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	width: 100%;
	background-color: rgba(237, 241, 247, 1);
	border: 1px solid #f4f4ed;
	margin: 0;
	border-radius: 0;
	padding: .7em 1.1rem;
	line-height: 1.633;
	font-size: 1.125rem;
	font-weight: 400;
	color: #999;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg opacity='0.8' clip-path='url(%23clip0_1_317)'%3e%3cpath d='M6.06906 7.65601L1.13457 2.76895C0.896586 2.53326 0.896586 2.15113 1.13457 1.91546L1.7101 1.34547C1.94768 1.11017 2.33273 1.10972 2.57087 1.34446L6.49997 5.21753L10.429 1.34446C10.6672 1.10972 11.0522 1.11017 11.2898 1.34547L11.8653 1.91546C12.1033 2.15116 12.1033 2.53328 11.8653 2.76895L6.93084 7.65598C6.69288 7.89168 6.30705 7.89168 6.06906 7.65601Z' fill='%2314151A'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_1_317'%3e%3crect width='8.04684' height='13' fill='white' transform='translate(13 0.476562) rotate(90)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
	background-size: .75em .5em;
	background-position: 93% 50%;
	background-repeat: no-repeat;
}

select option {
	padding: 1em 0;
	color: rgba(20, 21, 26, 1);
}

select option:first-child {
	color: #999;
}

.label {
	font-size: 0.875em;
	letter-spacing: .43em;
	text-transform: uppercase;
	margin-bottom: .57em;
	font-weight: 800;
}

div.wpcf7 input[type="file"] {
	padding: .7em 0;
	line-height: 1.633;
	font-size: 1.125rem;
}

textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background-color: #fcfcfc;
	border: 1px solid #f4f4ed;
	color: #233237;
	width: 100%;
	height: 8.86em;
	vertical-align: top;
	resize: vertical;
	overflow: auto;
	padding: .7em 1.1rem;
	line-height: 1.633;
	font-size: 1.125rem;
	font-weight: 400;
}

[type='submit'] {
	border: none;
	display: inline-block;
	cursor: pointer;
	padding: .3em 1em;
	color: #fcfcfc;
	background: #D60024;
	font-size: .875rem;
	line-height: 1.167;
	font-weight: 800;
	letter-spacing: .1111em;
	text-transform: uppercase;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
	margin: 1.85em 0 0;
	position: relative;
	padding: 1.36em 4.2em;
	border-radius: 2em;
}

[type='submit']:hover {
	opacity: .7;
	color: #fff;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='tel']:focus,
input[type='color']:focus,
input[type='date']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='number']:focus,
input[type='search']:focus,
input[type='time']:focus,
input[type='url']:focus,
input[type='month']:focus,
input[type='week']:focus {
	outline: 4px solid #955f31;
	background-color: #fff;
	border-color: #fff;
	box-shadow: none;
}

textarea:focus {
	outline: 4px solid #955f31;
	background-color: #fff;
	border-color: #fff;
	box-shadow: none;
}

[type='submit']:focus {
	outline: none;
}

[type='submit']:active {
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
}

input[type='text']:hover,
input[type='email']:hover,
input[type='tel']:hover,
input[type='color']:hover,
input[type='date']:hover,
input[type='datetime']:hover,
input[type='datetime-local']:hover,
input[type='number']:hover,
input[type='search']:hover,
input[type='time']:hover,
input[type='url']:hover,
input[type='month']:hover,
input[type='week']:hover {}

textarea:hover {}

input[type='text']:active,
input[type='email']:active,
input[type='tel']:active,
input[type='color']:active,
input[type='date']:active,
input[type='datetime']:active,
input[type='datetime-local']:active,
input[type='number']:active,
input[type='search']:active,
input[type='time']:active,
input[type='url']:active,
input[type='month']:active,
input[type='week']:active {
	outline: 4px solid #955f31;
	background-color: #fff;
	border-color: #fff;
}

textarea:active {
	outline: 4px solid #955f31;
	background-color: #fff;
	border-color: #fff;
}

[type='submit']:hover {
	outline: none;
}

.wpcf7-form-control-wrap {
	display: block;
}

span.wpcf7-not-valid-tip {
	background: transparent;
	font-size: 0.85rem;
	font-weight: 500;
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	color: #dc3232;
	padding: 2px 5px;
	border-radius: 0;
}

.wpcf7 form .wpcf7-response-output {
	display: block;
	margin: 1.85em 0 0;
	position: initial;
	clear: both;
	border: 0;
	padding: .7em 1.1rem;
	line-height: 1.633;
	font-size: .875rem;
	font-weight: 400;
}

.wpcf7 form.sent .wpcf7-response-output {
	background-color: #00d084;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	background-color: #f44336;
}

.wpcf7 form.spam .wpcf7-response-output {
	background-color: #00a0d2;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	background-color: #f44336;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	background: #f44336;
}

div.wpcf7-mail-sent-ok {
	background: #009688;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	background: #F44336;
}

div.wpcf7-spam-blocked {
	background: #F44336;
}

.wpcf7-form-control-wrap+br {
	display: none;
}

.wpcf7 label {
	display: inline-block;
	line-height: 1.508;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .476em;
}

div.wpcf7 .ajax-loader {
	visibility: hidden !important;
}

/* forms css #end */

/* bootstrap css */
.container {
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	width: 83.5%;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
	content: " ";
	display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
	clear: both;
}

/* bootstrap css #end */

/* class css */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

.h1 {}

.h2 {}

.h3 {}

.h4 {}

.h5 {}

.h6 {}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-nowrap {
	white-space: nowrap;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.oh {
	overflow: hidden;
}

.pr {
	position: relative;
}

/* header */
.home #header {
	color: #fcfcfc;
	padding: 2.25% 0 0;
}

.white-header:not(.fixm) #header {
	color: #fcfcfc;
}

#header {
	font-size: .9em;
	color: #23373d;
	padding: 1.85% 0 0;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}

h1.main_logo {
	color: #fcfcfc;
	font-weight: 800;
	margin: .98em 0;
	padding: 0;
}

svg.main_logo {
	display: block;
}

.home #header-first a,
.white-header:not(.fixm) #header-first a {
	color: #31333D;
}

#header-first a {
	color: #23373d;
}

#header-first a {
	font-weight: 600;
	letter-spacing: .1389em;
	font-size: 0.9em;
}

body:not(.home) .main_logo .lett {
	fill: #23373d;
}

.white-header:not(.fixm) .main_logo .lett {
	fill: #fcfcfc;
}

.menu-item {
	list-style: none;
}

.menu-item.menu-item-has-children:after {
	content: "\f107";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 1.04166em;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.box_contact {
	letter-spacing: 0.125em;
	font-size: .875em;
	line-height: 2.079;
	font-weight: bold;
}

.home .box_contact a,
.white-header:not(.fixm) .box_contact a {
	color: #fcfcfc;
}

.box_contact a {
	color: #23373d;
	font-weight: 800;
}

#menu_in_header {
	display: none;
}

.motion_js {
	height: 3em;
	width: 3em;
	position: relative;
	font-size: 9px;
	cursor: pointer;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	-webkit-tap-highlight-color: transparent;
	z-index: 2;
}

.motion_js>div {}

.home .motion_js>div,
.home .motion_js>div:before,
.home .motion_js>div:after,
.white-header:not(.fixm) .motion_js>div,
.white-header:not(.fixm) .motion_js>div:before,
.white-header:not(.fixm) .motion_js>div:after {
	background-color: #31333D;
}

.motion_js>div,
.motion_js>div:before,
.motion_js>div:after {
	pointer-events: none;
	display: block;
	content: "";
	width: 100%;
	border-radius: .25em;
	background-color: #23373d;
	height: .25em;
	position: absolute;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	top: 50%;
	-webkit-transition: top .2s .2s, left .1s, transform .2s, background-color .4s .2s;
	-moz-transition: top .2s .2s, left .1s, transform .2s, background-color .4s .2s;
	-ms-transition: top .2s .2s, left .1s, transform .2s, background-color .4s .2s;
	-o-transition: top .2s .2s, left .1s, transform .2s, background-color .4s .2s;
	transition: top .2s .2s, left .1s, transform .2s, background-color .4s .2s;
}

.vis_menu .motion_js>div:before,
.vis_menu .motion_js>div:after {
	background-color: #fff;
}

.vis_menu .motion_js>div {
	background-color: initial;
}

.vis_menu .motion_js>div,
.vis_menu .motion_js>div::after,
.vis_menu .motion_js>div::before {
	-webkit-transition: background-color .2s, top .2s, left .2s, transform .2s .15s;
	-moz-transition: background-color .2s, top .2s, left .2s, transform .2s .15s;
	-ms-transition: background-color .2s, top .2s, left .2s, transform .2s .15s;
	-o-transition: background-color .2s, top .2s, left .2s, transform .2s .15s;
	transition: background-color .2s, top .2s, left .2s, transform .2s .15s;
}

.motion_js>div:before,
.motion_js>div:after {
	width: 2em;
}

.motion_js>div:before {
	left: 1em;
	top: 1em;
}

.motion_js>div:after {
	left: 0;
	top: -1em;
}

.vis_menu .motion_js>div::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: .5em;
	top: 0;
}

.vis_menu .motion_js>div::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	left: .5em;
	top: 0;
}

:root {
	--color-primary: #18181A;
	--color-secondary: #75757C;
	--color-dark: #364C62;
	--color-light: #F5F5F5;
	--td: 150ms;
	--te: cubic-bezier(0.215, 0.61, 0.355, 1);
}

#menu_in_header {
	align-items: flex-start;
	display: flex;
	height: 100%;
	justify-content: center;
	left: -100%;
	position: fixed;
	transition: left 0s calc(var(--td) * 2), transform 0s calc(var(--td) * 2);
	width: 100%;
	top: 0;
}

.vis_menu #menu_in_header {
	left: 0;
	transition: transform 0s;
	overflow: auto;
}

#menu_in_header::before,
#menu_in_header::after {
	content: '';
	background-color: #14151A;
	height: 50%;
	left: 0;
	position: fixed;
	transform: translateX(-110%);
	transform-origin: 0 50%;
	transition: transform calc(var(--td) * 2) var(--td) var(--te);
	width: 100%;
	z-index: -100;
}

#menu_in_header::before {
	top: 0;
}

#menu_in_header::after {
	bottom: 0;
}

.vis_menu #menu_in_header::before,
.vis_menu #menu_in_header::after {
	transform: translateX(0);
	transition-delay: 0s;
}

.vis_menu #menu_in_header::after {
	transition-delay: calc(var(--td) / 2);
}

#menu_in_header .main-navigation {
	position: relative;
	text-align: left;
	z-index: 1;
	padding: 8vw 3vw 3vw;
}

#menu_in_header .main-navigation>ul {
	padding: 0;
	margin: 0;
}

#menu_in_header .main-navigation>ul>li {
	font-size: 3.5vmin;
	opacity: 0;
	transform: translateX(-1rem);
	transition: color var(--td) var(--te), transform calc(2*var(--td)) var(--te);
	--pull: 12%;
	display: block;
	position: relative;

}

.vis_menu #menu_in_header .main-navigation>ul>li {
	transform: translate(0, 0);
	opacity: 0.55;
}

#menu_in_header .main-navigation>ul:not(:focus-within):not(:hover)>li>a {
	opacity: 1;
	transform: translate(0, 0);
}

#header #menu_in_header .main-navigation a {
	color: #fcfcfc;
	display: inline-block;
}

#menu_in_header .main-navigation>ul>li>a {
	display: inline-block;
	font-weight: normal;
	overflow: hidden;
	padding: 0.15em 1em 0.15em 0;
	position: relative;
	text-decoration: none;
	transition: color var(--td) var(--te), opacity var(--td) var(--te), transform var(--td) var(--te);
	z-index: 1;
	transition-duration: calc(var(--td) * 3);
	font-weight: bold;
	border-radius: 12px;
}

#menu_in_header .main-navigation>ul>li:hover>a {
	color: var(--color-secondary);

}

#menu_in_header .main-navigation>ul>li>a::before,
#menu_in_header .main-navigation>ul>li>a::after {
	content: '';
	background-color: #D60024;
	height: 51%;
	left: 0;
	position: absolute;
	transform: translateX(-110%);
	transform-origin: 0 50%;
	transition: transform 0s var(--te);
	width: 100%;
	z-index: -1;
	border-radius: 12px;
}

#menu_in_header .main-navigation>ul>li>a::before {
	top: 0;

	border-bottom-left-radius: 0;
}

#menu_in_header .main-navigation>ul>li>a::after {
	bottom: 0;
	border-top-left-radius: 0;
}

#menu_in_header .main-navigation>ul>li>a:hover::before,
#menu_in_header .main-navigation>ul>li>a:hover::after {
	animation: blink 1s var(--td) steps(1, end) forwards infinite;
	transform: translateX(calc(100% - 0.5rem));
	transition-duration: calc(var(--td) * 3);
}

#menu_in_header .main-navigation>ul>li>a:hover::after {
	transition-delay: calc(var(--td) / 2);
}

#menu_in_header .menu-item.menu-item-has-children:after {
	display: none;
}

#menu_in_header .sub-menu {
	font-size: .9em;
	margin: 0 0 .5em .5em;
	padding: 0;
}

#header #menu_in_header .sub-menu a:hover {
	color: #D60024;
}

@keyframes blink {

	50%,
	100% {
		opacity: 0;
	}
}

.slider .slide {
	position: relative;
	background-color: #001b23;
}

.slider .bkg_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .4;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}

.slider .slide .container {
	position: relative;
}

.slider .slide .h2,
.slider .slide .tt_inner {
	color: #fff;
	display: block;
}

.slider .slide .h2 {
	text-transform: uppercase;
	font-weight: 800;
	line-height: 2.079;
	letter-spacing: .28em;
}

.slider .slide .tt_inner {
	font-weight: 800;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
}

.slider .link__item {
	display: block;
	width: auto;
	color: #fff;
}

.slider .box_links a {
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.1389em;
	line-height: 1.5278;
	font-size: 0.9em;
}

.slider .box_links a span {
	position: relative;
	display: inline-block;
	width: auto;
}

.slider .box_links a span:after {
	content: '';
	-webkit-transition: all .2s ease-out 0s;
	-moz-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
	position: absolute;
	height: 1px;
	background-color: #D60024;
	opacity: 0;
	width: 100%;
	left: 0;
	bottom: -2%;
}

.box_slider {
	position: relative;
}

.box_slider .buttons-similar .prev,
.box_slider .buttons-similar .next {
	position: absolute;
	left: 50%;
}

#block1 .go_info {
	display: inline-block;
}

svg * {
	-webkit-transition: all .2s ease-out 0s;
	-moz-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
}

.slick-arrow:hover svg * {
	fill: #D60024;
}

.go_info:hover svg path {
	fill: #D60024;
}

/* slick slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide img.none_img {
	width: 100%;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	content: '←';
}

[dir='rtl'] .slick-prev:before {
	content: '→';
}

.slick-next {
	right: -25px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
	content: '→';
}

[dir='rtl'] .slick-next:before {
	content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	max-width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 26px;
	height: 10px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
	background: #010101;
	opacity: .56;
	margin: 0 auto;
	-webkit-transition: all .1s ease-out 0s;
	-moz-transition: all .1s ease-out 0s;
	-o-transition: all .1s ease-out 0s;
	transition: all .1s ease-out 0s;
	outline: 2px solid transparent;
}

.slick-dots li button:hover {
	background-color: #AA3530;
	opacity: .86;
}

.slick-dots li.slick-active button {
	background-color: #AA3530;
	opacity: 1;
	outline: 2px solid #AA3530;
}

/* slick slider #end */

/* main block 2 */
.tt_yellow {
	display: block;
	color: #D60024;
	font-weight: 800;
	text-transform: uppercase;
	font-size: .875em;
	line-height: 2.079;
	letter-spacing: .3571em;
}

.tx_black {
	display: block;
	color: #23373d;
	font-weight: 500;
	font-size: 1.125em;
	line-height: 1.66667;
	letter-spacing: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	display: block;
	font-weight: 500;
	padding: 0;
	margin: 0;
}

.section__inner.white__inner {
	color: #23373d;
}

.white__inner {
	background-color: #fff;
}

.white__inner .h2 {
	color: #23373d;
}

.items__inner.brand__inner {
	display: grid;
	grid-template-rows: 1fr;
	border-top: 1px solid #c4c4c4;
	border-left: 1px solid #c4c4c4;
}

.brand__inner .item__inner {
	border-right: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
}

.brand__inner a {
	position: relative;
	display: block;
	padding-top: 63%;
}

.brand__inner img {
    margin: 0 auto;
    display: block;
    position: absolute;
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
    top: 33%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.rate-wrap.flex:hover{
	text-decoration: none !important;
}
.link__item.regular {
	color: #394149;
	line-height: 1.633;
	font-weight: 500;
	font-size: 1.125em;
}

.dflt.btt {
	font-size: 1.125em;
	padding-left: 1.556em;
	padding-right: 1.556em;
	text-align: center;
	font-weight: 400;
	line-height: 1.5;
}

.brand__inner>.item__inner>div {
	height: 100%;
}

.brand__inner>.item__inner>div>a {
	height: 100%;
}

.link__item.regular svg {
	display: inline-block;
	vertical-align: middle;
	margin-left: 2.2em;
}

.link__item.regular svg ellipse+path {
	stroke: #394149;
}

.link__item.regular svg path+path {
	fill: #394149;
}

/* main block 3*/
.items__inner.info__inner {
	color: #fcfcfc;
}

#block3>.container>.dflt {
	margin-top: 7.5em;
}

.items__inner.info__inner .h3 {
	font-weight: 800;
	color: #fff;
}

.items__inner.info__inner .tx__inner>*:last-child {
	margin-bottom: 0;
}

.items__inner.info__inner a {
	color: #fff;
	font-weight: 800;
	text-decoration: underline;
}

.items__inner.info__inner .item__inner:nth-child(4n+1) {
	background-color: #955F31;
}

.items__inner.info__inner .item__inner:nth-child(4n+2) {
	background-color: #3B555D;
}

.items__inner.info__inner .item__inner:nth-child(4n+3) {
	background-color: #204D48;
}

.items__inner.info__inner .item__inner:nth-child(4n+4) {
	background-color: #233237;
}

.inner__item .bkg__inner {
	background: #D60024;
	position: relative;
}

.bkg__inner>div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}

/* main block 4 */
#block4 .tx__item {
	line-height: 1.5;
	color: #fcfcfc;
	font-weight: 800;
}

#block4 .green__inner {
	color: #fcfcfc;
	background: #3B555D;
}

.wpcf7 label {
	line-height: 1.508;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .476em;
}

#block4:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 27%;
	background-color: #233237;
}

/* other page */
.text_inner1 {
	color: #23373d;
	margin-bottom: 4.6%;
	align-items: flex-end;
}

.text_inner1 h1 {
	margin-bottom: 1.2%;
}

.text_inner1 .tt_yellow {
	font-size: 1.125em;
	line-height: 1.5;
	letter-spacing: 0.2222em;
}

.tt_filter {
	font-size: .875em;
	line-height: 1.5;
	letter-spacing: .428em;
	font-weight: 800;
	text-transform: uppercase;
}

.text_inner1 ul {
	list-style: none;
	padding: 0;
}

.filter__inner {
	position: relative;
	margin: .45em 0 .35em;
	background: #E6EDF0;
	z-index: 2;
}

.filter__inner ul {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	top: 100%;
	left: 0;
}

.tx_filter {
	font-size: 1.125em;
	line-height: 1.6333;
	padding: .7em 1.15em;
	cursor: pointer;
}

.tx_filter:after {
	content: "\f107";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 1.04166em;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all .2s ease-out 0s;
	-moz-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
	position: absolute;
	right: 1em;
	top: .75em;
}

.tx_filter.act:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.tx_filter>ul {
	background: #fff;
	border: 1px solid #e6edf0;
	border-top: 0;
	opacity: 0;
	-webkit-transition: all .2s ease-out 0s;
	-moz-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
	visibility: hidden;
}

.tx_filter.act>ul {
	opacity: 1;
	visibility: visible;
}

.tx_filter ul>li:not(:last-child) {
	border-bottom: 1px solid #e6edf0;
}

.box_logo a {
	display: flex;
	align-items: center;
}

.tx_filter a {
	font-size: 1em;
	line-height: 1.6333;
	padding: .7em 1.15em;
	display: block;
	color: #23373d;
}

.archive .brand__inner .logo__inner {
	position: relative;
	padding-top: 63%;
	overflow: hidden;
}

.brand__inner .logo__inner img {
	max-height: initial;
}

.brand__inner .tt__inner {
	text-align: center;
	position: relative;
	padding-top: 5.4em;
}

.brand__inner .tt__inner span {
	display: block;
	margin: .85em 0;
	padding: 0 1.389em;
	color: #23373d;
	line-height: 1.5;
	font-size: 1.125em;
	position: absolute;
	width: 100%;
	bottom: 32%;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
	max-height: 3em;
	overflow: hidden;
}

.navigation.pagination {
	margin: 6.55% 0;
}

.pagination .nav-links {
	position: relative;
}

.nav-links .page-numbers {
	line-height: 1.5;
	display: inline-block;
	padding: .75em 2.02em;
	font-family: Montserrat, sans-serif;
}

.nav-links span {
	color: #fff;
	font-weight: 800;
	background: #D60024;
}

.nav-links a {
	color: #000;
	background: #f0f0f0;
}

.page-template-page-contact .block_header {
	background: linear-gradient(90deg, #E3E5F0 0%, #FFFFFF 50.27%, #A4A7B3 100%);
	padding-bottom: 6em;
}

.page-template-page-contact .content__inner {
	margin-top: -4.055%;
}

.page-template-page-contact .dflt {
	border-radius: 30px 30px 0px 0px;
	box-shadow: none !important;
}

.nav-links a:hover {
	box-shadow: 0 1px 10px rgb(0 0 0 / 35%);
}

.nav-links a:active {
	transform: translateY(1px);
	box-shadow: 0 1px 6px rgb(0 0 0 / 35%);
}

.nav-links>*:first-child,
.nav-links .prev+* {
	border-radius: 1.6667em 0 0 1.6667em;
}

.nav-links .prev.page-numbers {
	display: none;
}

.nav-links .next.page-numbers {
	display: block;
	float: right;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.714;
	letter-spacing: .143em;
	font-weight: 700;
	border-radius: 2.143em;
	padding: 1.1em 4.85em;
	background: #D60024;
}

.nav-links>*:last-child,
.nav-links .br {
	border-radius: 0 1.6667em 1.6667em 0;
}

.last__inner .tt_yellow {
	letter-spacing: .4285em;
}

.last__inner .item__inner .tx__inner {
	margin-top: 1%;
	font-size: 1.125em;
	line-height: 1.634;
}

.last__inner .item__inner .tx__inner h2 {
	font-size: 2.5em;
	margin-bottom: .55em;
}

.last__inner .item__inner .tx__inner p {
	margin-bottom: 1.6em;
	line-height: 1.66667;
}

.img__box img {
	width: 100%;
}

.bt_yellow {
	background: radial-gradient(90.98% 90.16% at 9.02% 9.84%, #FF0055 9.38%, #AF1A1A 68.52%)
		/* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
	;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: .875em;
	line-height: 1.5;
	letter-spacing: .143em;
	display: inline-block;
	padding: 1.18em 3.6em;
	border-radius: 2.571em;
}

.bt_yellow:hover {
	box-shadow: 0 1px 10px rgb(0 0 0 / 35%);
	color: #fff;
	text-decoration: none !important;
}

.bt_yellow:focus {
	color: #fff;
}

.last__inner .img__inner .bt_yellow,
.img__baner .bt_yellow {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
}

.last__inner .img__inner .bt_yellow {
	bottom: 8%;
}

.img__baner .bt_yellow {
	bottom: 14%;
}

.last__inner .decor__inner {
	color: #fff;
	font-weight: 800;
	background: #2f6475;
	font-size: 1.5em;
	padding: 6.8em 2.3em;
	line-height: 1.5;
}

/* category */
.block_header .bkg__inner {
	background: linear-gradient(90deg, #E3E5F0 0%, #FFFFFF 50.27%, #A4A7B3 100%);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*
    opacity: .2;*/
}

.post-template-default .catlist {
	margin-bottom: 8em;
}

.post-template-default .share__inner {
	display: flex;
	align-items: flex-end;
	justify-content: right;
	height: 2em;
}

.post-template-default .share__inner svg {
	height: 1.5em;
	width: auto;
}

.post-template-default .share__inner svg path {
	fill: #D60024;
}

.white-header .text_inner1 h1 {
	margin-bottom: 0.05em;
	color: #31333D;
}

#header_post img {
	display: block;
	width: 10.125em;
	height: auto;
	position: relative;
	z-index: 2;
}

#header_post .img {
	margin-right: 4em;
	position: relative;
}

.post-template-default #header_post .text_inner {
	justify-content: unset;
	align-items: center;
}

#header_post .img::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 95%;
	background-color: #E9EBF3;
	box-shadow: 0px 20px 20px 0px #00000026;
	left: 0;
	top: 0;
	filter: blur(10px);
	border-radius: 30%;
}

table {
	border: none;
}

table>tbody>tr>td {
	border-radius: 0;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	background: #EDF1F7;
	border: none;
	padding: 1em 1.5em;
}

.rate-block .logo {
	height: 2.25em;
	width: 10em;
	background-position: left center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.rate-wrap {
	position: relative;
	margin-bottom: 3.5em;
}

.rate-block .bt_yellow {
	text-align: center;
	width: 100%;
	cursor: pointer;
}

time {
	color: #D60024;
	font-size: 1.125em;
	font-weight: 600;
	letter-spacing: .06em;
}

.rate-wrap.avg>.rate {
	color: #D60024;
}

.disclamer .dics-logos {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 3em 0;
}

.disclamer .dics-logos>* {
	max-width: 15%;
	max-height: 5em;
	width: auto;
	height: auto;
}

.rate-wrap.avg>.rtt {
	color: #D60024;
	font-size: 1em;
	font-weight: 800;
	letter-spacing: .04em;
}

.rate-wrap>.rate {
	color: #31333D;
	font-size: 1.25em;
	font-weight: 800;
	letter-spacing: .04em;
}

.rate-wrap.avg {
	margin-top: 2em;
	margin-bottom: 4.5em;
}

@keyframes test {
	0% {
		width: 0;
	}
}

.rate-wrap::after {
	content: '';
	position: absolute;
	width: 100%;
	height: .5em;
	background: linear-gradient(90deg, #E3E5F0 0%, #FFFFFF 50.27%, #A4A7B3 100%);
	border-radius: 6px;
	left: 0;
	bottom: -.5em;
	transform: translateY(100%);
}

.rate-wrap .rate-g {
	width: 0;
	content: '';
	position: absolute;
	height: .5em;
	background: #31333D;
	border-radius: 6px;
	left: 0;
	bottom: -.5em;
	transform: translateY(100%);
	z-index: 1;
	animation: test 2s;
}

.rate-wrap.avg::after {
	height: 1.5em;
	border-radius: 16px;
}

.rate-wrap.avg .rate-g {
	height: 1.5em;
	background: radial-gradient(90.98% 90.16% at 9.02% 9.84%, #FF0055 9.38%, #AF1A1A 68.52%);
	border-radius: 16px;
	bottom: -.5em;
}

.logo.guru {
	background-image: url('./assets/images/guru.svg');
}

.logo.ask {
	background-image: url('./assets/images/askgamblers.svg');
}

.logo.analizer {
	background-image: url('./assets/images/analizer.svg');
}

table>tbody>tr>td:first-child {
	background: #E6E9F0;
	border-radius: 0;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

#header_post h1 {
    font-size: 2em;
}

.white-header .text_inner1 .tt_yellow {
	letter-spacing: 0;
	text-transform: none;
	font-weight: 400;
	line-height: 1.6;
	color: #fff;
}

.white-header .tt_filter {
	color: #fff;
	display: inline-block;
	margin-top: 2.3em;
}

.white-header .text_inner1 {
	align-items: flex-start;
	margin-bottom: 5.1%;
}

.h2.before {
	font-size: 2.5em;
	line-height: 1.45;
	margin-top: 1em;
}

.filter_child__inner {
	background-color: #fff;
}

.filter_child__inner ul {
	list-style: none;
}

.filter_child__inner ul:after {
	content: '';
	display: block;
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
}

.filter_child__inner ul li {
	display: block;
	float: left;
	font-size: 1.125em;
	line-height: 1.5;
}

.filter_child__inner ul li:nth-child(2n+1) a {
	background-color: #f0f0f0;
}

.filter_child__inner ul li:nth-child(2n+2) a {
	background-color: #e5e5e5;
}

.filter_child__inner a {
	padding: 1.1em 2.4em;
	display: block;
	color: #23373d;
	position: relative;
}

.filter_child__inner a:hover {
	color: #23373d;
	box-shadow: 0 1px 10px rgb(0 0 0 / 15%);
	z-index: 2;
}

.tax-section .section__inner.last__inner {
	padding-top: 2.75%;
}

.banner__inner {
	margin-bottom: 3.85%;
}

.desc__baner {
	background-color: #D60024;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}

.desc__baner>div {
	color: #fff;
	font-size: 1.5em;
	line-height: 1.5;
	font-weight: 800;
}

.mob_filter {
	display: none;
}

.no_posts {
	font-size: 2em;
	margin: 5% 0 7%;
	font-weight: 500;
	color: #3b555d;
}

/* page 404 */
.page404__inner {
	color: #fff;
	padding: 14.6% 0 12%;
	text-align: center;
	font-size: 2.25em;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}

.page404__inner:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .6;
}

.page404__inner h1 {
	font-size: 2.5777778em;
	font-weight: 300;
	line-height: 1.49;
	color: #fff;
	margin-bottom: 3.5%;
}

/* page default */
.content__inner {
	margin-top: .945%;
}

.block_default.block_header .text_inner1 {
	align-items: flex-start;
}

.block_default.block_header .tt_filter {
	margin-top: 11%;
	display: block;
}

.content__inner .dflt {
	padding: 3%;
	padding-top: 1.1em;
}

body:not(.white-header) .content__inner .dflt {
	box-shadow: 0 0 2px rgb(0 0 0 / 15%);
}

.white-header .tx_black {
	color: #fff;
}

.block_default .text_inner1 h1 {
	margin-bottom: 0.125em;
}

.block_default.block_header .bkg__inner {
	bottom: -31%;
}

.content__inner+#block4 {
	margin-top: 2px;
}

.dflt {
	padding: 5.146%;
	font-size: 1em;
	line-height: 1.7;
	text-align: justify;
}

.dflt>*:last-child {
	margin-bottom: 0 !important;
}

.dflt p {
	margin: 0 0 1.2em;
}

.dflt img+br,
.wp-caption+br {
	display: none;
}

img.alignleft {
	margin: 0 0 1.9em;
}

img.alignright {
	margin: 0 0 1.9em;
}

img.aligncenter {
	margin: 0 auto 1.9em;
}

img.alignnone {
	margin: 0 0 1.9em;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption.aligncenter .wp-caption-text {
	text-align: center;
}

.dflt:not(.page404__inner) h1,
.dflt:not(.page404__inner) .h1 {
	display: none;
	visibility: hidden;
}

.dflt h2,
.dflt h3,
.dflt h4,
.dflt h5,
.dflt h6 {
	line-height: 1.5;
	margin-bottom: .95em;
	text-align: left;
}

.dflt .h2,
.dflt .h3,
.dflt .h4,
.dflt .h5,
.dflt .h6 {
	text-align: left;
	display: inline-block;
	margin-bottom: .95em;
	line-height: 1.5;
	clear: both;
}

.dflt h2,
.dflt .h2 {
	line-height: 1.489;
}

.dflt h3,
.dflt .h3 {
	line-height: 1.5;
	margin-bottom: 1.18em;
}

.rank-math-breadcrumb {
	position: relative;
	z-index: 2;
	color: #D60024;
	margin: 2em 0;
}

.flex.a {
	align-items: flex-end;
}

.ava {
	width: 3em;
	height: 3em;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 4px;
	margin-right: 1em;
}

.content__inner .bt_yellow {
	font-size: .7778em;
	padding: 1.18em 4em;
}

dflt white__inner time {
	margin-left: 3em;
	align-self: flex-end;
}

.dflt ul {
	list-style: none;
}

.dflt ul,
.dflt ol {
	margin: 0 0 3.15em 7.4em;
}

.dflt ul>li {
	position: relative;
	margin-bottom: 1.14em;
	text-align: left;
}

.dflt ul>li:before {
	content: '';
	display: block;
	position: absolute;
	background-color: #D60024;
	width: 1.666667em;
	height: 1px;
	left: 0;
	top: .85em;
	-webkit-transform: translateX(-170%);
	-moz-transform: translateX(-170%);
	-ms-transform: translateX(-170%);
	-o-transform: translateX(-170%);
	transform: translateX(-170%);
}

.dflt ol>li {
	margin-bottom: 1.14em;
	text-align: left;
}

.cat-item {
	background: rgba(237, 241, 247, 1);
	font-size: 0.875em;
	border-radius: 30px;
	padding: 0.57em 1.143em;
	color: rgba(35, 55, 61, 1);
	margin-left: 0.57em;
	margin-top: .57em;

}

.catlist {
	flex-wrap: wrap;
	display: flex;
	padding: 0;
	padding-right: .5em;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	background: #fff;
}

.dflt ol>li::marker {
	content: counter(list-item) ".   ";
	color: #D60024;
	transform: translateX(-1em);
	padding-right: 10px;
	display: inline-block;
	font-weight: 500;
}

.dflt hr {
	margin: 3em 0;
}

.gallery {
	display: grid;
	grid-template-rows: 1fr;
	grid-row-gap: 1.389vw;
	grid-column-gap: 1.389vw;
	margin-bottom: 3em;
}

.gallery-item {
	margin: 0;
	position: relative;
}

.gallery-item img {
	display: block;
	width: 100%;
}

.gallery-item a {
	display: block;
}

.gallery-item a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .2s ease-out 0s;
	-moz-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
	background: linear-gradient(to top, #033949 0%, #D60024 100%);
	opacity: 0;
}

.gallery-item a:hover:before {
	opacity: .5;
}

.wp-caption-text.gallery-caption {
	font-size: .77778em;
	font-weight: 800;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 1.5;
	letter-spacing: .03em;
	padding: 0 1.5em 1.5em;
	-webkit-transition: all .2s ease-out 0s;
	-moz-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
	text-align: left;
	opacity: 0;
}

.gallery-item a:hover .wp-caption-text.gallery-caption {
	opacity: 1;
}

.name_label {
	padding: 10px 0;
	line-height: 1.5;
	font-size: 1.125em;
}

.list_label {
	line-height: 1.5;
	font-size: 1.125em;
	position: relative;
}

.list_label>a {
	display: inline-block;
	color: #23373d;
	background: #f0f0f0;
	padding: 10px 18px;
	margin-bottom: 10px;
}

.dflt .list_label>a:hover {
	background: #3b555d;
	color: #fcfcfc;
	text-decoration: none;
}

.list_label>a:not(:last-child) {
	margin-right: 10px;
}

.share__inner {
	text-align: right;
	margin-top: 3em;
}

.share__inner .tt {
	color: #23373d;
	line-height: 1.5;
}

.share__inner a {
	margin-left: 1em;
	height: 1.3em;
	display: block;
	margin-bottom: .5em;
}

.content-column>*:last-child,
.content-column>*:last-child>*:last-child {
	margin-bottom: 0;
}

.content-column img {
	width: 100%;
}

.dflt .clear_column+*:not(.share__inner) {
	margin-top: 0;
}

.bt_dark a {
	margin-bottom: 1.5em;
	display: inline-block;
	color: #fff;
	background-color: #2f6475;
	font-size: .84em;
	padding: 1.18em 4em;
	line-height: 1.5;
	letter-spacing: .143em;
	font-weight: 600;
	border-radius: 2.571em;
}

.bt_dark a:hover {
	background-color: #D60024;
	text-decoration: none !important;
	color: #fff
}

select {
	border-radius: 40px;
}

/* footer */
footer {
	color: #fcfcfc;
	background-color: #14151A;
	margin-top: 3em;
}

footer .flex {
	align-items: flex-start;
}

footer .tt__item {
	line-height: 2.079;
	font-size: .7875em;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: .476em;
	display: inline-block;
	position: relative;
	margin-right: 40px !important;
}

footer .cols1_4 .desc__inner {
	line-height: 1.634;
}

footer .tt__item:after {
	content: '';
	left: 0;
	right: -40px;
	height: 1px;
	bottom: -.6em;
	background-color: #D60024;
	position: absolute;
}

footer a {
	color: #fcfcfc;
}

.footer-menu {
	margin: 0;
	padding: 0;
}

footer .link__item {
	display: block;
}

footer .link__item svg {
	max-width: 12px;
	vertical-align: middle;
}

footer svg * {
	fill: rgb(252, 252, 252);
}

footer .menu-item {
	letter-spacing: 0.08em;
}

footer .tx__item svg {
	display: inline-block;
	vertical-align: middle;
	width: .75em;
}

footer .tx__item svg * {
	fill: #fff;
}

footer .cols4.cols4_4 svg {
	width: 1.125em;
}

footer .cols4.cols4_4 .sc3 svg {
	width: 1.625em;
}

footer .copyright {
	line-height: 1.643;
	padding: 11% 0 0;
	font-size: .73125em;
}

footer .copyright>*:last-child {
	margin-bottom: 0;
}

.tx__item.short {
	max-width: 88%;
}

.items__inner.brand__inner {
	grid-template-columns: 1fr 1fr 1fr;
}

.inner__item .bkg__inner {
	width: 35%;
}

/* main block 3 */
.items__inner.info__inner .tt__inner {
	display: block;
	max-width: 68%;
	padding-right: 9.905%;
	margin-bottom: .8em;
}

.items__inner.info__inner .tx__inner {
	max-width: 68%;
	padding: 0 9.905% 0 0;
}