/*!
Theme Name: proxy
Theme URI: http://underscores.me/
Author: Mariia BV
Author URI: 
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: proxy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

.post-thumbnail {
	display: block;
}

.post-thumbnail img {
	max-width: 200px;
}

main {
	display: block;
	margin-top: 80px;
	margin-bottom: 40px;
}

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

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

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

a {
	background-color: transparent;
}

a.wp-block-button__link:hover {
	color: #000000;
}

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

b,
strong {
	font-weight: bolder;
}

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

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
	width: 100%;
	height: auto;
	object-fit: cover;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	cursor: pointer;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

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

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

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

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

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

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

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

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #272626;
	;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Arial, Helvetica, sans-serif;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1em 1em;
	padding-left: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
	max-width: 100%;
}

img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

a {
	color: #4169e1;
	text-underline-offset: 5px;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.site-main .comment-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* -------------------------------------------------------------------- */
.site {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100vh;
}

.site-main {
	flex: auto;
}

.container {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 20px;
}

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.22;
	z-index: 1002;
	display: none;
}

#overlay.visible {
	display: block;
}


.logo {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.btn {
	background: #0F173C;
	color: white;
	padding: 8px 16px;
	border-radius: 6px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	transition: 0.2s;
}

.btn:hover {
	background: #0F173C;
}

/* ----- footer -------- */
.footer {
	background-color: var(--footer-background-color);
	padding: 80px 0 40px;
	color: #fff;
}

.footer a,
.footer a:visited {
	color: #fff;
}

/* BOTTOM */

.footer__bottom {
	margin-top: 10px;
}

.footer__column p {
	font-weight: 400;
	font-size: 11px;
	line-height: 130%;
	color: #FFFFFF80;
}

/* LOGO BLOCK */

.footer__logo-block {
	max-width: 400px;
	width: 100%;
}

.footer__logo-block a {
	display: block;
}

.footer__logo-block a img {
	max-width: 200px;
	max-height: 100px;
	width: auto;
	height: auto;
}

.footer__logo-block a:focus {
	border: none;
}

.footer__logo-block_address {
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	line-height: 130%;
	margin-top: 60px;
}

@media screen and (max-width: 767px) {
	.footer__logo-block_address {
		margin-top: 30px;
	}
}

/* MENU */

.footer__menu {
	gap: 20px;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.footer__menu {
		flex-direction: column;
	}
}

.footer__menu .menu-item-has-children a {
	font-weight: 700;
	font-size: 14px;
	line-height: 130%;
	color: #ffffff;
	text-decoration: none;
	margin-bottom: 10px;
}

/* NAV */

.footer__nav {
	width: 100%;
	position: relative;
	max-width: 740px;
}

.footer__nav .menu {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;

	grid-template-areas:
		"left right"
		"left bottom";
}

.footer__nav .menu .menu-item-has-children {
	flex: 0 0 calc(100% / 3 - 7px);
}

@media screen and (max-width: 1024px) {
	.footer__nav .menu .menu-item-has-children {
		flex: 0 0 calc(100% / 2 - 10px);
	}
}

@media screen and (max-width: 900px) {
	.footer__nav .menu .menu-item-has-children {
		flex: 0 0 100%;
	}
}

.footer__nav .menu .menu-item-has-children a {
	padding-left: 0px;
	pointer-events: none;
}

.footer__nav .menu .menu-item-has-children:last-child {
	position: absolute;
	bottom: 0;
	left: 0;
}

@media screen and (max-width: 1234px) {
	.footer__nav .menu .menu-item-has-children:last-child {
		position: relative;
		left: auto;
		bottom: auto;
	}
}

.footer__nav .menu .menu-item-has-children:last-child .sub-menu a {
	text-decoration: underline;
	text-underline-offset: 4px;
}

/* SUB MENU */

.footer__nav .sub-menu li {
	margin-bottom: 2px;
}

.footer__nav .sub-menu li a {
	font-weight: 400;
	pointer-events: auto !important;
	cursor: pointer;
}

.footer__nav .sub-menu li a:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
}

