/*Svoi CSS kod pishite v faile CUSTOM.CSS,chotobi pri ustanovke obnovlenii ne bilo problem */
/* --------------------------------------- */
/* Put you custom CSS in CUSTOM.CSS,not in this file! */

/* DANNII FAIL ZATIRAETSYA PRI OBNOVLENII,ne izmenyaite ego!!! */
/* DANNII FAIL ZATIRAETSYA PRI OBNOVLENII,ne izmenyaite ego!!! */
/* DANNII FAIL ZATIRAETSYA PRI OBNOVLENII,ne izmenyaite ego!!! */

html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  font-size: 1rem;
  font-family: var(--theme-font-family), Arial, sans-serif;
  line-height: calc(1em + 10px);
}
* html .clearfix {
  height: 1%;
}
html[xmlns] .clearfix {
  display: block;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.layout {
  display: flex;
  flex-direction: column;
  height: 100vh;
  min-height: 100%;
  flex: 1;
}
main {
  flex: 1;
  padding-bottom: 40px;

  content-visibility: auto;
  contain-intrinsic-size: 100px;
  contain-intrinsic-size: 100px 1000px;
}
.maxwidth-theme {
  --theme-page-width-padding: 16px;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1402px;
  max-width: var(--theme-page-width);
  max-width: calc(var(--theme-page-width) + calc(2 * var(--theme-page-width-padding)));
  width: 100%;
  padding-left: var(--theme-page-width-padding);
  padding-right: var(--theme-page-width-padding);
}
#panel {
  display: none;
}
.bordered {
  border: 1px solid #ededed;
  border-color: var(--stroke_black);
}
.outer-rounded-x {
  border-radius: 12px;
  border-radius: var(--theme-outer-border-radius);
}
.rounded-x {
  border-radius: 8px;
  border-radius: var(--border-radius);
}
.rounded {
  border-radius: 100%;
}
.img-responsive {
  max-width: 100%;
  max-height: 100%;
}
.scrollbar:not(.scroller) {
  overflow: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}
div[id*="wait_comp"] {
  display: none;
}
.switcher-title {
  font-family: var(--theme-font-title-family), Arial, sans-serif;
  font-weight: var(--theme-font-title-weight);
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.text_before_items {
  margin-bottom: 41px;
  color: #666;
  color: var(--lite_basic_text_black);
}
.item-link-absolute {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  line-height: inherit;
  outline: none;
}

/*loader*/
.loadings {
  background: url("images/loaders/preloader.gif") no-repeat scroll center center rgba(0, 0, 0, 0) !important;
  border-color: rgba(0, 0, 0, 0) !important;
  color: rgba(0, 0, 0, 0) !important;
  cursor: default !important;
}
.loadings * {
  background: rgba(0, 0, 0, 0) !important;
  border-color: rgba(0, 0, 0, 0) !important;
  color: rgba(0, 0, 0, 0) !important;
  cursor: default !important;
  visibility: hidden;
}
.loading-state {
  min-height: 300px;
  background: transparent url("images/loaders/double_ring.svg") no-repeat center center;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 0.3s;
}

.loading-state {
  min-height: 300px;
  background: transparent url("images/loaders/double_ring.svg") no-repeat center center;
}

.loading-state-before:before {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.5) url("images/loaders/double_ring.svg") center 50px no-repeat;
  position: absolute;
  z-index: 105;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

main iframe:not(.cover),
main object:not(.cover),
main video:not(.cover) {
  max-width: 100%;
}

main iframe,
main object,
main video:not(.cover) {
  display: block;
  border-radius: var(--border-radius);
}

/*catalog*/
.js-btn-state-wrapper .btn,
.js-replace-more.btn {
  --button-height: 35px;
}

@media (min-width: 600px) {
  .visible-600 {
    display: none;
  }
}
@media (max-width: 600px) {
  .compact-hidden-t600 {
    display: none !important;
  }
}

/*info more style*/
.more_wrapper {
  margin-bottom: 32px;
}
.more_wrapper > a {
  display: block;
  background: #f8f8f8;
  background: var(--darkerblack_bg_black);
  -webkit-transition: box-shadow ease-out 0.2s;
  -moz-transition: box-shadow ease-out 0.2s;
  -o-transition: box-shadow ease-out 0.2s;
  transition: box-shadow ease-out 0.2s;
  text-align: center;
  padding: 45px 0 41px;
}
.more_wrapper > a svg {
  width: 50px;
  height: 50px;
}
.more_wrapper > a:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  background: var(--black_bg_black);
}
.more_wrapper .svg-inline-more_icon {
  margin-bottom: 13px;
}
.more_wrapper .title {
  color: #333;
  color: var(--white_text_black);
  font-size: 16px;
}

.social_auth p {
  text-align: center;
  margin-bottom: 10px;
}

.social_auth_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 12px;
  overflow: hidden;
}

.social_auth_list>div {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.captcha_image .refresh {
  display: none !important;
}

.yaPreloadingSuggestBlockContainer {
  max-height: 100%;
}

#vk_auth {
  background-color: #0077ff;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

#vk_auth:hover,
#vk_auth:focus {
  background-color: #0071f2;
}

#telegram_auth {
  background: url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m1.95617055%2011.392196c5.77764656-2.42328736%209.63031585-4.02086673%2011.55800785-4.79273807%205.5039525-2.20384954%206.6476266-2.5866818%207.3930574-2.59932314.1639507-.00278035.5305319.0363352.7679878.22182361.2005031.15662277.2556695.36819788.2820684.51669348.026399.1484956.0592719.48677234.0331404.75109194-.2982611%203.0169019-1.5888322%2010.33812718-2.2454015%2013.71710898-.2778191%201.4297738-.8288514%201.7357846-1.3584441%201.7826999-1.1509274.1019576-2.0208916-.5588425-3.1356211-1.2622918-1.7443316-1.1007592-2.3854935-1.3972358-4.0786694-2.4713734-1.95675765-1.2413519-.8891962-1.8911034.2259543-3.0061212.2918402-.2918054%205.3989024-4.83750096%205.497052-5.24030969.0122753-.05037796-.1557336-.55407742-.2716182-.65323489-.1158847-.09915747-.2869204-.06524947-.4103446-.03828214-.17495.03822537-2.9615423%201.81132342-8.35977698%205.31929412-.79096496.5228681-1.50739646.7776269-2.1492945.7642766-.70764107-.0147176-2.06885864-.3851791-3.08078398-.7018404-1.24116762-.388398-1.69932554-.5713149-1.61342745-1.2309348.04474105-.3435709.36011227-.7024173.94611366-1.0765391z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E) no-repeat center;
  background-color: #54a9eb;
  border-radius: 22px;
}