

/* Start:/bitrix/templates/cabinet/components/bitrix/sale.basket.basket.line/mini_basket/style.css?16630190474227*/
.bx-basket {}
.bx-basket-block {
	font-size: 12px;
	padding-bottom: 5px;
	white-space: nowrap;
	position: relative;
	padding-left: 20px;
}
.bx-basket-block>.fa {
	color: #97a1ab;
	width: 12px;
	position: absolute;
	left: 0;
	top: 3px;
}
.bx-basket-block a {
	color: #039BE5;
	border-bottom: 1px dashed;
	margin-right: 10px;
}
.bx-basket-block a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}


/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed{
		width: 200px;
		position: fixed;
		z-index: 998;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
	}
	.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;}
}
@media (max-width: 767px) {
	.bx-basket-fixed{
		/*width: 200px;*/
		position: fixed;
		z-index: 998;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.bx-basket-item-list{
		display: none;
	}
	/*.bx-basket-fixed */
}
.bx-basket-fixed .bx-basket-block{
	margin-left: 10px;
}
.bx-basket-item-list{
	position: relative;
	padding-bottom: 20px;
	border-top: 1px solid #F7F7F7;
	overflow: hidden;
}
.bx-opener .bx-basket-item-list{
	padding-bottom: 75px;
}
.bx-max-height .bx-basket-item-list{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}
.bx-closed .bx-basket-item-list{
	height: 20px;
	overflow: hidden;
}
.bx-basket-item-list-action{
	cursor: pointer;
	background: #F7F7F7;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 120;
	height: 20px;
	line-height: 14px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	color: #4f4f4f;
	padding: 3px 0;
}
.bx-basket-item-list-button-container{
	text-align: center;
	position: absolute;
	bottom: 20px;
	border-top: 1px solid #F7F7F7;
	padding: 10px 0;
	background: #fff;
	left: 0;
	right: 0;
}

.bx-basket-item-list-button-container a.btn
{
	color: #dddddd;
	text-decoration: none;
}

.bx-basket-item-list-button-container a.btn:hover,
.bx-basket-item-list-button-container a.btn:active
{
	color: #ffffff;
}

.bx-basket-item-list-container{
	overflow-y: auto;
	max-height: 100%
}
.bx-basket-item-list-item{
	padding-top: 15px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #F7F7F7;
}
.bx-basket-item-list-container .bx-basket-item-list-item:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.bx-basket-item-list-item-status{
	font-weight: bold;
	padding: 3px;
	background: #EBEBEB;
	margin: 0 10px 20px;
	line-height: 16px;
	font-size: 13px;
	border-radius: 3px;
	text-align: center;
	white-space: normal;
}
.bx-basket-item-list-item-img{
	text-align: center;
	position: relative;
	padding-bottom: 5px;
}
.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;
	color: #3F3F3F;
	text-decoration: none;
	white-space: normal;
	line-height: 16px;
}
.bx-basket-item-list-item-remove{
	position: absolute;
	right: 10px;
	top: -7px;
	width: 20px;
	height:20px;
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAJFBMVEX///8yMjI6Ojpvb29wcHCEhISHh4eIiIiqqqqtra2wsLCxsbE3yvJ6AAAAAXRSTlMAQObYZgAAACxJREFUCNcFwYEBgCAMA7BYUMb2/78m9sXdJtfNMHkzcJ4DlS9FpXXKavT6ARdgANGqCJ38AAAAAElFTkSuQmCC) no-repeat center;
	opacity: .5;
}
.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;
	text-decoration: line-through;
	color: #B0B0B0
}
.bx-basket-item-list-item-price-summ{}

.bx_cart_login_top .bx-hdr-profile a {
	text-decoration: none;
}
.bx_cart_login_top .bx-hdr-profile{
	line-height: 1.44em;
}
/* End */


/* Start:/bitrix/templates/cabinet/components/bitrix/menu/club_menu/style.css?1663019047581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/cabinet/components/bitrix/menu/club_menu/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/new_menu_mobile/style.css?17338413794620*/
/*стили меню*/
.mobile-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  padding-bottom: 40px;
  margin: 0;
  background-color: #ffffff;
  transform: translateY(-300%);
  transition: transform 0.6s ease-out;
  z-index: 999;

  overflow-y: auto;
}
.mobile-menu .header-btns__button,
.mobile-menu .header-btns__button a {
  width: 100%;
}
.mobile-menu__open {
  transform: translateY(0);
  position: fixed;
}

.mobile-menu__open:has(.header-nav-dropdown.d-flex) {
  overflow: hidden !important;
}
@media (min-width: 992px) {
  .mobile-menu {
    display: none;
  }
}

.mobile-head {
  padding-bottom: 24px;
  min-width: 100%;
}
.mobile-list {
  margin-top: 0;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 16px 0;
}
.mobile-list__item {
  text-align: center;
}

.cabinet-menu .mobile-list__item {
  padding: 0 !important;
}

.mobile__logo {
  padding: 0;
  margin-top: 40px;
  margin-bottom: 24px;
  text-align: center;
}
.mobile-social .social {
  margin: 0;
  padding: 0;
}
.mobile-social .social li {
  display: inline-block;
  list-style: none;
}
.mobile-footer__phone {
  color: #323232;
  margin-bottom: 24px;
}

.main-btn {
  border: 1px solid #5f5f5f;
  border-radius: 0px;
  font-family: inherit;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.25s;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;

  margin: 0 auto;
}

.main-btn:hover {
  border: 1px solid #2b2a29;
  background: #2b2a29;

  color: white;

  svg,
  path {
    color: white;
    fill: white;
    stroke: white;
  }
}

.btn-white-variant {
  border-color: whitesmoke;
  color: white;
}

.btn-white-variant:hover {
  border-color: gray;
}

.btn-borderless {
  border-color: transparent !important;
}

.main-input {
  outline: none;
  border: 1px solid #5f5f5f;
  border-radius: 0;

  font-size: 14px;

  padding: 0.5rem 1rem;
}

.main-input:focus {
  border: 1px solid #000;
}

.main-input::placeholder {
  color: #acacac;
  font-size: 14px;
}

.normal-text {
  font-family: inherit;
  font-weight: 400;
}

.mobile-menu .header-btns {
  margin-top: 24px;
  justify-content: center;
  padding: 0 16px;
  display: flex;
}

.header-btns__button + .header-btns__button {
  margin-left: 10px;
}

.header__link {
  color: #000;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #5f5f5f;
  border-radius: 0px !important;
  padding: 5px 0;
  text-align: center;
  display: inline-block;
  transition: all 0.2s !important;
}

.mobile-dopinfo a {
  color: #000000;
  margin-top: 10px;
  display: block;
  text-decoration: underline;
}

.cabinet-menu .mobile-dopinfo a {
  margin-top: 24px;
  text-transform: none;
}

.social.share {
  display: flex;
  gap: 8px;
}

.header.cabinet .header__humburber {
  display: none;
}

@media (width <= 991px) {
  .header.cabinet .header__humburber {
    display: flex;
  }

  .mobile-hidden,
  .header.cabinet .mobile-hidden {
    display: none !important;
  }
}

.header__logo-link {
  color: #2B2A29;
  text-decoration: none;
}

.mobile-menu .header__link {
  border: none;
}

.modal-title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
}

.modal-title-block {
  font-size: 24px;
  text-align: center;
  color: #2b2a29;
}

