@charset "UTF-8";
input[type=checkbox] {
  height: initial;
  width: initial;
}

.header__top a {
  text-transform: uppercase;
  color: #fff;
}

.footer_top {
  border-bottom: none;
}

#scrollUp {
  background-color: #73645c;
}
#scrollUp:hover {
  border-color: #73645c;
}

.default_content p {
  margin-bottom: 16px;
}

.widget_list.categories ul ul {
  margin-left: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  margin-top: 0.625rem !important;
}
.widget_list.categories ul li a, .widget_list.color ul li a {
  line-height: 1Em;
  padding: 13px 0 10px 15px;
}
.widget_list.color a:hover, .widget_list.categories a:hover, .widget_list a:hover label {
  text-decoration: underline;
}
.widget_list li input[type=checkbox] {
  display: none;
}
.widget_list label {
  cursor: pointer;
  line-height: 1Em;
}
.widget_list ul li {
  position: relative;
}
.widget_list ul li a i {
  position: absolute;
  left: 0;
  top: 9px;
}
.widget_list ul li a.active,
.widget_list ul > li input:checked + label,
.widget_list ul > li input:checked + label i {
  color: #000;
}
.widget_list ul > li input:disabled + label,
.widget_list ul > li input:disabled + label i {
  text-decoration: none;
  color: #dbd8d8;
}
.widget_list.tag-cloud ul > li input:checked + a {
  background: #73645c;
  color: #fff;
}

input.input-quality {
  background-color: #eef0f1;
}

.product_details .single-zoom {
  text-align: center;
}

