/*
Theme Name: Smart TV installation
Description: Специально для Smart TV installation
Author: Slava Overload
Author https://t.me/xSaTaNxCreWx
Version: 1.0.0
Text Domain tvinstallatio
Requires PHP: 8.1
*/

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
* {
	box-sizing: border-box;
}
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	font-size: 18px;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

:root {
	--banner-bg: #fff5e5;
	--banner-link: #fcc509;
	--text-color: #000000;
	--secondary-text-color: #fcc509;
	--main-bg: #ffffff;
	--main-border-color: rgba(0, 0, 0, 0.3);
	--gray-bg: #838383;
}
body {
	font-family: "Exo 2", sans-serif;

}
.container {
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
.container--narrow {
	width: 680px;
}

.header {
	display: flex;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
	gap: 30px;
	position: relative;
}
.header a {
	color: var(--text-color);
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	margin: 0;
}
.pt1{
	padding-top: 10px;
}
.pt2{
	padding-top: 20px;
}
.pt3{
	padding-top: 30px;
}
.pt4{
	padding-top: 40px;
}
.pt5{
	padding-top: 50px;
}
.pt6{
	padding-top: 60px;
}
.pb1 {
	padding-bottom: 10px;
}
.pb2 {
	padding-bottom: 20px;
}
.pb3 {
	padding-bottom: 30px;
}
.pb4 {
	padding-bottom: 40px;
}
.pb5 {
	padding-bottom: 50px;
}
.pb6 {
	padding-bottom: 60px;
}

.header__banner {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 45px;
	font-size: 20px;
	background-color: var(--banner-bg);
}
#header .header__banner {
	position: sticky;
	top: 0;
	z-index: 10;
}
[data-toggle="menu"] {
	cursor: pointer;
}
.menu__toggle {
	display: none;
	flex-direction: column;
	gap: 8px;
	padding: 15px;
	border: none;
	background-color: #ffffff;
}
.menu__toggle span {
	width: 30px;
	height: 3px;
	display: flex;
	background-color: var(--text-color);
}
.header__nav-close {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: transparent;
	display: none;
	align-items: center;
	justify-content: center;
}
.header__nav-close:after {
	content: "";
	width: 40px;
	height: 4px;
	background-color: var(--text-color);
	display: block;
	transform: rotate(45deg);
	position: absolute;
}
.header__nav-close:before {
	content: "";
	width: 40px;
	height: 4px;
	background-color: var(--text-color);
	display: block;
	transform: rotate(-45deg);
}
.header__phone {
	display: none;
}
.header__phone a {
	display: flex;
	width: 50px;
	height: 50px;
	padding: 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	background-color: var(--text-color);
}
.header__phone a svg {
	fill: #ffffff;
}
.header__banner a {
	color: var(--banner-link);
	font-weight: bold;
	margin-left: 5px;
}
.header__nav {
	margin-left: auto;
}
.header__menu,
.header__submenu {
	list-style: none;
	padding: 0;
	margin: 0;
}
.header__menu {
	gap: 20px;
	font-size: 16px;
	display: flex;
}
.header__menu-item > a {
	font-weight: bold;
	text-transform: uppercase;
}
.header__menu-item a:hover {
	text-decoration: underline;
}
.header__menu-item {
	padding-top: 5px;
	padding-bottom: 5px;
}
.header__menu-item.has-child {
	position: relative;
	padding-right: 15px;
}
.header__menu-item.has-child::before {
	content: "";
	background: url(images/svg/arrow-down.svg) no-repeat center;
	position: absolute;
	top: 9px;
	right: 0;
	display: flex;
	width: 10px;
	height: 10px;
}
.header__submenu {
	flex-direction: column;
	background-color: var(--main-bg);
	padding: 20px 15px;
	border: 1px solid var(--main-border-color);
	gap: 20px;
	position: absolute;
	width: 200px;
	display: none;
	z-index: 5;
}
.header__menu-item.has-child:hover .header__submenu {
	display: flex;
}
.header__contact > a {
	font-size: 18px;
	text-decoration: underline;
	text-decoration-thickness: 1px;
}
.header__contact > a:hover {
	text-decoration-style: dashed;
}
.btn {
	background-color: var(--banner-link);
	padding: 14px 20px;
	color: var(--text-color);
	font-weight: bold;
	font-size: 18px;
	border: none;
	cursor: pointer;
	text-decoration: none;
	transition: background-color .3s ease-in-out, color .3s ease-in-out;
}
.btn:hover {
	background-color: var(--text-color);
	color: #ffffff;
	transition: background-color .3s ease-in-out, color .3s ease-in-out;
}
.btn--border {
	border: 1px solid var(--text-color);
}
.header__logo-image {
	height: 62px;
	width: auto;
}