.modal-windows--geo .modal-item-row {
  width: 100%;
}
.modal-windows--geo .modal-page-wrapper {
  max-width: 100%;
  width: 100%;
}
.modal-windows--geo .enter-cont {
  display: block;
  margin-top: 24px;
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.city-selected {
  cursor: pointer;
  line-height: 24px;

  display: flex;
  align-items: center;
  gap: 5px;
}

.mobile-menu .city-selected {
  justify-content: center;
}

.modal-windows--geo .bx-sls .bx-ui-sls-fake,
.modal-windows--geo .bx-sls .bx-ui-sls-route {
  top: -3px;
}

.modal-windows--geo .enter-cont label {
  margin-bottom: 16px;
  width: 188px;
  max-height: 32px;
  color: #444;
  font-weight: 300;
  line-height: normal;
  font-size: 16px;
}

.header-nav__item a[href='/rasprodazha'] {
  color: red;
}

.mobile-list .header-nav__item-link {
    font-weight: 500;
    font-family: OpenSansSemiBold;
}

body {
    line-height: 1.5;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

.mobile-footer__phone a {
    line-height: 1.5 !important;
}
/* End */


/* Start:/local/components/uvelirsoft/city.select/templates/.default/style.css?17313348051529*/
.bx-sls {
  width: 100%;
}

.modal-windows.your-city-confirm {
  position: absolute;
  left: 0px;
  top: 69px;
}

.fancybox-slide:has(.your-city-confirm) {
  position: relative;
  width: 100%;
  max-width: 1210px;
  padding: 0 10px;
  margin: 0 auto;
}

.city-modal-btn {
  height: 40px;
  margin: 0;
  padding: 0 24px;
  font-size: 14px;
  line-height: 16px;
}

@media (width <= 1210px) {
  .modal-windows.your-city-confirm {
    left: 16px;
  }
}

@media (width < 768px) {
  .modal-windows.your-city-confirm {
    width: calc(100% - 32px) !important;

    .modal-wrap {
      width: 100% !important;
    }

    .modal-title-block {
      font-size: 16px;
    }
  }

  .modal-windows--geo {
    .modal-cont.enter-cont.modal-page-wrapper {
      overflow-y: auto;
      max-height: 50vh;

      &::-webkit-scrollbar {
        width: 2px; /* Ширина скроллбара */
      }

      &::-webkit-scrollbar-track {
        background-color: #cdcdcd; /* Цвет трека скроллбара */
        border-radius: 0; /* Радиус углов трека */
      }

      &::-webkit-scrollbar-thumb {
        background-color: #5f5f5f; /* Цвет активной части скроллбара */
        border-radius: 0; /* Радиус углов активной части */
      }
    }
  }

  .modal-windows.your-city-confirm .btn-row {
    flex-direction: column;
    margin-top: 24px;
  }

  .your-city-confirm .modal-btn-row {
    width: 100% !important;

    button {
      width: 100%;
    }
  }
}

/* End */


/* Start:/bitrix/components/bitrix/sale.location.selector.search/templates/.default/style.css?17328012127810*/
/* absolute path to images is required to make crm-sale proxy work */

.bx-sls .dropdown-block {
  border: 1px solid #5f5f5f;
  border-radius: 2px;
  font-size: 14px;
  padding: 0 22px 0 12px;
  position: relative;
  background-color: #fff;

  height: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (width < 768px) {
  .bx-sls .dropdown-block {
    padding: 0 12px 0 12px;
  }
}

.bx-sls .dropdown-block-ui {
  font-size: 14px;
  padding: 0 22px 0 12px;
  position: relative;
  background-color: #fff;
  margin-top: 5px;
}

.bx-sls .dropdown-arrow {
  background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/dropdown-errow.png) no-repeat center
    center;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  width: 22px;
}

.bx-sls .bx-ui-sls-container {
  overflow: hidden;
  min-height: 25px;
}

.bx-sls .bx-ui-sls-pane {
  border: 1px solid #bdbdbd;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 3px #c7c7c7;
  box-shadow: 0 2px 3px #c7c7c7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  max-height: 200px;
  overflow-y: auto;
  left: 0;
  top: 35px;
  padding: 5px 5px 3px 5px;
  position: absolute;
  width: 100%;
}

.bx-sls .dropdown-active .bx-ui-sls-pane {
  display: block;
}

.bx-sls .bx-ui-sls-variants {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bx-sls .dropdown-item {
  border-radius: 2px;
  padding: 7px 4px 7px 10px;
  margin-bottom: 2px;
}

.bx-sls .dropdown-item:hover {
  background-color: #f1f3f5;
  cursor: pointer;
}

.bx-sls .dropdown-img {
  border: none;
  display: inline-block;
  height: 12px;
  margin: 3px 12px 0 0;
  vertical-align: top;
  width: 16px;
}

.bx-sls .dropdown-item-text {
  /*makeup:color: #212121;*/
  color: #aba8ac;
  display: inline-block;
  /*max-width: 220px;*/ /*silly limitation*/
  vertical-align: top;
}

.bx-sls .dropdown-item-text span {
  color: #25282c;
}

.bx-sls .dropdown-list-title {
  border-bottom: 1px solid #e5e5e5;
  height: 37px;
  line-height: 37px;
  padding-left: 8px;
}

.bx-sls .dropdown-icon {
  background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/lens.png) no-repeat center center;
  height: 14px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 14px;
}

.bx-sls .quick-locations {
  margin-bottom: 5px;
}
.bx-sls .quick-location-tag {
  background-color: #f2f5f8;
  border: 1px solid #cad3dc;
  border-radius: 3px;
  color: #1e55b9;
  display: inline-block;
  font-size: 15px;
  height: 27px;
  line-height: 26px;
  margin: 0 3px;
  padding: 0 14px;
  text-decoration: none;
  margin-bottom: 10px;
}
.bx-sls .quick-location-tag:hover {
  background-color: #fafafa;
}

.bx-sls .dropdown-fade2white {
  width: 46px;
  height: 30px;
  position: absolute;
  top: 0px;
  right: 0;

  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(30%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.bx-sls .bx-ui-sls-clear {
  /* background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -3386px no-repeat scroll; */
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 2L8 8L2 2' stroke='%235F5F5F'/%3E%3Cpath d='M2 14L8 8L14 14' stroke='%235F5F5F'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
  cursor: pointer;

  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  display: block;
}

.bx-sls .bx-ui-sls-loader {
  background-image: url(/bitrix/panel/main/images/waiter-white.gif) !important;
  background-repeat: no-repeat !important;
  background-position: right -1px !important;

  width: 30px;
  height: 30px;

  position: absolute;
  top: 3px;
  right: 2px;
  display: none;
}

.bx-sls .bx-ui-sls-go-edit {
  display: none;
}

.bx-sls .bx-ui-sls-pane {
  max-height: 300px;
}

.bx-sls input::-ms-clear {
  display: none;
}

.bx-sls input[type='text'] {
  position: relative;
}

.bx-sls .bx-ui-sls-fake,
.bx-sls .bx-ui-sls-route {
  position: absolute !important;
  top: 0;
  left: 0 !important;

  color: #000 !important;

  opacity: 1 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;

  padding: 0 22px 0 0 !important;
  background-position: right 1px;
  background-repeat: no-repeat;

  font-family: "OpenSans" !important;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px !important;
  height: 31px;
  width: 100%;
  outline: none;
  z-index: 10;
}
.bx-sls .bx-ui-sls-route {
  color: #aba8ac !important;
  z-index: 5;
}

.bx-sls .bx-ui-sls-pane {
  background-color: #fff;
  z-index: 999;
  border: 1px solid #87919c;
}

.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant,
.bx-sls .bx-ui-sls-error {
  padding: 10px 10px;
}
.bx-sls .bx-ui-sls-error {
  color: #ff2222;
  padding-left: 30px;
  position: relative;
}
.bx-sls .bx-ui-sls-error div {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 25px;
  height: 25px;
  background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -2895px no-repeat scroll;
}
.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover,
.bx-sls .bx-ui-sls-variant-active {
  background-color: #e0e8ea;
}

.adm-sls-edit-link {
  margin-top: 10px;
}

/* CSS-modes below: admin, public; */
.bx-admin-mode .bx-sls-go-edit {
  margin-left: 10px;
  display: none;
}

.bx-admin-mode .dropdown-block {
  border-color: #87919c #959ea9 #9ea7b1;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
  height: 25px;
}

.bx-sls.bx-admin-mode .bx-ui-sls-fake,
.bx-sls.bx-admin-mode .bx-ui-sls-route {
  height: 25px;
}

.bx-admin-mode .dropdown-icon {
  top: 7px;
}

.bx-admin-mode .dropdown-fade2white {
  height: 22px;
}

.bx-admin-mode .dropdown-fade2white {
  right: 1px;
}

.bx-admin-mode .bx-ui-sls-clear {
  background-position: 6px -3389px;
  height: 22px;
}

.bx-admin-mode .bx-ui-sls-clear:hover {
  background-position: 6px -3421px;
}

.bx-admin-mode .bx-ui-sls-loader {
  background-position: right -4px !important;
  height: 21px;
}

.bx-admin-mode .bx-ui-sls-pane {
  top: 27px;
}

.modal-wrap input[type='radio'] {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.modal-wrap label:has(input[type='radio']) {
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}

.modal-wrap label:has(input[type='radio'])::after {
  border: 1px solid #5f5f5f;
  width: 24px;
  height: 24px;
  top: 0px;
  left: 0px;
  content: '';
  position: absolute;
  border-radius: 50%;
  transition: 0.2s;
}

.modal-wrap label:has(input[type='radio'])::before {
  width: 16px;
  height: 16px;
  top: 4px;
  left: 4px;
  content: '';
  position: absolute;
  background-color: #323232;
  border-radius: 50%;
  opacity: 0;
  transition: 0.2s;
}

.modal-wrap label:has(input[type='radio']:checked)::before {
  opacity: 1;
}

/* End */


/* Start:/bitrix/templates/cabinet/styles.css?17338415683661*/
.menu-top__wrapper {
  display: none;
  position: absolute;
  background: #fff;
  margin-top: 10px;
  box-shadow: 0px 0px 24px 0px #00000026;
}

.header-nav__list {
  padding: 8px 0;
}

.header-nav__item {
  padding: 8px 16px;
}

.header-nav__item a {
  color: #2b2a29;
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-top-btn {
  cursor: pointer;
  margin-right: 10px;
}

.header-search-cart-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
}
.header-search-cart-block + div a {
  text-decoration: underline;
}
#bx_basketFKauiI {
  line-height: 0;
}

.header-search-cart-block a {
  position: relative;
  margin-left: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-search-cart-block a svg {
  max-width: 22px;
}

.header-search-cart-block a.header-personal-link:hover svg path {
  fill: #f5f5f5;
}

.header-search-cart-block a:first-child {
  margin-left: 0;
}

.header-search-cart-block a svg path {
  transition: 0.2s;
}

.header-search-cart-block a:hover svg path,
.header-search-cart-block a.active svg path {
  fill: #9a9a9a;
}

.header-search-cart-block a .in-ico-counter {
  font-size: 11px;
  color: #fff;
  background-color: #5f5f5f;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 12px;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  top: -8px;
  right: -12px;
  box-sizing: border-box;
  z-index: 2;
}
.open > div > .icon-menu:before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m21 3-9 9-9-9m0 18 9-9 9 9' stroke='%235F5F5F' stroke-width='3'/%3E%3C/svg%3E");
}
.open > div > .icon-bottom-angle:before {
  content: '\E91C';
}

@media (min-width: 992px) {
  .js-read-qr[style='display: flex;'] {
    display: none !important;
  }

  .js-guid-send[style='display: none;'] {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .header-search-cart-block {
    margin-left: 0;
  }
  .menu-top-mobile {
    padding-left: 24px;
  }
  .menu-top-mobile__wrapper {
    display: none;
  }
  .header-nav__item {
    border: 0;
    padding: 10px 0;
  }
  .menu-top-btn {
    margin: 10px 0;
  }
}

.modal-search {
  width: 100%;
  max-width: 100%;
  vertical-align: top;
  margin-top: 0 !important;
}

.modal-search .modal-wrap {
  padding: 20px;
}

.modal-search .modal-page-wrapper {
  max-width: 620px;
  margin: auto;
}

.modal-search .input-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.modal-search input {
  width: 100%;
  margin-right: 20px;
  font-size: 18px;
  border: 1px solid #999999;
  padding: 6px;
  outline: none;
  height: 38px;
}

.modal-search .btn {
  height: 38px;
  background: #000000;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 14px;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.register-goods-text {
    text-decoration: underline;
    color: #2B2A29 !important;
}
/* End */


/* Start:/bitrix/templates/cabinet/template_styles.css?1733841400106099*/
@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container_no-padding {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid_no-padding {
  padding-right: 0;
  padding-left: 0;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: center;
  align-items: center;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@font-face {
  font-family: OpenSans;
  src: url(/bitrix/templates/cabinet/fonts/OpenSans.eot);
  src: url(/bitrix/templates/cabinet/fonts/OpenSans.woff) format('woff'), url(/bitrix/templates/cabinet/fonts/OpenSans.ttf) format('truetype'),
    url(/bitrix/templates/cabinet/fonts/OpenSans.eot?#iefix) format('embedded-opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: OpenSansSemiBold;
  src: url(/bitrix/templates/cabinet/fonts/OpenSansSemiBold.eot);
  src: url(/bitrix/templates/cabinet/fonts/OpenSansSemiBold.woff) format('woff'), url(/bitrix/templates/cabinet/fonts/OpenSansSemiBold.ttf) format('truetype'),
    url(/bitrix/templates/cabinet/fonts/OpenSansSemiBold.eot?#iefix) format('embedded-opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: CrimsonText;
  src: url(/bitrix/templates/cabinet/fonts/CrimsonText.eot);
  src: url(/bitrix/templates/cabinet/fonts/CrimsonText.woff2) format('woff2'), url(/bitrix/templates/cabinet/fonts/CrimsonText.woff) format('woff'),
    url(/bitrix/templates/cabinet/fonts/CrimsonText.ttf) format('truetype'), url(/bitrix/templates/cabinet/fonts/CrimsonText.eot?#iefix) format('embedded-opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: CrimsonTextSemiBold;
  src: url(/bitrix/templates/cabinet/fonts/CrimsonTextSemiBold.eot);
  src: url(/bitrix/templates/cabinet/fonts/CrimsonTextSemiBold.woff2) format('woff2'), url(/bitrix/templates/cabinet/fonts/CrimsonTextSemiBold.woff) format('woff'),
    url(/bitrix/templates/cabinet/fonts/CrimsonTextSemiBold.ttf) format('truetype'), url(/bitrix/templates/cabinet/fonts/CrimsonTextSemiBold.eot?#iefix) format('embedded-opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: icomoon;
  src: url(/bitrix/templates/cabinet/fonts/icomoon.eot);
  src: url(/bitrix/templates/cabinet/fonts/icomoon.eot#iefix) format('embedded-opentype'), url(/bitrix/templates/cabinet/fonts/icomoon.ttf) format('truetype'),
    url(/bitrix/templates/cabinet/fonts/icomoon.woff) format('woff'), url(/bitrix/templates/cabinet/fonts/icomoon.svg#icomoon) format('svg');
  font-weight: 400;
  font-style: normal;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

::-ms-clear,
::-ms-reveal {
  display: none;
}

.wrapper {
  min-width: 320px;
  width: 100%;
  color: #4d4d4d;
}

.icon-item {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.icon-item:not(:last-of-type) {
  margin-right: 16px;
}

.icon-item_active {
  color: #b3b3b3;
}

.icon-item__graphic {
  margin-right: 0;
}

.icon-item[data-tab='qrcode'] {
  margin-right: 0 !important;
}

@media (width <= 620px) {
  .icon-item[data-tab='qrcode'] {
    .icon__title {
      display: none !important;
    }
  }
}

@media (width >= 621px) {
  .icon-item__graphic {
    margin-right: 8px;
  }
}

@media (width <= 1199px) {
  .header.authorized #pc-burger {
    display: none;
  }
}

.icon-item__default-state {
  display: none;
}

.icon__title {
  font-size: 16px;
  color: #5f5f5f;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.common-margin {
  margin-bottom: 16px;
}

.common-margin_small {
  margin-bottom: 8px;
}

.common-margin_large {
  margin-bottom: 24px;
}

.common-margin_xl {
  margin-bottom: 32px;
}

.h {
  font-family: CrimsonTextSemiBold, serif;
  text-align: center;
  color: #1c1c1c;
  font-size: 18px;
  padding: 0 8px;
  line-height: 1.36;
  text-transform: uppercase;
}

.h_small {
  font-size: 14px;
}

.h_large {
  font-size: 22px;
}

.text {
  font-size: 14px;
  font-family: OpenSans, sans-serif;
  color: #4d4d4d;
  position: relative;
  text-align: center;
}

.text_small {
  font-size: 13px;
}

.text_error {
  color: #ff5100;
}

.text_success {
  color: #3c763d;
}

.avatar_img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.content-center {
  text-align: center;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex_nowrap {
  flex-wrap: nowrap;
}

.flex_center {
  justify-content: center;
}

.flex_column-reverse {
  flex-direction: column-reverse;
}

.flex_column {
  flex-direction: column;
}

.flex_column-center {
  align-items: center;
}

.flex_around {
  justify-content: space-around;
}

.link {
  text-decoration: underline;
  cursor: pointer;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  font-size: 20px;
  color: #4d4d4d;
  border-bottom: 1px solid #e7e7e7;
  padding: 16px 16px 0;
  background: #fff;
  z-index: 999;
}

.header__burger,
.header__menu {
  margin-right: 8px;
}

.header__top-line {
  height: 36px;
}

.header__logo {
  flex-grow: 1;
  max-width: 64px;
}

.header__form-group {
  flex-grow: 1;
  margin-right: 16px;
}

.header__form-group_inline {
  width: 214px;
  flex-grow: 0;
}

.header__submenu {
  display: none !important;
  margin-bottom: 16px;
}

.header__submenu_active {
  display: flex !important;
  flex-basis: 100%;
}

.header__submenu_active + .icon-item {
  display: none !important;
}

.header__submenu_inline {
  margin-bottom: 0;
  flex-basis: auto !important;
  margin-right: 8px;
}

.header-profile__top {
  cursor: pointer;
}

.header-profile__avatar {
  margin: 0 8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.header-profile__expand {
  font-size: 8px;
  color: #1c1c1c;
}

.header-profile__content {
  user-select: none;
  display: none;
  width: 280px;
  position: absolute;
  right: 0;
  background: #fff;
  border-radius: 4px;
  padding: 16px 24px;
  box-shadow: 0 0 2px #acacac;
  z-index: 1;
}

.header-profile__content_expanded {
  display: block;
}

.header-profile__img {
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
}

.header-profile__text {
  color: #4d4d4d;
  font-size: 13px;
  line-height: 1.33;
  text-transform: uppercase;
  font-family: CrimsonText, serif;
}

.header-profile__bonuses {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  color: #1c1c1c;
  font-family: OpenSansSemiBold, sans-serif;
}

.header-profile__close {
  position: absolute;
  right: 16px;
  cursor: pointer;
  top: 16px;
  font-size: 16px;
  color: #1c1c1c;
}

.header-profile__link {
  text-decoration: none;
  text-transform: uppercase;
  color: #1c1c1c;
  font-size: 12px;
  font-family: OpenSansSemiBold, sans-serif;
  display: block;
  text-align: center;
  margin-bottom: 24px;
}

.header-profile__aquamarine {
  display: block;
  margin: 0 auto 24px;
  max-width: 170px;
}

.logo__img {
  max-width: 100%;
}

.button {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  background-color: #fff;
  color: #1c1c1c;
  font-size: 13px;
  font-family: OpenSansSemiBold, sans-serif;
  cursor: pointer;
}

.button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.button_center {
  margin: auto;
}

.button__caption {
  position: relative;
  display: inline-block;
}

.button__caption_nowrap {
  white-space: nowrap;
}

.button__icon {
  font-size: 18px;
}

.button__icon_small {
  font-size: 11px;
}

.button_common {
  padding: 12px 16px;
  border: 1px solid #5f5f5f;
  border-radius: 0px;
  width: 100%;
  max-width: 400px;

  transition: all 0.3s;
}

.button_header {
  width: fit-content;
}

.button_common:hover {
  border: 1px solid #2b2a29;
  background-color: #2b2a29;
  color: #fff;

  svg,
  path {
    fill: white;
    color: white;
    stroke: white;
  }
}

.button_large {
  padding: 12px 8px;
}

.button_link {
  text-decoration: none;
}

.button_icon_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 40px 12px 48px;
}

.button_icon_arrow .button__caption {
  padding-right: 8px;
}

.button_icon_auth {
  text-align: left;
  max-width: 224px;
  padding: 12px 16px 12px 80px;
}

.button_icon_auth:after {
  position: absolute;
  height: 40px;
  width: 40px;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}

.button_icon_auth-buy:after {
  content: url(/bitrix/templates/cabinet/fonts/buyer.svg);
}

.button_icon_auth-sale:after {
  content: url(/bitrix/templates/cabinet/fonts/saller.svg);
}

.button_header {
  padding: 8px 16px;
}

.button_has_icon {
  display: flex;
  align-items: center;
}

.button_has_icon .button__caption {
  padding-left: 8px;
}

.button_fullwidth {
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}

.modal {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  z-index: 2;
  top: 65px;
  bottom: 0;
  padding: 8px;
}

.modal-container {
  background-color: #fff;
  height: 100%;
  position: relative;
  padding: 32px 16px 0;
}

.modal__close {
  background-color: transparent;
  border: none;
  font-size: 20px;
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 0;
}

.modal__icon {
  font-size: 15px;
}

.modal__icon-small {
  font-size: 11px;
}

.conditions {
  font-family: OpenSans, sans-serif;
  flex-grow: 1;
  overflow: auto;
  padding-right: 24px;
  position: relative;
}

.conditions::-webkit-scrollbar {
  right: 5px;
  background-color: #e7e7e7;
  position: absolute;
  width: 10px;
}

.conditions::-webkit-scrollbar-thumb {
  background-color: #151515;
  width: 10px;
  height: 85px;
}

.conditions__item {
  line-height: 1.31;
}

.form-group {
  position: relative;
}

.form-group-error {
  font-size: 14px;
  color: #ed1c24;
  text-align: center;
  margin-bottom: 8px;
}

.form-group__field {
  width: 100%;
  padding: 8px;
  font-size: 15px;
  border-radius: 0px;
  text-transform: uppercase;
  border: 1px solid #5f5f5f;
  color: #4d4d4d;
  line-height: 1.5;
}

.form-group__field::placeholder {
  color: #cdcdcd;
}

.form-group__field_no-uppercase {
  text-transform: none;
}

.form-group__field_error {
  border-color: #ed1c24;
}

.form-group__field_profile {
  font-size: 15px;
  text-align: left;
  font-family: OpenSansSemiBold;
  padding-bottom: 2px;
}

.form-group__field::placeholder {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-family: OpenSans, sans-serif;
  color: #aaa;
}

.form-group__field_pls_left::placeholder {
  text-align: left;
}

.form-group__field_left_icon {
  padding-left: 40px;
}

.form-group__field_right_icon {
  padding-right: 40px;
}

.form-group-row {
  display: flex;
  align-items: center;
}

.form-group-row__label {
  font-family: OpenSansSemiBold;
  font-size: 9px;
  color: #7f7f7f;
  line-height: 1.33;
  margin-right: 8px;
  min-width: 33%;
  max-width: 33%;
  text-align: left;
  text-transform: uppercase;
}

.form-group-row__field {
  width: 45%;
  max-width: 45%;
}

.form-group__icon {
  color: #aaa;
  font-size: 12px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.form-group__icon_active {
  color: #1c1c1c !important;
}

.form-group_switch {
  display: block;
  padding-left: 40px;
}

.form-group__rad-label {
  display: block;
  height: 20px;
  width: 20px;
  border: 1px solid #cfcfcf;
  border-radius: 50%;
  padding: 2px;
}

.form-group__radio {
  display: none;
}

.form-group__radio:checked + .form-group__rad-label:before {
  content: '';
  height: 14px;
  width: 14px;
  display: block;
  border-radius: 50%;
  background-color: #151515;
}

.form-group__label {
  display: block;
}

.form-group__label:before {
  content: '';
  position: absolute;
  height: 15px;
  width: 15px;
  line-height: 15px;
  font-size: 9px;
  border: 1px solid #cfcfcf;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.form-group__checkbox {
  display: none;
}

.form-group__checkbox:checked + .form-group__label:before {
  font-family: icomoon;
  content: '\E903';
}

.form-link {
  color: #1c1c1c;
  font-size: 14px;
  text-decoration: none;
}

.form-item {
  position: relative;
}

.custom_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/bitrix/templates/cabinet/fonts/custom_select_arrow.svg) 96% 50% no-repeat #fff;
  background-size: 6%;
  border: 1px solid #cfcfcf;
  padding: 10px 0 2px 15px;
  padding-right: 37px;
  border-radius: 2px;
  color: #4d4d4d;
  width: 100%;
  font-size: 15px;
  text-transform: uppercase;
  font-family: OpenSansSemiBold;
  line-height: 1.5;
}

.input-label {
  text-transform: uppercase;
  color: #aaa;
  left: 15px;
  top: 0;
  line-height: 40px;
  position: absolute;
  font-size: 12px;
  font-family: OpenSans;
}

.form-label,
.label_small {
  top: -10px;
  left: 8px;
  font-size: 7px;
}

.form-label {
  position: absolute;
  text-transform: uppercase;
  pointer-events: none;
  line-height: 40px;
  transition: 0.3s;
  font-family: Open Sans;
}

.return-link {
  display: flex;
  align-items: center;
  color: #1c1c1c;
  text-decoration: none;
  text-transform: uppercase;
}

.return-link__text {
  font-family: OpenSansSemiBold, sans-serif;
  font-size: 12px;
  padding-left: 8px;
}

.return-link__icon {
  font-size: 18px;
}

.return-link__icon_gray,
.return-link_gray {
  color: gray;
}

.return-link_center {
  justify-content: center;
}

.social-networks {
  display: flex;
  justify-content: center;
  max-width: 270px;
  margin: 0 auto 16px;
}

.social-networks__item {
  width: 50px;
  height: 50px;
  background-color: #d4d4d4;
  position: relative;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 26px;
  border-radius: 50%;
  cursor: pointer;
  margin: 8px;
}

.social-networks__item_vk {
  background-color: #4c77a2;
  font-size: 20px;
}

.social-networks__item_profile_vk {
  font-size: 20px;
}

.social-networks__item_ok {
  background-color: #f99500;
}

.social-networks__item_facebook {
  background-color: #385899;
  font-size: 28px;
}

.social-networks__item_profile_facebook {
  font-size: 28px;
}

.social-networks__item_google-plus {
  background-color: #dd4d3f;
  font-size: 22px;
}

.social-networks__item_profile_google-plus {
  font-size: 22px;
}

.phone-number {
  font-size: 16px;
  font-family: OpenSans, sans-serif;
  color: #1c1c1c;
}

.phone-number__icon {
  margin-right: 8px;
}

.counter-events {
  display: block;
  height: 18px;
  width: 18px;
  line-height: 18px;
  background-color: #1c1c1c;
  border-radius: 50%;
  font-size: 11px;
  color: #fff;
}

.block-exclusive__header {
  padding: 0 16px;
}

.block-exclusive__button {
  padding: 12px 24px;
}

.navigation {
  margin-bottom: 24px;
}

.navigation_desktop {
  margin-bottom: 16px;
}

.navigation_desktop .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navigation_desktop .menu__item {
  font-size: 12px;
  margin-bottom: 0;
}

.menu__item {
  font-size: 14px;
  text-transform: uppercase;
  font-family: OpenSansSemiBold, sans-serif;
  margin-bottom: 16px;
}

.menu__link {
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #1c1c1c;
}

.menu__link_active {
  color: #b2b2b2;
}

.menu__icon-link {
  margin: 0 4px;
}

.menu__title {
  margin-right: 4px;
}

.dropdown {
  position: relative;
}

.dropdown-list {
  display: none;
  list-style-type: none;
  position: absolute;
  top: 24px;
  left: 0;
  background-color: #fff;
  z-index: 1;
  min-width: 100%;
  box-shadow: 0 6px 5px -3px #bdbdbd;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
}

.dropdown-list__item {
  padding: 12px 16px;
  text-align: left;
  color: gray;
  cursor: pointer;
}

.dropdown-list_visible {
  display: block;
}

.dropdown-current__text {
  white-space: nowrap;
  color: #1c1c1c;
  text-transform: uppercase;
  font-size: 12px;
  font-family: OpenSansSemiBold, sans-serif;
}

.dropdown__icon {
  font-size: 9px;
  color: gray;
}

.spoiler {
  overflow: hidden;
}

.spoiler__content {
  max-height: 0;
  overflow: hidden;
}

.spoiler__icon,
.spoiler__title {
  display: inline-block;
  vertical-align: middle;
}

.qr-result__top {
  display: flex;
  align-items: center;
  justify-content: center;
}

.qr-result__text {
  font-size: 13px;
}

[class*=' icon-'],
[class^='icon-'] {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
}

.icon-bottom-angle:before {
  content: '\E900';
}

.icon-box:before {
  content: '\E901';
}

.icon-calendar:before {
  content: '\E902';
}

.icon-check:before {
  content: '\E903';
}

.icon-check2:before {
  content: '\E904';
}

.icon-close:before {
  content: '\E905';
}

.icon-closed-box:before {
  content: '\E906';
}

.icon-danger:before {
  content: '\E907';
}

.icon-expand-right:before {
  content: '\E908';
}

.icon-expand-top:before {
  content: '\E909';
}

.icon-eye:before {
  content: '\E90A';
}

.icon-facebook:before {
  content: '\E90B';
}

.icon-google-plus:before {
  content: '\E90C';
}

.icon-hand:before {
  content: '\E90D';
}

.icon-instagram:before {
  content: '\E90E';
}

.icon-left-angle:before {
  content: '\E90F';
}

.icon-logo:before {
  content: '\E910';
}

.icon-menu:before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='20' viewBox='0 0 24 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='4' fill='%235F5F5F'/%3E%3Crect y='8' width='24' height='4' fill='%235F5F5F'/%3E%3Crect y='16' width='24' height='4' fill='%235F5F5F'/%3E%3C/svg%3E%0A");
}

.icon-ok:before {
  content: '\E912';
}

.icon-phone:before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m20.774 15.027-4.429-1.984a1.31 1.31 0 0 0-1.297.154l-2.315 1.968a.18.18 0 0 1-.157.006c-1.488-.718-3.03-2.25-3.75-3.717a.18.18 0 0 1 0-.158L10.8 8.952a1.31 1.31 0 0 0 .144-1.298l-1.97-4.421a1.31 1.31 0 0 0-1.365-.786A5.085 5.085 0 0 0 3.188 7.5c0 7.34 5.971 13.313 13.312 13.313a5.086 5.086 0 0 0 5.052-4.422 1.31 1.31 0 0 0-.778-1.363m-4.274 4.66C9.78 19.688 4.313 14.22 4.313 7.5A3.96 3.96 0 0 1 7.75 3.562h.022a.19.19 0 0 1 .172.123L9.923 8.1a.2.2 0 0 1 0 .157l-1.98 2.35-.04.053a1.31 1.31 0 0 0-.085 1.287c.831 1.702 2.547 3.405 4.268 4.236a1.31 1.31 0 0 0 1.344-.133l2.313-1.969a.18.18 0 0 1 .15-.009l4.43 1.985a.19.19 0 0 1 .114.187 3.96 3.96 0 0 1-3.937 3.442' fill='%235F5F5F'/%3E%3C/svg%3E");
}

.icon-play:before {
  content: '\E914';
}

.icon-plus:before {
  content: '\E915';
}

.icon-qr-code:before {
  content: '\E916';
}

.icon-right-angle:before {
  content: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 5H.5m12 0-4-4m4 4-4 4' stroke='%232B2A29' stroke-width='2'/%3E%3C/svg%3E");
}

.icon-right-arrow:before {
  content: '\E918';
}

.icon-search:before {
  content: '\E919';
}

.icon-star:before {
  content: '\E91A';
}

.icon-timer:before {
  content: '\E91B';
}

.icon-top-angle:before {
  content: '\E91C';
}

.icon-vk:before {
  content: '\E91D';
}

.icon-youtube:before {
  content: '\E91E';
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}

.qr-camera__item,
.qr-camera__video {
  display: none;
  width: 100%;
  max-width: 768px;
  margin: auto;
  height: 100%;
}

.qr-camera__video {
  position: relative;
  text-align: center;
}

.qr-camera__icon {
  position: absolute;
  font-size: 22px;
  display: block;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.7);
  color: hsla(0, 0%, 100%, 0.8);
  left: 0;
  bottom: 0;
  cursor: pointer;
}

.qr-camera__result {
  display: none;
}

.alert {
  padding: 24px 16px 16px;
  width: 80%;
  border-radius: 10px;
  margin: auto;
}

.alert_error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert_success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.qr-load {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.qr-preview {
  display: block;
}

.qr-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.spinner,
.spinner:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.spinner {
  margin: auto;
  font-size: 10px;
  position: relative;
  top: 45%;
  text-indent: -9999em;
  border-top: 1.1em solid hsla(0, 0%, 100%, 0.8);
  border-right: 1.1em solid hsla(0, 0%, 100%, 0.8);
  border-bottom: 1.1em solid hsla(0, 0%, 100%, 0.8);
  border-left: 1.1em solid #4d4d4d;
  animation: a 1.1s infinite linear;
}

@keyframes a {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

.block-user {
  width: 272px;
  margin: 0 auto 24px;
}

.user {
  display: flex;
  align-items: center;
}

.user__avatar {
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.user__name {
  font-size: 16px;
  font-family: OpenSansSemiBold, sans-serif;
  color: #4d4d4d;
}

.user__img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.user__data {
  flex-grow: 1;
}

.user__icon {
  max-width: 32px;
}

.user__icon_menu {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.user__role {
  display: flex;
  align-items: center;
}

.user__role_center {
  justify-content: center;
}

.user-form {
  display: none;
}

.text-in-image {
  position: absolute;
  top: 0;
  left: 0;
}

.competition {
  color: #4d4d4d;
}

.competition__title {
  text-transform: uppercase;
  font-family: CrimsonText, serif;
  font-size: 22px;
}

.competition__participate {
  display: flex;
  align-items: center;
  justify-content: center;
}

.competition__participate_bottom {
  align-items: flex-end;
}

.competition__icon {
  font-size: 28px;
  width: 26px;
  margin-right: 8px;
}

.competition__status {
  text-transform: uppercase;
  font-size: 14px;
}

.competition__text {
  line-height: 1.43;
  font-size: 13px;
  color: #4d4d4d;
}

.competition__text_file {
  margin: auto;
  text-transform: uppercase;
  color: #1c1c1c;
  z-index: 1;
}

.competition__date {
  font-size: 12px;
  line-height: 1.5;
}

.competition__file {
  display: none;
}

.competition__img {
  width: 100%;
}

.competition__load-file {
  max-width: 568px;
  margin: 0 auto 24px;
  max-height: 320px;
  min-height: 216px;
  position: relative;
  display: flex;
}

.competition__load-file_media {
  border: 1px solid gray;
  border-radius: 5px;
}

.competition__load-file_audio {
  max-height: none;
  min-height: auto;
  width: 100%;
}

.competition__load-file_file_uploaded {
  border: none;
}

.competition__media {
  display: none;
  margin: auto;
  width: 100%;
}

.competition__media_visible {
  display: block;
}

.competition__preload-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.3;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.competition__preload-img_visible {
  opacity: 1;
}

.competition__textarea {
  resize: none;
  max-width: 568px;
}

.competition-conditions__top {
  display: flex;
  align-items: center;
  justify-content: center;
}

.competition-conditions__icon {
  font-size: 10px;
}

.competition-conditions__content {
  padding: 0 16px;
}

.winner {
  margin-bottom: 40px;
}

.winner__place {
  font-family: CrimsonTextSemiBold, serif;
}

.winner__avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.winner__name {
  font-family: OpenSansSemiBold, sans-serif;
  text-transform: uppercase;
}

.winner__city,
.winner__name {
  font-size: 16px;
  color: #4d4d4d;
}

.winner__city {
  font-family: OpenSans, sans-serif;
}

.winner__job {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  font-family: OpenSansSemiBold, sans-serif;
  text-transform: uppercase;
  color: #1c1c1c;
}

.winner__icon {
  font-size: 10px;
  color: #4d4d4d;
  margin-left: 8px;
}

.congratulations__img {
  width: 50px;
  height: 50px;
  margin-bottom: 16px;
}

.congratulations__text {
  line-height: 1.2;
  font-size: 20px;
  font-family: CrimsonText, serif;
}

.congratulations__text,
.title {
  color: #1c1c1c;
  text-transform: uppercase;
}

.title {
  font-size: 16px;
  font-family: CrimsonText;
  line-height: 1.375;
  margin-bottom: 25px;
}

.contest-filters {
  margin: 25px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.contest-filter {
  font-family: OpenSans;
  font-size: 14px;
  color: #1c1c1c;
  line-height: 1.091;
  text-align: center;
}

.filter_active {
  color: #c5c5c5;
}

.block-contest {
  min-width: 320px;
  max-width: 820px;
  margin: 0 auto 24px;
}

.block-contest__header {
  font-size: 20px;
  font-family: CrimsonText-Regular;
  text-transform: uppercase;
  color: #4d4d4d;
  line-height: 1.2;
  text-align: center;
}

.block-contest__slider .slide-text__header {
  font-size: 20px;
}

.block-contest__slider .look {
  font-size: 12px;
}

.block-contest__image {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  height: 370px;
}

.block-contest__title {
  text-transform: uppercase;
  margin-bottom: 50px;
}

.block-contest__title span {
  display: block;
  font-size: 28px;
  font-family: CrimsonText;
}

.block-contest__info {
  font-size: 14px;
  font-weight: 400;
  font-family: OpenSans, sans-serif;
  line-height: 1.429;
  text-transform: none;
  width: 80%;
  margin: 0 auto;
}

.block-contest__info span {
  margin-bottom: 20px;
  display: block;
}

.block-conditions__header {
  text-transform: uppercase;
  font-size: 18px;
  font-family: CrimsonText;
  color: #1c1c1c;
  line-height: 1.444;
  text-align: center;
}

.block-contest__conditions {
  text-transform: uppercase;
}

.block-contest__time {
  margin: 20px 17%;
  text-transform: none;
}

.button.button-participate {
  width: 75%;
  margin-bottom: 25px;
}

.button-participate span.button__caption {
  display: inline-block;
  width: 75%;
  margin: 7px auto;
}

.block-conditions__prizes h1,
.block-prizes__item {
  margin-bottom: 10px;
}

.block-prizes__item:last-child {
  margin-bottom: 25px;
}

.block-prizes__count-points {
  font-size: 28px;
  font-family: OpenSans;
  color: gray;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
}

p.conditions__description {
  margin-bottom: 20px;
  text-transform: none;
}

.block-prizes__present {
  text-transform: none;
}

.left_position {
  text-align: left;
  left: 0;
}

.left_position,
.right_position {
  top: 50%;
  transform: translateY(-50%);
}

.right_position {
  text-align: right;
  right: 0;
}

.center_position {
  top: 50%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mobile-banner {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 200px;
  max-width: 820px;
  margin: 0 auto 24px;
}

.mobile-banner picture,
.mobile-banner picture img {
  height: 100%;
  width: 100%;
}

.mobile-banner__h {
  font-family: CrimsonText, serif;
  font-size: 16px;
  line-height: 1.38;
  color: #fff;
  text-transform: uppercase;
}

.mobile-banner__logo {
  width: 200px;
  margin: 0 auto 24px;
}

.mobile-banner__content {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 8px;
}

.mobile-link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-link__item {
  padding: 8px;
  background-color: #000;
  border-radius: 5px;
  width: 135px;
  border: 1px solid #929292;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.mobile-link__item + .mobile-link__item {
  margin-left: 16px;
}

.mobile-link__icon {
  width: 22px;
  margin-right: 8px;
}

.mobile-link__content {
  text-align: left;
}

.mobile-link__service {
  font-family: OpenSansSemiBold, sans-serif;
  font-size: 15px;
  color: #fff;
  text-transform: capitalize;
}

.mobile-link__text {
  text-transform: uppercase;
  color: #fff;
  display: block;
  font-size: 10px;
  font-family: OpenSans, sans-serif;
}

.filters {
  max-width: 300px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.filters__link {
  text-decoration: none;
  text-transform: uppercase;
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  color: #1c1c1c;
  text-align: center;
}

.filters__link_active {
  color: #c5c5c5;
}

.transaction-h {
  font-size: 20px;
  text-align: center;
  color: #4d4d4d;
  text-transform: uppercase;
  font-family: CrimsonText, serif;
}

.transaction-bonus {
  color: red;
  display: flex;
  justify-content: center;
  align-items: center;
}

.transaction-bonus:before {
  font-size: 60px;
  content: '+';
}

.transaction-bonus_negative {
  color: gray;
}

.transaction-bonus_negative:before {
  content: '\2013';
}

.transaction-bonus__amount {
  font-family: OpenSans, sans-serif;
  margin: 0 8px;
  font-size: 60px;
}

.transaction-bonus__icon {
  font-size: 35px;
}

.event {
  margin: 0 auto 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
}

.event_in-tree {
  justify-content: flex-start;
  margin-bottom: 0;
}

.event__icon {
  color: #818181;
  font-size: 25px;
  margin-right: 8px;
}

.event__text {
  text-align: left;
  font-size: 12px;
  color: #4d4d4d;
}

.text_bold {
  font-weight: 700;
}

.white-text {
  color: #fff;
}

.form-register {
  max-width: 320px;
  margin: 0 auto 24px;
}

table.snippet_table td,
table.snippet_table th {
  padding-left: 10px;
  padding-right: 10px;
}

p {
  font-family: OpenSans, sans-serif;
  font-size: 13px;
  line-height: 1.3;
  color: #4d4d4d;
  margin-bottom: 16px;
}

.main-title {
  line-height: 22px;
}

.response-field {
  display: none;
}

.textarea-wrap {
  display: none;
  text-align: center;
}

.textarea-text {
  width: 100%;
  text-align: center;
}

.textarea-text-line {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 60px;
  height: 2px;
  background-color: #000;
  bottom: 10px;
}

.contest-slider-wrapper {
  position: relative;
  width: 300px;
  height: 190px;
  margin: 0 15px;
}

.default-block {
  position: absolute;
  top: 10%;
  width: 60%;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 140px;
}

.text-center_new {
  text-align: center;
}

.text-left_new {
  text-align: left;
}

.text-right_new {
  text-align: right;
}

.left_position_new {
  align-items: left;
}

.center_position_new {
  align-items: center;
}

.right_position_new {
  align-items: right;
}

.points {
  font-size: 28px;
  font-family: OpenSans;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
}

.block-action__image img,
.block-contest__image img {
  object-fit: cover;
}

@media (max-width: 420px) {
  .block-exclusive__slider .slick-slide {
    width: 320px !important;
  }
}

@media (max-width: 360px) {
  .block-exclusive__slider .slick-slide {
    width: 320px !important;
  }
}

@media (max-width: 320px) {
  .block-exclusive__slider .slick-slide {
    width: 320px !important;
  }
}

.input-text {
  position: relative;
}

.input-text__desc {
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 15px;
}

.input-text__input {
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 23px;
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  outline: none;
  line-height: 28px;
  z-index: 100;
}

.control {
  position: absolute;
  top: 28px;
  right: 10px;
  z-index: 120;
}

.btn,
.control,
.control__inline {
  cursor: pointer;
}

.btn {
  display: inline-block;
  font-family: OpenSans;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}

.btn-find {
  padding: 0 20px;
  font-size: 12px;
  line-height: 30px;
  border: 1px solid #000;
  border-radius: 5px;
}

.btn-more {
  font-size: 14px;
}

.btn-icon {
  padding-left: 5px;
}

.card {
  position: relative;
  display: flex;
  flex-direction: row;
  font-family: OpenSans;
  padding: 20px 0;
  overflow: hidden;
}

.card-no-img {
  flex-direction: column;
}

.card__category {
  padding: 5px 12px;
  text-transform: uppercase;
  font-size: 10px;
  background: #e6e6e6;
  border-radius: 3px;
  margin-bottom: 10px;
  max-width: 100px;
}

.card__category,
.card__title {
  display: inline-block;
  color: #000;
}

.card__title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  margin-bottom: 12px;
}

.card-content,
.card__img-wrap {
  display: inline-block;
}

.card__img-wrap {
  position: relative;
  bottom: 0;
  margin-right: 12px;
}

.card__img-wrap .card__img {
  max-width: 100px;
}

.card__text {
  color: #7e7e7e;
  font-size: 14px;
  margin-bottom: 15px;
}

.card__text_uppercase {
  text-transform: uppercase;
}

.card__tag {
  margin-bottom: 7px;
}

.card-side {
  display: flex;
  flex-direction: column;
}

.card-side__item {
  position: relative;
}

.card-side_right {
  margin-left: 15px;
  flex: 0 1 230px;
}

.card-prod {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-prod__title {
  color: #000;
  font-size: 14px;
  margin-bottom: 12px;
  padding-right: 5px;
}

.card-prod__text {
  color: #7e7e7e;
  font-size: 14px;
  margin-bottom: 15px;
  padding-right: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.card-prod__text_uppercase {
  text-transform: uppercase;
}

.card-prod__tag {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}

.finder-title {
  text-transform: uppercase;
}

.finder-text {
  font-family: OpenSans;
  color: #000;
}

.finder-text_size_default {
  font-size: 16px;
}

.finder-text_size_small {
  font-size: 12px;
}

.finder-text_position_center {
  text-align: center;
}

.finder-text_color_second {
  color: #7e7e7e;
}

.page-head {
  padding: 10px 0;
}

.page-head__title {
  margin-bottom: 12px;
}

.page-head__text {
  padding-bottom: 30px;
}

.paginator {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: OpenSans;
}

.paginator .paginator-pages {
  padding: 30px 0;
}

.paginator .paginator-pages__item {
  text-decoration: none;
  color: #000;
  margin-right: 15px;
}

.paginator .paginator-pages__item_active {
  font-weight: 900;
}

.tag {
  background: #fff;
  border-radius: 5px 0 0 5px;
  color: #7e7e7e;
  cursor: pointer;
  display: inline-block;
  height: 35.5px;
  margin-right: 1rem;
  position: relative;
  text-align: center;
  border: 1px solid #7e7e7e;
  border-right: none;
  padding-left: 10px;
  margin-bottom: 3px;
}

.tag_orange {
  border-color: #ff5100;
  color: #ff5100;
}

.tag_orange:after {
  border-color: #ff5100 !important;
}

.tag:after {
  background: inherit;
  border-radius: 5px;
  display: block;
  content: '';
  height: 28px;
  position: absolute;
  right: -28px;
  top: -3px;
  transform-origin: top left;
  transform: rotate(45deg);
  width: 28px;
  z-index: -1;
  border: 1px solid #7e7e7e;
}

.tag-text {
  font-size: 20px;
  line-height: 34px;
}

.tag-text i {
  font-size: 18px;
  font-weight: 100;
}

.tag-text_default:after {
  content: '';
  position: absolute;
  top: 16px;
  left: -2px;
  width: 90px;
  transform: rotate(-21deg);
  height: 1px;
  display: inline-block;
  background: #7e7e7e;
}

.authorization {
  max-width: 400px;
  margin: 0 auto 16px;
}

.authorization__form-link {
  display: block;
  text-decoration: none;
  text-transform: none;
  font-family: OpenSans, sans-serif;
  margin-bottom: 16px;
}

.registration {
  max-width: 400px;
  margin: 0 auto;
}

.registration__slider {
  margin: 24px 0;
}

.registration__text {
  text-align: left;
  font-size: 13px;
  font-family: OpenSans, sans-serif;
}

.reg-role {
  justify-content: space-between;
  padding: 0 32px;
}

.reg-role__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 76px;
  position: relative;
}

.reg-role__item:before {
  position: absolute;
  height: 60px;
  width: 60px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.reg-role__item-buy:before {
  content: '';
  background-image: url(/bitrix/templates/cabinet/fonts/buyer.svg);
}

.reg-role__item-sale:before {
  content: '';
  background-image: url(/bitrix/templates/cabinet/fonts/saller.svg);
}

.profile-user {
  max-width: 224px;
  margin: 0 auto;
}

.profile-user__text {
  line-height: 1.29;
}

.profile.container {
  padding: 0 48px;
}

.profile__name {
  font-family: OpenSansSemiBold, sans-serif;
  color: #4d4d4d;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.44;
}

.profile__avatar {
  width: 80px;
  height: 80px;
  margin: 0 auto 16px;
}

.profile__form {
  max-width: 480px;
  margin: 0 auto;
}

.profile__block {
  margin-bottom: 16px;
  flex-basis: 100%;
}

@media (min-width: 480px) {
  .profile__block {
    flex-basis: 0;
  }

  .profile__block:not(:last-child) {
    margin-right: 16px;
  }
}

.restore__link {
  display: block;
}

.breadcrumb {
  padding: 16px 24px;
}

.breadcrumb,
.breadcrumb__item {
  display: flex;
  align-items: center;
}

.breadcrumb__item {
  font-size: 12px;
  margin-right: 4px;
}

.breadcrumb__link {
  text-decoration: none;
  display: block;
}

.breadcrumb__title {
  text-transform: lowercase;
  color: gray;
}

.breadcrumb__icon {
  display: block;
  color: gray;
  font-weight: 700;
  margin-right: 4px;
}

.breadcrumb__title_current {
  color: #1c1c1c;
}

.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  border: none;
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  background: transparent;
  color: transparent;
  outline: none;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
  font-family: CrimsonText;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: '\2190';
}

[dir='rtl'] .slick-prev:before {
  content: '\2192';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: '\2192';
}

[dir='rtl'] .slick-next:before {
  content: '\2190';
}

.slick-dots {
  display: flex;
  justify-content: center;
  padding: 0 16px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 8px;
  height: 8px;
  border: 1px solid #c8d7d7;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  padding: 0;
}

.slick-dots li button {
  visibility: collapse;
}

.slick-dots li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  text-align: center;
}

.slick-dots li.slick-active {
  background-color: #c8d7d7;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list,
.slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider__item {
  position: relative;
  height: 100%;
  background-size: cover;
}

.slider__overlay {
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.45));
  padding: 32px 0 8px;
  height: 100%;
}

.slider__header {
  color: #fff;
  margin-bottom: 24px;
  line-height: 1;
  font-size: 30px;
}

.slider__text {
  font-size: 13px;
  line-height: 1.38;
  margin: 0 32px 16px;
  color: #fff;
}

.slider__arrow {
  position: absolute;
  top: 50%;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  height: 57px;
  width: 57px;
  line-height: 57px;
  z-index: 1;
  color: #fff;
  transition: background-color 0.3s ease-in-out;
  transform: translateY(-50%);
  cursor: pointer;
}

.slider__arrow:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

@media (max-width: 445px) {
  .slider__arrow:hover {
    background: transparent;
  }
}

.slider__arrow_left {
  left: 8px;
}

@media (max-width: 445px) {
  .slider__arrow_left {
    left: 10%;
  }
}

.slider__arrow_right {
  right: 8px;
}

@media (max-width: 445px) {
  .slider__arrow_right {
    right: 11%;
  }
}

.dots {
  display: flex;
  justify-content: center;
  padding: 0 16px;
}

.dots__item {
  width: 8px;
  height: 8px;
  border: 1px solid #c8d7d7;
  border-radius: 50%;
  cursor: pointer;
}

.dots__item:not(:last-of-type) {
  margin-right: 16px;
}

.dots__item_active {
  background-color: #c8d7d7;
}

.slider-common__item {
  width: 100%;
}

.slider-common__arrow {
  position: absolute;
  top: 50%;
  color: #fff;
  transform: translateY(-50%);
  z-index: 1;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
}

.slider-common__arrow_left {
  left: 16px;
}

.slider-common__arrow_right {
  right: 16px;
}

.slider-container {
  position: relative;
}

.slider-container__head {
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-family: CrimsonText, serif;
  text-transform: uppercase;
  position: absolute;
  top: 16px;
  width: 100%;
  z-index: 100;
}

.slide-content {
  display: none;
}

.slide-content_0 {
  display: block;
}

.constraint-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slider__title {
  font-family: CrimsonText;
  font-size: 16px;
  text-align: center;
}

.slide a,
.slider__title {
  color: #1c1c1c;
  text-transform: uppercase;
}

.slide a {
  outline: none;
  text-decoration: none;
  display: block;
}

.slide-text__header {
  line-height: 1.07;
  font-size: 28px;
  font-family: CrimsonText;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.look {
  font-family: OpenSans;
  font-size: 14px;
  display: block;
}

.slide {
  position: relative;
}

.slide__description {
  font-family: OpenSans;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #4d4d4d;
  margin: 15px 6% 0;
  text-transform: none;
}

.slider__img {
  width: 100%;
  height: 100%;
}

@media (max-width: 450px) {
  .slider__img {
    object-fit: cover;
  }
}

.slick-current + .slick-slide .slider-reg__item {
  opacity: 1;
}

.slider-reg {
  max-width: 820px;
  margin: 0 auto;
}

.slider-reg__img {
  width: 70px;
  height: 70px;
  margin: 0 auto 8px;
}

.slider-reg__arrow {
  top: 35px;
  color: #4d4d4d;
}

.slider-reg__arrow_right {
  right: 0;
}

.slider-reg__arrow_left {
  left: 0;
}

.slider-steps__item {
  position: relative;
  max-width: 200px;
  margin: 0 auto;
  padding-right: 16px;
}

.slider-steps__arrow {
  font-size: 32px;
  position: absolute;
  color: #4d4d4d;
  right: 0;
  top: 70px/2;
  transform: translateY(-50%);
}

.slider-steps__text {
  text-align: center;
  font-size: 14px;
  font-family: OpenSans, sans-serif;
  color: #4d4d4d;
}

.slick-slide:last-child .slider-steps__arrow {
  display: none;
}

.lookbook {
  max-width: 820px;
  margin: 0 auto 16px;
}

.lookbook__img {
  width: 100%;
  height: 370px;
  object-fit: cover;
}

@media (max-width: 420px) {
  .slider__arrow_right {
    right: 0;
  }

  .slider__arrow_left {
    left: 0;
  }
}

.popup-menu {
  padding: 0;
}

.popup-menu__container {
  max-width: 288px;
  padding: 8px 16px 0;
  overflow: auto;
  display: flex;
  flex-direction: column;
}

.popup-menu__close {
  background-color: transparent;
  border: none;
  color: #4d4d4d;
}

.popup-menu__info {
  padding-left: 24px;
}

.popup-menu__title {
  margin-right: 8px;
}

.popup-menu__text {
  font-size: 12px;
  text-transform: uppercase;
  color: #4d4d4d;
}

.popup-menu__content {
  flex-grow: 1;
}

.popup-menu__avatar {
  width: 60px;
  height: 60px;
  margin: 0 auto 8px;
}

.popup-menu__icon-close {
  font-size: 24px;
}

.popup-menu__link {
  text-decoration: none;
  color: #1c1c1c;
  font-family: OpenSansSemiBold, sans-serif;
}

.datepicker--cells {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}

.datepicker--cell.-focus- {
  background: #f0f0f0;
}

.datepicker--cell.-current- {
  color: #4eb5e6;
}

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}

.datepicker--cell.-current-.-in-range- {
  color: #4eb5e6;
}

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef;
}

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}

.datepicker--cell.-selected- {
  border: none;
}

.datepicker--cell.-selected-.-focus- {
  background: #45bced;
}

.datepicker--cell:empty {
  cursor: default;
}

.datepicker--days-names {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}

.datepicker--day-name {
  color: #ff9a19;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}

.-only-timepicker- .datepicker--content,
.datepicker--body,
.datepicker-inline .datepicker--pointer {
  display: none;
}

.datepicker--cell-day {
  width: 14.28571%;
}

.datepicker--cells-months {
  height: 170px;
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}

.datepicker--cells-years,
.datepicker--years {
  height: 170px;
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}

.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}

@media print {
  .datepickers-container {
    display: none;
  }
}

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  z-index: 100;
}

.datepicker.-from-top- {
  transform: translateY(-8px);
}

.datepicker.-from-right- {
  transform: translateX(8px);
}

.datepicker.-from-bottom- {
  transform: translateY(8px);
}

.datepicker.-from-left- {
  transform: translateX(-8px);
}

.datepicker.active {
  opacity: 1;
  transform: translate(0);
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
}

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}

.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}

.datepicker--pointer {
  display: none;
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}

.datepicker--nav-action:hover,
.datepicker--nav-title:hover {
  background: #f0f0f0;
}

.-top-center- .datepicker--pointer,
.-top-left- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  transform: rotate(135deg);
}

.-right-bottom- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  right: calc(100% - 4px);
  transform: rotate(225deg);
}

.-bottom-center- .datepicker--pointer,
.-bottom-left- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  transform: rotate(315deg);
}

.-left-bottom- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-top- .datepicker--pointer {
  left: calc(100% - 4px);
  transform: rotate(45deg);
}

.-bottom-left- .datepicker--pointer,
.-top-left- .datepicker--pointer {
  left: 10px;
}

.-bottom-right- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  right: 10px;
}

.-bottom-center- .datepicker--pointer,
.-top-center- .datepicker--pointer {
  left: calc(50% - 10px / 2);
}

.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  top: 10px;
}

.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  bottom: 10px;
}

.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2);
}

.datepicker--body.active {
  display: block;
}

.datepicker--nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}

.-only-timepicker- .datepicker--nav {
  display: none;
}

.datepicker--nav-action,
.datepicker--nav-title {
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker--nav-action.-disabled- {
  visibility: hidden;
}

.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}

.datepicker--buttons,
.datepicker--time {
  border-top: 1px solid #efefef;
  padding: 4px;
}

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: 0 0;
}

.datepicker--buttons {
  display: -ms-flexbox;
  display: flex;
}

.datepicker--button {
  color: #4eb5e6;
  cursor: pointer;
  border-radius: 4px;
  -ms-flex: 1;
  flex: 1;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
}

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}

