

/* Start:/local/components/layout/header.city/templates/header/style.css?1633732192133*/
.header_mobile-pin {
	max-width: 130px;
}

.header_mobile-pin span {
	display: inline;
	text-overflow: ellipsis;
	overflow: hidden;
}
/* End */


/* Start:/local/components/layout/header.search/templates/.default/style.css?1644824325899*/
.search-button {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 4.5%;
	z-index: 10;
	cursor: pointer;
}

.search__loop-icon {
	  position: absolute;
	  top: 50%;
	  right: 17px;
	  transform: translateY(-50%);
	  height: 16px;
	  width: 16px;
	  cursor: pointer;
	  z-index: 10;
	}
	
.search__loop-block {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 40px;
	cursor: pointer;
}

.search__close-icon {
	right: 8px !important;
}

.search__close-block {
	position: absolute;
	top: 0;
	right: 40px;
	height: 100%;
	width: 35px;
	cursor: pointer;
}
	
.search__close-block:hover .search__close-icon, .search__loop-block:hover .search__loop-icon {
	opacity: 0.7;
}
	
[rel="searchform"] .search {
	background-image: none;
}

@media screen and (max-width:1366px) {
	.search-button {
		width: 6%;
	}
}

@media screen and (max-width:480px) {
	.search-button {
		width: 12%;
	}
}
/* End */


/* Start:/local/components/layout/manager/templates/header/style.css?17085095841050*/
.popup__manager .popup__manager-mail {
	margin-left: -20px;
}

.popup__manager .popup__manager-wrapper {
	margin-left: 3px;
}

.popup__manager .popup__manager-web-contacts {
	margin-left: 1px;
}

.popup__manager .popup__manager-phone-wa {
	display: inline-block;
	width: 14px;
	margin-right: 2px;
	position: relative;
	top: 2px;
}
.popup__manager .popup__manager-phone-tg {
	width: 18px;
	  top: 4px;
	  position: relative;
	  margin-right: 2px;
}


.popup__manager .popup__manager-phone-vb {
	display: inline-block;
	width: 14px;
	position: relative;
	top: 4px;
	margin-right: 0px;
}

.popup__manager .mobile-phone {
	margin-left: -61px;
	margin-top: 3px;
}

.popup__manager .popup__manager-mail-img {
	margin-right: 10px;
}

.popup__manager .popup__manager-mail-img, .popup__manager-skype-img {
	margin-top: -1px;
}

.popup__manager .popup__manager-mail-img {
	margin-right: 7px !important;
}

.popup__manager .popup__manager-skype-img {
	margin-right: 5px !important;
}

.popup__manager .popup__manager-phone-img {
	margin-right: 8px !important;
}
/* End */


/* Start:/local/components/layout/footer.city/templates/footer/style.css?16498594912*/



/* End */


/* Start:/local/components/layout/footer.cityselect/templates/popup/style.css?1644590515504*/
.popup_city .popup__country-item-flag {
	object-fit: contain !important;
	position: relative !important;
	top: -1px !important;
}

.popup_city .popup__flag {
	object-fit: contain !important;
	position: relative !important;
	top: -1px !important;
}
.popup__list-item a {
	color: #3c3c3c;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: .16px;
	text-decoration: none !important;
}

.popup__list-item a:hover {
	opacity: 0.7;
}


.overlay_cityfooter .popup_city {
	height: 421px;
}
/* End */


/* Start:/local/components/layout/header.cityselect/templates/popup/style.css?1644492776247*/
.popup_city .popup__country-item-flag {
	object-fit: contain !important;
	position: relative !important;
	top: -1px !important;
}

.popup_city .popup__flag {
	object-fit: contain !important;
	position: relative !important;
	top: -1px !important;
}
/* End */


/* Start:/local/components/layout/auth/templates/.default/style.css?1637583609167*/
.popup-error-wrap {
	text-align: center;
	display: none;
}