.banner__top {
	position: relative;
	display: flex;
	height: 620px;
	flex-direction: column;
	justify-content: flex-end;
}
.banner__top picture,
.banner__top img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left;
	z-index: -1;
}
.banner__top img {
	filter: brightness(0.8);
}
.banner__top-title {
	font-size: 52px;
	color: #ffffff;
	font-weight: 400;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 60px;
	margin-bottom: auto;
	text-align: center;
}
.banner__top.banner__top--resize {
	height: auto;
}
.banner__top.banner__top--resize picture,
.banner__top.banner__top--resize img {
	position: relative;
	width: 100%;
	height: auto;
	object-fit: none;
	object-position: center;
	z-index: 1;
}
.banner__top.banner__top--resize img {
	filter: none;
}
.banner__top-action {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.banner__top-action .btn {
	font-size: 30px;
}
.banner__top-menu {
	padding: 15px;
	background-color: rgba(0,0,0,80%);
	display: flex;
	gap: 20px;
}
.banner__top-menu-item {
	width: calc(100% / 3);
	border-bottom: 1px solid #ffffff;
	padding-bottom: 5px;
}
.banner__top-menu-item a {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 20px;
	text-decoration: none;
	opacity: .7;
	transition: opacity .3s ease-in-out;
}
.banner__top-menu-item a:hover {
	opacity: 1;
	transition: opacity .3s ease-in-out;
}

.big-title {
	font-size: 48px;
}

.booking-block .big-title {
	width: 100%;
	max-width: 720px;
}
.booking-block p {
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 1.8;
}
.booking-block__content {
	display: flex;
	gap: 30px;
	justify-content: space-between;
}
.booking-block__content .btn {
	padding: 20px 30px;
	width: 100%;
	min-width: 300px;
}

.accent-block {
	background-color: var(--gray-bg);
	padding-left: 60px;
	padding-right: 60px;
	display: flex;
	gap: 60px;
	font-size: 18px;
	line-height: 1.6;
}
.accent-block > * {
	width: calc(50% - 30px);
}
.accent-block__video video {
	width: 100%;
	height: auto;
}
.accent-block__content-text {
	border-bottom: 1px solid var(--text-color);
}
.accent-block__content-bottom {
	display: flex;
	gap: 30px;
}
.accent-block__content-col {
	width: calc(50% - 15px);
}
.accent-block__content-col ul {
	margin: 0;
	padding: 0 0 0 30px;
	font-size: 16px;
}

.video-player {
	position: relative;
	line-height: 1;
}
.video-player__play {
	position: absolute;
	top: 50%;
	left: 50%;
	border: none;
	background-color: transparent;
	transform: translate(-50%, -50%);
	padding: 0;
	margin: 0;
	line-height: 1;
	cursor: pointer;
	z-index: 2;
}
.video-player__play svg {
	width: 60px;
	fill: #ffffff;
}
.video-player video {
	width: 100%;
	height: auto;
}
.video-player:not(.playing) video {
	filter: brightness(0.6);
	cursor: pointer;
}
.video-player__mute {
	width: 50px;
	height: 50px;
	background-color: #ffffff;
	display: none;
	align-items: center;
	justify-content: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 8px;
	position: absolute;
	left: 20px;
	bottom: 20px;
	cursor: pointer;
}
.video-player.is-mute .video-player__mute {
	display: flex;
}
.video-player__mute svg {
	fill: red;
}
.tv-image {
	display: flex;
	align-items: center;
	justify-content: center;
}
.tv-image img {
	width: 100%;
	height: auto;
	max-width: fit-content;
}
.container-full {
	position: relative;
}
.container-full .title-block {
	padding-left: 15px;
}
.container-full .title-block:before {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	width: calc(50vw - 650px);
	height: 2px;
	background-color: var(--text-color);
}

.row {
	display: flex;
}
.row > .col {
	flex: 1;
}

.improvement * {
	line-height: 1;
}
.improvement__list {
	gap: 30px;
}
.improvement__item {
	position: relative;
	line-height: 1;
}
.improvement__list img {
	width: 100%;
	height: auto;
	line-height: 1;
}
.improvement__item-bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
	background-color: var(--main-border-color);
	transition: background-color .3s ease-in-out;
}
.improvement__item a {
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: underline;
	text-decoration-thickness: 1px;
}
.improvement__item a:hover {
	text-decoration-style: dashed;
}
.improvement__item:hover .improvement__item-bottom {
	background-color: var(--text-color);
	transition: background-color .3s ease-in-out;
}