.datepicker--time {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px;
}

.-only-timepicker- .datepicker--time {
  border-top: none;
}

.datepicker--time-sliders {
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}

.datepicker--time-label {
  display: none;
  font-size: 12px;
}

.datepicker--time-current {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.datepicker--time-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(90deg, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

.datepicker--time-row:first-child {
  margin-bottom: 4px;
}

.datepicker--time-row input[type='range'] {
  background: 0 0;
  cursor: pointer;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.datepicker--time-row input[type='range']::-ms-tooltip {
  display: none;
}

.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:hover::-ms-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:focus {
  outline: 0;
}

.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: -6px;
}

.datepicker--time-row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}

.datepicker--time-row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}

.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}

.datepicker--time-row input[type='range']::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}

.datepicker--time-row input[type='range']::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}

.datepicker--time-row input[type='range']::-ms-fill-lower,
.datepicker--time-row input[type='range']::-ms-fill-upper {
  background: 0 0;
}

.datepicker--time-row span {
  padding: 0 12px;
}

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}

.datepicker--time-icon:after,
.datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute;
}

.datepicker--time-icon:after {
  height: 0.4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  transform: translateY(-100%);
}

.datepicker--time-icon:before {
  width: 0.4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #ccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: 0 0;
  border: none;
}

