

/* Start:/local/templates/atvstyle2023/components/sotbit/search.title/.default/style.css?17539191257659*/
.smartsearch-title__input-conteiner {
    position: relative;
}

.smartsearch-title__wrap {
    position: relative;
}

.smartsearch-title__wrap .smartsearch-title__input {
    height: 52px;
    padding: 8px 50px;
    padding-right: 100px;
    font-size: 14px;
    color: #2C2C2C;
    border-radius: 32px;
    width: 100%;
    background-color: var(--color-gray-200);
    border: 1px solid var(--color-gray-200);
    outline: none;
}

.smartsearch-title__wrap .smartsearch-title__input:hover {
    border-color: var(--main-color);
}

.smartsearch-title__wrap .smartsearch-title__input:active,
.smartsearch-title__wrap .smartsearch-title__input:focus-visible {
    border-color: var(--main-color);
    background-color: #FFF;
}

.smartsearch-title__wrap .smartsearch-title__input::placeholder {
    font-size: 14px;
    color: var(--color-gray-500);
}

.smartsearch-title__wrap .smartsearch-title__input-conteiner:before {
    content: url("/local/templates/atvstyle2023/components/sotbit/search.title/.default/./images/search.svg");
    position: absolute;
    top: 14px;
    left: 16px;
}

.smartsearch-title__result {
    display: flex;
    margin-top: 4px;
    padding: 16px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    max-height: 496px;
    overflow: auto;
    align-self: stretch;
    background: #FFF;
    box-shadow: 0px 4px 24px 0px rgba(69, 44, 113, 0.1);
    color: #2C2C2C;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-color: var(--main-color) #eee;
    scrollbar-width: thin;
}

.title-search-result {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0px 4px 24px 0px rgba(69, 44, 113, 0.1);
    z-index: 205;
}

.smartsearch-title__result .m-auto {
    margin: auto;
}

.smartsearch-title__result-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    width: 100%;
}

.smartsearch-title__result-item .item-img {
    width: 64px;
}

.smartsearch-title__result-item .item-img > a {
    display: inline-block;
}

.smartsearch-title__result-item .item-img img {
    border-radius: 8px;
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.smartsearch-title__result-item .item-name {
    color: #2C2C2C;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
    cursor: pointer;
}

.smartsearch-title__result-item .item-name b {
    color: var(--main-color);
}

.smartsearch-title__result-item .item-name:hover {
    color: var(--main-color);
}

.smartsearch-title__result-item .item-price {
    margin-top: 4px;
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
}

.smartsearch-title__result-item .item-price .old {
    color: var(--color-gray-500);
    font-weight: 500;
    text-decoration: line-through;
    margin-left: 4px;
}

.smartsearch-title__result-item .section {
    margin-top: 4px;
    font-size: 16px;
    line-height: 140%;
    color: var(--color-gray-500);
}

.smartsearch-title__result-item .all-result {
    color: var(--main-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-decoration: none;
}

.icon-wrapper {
    position: absolute;
    display: flex;
    gap: 4px;
    align-items: center;
    top: 14px;
    right: 16px;
}

.search-title__icon {
    display: none;
    cursor: pointer;
    color: var(--color-gray-500);
}

.search-title__icon.speech {
    color: var(--main-color);
}

.search-title__icon.show {
    display: block;
}

.search-title__icon:not(:last-child) {
    fill: #0a962f;
}

.smartsearch-title__items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.smartsearch-title__result .result-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    width: 100%;
}

.smartsearch-title__result .result-group .result-group__title {
    max-width: 120px;
    min-width: 0;
    color: var(--color-gray-500);
}

@media (hover: hover) {
    .search-title__icon:hover {
        color: var(--main-color);
    }
}

.smartsearch-title__req_history {
    display: none;
    position: absolute;
    width: 100%;
    top: 56px;
    left: 0;
    z-index: 205;
    padding: 0 !important;
    border-radius: 24px;
}

.smartsearch-title__req_history_content {
    padding: 16px 24px;
    max-height: 40vh;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-color: var(--main-color) #eee;
    scrollbar-width: thin;
}

.smartsearch-title__req_history .smartsearch-title__result-item {
    display: flex;
    padding: 6px 0;
}

.smartsearch-title__wrap .icon {
    color: var(--color-gray-500);
}

.smartsearch-title__wrap .icon:hover:not(.icon-history) {
    color: var(--main-color);
}

.smartsearch-title__wrap .delete-item {
    margin-left: auto;
    cursor: pointer;
}

.smartsearch-title__req_history:empty,
.smartsearch-title__req_history .item {
    list-style: none;
    display: none;
}

.smartsearch-title__req_history_title {
    margin-bottom: 12px;
    font-size: 16px;
    color: var(--color-gray-500);
}

.smartsearch-title__current_searchimg_wrap {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    height: 52px;
    padding: 10px 16px;
    border-radius: 32px;
    width: 100%;
    border: 1px solid var(--main-color);
    background: #FFFFFF;
}

.smartsearch-title__current_searchimg_wrap.show {
    display: block;
}

.smartsearch-title__current_searchimg {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 100%;
    width: max-content;
    background: var(--color-gray-200);
    border-radius: 8px;
    max-width: 50%;
}

.smartsearch-title__current_searchimg img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 6px;
}

.smartsearch-title__current_searchimg .search-title__icon {
    display: block;
    position: relative;
    top: 0;
    left: 0;
}

.smartsearch-title__current_searchimg .filename {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-title__searchimg_form_wrap {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0px 4px 24px 0px #452C711C;
    background: #FFFFFF;
    width: 100%;
    padding: 16px 24px;
    border-radius: 24px;
    z-index: 205;
}

.search-title__searchimg_form_container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.search-title__searchimg_form_container .error {
    display: none;
    padding: 8px 16px;
    border-radius: 4px;
    background: #F6676729;
    color: #F66767;
}

.search-title__searchimg_form_container .image_href {
    display: flex;
    gap: 16px;
}

.search-title__searchimg_form_container .input-text {
    width: 100%;
    height: 52px;
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid var(--color-gray-500);
}

.search-title__searchimg_form_container .input-text::placeholder {
    color: var(--color-gray-500)
}

.search-title__searchimg_form_container .btn {
    width: fit-content;
    height: 52px;
    padding: 0 32px;
    border: none;
    border-radius: 32px;
    background-color: var(--main-color);
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.search-title__searchimg_form_container .title {
    display: flex;
    justify-content: space-between;
}
/* End */


/* Start:/local/templates/atvstyle2023/components/bitrix/sale.basket.basket.line/new/style.css?17351497305426*/
.bx-basket { }

.bx-basket-block {
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }

	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 70px }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	.block-wrapper .bx-basket-fixed {
		padding-top: 0;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile {
		display: flex;
		justify-content: space-between;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block {
		margin-right: 20px;
		padding-bottom: 0;
	}

	/*.bx-basket-fixed */
}

.bx-basket-fixed .bx-basket-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }


.order-table-delete, .basket__title-link-clean-basket {
	cursor: pointer;
}

.old-price {
	color: #a5a5a5;
	text-decoration: line-through;
	white-space: nowrap;
	margin-right: 5px;
}

.basket-empty {
	text-align: center;
	padding-top: 50%;
}

.basket-empty__btn-wrapper {
	display: flex;
	justify-content: center;
}

.basket-empty__desc {
	margin: 10px 0 30px 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #1D1D1D;
}

.basket-empty__desc a {
	color: #1D1D1D;
}

.basket-empty__title {
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #1D1D1D;
}

.jcf-disabled::after {
	opacity: 0.3;
}

.jcf-disabled {
	cursor: not-allowed!important;
}

/* End */


/* Start:/local/templates/atvstyle2023/components/bitrix/main.register/main/style.css?173514973033*/
.error-block {
    color: red;
}

/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.css?173514970764*/
font.errortext
{
	color:red;
}

font.notetext
{
	color:green;
}

/* End */


/* Start:/local/templates/atvstyle2023/custom.css?17351497302959*/
.search {
  position: relative;
}

.search button {
  position: absolute;
  top: 1px;
  right: 2px;
}

.container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.section-select__product .section-select__img img {
  min-height: 120px;
}

.mb16 {
  margin-bottom: 16px;
}

h2.color-black {
  color: #000;
}

.static-page__col ul {
  list-style-type: none;
  padding-left: 0;
}

.static-page__col ul li::before {
  content: "- ";
  margin-right: 5px;
}

.payment-delivery h3 {
  margin-bottom: 16px;
  font-weight: 500;
}

.payment-delivery img {
  margin-bottom: 10px;
  max-height: 200px;
  min-height: 200px;
}

.static-page__grid {
  display: grid;
  grid-template-rows: repeat(3, minmax(450px, 1fr));
  gap: 16px;
}

.static-page {
  margin-bottom: 30px;
  color: #4d4d4d;
  font-weight: 300;
  line-height: 1.3;
}

.static-page__col.-half,
.static-page__col.-third,
.static-page__col.-two-third {
  padding-right: 120px;
}

.static-page__col.-half {
  width: 50%;
}

.static-page__col {
  width: 100%;
  margin-bottom: 50px;
}

.static-page__title {
  margin: 20px 0 35px;
}

.static-page__col.-no-margin {
  margin: 0;
}

.static-page__cols {
  display: flex;
  flex-wrap: wrap;
}

.swiper-container-main,
.swiper-container-thumbnails {
  overflow: hidden;
  position: relative;
}

.swiper-container-main .swiper-wrapper {
  margin-bottom: 32px;
}

.swiper-container-main {
  height: 500px;
  margin-bottom: 16px;
}

.services-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 450px;
  object-fit: scale-down;
}

.services-container .swiper-container-thumbnails .swiper-slide img {
  opacity: 0.5;
  height: 200px;
  object-fit: cover;
}

.swiper-container-thumbnails .swiper-slide img:hover {
  opacity: 0.7;
  cursor: pointer;
}

.swiper-container-thumbnails .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
}

.contacts__item__info {
  word-break: break-word;
}

@media (min-width: 768px) {
  .section-select__product .section-select__items {
    justify-content: center;
  }
}

@media (max-width: 1023px) {
  .static-page__col.-half,
  .static-page__col.-third,
  .static-page__col.-two-third {
    padding: 0;
    width: 100%;
  }
}

@media (max-width: 860px) {
  .static-page__grid {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .swiper-container-thumbnails.swiper-container-thumbnails {
    display: none;
  }

  .static-page__col .swiper-container-main {
    height: auto;
  }

  .static-page__col .swiper-slide img {
    height: 100%;
    max-height: 400px;
  }

  .static-page__col .swiper-container-main {
    margin-bottom: 0;
  }

  .static-page__col {
    margin-bottom: 10px;
  }
}

@media (max-width: 425px) {
  .static-page__col .swiper-slide img {
    max-height: 250px;
  }
}

@media (max-width: 376px) {
  .static-page__col .swiper-slide img {
    max-height: 180px;
  }
}
.personal-pages-items .product__inner{
  color: #1f2937;
}
/* End */


/* Start:/local/templates/atvstyle2023/styles.css?1759877483417125*/
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;800&family=Montserrat:wght@500&display=swap);@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:normal;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:"next"}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#fff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#fff}.swiper-pagination-black{--swiper-pagination-color:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s linear infinite;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}html{line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;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:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .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}[hidden],template{display:none}@keyframes trsXscale{15%{transform:scale(1) translateZ(0)}20%{transform:scale(1.2) translate3d(4px,0,0)}25%{transform:scale(1.2) translateZ(0)}30%{transform:scale(1.2) translate3d(4px,0,0)}35%{transform:scale(1) translateZ(0)}}@keyframes trsYscale{15%{transform:scale(1) translateZ(0)}20%{transform:scale(1.2) translate3d(0,4px,0)}25%{transform:scale(1.2) translateZ(0)}30%{transform:scale(1.2) translate3d(0,4px,0)}35%{transform:scale(1) translateZ(0)}}@keyframes trsX{15%{transform:translateZ(0)}20%{transform:translate3d(4px,0,0)}25%{transform:translateZ(0)}30%{transform:translate3d(4px,0,0)}35%{transform:translateZ(0)}}@keyframes cartRotate{10%{transform:rotate(0)}15%{transform:rotate(-8deg)}20%{transform:rotate(0)}25%{transform:rotate(12deg)}30%{transform:rotate(0)}35%{transform:rotate(-9deg)}40%{transform:rotate(0)}45%{transform:rotate(6deg)}50%{transform:rotate(0)}}@keyframes rotating{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes accordionBtnOpened{0%{transform:scale(1) translateZ(0) rotate(0)}15%{transform:scale(1) translateZ(0) rotate(0)}20%{transform:scale(1.2) translate3d(0,-4px,0) rotate(0)}25%{transform:scale(1.2) translateZ(0) rotate(0)}30%{transform:scale(1.2) translate3d(0,-4px,0) rotate(0)}35%{transform:scale(1) translateZ(0) rotate(0)}to{transform:scale(1) translateZ(0) rotate(0)}}@keyframes accordionBtnClosed{0%{transform:scale(1) translateZ(0) rotate(180deg)}15%{transform:scale(1) translateZ(0) rotate(180deg)}20%{transform:scale(1.2) translate3d(0,4px,0) rotate(180deg)}25%{transform:scale(1.2) translateZ(0) rotate(180deg)}30%{transform:scale(1.2) translate3d(0,4px,0) rotate(180deg)}35%{transform:scale(1) translateZ(0) rotate(180deg)}to{transform:scale(1) translateZ(0) rotate(180deg)}}html{font:400 16px/1.5 Inter,sans-serif;color:#1f2937;min-height:100%;height:100%;-webkit-text-size-adjust:100%}@media only screen and (min-width:1921px){html{font-size:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){html{font-size:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){html{font-size:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){html{font-size:1.86047vw}}@media only screen and (max-width:640px){html{font-size:4.26667vw}}body,html{position:relative;width:100%}body{height:100%}body.is-locked{overflow:hidden}body.loaded #loader{opacity:0;pointer-events:none}#app{display:flex;flex-direction:column;height:100%}*{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent}*,* :after,* :before{box-sizing:border-box}a,button,input,select,textarea{-webkit-appearance:none;border-radius:0}button{background:none;border:none;box-shadow:none;padding:0;outline:none}a,button{cursor:pointer}a{text-decoration:none}b,h1,h2,h3,h4,h5,h6,strong{margin:0;font-weight:400;font-family:Inter,sans-serif}picture{display:block;margin:0}picture.fullImg img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.rub{position:relative}.rub:before{content:""}.rub:after{content:"₽";font:inherit;font-family:Inter,sans-serif;font-weight:300}.rub i{position:absolute;z-index:-9999;font-size:0;opacity:0}.prod-card{position:relative;border:1px solid #e5e7eb;border-radius:4px;background:#fff;transition:box-shadow .55s cubic-bezier(.4,0,0,1)}@media only screen and (min-width:1921px){.prod-card{border-width:.0558vw;border-radius:.22321vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.prod-card{border-radius:.3125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.prod-card{border-radius:.38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.prod-card{border-radius:.46512vw}}@media only screen and (max-width:640px){.prod-card{border-radius:1.06667vw}}.prod-card:hover{z-index:2;border-color:#276967;box-shadow:0 5px 20px rgba(0,0,0,.25)}@media only screen and (min-width:1921px){.prod-card:hover{box-shadow:0 .27902vw 1.11607vw rgba(0,0,0,.25)}}@media only screen and (max-width:640px){.prod-card:hover{box-shadow:0 1.33333vw 5.33333vw rgba(0,0,0,.25)}}.prod-card__inner{position:relative;display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100%;z-index:1}.prod-card div[data-entity=item]{height:100%}.prod-card div[data-entity=item]>a{display:block;height:100%}.prod-card__labels{position:absolute;top:8px;left:8px;z-index:2;display:flex;align-items:flex-start;flex-wrap:wrap;width:100%}@media only screen and (min-width:1921px){.prod-card__labels{top:.44643vw;left:.44643vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.prod-card__labels{top:.625vw;left:.625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.prod-card__labels{top:.7619vw;left:.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.prod-card__labels{top:.93023vw;left:.93023vw}}@media only screen and (max-width:640px){.prod-card__labels{top:2.13333vw;left:2.13333vw}}.prod-card__label{position:relative;display:block;padding:4px 8px;border-radius:4px;font-weight:500;font-size:12px;line-height:1.5;color:#fff;background-color:#276967}@media only screen and (min-width:1921px){.prod-card__label{padding:.22321vw .44643vw;border-radius:.22321vw;font-size:.66964vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.prod-card__label{padding:.3125vw .625vw;border-radius:.3125vw;font-size:.9375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.prod-card__label{padding:.38095vw .7619vw;border-radius:.38095vw;font-size:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.prod-card__label{padding:.46512vw .93023vw;border-radius:.46512vw;font-size:1.39535vw}}@media only screen and (max-width:640px){.prod-card__label{padding:1.06667vw 2.13333vw;border-radius:1.06667vw;font-size:3.2vw}}.prod-card__label--orange{background-color:#feb729}.prod-card__label--red{background-color:#e41b1e}.prod-card__like{position:absolute;top:8px;right:8px;z-index:2}@media only screen and (min-width:1921px){.prod-card__like{top:.44643vw;right:.44643vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.prod-card__like{top:.625vw;right:.625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.prod-card__like{top:.7619vw;right:.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.prod-card__like{top:.93023vw;right:.93023vw}}@media only screen and (max-width:640px){.prod-card__like{top:2.13333vw;right:2.13333vw}}.prod-card__img{position:relative;overflow:hidden;display:block;width:100%;max-width:284px;margin:0 auto 24px}@media only screen and (min-width:1921px){.prod-card__img{max-width:15.84821vw;margin-bottom:1.33929vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.prod-card__img{max-width:22.1875vw;margin-bottom:1.875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.prod-card__img{max-width:27.04762vw;margin-bottom:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.prod-card__img{max-width:33.02326vw;margin-bottom:2.7907vw}}@media only screen and (max-width:640px){.prod-card__img{max-width:75.73333vw;margin-bottom:6.4vw}}.prod-card__img__wrap{display:block}.prod-card__img__inner{display:block;padding-bottom:100%;height:0;transition:transform .65s cubic-bezier(.455,.03,.515,.955)}.prod-card__img__one,.prod-card__img__one img{position:absolute;top:0;left:0;display:block;width:100%;height:100%}.prod-card__img__one img{-o-object-fit:contain;object-fit:contain;pointer-events:none}.prod-card__info{display:flex;flex-direction:column;justify-content:space-between;height:100%;margin-bottom:auto;padding-right:16px;padding-left:16px}@media only screen and (min-width:1921px){.prod-card__info{padding-right:.89286vw;padding-left:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.prod-card__info{padding-right:1.25vw;padding-left:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.prod-card__info{padding-right:1.52381vw;padding-left:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.prod-card__info{padding-right:1.86047vw;padding-left:1.86047vw}}@media only screen and (max-width:640px){.prod-card__info{padding-right:4.26667vw;padding-left:4.26667vw}}.prod-card__name{display:block;margin-bottom:4px;font-weight:500;font-size:16px;line-height:1.5;color:#111827}@media only screen and (min-width:1921px){.prod-card__name{margin-bottom:.22321vw;font-size:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.prod-card__name{margin-bottom:.3125vw;font-size:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.prod-card__name{margin-bottom:.38095vw;font-size:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.prod-card__name{margin-bottom:.46512vw;font-size:1.86047vw}}@media only screen and (max-width:640px){.prod-card__name{margin-bottom:1.06667vw;font-size:4.26667vw}}.prod-card__name:hover{text-decoration:underline}.prod-card__sub-info{display:flex;align-items:center;justify-content:space-between;margin-top:auto;margin-bottom:16px;font-weight:500;font-size:12px;line-height:1.2}@media only screen and (min-width:1921px){.prod-card__sub-info{margin-bottom:.89286vw;font-size:.66964vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.prod-card__sub-info{margin-bottom:1.25vw;font-size:.9375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.prod-card__sub-info{margin-bottom:1.52381vw;font-size:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.prod-card__sub-info{margin-bottom:1.86047vw;font-size:1.39535vw}}@media only screen and (max-width:640px){.prod-card__sub-info{margin-bottom:4.26667vw;font-size:3.2vw}}.prod-card__article{font:inherit;color:#6b7280}.prod-card__available{font:inherit;color:#059669}.prod-card__price{display:flex;align-items:flex-start;flex-shrink:0;font-weight:500;white-space:nowrap}.prod-card__price .rub{margin-left:4px}@media only screen and (min-width:1921px){.prod-card__price .rub{margin-left:.22321vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.prod-card__price .rub{margin-left:.3125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.prod-card__price .rub{margin-left:.38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.prod-card__price .rub{margin-left:.46512vw}}@media only screen and (max-width:640px){.prod-card__price .rub{margin-left:1.06667vw}}.prod-card__price__old{margin-left:8px;color:#9ca3af;font-size:16px;line-height:1.2;text-decoration:line-through}@media only screen and (min-width:1921px){.prod-card__price__old{margin-left:.44643vw;font-size:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.prod-card__price__old{margin-left:.625vw;font-size:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.prod-card__price__old{margin-left:.7619vw;font-size:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.prod-card__price__old{margin-left:.93023vw;font-size:1.86047vw}}@media only screen and (max-width:640px){.prod-card__price__old{margin-left:2.13333vw;font-size:4.26667vw}}.prod-card__price__old .rub:after{font-weight:inherit}.prod-card__price__new{color:#276967;font-size:24px;line-height:1.2}@media only screen and (min-width:1921px){.prod-card__price__new{font-size:1.33929vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.prod-card__price__new{font-size:1.875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.prod-card__price__new{font-size:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.prod-card__price__new{font-size:2.7907vw}}@media only screen and (max-width:640px){.prod-card__price__new{font-size:6.4vw}}.prod-card__buttons{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding:16px}@media only screen and (min-width:1921px){.prod-card__buttons{padding:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.prod-card__buttons{padding:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.prod-card__buttons{padding:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.prod-card__buttons{padding:1.86047vw}}@media only screen and (max-width:640px){.prod-card__buttons{padding:4.26667vw}}.prod-card__buttons .count{margin-right:8px}@media only screen and (min-width:1921px){.prod-card__buttons .count{margin-right:.44643vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.prod-card__buttons .count{margin-right:.625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.prod-card__buttons .count{margin-right:.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.prod-card__buttons .count{margin-right:.93023vw}}@media only screen and (max-width:640px){.prod-card__buttons .count{margin-right:2.13333vw}}.prod-card__buttons .btn{width:100%;padding-right:8px;padding-left:8px}@media only screen and (min-width:1921px){.prod-card__buttons .btn{padding-right:.44643vw;padding-left:.44643vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.prod-card__buttons .btn{padding-right:.625vw;padding-left:.625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.prod-card__buttons .btn{padding-right:.7619vw;padding-left:.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.prod-card__buttons .btn{padding-right:.93023vw;padding-left:.93023vw}}@media only screen and (max-width:640px){.prod-card__buttons .btn{padding-right:2.13333vw;padding-left:2.13333vw}}.product-item{position:relative;margin:4px 0;padding:8px;border:1px solid #f3f4f6}@media only screen and (min-width:1921px){.product-item{margin:.22321vw 0;padding:.44643vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.product-item{margin:.3125vw 0;padding:.625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.product-item{margin:.38095vw 0;padding:.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.product-item{margin:.46512vw 0;padding:.93023vw}}@media only screen and (max-width:640px){.product-item{margin:1.06667vw 0;padding:2.13333vw}}.product-item:first-child{margin-top:0}.product-item--disabled .product-item__article,.product-item--disabled .product-item__content__bottom .product-big-item__left,.product-item--disabled .product-item__count,.product-item--disabled .product-item__img,.product-item--disabled .product-item__link,.product-item--disabled .product-item__price{opacity:.6}.product-item--disabled .product-item__count{pointer-events:none}.product-item--disabled .product-item__removed-info{display:block}.product-item.is-disabled .product-item__left,.product-item.is-disabled .product-item__right{filter:grayscale(1);opacity:.5;pointer-events:none}.product-item.is-disabled .product-item__img,.product-item.is-disabled .product-item__name{pointer-events:auto}.product-item__removed-info{margin-bottom:.44643vw;color:#e41b1e;font-size:.78125vw}@media only screen and (min-width:1921px){.product-item__removed-info{margin-bottom:.44643vw;font-size:.78125vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.product-item__removed-info{margin-bottom:.625vw;font-size:1.09375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.product-item__removed-info{margin-bottom:.7619vw;font-size:1.2381vw}}@media only screen and (max-width:860px) and (min-width:641px){.product-item__removed-info{margin-bottom:.93023vw;font-size:1.39535vw}}@media only screen and (max-width:640px){.product-item__removed-info{margin-bottom:2.13333vw;font-size:2.93333vw}}.product-item__delete{cursor:pointer;position:absolute;top:8px;right:8px;z-index:2;display:flex;width:20px;height:20px}@media only screen and (min-width:1921px){.product-item__delete{top:.44643vw;right:.44643vw;width:1.11607vw;height:1.11607vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.product-item__delete{top:.625vw;right:.625vw;width:1.5625vw;height:1.5625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.product-item__delete{top:.7619vw;right:.7619vw;width:1.90476vw;height:1.90476vw}}@media only screen and (max-width:860px) and (min-width:641px){.product-item__delete{top:.93023vw;right:.93023vw;width:2.32558vw;height:2.32558vw}}@media only screen and (max-width:640px){.product-item__delete{top:2.13333vw;right:2.13333vw;width:5.33333vw;height:5.33333vw}}.product-item__delete .svg{width:100%;height:100%}.product-item__content{position:relative;display:flex;align-items:flex-start;justify-content:space-between}@media only screen and (max-width:640px){.product-item__content{flex-direction:column}}.product-item__left{position:relative;display:flex;align-items:flex-start}.product-item__left .product-item__img{position:absolute;top:0;left:0;display:flex;flex-shrink:0;width:80px;height:80px;margin-right:16px}@media only screen and (min-width:1921px){.product-item__left .product-item__img{width:4.46429vw;height:4.46429vw;margin-right:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.product-item__left .product-item__img{width:6.25vw;height:6.25vw;margin-right:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.product-item__left .product-item__img{width:7.61905vw;height:7.61905vw;margin-right:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.product-item__left .product-item__img{width:9.30233vw;height:9.30233vw;margin-right:1.86047vw}}@media only screen and (max-width:640px){.product-item__left .product-item__img{width:21.33333vw;height:21.33333vw;margin-right:4.26667vw}}.product-item__left .product-item__img img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-item__left a.product-item__info:hover .product-item__name{text-decoration:underline}.product-item__left .product-item__info{display:flex;flex-direction:column;min-height:80px;padding-left:96px}@media only screen and (min-width:1921px){.product-item__left .product-item__info{min-height:4.46429vw;padding-left:5.35714vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.product-item__left .product-item__info{min-height:6.25vw;padding-left:7.5vw}}@media only screen and (max-width:1050px) and (min-width:861px){.product-item__left .product-item__info{min-height:7.61905vw;padding-left:9.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.product-item__left .product-item__info{min-height:9.30233vw;padding-left:11.16279vw}}@media only screen and (max-width:640px){.product-item__left .product-item__info{min-height:21.33333vw;padding-top:2.13333vw;padding-bottom:2.13333vw;padding-left:23.46667vw}}.product-item__left .product-item__info .product-item__article{font-size:14px;line-height:150%;color:#6b7280}@media only screen and (min-width:1921px){.product-item__left .product-item__info .product-item__article{font-size:.78125vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.product-item__left .product-item__info .product-item__article{font-size:1.09375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.product-item__left .product-item__info .product-item__article{font-size:1.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.product-item__left .product-item__info .product-item__article{font-size:1.62791vw}}@media only screen and (max-width:640px){.product-item__left .product-item__info .product-item__article{font-size:3.73333vw}}.product-item__left .product-item__info .product-item__name{font-weight:500;font-size:16px;line-height:150%;color:#1f2937}@media only screen and (min-width:1921px){.product-item__left .product-item__info .product-item__name{font-size:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.product-item__left .product-item__info .product-item__name{font-size:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.product-item__left .product-item__info .product-item__name{font-size:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.product-item__left .product-item__info .product-item__name{font-size:1.86047vw}}@media only screen and (max-width:640px){.product-item__left .product-item__info .product-item__name{font-size:4.26667vw}}.product-item__left .product-item__info a.product-item__name:hover{text-decoration:underline}.product-item__right{flex-shrink:0}@media only screen and (max-width:640px){.product-item__right{padding:2.13333vw}}.product-item__right .product-item__price--new{font-size:16px}@media only screen and (min-width:1921px){.product-item__right .product-item__price--new{font-size:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.product-item__right .product-item__price--new{font-size:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.product-item__right .product-item__price--new{font-size:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.product-item__right .product-item__price--new{font-size:1.86047vw}}@media only screen and (max-width:640px){.product-item__right .product-item__price--new{font-size:4.26667vw}}.product-item__right .product-item__price--old{font-size:14px;color:#6b7280;text-decoration:line-through}@media only screen and (min-width:1921px){.product-item__right .product-item__price--old{font-size:.78125vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.product-item__right .product-item__price--old{font-size:1.09375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.product-item__right .product-item__price--old{font-size:1.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.product-item__right .product-item__price--old{font-size:1.62791vw}}@media only screen and (max-width:640px){.product-item__right .product-item__price--old{font-size:3.73333vw}}.product-item__right .product-item__price__wrapper{display:flex;flex-direction:column;flex-shrink:0;min-width:70px;text-align:right}@media only screen and (min-width:1921px){.product-item__right .product-item__price__wrapper{min-width:3.90625vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.product-item__right .product-item__price__wrapper{min-width:5.46875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.product-item__right .product-item__price__wrapper{min-width:6.66667vw}}@media only screen and (max-width:860px) and (min-width:641px){.product-item__right .product-item__price__wrapper{min-width:8.13953vw}}@media only screen and (max-width:640px){.product-item__right .product-item__price__wrapper{min-width:18.66667vw}}.product-item__note{display:flex;align-items:center;margin-top:8px}@media only screen and (min-width:1921px){.product-item__note{margin-top:.44643vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.product-item__note{margin-top:.625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.product-item__note{margin-top:.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.product-item__note{margin-top:.93023vw}}@media only screen and (max-width:640px){.product-item__note{margin-top:2.13333vw}}.product-item__note__icon{display:flex;margin-right:4px}@media only screen and (min-width:1921px){.product-item__note__icon{margin-right:.22321vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.product-item__note__icon{margin-right:.3125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.product-item__note__icon{margin-right:.38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.product-item__note__icon{margin-right:.46512vw}}@media only screen and (max-width:640px){.product-item__note__icon{margin-right:1.06667vw}}.product-item__note__icon .svg{width:16px;height:16px}@media only screen and (min-width:1921px){.product-item__note__icon .svg{width:.89286vw;height:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.product-item__note__icon .svg{width:1.25vw;height:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.product-item__note__icon .svg{width:1.52381vw;height:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.product-item__note__icon .svg{width:1.86047vw;height:1.86047vw}}@media only screen and (max-width:640px){.product-item__note__icon .svg{width:4.26667vw;height:4.26667vw}}.product-item__note__text{font-size:12px;line-height:1.5}@media only screen and (min-width:1921px){.product-item__note__text{font-size:.66964vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.product-item__note__text{font-size:.9375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.product-item__note__text{font-size:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.product-item__note__text{font-size:1.39535vw}}@media only screen and (max-width:640px){.product-item__note__text{font-size:3.2vw}}.header{display:flex;flex-direction:column}.header__crossbar{height:37px;background-color:#1f2937}@media only screen and (min-width:1921px){.header__crossbar{height:2.06473vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.header__crossbar{height:2.89062vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__crossbar{height:3.52381vw}}@media only screen and (max-width:860px){.header__crossbar{display:none}}.header__main{display:flex;align-items:center;justify-content:space-between;padding-top:16px;padding-bottom:16px}@media only screen and (min-width:1921px){.header__main{padding-top:.89286vw;padding-bottom:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.header__main{padding-top:1.25vw;padding-bottom:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__main{padding-top:1.52381vw;padding-bottom:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__main{padding-top:1.86047vw;padding-bottom:1.86047vw}}@media only screen and (max-width:640px){.header__main{padding-top:2.13333vw;padding-bottom:2.13333vw}}.header__main__left .header__logo{display:flex;width:218px}@media only screen and (min-width:1921px){.header__main__left .header__logo{width:12.16518vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.header__main__left .header__logo{width:17.03125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__main__left .header__logo{width:14.85714vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__main__left .header__logo{width:18.13953vw}}@media only screen and (max-width:640px){.header__main__left .header__logo{width:41.6vw}}.header__main__left .header__logo img{display:block;max-width:100%;width:100%}.header__main__right{position:relative;display:flex;align-items:center}@media only screen and (max-width:640px){.header__main__right{align-items:stretch}}.header__search{position:relative;width:440px;background-color:#fff}@media only screen and (min-width:1921px){.header__search{width:24.55357vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.header__search{width:34.375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__search{width:34.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__search{width:41.86047vw}}@media only screen and (max-width:640px){.header__search{position:absolute;top:0;left:0;transform:translateY(-13.33333vw);z-index:2;width:100%;padding:4.26667vw 12.8vw 4.26667vw 4.26667vw;opacity:0;pointer-events:none;transition:transform .35s cubic-bezier(.4,0,0,1),opacity .35s cubic-bezier(.4,0,0,1)}}@media only screen and (max-width:640px){.header__search.is-opened{transform:translateY(0);opacity:1;pointer-events:auto}}.header__search__close{position:absolute}@media only screen and (min-width:641px){.header__search__close{display:none}}@media only screen and (max-width:640px){.header__search__close{top:4.26667vw;right:4.26667vw}}.header__search__close:active .svg{fill:#e41b1e}.header__search__input__wrapper{position:relative}.header__search__input .input__field{padding-left:48px}@media only screen and (min-width:1921px){.header__search__input .input__field{padding-left:2.67857vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.header__search__input .input__field{padding-left:3.75vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__search__input .input__field{padding-left:4.57143vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__search__input .input__field{padding-left:5.5814vw}}@media only screen and (max-width:640px){.header__search__input .input__field{padding-left:12.8vw}}.header__search__icon{content:"";position:absolute;top:50%;left:16px;transform:translateY(-50%);display:flex}@media only screen and (min-width:1921px){.header__search__icon{left:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.header__search__icon{left:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__search__icon{left:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__search__icon{left:1.86047vw}}@media only screen and (max-width:640px){.header__search__icon{left:4.26667vw}}.header__search__icon-mobile{cursor:pointer;position:relative;display:flex}@media only screen and (min-width:641px){.header__search__icon-mobile{display:none}}.header__search__icon-mobile .svg{width:40px;height:40px}@media only screen and (min-width:1921px){.header__search__icon-mobile .svg{width:2.23214vw;height:2.23214vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.header__search__icon-mobile .svg{width:3.125vw;height:3.125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__search__icon-mobile .svg{width:3.80952vw;height:3.80952vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__search__icon-mobile .svg{width:4.65116vw;height:4.65116vw}}@media only screen and (max-width:640px){.header__search__icon-mobile .svg{width:10.66667vw;height:10.66667vw}}.header__search__dropdown{position:absolute;top:100%;left:-30px;z-index:2;display:flex;opacity:0;pointer-events:none;flex-direction:column;width:604px;margin-top:8px;padding:24px;background-color:#fff;box-shadow:0 5px 20px rgba(0,0,0,.25);transition:opacity .5s cubic-bezier(.455,.03,.515,.955)}@media only screen and (min-width:1921px){.header__search__dropdown{left:-1.67411vw;width:33.70536vw;margin-top:.44643vw;padding:1.33929vw;box-shadow:0 .27902vw 1.11607vw rgba(0,0,0,.25)}}@media only screen and (max-width:1280px) and (min-width:1051px){.header__search__dropdown{left:-2.34375vw;width:47.1875vw;margin-top:.625vw;padding:1.875vw;box-shadow:0 .39062vw 1.5625vw rgba(0,0,0,.25)}}@media only screen and (max-width:1050px) and (min-width:861px){.header__search__dropdown{left:-2.85714vw;width:57.52381vw;margin-top:.7619vw;padding:2.28571vw;box-shadow:0 .47619vw 1.90476vw rgba(0,0,0,.25)}}@media only screen and (max-width:860px) and (min-width:641px){.header__search__dropdown{left:-3.48837vw;width:70.23256vw;margin-top:.93023vw;padding:2.7907vw;box-shadow:0 .5814vw 2.32558vw rgba(0,0,0,.25)}}@media only screen and (max-width:640px){.header__search__dropdown{left:0;width:100%;margin-top:0;padding:0 4.26667vw 4.26667vw;box-shadow:none}}@media only screen and (max-width:640px){.header__search__item .product-item__content{flex-direction:row}}@media only screen and (max-width:640px){.header__search__item .product-item__img{display:none}}@media only screen and (max-width:640px){.header__search__item .product-item__info{padding:0}}.header__search__item .product-item__name b{font-weight:700;color:#276967}.header__search__btn{margin-top:24px;text-align:right}@media only screen and (min-width:1921px){.header__search__btn{margin-top:1.33929vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.header__search__btn{margin-top:1.875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__search__btn{margin-top:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__search__btn{margin-top:2.7907vw}}.header__search__btn .btn{padding-right:20px;padding-left:20px}@media only screen and (min-width:1921px){.header__search__btn .btn{padding-right:1.11607vw;padding-left:1.11607vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.header__search__btn .btn{padding-right:1.5625vw;padding-left:1.5625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__search__btn .btn{padding-right:1.90476vw;padding-left:1.90476vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__search__btn .btn{padding-right:2.32558vw;padding-left:2.32558vw}}.header__phone{position:relative;display:flex;align-items:flex-start;padding-left:40px;margin-right:64px}@media only screen and (min-width:1921px){.header__phone{padding-left:2.23214vw;margin-right:3.57143vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.header__phone{padding-left:3.125vw;margin-right:5vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__phone{padding-left:3.80952vw;margin-right:6.09524vw}}@media only screen and (max-width:860px){.header__phone{display:none}}.header__phone__icon{position:absolute;top:0;left:0;display:flex;align-items:flex-start}.header__phone__icon .svg{width:32px;height:32px}@media only screen and (min-width:1921px){.header__phone__icon .svg{width:1.78571vw;height:1.78571vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.header__phone__icon .svg{width:2.5vw;height:2.5vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__phone__icon .svg{width:3.04762vw;height:3.04762vw}}.header__phone__item{display:block;font-weight:500;font-size:18px;color:#276967}@media only screen and (min-width:1921px){.header__phone__item{font-size:1.00446vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.header__phone__item{font-size:1.40625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__phone__item{font-size:1.52381vw}}@media only screen and (max-width:640px){.header__account,.header__favorite{display:none}}.header__account__icon,.header__favorite__icon{pointer-events:none;display:flex}.header__account__icon .svg,.header__favorite__icon .svg{width:40px;height:40px}@media only screen and (min-width:1921px){.header__account__icon .svg,.header__favorite__icon .svg{width:2.23214vw;height:2.23214vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.header__account__icon .svg,.header__favorite__icon .svg{width:3.125vw;height:3.125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__account__icon .svg,.header__favorite__icon .svg{width:3.80952vw;height:3.80952vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__account__icon .svg,.header__favorite__icon .svg{width:4.65116vw;height:4.65116vw}}@media only screen and (max-width:640px){.header__account__icon .svg,.header__favorite__icon .svg{display:none}}.header__account,.header__cart{margin-left:16px}.header__cart{position:relative;display:flex;align-items:center}@media only screen and (min-width:1921px){.header__cart{margin-left:1.33929vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.header__cart{margin-left:1.875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__cart{margin-left:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__cart{margin-left:2.7907vw}}@media only screen and (max-width:640px){.header__cart{margin-left:4.26667vw}}.header__cart.not-empty{padding-right:10px}@media only screen and (min-width:1921px){.header__cart.not-empty{padding-right:.55804vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.header__cart.not-empty{padding-right:.78125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__cart.not-empty{padding-right:.95238vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__cart.not-empty{padding-right:1.16279vw}}@media only screen and (max-width:640px){.header__cart.not-empty{padding-right:2.66667vw}}.header__cart__icon{pointer-events:none;position:relative;display:flex}.header__cart__icon .svg{width:40px;height:40px}@media only screen and (min-width:1921px){.header__cart__icon .svg{width:2.23214vw;height:2.23214vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.header__cart__icon .svg{width:3.125vw;height:3.125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__cart__icon .svg{width:3.80952vw;height:3.80952vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__cart__icon .svg{width:4.65116vw;height:4.65116vw}}@media only screen and (max-width:640px){.header__cart__icon .svg{width:10.66667vw;height:10.66667vw}}.header__burger{display:none;align-items:center;margin-left:24px;cursor:pointer;position:relative}@media only screen and (min-width:1921px){.header__burger{margin-left:1.33929vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.header__burger{margin-left:1.875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__burger{margin-left:2.28571vw}}@media only screen and (max-width:860px){.header__burger{display:flex}}@media only screen and (max-width:860px) and (min-width:641px){.header__burger{width:4.65116vw;height:4.65116vw;margin-left:2.7907vw}}@media only screen and (max-width:640px){.header__burger{width:10.66667vw;height:10.66667vw;margin-left:4.26667vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__burger:active .line:first-child{top:1.27907vw}}@media only screen and (max-width:640px){.header__burger:active .line:first-child{top:2.93333vw}}.header__burger:active .line:nth-child(2){top:19px}@media only screen and (min-width:1921px){.header__burger:active .line:nth-child(2){top:1.06027vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__burger:active .line:nth-child(2){top:2.2093vw}}@media only screen and (max-width:640px){.header__burger:active .line:nth-child(2){top:5.06667vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__burger:active .line:nth-child(3){top:3.13953vw}}@media only screen and (max-width:640px){.header__burger:active .line:nth-child(3){top:7.2vw}}@media only screen and (max-width:860px) and (min-width:641px){body.mobile-menu-opened .header__burger .line:first-child{top:1.04651vw;transform:translateY(1.16279vw) rotate(-45deg)}}@media only screen and (max-width:640px){body.mobile-menu-opened .header__burger .line:first-child{top:2.4vw;transform:translateY(2.66667vw) rotate(-45deg)}}body.mobile-menu-opened .header__burger .line:nth-child(2){opacity:0}@media only screen and (max-width:860px) and (min-width:641px){body.mobile-menu-opened .header__burger .line:nth-child(3){top:3.37209vw;transform:translateY(-1.16279vw) rotate(45deg)}}@media only screen and (max-width:640px){body.mobile-menu-opened .header__burger .line:nth-child(3){top:7.73333vw;transform:translateY(-2.66667vw) rotate(45deg)}}.header__burger .line{position:absolute;left:50%;width:32px;height:2px;margin-left:-16px;background:#276967;border-radius:2px;display:block;transition:.5s;transform-origin:center;will-change:transform,opacity}@media only screen and (min-width:1921px){.header__burger .line{width:1.78571vw;height:.11161vw;margin-left:-.89286vw;border-radius:.11161vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__burger .line{width:3.72093vw;height:.23256vw;margin-left:-1.86047vw}}@media only screen and (max-width:640px){.header__burger .line{width:8.53333vw;height:.53333vw;margin-left:-4.26667vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__burger .line:first-child{top:1.04651vw}}@media only screen and (max-width:640px){.header__burger .line:first-child{top:2.4vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__burger .line:nth-child(2){top:2.2093vw}}@media only screen and (max-width:640px){.header__burger .line:nth-child(2){top:5.06667vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__burger .line:nth-child(3){top:3.37209vw}}@media only screen and (max-width:640px){.header__burger .line:nth-child(3){top:7.73333vw}}.header__menu{display:flex;align-items:center;justify-content:center;gap:48px}@media only screen and (min-width:1921px){.header__menu{gap:2.67857vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.header__menu{gap:3.75vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__menu{gap:4.57143vw}}.header__menu__wrapper{position:relative;transition:overflow 0s .3s}@media only screen and (max-width:860px){.header__menu__wrapper{display:none}}.header__menu__wrapper:hover{overflow:initial}.header__menu__item{display:flex;align-items:center;padding:5px 24px 8px}@media only screen and (min-width:1921px){.header__menu__item{padding:.27902vw 1.33929vw .44643vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.header__menu__item{padding:.39062vw 1.875vw .625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__menu__item{padding:.47619vw 1.14286vw .7619vw}}.header__menu__item:hover .header__submenu-1__wrapper{opacity:1;pointer-events:auto;transition:opacity .35s cubic-bezier(.455,.03,.515,.955) 0s}.header__menu__item a:hover{text-decoration:underline}.header__menu__name{font-weight:500;font-size:18px;text-align:center;color:#1f2937}@media only screen and (min-width:1921px){.header__menu__name{font-size:1.00446vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.header__menu__name{font-size:1.40625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__menu__name{font-size:1.52381vw}}.header__menu__icon{cursor:pointer;display:flex;margin-left:8px}@media only screen and (min-width:1921px){.header__menu__icon{margin-left:.44643vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.header__menu__icon{margin-left:.625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__menu__icon{margin-left:.7619vw}}.header__submenu-1{display:flex;align-items:center}.header__submenu-1__wrapper{position:absolute;top:100%;right:0;left:0;z-index:2;display:flex;background-color:#1f2937;height:80px;opacity:0;transition:opacity .35s cubic-bezier(.455,.03,.515,.955) .3s;pointer-events:none}@media only screen and (min-width:1921px){.header__submenu-1__wrapper{height:4.46429vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.header__submenu-1__wrapper{height:6.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__submenu-1__wrapper{height:7.61905vw}}.header__submenu-1__item{display:flex;align-items:center;justify-content:center;flex:1 0 0;height:100%;padding:16px}@media only screen and (min-width:1921px){.header__submenu-1__item{padding:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.header__submenu-1__item{padding:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__submenu-1__item{padding:1.14286vw}}.header__submenu-1__item:hover>.header__submenu-2__wrapper{opacity:1;pointer-events:auto;transition:opacity .35s cubic-bezier(.455,.03,.515,.955) 0s}.header__submenu-1__name{font-weight:500;font-size:16px;line-height:1.2;color:#fff;text-transform:uppercase;text-align:center}@media only screen and (min-width:1921px){.header__submenu-1__name{font-size:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.header__submenu-1__name{font-size:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__submenu-1__name{font-size:1.33333vw}}.header__submenu-1__name a{display:block;color:inherit}.header__submenu-2{display:flex}.header__submenu-2__wrapper{position:absolute;top:100%;right:0;left:0;z-index:2;display:flex;padding-top:8px;background-color:#f9fafb;opacity:0;pointer-events:none;transition:opacity .35s cubic-bezier(.455,.03,.515,.955) .5s}@media only screen and (min-width:1921px){.header__submenu-2__wrapper{padding-top:.44643vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.header__submenu-2__wrapper{padding-top:.625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__submenu-2__wrapper{padding-top:.7619vw}}.header__submenu-2__col{display:flex;flex-direction:column;flex:1 0 0;gap:12px;padding:16px 8px 16px 24px;border-right:1px solid #d1d5db}@media only screen and (min-width:1921px){.header__submenu-2__col{gap:.66964vw;padding:.89286vw .44643vw .89286vw 1.33929vw;border-width:.0558vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.header__submenu-2__col{gap:.9375vw;padding:1.25vw .625vw 1.25vw 1.875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__submenu-2__col{gap:1.14286vw;padding:1.52381vw .7619vw 1.52381vw 2.28571vw}}.header__submenu-2__col:last-child{border:none}.header__submenu-2__item.is-opened .header__submenu-2__list{display:block}.header__submenu-2__item.is-opened .header__menu__icon{transform:rotate(180deg)}.header__submenu-2__name{font-weight:600;font-size:18px;line-height:1.2;text-transform:uppercase;color:#1f2937}@media only screen and (min-width:1921px){.header__submenu-2__name{font-size:1.00446vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.header__submenu-2__name{font-size:1.40625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__submenu-2__name{font-size:1.71429vw}}.header__submenu-2__name a{color:inherit}.header__submenu-2__name__wrap{display:flex;align-items:center;justify-content:space-between}.header__submenu-2__list{display:none;margin:8px 0 40px;padding:0}@media only screen and (min-width:1921px){.header__submenu-2__list{margin:.44643vw 0 2.23214vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.header__submenu-2__list{margin:.625vw 0 3.125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__submenu-2__list{margin:.7619vw 0 3.80952vw}}.header__submenu-2__list li{list-style:none;margin-top:8px;font-size:16px;line-height:1.2;color:#1f2937}@media only screen and (min-width:1921px){.header__submenu-2__list li{margin-top:.44643vw;font-size:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.header__submenu-2__list li{margin-top:.625vw;font-size:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__submenu-2__list li{margin-top:.7619vw;font-size:1.52381vw}}.header__submenu-2__list li a{color:inherit}.header__submenu-2__list li:first-child{margin:0}.mobile-menu{position:relative;z-index:1;display:flex;flex-direction:column;width:100%;padding:24px 8px;max-height:100%;background-color:#fff;overflow-x:hidden;overflow-y:auto;transition:transform .35s ease}@media only screen and (max-width:860px) and (min-width:641px){.mobile-menu{width:43.60465vw;padding:2.7907vw .93023vw}}@media only screen and (max-width:640px){.mobile-menu{padding:6.4vw 2.13333vw}}.mobile-menu::-webkit-scrollbar{width:3px;height:3px;background-color:#d1d5db}@media only screen and (max-width:1280px) and (min-width:1051px){.mobile-menu::-webkit-scrollbar{width:.23438vw;height:.23438vw}}@media only screen and (max-width:1050px) and (min-width:861px){.mobile-menu::-webkit-scrollbar{width:.28571vw;height:.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.mobile-menu::-webkit-scrollbar{width:.34884vw;height:.34884vw}}@media only screen and (max-width:640px){.mobile-menu::-webkit-scrollbar{width:.8vw;height:.8vw}}.mobile-menu::-webkit-scrollbar-thumb{background-color:#276967}body:not(.mobile-menu-opened) .mobile-menu{transform:translateX(-100px)}.mobile-menu__wrap{position:fixed;top:0;left:0;display:block;transform:translateZ(0);z-index:10;transition:opacity .35s ease;display:flex;width:100%;height:100%;opacity:0;pointer-events:none}body.mobile-menu-opened .mobile-menu__wrap{opacity:1;pointer-events:auto}.mobile-menu__bg{position:absolute;top:0;right:0;bottom:0;left:0;display:block;margin:auto;z-index:0;background:#000;opacity:0;transition:opacity .3s ease-in-out .2s}body.mobile-menu-opened .mobile-menu__bg{opacity:.5;transition:opacity .4s ease-in-out 0s}.mobile-menu__top{padding:24px 16px}@media only screen and (max-width:860px) and (min-width:641px){.mobile-menu__top{padding:2.7907vw 1.86047vw}}@media only screen and (max-width:640px){.mobile-menu__top{padding:6.4vw 4.26667vw}}.mobile-menu__top .category-list .category-list__inner{position:fixed;top:0;bottom:0;left:0;z-index:2;transform:translateX(100px);width:100%;padding:24px 16px;background-color:#fff;overflow:auto;opacity:0;pointer-events:none;transition:opacity .35s ease,transform .35s ease}@media only screen and (max-width:860px) and (min-width:641px){.mobile-menu__top .category-list .category-list__inner{width:43.60465vw;padding:2.7907vw 1.86047vw}}@media only screen and (max-width:640px){.mobile-menu__top .category-list .category-list__inner{padding:6.4vw 4.26667vw}}.mobile-menu__top .category-list>li:last-child{margin-bottom:0}.mobile-menu__top .category-list>li.is-opened>.category-list__inner{display:block;opacity:1;pointer-events:auto;transform:translateX(0)}.mobile-menu__top .category-list>li.is-opened>.category-list__inner>.category-list,.mobile-menu__top .category-list>li.is-opened>.category-sublist{display:block}.mobile-menu__bottom{display:flex;flex-direction:column;gap:16px;margin-top:32px;padding:24px 16px;border-top:1px solid #d1d5db}@media only screen and (max-width:860px) and (min-width:641px){.mobile-menu__bottom{gap:1.86047vw;margin-top:3.72093vw;padding:2.7907vw 1.86047vw}}@media only screen and (max-width:640px){.mobile-menu__bottom{gap:4.26667vw;margin-top:8.53333vw;padding:6.4vw 4.26667vw}}.mobile-menu__bottom__item{display:flex;align-items:center;padding-top:4px;padding-bottom:4px}@media only screen and (max-width:860px) and (min-width:641px){.mobile-menu__bottom__item{padding-top:.46512vw;padding-bottom:.46512vw}}@media only screen and (max-width:640px){.mobile-menu__bottom__item{padding-top:1.06667vw;padding-bottom:1.06667vw}}@media only screen and (min-width:641px){.mobile-menu__bottom__item:hover .mobile-menu__bottom__text{color:#276967}}.mobile-menu__bottom__item:active .mobile-menu__bottom__text{color:#276967;text-decoration:underline}.mobile-menu__bottom__item[data-popup-open] .mobile-menu__bottom__icon,.mobile-menu__bottom__item[data-popup-open] .mobile-menu__bottom__text{pointer-events:none}.mobile-menu__bottom__icon{margin-right:16px;flex-shrink:0}@media only screen and (max-width:860px) and (min-width:641px){.mobile-menu__bottom__icon{margin-right:1.86047vw}}@media only screen and (max-width:640px){.mobile-menu__bottom__icon{margin-right:4.26667vw}}.mobile-menu__bottom__text{font-weight:600;font-size:16px;color:#1f2937}@media only screen and (max-width:860px) and (min-width:641px){.mobile-menu__bottom__text{font-size:1.86047vw}}@media only screen and (max-width:640px){.mobile-menu__bottom__text{font-size:4.26667vw}}.mobile-menu__bottom__text--big{font-weight:500;font-size:18px;color:#276967}@media only screen and (max-width:860px) and (min-width:641px){.mobile-menu__bottom__text--big{font-size:2.09302vw}}@media only screen and (max-width:640px){.mobile-menu__bottom__text--big{font-size:4.8vw}}.mobile-menu__close{position:absolute;top:8px;right:8px;z-index:2}@media only screen and (max-width:860px) and (min-width:641px){.mobile-menu__close{top:.93023vw;right:.93023vw}}@media only screen and (max-width:640px){.mobile-menu__close{top:2.13333vw;right:2.13333vw}}.mobile-menu__close:active .svg{fill:#e41b1e}.footer{padding-top:16px;background-color:#111827}@media only screen and (min-width:1921px){.footer{padding-top:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.footer{padding-top:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.footer{padding-top:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.footer{padding-top:1.86047vw}}@media only screen and (max-width:640px){.footer{padding-top:4.26667vw}}.footer__wrapper{margin-top:auto}.footer__content{display:flex;padding-top:40px;padding-bottom:40px}@media only screen and (min-width:1921px){.footer__content{padding-top:2.23214vw;padding-bottom:2.23214vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.footer__content{padding-top:3.125vw;padding-bottom:3.125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.footer__content{padding-top:3.80952vw;padding-bottom:3.80952vw}}@media only screen and (max-width:860px) and (min-width:641px){.footer__content{flex-direction:column;padding-top:4.65116vw;padding-bottom:4.65116vw}}@media only screen and (max-width:640px){.footer__content{flex-direction:column;padding-top:10.66667vw;padding-bottom:10.66667vw}}.footer__content__left{width:25%;flex-shrink:0}@media only screen and (max-width:860px) and (min-width:641px){.footer__content__left{display:flex;justify-content:space-between;width:100%;margin-bottom:4.65116vw;padding-right:3.72093vw}}@media only screen and (max-width:640px){.footer__content__left{width:100%;margin-bottom:8.53333vw}}.footer__content__right{width:100%}.footer__logo{display:flex;width:218px;margin-bottom:40px}@media only screen and (min-width:1921px){.footer__logo{width:12.16518vw;margin-bottom:2.23214vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.footer__logo{width:17.03125vw;margin-bottom:3.125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.footer__logo{width:20.7619vw;margin-bottom:3.80952vw}}@media only screen and (max-width:860px) and (min-width:641px){.footer__logo{width:25.34884vw;margin-bottom:0}}@media only screen and (max-width:640px){.footer__logo{width:58.13333vw;margin-right:auto;margin-bottom:10.66667vw;margin-left:auto}}.footer__logo img{display:block;max-width:100%}@media only screen and (max-width:860px) and (min-width:641px){.footer__contact{display:flex;align-items:center}}.footer__contact__item{position:relative;padding-left:40px}@media only screen and (min-width:1921px){.footer__contact__item{padding-left:2.23214vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.footer__contact__item{padding-left:3.125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.footer__contact__item{padding-left:3.80952vw}}@media only screen and (max-width:860px) and (min-width:641px){.footer__contact__item{padding-left:4.65116vw}}@media only screen and (max-width:640px){.footer__contact__item{padding-left:10.66667vw}}.footer__contact__item:not(.footer__contact__item:first-child){margin-top:16px}@media only screen and (min-width:1921px){.footer__contact__item:not(.footer__contact__item:first-child){margin-top:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.footer__contact__item:not(.footer__contact__item:first-child){margin-top:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.footer__contact__item:not(.footer__contact__item:first-child){margin-top:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.footer__contact__item:not(.footer__contact__item:first-child){margin-top:1.86047vw;margin-left:3.48837vw}}@media only screen and (max-width:640px){.footer__contact__item:not(.footer__contact__item:first-child){margin-top:4.26667vw}}.footer__contact__note{font-size:14px;color:#d1d5db}@media only screen and (min-width:1921px){.footer__contact__note{font-size:.78125vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.footer__contact__note{font-size:1.09375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.footer__contact__note{font-size:1.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.footer__contact__note{font-size:1.62791vw}}@media only screen and (max-width:640px){.footer__contact__note{font-size:3.73333vw}}.footer__contact__text{font-weight:500;font-size:20px;line-height:1.2;color:#feec1d}@media only screen and (min-width:1921px){.footer__contact__text{font-size:1.11607vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.footer__contact__text{font-size:1.5625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.footer__contact__text{font-size:1.90476vw}}@media only screen and (max-width:860px) and (min-width:641px){.footer__contact__text{font-size:2.32558vw}}@media only screen and (max-width:640px){.footer__contact__text{font-size:5.33333vw}}.footer__contact__text a{color:inherit}.footer__contact__text a:hover{text-decoration:underline}.footer__contact__icon{position:absolute;top:50%;transform:translateY(-50%);left:0}.footer__contact__icon .svg{width:32px;height:32px}@media only screen and (min-width:1921px){.footer__contact__icon .svg{width:1.78571vw;height:1.78571vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.footer__contact__icon .svg{width:2.5vw;height:2.5vw}}@media only screen and (max-width:1050px) and (min-width:861px){.footer__contact__icon .svg{width:3.04762vw;height:3.04762vw}}@media only screen and (max-width:860px) and (min-width:641px){.footer__contact__icon .svg{width:3.72093vw;height:3.72093vw}}@media only screen and (max-width:640px){.footer__contact__icon .svg{width:8.53333vw;height:8.53333vw}}.footer__menu{display:flex}@media only screen and (max-width:860px) and (min-width:641px){.footer__menu{margin-left:-3.72093vw}}@media only screen and (max-width:640px){.footer__menu{flex-wrap:wrap;margin-bottom:-6.4vw;margin-left:-6.4vw}}.footer__menu__item{flex:1 0 0;margin-left:32px;padding-top:32px}@media only screen and (min-width:1921px){.footer__menu__item{margin-left:1.78571vw;padding-top:1.78571vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.footer__menu__item{margin-left:2.5vw;padding-top:2.5vw}}@media only screen and (max-width:1050px) and (min-width:861px){.footer__menu__item{margin-left:3.04762vw;padding-top:3.04762vw}}@media only screen and (max-width:860px) and (min-width:641px){.footer__menu__item{margin-left:3.72093vw;padding-top:3.72093vw}}@media only screen and (max-width:640px){.footer__menu__item{margin-bottom:8.53333vw;margin-left:8.53333vw;padding-top:8.53333vw}}.footer__menu__item a{color:inherit}.footer__menu__item a:hover{text-decoration:underline}.footer__menu__name{margin-bottom:24px;font-weight:500;font-size:24px;color:#fff;text-transform:uppercase}@media only screen and (min-width:1921px){.footer__menu__name{margin-bottom:1.33929vw;font-size:1.33929vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.footer__menu__name{margin-bottom:1.875vw;font-size:1.875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.footer__menu__name{margin-bottom:2.28571vw;font-size:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.footer__menu__name{margin-bottom:2.7907vw;font-size:2.7907vw}}@media only screen and (max-width:640px){.footer__menu__name{margin-bottom:6.4vw;font-size:4.26667vw}}.footer__menu__list{margin:0;padding:0}.footer__menu__list li{list-style:none;font-size:16px;color:#999}@media only screen and (min-width:1921px){.footer__menu__list li{font-size:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.footer__menu__list li{font-size:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.footer__menu__list li{font-size:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.footer__menu__list li{font-size:1.86047vw}}@media only screen and (max-width:640px){.footer__menu__list li{font-size:4.26667vw}}.footer__menu__list li:not(:first-child){padding-top:16px}@media only screen and (min-width:1921px){.footer__menu__list li:not(:first-child){padding-top:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.footer__menu__list li:not(:first-child){padding-top:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.footer__menu__list li:not(:first-child){padding-top:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.footer__menu__list li:not(:first-child){padding-top:1.86047vw}}@media only screen and (max-width:640px){.footer__menu__list li:not(:first-child){padding-top:4.26667vw}}.footer__menu__list li a{color:inherit}.footer__copy{border-top:1px solid #9ca3af;padding-top:16px;padding-bottom:16px}@media only screen and (min-width:1921px){.footer__copy{border-top:.0558vw;padding-top:.89286vw;padding-bottom:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.footer__copy{padding-top:1.25vw;padding-bottom:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.footer__copy{padding-top:1.52381vw;padding-bottom:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.footer__copy{padding-top:1.86047vw;padding-bottom:1.86047vw}}@media only screen and (max-width:640px){.footer__copy{padding-top:4.26667vw;padding-bottom:4.26667vw;border-width:.26667vw}}.footer__copy__content{font-size:14px;text-align:center;color:#d1d5db}@media only screen and (min-width:1921px){.footer__copy__content{font-size:.78125vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.footer__copy__content{font-size:1.09375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.footer__copy__content{font-size:1.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.footer__copy__content{font-size:1.62791vw}}@media only screen and (max-width:640px){.footer__copy__content{font-size:3.73333vw}}@media only screen and (max-width:640px){.footer__copy__content span{display:block}}.footer__copy__content a{color:#3e8dff}.footer__copy__content a:hover{text-decoration:underline}.prefooter{padding-top:80px;padding-bottom:80px}@media only screen and (min-width:1921px){.prefooter{padding-top:4.46429vw;padding-bottom:4.46429vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.prefooter{padding-top:6.25vw;padding-bottom:6.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.prefooter{padding-top:7.61905vw;padding-bottom:7.61905vw}}@media only screen and (max-width:860px) and (min-width:641px){.prefooter{padding-top:9.30233vw;padding-bottom:9.30233vw}}@media only screen and (max-width:640px){.prefooter{padding-top:10.66667vw;padding-bottom:10.66667vw}}.prefooter__wrapper{background-color:#f3f4f6}.prefooter__items{display:flex;gap:24px}@media only screen and (min-width:1921px){.prefooter__items{gap:1.33929vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.prefooter__items{gap:1.875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.prefooter__items{gap:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.prefooter__items{gap:1.86047vw}}@media only screen and (max-width:640px){.prefooter__items{flex-direction:column;gap:6.4vw}}.prefooter__item{display:flex;flex-direction:column;align-items:center;padding:16px 0}@media only screen and (min-width:1921px){.prefooter__item{padding:.89286vw 0}}@media only screen and (max-width:1280px) and (min-width:1051px){.prefooter__item{padding:1.25vw 0}}@media only screen and (max-width:1050px) and (min-width:861px){.prefooter__item{padding:1.52381vw 0}}@media only screen and (max-width:860px) and (min-width:641px){.prefooter__item{padding:1.86047vw 0}}@media only screen and (max-width:640px){.prefooter__item{padding:4.26667vw 0}}.prefooter__title{margin-bottom:8px;font-size:28px;line-height:1.2;text-transform:uppercase}@media only screen and (min-width:1921px){.prefooter__title{margin-bottom:.44643vw;font-size:1.5625vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.prefooter__title{margin-bottom:.625vw;font-size:2.1875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.prefooter__title{margin-bottom:.7619vw;font-size:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.prefooter__title{margin-bottom:.93023vw;font-size:2.7907vw}}@media only screen and (max-width:640px){.prefooter__title{margin-bottom:2.13333vw;font-size:7.46667vw}}.prefooter__text{margin-bottom:40px;padding:0 8px;font-size:14px;text-align:center}@media only screen and (min-width:1921px){.prefooter__text{margin-bottom:2.23214vw;padding:0 .44643vw;font-size:.78125vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.prefooter__text{margin-bottom:3.125vw;padding:0 .625vw;font-size:1.09375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.prefooter__text{margin-bottom:3.80952vw;padding:0 .7619vw;font-size:1.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.prefooter__text{margin-bottom:4.65116vw;padding:0 .93023vw;font-size:1.62791vw}}@media only screen and (max-width:640px){.prefooter__text{margin-bottom:10.66667vw;padding:0 2.13333vw;font-size:3.73333vw}}.prefooter__btn,.prefooter__link{display:flex;justify-content:center;width:100%;margin-top:auto}.btn{cursor:pointer;position:relative;display:inline-flex;align-items:center;justify-content:center;max-width:100%;padding:11px 20px;transition-duration:.35s;transition-timing-function:cubic-bezier(.4,0,0,1);transition-property:background-color,border}@media only screen and (min-width:1921px){.btn{padding:.61384vw 1.11607vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.btn{padding:.85938vw 1.5625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.btn{padding:1.04762vw 1.90476vw}}@media only screen and (max-width:860px) and (min-width:641px){.btn{padding:1.27907vw 2.32558vw}}@media only screen and (max-width:640px){.btn{padding:1.86667vw 5.33333vw}}.btn.is-disabled,.btn:disabled{pointer-events:none;opacity:.5}.btn[disabled]{opacity:.3;cursor:not-allowed}.btn__name{position:relative;z-index:1;font-weight:500;font-size:16px;line-height:1.5;pointer-events:none}@media only screen and (min-width:1921px){.btn__name{font-size:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.btn__name{font-size:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.btn__name{font-size:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.btn__name{font-size:1.86047vw}}@media only screen and (max-width:640px){.btn__name{font-size:4.26667vw}}.btn__icon{margin-right:8px}@media only screen and (min-width:1921px){.btn__icon{margin-right:.44643vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.btn__icon{margin-right:.625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.btn__icon{margin-right:.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.btn__icon{margin-right:.93023vw}}@media only screen and (max-width:640px){.btn__icon{margin-right:2.13333vw}}.btn--bordered{border:1px solid #276967;border-radius:4px}@media only screen and (min-width:1921px){.btn--bordered{border-width:.0558vw;border-radius:.22321vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.btn--bordered{border-radius:.3125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.btn--bordered{border-radius:.38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.btn--bordered{border-radius:.46512vw}}@media only screen and (max-width:640px){.btn--bordered{border-radius:1.06667vw}}.btn--bordered:hover{background-color:rgba(39,105,103,.2)}.btn--bordered .btn__name{color:#276967}.btn--main{border:1px solid #276967;background-color:#276967;border-radius:4px}@media only screen and (min-width:1921px){.btn--main{border-width:.0558vw;border-radius:.22321vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.btn--main{border-radius:.3125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.btn--main{border-radius:.38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.btn--main{border-radius:.46512vw}}@media only screen and (max-width:640px){.btn--main{border-radius:1.06667vw}}.btn--main:hover{background-color:#1d5351;border-color:#1d5351}.btn--main .btn__name{color:#fff}.btn--full{width:100%}.btn--small{padding-top:7px;padding-bottom:7px}@media only screen and (min-width:1921px){.btn--small{padding-top:.39062vw;padding-bottom:.39062vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.btn--small{padding-top:.54688vw;padding-bottom:.54688vw}}@media only screen and (max-width:1050px) and (min-width:861px){.btn--small{padding-top:.66667vw;padding-bottom:.66667vw}}@media only screen and (max-width:860px) and (min-width:641px){.btn--small{padding-top:.81395vw;padding-bottom:.81395vw}}@media only screen and (max-width:640px){.btn--small{padding-top:1.86667vw;padding-bottom:1.86667vw}}.btn--big{padding-top:15px;padding-bottom:15px}@media only screen and (min-width:1921px){.btn--big{padding-top:.83705vw;padding-bottom:.83705vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.btn--big{padding-top:1.17188vw;padding-bottom:1.17188vw}}@media only screen and (max-width:1050px) and (min-width:861px){.btn--big{padding-top:1.42857vw;padding-bottom:1.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.btn--big{padding-top:1.74419vw;padding-bottom:1.74419vw}}@media only screen and (max-width:640px){.btn--big{padding-top:4vw;padding-bottom:4vw}}.btn--big .btn__name{text-transform:uppercase}.btn--icon{width:40px;height:40px;padding:0}@media only screen and (min-width:1921px){.btn--icon{width:2.23214vw;height:2.23214vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.btn--icon{width:3.125vw;height:3.125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.btn--icon{width:3.80952vw;height:3.80952vw}}@media only screen and (max-width:860px) and (min-width:641px){.btn--icon{width:4.65116vw;height:4.65116vw}}@media only screen and (max-width:640px){.btn--icon{width:10.66667vw;height:10.66667vw}}.btn--icon .btn__icon{margin:0}.like-button{position:relative;display:flex;width:40px;height:40px}@media only screen and (min-width:1921px){.like-button{width:2.23214vw;height:2.23214vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.like-button{width:3.125vw;height:3.125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.like-button{width:3.80952vw;height:3.80952vw}}@media only screen and (max-width:860px) and (min-width:641px){.like-button{width:4.65116vw;height:4.65116vw}}@media only screen and (max-width:640px){.like-button{width:10.66667vw;height:10.66667vw}}.like-button.is-active .like-button__icon{fill:#e41b1e}.like-button.is-active .like-button__icon--check{opacity:1;transform:scale(1)}.like-button:hover .like-button__icon--heart{fill:#e41b1e}.like-button__icon.svg{position:absolute;top:0;left:0;display:block;width:100%;height:100%;transition-duration:.35s;transition-timing-function:ease;transition-property:fill,opacity,transform}.like-button__icon--heart{fill:#6b7280}.like-button__icon--check{fill:transparent;opacity:0;transform:scale(0)}.cards-slider{position:relative}@media only screen and (max-width:1280px) and (min-width:1051px){.cards-slider:hover .cards-slider__btn{transform:translateY(-50%)}}.cards-slider__wrap{position:relative;margin:80px 0}@media only screen and (min-width:1921px){.cards-slider__wrap{margin:4.46429vw 0}}@media only screen and (max-width:1280px){.cards-slider__wrap{overflow:hidden}}@media only screen and (max-width:1280px) and (min-width:1051px){.cards-slider__wrap{margin:6.25vw 0}}@media only screen and (max-width:1050px) and (min-width:861px){.cards-slider__wrap{margin:7.61905vw 0}}@media only screen and (max-width:860px) and (min-width:641px){.cards-slider__wrap{margin:9.30233vw 0}}@media only screen and (max-width:640px){.cards-slider__wrap{margin:21.33333vw 0}}.cards-slider__item{position:relative;height:auto;display:flex;align-items:stretch}.cards-slider__item .prod-card{width:100%}.cards-slider__btn{position:absolute;top:50%;transform:translateY(-50%);cursor:pointer;display:flex;align-items:center;width:40px;height:100%;transition:transform .35s ease}@media only screen and (min-width:1921px){.cards-slider__btn{width:2.23214vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.cards-slider__btn{width:4.0625vw;height:4.0625vw;background-color:#f3f4f6;z-index:2}}@media only screen and (max-width:1050px){.cards-slider__btn{z-index:2;background-color:#f3f4f6}}@media only screen and (max-width:1050px) and (min-width:861px){.cards-slider__btn{width:4.95238vw;height:4.95238vw}}@media only screen and (max-width:860px) and (min-width:641px){.cards-slider__btn{width:4.65116vw;height:4.65116vw}}@media only screen and (max-width:640px){.cards-slider__btn{width:10.66667vw;height:10.66667vw}}.cards-slider__btn--prev{right:100%;transform:translateY(-50%)}@media only screen and (max-width:1280px){.cards-slider__btn--prev{right:auto}}@media only screen and (max-width:1280px) and (min-width:1051px){.cards-slider__btn--prev{left:-1.25vw;transform:translate(-50px,-50%)}}@media only screen and (max-width:1050px) and (min-width:861px){.cards-slider__btn--prev{left:-1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.cards-slider__btn--prev{left:-1.86047vw}}@media only screen and (max-width:640px){.cards-slider__btn--prev{left:-4.26667vw}}.cards-slider__btn--prev .svg{transform:rotate(90deg)}.cards-slider__btn--next{left:100%;transform:translateY(-50%)}@media only screen and (max-width:1280px){.cards-slider__btn--next{left:auto}}@media only screen and (max-width:1280px) and (min-width:1051px){.cards-slider__btn--next{right:-1.25vw;transform:translate(50px,-50%)}}@media only screen and (max-width:1050px) and (min-width:861px){.cards-slider__btn--next{right:-1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.cards-slider__btn--next{right:-1.86047vw}}@media only screen and (max-width:640px){.cards-slider__btn--next{right:-4.26667vw}}.cards-slider__btn--next .svg{transform:rotate(-90deg)}.cards-slider__btn:hover .svg{fill:#276967}.cards-slider__btn:active .svg{fill:#059669}.cards-slider__btn.swiper-button-disabled{opacity:.5;pointer-events:none}.cards-slider__btn .svg{width:100%;height:40px}@media only screen and (min-width:1921px){.cards-slider__btn .svg{height:3.125vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.cards-slider__btn .svg{height:4.0625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.cards-slider__btn .svg{height:4.95238vw}}@media only screen and (max-width:860px) and (min-width:641px){.cards-slider__btn .svg{height:4.65116vw}}@media only screen and (max-width:640px){.cards-slider__btn .svg{height:10.66667vw}}.swiper-wrapper{align-items:stretch}.link{cursor:pointer;position:relative;display:inline-flex;align-items:center;justify-content:center;max-width:100%;height:40px;padding:8px 4px;transition-duration:.35s;transition-timing-function:cubic-bezier(.4,0,0,1);transition-property:background-color}@media only screen and (min-width:1921px){.link{height:2.23214vw;padding:.44643vw .22321vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.link{height:3.125vw;padding:.625vw .3125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.link{height:3.80952vw;padding:.7619vw .38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.link{height:4.65116vw;padding:.93023vw .46512vw}}@media only screen and (max-width:640px){.link{height:10.66667vw;padding:2.13333vw 1.06667vw}}.link:hover:after{width:50%}.link:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100%;height:1px;background-color:#1f2937;transition:width .35s cubic-bezier(.4,0,0,1)}@media only screen and (min-width:1921px){.link:after{height:.0558vw}}@media only screen and (max-width:640px){.link:after{height:.26667vw}}.link.is-disabled,.link:disabled{pointer-events:none;opacity:.5}.link[disabled]{opacity:.3;cursor:not-allowed}.link__name{position:relative;z-index:1;font-weight:500;font-size:16px;line-height:1.5;color:#1f2937;pointer-events:none}@media only screen and (min-width:1921px){.link__name{font-size:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.link__name{font-size:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.link__name{font-size:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.link__name{font-size:1.86047vw}}@media only screen and (max-width:640px){.link__name{font-size:4.26667vw}}#loader{transition:opacity .3s ease}.a-container{max-width:1224px;width:100%;margin-right:auto;margin-left:auto}@media only screen and (min-width:1921px){.a-container{max-width:68.30357vw}}@media only screen and (max-width:1280px){.a-container{max-width:100%;padding-right:16px;padding-left:16px}}@media only screen and (max-width:640px){.a-container{padding-right:4.26667vw;padding-left:4.26667vw}}.sub-title{position:relative;display:block;margin-bottom:40px;font:500 32px/1.2 Inter,sans-serif;text-transform:uppercase}@media only screen and (min-width:1921px){.sub-title{margin-bottom:2.23214vw;font-size:1.78571vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.sub-title{margin-bottom:3.125vw;font-size:2.5vw}}@media only screen and (max-width:1050px) and (min-width:861px){.sub-title{margin-bottom:3.80952vw;font-size:3.04762vw}}@media only screen and (max-width:860px) and (min-width:641px){.sub-title{margin-bottom:4.65116vw;font-size:3.72093vw}}@media only screen and (max-width:640px){.sub-title{margin-bottom:10.66667vw;font-size:5.33333vw}}.page-top__wrapper{background-color:#f3f4f6;padding-top:24px;padding-bottom:24px}@media only screen and (min-width:1921px){.page-top__wrapper{padding-top:1.33929vw;padding-bottom:1.33929vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.page-top__wrapper{padding-top:1.875vw;padding-bottom:1.875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.page-top__wrapper{padding-top:2.28571vw;padding-bottom:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.page-top__wrapper{padding-top:2.7907vw;padding-bottom:2.7907vw}}@media only screen and (max-width:640px){.page-top__wrapper{padding-top:6.4vw;padding-bottom:6.4vw}}.page-top__title{margin-top:8px;font-weight:500;font-size:36px;line-height:1.2;text-transform:uppercase}@media only screen and (min-width:1921px){.page-top__title{margin-top:.44643vw;font-size:2.00893vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.page-top__title{margin-top:.625vw;font-size:2.8125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.page-top__title{margin-top:.7619vw;font-size:2.85714vw}}@media only screen and (max-width:860px) and (min-width:641px){.page-top__title{margin-top:1.86047vw;font-size:3.48837vw}}@media only screen and (max-width:640px){.page-top__title{margin-top:4.26667vw;font-size:5.33333vw}}.page-info__sup-title{margin-bottom:8px;font-size:20px;line-height:1.2;color:#111827;text-transform:uppercase}@media only screen and (min-width:1921px){.page-info__sup-title{margin-bottom:.44643vw;font-size:1.11607vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.page-info__sup-title{margin-bottom:.625vw;font-size:1.5625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.page-info__sup-title{margin-bottom:.7619vw;font-size:1.90476vw}}@media only screen and (max-width:860px) and (min-width:641px){.page-info__sup-title{margin-bottom:.93023vw;font-size:2.32558vw}}@media only screen and (max-width:640px){.page-info__sup-title{margin-bottom:2.13333vw;font-size:4.8vw}}.page-info__title{font-weight:500;font-size:36px;line-height:1.2;text-transform:uppercase}@media only screen and (min-width:1921px){.page-info__title{font-size:2.00893vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.page-info__title{font-size:2.8125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.page-info__title{font-size:3.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.page-info__title{font-size:4.18605vw}}@media only screen and (max-width:640px){.page-info__title{font-size:7.46667vw}}.page-info__title.color-green{color:#276967}.page-info__text{font-size:20px;line-height:1.5;color:#374151}@media only screen and (min-width:1921px){.page-info__text{font-size:1.11607vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.page-info__text{font-size:1.5625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.page-info__text{font-size:1.90476vw}}@media only screen and (max-width:860px) and (min-width:641px){.page-info__text{font-size:2.32558vw}}@media only screen and (max-width:640px){.page-info__text{font-size:4.26667vw}}.page-info__text p{margin:0}.ttu{text-transform:uppercase}.ajax-loader{position:fixed;top:0;left:0;z-index:11;display:block;width:100%;height:100%;padding:32px;background:hsla(0,0%,100%,.5);pointer-events:none;transition:opacity .35s;opacity:0}@media only screen and (min-width:1921px){.ajax-loader{padding:1.78571vw}}@media only screen and (max-width:640px){.ajax-loader{padding:8.53333vw}}.ajax-loader.is-showed{opacity:1;pointer-events:all}.ajax-loader.is-showed .ajax-loader__inner{animation:rotating 2.4s linear infinite}.ajax-loader__inner{position:absolute;top:50%;right:0;left:0;display:block;width:48px;height:48px;margin:-16px auto 0;background:url(/local/templates/atvstyle2023/./images/loader--black.svg) 50% 50% no-repeat;background-size:contain}@media only screen and (min-width:1921px){.ajax-loader__inner{width:2.67857vw;height:2.67857vw;margin:-.89286vw auto 0}}@media only screen and (max-width:640px){.ajax-loader__inner{width:12.8vw;height:12.8vw;margin:-4.26667vw auto 0}}.section-select{padding-top:80px;padding-bottom:80px}@media only screen and (min-width:1921px){.section-select{padding-top:4.46429vw;padding-bottom:4.46429vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.section-select{padding-top:6.25vw;padding-bottom:6.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.section-select{padding-top:7.61905vw;padding-bottom:7.61905vw}}@media only screen and (max-width:860px) and (min-width:641px){.section-select{padding-top:9.30233vw;padding-bottom:9.30233vw}}@media only screen and (max-width:640px){.section-select{padding-top:10.66667vw;padding-bottom:10.66667vw}}.section-select__wrapper{max-width:100%;overflow:hidden}.section-select__title{max-width:70%;margin-bottom:40px;font-weight:500;font-size:36px;line-height:1.2;text-transform:uppercase}@media only screen and (min-width:1921px){.section-select__title{margin-bottom:2.23214vw;font-size:2.00893vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.section-select__title{margin-bottom:3.125vw;font-size:2.8125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.section-select__title{margin-bottom:3.80952vw;font-size:2.85714vw}}@media only screen and (max-width:860px) and (min-width:641px){.section-select__title{margin-bottom:4.65116vw;font-size:3.48837vw}}@media only screen and (max-width:640px){.section-select__title{max-width:100%;margin-bottom:10.66667vw;font-size:5.33333vw}}.section-select__year__items{display:flex;flex-wrap:wrap;margin:-4px}@media only screen and (min-width:1921px){.section-select__year__items{margin:-.22321vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.section-select__year__items{margin:-.3125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.section-select__year__items{margin:-.38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.section-select__year__items{margin:-.46512vw}}@media only screen and (max-width:640px){.section-select__year__items{display:none;margin:-1.06667vw}}.section-select__year__item{width:calc(11.11111% - 8px);padding:24px;margin:4px;border:1px solid #f3f4f6;border-radius:4px;text-align:center;color:#1f2937}@media only screen and (min-width:1921px){.section-select__year__item{width:calc(14.28571% - .44643vw);margin:.22321vw;padding:1.33929vw;border-radius:.22321vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.section-select__year__item{width:calc(14.28571% - .625vw);margin:.3125vw;padding:1.875vw;border-radius:.3125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.section-select__year__item{width:calc(14.28571% - .7619vw);margin:.38095vw;padding:2.28571vw;border-radius:.38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.section-select__year__item{width:calc(16.66667% - .93023vw);margin:.46512vw;padding:2.7907vw;border-radius:.46512vw}}@media only screen and (max-width:640px){.section-select__year__item{margin:1.06667vw;padding:6.4vw;border-radius:1.06667vw}}.section-select__year__item:hover{color:#276967;border-color:#276967;box-shadow:0 5px 20px rgba(0,0,0,.25)}@media only screen and (min-width:1921px){.section-select__year__item:hover{box-shadow:0 .27902vw 1.11607vw rgba(0,0,0,.25)}}@media only screen and (max-width:1280px) and (min-width:1051px){.section-select__year__item:hover{box-shadow:0 .39062vw 1.5625vw rgba(0,0,0,.25)}}@media only screen and (max-width:1050px) and (min-width:861px){.section-select__year__item:hover{box-shadow:0 .47619vw 1.90476vw rgba(0,0,0,.25)}}@media only screen and (max-width:860px) and (min-width:641px){.section-select__year__item:hover{box-shadow:0 .5814vw 2.32558vw rgba(0,0,0,.25)}}@media only screen and (max-width:640px){.section-select__year__item:hover{box-shadow:0 1.33333vw 5.33333vw rgba(0,0,0,.25)}}@media only screen and (max-width:860px) and (min-width:641px){.section-select__slider{margin-right:-1.86047vw;margin-left:-1.86047vw;padding-right:1.86047vw;padding-left:1.86047vw;overflow:visible}}@media only screen and (max-width:640px){.section-select__slider{margin-right:-4.26667vw;margin-left:-4.26667vw;padding-right:4.26667vw;padding-left:4.26667vw;overflow:visible}}.section-select__nav{display:flex;gap:16px;margin-top:16px}@media only screen and (min-width:1921px){.section-select__nav{gap:.89286vw;margin-top:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.section-select__nav{gap:1.25vw;margin-top:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.section-select__nav{gap:1.52381vw;margin-top:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.section-select__nav{gap:1.86047vw;margin-top:1.86047vw}}@media only screen and (max-width:640px){.section-select__nav{gap:4.26667vw;margin-top:4.26667vw}}.section-select__nav__btn{width:57px;height:13px}@media only screen and (min-width:1921px){.section-select__nav__btn{width:3.1808vw;height:.72545vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.section-select__nav__btn{width:4.45312vw;height:1.01562vw}}@media only screen and (max-width:1050px) and (min-width:861px){.section-select__nav__btn{width:5.42857vw;height:1.2381vw}}@media only screen and (max-width:860px) and (min-width:641px){.section-select__nav__btn{width:6.62791vw;height:1.51163vw}}@media only screen and (max-width:640px){.section-select__nav__btn{width:15.2vw;height:3.46667vw}}.section-select__nav__btn.swiper-button-disabled{cursor:not-allowed}.section-select__nav__btn.swiper-button-disabled svg{fill:#999}.section-select__nav__btn svg{width:100%;height:100%}.section-select__items{display:flex}.section-select__item{display:flex;flex-direction:column;border:1px solid transparent;border-radius:4px;transition-duration:.35s;transition-timing-function:cubic-bezier(.4,0,0,1);transition-property:border,box-shadow;will-change:transform,box-shadow}@media only screen and (min-width:1921px){.section-select__item{border-width:.0558vw;border-radius:.22321vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.section-select__item{border-radius:.3125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.section-select__item{border-radius:.38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.section-select__item{border-color:#d1d5db;border-radius:.46512vw}}@media only screen and (max-width:640px){.section-select__item{border-color:#d1d5db;border-radius:1.06667vw}}.section-select__item:last-child{margin-right:0!important}.section-select__item--filter{filter:grayscale(100%);transition-property:filter,border,box-shadow}.section-select__item--filter:hover{filter:grayscale(0)}.section-select__item:hover{border-color:#276967;box-shadow:0 5px 20px rgba(0,0,0,.25)}@media only screen and (min-width:1921px){.section-select__item:hover{box-shadow:0 .27902vw 1.11607vw rgba(0,0,0,.25)}}@media only screen and (max-width:1280px) and (min-width:1051px){.section-select__item:hover{box-shadow:0 .39062vw 1.5625vw rgba(0,0,0,.25)}}@media only screen and (max-width:1050px) and (min-width:861px){.section-select__item:hover{box-shadow:0 .47619vw 1.90476vw rgba(0,0,0,.25)}}@media only screen and (max-width:860px) and (min-width:641px){.section-select__item:hover{box-shadow:0 .5814vw 2.32558vw rgba(0,0,0,.25)}}@media only screen and (max-width:640px){.section-select__item:hover{box-shadow:0 1.33333vw 5.33333vw rgba(0,0,0,.25)}}.section-select__item:hover .section-select__name{color:#276967;text-decoration:underline}.section-select__img{display:flex;align-items:center;justify-content:center}.section-select__img img{display:block;max-width:100%;width:100%}.section-select__name{padding:0 11px 16px;color:#1f2937;text-align:center}@media only screen and (min-width:1921px){.section-select__name{padding:0 .61384vw .89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.section-select__name{padding:0 .85938vw 1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.section-select__name{padding:0 1.04762vw 1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.section-select__name{padding:0 1.27907vw 1.86047vw}}@media only screen and (max-width:640px){.section-select__name{padding:0 2.93333vw 4.26667vw}}@media only screen and (min-width:1051px){.section-select--brand .section-select__items{flex-wrap:wrap;margin:0 -8px}}@media only screen and (max-width:1280px) and (min-width:1051px){.section-select--brand .section-select__items{margin:0 -.625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.section-select--brand .section-select__items{flex-wrap:wrap;margin:0 -.7619vw}}@media only screen and (min-width:1051px){.section-select--brand .section-select__item{width:calc(16.66667% - 16px);margin:8px}}@media only screen and (max-width:1280px) and (min-width:1051px){.section-select--brand .section-select__item{width:calc(16.66667% - 1.25vw);margin:.625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.section-select--brand .section-select__item{width:calc(16.66667% - 1.52381vw);margin:.7619vw}}.section-select--catalog .section-select__items{flex-wrap:wrap;margin:0 -8px}@media only screen and (min-width:1921px){.section-select--catalog .section-select__items{margin:0 -.44643vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.section-select--catalog .section-select__items{margin:0 -.625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.section-select--catalog .section-select__items{margin:0 -.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.section-select--catalog .section-select__items{margin:0 -.93023vw}}@media only screen and (max-width:640px){.section-select--catalog .section-select__items{display:none;margin:0 -2.13333vw}}.section-select--catalog .section-select__item{flex:inherit;width:calc(16.66667% - 16px);margin:8px;border-color:#f3f4f6}@media only screen and (min-width:1921px){.section-select--catalog .section-select__item{width:calc(16.66667% - .89286vw);margin:.44643vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.section-select--catalog .section-select__item{width:calc(16.66667% - 1.25vw);margin:.625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.section-select--catalog .section-select__item{width:calc(16.66667% - 1.52381vw);margin:.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.section-select--catalog .section-select__item{width:calc(16.66667% - 1.86047vw);margin:.93023vw}}@media only screen and (max-width:640px){.section-select--catalog .section-select__item{width:calc(16.66667% - 4.26667vw);margin:2.13333vw}}.section-select--catalog .custom-select{display:none}@media only screen and (max-width:640px){.section-select--catalog .custom-select{display:block}}.section-description{padding-top:128px;padding-bottom:128px}@media only screen and (min-width:1921px){.section-description{padding-top:7.14286vw;padding-bottom:7.14286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.section-description{padding-top:10vw;padding-bottom:10vw}}@media only screen and (max-width:1050px) and (min-width:861px){.section-description{padding-top:12.19048vw;padding-bottom:12.19048vw}}@media only screen and (max-width:860px) and (min-width:641px){.section-description{padding-top:9.30233vw;padding-bottom:9.30233vw}}@media only screen and (max-width:640px){.section-description{padding-top:21.33333vw;padding-bottom:21.33333vw}}.section-description__wrapper{background-color:#f9fafb}.section-description__suptitle{font-weight:500;font-size:18px;line-height:1.2;color:#276967;text-transform:uppercase}@media only screen and (min-width:1921px){.section-description__suptitle{font-size:1.00446vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.section-description__suptitle{font-size:1.40625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.section-description__suptitle{font-size:1.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.section-description__suptitle{font-size:1.86047vw;line-height:1.5}}@media only screen and (max-width:640px){.section-description__suptitle{font-size:4.26667vw;line-height:1.5}}.section-description__suptitle.color-red{color:#e41b1e}.section-description__title{margin-bottom:40px;font-weight:500;font-size:36px;line-height:1.2;text-transform:uppercase}@media only screen and (min-width:1921px){.section-description__title{margin-bottom:2.23214vw;font-size:2.00893vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.section-description__title{margin-bottom:3.125vw;font-size:2.8125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.section-description__title{margin-bottom:3.80952vw;font-size:3.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.section-description__title{margin-bottom:4.65116vw;font-size:4.18605vw}}@media only screen and (max-width:640px){.section-description__title{margin-bottom:10.66667vw;font-size:5.33333vw;line-height:1.2}}.section-description__text{display:flex;color:#374151;gap:24px}@media only screen and (min-width:1921px){.section-description__text{gap:1.33929vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.section-description__text{gap:1.875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.section-description__text{gap:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.section-description__text{flex-direction:column;gap:2.7907vw}}@media only screen and (max-width:640px){.section-description__text{flex-direction:column;gap:6.4vw}}@media only screen and (max-width:640px){.section-description__text__col{width:100%}}.breadcrumbs{position:relative;overflow:hidden;display:block;margin-top:0;margin-bottom:0;padding-left:0}.breadcrumbs li{display:inline;vertical-align:middle}.breadcrumbs a,.breadcrumbs span{display:inline;font-size:18px;line-height:1.5;color:#1f2937}@media only screen and (min-width:1921px){.breadcrumbs a,.breadcrumbs span{font-size:1.00446vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.breadcrumbs a,.breadcrumbs span{font-size:1.40625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.breadcrumbs a,.breadcrumbs span{font-size:1.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.breadcrumbs a,.breadcrumbs span{font-size:2.09302vw}}@media only screen and (max-width:640px){.breadcrumbs a,.breadcrumbs span{font-size:3.46667vw}}.breadcrumbs a:after{content:"";display:inline-block;vertical-align:middle;margin:0 8px;width:16px;height:16px;background:url(/local/templates/atvstyle2023/./images/svg/icon-chevron-right.svg);background-size:16px}@media only screen and (min-width:1921px){.breadcrumbs a:after{width:.89286vw;height:.89286vw;margin:0 .44643vw;background-size:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.breadcrumbs a:after{width:1.25vw;height:1.25vw;margin:0 .625vw;background-size:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.breadcrumbs a:after{width:1.52381vw;margin:0 .7619vw;height:1.52381vw;font-size:1.71429vw;background-size:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.breadcrumbs a:after{width:1.86047vw;height:1.86047vw;margin:0 .93023vw;font-size:2.09302vw;background-size:1.86047vw}}@media only screen and (max-width:640px){.breadcrumbs a:after{width:4.26667vw;height:4.26667vw;margin:0 1.33333vw;font-size:4.8vw;background-size:4.26667vw}}.breadcrumbs a:hover span{text-decoration:underline}.pagination{display:flex}.pagination,.pagination__one{justify-content:center;align-items:center}.pagination__one{position:relative;display:inline-flex;width:40px;height:40px;border:1px solid #6b7280;border-radius:4px;margin:0 8px;color:#6b7280;font-size:18px;line-height:1.5;transition:color .3s ease-in-out}@media only screen and (min-width:1921px){.pagination__one{width:2.23214vw;height:2.23214vw;border-radius:.22321vw;margin:0 .44643vw;font-size:1.00446vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.pagination__one{width:3.125vw;height:3.125vw;border-radius:.3125vw;margin:0 .625vw;font-size:1.40625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.pagination__one{width:3.80952vw;height:3.80952vw;border-radius:.38095vw;margin:0 .7619vw;font-size:1.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.pagination__one{width:4.65116vw;height:4.65116vw;border-radius:.46512vw;margin:0 .93023vw;font-size:2.09302vw}}@media only screen and (max-width:640px){.pagination__one{width:10.66667vw;height:10.66667vw;border-radius:1.06667vw;margin:0 2.13333vw;font-size:4.8vw}}.pagination__one--current{color:#276967;border-color:#276967}.pagination__one--next,.pagination__one--prev{color:#1f2937;border-color:#1f2937}.pagination a.pagination__one:hover{color:#276967;border-color:#276967}.pagination span.pagination__one--next,.pagination span.pagination__one--prev,.svg{pointer-events:none}.svg{width:24px;height:24px}@media only screen and (min-width:1921px){.svg{width:1.33929vw;height:1.33929vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.svg{width:1.875vw;height:1.875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.svg{width:2.28571vw;height:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.svg{width:2.7907vw;height:2.7907vw}}@media only screen and (max-width:640px){.svg{width:6.4vw;height:6.4vw}}.svg__inner{pointer-events:none;position:relative;display:block;width:24px;height:24px}@media only screen and (min-width:1921px){.svg__inner{width:1.33929vw;height:1.33929vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.svg__inner{width:1.875vw;height:1.875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.svg__inner{width:2.28571vw;height:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.svg__inner{width:2.7907vw;height:2.7907vw}}@media only screen and (max-width:640px){.svg__inner{width:6.4vw;height:6.4vw}}.svg__inner--center{margin-right:auto;margin-left:auto}.svg__inner .svg{left:0;display:block;width:100%;height:100%}.svg__count,.svg__inner .svg{position:absolute;top:0;text-align:center}.svg__count{pointer-events:none;right:0;transform:translate(44.44%,-50%);display:flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background-color:#111827;overflow:hidden}@media only screen and (min-width:1921px){.svg__count{width:1.00446vw;height:1.00446vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.svg__count{width:1.40625vw;height:1.40625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.svg__count{width:1.71429vw;height:1.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.svg__count{width:2.09302vw;height:2.09302vw}}@media only screen and (max-width:640px){.svg__count{width:4.8vw;height:4.8vw}}.svg__count span{font-weight:400;font-size:12px;line-height:1.5;transition:color .5s ease 0s;color:#fff}@media only screen and (min-width:1921px){.svg__count span{font-size:.66964vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.svg__count span{font-size:.9375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.svg__count span{font-size:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.svg__count span{font-size:1.39535vw}}@media only screen and (max-width:640px){.svg__count span{font-size:3.2vw}}.fill--black{fill:#000;color:#000}.fill--dark{fill:#1f2937;color:#1f2937}.fill--white{fill:#fff;color:#fff}.fill--red{fill:#e41b1e;color:#e41b1e}.fill--green{fill:#276967;color:#276967}.fill--yellow{fill:#feec1d;color:#feec1d}.fill--gray{fill:#6b7280;color:#6b7280}.stroke--black{stroke:#000;fill:none}.stroke--dark{stroke:#1f2937;fill:none}.stroke--white{stroke:#fff;fill:none}.stroke--red{stroke:#e41b1e;fill:none}.stroke--green{stroke:#276967;fill:none}.stroke--yellow{stroke:#feec1d;fill:none}@media only screen and (max-width:1050px){.a-filters{position:fixed;top:0;bottom:0;left:0;z-index:9;width:360px;transform:translate3d(-100%,0,0);transition:transform .35s cubic-bezier(.4,0,0,1);pointer-events:none}.a-filters.is-open{transform:translateZ(0);transition:transform .5s cubic-bezier(.4,0,0,1);pointer-events:all}.a-filters.is-open .a-filters__bg{opacity:.5;transition:opacity .35s ease}}@media only screen and (max-width:640px){.a-filters{width:100%}}@media only screen and (max-width:1050px){.a-filters__wrap{position:absolute;top:0;left:0;bottom:0;z-index:1;display:flex;flex-direction:column;width:100%;background:#fff}}@media only screen and (max-width:1050px){.a-filters__bg{position:fixed;top:0;left:100%;z-index:1;width:100vw;height:100vh;background:#000;opacity:0;transition:opacity .25s ease}}.a-filters__close{position:absolute;top:8px;right:8px;z-index:3;display:none;width:24px;height:24px;background:#fff}@media only screen and (max-width:1050px){.a-filters__close{display:block}}@media only screen and (max-width:640px){.a-filters__close{top:2.13333vw;right:2.13333vw;width:6.4vw;height:6.4vw}}.a-filters__close:after,.a-filters__close:before{position:absolute;top:0;right:0;bottom:0;left:0;display:block;margin:auto;content:"";width:24px;height:2px;background:#111827}@media only screen and (max-width:640px){.a-filters__close:after,.a-filters__close:before{width:6.4vw;height:.53333vw}}.a-filters__close:before{transform:rotate(45deg);transition:transform .35s cubic-bezier(.455,.03,.515,.955) 0s}.a-filters__close:after{transform:rotate(-45deg);transition:transform .3s cubic-bezier(.455,.03,.515,.955) .05s}.a-filters__close:hover:before{transform:rotate(-135deg)}.a-filters__close:hover:after{transform:rotate(-225deg)}@media only screen and (max-width:1050px){.a-filters__list{max-height:100%;padding:24px 8px;overflow-x:hidden;overflow-y:auto}}@media only screen and (max-width:640px){.a-filters__list{padding:6.4vw 2.13333vw}}.a-filters__list::-webkit-scrollbar{width:3px;height:3px;background-color:#d1d5db}@media only screen and (max-width:640px){.a-filters__list::-webkit-scrollbar{width:.8vw;height:.8vw}}.a-filters__list::-webkit-scrollbar-thumb{background-color:#276967}.a-filters .category-list .category-list__name{font-size:15px}@media only screen and (max-width:1280px) and (min-width:1051px){.a-filters .category-list .category-list__name{font-size:1.17188vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-filters .category-list .category-list__name{font-size:1.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-filters .category-list .category-list__name{font-size:1.74419vw}}@media only screen and (max-width:640px){.a-filters .category-list .category-list__name{font-size:4vw}}.a-filters .category-list .category-list .category-list__name{font-size:14px}@media only screen and (max-width:1280px) and (min-width:1051px){.a-filters .category-list .category-list .category-list__name{font-size:1.09375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-filters .category-list .category-list .category-list__name{font-size:1.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-filters .category-list .category-list .category-list__name{font-size:1.62791vw}}@media only screen and (max-width:640px){.a-filters .category-list .category-list .category-list__name{font-size:3.73333vw}}.a-filters .category-list__inner{display:none;margin-bottom:25px;padding-left:3px}@media only screen and (max-width:1280px) and (min-width:1051px){.a-filters .category-list__inner{margin-bottom:1.95312vw;padding-left:.23438vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-filters .category-list__inner{margin-bottom:2.38095vw;padding-left:.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-filters .category-list__inner{margin-bottom:2.90698vw;padding-left:.34884vw}}@media only screen and (max-width:640px){.a-filters .category-list__inner{margin-bottom:6.66667vw;padding-left:.8vw}}.a-filters .category-list .category-sublist{display:none;margin-top:0;margin-bottom:30px;padding-left:3px}@media only screen and (max-width:1280px) and (min-width:1051px){.a-filters .category-list .category-sublist{margin-bottom:2.34375vw;padding-left:.23438vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-filters .category-list .category-sublist{margin-bottom:2.85714vw;padding-left:.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-filters .category-list .category-sublist{margin-bottom:3.48837vw;padding-left:.34884vw}}@media only screen and (max-width:640px){.a-filters .category-list .category-sublist{margin-bottom:8vw;padding-left:.8vw}}.a-filters .category-list .category-sublist li{padding-left:0}.a-filters .category-list .category-sublist__name{font-size:14px}.a-filters .category-list__icon{pointer-events:auto}.a-filters .category-list>li>.category-list__inner{margin-top:16px}@media only screen and (max-width:1280px) and (min-width:1051px){.a-filters .category-list>li>.category-list__inner{margin-top:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-filters .category-list>li>.category-list__inner{margin-top:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-filters .category-list>li>.category-list__inner{margin-top:1.86047vw}}@media only screen and (max-width:640px){.a-filters .category-list>li>.category-list__inner{margin-top:4.26667vw}}.a-filters .category-list>li .category-list{margin:0}.a-filters .category-list>li.is-opened>.category-list__item .category-list__name{color:#276967}.a-filters .category-list>li.is-opened>.category-list__item .category-list__icon{transform:rotate(90deg);fill:#276967}.a-filters .category-list>li.is-opened>.category-list__inner,.a-filters .category-list>li.is-opened>.category-list__inner>.category-list,.a-filters .category-list>li.is-opened>.category-sublist{display:block}.a-filters__active-list{list-style-type:none;margin:0 0 16px;padding:0}@media only screen and (max-width:640px){.a-filters__active-list{margin-bottom:4.26667vw}}.a-filters__active-list__item{display:flex;align-items:center;margin:8px 0}@media only screen and (max-width:640px){.a-filters__active-list__item{margin-top:2.13333vw;margin-bottom:2.13333vw}}.a-filters__active-list__item:first-child{margin-top:0}.a-filters__active-list__item:last-child{margin-bottom:0}.a-filters__active-list__btn{margin-right:4px}@media only screen and (max-width:640px){.a-filters__active-list__btn{margin-right:1.06667vw}}.a-filters__active-list__btn .svg{transition:fill .35s cubic-bezier(.4,0,0,1)}.a-filters__active-list__btn:hover .svg{fill:#e41b1e}.a-filters__active-list__name{font-weight:500;font-size:16px;line-height:1.2;color:#1f2937}@media only screen and (max-width:640px){.a-filters__active-list__name{font-size:4.26667vw}}.a-filters__title{font:28px/1.142 Montserrat,serif,Inter,sans-serif;letter-spacing:.035em;text-transform:uppercase}@media only screen and (max-width:640px){.a-filters__title{font-size:7.46667vw}}.a-filters__title__wrap{display:flex;align-items:center}.a-filters__title__icon{margin-left:8px}@media only screen and (max-width:640px){.a-filters__title__icon{margin-left:2.13333vw}}.a-filters__title:not(:first-child){margin-top:25px}@media only screen and (max-width:640px){.a-filters__title:not(:first-child){margin-top:6.66667vw}}.a-filters__one{position:relative;margin-top:16px;padding:24px 16px;font-size:14px;line-height:1.43}@media only screen and (max-width:640px){.a-filters__one{margin-top:4.26667vw;padding:6.4vw 4.26667vw;font-size:3.73333vw}}.a-filters__one:first-child{margin-top:0}.a-filters__one.is-close .a-filters__one__title:before,.a-filters__one[data-filter-visible=hide] .a-filters__one__title:before{transform:rotate(0deg)}.a-filters__one.is-close .a-filters__one__values,.a-filters__one[data-filter-visible=hide] .a-filters__one__values{display:none}.a-filters__one__title{position:relative;z-index:1;width:100%;font-weight:600;font-size:18px;line-height:1.2;color:#111827;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media only screen and (max-width:640px){.a-filters__one__title{font-size:4.8vw}}.a-filters__one__title--green{color:#276967}[data-filter-visible] .a-filters__one__title{cursor:pointer}[data-filter-visible] .a-filters__one__title:before{content:"";position:absolute;top:0;right:0;z-index:0;transform:rotate(180deg);display:block;width:24px;height:24px;background:url(/local/templates/atvstyle2023/./images/svg/icon-chevron.svg) no-repeat 50%;background-size:contain}@media only screen and (max-width:640px){[data-filter-visible] .a-filters__one__title:before{width:6.4vw;height:6.4vw}}.a-filters__one__title .rub:after{font-weight:400}.a-filters__one__title~.a-filters__one__values{margin-top:16px}@media only screen and (max-width:640px){.a-filters__one__title~.a-filters__one__values{margin-top:4.26667vw}}.a-filters__one__values{display:flex;flex-direction:column}.a-filters__one__values .checkbox__text{font-weight:500}.category-list{list-style:none;margin:0;padding:0}.category-list--sublist>li.is-opened .category-list__icon{transform:rotate(180deg)}.category-list>li{margin:16px 0}@media only screen and (min-width:1921px){.category-list>li{margin:.89286vw 0}}@media only screen and (max-width:1280px) and (min-width:1051px){.category-list>li{margin:1.25vw 0}}@media only screen and (max-width:1050px) and (min-width:861px){.category-list>li{margin:1.52381vw 0}}@media only screen and (max-width:860px) and (min-width:641px){.category-list>li{margin:1.86047vw 0}}@media only screen and (max-width:640px){.category-list>li{margin:4.26667vw 0}}.category-list>li:first-child{margin-top:0}.category-list>li:last-child{margin-top:0;padding-bottom:16px}@media only screen and (min-width:1921px){.category-list>li:last-child{padding-bottom:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.category-list>li:last-child{padding-bottom:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.category-list>li:last-child{padding-bottom:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.category-list>li:last-child{padding-bottom:1.86047vw}}@media only screen and (max-width:640px){.category-list>li:last-child{padding-bottom:4.26667vw}}.category-list__item{display:flex;align-items:center;justify-content:space-between}.category-list__item--back{cursor:pointer;justify-content:flex-start;margin-bottom:16px}@media only screen and (min-width:1921px){.category-list__item--back{margin-bottom:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.category-list__item--back{margin-bottom:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.category-list__item--back{margin-bottom:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.category-list__item--back{margin-bottom:1.86047vw}}@media only screen and (max-width:640px){.category-list__item--back{margin-bottom:4.26667vw}}.category-list__item--back .category-list__icon{transform:rotate(180deg);margin-right:16px;fill:#276967}@media only screen and (min-width:1921px){.category-list__item--back .category-list__icon{margin-right:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.category-list__item--back .category-list__icon{margin-right:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.category-list__item--back .category-list__icon{margin-right:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.category-list__item--back .category-list__icon{margin-right:1.86047vw}}@media only screen and (max-width:640px){.category-list__item--back .category-list__icon{margin-right:4.26667vw}}.category-list__item--back .category-list__name{color:#276967}.category-list__name{cursor:pointer;position:relative;display:block;width:100%;padding:6.5px 0;font-weight:600;font-size:16px;line-height:1.2;color:#1f2937;transition:color .35s ease}@media only screen and (min-width:1921px){.category-list__name{padding:.36272vw 0;font-size:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.category-list__name{padding:.50781vw 0;font-size:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.category-list__name{padding:.61905vw 0;font-size:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.category-list__name{padding:.75581vw 0;font-size:1.86047vw}}@media only screen and (max-width:640px){.category-list__name{padding:1.73333vw 0;font-size:4.26667vw}}@media only screen and (min-width:641px){.category-list__name:hover{color:#276967}}.category-list__name:active{color:#276967;text-decoration:underline}.category-list__name~.category-list{margin-top:16px}@media only screen and (min-width:1921px){.category-list__name~.category-list{margin-top:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.category-list__name~.category-list{margin-top:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.category-list__name~.category-list{margin-top:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.category-list__name~.category-list{margin-top:1.86047vw}}@media only screen and (max-width:640px){.category-list__name~.category-list{margin-top:4.26667vw}}.category-list__name+.category-list__icon{margin-left:16px}@media only screen and (min-width:1921px){.category-list__name+.category-list__icon{margin-left:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.category-list__name+.category-list__icon{margin-left:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.category-list__name+.category-list__icon{margin-left:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.category-list__name+.category-list__icon{margin-left:1.86047vw}}@media only screen and (max-width:640px){.category-list__name+.category-list__icon{margin-left:4.26667vw}}.category-list__icon{flex-shrink:0;cursor:pointer}body.mobile-menu-opened .category-list__icon{pointer-events:auto}.category-list__icon:active,.category-list__icon:hover{fill:#276967}.category-sublist{display:none;list-style:none;margin:16px 0 0;padding:0}@media only screen and (min-width:1921px){.category-sublist{margin-top:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.category-sublist{margin-top:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.category-sublist{margin-top:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.category-sublist{margin-top:1.86047vw}}@media only screen and (max-width:640px){.category-sublist{margin-top:4.26667vw}}.category-sublist li{margin:12px 0;padding-left:24px}@media only screen and (min-width:1921px){.category-sublist li{margin:.66964vw 0;padding-left:1.33929vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.category-sublist li{margin:.9375vw 0;padding-left:1.875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.category-sublist li{margin:1.14286vw 0;padding-left:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.category-sublist li{margin:1.39535vw 0;padding-left:2.7907vw}}@media only screen and (max-width:640px){.category-sublist li{margin:3.2vw 0;padding-left:6.4vw}}.category-sublist__name{cursor:pointer;display:block;font-size:16px;line-height:1.5;color:#1f2937;transition:color .35s ease}@media only screen and (min-width:1921px){.category-sublist__name{font-size:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.category-sublist__name{font-size:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.category-sublist__name{font-size:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.category-sublist__name{font-size:1.86047vw}}@media only screen and (max-width:640px){.category-sublist__name{font-size:4.26667vw}}@media only screen and (min-width:641px){.category-sublist__name:hover{color:#276967}}.category-sublist__name:active{color:#276967;text-decoration:underline}.container-with-aside{display:flex;align-items:flex-start;margin-top:40px;margin-bottom:80px}@media only screen and (min-width:1921px){.container-with-aside{margin-top:2.23214vw;margin-bottom:4.46429vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.container-with-aside{margin-top:3.125vw;margin-bottom:6.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.container-with-aside{margin-top:3.80952vw;margin-bottom:7.61905vw}}@media only screen and (max-width:860px){.container-with-aside{flex-direction:column}}@media only screen and (max-width:860px) and (min-width:641px){.container-with-aside{margin-top:4.65116vw;margin-bottom:9.30233vw}}@media only screen and (max-width:640px){.container-with-aside{margin-top:6.4vw;margin-bottom:21.33333vw}}.container-with-aside__inner{width:100%}.container-with-aside__aside{flex-shrink:0;width:284px;background-color:#f9fafb;color:#1f2937;padding:24px 16px}@media only screen and (min-width:1921px){.container-with-aside__aside{width:15.84821vw;padding:1.33929vw .89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.container-with-aside__aside{width:22.1875vw;padding:1.875vw 1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.container-with-aside__aside{width:27.04762vw;padding:2.28571vw 1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.container-with-aside__aside{width:52.32558vw;margin-right:auto;margin-left:auto;padding:2.7907vw 1.86047vw}}@media only screen and (max-width:640px){.container-with-aside__aside{width:100%;margin-top:4.26667vw;padding:6.4vw 4.26667vw}}.container-with-aside__aside--right{margin-left:24px}@media only screen and (min-width:1921px){.container-with-aside__aside--right{margin-left:1.33929vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.container-with-aside__aside--right{margin-left:1.875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.container-with-aside__aside--right{margin-left:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.container-with-aside__aside--right{margin-left:auto}}@media only screen and (max-width:640px){.container-with-aside__aside--right{margin-left:0}}.container-with-aside__aside--left{margin-right:24px}@media only screen and (min-width:1921px){.container-with-aside__aside--left{margin-right:1.33929vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.container-with-aside__aside--left{margin-right:1.875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.container-with-aside__aside--left{margin-right:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.container-with-aside__aside--left{margin-right:auto}}@media only screen and (max-width:640px){.container-with-aside__aside--left{margin-right:0}}.container-with-aside__aside__title{margin-bottom:40px;font:400 20px/1.2 Montserrat,serif,Inter,sans-serif}@media only screen and (min-width:1921px){.container-with-aside__aside__title{margin-bottom:2.23214vw;font-size:1.11607vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.container-with-aside__aside__title{margin-bottom:3.125vw;font-size:1.5625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.container-with-aside__aside__title{margin-bottom:3.80952vw;font-size:1.90476vw}}@media only screen and (max-width:860px) and (min-width:641px){.container-with-aside__aside__title{margin-bottom:4.65116vw;font-size:2.32558vw}}@media only screen and (max-width:640px){.container-with-aside__aside__title{margin-bottom:10.66667vw;font-size:5.33333vw}}.container-with-form{display:flex;flex-direction:column;margin:40px 0}@media only screen and (min-width:1921px){.container-with-form{margin:2.23214vw 0}}@media only screen and (max-width:1280px) and (min-width:1051px){.container-with-form{margin:3.125vw 0}}@media only screen and (max-width:1050px) and (min-width:861px){.container-with-form{margin:3.80952vw 0}}@media only screen and (max-width:860px) and (min-width:641px){.container-with-form{margin:4.65116vw 0}}@media only screen and (max-width:640px){.container-with-form{margin:10.66667vw 0}}.container-with-form>.container-with-form__info{width:800px;flex-shrink:0}@media only screen and (min-width:1921px){.container-with-form>.container-with-form__info{width:44.64286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.container-with-form>.container-with-form__info{width:62.5vw}}@media only screen and (max-width:1050px) and (min-width:861px){.container-with-form>.container-with-form__info{width:76.19048vw}}@media only screen and (max-width:860px) and (min-width:641px){.container-with-form>.container-with-form__info{width:93.02326vw}}@media only screen and (max-width:640px){.container-with-form>.container-with-form__info{width:100%}}.container-with-form>.container-with-form__info~.container-with-form__content{margin-top:40px}@media only screen and (min-width:1921px){.container-with-form>.container-with-form__info~.container-with-form__content{margin-top:2.23214vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.container-with-form>.container-with-form__info~.container-with-form__content{margin-top:3.125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.container-with-form>.container-with-form__info~.container-with-form__content{margin-top:3.80952vw}}@media only screen and (max-width:860px) and (min-width:641px){.container-with-form>.container-with-form__info~.container-with-form__content{margin-top:4.65116vw}}@media only screen and (max-width:640px){.container-with-form>.container-with-form__info~.container-with-form__content{margin-top:10.66667vw}}.container-with-form__sup-title{margin-bottom:24px;font-weight:500;font-size:18px;line-height:1.2;color:#111827;text-transform:uppercase}@media only screen and (min-width:1921px){.container-with-form__sup-title{margin-bottom:1.33929vw;font-size:1.00446vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.container-with-form__sup-title{margin-bottom:1.875vw;font-size:1.40625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.container-with-form__sup-title{margin-bottom:2.28571vw;font-size:1.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.container-with-form__sup-title{margin-bottom:2.7907vw;font-size:2.09302vw}}@media only screen and (max-width:640px){.container-with-form__sup-title{margin-bottom:6.4vw;font-size:4.8vw}}.container-with-form__title{font-weight:500;font-size:36px;line-height:1.2;color:#1f2937;text-transform:uppercase}@media only screen and (min-width:1921px){.container-with-form__title{font-size:2.00893vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.container-with-form__title{font-size:2.8125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.container-with-form__title{font-size:3.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.container-with-form__title{font-size:4.18605vw}}@media only screen and (max-width:640px){.container-with-form__title{font-size:7.46667vw}}.container-with-form__title.color-green{color:#276967}.container-with-form__title~.container-with-form__text{margin-top:4px}@media only screen and (min-width:1921px){.container-with-form__title~.container-with-form__text{margin-top:.22321vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.container-with-form__title~.container-with-form__text{margin-top:.3125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.container-with-form__title~.container-with-form__text{margin-top:.38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.container-with-form__title~.container-with-form__text{margin-top:.46512vw}}@media only screen and (max-width:640px){.container-with-form__title~.container-with-form__text{margin-top:1.06667vw}}.container-with-form__text{font-size:20px;line-height:1.5;color:#1f2937}@media only screen and (min-width:1921px){.container-with-form__text{font-size:1.11607vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.container-with-form__text{font-size:1.5625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.container-with-form__text{font-size:1.90476vw}}@media only screen and (max-width:860px) and (min-width:641px){.container-with-form__text{font-size:1.86047vw}}@media only screen and (max-width:640px){.container-with-form__text{font-size:4.26667vw}}.container-with-form__text p{margin:0;font:inherit}.container-with-form__text p:not(:first-child){margin:16px 0 0}@media only screen and (min-width:1921px){.container-with-form__text p:not(:first-child){margin:.89286vw 0 0}}@media only screen and (max-width:1280px) and (min-width:1051px){.container-with-form__text p:not(:first-child){margin:1.25vw 0 0}}@media only screen and (max-width:1050px) and (min-width:861px){.container-with-form__text p:not(:first-child){margin:1.52381vw 0 0}}@media only screen and (max-width:860px) and (min-width:641px){.container-with-form__text p:not(:first-child){margin:1.86047vw 0 0}}@media only screen and (max-width:640px){.container-with-form__text p:not(:first-child){margin:4.26667vw 0 0}}.container-with-form__content{display:flex}@media only screen and (max-width:860px){.container-with-form__content{flex-direction:column}}.container-with-form__left~.container-with-form__right{margin-left:40px}@media only screen and (min-width:1921px){.container-with-form__left~.container-with-form__right{margin-left:2.23214vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.container-with-form__left~.container-with-form__right{margin-left:3.125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.container-with-form__left~.container-with-form__right{margin-left:3.80952vw}}@media only screen and (max-width:860px) and (min-width:641px){.container-with-form__left~.container-with-form__right{margin-top:4.65116vw;margin-right:auto;margin-left:auto}}@media only screen and (max-width:640px){.container-with-form__left~.container-with-form__right{margin-top:10.66667vw;margin-right:auto;margin-left:auto}}.container-with-form__right{width:384px;flex-shrink:0}@media only screen and (min-width:1921px){.container-with-form__right{width:21.42857vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.container-with-form__right{width:30vw}}@media only screen and (max-width:1050px) and (min-width:861px){.container-with-form__right{width:36.57143vw}}@media only screen and (max-width:860px) and (min-width:641px){.container-with-form__right{width:44.65116vw}}@media only screen and (max-width:640px){.container-with-form__right{width:100%}}.container-with-form .a-form__row{margin-top:16px}@media only screen and (min-width:1921px){.container-with-form .a-form__row{margin-top:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.container-with-form .a-form__row{margin-top:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.container-with-form .a-form__row{margin-top:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.container-with-form .a-form__row{margin-top:1.86047vw}}@media only screen and (max-width:640px){.container-with-form .a-form__row{margin-top:4.26667vw}}.container-with-form .btn{width:240px}@media only screen and (min-width:1921px){.container-with-form .btn{width:13.39286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.container-with-form .btn{width:18.75vw}}@media only screen and (max-width:1050px) and (min-width:861px){.container-with-form .btn{width:22.85714vw}}@media only screen and (max-width:860px) and (min-width:641px){.container-with-form .btn{width:27.90698vw}}@media only screen and (max-width:640px){.container-with-form .btn{width:64vw}}.a-form{position:relative}.a-form__row{margin-top:24px}@media only screen and (min-width:1921px){.a-form__row{margin-top:1.33929vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.a-form__row{margin-top:1.875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-form__row{margin-top:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-form__row{margin-top:2.7907vw}}@media only screen and (max-width:640px){.a-form__row{margin-top:6.4vw}}.a-form__row__wrapper{display:flex;align-items:flex-start;margin-top:24px}@media only screen and (min-width:1921px){.a-form__row__wrapper{margin-top:1.33929vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.a-form__row__wrapper{margin-top:1.875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-form__row__wrapper{margin-top:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-form__row__wrapper{margin-top:2.7907vw}}@media only screen and (max-width:640px){.a-form__row__wrapper{margin-top:6.4vw}}.a-form__row__wrapper .a-form__row{margin-top:0}.a-form__row--submit{margin-top:2.23214vw}@media only screen and (min-width:1921px){.a-form__row--submit{margin-top:1.95312vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.a-form__row--submit{margin-top:2.73438vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-form__row--submit{margin-top:3.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-form__row--submit{margin-top:3.72093vw}}@media only screen and (max-width:640px){.a-form__row--submit{margin-top:8.53333vw}}.a-form__row--noMarginTop,.a-form__row:first-child{margin-top:0}.a-form__row[data-hidden-group=box] .input{margin-top:1.33929vw}@media only screen and (min-width:1921px){.a-form__row[data-hidden-group=box] .input{margin-top:1.00446vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.a-form__row[data-hidden-group=box] .input{margin-top:1.40625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-form__row[data-hidden-group=box] .input{margin-top:1.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-form__row[data-hidden-group=box] .input{margin-top:1.86047vw}}@media only screen and (max-width:640px){.a-form__row[data-hidden-group=box] .input{margin-top:4.26667vw}}.a-form__row .text-note{font-size:14px;line-height:1.5;color:#374151}@media only screen and (min-width:1921px){.a-form__row .text-note{font-size:.78125vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.a-form__row .text-note{font-size:1.09375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-form__row .text-note{font-size:1.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-form__row .text-note{font-size:1.62791vw}}@media only screen and (max-width:640px){.a-form__row .text-note{font-size:3.73333vw}}.input:hover .input__field{border-color:#276967}.input--icon{position:relative}.input--icon .input__field{padding-right:36px}@media only screen and (min-width:1921px){.input--icon .input__field{padding-right:2.00893vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.input--icon .input__field{padding-right:2.8125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.input--icon .input__field{padding-right:3.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.input--icon .input__field{padding-right:4.18605vw}}@media only screen and (max-width:640px){.input--icon .input__field{padding-right:9.6vw}}.input.is-error .input__field{border-color:#e41b1e!important}.input.is-error .input__error{display:block}.input__icon{position:absolute;right:12px;bottom:16px;width:16px;height:16px}@media only screen and (min-width:1921px){.input__icon{right:.66964vw;bottom:.89286vw;width:.89286vw;height:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.input__icon{right:.9375vw;bottom:1.25vw;width:1.25vw;height:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.input__icon{right:1.14286vw;bottom:1.52381vw;width:1.52381vw;height:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.input__icon{right:1.39535vw;bottom:1.86047vw;width:1.86047vw;height:1.86047vw}}@media only screen and (max-width:640px){.input__icon{right:3.2vw;bottom:4.26667vw;width:4.26667vw;height:4.26667vw}}.input__label{display:block;margin-bottom:6px;font-size:16px;line-height:1.5}@media only screen and (min-width:1921px){.input__label{margin-bottom:.33482vw;font-size:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.input__label{margin-bottom:.46875vw;font-size:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.input__label{margin-bottom:.57143vw;font-size:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.input__label{margin-bottom:.69767vw;font-size:1.86047vw}}@media only screen and (max-width:640px){.input__label{margin-bottom:1.6vw;font-size:4.26667vw}}.input__wrapper{position:relative}.input__field{display:block;width:100%;background-color:transparent;border:1px solid #9ca3af;border-radius:4px;resize:none;outline:none;padding:11px 12px;font-size:16px;line-height:1.5;transition:border-color .35s cubic-bezier(.4,0,0,1);box-shadow:0 1px 2px rgba(16,24,40,.05)}@media only screen and (min-width:1921px){.input__field{border-width:.0558vw;border-radius:.22321vw;padding:.61384vw .66964vw;font-size:.89286vw;box-shadow:0 .0558vw .11161vw rgba(16,24,40,.05)}}@media only screen and (max-width:1280px) and (min-width:1051px){.input__field{border-radius:.3125vw;padding:.85938vw .9375vw;font-size:1.25vw;box-shadow:0 .07812vw .15625vw rgba(16,24,40,.05)}}@media only screen and (max-width:1050px) and (min-width:861px){.input__field{border-radius:.38095vw;padding:1.04762vw 1.14286vw;font-size:1.52381vw;box-shadow:0 .09524vw .19048vw rgba(16,24,40,.05)}}@media only screen and (max-width:860px) and (min-width:641px){.input__field{border-radius:.46512vw;padding:1.27907vw 1.39535vw;font-size:1.86047vw;box-shadow:0 .11628vw .23256vw rgba(16,24,40,.05)}}@media only screen and (max-width:640px){.input__field{border-radius:1.06667vw;padding:2.93333vw 3.2vw;font-size:4.26667vw;box-shadow:0 .26667vw .53333vw rgba(16,24,40,.05)}}.input__field::-webkit-input-placeholder{font-style:italic;color:#6b7280}.input__field:-moz-placeholder,.input__field::-moz-placeholder{font-style:italic;color:#6b7280}.input__field:-ms-input-placeholder{font-style:italic;color:#6b7280}.input__field:focus{border-color:#276967}.input__note{display:block;margin-top:6px;font-size:14px;color:#4b5563}@media only screen and (min-width:1921px){.input__note{margin-top:.33482vw;font-size:.78125vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.input__note{margin-top:.46875vw;font-size:1.09375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.input__note{margin-top:.57143vw;font-size:1.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.input__note{margin-top:.69767vw;font-size:1.62791vw}}@media only screen and (max-width:640px){.input__note{margin-top:1.6vw;font-size:3.73333vw}}.input__error{display:none;margin-top:3px;font-size:12px;color:#e41b1e}@media only screen and (min-width:1921px){.input__error{margin-top:.16741vw;font-size:.66964vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.input__error{margin-top:.23438vw;font-size:.9375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.input__error{margin-top:.28571vw;font-size:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.input__error{margin-top:.34884vw;font-size:1.39535vw}}@media only screen and (max-width:640px){.input__error{margin-top:.8vw;font-size:3.2vw}}.checkbox{position:relative;display:inline-flex;cursor:pointer;padding:6px 0;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none}@media only screen and (min-width:1921px){.checkbox{padding:.33482vw 0}}@media only screen and (max-width:1280px) and (min-width:1051px){.checkbox{padding:.46875vw 0}}@media only screen and (max-width:1050px) and (min-width:861px){.checkbox{padding:.57143vw 0}}@media only screen and (max-width:860px) and (min-width:641px){.checkbox{padding:.69767vw 0}}@media only screen and (max-width:640px){.checkbox{padding:1.6vw 0}}.checkbox:focus .checkbox__text:before,.checkbox:hover .checkbox__text:before{border-color:#5d8e8d}.checkbox__input{position:absolute;opacity:0;pointer-events:none}.checkbox__input:checked~.checkbox__text{color:#276967}.checkbox__input:checked~.checkbox__text:before{border-color:#5d8e8d;background-color:#5d8e8d}.checkbox__input:checked~.checkbox__text:after{transform:scale(1)}.checkbox__input:checked:disabled~.checkbox__text{color:#87aaa9}.checkbox__input:checked:disabled~.checkbox__text:before{border-color:#87aaa9;background-color:#87aaa9}.checkbox__input:not(.checkbox__input:checked):disabled~.checkbox__text{color:#9ca3af}.checkbox__input:not(.checkbox__input:checked):disabled~.checkbox__text:before{border-color:#9ca3af}.checkbox.is-error .checkbox__input:checked~.checkbox__text:before,.checkbox.is-error .checkbox__text:before{border-color:#e41b1e}.checkbox__text{position:relative;margin-top:-1px;padding-left:26px;font-size:18px;line-height:1.2;color:#1f2937}@media only screen and (min-width:1921px){.checkbox__text{margin-top:-.0558vw;padding-left:1.45089vw;font-size:1.00446vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.checkbox__text{margin-top:-.07812vw;padding-left:2.03125vw;font-size:1.40625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.checkbox__text{margin-top:-.09524vw;padding-left:2.47619vw;font-size:1.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.checkbox__text{margin-top:-.11628vw;padding-left:3.02326vw;font-size:2.09302vw}}@media only screen and (max-width:640px){.checkbox__text{margin-top:-.26667vw;padding-left:6.93333vw;font-size:4.8vw}}.checkbox__text:after,.checkbox__text:before{content:"";position:absolute;top:1px;bottom:0;display:block;margin:0 auto}@media only screen and (min-width:1921px){.checkbox__text:after,.checkbox__text:before{top:.0558vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.checkbox__text:after,.checkbox__text:before{top:.07812vw}}@media only screen and (max-width:1050px) and (min-width:861px){.checkbox__text:after,.checkbox__text:before{top:.09524vw}}@media only screen and (max-width:860px) and (min-width:641px){.checkbox__text:after,.checkbox__text:before{top:.11628vw}}@media only screen and (max-width:640px){.checkbox__text:after,.checkbox__text:before{top:.26667vw}}.checkbox__text:before{left:0;width:20px;height:20px;border:2px solid #a5a9af;border-radius:4px}@media only screen and (min-width:1921px){.checkbox__text:before{width:1.11607vw;height:1.11607vw;border-width:.11161vw;border-radius:.22321vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.checkbox__text:before{width:1.5625vw;height:1.5625vw;border-width:.15625vw;border-radius:.3125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.checkbox__text:before{width:1.90476vw;height:1.90476vw;border-width:.19048vw;border-radius:.38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.checkbox__text:before{width:2.32558vw;height:2.32558vw;border-width:.23256vw;border-radius:.46512vw}}@media only screen and (max-width:640px){.checkbox__text:before{width:5.33333vw;height:5.33333vw;border-width:.53333vw;border-radius:1.06667vw}}.checkbox__text:after{left:0;width:20px;height:20px;background-image:url(/local/templates/atvstyle2023/./images/svg/icon-check.svg);background-repeat:no-repeat;background-position:50%;background-size:11px;transform:scale(0);will-change:transform}@media only screen and (min-width:1921px){.checkbox__text:after{width:1.11607vw;height:1.11607vw;background-size:.61384vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.checkbox__text:after{width:1.5625vw;height:1.5625vw;background-size:.85938vw}}@media only screen and (max-width:1050px) and (min-width:861px){.checkbox__text:after{width:1.90476vw;height:1.90476vw;background-size:1.04762vw}}@media only screen and (max-width:860px) and (min-width:641px){.checkbox__text:after{width:2.32558vw;height:2.32558vw;background-size:1.27907vw}}@media only screen and (max-width:640px){.checkbox__text:after{width:5.33333vw;height:5.33333vw;background-size:2.93333vw}}.checkbox__text a{text-decoration:none;font:inherit;color:#a9a9a9}.checkbox__text a:focus,.checkbox__text a:hover{text-decoration:underline}.radio{position:relative;display:inline-flex;flex-direction:column;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none}.radio--bordered .radio__text{padding:16px 16px 16px 42px;border:1px solid #9ca3af;border-radius:4px}@media only screen and (min-width:1921px){.radio--bordered .radio__text{padding:.89286vw .89286vw .89286vw 2.34375vw;border-width:.0558vw;border-radius:.22321vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.radio--bordered .radio__text{padding:1.25vw 1.25vw 1.25vw 3.28125vw;border-radius:.3125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.radio--bordered .radio__text{padding:1.52381vw 1.52381vw 1.52381vw 4vw;border-radius:.38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.radio--bordered .radio__text{padding:1.86047vw 1.86047vw 1.86047vw 4.88372vw;border-radius:.46512vw}}@media only screen and (max-width:640px){.radio--bordered .radio__text{padding:4.26667vw 4.26667vw 4.26667vw 11.2vw;border-radius:1.06667vw}}.radio--bordered .radio__text:before{top:18px;left:16px}@media only screen and (min-width:1921px){.radio--bordered .radio__text:before{top:1.00446vw;left:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.radio--bordered .radio__text:before{top:1.40625vw;left:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.radio--bordered .radio__text:before{top:1.71429vw;left:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.radio--bordered .radio__text:before{top:2.09302vw;left:1.86047vw}}@media only screen and (max-width:640px){.radio--bordered .radio__text:before{top:4.8vw;left:4.26667vw}}.radio--bordered .radio__text:after{top:23px;left:21px}@media only screen and (min-width:1921px){.radio--bordered .radio__text:after{top:1.28348vw;left:1.17187vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.radio--bordered .radio__text:after{top:1.79688vw;left:1.64062vw}}@media only screen and (max-width:1050px) and (min-width:861px){.radio--bordered .radio__text:after{top:2.19048vw;left:2vw}}@media only screen and (max-width:860px) and (min-width:641px){.radio--bordered .radio__text:after{top:2.67442vw;left:2.44186vw}}@media only screen and (max-width:640px){.radio--bordered .radio__text:after{top:6.13333vw;left:5.6vw}}.radio.is-error .radio__text:before{border-color:#e41b1e!important}.radio.is-error .radio__error{display:block}.radio__group{display:flex}@media only screen and (max-width:640px){.radio__group{flex-direction:column}}.radio__group--vertical{flex-direction:column;gap:16px}@media only screen and (min-width:1921px){.radio__group--vertical{gap:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.radio__group--vertical{gap:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.radio__group--vertical{gap:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.radio__group--vertical{gap:1.86047vw}}@media only screen and (max-width:640px){.radio__group--vertical{gap:4.26667vw}}.radio__group--vertical .radio{width:100%}.radio__group--horizontal{gap:16px}@media only screen and (min-width:1921px){.radio__group--horizontal{gap:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.radio__group--horizontal{gap:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.radio__group--horizontal{gap:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.radio__group--horizontal{gap:1.86047vw}}@media only screen and (max-width:640px){.radio__group--horizontal{gap:4.26667vw}}.radio__group--horizontal .radio{flex:1 0 0}.radio__input{position:absolute;opacity:0;pointer-events:none}.radio__input:checked~.radio__text{border-color:#1f2937;color:#1f2937}.radio__input:checked~.radio__text:before{border-color:#1f2937}.radio__input:checked~.radio__text:after{background-color:#1f2937}.radio__text{position:relative;height:100%;padding-left:26px;font-size:16px;line-height:1.5;color:#9ca3af}@media only screen and (min-width:1921px){.radio__text{padding-left:1.45089vw;font-size:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.radio__text{padding-left:2.03125vw;font-size:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.radio__text{padding-left:2.47619vw;font-size:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.radio__text{padding-left:3.02326vw;font-size:1.86047vw}}@media only screen and (max-width:640px){.radio__text{padding-left:6.93333vw;font-size:4.26667vw}}.radio__text:before{content:"";position:absolute;top:1px;bottom:0;left:0;display:block;width:20px;height:20px;margin:0 auto;border:1px solid #9ca3af;border-radius:50%;transition:border-color .35s ease}@media only screen and (min-width:1921px){.radio__text:before{top:.0558vw;width:1.11607vw;height:1.11607vw;border-width:.0558vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.radio__text:before{top:.07812vw;width:1.5625vw;height:1.5625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.radio__text:before{top:.09524vw;width:1.90476vw;height:1.90476vw}}@media only screen and (max-width:860px) and (min-width:641px){.radio__text:before{top:.11628vw;width:2.32558vw;height:2.32558vw}}@media only screen and (max-width:640px){.radio__text:before{top:.26667vw;width:5.33333vw;height:5.33333vw}}.radio__text:after{content:"";position:absolute;top:6px;left:5px;width:10px;height:10px;background-color:transparent;border-radius:50%}@media only screen and (min-width:1921px){.radio__text:after{top:.33482vw;left:.27902vw;width:.55804vw;height:.55804vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.radio__text:after{top:.46875vw;left:.39062vw;width:.78125vw;height:.78125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.radio__text:after{top:.57143vw;left:.47619vw;width:.95238vw;height:.95238vw}}@media only screen and (max-width:860px) and (min-width:641px){.radio__text:after{top:.69767vw;left:.5814vw;width:1.16279vw;height:1.16279vw}}@media only screen and (max-width:640px){.radio__text:after{top:1.6vw;left:1.33333vw;width:2.66667vw;height:2.66667vw}}.radio__text a{text-decoration:underline;font:inherit;color:inherit}.radio__text a:focus,.radio__text a:hover{text-decoration:none}.radio__text__note{display:block;margin-top:8px;font-size:12px;line-height:1.5;color:inherit}@media only screen and (min-width:1921px){.radio__text__note{margin-top:.44643vw;font-size:.66964vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.radio__text__note{margin-top:.625vw;font-size:.9375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.radio__text__note{margin-top:.7619vw;font-size:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.radio__text__note{margin-top:.93023vw;font-size:1.39535vw}}@media only screen and (max-width:640px){.radio__text__note{margin-top:2.13333vw;font-size:3.2vw}}.radio__error{display:none;margin-top:3px;padding-left:40px;font-size:12px;color:#e41b1e}@media only screen and (min-width:1921px){.radio__error{margin-top:.16741vw;padding-left:2.23214vw;font-size:.66964vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.radio__error{margin-top:.23438vw;padding-left:3.125vw;font-size:.9375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.radio__error{margin-top:.28571vw;padding-left:3.80952vw;font-size:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.radio__error{margin-top:.34884vw;padding-left:4.65116vw;font-size:1.39535vw}}@media only screen and (max-width:640px){.radio__error{margin-top:.8vw;padding-left:10.66667vw;font-size:3.2vw}}.radio__content{padding-top:12px;padding-left:40px}@media only screen and (min-width:1921px){.radio__content{padding-top:.66964vw;padding-left:2.23214vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.radio__content{padding-top:.9375vw;padding-left:3.125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.radio__content{padding-top:1.14286vw;padding-left:3.80952vw}}@media only screen and (max-width:860px) and (min-width:641px){.radio__content{padding-top:1.39535vw;padding-left:4.65116vw}}@media only screen and (max-width:640px){.radio__content{padding-top:3.2vw;padding-left:10.66667vw}}.radio__content img{display:block;max-width:100%}.radio__note{font-size:13px;color:#6b7280}@media only screen and (min-width:1921px){.radio__note{font-size:.72545vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.radio__note{font-size:1.01562vw}}@media only screen and (max-width:1050px) and (min-width:861px){.radio__note{font-size:1.2381vw}}@media only screen and (max-width:860px) and (min-width:641px){.radio__note{font-size:1.51163vw}}@media only screen and (max-width:640px){.radio__note{font-size:3.46667vw}}.radio:focus .radio__text,.radio:hover .radio__text{border-color:#276967}.range{position:relative;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;width:calc(100% + 32px);margin:-5px -16px;padding:5px 16px;overflow:hidden}@media only screen and (min-width:1921px){.range{width:calc(100% + 1.78571vw);margin:-.27902vw -.89286vw;padding:.27902vw .89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.range{width:calc(100% + 2.5vw);margin:-.39062vw -1.25vw;padding:.39062vw 1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.range{width:calc(100% + 3.04762vw);margin:-.47619vw -1.52381vw;padding:.47619vw 1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.range{width:calc(100% + 3.72093vw);margin:-.5814vw -1.86047vw;padding:.5814vw 1.86047vw}}@media only screen and (max-width:640px){.range{width:calc(100% + 8.53333vw);margin:-1.33333vw -4.26667vw;padding:1.33333vw 4.26667vw}}.range__line{position:relative;width:100%;height:32px;margin-top:24px}@media only screen and (min-width:1921px){.range__line{height:1.78571vw;margin-top:1.33929vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.range__line{height:2.5vw;margin-top:1.875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.range__line{height:3.04762vw;margin-top:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.range__line{height:3.72093vw;margin-top:2.7907vw}}@media only screen and (max-width:640px){.range__line{height:8.53333vw;margin-top:6.4vw}}.range__line:before{position:absolute;top:0;right:0;bottom:0;left:0;display:block;margin:auto;content:"";z-index:0;height:5px;background:#9ca3af}@media only screen and (min-width:1921px){.range__line:before{height:.27902vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.range__line:before{height:.39062vw}}@media only screen and (max-width:1050px) and (min-width:861px){.range__line:before{height:.47619vw}}@media only screen and (max-width:860px) and (min-width:641px){.range__line:before{height:.5814vw}}@media only screen and (max-width:640px){.range__line:before{height:1.33333vw}}.range__line input{position:absolute;opacity:0;pointer-events:none}.range__line__bg{position:absolute;top:0;right:0;bottom:0;left:0;display:block;height:5px;margin:auto;background:#276967}@media only screen and (min-width:1921px){.range__line__bg{height:.27902vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.range__line__bg{height:.39062vw}}@media only screen and (max-width:1050px) and (min-width:861px){.range__line__bg{height:.47619vw}}@media only screen and (max-width:860px) and (min-width:641px){.range__line__bg{height:.5814vw}}@media only screen and (max-width:640px){.range__line__bg{height:1.33333vw}}.range__dot{position:absolute;top:0;bottom:0;left:-16px;display:block;width:32px;height:32px;margin:auto}@media only screen and (min-width:1921px){.range__dot{left:-.89286vw;width:1.78571vw;height:1.78571vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.range__dot{left:-1.25vw;width:2.5vw;height:2.5vw}}@media only screen and (max-width:1050px) and (min-width:861px){.range__dot{left:-1.52381vw;width:3.04762vw;height:3.04762vw}}@media only screen and (max-width:860px) and (min-width:641px){.range__dot{left:-1.86047vw;width:3.72093vw;height:3.72093vw}}@media only screen and (max-width:640px){.range__dot{left:-4.26667vw;width:8.53333vw;height:8.53333vw}}.range__dot:before{position:absolute;top:0;left:0;display:block;width:100%;height:100%;content:"";background:#fff;border:4px solid #276967;border-radius:50%;cursor:pointer}@media only screen and (min-width:1921px){.range__dot:before{border-width:.22321vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.range__dot:before{border-width:.3125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.range__dot:before{border-width:.38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.range__dot:before{border-width:.46512vw}}@media only screen and (max-width:640px){.range__dot:before{border-width:1.06667vw}}.range__dot:after{position:absolute;top:0;left:100%;bottom:0;display:block;width:500px;height:1px;margin:auto}@media only screen and (min-width:1921px){.range__dot:after{width:27.90179vw;height:.0558vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.range__dot:after{width:39.0625vw;height:.07812vw}}@media only screen and (max-width:1050px) and (min-width:861px){.range__dot:after{width:47.61905vw;height:.09524vw}}@media only screen and (max-width:860px) and (min-width:641px){.range__dot:after{width:58.13953vw;height:.11628vw}}@media only screen and (max-width:640px){.range__dot:after{width:133.33333vw;height:.26667vw}}.range__dot:first-child{z-index:1}.range__dot:first-child:after{background:#e41b1e}.range__dot:nth-child(2){z-index:2;transform:translate3d(105px,0,0)}@media only screen and (min-width:1921px){.range__dot:nth-child(2){transform:translate3d(5.85937vw,0,0)}}@media only screen and (max-width:1280px) and (min-width:1051px){.range__dot:nth-child(2){transform:translate3d(8.20312vw,0,0)}}@media only screen and (max-width:1050px) and (min-width:861px){.range__dot:nth-child(2){transform:translate3d(10vw,0,0)}}@media only screen and (max-width:860px) and (min-width:641px){.range__dot:nth-child(2){transform:translate3d(12.2093vw,0,0)}}@media only screen and (max-width:640px){.range__dot:nth-child(2){transform:translate3d(28vw,0,0)}}.range__dot:nth-child(2):after{background:#000}.range__dot:hover:before{box-shadow:0 0 5px rgba(0,0,0,.35)}@media only screen and (min-width:1921px){.range__dot:hover:before{box-shadow:0 0 .27902vw rgba(0,0,0,.35)}}@media only screen and (max-width:1280px) and (min-width:1051px){.range__dot:hover:before{box-shadow:0 0 .39062vw rgba(0,0,0,.35)}}@media only screen and (max-width:1050px) and (min-width:861px){.range__dot:hover:before{box-shadow:0 0 .47619vw rgba(0,0,0,.35)}}@media only screen and (max-width:860px) and (min-width:641px){.range__dot:hover:before{box-shadow:0 0 .5814vw rgba(0,0,0,.35)}}@media only screen and (max-width:640px){.range__dot:hover:before{box-shadow:0 0 1.33333vw rgba(0,0,0,.35)}}.range__input{position:relative;width:calc(50% - 12px);font-size:14px;line-height:1.42}@media only screen and (min-width:1921px){.range__input{width:calc(50% - .66964vw);font-size:.78125vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.range__input{width:calc(50% - .9375vw);font-size:1.09375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.range__input{width:calc(50% - 1.14286vw);font-size:1.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.range__input{width:calc(50% - 1.39535vw);font-size:1.62791vw}}@media only screen and (max-width:640px){.range__input{width:calc(50% - 3.2vw);font-size:3.73333vw}}.range__input input{position:relative;z-index:0;width:100%;height:48px;padding:0 10px;border:1px solid #d1d5db;color:#1f2937;font-weight:500;font-size:16px;line-height:1.2;text-align:center}@media only screen and (min-width:1921px){.range__input input{height:2.67857vw;padding:0 .55804vw;border-width:.0558vw;font-size:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.range__input input{height:3.75vw;padding:0 .78125vw;font-size:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.range__input input{height:4.57143vw;padding:0 .95238vw;font-size:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.range__input input{height:5.5814vw;padding:0 1.16279vw;font-size:1.86047vw}}@media only screen and (max-width:640px){.range__input input{height:12.8vw;padding:0 2.66667vw;font-size:4.26667vw}}.range__input input::-webkit-inner-spin-button,.range__input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.range__input input:focus-visible{border-color:#276967;outline:none}.range__input input[type=number]{-moz-appearance:textfield}.count{display:flex;gap:4px}@media only screen and (min-width:1921px){.count{gap:.22321vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.count{gap:.3125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.count{gap:.38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.count{gap:.46512vw}}@media only screen and (max-width:640px){.count{gap:1.06667vw}}.count--dark .count__btn{border-color:#1f2937}.count--dark .count__num{background-color:#1f2937;color:#fff;border-color:#1f2937}.count.disabled{opacity:.5;pointer-events:none}.count__btn,.count__num{cursor:pointer;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #e5e7eb;text-align:center}@media only screen and (min-width:1921px){.count__btn,.count__num{width:2.23214vw;height:2.23214vw;border-width:.0558vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.count__btn,.count__num{width:3.125vw;height:3.125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.count__btn,.count__num{width:3.80952vw;height:3.80952vw}}@media only screen and (max-width:860px) and (min-width:641px){.count__btn,.count__num{width:4.65116vw;height:4.65116vw}}@media only screen and (max-width:640px){.count__btn,.count__num{width:10.66667vw;height:10.66667vw}}.count__num{border-color:#6b7280;color:#6b7280;font-size:16px;outline:none}@media only screen and (min-width:1921px){.count__num{font-size:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.count__num{font-size:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.count__num{font-size:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.count__num{font-size:1.86047vw}}@media only screen and (max-width:640px){.count__num{font-size:4.26667vw}}.count__num::-webkit-inner-spin-button,.count__num::-webkit-outer-spin-button{display:none;-webkit-appearance:none;margin:0}.count__num[type=number]{-moz-appearance:textfield}.custom-select{position:relative;outline:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.custom-select select{position:absolute;top:0;left:0;display:block;width:100%;height:100%;pointer-events:none;opacity:0}@media only screen and (max-width:640px){.custom-select select{pointer-events:all}}@media only screen and (max-width:640px){.custom-select select option[value=none]{display:none!important}}.custom-select__head{position:relative;padding:12px 36px 12px 12px;border:1px solid #e5e7eb;border-radius:4px;color:#6b7280;box-shadow:0 1px 2px rgba(16,24,40,.05)}@media only screen and (min-width:1921px){.custom-select__head{padding:.66964vw 2.00893vw .66964vw .66964vw;border-width:.0558vw;border-radius:.22321vw;box-shadow:0 .0558vw .11161vw rgba(16,24,40,.05)}}@media only screen and (max-width:1280px) and (min-width:1051px){.custom-select__head{padding:.9375vw 2.8125vw .9375vw .9375vw;border-radius:.3125vw;box-shadow:0 .07812vw .15625vw rgba(16,24,40,.05)}}@media only screen and (max-width:1050px) and (min-width:861px){.custom-select__head{padding:1.14286vw 3.42857vw 1.14286vw 1.14286vw;border-radius:.38095vw;box-shadow:0 .09524vw .19048vw rgba(16,24,40,.05)}}@media only screen and (max-width:860px) and (min-width:641px){.custom-select__head{padding:1.39535vw 4.18605vw 1.39535vw 1.39535vw;border-radius:.46512vw;box-shadow:0 .11628vw .23256vw rgba(16,24,40,.05)}}@media only screen and (max-width:640px){.custom-select__head{padding:3.2vw 9.6vw 3.2vw 3.2vw;border-radius:1.06667vw;box-shadow:0 .26667vw .53333vw rgba(16,24,40,.05)}}.custom-select__head__icon{position:absolute;top:0;right:0;bottom:0;left:0;display:block;margin:auto;content:"";left:auto;right:12px;width:16px;height:16px;fill:#1f2937}@media only screen and (min-width:1921px){.custom-select__head__icon{right:.66964vw;width:.89286vw;height:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.custom-select__head__icon{right:.9375vw;width:1.25vw;height:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.custom-select__head__icon{right:1.14286vw;width:1.52381vw;height:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.custom-select__head__icon{right:1.39535vw;width:1.86047vw;height:1.86047vw}}@media only screen and (max-width:640px){.custom-select__head__icon{right:3.2vw;width:4.26667vw;height:4.26667vw}}.custom-select__input{position:absolute;top:0;left:0;display:block;width:100%;height:100%;padding:inherit;background:#fff;border:none;outline:none;color:#000}.custom-select__input::-webkit-input-placeholder{color:#a9a9a9}.custom-select__input:-moz-placeholder,.custom-select__input::-moz-placeholder{color:#a9a9a9}.custom-select__input:-ms-input-placeholder{color:#a9a9a9}.custom-select__input:focus::-webkit-input-placeholder{color:#6b7280}.custom-select__input:focus:-moz-placeholder,.custom-select__input:focus::-moz-placeholder{color:#6b7280}.custom-select__input:focus:-ms-input-placeholder{color:#6b7280}.custom-select__content{position:absolute;overflow-x:hidden;overflow-y:auto;top:100%;left:0;z-index:2;display:block;width:calc(100% + 2px);max-height:200px;margin:1px -1px 0;border:1px solid #d1d5db;opacity:0;pointer-events:none;transition:opacity .3s;box-shadow:0 10px 20px rgba(0,0,0,.05)}@media only screen and (min-width:1921px){.custom-select__content{width:calc(100% + .11161vw);max-height:11.16071vw;margin:.0558vw -.0558vw 0;box-shadow:0 .55804vw 1.11607vw rgba(0,0,0,.05)}}@media only screen and (max-width:1280px) and (min-width:1051px){.custom-select__content{width:calc(100% + .15625vw);max-height:15.625vw;margin:.07812vw -.07812vw 0;box-shadow:0 .78125vw 1.5625vw rgba(0,0,0,.05)}}@media only screen and (max-width:1050px) and (min-width:861px){.custom-select__content{width:calc(100% + .19048vw);max-height:19.04762vw;margin:.09524vw -.09524vw 0;box-shadow:0 .95238vw 1.90476vw rgba(0,0,0,.05)}}@media only screen and (max-width:860px) and (min-width:641px){.custom-select__content{width:calc(100% + .23256vw);max-height:23.25581vw;margin:.11628vw -.11628vw 0;box-shadow:0 1.16279vw 2.32558vw rgba(0,0,0,.05)}}@media only screen and (max-width:640px){.custom-select__content{width:calc(100% + .53333vw);max-height:53.33333vw;margin:.26667vw -.26667vw 0;box-shadow:0 2.66667vw 5.33333vw rgba(0,0,0,.05)}}.custom-select__content::-webkit-scrollbar{width:3px;height:3px;background-color:#d1d5db}@media only screen and (min-width:1921px){.custom-select__content::-webkit-scrollbar{width:.16741vw;height:.16741vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.custom-select__content::-webkit-scrollbar{width:.23438vw;height:.23438vw}}@media only screen and (max-width:1050px) and (min-width:861px){.custom-select__content::-webkit-scrollbar{width:.28571vw;height:.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.custom-select__content::-webkit-scrollbar{width:.34884vw;height:.34884vw}}@media only screen and (max-width:640px){.custom-select__content::-webkit-scrollbar{width:.8vw;height:.8vw}}.custom-select__content::-webkit-scrollbar-thumb{background-color:#276967}.custom-select__list{background:#fff}.custom-select__item{overflow:hidden;padding:14px 20px;background:#fff;color:#000;font-size:14px;line-height:1.42;white-space:nowrap;text-overflow:ellipsis;transition:background .3s}@media only screen and (min-width:1921px){.custom-select__item{padding:.78125vw 1.11607vw;font-size:.78125vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.custom-select__item{padding:1.09375vw 1.5625vw;font-size:1.09375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.custom-select__item{padding:1.33333vw 1.90476vw;font-size:1.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.custom-select__item{padding:1.62791vw 2.32558vw;font-size:1.62791vw}}@media only screen and (max-width:640px){.custom-select__item{padding:3.73333vw 5.33333vw;font-size:3.73333vw}}.custom-select__item:hover{background:#f2f2f2}.custom-select__item.is-active{background:#f3f4f6;font-weight:500}.custom-select__item.is-hidden,.custom-select__item.is-none{display:none}.custom-select.is-opened .custom-select__head__icon{transform:rotate(180deg)}.custom-select.is-opened .custom-select__content{opacity:1;pointer-events:all}.default-select{position:relative;padding:12px 36px 12px 12px;border:1px solid #e5e7eb;border-radius:4px;color:#6b7280;box-shadow:0 1px 2px rgba(16,24,40,.05)}@media only screen and (min-width:1921px){.default-select{padding:.66964vw 2.00893vw .66964vw .66964vw;border-width:.0558vw;border-radius:.22321vw;box-shadow:0 .0558vw .11161vw rgba(16,24,40,.05)}}@media only screen and (max-width:1280px) and (min-width:1051px){.default-select{padding:.9375vw 2.8125vw .9375vw .9375vw;border-radius:.3125vw;box-shadow:0 .07812vw .15625vw rgba(16,24,40,.05)}}@media only screen and (max-width:1050px) and (min-width:861px){.default-select{padding:1.14286vw 3.42857vw 1.14286vw 1.14286vw;border-radius:.38095vw;box-shadow:0 .09524vw .19048vw rgba(16,24,40,.05)}}@media only screen and (max-width:860px) and (min-width:641px){.default-select{padding:1.39535vw 4.18605vw 1.39535vw 1.39535vw;border-radius:.46512vw;box-shadow:0 .11628vw .23256vw rgba(16,24,40,.05)}}@media only screen and (max-width:640px){.default-select{padding:3.2vw 9.6vw 3.2vw 3.2vw;border-radius:1.06667vw;box-shadow:0 .26667vw .53333vw rgba(16,24,40,.05)}}.default-select:after{position:absolute;top:0;right:0;bottom:0;left:0;display:block;margin:auto;content:"";left:auto;right:12px;width:16px;height:16px;background:url(/local/templates/atvstyle2023/./images/svg/icon-chevron.svg) 50% 50% no-repeat;background-size:contain}@media only screen and (max-width:1280px) and (min-width:1051px){.default-select:after{right:.9375vw;width:1.25vw;height:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.default-select:after{right:1.14286vw;width:1.52381vw;height:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.default-select:after{right:1.39535vw;width:1.86047vw;height:1.86047vw}}@media only screen and (max-width:640px){.default-select:after{right:3.2vw;width:4.26667vw;height:4.26667vw}}.default-select select{width:100%;height:100%;outline:none;border:none;color:#6b7280}.a-popup{position:fixed;top:0;left:0;display:block;width:100%;height:100%;z-index:10;opacity:0;transition:opacity 0s linear .5s;color:#1f2937;display:none}.a-popup,.a-popup_ajax-loading [data-popup-close]{pointer-events:none}@media only screen and (max-width:640px){.a-popup[data-popup=consult] .btn:first-child{order:2}}.a-popup--showed{opacity:1;pointer-events:all;transition:opacity 0s linear 0s}.a-popup--showed .a-popup__bg{opacity:.5;transition:opacity .4s ease-in-out 0s}.a-popup--showed .a-popup__inner{opacity:1;transform:translate3d(0,-50%,0)}.a-popup__bg{top:0;bottom:0;z-index:0;background:#000;transition:opacity .3s ease-in-out .2s}.a-popup__bg,.a-popup__inner{position:absolute;right:0;left:0;display:block;margin:auto;opacity:0}.a-popup__inner{top:50%;z-index:1;width:600px;max-height:100%;padding:24px;background:#fff;transform:translate3d(0,calc(-50% - 50px),0);transition:opacity .25s ease-in-out .15s,transform .35s cubic-bezier(.455,.03,.515,.955) .15s;overflow-x:hidden;overflow-y:auto}@media only screen and (min-width:1921px){.a-popup__inner{width:33.48214vw;padding:1.33929vw;transform:translate3d(0,calc(-50% - 2.79018vw),0)}}@media only screen and (max-width:1280px) and (min-width:1051px){.a-popup__inner{width:46.875vw;padding:1.875vw;transform:translate3d(0,calc(-50% - 3.90625vw),0)}}@media only screen and (max-width:1050px) and (min-width:861px){.a-popup__inner{width:57.14286vw;padding:2.28571vw;transform:translate3d(0,calc(-50% - 4.7619vw),0)}}@media only screen and (max-width:860px) and (min-width:641px){.a-popup__inner{width:69.76744vw;padding:2.7907vw;transform:translate3d(0,calc(-50% - 5.81395vw),0)}}@media only screen and (max-width:640px){.a-popup__inner{width:calc(100% - 8.53333vw);padding:6.4vw 4.26667vw;transform:translate3d(0,calc(-50% - 13.33333vw),0)}}.a-popup__inner::-webkit-scrollbar{width:2px;height:2px;background-color:#d1d5db}@media only screen and (min-width:1921px){.a-popup__inner::-webkit-scrollbar{width:.11161vw;height:.11161vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.a-popup__inner::-webkit-scrollbar{width:.15625vw;height:.15625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-popup__inner::-webkit-scrollbar{width:.19048vw;height:.19048vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-popup__inner::-webkit-scrollbar{width:.23256vw;height:.23256vw}}@media only screen and (max-width:640px){.a-popup__inner::-webkit-scrollbar{width:.53333vw;height:.53333vw}}.a-popup__inner::-webkit-scrollbar-thumb{background-color:#276967}.a-popup__close{position:absolute;top:8px;right:8px;display:block;width:40px;height:40px;font-size:0}@media only screen and (min-width:1921px){.a-popup__close{top:.44643vw;right:.44643vw;width:2.23214vw;height:2.23214vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.a-popup__close{top:.625vw;right:.625vw;width:3.125vw;height:3.125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-popup__close{top:.7619vw;right:.7619vw;width:3.80952vw;height:3.80952vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-popup__close{top:.93023vw;right:.93023vw;width:4.65116vw;height:4.65116vw}}@media only screen and (max-width:640px){.a-popup__close{top:2.13333vw;right:2.13333vw;width:10.66667vw;height:10.66667vw}}.a-popup__close .svg{width:100%;height:100%}.a-popup__close:hover:before{transform:scale(.9)}.a-popup__close:hover span:before{transform:rotate(-135deg)}.a-popup__close:hover span:after{transform:rotate(-225deg)}.a-popup__title{max-width:90%;margin-bottom:6px;font:500 32px/1.2 Inter,sans-serif;text-transform:uppercase;text-align:left}@media only screen and (min-width:1921px){.a-popup__title{margin-bottom:.33482vw;font-size:1.78571vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.a-popup__title{margin-bottom:.46875vw;font-size:2.5vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-popup__title{margin-bottom:.57143vw;font-size:3.04762vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-popup__title{margin-bottom:.69767vw;font-size:3.72093vw}}@media only screen and (max-width:640px){.a-popup__title{margin-bottom:1.6vw;font-size:5.33333vw}}.a-popup__tabs{margin-top:24px}@media only screen and (min-width:1921px){.a-popup__tabs{margin-top:1.33929vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.a-popup__tabs{margin-top:1.875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-popup__tabs{margin-top:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-popup__tabs{margin-top:2.7907vw}}@media only screen and (max-width:640px){.a-popup__tabs{margin-top:6.4vw}}.a-popup__tabs__head{display:flex;margin-bottom:24px}@media only screen and (min-width:1921px){.a-popup__tabs__head{margin-bottom:1.33929vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.a-popup__tabs__head{margin-bottom:1.875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-popup__tabs__head{margin-bottom:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-popup__tabs__head{margin-bottom:2.7907vw}}@media only screen and (max-width:640px){.a-popup__tabs__head{margin-bottom:6.4vw}}.a-popup__tabs__btn{cursor:pointer;flex:1 0 0;padding:24px 16px;text-transform:uppercase;font-weight:500;font-size:20px;line-height:1.2;color:#9ca3af;border-bottom:4px solid #9ca3af;text-align:center}@media only screen and (min-width:1921px){.a-popup__tabs__btn{padding:1.33929vw .89286vw;border-bottom-width:.22321vw;font-size:1.11607vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.a-popup__tabs__btn{padding:1.875vw 1.25vw;border-bottom-width:.3125vw;font-size:1.5625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-popup__tabs__btn{padding:2.28571vw 1.52381vw;border-bottom-width:.38095vw;font-size:1.90476vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-popup__tabs__btn{padding:2.7907vw 1.86047vw;border-bottom-width:.46512vw;font-size:2.32558vw}}@media only screen and (max-width:640px){.a-popup__tabs__btn{padding:4.26667vw 2.13333vw;border-bottom-width:1.06667vw;font-size:4.26667vw}}.a-popup__tabs__btn.is-active{border-color:#276967;color:#1f2937}.a-popup__tabs__item:not(.is-active){display:none}.a-popup__desc{margin-bottom:24px;font-size:16px;line-height:1.5}@media only screen and (min-width:1921px){.a-popup__desc{margin-bottom:1.33929vw;font-size:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.a-popup__desc{margin-bottom:1.875vw;font-size:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-popup__desc{margin-bottom:2.28571vw;font-size:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-popup__desc{margin-bottom:2.7907vw;font-size:1.86047vw}}@media only screen and (max-width:640px){.a-popup__desc{margin-bottom:6.4vw;font-size:4.26667vw}}.a-popup__desc--attention{margin:40px 0;font-size:20px}@media only screen and (min-width:1921px){.a-popup__desc--attention{margin:2.23214vw 0;font-size:1.11607vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.a-popup__desc--attention{margin:3.125vw 0;font-size:1.5625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-popup__desc--attention{margin:3.80952vw 0;font-size:1.90476vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-popup__desc--attention{margin:4.65116vw 0;font-size:2.32558vw}}@media only screen and (max-width:640px){.a-popup__desc--attention{margin:10.66667vw 0;font-size:4.26667vw}}.a-popup__desc p{margin:0;padding:0}@media only screen and (max-width:640px){.a-popup__products .product-item__right{padding-left:23.46667vw}}@media only screen and (max-width:640px){.a-popup__products .product-item__price--old{margin-left:4.26667vw}}@media only screen and (max-width:640px){.a-popup__products .product-item__price__wrapper{flex-direction:row}}.a-popup__buttons{display:flex;justify-content:space-between;gap:24px;margin-top:48px}@media only screen and (min-width:1921px){.a-popup__buttons{gap:1.33929vw;margin-top:2.67857vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.a-popup__buttons{gap:1.875vw;margin-top:3.75vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-popup__buttons{gap:2.28571vw;margin-top:4.57143vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-popup__buttons{gap:2.7907vw;margin-top:5.5814vw}}@media only screen and (max-width:640px){.a-popup__buttons{flex-wrap:wrap;gap:4.26667vw;margin-top:10.66667vw}}.a-popup__buttons .btn{flex:1 0 0}@media only screen and (max-width:640px){.a-popup__buttons .btn{width:100%;flex:100% 0 0}}.a-popup__form .input.is-error .a-popup__form .input__field{border-color:#e41b1e!important}.a-popup__form .input.hidden{display:none}.a-popup__form .a-form__row{margin-top:16px}@media only screen and (min-width:1921px){.a-popup__form .a-form__row{margin-top:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.a-popup__form .a-form__row{margin-top:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-popup__form .a-form__row{margin-top:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-popup__form .a-form__row{margin-top:1.86047vw}}@media only screen and (max-width:640px){.a-popup__form .a-form__row{margin-top:4.26667vw}}.a-popup__form .a-form__row__wrapper{margin-top:16px}@media only screen and (min-width:1921px){.a-popup__form .a-form__row__wrapper{margin-top:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.a-popup__form .a-form__row__wrapper{margin-top:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-popup__form .a-form__row__wrapper{margin-top:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-popup__form .a-form__row__wrapper{margin-top:1.86047vw}}@media only screen and (max-width:640px){.a-popup__form .a-form__row__wrapper{margin-top:4.26667vw}}.popup-window{box-shadow:none;font:initial;flex-direction:row;justify-content:normal;display:block;width:600px;max-height:100%;margin:auto;padding:24px;background:#fff;opacity:0;transform:translate3d(0,calc(-50% - 50px),0);transition:opacity .25s ease-in-out .15s,transform .35s cubic-bezier(.455,.03,.515,.955) .15s;overflow-x:hidden;overflow-y:auto;font:400 16px/1.5 Inter,sans-serif}@media only screen and (min-width:1921px){.popup-window{width:33.48214vw;padding:1.33929vw;transform:translate3d(0,calc(-50% - 2.79018vw),0);font-size:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.popup-window{width:46.875vw;padding:1.875vw;transform:translate3d(0,calc(-50% - 3.90625vw),0);font-size:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.popup-window{width:57.14286vw;padding:2.28571vw;transform:translate3d(0,calc(-50% - 4.7619vw),0);font-size:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.popup-window{width:69.76744vw;padding:2.7907vw;transform:translate3d(0,calc(-50% - 5.81395vw),0);font-size:1.86047vw}}@media only screen and (max-width:640px){.popup-window{width:calc(100% - 8.53333vw);padding:6.4vw 4.26667vw;transform:translate3d(0,calc(-50% - 13.33333vw),0);font-size:4.26667vw}}.popup-window::-webkit-scrollbar{width:2px;height:2px;background-color:#d1d5db}@media only screen and (min-width:1921px){.popup-window::-webkit-scrollbar{width:.11161vw;height:.11161vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.popup-window::-webkit-scrollbar{width:.15625vw;height:.15625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.popup-window::-webkit-scrollbar{width:.19048vw;height:.19048vw}}@media only screen and (max-width:860px) and (min-width:641px){.popup-window::-webkit-scrollbar{width:.23256vw;height:.23256vw}}@media only screen and (max-width:640px){.popup-window::-webkit-scrollbar{width:.53333vw;height:.53333vw}}.popup-window::-webkit-scrollbar-thumb{background-color:#276967}.popup-window[style*=block]{display:block!important;opacity:1;transform:translate3d(0,-50%,0)}.bx-ie .popup-window[style*=block]{display:block!important}.popup-window.popup-window-with-titlebar{padding:24px}@media only screen and (min-width:1921px){.popup-window.popup-window-with-titlebar{padding:1.33929vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.popup-window.popup-window-with-titlebar{padding:1.875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.popup-window.popup-window-with-titlebar{padding:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.popup-window.popup-window-with-titlebar{padding:2.7907vw}}@media only screen and (max-width:640px){.popup-window.popup-window-with-titlebar{padding:6.4vw 4.26667vw}}.popup-window.popup-window-with-titlebar:before{position:absolute;top:0;right:0;bottom:0;left:0;display:block;margin:auto;z-index:0;background:#000;opacity:0;transition:opacity .3s ease-in-out .2s}.popup-window-delimiter{background-color:#f0f1f2;display:block;height:1px;line-height:1px}@media only screen and (min-width:1921px){.popup-window-delimiter{height:.0558vw;line-height:.0558vw}}@media only screen and (max-width:640px){.popup-window-delimiter{height:.26667vw;line-height:.26667vw}}.popup-window-delimiter-section{display:flex;margin:5px 0 8px;text-align:center}@media only screen and (min-width:1921px){.popup-window-delimiter-section{margin:.27902vw 0 .44643vw}}@media only screen and (max-width:640px){.popup-window-delimiter-section{margin:1.33333vw 0 2.13333vw}}.popup-window-delimiter-section:after,.popup-window-delimiter-section:before{display:block;content:"";flex:1;min-width:15px;position:relative;top:8px;height:1px;background-color:#f0f1f2}@media only screen and (min-width:1921px){.popup-window-delimiter-section:after,.popup-window-delimiter-section:before{min-width:.83705vw;top:.44643vw;height:.0558vw}}@media only screen and (max-width:640px){.popup-window-delimiter-section:after,.popup-window-delimiter-section:before{min-width:4vw;top:2.13333vw;height:.26667vw}}.popup-window-delimiter-text{position:relative;top:2px;padding:0 12px;background:#fff;color:#b1b6bc;font-size:10px;font-weight:700;text-transform:uppercase;white-space:nowrap;overflow-x:hidden;text-overflow:ellipsis;text-align:center;box-sizing:border-box}@media only screen and (min-width:1921px){.popup-window-delimiter-text{top:.11161vw;padding:0 .66964vw;font-size:.55804vw}}@media only screen and (max-width:640px){.popup-window-delimiter-text{top:.53333vw;padding:0 3.2vw;font-size:2.66667vw}}.popup-window-buttons{text-align:center;padding:0;position:relative;display:flex;justify-content:space-between;gap:24px;margin-top:48px}@media only screen and (min-width:1921px){.popup-window-buttons{gap:1.33929vw;margin-top:2.67857vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.popup-window-buttons{gap:1.875vw;margin-top:3.75vw}}@media only screen and (max-width:1050px) and (min-width:861px){.popup-window-buttons{gap:2.28571vw;margin-top:4.57143vw}}@media only screen and (max-width:860px) and (min-width:641px){.popup-window-buttons{gap:2.7907vw;margin-top:5.5814vw}}@media only screen and (max-width:640px){.popup-window-buttons{flex-wrap:wrap;gap:4.26667vw;margin-top:10.66667vw}}.popup-window-buttons .btn{flex:1 0 0;cursor:pointer;position:relative;display:inline-flex;align-items:center;justify-content:center;max-width:100%;padding:11px 20px;transition-duration:.35s;transition-timing-function:cubic-bezier(.4,0,0,1);transition-property:background-color,border}@media only screen and (min-width:1921px){.popup-window-buttons .btn{padding:.61384vw 1.11607vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.popup-window-buttons .btn{padding:.85938vw 1.5625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.popup-window-buttons .btn{padding:1.04762vw 1.90476vw}}@media only screen and (max-width:860px) and (min-width:641px){.popup-window-buttons .btn{padding:1.27907vw 2.32558vw}}@media only screen and (max-width:640px){.popup-window-buttons .btn{flex:100% 0 0;width:100%;padding:1.86667vw 5.33333vw}}.popup-window-buttons .btn span{position:relative;z-index:1;font-weight:500;font-size:16px;line-height:1.5;pointer-events:none}@media only screen and (min-width:1921px){.popup-window-buttons .btn span{font-size:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.popup-window-buttons .btn span{font-size:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.popup-window-buttons .btn span{font-size:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.popup-window-buttons .btn span{font-size:1.86047vw}}@media only screen and (max-width:640px){.popup-window-buttons .btn span{font-size:4.26667vw}}.popup-window-buttons .btn:not(.btn-primary){border:1px solid #276967!important;border-radius:4px}@media only screen and (min-width:1921px){.popup-window-buttons .btn:not(.btn-primary){border-width:.0558vw;border-radius:.22321vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.popup-window-buttons .btn:not(.btn-primary){border-radius:.3125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.popup-window-buttons .btn:not(.btn-primary){border-radius:.38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.popup-window-buttons .btn:not(.btn-primary){border-radius:.46512vw}}@media only screen and (max-width:640px){.popup-window-buttons .btn:not(.btn-primary){border-radius:1.06667vw}}.popup-window-buttons .btn:not(.btn-primary):hover{background-color:rgba(39,105,103,.2)}.popup-window-buttons .btn:not(.btn-primary) span{color:#276967}.popup-window-buttons .btn-primary{border:1px solid #276967;background-color:#276967;border-radius:4px}@media only screen and (min-width:1921px){.popup-window-buttons .btn-primary{border-width:.0558vw;border-radius:.22321vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.popup-window-buttons .btn-primary{border-radius:.3125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.popup-window-buttons .btn-primary{border-radius:.38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.popup-window-buttons .btn-primary{border-radius:.46512vw}}@media only screen and (max-width:640px){.popup-window-buttons .btn-primary{border-radius:1.06667vw}}.popup-window-buttons .btn-primary:hover{background-color:#1d5351;border-color:#1d5351}.popup-window-buttons .btn-primary span{color:#fff}.popup-window-button:after,.popup-window-button:before{display:none}.popup-window-button:hover{background:#cfd4d8;color:#535c69}.popup-window-button:last-child{margin-right:0}.popup-window-button-accept,.popup-window-button-create{background:#bbed21;box-shadow:none;color:#535c69}.popup-window-button-accept:hover,.popup-window-button-create:hover{background:#d2f95f;color:#535c69}.popup-window-button-wait{color:transparent!important;position:relative}.popup-window-button-wait .popup-window-button-text{opacity:0}.popup-window-button-wait:before{background:none!important;box-shadow:inset 0 0 0 1px #fff;border-radius:50%;color:#fff;display:block!important;content:"_"!important;font-size:10px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;line-height:10px;height:21px;top:10px;left:50%;margin:0 0 0 -11px;padding-right:6px;position:absolute;text-align:right;width:15px}@media only screen and (min-width:1921px){.popup-window-button-wait:before{font-size:.55804vw;line-height:.55804vw;height:1.17187vw;top:.55804vw;margin:0 0 0 -.61384vw;padding-right:.33482vw;width:.83705vw}}@media only screen and (max-width:640px){.popup-window-button-wait:before{font-size:2.66667vw;line-height:2.66667vw;height:5.6vw;top:2.66667vw;margin:0 0 0 -2.93333vw;padding-right:1.6vw;width:4vw}}.popup-window-button-wait:after{background:#fff!important;content:" "!important;display:block!important;height:7px;position:absolute;top:13px;left:50%;padding:0;width:1px;transform-origin:0 100%;animation:popup-window-button-animation 1s linear infinite}@media only screen and (min-width:1921px){.popup-window-button-wait:after{height:.39062vw;top:.72545vw;width:.0558vw}}@media only screen and (max-width:640px){.popup-window-button-wait:after{height:1.86667vw;top:3.46667vw;width:.26667vw}}.popup-window-button-accept.popup-window-button-wait:before,.popup-window-button-create.popup-window-button-wait:before{color:#535c69;box-shadow:inset 0 0 0 1px #535c69}.popup-window-button-accept.popup-window-button-wait:after,.popup-window-button-create.popup-window-button-wait:after{background:#535c69!important}@keyframes popup-window-button-animation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.popup-window-button-decline{background:#f1361b;color:#fff;box-shadow:none}.popup-window-button-decline:hover{background:#cc1a00;color:#fff}.popup-window-button-cancel{font-weight:400}.popup-window-button-blue{background-color:#3bc8f5;box-shadow:none;color:#fff}.popup-window-button-blue:hover{background-color:#3fddff;color:#fff}.popup-window-button-blue:active{background-color:#13b1e3;color:#fff}.popup-window-button-link,.popup-window-button-link-cancel,.popup-window-button-link:active,.popup-window-button-link:hover{background:none;box-shadow:none}.popup-window-button-link{border-bottom:1px solid #c0c2c5;border-radius:0;color:#535c69;cursor:pointer;height:17px;line-height:17px;transition:border-bottom-color .15s linear;padding:0}@media only screen and (min-width:1921px){.popup-window-button-link{border-width:.0558vw;height:.94866vw;line-height:.94866vw}}@media only screen and (max-width:640px){.popup-window-button-link{height:4.53333vw;line-height:4.53333vw}}.popup-window-button-link:active,.popup-window-button-link:hover{border-bottom-color:#535c69;color:#535c69;line-height:17px;height:17px}@media only screen and (min-width:1921px){.popup-window-button-link:active,.popup-window-button-link:hover{height:.94866vw;line-height:.94866vw}}@media only screen and (max-width:640px){.popup-window-button-link:active,.popup-window-button-link:hover{height:4.53333vw;line-height:4.53333vw}}.popup-window-button-link-cancel{color:#f1361b;border-bottom-color:#ffb4a9}.popup-window-button.popup-window-button-link-cancel:active,.popup-window-button.popup-window-button-link-cancel:hover{border-bottom-color:#f1361b;color:#f1361b}.popup-window-button-disable{cursor:default;opacity:.3}.popup-window-titlebar{height:49px}@media only screen and (min-width:1921px){.popup-window-titlebar{height:2.73437vw}}@media only screen and (max-width:640px){.popup-window-titlebar{height:13.06667vw}}.popup-window-titlebar-text,.popup-window-titlebar-text-version{display:inline-block;overflow:initial;padding:0;text-overflow:clip;white-space:normal;max-width:90%;margin-bottom:6px;font:500 32px/1.2 Inter,sans-serif;text-transform:uppercase;text-align:left;color:#000}@media only screen and (min-width:1921px){.popup-window-titlebar-text,.popup-window-titlebar-text-version{margin-bottom:.33482vw;font-size:1.78571vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.popup-window-titlebar-text,.popup-window-titlebar-text-version{margin-bottom:.46875vw;font-size:2.5vw}}@media only screen and (max-width:1050px) and (min-width:861px){.popup-window-titlebar-text,.popup-window-titlebar-text-version{margin-bottom:.57143vw;font-size:3.04762vw}}@media only screen and (max-width:860px) and (min-width:641px){.popup-window-titlebar-text,.popup-window-titlebar-text-version{margin-bottom:.69767vw;font-size:3.72093vw}}@media only screen and (max-width:640px){.popup-window-titlebar-text,.popup-window-titlebar-text-version{margin-bottom:1.6vw;font-size:5.33333vw}}.popup-window-titlebar-text-version{font-weight:400;font-size:13px;padding-left:0}@media only screen and (min-width:1921px){.popup-window-titlebar-text-version{font-size:.72545vw}}@media only screen and (max-width:640px){.popup-window-titlebar-text-version{font-size:3.46667vw}}.popup-window-content{box-sizing:border-box;background-color:#fff;flex:1}.popup-window-content-gray .popup-window-content,.popup-window-with-titlebar .popup-window-content{background-color:#eef2f4}.popup-window-content-white .popup-window-content{background-color:#fff}.popup-window-with-titlebar .popup-window-content{padding:0}.popup-window-close-icon{cursor:pointer;outline:none;opacity:1;transition:opacity .2s linear;position:absolute;top:8px;right:8px;display:block;width:40px;height:40px;font-size:0}@media only screen and (min-width:1921px){.popup-window-close-icon{top:.44643vw;right:.44643vw;width:2.23214vw;height:2.23214vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.popup-window-close-icon{top:.625vw;right:.625vw;width:3.125vw;height:3.125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.popup-window-close-icon{top:.7619vw;right:.7619vw;width:3.80952vw;height:3.80952vw}}@media only screen and (max-width:860px) and (min-width:641px){.popup-window-close-icon{top:.93023vw;right:.93023vw;width:4.65116vw;height:4.65116vw}}@media only screen and (max-width:640px){.popup-window-close-icon{top:2.13333vw;right:2.13333vw;width:10.66667vw;height:10.66667vw}}.popup-window-close-icon:after{display:block;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0);width:100%;height:100%;background-image:url(/local/templates/atvstyle2023/./images/svg/icon-cross-thin.svg);background-repeat:no-repeat;background-size:contain;content:""}.popup-window-titlebar-close-icon{top:12px;right:10px}@media only screen and (min-width:1921px){.popup-window-titlebar-close-icon{top:.66964vw;right:.55804vw}}@media only screen and (max-width:640px){.popup-window-titlebar-close-icon{top:3.2vw;right:2.66667vw}}.popup-window-close-icon:hover{opacity:1}.popup-window-angly{display:none;height:22px;position:absolute;overflow:hidden;width:33px;pointer-events:none}@media only screen and (min-width:1921px){.popup-window-angly{height:1.22768vw;width:1.84152vw}}@media only screen and (max-width:640px){.popup-window-angly{height:5.86667vw;width:8.8vw}}.popup-window-angly--arrow{background-color:#fff;box-shadow:0 0 21px rgba(83,92,105,.13);content:"";height:15px;position:absolute;left:9px;top:16px;transform:rotate(45deg);transform-origin:50% 50%;width:15px}@media only screen and (min-width:1921px){.popup-window-angly--arrow{box-shadow:0 0 1.17187vw rgba(83,92,105,.13);height:.83705vw;left:.50223vw;top:.89286vw;width:.83705vw}}@media only screen and (max-width:640px){.popup-window-angly--arrow{box-shadow:0 0 5.6vw rgba(83,92,105,.13);height:4vw;left:2.4vw;top:4.26667vw;width:4vw}}.popup-window-angly-top{display:block;left:10px;margin:0;top:-22px}@media only screen and (min-width:1921px){.popup-window-angly-top{left:.55804vw;top:-1.22768vw}}@media only screen and (max-width:640px){.popup-window-angly-top{left:2.66667vw;top:-5.86667vw}}.popup-window-angly-right{display:block;right:-17px;top:10px;height:30px;width:17px}@media only screen and (min-width:1921px){.popup-window-angly-right{right:-.94866vw;top:.55804vw;height:1.67411vw;width:.94866vw}}@media only screen and (max-width:640px){.popup-window-angly-right{right:-4.53333vw;top:2.66667vw;height:8vw;width:4.53333vw}}.popup-window-angly-right .popup-window-angly--arrow{left:-9px;top:8px}@media only screen and (min-width:1921px){.popup-window-angly-right .popup-window-angly--arrow{left:-.50223vw;top:.44643vw}}@media only screen and (max-width:640px){.popup-window-angly-right .popup-window-angly--arrow{left:-2.4vw;top:2.13333vw}}.popup-window-angly-bottom{bottom:-20px;display:block;height:20px;margin-left:10px}@media only screen and (min-width:1921px){.popup-window-angly-bottom{bottom:-1.11607vw;height:1.11607vw;margin-left:.55804vw}}@media only screen and (max-width:640px){.popup-window-angly-bottom{bottom:-5.33333vw;height:5.33333vw;margin-left:2.66667vw}}.popup-window-angly-bottom .popup-window-angly--arrow{top:-9px}@media only screen and (min-width:1921px){.popup-window-angly-bottom .popup-window-angly--arrow{top:-.50223vw}}@media only screen and (max-width:640px){.popup-window-angly-bottom .popup-window-angly--arrow{top:-2.4vw}}.popup-window-angly-left{display:block;left:-14px;top:10px;height:30px;width:14px}@media only screen and (min-width:1921px){.popup-window-angly-left{left:-.78125vw;top:.55804vw;height:1.67411vw;width:.78125vw}}@media only screen and (max-width:640px){.popup-window-angly-left{left:-3.73333vw;top:2.66667vw;height:8vw;width:3.73333vw}}.popup-window-angly-left .popup-window-angly--arrow{left:8px;top:8px}@media only screen and (min-width:1921px){.popup-window-angly-left .popup-window-angly--arrow{left:.44643vw;top:.44643vw}}@media only screen and (max-width:640px){.popup-window-angly-left .popup-window-angly--arrow{left:2.13333vw;top:2.13333vw}}.popup-window-overlay{filter:none;position:absolute;top:0;right:0;bottom:0;left:0;display:block;margin:auto;z-index:0;background:#000;opacity:0;transition:opacity .3s ease-in-out .2s}.popup-window-overlay[style*=block]{opacity:.5;transition:opacity .4s ease-in-out 0s}.popup-window-resize{opacity:0;transition:opacity .3s;position:absolute;right:0;bottom:0;width:10px;height:10px;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAAXNSR0IArs4c6QAAADBJREFUGBljYMADLl269B+PNESKNopwmoosgcxGcSeyBDKbKEUoGpA5uNgoplKNAwBv1DPc646T+wAAAABJRU5ErkJggg==");cursor:nwse-resize}.popup-window:hover .popup-window-resize{opacity:1}.menu-popup{padding:8px 0}@media only screen and (min-width:1921px){.menu-popup{padding:.44643vw 0}}@media only screen and (max-width:640px){.menu-popup{padding:2.13333vw 0}}.menu-popup-title{margin:0 0 7px;padding:0 0 0 4px;color:#4c4c4c;white-space:nowrap;font:normal normal normal 12px/normal Arial,Helvetica,sans-serif}@media only screen and (min-width:1921px){.menu-popup-title{margin:0 0 .39062vw;padding:0 0 0 .22321vw}}@media only screen and (max-width:640px){.menu-popup-title{margin:0 0 1.86667vw;padding:0 0 0 1.06667vw}}.menu-popup .menu-popup-item{background-color:transparent;display:flex;align-items:center;cursor:pointer;height:36px;position:relative;text-decoration:none;outline:none;white-space:nowrap}@media only screen and (min-width:1921px){.menu-popup .menu-popup-item{height:2.00893vw}}@media only screen and (max-width:640px){.menu-popup .menu-popup-item{height:9.6vw}}.menu-popup .menu-popup-item[style*=block]{display:flex!important}.menu-popup .menu-popup-item-disabled{pointer-events:none;opacity:.4;cursor:default}.menu-popup .menu-popup-item-disabled .main-ui-loader-svg-circle{stroke:#4a4e53;stroke-width:3}.menu-popup-item-icon{display:inline-block;height:16px;margin-left:15px;vertical-align:middle;width:19px}@media only screen and (min-width:1921px){.menu-popup-item-icon{height:.89286vw;margin-left:.83705vw;width:1.06027vw}}@media only screen and (max-width:640px){.menu-popup-item-icon{height:4.26667vw;margin-left:4vw;width:5.06667vw}}.menu-popup-item-text{display:inline-block;flex:1;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#525c68;line-height:36px;padding:0 15px 0 9px;text-decoration:none;vertical-align:middle;transition:color .2s linear}@media only screen and (min-width:1921px){.menu-popup-item-text{line-height:2.00893vw;padding:0 .83705vw 0 .50223vw}}@media only screen and (max-width:640px){.menu-popup-item-text{line-height:9.6vw;padding:0 4vw 0 2.4vw}}.menu-popup .menu-popup-items .main-buttons-submenu-item.main-buttons-submenu-separator.main-buttons-hidden-label .menu-popup-item-text span{top:-10px!important}@media only screen and (min-width:1921px){.menu-popup .menu-popup-items .main-buttons-submenu-item.main-buttons-submenu-separator.main-buttons-hidden-label .menu-popup-item-text span{top:-.55804vw!important}}@media only screen and (max-width:640px){.menu-popup .menu-popup-items .main-buttons-submenu-item.main-buttons-submenu-separator.main-buttons-hidden-label .menu-popup-item-text span{top:-2.66667vw!important}}.menu-popup-item-text .tariff-lock{margin:0 5px 2px;vertical-align:middle}@media only screen and (min-width:1921px){.menu-popup-item-text .tariff-lock{margin:0 .27902vw .11161vw}}@media only screen and (max-width:640px){.menu-popup-item-text .tariff-lock{margin:0 1.33333vw .53333vw}}.popup-window-fixed-width .menu-popup-item-text{text-overflow:ellipsis;overflow:hidden;width:100%;box-sizing:border-box}.menu-popup-no-icon .menu-popup-item-text{padding:0 15px}@media only screen and (min-width:1921px){.menu-popup-no-icon .menu-popup-item-text{padding:0 .83705vw}}@media only screen and (max-width:640px){.menu-popup-no-icon .menu-popup-item-text{padding:0 4vw}}.menu-popup-item-submenu .menu-popup-item-text{padding-right:28px}@media only screen and (min-width:1921px){.menu-popup-item-submenu .menu-popup-item-text{padding-right:1.5625vw}}@media only screen and (max-width:640px){.menu-popup-item-submenu .menu-popup-item-text{padding-right:7.46667vw}}.menu-popup-item.menu-popup-item-open,.menu-popup-item:hover{background-color:#f5f5f6}.menu-popup-item:hover .menu-popup-item-text{color:#3b434f}.menu-popup-item.menu-popup-item-disabled:hover{background:initial}.menu-popup-item-submenu:after{position:absolute;right:11px;top:50%;margin-top:-4px;width:6px;height:9px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI5IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0tLjAxIDEuMTg3bDIuOTIyIDIuOTItMi45MiAyLjkyMyAxLjE3MyAxLjE3MyAyLjkyLTIuOTJMNS4yNiA0LjEwNyAxLjE2NC4wMTMiIGZpbGw9IiNBOEFCQjIiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);background-size:cover;content:""}@media only screen and (min-width:1921px){.menu-popup-item-submenu:after{right:.61384vw;margin-top:-.22321vw;width:.33482vw;height:.50223vw}}@media only screen and (max-width:640px){.menu-popup-item-submenu:after{right:2.93333vw;margin-top:-1.06667vw;width:1.6vw;height:2.4vw}}.bx-admin-submenu-opened{background:#f0f0f0!important;border-radius:3px}.menu-popup-no-icon .menu-popup-item-icon{display:none}.menu-popup-item-view .menu-popup-item-icon{background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16'%3E%3Cpath fill='%23525C69' fill-rule='evenodd' d='M8.37 0a6.37 6.37 0 015.326 9.861l3.309 3.307c.392.392.39 1.03.005 1.415l-.427.427a1.004 1.004 0 01-1.415-.005l-3.307-3.309A6.37 6.37 0 118.369 0zm0 1.82a4.55 4.55 0 100 9.098 4.55 4.55 0 000-9.098z'/%3E%3C/svg%3E") no-repeat}.menu-popup-item-edit .menu-popup-item-icon{background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16'%3E%3Cpath fill='%23525C69' fill-rule='evenodd' d='M14.42 1l2.55 2.577-9.978 9.951-2.55-2.577L14.418 1zM3.008 14.638a.267.267 0 00.067.255c.067.067.164.093.255.067l2.851-.768-2.405-2.405-.768 2.85z'/%3E%3C/svg%3E") no-repeat}.menu-popup-item-create .menu-popup-item-icon{background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='15'%3E%3Cpath fill='%23525C69' fill-rule='evenodd' d='M8.978 0v6h6.064v2.948l-6.064-.001v6.043H6l-.001-6.043H0V6h5.999L6 0h2.978z'/%3E%3C/svg%3E") no-repeat}.menu-popup-item-create-quick .menu-popup-item-icon{background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16'%3E%3Cpath fill='%23525C69' fill-rule='evenodd' d='M15.39 8.032v3l3.01.002v2l-3.01-.001v3.003h-2v-3.003h-3.005v-2h3.006V8.032h2zM12.23 0L6.77 6.044h5.46l-8.865 9.409L6.77 8.744H2L5.009 0h7.22z'/%3E%3C/svg%3E") no-repeat}.menu-popup-item-take .menu-popup-item-icon{background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16'%3E%3Cpath fill='%23525C69' fill-rule='evenodd' d='M7.477 14.702L2 9.39l2.267-2.209 3.21 3.102L16.002 2l2.267 2.209z'/%3E%3C/svg%3E") no-repeat}.menu-popup-item-begin .menu-popup-item-icon{background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16'%3E%3Cpath fill='%23525C69' fill-rule='evenodd' d='M9.632 1a7.632 7.632 0 110 15.265A7.632 7.632 0 019.632 1zm0 1.752a5.88 5.88 0 100 11.761 5.88 5.88 0 000-11.761zM8.296 5.119a.7.7 0 01.375.11l4.418 2.806a.7.7 0 010 1.182L8.67 12.024a.7.7 0 01-1.075-.59V5.818a.7.7 0 01.7-.7z'/%3E%3C/svg%3E") no-repeat}.menu-popup-item-decline .menu-popup-item-icon{background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16'%3E%3Cpath fill='%23525C69' fill-rule='evenodd' d='M6.161 2l.017 2.83h2.138a4.433 4.433 0 014.433 4.434v.129a4.433 4.433 0 01-4.433 4.433H4.91c-.24 0-.474-.019-.702-.055v-1.949h3.908l.163-.005a2.48 2.48 0 002.317-2.475l-.005-.163A2.48 2.48 0 008.116 6.86H6.19l.017 3.048L2 5.932 6.161 2zm10.043 1.887v9.662h-2.008V3.887h2.008z'/%3E%3C/svg%3E") no-repeat}.menu-popup-item-reopen .menu-popup-item-icon{background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16'%3E%3Cpath fill='%23525C69' fill-rule='evenodd' d='M9.514 2a6.508 6.508 0 015.42 2.899l1.794-1.796v5.681h-5.68l2.238-2.238a4.254 4.254 0 10-3.772 6.222l.146-.005-.173 2.264-.207-.004A6.514 6.514 0 019.514 2z'/%3E%3C/svg%3E") no-repeat}.menu-popup-item-complete .menu-popup-item-icon{background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16'%3E%3Cpath fill='%23525C69' fill-rule='evenodd' d='M4 2h11.648L13.1 6.015l2.548 4.016-9.661-.001v4.963H4V2z'/%3E%3C/svg%3E") no-repeat}.menu-popup-item-hold .menu-popup-item-icon{background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16'%3E%3Cpath fill='%23525C69' fill-rule='evenodd' d='M8 2v12H5V2h3zm5.986 0v12h-3V2h3z'/%3E%3C/svg%3E") no-repeat}.menu-popup-item-accept .menu-popup-item-icon{background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16'%3E%3Cpath fill='%23525C69' fill-rule='evenodd' d='M7.477 14.702L2 9.39l2.267-2.209 3.21 3.102L16.002 2l2.267 2.209z'/%3E%3C/svg%3E") no-repeat}.menu-popup-item-remake .menu-popup-item-icon{background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16'%3E%3Cpath fill='%23525C69' fill-rule='evenodd' d='M15.246 8.07l1.398 2.234a2 2 0 01-1.695 3.06l-3.038-.001v2.439L8.56 12.45l3.352-3.352-.001 2.065 2.676.001-1.247-1.993 1.906-1.101zM5.58 5.71l1.227 4.578L4.849 9.16l-1.253 2.005h3.056v2.2H3.236a2 2 0 01-1.695-3.06L2.944 8.06 1 6.936 5.579 5.71zM10.153.304a2 2 0 01.635.635l1.746 2.791L14.5 2.597l-1.227 4.578L8.694 5.95l1.933-1.117-1.535-2.455L7.6 4.761l-1.906-1.1L7.397.94a2 2 0 012.756-.635z'/%3E%3C/svg%3E") no-repeat}.menu-popup-item-delete .menu-popup-item-icon{background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16'%3E%3Cpath fill='%23525C69' fill-rule='evenodd' d='M15.406 3.889l-3.8 3.8 3.841 3.841-1.867 1.867-3.841-3.842-3.826 3.828-1.887-1.886L7.853 7.67l-3.8-3.8L5.92 2.003l3.8 3.8 3.8-3.8z'/%3E%3C/svg%3E") no-repeat}.menu-popup-item-copy .menu-popup-item-icon{background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16'%3E%3Cpath fill='%23525C69' fill-rule='evenodd' d='M4.898 9.472V3.094c0-.108.088-.196.196-.196h6.378c.107 0 .195.088.195.196V3.4h1.899V1.64a.642.642 0 00-.64-.641H3.64a.642.642 0 00-.64.64v9.285c0 .353.288.64.64.64h1.655V9.668h-.201a.196.196 0 01-.196-.195zm10.223 3.442a.208.208 0 01-.207.207H8.161a.208.208 0 01-.207-.207V6.161c0-.113.094-.207.207-.207h6.753c.114 0 .207.094.207.207v6.753zm1.148-8.86H6.713a.66.66 0 00-.659.66v9.555a.66.66 0 00.66.659h9.555a.661.661 0 00.659-.66V4.714a.66.66 0 00-.66-.659z'/%3E%3C/svg%3E") no-repeat}.menu-popup-item-delegate .menu-popup-item-icon{background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16'%3E%3Cpath fill='%23525C69' fill-rule='evenodd' d='M10.283 2.73c-.485-.8 3.605-1.466 3.877.984a7.774 7.774 0 010 2.227s.611-.073.203 1.137c0 0-.225.87-.57.675 0 0 .056 1.1-.487 1.287 0 0 .04.586.04.625l.453.07s-.014.49.077.542c.414.279.868.49 1.345.626 1.41.372 2.126 1.012 2.126 1.571l.388 2.55H5.908s.079-1.256.293-2.127c.215-.87 1.42-1.516 2.53-2.013.575-.258.7-.412 1.278-.676a2.04 2.04 0 00.039-.487l.491-.06s.065.122-.039-.597c0 0-.552-.15-.578-1.294 0 0-.415.143-.44-.55-.018-.47-.372-.878.137-1.216l-.26-.72s-.272-2.78.924-2.555zm-7.307.929l4.167 4.168-4.167 4.167-.001-3.001H0v-2h2.975V3.659z'/%3E%3C/svg%3E") no-repeat}.menu-popup-item-add-to-tm .menu-popup-item-icon{background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16'%3E%3Cpath fill='%23525C69' fill-rule='evenodd' d='M12.293 1.542a7.494 7.494 0 014.696 6.952 7.348 7.348 0 01-7.196 7.49 7.494 7.494 0 112.5-14.442zM5.428 4.587a5.64 5.64 0 004.291 9.543 5.53 5.53 0 005.416-5.636 5.64 5.64 0 00-9.707-3.907zM8.13 9.989V5.417h2v2.572h2.508v2H8.13z'/%3E%3C/svg%3E") no-repeat}.menu-popup-item-accept-sm .menu-popup-item-icon{background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16' viewBox='-4 -4 19 16'%3E%3Cpath fill='%232066B0' d='M1.36 3.446L4.013 6.1 10.316 0l1.36 1.36-6.299 6.1-1.364 1.36-1.36-1.36L0 4.806z'/%3E%3C/svg%3E") no-repeat}.popup-window-button-left,.popup-window-button-right{display:none}.popup-window-dark{background-color:rgba(0,0,0,.8);border-radius:4px;box-shadow:0 19px 24px rgba(88,112,118,.17)}@media only screen and (min-width:1921px){.popup-window-dark{border-radius:.22321vw;box-shadow:0 1.06027vw 1.33929vw rgba(88,112,118,.17)}}@media only screen and (max-width:640px){.popup-window-dark{border-radius:1.06667vw;box-shadow:0 5.06667vw 6.4vw rgba(88,112,118,.17)}}.popup-window-dark .popup-window-content{background-color:transparent;color:#fff;margin:0}.popup-window-dark .popup-window-angly--arrow{background-color:rgba(0,0,0,.8)}.popup-window-dark .popup-window-titlebar-text{color:#fff}.popup-window-dark .popup-window-close-icon:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.787 1L5 3.787 2.213 1 1 2.213 3.787 5 1 7.787 2.213 9 5 6.213 7.787 9 9 7.787 6.213 5 9 2.213' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E")}.popup-window-tabs-box{padding:10px 0 4px}@media only screen and (min-width:1921px){.popup-window-tabs-box{padding:.55804vw 0 .22321vw}}@media only screen and (max-width:640px){.popup-window-tabs-box{padding:2.66667vw 0 1.06667vw}}.popup-window-tabs{position:relative;padding:0 20px 0 0;margin:0;height:42px;font-size:0;z-index:1}@media only screen and (min-width:1921px){.popup-window-tabs{padding:0 1.11607vw 0 0;height:2.34375vw}}@media only screen and (max-width:640px){.popup-window-tabs{padding:0 5.33333vw 0 0;height:11.2vw}}.popup-window-tab{display:inline-block;height:42px;margin:0 7px 0 0;padding:0 12px;border:none;vertical-align:top;font-size:14px;font-weight:700;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;line-height:41px;color:#535c69;background-color:#ecf2f3;text-shadow:none;cursor:pointer;transition:background-color .15s linear}@media only screen and (min-width:1921px){.popup-window-tab{height:2.34375vw;margin:0 .39062vw 0 0;padding:0 .66964vw;font-size:.78125vw;line-height:2.28795vw}}@media only screen and (max-width:640px){.popup-window-tab{height:11.2vw;margin:0 1.86667vw 0 0;padding:0 3.2vw;font-size:3.73333vw;line-height:10.93333vw}}.popup-window-tab:hover{background-color:#f7f9f9}.popup-window-tab-selected{position:relative;z-index:2;padding:0 11px;background-color:#fff!important;line-height:40px;border-radius:2px 2px 0 0;border:1px solid #c6cdd3;border-bottom:none;cursor:default}@media only screen and (min-width:1921px){.popup-window-tab-selected{padding:0 .61384vw;line-height:2.23214vw;border-radius:.11161vw .11161vw 0 0;border-width:.0558vw}}@media only screen and (max-width:640px){.popup-window-tab-selected{padding:0 2.93333vw;line-height:10.66667vw;border-radius:.53333vw .53333vw 0 0;border-width:.26667vw}}.popup-window-tabs-content{margin:0;padding:10px;border:1px solid #c6cdd3;border-radius:0 3px 3px}@media only screen and (min-width:1921px){.popup-window-tabs-content{padding:.55804vw;border-width:.0558vw;border-radius:0 .16741vw .16741vw}}@media only screen and (max-width:640px){.popup-window-tabs-content{padding:2.66667vw;border-width:.26667vw;border-radius:0 .8vw .8vw}}.popup-window-tab-content{display:none;padding:20px;background:#eef2f4}@media only screen and (min-width:1921px){.popup-window-tab-content{padding:1.11607vw}}@media only screen and (max-width:640px){.popup-window-tab-content{padding:5.33333vw}}.popup-window-tabs-content-white .popup-window-tab-content{padding:10px;background:#fff}@media only screen and (min-width:1921px){.popup-window-tabs-content-white .popup-window-tab-content{padding:.55804vw}}@media only screen and (max-width:640px){.popup-window-tabs-content-white .popup-window-tab-content{padding:2.66667vw}}.popup-window-tab-content-selected{display:block}.popup-window-show-animation-opacity{animation:popupWindowShowAnimationOpacity .1s;animation-fill-mode:both}@keyframes popupWindowShowAnimationOpacity{0%{opacity:0}to{opacity:1}}.popup-window-show-animation-opacity-transform{animation:popupWindowShowAnimationOpacityTransform .1s;animation-fill-mode:both}@keyframes popupWindowShowAnimationOpacityTransform{0%{opacity:0;transform:translate3d(0,5px,0);@media only screen and (min-width:1921px){transform:translate3d(0,.27902vw,0)}@media only screen and (max-width:640px){transform:translate3d(0,1.33333vw,0)}}to{opacity:1;transform:translateZ(0)}}.popup-window-close-animation-opacity{animation:popupWindowCloseAnimationOpacity .15s;animation-fill-mode:both}@keyframes popupWindowCloseAnimationOpacity{0%{opacity:1}to{opacity:0}}.popup-window-close-animation-opacity-transform{animation:popupWindowCloseAnimationOpacity .15s;animation-fill-mode:both}@keyframes popupWindowCloseAnimationOpacityTransform{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,25px,0);@media only screen and (min-width:1921px){transform:translate3d(0,1.39509vw,0)}@media only screen and (max-width:640px){transform:translate3d(0,6.66667vw,0)}}}.popup-window-show-animation-scale{animation:popup-window-show-animation-scale .4s;animation-fill-mode:both}@keyframes popup-window-show-animation-scale{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.bx-catalog-subscribe-button{margin-bottom:6px;display:inline-block;text-align:center}@media only screen and (min-width:1921px){.bx-catalog-subscribe-button{margin-bottom:.33482vw}}@media only screen and (max-width:640px){.bx-catalog-subscribe-button{margin-bottom:1.6vw}}.bx-catalog-popup-content{width:90%;max-width:280px}@media only screen and (min-width:1921px){.bx-catalog-popup-content{max-width:15.625vw}}@media only screen and (max-width:640px){.bx-catalog-popup-content{max-width:74.66667vw}}#bx-catalog-subscribe-form-notify{margin:16px 0 0}@media only screen and (min-width:1921px){#bx-catalog-subscribe-form-notify{margin-top:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){#bx-catalog-subscribe-form-notify{margin-top:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){#bx-catalog-subscribe-form-notify{margin-top:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){#bx-catalog-subscribe-form-notify{margin-top:1.86047vw}}@media only screen and (max-width:640px){#bx-catalog-subscribe-form-notify{margin-top:4.26667vw}}.bx-catalog-subscribe-form-container-label{color:#1f2937;padding-bottom:0;display:block;margin-bottom:6px;font:inherit;font-size:16px;line-height:1.5}@media only screen and (min-width:1921px){.bx-catalog-subscribe-form-container-label{margin-bottom:.33482vw;font-size:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.bx-catalog-subscribe-form-container-label{margin-bottom:.46875vw;font-size:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.bx-catalog-subscribe-form-container-label{margin-bottom:.57143vw;font-size:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.bx-catalog-subscribe-form-container-label{margin-bottom:.69767vw;font-size:1.86047vw}}@media only screen and (max-width:640px){.bx-catalog-subscribe-form-container-label{margin-bottom:1.6vw;font-size:4.26667vw}}.bx-catalog-subscribe-form-container-input{position:relative}.bx-catalog-subscribe-form-container-input input[type=text]{height:auto;margin:0;display:block;width:100%;background-color:transparent;border:1px solid #9ca3af;border-radius:4px;resize:none;outline:none;padding:11px 12px;font-size:16px;line-height:1.5;transition:border-color .35s cubic-bezier(.4,0,0,1);box-shadow:0 1px 2px rgba(16,24,40,.05)}@media only screen and (min-width:1921px){.bx-catalog-subscribe-form-container-input input[type=text]{border-radius:.22321vw;padding:.61384vw .66964vw;font-size:.89286vw;box-shadow:0 .0558vw .11161vw rgba(16,24,40,.05)}}@media only screen and (max-width:1280px) and (min-width:1051px){.bx-catalog-subscribe-form-container-input input[type=text]{border-radius:.3125vw;padding:.85938vw .9375vw;font-size:1.25vw;box-shadow:0 .07812vw .15625vw rgba(16,24,40,.05)}}@media only screen and (max-width:1050px) and (min-width:861px){.bx-catalog-subscribe-form-container-input input[type=text]{border-radius:.38095vw;padding:1.04762vw 1.14286vw;font-size:1.52381vw;box-shadow:0 .09524vw .19048vw rgba(16,24,40,.05)}}@media only screen and (max-width:860px) and (min-width:641px){.bx-catalog-subscribe-form-container-input input[type=text]{border-radius:.46512vw;padding:1.27907vw 1.39535vw;font-size:1.86047vw;box-shadow:0 .11628vw .23256vw rgba(16,24,40,.05)}}@media only screen and (max-width:640px){.bx-catalog-subscribe-form-container-input input[type=text]{border-radius:1.06667vw;padding:2.93333vw 3.2vw;font-size:4.26667vw;box-shadow:0 .26667vw .53333vw rgba(16,24,40,.05)}}.bx-catalog-subscribe-form-container-input input[type=text]::-webkit-input-placeholder{font-style:italic;color:#6b7280}.bx-catalog-subscribe-form-container-input input[type=text]:-moz-placeholder,.bx-catalog-subscribe-form-container-input input[type=text]::-moz-placeholder{font-style:italic;color:#6b7280}.bx-catalog-subscribe-form-container-input input[type=text]:-ms-input-placeholder{font-style:italic;color:#6b7280}.bx-catalog-subscribe-form-container-input input[type=text]:focus{border-color:#276967}.bx-catalog-subscribe-form-star-required{color:#e41b1e}.bx-catalog-subscribe-form-container .bx-captcha{margin-bottom:10px}.bx-catalog-popup-message{font-weight:700;min-width:240px;margin:0}@media only screen and (min-width:1921px){.bx-catalog-popup-message{min-width:13.39286vw}}@media only screen and (max-width:640px){.bx-catalog-popup-message{min-width:64vw}}.bx-catalog-subscribe-alert{background-color:#edf6fc;color:#000;font-size:15px;min-height:45px;text-align:center;padding:12px 40px 12px 60px;position:relative;width:280px}@media only screen and (min-width:1921px){.bx-catalog-subscribe-alert{font-size:.83705vw;min-height:2.51116vw;padding:.66964vw 2.23214vw .66964vw 3.34821vw;width:15.625vw}}@media only screen and (max-width:640px){.bx-catalog-subscribe-alert{font-size:4vw;min-height:12vw;padding:3.2vw 10.66667vw 3.2vw 16vw;width:74.66667vw}}.bx-catalog-subscribe-aligner{display:inline-block;height:45px;margin-left:-1px;vertical-align:middle;width:1px}@media only screen and (min-width:1921px){.bx-catalog-subscribe-aligner{height:2.51116vw;margin-left:-.0558vw;width:.0558vw}}@media only screen and (max-width:640px){.bx-catalog-subscribe-aligner{height:12vw;margin-left:-.26667vw;width:.26667vw}}.bx-catalog-subscribe-alert-text{display:inline-block;vertical-align:middle}.bx-catalog-subscribe-alert-footer{text-align:center}.bx-catalog-subscribe-alert-popup{background-color:#edf6fc!important;border:1px solid #edf6fc!important;border-radius:3px!important;box-shadow:0 19px 24px rgba(88,112,118,.17)!important}@media only screen and (min-width:1921px){.bx-catalog-subscribe-alert-popup{border-width:.0558vw;border-radius:.16741vw!important;box-shadow:0 1.06027vw 1.33929vw rgba(88,112,118,.17)!important}}@media only screen and (max-width:640px){.bx-catalog-subscribe-alert-popup{border-width:.26667vw;border-radius:.8vw!important;box-shadow:0 5.06667vw 6.4vw rgba(88,112,118,.17)!important}}.a-sidebar{position:fixed;top:0;left:0;display:block;z-index:10;opacity:0;pointer-events:none;transition:opacity 0s linear .5s;width:100%;height:100%;display:flex;display:none;justify-content:flex-end}.a-sidebar--showed{opacity:1;pointer-events:all;transition:opacity 0s linear 0s;overflow:hidden!important}.a-sidebar--showed .a-sidebar__bg{opacity:.5;transition:opacity .4s ease-in-out 0s}.a-sidebar--showed .a-sidebar__close{opacity:1;transform:rotate(0deg);transition:opacity .4s ease-in-out 0s,transform .5s cubic-bezier(.455,.03,.515,.955) 0s}@media only screen and (max-width:640px){.a-sidebar--showed .a-sidebar__close{transition:opacity .3s ease 0s,transform .35s ease-in-out 0s}}.a-sidebar--showed .a-sidebar__title{opacity:1;transform:translateZ(0);transition:opacity .4s ease-in-out .1s,transform .6s cubic-bezier(.455,.03,.515,.955) .1s}@media only screen and (max-width:640px){.a-sidebar--showed .a-sidebar__title{transition:opacity .3s ease .1s,transform .35s ease-in-out .1s}}.a-sidebar--showed .a-sidebar__note{opacity:1;transform:translateZ(0);transition:opacity .4s ease-in-out .15s,transform .6s cubic-bezier(.455,.03,.515,.955) .15s}@media only screen and (max-width:640px){.a-sidebar--showed .a-sidebar__note{transition:opacity .3s ease .15s,transform .35s ease-in-out .15s}}.a-sidebar--showed .a-sidebar__content{opacity:1;transform:translateZ(0);transition:opacity .4s ease-in-out .2s,transform .6s cubic-bezier(.455,.03,.515,.955) .2s}@media only screen and (max-width:640px){.a-sidebar--showed .a-sidebar__content{transition:opacity .3s ease .2s,transform .35s ease-in-out .2s}}.a-sidebar--showed .a-sidebar__empty-msg{opacity:1;transform:translate3d(-50%,-50%,0);transition:opacity .4s ease-in-out .2s,transform .6s cubic-bezier(.455,.03,.515,.955) .2s}@media only screen and (max-width:640px){.a-sidebar--showed .a-sidebar__empty-msg{transition:opacity .3s ease .2s,transform .35s ease-in-out .2s}}.a-sidebar--showed .a-sidebar__footer{opacity:1;transform:translateZ(0);transition:opacity .4s ease-in-out .3s,transform .6s cubic-bezier(.455,.03,.515,.955) .3s}@media only screen and (max-width:640px){.a-sidebar--showed .a-sidebar__footer{transition:opacity .3s ease .3s,transform .35s ease-in-out .3s}}.a-sidebar--showed .a-sidebar__inner{pointer-events:all;opacity:1;transition:pointer-events 0s ease .5s,opacity .4s ease-in-out 0s}.a-sidebar__bg{cursor:pointer;position:absolute;top:0;left:0;display:block;width:100%;content:"";z-index:0;background:#000;transition:opacity .3s ease-in-out .2s}.a-sidebar__bg,.a-sidebar__inner{height:100%;opacity:0;will-change:opacity}.a-sidebar__inner{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:space-between;width:375px;padding:24px 16px;background-color:#fff;pointer-events:none;transition:pointer-events 0s ease 0s,opacity .3s ease-in-out .2s}@media only screen and (min-width:1921px){.a-sidebar__inner{width:20.92634vw;padding:1.33929vw .89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.a-sidebar__inner{width:29.29688vw;padding:1.875vw 1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-sidebar__inner{width:35.71429vw;padding:2.28571vw 1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-sidebar__inner{width:43.60465vw;padding:2.7907vw 1.86047vw}}@media only screen and (max-width:640px){.a-sidebar__inner{width:100%;padding:6.4vw 4.26667vw}}.a-sidebar__close{position:absolute;top:8px;right:8px;display:block;width:32px;height:32px;font-size:0;opacity:0;transform:rotate(180deg);transition:opacity .3s ease-in-out 0s,transform .5s cubic-bezier(.455,.03,.515,.955) 0s;will-change:opacity,transform}@media only screen and (min-width:1921px){.a-sidebar__close{top:.44643vw;right:.44643vw;width:1.78571vw;height:1.78571vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.a-sidebar__close{top:.625vw;right:.625vw;width:2.5vw;height:2.5vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-sidebar__close{top:.7619vw;right:.7619vw;width:3.04762vw;height:3.04762vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-sidebar__close{top:.93023vw;right:.93023vw;width:3.72093vw;height:3.72093vw}}@media only screen and (max-width:640px){.a-sidebar__close{top:2.13333vw;right:2.13333vw;width:8.53333vw;height:8.53333vw}}.a-sidebar__close .svg{width:100%;height:100%}.a-sidebar__close:hover:before{transform:scale(.9)}.a-sidebar__close:hover span:before{transform:rotate(-135deg)}.a-sidebar__close:hover span:after{transform:rotate(-225deg)}.a-sidebar__title{padding-bottom:20px;font-weight:500;font-size:20px;line-height:1.2;text-transform:uppercase;opacity:0;transform:translate3d(50px,0,0);transition:opacity .3s ease-in-out 0s,transform .5s cubic-bezier(.455,.03,.515,.955) 0s}@media only screen and (min-width:1921px){.a-sidebar__title{transform:translate3d(2.79018vw,0,0);padding-bottom:1.11607vw;font-size:1.11607vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.a-sidebar__title{transform:translate3d(3.90625vw,0,0);padding-bottom:1.5625vw;font-size:1.5625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-sidebar__title{transform:translate3d(4.7619vw,0,0);padding-bottom:1.90476vw;font-size:1.90476vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-sidebar__title{transform:translate3d(5.81395vw,0,0);padding-bottom:2.32558vw;font-size:2.32558vw}}@media only screen and (max-width:640px){.a-sidebar__title{transform:translate3d(13.33333vw,0,0);padding-bottom:5.33333vw;font-size:5.33333vw}}.a-sidebar__note{padding-top:20px;padding-bottom:20px;opacity:0;transform:translate3d(50px,0,0);transition:opacity .3s ease-in-out 0s,transform .5s cubic-bezier(.455,.03,.515,.955) 0s}@media only screen and (min-width:1921px){.a-sidebar__note{padding-top:1.11607vw;padding-bottom:1.11607vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.a-sidebar__note{padding-top:1.5625vw;padding-bottom:1.5625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-sidebar__note{padding-top:1.90476vw;padding-bottom:1.90476vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-sidebar__note{padding-top:2.32558vw;padding-bottom:2.32558vw}}@media only screen and (max-width:640px){.a-sidebar__note{padding-top:5.33333vw;padding-bottom:5.33333vw}}.a-sidebar__content{height:100%;margin-right:-16px;padding-right:16px;overflow:auto;opacity:0;transform:translate3d(50px,0,0);transition:opacity .3s ease-in-out 0s,transform .5s cubic-bezier(.455,.03,.515,.955) 0s}@media only screen and (min-width:1921px){.a-sidebar__content{transform:translate3d(2.79018vw,0,0);margin-right:-.89286vw;padding-right:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.a-sidebar__content{transform:translate3d(3.90625vw,0,0);margin-right:-1.25vw;padding-right:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-sidebar__content{transform:translate3d(4.7619vw,0,0);margin-right:-1.52381vw;padding-right:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-sidebar__content{transform:translate3d(5.81395vw,0,0);margin-right:-1.86047vw;padding-right:1.86047vw}}@media only screen and (max-width:640px){.a-sidebar__content{transform:translate3d(13.33333vw,0,0);margin-right:-4.26667vw;padding-right:4.26667vw}}.a-sidebar__content::-webkit-scrollbar{width:3px;height:3px;background-color:#d1d5db}@media only screen and (min-width:1921px){.a-sidebar__content::-webkit-scrollbar{width:.16741vw;height:.16741vw}}@media only screen and (max-width:640px){.a-sidebar__content::-webkit-scrollbar{width:.8vw;height:.8vw}}.a-sidebar__content::-webkit-scrollbar-thumb{background-color:#276967}.a-sidebar__footer{border-top:1px solid #d1d5db;padding-top:24px;opacity:0;transform:translate3d(50px,0,0);transition:opacity .3s ease-in-out 0s,transform .5s cubic-bezier(.455,.03,.515,.955) 0s}@media only screen and (min-width:1921px){.a-sidebar__footer{border-width:.0558vw;padding-top:1.33929vw;transform:translate3d(2.79018vw,0,0)}}@media only screen and (max-width:1280px) and (min-width:1051px){.a-sidebar__footer{padding-top:1.875vw;transform:translate3d(3.90625vw,0,0)}}@media only screen and (max-width:1050px) and (min-width:861px){.a-sidebar__footer{padding-top:2.28571vw;transform:translate3d(4.7619vw,0,0)}}@media only screen and (max-width:860px) and (min-width:641px){.a-sidebar__footer{padding-top:2.7907vw;transform:translate3d(5.81395vw,0,0)}}@media only screen and (max-width:640px){.a-sidebar__footer{padding-top:6.4vw;transform:translate3d(13.33333vw,0,0)}}.a-sidebar__button{width:100%}.a-sidebar__button~.a-sidebar__button{margin-top:20px}@media only screen and (min-width:1921px){.a-sidebar__button~.a-sidebar__button{margin-top:1.11607vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.a-sidebar__button~.a-sidebar__button{margin-top:1.5625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-sidebar__button~.a-sidebar__button{margin-top:1.90476vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-sidebar__button~.a-sidebar__button{margin-top:2.32558vw}}@media only screen and (max-width:640px){.a-sidebar__button~.a-sidebar__button{margin-top:5.33333vw}}.a-sidebar__empty-msg{position:absolute;top:50%;left:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:0 50px;opacity:0;transform:translate3d(calc(-50% + 50px),-50%,0);transition:opacity .3s ease-in-out 0s,transform .5s cubic-bezier(.455,.03,.515,.955) 0s}@media only screen and (min-width:1921px){.a-sidebar__empty-msg{padding:0 2.79018vw;transform:translate3d(calc(-50% + get-vw(50px)),-50%,0)}}@media only screen and (max-width:1050px) and (min-width:861px){.a-sidebar__empty-msg{padding:0 2.38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-sidebar__empty-msg{padding:0 2.90698vw}}@media only screen and (max-width:640px){.a-sidebar__empty-msg{padding:0 6.66667vw}}.a-sidebar__empty-msg__icon{width:40px;height:40px}@media only screen and (min-width:1921px){.a-sidebar__empty-msg__icon{width:2.23214vw;height:2.23214vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.a-sidebar__empty-msg__icon{width:3.125vw;height:3.125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-sidebar__empty-msg__icon{width:3.80952vw;height:3.80952vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-sidebar__empty-msg__icon{width:4.65116vw;height:4.65116vw}}@media only screen and (max-width:640px){.a-sidebar__empty-msg__icon{width:10.66667vw;height:10.66667vw}}.a-sidebar__empty-msg__text{margin-top:40px;font-weight:200;font-size:14px;line-height:1;color:#6b7280;text-align:center}@media only screen and (min-width:1921px){.a-sidebar__empty-msg__text{margin-top:2.23214vw;font-size:.78125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-sidebar__empty-msg__text{margin-top:3.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-sidebar__empty-msg__text{margin-top:3.48837vw}}@media only screen and (max-width:640px){.a-sidebar__empty-msg__text{margin-top:8vw;font-size:3.73333vw}}.a-sidebar__empty-msg__button{width:100%;margin-top:32px}@media only screen and (min-width:1921px){.a-sidebar__empty-msg__button{margin-top:1.78571vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.a-sidebar__empty-msg__button{margin-top:2.5vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-sidebar__empty-msg__button{margin-top:3.04762vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-sidebar__empty-msg__button{margin-top:3.72093vw}}@media only screen and (max-width:640px){.a-sidebar__empty-msg__button{margin-top:8.53333vw}}.a-sidebar--cabinet .a-sidebar__footer{border:none}.a-sidebar .cabinet-sidebar__user{display:flex;align-items:center;margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid #d1d5db;font-weight:500;font-size:14px;color:#000}@media only screen and (min-width:1921px){.a-sidebar .cabinet-sidebar__user{margin-bottom:1.78571vw;padding-bottom:1.78571vw;border-width:.0558vw;font-size:.78125vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.a-sidebar .cabinet-sidebar__user{margin-bottom:2.5vw;padding-bottom:2.5vw;font-size:1.09375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-sidebar .cabinet-sidebar__user{margin-bottom:3.04762vw;padding-bottom:3.04762vw;font-size:1.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-sidebar .cabinet-sidebar__user{margin-bottom:3.72093vw;padding-bottom:3.72093vw;font-size:1.62791vw}}@media only screen and (max-width:640px){.a-sidebar .cabinet-sidebar__user{margin-bottom:8.53333vw;padding-bottom:8.53333vw;font-size:3.73333vw}}.a-sidebar .cabinet-sidebar__user__icon{margin-right:16px}@media only screen and (min-width:1921px){.a-sidebar .cabinet-sidebar__user__icon{margin-right:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.a-sidebar .cabinet-sidebar__user__icon{margin-right:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-sidebar .cabinet-sidebar__user__icon{margin-right:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-sidebar .cabinet-sidebar__user__icon{margin-right:1.86047vw}}@media only screen and (max-width:640px){.a-sidebar .cabinet-sidebar__user__icon{margin-right:4.26667vw}}.a-sidebar .cabinet-sidebar__menu__item{position:relative;margin-top:16px;transition:transform .35s cubic-bezier(.455,.03,.515,.955) 0s;will-change:transform}@media only screen and (min-width:1921px){.a-sidebar .cabinet-sidebar__menu__item{margin-top:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.a-sidebar .cabinet-sidebar__menu__item{margin-top:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-sidebar .cabinet-sidebar__menu__item{margin-top:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-sidebar .cabinet-sidebar__menu__item{margin-top:1.86047vw}}@media only screen and (max-width:640px){.a-sidebar .cabinet-sidebar__menu__item{margin-top:4.26667vw}}.a-sidebar .cabinet-sidebar__menu__item:first-child{margin-top:0}.a-sidebar .cabinet-sidebar__menu__item .cabinet-sidebar__menu__item__link.is-active,.a-sidebar .cabinet-sidebar__menu__item:hover .cabinet-sidebar__menu__item__link{color:#276967}.a-sidebar .cabinet-sidebar__menu__item__link{position:relative;display:block;color:#1f2937}.a-sidebar .cabinet-sidebar__menu__item__link span{display:inline-block;font-weight:600;font-size:16px;line-height:1.2;color:inherit;transition:color .3s ease-in-out,transform .35s cubic-bezier(.455,.03,.515,.955)}@media only screen and (min-width:1921px){.a-sidebar .cabinet-sidebar__menu__item__link span{font-size:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.a-sidebar .cabinet-sidebar__menu__item__link span{font-size:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-sidebar .cabinet-sidebar__menu__item__link span{font-size:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-sidebar .cabinet-sidebar__menu__item__link span{font-size:1.86047vw}}@media only screen and (max-width:640px){.a-sidebar .cabinet-sidebar__menu__item__link span{font-size:4.26667vw}}.a-sidebar--cart .a-sidebar__product-list{overflow:hidden}.a-sidebar--cart .a-sidebar__product-list .product-item{margin:8px 0}@media only screen and (min-width:1921px){.a-sidebar--cart .a-sidebar__product-list .product-item{margin:.44643vw 0}}@media only screen and (max-width:1280px) and (min-width:1051px){.a-sidebar--cart .a-sidebar__product-list .product-item{margin:.625vw 0}}@media only screen and (max-width:1050px) and (min-width:861px){.a-sidebar--cart .a-sidebar__product-list .product-item{margin:.7619vw 0}}@media only screen and (max-width:860px) and (min-width:641px){.a-sidebar--cart .a-sidebar__product-list .product-item{margin:.93023vw 0}}@media only screen and (max-width:640px){.a-sidebar--cart .a-sidebar__product-list .product-item{margin:2.13333vw 0}}.a-sidebar--cart .a-sidebar__product-list .product-item:last-child{margin-bottom:24px}@media only screen and (min-width:1921px){.a-sidebar--cart .a-sidebar__product-list .product-item:last-child{margin-bottom:1.33929vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.a-sidebar--cart .a-sidebar__product-list .product-item:last-child{margin-bottom:1.875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-sidebar--cart .a-sidebar__product-list .product-item:last-child{margin-bottom:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-sidebar--cart .a-sidebar__product-list .product-item:last-child{margin-bottom:2.7907vw}}@media only screen and (max-width:640px){.a-sidebar--cart .a-sidebar__product-list .product-item:last-child{margin-bottom:6.4vw}}.a-sidebar--cart .a-sidebar__product-list .product-item__content{flex-direction:column}.a-sidebar--cart .a-sidebar__product-list .product-item__left{margin-bottom:8px}@media only screen and (min-width:1921px){.a-sidebar--cart .a-sidebar__product-list .product-item__left{margin-bottom:.44643vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.a-sidebar--cart .a-sidebar__product-list .product-item__left{margin-bottom:.625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-sidebar--cart .a-sidebar__product-list .product-item__left{margin-bottom:.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-sidebar--cart .a-sidebar__product-list .product-item__left{margin-bottom:.93023vw}}@media only screen and (max-width:640px){.a-sidebar--cart .a-sidebar__product-list .product-item__left{margin-bottom:2.13333vw}}.a-sidebar--cart .a-sidebar__product-list .product-item__right{display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px}@media only screen and (min-width:1921px){.a-sidebar--cart .a-sidebar__product-list .product-item__right{padding:.44643vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.a-sidebar--cart .a-sidebar__product-list .product-item__right{padding:.625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-sidebar--cart .a-sidebar__product-list .product-item__right{padding:.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-sidebar--cart .a-sidebar__product-list .product-item__right{padding:.93023vw}}@media only screen and (max-width:640px){.a-sidebar--cart .a-sidebar__product-list .product-item__right{padding:2.13333vw}}.a-sidebar--cart .a-sidebar__product-list .product-item__right .product-item__price--new{font-size:14px}@media only screen and (min-width:1921px){.a-sidebar--cart .a-sidebar__product-list .product-item__right .product-item__price--new{font-size:.78125vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.a-sidebar--cart .a-sidebar__product-list .product-item__right .product-item__price--new{font-size:1.09375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-sidebar--cart .a-sidebar__product-list .product-item__right .product-item__price--new{font-size:1.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-sidebar--cart .a-sidebar__product-list .product-item__right .product-item__price--new{font-size:1.62791vw}}@media only screen and (max-width:640px){.a-sidebar--cart .a-sidebar__product-list .product-item__right .product-item__price--new{font-size:3.73333vw}}.a-sidebar--cart .a-sidebar__product-list .product-item__right .product-item__price--old{font-size:12px}@media only screen and (min-width:1921px){.a-sidebar--cart .a-sidebar__product-list .product-item__right .product-item__price--old{font-size:.66964vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.a-sidebar--cart .a-sidebar__product-list .product-item__right .product-item__price--old{font-size:.9375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-sidebar--cart .a-sidebar__product-list .product-item__right .product-item__price--old{font-size:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-sidebar--cart .a-sidebar__product-list .product-item__right .product-item__price--old{font-size:1.39535vw}}@media only screen and (max-width:640px){.a-sidebar--cart .a-sidebar__product-list .product-item__right .product-item__price--old{font-size:3.2vw}}.a-sidebar--cart .a-sidebar__product-list .product-item__img{margin-right:8px}@media only screen and (min-width:1921px){.a-sidebar--cart .a-sidebar__product-list .product-item__img{margin-right:.44643vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.a-sidebar--cart .a-sidebar__product-list .product-item__img{margin-right:.625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-sidebar--cart .a-sidebar__product-list .product-item__img{margin-right:.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-sidebar--cart .a-sidebar__product-list .product-item__img{margin-right:.93023vw}}@media only screen and (max-width:640px){.a-sidebar--cart .a-sidebar__product-list .product-item__img{margin-right:2.13333vw}}.a-sidebar--cart .a-sidebar__product-list .product-item__count{gap:8px}@media only screen and (min-width:1921px){.a-sidebar--cart .a-sidebar__product-list .product-item__count{gap:.44643vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.a-sidebar--cart .a-sidebar__product-list .product-item__count{gap:.625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-sidebar--cart .a-sidebar__product-list .product-item__count{gap:.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-sidebar--cart .a-sidebar__product-list .product-item__count{gap:.93023vw}}@media only screen and (max-width:640px){.a-sidebar--cart .a-sidebar__product-list .product-item__count{gap:2.13333vw}}.a-sidebar--cart .a-sidebar__summary{padding:16px;background-color:#f9fafb}@media only screen and (min-width:1921px){.a-sidebar--cart .a-sidebar__summary{padding:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.a-sidebar--cart .a-sidebar__summary{padding:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-sidebar--cart .a-sidebar__summary{padding:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-sidebar--cart .a-sidebar__summary{padding:1.86047vw}}@media only screen and (max-width:640px){.a-sidebar--cart .a-sidebar__summary{padding:4.26667vw}}.a-sidebar--cart .a-sidebar__summary__title{margin-bottom:40px;font-size:20px;line-height:1.2;color:#1f2937}@media only screen and (min-width:1921px){.a-sidebar--cart .a-sidebar__summary__title{margin-bottom:2.23214vw;font-size:1.11607vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.a-sidebar--cart .a-sidebar__summary__title{margin-bottom:3.125vw;font-size:1.5625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-sidebar--cart .a-sidebar__summary__title{margin-bottom:3.80952vw;font-size:1.90476vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-sidebar--cart .a-sidebar__summary__title{margin-bottom:4.65116vw;font-size:2.32558vw}}@media only screen and (max-width:640px){.a-sidebar--cart .a-sidebar__summary__title{margin-bottom:10.66667vw;font-size:5.33333vw}}.a-sidebar--cart .a-sidebar__summary__info{margin-bottom:32px;font-size:16px;line-height:1.5}@media only screen and (min-width:1921px){.a-sidebar--cart .a-sidebar__summary__info{margin-bottom:1.78571vw;font-size:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.a-sidebar--cart .a-sidebar__summary__info{margin-bottom:2.5vw;font-size:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-sidebar--cart .a-sidebar__summary__info{margin-bottom:3.04762vw;font-size:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-sidebar--cart .a-sidebar__summary__info{margin-bottom:3.72093vw;font-size:1.86047vw}}@media only screen and (max-width:640px){.a-sidebar--cart .a-sidebar__summary__info{margin-bottom:8.53333vw;font-size:4.26667vw}}.a-sidebar--cart .a-sidebar__summary__row{display:flex;justify-content:space-between;margin-top:5px}@media only screen and (min-width:1921px){.a-sidebar--cart .a-sidebar__summary__row{margin-top:.27902vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.a-sidebar--cart .a-sidebar__summary__row{margin-top:.39062vw}}@media only screen and (max-width:1050px) and (min-width:861px){.a-sidebar--cart .a-sidebar__summary__row{margin-top:.47619vw}}@media only screen and (max-width:860px) and (min-width:641px){.a-sidebar--cart .a-sidebar__summary__row{margin-top:.5814vw}}@media only screen and (max-width:640px){.a-sidebar--cart .a-sidebar__summary__row{margin-top:1.33333vw}}.a-sidebar--cart .a-sidebar__summary__prop{color:#4b5563}.a-sidebar--cart .a-sidebar__summary__val{color:#111827}.catalog{padding:20px 0 100px}.catalog__title{font-size:36px;line-height:1.32;font-weight:600;margin-bottom:30px}@media (max-width:1023.98px){.catalog__title{font-size:30px;line-height:1.2;margin-bottom:0}}.catalog__inner{display:flex;align-items:flex-start;gap:20px}@media (max-width:1023.98px){.catalog__inner{flex-direction:column}}.catalog__asside{width:284px;flex-shrink:0}.catalog__main{width:calc(100% - 304px);padding-top:20px}@media (max-width:1023.98px){.catalog__main{width:100%;padding-top:0}}.catalog-rendering{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}@media (max-width:1023.98px){.catalog-rendering{margin-bottom:20px}}.catalog-rendering .custom-select__head{padding:0 36px 0 0;border:none;box-shadow:none}@media (max-width:1023.98px){.catalog-rendering__quantity{display:none}}.catalog-filters{width:100%;background-color:#f3f4f6;padding:16px 30px;border-radius:5px;margin-bottom:30px}@media (max-width:1279.98px){.catalog-filters{padding:16px}}@media (max-width:1023.98px){.catalog-filters{display:none}}.catalog-filters__chips{width:100%;padding-top:16px}.catalog-filters__panel{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.catalog-filters__price{display:flex;align-items:center;gap:10px}.catalog-filters__price-title{font-size:16px;line-height:1}.catalog-filters__price-inputs{display:grid;grid-template-columns:repeat(2,140px);border-radius:5px;border:1px solid #dadada;overflow:hidden}.catalog-filters__price-group{display:flex;align-items:center;gap:10px;padding:8px 20px;background-color:#fff}.catalog-filters__price-group:first-child{border-right:1px solid #dadada}.catalog-filters__price-input{display:block;width:100%;padding:0;background-color:transparent;color:#1f2937;font-size:16px;line-height:1;border:none;outline:none}.catalog-filters__price-input::-moz-placeholder{font-size:16px;line-height:1;color:#dadada}.catalog-filters__price-input::placeholder{font-size:16px;line-height:1;color:#dadada}.catalog-filters__option{position:relative;z-index:10}.catalog-filters__option:hover .catalog-filters__option-dropdown{opacity:1;z-index:1;pointer-events:all;visibility:visible}.catalog-filters__option-value{display:inline-flex;align-items:center;gap:4px;font-size:16px;line-height:1;cursor:pointer}.catalog-filters__option-value svg{display:block;transform:rotate(90deg);width:20px;height:20px}.catalog-filters__option-dropdown{position:absolute;top:100%;right:0;min-width:150px;background-color:#fff;border-radius:5px;box-shadow:0 4px 4px rgba(0,0,0,.25);padding:10px;z-index:1;opacity:0;z-index:-1;pointer-events:none;visibility:hidden}.catalog-filters__option-checkboxes{display:flex;align-items:flex-start;flex-direction:column;gap:12px;max-height:140px;overflow-y:auto}.catalog-filters__option-checkboxes::-webkit-scrollbar{width:2px}.catalog-filters__option-checkboxes::-webkit-scrollbar-thumb{background-color:#6b7280}.filter-chips{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.filter-chips__item{display:inline-flex;align-items:center;gap:10px;padding:4px 9px;background-color:#1f2937;border:1px solid #1f2937;color:#fff;border-radius:5px;font-size:16px;line-height:1.2}.filter-chips__item-remove{width:10px;height:10px;position:relative;padding:0;background:transparent;color:currentColor;outline:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.filter-chips__item-remove:after,.filter-chips__item-remove:before{content:"";width:12px;height:1px;position:absolute;top:50%;left:50%;background-color:currentColor}.filter-chips__item-remove:before{transform:translate(-50%,-50%) rotate(45deg)}.filter-chips__item-remove:after{transform:translate(-50%,-50%) rotate(-45deg)}.filter-chips__item--outline{background-color:transparent;color:#1f2937}.catalog-panel{display:none}@media (max-width:1023.98px){.catalog-panel{display:flex;align-items:center;gap:10px;margin-bottom:20px}}.catalog-panel__btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background-color:transparent;padding:7px;font-size:16px;line-height:1;font-weight:600;border:1px solid #276967;color:#276967;border-radius:5px;width:100%;flex-grow:1}.catalog-panel__btn svg{display:block;width:24px;height:24px}.catalog-panel__btn svg path{fill:#276967}@media (any-hover:hover){.catalog-panel__btn:hover{background-color:#276967;color:#fff}}@media (max-width:1023.98px){.catalog-nav{position:fixed;inset:0;width:100%;height:100svh;overflow-y:auto;padding:20px 20px 40px;background-color:#fff;display:flex;flex-direction:column;align-items:flex-start;gap:20px;opacity:0;visibility:hidden;transform:translateX(-100%);transition:transform .4s ease-in-out 0s;z-index:10}.catalog-nav.is-open{opacity:1;visibility:visible;transform:translateX(0)}}.catalog-nav__head{display:none}@media (max-width:1023.98px){.catalog-nav__head{width:100%;display:flex;align-items:center;justify-content:space-between}}.catalog-nav__head-title{font-weight:700;font-size:30px;line-height:1.25}.catalog-nav__section:not(:last-child){margin-bottom:20px}@media (max-width:1023.98px){.catalog-nav__section:not(:last-child){margin-bottom:0}}@media (max-width:1023.98px){.catalog-nav__section{width:100%;padding:20px 0;border-bottom:1px solid #dadada}}.catalog-nav__section.is-opened .catalog-nav__section-head{font-weight:700;color:#276967}.catalog-nav__section.is-opened .catalog-nav__section-head svg{transform:rotate(90deg)}.catalog-nav__section.is-opened .catalog-nav__section-links{display:block}.catalog-nav__section-head{display:flex;align-items:center;gap:19px;font-size:24px;line-height:1.25;cursor:pointer}.catalog-nav__section-head svg{display:block;width:29px;height:29px}.catalog-nav__section-head svg path{stroke:currentColor}.catalog-nav__section-links{padding-top:10px}.catalog-nav__section-link{display:block;font-size:16px;line-height:1.25;padding:5px 10px;color:#1f2937;text-decoration:none;cursor:pointer;transition:.25s ease-in-out}.catalog-nav__section-link:not(:last-child){margin-bottom:5px}@media (any-hover:hover){.catalog-nav__section-link:hover{color:#276967;text-decoration:underline}}.catalog-list{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media (max-width:1279.98px){.catalog-list{grid-template-columns:repeat(2,1fr)}}@media (max-width:599.98px){.catalog-list{grid-template-columns:1fr}}.catalog-card{width:100%;flex-grow:1;padding:19px;display:grid;grid-template-rows:subgrid;grid-template-rows:auto 220px auto auto;gap:10px;border:1px solid #dadada;border-radius:5px}.catalog-card__top{width:100%;display:flex;align-items:center;justify-content:space-between}.catalog-card__badges{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.catalog-card__badge{display:inline-block;width:auto;padding:4px 9px;border-radius:5px;font-size:12px;line-height:1.32;color:#059669;border:1px solid #059669}.catalog-card__img{display:flex;align-items:center;justify-content:center;width:100%;height:220px}.catalog-card__img img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.catalog-card__title{font-size:16px;line-height:1.3;font-weight:600}.catalog-card__articul{font-size:12px;line-height:1.32;color:#6b7280}.catalog-card__details{display:flex;align-items:center;justify-content:space-between}.catalog-card__price{font-size:24px;line-height:1.25;color:#276967}.catalog-card__stock{font-size:12px;line-height:1.2;color:#059669}.catalog-card__action{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:10px}.catalog-card__to-cart{width:100%;height:40px;padding:0 10px;flex-grow:1;border:1px solid #276967;background-color:#276967;border-radius:5px;font-size:16px;line-height:40px;font-weight:600;color:#fff;transition:.25s ease-in-out}@media (any-hover:hover){.catalog-card__to-cart:hover{color:#fff;background-color:#173d3c;border-color:#173d3c}}.catalog-pagination{display:flex;align-items:center;gap:10px;padding-top:30px}@media (max-width:1023.98px){.catalog-pagination{padding-top:20px}}.catalog-pagination__btn{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:5px 9px;font-size:16px;line-height:1.3;text-decoration:none;color:#1f2937;border:1px solid #dadada;background-color:transparent;border-radius:5px;transition:.25s ease-in}.catalog-pagination__btn.is-selected{border-color:#1f2937}@media (max-width:1023.98px){.catalog-pagination__btn:nth-of-type(3),.catalog-pagination__btn:nth-of-type(4),.catalog-pagination__btn:nth-of-type(5){display:none}.catalog-pagination__btn:last-child{flex-grow:1}}@media (any-hover:hover){.catalog-pagination__btn:hover{border-color:#1f2937;background-color:#1f2937;color:#fff}}.counter,.counter__btn{display:flex;align-items:center}.counter__btn{justify-content:center;width:40px;height:40px;border:1px solid #1f2937;color:#1f2937;border-radius:5px;background:transparent;padding:0;outline:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;transition:.25s ease-in-out}@media (any-hover:hover){.counter__btn:hover{color:#fff;background-color:#276967;border-color:#276967}}.counter__btn svg path{fill:currentColor}.counter__input{width:37px;display:block;background:transparent;border:none;padding:0;outline:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:center;font-size:16px;line-height:1.3;-webkit-appearance:none;-moz-appearance:textfield}.counter__input::-webkit-inner-spin-button,.counter__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.form-checkbox{position:relative}.form-checkbox input{position:absolute;top:0;left:0;opacity:0}.form-checkbox input:checked+label:after{opacity:1}.form-checkbox label{position:relative;padding-left:30px;cursor:pointer}.form-checkbox label:before{content:"";display:block;width:20px;height:20px;border:1px solid #1f2937;border-radius:5px;position:absolute;top:0;left:0;background-color:#fff}.form-checkbox label:after{width:10px;height:6px;transform:rotate(-45deg);border-left:2px solid #1f2937;border-bottom:2px solid #1f2937;content:"";display:block;position:absolute;top:6px;left:5px;opacity:0}.form-checkbox--grey label:before{border-color:#dadada}.catalog-filters-popup{position:fixed;inset:0;width:100%;height:100svh;overflow-y:auto;padding:20px 20px 40px;background-color:#fff;display:flex;flex-direction:column;align-items:flex-start;gap:20px;opacity:0;visibility:hidden;transform:translateX(-100%);transition:transform .4s ease-in-out 0s}.catalog-filters-popup.is-open{opacity:1;visibility:visible;transform:translateX(0);z-index:1}.catalog-filters-popup__head{width:100%;display:flex;align-items:center;justify-content:space-between}.catalog-filters-popup__title{font-size:30px;line-height:1.25;font-weight:700}.catalog-filters-popup__subtitle{font-size:20px;font-weight:700;line-height:1.25;margin-bottom:10px}.catalog-filters-popup__section{width:100%;padding:20px 0;border-bottom:1px solid #dadada}.catalog-filters-popup__checkboxes{padding:10px 0;display:flex;flex-direction:column;align-items:flex-start;gap:10px}.catalog-filters-popup__checkboxes-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.catalog-filters-popup__btn{width:100%;background-color:#276967;color:#fff;text-align:center;font-size:16px;line-height:1;height:40px;border-radius:5px;flex-shrink:0;margin-top:20px;transition:.25s ease-in-out}@media (any-hover:hover){.catalog-filters-popup__btn:hover{color:#fff;background-color:#173d3c;border-color:#173d3c}}.filter-price{width:100%}.filter-price__inputs{display:grid;grid-template-columns:repeat(2,1fr);border-radius:5px;border:1px solid #dadada;overflow:hidden}.filter-price__group{display:flex;align-items:center;gap:10px;padding:8px 20px;background-color:#fff}.filter-price__group:first-child{border-right:1px solid #dadada}.filter-price__input{display:block;width:100%;padding:0;background-color:transparent;color:#1f2937;font-size:16px;line-height:1;border:none;outline:none}.filter-price__input::-moz-placeholder{font-size:16px;line-height:1;color:#dadada}.filter-price__input::placeholder{font-size:16px;line-height:1;color:#dadada}body.no-scoll{overflow:hidden}.cabinet-menu__items{display:flex;flex-direction:column;padding:24px 16px}@media only screen and (min-width:1921px){.cabinet-menu__items{padding:1.33929vw .89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.cabinet-menu__items{padding:1.875vw 1.25vw}}@media only screen and (max-width:1050px){.cabinet-menu__items{flex-direction:row;padding:0}}@media only screen and (max-width:640px){.cabinet-menu__items{max-width:100%;overflow:auto}}.cabinet-menu__item{display:flex;align-items:center;justify-content:space-between;width:100%;height:32px}@media only screen and (min-width:1921px){.cabinet-menu__item{height:1.78571vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.cabinet-menu__item{height:2.5vw}}@media only screen and (max-width:1050px){.cabinet-menu__item{height:auto;flex:1 0 0;justify-content:center;border-bottom:4px solid #9ca3af;font-weight:500;font-size:26px;line-height:1.2;text-transform:uppercase;color:#9ca3af;transition:color .35s ease}}@media only screen and (max-width:1050px) and (min-width:861px){.cabinet-menu__item{padding:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.cabinet-menu__item{padding:1.86047vw}}@media only screen and (max-width:640px){.cabinet-menu__item{padding:4.26667vw}}.cabinet-menu__item:not(.cabinet-menu__item:first-child){margin-top:16px}@media only screen and (min-width:1921px){.cabinet-menu__item:not(.cabinet-menu__item:first-child){margin-top:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.cabinet-menu__item:not(.cabinet-menu__item:first-child){margin-top:1.25vw}}@media only screen and (max-width:1050px){.cabinet-menu__item:not(.cabinet-menu__item:first-child){margin-top:0;margin-left:0}}@media only screen and (max-width:1050px){.cabinet-menu__item.is-active{color:#1f2937;background-color:#f9fafb;border-color:#276967}}.cabinet-menu__item.is-active .cabinet-menu__item__name,.cabinet-menu__item:hover .cabinet-menu__item__name{color:#276967}.cabinet-menu__item.is-active .cabinet-menu__item__icon,.cabinet-menu__item:hover .cabinet-menu__item__icon{fill:#276967}.cabinet-menu__item__name{font-weight:600;font-size:16px;line-height:1.2;color:#1f2937}@media only screen and (min-width:1921px){.cabinet-menu__item__name{font-size:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.cabinet-menu__item__name{font-size:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.cabinet-menu__item__name{font-size:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.cabinet-menu__item__name{font-size:1.86047vw}}@media only screen and (max-width:640px){.cabinet-menu__item__name{font-size:4.26667vw}}.cabinet-menu__item__icon{margin-left:16px}@media only screen and (min-width:1921px){.cabinet-menu__item__icon{margin-left:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.cabinet-menu__item__icon{margin-left:1.25vw}}@media only screen and (max-width:1050px){.cabinet-menu__item__icon{display:none}}.order{margin-top:24px;padding:8px;box-shadow:0 4px 10px rgba(0,0,0,.05);border-radius:4px;overflow:hidden}@media only screen and (min-width:1921px){.order{margin-top:1.33929vw;padding:.44643vw;box-shadow:0 .22321vw .55804vw rgba(0,0,0,.05);border-radius:.22321vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.order{margin-top:1.875vw;padding:.625vw;box-shadow:0 .3125vw .78125vw rgba(0,0,0,.05);border-radius:.3125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.order{margin-top:2.28571vw;padding:.7619vw;box-shadow:0 .38095vw .95238vw rgba(0,0,0,.05);border-radius:.38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.order{margin-top:2.7907vw;padding:.93023vw;box-shadow:0 .46512vw 1.16279vw rgba(0,0,0,.05);border-radius:.46512vw}}@media only screen and (max-width:640px){.order{margin-top:6.4vw;padding:2.13333vw 0;box-shadow:0 1.06667vw 2.66667vw rgba(0,0,0,.05);border-radius:1.06667vw}}.order.is-opened .order__top__icon{transform:rotate(180deg)}@media only screen and (max-width:640px){.order.is-opened .order__top{height:17.06667vw}}@media only screen and (max-width:640px){.order.is-opened .order__top:before{height:100%}}@media only screen and (max-width:640px){.order.is-opened .order__col+.order__col,.order.is-opened .order__col+.order__col+.order__col{display:none}}.order--success .order__top:before{background-color:#276967}.order--error .order__top:before{background-color:#e41b1e}.order--in-progress .order__top:before{background-color:#feb729}.order__inner{position:relative}.order__top{cursor:pointer;display:flex;padding-right:37px;padding-left:20px}@media only screen and (min-width:1921px){.order__top{padding-right:2.06473vw;padding-left:1.11607vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.order__top{padding-right:2.89062vw;padding-left:1.5625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.order__top{padding-right:3.52381vw;padding-left:1.90476vw}}@media only screen and (max-width:860px) and (min-width:641px){.order__top{padding-right:4.30233vw;padding-left:2.32558vw}}@media only screen and (max-width:640px){.order__top{position:relative;flex-direction:column;padding-right:8.53333vw;padding-left:5.33333vw}}.order__top:hover .order__title{color:#276967}.order__top:hover .order__top__icon .svg{fill:#276967}.order__top:before{content:"";position:absolute;top:0;left:0;width:8px;height:64px;background-color:transparent}@media only screen and (min-width:1921px){.order__top:before{width:.44643vw;height:3.57143vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.order__top:before{width:.625vw;height:5vw}}@media only screen and (max-width:1050px) and (min-width:861px){.order__top:before{width:.7619vw;height:6.09524vw}}@media only screen and (max-width:860px) and (min-width:641px){.order__top:before{width:.93023vw;height:7.44186vw}}@media only screen and (max-width:640px){.order__top:before{width:2.13333vw;height:100%}}@media only screen and (max-width:640px){.order__top .order__title{font-weight:500;font-size:4.8vw}}.order__top .order__col{min-width:240px}@media only screen and (min-width:1921px){.order__top .order__col{min-width:13.39286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.order__top .order__col{min-width:18.75vw}}@media only screen and (max-width:1050px) and (min-width:861px){.order__top .order__col{min-width:22.85714vw}}@media only screen and (max-width:860px) and (min-width:641px){.order__top .order__col{min-width:27.90698vw}}@media only screen and (max-width:640px){.order__top .order__col{min-width:64vw}}.order__top .order__col:nth-child(3){width:100%;margin-left:auto}.order__top .order__head{margin-bottom:8px;font-size:14px;line-height:1.5;color:#6b7280}@media only screen and (min-width:1921px){.order__top .order__head{margin-bottom:.44643vw;font-size:.78125vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.order__top .order__head{margin-bottom:.625vw;font-size:1.09375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.order__top .order__head{margin-bottom:.7619vw;font-size:1.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.order__top .order__head{margin-bottom:.93023vw;font-size:1.62791vw}}@media only screen and (max-width:640px){.order__top .order__head{margin-bottom:2.13333vw;font-size:3.73333vw}}.order__top__icon{position:absolute;top:2px;right:0;width:30px;height:30px}@media only screen and (min-width:1921px){.order__top__icon{top:.11161vw;width:1.67411vw;height:1.67411vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.order__top__icon{top:.15625vw;width:2.34375vw;height:2.34375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.order__top__icon{top:.19048vw;width:2.85714vw;height:2.85714vw}}@media only screen and (max-width:860px) and (min-width:641px){.order__top__icon{top:.23256vw;width:3.48837vw;height:3.48837vw}}@media only screen and (max-width:640px){.order__top__icon{top:.53333vw;width:8vw;height:8vw}}.order__top__icon svg{width:100%;height:100%}.order__top__products{display:flex;align-items:center;justify-content:flex-start;margin:0 -4px;overflow:hidden}@media only screen and (min-width:1921px){.order__top__products{margin:0 -.22321vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.order__top__products{margin:0 -.3125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.order__top__products{margin:0 -.38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.order__top__products{margin:0 -.46512vw}}@media only screen and (max-width:640px){.order__top__products{margin:0 -1.06667vw}}.order__top__product{width:64px;height:64px;margin:0 4px}@media only screen and (min-width:1921px){.order__top__product{width:3.57143vw;height:3.57143vw;margin:0 .22321vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.order__top__product{width:5vw;height:5vw;margin:0 .3125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.order__top__product{width:6.09524vw;height:6.09524vw;margin:0 .38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.order__top__product{width:7.44186vw;height:7.44186vw;margin:0 .46512vw}}@media only screen and (max-width:640px){.order__top__product{width:17.06667vw;height:17.06667vw;margin:0 1.06667vw}}.order__top__product img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.order__top__more{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;border:1px solid #6b7280;border-radius:4px;font-weight:500;font-size:16px;line-height:1;text-align:center;color:#6b7280}@media only screen and (min-width:1921px){.order__top__more{width:2.23214vw;height:2.23214vw;border-radius:.22321vw;font-size:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.order__top__more{width:3.125vw;height:3.125vw;border-radius:.3125vw;font-size:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.order__top__more{width:3.80952vw;height:3.80952vw;border-radius:.38095vw;font-size:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.order__top__more{width:4.65116vw;height:4.65116vw;border-radius:.46512vw;font-size:1.86047vw}}@media only screen and (max-width:640px){.order__top__more{width:10.66667vw;height:10.66667vw;border-radius:1.06667vw;font-size:4.26667vw}}.order__title{margin-bottom:24px;font-size:20px;line-height:1.2;color:#1f2937;transition:color .15s ease}@media only screen and (min-width:1921px){.order__title{margin-bottom:1.33929vw;font-size:1.11607vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.order__title{margin-bottom:1.875vw;font-size:1.5625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.order__title{margin-bottom:2.28571vw;font-size:1.90476vw}}@media only screen and (max-width:860px) and (min-width:641px){.order__title{width:100%;margin-bottom:1.86047vw;font-size:1.86047vw}}@media only screen and (max-width:640px){.order__title{margin-bottom:0;font-size:4.26667vw;line-height:1.5}}.order__bottom{display:none;margin-top:8px;padding-bottom:16px;padding-left:20px}@media only screen and (min-width:1921px){.order__bottom{margin-top:.44643vw;padding-bottom:.89286vw;padding-left:1.11607vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.order__bottom{margin-top:.625vw;padding-bottom:1.25vw;padding-left:1.5625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.order__bottom{margin-top:.7619vw;padding-bottom:1.52381vw;padding-left:1.90476vw}}@media only screen and (max-width:860px) and (min-width:641px){.order__bottom{margin-top:.93023vw;padding-bottom:1.86047vw;padding-left:2.32558vw}}@media only screen and (max-width:640px){.order__bottom{margin-top:2.13333vw;padding-bottom:4.26667vw;padding-left:2.13333vw}}.order__bottom__inner{display:flex}@media only screen and (max-width:860px){.order__bottom__inner{flex-direction:column}}.order__bottom__products .product-item{margin:8px 0;padding:16px}@media only screen and (min-width:1921px){.order__bottom__products .product-item{margin:.44643vw 0;padding:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.order__bottom__products .product-item{margin:.625vw 0;padding:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.order__bottom__products .product-item{margin:.7619vw 0;padding:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.order__bottom__products .product-item{margin:.93023vw 0;padding:1.86047vw}}@media only screen and (max-width:640px){.order__bottom__products .product-item{margin:4.26667vw 0;padding:2.13333vw 0}}.order__bottom__products .product-item__right{display:flex;margin-left:8px}@media only screen and (min-width:1921px){.order__bottom__products .product-item__right{margin-left:.44643vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.order__bottom__products .product-item__right{margin-left:.625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.order__bottom__products .product-item__right{margin-left:.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.order__bottom__products .product-item__right{margin-left:.93023vw}}@media only screen and (max-width:640px){.order__bottom__products .product-item__right{margin-right:auto;margin-left:auto}}.order__bottom__products .product-item__right .product-item__price{font-size:14px}@media only screen and (min-width:1921px){.order__bottom__products .product-item__right .product-item__price{font-size:.78125vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.order__bottom__products .product-item__right .product-item__price{font-size:1.09375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.order__bottom__products .product-item__right .product-item__price{font-size:1.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.order__bottom__products .product-item__right .product-item__price{font-size:1.62791vw}}@media only screen and (max-width:640px){.order__bottom__products .product-item__right .product-item__price{font-size:3.73333vw}}.order__bottom__products .product-item__right .product-item__price__wrapper{align-items:flex-start}.order__bottom__products .product-item__right .product-item__price--new{font-size:14px}@media only screen and (min-width:1921px){.order__bottom__products .product-item__right .product-item__price--new{font-size:.78125vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.order__bottom__products .product-item__right .product-item__price--new{font-size:1.09375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.order__bottom__products .product-item__right .product-item__price--new{font-size:1.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.order__bottom__products .product-item__right .product-item__price--new{font-size:1.62791vw}}@media only screen and (max-width:640px){.order__bottom__products .product-item__right .product-item__price--new{font-size:3.73333vw}}.order__bottom__products .product-item__right .product-item__price--old{font-size:12px}@media only screen and (min-width:1921px){.order__bottom__products .product-item__right .product-item__price--old{font-size:.66964vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.order__bottom__products .product-item__right .product-item__price--old{font-size:.9375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.order__bottom__products .product-item__right .product-item__price--old{font-size:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.order__bottom__products .product-item__right .product-item__price--old{font-size:1.39535vw}}@media only screen and (max-width:640px){.order__bottom__products .product-item__right .product-item__price--old{font-size:3.2vw}}.order__bottom__products .product-item__count-text{margin:0 24px;font-size:14px;line-height:1.5;color:#111827}@media only screen and (min-width:1921px){.order__bottom__products .product-item__count-text{margin:0 1.33929vw;font-size:.78125vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.order__bottom__products .product-item__count-text{margin:0 1.875vw;font-size:1.09375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.order__bottom__products .product-item__count-text{margin:0 2.28571vw;font-size:1.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.order__bottom__products .product-item__count-text{margin:0 2.7907vw;font-size:1.62791vw}}@media only screen and (max-width:640px){.order__bottom__products .product-item__count-text{margin:0 6.4vw;font-size:3.73333vw}}@media only screen and (max-width:640px){.order__bottom .order__title{margin-bottom:6.4vw}}.order__left{width:271px;flex-shrink:0;margin-right:24px}@media only screen and (min-width:1921px){.order__left{width:15.12277vw;margin-right:1.33929vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.order__left{width:21.17188vw;margin-right:1.875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.order__left{width:25.80952vw;margin-right:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.order__left{display:flex;flex-wrap:wrap;width:100%;margin-right:0;margin-bottom:2.7907vw}}@media only screen and (max-width:640px){.order__left{width:100%;margin-right:0}}.order__left .order__ttl{margin-bottom:24px;font-size:16px;line-height:1.5;color:#1f2937}@media only screen and (min-width:1921px){.order__left .order__ttl{margin-bottom:1.33929vw;font-size:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.order__left .order__ttl{margin-bottom:1.875vw;font-size:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.order__left .order__ttl{margin-bottom:2.28571vw;font-size:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.order__left .order__ttl{width:100%;margin-bottom:2.7907vw;font-size:1.62791vw}}@media only screen and (max-width:640px){.order__left .order__ttl{margin-bottom:6.4vw;font-size:3.73333vw}}.order__left .order__delivery-info{margin-top:16px;font-size:12px;line-height:1.5}@media only screen and (min-width:1921px){.order__left .order__delivery-info{margin-top:.89286vw;font-size:.66964vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.order__left .order__delivery-info{margin-top:1.25vw;font-size:.9375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.order__left .order__delivery-info{margin-top:1.52381vw;font-size:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.order__left .order__delivery-info{width:50%;margin-top:1.86047vw;font-size:1.39535vw}}@media only screen and (max-width:640px){.order__left .order__delivery-info{margin-top:4.26667vw;font-size:3.2vw}}.order__left .order__delivery-info strong{font-weight:600}.order__left .order__delivery-info p{margin:0}.order__left .order__link{padding:4px 0;border-bottom:1px dashed;font-weight:600;font-size:14px;line-height:1.2;color:#4c1d95;transition:border .15s ease}@media only screen and (min-width:1921px){.order__left .order__link{padding:.22321vw 0;font-size:.78125vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.order__left .order__link{padding:.3125vw 0;font-size:1.09375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.order__left .order__link{padding:.38095vw 0;font-size:1.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.order__left .order__link{order:4;padding:.46512vw 0;font-size:1.62791vw}}@media only screen and (max-width:640px){.order__left .order__link{padding:1.06667vw 0;font-size:3.73333vw}}.order__left .order__link:hover{border-bottom-color:transparent}.order__left .order__btn{margin-top:24px}@media only screen and (min-width:1921px){.order__left .order__btn{margin-top:1.33929vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.order__left .order__btn{margin-top:1.875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.order__left .order__btn{margin-top:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.order__left .order__btn{order:4;width:100%;margin-top:2.7907vw}}@media only screen and (max-width:640px){.order__left .order__btn{margin-top:6.4vw}}@media only screen and (max-width:860px) and (min-width:641px){.order__left .btn{width:auto}}@media only screen and (max-width:640px){.order__left .btn{width:100%}}.order__right .order__info p{display:flex;justify-content:space-between;margin:8px 0}@media only screen and (min-width:1921px){.order__right .order__info p{margin:.44643vw 0}}@media only screen and (max-width:1280px) and (min-width:1051px){.order__right .order__info p{margin:.625vw 0}}@media only screen and (max-width:1050px) and (min-width:861px){.order__right .order__info p{margin:.7619vw 0}}@media only screen and (max-width:860px) and (min-width:641px){.order__right .order__info p{margin:.93023vw 0}}@media only screen and (max-width:640px){.order__right .order__info p{margin:2.13333vw 0}}.order__right .order__info strong{font-weight:600}@media only screen and (max-width:640px){.order__right .order__info strong+*{text-align:right}}.order__right .btn{margin-top:40px;width:240px}@media only screen and (min-width:1921px){.order__right .btn{margin-top:2.23214vw;width:13.39286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.order__right .btn{margin-top:3.125vw;width:18.75vw}}@media only screen and (max-width:1050px) and (min-width:861px){.order__right .btn{margin-top:3.80952vw;width:22.85714vw}}@media only screen and (max-width:860px) and (min-width:641px){.order__right .btn{margin-top:4.65116vw;width:27.90698vw}}@media only screen and (max-width:640px){.order__right .btn{margin-top:10.66667vw;width:64vw}}@media only screen and (max-width:1050px){[data-page=cabinet] .category{flex-direction:column}}@media only screen and (max-width:1050px) and (min-width:861px){[data-page=cabinet] .category__wrap{margin-top:3.80952vw}}@media only screen and (max-width:860px) and (min-width:641px){[data-page=cabinet] .category__wrap{margin-top:4.65116vw}}@media only screen and (max-width:640px){[data-page=cabinet] .category__wrap{margin-top:10.66667vw}}@media only screen and (max-width:1050px){[data-page=cabinet] .category__left{z-index:auto;width:100%}}@media only screen and (max-width:1050px) and (min-width:861px){[data-page=cabinet] .category__left{padding-bottom:3.80952vw}}@media only screen and (max-width:860px) and (min-width:641px){[data-page=cabinet] .category__left{padding-bottom:4.65116vw}}@media only screen and (max-width:640px){[data-page=cabinet] .category__left{width:calc(100% + 8.53333vw);margin-right:-4.26667vw;margin-left:-4.26667vw;padding-bottom:10.66667vw}}@media only screen and (max-width:1050px){[data-page=cabinet] .category__right{padding:0}}@media only screen and (max-width:640px){[data-page=cabinet] .category__info{gap:4.26667vw}}.cart__product-list .product-item{padding:16px 80px 16px 16px}@media only screen and (min-width:1921px){.cart__product-list .product-item{padding:.89286vw 4.46429vw .89286vw .89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.cart__product-list .product-item{padding:1.25vw 6.25vw 1.25vw 1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.cart__product-list .product-item{padding:1.52381vw 4.7619vw 1.52381vw 1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.cart__product-list .product-item{padding:1.86047vw 9.30233vw 1.86047vw 1.86047vw}}@media only screen and (max-width:640px){.cart__product-list .product-item{padding:2.13333vw 0}}.cart__product-list .product-item{margin-top:16px}@media only screen and (min-width:1921px){.cart__product-list .product-item{margin-top:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.cart__product-list .product-item{margin-top:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.cart__product-list .product-item{margin-top:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.cart__product-list .product-item{margin-top:1.86047vw}}@media only screen and (max-width:640px){.cart__product-list .product-item{margin-top:4.26667vw}}.cart__product-list .product-item__left{margin-right:40px}@media only screen and (min-width:1921px){.cart__product-list .product-item__left{margin-right:2.23214vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.cart__product-list .product-item__left{margin-right:3.125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.cart__product-list .product-item__left{margin-right:3.80952vw}}@media only screen and (max-width:860px) and (min-width:641px){.cart__product-list .product-item__left{margin-right:4.65116vw}}@media only screen and (max-width:640px){.cart__product-list .product-item__left{margin-right:0}}.cart__product-list .product-item__right{display:flex}@media only screen and (max-width:1050px) and (min-width:861px){.cart__product-list .product-item__right{flex-direction:column;align-items:center}}@media only screen and (max-width:640px){.cart__product-list .product-item__right{width:100%;justify-content:center}}.cart__product-list .product-item__right .count{gap:16px;margin:0 24px}@media only screen and (min-width:1921px){.cart__product-list .product-item__right .count{gap:.89286vw;margin:0 1.33929vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.cart__product-list .product-item__right .count{gap:1.25vw;margin:0 1.875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.cart__product-list .product-item__right .count{gap:1.52381vw;margin:1.14286vw 2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.cart__product-list .product-item__right .count{gap:1.86047vw;margin:0 2.7907vw}}@media only screen and (max-width:640px){.cart__product-list .product-item__right .count{gap:2.13333vw;margin:0 2.13333vw}}@media only screen and (max-width:1050px) and (min-width:861px){.cart__product-list .product-item__price--old{margin-left:1.14286vw}}@media only screen and (max-width:1050px) and (min-width:861px){.cart__product-list .product-item__price__wrapper{flex-direction:row}}.cart__product-list .product-item__info{padding-top:24px;padding-bottom:24px}@media only screen and (min-width:1921px){.cart__product-list .product-item__info{padding-top:1.33929vw;padding-bottom:1.33929vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.cart__product-list .product-item__info{padding-top:1.875vw;padding-bottom:1.875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.cart__product-list .product-item__info{padding-top:2.28571vw;padding-bottom:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.cart__product-list .product-item__info{padding-top:2.7907vw;padding-bottom:2.7907vw}}@media only screen and (max-width:640px){.cart__product-list .product-item__info{padding-top:2.13333vw;padding-bottom:2.13333vw}}.cart__product-list .product-item__note{margin-left:96px}@media only screen and (min-width:1921px){.cart__product-list .product-item__note{margin-left:5.35714vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.cart__product-list .product-item__note{margin-left:7.5vw}}@media only screen and (max-width:1050px) and (min-width:861px){.cart__product-list .product-item__note{margin-left:9.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.cart__product-list .product-item__note{margin-left:11.16279vw}}@media only screen and (max-width:640px){.cart__product-list .product-item__note{margin-left:2.13333vw}}.cart__aside{font-size:14px;line-height:1.714;color:#000}@media only screen and (min-width:1921px){.cart__aside{font-size:.78125vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.cart__aside{font-size:1.09375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.cart__aside{font-size:1.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.cart__aside{font-size:1.62791vw}}@media only screen and (max-width:640px){.cart__aside{font-size:3.73333vw}}.cart__aside__buttons{margin-top:24px}@media only screen and (min-width:1921px){.cart__aside__buttons{margin-top:1.33929vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.cart__aside__buttons{margin-top:1.875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.cart__aside__buttons{margin-top:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.cart__aside__buttons{margin-top:2.7907vw}}@media only screen and (max-width:640px){.cart__aside__buttons{height:10.66667vw;margin-top:6.4vw}}@media only screen and (max-width:640px){.cart__aside__button.is-sticky{position:fixed;bottom:0;left:0;right:0;padding:5.33333vw 6.66667vw;background-color:#000;z-index:9}}.cart__aside__button~.cart__aside__button{margin-top:16px}@media only screen and (min-width:1921px){.cart__aside__button~.cart__aside__button{margin-top:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.cart__aside__button~.cart__aside__button{margin-top:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.cart__aside__button~.cart__aside__button{margin-top:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.cart__aside__button~.cart__aside__button{margin-top:1.86047vw}}@media only screen and (max-width:640px){.cart__aside__button~.cart__aside__button{margin-top:4.26667vw}}.cart__order-info{font-size:16px;line-height:1.5}@media only screen and (min-width:1921px){.cart__order-info{font-size:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.cart__order-info{font-size:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.cart__order-info{font-size:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.cart__order-info{font-size:1.86047vw}}@media only screen and (max-width:640px){.cart__order-info{font-size:4.26667vw}}.cart__order-info__row{display:flex;justify-content:space-between;margin:5px 0}@media only screen and (min-width:1921px){.cart__order-info__row{margin:.27902vw 0}}@media only screen and (max-width:1280px) and (min-width:1051px){.cart__order-info__row{margin:.39062vw 0}}@media only screen and (max-width:1050px) and (min-width:861px){.cart__order-info__row{margin:.47619vw 0}}@media only screen and (max-width:860px) and (min-width:641px){.cart__order-info__row{margin:.5814vw 0}}@media only screen and (max-width:640px){.cart__order-info__row{margin:1.33333vw 0}}.cart__order-info__row:first-child{margin-top:0}.cart__order-info__col{text-align:right}.cart__order-info__col:first-child{color:#4b5563}.cart__order-info>span{font:inherit}.cart__order-info>span:last-child{margin-left:15px;text-align:right}@media only screen and (min-width:1921px){.cart__order-info>span:last-child{margin-left:.83705vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.cart__order-info>span:last-child{margin-left:1.17188vw}}@media only screen and (max-width:1050px) and (min-width:861px){.cart__order-info>span:last-child{margin-left:1.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.cart__order-info>span:last-child{margin-left:1.74419vw}}@media only screen and (max-width:640px){.cart__order-info>span:last-child{margin-left:4vw}}.cart__promo{margin-top:40px;font-weight:500;font-size:16px}@media only screen and (min-width:1921px){.cart__promo{margin-top:2.23214vw;font-size:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.cart__promo{margin-top:3.125vw;font-size:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.cart__promo{margin-top:3.80952vw;font-size:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.cart__promo{margin-top:4.65116vw;padding-right:9.30233vw;font-size:1.86047vw}}@media only screen and (max-width:640px){.cart__promo{margin-top:10.66667vw;padding-right:16vw;font-size:4.26667vw}}.cart__promo[data-promo-visible=hide] .cart__promo__btn__icon{transform:rotate(0)}.cart__promo[data-promo-visible=hide] .cart__promo__coupons,.cart__promo[data-promo-visible=hide] .cart__promo__field{display:none}.cart__promo__btn{cursor:pointer;position:relative;display:flex;align-items:center;justify-content:space-between}.cart__promo__btn__name{font-weight:500;font-size:16px;color:#4b5563}@media only screen and (min-width:1921px){.cart__promo__btn__name{font-size:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.cart__promo__btn__name{font-size:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.cart__promo__btn__name{font-size:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.cart__promo__btn__name{font-size:1.86047vw}}@media only screen and (max-width:640px){.cart__promo__btn__name{font-size:3.73333vw}}.cart__promo__btn__icon{transform:rotate(180deg)}.cart__promo__field{position:relative;display:flex;align-items:center;height:38px;margin-top:16px}@media only screen and (min-width:1921px){.cart__promo__field{height:2.12054vw;margin-top:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.cart__promo__field{height:2.96875vw;margin-top:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.cart__promo__field{height:3.61905vw;margin-top:1.52381vw}}@media only screen and (max-width:860px){.cart__promo__field{width:100%}}@media only screen and (max-width:860px) and (min-width:641px){.cart__promo__field{height:4.4186vw;margin-top:1.86047vw}}@media only screen and (max-width:640px){.cart__promo__field{height:10.13333vw;margin-top:4.26667vw}}.cart__promo__field .input{width:100%;height:100%}.cart__promo__field input{width:100%;height:100%;padding:11px;background:#fff;border:1px solid #d1d5db;box-shadow:0 1px 2px rgba(16,24,40,.05);border-radius:4px;font-size:14px;line-height:1;color:#000}.cart__promo__field input::-webkit-input-placeholder{color:#6b7280;font-style:normal}.cart__promo__field input:-moz-placeholder,.cart__promo__field input::-moz-placeholder{color:#6b7280;font-style:normal}.cart__promo__field input:-ms-input-placeholder{color:#6b7280;font-style:normal}@media only screen and (min-width:1921px){.cart__promo__field input{border-radius:.22321vw;box-shadow:0 .0558vw .11161vw rgba(16,24,40,.05);font-size:.78125vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.cart__promo__field input{border-radius:.3125vw;box-shadow:0 .07812vw .15625vw rgba(16,24,40,.05);font-size:1.09375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.cart__promo__field input{border-radius:.38095vw;box-shadow:0 .09524vw .19048vw rgba(16,24,40,.05);font-size:1.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.cart__promo__field input{border-radius:.46512vw;box-shadow:0 .11628vw .23256vw rgba(16,24,40,.05);font-size:1.62791vw}}@media only screen and (max-width:640px){.cart__promo__field input{border-radius:1.06667vw;box-shadow:0 .26667vw .53333vw rgba(16,24,40,.05);font-size:3.73333vw}}.cart__promo__field__button{display:flex;align-items:center;height:100%;margin-left:8px}@media only screen and (min-width:1921px){.cart__promo__field__button{margin-left:.44643vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.cart__promo__field__button{margin-left:.625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.cart__promo__field__button{margin-left:.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.cart__promo__field__button{margin-left:.93023vw}}@media only screen and (max-width:640px){.cart__promo__field__button{margin-left:2.13333vw}}.cart__promo__field__button .btn{padding-right:15px;padding-left:15px}@media only screen and (min-width:1921px){.cart__promo__field__button .btn{padding-right:.83705vw;padding-left:.83705vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.cart__promo__field__button .btn{padding-right:1.17188vw;padding-left:1.17188vw}}@media only screen and (max-width:1050px) and (min-width:861px){.cart__promo__field__button .btn{padding-right:1.42857vw;padding-left:1.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.cart__promo__field__button .btn{padding-right:1.74419vw;padding-left:1.74419vw}}@media only screen and (max-width:640px){.cart__promo__field__button .btn{padding-right:4vw;padding-left:4vw}}.cart__promo__field__button .btn__name{font-size:14px}@media only screen and (min-width:1921px){.cart__promo__field__button .btn__name{font-size:.78125vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.cart__promo__field__button .btn__name{font-size:1.09375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.cart__promo__field__button .btn__name{font-size:1.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.cart__promo__field__button .btn__name{font-size:1.62791vw}}@media only screen and (max-width:640px){.cart__promo__field__button .btn__name{font-size:3.73333vw}}.cart__summary{display:flex;align-items:baseline;justify-content:space-between}.cart__summary__left{display:flex;flex-direction:column;color:#4b5563}.cart__summary__left span{text-transform:uppercase;font-weight:600}.cart__summary__right{display:flex;flex-direction:column;align-items:flex-end}.cart__summary__price{font:400 16px/1.5 Inter,sans-serif;color:#111827}@media only screen and (min-width:1921px){.cart__summary__price{font-size:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.cart__summary__price{font-size:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.cart__summary__price{font-size:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.cart__summary__price{font-size:1.86047vw}}@media only screen and (max-width:640px){.cart__summary__price{font-size:4.26667vw}}.cart__summary__note{margin-top:5px;font-weight:600;font-size:12px;line-height:1.5}@media only screen and (min-width:1921px){.cart__summary__note{margin-top:.27902vw;font-size:.66964vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.cart__summary__note{margin-top:.39062vw;font-size:.9375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.cart__summary__note{margin-top:.47619vw;font-size:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.cart__summary__note{margin-top:.5814vw;font-size:1.39535vw}}@media only screen and (max-width:640px){.cart__summary__note{margin-top:1.33333vw;font-size:3.2vw}}.cart__coupon{position:relative;display:flex;flex-direction:column;margin-top:16px;margin-bottom:40px}@media only screen and (min-width:1921px){.cart__coupon{margin-top:.89286vw;margin-bottom:2.23214vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.cart__coupon{margin-top:1.25vw;margin-bottom:3.125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.cart__coupon{margin-top:1.52381vw;margin-bottom:3.80952vw}}@media only screen and (max-width:860px) and (min-width:641px){.cart__coupon{margin-top:1.86047vw;margin-bottom:4.65116vw}}@media only screen and (max-width:640px){.cart__coupon{margin-top:4.26667vw;margin-bottom:10.66667vw}}.cart__coupon__title{font-weight:500;font-size:16px;line-height:1.2;color:#4b5563}@media only screen and (min-width:1921px){.cart__coupon__title{font-size:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.cart__coupon__title{font-size:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.cart__coupon__title{font-size:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.cart__coupon__title{font-size:1.86047vw}}@media only screen and (max-width:640px){.cart__coupon__title{font-size:4.26667vw}}.cart__coupon__item{display:flex;align-items:center;justify-content:space-between;margin-top:8px}@media only screen and (min-width:1921px){.cart__coupon__item{margin-top:.44643vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.cart__coupon__item{margin-top:.625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.cart__coupon__item{margin-top:.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.cart__coupon__item{margin-top:.93023vw}}@media only screen and (max-width:640px){.cart__coupon__item{margin-top:2.13333vw}}.cart__coupon__item.is-wrong .cart__coupon__name{color:#e41b1e}.cart__coupon__name{position:relative;margin-right:10px;font-size:14px;line-height:1.5;color:#6b7280;max-width:100%;overflow:hidden}@media only screen and (min-width:1921px){.cart__coupon__name{margin-right:.55804vw;font-size:.78125vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.cart__coupon__name{margin-right:.78125vw;font-size:1.09375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.cart__coupon__name{margin-right:.95238vw;font-size:1.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.cart__coupon__name{margin-right:1.16279vw;font-size:1.62791vw}}@media only screen and (max-width:640px){.cart__coupon__name{margin-right:2.66667vw;font-size:3.73333vw}}.cart__coupon__btn{display:flex;width:16px;height:16px}@media only screen and (min-width:1921px){.cart__coupon__btn{width:.89286vw;height:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.cart__coupon__btn{width:1.25vw;height:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.cart__coupon__btn{width:1.52381vw;height:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.cart__coupon__btn{width:1.86047vw;height:1.86047vw}}@media only screen and (max-width:640px){.cart__coupon__btn{width:4.26667vw;height:4.26667vw}}.cart__coupon__btn:hover .svg{fill:#e41b1e}.cart__coupon__btn .svg{width:100%;height:100%}.category{position:relative;display:flex;justify-content:space-between;align-items:flex-start}.category__wrap{margin-top:48px;margin-bottom:128px}@media only screen and (min-width:1921px){.category__wrap{margin-top:2.67857vw;margin-bottom:7.14286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.category__wrap{margin-top:3.75vw;margin-bottom:10vw}}@media only screen and (max-width:1050px) and (min-width:861px){.category__wrap{margin-top:4.57143vw;margin-bottom:12.19048vw}}@media only screen and (max-width:860px) and (min-width:641px){.category__wrap{margin-top:5.5814vw;margin-bottom:5.5814vw}}@media only screen and (max-width:640px){.category__wrap{margin-top:6.4vw;margin-bottom:12.8vw}}.category__search-title{margin-bottom:24px;font-weight:500;font-size:18px;line-height:1.2;color:#1f2937;text-transform:uppercase}@media only screen and (min-width:1921px){.category__search-title{margin-bottom:1.33929vw;font-size:1.00446vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.category__search-title{margin-bottom:1.875vw;font-size:1.40625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.category__search-title{margin-bottom:2.28571vw;font-size:1.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.category__search-title{margin-bottom:2.7907vw;font-size:2.09302vw}}@media only screen and (max-width:640px){.category__search-title{margin-bottom:6.4vw;font-size:4.8vw}}.category__info{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:24px}@media only screen and (min-width:1921px){.category__info{margin-bottom:1.33929vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.category__info{margin-bottom:1.875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.category__info{margin-bottom:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.category__info{margin-bottom:2.7907vw}}@media only screen and (max-width:640px){.category__info{flex-direction:column;margin-bottom:6.4vw}}@media only screen and (min-width:1051px){.category__info .category__filter-button{display:none}}@media only screen and (max-width:1050px) and (min-width:861px){.category__info .category__filter-button{width:20.95238vw;margin-right:.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.category__info .category__filter-button{width:25.5814vw;margin-right:.93023vw}}@media only screen and (max-width:640px){.category__info .category__filter-button{width:100%;margin-bottom:2.13333vw}}.category__info .category__filter-button .btn{width:100%}.category__info__sort__wrap{display:flex;align-items:center}@media only screen and (max-width:640px){.category__info__sort__wrap{width:100%}}@media only screen and (max-width:1050px){.category__info__sort__wrap--preview{display:none}}.category__info__sort__wrap .custom-select{min-width:220px}@media only screen and (min-width:1921px){.category__info__sort__wrap .custom-select{min-width:12.27679vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.category__info__sort__wrap .custom-select{min-width:17.1875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.category__info__sort__wrap .custom-select{min-width:20.95238vw}}@media only screen and (max-width:860px) and (min-width:641px){.category__info__sort__wrap .custom-select{min-width:25.5814vw}}@media only screen and (max-width:640px){.category__info__sort__wrap .custom-select{width:100%;min-width:58.66667vw}}.category__left{position:sticky;top:0;z-index:1;display:block;flex:0 0 284px;margin-right:24px;padding-bottom:30px}@media only screen and (min-width:1921px){.category__left{flex:0 0 15.84821vw;margin-right:1.33929vw;padding-bottom:1.67411vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.category__left{flex:0 0 22.1875vw;margin-right:1.875vw;padding-bottom:2.34375vw}}@media only screen and (max-width:1050px){.category__left{position:static!important;z-index:10;flex-basis:0;margin-right:0}}.category__right{width:100%;padding:8px}@media only screen and (min-width:1921px){.category__right{padding:.44643vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.category__right{padding:.625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.category__right{padding:.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.category__right{padding:.93023vw}}@media only screen and (max-width:640px){.category__right{padding:2.13333vw}}.category__title{margin-bottom:24px;font-weight:500;font-size:26px;line-height:1.2;color:#1f2937;text-transform:uppercase}@media only screen and (min-width:1921px){.category__title{margin-bottom:1.33929vw;font-size:1.45089vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.category__title{margin-bottom:1.875vw;font-size:2.03125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.category__title{margin-bottom:2.28571vw;font-size:2.47619vw}}@media only screen and (max-width:860px) and (min-width:641px){.category__title{margin-bottom:2.7907vw;font-size:3.02326vw}}@media only screen and (max-width:640px){.category__title{margin-bottom:6.4vw;font-size:6.93333vw}}.category__products{display:flex;flex-wrap:wrap;margin:-12px}@media only screen and (min-width:1921px){.category__products{margin:-.66964vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.category__products{margin:-.9375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.category__products{margin:-1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.category__products{margin:-1.39535vw}}@media only screen and (max-width:640px){.category__products{margin:-3.2vw}}.category__products .prod-card{width:calc(33.33333% - 24px);margin:12px}@media only screen and (min-width:1921px){.category__products .prod-card{width:calc(33.33333% - 1.33929vw);margin:.66964vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.category__products .prod-card{width:calc(33.33333% - 1.875vw);margin:.9375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.category__products .prod-card{width:calc(33.33333% - 2.28571vw);margin:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.category__products .prod-card{width:calc(50% - 2.7907vw);margin:1.39535vw}}@media only screen and (max-width:640px){.category__products .prod-card{width:calc(100% - 6.4vw);margin:3.2vw}}.category__products__not-found{width:100%;max-width:870px;margin:11px auto 0;padding:0 30px;text-align:center;font:400 30px/1 Montserrat,serif,Inter,sans-serif}@media only screen and (min-width:1921px){.category__products__not-found{max-width:48.54911vw;margin-top:.61384vw;padding:0 1.67411vw;font-size:1.67411vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.category__products__not-found{max-width:67.96875vw;margin-top:.85938vw;padding:0 2.34375vw;font-size:2.34375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.category__products__not-found{max-width:82.85714vw;margin-top:1.04762vw;padding:0 2.85714vw;font-size:2.85714vw}}@media only screen and (max-width:860px) and (min-width:641px){.category__products__not-found{max-width:100%;padding:0 30px;font-size:30px}}@media only screen and (max-width:640px){.category__products__not-found{max-width:100%;padding:0}}.category__nav{padding-top:56px;text-align:center}@media only screen and (min-width:1921px){.category__nav{padding-top:3.125vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.category__nav{padding-top:4.375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.category__nav{padding-top:5.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.category__nav{padding-top:4.65116vw}}@media only screen and (max-width:640px){.category__nav{padding-top:10.66667vw}}.checkout__form .a-form__row{margin-top:16px}@media only screen and (min-width:1921px){.checkout__form .a-form__row{margin-top:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.checkout__form .a-form__row{margin-top:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.checkout__form .a-form__row{margin-top:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.checkout__form .a-form__row{margin-top:1.86047vw}}@media only screen and (max-width:640px){.checkout__form .a-form__row{margin-top:4.26667vw}}.checkout__form .a-form__row--full{width:100%;margin-left:0}.checkout__form .a-form__row__wrapper{width:100%;margin-top:16px}@media only screen and (min-width:1921px){.checkout__form .a-form__row__wrapper{margin-top:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.checkout__form .a-form__row__wrapper{margin-top:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.checkout__form .a-form__row__wrapper{margin-top:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.checkout__form .a-form__row__wrapper{margin-top:1.86047vw}}@media only screen and (max-width:640px){.checkout__form .a-form__row__wrapper{flex-direction:column;margin-top:4.26667vw}}.checkout__form .a-form__row__wrapper .a-form__row{width:calc(50% - 8px);max-width:100%;margin-top:0}@media only screen and (min-width:1921px){.checkout__form .a-form__row__wrapper .a-form__row{width:calc(50% - .44643vw)}}@media only screen and (max-width:1280px) and (min-width:1051px){.checkout__form .a-form__row__wrapper .a-form__row{width:calc(50% - .625vw)}}@media only screen and (max-width:1050px) and (min-width:861px){.checkout__form .a-form__row__wrapper .a-form__row{width:calc(50% - .7619vw)}}@media only screen and (max-width:860px) and (min-width:641px){.checkout__form .a-form__row__wrapper .a-form__row{width:calc(50% - .93023vw)}}@media only screen and (max-width:640px){.checkout__form .a-form__row__wrapper .a-form__row{width:100%}}@media only screen and (max-width:640px){.checkout__form .a-form__row__wrapper .a-form__row:not(:first-child){margin-top:4.26667vw}}.checkout__form .a-form__row__wrapper .a-form__row:not(.a-form__row--full):nth-child(2n){margin-left:16px}@media only screen and (min-width:1921px){.checkout__form .a-form__row__wrapper .a-form__row:not(.a-form__row--full):nth-child(2n){margin-left:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.checkout__form .a-form__row__wrapper .a-form__row:not(.a-form__row--full):nth-child(2n){margin-left:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.checkout__form .a-form__row__wrapper .a-form__row:not(.a-form__row--full):nth-child(2n){margin-left:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.checkout__form .a-form__row__wrapper .a-form__row:not(.a-form__row--full):nth-child(2n){margin-left:1.86047vw}}@media only screen and (max-width:640px){.checkout__form .a-form__row__wrapper .a-form__row:not(.a-form__row--full):nth-child(2n){margin-left:0}}.checkout__step:not(.checkout__step:first-child){margin-top:32px}@media only screen and (min-width:1921px){.checkout__step:not(.checkout__step:first-child){margin-top:1.78571vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.checkout__step:not(.checkout__step:first-child){margin-top:2.5vw}}@media only screen and (max-width:1050px) and (min-width:861px){.checkout__step:not(.checkout__step:first-child){margin-top:3.04762vw}}@media only screen and (max-width:860px) and (min-width:641px){.checkout__step:not(.checkout__step:first-child){margin-top:3.72093vw}}@media only screen and (max-width:640px){.checkout__step:not(.checkout__step:first-child){margin-top:8.53333vw}}.checkout__title{font-weight:500;font-size:26px;line-height:1.2;color:#1f2937;text-transform:uppercase}@media only screen and (min-width:1921px){.checkout__title{font-size:1.45089vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.checkout__title{font-size:2.03125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.checkout__title{font-size:2.47619vw}}@media only screen and (max-width:860px) and (min-width:641px){.checkout__title{font-size:3.02326vw}}@media only screen and (max-width:640px){.checkout__title{font-size:5.33333vw}}.checkout__step--1 .radio__text{padding-top:30px;padding-bottom:30px}@media only screen and (min-width:1921px){.checkout__step--1 .radio__text{padding-top:1.67411vw;padding-bottom:1.67411vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.checkout__step--1 .radio__text{padding-top:2.34375vw;padding-bottom:2.34375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.checkout__step--1 .radio__text{padding-top:2.85714vw;padding-bottom:2.85714vw}}@media only screen and (max-width:860px) and (min-width:641px){.checkout__step--1 .radio__text{padding-top:3.48837vw;padding-bottom:3.48837vw}}@media only screen and (max-width:640px){.checkout__step--1 .radio__text{padding-top:8vw;padding-bottom:8vw}}.checkout__step--1 .radio__text:before{top:32px}@media only screen and (min-width:1921px){.checkout__step--1 .radio__text:before{top:1.78571vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.checkout__step--1 .radio__text:before{top:2.5vw}}@media only screen and (max-width:1050px) and (min-width:861px){.checkout__step--1 .radio__text:before{top:3.04762vw}}@media only screen and (max-width:860px) and (min-width:641px){.checkout__step--1 .radio__text:before{top:3.72093vw}}@media only screen and (max-width:640px){.checkout__step--1 .radio__text:before{top:8.53333vw}}.checkout__step--1 .radio__text:after{top:37px}@media only screen and (min-width:1921px){.checkout__step--1 .radio__text:after{top:2.06473vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.checkout__step--1 .radio__text:after{top:2.89062vw}}@media only screen and (max-width:1050px) and (min-width:861px){.checkout__step--1 .radio__text:after{top:3.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.checkout__step--1 .radio__text:after{top:4.30233vw}}@media only screen and (max-width:640px){.checkout__step--1 .radio__text:after{top:9.86667vw}}.checkout__step--2 .radio__group{margin-top:38px}@media only screen and (min-width:1921px){.checkout__step--2 .radio__group{margin-top:2.12054vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.checkout__step--2 .radio__group{margin-top:2.96875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.checkout__step--2 .radio__group{margin-top:3.61905vw}}@media only screen and (max-width:860px) and (min-width:641px){.checkout__step--2 .radio__group{margin-top:4.4186vw}}@media only screen and (max-width:640px){.checkout__step--2 .radio__group{margin-top:10.13333vw}}.checkout__step--2 .radio__text{position:relative;padding-top:30px;padding-right:110px;padding-bottom:30px}@media only screen and (min-width:1921px){.checkout__step--2 .radio__text{padding-top:1.67411vw;padding-right:6.13839vw;padding-bottom:1.67411vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.checkout__step--2 .radio__text{padding-top:2.34375vw;padding-right:8.59375vw;padding-bottom:2.34375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.checkout__step--2 .radio__text{padding-top:2.85714vw;padding-right:10.47619vw;padding-bottom:2.85714vw}}@media only screen and (max-width:860px) and (min-width:641px){.checkout__step--2 .radio__text{padding-top:3.48837vw;padding-right:12.7907vw;padding-bottom:3.48837vw}}@media only screen and (max-width:640px){.checkout__step--2 .radio__text{padding-top:8vw;padding-right:29.33333vw;padding-bottom:8vw}}.checkout__step--2 .radio__text:before{top:32px}@media only screen and (min-width:1921px){.checkout__step--2 .radio__text:before{top:1.78571vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.checkout__step--2 .radio__text:before{top:2.5vw}}@media only screen and (max-width:1050px) and (min-width:861px){.checkout__step--2 .radio__text:before{top:3.04762vw}}@media only screen and (max-width:860px) and (min-width:641px){.checkout__step--2 .radio__text:before{top:3.72093vw}}@media only screen and (max-width:640px){.checkout__step--2 .radio__text:before{top:8.53333vw}}.checkout__step--2 .radio__text:after{top:37px}@media only screen and (min-width:1921px){.checkout__step--2 .radio__text:after{top:2.06473vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.checkout__step--2 .radio__text:after{top:2.89062vw}}@media only screen and (max-width:1050px) and (min-width:861px){.checkout__step--2 .radio__text:after{top:3.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.checkout__step--2 .radio__text:after{top:4.30233vw}}@media only screen and (max-width:640px){.checkout__step--2 .radio__text:after{top:9.86667vw}}.checkout__step--2 .radio__text__company{position:absolute;top:30px;right:16px}@media only screen and (min-width:1921px){.checkout__step--2 .radio__text__company{top:1.67411vw;right:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.checkout__step--2 .radio__text__company{top:2.34375vw;right:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.checkout__step--2 .radio__text__company{top:2.85714vw;right:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.checkout__step--2 .radio__text__company{top:3.48837vw;right:1.86047vw}}@media only screen and (max-width:640px){.checkout__step--2 .radio__text__company{top:8vw;right:4.26667vw}}.checkout__step--2 .radio__text__button .btn{width:240px;margin-top:16px;padding-top:5px;padding-bottom:5px}@media only screen and (min-width:1921px){.checkout__step--2 .radio__text__button .btn{width:13.39286vw;margin-top:.89286vw;padding-top:.27902vw;padding-bottom:.27902vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.checkout__step--2 .radio__text__button .btn{width:18.75vw;margin-top:1.25vw;padding-top:.39062vw;padding-bottom:.39062vw}}@media only screen and (max-width:1050px) and (min-width:861px){.checkout__step--2 .radio__text__button .btn{width:22.85714vw;margin-top:1.52381vw;padding-top:.47619vw;padding-bottom:.47619vw}}@media only screen and (max-width:860px) and (min-width:641px){.checkout__step--2 .radio__text__button .btn{width:27.90698vw;margin-top:1.86047vw;padding-top:.5814vw;padding-bottom:.5814vw}}@media only screen and (max-width:640px){.checkout__step--2 .radio__text__button .btn{width:64vw;margin-top:4.26667vw;padding-top:1.33333vw;padding-bottom:1.33333vw}}.checkout__step--2 .input__field::-webkit-input-placeholder{font-style:normal}.checkout__step--2 .input__field:-moz-placeholder,.checkout__step--2 .input__field::-moz-placeholder{font-style:normal}.checkout__step--2 .input__field:-ms-input-placeholder{font-style:normal}.contacts__items{display:flex;flex-wrap:wrap;margin:-20px}@media only screen and (min-width:1921px){.contacts__items{margin:-1.11607vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.contacts__items{margin:-1.5625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.contacts__items{margin:-1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.contacts__items{margin:-2.32558vw}}@media only screen and (max-width:640px){.contacts__items{margin:-5.33333vw}}.contacts__item{display:flex;align-items:flex-end;width:50%;padding:20px}@media only screen and (min-width:1921px){.contacts__item{padding:1.11607vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.contacts__item{padding:1.5625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.contacts__item{padding:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.contacts__item{padding:2.32558vw}}@media only screen and (max-width:640px){.contacts__item{width:100%;padding:5.33333vw}}.contacts__item__icon{display:flex;align-items:flex-end;justify-content:center;flex-shrink:0;width:80px;height:120px;margin-right:8px;padding-bottom:8px;background-color:#276967}@media only screen and (min-width:1921px){.contacts__item__icon{width:4.46429vw;height:6.69643vw;margin-right:.44643vw;padding-bottom:.44643vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.contacts__item__icon{width:6.25vw;height:9.375vw;margin-right:.625vw;padding-bottom:.625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.contacts__item__icon{width:7.61905vw;height:11.42857vw;margin-right:.7619vw;padding-bottom:.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.contacts__item__icon{width:9.30233vw;height:13.95349vw;margin-right:.93023vw;padding-bottom:.93023vw}}@media only screen and (max-width:640px){.contacts__item__icon{width:21.33333vw;height:32vw;margin-right:2.13333vw;padding-bottom:2.13333vw}}.contacts__item__icon .svg{width:40px;height:40px}@media only screen and (min-width:1921px){.contacts__item__icon .svg{width:2.23214vw;height:2.23214vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.contacts__item__icon .svg{width:3.125vw;height:3.125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.contacts__item__icon .svg{width:3.80952vw;height:3.80952vw}}@media only screen and (max-width:860px) and (min-width:641px){.contacts__item__icon .svg{width:4.65116vw;height:4.65116vw}}@media only screen and (max-width:640px){.contacts__item__icon .svg{width:10.66667vw;height:10.66667vw}}.contacts__item__info{color:#1f2937}.contacts__item__info a,.contacts__item__info strong{font-weight:500;font-size:24px;line-height:1.2;color:inherit;text-transform:uppercase}@media only screen and (min-width:1921px){.contacts__item__info a,.contacts__item__info strong{font-size:1.33929vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.contacts__item__info a,.contacts__item__info strong{font-size:1.875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.contacts__item__info a,.contacts__item__info strong{font-size:1.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.contacts__item__info a,.contacts__item__info strong{font-size:2.7907vw}}@media only screen and (max-width:640px){.contacts__item__info a,.contacts__item__info strong{font-size:6.4vw}}.contacts__item__info a:hover{text-decoration:underline}.contacts__item__ttl{font-size:14px;line-height:1.5}@media only screen and (min-width:1921px){.contacts__item__ttl{font-size:.78125vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.contacts__item__ttl{font-size:1.09375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.contacts__item__ttl{font-size:1.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.contacts__item__ttl{font-size:1.62791vw}}@media only screen and (max-width:640px){.contacts__item__ttl{font-size:3.73333vw}}.contacts__item__title{font-size:20px;line-height:1.2}@media only screen and (min-width:1921px){.contacts__item__title{font-size:1.11607vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.contacts__item__title{font-size:1.5625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.contacts__item__title{font-size:1.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.contacts__item__title{font-size:2.32558vw}}@media only screen and (max-width:640px){.contacts__item__title{font-size:5.33333vw}}.contacts__map{margin-bottom:80px}@media only screen and (min-width:1921px){.contacts__map{margin-bottom:4.46429vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.contacts__map{margin-bottom:6.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.contacts__map{margin-bottom:7.61905vw}}@media only screen and (max-width:860px) and (min-width:641px){.contacts__map{margin-bottom:9.30233vw}}@media only screen and (max-width:640px){.contacts__map{margin-bottom:21.33333vw}}.contacts__map img{display:block;max-width:100%}@media only screen and (max-width:640px){.contacts .container-with-form__title{font-size:5.33333vw}}.main-screen{position:relative;display:flex}.main-screen__wrapper{max-width:100%;background:#f3f4f6}.main-screen__content{max-width:65%;padding:80px 0}@media only screen and (min-width:1921px){.main-screen__content{padding:4.46429vw 0}}@media only screen and (max-width:1280px) and (min-width:1051px){.main-screen__content{padding:6.25vw 0}}@media only screen and (max-width:1050px) and (min-width:861px){.main-screen__content{padding:7.61905vw 0}}@media only screen and (max-width:860px) and (min-width:641px){.main-screen__content{padding:9.30233vw 0}}@media only screen and (max-width:640px){.main-screen__content{padding:21.33333vw 0 37.33333vw;max-width:73.33333vw}}.main-screen__content .main-screen__ttl{margin-bottom:8px;font-weight:500;font-size:18px;line-height:1.2;color:#111827;text-transform:uppercase}@media only screen and (min-width:1921px){.main-screen__content .main-screen__ttl{margin-bottom:.44643vw;font-size:1.00446vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.main-screen__content .main-screen__ttl{margin-bottom:.625vw;font-size:1.40625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.main-screen__content .main-screen__ttl{margin-bottom:.7619vw;font-size:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.main-screen__content .main-screen__ttl{margin-bottom:.93023vw;font-size:1.86047vw}}@media only screen and (max-width:640px){.main-screen__content .main-screen__ttl{margin-bottom:2.13333vw;font-size:3.73333vw}}.main-screen__content .main-screen__title{font-weight:800;font-size:44px;line-height:1.2;color:#111827;text-transform:uppercase}@media only screen and (min-width:1921px){.main-screen__content .main-screen__title{font-size:2.45536vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.main-screen__content .main-screen__title{font-size:3.4375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.main-screen__content .main-screen__title{font-size:3.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.main-screen__content .main-screen__title{font-size:4.18605vw}}@media only screen and (max-width:640px){.main-screen__content .main-screen__title{font-size:5.33333vw}}.main-screen__content .main-screen__title span{color:#276967}.main-screen__banner{position:absolute;right:16px;bottom:-50px}@media only screen and (min-width:1921px){.main-screen__banner{right:.89286vw;bottom:-2.79018vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.main-screen__banner{right:1.25vw;bottom:-3.90625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.main-screen__banner{right:1.52381vw;bottom:-4.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.main-screen__banner{right:-6.39535vw;bottom:-3.72093vw}}@media only screen and (max-width:640px){.main-screen__banner{right:-15.73333vw;bottom:-3.2vw}}.main-screen__banner img{display:block;width:501px}@media only screen and (min-width:1921px){.main-screen__banner img{width:27.95759vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.main-screen__banner img{width:39.14062vw}}@media only screen and (max-width:1050px) and (min-width:861px){.main-screen__banner img{width:42.85714vw}}@media only screen and (max-width:860px) and (min-width:641px){.main-screen__banner img{width:41.86047vw}}@media only screen and (max-width:640px){.main-screen__banner img{width:66.13333vw}}.advantage__wrapper{position:relative;z-index:1;padding:24px 0}@media only screen and (min-width:1921px){.advantage__wrapper{padding:1.33929vw 0}}@media only screen and (max-width:1280px) and (min-width:1051px){.advantage__wrapper{padding:1.875vw 0}}@media only screen and (max-width:1050px) and (min-width:861px){.advantage__wrapper{padding:2.28571vw 0}}@media only screen and (max-width:860px) and (min-width:641px){.advantage__wrapper{padding:2.7907vw 0}}@media only screen and (max-width:640px){.advantage__wrapper{padding:6.4vw 0}}.advantage__items{display:flex;gap:24px}@media only screen and (min-width:1921px){.advantage__items{gap:1.33929vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.advantage__items{gap:1.875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.advantage__items{gap:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.advantage__items{flex-wrap:wrap;gap:1.86047vw}}@media only screen and (max-width:640px){.advantage__items{flex-direction:column;gap:4.26667vw;padding-right:15.2vw}}.advantage__item{display:flex;align-items:center}@media only screen and (max-width:860px) and (min-width:641px){.advantage__item{width:48%;margin:auto}}.advantage__icon{position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:64px;height:64px;margin-right:8px;border-radius:50%;background:#fff;box-shadow:0 33px 133px rgba(18,24,39,.05),0 13.7866px 55.5642px rgba(18,24,39,.0359427),0 7.37098px 29.7073px rgba(18,24,39,.0298054),0 4.13211px 16.6537px rgba(18,24,39,.025),0 2.19453px 8.84464px rgba(18,24,39,.0201946),0 .91319px 3.68045px rgba(18,24,39,.0140573)}@media only screen and (min-width:1921px){.advantage__icon{width:3.57143vw;height:3.57143vw;margin-right:.44643vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.advantage__icon{width:5vw;height:5vw;margin-right:.625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.advantage__icon{width:5.33333vw;height:5.33333vw;margin-right:.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.advantage__icon{width:6.51163vw;height:6.51163vw;margin-right:.93023vw}}@media only screen and (max-width:640px){.advantage__icon{width:17.06667vw;height:17.06667vw;margin-right:2.13333vw}}.advantage__icon .svg{width:40px;height:40px}@media only screen and (min-width:1921px){.advantage__icon .svg{width:2.23214vw;height:2.23214vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.advantage__icon .svg{width:3.125vw;height:3.125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.advantage__icon .svg{width:3.04762vw;height:3.04762vw}}@media only screen and (max-width:860px) and (min-width:641px){.advantage__icon .svg{width:3.72093vw;height:3.72093vw}}@media only screen and (max-width:640px){.advantage__icon .svg{width:10.66667vw;height:10.66667vw}}.advantage__title{font-weight:500;font-size:20px;line-height:1.2;color:#111827}@media only screen and (min-width:1921px){.advantage__title{font-size:1.11607vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.advantage__title{font-size:1.5625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.advantage__title{font-size:1.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.advantage__title{font-size:2.09302vw}}@media only screen and (max-width:640px){.advantage__title{font-size:5.33333vw}}.advantage__text{font-weight:500;font-size:14px;line-height:1.2;color:#6b7280}@media only screen and (min-width:1921px){.advantage__text{font-size:.78125vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.advantage__text{font-size:1.09375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.advantage__text{font-size:1.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.advantage__text{font-size:1.62791vw}}@media only screen and (max-width:640px){.advantage__text{font-size:3.73333vw}}.page-list{padding-top:80px;padding-bottom:80px}@media only screen and (min-width:1921px){.page-list{padding-top:4.46429vw;padding-bottom:4.46429vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.page-list{padding-top:6.25vw;padding-bottom:6.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.page-list{padding-top:7.61905vw;padding-bottom:7.61905vw}}@media only screen and (max-width:860px) and (min-width:641px){.page-list{padding-top:9.30233vw;padding-bottom:9.30233vw}}@media only screen and (max-width:640px){.page-list{padding-top:21.33333vw;padding-bottom:21.33333vw}}.page-list li{list-style:disc}.page-list a{font-size:18px;color:#1f2937}@media only screen and (min-width:1921px){.page-list a{font-size:1.00446vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.page-list a{font-size:1.40625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.page-list a{font-size:1.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.page-list a{font-size:2.09302vw}}@media only screen and (max-width:640px){.page-list a{font-size:4.8vw}}.page-list a:hover{text-decoration:underline}.prodMain{position:relative;display:flex;margin-bottom:16px}@media only screen and (min-width:1921px){.prodMain{margin-bottom:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.prodMain{margin-bottom:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.prodMain{margin-bottom:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.prodMain{margin-bottom:1.86047vw}}@media only screen and (max-width:640px){.prodMain{flex-direction:column;margin-bottom:4.26667vw}}.prodMain__left{position:relative}.prodMain__right{width:100%;margin-left:24px}@media only screen and (min-width:1921px){.prodMain__right{margin-left:1.33929vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.prodMain__right{margin-left:1.875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.prodMain__right{margin-left:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.prodMain__right{margin-left:1.39535vw}}@media only screen and (max-width:640px){.prodMain__right{margin-left:0}}.prodMain__gallery{width:608px;height:608px;padding:8px;border:1px solid #f3f4f6;border-radius:4px}@media only screen and (min-width:1921px){.prodMain__gallery{width:33.92857vw;height:33.92857vw;padding:.44643vw;border-radius:.22321vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.prodMain__gallery{width:47.5vw;height:47.5vw;padding:.625vw;border-radius:.3125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.prodMain__gallery{width:47.61905vw;height:47.61905vw;padding:.7619vw;border-radius:.38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.prodMain__gallery{width:41.86047vw;height:41.86047vw;padding:.93023vw;border-radius:.46512vw}}@media only screen and (max-width:640px){.prodMain__gallery{width:91.73333vw;height:91.73333vw;padding:2.13333vw;border-radius:1.06667vw}}.prodMain__gallery__img{position:relative;width:100%;height:100%;border:1px solid #e5e7eb;border-radius:4px;overflow:hidden}@media only screen and (min-width:1921px){.prodMain__gallery__img{border-width:.0558vw;border-radius:.22321vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.prodMain__gallery__img{border-radius:.3125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.prodMain__gallery__img{border-radius:.38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.prodMain__gallery__img{border-radius:.46512vw}}@media only screen and (max-width:640px){.prodMain__gallery__img{border-radius:1.06667vw}}.prodMain__gallery img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.prodMain__infos{padding:24px}@media only screen and (min-width:1921px){.prodMain__infos{padding:1.33929vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.prodMain__infos{padding:1.875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.prodMain__infos{padding:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.prodMain__infos{padding:2.7907vw}}@media only screen and (max-width:640px){.prodMain__infos{padding:8.53333vw 0 4.26667vw}}.prodMain__title{font-weight:500;font-size:32px;line-height:1.2;text-transform:uppercase}@media only screen and (min-width:1921px){.prodMain__title{font-size:1.78571vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.prodMain__title{font-size:2.5vw}}@media only screen and (max-width:1050px) and (min-width:861px){.prodMain__title{font-size:2.66667vw}}@media only screen and (max-width:860px) and (min-width:641px){.prodMain__title{font-size:2.7907vw}}@media only screen and (max-width:640px){.prodMain__title{font-size:5.33333vw}}.prodMain__description__inner{padding:24px 0}@media only screen and (min-width:1921px){.prodMain__description__inner{padding:1.33929vw 0}}@media only screen and (max-width:1280px) and (min-width:1051px){.prodMain__description__inner{padding:1.875vw 0}}@media only screen and (max-width:1050px) and (min-width:861px){.prodMain__description__inner{padding:2.28571vw 0}}@media only screen and (max-width:860px) and (min-width:641px){.prodMain__description__inner{padding:1.86047vw 0}}@media only screen and (max-width:640px){.prodMain__description__inner{padding:6.4vw 0}}.prodMain__description__text{display:flex;flex-direction:column}.prodMain__description__text p{display:flex;margin:4px 0;font-size:16px;line-height:1.5}@media only screen and (min-width:1921px){.prodMain__description__text p{margin:.22321vw 0;font-size:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.prodMain__description__text p{margin:.3125vw 0;font-size:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.prodMain__description__text p{margin:.38095vw 0;font-size:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.prodMain__description__text p{margin:.46512vw 0;font-size:1.86047vw}}@media only screen and (max-width:640px){.prodMain__description__text p{justify-content:space-between;margin:1.06667vw 0;font-size:4.26667vw}}.prodMain__description__text p:first-child{margin-top:0}.prodMain__description__text p:last-child{margin-bottom:0}.prodMain__description__text span{width:50%;flex-shrink:0}.prodMain__prices{display:flex;align-items:flex-start;padding:16px 0}@media only screen and (min-width:1921px){.prodMain__prices{padding:.89286vw 0}}@media only screen and (max-width:1280px) and (min-width:1051px){.prodMain__prices{padding:1.25vw 0}}@media only screen and (max-width:1050px) and (min-width:861px){.prodMain__prices{padding:0}}@media only screen and (max-width:860px) and (min-width:641px){.prodMain__prices{padding:.93023vw 0}}@media only screen and (max-width:640px){.prodMain__prices{padding:4.26667vw 0}}.prodMain__prices__wrap{margin-top:8px;margin-bottom:16px}@media only screen and (min-width:1921px){.prodMain__prices__wrap{margin-top:.44643vw;margin-bottom:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.prodMain__prices__wrap{margin-top:.625vw;margin-bottom:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.prodMain__prices__wrap{margin-top:.7619vw;margin-bottom:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.prodMain__prices__wrap{margin-top:.93023vw;margin-bottom:1.86047vw}}@media only screen and (max-width:640px){.prodMain__prices__wrap{margin-top:2.13333vw;margin-bottom:4.26667vw}}.prodMain__price--new,.prodMain__price--old{font-family:Montserrat,serif,Inter,sans-serif}.prodMain__price--old{margin-left:8px;color:#6b7280;font-family:Inter,sans-serif;font-size:20px;line-height:1.5;text-decoration:line-through}@media only screen and (min-width:1921px){.prodMain__price--old{margin-left:.44643vw;font-size:1.11607vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.prodMain__price--old{margin-left:.625vw;font-size:1.5625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.prodMain__price--old{margin-left:.7619vw;font-size:1.90476vw}}@media only screen and (max-width:860px) and (min-width:641px){.prodMain__price--old{margin-left:.93023vw;font-size:2.32558vw}}@media only screen and (max-width:640px){.prodMain__price--old{margin-left:2.13333vw;font-size:5.33333vw}}.prodMain__price--old .rub:after{font-weight:400}.prodMain__price--new{font-weight:500;font-size:36px;line-height:1.2}@media only screen and (min-width:1921px){.prodMain__price--new{font-size:2.00893vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.prodMain__price--new{font-size:2.8125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.prodMain__price--new{font-size:2.85714vw}}@media only screen and (max-width:860px) and (min-width:641px){.prodMain__price--new{font-size:3.72093vw}}@media only screen and (max-width:640px){.prodMain__price--new{font-size:8.53333vw}}.prodMain__buttons{position:relative;display:flex;align-items:center;justify-content:flex-start;padding:12px}@media only screen and (min-width:1921px){.prodMain__buttons{padding:.66964vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.prodMain__buttons{padding:.9375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.prodMain__buttons{padding:1.14286vw}}@media only screen and (max-width:860px){.prodMain__buttons{flex-wrap:wrap}}@media only screen and (max-width:860px) and (min-width:641px){.prodMain__buttons{padding:1.39535vw}}@media only screen and (max-width:640px){.prodMain__buttons{padding:3.2vw 0}}@media only screen and (max-width:860px) and (min-width:641px){.prodMain__buttons--group .prodMain__btn{order:3;margin-top:2.7907vw}}.prodMain__btn{width:240px}@media only screen and (min-width:1921px){.prodMain__btn{width:13.39286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.prodMain__btn{width:18.75vw}}@media only screen and (max-width:1050px) and (min-width:861px){.prodMain__btn{width:19.04762vw}}@media only screen and (max-width:860px) and (min-width:641px){.prodMain__btn{width:27.90698vw}}@media only screen and (max-width:640px){.prodMain__btn{width:68.26667vw;padding-top:2.93333vw;padding-bottom:2.93333vw}}.prodMain__count{margin-right:24px}@media only screen and (min-width:1921px){.prodMain__count{margin-right:1.33929vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.prodMain__count{margin-right:1.875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.prodMain__count{margin-right:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.prodMain__count{margin-right:0}}@media only screen and (max-width:640px){.prodMain__count{margin-right:6.4vw;margin-bottom:6.4vw;gap:2.66667vw}}.prodMain__like{margin-left:40px}@media only screen and (min-width:1921px){.prodMain__like{margin-left:2.23214vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.prodMain__like{margin-left:3.125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.prodMain__like{margin-left:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.prodMain__like{margin-left:4.65116vw}}@media only screen and (max-width:640px){.prodMain__like{margin-left:10.66667vw}}.prodTabs__head{position:relative}.prodTabs__head__list{position:relative;display:flex;align-items:center}@media only screen and (max-width:640px){.prodTabs__head__list{flex-direction:column}}.prodTabs__btn{position:relative;cursor:pointer;flex:33.33% 0 0;padding:24px;border-bottom:4px solid #9ca3af;font-weight:500;font-size:26px;line-height:1.2;text-transform:uppercase;color:#9ca3af;transition:color .35s ease}@media only screen and (min-width:1921px){.prodTabs__btn{padding:1.33929vw;border-bottom-width:.22321vw;font-size:1.45089vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.prodTabs__btn{padding:1.875vw;border-bottom-width:.3125vw;font-size:2.03125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.prodTabs__btn{padding:2.28571vw;border-bottom-width:.38095vw;font-size:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.prodTabs__btn{padding:2.7907vw;border-bottom-width:.46512vw;font-size:3.02326vw}}@media only screen and (max-width:640px){.prodTabs__btn{width:100%;padding:4.26667vw;border-bottom-width:1.06667vw;font-size:5.33333vw}}.prodTabs__btn:hover{color:#1f2937}.prodTabs__btn.is-active{color:#1f2937;background-color:#f9fafb;border-color:#276967}.prodTabs__content{padding:40px 24px}@media only screen and (min-width:1921px){.prodTabs__content{padding:2.23214vw 1.33929vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.prodTabs__content{padding:3.125vw 1.875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.prodTabs__content{padding:3.80952vw 2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.prodTabs__content{padding:4.65116vw 2.7907vw}}@media only screen and (max-width:640px){.prodTabs__content{padding:6.4vw 0}}.prodTabs__item:not(.is-active){display:none}.prodDesc ul{margin:0;padding:0;list-style-position:inside}.prodDesc ul li{font-size:16px;line-height:1.5;color:#1f2937}@media only screen and (min-width:1921px){.prodDesc ul li{font-size:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.prodDesc ul li{font-size:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.prodDesc ul li{font-size:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.prodDesc ul li{font-size:1.86047vw}}@media only screen and (max-width:640px){.prodDesc ul li{font-size:4.26667vw}}.prodDesc__title{margin-bottom:8px;font-weight:600;font-size:20px;line-height:1.2;color:#276967}@media only screen and (min-width:1921px){.prodDesc__title{margin-bottom:.44643vw;font-size:1.11607vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.prodDesc__title{margin-bottom:.625vw;font-size:1.5625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.prodDesc__title{margin-bottom:.7619vw;font-size:1.90476vw}}@media only screen and (max-width:860px) and (min-width:641px){.prodDesc__title{margin-bottom:.93023vw;font-size:2.32558vw}}@media only screen and (max-width:640px){.prodDesc__title{margin-bottom:4.26667vw;font-size:5.33333vw}}.prodDesc__accordion{display:flex;flex-direction:column}.prodDesc__accordion__wrap{padding:0 24px}@media only screen and (min-width:1921px){.prodDesc__accordion__wrap{padding:0 1.33929vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.prodDesc__accordion__wrap{padding:0 1.875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.prodDesc__accordion__wrap{padding:0 2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.prodDesc__accordion__wrap{padding:0 2.7907vw}}@media only screen and (max-width:640px){.prodDesc__accordion__wrap{padding:0}}.prodDesc__accordion__item.is-opened .prodDesc__accordion__btn{background-color:#f3f4f6}.prodDesc__accordion__item.is-opened .prodDesc__accordion__icon{transform:rotate(0deg)}.prodDesc__accordion__item:not(.is-opened) .prodDesc__accordion__content{display:none}.prodDesc__accordion__btn{cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:12px 8px;border-bottom:1px solid #d1d5db;font-size:20px;line-height:1.2}@media only screen and (min-width:1921px){.prodDesc__accordion__btn{padding:.66964vw .44643vw;font-size:1.11607vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.prodDesc__accordion__btn{padding:.9375vw .625vw;font-size:1.5625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.prodDesc__accordion__btn{padding:1.14286vw .7619vw;font-size:1.90476vw}}@media only screen and (max-width:860px) and (min-width:641px){.prodDesc__accordion__btn{padding:1.39535vw .93023vw;font-size:2.32558vw}}@media only screen and (max-width:640px){.prodDesc__accordion__btn{padding:3.2vw 2.13333vw;font-size:5.33333vw}}.prodDesc__accordion__icon{position:relative;transform:rotate(-90deg)}.prodDesc__accordion__content{margin:0;padding:24px 16px;font-size:16px;line-height:1.5;color:#1f2937}@media only screen and (min-width:1921px){.prodDesc__accordion__content{padding:1.33929vw .89286vw;font-size:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.prodDesc__accordion__content{padding:1.875vw 1.25vw;font-size:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.prodDesc__accordion__content{padding:2.28571vw 1.52381vw;font-size:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.prodDesc__accordion__content{padding:2.7907vw 1.86047vw;font-size:1.86047vw}}@media only screen and (max-width:640px){.prodDesc__accordion__content{padding:4.26667vw;font-size:4.26667vw}}.prodDesc__accordion__content a{color:inherit;font:inherit;text-decoration:underline}.prodDesc__accordion__content a:hover{text-decoration:none}.prodDesc__accordion__content ul{margin:0;padding:0;list-style-position:inside}.prodDesc__accordion__content ul li{margin:8px 0}@media only screen and (min-width:1921px){.prodDesc__accordion__content ul li{margin:.44643vw 0}}@media only screen and (max-width:1280px) and (min-width:1051px){.prodDesc__accordion__content ul li{margin:.625vw 0}}@media only screen and (max-width:1050px) and (min-width:861px){.prodDesc__accordion__content ul li{margin:.7619vw 0}}@media only screen and (max-width:860px) and (min-width:641px){.prodDesc__accordion__content ul li{margin:.93023vw 0}}@media only screen and (max-width:640px){.prodDesc__accordion__content ul li{margin:2.13333vw 0}}.schemas__top{padding-top:40px;padding-bottom:40px}@media only screen and (min-width:1921px){.schemas__top{padding-top:2.23214vw;padding-bottom:2.23214vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schemas__top{padding-top:3.125vw;padding-bottom:3.125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schemas__top{padding-top:3.80952vw;padding-bottom:3.80952vw}}@media only screen and (max-width:860px) and (min-width:641px){.schemas__top{padding-top:4.65116vw;padding-bottom:4.65116vw}}@media only screen and (max-width:640px){.schemas__top{padding-top:4.26667vw;padding-bottom:6.4vw}}.schemas__top__inner{display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width:860px){.schemas__top__inner{flex-direction:column}}.schemas__top__left{max-width:100%}@media only screen and (max-width:860px){.schemas__top__left{order:2}}.schemas__top__right{flex-shrink:0}.schemas__top__right .schemas__top__img{max-width:350px}@media only screen and (min-width:1921px){.schemas__top__right .schemas__top__img{max-width:19.53125vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schemas__top__right .schemas__top__img{max-width:27.34375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schemas__top__right .schemas__top__img{max-width:33.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.schemas__top__right .schemas__top__img{max-width:40.69767vw}}@media only screen and (max-width:640px){.schemas__top__right .schemas__top__img{max-width:100%;margin-bottom:6.4vw}}.schemas__top__right .schemas__top__img img{display:block;max-width:100%}@media only screen and (max-width:860px){.schemas__top__right .schemas__top__img img{max-height:34.88372vw}}@media only screen and (max-width:640px){.schemas__top__right .schemas__top__img img{max-height:53.33333vw}}.schemas__top__right .btn{margin-left:24px}@media only screen and (min-width:1921px){.schemas__top__right .btn{margin-left:1.33929vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schemas__top__right .btn{margin-left:1.875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schemas__top__right .btn{margin-left:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.schemas__top__right .btn{margin-left:2.7907vw}}@media only screen and (max-width:640px){.schemas__top__right .btn{margin-left:6.4vw}}.schemas__top__model{font-weight:500;font-size:18px;line-height:1.2;color:#9ca3af;text-transform:uppercase}@media only screen and (min-width:1921px){.schemas__top__model{font-size:1.00446vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schemas__top__model{font-size:1.40625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schemas__top__model{font-size:1.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.schemas__top__model{font-size:2.09302vw}}@media only screen and (max-width:640px){.schemas__top__model{font-size:4.8vw}}.schemas__top__title{font-weight:500;font-size:36px;line-height:1.2;color:#1f2937;text-transform:uppercase}@media only screen and (min-width:1921px){.schemas__top__title{font-size:2.00893vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schemas__top__title{font-size:2.8125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schemas__top__title{font-size:3.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.schemas__top__title{font-size:4.18605vw}}@media only screen and (max-width:640px){.schemas__top__title{font-size:5.33333vw}}.schemas__top__description{margin-top:4px}@media only screen and (min-width:1921px){.schemas__top__description{margin-top:.22321vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schemas__top__description{margin-top:.3125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schemas__top__description{margin-top:.38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.schemas__top__description{margin-top:.46512vw}}@media only screen and (max-width:640px){.schemas__top__description{margin-top:1.06667vw}}.schemas__top__description ul{margin:0;padding:0}.schemas__top__description ul li{font-size:18px;list-style:none;line-height:1.5;color:#6b7280}@media only screen and (min-width:1921px){.schemas__top__description ul li{font-size:1.00446vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schemas__top__description ul li{font-size:1.40625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schemas__top__description ul li{font-size:1.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.schemas__top__description ul li{font-size:2.09302vw}}@media only screen and (max-width:640px){.schemas__top__description ul li{margin-top:4.26667vw;font-size:3.73333vw}}.schemas__top__buttons{display:flex;gap:16px;margin-top:24px}@media only screen and (min-width:1921px){.schemas__top__buttons{margin-top:1.33929vw;gap:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schemas__top__buttons{margin-top:1.875vw;gap:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schemas__top__buttons{margin-top:2.28571vw;gap:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.schemas__top__buttons{margin-top:2.7907vw;gap:1.86047vw}}@media only screen and (max-width:640px){.schemas__top__buttons{flex-direction:column;margin-top:6.4vw;gap:4.26667vw}}.schemas__help{padding-top:48px;padding-bottom:48px;background:#e5e7eb}@media only screen and (min-width:1921px){.schemas__help{padding-top:2.67857vw;padding-bottom:2.67857vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schemas__help{padding-top:3.75vw;padding-bottom:3.75vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schemas__help{padding-top:4.57143vw;padding-bottom:4.57143vw}}@media only screen and (max-width:860px) and (min-width:641px){.schemas__help{padding-top:5.5814vw;padding-bottom:5.5814vw}}@media only screen and (max-width:640px){.schemas__help{padding-top:12.8vw;padding-bottom:12.8vw}}.schemas__help__inner{display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width:640px){.schemas__help__inner{flex-direction:column}}.schemas__help__right{flex-shrink:0;margin-left:40px}@media only screen and (min-width:1921px){.schemas__help__right{margin-left:2.23214vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schemas__help__right{margin-left:3.125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schemas__help__right{margin-left:3.80952vw}}@media only screen and (max-width:860px) and (min-width:641px){.schemas__help__right{margin-left:4.65116vw}}@media only screen and (max-width:640px){.schemas__help__right{width:100%;margin-top:6.4vw;margin-left:0}}.schemas__help__title{font-weight:500;font-size:28px;line-height:1.2;color:#1f2937;text-transform:uppercase}@media only screen and (min-width:1921px){.schemas__help__title{font-size:1.5625vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schemas__help__title{font-size:2.1875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schemas__help__title{font-size:2.66667vw}}@media only screen and (max-width:860px) and (min-width:641px){.schemas__help__title{font-size:3.25581vw}}@media only screen and (max-width:640px){.schemas__help__title{font-size:5.33333vw}}.schemas__help__text{margin-top:4px;font-size:18px;line-height:1.5;color:#374151}@media only screen and (min-width:1921px){.schemas__help__text{margin-top:.22321vw;font-size:1.00446vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schemas__help__text{margin-top:.3125vw;font-size:1.40625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schemas__help__text{margin-top:.38095vw;font-size:1.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.schemas__help__text{margin-top:.46512vw;font-size:2.09302vw}}@media only screen and (max-width:640px){.schemas__help__text{margin-top:1.06667vw;font-size:4.8vw}}.schemas__help__buttons .btn{text-transform:uppercase}@media only screen and (max-width:640px){.schemas__help__buttons .btn{width:100%}}.schemas-block{padding-top:40px;padding-bottom:128px}@media only screen and (min-width:1921px){.schemas-block{padding-top:2.23214vw;padding-bottom:7.14286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schemas-block{padding-top:3.125vw;padding-bottom:10vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schemas-block{padding-top:3.80952vw;padding-bottom:12.19048vw}}@media only screen and (max-width:860px) and (min-width:641px){.schemas-block{padding-top:4.65116vw;padding-bottom:4.65116vw}}@media only screen and (max-width:640px){.schemas-block{padding-top:10.66667vw;padding-bottom:10.66667vw}}.schemas-block__search{position:relative;width:460px;margin-bottom:32px}@media only screen and (min-width:1921px){.schemas-block__search{width:25.66964vw;margin-bottom:1.78571vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schemas-block__search{width:35.9375vw;margin-bottom:2.5vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schemas-block__search{width:43.80952vw;margin-bottom:3.04762vw}}@media only screen and (max-width:860px) and (min-width:641px){.schemas-block__search{width:53.48837vw;margin-bottom:3.72093vw}}@media only screen and (max-width:640px){.schemas-block__search{width:100%;margin-bottom:8.53333vw}}.schemas-block__search__input__wrapper{position:relative}.schemas-block__search__input .input__field{padding-top:15px;padding-bottom:15px;padding-left:48px;font-size:14px}@media only screen and (min-width:1921px){.schemas-block__search__input .input__field{padding-top:.83705vw;padding-bottom:.83705vw;padding-left:2.67857vw;font-size:.78125vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schemas-block__search__input .input__field{padding-top:1.17188vw;padding-bottom:1.17188vw;padding-left:3.75vw;font-size:1.09375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schemas-block__search__input .input__field{padding-top:1.42857vw;padding-bottom:1.42857vw;padding-left:4.57143vw;font-size:1.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.schemas-block__search__input .input__field{padding-top:1.74419vw;padding-bottom:1.74419vw;padding-left:5.5814vw;font-size:1.62791vw}}@media only screen and (max-width:640px){.schemas-block__search__input .input__field{padding-top:4vw;padding-bottom:4vw;padding-left:12.8vw;font-size:3.73333vw}}.schemas-block__search__icon{position:absolute;top:50%;transform:translateY(-50%);left:16px;display:flex}@media only screen and (min-width:1921px){.schemas-block__search__icon{left:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schemas-block__search__icon{left:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schemas-block__search__icon{left:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.schemas-block__search__icon{left:1.86047vw}}@media only screen and (max-width:640px){.schemas-block__search__icon{left:4.26667vw}}.schemas-block__items{display:flex;flex-wrap:wrap;margin:-8px}@media only screen and (min-width:1921px){.schemas-block__items{margin:-.44643vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schemas-block__items{margin:-.625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schemas-block__items{margin:-.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.schemas-block__items{margin:-.93023vw}}@media only screen and (max-width:640px){.schemas-block__items{margin:-2.13333vw}}.schemas-block__item{width:calc(16.66667% - 16px);margin:8px}@media only screen and (min-width:1921px){.schemas-block__item{width:calc(16.66667% - .89286vw);margin:.44643vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schemas-block__item{width:calc(16.66667% - 1.25vw);margin:.625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schemas-block__item{width:calc(16.66667% - 1.52381vw);margin:.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.schemas-block__item{width:calc(16.66667% - 1.86047vw);margin:.93023vw}}@media only screen and (max-width:640px){.schemas-block__item{width:calc(50% - 4.26667vw);margin:2.13333vw}}.schema-item{cursor:pointer;width:190px;border:1px solid #f3f4f6;border-radius:4px;transition-duration:.35s;transition-timing-function:cubic-bezier(.4,0,0,1);transition-property:border,box-shadow;display:grid;grid-template-rows:1fr .5fr;align-items:start}@media only screen and (min-width:1921px){.schema-item{width:10.60268vw;border-width:.0558vw;border-radius:.22321vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schema-item{width:14.84375vw;border-width:.07812vw;border-radius:.3125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schema-item{width:18.09524vw;border-width:.09524vw;border-radius:.38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.schema-item{width:22.09302vw;border-width:.11628vw;border-radius:.46512vw}}@media only screen and (max-width:640px){.schema-item{width:calc(50% - 4.26667vw);border-width:.26667vw;border-radius:1.06667vw}}.schema-item:hover{border-color:#276967;box-shadow:0 5px 20px rgba(0,0,0,.25)}@media only screen and (min-width:1921px){.schema-item:hover{box-shadow:0 .27902vw 1.11607vw rgba(0,0,0,.25)}}@media only screen and (max-width:1280px) and (min-width:1051px){.schema-item:hover{box-shadow:0 .39062vw 1.5625vw rgba(0,0,0,.25)}}@media only screen and (max-width:1050px) and (min-width:861px){.schema-item:hover{box-shadow:0 .47619vw 1.90476vw rgba(0,0,0,.25)}}@media only screen and (max-width:860px) and (min-width:641px){.schema-item:hover{box-shadow:0 .5814vw 2.32558vw rgba(0,0,0,.25)}}@media only screen and (max-width:640px){.schema-item:hover{box-shadow:0 1.33333vw 5.33333vw rgba(0,0,0,.25)}}.schema-item__img{display:block;padding:8px}@media only screen and (min-width:1921px){.schema-item__img{padding:.44643vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schema-item__img{padding:.625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schema-item__img{padding:.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.schema-item__img{padding:.93023vw}}@media only screen and (max-width:640px){.schema-item__img{padding:2.13333vw}}.schema-item__img img{display:block;max-width:100%;margin:auto;max-height:250px}.schema-item__name{display:block;padding:8px;font-weight:500;font-size:13px;line-height:1.5;text-align:center;color:#1f2937;font-style:italic;text-transform:uppercase;word-wrap:break-word;overflow:hidden;white-space:break-spaces}@media only screen and (min-width:1921px){.schema-item__name{padding:.44643vw;font-size:.72545vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schema-item__name{padding:.625vw;font-size:1.01562vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schema-item__name{padding:.7619vw;font-size:1.2381vw}}@media only screen and (max-width:860px) and (min-width:641px){.schema-item__name{padding:.93023vw;font-size:1.51163vw}}@media only screen and (max-width:640px){.schema-item__name{padding:2.13333vw;font-size:3.46667vw}}.schema-block{padding-bottom:128px}@media only screen and (min-width:1921px){.schema-block{padding-bottom:7.14286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schema-block{padding-bottom:10vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schema-block{padding-bottom:12.19048vw}}@media only screen and (max-width:860px) and (min-width:641px){.schema-block{padding-bottom:14.88372vw}}@media only screen and (max-width:640px){.schema-block{padding-bottom:10.66667vw}}.schema-block__head{display:flex;margin-bottom:24px;border-bottom:3px solid #9ca3af}@media only screen and (min-width:1921px){.schema-block__head{margin-bottom:1.33929vw;border-width:.16741vw}}@media only screen and (max-width:860px) and (min-width:641px){.schema-block__head{margin-bottom:2.7907vw;border-width:.34884vw}}@media only screen and (max-width:640px){.schema-block__head{margin-bottom:6.4vw;border-width:.8vw}}@media only screen and (min-width:861px){.schema-block__head{display:none}}.schema-block__head__item{cursor:pointer;position:relative;width:50%;padding-top:8px;padding-bottom:8px;font-weight:600;font-size:20px;line-height:1.2;text-transform:uppercase;text-align:center}@media only screen and (min-width:1921px){.schema-block__head__item{font-size:1.11607vw;padding-top:.44643vw;padding-bottom:.44643vw}}@media only screen and (max-width:640px){.schema-block__head__item{font-size:5.33333vw;padding-top:2.13333vw;padding-bottom:2.13333vw}}.schema-block__head__item:after{content:"";position:absolute;top:100%;left:0;display:none;width:100%;height:3px;background-color:#276967}@media only screen and (min-width:1921px){.schema-block__head__item:after{height:.16741vw}}@media only screen and (max-width:640px){.schema-block__head__item:after{height:.8vw}}.schema-block__head__item.is-active{background-color:#e5e7eb}.schema-block__head__item.is-active:after{display:block}.schema-block__inner{display:flex;justify-content:space-between;align-items:flex-start}@media only screen and (max-width:860px){.schema-block__left:not(.is-active),.schema-block__right:not(.is-active){display:none}}.schema-block__left{flex-shrink:0;max-width:50.65%;width:100%;padding-right:16px}@media only screen and (min-width:1921px){.schema-block__left{padding-right:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schema-block__left{padding-right:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schema-block__left{padding-right:1.52381vw}}@media only screen and (max-width:860px){.schema-block__left{max-width:100%;padding-right:0}}.schema-block__img{display:block;padding-bottom:36px;border:1px solid #f3f4f6;border-radius:4px;overflow:hidden}@media only screen and (min-width:1921px){.schema-block__img{padding-bottom:2.00893vw;border-radius:.22321vw;border-width:.0558vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schema-block__img{padding-bottom:2.8125vw;border-radius:.3125vw;border-width:.07812vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schema-block__img{padding-bottom:3.42857vw;border-radius:.38095vw;border-width:.09524vw}}@media only screen and (max-width:860px) and (min-width:641px){.schema-block__img{padding-bottom:4.18605vw;border-radius:.46512vw;border-width:.11628vw}}@media only screen and (max-width:640px){.schema-block__img{padding-bottom:9.6vw;border-radius:1.06667vw;border-width:.26667vw}}.schema-block__img__inner{padding:8px}@media only screen and (min-width:1921px){.schema-block__img__inner{padding:.44643vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schema-block__img__inner{padding:.625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schema-block__img__inner{padding:.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.schema-block__img__inner{padding:.93023vw}}@media only screen and (max-width:640px){.schema-block__img__inner{padding:2.13333vw}}.schema-block__img img{display:block;max-width:100%;margin:auto}.schema-block__right{width:100%;max-width:100%}.schema-table{display:table;width:100%}@media only screen and (max-width:640px){.schema-table{display:flex;flex-direction:column}}.schema-table__row{position:relative;display:table-row}@media only screen and (max-width:640px){.schema-table__row--head{display:flex;flex-direction:column;padding:4.26667vw 6.4vw;border-bottom:1.06667vw solid #276967;background-color:#f3f4f6}}.schema-table__row--head .schema-table__col{padding-top:24px;padding-bottom:24px;border-bottom:4px solid #276967;background-color:#f3f4f6;font-size:16px}@media only screen and (min-width:1921px){.schema-table__row--head .schema-table__col{padding-top:1.33929vw;padding-bottom:1.33929vw;border-width:.22321vw;font-size:.89286vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schema-table__row--head .schema-table__col{padding-top:1.875vw;padding-bottom:1.875vw;border-width:.3125vw;font-size:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schema-table__row--head .schema-table__col{padding-top:2.28571vw;padding-bottom:2.28571vw;border-width:.38095vw;font-size:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.schema-table__row--head .schema-table__col{padding-top:2.7907vw;padding-bottom:2.7907vw;border-width:.46512vw;font-size:1.86047vw}}@media only screen and (max-width:640px){.schema-table__row--head .schema-table__col{padding:0;border:none;background:none;font-size:4.26667vw}}.schema-table__row--head .schema-table__col:first-child{width:80px;text-align:center}@media only screen and (min-width:1921px){.schema-table__row--head .schema-table__col:first-child{width:4.46429vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schema-table__row--head .schema-table__col:first-child{width:6.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schema-table__row--head .schema-table__col:first-child{width:7.61905vw}}@media only screen and (max-width:860px) and (min-width:641px){.schema-table__row--head .schema-table__col:first-child{width:9.30233vw}}@media only screen and (max-width:640px){.schema-table__row--head .schema-table__col:first-child{width:auto;text-align:left}}@media only screen and (max-width:640px){.schema-table__row--head .schema-table__col:first-child:after{content:"/"}}.schema-table__row--head .schema-table__col:nth-child(2){padding-left:24px}@media only screen and (min-width:1921px){.schema-table__row--head .schema-table__col:nth-child(2){padding-left:1.33929vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schema-table__row--head .schema-table__col:nth-child(2){padding-left:1.875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schema-table__row--head .schema-table__col:nth-child(2){padding-left:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.schema-table__row--head .schema-table__col:nth-child(2){padding-left:2.7907vw}}@media only screen and (max-width:640px){.schema-table__row--head .schema-table__col:nth-child(2){padding-left:0}}.schema-table__row--head .schema-table__col:nth-child(3){width:115px;text-align:center}@media only screen and (min-width:1921px){.schema-table__row--head .schema-table__col:nth-child(3){width:6.41741vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schema-table__row--head .schema-table__col:nth-child(3){width:8.98438vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schema-table__row--head .schema-table__col:nth-child(3){width:10.95238vw}}@media only screen and (max-width:860px) and (min-width:641px){.schema-table__row--head .schema-table__col:nth-child(3){width:13.37209vw}}@media only screen and (max-width:640px){.schema-table__row--head .schema-table__col:nth-child(3){position:absolute;top:50%;right:0;transform:translateY(-50%);width:33.33%}}@media only screen and (max-width:640px){.schema-table__row--head .schema-table__col:nth-child(4){display:none}}@media only screen and (max-width:640px){.schema-table__row:not(.schema-table__row--head){display:block;padding-top:9.86667vw;padding-bottom:4.26667vw;border-bottom:.26667vw solid #e5e7eb}}@media only screen and (max-width:640px){.schema-table__row:not(.schema-table__row--head) .schema-table__col:first-child{position:absolute;left:0;top:0;background-color:#e5e7eb;height:9.86667vw;padding:2.13333vw}}@media only screen and (max-width:640px){.schema-table__row:not(.schema-table__row--head) .schema-table__col:nth-child(2){float:left;width:58.66667vw;padding-bottom:0}}@media only screen and (max-width:640px){.schema-table__row:not(.schema-table__row--head) .schema-table__col:nth-child(3),.schema-table__row:not(.schema-table__row--head) .schema-table__col:nth-child(4){width:33.33%;float:right;padding:0;text-align:center}}.schema-table__row:not(.schema-table__row--head) .schema-table__col:nth-child(3){margin-top:-2.13333vw;padding:2.13333vw 0}.schema-table__col{display:table-cell;vertical-align:top;padding:16px 8px;border-bottom:1px solid #e5e7eb;font-weight:500;font-size:14px;line-height:1.5}@media only screen and (min-width:1921px){.schema-table__col{padding:.89286vw .44643vw;font-size:.78125vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schema-table__col{padding:1.25vw .625vw;font-size:1.09375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schema-table__col{padding:1.52381vw .7619vw;font-size:1.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.schema-table__col{padding:1.86047vw .93023vw;font-size:1.62791vw}}@media only screen and (max-width:640px){.schema-table__col{display:block;padding:4.26667vw 2.13333vw;border:none;font-size:3.73333vw}}.schema-table__col:nth-child(2) span{display:block;font-size:12px}@media only screen and (min-width:1921px){.schema-table__col:nth-child(2) span{font-size:.66964vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schema-table__col:nth-child(2) span{font-size:.9375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schema-table__col:nth-child(2) span{font-size:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.schema-table__col:nth-child(2) span{font-size:1.39535vw}}@media only screen and (max-width:640px){.schema-table__col:nth-child(2) span{font-size:3.2vw}}.schema-table__col:nth-child(3){white-space:nowrap;padding-right:14px;padding-left:14px}@media only screen and (min-width:1921px){.schema-table__col:nth-child(3){padding-right:.78125vw;padding-left:.78125vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schema-table__col:nth-child(3){padding-right:1.09375vw;padding-left:1.09375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schema-table__col:nth-child(3){padding-right:1.33333vw;padding-left:1.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.schema-table__col:nth-child(3){padding-right:1.62791vw;padding-left:1.62791vw}}@media only screen and (max-width:640px){.schema-table__col:nth-child(3){padding-right:3.73333vw;padding-left:3.73333vw}}.schema-table__col:nth-child(4){padding-left:12px;padding-right:12px;text-align:right}@media only screen and (min-width:1921px){.schema-table__col:nth-child(4){padding-right:.66964vw;padding-left:.66964vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schema-table__col:nth-child(4){padding-right:.9375vw;padding-left:.9375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schema-table__col:nth-child(4){padding-right:1.14286vw;padding-left:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.schema-table__col:nth-child(4){padding-right:1.39535vw;padding-left:1.39535vw}}@media only screen and (max-width:640px){.schema-table__col:nth-child(4){padding-right:3.2vw;padding-left:3.2vw}}.schema-table__col .btn{padding-right:10px;padding-left:10px}@media only screen and (min-width:1921px){.schema-table__col .btn{padding-right:.55804vw;padding-left:.55804vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schema-table__col .btn{padding-right:.78125vw;padding-left:.78125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schema-table__col .btn{padding-right:.95238vw;padding-left:.95238vw}}@media only screen and (max-width:860px) and (min-width:641px){.schema-table__col .btn{padding-right:1.16279vw;padding-left:1.16279vw}}@media only screen and (max-width:640px){.schema-table__col .btn{padding-right:2.66667vw;padding-left:2.66667vw}}.schema__popup{position:absolute;top:100%;right:0;transform:translate3d(0,-50px,0);z-index:5;padding:24px 16px;background-color:#fff;box-shadow:0 5px 20px rgba(0,0,0,.25);opacity:0;pointer-events:none;transition:opacity .25s ease-in-out .15s,transform .35s cubic-bezier(.455,.03,.515,.955) .15s}@media only screen and (min-width:1921px){.schema__popup{transform:translate3d(0,-2.79018vw,0);padding:1.33929vw .89286vw;box-shadow:0 .27902vw 1.11607vw rgba(0,0,0,.25)}}@media only screen and (max-width:1280px) and (min-width:1051px){.schema__popup{transform:translate3d(0,-3.90625vw,0);padding:1.875vw 1.25vw;box-shadow:0 .39062vw 1.5625vw rgba(0,0,0,.25)}}@media only screen and (max-width:1050px) and (min-width:861px){.schema__popup{transform:translate3d(0,-4.7619vw,0);padding:2.28571vw 1.52381vw;box-shadow:0 .47619vw 1.90476vw rgba(0,0,0,.25)}}@media only screen and (max-width:860px) and (min-width:641px){.schema__popup{transform:translate3d(0,-5.81395vw,0);padding:2.7907vw 1.86047vw;box-shadow:0 .5814vw 2.32558vw rgba(0,0,0,.25)}}@media only screen and (max-width:640px){.schema__popup{transform:translate3d(0,-13.33333vw,0);padding:6.4vw 4.26667vw;box-shadow:0 1.33333vw 5.33333vw rgba(0,0,0,.25);position:fixed;top:0;right:0;left:0;bottom:0;max-height:100%;overflow:auto}}.schema__popup.is-showed{opacity:1;pointer-events:all;transform:translateZ(0)}.schema__popup__btn-close{cursor:pointer;position:absolute;top:8px;right:8px}@media only screen and (min-width:1921px){.schema__popup__btn-close{top:.44643vw;right:.44643vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schema__popup__btn-close{top:.625vw;right:.625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schema__popup__btn-close{top:.7619vw;right:.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.schema__popup__btn-close{top:.93023vw;right:.93023vw}}@media only screen and (max-width:640px){.schema__popup__btn-close{top:2.13333vw;right:2.13333vw}}.schema__popup__item{position:relative;display:flex;align-items:center}@media only screen and (max-width:640px){.schema__popup__item{flex-direction:column;padding-right:26.66667vw}}.schema__popup__left{padding:16px 8px;line-height:1.5}@media only screen and (min-width:1921px){.schema__popup__left{padding:.89286vw .44643vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schema__popup__left{padding:1.25vw .625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schema__popup__left{padding:1.52381vw .7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.schema__popup__left{padding:1.86047vw .93023vw}}@media only screen and (max-width:640px){.schema__popup__left{width:100%;padding:4.26667vw 2.13333vw}}.schema__popup__title{font-size:14px}@media only screen and (min-width:1921px){.schema__popup__title{font-size:.78125vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schema__popup__title{font-size:1.09375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schema__popup__title{font-size:1.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.schema__popup__title{font-size:1.62791vw}}@media only screen and (max-width:640px){.schema__popup__title{font-size:3.73333vw}}.schema__popup__artikul{font-size:12px}@media only screen and (min-width:1921px){.schema__popup__artikul{font-size:.66964vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schema__popup__artikul{font-size:.9375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schema__popup__artikul{font-size:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.schema__popup__artikul{font-size:1.39535vw}}@media only screen and (max-width:640px){.schema__popup__artikul{font-size:3.2vw}}.schema__popup__text{font-size:12px;color:#4b5563}@media only screen and (min-width:1921px){.schema__popup__text{font-size:.66964vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schema__popup__text{font-size:.9375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schema__popup__text{font-size:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.schema__popup__text{font-size:1.39535vw}}@media only screen and (max-width:640px){.schema__popup__text{font-size:3.2vw}}.schema__popup__right{display:flex;margin-left:auto}@media only screen and (max-width:640px){.schema__popup__right{width:calc(100% + 26.66667vw);margin-right:-26.66667vw;padding-top:4.26667vw;padding-bottom:4.26667vw;justify-content:center}}.schema__popup__prices{display:flex;justify-content:center;width:115px}@media only screen and (min-width:1921px){.schema__popup__prices{width:6.41741vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schema__popup__prices{width:8.98438vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schema__popup__prices{width:10.95238vw}}@media only screen and (max-width:860px) and (min-width:641px){.schema__popup__prices{width:13.37209vw}}@media only screen and (max-width:640px){.schema__popup__prices{position:absolute;top:0;right:0;width:26.66667vw;padding:4.26667vw 2.13333vw}}.schema__popup__prices__inner{display:flex;flex-direction:column;align-items:flex-start}.schema__popup__price{font-size:14px}@media only screen and (min-width:1921px){.schema__popup__price{font-size:.78125vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schema__popup__price{font-size:1.09375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schema__popup__price{font-size:1.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.schema__popup__price{font-size:1.62791vw}}@media only screen and (max-width:640px){.schema__popup__price{font-size:3.73333vw}}.schema__popup__price--old{font-size:12px;color:#9ca3af;text-decoration:line-through}@media only screen and (min-width:1921px){.schema__popup__price--old{font-size:.66964vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schema__popup__price--old{font-size:.9375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schema__popup__price--old{font-size:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.schema__popup__price--old{font-size:1.39535vw}}@media only screen and (max-width:640px){.schema__popup__price--old{font-size:3.2vw}}.schema__popup__buttons{display:flex}.schema__popup__buttons .btn{margin-left:8px}@media only screen and (min-width:1921px){.schema__popup__buttons .btn{margin-left:.44643vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schema__popup__buttons .btn{margin-left:.625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schema__popup__buttons .btn{margin-left:.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.schema__popup__buttons .btn{margin-left:.93023vw}}@media only screen and (max-width:640px){.schema__popup__buttons .btn{margin-left:2.13333vw}}.schema__popup__separator{position:relative;display:flex;justify-content:center;width:100%;overflow:hidden}.schema__popup__separator:before{position:absolute;top:50%;right:0;transform:translateY(-50%);content:"";display:block;width:100%;height:1px;background-color:#9ca3af}@media only screen and (min-width:1921px){.schema__popup__separator:before{height:.0558vw}}@media only screen and (max-width:640px){.schema__popup__separator:before{height:.26667vw}}.schema__popup__separator:before{left:0}.schema__popup__separator span{position:relative;display:flex;justify-content:center;padding:16px 18px;background-color:#fff;font-size:14px}@media only screen and (min-width:1921px){.schema__popup__separator span{padding:.89286vw 1.00446vw;font-size:.78125vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schema__popup__separator span{padding:1.25vw 1.40625vw;font-size:1.09375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schema__popup__separator span{padding:1.52381vw 1.71429vw;font-size:1.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.schema__popup__separator span{padding:1.86047vw 2.09302vw;font-size:1.62791vw}}@media only screen and (max-width:640px){.schema__popup__separator span{padding:0 4.8vw;font-size:3.73333vw}}.schema__popup__note{display:flex;align-items:center;margin-top:24px;font-size:14px}@media only screen and (min-width:1921px){.schema__popup__note{margin-top:1.33929vw;font-size:.78125vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schema__popup__note{margin-top:1.875vw;font-size:1.09375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schema__popup__note{margin-top:2.28571vw;font-size:1.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.schema__popup__note{margin-top:2.7907vw;font-size:1.62791vw}}@media only screen and (max-width:640px){.schema__popup__note{margin-top:6.4vw;font-size:3.73333vw}}.schema__popup__note svg{margin-right:4px}@media only screen and (min-width:1921px){.schema__popup__note svg{margin-right:.22321vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.schema__popup__note svg{margin-right:.3125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.schema__popup__note svg{margin-right:.38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.schema__popup__note svg{margin-right:.46512vw}}@media only screen and (max-width:640px){.schema__popup__note svg{margin-right:1.06667vw}}@media only screen and (max-width:860px){.schema .schemas__top__left{order:0}}@media only screen and (max-width:640px){.schema .schemas__top__right{width:100%;margin-top:6.4vw}}@media only screen and (max-width:640px){.schema .schemas__top__right .btn{width:100%;margin-left:0}}.thanks-for-order__content{display:flex;flex-direction:column;align-items:center;width:800px;margin:auto;padding:128px 0;text-align:center}@media only screen and (min-width:1921px){.thanks-for-order__content{width:44.64286vw;padding:7.14286vw 0}}@media only screen and (max-width:1280px) and (min-width:1051px){.thanks-for-order__content{width:62.5vw;padding:10vw 0}}@media only screen and (max-width:1050px) and (min-width:861px){.thanks-for-order__content{width:76.19048vw;padding:12.19048vw 0}}@media only screen and (max-width:860px) and (min-width:641px){.thanks-for-order__content{width:93.02326vw;padding:14.88372vw 0}}@media only screen and (max-width:640px){.thanks-for-order__content{width:100%;padding:21.33333vw 0}}.thanks-for-order__logo{margin-bottom:40px}@media only screen and (min-width:1921px){.thanks-for-order__logo{margin-bottom:2.23214vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.thanks-for-order__logo{margin-bottom:3.125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.thanks-for-order__logo{margin-bottom:3.80952vw}}@media only screen and (max-width:860px) and (min-width:641px){.thanks-for-order__logo{margin-bottom:4.65116vw}}@media only screen and (max-width:640px){.thanks-for-order__logo{margin-bottom:10.66667vw}}.thanks-for-order__logo img{display:block;height:160px}@media only screen and (min-width:1921px){.thanks-for-order__logo img{height:8.92857vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.thanks-for-order__logo img{height:12.5vw}}@media only screen and (max-width:1050px) and (min-width:861px){.thanks-for-order__logo img{height:15.2381vw}}@media only screen and (max-width:860px) and (min-width:641px){.thanks-for-order__logo img{height:18.60465vw}}@media only screen and (max-width:640px){.thanks-for-order__logo img{max-width:100%;height:21.33333vw}}.thanks-for-order__title{font-family:Montserrat,serif,Inter,sans-serif;font-size:32px;line-height:1.2;text-transform:uppercase}@media only screen and (min-width:1921px){.thanks-for-order__title{font-size:1.78571vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.thanks-for-order__title{font-size:2.5vw}}@media only screen and (max-width:1050px) and (min-width:861px){.thanks-for-order__title{font-size:2.66667vw}}@media only screen and (max-width:860px) and (min-width:641px){.thanks-for-order__title{font-size:3.25581vw}}@media only screen and (max-width:640px){.thanks-for-order__title{font-size:6.4vw}}.thanks-for-order__text{margin-top:40px;font-size:18px;line-height:1.5}@media only screen and (min-width:1921px){.thanks-for-order__text{margin-top:2.23214vw;font-size:1.00446vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.thanks-for-order__text{margin-top:3.125vw;font-size:1.40625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.thanks-for-order__text{margin-top:3.80952vw;font-size:1.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.thanks-for-order__text{margin-top:4.65116vw;font-size:2.09302vw}}@media only screen and (max-width:640px){.thanks-for-order__text{margin-top:6.4vw;font-size:4.26667vw}}.thanks-for-order__text a{font:inherit;font-family:Montserrat,serif,Inter,sans-serif;color:#276967}.thanks-for-order__text a:hover{text-decoration:underline}.work-with-us__advantages{margin-bottom:148px}@media only screen and (min-width:1921px){.work-with-us__advantages{margin-bottom:8.25893vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.work-with-us__advantages{margin-bottom:11.5625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.work-with-us__advantages{margin-bottom:14.09524vw}}@media only screen and (max-width:860px) and (min-width:641px){.work-with-us__advantages{margin-bottom:9.30233vw}}@media only screen and (max-width:640px){.work-with-us__advantages{margin-bottom:21.33333vw}}.work-with-us__advantages .page-info{width:800px;margin:40px 0 24px}@media only screen and (min-width:1921px){.work-with-us__advantages .page-info{width:44.64286vw;margin:2.23214vw 0 1.33929vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.work-with-us__advantages .page-info{width:62.5vw;margin:3.125vw 0 1.875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.work-with-us__advantages .page-info{width:76.19048vw;margin:3.80952vw 0 2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.work-with-us__advantages .page-info{width:93.02326vw;margin:4.65116vw 0 2.7907vw}}@media only screen and (max-width:640px){.work-with-us__advantages .page-info{width:100%;margin:10.66667vw 0 6.4vw}}.work-with-us__items{display:flex;justify-content:space-between;flex-wrap:wrap;margin:-12px 0}@media only screen and (min-width:1921px){.work-with-us__items{margin:-.66964vw 0}}@media only screen and (max-width:1280px) and (min-width:1051px){.work-with-us__items{margin:-.9375vw 0}}@media only screen and (max-width:1050px) and (min-width:861px){.work-with-us__items{margin:-1.14286vw 0}}@media only screen and (max-width:860px) and (min-width:641px){.work-with-us__items{margin:-1.39535vw 0}}@media only screen and (max-width:640px){.work-with-us__items{margin:-3.2vw 0}}.work-with-us__item{width:calc(50% - 12px);margin:12px 0;padding:64px 16px 24px;border:1px solid #e5e7eb;border-radius:8px}@media only screen and (min-width:1921px){.work-with-us__item{width:calc(50% - .66964vw);margin:.66964vw 0;padding:3.57143vw .89286vw 1.33929vw;border-radius:.44643vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.work-with-us__item{width:calc(50% - .9375vw);margin:.9375vw 0;padding:5vw 1.25vw 1.875vw;border-radius:.625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.work-with-us__item{width:calc(50% - 1.14286vw);margin:1.14286vw 0;padding:6.09524vw 1.52381vw 2.28571vw;border-radius:.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.work-with-us__item{width:calc(50% - 1.39535vw);margin:1.39535vw 0;padding:7.44186vw 1.86047vw 2.7907vw;border-radius:.93023vw}}@media only screen and (max-width:640px){.work-with-us__item{width:100%;margin:3.2vw 0;padding:6.4vw 4.26667vw;border-radius:2.13333vw}}.work-with-us__item__number{margin-bottom:16px;font-weight:700;font-size:40px;line-height:1.5;color:#276967}@media only screen and (min-width:1921px){.work-with-us__item__number{margin-bottom:.89286vw;font-size:2.23214vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.work-with-us__item__number{margin-bottom:1.25vw;font-size:3.125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.work-with-us__item__number{margin-bottom:1.52381vw;font-size:3.80952vw}}@media only screen and (max-width:860px) and (min-width:641px){.work-with-us__item__number{margin-bottom:1.86047vw;font-size:4.65116vw}}@media only screen and (max-width:640px){.work-with-us__item__number{margin-bottom:4.26667vw;font-size:10.66667vw}}.work-with-us__item__title{font-weight:500;font-size:26px;line-height:1.2;text-transform:uppercase}@media only screen and (min-width:1921px){.work-with-us__item__title{font-size:1.45089vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.work-with-us__item__title{font-size:2.03125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.work-with-us__item__title{font-size:2.47619vw}}@media only screen and (max-width:860px) and (min-width:641px){.work-with-us__item__title{font-size:3.02326vw}}@media only screen and (max-width:640px){.work-with-us__item__title{font-size:6.93333vw}}.work-with-us__item__text{margin-top:8px;font-size:14px;line-height:1.5}@media only screen and (min-width:1921px){.work-with-us__item__text{margin-top:.44643vw;font-size:.78125vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.work-with-us__item__text{margin-top:.625vw;font-size:1.09375vw}}@media only screen and (max-width:1050px) and (min-width:861px){.work-with-us__item__text{margin-top:.7619vw;font-size:1.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.work-with-us__item__text{margin-top:.93023vw;font-size:1.62791vw}}@media only screen and (max-width:640px){.work-with-us__item__text{margin-top:2.13333vw;font-size:3.73333vw}}.page-404__content{display:flex;align-items:center;padding-top:80px;padding-bottom:80px}@media only screen and (min-width:1921px){.page-404__content{padding-top:4.46429vw;padding-bottom:4.46429vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.page-404__content{padding-top:6.25vw;padding-bottom:6.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.page-404__content{padding-top:7.61905vw;padding-bottom:7.61905vw}}@media only screen and (max-width:860px) and (min-width:641px){.page-404__content{padding-top:9.30233vw;padding-bottom:9.30233vw}}@media only screen and (max-width:640px){.page-404__content{padding-top:10.66667vw;padding-bottom:10.66667vw}}.page-404__content__left{flex-shrink:0;width:646px;margin-right:96px}@media only screen and (min-width:1921px){.page-404__content__left{width:36.04911vw;margin-right:5.35714vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.page-404__content__left{width:50.46875vw;margin-right:7.5vw}}@media only screen and (max-width:1050px) and (min-width:861px){.page-404__content__left{width:61.52381vw;margin-right:9.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.page-404__content__left{width:100%;margin-right:0;padding-right:11.16279vw}}@media only screen and (max-width:640px){.page-404__content__left{width:100%;margin-right:0}}.page-404__content__right{width:100%}@media only screen and (max-width:1050px){.page-404__content__right{display:none}}.page-404__sup-title{margin-bottom:12px;font-weight:600;font-family:Montserrat,serif,Inter,sans-serif;font-size:24px;line-height:1;color:#276967;text-transform:uppercase}@media only screen and (min-width:1921px){.page-404__sup-title{margin-bottom:.66964vw;font-size:1.33929vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.page-404__sup-title{margin-bottom:.9375vw;font-size:1.875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.page-404__sup-title{margin-bottom:1.14286vw;font-size:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.page-404__sup-title{margin-bottom:1.39535vw;font-size:2.7907vw}}@media only screen and (max-width:640px){.page-404__sup-title{margin-bottom:3.2vw;font-size:6.4vw}}.page-404__title{font-weight:700;font-family:Montserrat,serif,Inter,sans-serif;font-size:36px;line-height:1.2;color:#111827;text-transform:uppercase}@media only screen and (min-width:1921px){.page-404__title{font-size:2.00893vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.page-404__title{font-size:2.8125vw}}@media only screen and (max-width:1050px) and (min-width:861px){.page-404__title{font-size:3.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.page-404__title{font-size:4.18605vw}}@media only screen and (max-width:640px){.page-404__title{font-size:9.6vw}}.page-404__text{margin-top:24px;font-size:20px;line-height:1.5;color:#4b5563}@media only screen and (min-width:1921px){.page-404__text{margin-top:1.33929vw;font-size:1.11607vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.page-404__text{margin-top:1.875vw;font-size:1.5625vw}}@media only screen and (max-width:1050px) and (min-width:861px){.page-404__text{margin-top:2.28571vw;font-size:1.90476vw}}@media only screen and (max-width:860px) and (min-width:641px){.page-404__text{margin-top:2.7907vw;font-size:2.32558vw}}@media only screen and (max-width:640px){.page-404__text{margin-top:6.4vw;font-size:5.33333vw}}.page-404__buttons{display:flex;gap:24px;margin-top:24px}@media only screen and (min-width:1921px){.page-404__buttons{margin-top:1.33929vw;gap:1.33929vw}}@media only screen and (max-width:1280px) and (min-width:1051px){.page-404__buttons{margin-top:1.875vw;gap:1.875vw}}@media only screen and (max-width:1050px) and (min-width:861px){.page-404__buttons{margin-top:2.28571vw;gap:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.page-404__buttons{margin-top:2.7907vw;gap:2.7907vw}}@media only screen and (max-width:640px){.page-404__buttons{flex-direction:column;margin-top:6.4vw;gap:6.4vw}}.page-404__buttons .btn{width:50%}@media only screen and (max-width:640px){.page-404__buttons .btn{width:100%}}.page-404__img{width:100%}.page-404__img svg{width:100%;height:100%}
/* End */


/* Start:/local/templates/atvstyle2023/template_styles.css?173514973033*/
.white-btn {
    color: white;
}

/* End */
/* /local/templates/atvstyle2023/components/sotbit/search.title/.default/style.css?17539191257659 */
/* /local/templates/atvstyle2023/components/bitrix/sale.basket.basket.line/new/style.css?17351497305426 */
/* /local/templates/atvstyle2023/components/bitrix/main.register/main/style.css?173514973033 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.css?173514970764 */
/* /local/templates/atvstyle2023/custom.css?17351497302959 */
/* /local/templates/atvstyle2023/styles.css?1759877483417125 */
/* /local/templates/atvstyle2023/template_styles.css?173514973033 */