.product-quick-view .box_quantity,
.product_details .box_quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.product-quick-view .box_quantity > button,
.product_details .box_quantity > button {
  padding: 0 30px;
}
.product-quick-view .quantity-wrapper,
.product_details .quantity-wrapper {
  display: flex;
  overflow: hidden;
  background-color: #eef0f1;
}
.product-quick-view .quantity-wrapper input,
.product-quick-view .quantity-wrapper button,
.product_details .quantity-wrapper input,
.product_details .quantity-wrapper button {
  display: inline-block;
  border: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.product-quick-view .quantity-wrapper input,
.product-quick-view .box_quantity button,
.product_details .quantity-wrapper input,
.product_details .box_quantity button {
  height: 50px;
  line-height: 50px;
}
.product-quick-view .btn-number:hover,
.product-quick-view .btn-number,
.product_details .btn-number:hover,
.product_details .btn-number {
  min-width: auto;
  background: transparent;
  width: 50px;
  font-size: 14px;
  color: #242424;
}

.box_quantity button:hover,
.product_d_action ul li a:hover {
  background: #73645c;
}

.product-quick-view .box_quantity input {
  width: 61px;
  background: none;
  border-radius: 5px;
}

.product_info_button ul li a.active,
.product_info_button ul li a:hover,
.product_review_form button:hover {
  background: #73645c;
  color: #fff;
}

.product-details-tab {
  position: relative;
}

.label_product {
  position: absolute;
  display: flex;
  top: 10px;
  left: 10px;
  flex-direction: column;
}
.label_product span[class*=label-] {
  display: block;
  position: relative;
  text-transform: uppercase;
  color: #73645c;
  background: #ffffff;
  border: 1px solid #73645c;
  font-size: 12px;
  font-weight: 400;
  height: 22px;
  line-height: 22px;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 10px;
  min-width: 105px;
  box-sizing: border-box;
}
.label_product span.label-discount {
  width: min-content;
  min-width: auto;
}
.cart_submit button:hover,
.coupon_inner button:hover {
  background: #73645c;
}

.basket-gift-replacing.nice-select {
  display: inline-block;
  float: none;
  margin-top: 10px;
  width: 200px;
}
.basket-gift-replacing.nice-select > span {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
}
.basket-gift-replacing.nice-select > ul {
  display: none;
}
.basket-gift-replacing.nice-select.open > ul {
  display: initial;
}

.table_desc .cart_page table tbody tr td.product-price .old_price {
  text-decoration: line-through;
  font-size: 13px;
}
.table_desc .cart_page table tbody tr td.product-quantity {
  width: 1%;
}
.table_desc table tbody tr td.product_remove a, .table_desc table tbody tr td.product-price, .table_desc table tbody tr td.product_total {
  color: #73645c;
}

.cart_page table thead tr th {
  border-bottom-color: #73645c;
}
.cart_page button {
  min-width: 150px;
  margin-left: 0;
}
.cart_page > button i {
  margin-right: 5px;
  font-weight: bolder;
}
.cart_page .quantity-wrapper {
  display: flex;
  border: 1px solid #73645c;
  border-radius: 3px;
  overflow: hidden;
  width: fit-content;
}
.cart_page .quantity-wrapper input,
.cart_page .quantity-wrapper button {
  height: 34px;
  line-height: 34px;
  display: inline-block;
  border: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.cart_page .input-number {
  width: 44px;
  font-size: 16px;
  background: transparent;
}
.cart_page .btn-number {
  min-width: auto;
  background-color: #ffffff;
  width: 34px;
  font-size: 12px;
  color: #73645c;
}
.cart_page .btn-number:hover {
  color: #ffffff;
  background-color: #73645c;
}
.cart_page .product-quantity > div {
  display: flex;
  width: 100%;
  justify-content: center;
}

.shopping_cart_area .product-gift i {
  margin-right: 10px;
}
.shopping_cart_area .table_desc {
  border-bottom: none;
}

.cart_subtotal.total {
  padding-top: 10px;
  border-top: 1px solid #ededed;
}

.checkout_form .block-errors {
  margin-bottom: 15px;
}
.checkout_form .block-errors span {
  font-size: 13px;
  font-weight: 400;
  background-color: #f7f6f7;
  padding: 15px 10px;
  border-top: 3px solid #d52121;
  display: block;
}

.panel-default {
  display: flex;
}
.panel-default img {
  width: auto;
  max-width: 160px;
  max-height: 40px;
}

.panel-default-left {
  flex: none;
}

.panel-default-right {
  margin-left: 10px;
}

.confirm-page {
  text-align: center;
}
.confirm-page h1 {
  font-size: 40px;
  font-weight: 700;
  color: #73645c;
  letter-spacing: 5px;
  line-height: 50px;
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .confirm-page h1 {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .confirm-page h1 {
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 0;
    margin: 0 0 15px;
  }
}
.confirm-page h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .confirm-page h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 14px;
  }
}
.confirm-page p {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .confirm-page p {
    font-size: 15px;
    margin-bottom: 22px;
    line-height: 21px;
  }
}
.confirm-page p span {
  display: block;
}
.confirm-page a {
  color: #fff;
  display: inline-block;
  background: #73645c;
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  text-transform: uppercase;
  margin-top: 35px;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  .confirm-page a {
    padding: 0 20px;
    margin-top: 25px;
  }
}
.confirm-page a:hover {
  background: #333;
}

.checkout_btn a,
.order_button button {
  padding: 0 40px;
  height: 50px;
  line-height: 50px;
  background: #73645c;
}

.widget_list.widget_search {
  margin-bottom: 50px;
}
.widget_list.widget_search button:hover {
  background: #73645c;
}

.search-info {
  border: 1px solid #ddd;
  padding: 5px 20px;
  margin-bottom: 20px;
}

.widget_search .reset_link {
  margin-left: 10px;
}

.blog_sidebar_widget .widget_list.widget_categories {
  margin-bottom: 48px;
}

.readmore_button a {
  background: #73645c;
}

.post_info h3 a:hover,
.widget_list.comments_post .post_info a:hover,
.widget_list.widget_categories ul li a:hover,
.blog_title h3 a:hover,
.related_posts_content span,
.comment_title h5 a:hover,
.related_posts_content h3 a:hover,
.blog_details .blog_meta span a,
.single_blog.blog_list .blog_meta span a,
.blog_meta span,
.blog_meta span a {
  color: #73645c;
}

.blog_page_section .blog_content {
  padding-top: 0;
}
.blog_page_section .blog_thumbnail {
  padding-bottom: 20px;
}
.blog_page_section .related_posts {
  margin-top: 50px;
}
.blog_page_section .pagination_style {
  border-top: none;
}

.blog_meta span.category {
  margin-right: 0;
  position: relative;
}
.blog_meta span.category::before {
  position: absolute;
  content: "/";
  color: #555;
  top: -4px;
  left: -15px;
}

.dashboard_tab_button ul li a:hover,
.dashboard_tab_button ul li a.active {
  background: #73645c;
}

.favorite-control-button {
  margin-bottom: 15px;
}
.favorite-control-button:after {
  content: "";
  display: block;
  clear: both;
}

.favorite-control-button-remove {
  float: right;
  cursor: pointer;
  background: #333;
  color: #ffffff;
  font-size: 15px;
  padding: 3px 14px;
  line-height: 30px;
  font-weight: 500;
  display: inline-block;
  text-transform: capitalize;
  margin: 4px 0 0 0;
}
.favorite-control-button-remove:hover {
  background: #d52121;
}

.table_desc table thead tr th.product_thumb, .table_desc table thead tr th.product_quantity, .table_desc table thead tr th.product_remove, .table_desc table thead tr th.product-price, .table_desc table thead tr th.product_total {
  min-width: auto;
  white-space: nowrap;
}
.table_desc table tbody tr td.product_remove, .table_desc table tbody tr td.product-price, .table_desc table tbody tr td.product_total {
  white-space: nowrap;
}
.table_desc table tbody tr td.product_name a:hover {
  color: #73645c;
}
.table_desc.wishlist table tbody tr td.product_total a {
  background: #73645c;
}

.mini_cart_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 10px;
}