.gift__wrapper {
  padding: 16px 0;
}

.gift__wrapper a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.gift__sort {
  max-width: 320px;
  margin: 0 auto 16px;
}

.gift__text {
  text-align: left;
  font-size: 13px;
  line-height: 1.25;
  font-family: OpenSans, sans-serif;
  color: #4d4d4d;
}

.gift__sale {
  border: 2px solid #ff5100;
  margin-right: 25px;
  border-radius: 4px;
  color: #ff5100;
  font-size: 24px;
  font-family: OpenSansSemiBold, sans-serif;
  padding: 8px;
}

.gift__sale_bottom {
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translate(-100%, -50%);
}

.gift__form {
  max-width: 272px;
  margin: 0 auto;
}

.gift__icon {
  font-size: 24px;
}

.gift__stats {
  text-align: left;
  max-width: 320px;
  margin: 0 auto 24px;
}

.gift__sum {
  margin-right: 4px;
}

.gift__el {
  position: relative;
  text-decoration: none;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-family: OpenSans;
  color: #4d4d4d;
  transition: transform 0.25s ease;
}

.gift__el i {
  font-size: 22px;
}

.gift__el:active {
  text-decoration: none;
}

@media (min-width: 576px) {
  .gift__el {
    flex-basis: 49%;
  }
}

