.site {
	background-color: #0b0b0f;
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

.comment-reply-title,
.comments-title,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.related-posts__header,
.section-block__title,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0 !important;
}

body .scrolltop {
	z-index: 9999;
}

@media (min-width: 768px) {
	body {
		font-size: 1rem;
	}
}

.grecaptcha-badge,
.post-card__category {
	display: none !important;
}

.card-slider-container + .site-content,
.mobile-menu-placeholder + .site-content {
	margin-top: 16px;
	border-radius: 10px;
	background: #fff;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 40px;
	margin-bottom: 31px;
}

.not_home .header {
	position: relative;
	display: block;
	background-color: #0b0b0f;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
	top: 0;
}

.error404 .not_home .header {
	background-color: transparent;
	box-shadow: none;
}

@media (min-width: 768px) {
	.card-slider-container + .site-content,
	.mobile-menu-placeholder + .site-content {
		margin-top: 16px;
		padding-left: 40px;
		padding-right: 40px;
		padding-top: 30px;
	}

	.breadcrumb {
		margin-bottom: 25px;
	}
}

/* BLOG */

#comments {
	margin: 0 auto;
}

.comments-area {
	padding-top: 0;
}

.entry-bottom__header {
	margin-bottom: 10px;
}

.sidebar__block {
	margin-bottom: 40px;
	padding: 20px 20px 13px;
	box-sizing: border-box;
	border: 1px solid #ececec;
	border-top: 3px solid #1b9f5f;
}

.sidebar__block_comment_title,
.tag_block__title {
	font-weight: 400;
	font-style: normal;
	font-size: 32px;
	line-height: 1.5;
}

.tag_block__tags {
	margin-top: 20px;
}

.tag_block__tags .tag_block__tag {
	margin-right: 5px;
	margin-bottom: 7px;
	padding: 3px 8px;
	background-color: #ececec;
	vertical-align: top;
	display: inline-block;
}

.tag_block__tags .tag_block__tag.tag_block__tag__popular {
	font-weight: 700;
	background: #1b9f5f;
	color: #fff;
	transition: background 0.3s;
}

.tag_block__tags .tag_block__tag.tag_block__tag__popular:hover {
	background: #0f6e3d;
}

.sidebar__block_comment_block ul li {
	border-bottom: 1px solid #ececec;
	padding: 15px 0;
	position: relative;
}

.sidebar__block_comment_block ul li .last_comment_date {
	position: absolute;
	right: -9px;
	color: #abaaaa;
	font-size: 12px;
}

.sidebar__block_comment_block ul li .last_comment_thumb {
	display: inline-block;
	width: 12%;
	vertical-align: top;
}

.sidebar__block_comment_block ul li .last_comment_thumb img {
	width: 25px;
	height: 25px;
	border-radius: 50px;
}

.sidebar__block_comment_block ul li .last_comment_content {
	display: inline-block;
	width: 77%;
	font-size: 12px;
	line-height: 20px;
	vertical-align: top;
}

.sidebar__block_comment_block ul li .last_comment_content a {
	color: #444;
	text-decoration: none;
}

.sidebar__block_comment_block ul li .last_comment_post_link {
	display: block;
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
	vertical-align: top;
	padding-top: 5px;
}

.sidebar__block_comment_block ul li .last_comment_post_link a {
	color: #444;
	text-decoration: none;
}

.site-content-inner:not(:has(aside)) {
	display: block;
	margin-bottom: 20px;
}

.postitem__timegap {
	white-space: nowrap;
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	color: #bdbdbd;
	margin-left: 10px;
}

.postlist__counters {
	float: right;
	width: 40%;
	text-align: right;
	margin: 3px 0px 0 0;
	font-size: 13px;
	color: #bdbdbd;
}

.postlist__counters a,
.post-card__comments {
	color: #36d95c;
	font-size: 14px;
}

