@font-face {
    font-family: "Museo Sans";
    src: url(../fonts/MuseoSans/MuseoSansCyrl-300.eot);
    src: local("MuseoSansCyrl-300"), url(../fonts/MuseoSans/MuseoSansCyrl-300.eot?#iefix) format("embedded-opentype"), url(../fonts/MuseoSans/MuseoSansCyrl-300.woff) format("woff"),
		url(../fonts/MuseoSans/MuseoSansCyrl-300.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Museo Sans";
    src: url(../fonts/MuseoSans/MuseoSansCyrl-500.eot);
    src: local("MuseoSansCyrl-500"), url(../fonts/MuseoSans/MuseoSansCyrl-500.eot?#iefix) format("embedded-opentype"), url(../fonts/MuseoSans/MuseoSansCyrl-500.woff) format("woff"),
		url(../fonts/MuseoSans/MuseoSansCyrl-500.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Museo Sans";
    src: url(../fonts/MuseoSans/MuseoSansCyrl-700.eot);
    src: local("MuseoSansCyrl-700"), url(../fonts/MuseoSans/MuseoSansCyrl-700.eot?#iefix) format("embedded-opentype"), url(../fonts/MuseoSans/MuseoSansCyrl-700.woff) format("woff"),
		url(../fonts/MuseoSans/MuseoSansCyrl-700.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Museo Sans";
    src: url(../fonts/MuseoSans/MuseoSansCyrl-900.eot);
    src: local("MuseoSansCyrl-900"), url(../fonts/MuseoSans/MuseoSansCyrl-900.eot?#iefix) format("embedded-opentype"), url(../fonts/MuseoSans/MuseoSansCyrl-900.woff) format("woff"),
		url(../fonts/MuseoSans/MuseoSansCyrl-900.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
*,
:after,
:before {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}
@media (max-width: 0px) {@view-transition {navigation:auto;}}
:root {
--vh: 100dvh;
--vw: 100dvw;
--bw: 100svw;
--font-museo: "Museo Sans", sans-serif;
--container-width: 1200px;
--section-offset-top: 60px;
--section-offset-bottom: 60px;
--section-title-offset: -6px;
--section-content-offset: 40px;
--transition-name: all;
--transition-duration: 0.3s;
--transition-easing: linear;
--transition: var(--transition-name) var(--transition-duration) var(--transition-easing);
}
:root {
--primary-font: var(--font-museo);
--primary-color: #06c;
--primary-color-rgb: 0,102,204;
--primary-color-active: #007efc;
--primary-color-active-rgb: 0,126,252;
--primary-btn-bg-color: #ffd200;
--primary-btn-bg-color-active: #ffe400;
--primary-btn-text-color: #000;
--primary-btn-text-color-active: #000;
}
:root {
--secondary-color: #f3f6f9;
--secondary-color-rgb: 243,246,249;
}
@media screen and (min-width: 1576px) {
	:root {
		
	}
}
@media screen and (max-width: 1220px) {
	:root {
		
	}
}
@media screen and (max-width: 992px) {
	:root {
		--section-offset-top: 40px;
		--section-offset-bottom: 40px;
		--section-title-offset: -4px;
		--section-content-offset: 25px;
	}
}
@media screen and (max-width: 767px) {
	:root {
		
	}
}
body,
html {
    min-height: 100%;
}
body {
    margin-left: auto;
    margin-right: auto;
    position: relative;
	font-family: var(--primary-font);
    color: #000;
    font-size: 16px;
    font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font: inherit;
    display: inline;
}
ol,
ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
li {
    display: block;
    list-style-image: none;
}
a {
    color: #000;
    text-decoration: none;
    outline: 0;
    transition: var(--transition-duration);
    border-bottom: 1px solid transparent;
}
button,
input,
textarea {
    outline: 0;
    appearance: none;
}
var {
    font-style: normal;
}
strong {
    font-weight: 700;
}
i {
    font-style: normal;
}
u {
    text-decoration: none;
}
picture {
    display: block;
}
img {
    display: block;
    max-width: 100% !important;
    max-height: 100% !important;
}
svg {
    display: block;
}
circle,
line,
path,
rect {
    transition: var(--transition-duration);
}
.lazyload,
.lazyloading {
    opacity: 0;
}
.lazyloaded {
    opacity: 1;
	transition: opacity var(--transition-duration);
}
.--undisplay {
	display: none !important;
}
.nowrap {
	overflow-wrap: normal;
	word-wrap: normal;
	word-break: keep-all;
	line-break: auto;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	white-space: nowrap;
}
.wrap {
	white-space: normal !important;
}
section {
	display: block;
}
noindex.block, 
noindex[data-block] {
	display: block !important;
}
.deadline__desc ol,
.deadline__desc ul {
	display: block;
}
.r {
	font-family: Tahoma, sans-serif;
	font-size: 0.96em;
	font-weight: 400;
}
.intro .r {
	line-height: 0px;
}
.economy__count .r {
	font-size: 0.98em;
}
.case {
    padding-left: 15px;
    padding-right: 15px;
	margin: 0 auto;
    position: relative;
    width: var(--container-width);
}
@media screen and (min-width: 1576px) {
	:root {
		--container-width: 1375px;
	}
}
@media screen and (max-width: 1220px) {
	:root {
		--container-width: 950px;
	}
}
@media screen and (max-width: 992px) {
	:root {
		--container-width: 750px;
	}
}
@media screen and (max-width: 767px) {
	:root {
		--container-width: 100%;
	}
    .case {
		padding-left: 25px;
		padding-right: 25px;
    }
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.grid {
    display: grid;
}
.mla {
    margin-left: auto;
}
.mra {
    margin-right: auto;
}
.btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    border: none;
	border-bottom: none;
	outline: 0;
	background-color: transparent;
	font-family: var(--primary-font);
    font-size: 16px;
    transition: var(--transition-duration);
	z-index: 1;
}
.btn.--md {
    height: 46px;
    border-radius: 4px;
    padding: 0px 20px 0px 20px;
	font-size: 15px;
    font-weight: 700;
}
.btn.--md svg + span {
    margin-left: 12px;
}
.btn.--md span + svg {
    margin-left: 12px;
}
.btn.--primary {
    background-color: var(--primary-btn-bg-color);
	color: var(--primary-btn-text-color);
}
.btn.--primary:hover {
    background-color: var(--primary-btn-bg-color-active);
	border-color: var(--primary-btn-bg-color-active);
}
.btn.--disabled {
    cursor: default;
    background-color: #c4c4c4 !important;
}
.btn.--control {
    width: 46px;
    padding: 16px;
    background-color: var(--primary-color);
}
.btn.--control:hover {
    background-color: var(--primary-color-active);
}
.check {
    cursor: pointer;
}
.check input {
    display: none;
}
.checkbox__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}
.checkbox__wrap {
    display: inline-flex;
    flex-wrap: wrap;
}
.checkbox__icon svg {
    transition: var(--transition-duration);
    transform: scale(0);
}
.checkbox__text {
    position: relative;
}
.checkbox__label {
    display: inline-flex;
    align-items: center;
	position: absolute;
    padding: 0 5px 2px;
    border-radius: 4px;
    background-color: var(--primary-color);
    text-align: center;
    color: #fff;
    font-size: 14px;
	font-weight: 500;
	z-index: 1;
}
.checkbox.--b-gray .checkbox__icon {
    background-color: #fff;
    border: 1px solid rgba(201, 201, 201, 0.8);
}
.checkbox.--md .checkbox__icon {
    width: 30px;
    height: 30px;
	border-radius: 4px;
}
.checkbox.--md .checkbox__icon svg {
    width: 18px;
}
.checkbox.--md .checkbox__text {
    padding-left: 15px;
    padding-top: 6px;
	max-width: calc(100% - 30px);
}
.checkbox.--md .checkbox__title {
    font-size: 15px;
    font-weight: 500;
}
.checkbox.--md .checkbox__label {
    top: 25px;
    left: 15px;
}
.checkbox.--checked .checkbox__icon svg {
    transform: scale(1);
}
.input__label {
	margin-bottom: 18px;
    font-size: 15px;
    font-weight: 700;
}
.input__wrap {
    position: relative;
}
.input__area {
    width: 100%;
    font-family: var(--primary-font);
	font-weight: 300;
    color: #000;
}
.input__area::placeholder {
    opacity: 1;
    color: #000;
}
.input__area.--lg {
    font-size: 18px;
    font-weight: 700;
}
.input__desc {
    position: absolute;
    top: 50%;
    color: #4d4d4d;
    transform: translateY(-50%);
}
.input.--b-gray .input__area {
    font-size: 15px;
    border: 1px solid rgba(201, 201, 201, 0.8);
}
.input.--b-gray .input__area.--error {
	border-color: rgba(224, 28, 28, 0.8);
}
.input.--bg-white .input__area.--error {
	box-shadow: 0px 0px 0px 2px rgba(231, 106, 106, 1);
}
.input.--md .input__area {
    border-radius: 4px;
    height: 46px;
    padding-left: 17px;
    padding-right: 40px;
}
.input.--md .input__area[readonly] {
	cursor: default;
}
.cost__form-input.input.--md .input__area {
	padding-right: 17px;
}
.input.--md .input__desc {
    font-size: 15px;
    right: 14px;
}
.textarea__label {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 18px;
}
.textarea__wrap {
    position: relative;
}
.textarea__area {
    width: 100%;
    font-family: var(--primary-font);
	font-weight: 300;
    color: #000;
    resize: none;
}
.textarea__area::placeholder {
    color: #000;
}
.textarea__area.--lg {
    font-size: 18px;
    font-weight: 700;
}
.textarea__desc {
    position: absolute;
    top: 50%;
    color: #4d4d4d;
    transform: translateY(-50%);
}
.textarea.--b-gray .textarea__area {
    font-size: 15px;
    border: 1px solid rgba(201, 201, 201, 0.8);
}
.textarea.--b-gray .textarea__area.--error {
	border-color: rgba(224, 28, 28, 0.8);
}
.textarea.--md .textarea__area {
    border-radius: 4px;
    height: 146px;
    padding: 14px 17px;
}
.textarea.--md .textarea__desc {
    font-size: 15px;
    right: 14px;
}
.select {
    z-index: 5;
    position: relative;
    transition: var(--transition-duration);
}
.select select {
    display: none;
}
.select__label {
	margin-bottom: 18px;
    font-size: 15px;
    font-weight: 700;
}
.select__wrap {
    position: relative;
	transition: box-shadow var(--transition-duration);
}
.select__wrap.--disabled {
	opacity: 0.5;
	cursor: default;
}
.select__wrap.--disabled:after {
	content: "";
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 20;
}
.select__area {
    cursor: pointer;
}
.select__title {
    transition: var(--transition-duration);
}
.select__drop {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-duration);
}
.select__input {
    padding: 8px 17px;
    background-color: #fff;
}
.select__input .input__area {
    font-weight: 300;
}
.select__item {
    cursor: pointer;
    text-align: left;
    white-space: normal;
    transition: var(--transition-duration);
}
.select__item.--hide {
    display: none;
}
.select__item.--selected {
    font-weight: 700;
}
.select__icon {
    position: absolute;
    top: 50%;
    right: 14px;
    width: 11px;
    height: 7px;
    transition: var(--transition-duration);
    transform: translateY(-50%);
    background: url(../uploads/icons/chevron-down-black.svg) no-repeat center;
}
.select.--b-gray .select__area {
    border: 1px solid rgba(201, 201, 201, 0.8);
}
.select.--b-gray .select__drop {
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateY(20px);
    max-height: 298px;
    border: 1px solid rgba(201, 201, 201, 0.8);
    border-top: 1px solid #f7f7f7;
    box-shadow: 0 0 20px rgba(191, 186, 181, 0.1);
}
.select.--b-gray .select__item {
    color: #4d4d4d;
    background-color: #f7f7f7;
    border-bottom: 1px solid #fff;
}
.select.--b-gray .select__item:hover {
    background-color: #fff;
}
.select.--b-gray .select__item:last-of-type {
    border-bottom: none;
}
.select.--b-gray .select__wrap:hover {
    box-shadow: 0 0 20px rgba(191, 186, 181, 0.1);
}
.select.--md .select__area {
    display: flex;
    align-items: center;
    border-radius: 4px;
    height: 46px;
    padding-left: 17px;
    padding-right: 30px;
}
.select.--md .select__title {
    font-size: 15px;
    color: #4d4d4d;
}
.select.--md .select__drop {
    left: 0;
    right: 0;
    margin-top: -5px;
    border-radius: 0 0 4px 4px;
}
.select.--md .select__item {
    font-size: 15px;
    padding: 8.5px 17px;
}
.select.--inline {
    display: inline-flex;
    position: static;
}
.select.--inline .select__title {
    color: var(--primary-color);
    border-bottom: 1px dashed var(--primary-color);
}
.select.--inline .select__title:hover {
    color: var(--primary-color-active);
    border-color: transparent;
}
.select.--inline .select__icon {
    display: none;
}
.select.--inline .select__drop {
    top: 0;
    left: auto;
	max-width: 200px;
    padding: 10px 10px;
    border-radius: 4px;
    background-color: #fff;
    margin-top: -15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.select.--inline .select__item {
    padding: 5.5px 10px;
    border-radius: 4px;
	overflow-wrap: normal;
	word-wrap: normal;
	word-break: keep-all;
	line-break: auto;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	white-space: nowrap;
}
.select.--inline .select__item:not(.--selected):hover, 
.select.--inline .select__item:not(.--selected):active {
	color: var(--primary-color);
}
.select.--inline .select__item.--selected {
    background-color: #f0f0f0;
}
.select.--open {
    z-index: 20;
}
.select.--open .select__icon {
    transform: translateY(-50%) rotate(180deg);
}
.select.--open .select__drop {
    opacity: 1;
    visibility: visible;
}
.select.--open.--b-gray .select__wrap {
    box-shadow: 0 0 20px rgba(191, 186, 181, 0.1);
}
.select.--open.--b-gray .select__drop {
    transform: translateY(0);
}
.range.noUi-vertical {
    width: 4px;
}
.range.noUi-vertical .noUi-handle {
    top: -13px;
    right: -10px;
}
.range.noUi-vertical .noUi-handle .noUi-touch-area {
    width: 7px;
    height: 13px;
    background-image: url(../uploads/icons/arrows-vertical.png);
}
.range.noUi-vertical .noUi-tooltip {
    top: 0;
    right: auto;
    transform: translate(-65px, 0) rotate(-90deg);
}
.range.noUi-horizontal {
    height: 4px;
}
.range.noUi-horizontal .noUi-handle {
    top: -10px;
    right: -13px;
}
.range.noUi-horizontal .noUi-handle .noUi-touch-area {
    width: 13px;
    height: 7px;
    background-image: url(../uploads/icons/arrows-horizontal.png);
}
.range.noUi-horizontal .noUi-tooltip {
    bottom: -30px;
}
.range.noUi-target {
    background: #c9c9c9;
    border: none;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.35);
}
.range.noUi-target .noUi-handle {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    border: none;
    box-shadow: 3px 5px 7px rgba(0, 0, 0, 0.27);
    background-color: #c9c9c9;
    outline: 0 !important;
    background-image: linear-gradient(to top, var(--primary-color) 0, #559eec 100%);
}
.range.noUi-target .noUi-handle .noUi-touch-area {
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}
.range.noUi-target .noUi-handle:after,
.range.noUi-target .noUi-handle:before {
    display: none;
}
.range.noUi-target .noUi-handle .noUi-touch-area {
    width: 100%;
    height: 100%;
    outline: 0 !important;
}
.range .noUi-tooltip {
    border: none;
    border-radius: 0;
    background: 0 0;
    color: #4c4c4c;
    font-size: 13px;
    font-weight: 300;
    padding: 0;
    width: 100px;
    height: 20px;
}
.file__input {
    display: none;
}
.file__wrap {
    align-items: center;
}
.file__icon {
    width: 16px;
}
.file__text {
    width: calc(100% - 16px);
    padding-left: 7px;
    text-align: left;
    font-size: 15px;
    color: #4d4d4d;
}
.file__text label {
    display: inline-block;
    position: relative;
    color: var(--primary-color);
    border-bottom: 1px dashed var(--primary-color);
    transition: var(--transition-duration);
    cursor: pointer;
}
.file__text label:hover {
    border-color: transparent;
}
.file__alert {
    opacity: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    transition: var(--transition-duration);
    text-align: left;
    font-size: 11px;
    padding-left: 25px;
}
.file__alert.--show {
    opacity: 1;
    visibility: visible;
    height: auto;
    margin-top: 5px;
}
.tabs-item {
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: opacity 2s, visibility 2s;
}
.tabs-item.--current {
    height: auto;
    overflow: visible;
    opacity: 1;
    visibility: visible;
}
@media screen and (max-width: 767px) {
    .tabs-item {
        transition: opacity var(--transition-duration), visibility var(--transition-duration);
    }
	.btn.--md {
		height: 44px;
		padding-left: 18px;
		padding-right: 18px;
	}
}
.popup {
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-duration);
	width: 100%;
	height: 100%;
	max-height: 100%;
}
.popup.--show {
    opacity: 1;
    visibility: visible;
}
.popup__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
	max-height: 100%;
    padding: 45px 30px 30px 30px;
	background: rgba(4, 17, 37, 0.8);
}
.popup.--narrow .popup__inner {
	overflow-y: auto;
	flex-direction: column;
	justify-content: unset;
}
.popup__wrap {
    z-index: 100;
    position: relative;
    transition: var(--transition-duration);
    opacity: 0;
    visibility: hidden;
}
.popup__wrap > * {
    transition: none;
    display: block !important;
}
.popup__wrap > .--hidden {
    height: 0 !important;
    visibility: hidden;
	display: none !important;
}
.popup__wrap.--show {
    opacity: 1;
    visibility: visible;
}
.popup__img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 100;
    position: absolute;
    transition: var(--transition-duration);
    opacity: 0;
    visibility: hidden;
}
.popup__img-wrap.--show {
    opacity: 1;
    visibility: visible;
}
.popup__img {
    max-width: calc(100% - 120px);
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup__img img {
    transition: var(--transition-duration);
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.popup__img img.--hidden {
    opacity: 0;
}
.popup__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: var(--primary-color);
    cursor: pointer;
    transition: var(--transition-duration);
    font-size: 0;
    opacity: 0;
    visibility: hidden;
}
.popup__arrow svg {
    width: 22px;
}
.popup__arrow:hover {
    background-color: var(--primary-color-active);
}
.popup__arrow.--prev {
    margin-right: 20px;
}
.popup__arrow.--prev svg {
    transform: rotate(180deg);
}
.popup__arrow.--next {
    margin-left: 20px;
}
.popup__arrow.--show {
    opacity: 1;
    visibility: visible;
}
.popup__bg {
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	width: 100%;
	height: 100%;
    background-color: #041125;
}
.popup.--narrow .popup__bg {
	z-index: 0;
}
.h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
}
.h1 u {
    color: #de1705;
    text-decoration: none;
}
.h1 sup {
    font-size: 20px;
	line-height: 0px;
}
.h2 {
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
}
.h2 u {
    color: #de1705;
    text-decoration: none;
}
.h3 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
}
.h3 h1, 
.h3 h2, 
.h3 h3, 
.h3 h4, 
.h3 h5, 
.h3 h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
.h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}
.h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}
.h6 {
    font-size: 16px;
    font-weight: 700;
}
.t1 {
    font-size: 20px;
    line-height: 30px;
}
.t2 {
    font-size: 18px;
    line-height: 30px;
}
.t3 {
    font-size: 16px;
    line-height: 26px;
}
.t3 sup {
    font-size: 0.5em;
	line-height: 0px;
}
.t4 {
    font-size: 15px;
    line-height: 24px;
}
.t5 {
    font-size: 16px;
    line-height: 26px;
}
.t3 a,
.t4 a,
.t5 a {
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.t3 a:hover,
.t4 a:hover,
.t5 a:hover {
    color: var(--primary-color-active);
    border-color: transparent;
}
@media screen and (min-width: 1576px) {
	.h3 {
		font-size: 32px;
	}
}
@media screen and (max-width: 992px) {
    .h1 {
        font-size: 30px;
        line-height: 34px;
    }
    .h2, 
	.h3 {
        font-size: 26px;
        line-height: 30px;
    }
    .h4 {
        font-size: 22px;
        line-height: 26px;
    }
    .h5 {
        font-size: 16px;
        line-height: 21px;
    }
    .t1 {
        font-size: 18px;
        line-height: 24px;
    }
    .t2 {
        font-size: 16px;
        line-height: 20px;
    }
    .t3 {
        font-size: 16px;
        line-height: 24px;
    }
    .t4 {
        line-height: 22px;
    }
	.t5 {
		font-size: 16px;
		line-height: 24px;
	}
}
@media screen and (max-width: 480px) {
	/*
	.popup__inner {
		align-items: flex-start;
		overflow-y: auto;
		z-index: 100;
	}
	*/
}
.inner {
    display: flex;
    flex-direction: column;
    height: 100%;
	overflow-x: clip !important;
}
.overflow-disable {
    overflow: hidden;
}
.icon-coins {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    padding-right: 4px;
    position: relative;
    top: -3px;
}
.icon-coins .r {
    position: relative;
    z-index: 3;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 10px;
    color: #989898;
    border: 1px solid #989898;
    background-color: #fff;
}
.icon-coins:after,
.icon-coins:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #989898;
    background-color: #fff;
}
.icon-coins:before {
    z-index: 2;
    bottom: -2px;
    left: 2px;
}
.icon-coins:after {
    z-index: 1;
    bottom: -4px;
    left: 4px;
}
.icon-coins.--white .r {
    color: #fff;
}
.icon-coins.--white .r,
.icon-coins.--white:after,
.icon-coins.--white:before {
    border-color: #fff;
    background-color: var(--primary-color);
}
.icon-star {
    display: block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.icon-star.--yellow {
    background-image: url(../uploads/icons/star-yellow.png);
}
.icon-star.--yellow-o {
    background-image: url(../uploads/icons/star-yellow-o.png);
}
.icon-star.--gray {
    background-image: url(../uploads/icons/star-gray.png);
}
.branks-links {
    margin-left: -18px;
    margin-right: -18px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.branks-links__item-wrapper {
	position: relative;
    margin-left: 18px;
    margin-right: 18px;
}
.branks-links__item {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
    border-bottom: 1px dashed var(--primary-color);
    margin-bottom: 5px;
}
.branks-links__item-wrapper:last-of-type:after {
    display: none;
}
.branks-links__item-wrapper:after {
    content: "";
    position: absolute;
    width: 1px;
    top: 50%;
    height: 14px;
    right: -18px;
    margin-top: -7px;
    background-color: #aaacae;
}
.branks-links__item:hover, 
.branks-links__item:active {
    color: var(--primary-color-active);
    border-color: transparent;
}
.branks-links__item.--current {
    color: #000;
    border-color: transparent;
}
.label {
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    height: 26px;
    color: #fff;
    border-radius: 0 5px 5px 0;
    box-shadow: 3px 5px 10px rgba(var(--primary-color-rgb), 0.35);
    background-color: var(--primary-color);
    white-space: nowrap;
    position: relative;
    padding-left: 3px;
    padding-right: 7px;
}
.label:before {
    content: "";
    position: absolute;
    top: 0;
    left: -13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13.5px 13px 13.5px 0;
    border-color: transparent var(--primary-color) transparent transparent;
}
.label .r {
    margin-left: 6px;
    margin-right: 6px;
    position: relative;
}
.label sup {
    font-size: 8px;
	line-height: 0px;
    position: relative;
    top: -5px;
}
.price__list {
    margin-left: -20px;
    margin-right: -20px;
}
.price__item {
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid #d6d5d4;
    min-width: 141px;
}
.price__item:last-of-type {
    border-right: none;
}
.price__list.price__list_only-current .price__item.--current {
    border-right: none !important;
}
.price__list.price__list_only-current .price__item.--old {
    display: none !important;
}
.price__item.--current .price__count {
    color: #de1705;
}
.price__item.--current .price__count var {
    font-weight: 700;
}
.price__item.--old {
    color: #b0b5b9;
}
.price__item.--old .price__count var:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #b0b5b9;
}
.price__count-from {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	font-size: 14px;
	line-height: inherit;
	font-weight: 400;
	color: #000;
}
.price__name {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 7px;
}
.price__name[data-content]:before {
	content: attr(data-content);
	display: inline;
	position: relative;
}
.price__count {
    font-size: 28px;
	white-space: nowrap;
}
.price__count var {
    position: relative;
}
.price__economy {
    margin-top: 22px;
}
.economy {
    align-items: center;
    width: 100%;
}
.economy__icon {
    width: 19px;
}
.economy__wrap {
    width: calc(100% - 19px);
    align-items: center;
    padding-left: 13px;
}
.economy__title {
    font-size: 14px;
    font-weight: 700;
    margin-right: 6px;
}
.economy__count {
	font-weight: 400;
    font-size: 14px;
    color: #5fb113;
}
.economy__count var {
    font-weight: 700;
}
.data__title {
    margin-bottom: 24px;
}
.data__desc {
    margin-bottom: 18px;
}
.data__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #4d4d4d;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    font-size: 15px;
    border-bottom: 1px solid #e6e6e6;
}
.data__item:first-of-type {
    padding-top: 0;
}
.data__item:last-of-type {
    border-bottom: none;
}
.data__name {
    width: 62%;
    font-weight: 500;
    color: #000;
}
.data__value {
    width: 38%;
    text-align: right;
    white-space: nowrap;
    display: flex;
    justify-content: flex-end;
}
.balcony__data .data__value a {
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.balcony__data .data__value a:hover {
	color: var(--primary-color-active);
	border-color: transparent;
}
.data__selects {
    position: relative;
    display: inline-flex;
}
.data__selects + var {
    margin-left: 5px;
}
.data__select {
    position: static;
}
.data__select:after {
    content: ",";
    margin-right: 5px;
}
.data__select:last-of-type:after {
    display: none;
}
.data__select .select__list {
    right: -45px;
}
.status__list.--line {
    display: grid;
    grid: none/repeat(3, 1fr);
    grid-gap: 0 20px;
}
.status__list.--line .status__item {
    margin-bottom: 0;
}
.status__item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.status__item:last-of-type {
    margin-bottom: 0;
}
.status__item.--name-full {
    flex-wrap: wrap;
}
.status__item.--name-full .status__name {
    width: 100%;
    margin-bottom: 13px;
}
.status__item.--name-full .status__wrap {
    max-width: calc(100% - 28px);
}
.status__name {
    font-size: 14px;
    min-width: 46px;
}
.status__icon {
    min-width: 17px;
    width: 17px;
    margin-right: 9px;
}
.status__icon img {
    margin-left: auto;
    margin-right: auto;
}
.status__wrap {
    width: 100%;
    height: 6px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.status__wrap div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    transition: var(--transition-duration);
}
.status__wrap.--red {
    background-color: #ffddd4;
}
.status__wrap.--red div {
    background-color: #f75;
}
.status__wrap.--yellow {
    background-color: #fff0c6;
}
.status__wrap.--yellow div {
    background-color: #ffd33a;
}
.status__wrap.--green {
    background-color: #e9f6d5;
}
.status__wrap.--green div {
    background-color: #8edc46;
}
.b-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.b-group__title {
    width: calc(100% - 250px);
}
.b-group__link {
    width: 100%;
    max-width: 250px;
    text-align: right;
    font-size: 15px;
    font-weight: 500;
}
.b-group__link a {
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.b-group__link a:hover {
    color: var(--primary-color-active);
    border-color: transparent;
}
.form {
    padding: 30px;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
    width: 100%;
    max-width: 344px;
}
.form__title {
	margin-top: -3px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}
.form__text {
    line-height: 30px;
    margin-bottom: 20px;
}
.form__input {
    margin-bottom: 20px;
}
.form__file {
	position: relative;
	top: -1px;
    margin-bottom: 20px;
}
.form__btn {
    width: 100%;
}
.form__desc {
	margin-top: 15px;
    font-size: 12px;
	line-height: 16px;
    color: grey;
}
.form__desc a {
    color: grey;
    border-color: grey;
}
.form__desc a:hover {
    border-color: transparent;
}
.zoom:after,
.zoom:before {
    content: "";
    position: absolute;
    transition: var(--transition-duration);
}
.zoom:before {
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: rgba(60, 69, 92, 0.8);
}
.zoom:after {
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 47px;
    height: 47px;
    background: url(../uploads/icons/loupe.png) no-repeat center;
    transform: translate(-50%, -50%) scale(0);
}
.zoom:hover:before {
    opacity: 1;
}
.zoom:hover:after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.head {
    padding-top: 50px;
    margin-bottom: 35px;
}
body.pProducts .head {
    padding-top: 35px;
}
.head__title {
    margin-bottom: 10px;
}
.breadcrumbs__list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: -7px;
}
.breadcrumbs__item {
    display: inline;
	margin-top: 7px;
}
.breadcrumbs__text {
    display: inline;
}
.breadcrumbs__name {
    display: inline;
}
.breadcrumbs__link {
    color: #000;
    border-color: #000;
    border-bottom: none;
}
.breadcrumbs__link .breadcrumbs__name {
    color: #000;
    transition: var(--transition-duration);
    border-bottom: 1px solid #000;
}
.breadcrumbs__link .breadcrumbs__name:hover {
    color: var(--primary-color-active);
    border-color: transparent;
}
.breadcrumbs__name {
    color: grey;
    transition: var(--transition-duration);
}
.breadcrumbs__icon {
    width: 5px;
    font-size: 0;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}
.ul ul {
    flex-direction: column;
}
.ul li {
    font-size: 14px;
    position: relative;
    padding-left: 16px;
}
.ul li:last-of-type {
    margin-bottom: 0;
}
.ul li:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
}
.btn-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.btn-control.swiper-button-prev {
    left: -95px;
}
.btn-control.swiper-button-prev svg {
    transform: rotate(180deg);
}
.btn-control.swiper-button-next {
    right: -95px;
}
.links-a a {
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.links-a a:hover {
    color: var(--primary-color-active);
    border-color: transparent;
}
.colors__list {
    justify-content: center;
}
.colors__item {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #cdcdcd;
    margin-right: 15px;
}
.colors__item:last-of-type {
    margin-right: 0;
}
.docs__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.docs__item:last-of-type {
    margin-bottom: 0;
}
.docs__icon {
    width: 20px;
}
.docs__title {
    width: calc(100% - 20px);
    padding-left: 13px;
}
.docs__title a {
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.docs__title a:hover {
    color: var(--primary-color-active);
    border-color: transparent;
}
.video iframe {
    width: 100%;
    height: 100%;
}
.btn-more {
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    color: var(--primary-color);
    cursor: pointer;
}
.btn-more-wrap {
    text-align: center;
}
.btn-more__link {
	font-size: 17px;
    border-bottom: 1px solid var(--primary-color);
    transition: var(--transition-duration);
}
.btn-more__icon {
    margin-top: 15px;
    transition: var(--transition-duration);
}
.btn-more__icon path {
    fill: #2f1e1a;
    opacity: 0.4;
}
.btn-more:hover {
    color: var(--primary-color-active);
}
.btn-more:hover .btn-more__link {
    border-color: transparent;
}
.btn-more.--show .btn-more__icon {
    transform: rotate(180deg);
}
.list table {
    width: 100%;
    border-collapse: collapse;
}
.list th {
    text-align: left;
    font-weight: 500;
}
.list td,
.list th {
    font-size: 14px;
	line-height: 18px;
    padding: 10px 15px 10px 15px;
    height: 37px;
	box-shadow: 0 1px 0 #e6e6e6;
}
.list tbody tr:nth-of-type(odd) td {
    background-color: #f8f8f8;
}
.list td sup {
    font-size: 0.6em;
	line-height: 0px;
}
.list td:last-of-type {
    color: #4d4d4d;
}
.list td:nth-of-type(1) {
    font-weight: 500;
}
.list.--w2 td:nth-of-type(1),
.list.--w2 th:nth-of-type(1) {
    width: 75%;
}
.list.--w2 td:nth-of-type(2),
.list.--w2 th:nth-of-type(2) {
    width: 25%;
}
.list.--w3 td:nth-of-type(1),
.list.--w3 th:nth-of-type(1) {
    width: 50%;
}
.list.--w3 td:nth-of-type(2),
.list.--w3 th:nth-of-type(2) {
    width: 25%;
}
.list.--w3 td:nth-of-type(3),
.list.--w3 th:nth-of-type(3) {
    width: 25%;
}
.list td a,
.list th a {
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.list td a:hover,
.list th a:hover {
    color: var(--primary-color-active);
    border-color: transparent;
}
@media screen and (max-width: 1380px) {
    .has-controls {
        padding-left: 50px;
        padding-right: 50px;
    }
    .btn-control.swiper-button-prev {
        left: -20px;
    }
    .btn-control.swiper-button-next {
        right: -20px;
    }
}
@media screen and (max-width: 1220px) {
    .data__value {
        white-space: normal;
    }
}
@media screen and (max-width: 992px) {
    .main {
        padding-top: 80px;
    }
    .branks-links__item {
        font-size: 17px;
    }
	.branks-links__item-wrapper:after {
		height: 13px;
		margin-top: -6px;
	}
    .head {
        padding-top: 45px;
        margin-bottom: 35px;
    }
	body.pProducts .head {
		padding-top: 35px;
	}
    .colors__item {
        margin-right: 5px;
    }
}
@media screen and (max-width: 767px) {
    .main {
        padding-top: 60px;
    }
    .head {
        padding-top: 35px;
        margin-bottom: 30px;
    }
	.breadcrumbs__icon {
		margin-left: 10px;
		margin-right: 10px;
	}
    .price__list {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
    }
    .price__item {
        padding-left: 15px;
        padding-right: 15px;
        min-width: 0px;
        text-align: left;
    }
	.economy {
		margin-top: 15px;
	}
    .economy__wrap {
        width: auto;
        padding-left: 7px;
    }
	.branks-links__item {
		font-size: 16px;
	}
    .data__item {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .b-group__title {
        width: 100%;
    }
    .b-group__link {
        display: none;
        max-width: 100%;
        text-align-last: left;
    }
    .status__list.--line {
        display: block;
    }
    .status__list.--line .status__item {
        margin-bottom: 12px;
    }
    .status__list.--line .status__item:last-of-type {
        margin-bottom: 0;
    }
    .form {
        padding: 25px 25px calc(25px + 1px) 25px;
    }
    .form__title {
        font-size: 20px;
        line-height: 24px;
    }
	.form__desc br {
		display: none;
	}
	.form__text {
		margin-top: 4px;
		margin-bottom: 18px;
		line-height: 22px;
	}
	.form__input {
		margin-bottom: 15px;
	}
    .ul li {
        margin-bottom: 5px;
    }
    .ul li:last-of-type {
        margin-bottom: 0;
    }
    .list {
        overflow-x: auto;
    }
	.list::-webkit-scrollbar-track, 
	.list::-webkit-scrollbar {
		background-color: #e0e0e0;
	}
	.list::-webkit-scrollbar {
		height: 4px;
	}
	.list::-webkit-scrollbar-thumb {
		background-color: var(--primary-color);
	}
    .list table {
        width: 100%;
        display: block;
    }
    .list.--w2 td,
    .list.--w2 th {
        width: 50%;
    }
    .list.--w2 td:nth-of-type(1),
    .list.--w2 td:nth-of-type(2),
    .list.--w2 th:nth-of-type(1),
    .list.--w2 th:nth-of-type(2) {
        width: 50%;
    }
    .btn-control.swiper-button-prev {
        left: -10px;
    }
    .btn-control.swiper-button-next {
        right: -10px;
    }
}
@media screen and (max-width: 420px) {
	.input.--md .input__area, 
	.cost__form-input.input.--md .input__area {
		padding-left: 15px;
		padding-right: 15px;
	}
	.breadcrumbs__list {
		margin-top: -5px;
	}
	.breadcrumbs__item {
		margin-top: 5px;
	}
	.breadcrumbs__item:nth-last-child(2) .breadcrumbs__icon {
		display: none;
	}
	.breadcrumbs__item:last-child {
		display: none;
	}
    .price__count {
        font-size: 21px;
    }
	.branks-links {
		margin-top: -5px;
		margin-left: -10px;
		margin-right: -10px;
	}
	.branks-links__item-wrapper {
		width: calc(50% - (10px * 2));
		margin-top: 5px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.branks-links__item-wrapper:after {
		display: none;
		right: -10px;
	}
	.status__item.--name-full .status__name {
		margin-bottom: 10px;
	}
}

/*----- Pagination -----*/
.pagination {
    margin-top: 30px;
}
.pagination__list {
	margin-top: -10px;
    margin-left: -5px;
    margin-right: -5px;
}
.pagination__item {
	margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
.pagination__item.--current .pagination__link {
    font-weight: 500;
    background-color: transparent;
}
.pagination__link, 
.pagination__extend {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #f0f0f0;
    background-color: #f0f0f0;
	cursor: pointer;
}
.pagination__item.pagination__item_active .pagination__link, 
.pagination__item.--current .pagination__link {
	cursor: default;
}
.pagination__link:hover, 
.pagination__link:active {
    background-color: transparent;
}
@media screen and (max-width: 420px) {
	.pagination {
		margin-top: 25px;
	}
	.pagination__list {
        margin-left: -4px;
        margin-right: -4px;
    }
    .pagination__item {
        margin-left: 4px;
        margin-right: 4px;
    }
    .pagination__link {
        font-size: 15px;
    }
}

/*----- Page tags -----*/
.page-tags {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 60px 0px 60px 0px;
	position: relative;
}
.team + .page-tags, 
.portfolio + .page-tags, 
.faq + .page-tags {
	margin-top: -15px;
	padding-top: 0px;
}
.page__tags {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	font-size: 14px;
	line-height: 20px;
}
.page__tags-nav {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.page__tags-nav-label {
	display: inline-block;
	vertical-align: top;
	margin: 0px calc(8px * 2) 0px 0px;
	padding: calc(4px + 1px) 0px 0px 0px;
	position: relative;
	font-weight: 500;
	flex-shrink: 0;
}
.page__tags-nav-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin: -16px -8px 0px -8px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.page__tags-nav-list-item {
	display: inline-block;
	vertical-align: top;
	margin: 16px 8px 0px 8px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.page__tags-nav-list-item-text {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 4px 7px 4px 7px;
	position: relative;
	background: #ffffff;
	text-decoration: none !important;
	border: 1px solid #e5e5e5 !important;
	color: #4c4c4c;
	border-radius: 4px;
	cursor: pointer;
	transition: var(--transition-duration);
}
.page__tags-nav-list-item-text:hover, 
.page__tags-nav-list-item-text:active {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.page__tags-nav-list-item.page__tags-nav-list-item_active .page__tags-nav-list-item-text {
	background: var(--secondary-color);
	text-decoration: none !important;
	border-color: var(--secondary-color) !important;
}
.page__tags-tabs-wrapper {
	display: none;
	margin: 22px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.page__tags-tabs-wrapper.page__tags-tabs-wrapper_visible {
	display: block;
}
.page__tags-tabs {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.page__tags-tab {
	display: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.page__tags-tab.page__tags-tab_active {
	display: block;
}
.page__tags-links {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.page__tags-links-list {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.page__tags-links-list.page__tags-links-list_grid {
	display: grid;
	grid: none/repeat(6, 1fr);
	gap: 5px 65px;
}
.page__tags-links-list.page__tags-links-list_column {
	column-count: 6;
	column-gap: 65px;
	flex-direction: unset;
}
.page__tags-links-list-item {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.page__tags-links-list.page__tags-links-list_grid .page__tags-links-list-item {
	display: inline-block;
}
.page__tags-links-list.page__tags-links-list_column .page__tags-links-list-item {
	margin-top: 5px;
}
.page__tags-links-list.page__tags-links-list_column .page__tags-links-list-item:first-child {
	margin-top: 0px;
}
.page__tags-links-list-item a {
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.page__tags-links-list-item a:hover {
    color: var(--primary-color-active);
    border-color: transparent;
}
@media screen and (max-width: 1220px) {
	.page__tags-links-list.page__tags-links-list_grid {
		grid: none/repeat(4, 1fr);
		gap: 5px 30px;
	}
	.page__tags-links-list.page__tags-links-list_column {
		column-count: 4;
		column-gap: 30px;
	}
}
@media screen and (max-width: 992px) {
	.page-tags {
		padding-top: 45px;
		padding-bottom: 45px;
	}
}
@media screen and (max-width: 767px) {
	.page-tags {
		padding-top: calc(45px - 5px);
	}
	.page__tags-nav {
		flex-wrap: wrap;
	}
	.page__tags-nav-label {
		width: 100%;
		margin-right: 0px;
		padding-top: 0px;
	}
	.page__tags-nav-list {
		margin: 0px -5px 0px -5px;
	}
	.page__tags-nav-list-item {
		margin: 10px 5px 0px 5px;
	}
	.page__tags-tabs-wrapper {
		margin-top: 15px;
	}
	.page__tags-links-list.page__tags-links-list_grid {
		grid: none/repeat(2, 1fr);
		gap: 0px 20px;
	}
	.page__tags-links-list.page__tags-links-list_column {
		column-count: 2;
		column-gap: 20px;
	}
	.page__tags-links-list.page__tags-links-list_column .page__tags-links-list-item {
		margin-top: 0px;
	}
}

/*--- Лоадер ---*/
.loader {
--spinner-size: 48px;
--spinner-border-size: 5px;
--spinner-color: #c2c2c2;
width: var(--spinner-size);
height: var(--spinner-size);
border: var(--spinner-border-size) solid var(--spinner-color);
border-bottom-color: transparent;
border-radius: 50%;
display: inline-block;
box-sizing: border-box;
animation: loader-rotation 1s linear infinite;
}
*[data-loader]:before {
--spinner-size: 48px;
--spinner-border-size: 5px;
--spinner-color: #c2c2c2;
content: "";
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
position: absolute;
top: calc(50% - (var(--spinner-size) / 2));
left: calc(50% - (var(--spinner-size) / 2));
width: var(--spinner-size);
height: var(--spinner-size);
border: var(--spinner-border-size) solid var(--spinner-color);
border-bottom-color: transparent;
border-radius: 50%;
box-sizing: border-box;
animation: loader-rotation 1s linear infinite;
}
.mobile-nav-menu[data-loader]:before {
--spinner-color: var(--primary-color);
}
@keyframes loader-rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/*--- Кнопка "наверх" ---*/
#totop {
display: block;
position: fixed;
width: 50px;
height: 50px;
bottom: 50px;
left: -50px;
background: rgba(var(--primary-color-rgb), 1);
border-radius: 10px;
border: none;
outline: none;
cursor: pointer;
-webkit-appearance: none;
opacity: 0.5;
transition: left var(--transition-duration) linear;
z-index: 999;
}
#totop.totop_show {
left: 50px;
}
#totop:hover {
opacity: 1;
}
#totop > span {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
border-radius: inherit;
}
#totop > span > span {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
position: relative;
width: 16px;
height: 22px;
background-repeat: no-repeat;
background-position: 0px 0px;
background-image: url(../uploads/icon-totop.png);
}
@media screen and (min-width: 769px) and (max-width: 1380px) {
	#totop {
		bottom: 25px;
	}
	#totop.totop_show {
		left: 25px;
	}
}
@media screen and (max-width: 768px) {
	#totop {
		width: 40px;
		height: 40px;
		bottom: 25px;
		left: -40px;
	}
	#totop.totop_show {
		left: 25px;
	}
	#totop > span > span {
		width: 14px;
		height: 8px;
		background-image: url(../uploads/icon-totop-mobile.png);
	}
}

/*----- Бомба -----*/
#bomb-gift {
    display: none;
    position: fixed;
    right: 70px;
    top: calc(50% - (108px / 2));
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: url("../uploads/bomb/present.png") no-repeat;
	transition: none !important;
	border-bottom: none !important;
	z-index: 999;
}
#bomb-gift:hover {
    opacity: 0.7;
}
.bom-container svg {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    fill: rgba(255, 0, 0, 0.1);
    stroke: #fd8768;
    stroke-width: 20px;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    filter: drop-shadow(0px 0 1px #ba003f);
    transform-style: preserve-3d;
    perspective-origin: center cetner;
    perspective: 300;
}
.bom-img {
    width: 90px;
}
.spark {
    position: absolute;
    opacity: 0;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    animation: floatUp 800ms linear infinite forwards;
}
.sp1 {
    animation-delay: 0ms;
}
.sp2 {
    animation-delay: 205ms;
}
.sp3 {
    animation-delay: 415ms;
}
.sp4 {
    animation-delay: 600ms;
}
.sp5 {
    animation-delay: 310ms;
}
.spark3 .sp1 {
    animation-delay: 110ms;
}
.spark3 .sp2 {
    animation-delay: 600ms;
}
.spark3 .sp3 {
    animation-delay: 1000ms;
}
.spark3 .sp4 {
    animation-delay: 300ms;
}
.spark3 .sp5 {
    animation-delay: 700ms;
}
@keyframes floatUp {
    0% {
        transform: translate(0px, 0px) rotate3d(0, 0, 0, 0deg);
        opacity: 1;
    }
    5% {
        transform: translate(5px, -10px) rotate3d(2, 4, 1, 40deg);
    }
    6% {
        transform: translate(5px, -10px) rotate3d(2, 4, 1, 30deg);
        opacity: 0.8;
    }
    30% {
        transform: translate(0px, -50px) rotate3d(2, 8, 1, -20deg) scale(1.2);
        opacity: 0.1;
    }
    49% {
        transform: translate(-10px, -60px) rotate3d(2, 4, 1, 40deg);
        opacity: 0;
    }
    50% {
        transform: translate(0px, -60px) rotate3d(2, 4, 1, -40deg);
        opacity: 0;
    }
    90% {
        transform: translate(5px, -70px) rotate3d(2, 4, 0, 40deg);
        opacity: 0;
    }
    100% {
        transform: translate(5px, -70px) rotate3d(2, 4, 0, 40deg);
        opacity: 0;
    }
}
.bom-img {
    position: relative;
    z-index: 2;
}
.bom-label {
    position: absolute;
    top: 55px;
	padding: 4px 10px 5px 10px;
    font-size: 17px;
    line-height: 24px;
	font-weight: 400;
    color: #000;
    right: 100%;
    background-color: #ffe600;
    white-space: nowrap;
    text-decoration: none;
    -moz-box-shadow: 0 5px 10px #888;
    -webkit-box-shadow: 0 5px 10px #888;
    box-shadow: 0 2px 5px #888;
    opacity: 0;
    transition: 0.5s;
    z-index: 500;
    pointer-events: none;
}
.bom-label:hover {
    color: #000;
    text-decoration: none;
}
.bom-label.active {
    opacity: 1;
}
.bom-container {
    opacity: 0.8;
    position: fixed;
    right: 70px;
    top: calc(50% - (108px / 2));
    z-index: 1000;
    cursor: pointer;
    font-family: var(--primary-font);
}
.bom-container:hover {
    opacity: 1;
}
.bom_timer {
    color: white;
    font-size: 42px;
    position: absolute;
    left: 13%;
    top: 35%;
    z-index: 3;
    text-align: center;
    width: 60px;
}
.red .bom_timer {
    color: red !important;
}
.white .bom_timer {
    color: #f3dd13 !important;
}
.bom-wick {
    position: absolute;
    top: 4px;
    right: 5px;
    z-index: 4;
}
.bom-wick_flame {
    border-radius: 50%;
    position: absolute;
    width: 2px;
    top: -3px;
    height: 4px;
    background: red;
    animation: shadow 1s infinite alternate;
}
.bom-wick_sparks {
    position: absolute;
    top: -21px;
    left: -17px;
    width: 30px;
    height: 30px;
}
.bom-wick {
    top: 12px;
    right: 5px;
}
.bom-wick::before {
    content: "";
}
@media only screen and (max-width: 1220px) {
    .bom-container {
		display: none !important;
    }
	#bomb-gift {
		display: none !important;
	}
}
@media only screen and (max-width: 768px) {
    .bom-container {
        top: auto;
        bottom: 10px;
        right: 10px;
        left: auto;
        width: 110px;
        height: 120px;
    }
    #bomb-gift {
        z-index: 1000;
        bottom: 50px;
        right: 30px;
        top: auto;
    }
    .bom-label {
        top: 34px;
        padding-left: 20px;
        font-size: 18px;
        padding-top: 1px;
        line-height: 24px;
        padding-right: 16px;
        right: 100%;
        left: auto;
    }
    .bom-wick-4 {
        top: 3px;
        right: 11px;
    }
    .bom-wick-5 {
        top: 3px;
        right: 12px;
    }
    .bom-wick-6 {
        top: 4px;
        right: 13px;
    }
    .bom-wick-7 {
        top: 5px;
        right: 14px;
    }
    .bom-wick-8 {
        top: 6px;
        right: 15px;
    }
    .bom-wick-9 {
        top: 7px;
        right: 19px;
    }
    .bom-wick-10 {
        top: 8px;
        right: 19px;
    }
    .bom-wick-11 {
        top: 10px;
        right: 21px;
    }
    .bom-wick-12 {
        top: 14px;
        right: 23px;
    }
}
@media only screen and (max-width: 499px) {
    .bom_timer {
        font-size: 42px;
        left: 10%;
        top: 38%;
    }
    .bom-img {
        width: 60px;
    }
    .bom-img {
        width: 96px;
    }
    .bom-container {
        bottom: 10px;
        right: 10px;
        left: auto;
        width: 110px;
        top: auto;
        height: 120px;
    }
	#bomb-gift {
		left: auto;
		top: auto;
		bottom: 42px;
		right: 10px;
	}
	.bom-label {
        top: 20px;
        padding-left: 20px;
        font-size: 18px;
        padding-top: 2px;
        padding-bottom: 3px;
        line-height: 1.1;
        padding-right: 16px;
        right: 100%;
        white-space: normal;
        width: 200px;
        letter-spacing: 0.3px;
        left: auto;
    }
    .bom-wick {
        top: 2px;
    }
    .bom-wick-3 {
        top: 2px;
        right: 4px;
    }
    .bom-wick-4 {
        top: 3px;
        right: 6px;
    }
    .bom-wick-5 {
        top: 3px;
        right: 9px;
    }
    .bom-wick-6 {
        top: 3px;
        right: 9px;
    }
    .bom-wick-7 {
        top: 4px;
        right: 10px;
    }
    .bom-wick-8 {
        top: 5px;
        right: 12px;
    }
    .bom-wick-9 {
        top: 6px;
        right: 13px;
    }
    .bom-wick-10 {
        top: 8px;
        right: 15px;
    }
    .bom-wick-11 {
        top: 10px;
        right: 18px;
    }
    .bom-wick-12 {
        top: 12px;
        right: 19px;
    }
}

/*----- whatsapp -----*/
.wa-consultation__wrapper {
	position: fixed;
	right: 5rem;
	bottom: 170px;
	z-index: 100;
}
.wa-consultation__wrapper-icon {
	position: fixed;
	right: 5rem;
	bottom: 90px;
	z-index: 100;
}
.wa-consultation-icon {
	width: 60px;
	height: 60px;
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #10c335;
}
.wa-consultation__icon-inner {
	position: relative;
	width: 60px;
	height: 60px;
}
.wa-consultation-pulse {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: absolute;
	left: -10px;
	top: -10px;
	z-index: -1;
	transform: scale(0);
	animation: waPulse 2s infinite;
	opacity: 1;
	visibility: visible;
	background-color: #10c335;
}
.wa-consultation-pulse-hide {
	opacity: 0;
	visibility: hidden;
}
.wa-consultation-pulse:nth-of-type(2n) {
	animation-delay: 0.5s;
}
.wa-consultation-pulse.stop {
	animation: none;
}
.wa-consultation__info {
	position: relative;
	background-color: #fff;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #e9e9e9;
	font-size: 14px;
	display: inline-block;
}
.wa-consultation__info:before {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	top: 100%;
	right: 10px;
	left: auto;
	border-width: 10px;
	border-top-color: #e9e9e9;
}
.wa-consultation__info:after {
	border-width: 9px;
	margin-right: 1px;
	border-top-color: #fff;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	top: 100%;
	right: 10px;
	left: auto;
	border-width: 9px;
	margin-right: 1px;
	border-top-color: #fff;
}
@keyframes waPulse {
	0% {
		transform: scale(0);
		opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}
.wa-consultation-notify {
	position: absolute;
	align-items: center;
	justify-content: center;
	top: -5px;
	right: -5px;
	display: flex;
	transition: var(--transition-duration) ease all;
}
.wa-consultation-notify-hide {
	opacity: 0;
	visibility: hidden;
}
.wa-consultation-notify-circle {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	background-color: #f25;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: flex;
	transition: var(--transition-duration) ease all;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	align-items: center;
	justify-content: center;
}
.wa-consultation-notify-circle-show {
	opacity: 1;
	visibility: visible;
}
.wa-consultation-bounce {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: waBounce;
	transform-origin: center bottom;
}
@keyframes waBounce {
	from, 20%, 53%, 80%, to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: translate3d(0, 0, 0);
	}
	40%, 43% {
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transform: translate3d(0, -10px, 0);
	}
	70% {
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transform: translate3d(0, -5px, 0);
	}
	90% {
		transform: translate3d(0, -1px, 0);
	}
}
.wa-consultation-speech-bubble-close {
	position: absolute;
	top: -23px;
	right: 2px;
	opacity: 1;
	transition: var(--transition-duration) ease all;
	cursor: pointer;
	width: 8px;
	height: 8px;
}
.wa-consultation-speech-bubble-close svg {
	width: 8px;
	height: 8px;
}
@media only screen and (max-width: 499px) {
	.wa-consultation__wrapper {
		display: none !important;
	}
	.wa-consultation__wrapper-icon {
		right: 25px;
		bottom: 25px;
	}
}