@media (min-width: 991px) {
  .gift__el {
    flex-basis: 33%;
  }

  .gift__el[href]:hover {
    box-shadow: 0 0 29px 11px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    text-decoration: none;
    z-index: 10;
    transform: scale(1.05);
  }
}

.gift__el-image {
  max-width: 200px;
  width: 100%;
  object-fit: contain;
  padding: 0 14px;
}

.gift__el-title {
  max-width: 240px;
  flex-grow: 1;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  line-height: 20px;
}

.gift__el-price-block:not(:last-child),
.gift__el-title {
  margin-bottom: 16px;
}

.gift__el-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0 8px 16px;
  border-radius: 5px;
  border: 2px solid #4d4d4d;
  border-right: none;
  background-color: transparent;
  position: relative;
  font-size: 28px;
  color: #4d4d4d;
  margin-left: -17px;
}

.gift__el-price:after {
  content: '';
  width: 36px;
  height: 36px;
  position: absolute;
  top: 10%;
  right: -15px;
  background-color: transparent;
  border: 2px solid #4d4d4d;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-radius: 5px;
  transform: rotate(45deg);
  z-index: -1;
}

.gift__el-price_old {
  opacity: 0.6;
}

.gift__el-price_old:before {
  content: '';
  position: absolute;
  left: -16px;
  right: -16px;
  height: 2px;
  top: 50%;
  background-color: #4d4d4d;
  transform: rotate(-25deg);
}