.sale-personal-profile-list-change-button {
  border-bottom-color: #73645c;
  line-height: 1Em;
}

.sale-profile-detail-link-list a {
  text-decoration: underline;
  color: #73645c;
}

.bx_profile .form-group > *,
.sale-profile-detail-form .form-group > * {
  padding: 10px;
}

.sale-profile-detail-form .form-control:hover,
.sale-profile-detail-form .location-block-wrapper:focus,
.location-block-wrapper .dropdown-block.bx-ui-slst-input-block:hover {
  border-color: #73645c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(206, 166, 121);
}

.main-profile-form-buttons-block .btn,
.sale-profile-detail-form .btn {
  color: #fff;
  display: inline-block;
  background: #73645c;
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  text-transform: uppercase;
  border-radius: 3px;
}

.main-profile-form-buttons-block .btn[name=reset],
.sale-profile-detail-form .btn[name=reset] {
  background: #f7f7f7;
  color: #666666;
}

.main-profile-form-buttons-block .btn:hover,
.sale-profile-detail-form .btn:hover {
  background: #333;
  color: #fff;
}

.main-profile-form-buttons-block,
.sale-personal-profile-btn-block {
  padding-top: 30px;
  padding-bottom: 0;
}

.main-profile-social-block {
  display: none;
}

.sale-order-title {
  margin-top: 0;
  margin-bottom: 10px;
}

.sale-order-history-link {
  text-decoration: underline;
  color: #73645c;
}

.sale-order-list-title,
.sale-order-list-accomplished-title {
  margin: 10px 5px;
}

.sale-order-list-repeat-link,
.sale-order-list-repeat-link::before,
.sale-order-list-about-link,
.sale-order-list-change-payment {
  color: #73645c;
}

.sale-order-list-inner-container .sale-order-list-inner-row:last-child {
  margin-top: 25px;
}

.sale-order-detail-general {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
  border-color: #73645c;
}
.sale-order-detail-general > .row {
  margin-left: 0;
  margin-right: 0;
}

.sale-order-detail-general-head {
  background: #73645c;
}