.feature-projects__see {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	background-color: var(--gray-bg);
	padding: 20px;
	margin-bottom: 30px;
}
.feature-projects__see-text {
	font-size: 20px;
}
.feature-projects__link {
	padding: 20px 30px;
	width: 100%;
	max-width: 300px;
	text-align: center;
}
.feature-projects__list {
	gap: 30px;
}
.feature-projects__item .video-player {
	margin-bottom: 20px;
}

.feature-projects__list a {
	color: var(--text-color);
	text-decoration: underline;
	text-decoration-thickness: 1px;
}
.feature-projects__list a:hover {
	text-decoration-style: dashed;
}
.bg-dark {
	background-color: var(--text-color);
	color: #ffffff;
}
.reviews-block {
	margin-bottom: 60px;
}
.asked {
	margin-bottom: 60px;
}
.asked .big-title {
	text-align: center;
}
.accordion {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.accordion-item {
	width: 100%;
	border: 1px solid var(--main-border-color);
}
.accordion-header {
	padding: 10px 30px 10px 40px;
	cursor: pointer;
	position: relative;
}
.accordion-item .accordion-header:before {
	content: "+";
	font-size: 30px;
	position: absolute;
	top: 50%;
	left: 15px;
	line-height: 12px;
	height: 20px;
	transform: translateY(-50%);
}
.accordion-item.active .accordion-header:before {
	content: "-";
}
.accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
}
.accordion-item.active .accordion-content {
	max-height: none;
	height: auto;
	transition: max-height 0.3s ease-out;
}
.accordion-content__wrapper {
	padding: 0 30px 30px 30px;
}
.accordion-content__wrapper p {
	margin-bottom: 0;
	line-height: 1.8;
}
.asked__list {
	width: 100%;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}
