a#infinity-next-page {
    display: block;
    font-size: 14px;
    text-align: center;
}

.shop-card__content__info__breadcrumbs {
    /*
    height: 28px;
    */
    overflow: hidden;
}

/*.card-footer .card-footer__logo {
    height: 30px;
    text-align: right;
	width: 60%;
}

.card-footer .card-footer__date {
	width: 35%;
}*/

.card.gallery_in_stock {
    background: none;
}

.gallery_in_stock .card-block {
    padding: 15px 15px;
    background: none;
    height: 80px;
}

.gallery_in_stock .card-title {
    height: 4em;
    font-size: 12px;
    text-align: center;
    margin-bottom: 0px;
    max-height: 100px;
}

.swiper-slide.limit_width {
    /*width:98%!important;*/
}

.news_count, .sale_count, .collection_count {
    display: none;
}

.ya-share2 {
    display: none;
}

#asd_subscribe_submit:hover {
    background-color: #22c0e6;
}

#asd_subscribe_submit:disabled:hover {
    background-color: #50cdeb;
}

/*.main-nav--item .circle{
	top: -40px;
	width: 160px;
    height: 160px;
}*/


.map-col-2 .map-description {
    min-height: 500px;
}

.map-col-2 .map-description .map-btn {
    display: block;

    color: #fff;
    background-color: #50cdeb;

    text-align: center;
    text-transform: uppercase;
    line-height: 3;
    font-weight: 600;

    padding: 0 10%;
    margin-top: 30px;
    transition: opacity 300ms ease 0ms;
}

.map-col-2 .map-description .map-btn:hover {
    background-color: #22c0e6;
}

.main-content {
    margin-bottom: 30px;
}


/*cookies*/
.btn_cookies {
    display: inline-block;
    width: 100%;
    padding: 0 10px 10px;
}

.btn_ok_cookies {
    float: left;
    width: 50%;
    text-align: right;
    padding: 0 10px 0px 0px;
}

.btn_ok_cookies a {
    display: block;
    width: 100%;
    text-align: center;
    /* float: right; */
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 2.5;
    border: 0;
    /* padding: 0 10%; */
    /* max-width: 80%; */
    /* margin: 28px auto 0; */
    cursor: pointer;
    transition: opacity 300ms ease 0ms;
    background-color: #50cdeb;
    text-decoration: none !important;
}

.btn_more_cookies {
    float: left;
    width: 50%;
    text-align: left;
    padding: 0 0px 0px 10px;
}

.btn_more_cookies a {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 2.5;
    border: 0;
    /* padding: 0 10%; */
    /* max-width: 80%; */
    /* margin: 28px auto 0; */
    cursor: pointer;
    transition: opacity 300ms ease 0ms;
    background-color: #50cdeb;
    text-decoration: none !important;
}

.cookie_message {
    padding: 10px 10px 12px;
    text-align: left;
}

.cookie_message_title {
    color: #4b4b82;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    padding-top: 3px;
}

.cookie_message_close {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    right: 10px;
    top: 5px;
    width: 24px;
    height: 24px;
}

.cookie_message_close:before,
.cookie_message_close:after {
    content: '';
    position: absolute;
    top: 11px;
    left: 3px;
    right: 3px;
    border-top: 2px solid #4b4b82;
}

.cookie_message_close:before {
    transform: rotate(45deg)
}

.cookie_message_close:after {
    transform: rotate(-45deg)
}

#cookies_block {
    background: #ffffff;
    position: fixed;
    left: 10px;
    bottom: 20px;
    width: 370px;
    z-index: 501;
    padding: 5px 0 2px;
    overflow: hidden;
    border-radius: 10px;
}

@media (max-width: 480px) {
    #cookies_block {
        right: 10px;
        width: auto;
        padding-bottom: 0;
        bottom: 10px;
    }
}

#cookies_block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    border-top: 2px solid #50cdeb;
}

#cookies_block .container {
    position: relative;
    width: auto;
    min-width: 0;
    padding-left: 6px;
    padding-right: 6px;
}

.btn_cookies a:hover {
    background-color: #22c0e6;
}

/*
@media only screen and (max-width: 470px) {
	.btn_ok_cookies {
	    padding: 0 0px 10px 0px;
		width: 100%;
	}
	.btn_ok_cookies a {
		float: none;
		margin: 0 auto;
	}
	.btn_more_cookies  {
	    padding: 0px;
		width: 100%;
	}
	.btn_more_cookies a {
		float: none;
		margin: 0 auto;
	}
}
*/

.space_margin {
    height: 30px !important;
}

.title_margin {
    margin-bottom: 10px !important;
}

/*marquee*/
@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}

@-moz-keyframes scroll {
    0% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -moz-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}

@keyframes scroll {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0)
    }
}

.marquee {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
		padding: 5px;
		margin-top: 10px;
}

.marquee span.marquee_span {
    display: inline-block;
    padding-left: 100%;
    -webkit-animation: scroll 40s infinite linear;
    -moz-animation: scroll 40s infinite linear;
    animation: scroll 40s infinite linear;
    color: #ffffff;
}

.marquee {
    text-transform: uppercase;
    font-weight: bold;
		background: #ffffff12;
		border-radius: 50px;
			background: rgb(255 255 255 / 14%);
			background: radial-gradient(circle, rgb(255 255 255 / 14%) 0%, rgb(255 255 255 / 13%) 50%, rgba(255,255,255,0) 100%);
}

.attention_marquee {
    color: #45aecb;
    font-size: 18px;
}

.marquee_span_black {
    color: #4b4b82;
}