.sale-order-detail-about-order-inner-container-name-read-less,
.sale-order-detail-about-order-inner-container-name-read-more,
.sale-order-list-cancel-payment {
  line-height: 1Em;
}

.sale-order-detail-payment-options-methods-container::before,
div.payment-options-methods-row::before {
  display: none;
}

.sale-order-detail-back-to-list-link-down {
  padding: 0;
}

.bx_my_order_cancel textarea {
  background: #ffffff;
}

.user-actions h3 {
  border-color: #73645c;
}

.product_d_action ul li a {
  padding: 2px 0 0;
}
.product_d_action ul li a.active {
  background: #73645c;
  color: #ffffff;
}

.tab-content.tab_four .product_action ul li a.active {
  color: #73645c;
}

.burger span {
  transition: none;
}

.breadcrumb-section + form[name=bform] + div,
.breadcrumb-section + form[name=bform],
div.bx-auth {
  margin: 20px auto;
  max-width: 600px;
  padding: 0 10px;
}

div.bx-auth table {
  width: 100%;
  margin-bottom: 20px;
}
div.bx-auth table thead td {
  font-size: 18px;
}
div.bx-auth table td {
  padding: 10px;
}

.bx-auth-table input[type=checkbox] {
  width: auto;
  height: auto;
}

.breadcrumb-section + form[name=bform] input[type=submit],
div.bx-auth input[type=submit] {
  color: #fff;
  display: inline-block;
  background: #73645c;
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  text-transform: uppercase;
  border-radius: 3px;
  border: none;
}

.breadcrumb-section + form[name=bform] input[type=submit]:hover,
div.bx-auth input[type=submit]:hover {
  background: #333;
  color: #fff;
}

.breadcrumb-section + form[name=bform] input[type=text],
div.bx-auth input.bx-auth-input {
  display: block;
  background: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

@media (max-width: 991px) {
  .menu__top .header-search,
  .menu__top .header-search-btn {
    height: 34px;
    border-bottom: none;
  }
}
.banner_slider img {
  height: auto;
}

.modal_add_to_cart {
  display: flex;
  align-items: center;
}
.modal_add_to_cart > a {
  font-size: 30px;
  margin-left: 25px;
}

.modal_add_to_cart > a.active, .modal_add_to_cart > a:hover {
  color: #73645c;
}

.product-quick-view .new_price {
  color: #242424;
}
.product-quick-view .modal_tab {
  position: relative;
}

.logo a img {
  width: 220px;
}

.text-page-title {
  text-align: center;
  margin-bottom: 30px;
  color: #73645c;
}

.text-page p {
  margin-bottom: 1rem;
}

.product-quick-view .modal_description p,
.product_d_right .product_desc p {
  margin-bottom: 1rem;
}

.product-quick-view p.product-characteristic,
.product_details p.product-characteristic {
  margin-bottom: 3px;
  color: #73645c;
}

.product-quick-view p.product-characteristic b,
.product_details p.product-characteristic b {
  color: #555555;
}

.product-quick-view p.product-characteristic:last-child,
.product_details p.product-characteristic:last-child {
  margin-bottom: 1rem;
}

.header_area.header_four .main_menu > ul > li > a {
  font-size: 17px;
  white-space: nowrap;
}

.main_menu {
  min-height: 46px;
}
.main_menu > ul {
  display: flex;
  justify-content: center;
}

.logo {
  overflow: hidden;
}
.logo a img {
  margin: -16px 0;
}

.sticky-header .logo a img + img {
  display: none;
}
.sticky-header.sticky .logo a img {
  display: none;
}
.sticky-header.sticky .logo a img + img {
  display: initial;
  width: 94px;
  margin: 0;
}

.category-description {
  margin-top: 30px;
}

.single_product {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.single_product .product_thumb::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.single_product .product_thumb > a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.single_product .product_thumb > a img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.single_product .product_thumb > a img.secondary_img {
  visibility: hidden;
  opacity: 0;
}
.single_product .product_thumb .product_action {
  background: #222;
  margin: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  text-align: center;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 99;
}
.single_product .product_thumb .product_action ul li a {
  color: #fff;
  font-family: var(--main-font);
}
.single_product .product_thumb .product_action ul li a:hover, .single_product .product_thumb .product_action ul li a.active {
  color: #73645c;
}
.single_product:hover .product_thumb img.secondary_img {
  opacity: 100%;
  visibility: visible;
}
.single_product:hover .product_thumb img.primary_img.twix {
  visibility: hidden;
  opacity: 0;
}

.tab-content.tab_four.tab_six .single_product {
  margin-bottom: 0;
  padding-bottom: 30px;
}

.product_content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.product_content .bottom-block {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: end;
}
.product_content .product_price span {
  font-size: 16px;
}

.tab-content.tab_four .product_content .product_name h2 {
  text-transform: none;
}

.single_product .product_content .product_name h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--main-font);
}
.single_product .product_content .product_name h2 a:hover {
  color: #73645c;
}