.popup-error-wrap p {
	color: #f00;
	font-weight: 300;
}

.errortext {
	border-color: #ff6d6d !important;
}
/* End */


/* Start:/local/components/layout/cookies/templates/.default/style.css?16516130851504*/
.footercookies {
	height: 80px !important;
	min-height: 80px !important;
	background: #fff;
	padding: 0px !important;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	will-change: transform;
	transform: translateY(150%);
	transition: transform 0.5s ease-in-out;
	box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.08);
}

.footercookies.open {
	transform: translateY(0);
}

.footercookies .main {
	height: 80px !important;
	min-height: 80px !important;
	background: #fff;
	padding: 0px !important;
}

.footercookies .container {
	position: relative;
	height: 100% !important;
}

.footercookies__wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.footercookies__text {
	color: #3c3c3c;
	font-size: 15px;
	line-height: 1.4;
	padding-right: 20px;
}

.footercookies__accept {
	background: #00a0e1;
	border-radius: 6px;
	width: 150px;
	text-align: center;
	height: 43px;
	line-height: 41px;
	font-size: 15px;
	color: #fff;
	cursor: pointer;
	border: none !important;
}

.footercookies__accept:hover {
	opacity: 0.7;
}

@media screen and (max-width: 800px) { 
	.footercookies {
		height: 160px !important;
		min-height: 160px !important;
		padding: 20px 15px !important;
	}
	
	.footercookies__wrapper {
		align-items: center;
		flex-direction: column !important;
		text-align: center;
		height: 120px;
		justify-content: space-around;
	}
	
	.footercookies__text {
		padding-right: 0px;
	}
}
/* End */


/* Start:/local/templates/uraltoys/styles.css?175370043915044*/
/* Лейблы новые */