@media only screen and (max-width: 1024px) {
    .marquee {
        padding-top: 5px;
		padding-bottom: 5px;
		margin-bottom: 10px;
    }
}

.nowrap {
    white-space: nowrap;
}

.fa-youtube:before {
    content: "\f167";
}

.text-white {
    color: #fff !important;
}

.text-white p {
    color: #fff !important;
}

.actions-col-1 {
    margin-bottom: 12px;
}

.event-register-title {
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media (max-width: 480px) {
    .event-register-title {
        padding-top: 8px;
        font-size: 24px;
        line-height: 1.2;
    }
}

.timepad-events-list {
    margin-top: 40px;
}

/*.fa-telegram:before {
    content: url("../images/svg/telegram.svg");
}*/
.fa-telegram {
    background-size: contain;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.main-nav__social .fa-telegram {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='30.883' viewBox='0 0 9.683 7.721' width='38.733'%3E%3Cg style='fill:none;fill-rule:evenodd'%3E%3Cpath d='M3.17 7.836a437.18 437.18 0 0 1 5.236-2.163c2.493-.994 2.84-1.139 3.177-1.144a.666.666 0 0 1 .397.147c.141.12.184.196.196.263.011.067.01.276-.002.395-.135 1.361-.648 4.504-.945 6.03-.126.645-.374.861-.614.882-.521.046-.917-.33-1.422-.648-.79-.497-1.054-.68-1.82-1.165-.887-.56-.522-.755-.017-1.258.132-.131 2.322-2.13 2.355-2.312.028-.16.038-.181-.034-.253-.073-.072-.16-.063-.216-.051-.08.017-1.286.78-3.62 2.29-.358.237-.682.352-.973.346-.32-.007-.937-.174-1.395-.317-.563-.176-1.01-.268-.97-.566.02-.155.242-.314.667-.476z' style='fill:%234b4b82' transform='translate(-2.5 -4.529)'/%3E%3C/g%3E%3C/svg%3E");
}

.sign-up-banner__so-me .fa-telegram {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='30.883' viewBox='0 0 9.683 7.721' width='38.733'%3E%3Cg style='fill:none;fill-rule:evenodd'%3E%3Cpath d='M3.17 7.836a437.18 437.18 0 0 1 5.236-2.163c2.493-.994 2.84-1.139 3.177-1.144a.666.666 0 0 1 .397.147c.141.12.184.196.196.263.011.067.01.276-.002.395-.135 1.361-.648 4.504-.945 6.03-.126.645-.374.861-.614.882-.521.046-.917-.33-1.422-.648-.79-.497-1.054-.68-1.82-1.165-.887-.56-.522-.755-.017-1.258.132-.131 2.322-2.13 2.355-2.312.028-.16.038-.181-.034-.253-.073-.072-.16-.063-.216-.051-.08.017-1.286.78-3.62 2.29-.358.237-.682.352-.973.346-.32-.007-.937-.174-1.395-.317-.563-.176-1.01-.268-.97-.566.02-.155.242-.314.667-.476z' style='fill:%23c6c6d7' transform='translate(-2.5 -4.529)'/%3E%3C/g%3E%3C/svg%3E");
}

.soc-icon a:hover .fa-telegram {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='30.883' viewBox='0 0 9.683 7.721' width='38.733'%3E%3Cg style='fill:none;fill-rule:evenodd'%3E%3Cpath d='M3.17 7.836a437.18 437.18 0 0 1 5.236-2.163c2.493-.994 2.84-1.139 3.177-1.144a.666.666 0 0 1 .397.147c.141.12.184.196.196.263.011.067.01.276-.002.395-.135 1.361-.648 4.504-.945 6.03-.126.645-.374.861-.614.882-.521.046-.917-.33-1.422-.648-.79-.497-1.054-.68-1.82-1.165-.887-.56-.522-.755-.017-1.258.132-.131 2.322-2.13 2.355-2.312.028-.16.038-.181-.034-.253-.073-.072-.16-.063-.216-.051-.08.017-1.286.78-3.62 2.29-.358.237-.682.352-.973.346-.32-.007-.937-.174-1.395-.317-.563-.176-1.01-.268-.97-.566.02-.155.242-.314.667-.476z' style='fill:%2350cdeb' transform='translate(-2.5 -4.529)'/%3E%3C/g%3E%3C/svg%3E");
}

.soc-block, .soc-block .soc-icon a {
    display: flex;
    align-items: center;
	flex-direction: row-reverse;
}

.sign-up-banner__so-me {
    display: flex;
    justify-content: center;
}

.side-menu__lang {
    position: absolute
}

.side-menu__lang-i {
    color: #979798
}

.side-menu__lang-i_active {
    font-weight: 900;
    color: #4b4b82
}

@media only screen and (min-width: 768px) {
    .side-menu__lang {
        right: 57px;
        top: 38px;
        word-spacing: 15px
    }

    .side-menu__lang-i {
        font-size: 16px
    }
}

@media only screen and (max-width: 767px) {
    .side-menu__lang {
        right: 22px;
        top: 25px;
        word-spacing: 12px
    }

    .side-menu__lang-i {
        font-size: 12px
    }
	.side-menu__header {
		display: flex;
		align-items: center;
	}
}

a.side-menu__lang-i:active {
    text-decoration: underline;
    color: #4b4b82
}

.lang {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    word-spacing: 12px;
    padding-right: 20px
}

.lang__i {
    font-size: 12px;
    color: #979798
}

.lang__i_active {
    font-weight: 900;
    color: #ffffff
}

a.lang__i:hover {
    text-decoration: underline;
    color: #4b4b82
}