.post-card__comments::before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 14px;
	height: 13px;
	background: url(../img/ir-2x-a18a0.png) no-repeat 0 0;
	background-size: 62px 1834px;
	vertical-align: text-top;
	background-position: 0 -51px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.postlist__counters .ico {
	background: url(../img/ir-2x-a18a0.png) no-repeat 0 0;
	background-size: 62px 1834px;
	vertical-align: text-top;
	display: inline-block;
	width: 14px;
	height: 13px;
	background-position: 0 -51px;
	position: relative;
	top: 1px;
}

.postitem__author_profile_link .avatar {
	width: 26px;
	border-radius: 100%;
	height: 26px;
	margin: -2px 5px 0 0;
}

body .post-card--standard::after {
	z-index: 0;
	width: 100%;
	left: 0;
	border-bottom: 1px solid #ececec;
	border-color: #ececec !important;
}

.post-cards .post-card:last-child:after {
	display: none !important;
}

@media (min-width: 768px) {
	#comments {
		margin: 50px auto;
	}

	.comments-area {
		padding-top: 30px;
	}

	.entry-bottom__header {
		margin-bottom: 16px;
	}

	.site-content-inner:not(:has(aside)) {
		margin-bottom: 50px;
	}

	.error404 .site-content-inner:not(:has(aside)) {
		margin-bottom: 80px;
	}
}

/* CONTACTS PAGE */

.page_contacts {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.page_contacts .breadcrumb,
.site-content .entry-title:not(:last-child) {
	margin-bottom: 15px;
}

.page_contacts .content__wrapper {
	flex: 0 1 41%;
}

.page_contacts .vpnsatoshi__formMain {
	padding: 0;
	border: 1px 0;
	border-radius: 15px;
	width: 100%;
	flex: 0 1 48%;
}

.vpnsatoshi__form_head {
	font-weight: 300;
	font-size: 14px;
	line-height: 1.5;
	font-family: "Manrope";
}

.vpnsatoshi__form-label {
	display: block;
	margin-bottom: 0px;
	width: 190px;
}

.vpnsatoshi__form-group {
	margin-bottom: 20px;
	display: flex;
	gap: 5px;
	flex-direction: column;
	align-items: baseline;
	font-size: 14px;
}

/*   .vpnsatoshi__form-row__line {
        display: flex; 
        flex-direction: row; 
        justify-content: space-between; 
        flex-wrap: wrap;
    }*/

.vpnsatoshi__form-row__line .vpnsatoshi__form-group--half:first-child label {
	/*        width: 235px; */
}

.vpnsatoshi__form-input,
.vpnsatoshi__form-textarea,
.vpnsatoshi__form-select {
	border: 1px solid #d3d7d9;
	border-radius: 4px;
	padding: 10px;
	font-size: 14px;
	font-family: inherit;
	font-size: 14px;
}

.vpnsatoshi__form-input#file {
	border: 2px dashed #1b9f5f;
}

.vpnsatoshi__form-input,
.vpnsatoshi__form-select {
	height: 45px;
}

.vpnsatoshi__form-input,
.vpnsatoshi__form-textarea {
	width: 100%;
	box-sizing: border-box;
}

.vpnsatoshi__form-textarea {
	height: 140px;
}

.vpnsatoshi__form-input:focus,
.vpnsatoshi__form-textarea:focus,
.vpnsatoshi__form-select:focus {
	outline: none;
	border-color: #1b9f5f;
}

.wpcf7-form-control-wrap:has(.vpnsatoshi__form-select) {
	position: relative;
}

.wpcf7-form-control-wrap:has(.vpnsatoshi__form-select)::after {
	content: "";
	display: flex;
	position: absolute;
	align-items: center;
	width: 10px;
	height: 10px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/select-arrow.png) 100% / contain no-repeat;
	transition: transform 0.3s;
}

.vpnsatoshi__form-select {
	width: 100%;
	min-height: 40px;
	appearance: none;
}

