/* BASIC LAYOUT
----------------------------------------------- */
.wr {min-width: 320px; position: relative;}
.wr::before {content: ''; position: absolute; left: 0; top: 0; 
	width: 100vw; height: 280px; background: var(--bg-gradient);}
.wr-container {max-width: var(--max-width); margin: 0 auto; position: relative; z-index: 20; padding: 0 var(--indent);}
.header { --tt: var(--tt-dark); position: relative; z-index: 100; padding-top: 10px;}
.content {min-height: 80vh; position: relative;}
.footer {background-color: #222; color: var(--tt-dark); --tt: var(--tt-dark); padding-top: 10px;}
.niz-two {padding: 20px 0; margin-top: 10px; font-size: 14px; gap: 20px;
	border-top: 1px solid var(--bdc-dark); color: var(--tt-dark-fade);}

.scrolltop {position: fixed; width: 50px; height: 50px; right: -60px; bottom: 10px;
	z-index: 990; border-radius: 50%; font-size: 20px; opacity: 0; transition: right 0.2s, opacity 0.2s;}
.scrolltop.is-active {right: 10px; opacity: 1;}


/* HEADER
----------------------------------------------- */
.logo {align-content: center;height: 60px; text-align: left;padding-left: 70px; position: relative; font-weight: 700; font-size: 30px; letter-spacing: 1px; line-height: 1;}
.logotg {color:#2481cc; font-size: 30px; letter-spacing: 3px; text-transform: uppercase; text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;}
.logo::before {background: url(/favicon.ico) center center / 50px no-repeat; 
	width: 63px; height: 63px; content: ''; position: absolute; left: 0; top: -2px;}
.verh-caption {margin-left: 20px; padding-left: 20px; border-left: 1px solid var(--bdc-dark); 
	font-size: 12px; line-height: 1.4; color: var(--tt-dark-fade); -webkit-line-clamp: 3;}

.s-b {position: relative; width: 320px;}
.s-b-input, .s-b-input:focus {border-radius: 20px; padding: 0 50px 0 25px; 
	border: 0; box-shadow: none; background-color: rgba(255,255,255,0.15); color: #fff; box-shadow: var(--bsh-item);}
.s-b-input:not(:focus)::placeholder {color: #fff; opacity: 1; font-size: 14px;}
.s-b-btn {position: absolute !important; right: 0; top: 0; width: 60px; border-radius: 20px; font-size: 16px; color: #fff;}
.s-act {overflow: hidden; padding-right: var(--scrWidth);}
.s-act .s-b-input, .s-act .s-b-btn {position: relative; z-index: 101;}
.s-act .s-b::before {content: ''; position: fixed; inset: 0; z-index: 100; 
	background-color: rgba(0,0,0,0.6); backdrop-filter: blur(10px);}


/* NAV, shap
----------------------------------------------- */
.verh-menu {gap: 40px; position: relative; border-top: 1px solid rgba(255,255,255,0.25); 
	margin-top: 10px; width: 100%;}
.verh-menu > li > a {height: 100px; display: flex; align-items: center; font-size: 14px; 
	gap: 10px; text-transform: uppercase; font-weight: 700;}
.verh-menu > li > a::before {color: var(--orange);}
.verh-menu-submenu {position: absolute; top: 100%; left: 0; z-index: 1000; 
	background-color: var(--bg); box-shadow: var(--bsh); width: 700px; padding: 30px 35px; --tt: var(--tt);
	display: grid; gap: 5px 20px; grid-template-columns: repeat(auto-fill,minmax(150px,1fr)); display: none;}
.verh-menu-submenu a {display: block; padding: 5px 10px;}
.verh-menu-has-submenu > a::after {content:"\f078"; font-weight: 300; font-family:'Font Awesome 5 Pro';}
.verh-menu > li:hover .verh-menu-submenu {display: grid;}
.verh-menu-hidden a:hover, .theme-toggle:hover {background-color: var(--accent-violet); color: #fff;}

.shap {color: var(--tt-dark); padding-bottom: 140px; position: relative; background: var(--bg-gradient); margin-bottom: -100px;}
.shap-title {font-size: 44px; font-weight: 700; line-height: 1; margin-bottom: 30px; max-width: 750px;}
.shap-title span {position: relative; display: inline-block; isolation: isolate;text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;color: #2481cc;}
.shap-text {max-width: 550px; font-size: 14px; color: var(--tt-dark-fade);}
.shap-inner {position: relative; isolation: isolate;}
.shap-menu {gap: 10px;}
.shap-menu a {display: block; padding: 3px 6px; background-color: rgba(255,255,255,0.15);
	color: #fff; box-shadow: var(--bsh-item);}
.shap-title:last-child {margin-bottom: 0;}


/* SECTION
----------------------------------------------- */
.sect {margin-bottom: 60px;}
.blok-header {margin-bottom: 30px; gap: 10px;}
.blok-title {font-size: 26px; font-weight: 700;}
.blok-link {color: var(--blue); gap: 10px;}
.blokwhite {padding: 30px; background-color: var(--bg); box-shadow: var(--bsh-item);}
.blokbg {background-color:var(--bg);padding-top: 40px; padding-bottom: 40px; background-blend-mode: hard-light;}
.blokbg .blok-header {color: var(--tt-dark); --blue: var(--tt-dark);}
.foto-btn {width: 40px; border-radius: 50%; padding: 0; font-size: 18px;}
.foto-btn--next {margin-right: 20px;}
.foto-btn--prev {pointer-events: none; opacity: 0.5;}
.foto-btn--prev.is-active {pointer-events: auto; opacity: 1;}
.foto-content {display: flex; gap: 20px; overflow-x: auto; overflow-y: hidden; 
	scroll-snap-type: x mandatory; scroll-behavior: smooth;}
.foto-content {scrollbar-width: none; scrollbar-color: var(--red) var(--bg);}
.foto-content::-webkit-scrollbar {width: 12px; height: 8px; display: none;}
.foto-content::-webkit-scrollbar-thumb {border-radius: 0; background-color:var(--red); border: 0;}
.foto-content::-webkit-scrollbar-track {background-color:var(--bg);}
.foto-content .postext {width: 353px; flex-shrink: 0; scroll-snap-align: start;}

.speedbar {color: var(--tt-dark-fade); --tt: var(--tt-dark); font-size: 14px; margin-bottom: -20px;}
.speedbar::before {margin-right: 6px;}


/* ITEM
----------------------------------------------- */
.item {background-color: var(--bg); box-shadow: var(--bsh-item);border-radius: 20px;}
.post-blur{position:relative}
.post-gold{background-color: #fff7ed;border-color: #fdd8b3;border-style: solid;border-width: 1px;}
.post-gold .post-img{box-shadow: 0 0 0 2px #fdd8b3;}
.blur-overlay{position:absolute;top:0;left:0;border-radius:20px;width:100%;height:100%;backdrop-filter:blur(5px);background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:10;transition:opacity .3s ease}
.blur-overlay.hide{opacity:0;pointer-events:none}
.blur-overlay button{padding:10px 20px;font-size:16px;cursor:pointer}
button#confirm-no {background-color: #eb4d4b;}
.modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#00000080;justify-content:center;align-items:center}
.modal-content{background-color:#fff;padding:20px 30px;border-radius:8px;text-align:center;max-width:400px;width:80%;box-shadow:0 5px 15px #0000004d}
.modal-buttons{margin-top:20px;display:flex;justify-content:space-around}
.modal-buttons button{padding:8px 16px;font-size:14px;cursor:pointer}
.modal.show{display:flex;animation:fadeIn .3s}
@keyframes fadeIn {
from{opacity:0}
to{opacity:1}
}
.post-poster {height: 150px;border-radius: 20px 20px 0 0;}
.post-img {width: 100px;margin: -15px 0 -15px -15px;aspect-ratio: 1 / 1;border-radius: 20px;box-shadow: 0 0 0 2px var(--bdc);}
.post-link {display: block;}
.post-title {font-size: 16px; font-weight: 700;}
.post-category {font-size: 11px; color: var(--tt-fade);}
.post-fff {font-size: 16px; color: var(--tt-fade);}
.post-meta {font-size: 12px; color: var(--tt-fade-2);}
.post-meta2 {font-size: 20px; color: var(--tt-fade-2);margin-bottom: 20px;}
.post-meta3 {font-size: 27px;margin-bottom: 20px;}
.post-cat-lin {background-color: var(--bg-darker);padding: 20px;margin: 10px 0 30px 0;border-radius: 20px;}
.post-cat-lin a {display: inline-block;padding: 6px 12px;margin: 4px;border: 1px solid var(--ui-bg-attention);border-radius: 10px;text-decoration: none!important;color: var(--tt)!important;background-color: var(--bg);transition: 0.2s ease;}
.post-cat-lin a:hover {border-color: #888;background-color: var(--bg-btn)!important;color: var(--tt-dark)!important;}
.post-labels-group {gap: 5px; position: absolute; left: 5px; top: 5px; z-index: 2;}
.post-rating {width: 30px; height: 30px; background-color: var(--green); color: #fff;
	display: flex; justify-content: center; align-items: center; font-size: 12px; font-weight: 600; border-radius: 15px;}
.post-meta-item {gap: 5px;}
.post-text {font-size: 12px; color: var(--tt-fade);}

.postext .post-poster::before {content: ''; position: absolute; inset: 0; border-radius: 20px 20px 0 0;
	background-color: rgba(19, 46, 75, 0.5); z-index: 1;}
.post-ext-bottom {padding: 20px; gap: 20px;}
.postext .post-category {margin: 3px 0 6px 0;}
.postext .post-rating {box-shadow: 0 0 0 5px var(--bg); position: absolute; right: 20px; bottom: -15px; z-index: 2;}

.postcard {padding: 20px; text-align: center;}
.postcard .post-rating {box-shadow: 0 0 0 6px var(--bg); transform: translate(-50%,0);
	position: absolute; left: 50%; bottom: -15px;}
.postcard .post-img {width: calc(100% + 30px);margin-bottom: 10px;border-width: 10px;}
.postcard .post-title {font-size: 18px; line-height: 1.2; margin: 15px 0 10px;}
.postcard .post-label {width: 40px; border-radius: 0;}
.postcard .post-meta {margin-top: 20px; text-align: left; border-top: 2px dotted var(--bdc); padding-top: 20px;}

.postshort {padding: 20px; gap: 15px 20px; padding-bottom: 10px;}
.postshort .post-text {margin-top: 6px; -webkit-line-clamp: 3;}
.postshort .post-meta {border-top: 2px dotted var(--bdc); padding-top: 10px; width: 100%; gap: 10px;}
.postshort .post-meta-item:first-child::after {content: ''; width: 4px; height: 4px; border-radius: 50%; 
	margin-left: 10px; background-color: var(--tt-fade); display: inline-block; vertical-align: middle; opacity: 0.5;}


/* FOOTER, PAGINATION
----------------------------------------------- */
.niz-text {line-height: 1.5;}
.niz-menu {gap: 10px 40px;}

.pagination {gap: 20px 60px; padding-top: 0px;}
.pagination a, .pagination span {display: grid; place-items: center; 
	height: 36px; min-width: 36px; padding: 0 10px; border-radius: 18px; border: 2px solid var(--bdc);}
.pagg-btn-loader {width: 100%;}
.pagg-btn-loader a, .pagg-btn-loader span {height: 40px; border-radius: 0;
	background-color: rgba(0,0,0,0.03); color: var(--tt-fade-2); border: 0; width: 440px;}
.pagg-pages {gap: 10px 10px; font-size: 14px;}
.pagg-pages span:not(.nav_ext) {background-color: var(--green); color: #fff; border-color: var(--green);}


/* INNER PAGE
----------------------------------------------- */
.full-cols {display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 20px;}
.full-cols-main {background-color: var(--bg); box-shadow: var(--bsh-item); padding: 30px; padding-top: 20px;border-radius: 20px;}
.full-header {display: grid; grid-template-columns: 200px minmax(0,1fr); gap: 20px 20px; 
	grid-template-areas: "ptitle ptitle" "pleft pinfo" "pctrl pctrl";}
.full-header-left {grid-area: pleft;}
.full-header-title {grid-area: ptitle;}
.full-header-info {grid-area: pinfo; align-self: center; position: relative;}
.full-header-ctrl {grid-area: pctrl; gap: 10px 20px;}
.page .sect {margin-bottom: 30px;}
.full-scr.sect.blokbg {background: var(--bg-gradient), url(../images/tgfon.svg) left center / 400px auto repeat;margin-top: -10px;}
.full-img {width: 200px; height: 200px;border-radius: 40px;overflow: hidden;}
.full-img img {width: 100%;height: 100%;display: block;border-radius: inherit;}
.cd-shine::after {content: "";position: absolute;inset: -35%;pointer-events: none;background: linear-gradient(75deg,rgba(255,255,255,0) 38%,rgba(255,255,255,.18) 45%,rgba(255,255,255,.55) 50%,rgba(255,255,255,.18) 55%,rgba(255,255,255,0) 62%);
filter: blur(15px);transform: translateX(-135%) rotate(0.001deg);animation: cd-shine-sweep 12s linear infinite;will-change: transform;}
@keyframes cd-shine-sweep {0%   { transform: translateX(-135%) rotate(0.001deg); }62%  { transform: translateX(135%)  rotate(0.001deg); }100% { transform: translateX(135%)  rotate(0.001deg); }}
@media (prefers-reduced-motion: reduce) {.cd-shine::after { animation: none; }}
.full-header-title h1 {font-size: 44px; font-weight: 700;}
.full-header-title h1 a {margin-left: 10px; font-size: 16px; color: var(--blue);}
.full-list {display: grid; gap: 10px; font-size: 14px;}
.full-list li::before {color: var(--blue); position: absolute; left: 0; top: 0;}
.full-list li {position: relative; padding-left: 180px;}
.full-list li > span:first-child {font-weight: 700; position: absolute; top: 0; left: 30px;}
.full-list li a {color: var(--blue); text-decoration: underline;}
.full-btn-dl {
  font-size: 22px;
  height: 65px;
  margin-top: 30px;
  background: var(--bg-gradient);
  border-radius: 40px;
  position: relative; overflow: hidden; animation: pulse 1.9s ease-out infinite;transition: transform 0.5s ease;}

.full-btn-dl:hover {
  transform: scale(1.1);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(36, 129, 204, 0.5);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(36, 129, 204, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(36, 129, 204, 0);
  }
}

.full-header-ctrl > a:not([class]) {background: none; border: 2px solid var(--blue); color: var(--blue); height: 40px; padding: 0 20px;
	font-size: 12px; font-weight: 600; text-transform: uppercase; display: flex; align-items: center;}


.full-scr {margin: 0 -30px; padding: 30px;}
.full-trailer {margin: 0 -30px; margin-top: -30px;}
.full-scr ul {display: flex; justify-content: flex-start; flex-wrap: wrap; width: 100%; gap: 20px;}
.full-scr li:nth-child(4) ~ li {display: none;}
.full-scr li {width: calc((100% - 60px)/4);}
.full-scr a {display: block; position: relative;}
.full-scr a img {width: 100%; height: auto; object-fit: cover;border-radius: 20px;}
.full-scr a::before {content:"\f00e"; font-family:'Font Awesome 5 Pro'; font-weight: 300; box-shadow: var(--bsh-item);
	width: 40px; height: 40px; display: grid; place-items: center; background-color: var(--bg); color: var(--tt); 
	position: absolute; left: 50%; top: 50%; margin: -20px 0 0 -20px; z-index: 5; border-radius: 50%; font-size: 18px;}
	
.f-txt {margin-bottom: 20px;}

	
@media screen and (min-width: 1220px) {
	.full-cols-side .sect:first-child .blok-title {color: #fff;}
	.full-cols-side .d-grid-items-3, .full-cols-side .d-grid-items-5 {gap: 10px;}
	.full-cols-side .d-grid-items-5 {grid-template-columns: repeat(2,minmax(0,1fr));}
	.full-cols-side .postcard .post-title {font-size: 15px; margin-top: 10px;}
	.full-cols-side .postcard .post-meta {margin: -10px; padding-top: 10px; margin-top: 10px;}
}

.full-list {word-wrap: break-word;}

/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.full-title {margin-bottom: 30px; font-size: 24px;}
.f-txt {line-height: 1.6; font-size: 17px; word-wrap: break-word;}
.f-txt a {text-decoration: underline; color: var(--blue);}
.f-txt img:not(.emoji), .f-txt p, .f-txt h1, .f-txt h2, .f-txt h3, .f-txt h4, .f-txt h5, 
.f-txt > ul, .f-txt > ol, .f-txt table {margin-bottom: 25px;}
.f-txt > img[style*="left"], .f-txt > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.f-txt > img[style*="right"], .f-txt > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.f-txt > ul li, .f-txt > ol li {padding-left: 60px; position: relative;}
.f-txt > ul li:before {content: ''; width: 8px; height: 8px; border-radius: 50%; 
	border: 3px solid #2481cc; position: absolute; top: 6px; left: 34px;}
.f-txt > ol {counter-reset: num;}
.f-txt > ol li:before {content: counter(num); counter-increment: num; background-color: #2481cc; color: #fff; 
	position: absolute; top: -3px; left: 17px; width: 24px; height: 30px; font-size: 14px; font-weight: 600;
	display: flex; justify-content: flex-end; align-items: center; padding-right: 6px; box-sizing: border-box;}
.f-txt > ol li:after {content: ''; border: 10px solid transparent; border-left-color: #2481cc; 
	position: absolute; left: 41px; top: -3px; transform: scale(0.66,1.5); transform-origin: 0 0;}
.f-txt > ul li + li, .f-txt > ol li + li {margin-top: 10px;}
.tg1btn{text-align: center;margin-bottom: 20px;}
.f-txt > *:last-child {margin-bottom: 0;}
.f-txt .h2 {font-size: 25px; margin-bottom: 20px;}


/* ADAPTIVE, MOBILE MENU
----------------------------------------------- */
.overlay {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
	opacity: 0.6; background-color: #000; cursor: pointer; display: none;}
.mob-m {width: 280px; height: 100%; overflow-x: hidden; overflow-y: auto;
	z-index: 999; position: fixed; left: -360px; top: 0; transition: left 0.4s; background-color: var(--bg);}
.mob-m.is-active {left: 0;}
body.mob-m-is-opened {overflow: hidden; width: 100%; height: 100%;}
.mob-m-header {padding: 10px; gap: 10px; background: var(--bg-gradient); --tt: var(--tt-dark);}
.mob-m-btn-close {font-size: 24px; width: 40px; height: 40px; margin-right: 0px;}
.mob-m-content .verh-menu {margin: 0; padding: 20px 0; display: block;}
.mob-m-content .verh-menu > li > a {height: 40px; line-height: 40px; padding: 0 20px;}
.mob-m-content .verh-menu-submenu {width: 100%; height: auto; position: static; display: none;
	border-radius: 0; padding: 20px 20px; background-color: var(--bg-darker);
	opacity: 1; visibility: visible; transform: none; box-shadow: none; font-size: 13px; 
	gap: 12px 20px; grid-template-columns: repeat(2,minmax(0,1fr));}
.mob-m-content .verh-menu-submenu a {padding: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.mob-m-content .verh-menu-has-submenu > a::after {content:"\f067"; font-size: 18px; margin-left: auto; font-weight: 300;}
.mob-m-content .verh-menu-has-submenu.is-active .verh-menu-submenu {display: grid;}
.mob-m-content .verh-menu-has-submenu.is-active > a::after {content:"\f068";}

@media screen and (max-width: 1220px) {
	:root {--indent-negative: -20px; --indent: 20px;}
	body {background-image: none;}
	.wr {padding: 0; background-image: none; overflow: hidden;}
	.wr-container {max-width:1000px;}
	.header .verh-menu {display: none;}
	.verh-search {width: 100%; order: 10; margin: 10px 0 30px 0;}
	.verh-btn-login {background-color: var(--bdc-dark); color: var(--tt-dark); 
		padding: 0 10px; font-weight: 400; height: 30px;}
	.verh-btn-menu {display: flex; margin-left: 20px; padding: 0; width: 40px; border-radius: 50%; font-size: 18px;}
	.site-desc .blok-title {font-size: 26px;}
	.niz-one, .niz-two {gap: 20px;} 
	.niz-two {margin-top: 30px;}
	.niz-menu {min-width: 100%;}
	.niz-text {min-width: 100%; order: -1;}
	.footer .verh-caption {margin: 0;}
	.d-grid-items-5 {grid-template-columns: repeat(auto-fill,minmax(160px,1fr)); gap: 20px 10px;}
	.d-grid-items-3 {grid-template-columns: repeat(auto-fill,minmax(320px,1fr));}
	
	.full-cols {display: block;}
	.full-cols-side {margin-top: 30px;}
	.full-cols-main {padding: 20px;}
	.full-scr {margin-left: -20px; margin-right: -20px; padding: 20px;}
	.full-dl-content {margin-left: -20px; margin-right: -20px; padding: 20px;}
	.full-trailer {margin-left: -20px; margin-right: -20px;}
}

@media screen and (max-width: 950px) {
	.wr-container {max-width:768px;}
	.pagination {gap: 10px;}
	.pagg-btn-loader a, .pagg-btn-loader span {width: 100%;}
	.pagination > a, .pagination > span {flex-grow: 1; order: 10;}
	.pagg-pages {width: 100%;}
	.pagg-pages a, .pagg-pages span {flex-grow: 1;}

	.full-cols-main {margin-left: var(--indent-negative); margin-right: var(--indent-negative);}
}

@media screen and (max-width: 760px) {
	.wr-container {max-width:640px;}
	.header .verh-caption {display: none;}
	.verh-logo {flex: 1 1 0; max-width: 100%; min-width: 120px; padding-left: 75px;}
	.shap-title {font-size: 26px; line-height: 1.3; margin-bottom: 10px;}
	.shap-title span {margin: 0;}
    .full-cols-main {border-radius:0;}
	.site-desc h1, .site-desc h2, .site-desc h3 {font-size: 20px;}
	.sect-desc__img {width: 100px; height: 100px;}
	.d-grid-items-5 {grid-template-columns: repeat(auto-fill,minmax(140px,1fr)); gap: 10px;}
	.d-grid-items-3, .d-grid-items-4 {grid-template-columns: repeat(auto-fill,minmax(280px,1fr)); gap: 10px;}
	.pagination {padding-top: 10px;}
	.blok-title {min-width: 100%; order: -1; font-size: 24px;}
	.postcard .post-meta {margin-left: -10px; margin-right: -10px; padding-top: 10px; margin-bottom: -10px;}
	.postcard .post-title {font-size: 15px; margin-top: 0px;}
	.foto-content {margin-right: var(--indent-negative);}
	.blokwhite {margin: 0 var(--indent-negative) !important; padding: 30px var(--indent);}

	.full-header-title h1 {font-size: 30px;text-align: center;}
    .post-fff{font-size: 20px;text-align: center;}
	.full-header {grid-template-areas: "pleft pleft" "ptitle ptitle" "pinfo pinfo" "pctrl pctrl"; 
		grid-template-columns: 130px minmax(0,1fr);}
	.full-img {width: 250px;height: 250px;margin: 0 auto;border-radius: 40px;}
	.full-header-ctrl {gap: 10px;}
	.full-btn-dl {padding: 0 30px; width: auto;}
	.full-header-ctrl > a:not([class]) {width: 100%; justify-content: center; order: 10;}
	.full-scr ul {flex-wrap: nowrap; overflow-x: auto; scroll-snap-type: x mandatory;
		margin-right: -20px; width: calc(100% + 20px); scrollbar-width: none;}
	.full-scr ul::-webkit-scrollbar {display: none;}
	.full-scr ul li {flex: 0 0 160px; width: 160px; scroll-snap-align: start;}
	

	.full-title {font-size: 24px;}
	.f-txt h1, .f-txt h2, .f-txt h3, .f-txt h4, .f-txt h5 {font-size: 20px;}
	.full-intro, .f-txt .quote {margin-left: var(--indent-negative); margin-right: var(--indent-negative); padding-right: var(--indent);}
	.f-txt h1, .f-txt h2, .f-txt h3, .f-txt h4, .f-txt h5 {font-size: 18px;}
	
	.ac-fm-bottom {gap: 10px;}
	.ac-fm-bottom button {padding: 0 20px;}
	.ac-fm-header input + input {min-width: 100%; order: 10;}
	.ac-fm-header > span {display: none;}
	.ac-form #b_color {display: none;}
	.ac-fm-bottom button {position: static !important; width: 100% !important;}
}

@media screen and (max-width: 590px) {
	.wr-container {max-width:480px;}
	.verh-btn-menu, .theme-toggle, .verh-login-img {margin-left: 10px;}
}

@media screen and (max-width: 470px) {
	.wr-container123 {max-width:360px;}
	.verh-caption {padding: 0; border: 0;}
	.verh-caption br {display: none;}
	.niz-menu {gap: 10px 20px;}
	.site-desc {padding-top: 25px;}
	.site-desc .blok-title {margin: 0;}
	.sect {margin-bottom: 30px;}
	.blokbg {padding-top: 20px; padding-bottom: 20px;}
	.foto-content .postext {width: calc(100vw - 60px);}
	.post-ext-bottom {padding: 15px; gap: 15px;}
	.shap-menu {padding-top: 10px; margin-bottom: -10px;}
	
	.full-scr ul li {flex: 0 0 160px; width: 160px;}
	.full-message {margin-left: var(--indent-negative); margin-right: var(--indent-negative); padding-left: 18px;}
	
	.ac-fm-bottom .comments_subscribe {font-size: 13px;}
	.f-txt iframe {width: calc(100% + 40px); max-width: calc(100% + 40px); height: 260px; margin-left: -20px; margin-right: -20px;}
}