.owl-carousel.product_active .owl-stage {
  display: flex;
}
.owl-carousel.product_active .owl-stage .owl-item {
  display: flex;
}

.main_menu ul li ul.sub_menu::before {
  left: 25px;
}

.header__top > ul {
  justify-items: flex-start;
}
.header__top > ul > li:last-child {
  flex-grow: 1;
}

.ap-textpage {
  margin: 0 0 70px;
}

.ap-textpage-title {
  text-align: center;
  margin-bottom: 30px;
  color: #73645c;
}

.ap-article {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0;
  min-height: 400px;
}
.ap-article h2 {
  font-size: 24px;
  margin-bottom: 1em;
  line-height: 1.5;
}
.ap-article p {
  margin: 1em 0;
}
.ap-article ul {
  margin: 1em 0;
}
.ap-article li {
  margin: 0.25em 0;
  display: inline-flex;
  align-items: flex-start;
}
.ap-article li::before {
  content: "•";
  flex: none;
  margin-right: 0.75em;
}
.ap-article p:first-child,
.ap-article ul:first-child,
.ap-article li:first-child {
  margin-top: 0;
}
.ap-article p:last-child,
.ap-article ul:last-child,
.ap-article li:last-child {
  margin-bottom: 0;
}

.ap-article-front {
  margin: 60px 0;
  position: relative;
  margin-right: -50%;
  z-index: 1;
}

.ap-article-back {
  background-color: #73645c;
  color: #fff;
  padding-right: 25%;
  grid-column-end: span 2;
  position: relative;
}

.ap-article-inner {
  padding: 80px 60px;
  max-width: 640px;
}