.vpnsatoshi__form-submit {
	display: block;
	background-color: #1b9f5f;
	border-radius: 9999px;
	padding: 10px 20px;
	color: #fff;
	line-height: inherit;
	margin: 20px auto;
	min-width: 100%;
	font-size: 17px;
	font-family: Manrope;
}

.vpnsatoshi__form-submit:hover {
	background-color: #0f6e3d;
}

.vpnsatoshi__form-group--half {
	display: flex;
	flex-direction: column;
	gap: 5px;
	width: 100%;
}

.vpnsatoshi__form-group .wpcf7-form-control-wrap {
	width: 100%;
}

.vpnsatoshi__form-group font.point {
	position: relative;
}

@media (min-width: 550px) {
	.vpnsatoshi__form-submit {
		min-width: 328px;
	}
}

@media (min-width: 768px) {
	.vpnsatoshi__form_head,
	.vpnsatoshi__form-group,
	.vpnsatoshi__form-input,
	.vpnsatoshi__form-textarea,
	.vpnsatoshi__form-select,
	.vpnsatoshi__form-submit {
		font-size: 1rem;
	}

	.page_contacts .breadcrumb {
		margin-bottom: 35px;
	}

	.site-content .entry-title:not(:last-child) {
		margin-bottom: 25px;
	}

	.vpnsatoshi__form_head {
		font-size: 18px;
	}

	.page_contacts .vpnsatoshi__formMain {
		padding: 22px 25px;
		border: 1px solid rgba(209, 213, 219, 0.5);
	}
}

@media (min-width: 991px) {
	.page_contacts {
		flex-direction: row;
		justify-content: space-between;
	}
}

@media (min-width: 1200px) {
	.page_ip .entry-title:not(:last-child) {
		margin-bottom: 64px;
	}
}

img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 0.07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}

.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
	font-size: 23px;
	margin-top: 15px;
}

.postitem__author * {
	color: #1c9f5f;
}

.post-card__meta {
	opacity: 1;
}

.date_post {
	color: #bdbdbd;
	margin-left: 10px;
}

.top-menu > ul > li > a:before,
.top-menu > ul > li > span:before {
	display: none;
}

.search-screen {
	padding-top: 2vh;
	padding-bottom: 2vh;
}

@media (min-width: 768px) {
	.search-screen .search-form .search-field {
		font-size: 30px;
	}
}

.panel.not_home {
	padding: 50px 0 0;
	background: transparent;
}

.panel.not_home:before {
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
	height: 1px;
	background: #ececec;
	margin-top: -35px;
}

.panel.not_home g {
	opacity: 1;
}

.panel.not_home g * {
	fill: #000;
}

.panel.not_home .panel__text {
	color: #000;
}


.panel.not_home .panel__icon_linux svg path {
	fill: #fff;
}

.panel.not_home .panel__icon_linux svg path:first-child {
	fill: #000;
}

.post-card--related a::after {
	display: none;
}

.panel__header {
	margin-bottom: 1em;
	font-size: 22px;
	font-weight: bold;
}

@media (min-width: 425px) {
}

@media (min-width: 768px) {
	/* .panel__container {
		grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
		max-width: unset;
	} */
}

.privacy_links {
	display: flex;
	gap: 23px;
	flex-direction: row;
	font-size: inherit;
	margin-top: 9px;
}

.privacy_links a {
	line-height: 1.2;
	font-size: 12px;
	color: #959595;
	display: block;
	border-bottom: 1px solid #454545;
	padding-bottom: 2px;
	position: relative;
}

.privacy_links a:first-child:after {
	content: "-";
	margin-left: 10px;
	position: absolute;
}

.pagination .nav-links .page-numbers.current {
	color: #fff;
	background: #0f6e3d;
	box-shadow: none;
	border: 0;
}

.pagination .nav-links .page-numbers {
	border-radius: 3px;
}

.pagination a:hover,
.pagination a:active {
	background: #0f6e3d;
	color: #fff;
	border-color: transparent;
}