.gift__el-price_new {
  color: #ff5100;
  border-color: #ff5100;
}

.gift__el-price_new:after {
  border-top-color: #ff5100;
  border-right-color: #ff5100;
}

.gift__el-price_spent {
  border: none;
  opacity: 0.6;
}

.gift__el-price_spent:after {
  content: '';
  border: none;
  background: #4d4d4d;
  left: -5px;
  transform: unset;
  display: block;
  top: 50%;
  width: 10px;
  height: 2px;
}

.gift__el-price_no-border {
  border: 0;
}

.gift__el-price_no-border:after {
  display: none;
}

.gift__el-price .minus {
  position: absolute;
  top: 50%;
  left: -2px;
  width: 14px;
  height: 2px;
  background-color: #4d4d4d;
}

.gift__el-date {
  font-size: 14px;
  margin: 17px 0;
}

.gift__el-status {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.gift__el-status__icon {
  margin-right: 8px;
}

.gift__el-status__icon i {
  font-size: 24px;
}

.gift__el-status__text {
  font-size: 14px;
}

.gift__delivered {
  opacity: 0.5;
}

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

.gift-spoiler__icon {
  font-size: 11px;
}

.wrap-price {
  display: flex;
}

.tests {
  cursor: default;
}

.tests__item {
  text-align: center;
  cursor: pointer;
  max-width: 272px;
  margin: 0 auto 40px;
}

@media (min-width: 768px) {
  .tests__item {
    max-width: 520px;
  }
}

.tests__detail {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .tests__detail {
    max-width: 552px;
    margin: 0 auto 24px;
  }
}

@media (max-width: 760px) {
  .block-action__image img,
  .block-contest__image img {
    object-fit: contain !important;
    width: 320px;
    height: auto;
  }
  .banner-for-home {
    max-width: 320px !important;
  }
  .slider__img {
    object-fit: contain !important;
  }
}

.tests__head {
  font-family: CrimsonText, serif;
  font-size: 18px;
  padding: 0 16px;
  color: #4d4d4d;
  line-height: 1.33;
  text-transform: uppercase;
  cursor: default;
}

.tests__description {
  font-size: 13px;
  text-align: center;
  font-family: OpenSans, sans-serif;
  line-height: 1.33;
  cursor: default;
}

.tests__link {
  color: #007fb2;
  text-decoration: none;
}

.tests__time {
  color: gray;
  font-size: 20px;
  cursor: default;
}

.tests__img {
  max-width: 100%;
}

.tests__attempt {
  font-size: 22px;
  color: gray;
  line-height: 1.2;
}

.tests__income {
  font-size: 28px;
  color: gray;
  cursor: default;
}

.tests__income_completed {
  color: #1c1c1c;
}

.tests__icon {
  font-size: 24px;
}

.tests__icon_check {
  font-size: 18px;
}

.tests__gratitude {
  text-transform: uppercase;
  font-family: CrimsonText, serif;
  font-size: 17px;
  color: #4d4d4d;
}

.tests__button {
  padding: 12px 40px;
}

.question {
  padding-left: 24px;
  text-align: center;
}

@media (max-width: 992px) {
  .question {
    max-width: 272px;
    padding-left: 0;
    margin: 0 auto;
  }
}

.question__item {
  margin-bottom: 32px;
}

.question__item_iframe,
.question__item_picture {
  margin-bottom: 16px;
}

.question__top {
  display: flex;
  position: relative;
  align-items: flex-start;
}

.question__number {
  position: relative;
  left: 0;
  top: 0;
  margin-right: 20px;
  color: #4d4d4d;
  font-size: 24px;
}

.question__text {
  font-size: 14px;
  color: #4d4d4d;
  font-family: OpenSansSemiBold, sans-serif;
}

.answer {
  margin-left: 32px;
}

.answer_picture {
  margin-left: 0;
}

.answer__item {
  display: flex;
  margin-bottom: 16px;
}

.answer__iframe {
  width: 100%;
  min-height: 200px;
}

.answer__audio {
  max-width: 100%;
}

.answer__img {
  width: 120px;
  height: 110px;
  border: 1px solid gray;
}

.answer__control {
  display: none;
}

.answer__control:checked + .answer__label_checkbox:before {
  font-family: icomoon;
  content: '\E903';
  font-size: 10px;
}

.answer__control:checked + .answer__label_radio:after {
  content: '';
  left: 4px;
  top: 50%;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  background-color: #000;
  width: 12px;
  height: 12px;
}

.answer__control:checked + .answer__label_audio:after,
.answer__control:checked + .answer__label_iframe:after,
.answer__control:checked + .answer__label_picture:after {
  content: '';
  top: auto;
  bottom: 4px;
  left: 50%;
  transform: translate(-50%);
}

.answer__label {
  font-size: 13px;
  color: #4d4d4d;
  padding-left: 28px;
  text-align: left;
}

.answer__label:before {
  content: '';
  position: absolute;
  border: 1px solid #cfcfcf;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.answer__label_radio:before {
  border-radius: 50%;
}

.answer__label_audio,
.answer__label_iframe,
.answer__label_picture {
  padding-left: 0;
  padding-bottom: 16px;
  margin: 0 auto 16px;
}

.answer__label_audio:before,
.answer__label_iframe:before,
.answer__label_picture:before {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.answer__label_iframe {
  width: 100%;
}

.answer__label_audio {
  padding: 0 16px 16px;
}

.account__header {
  font-family: CrimsonText, serif;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #4d4d4d;
  text-transform: uppercase;
}

.account__sum {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1c1c1c;
}

.account__amount {
  font-size: 70px;
  font-family: OpenSans;
  margin-right: 8px;
}

.account__icon {
  font-size: 34px;
}

.account__button {
  padding: 12px 32px;
}

.gift-slider {
  max-width: 1280px;
  width: 100%;
  padding: 0 16px;
  margin: 0 auto 24px;
}

.gift-slider .slick-slide {
  margin: 0 12px;
}

.gift-slider .slick-list {
  margin: 0 -12px;
}

.gift-slider__header {
  color: #1c1c1c;
  text-align: center;
  text-transform: uppercase;
  font-family: CrimsonText, serif;
  margin-bottom: 16px;
  font-size: 18px;
}

.gift-slider__link {
  text-decoration: none;
  outline: none;
}

.gift-slider__name {
  text-align: center;
  color: #4d4d4d;
  font-family: OpenSans, sans-serif;
  line-height: 1.2;
  font-size: 14px;
  margin-bottom: 16px;
}

.gift-slider__price {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gift-slider__sum {
  margin-right: 8px;
}

.gift-slider__arrow i {
  color: #acacac;
}

.gift-slider__img {
  width: 100%;
}

.gift-slider .slick-track {
  display: flex;
}

.gift-slider .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

.gift-slider .slider-content {
  height: 100%;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mr-0 {
  margin-right: 0;
}

.mt-1 {
  margin-top: 5px;
}

.mb-1 {
  margin-bottom: 5px;
}

.ml-1 {
  margin-left: 5px;
}

.mr-1 {
  margin-right: 5px;
}

.mt-2 {
  margin-top: 10px;
}

.mb-2 {
  margin-bottom: 10px;
}

.ml-2 {
  margin-left: 10px;
}

.mr-2 {
  margin-right: 10px;
}

.mt-3 {
  margin-top: 15px;
}

.mb-3 {
  margin-bottom: 15px;
}

.ml-3 {
  margin-left: 15px;
}

.mr-3 {
  margin-right: 15px;
}

.mt-4 {
  margin-top: 20px;
}

.mb-4 {
  margin-bottom: 20px;
}

.ml-4 {
  margin-left: 20px;
}

.mr-4 {
  margin-right: 20px;
}

.mt-5 {
  margin-top: 25px;
}

.mb-5 {
  margin-bottom: 25px;
}

.ml-5 {
  margin-left: 25px;
}

.mr-5 {
  margin-right: 25px;
}

.mt-6 {
  margin-top: 30px;
}

.mb-6 {
  margin-bottom: 30px;
}

.ml-6 {
  margin-left: 30px;
}

.mr-6 {
  margin-right: 30px;
}

.mt-7 {
  margin-top: 35px;
}

.mb-7 {
  margin-bottom: 35px;
}

.ml-7 {
  margin-left: 35px;
}

.mr-7 {
  margin-right: 35px;
}

.mt-8 {
  margin-top: 40px;
}

.mb-8 {
  margin-bottom: 40px;
}

.ml-8 {
  margin-left: 40px;
}

.mr-8 {
  margin-right: 40px;
}

.mt-9 {
  margin-top: 45px;
}

.mb-9 {
  margin-bottom: 45px;
}

.ml-9 {
  margin-left: 45px;
}

.mr-9 {
  margin-right: 45px;
}

.mt-10 {
  margin-top: 50px;
}

.mb-10 {
  margin-bottom: 50px;
}

.ml-10 {
  margin-left: 50px;
}

.mr-10 {
  margin-right: 50px;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.pt-1 {
  padding-top: 5px;
}

.pb-1 {
  padding-bottom: 5px;
}

.pl-1 {
  padding-left: 5px;
}

.pr-1 {
  padding-right: 5px;
}

.pt-2 {
  padding-top: 10px;
}

.pb-2 {
  padding-bottom: 10px;
}

.pl-2 {
  padding-left: 10px;
}

.pr-2 {
  padding-right: 10px;
}

.pt-3 {
  padding-top: 15px;
}

.pb-3 {
  padding-bottom: 15px;
}

.pl-3 {
  padding-left: 15px;
}

.pr-3 {
  padding-right: 15px;
}

.pt-4 {
  padding-top: 20px;
}

.pb-4 {
  padding-bottom: 20px;
}

.pl-4 {
  padding-left: 20px;
}

.pr-4 {
  padding-right: 20px;
}

.pt-5 {
  padding-top: 25px;
}

.pb-5 {
  padding-bottom: 25px;
}

.pl-5 {
  padding-left: 25px;
}

.pr-5 {
  padding-right: 25px;
}

.pt-6 {
  padding-top: 30px;
}

.pb-6 {
  padding-bottom: 30px;
}

.pl-6 {
  padding-left: 30px;
}

.pr-6 {
  padding-right: 30px;
}

.pt-7 {
  padding-top: 35px;
}

.pb-7 {
  padding-bottom: 35px;
}

.pl-7 {
  padding-left: 35px;
}

.pr-7 {
  padding-right: 35px;
}

.pt-8 {
  padding-top: 40px;
}

.pb-8 {
  padding-bottom: 40px;
}

.pl-8 {
  padding-left: 40px;
}

.pr-8 {
  padding-right: 40px;
}

.pt-9 {
  padding-top: 45px;
}

.pb-9 {
  padding-bottom: 45px;
}

.pl-9 {
  padding-left: 45px;
}

.pr-9 {
  padding-right: 45px;
}

.pt-10 {
  padding-top: 50px;
}

.pb-10 {
  padding-bottom: 50px;
}

.pl-10 {
  padding-left: 50px;
}

.pr-10 {
  padding-right: 50px;
}

/* End */
/* /bitrix/templates/cabinet/components/bitrix/sale.basket.basket.line/mini_basket/style.css?16630190474227 */
/* /bitrix/templates/cabinet/components/bitrix/menu/club_menu/style.css?1663019047581 */
/* /bitrix/templates/.default/components/bitrix/menu/new_menu_mobile/style.css?17338413794620 */
/* /local/components/uvelirsoft/city.select/templates/.default/style.css?17313348051529 */
/* /bitrix/components/bitrix/sale.location.selector.search/templates/.default/style.css?17328012127810 */
/* /bitrix/templates/cabinet/styles.css?17338415683661 */
/* /bitrix/templates/cabinet/template_styles.css?1733841400106099 */