.ap-article-front .ap-article-inner {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.ap-article-front img {
  max-height: 800px;
}

@media only screen and (max-width: 767px) {
  .ap-header_caption h1 {
    font-size: 24px;
  }
  .ap-article {
    margin: 0 -12px;
    grid-template-columns: auto;
  }
  .ap-article h2 {
    font-size: 20px;
  }
  .ap-article-back {
    grid-column-end: span 1;
    padding: 0;
  }
  .ap-article-back .ap-article-inner {
    padding-top: 100px;
  }
  .ap-article-front {
    order: -1;
    margin: 0 40px -80px;
    min-height: 180px;
  }
  .ap-article-back img,
  .ap-article-front img {
    width: 100%;
  }
  .ap-article-inner {
    padding: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .ap-article-front {
    margin: 0 12px -80px;
  }
  .ap-article-inner {
    padding: 40px 24px;
  }
}
@media only screen and (min-width: 768px) {
  .ap-article-front + .ap-article-back {
    padding-left: 25%;
    padding-right: 0;
  }
  .ap-article-back + .ap-article-front {
    margin-left: -50%;
    margin-right: 0;
  }
  .ap-article-back img,
  .ap-article-front img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.header-banner {
  position: relative;
  display: flex;
  max-height: 400px;
  overflow: hidden;
}
.header-banner a {
  display: block;
  width: 100%;
  height: 100%;
}
.header-banner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 200px;
}
.header-banner h1 {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 3.5em;
  color: #ffffff;
}
.header-banner .overlay {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: -1px;
  right: -1px;
  background-color: rgba(0, 0, 0, 0.49);
  transition: transform 0.3s, opacity 0.6s;
  pointer-events: none;
}
.header-banner.banner-4 {
  max-height: 315px;
}
.header-banner.banner-4 img {
  margin-top: -32%;
}
.header-banner.banner-4 .overlay {
  display: block;
}

.shipping_area.shipping_seven .single_shipping {
  min-height: 273px;
}

.unlimited_services_content {
  text-align: justify;
}
.unlimited_services_content li {
  list-style: unset;
}

@media (min-width: 992px) {
  .main-page .header_area.header_four.header_five {
    position: relative;
    z-index: 2;
    background: none;
  }
  .main-page .slider_area.margin-menu {
    margin-top: -46px;
    z-index: 1;
  }
  .main-page .header__bottom {
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  }
}
.slider_area.slider_four .slider_content {
  overflow: inherit;
  background-color: rgba(250, 250, 249, 0.5882352941);
  max-width: fit-content;
  width: fit-content;
  padding: 25px;
}

.new-creams__item-descr {
  color: #000;
}

.new-creams__item-fabricator {
  color: #000;
}

video#myVideo {
  width: 100%;
}

.footer_top.top_four .footer_social ul li a {
  font-size: 30px;
}

.ihn4-mp-slider-slidelink {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.bitrix-default-auth-bxmaker-authuserphone .bitrix-default-auth-bxmaker-authuserphone__wrap {
  margin: 50px auto;
  max-width: 490px;
}
.bitrix-default-auth-bxmaker-authuserphone .bitrix-default-auth-bxmaker-authuserphone__wrap .bxmaker-authuserphone-enter {
  width: 100%;
  padding: 0 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: unset;
  border: none;
}

.bxmaker-authuserphone-enter .bxmaker-authuserphone-header {
  font-size: 2.125rem;
  font-weight: 600;
}
.bxmaker-authuserphone-enter .bxmaker-authuserphone-input__field,
.bxmaker-authuserphone-enter .bxmaker-authuserphone-input-password__field,
.bxmaker-authuserphone-enter .bxmaker-authuserphone-input-code__field,
.bxmaker-authuserphone-enter .bxmaker-authuserphone-input-phone__field {
  border: 1px solid #CCD5DB;
  border-radius: 2px;
  background: #f8fafc;
}
.bxmaker-authuserphone-enter .bxmaker-authuserphone-input__field:hover, .bxmaker-authuserphone-enter .bxmaker-authuserphone-input__field--focus, .bxmaker-authuserphone-enter .bxmaker-authuserphone-input__field--hover,
.bxmaker-authuserphone-enter .bxmaker-authuserphone-input-password__field:hover,
.bxmaker-authuserphone-enter .bxmaker-authuserphone-input-password__field--focus,
.bxmaker-authuserphone-enter .bxmaker-authuserphone-input-password__field--hover,
.bxmaker-authuserphone-enter .bxmaker-authuserphone-input-code__field:hover,
.bxmaker-authuserphone-enter .bxmaker-authuserphone-input-code__field--focus,
.bxmaker-authuserphone-enter .bxmaker-authuserphone-input-code__field--hover,
.bxmaker-authuserphone-enter .bxmaker-authuserphone-input-phone__field:hover,
.bxmaker-authuserphone-enter .bxmaker-authuserphone-input-phone__field--focus,
.bxmaker-authuserphone-enter .bxmaker-authuserphone-input-phone__field--hover {
  border-color: #73645c;
}
.bxmaker-authuserphone-enter .bxmaker-authuserphone-button__inner {
  color: #fff;
  background: #73645c;
  border: none;
  padding: 0.625rem 1.875rem;
  font-size: 12px;
  line-height: 1.65;
  border-radius: 3px;
  text-transform: uppercase;
}
.bxmaker-authuserphone-enter .bxmaker-authuserphone-button__inner:hover {
  background: #333;
}
.bxmaker-authuserphone-enter .bxmaker-authuserphone-button__inner .bxmaker-authuserphone-button__title {
  font-weight: 600;
}
.bxmaker-authuserphone-enter .bxmaker-authuserphone-button--white .bxmaker-authuserphone-button__inner {
  background: #fff;
  border: 1px solid #73645c;
}
.bxmaker-authuserphone-enter .bxmaker-authuserphone-button--white .bxmaker-authuserphone-button__inner .bxmaker-authuserphone-button__title {
  color: #73645c;
}
.bxmaker-authuserphone-enter a.bxmaker-authuserphone-link, .bxmaker-authuserphone-enter a.bxmaker-authuserphone-link:hover, .bxmaker-authuserphone-enter a.bxmaker-authuserphone-link:active {
  color: #73645c;
}

@-webkit-keyframes snowfall-up-to-down {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}
@keyframes snowfall-up-to-down {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}
@-webkit-keyframes snowfall-rotate80 {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes snowfall-rotate80 {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
#snowfall > div {
  position: fixed;
  top: -10%;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-animation-name: snowfall-up-to-down, snowfall-rotate80;
  -webkit-animation-duration: 10s, 3s;
  -webkit-animation-timing-function: linear, ease-in-out;
  -webkit-animation-iteration-count: infinite, infinite;
  -webkit-animation-play-state: running, running;
  animation-name: snowfall-up-to-down, snowfall-rotate80;
  animation-duration: 10s, 3s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;
  animation-play-state: running, running;
}
#snowfall > div:nth-of-type(0) {
  left: 1%;
  -webkit-animation-delay: 0s, 0s;
  animation-delay: 0s, 0s;
}
#snowfall > div:nth-of-type(1) {
  left: 10%;
  -webkit-animation-delay: 1s, 1s;
  animation-delay: 1s, 1s;
}
#snowfall > div:nth-of-type(2) {
  left: 20%;
  -webkit-animation-delay: 6s, 0.5s;
  animation-delay: 6s, 0.5s;
}
#snowfall > div:nth-of-type(3) {
  left: 30%;
  -webkit-animation-delay: 4s, 2s;
  animation-delay: 4s, 2s;
}
#snowfall > div:nth-of-type(4) {
  left: 40%;
  -webkit-animation-delay: 2s, 2s;
  animation-delay: 2s, 2s;
}
#snowfall > div:nth-of-type(5) {
  left: 50%;
  -webkit-animation-delay: 8s, 3s;
  animation-delay: 8s, 3s;
}
#snowfall > div:nth-of-type(6) {
  left: 60%;
  -webkit-animation-delay: 6s, 2s;
  animation-delay: 6s, 2s;
}
#snowfall > div:nth-of-type(7) {
  left: 70%;
  -webkit-animation-delay: 2.5s, 1s;
  animation-delay: 2.5s, 1s;
}
#snowfall > div:nth-of-type(8) {
  left: 80%;
  -webkit-animation-delay: 1s, 0s;
  animation-delay: 1s, 0s;
}
#snowfall > div:nth-of-type(9) {
  left: 90%;
  -webkit-animation-delay: 3s, 1.5s;
  animation-delay: 3s, 1.5s;
}
#snowfall > div img {
  max-width: 40px;
}

.nca-cookiesaccept-line #nca-cookiesaccept-line-accept-btn {
  color: #fff;
  display: inline-block;
  background: #73645c;
  font-size: 12px;
  font-weight: bold;
  min-height: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  text-transform: uppercase;
  border-radius: 3px;
  border: none;
}
.nca-cookiesaccept-line #nca-cookiesaccept-line-accept-btn:hover {
  background: #333;
  color: #fff;
}
.nca-cookiesaccept-line .nca-cookiesaccept-line-text {
  line-height: 1.4em;
}

.offer-checkbox {
  margin-bottom: 30px;
}
.offer-checkbox a {
  text-decoration: underline;
}
