h3 {
	font-weight: 600;
	font-size: 28px;
	line-height: 42px;
	margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
	h3 {
		font-size: 22px;
		line-height: 33px;
		margin-bottom: 15px;
	}
}

h4 {
	font-weight: 700;
	font-size: 26px;
	line-height: 31px;
	margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
	h4 {
		font-size: 20px;
		line-height: 24px;
	}
}

h5 {
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
	h5 {
		font-size: 18px;
		line-height: 27px;
	}
}

h6 {
	font-weight: 600;
	font-size: 22px;
	line-height: 33px;
	margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
	h6 {
		font-size: 16px;
		line-height: 24px;
	}
}



/* table */
.table__scroll {
	padding-bottom: 15px;
	margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
	.table__scroll table {
		width: 700px;
	}
}

table {
	width: 100%;
	border-collapse: separate;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #B8B8B8;
	border-radius: 10px;
	word-break: break-all
}

table th,
table td {
	text-align: center;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	min-height: 65px;
	padding: 10px 5px;
}

table th:first-child,
table td:first-child {
	border-left: none;
}

table th:last-child,
table td:last-child {
	border-right: none;
}

table th {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
}

table th:nth-child(odd) {
	/*  background: #ececec;  */
}

table th:nth-child(even) {
	/*  background: #e4e4e4; */
}

table th:first-child {
	border-radius: 10px 0 0 0;
}

table th:last-child {
	border-radius: 0 10px 0 0;
}