.page-links .page-numbers,
.page-links .post-page-numbers,
.pagination .nav-links .page-numbers,
.pagination .nav-links .post-page-numbers {
	padding: 9px 12px;
}

.page-instruction_apple .flex-ip__item {
	flex: inherit;
}

.hide-title {
	display: none;
}

.page-instruction.page-instruction_windows .flex-ip__list .num-list__point:last-child::before {
	left: -9px;
}

.page-instruction.page-instruction_linux .flex-ip__list .num-list__point:nth-child(10)::before,
.page-instruction.page-instruction_linux .flex-ip__list .num-list__point:nth-child(11)::before,
.page-instruction.page-instruction_linux .flex-ip__list .num-list__point:nth-child(12)::before,
.page-instruction.page-instruction_linux .flex-ip__list .num-list__point:nth-child(13)::before {
	left: -9px;
}

.post-3161 .entry-content,
.post-3167 .entry-content {
	margin: inherit;
}

.num-list__add-text {
	color: #959595;
	margin-top: 24px;
	line-height: 1.5;
}

.ip-page__cons br {
	display: none;
}

.page-payment .flex-ip__item_img *{
	width: 490px;
	max-height: -webkit-fill-available;
	max-width: -webkit-fill-available;
}

.page-payment .num-list__text.last {
	line-height: 1.5;
	color: #959595;
	padding-left: 0;
	padding-top: 20px;
}

.page-payment .page-instruction__title {
	font-weight: 500;
}

.flex-ip__item.flex-ip__item_img {
	margin-bottom: 0;
}

.post-link__appstore {
    display: inline-block;
	color: #1b9f5f !important;
    margin-top: 10px;
	opacity: 0.8;
	transition: all .3s;
}

.post-link__appstore:hover {
	opacity: 1;
}

@media (min-width: 768px) {
	.page-payment .flex-ip__item_img * {
		height: 100%;
	}
}
#top-menu > li > .removed-link{
	border-bottom: 2px solid #fff;
    transition: border-bottom 0.3s color 0.3s;
    color: #fff;
}
#top-menu > li > .removed-link:hover{
	border-color: #1b9f5f;
	color: #1b9f5f;
}
.yoomoney{
	
}
.redirectPayment{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    overflow-y: auto;
    z-index: 9999999;
    display: block;
    padding: 5px;
    color: #000;
    text-align: center;
}
.redirectPaymentOverlay{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.redirectPaymentSVG{
    max-width: 400px;
    margin: 3vh auto 0;
    padding: 17vh 4vw;
    position: relative;
    animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-duration: 0.4s;
    -o-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    -ms-animation-duration: 0.4s;
    animation-delay: 0s;
    -o-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-name: zoomIn;
}
.redirectPaymentSVG svg{

}
.redirectPaymentSVG svg path{

}
.redirectPaymentInvalid{
	color: #fff;
}

.modalWindowBody {
	text-align: center;
	padding: 30px;
}

#modalBy .modalWindowBody > div:not(:last-child),
#modalBy .modalWindowBody .textCenter:not(.cartModalNumbs) > div:not(:last-child) {
	margin-bottom: 25px;
}

#modalBy .textCenter .title-r-25 {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.3;
}

#modalBy .modalWindowBody .cartModalNumbs {
	display: flex;
	gap: 15px;
	justify-content: center;
}

#modalBy #total_qnt {
	display: flex;
	gap: 15px;
	color: var(--redColor);
}

#modalBy #total_qnt::after {
	content: "";
	top: 0;
	left: 0;
	width: 1px;
	height: 20px;
	background: #888;
}

.modalWindow .btnBlock{
	display: block;
	padding: 15px 30px;
	text-transform: uppercase;
	transition: background 0.3s, color 0.3s;
	cursor: pointer;
}