/* ---- header ----- */
.header {
	padding: 19px 0;
	transition: padding .3s ease-in-out, background-color .3s ease-in-out;
	position: fixed;
	width: 100%;
	z-index: 100;
	top: 0;
	background-color: var(--header-background-color);
	border-bottom: 1px solid #e6e8eb;
}

@media screen and (max-width: 767px) {
	.header {
		padding: 10px 0;
	}
}

.header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	overflow-y: scroll;
}

.header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

@media screen and (max-width: 991px) {
	.header .main-navigation {
		width: 100%;
	}
}

.header .menu-toggle {
	width: 32px;
	height: 32px;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	position: relative;
}

.header .menu-toggle .icon-hamburger span {
	position: absolute;
	left: 4px;
	width: 24px;
	height: 2px;
	background: #0F173C;
	border-radius: 2px;
	transition: transform 0.35s ease, opacity 0.25s ease, top 0.35s ease;
}

.header .menu-toggle .icon-hamburger span:nth-child(1) {
	top: 8px;
}

.header .menu-toggle .icon-hamburger span:nth-child(2) {
	top: 15px;
}

.header .menu-toggle .icon-hamburger span:nth-child(3) {
	top: 22px;
}

.header .menu-toggle.active .icon-hamburger span:nth-child(1) {
	top: 15px;
	transform: rotate(45deg);
}

.header .menu-toggle.active .icon-hamburger span:nth-child(2) {
	opacity: 0;
}

.header .menu-toggle.active .icon-hamburger span:nth-child(3) {
	top: 15px;
	transform: rotate(-45deg);
}

@media screen and (min-width: 992px) {
	.header .menu-toggle {
		display: none;
	}
}

.header__nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	flex: 0 0 65%;
}

@media screen and (max-width: 1200px) {
	.header__nav {
		flex: 0 0 77%;
	}
}

@media screen and (max-width: 991px) {
	.header__nav {
		transform: translateY(-100%);
		opacity: 0;
		visibility: hidden;
		position: fixed;
		top: 67px;
		left: 0;
		width: 100%;
		height: calc(100vh - 67px);
		background-color: #ffffff;
		z-index: 1000;
		flex-direction: column;
		justify-content: flex-start;
		transition: transform 0.35s ease, opacity 0.25s ease;
		overflow-y: scroll;
	}
}

.header__nav.open {
	transform: translateY(0);
	opacity: 1;
	visibility: inherit;
}

.header__auth {
	display: flex;
	align-items: stretch;
	gap: 10px;
}

/* MENU */

.header ul.menu {
	display: flex;
	align-items: center;
	gap: 24px;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	position: relative;
	list-style: none;
	margin: 0;
}

@media screen and (max-width: 991px) {
	.header ul.menu {
		flex-direction: column;
		gap: 0;
		align-items: flex-start;
		padding: 20px 20px 0 20px;
	}
}

.header ul.menu li.menu-item-has-children {
	position: relative;
}

.header ul.menu li.menu-item-has-children:hover>ul.sub-menu {
	display: block;
	opacity: 1;
	visibility: inherit;
}

.header ul.menu li.menu-item-has-children a {
	display: flex;
	align-items: flex-end;
	gap: 5px;
	padding: 10px;
}

.header ul.menu li.menu-item-has-children:has(ul.sub-menu) > a:after {
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.35355 5.64645C3.25979 5.55268 3.13261 5.5 3 5.5C2.86739 5.5 2.74021 5.55268 2.64645 5.64645C2.55268 5.74021 2.5 5.86739 2.5 6C2.5 6.13261 2.55268 6.25979 2.64645 6.35355L7.64645 11.3536C7.84171 11.5488 8.15829 11.5488 8.35355 11.3536L13.3536 6.35355C13.4473 6.25979 13.5 6.13261 13.5 6C13.5 5.86739 13.4473 5.74021 13.3536 5.64645C13.2598 5.55268 13.1326 5.5 13 5.5C12.8674 5.5 12.7402 5.55268 12.6464 5.64645L8 10.2929L3.35355 5.64645Z' fill='%230F173C'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: inline-block;
	content: '';
}