table td {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

table td:nth-child(odd) {
	/*  background: #f9f9f9; */
}

table td:nth-child(even) {
	/*  background: #fff;  */
}

table td b {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
}

table td a,
table td li {
	font-size: 16px;
	line-height: 24px;
}

table tr:last-child td {
	border-bottom: none;
}

table tr:last-child td:first-child {
	border-radius: 0 0 0 10px;
}

table tr:last-child td:last-child {
	border-radius: 0 0 10px 0;
}


.table_scroll {
	padding: 40px;
	margin-top: -40px;
	margin-left: -40px;
	margin-right: -40px;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	.table_scroll {
		padding: 40px 10px;
		margin-right: -10px;
		margin-left: -10px;
	}
}

/* scroll vertical */
.scroll {
	overflow-y: auto;
	-ms-scroll-chaining: none;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	scrollbar-width: thin;
	scrollbar-color: #1D7FCD transparent;
}

.scroll::-webkit-scrollbar {
	width: 4px;
	height: 50%;
}

.scroll::-webkit-scrollbar-track {
	background-color: transparent;
}

.scroll::-webkit-scrollbar-thumb {
	background-color: #1D7FCD;
	border-radius: 5px;
}

.scroll::-webkit-scrollbar-thumb:hover {
	background-color: #1D7FCD;
}

.scroll::-webkit-scrollbar-thumb:active {
	background-color: #1D7FCD;
}

.scroll::-webkit-scrollbar-thumb:vertical {
	min-height: 50%;
}

.scroll::-webkit-scrollbar-thumb:horizontal {
	min-width: 4px;
}

/* scroll horizontal */
.scroll_horizontal {
	overflow-x: auto;
	-ms-scroll-chaining: none;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	scrollbar-width: thin;
	scrollbar-color: #1D7FCD transparent;
}

.scroll_horizontal::-webkit-scrollbar {
	width: 170px;
	height: 4px;
}

.scroll_horizontal::-webkit-scrollbar-track {
	background-color: transparent;
}

.scroll_horizontal::-webkit-scrollbar-thumb {
	background-color: #1D7FCD;
	border-radius: 5px;
}

.scroll_horizontal::-webkit-scrollbar-thumb:hover {
	background-color: #1D7FCD;
}

.scroll_horizontal::-webkit-scrollbar-thumb:active {
	background-color: #1D7FCD;
}

.scroll_horizontal::-webkit-scrollbar-thumb:horizontal {
	min-width: 50%;
}

.scroll_horizontal::-webkit-scrollbar-thumb:vertical {
	min-height: 4px;
}



/* .copy {
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #AFAFAF;
	margin-bottom: 0; }
	@media screen and (max-width: 768px) {
	  .copy {
		 min-width: 100%;
		 margin: 40px 0; } } */

.plus {
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #AFAFAF;
	margin-bottom: 0;
}

.plus img {
	margin: 0;
	margin-right: 10px;
}



.table__content {
	background: #FFFFFF;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	padding: 0 30px;
	margin-bottom: 25px;
}

.table__content .heading {
	position: relative;
	width: 100%;
	text-align: left;
	font-weight: 600;
	font-size: 22px;
	line-height: 33px;
	color: #323239;
	padding: 30px 20px 30px 43px;
}

.table__content .heading::before,
.table__content .heading::after {
	position: absolute;
	content: "";
}

.table__content .heading::before {
	width: 23px;
	height: 17px;
	background: center center / cover no-repeat;
	background-image: url("../img/sprite3.svg#menu");
	left: 0;
	top: calc(50% - 8.5px);
}

.table__content .heading::after {
	width: 17px;
	height: 11px;
	background: center center / cover no-repeat;
	background-image: url("../img/sprite3.svg#arr");
	transition: transform .3s;
	right: 0;
	top: calc(50% - 5.5px);
}

.table__content ol:not([class]) {
	max-height: 0;
	overflow: hidden;
	margin-left: 43px;
	margin-bottom: 0;
}

.table__content ol:not([class]) li {
	position: relative;
	margin-bottom: 10px;
}

.table__content ol:not([class]) li::before {
	position: absolute;
	left: 0;
}

.table__content ol:not([class]) li:last-child {
	margin-bottom: 0;
}

.table__content ol:not([class]) li a {
	color: #383434;
}

.table__content ol:not([class]) li:hover::before {
	color: #1D7FCD;
}

.table__content ol:not([class]) li:hover a {
	color: #1D7FCD;
}

.table__content ol:not([class]) a {
	font-weight: 400;
	text-decoration: none;
}

.table__content.table__content_open {
	padding-bottom: 35px;
}

.table__content.table__content_open .heading::after {
	transition: transform .3s;
	transform: rotate(-180deg);
}

.table__content.table__content_open ol:not([class]) {
	max-height: 1000px;
}

@media screen and (max-width: 768px) {
	.table__content {
		padding: 0 20px;
	}

	.table__content .heading {
		font-size: 18px;
		line-height: 27px;
		padding: 25px 20px 20px 43px;
	}

	.table__content ol:not([class]) {
		margin-left: 10px;
	}
}


.img__item img {
	width: 300px;
	height: 182px;
	border-radius: 10px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 0;
}




/* faq */
.faq h2 {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
	.faq h2 {
		text-align: center;
		font-size: 26px;
		line-height: 31px;
	}
}

.faq__block {
	counter-reset: number;
	margin-bottom: 40px;
}

.faq__item {
	background: #FFFFFF;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	margin-bottom: 15px;
}

.faq__item .heading {
	position: relative;
	width: 100%;
	font-weight: 700;
	font-size: 22px;
	line-height: 33px;
	text-align: left;
	padding: 30px 60px 30px 30px;
}

.faq__item .heading::before {
	counter-increment: number;
	content: counter(number) ". ";
}

.faq__item .heading::after {
	position: absolute;
	content: "";
	transition: transform .3s;
	width: 22px;
	height: 14px;
	background: center center / cover no-repeat;
	background-image: url("../img/sprite3.svg#faq");
	right: 30px;
	top: calc(50% - 7px);
}

.faq__item .heading:hover {
	color: #1D7FCD;
}

.faq__item .text {
	max-height: 0;
	transition: max-height .4s;
	overflow: hidden;
	padding: 0 70px 0 55px;
}

.faq__item .text p {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #212122;
}

.faq__item .text p:last-child {
	margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
	.faq__item .heading {
		font-size: 18px;
		line-height: 27px;
		padding: 25px 60px 30px 20px;
	}

	.faq__item .text {
		padding: 0 20px 0;
	}

	.faq__item .text p {
		font-size: 16px;
		line-height: 26px;
	}

	.faq__item .text p:last-child {
		margin-bottom: 25px;
	}
}

.faq__item__open .heading {
	color: #1D7FCD;
}

.faq__item__open .heading::after {
	width: 22px;
	height: 14px;
	background: center center / cover no-repeat;
	background-image: url("../img/sprite3.svg#faq-blue");
}

.faq__item__open .text {
	max-height: 1000px;
}



.alignright {
	float: right;
	margin: 10px 0px 10px 10px;
}

.alignleft {
	float: left;
	margin: 10px 10px 10px 0px;
}


.clear::after {
	content: "";
	display: block;
	clear: both;
}



.float_right {
	float: right;
	margin-left: 20px;
}

.float_left {
	float: left;
	margin-right: 20px;
}

.float_right,
.float_left {
	margin-bottom: 20px;
}

.float_right img,
.float_left img {
	margin-bottom: 0px;
}


ol:not([class]),
ul:not([class]) {
	margin-bottom: 15px;
}

ol:not([class]) li {
	display: table;
	position: relative;
	margin-bottom: 10px;
}

ol:not([class]) li:last-child,
ul:not([class]) li:last-child {
	margin-bottom: 0;
}

ol:not([class]) {
	counter-reset: number;
}

ol:not([class]) li {
	padding-left: 25px;
}

ol:not([class]) li::before {
	counter-increment: number;
	content: counter(number) "." " ";
	color: #1D7FCD;
}

/* ul:not([class]) li {
	padding-left: 50px;
} */

/* ul:not([class]) li::before {
	position: absolute;
	content: "";
	width: 16px;
	height: 12px;
	background: center center / cover no-repeat;
	background-image: url("../img/sprite3.svg#check-blue");
	top: 9px;
	left: 15px;
}
 */
table ol:not([class]) li,
table ul:not([class]) li,
.table ol:not([class]) li,
.table ul:not([class]) li {
	display: block;
}

table ol:not([class]) li,
.table ol:not([class]) li {
	padding-left: 0;
}

table ul:not([class]) li,
.table ul:not([class]) li {
	padding-left: 20px;
}

table ul:not([class]) li::before,
.table ul:not([class]) li::before {
	left: 0;
}

ol ol,
ul ul {
	margin-left: 30px;
}

@media screen and (max-width: 768px) {

	.float_right,
	.float_left {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}



* {
	transition: all .3s;
}


header {
	border-bottom: none;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 5px 10px rgba(0, 0, 0, 0.24);
	background-color: var(--header-bg);

}
header.header{
	border-bottom: none;
}

footer {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.32), 0 5px 10px rgba(0, 0, 0, 0.24);
	background-color: var(--footer-bg);
}

.faq__item {
	background: transparent;
}

.faq__block button, .faq__block button:hover, .faq__block .text span p{
	color: var(--faq_color);
}

.faq__item__open .heading {
	color: var(--faq_color_open);
}

@media screen and (max-width: 992px) {
	.navigation {  
		 background: var(--navigation_back_mob);
	}
	.menu-link {
		color: var(--navigation_color_mob);
  }
}

.tablecontent {
	background: var(--table_of_content_back);
	ol:not([class]) li a {
		color: var(--table_of_content_color);
  }
}

*,html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, address, big, blockquote, cite, code, del, dfn, em, img, ins, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, input, fieldset, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, main, nav, output, section, summary, time, mark, audio, video,
.main button , .main table{ 
	font-family: var(--font-family);
	/* font: var(--font-family); */
 } 
 
 .main img {
	max-width: auto;
	@media screen and (max-width: 768px) {
		max-width: 100%;
	}
 }

.container .main table {
	background:transparent;
	font-family: var(--font-family);
}
 .main .table_scroll table th,.main .table_scroll table td,  .main .table_scroll table,  .main .table_scroll table tr {
	/* white-space: wrap; */
	background-color: var(--body-bg);
	color: var(--body-color);
	font-family: var(--font-family);
 }

 .table__content .heading 
 {
	color: var(--body-heading);
}

.menu-link:hover {
	text-decoration: underline;
	color: var(--menu-hover);
}

.btn_border:hover {
	background-color: var(--hover-btn-1);
}
.btn:hover {
	background-color: var(--hover-btn-2);
}
 

@media screen and (max-width: 768px) {
	.table_scroll.scroll {
		 width: calc(100vw - 15px);

	}
}



/* form */
form input, form textarea {
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
		  appearance: none;
	width: 100%;
	border: 1px solid #D0D0E2;
	background: #fff;
	border-radius: 5px;
	font-family: "Poppins";
	font-size: 14px;
	font-weight: 500;
	color: #252A61;
	padding-left: 15px;
	padding-right: 30px;
 }
 form input {
	height: 49px;
	line-height: 47px;
 }
 form textarea {
	padding-top: 12px;
 }
 form .formgroup {
	position: relative;
	margin-bottom: 8px;
 }
 form .label {
	display: none;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
		 -ms-transform: translateY(-50%);
			  transform: translateY(-50%);
 }
 form .label-true {
	width: 14px;
	height: 11px;
	background: center center/cover no-repeat;
	background-image: url("../img/sprite.svg#sprite--check-blue");
 }
 form .label-false {
	font-size: 12px;
	font-weight: 400;
	color: #B42128;
 }
 form .heading {
	font-size: 32px;
	line-height: 34px;
	color: #1F1F21;
	margin-bottom: 5px;
 }
 form .descr {
	font-size: 15px;
	font-weight: 500;
	line-height: 23px;
	color: #3E3E41;
	margin-bottom: 20px;
 }
 form .btn {
	width: 100%;
 }
 @media screen and (max-width: 768px) {
	form .heading {
	  font-size: 28px;
	  line-height: 32px;
	}
 }
 
 button {
	display: inline-block;
	cursor: pointer;
	font-family: "Poppins";
 }
 
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #4B4F58;
	font-family: "Poppins";
	font-size: 14px;
	font-weight: 400;
 }
 
 input::-moz-placeholder, textarea::-moz-placeholder {
	color: #4B4F58;
	font-family: "Poppins";
	font-size: 14px;
	font-weight: 400;
 }
 
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #4B4F58;
	font-family: "Poppins";
	font-size: 14px;
	font-weight: 400;
 }
 
 input::-ms-input-placeholder, textarea::-ms-input-placeholder {
	color: #4B4F58;
	font-family: "Poppins";
	font-size: 14px;
	font-weight: 400;
 }
 
 input::placeholder, textarea::placeholder {
	color: #4B4F58;
	font-family: "Poppins";
	font-size: 14px;
	font-weight: 400;
 }
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #4B4F58;
	font-family: "Poppins";
	font-size: 14px;
	font-weight: 400;
 }
 input:-moz-placeholder, textarea:-moz-placeholder {
	color: #4B4F58;
	font-family: "Poppins";
	font-size: 14px;
	font-weight: 400;
 }
 input::-moz-placeholder, textarea::-moz-placeholder {
	color: #4B4F58;
	font-family: "Poppins";
	font-size: 14px;
	font-weight: 400;
 }
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #4B4F58;
	font-family: "Poppins";
	font-size: 14px;
	font-weight: 400;
 }
 input:not(:focus):-moz-placeholder-shown, textarea:not(:focus):-moz-placeholder-shown {
	background: #fff;
 }
 input:not(:focus):-ms-input-placeholder, textarea:not(:focus):-ms-input-placeholder {
	background: #fff;
 }
 input:not(:focus):placeholder-shown, textarea:not(:focus):placeholder-shown {
	background: #fff;
 }
 input:not(:focus):-moz-placeholder-shown ~ .label-true, textarea:not(:focus):-moz-placeholder-shown ~ .label-true {
	display: none;
 }
 input:not(:focus):-ms-input-placeholder ~ .label-true, textarea:not(:focus):-ms-input-placeholder ~ .label-true {
	display: none;
 }
 input:not(:focus):placeholder-shown ~ .label-true, textarea:not(:focus):placeholder-shown ~ .label-true {
	display: none;
 }
 input:focus, textarea:focus {
	outline: none;
 }
 input:focus ~ .label-true, textarea:focus ~ .label-true {
	display: block;
 }
 input:valid, textarea:valid {
	background: #FAFAFF;
 }
 input:valid ~ .label-true, textarea:valid ~ .label-true {
	display: block;
 }
 input:invalid:not(:focus):not(:-moz-placeholder-shown), textarea:invalid:not(:focus):not(:-moz-placeholder-shown) {
	color: #B42128;
 }
 input:invalid:not(:focus):not(:-ms-input-placeholder), textarea:invalid:not(:focus):not(:-ms-input-placeholder) {
	color: #B42128;
 }
 input:invalid:not(:focus):not(:placeholder-shown), textarea:invalid:not(:focus):not(:placeholder-shown) {
	color: #B42128;
 }
 input:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .label-false, textarea:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .label-false {
	display: block;
 }
 input:invalid:not(:focus):not(:-ms-input-placeholder) ~ .label-false, textarea:invalid:not(:focus):not(:-ms-input-placeholder) ~ .label-false {
	display: block;
 }
 input:invalid:not(:focus):not(:placeholder-shown) ~ .label-false, textarea:invalid:not(:focus):not(:placeholder-shown) ~ .label-false {
	display: block;
 }
 
 input::-webkit-outer-spin-button,
 input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
 }
 
 input[type=number] {
	-moz-appearance: textfield;
 }
 
 input[type=text]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
 }
 
 input[type=text]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
 }
 
 input[type=search]::-webkit-search-decoration,
 input[type=search]::-webkit-search-cancel-button,
 input[type=search]::-webkit-search-results-button,
 input[type=search]::-webkit-search-results-decoration {
	display: none;
	-webkit-appearance: none;
	appearance: none;
 }
 
 .check {
	position: relative;
	-ms-flex-wrap: nowrap;
		 flex-wrap: nowrap;
	-webkit-box-pack: start;
		 -ms-flex-pack: start;
			  justify-content: flex-start;
	gap: 10px;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	color: rgba(62, 62, 65, 0.8);
	margin-top: 10px;
	margin-bottom: 20px;
 }
 
 .check__input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
 }
 
 .check__box {
	position: relative;
	width: 14px;
	min-width: 14px;
	height: 14px;
	background: #fff;
	border: 1px solid #D0D0E2;
	border-radius: 3px;
	margin-top: 3px;
 }
 
 .check__input:checked + .check__box {
	background: #E8E8F6;
	border-color: #E8E8F6;
 }
 .check__input:checked + .check__box::before {
	position: absolute;
	content: "";
	width: 8px;
	height: 6px;
	background: center center/cover no-repeat;
	background-image: url("../img/sprite.svg#sprite--check-blue");
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
		 -ms-transform: translate(-50%, -50%);
			  transform: translate(-50%, -50%);
 }

 .form-contact {
	max-width: 350px;
	width: 350px;
	margin: 0px auto;
 }

 .header {
	 background: var(--header-bg);
 }

 .banner {
	margin-top: 0px;
}