.label_license {
  background: url(/local/templates/uraltoys/images/label_license.svg);
  width: 22px !important;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.label__container_product .label_license {
	width: 27px !important;
	min-width: 27px !important;
}

.label__info_license {
  top: -2.6em;
  left: 0;
  background-color: #FF8A00;
  color: #fff;
  width: 76px;
  height: 26px;
  padding-left: 10px !important;
  opacity: .9;
  line-height: 14px;
  position: absolute;
  visibility: hidden;
}

.label_license:hover .label__info_license {
	visibility: visible;
}

.list-section__title {
	display: block;
}

span.popup__title {
	font-size: 24px;
	font-weight: 600;
	font-family: 'Noto Sans Display';
	margin-bottom: 20px;
}

.card__title {
	position: relative;
}

.copylink {
	position: absolute;
	  left: 0;
	  top: -25px;
	  background: #009de6;
	  border-radius: 4px;
	  font-size: 12px;
	  line-height: 26px;
	  padding: 0 9px;
	  color: #fff;
	  font-weight: 300;
	  cursor: pointer;
	  height: 26px !important;
	  display: none;
	  z-index: 10;
}

.brands-all-link {
	color: #00a0e1;
    line-height: 36px;
    letter-spacing: .4px;
    transition: .2s ease-in;
    font-size: 16px;
    font-weight: 400;
	text-decoration: none !important;
	display: block;
	margin-bottom: 30px;
	margin-top: -20px;
}

.copylink:hover {
	opacity: 0.85;
}

.brands-all-link:hover {
	opacity: 0.85;
}
.copysuccess {
	position: absolute;
	  left: 0;
	  top: -25px;
	  background: #89D882;
	  border-radius: 4px;
	  font-size: 12px;
	  line-height: 26px;
	  padding: 0 9px;
	  color: #fff;
	  font-weight: 300;
	  cursor: pointer;
	  height: 26px !important;
	  display: none;
	  z-index: 20;
}

.card__titlewrap:hover .copylink {
	display: inline-block;
}

.card__titlewrap.copied .copysuccess {
	display: inline-block;
}

.popup .basket-wrap__info::before {
  height: 19px !important;
}

.basket-wrap__info {
	margin-left: 26px !important;
}

.popup_availability {
	height: auto !important;
}

.videowrap {
	border-radius: 5px;
}

.videowrap__preview {
	position: relative;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
}
.videowrap__preview img {
	max-width: 100%;
	border-radius: 5px;
}

.videowrap__preview svg {
	position: absolute;
	left: calc(50% - 34px);
	top: calc(50% - 34px);
	transition: 0.3s ease-in;
}

.videowrap__preview:hover svg {
	transform: scale(1.1);
}

.videowrap__player {
	display: none;
	max-width: 1344px;
	margin: 0 auto;
}

.videowrap__player video {
	max-width: 100%;
}

a.linkstyle {
	color: #00a0e1;
	text-decoration: none !important;
}

a.linkstyle:hover {
	opacity: 0.7;
}

.breadcrumbs__arrow {
	margin-top: 2px;
}

.newsite__title {
	font-weight: 700 !important;
}

.c-categories .button_sort {
	margin-bottom: -1px !important;
}

.burger-btn {
	transform: translateY(1px) !important;
}

.brands__sort {
	transform: translateY(2px) !important;
}

.header__logo-wrapper p, .footer__logo-wrapper p {
	padding-left: 2px !important;
	text-align: center !important;
}

.seo__text p {
	margin-bottom: 1.6em !important;
}

.seo__text h3 {
	margin-top: 30px;
}

.c-list__label_aside {
	line-height: 19px !important;
}

.c-list__aside.seo-side .c-list__label_aside {
	font-size: 13px !important;
	color: #787878 !important;
}

.c-list__aside.seo-side .c-list__filters-title {
	margin-bottom: 10px;
	margin-top: 45px;
}

.button_catalog {
	padding-bottom: 2px;
}

.result__counts {
	max-width: 583px;
	box-sizing: border-box;
}

.footer__policy:hover, .footer__copyright a:hover {
	text-decoration: none !important;
	opacity: 0.7 !important;
}

.user__basket-count, .user__favorites-count {
	line-height: 16px !important;
	padding: 0 3px 0 4px !important;
}

.banner-xl .swiper-pagination  {
	min-height: 18px;
}

.result__count {
	border-radius: 0px !important;
	border: 0px !important;
}

.result__counts {
	border-radius: 6px !important;
	border: 2px solid #f5f5f5;
}

.header_gap {
	margin-bottom: 89px;
}

.form__error {
	border: 1px solid #f00 !important;
}

.footer__city {
	cursor: pointer;
}

.loading {
	opacity: 0.5;
}

.brand__description a {
	color: #00a0e1;
	text-decoration: none;
}

.brand__description a:hover {
	opacity: 0.7;
}

.nextpage, .prevpage {
	padding: 9px 14px;
	cursor: pointer;
}

.price-list__span {
	color: #464646;
	text-decoration: none;
}
.price-list__span:hover {
	opacity: 0.7;
}

.price-list__span img {
	max-width: 14px;
	margin-right: 8px;
	display: inline-block;
	position: relative;
	top: 2px;
}

.emptycart__heading a {
	text-decoration: none !important;
	color: #00a0e1;
}

.emptycart__heading a:hover {
	opacity: 0.7;
}

.card__noauth-wrapper {
	font-size: 13px;
	line-height: 17px;
	font-weight: 400;
	letter-spacing: .2px;
	display: none;
	min-height: 54px;
	box-sizing: border-box;
	padding-top: 15px;
}

.card__noauth-wrapper-list {
	font-size: 13px;
	line-height: 17px;
	font-weight: 400;
	letter-spacing: .2px;
	display: none;
	min-height: 54px;
	box-sizing: border-box;
	padding-top: 15px;
}

.tile-small .card__noauth-wrapper {
	padding-top: 25px;
	padding-bottom: 22px;
}


.swiper-container .card__noauth-wrapper {
	padding-top: 25px;
	padding-bottom: 22px;
}

.card__noauth-wrapper span, .card__noauth-wrapper-list span {
	color: #ff0000;
	text-decoration: underline;
	cursor: pointer;
}

.card__noauth-wrapper span:hover, .card__noauth-wrapper-list span:hover {
	text-decoration: none;
}


.body-noauth .card__noauth-wrapper, .card-inactive .card__noauth-wrapper{
	display: block;
}

.body-noauth .card__price-wrapper, .card-inactive .card__price-wrapper{
	display: none;
}

.body-noauth .button_basket {
	background-color: #aaa;
}

.card-inactive .button_basket {
	background-color: #aaa;
	pointer-events: none !important;
}

.body-noauth .button_basket:hover {
	opacity: 1 !important;
	cursor: default !important;
}

.body-noauth .product__price-section {
	/* display: none; */
	height: 154px;
}

.body-noauth .list-view .card__noauth-wrapper-list {
	display: inline-block;
}

.body-noauth .list-view .card__noauth-wrapper {
	display: none;
}

.body-noauth .list-view .card__price-wrapper_list {
	display: none;
}

.body-noauth .swiper-container .card__noauth-wrapper {
	display: block;
}

.body-noauth .c-list__filters-priceblock {
	display: none !important;
}

.card__amount-description-link {
	font-size: 12px;
	font-weight: 300;
	line-height: 24px;
	color: #00a0e1;
	margin-left: 25px;
	cursor: pointer;
	letter-spacing: .3px;
}

.tile-small .card__amount-description-link {
	display: none !important;
}

.card__amount-description-link:hover {
	opacity: 0.7;
}
.card__amount-description-link img {
	display: inline-block;
	max-height: 11px;
	position: relative;
	top: 1px;
}

.card__amount-description-fulltext {
	display: none !important;
}


.overlay_description {
	color: #3c3c3c !important;
	font-size: 15px;
	line-height: 24px;
}

.overlay_description h2 {
	color: #3c3c3c;
	line-height: 30px;
	margin-bottom: 27px;
}

.card__img-gallery {
	display: none;
}

.gallery-btn-next, .gallery-btn-prev {
	position: absolute;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 1.5px 2.598px 13.8px 1.2px rgba(0,0,0,.15);
	width: 36px;
	height: 36px;
	top: 49%;
	cursor: pointer;
}

.gallery-btn-next:hover, .gallery-btn-prev:hover {
	opacity: 0.7;
}

.gallery-btn-next {
	right: 15px;
} 

.gallery-btn-prev {
	left: 15px;
}

[rel="description-wrap"] {
	scrollbar-color: #d2dee1; /* «цвет ползунка» «цвет полосы скроллбара» */
	scrollbar-width: thin;
}

[rel="description-wrap"]::-webkit-scrollbar {
	width: 4px;

  }

[rel="description-wrap"]::-webkit-scrollbar-thumb {
	background-color: #d2dee1;
	border-radius: 6px;

  }

[rel="gallery-popup"] img {
	outline: none !important;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	 -khtml-user-select: none; /* Konqueror HTML */
	   -moz-user-select: none; /* Old versions of Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
			user-select: none !important;
}

.gallery-btn-next::before, .gallery-btn-prev::before {
	content: " ";
	width: 100%;
	height: 35%;
	background: url(/local/markup/styles/../images/strelka_universal.svg);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-size: auto;
	background-repeat: no-repeat;
	background-size: contain;
	filter: grayscale(1);
	display: block;
	background-position: 50%;
	margin-top: 11px;
}

.gallery-btn-prev::before {
	transform: rotate(180deg);
}

.options__slide:hover .options__item {
	transform: scale(1.2);
}

.options__slide:hover .options__item_activ {
	transform: scale(1) !important;
}

.product__color:hover {
	transform: scale(1.2);
}

.product__color-input:checked ~ .product__color:hover {
	transform: scale(1) !important;
}

.options__slide a {

	text-decoration: none;
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;

}

.footer__city {
	cursor: pointer;
}


.seo-side {
	margin-top: 20px;
}

.seo__text ul {
	padding-left: 17px;
}

.main_favourites .favourites {
	padding-top: 24px;
}

@media screen and (min-width:1024px) {
	.main .container h1 {
		font-weight: 700;
		font-size: 34px;
		color: #3c3c3c;
		line-height: 1.2;
		margin-right: 1.2em;
	}
}


.up {
	position: fixed;
	right: 53px;
	bottom: 50px;
	cursor: pointer;
	display: none;
	z-index: 1000;
}

.up:hover {
	opacity: 0.7;
}

.footer .footer__bottom {
	min-height: 250px;
}

.container .seo__text_opened {
	max-height: none;
}

.seo .seo__text_opened:after {
	display: none;
}

/* .seo-side .c-list__label_aside:hover {
	color: #3c3c3c !important;
} */

.text-page {
	color: #3c3c3c;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
}

.seo a,
.text-page a {
	color: #00a0e1;
	letter-spacing: .4px;
	transition: .2s ease-in;
	font-size: 13.5px;
	text-decoration: none;
}

.text-page h2 {
	font-size: 26px;
	font-weight: 700;
	margin: 0 0 25px;
	line-height: 1.25;
}

.seo a:hover,
.text-page a:hover {
	opacity: .7;
}


.seo .seo__title {
	font-size: 23px;
}
.mb-20 {
	margin-bottom: 20px;
}

.footer__info {
	line-height: 1.5;
}

.footer .footer__info a {
	line-height: 1.5;
}

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


.footer__youtube {
	width: 50px;
	height: 50px;
	background-image: url("/local/templates/uraltoys/images/icon_youtube.png");
	background-position: center;
	border-radius: 50%;
	background-size: contain;
	background-color: #F0F0F0;
	margin-left: 30px;
}

.popup__title {
	font-size: 1.5rem;
}

@media screen and (min-width:1024px) {
	.hidden_pc {
		display: none;
	}
}

.overlay .overlay__inner {
	overflow: hidden !important;
}

body.fixed {
	//overflow-y: hidden !important;
	padding-right: 0px !important;
}


@media screen and (max-width:1024px) {
	.hidden_mobile {
		display: none;
	}

	.footer .footer__copyright {
		line-height: 1.5em;
	}

	.seo .seo__title {
		font-size: 18px;
	}
	
	.overlay .overlay__inner {
		overflow: hidden scroll !important;
	}
}

@media screen and (max-width:576px) {
	.footer__copyright span {
		flex: 1;
	}
}

.vue-hidden {
	visibility: hidden;
}

a.card__country {
	text-decoration: none !important;
}

.label__info_fragile.afterfreeze {
	left: 32px;
}

.card__title_list {
	text-decoration: none !important;
}

.vhidden-start {
	visibility: hidden !important;
}

.noscroll {
	overflow: hidden !important;
}


.brands__l-filter-item_active {
	padding: 2px 6px 2px !important;
}


.header__wrapper .user-id-name {
	max-width: 90px !important;
}

.header__wrapper .user__icon-mark {
	right: calc(50% - 23px);
}

.overlay_prices .basket-wrap__info::before {
	transform: translateY(2px);
}

.c-list__filters-dropdown {
	bottom: -235px !important;
}

.is-expanded .c-list__filters-dropdown {
	max-height: 285px !important;
}

.main_result .c-list__filters-dropdown {
	bottom: -270px !important;
}

.main_result .is-expanded .c-list__filters-dropdown {
	max-height: 335px !important;
}

.card__linkblock .card__description-detail {
	display: inline !important;
}

.tile-small .card__price-wrapper {
	min-height: 73px;
}

.popup_prices {
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 1.5px 2.598px 23px 2px rgba(0,0,0,.15);
  max-width: 482px;
  height: 241px;
}

.main_register {
	padding-bottom: 75px;
}

.up.active {
	display: block;
}

/* ------------------- */


[rel="gallery-preloader"] {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.popup-gallery-markers {
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.popup-gallery-markers .marker {
	width: 40px;
	height: 3px;
	background: rgba(0,0,0,0.2);
	margin: 0 4px;
}

.popup-gallery-markers .marker.active {
	background: rgb(0, 122, 255);
}

.overlay_gallery .popup__close {
	z-index: 1000;
}

.lds-ring {
	  display: inline-block;
	  position: relative;
	  width: 80px;
	  height: 80px;
	}
	.lds-ring div {
	  box-sizing: border-box;
	  display: block;
	  position: absolute;
	  width: 64px;
	  height: 64px;
	  margin: 8px;
	  border: 8px solid #008AD8;
	  border-radius: 50%;
	  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	  border-color: #00a0e1 transparent transparent transparent;
	}
	.lds-ring div:nth-child(1) {
	  animation-delay: -0.45s;
	}
	.lds-ring div:nth-child(2) {
	  animation-delay: -0.3s;
	}
	.lds-ring div:nth-child(3) {
	  animation-delay: -0.15s;
	}
	@keyframes lds-ring {
	  0% {
		transform: rotate(0deg);
	  }
	  100% {
		transform: rotate(360deg);
	  }
	}
	
	
.c-list__filters-header.c-list__filters-header_sort:hover, .c-list__filter.c-list__filter_quantity:hover span, .c-list__label:hover img {
	opacity: 0.7;
}

.c-list__filters-block_sort.is-expanded .c-list__filters-header.c-list__filters-header_sort:hover, .c-list__filter.c-list__filter_quantity:hover input:checked + span, .c-list__label:hover input:checked + img  {
	opacity: 1;
}

.banner-xl__pagination .swiper-pagination-bullet::after {
	position: relative;
	top: 3px;
}

.product-pagination .swiper-pagination-bullet::after {
	position: relative;
	top: 3px;
}

.c-list__list {
	min-height: 80px;
}

.label_ucenkafull {
	opacity: 0.8 !important;
}

.basket__item .label__info_no-freeze, .basket__item .label__info_fragile {
	bottom: 110px !important;
}

.brands__row.about-container {
	flex-wrap: wrap;
}

.brands__row.about-container a {
	margin-bottom: 40px;
	margin-right: 40px;
}

.brands__row.about-container img {
	border-radius: 6px;
}

.brands__row.about-container a:nth-child(6n) {
	margin-right: 0px;
}

@media screen and (max-width:1024px) {
	.brands__row.about-container a {
		margin-right: 0px;
	}
}
@media screen and (max-width:640px) {
	.body-noauth .product__price-section {
		/* display: none; */
		min-height: auto;
		height: auto;
	}
	
	#cp_btn {
		display: none !important;
	}
	
	.popup-gallery-markers .marker {
		width: 20px;
		height: 3px;
		background: rgba(0,0,0,0.2);
		margin: 0 4px;
	}
}
/* End */
/* /local/components/layout/header.city/templates/header/style.css?1633732192133 */
/* /local/components/layout/header.search/templates/.default/style.css?1644824325899 */
/* /local/components/layout/manager/templates/header/style.css?17085095841050 */
/* /local/components/layout/footer.city/templates/footer/style.css?16498594912 */
/* /local/components/layout/footer.cityselect/templates/popup/style.css?1644590515504 */
/* /local/components/layout/header.cityselect/templates/popup/style.css?1644492776247 */
/* /local/components/layout/auth/templates/.default/style.css?1637583609167 */
/* /local/components/layout/cookies/templates/.default/style.css?16516130851504 */
/* /local/templates/uraltoys/styles.css?175370043915044 */