.contacts__list {
	gap: 30px;
}
.contacts__title {
	font-size: 30px;
	font-weight: 500;
}
.contacts__title:not(:nth-child(1)) {
	margin-top: 30px;
}
.contacts__item-left p {
	line-height: 1.6;
	margin-bottom: 0;
	margin-top: 10px;
}
.contacts__item-left p a {
	color: var(--text-color);
	text-decoration: underline;
	text-decoration-thickness: 1px;
}
.contacts__item-left p a:hover {
	text-decoration-style: dashed;
}
.contacts__social {
	display: flex;
	padding: 0;
	list-style: none;
	gap: 15px;
	margin: 15px 0 30px;
}
.contacts__social-link {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}
.contacts__social-link svg {
	fill: #ffffff;
}
.contacts__social-link--facebook {
	background-color: #f00075;
}
.contacts__social-link--instagram {
	background-color: #0866ff;
}
.contacts__social-link--google {
	background-color: #ea4434;
}
.footer__banner {
	position: relative;
	display: flex;
	height: 430px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.footer__banner picture,
.footer__banner img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left;
	z-index: -1;
}
.footer__banner img {
	filter: brightness(0.65);
}
.footer__banner-text {
	color: #ffffff;
	font-size: 36px;
	text-align: center;
	width: 100%;
	max-width: 450px;
	line-height: 1.4;
}
.footer__banner-content {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 60px;
}
.footer__banner-bottom .btn {
	padding: 20px 45px;
}
.reviews-block {
	height: 440px;
}
.reviews__title {
	margin-bottom: 20px;
}
.page-content {
	margin-top: 30px;
	margin-bottom: 60px;
}
@media only screen and (max-width : 1280px) {
	.container {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.container--narrow {
		width: 680px;
	}
	.reviews__widget {
		padding: 0 15px 15px;
	}
}
@media only screen and (max-width : 970px) {
	.menu__toggle {
		display: flex;
	}
	.header__nav {
		position: fixed;
		top: 0;
		left: 0;
		background: #ffffff;
		bottom: 0;
		z-index: 10;
		display: flex;
		justify-content: center;
		padding: 30px 15px;
		width: 300px;
		transform: translateX(-350px);
		transition: transform .3s linear;
		opacity: 0;
	}
	.header__nav.header__nav--show {
		box-shadow: 0 0 100px #000;
		transform: translateX(0);
		transition: transform .3s linear;
		opacity: 1;
	}
	.header__menu {
		flex-direction: column;
		width: 260px;
	}
	.header__menu-item.has-child::before {
		display: none;
	}
	.header__submenu {
		display: flex;
		position: relative;
		border: none;
		padding-bottom: 0;
	}
	.header__nav-close {
		display: flex;
	}
	.header__contact {
		margin-left: auto;
	}
}
@media only screen and (max-width : 800px) {
	.booking-block__content {
		flex-direction: column;
	}
	.booking-block__col:last-child {
		text-align: center;
	}
	.booking-block__content .btn {
		max-width: 300px;
		min-width: auto;
	}
	.accent-block {
		flex-direction: column;
		padding: 45px;
	}
	.accent-block > * {
		width: 100%;
	}
	.contacts__list {
		flex-direction: column;
	}
}
@media only screen and (max-width : 740px) {
	.header {
		gap: 0;
	}
	.header__booking .btn {
		max-width: 150px;
		font-size: 14px;
		line-height: 1.4;
		text-transform: uppercase;
		margin-left: 30px;
		margin-right: 15px;
	}
	.banner__top-menu-item a {
		font-size: 16px;
	}
}
@media only screen and (max-width : 680px) {
	.container--narrow {
		width: 100%;
	}
}
@media only screen and (max-width : 620px) {
	.banner__top img {
		object-position: center;
	}
	.header {
		flex-wrap: wrap;
	}
	.header__phone {
		display: block;
		margin-left: auto;
	}
	.header__contact {
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px;
		order: 100;
		background-color: var(--text-color);
		padding: 10px;
		text-align: center;
	}
	.header__contact:before {
		content: "Call Us";
		color: #ffffff;
		font-size: 20px;
	}
	.header__contact a {
		color: #ffffff;
		margin-left: 10px;
		font-size: 20px;
	}
	.feature-projects__see {
		flex-direction: column;
	}
	.feature-projects__see-text {
		font-size: 26px;
	}
	.booking-block .big-title {
		font-size: 40px;
	}
}
@media only screen and (max-width : 500px) {
	.banner__top {
		height: 660px;
	}
	.banner__top-action {
		margin-bottom: 0;
	}
	.banner__top-action .btn {
		width: 100%;
		font-size: 24px;
	}
	.banner__top-menu {
		flex-direction: column;
		margin-bottom: 0;
	}
	.banner__top-menu-item {
		width: 100%;
		text-align: center;
		border: none;
	}
	.banner__top-menu-item a {
		text-decoration: underline;
	}
	.big-title {
		text-align: center;
	}
	.booking-block .big-title {
		font-size: 34px;
	}
	.booking-block__content .btn {
		max-width: none;
	}
	.improvement__list {
		flex-direction: column;
	}
	.header__booking .btn {
		margin-left: 15px;
		margin-right: 0;
	}
	.menu__toggle {
		padding-right: 0;
	}
}
@media only screen and (max-width : 460px) {
	.header__booking .btn {
		padding: 16px 10px;
		width: 100px;
		font-size: 12px;
	}
	.feature-projects__list {
		flex-direction: column;
	}
	.accent-block {
		padding: 20px 15px;
	}
	.header__banner {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width : 410px) {
	.header__phone {
		display: none;
	}
	.header__booking {
		margin-left: auto;
	}
}
@media only screen and (max-width : 360px) {
	.header__logo-image {
		height: 46px;
	}
}

.pum-theme-289 .pum-content + .pum-close,
.pum-theme-content-only .pum-content + .pum-close {
	margin-right: 45%;
}
#popmake-2036 button.pum-close.popmake-close,
#popmake-326 button.pum-close.popmake-close,
#popmake-290 button.pum-close.popmake-close {
	background: #FCC509;
	height: 20px;
	width: 20px;
	border-radius: 50%;
}

.contacts__item-right {
	background-color: var(--text-color);
}

/*Старый вид видео*/
.video-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}
.video-container {
	flex: 1 1 45%;
}
.video-gallery video {
	width: 100%;
	max-width: 480px;
	height: auto;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.qrwqr12 .video-container {
	flex: 1 1 30%;
}
.video-gallery.qrwqr12 {
	margin-bottom: 30px;
}
/*Старый вид видео*/

.has-primary-color,
.has-secondary-color {
	color: var(--secondary-text-color);
}
.has-tertiary-background-color {
	background-color: #F9FAFE;
}

.page-id-18 #main {
	background-color: var(--text-color);
	color: var(--main-bg);
}
.page-id-18 #main .has-small-font-size {
	font-size: 18px !important;
}
.page-id-18 #main .has-small-font-size strong {
	display: inline-block;
	margin-bottom: 10px;
}