.header .container {
	justify-content: space-between;
}

.offer .tc {
	color: var(--tc-color);
}

.banner{
	background-color: var(--banner-back);
}

.banner-demo .h1, .banner-demo h1 {
	color: var(--body-heading);
}

.footer-text-heading {
	color: var(--license-title);
}

.footer-text .text {
	color: var(--license-text);
}

button, form {
	font-family: var(--font-family);
}

.header {
    position: fixed;
    width: 100%;
	 z-index:100;
}

.banner {
      margin-bottom: -90px;
       padding: 200px 0 58px;
		 
		/* align-self: flex-start;
		height: auto;
		width: 100%; */
		height: auto;
    min-height: 550px;
}
/* .banner .container {
    min-height: 550px;
} */
.main {
	padding:150px  0 70px;
}

@media screen and (max-width: 768px) {
    .tablecontent:not(.open) .tablecontent-btn:before {
			background: none;
			-webkit-mask-image: url('../img/menu.svg');
			mask-image: url('../img/menu.svg');
			-webkit-mask-repeat: no-repeat;
			mask-repeat: no-repeat;
			background-color: var(--toc-btn-color); 
			
    }
}

@media screen and (max-width: 768px) {
    .tablecontent:not(.open) .tablecontent-btn {
        width: 50px;
        height: 50px;
        background-color: var(--toc-btn-color-background);
        border-radius: 8px;
    }
}

.breadcrumbs__item a.breadcrumbs__link{
	    color: var(--body-heading);
}

.breadcrumbs__item:not(:last-child):before{
	    background-image: url(/wp-content/themes/uniq/css/../img/sprite1.svg#sprite--arrow-icon);
	    color: var(--body-heading);
}

@media screen and (max-width: 1280px) {
	.wp-caption {width: auto !important; max-width: auto !important;}
}

.banner {
	margin-top: 90px;}