.modalWindow .btnBlock:hover,
.personal__container .btnBlock:hover {
	background: #fff;
	color: #333;
}

.modalWindow .btnBlock {
	width: 100%;
}

.modalWindow .dashedLink {
	margin: 0;
	border-bottom: solid 1px;
}

#modalBy .btnBlock:not(:last-child) {
	margin-bottom: 15px;
}

#modalBy .modalWindowClose {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 25px;
	height: 25px;
	opacity: 1;
	cursor: pointer;
	transform: none;
	transition: opacity 0.3s;
}

.modalWindowClose svg {
	display: none;
}

#modalBy .modalWindowClose:hover {
	opacity: 0.7;
}

.modalWindow .modalWindowClose {
	right: 5px;
	top: 0px;
	width: 25px;
	width: 25px;
}

.modalWindowClose::before,
.modalWindowClose::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 10px;
	width: 24px;
	height: 1px;
	background: #333;
}

.modalWindowClose::before {
	transform: rotate(45deg);
}

.modalWindowClose::after {
	transform: rotate(-45deg);
}

.modalWindow .modalWindowBody .field input{
	width: 100%;
	height: 50px;
}

.modalWindowBody input::-webkit-outer-spin-button,
.modalWindowBody input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.modalWindowBody input[type=number] {
  -moz-appearance: textfield;
}
.modalWindow .modalWindowBody .dashedLink {
	color: #000;
}

/*#login .modalWindowBody {
	text-align: left;
}*/

.modalWindow .modalWindowClose svg {
	width: 17px;
	height: 17px;
	transition: opacity 0.3s;
}

.modalWindowTitle {
}

.modalWindow .modalWindowFooter .textCenter {
	text-align: center;
	font-size: 12px;
	color: #A6A4AC;
	text-align: center;
	font-family: Manrope;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5; /* 22.4px */
}
.modalWindow .modalWindowFooter .textCenter a{
	color: #4D4D52;
}
.modalWindow .modalWindowFooter {
	padding: 25px 0 0;
}

.modalWindow .modalWindowClose:hover svg{
	opacity: 0.7;
}

.modalWindow .modalWindowClose:hover{
	transform: none;
}
.modalWindow {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	overflow-y: auto;
	z-index: 9999999;
	display: none;
	padding: 5px;
	color: #000;
}

.modalWindowMask {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}

.modalWindowBody {
	max-width: 800px;
	margin: 5% auto;
	background: #fff;
	padding: 40px 70px;
	position: relative;
	animation-fill-mode: both;
	-o-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-duration: 0.4s;
	-o-animation-duration: 0.4s;
	-moz-animation-duration: 0.4s;
	-webkit-animation-duration: 0.4s;
	-ms-animation-duration: 0.4s;
	animation-delay: 0s;
	-o-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-webkit-animation-delay: 0s;
	-ms-animation-delay: 0s;
	animation-name: zoomIn;
	position: relative;
}

.modalWindowBody p {
	color: #333333;
	margin: 0 0 25px;
}

.modalWindowBody .confidence {
	font-size: 14px;
}

.modalWindowBody p:last-child {
	margin: 0;
}

.modalWindowBody p a {
	color: var(--redColor);
}

.modalWindowBody .grey {
	font-size: 14px;
	line-height: 160%;
	color: #333333;
	opacity: 0.6;
	letter-spacing: 0;
}

.modalWindowBody .formCheckbock {
	margin: 10px 0 20px;
}

.modalWindowBody .formCheckbock span {
	font-family: "Roboto-Light";
	line-height: 160%;
	color: #333333;
	opacity: 0.6;
	letter-spacing: 0;
	font-size: 14px;
}

.modalWindowClose {
	width: 26px;
	height: 26px;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	font-size: 26px;
	line-height: 26px;
}

.openModal {
	overflow: hidden;
}