.page-content__wrapper {
	font-size: 18px;
	line-height: 1.6;
}
.page-content__wrapper p {
	margin-top: 0;
	margin-bottom: 0;
}
.error404 .page-content {
	margin-top: 120px;
	margin-bottom: 120px;
}

.photo-gallery__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.photo-gallery__item {
	width: calc(100% / 3 - 20px / 3);
	box-sizing: border-box;
	overflow: hidden;
	line-height: 1;
}

.photo-gallery__item img {
	width: 100%;
	height: auto;
	transform: scale(1);
	transition: transform .3s ease-in-out;
}
.photo-gallery__item:hover img {
	transform: scale(1.2);
	transition: transform .3s ease-in-out;
}
@media only screen and (max-width : 680px) {
	.photo-gallery__item {
		width: calc(100% / 2 - 10px / 2);
	}
}
.tv-montage__container {
	margin-top: 60px;
}
.tv-montage,
.tv-montage__content-row,
.tv-montage__content,
.tv-montage__content-wrapper,
.tv-montage__content-text,
.tv-montage__top {
	display: flex;
}
.tv-montage__content-text,
.tv-montage__content-wrapper {
	gap: 6px;
}
.tv-montage__content-wrapper {
	padding-right: 5px;
}
.tv-montage__content,
.tv-montage__content-text,
.tv-montage {
	flex-direction: column;
}
.tv-montage__content-text {
	justify-content: center;
}
.tv-montage__content-row .tv-montage__content-col:first-child {
	width: 30%;
	padding-left: 6px;
}
.tv-montage__content-row .tv-montage__content-col:not(:first-child) {
	width: calc((100% - 30%) / 3);
}
.tv-montage__content-col span {
	display: none;
}
.tv-montage__title {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 15px;
}
.tv-montage__title .tv-montage__content-col:not(:first-child) {
	text-align: center;
}
.tv-montage__content-col.tv-montage__content-col--check {
	position: relative;
}
.tv-montage__content-col.tv-montage__content-col--check:before {
	content: "";
	width: 30px;
	height: 30px;
	background-color: var(--banner-link);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.tv-montage__content-col.tv-montage__content-col--check:after {
	content: "";
	width: 5px;
	height: 10px;
	border: 3px solid var(--text-color);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, calc(-50% - 3px)) rotate(45deg);
	border-top-color: transparent;
	border-left-color: transparent;
}
.tv-montage__content-row:nth-child(even) {
	background-color: #f5f5f5;
}
.tv-montage__content-row:not(.tv-montage__title) .tv-montage__content-col {
	padding-top: 10px;
	padding-bottom: 10px;
}
.tv-montage__content-row:not(.tv-montage__title) .tv-montage__content-col:nth-child(even) {
	background-color: rgba(0, 0, 0, 0.05);
}
.tv-montage__content-description {
	font-size: 12px;
}