.header ul.menu li.menu-item-has-children:hover > a:after {
    transform: rotate(180deg);
}

@media screen and (max-width: 991px) {
	.header ul.menu li.menu-item-has-children:has(ul.sub-menu) > a:after {
		content: none;
	}
}

/* SUBMENU */

.header ul.menu ul.sub-menu {
	display: none;
	opacity: 0;
	visibility: hidden;
	transition: transform 0.35s ease, opacity 0.25s ease;
	position: absolute;
	top: 100%;
	left: -100%;
	width: 270px;
	padding: 14px 0;
	border-radius: 9px;
	background-color: #ffffff;
	overflow: hidden;
	border: 1px solid #0F173C0D;
	box-shadow: 0px 2px 10px 0px #0F173C0D;
}

@media screen and (max-width: 991px) {
	.header ul.menu ul.sub-menu {
		opacity: 1;
		display: block;
		visibility: visible;
		position: relative;
		left: auto;
		width: 100%;
		border: none;
		box-shadow: none;
		padding: 0;
	}
}

.header ul.menu ul.sub-menu.open {
	display: block;
	opacity: 1;
	visibility: inherit;
}

/* LINKS */

.header ul.menu li a {
	color: #0F173C;
	text-decoration: none;
	padding: 13px 0;
}

@media screen and (max-width: 991px) {
	.header ul.menu li a {
		padding: 7px 0;
		display: inline-block;
		width: 100%;
	}
}

.header ul.menu li a:hover,
.header ul.menu li a:focus {
	text-decoration: underline;
	text-underline-offset: 4px;
}

/* BRAND */

.header .site-branding a {
	border: none;
	padding: 0;
	margin: 0;
	display: flex;
}

.header .site-branding a:focus {
	border: none;
}

.header .site-branding img {
	max-width: 106px;
	max-height: 46px;
}

.d-f {
	display: flex;
}

/* ---- search form ------- */
.search-form {
	border-radius: 4px;
	width: 100%;
	max-height: 46px;
	background-color: #FAFAFC;
}

/* WRAPPER */

.search-form__wrapper {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	border: 1px solid #e6e8eb;
	padding-left: 10px;
}

.search-form__wrapper input {
	border: none;
	width: 100%;
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	height: 44px;
	padding: 0;
}

.search-form__wrapper input:focus-visible {
	outline: none;
}

.search-form__wrapper input[type="search"] {
	cursor: text;
	background-color: unset;
}

.search-form__wrapper input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	height: 14px;
	width: 14px;
	cursor: pointer;
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cline x1='18' y1='6' x2='6' y2='18' stroke='#1986F0' stroke-width='2'/%3E%3Cline x1='6' y1='6' x2='18' y2='18' stroke='#1986F0' stroke-width='2'/%3E%3C/svg%3E");
	-webkit-mask-image: inherit;
}

/* BUTTON */

.search-form__button {
	border: none;
	background-color: unset;
	height: 44px;
	aspect-ratio: 1 / 1;
	padding: 0;
}


/* ----- table ------ */
.compare-table {
    padding: 80px 0;
}

@media (max-width: 991px) {
    .compare-table {
        padding: 40px 0;
    }
}

.compare-table table {
    width: 100%;
    border-collapse: collapse;
    min-width: 710px;
}

.compare-table thead {
    position: sticky;
    top: 0;
    z-index: 10;
}

.compare-table th,
.compare-table td {
    padding: 11px 16px;
    font-size: 14px;
    line-height: 130%;
    border-right: 1px solid var(--footer-background-color);
    border-bottom: 1px solid var(--footer-background-color);
    text-align: left;
}

.compare-table th {
    font-weight: 700;
    color: var(--footer-background-color);
}

.compare-table tr:last-child td {
    border-bottom: none;
}

.compare-table th:last-child,
.compare-table td:last-child {
    border-right: none;
}

.compare-table tbody tr:hover {
    background-color: var(--footer-background-color);
}

.compare-table tbody tr:first-child td {
    font-weight: 600;
}

.compare-table .wp-block-table {
    overflow-x: auto;
}