.modalWindowBody .formControl {
	margin: 0 0 35px;
}
.modalWindowBody .formControl label{
	text-align: left;
	display: block;
	color: #767676;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	
	 /* 22.4px */
}
.modalWindowBody .formControl label span{
	text-align: left;
	color: #B1B3C2;
	font-family: Manrope;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 160%; /* 22.4px */
	display: block;
}
.modalWindowBody .formControl label sup{
    color: red;
    top: 0;
    left: 2px;
}
.modalWindowBody .formControl label svg{
    width: 15px;
    height: 15px;
}
.modalWindowBody .formControl .showId{display: inline-block;cursor: pointer;}
.modalWindowBody .formControl .showId svg{

}
.modalWindowBody .formControl .showId img{
	opacity: 0;
	visibility: 0;
	height: 0;
	right: -90px;
	position: absolute;
	transition:  opacity .7s ease-in, visibility .7s ease-in;
}
.modalWindowBody .formControl label:hover .showId img{
	height: 300px;
	visibility: visible;
	opacity: 1;
	top: 20px;
}
.modalWindowBody .field input {
	height: 66px;
	padding: 0 20px;
	background: #F4F5F6;
	border: none;
	font-size: 14px;
}

.modalWindowBody .field textarea {
	width: 100%;
	border: 1px solid #333333;
	padding: 15px 20px;
	font-size: 16px;
}

.modalWindowFooter {
	padding: 40px 0 0;
}

.modalWindowTitle {
	font-size: 31px;
	margin: 0;
	text-align: left;
	color: #000;
	font-family: Manrope;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.modalWindowHead {
	display: flex;
	justify-content: start;
	margin: 0 0 20px;
	text-align: left;
}
.success-form.success {
    text-align: left;
    display: block;
    color: green;
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    margin-top: 5px;
}
.success-form.error{
   	text-align: left;
    display: block;
    color: #CC4538;
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    margin-top: 5px;
}
.modalWindowBody .tariff__button{
	padding: 20px 0;
}
.paymentInformation {
    max-width: 520px;
    text-align: center;
    margin: 0 auto;
}

.paymentInformationContent {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
}

.paymentInformationContentSvg {
    width: 100px;
    height: 100px;
}

.paymentInformationContentSvg svg {}

.paymentInformationContentText {}

.paymentInformationContentText span {
    display: block;
    color: #000;
    text-align: center;
    font-family: Manrope;
    font-size: 35px;
    font-style: normal;
    line-height: normal;
}

.paymentInformationContenButton {
    max-width: 250px;
    font-size: 14px;
}
@media (min-width: 768px) {
	.modalWindow .modalWindowClose {
		right: 15px;
		top: 15px;
	}

	.modalWindowTitle {
		font-size: 34px;
	}
}

@media (min-width: 500px) {
	/* #modalBy .modalWindowBody,
	.modalWindow .modalWindowBody,
	#passReset .modalWindowBody {
		padding: 40px 70px;
	} */

	.modalWindow .modalWindowClose svg {
		width: 30px;
		height: 30px;
	}

	.modalWindow .modalWindowBody .field input {
		height: 55px;
	}

	.modalWindow .btnBlock {
		padding: 20px;
	}
}
@media screen and (max-width:767px){
	.paymentInformationContentText span{
		font-size: 27px;
	}
	.modalWindowBody{
		padding: 25px;
	}

	.article-iframe {
		height: 250px;
	}
}

.first-device__button-notify {
	font-size: 14px;
	line-height: 1.3;
	text-wrap: balance;
	margin-top: 15px;
	color: #00000080;
	max-width: 654px;
}

.first-device__button-notify>a {
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-color: #26e5e3;
	transition: color 0.2s;
}

.first-device__button-notify_bottom {
	max-width: 394px;
	margin: 15px auto 0;
}

@media (min-width: 992px) {
	.first-device__button-notify {
		margin-top: 20px;
	}

	.first-device__button-notify_bottom {
		margin: 20px auto 0;
	}
}

#post-52857 .entry-image {
	display: none;
}