@media only screen and (max-width : 1024px) {
	.tv-montage__content-row .tv-montage__content-col:first-child {
		width: calc(100% - 150px * 3);
	}
	.tv-montage__content-row .tv-montage__content-col:not(:first-child) {
		width: 150px;
	}
}
@media only screen and (max-width : 700px) {
	.tv-montage__content-row.tv-montage__title {
		display: none;
	}
	.tv-montage__content-row:not(.tv-montage__title) .tv-montage__content-col {
		padding: 0;
	}
	.tv-montage__content-col span {
		padding: 8px 6px;
		display: flex;
		font-weight: bold;
		width: 50%;
		background-color: rgba(0, 0, 0, 0.05);
	}
	.tv-montage__content-col.tv-montage__content-col--check:after {
		transform: translate(-50%, calc(-50% - 3px)) rotate(45deg) scale(.7);
	}
	.tv-montage__content-col.tv-montage__content-col--check:before {
		transform: translate(-50%, -50%) scale(.7);
	}
	.tv-montage__content-row:not(.tv-montage__title) {
		flex-direction: column;
	}
	.tv-montage__content-row .tv-montage__content-col:first-child,
	.tv-montage__content-row .tv-montage__content-col:not(:first-child) {
		width: 100%;
	}
	.tv-montage__content-col {
		position: relative;
	}
	.tv-montage__content-row {
		margin-top: 0;
	}
	.tv-montage__content-col:not(:first-child):not(.tv-montage__content-col--check):before {
		content: "";
		width: 30px;
		height: 30px;
		background-color: red;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		position: absolute;
		transform: translate(-50%, -50%) scale(.7);
	}
	.tv-montage__content-col:not(:first-child):not(.tv-montage__content-col--check):after {
		content: "";
		width: 10px;
		height: 3px;
		position: absolute;
		background-color: var(--text-color);
		transform: translate(-50%, -50%) scale(.7);
	}
	.tv-montage__content-col:not(:first-child):not(.tv-montage__content-col--check):after,
	.tv-montage__content-col:not(:first-child):not(.tv-montage__content-col--check):before,
	.tv-montage__content-col.tv-montage__content-col--check:before,
	.tv-montage__content-col.tv-montage__content-col--check:after {
		top: 50%;
		left: 75%;
	}
}
.guarantee-text {
	font-size: 16px;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
}
.quiz {
	display: flex;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.7);
	animation: fadeInUp 0.5s ease-in-out;
}
.quiz.quiz__hide {
	display: none;
}
.quiz__container {
	width: calc(100% - 30px);
	max-width: 1200px;
	background-color: #ffffff;
	display: flex;
	height: 75vh;
	max-height: 600px;
	position: relative;
	animation: fadeInUp 0.5s ease-in-out;
}
.quiz__photo {
	width: 40%;
	position: relative;
	overflow: hidden;
}
.quiz__form {
	width: 60%;
	padding: 120px 60px;
}
.quiz__form form {
	height: 100%;
	background-color: #f5f5f5;
	padding-top: 20px;
	padding-bottom: 20px;
}
.quiz__form .wpcf7 {
	background-color: transparent;
	padding: 0;
	border-radius: 0;
	color: var(--text-color);
	max-width: none;
	margin: 0 auto;
	box-shadow: none;
	overflow: hidden;
	animation: fadeInUp 0.5s ease-in-out;
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
}
.quiz__photo img {
	position: absolute;
	height: 100%;
	width: auto;
	aspect-ratio: 480 / 600;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.quiz__step {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	width: 360px;
	margin: 0 auto;
}
.quiz__step.step p:first-child {
	margin: 0 0 20px 1em;
}
.quiz__step p:first-child label {
	font-size: 24px;
	font-weight: bold;
}
.quiz__form .wpcf7-form label {
	color: var(--text-color);
	font-weight: 400;
}
.quiz__step p:last-child {
	margin: auto auto 0;
	padding-bottom: 0;
	width: calc(100% - 30px);
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
.quiz__step p:last-child button {
	flex: none;
	width: 110px;
	margin: 0;
}
.quiz__step p:last-child button.next {
	margin-left: auto;
}
.quiz__step p:last-child button.prev {
	background-color: #f5f5f5;
	color: var(--text-color);
	border: 1px solid #dfdfdf;
}
.quiz__step p:last-child button.prev:hover {
	background-color: #dfdfdf;
}
.quiz__step p:last-child .wpcf7-submit {
	flex: none;
	width: 110px;
	margin-left: auto;
	padding: 10px 20px;
}
.quiz__step.step p {
	position: relative;
	text-align: left;
	padding-top: 0;
	padding-bottom: 0;
}
.quiz__step.step .wpcf7-text {
	width: calc(100% - 30px);
	margin-left: 15px;
}
.quiz__step .wpcf7-radio {
	display: flex;
	flex-direction: column;
}
.quiz__step .wpcf7-radio [type="radio"] {
	margin-right: 10px;
}
.quiz__step .wpcf7-radio .wpcf7-list-item-label {
	cursor: pointer;
}
.quiz__step p:last-child .wpcf7-spinner {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
}
.quiz__close {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #f5f5f5;
	color: var(--text-color);
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(45deg);
	cursor: pointer;
	transition: background-color .3s linear;
}
.quiz__close:hover {
	background-color: #dfdfdf;
	transition: background-color .3s linear;
}
.quiz__close:after {
	content: "";
	display: block;
	width: 2px;
	height: 16px;
	background: var(--text-color);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.quiz__close:before {
	content: "";
	display: block;
	width: 16px;
	height: 2px;
	background: var(--text-color);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
@media only screen and (max-width : 870px) {
	.quiz__form {
		padding: 115px 20px;
		margin-left: auto;
	}
	.quiz__container {
		background: url(images/quiz/bg_mobile.jpg) no-repeat center center;
		background-size: cover;
	}
	.quiz__photo {
		display: none;
	}
}
@media only screen and (max-width : 700px) {
	.quiz__form {
		padding: 115px 20px 20px;
		min-width: 300px;
	}
	.quiz__step {
		width: calc(100% - 20px);
	}
}
@media only screen and (max-width : 600px) {
	.quiz__form {
		width: 100%;
	}
	.quiz__form form {
		background-color: rgba(245, 245, 245, 0.57);
	}
}
body.quiz__fixed {
	overflow: hidden;
}
.pricing__list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.pricing__item {
	width: calc(50% - 20px);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.pricing__item-top {
	position: relative;
}
.pricing__item-top img {
	width: 100%;
	height: auto;
	max-width: 300px;
	aspect-ratio: 300 / 229;
}
.pricing__item-title {
	font-weight: bold;
	text-align: center;
	margin-bottom: 4px;
}
.pricing__item-label {
	background: red;
	position: absolute;
	padding: 5px 10px;
	border-radius: 8px;
	line-height: 1;
	color: #fff;
	right: 10px;
	top: 10px;
}
.pricing__item-price {
	color: var(--secondary-text-color);
}
.pricing__item-text {
	text-align: center;
}
.pricing__item-description {
	text-align: center;
	color: var(--gray-bg);
	margin-top: 3px;
}
@media only screen and (max-width : 480px) {
	.pricing__item-description,
	.pricing__item-title {
		font-size: 16px;
	}
	.pricing__item-label {
		top: 0;
	}
}
