body,
html {
	font-family: 'MuseoSansCyrl300';
	color: #555C60;
	overflow-x: hidden;
	font-size: 24px;
	font-weight: bolder;
}

.add-fix-btn {
    display: block;
    width: 150px !important;
    height: 150px !important;
    position: fixed;
    right: 20px;
    top: 5%;
    z-index: 99999;
    padding-top: 42px !important;
    background: #FFB92A;
    border-radius: 100px;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: bold;
	color: #ffffff;
	margin: 40px 0 40px 0;
    transition: all linear 250ms;
    border: none;
    animation: glowing 3300ms infinite;
}
@keyframes glowing {
    0% { background-color: #FFB92A; box-shadow: 0 0 5px #FFB92A; }
    25% { background-color: #FFA042; box-shadow: 0 0 20px #FFA042; }
    50% { background-color: #FF602B; box-shadow: 0 0 5px #FF602B; }
    75% { background-color: #FFA042; box-shadow: 0 0 20px #FFA042; }
    100% { background-color: #FFB92A; box-shadow: 0 0 5px #FFB92A; }
}

.to-attraktsiony {
    animation: glowing 3300ms infinite;
}


a {
	color: #162A5A;
	text-decoration: none;
}
p {
    margin-top: 0;
  	margin-bottom: 0rem;
}

h2 {
	font-weight: bold;
	font-size: 34px;
	font-family: MuseoSansCyrl700;
	color: #0E5170;
	text-align: center;
	margin: 0px 0 40px 0;
	text-transform: uppercase;
    padding: 80px 0 0px 0;
}

.h2-white {
	color: #ffffff;
	padding: 80px 0 40px 0;
}

b,
strong {
	font-weight: bold;
	font-family: MuseoSansCyrl700;
}

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: rgba(85, 92, 96, 0.4) !important;
	opacity: 1;
	/* Firefox */
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: rgba(85, 92, 96, 0.4)!important;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: rgba(85, 92, 96, 0.4)!important;
}

.form-control:focus {
	border-left: none !important;
	border-right: none !important;
	border-top: none !important;
	border-bottom: 2px solid #195790 !important;
	box-shadow: none;
}

.navbar-toggler {
	background-color: #ffffff !important;
}

.logo {
	height: 65px; 
	margin: 25px;
}

.header-text {
	font-size: 16px;
	color: #162A5A;
	margin-bottom: -5px;
}

.ico-header {
	margin-right: 10px;
	width: 16px;
}

.header-block-margin {
	margin-bottom: 15px;
}

.auth-text-link {
	font-size: 14px;
}

.header-cart-text-link {
	font-size: 30px;
	font-weight: bold;
}

.bg-custom {
	background-color: #1F1340 !important;
}

.nav-link {
	color: #ffffff !important;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
}

.nav-link-img {
	height: 23px;
    margin-right: 5px;
/*	margin-right: 8px;*/
}

.navbar-nav {
	width: 100%;
}

.navbar-nav .nav-item {
	text-align: center;
	position: relative;
	width: 100%;
}

.navbar-nav .nav-item.active .nav-link {
    color: #FFB92A !important;
}

.navbar-nav .nav-item.active::after {
	width: 100%;
}

.navbar-nav:hover .nav-item.active::after {
	width: 0;
}

.navbar-nav .nav-item::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	transition: width linear 250ms;
	height: 2px;
	background-color: #FFB92A;
}

.navbar-nav .nav-item:hover::after {
	width: 100% !important;
}

footer {
	background-color: #1F1340;
	color: #ffffff;
}

.footer-text {
	color: #ffffff;
}

.footer-block-row {
	margin-bottom: 15px;
}

footer .logo {
	margin-top: 20px;
	margin-bottom: 40px;
}

.app-ico {
	height: 82px;
}

.btn-big {
	width: 154px;
	height: 154px;
	background: #FFB92A;
	border-radius: 100px;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: bold;
	padding-top: 58px;
	color: #ffffff;
	margin: 40px 0 40px 0;
    transition: all linear 250ms;
}

.btn-blue{
  	width: 200px;
	height: 60px;
	background: #00A0E3;
	border-radius: 100px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	padding-top: 14px;
	color: #ffffff;
	margin: 40px 0 40px 0;
    transition: all linear 250ms;
}

.btn-blue:hover{
  background: #36B2E2;
  color: #ffffff;
}

.btn-big:hover {
    background: #51BC98;
    color: #fff;
}

#section-menu {
	background-color: #1F1340;
}

#section-text {
	background-image: url('../images/background-text.png');
	background-color: #F6F8F9;
	padding: 60px 0 200px 0;
}

#section-product-main-page {
	background-image: url('../images/background-text-big.png');
	background-color: #1F1340;
	padding: 80px 0 40px 0;
}

#section-product-main-page .col-md-4 {
	margin-bottom: 20px;
}

.background-layer {
	margin-bottom: -40px;
}

.info-block {
	box-shadow: 0px 30px 20px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	background-color: #ffffff;
	margin-bottom: -280px;
	margin-top: 40px;
	padding: 40px 20px 40px 20px;
	text-align: center;
	font-size: 32px;
}

#section-info {
	padding: 40px 0 40px 0;
}

.product:hover {
	box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5);
}

.product {
	height: 318px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
	color: #fff;
	font-family: 'MuseoSansCyrl700';
	position: relative;
	transition: box-shadow linear 250ms;
	overflow: hidden;
}

.product .product-head {
	display: flex;
	background: linear-gradient(180deg, #0E5170 0%, rgba(0, 161, 252, 0) 100%);
	align-items: center;
}

.product .product-head .product-head-code {
	width: 100px;
	height: 100px;
	margin: 5px 0 0 5px;
	text-align: center;
	line-height: 95px;
	background-position: center;
	background-repeat: no-repeat;
	/*background-image: url('../images/code-bg.svg');*/
	background-size: contain;
	text-transform: uppercase;
	font-size: 40px;
}

.product .product-head .product-head-code div {
	margin-left: -10px;
}

.product .product-head .product-head-name {
	text-align: right;
	font-size: 30px;
	flex: 1;
	padding: 0 5px;
}

.product .product-price {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 95px;
	height: 95px;
	border-radius: 100%;
	background-color: #00A0E3;
	text-align: center;
	display: flex;
	flex-direction: column;
	line-height: 25px;
	justify-content: center;
}

.product .product-price .product-price-currency {
	font-size: 16px;
}

.product .product-cart {
    position: absolute;
    bottom: 25px;
    left: 10px;
}

.product .product-cart .add-to-cart-btn {
    background: #FFB92A;
    color: #fff;
}

.product .product-cart .add-to-cart-btn:focus {
    box-shadow: 0 0 0 .25rem #40FFB92A;
}

.product .product-cart .exist-cart {
    display: flex;
    align-items: center;
    background-color: #FFB92A;
    border-radius: 5px;
    padding: 0 5px;
}

.product .product-cart .exist-cart .count {
    margin: 0 5px;
}

.product .product-cart .exist-cart .btn:focus {
    box-shadow: none;
}

.section-products {
	background-image: url('../images/background-text-big.png');
	background-color: #FFF;
	padding: 0px 0 40px 0;
}

.section-products .background-layer {
	margin-top: 200px;
}

.section-products h2 {
	color: #0E5170;
}

.section-products .product {
	margin-bottom: 30px;
}

.section-products .product:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.static-page .static-page-image,
.product-detail .product-detail-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    position: relative;
}

.static-page .static-page-image .static-page-image-name,
.product-detail .product-detail-image .product-detail-image-name {
    background: rgba(31, 19, 64, 0.8);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.static-page .static-page-image .static-page-image-name .text,
.product-detail .product-detail-image .product-detail-image-name .text {
    text-align: right;
    margin: 10% 5% 20% 0;
    font-family: MuseoSansCyrl700;
    color: #fff;
    font-size: 54px;
}

.static-page .static-page-image .static-page-image-name .text .sub,
.product-detail .product-detail-image .product-detail-image-name .text .sub {
    margin-top: 15px;
    font-size: 18px;
    font-family: MuseoSansCyrl300;
}

.static-page .static-page-image .static-page-image-name .text {
    margin: 0 10%;
    margin-left: 10px;
    font-size: 45px;
}

.static-page .images {
    background-image: url('../images/background-text-big.png');
    background-color: #F6F8F9;
    padding-bottom: 60px;
    margin-bottom: 120px;
    margin-top: 120px;
}

.static-page .images .caption {
    font-family: MuseoSansCyrl700;
    text-align: center;
    padding: 60px;
    font-size: 36px;
}

.static-page .images .item {
    margin-bottom: 60px;
}
.static-page .images .item img {
    height: 150px;
    margin-bottom: 15px;
    
}

.product-detail .info {
    background-image: url('../images/background-text-big.png');
}

.static-page .info .info-item,
.product-detail .info .info-item {
    display: flex;
    align-items: center;
}

.static-page .info .info-item {
    justify-content: space-between;
}

.static-page .info .info-item .info-value,
.product-detail .info .info-item .info-value {
    font-family: MuseoSansCyrl700;
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    line-height: 35px;
    justify-content: center;
    border-radius: 100%;
    background-color: #00A0E3;
    color: #fff;
    text-align: center;
    font-size: 45px;
    margin-left: 20px;
    flex-shrink: 1;
}


.static-page .info .info-item .info-value.description,
.product-detail .info .info-item .info-value.description {
    font-size: 22px;
    padding: 5px;
}


.static-page .info .info-item {
    margin-bottom: 15px;
}

.static-page .info .info-item .info-value {
    width: 80px;
    height: 80px;
    font-size: 25px;
    line-height: 20px;
}

.product-detail .info .info-item .info-value-desc {
    font-size: 25px;
}

.static-page .info .info-item .info-value-desc {
    font-size: 18px;
}

.static-page .info-box {
    box-shadow: 0px 30px 20px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 45px 25px;
    background-color: #fff;
    margin-top: 25px;
}

.modal-alert {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.tickets .ticket-item,
.cart .cart-item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../images/ticket.svg');
    height: 300px;
    width: 500px;
    margin: auto;
    position: relative;
}

.tickets .ticket-item .duration-container,
.cart .cart-item .count-container {
    position: absolute;
    left: 25px;
    bottom: 85px;
    font-family: MuseoSansCyrl700;
    max-width: 340px;
}

.cart .cart-item .count-container .count {
    font-size: 30px;
    margin: 5px;
}

.tickets .ticket-item .name,
.cart .cart-item .name {
    position: absolute;
    color: #0E5170;
    font-size: 30px;
    left: 25px;
    top: 85px;
    font-family: MuseoSansCyrl700;
    line-height: 25px;
    max-width: 340px;
}

.tickets .ticket-item .qr-code,
.cart .cart-item .item-total {
    position: absolute;
    color: #0E5170;
    font-size: 30px;
    right: 30px;
    top: 125px;
    font-family: MuseoSansCyrl700;
    width: 75px;
}


#ticket-qr {
    max-width: 100%;
}

.cart .cart-item .item-total .currency {
    font-size: 15px;
    margin-top: -15px;
}

.cart .total .total-text {
    color: #00A0E3;
    font-size: 54px;
}

.cart .total .total-text #total-value {
    font-family: MuseoSansCyrl700;
    font-size: 60px;
}

.btn-cart {
    padding: 0;
    border-radius: 100%;
    background-color: #00A0E3;
    color: #fff;
    width: 45px;
    height: 45px;
}

.btn-cart:hover {
    color: #fff;
    background-color: #007de3;
}

.form-item {
    width: 330px;
    margin: auto;
}

.form-item img {
    margin-left: -7.5px
}

.custom-input {
    font-family: MuseoSansCyrl700;
    border: none;
    width: 100%;
    position: absolute;
    bottom: 12px;
    text-align: center;
    color: #00A0E3;
    background-color: transparent !important;
}

.custom-input:focus {
    border: none !important;
    color: #FCCF00;
    background-color: transparent;
}

.payment .content {
    min-height: 35vh;
}


.overflow-modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.8);
}

.list-news {
    margin-bottom: 45px;
}

.list-news .news-item {
    background: #fff;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
}

.list-news .news-item .image {
    height: 250px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.list-news .news-item .caption {
    padding: 10px 15px 5px 15px;
    font-weight:bold;
    font-family: 'MuseoSansCyrl700';
}

.list-news .news-item .text {
    padding: 5px 15px;
   font-size: 20px;
}

.list-news .news-item .date {
    text-align: right;
    padding: 5px 15px 10px 15px;
    font-size: 14px;
}

.mobile-menu {
    position: fixed;
    left: -100vw;
    top: 0;
    bottom: 0;
    width: 100%;
    transition: all linear 250ms;
    background-color: #1F1340;
    z-index: 1;
    padding: 15px;
	z-index: 10000;
}

.mobile-menu .close-menu {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 15px;
    top: 15px;
}

.mobile-menu .navbar-nav .nav-item.active::after {
    width: 0 !important;
}

.mobile-menu .navbar-nav .nav-item .nav-link{
    text-align: left;
}

.mobile-menu .header-text {
    color: #fff;
}

.mobile-menu-bar {
    background-color: #1F1340;
    padding: 15px;
}
.mobile-menu-bar .cart-module-label,
.mobile-menu-bar .cart-module-count {
    color: #fff;
}

.mobile-menu .login .auth-text-link {
    color: #ffffff !important;
    font-size: 16px;
    font-weight: bolder;
    text-transform: uppercase;
}

.mobile-menu .login .auth-text-link img {
    height: 25px;
    width: 25px;
    margin-right: 8px;
}

.mobile-menu .nav-link-img {
    height: 25px;
    width: 25px;
}


.mobile-menu.show {
    left: 0;
}

.contacts {
    background-image: url('../images/contact-bg.svg');
}

.contacts .form,
.contacts .info {
    padding: 55px 15px 25px 15px;
}

.contacts h3 {
    font-family: MuseoSansCyrl700;
    font-size: 35px;
    color: #1F1340;
    text-transform: uppercase;
}

.contacts .form {
    background-color: rgba(246,248,249, 0.5);
    padding-bottom: 166px;
    /*height: 850px; /* remove after create form*/
}

#fox_form_m97 div.fox-capcha-container {
    position: relative;
}

#fox_form_m97 div.fox-capcha-container .fcaptchainputcontainer {
    float: none;
}

#fox_form_m97 div.fox-capcha-container .fcaptcha-reload-container {
    position: absolute;
    top: 10px;
    right: 50px;
}

div#foxcontainer_m97 .fox_form .fcaptchainputcontainer input[type="text"]  {
    width: 100% !important;
}

.contacts .footer {
    position: absolute;
    bottom: 0;
}

.block-section{
   border: 1px solid #00A0E3;
   border-radius: 10px;
}

.orders .orders-item {
    border: 1px solid #00A0E3;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.orders .orders-item .date {
    color: rgba(14, 81, 112, 0.48);
    font-size: 16px;
}

.orders .orders-item .order-items {
    margin-top: 25px;
    font-family: MuseoSansCyrl700;
}

.orders .orders-item .order-items .item {
    margin-bottom: 25px;
}

.orders .orders-item .order-items .item .name {
    color: #0E5170;
}

.orders .orders-item .order-items .item .price {
    text-align: center;
    color: #00A0E3;
    font-size: 35px;
    line-height: 25px;
}

.orders .orders-item .order-items .item .price .currency {
    font-size: 18px;
}

.orders .orders-item .order-total {
    color: #DA1919;
}

.orders .orders-item .order-total img {
    width: 100%;
}

.orders .orders-item .order-total .price {
    font-family: MuseoSansCyrl700;
    font-size: 35px;
}

.orders .orders-item .order-total .btn.btn-reuse img {
    width: 100%;
    margin-top: -20px;
}

.orders .orders-item .order-total .btn.btn-reuse {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    padding: 10px;
    margin-top: 10px;
    background-color: #DA1919;
}

/* slider ovveride */

.djslider-default .slide-desc-in {
	position: absolute;
	transform: translateY(-50%);
}

.djslider-default .slider-container .slide-desc {
	background: rgba(31, 19, 64, 0.8);
    position: absolute;
    right: 0 !important;
    top: 0;
	left: unset !important;
    bottom: 0 !important;
    width: 30% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.djslider-default .slider-container .slide-desc-bg.slide-desc-bg-default {
	background: none;
}

.djslider-default .slider-container .slide-title {
	margin: 0 10%;
    margin-left: 10px;
    font-size: 45px;
	font-family: MuseoSansCyrl700;
}

.djslider-default .slider-container .slide-text {
    margin-left: 10px;
}

.djslider-default .navigation-container {
	top: 50% !important;
	transform: translateY(-50%) !important;
}

.navigation-container-custom {
	position: absolute;
	bottom: 25px;
	right: 0px;
	width: 30%;
	padding-left: 5px;
}

.navigation-container-custom img {
	width: 150px;
	margin: 5px 5px;
	opacity: 1;
	transition: all linear 250ms;
	cursor: pointer;
}

.navigation-container-custom img:hover {
	opacity: 1;
}

/* end slider ovveride */

/* fox contact ovveride */
div#foxcontainer_m97{text-align:center;}
div#foxcontainer_m97 .btn{
    width: 154px !important;
	height: 154px !important;
	background: #FFB92A !important;
	border-radius: 100px !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
	padding-top: 10px !important;
	color: #ffffff !important;
	margin: 40px 0 40px 0 !important;
    transition: all linear 250ms !important;
    border:none;
    text-shadow:none;
}
div#foxcontainer_m97 .btn:hover{
    background: #51BC98  !important;
    color: #fff  !important;
}

div#foxcontainer_m97 .fox_form select, div#foxcontainer_m97 .fox_form textarea, div#foxcontainer_m97 .fox_form input[type="text"] {
    width: 100%;
    max-width: 534px;
    height: 62px;
    background: #FFFFFF;
    border-radius: 5px
}
div#foxcontainer_m97 .radio input[type="radio"], div#foxcontainer_m97 .checkbox input[type="checkbox"] {
    float: none;
    margin-right: 10px;
    
}
div#foxcontainer_m97 .control-group .checkbox {
    font-size:16px;
}
.fox_messages{
    font-size:16px;
}
/* end fox contact ovveride */

div.itemListCategory {
     background: transparent;
    border: none;
    border-radius: 4px;
    margin: 0px; 
    padding: 8px;
}
.catItemTitle{
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
div.catItemIntroText {
    font-size: inherit;
    font-weight: normal;
    line-height: inherit;
    padding: 4px 15px 12px 15px;
}


div.itemHeader h2.itemTitle {
    padding: 50px 0 25px 0;
    margin: 0;
}
div.itemToolbar {
    background: transparent;
    padding: 0px;
    margin: 0px;
}

.main-menu-container {
    width: 100%;
}

.to-attraktsiony {
    margin-bottom: 5px;
}

.fixed-cart {
    display: none;
}

.fixed-cart .to-attraktsiony {
    margin-bottom: 0;
}

.fixed-top .main-menu-container {
    width: 80%;
}

.fixed-top .fixed-cart {
    display: block;
    margin-right: 20px;
    margin-left: 10px;
}

.fixed-cart a {
    color: #FFF;
}

.float-cart {
    position: fixed;
    right: 0;
    top: 190px;
    background-color: #FFB92A;
    padding: 10px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    z-index: 10;
}

.menu-fixed-top.float-cart {
    /*top: 80px;*/
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: #fff;
}

.padding-menu {
    padding-top: 140px;
}



@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0rem !important;
		padding-left: 0rem !important;
	}
}

@media (min-width: 768px) {
    .text-md-center {
        text-align: center !important;
    }
    
    .text-md-end {3
        text-align: right !important;
    }
    
    .text-md-left {
        text-align: left !important;
    }
}

@media(max-width: 1399px){
    .header-text,
    .to-attraktsiony{
        font-size: 14px;
    }
    
    #section-menu .navbar-nav .nav-link {
        font-size: 12px;
        white-space: nowrap;
    }
    
    .djslider-default .slider-container .slide-title {
        font-size: 36px;
    }
    
    .navigation-container-custom img {
        width: 100px;
    }
}

@media(max-width: 1199px){
    .header-text {
        font-size: 11px;
    }
    
    .auth-text-link {
        font-size: 11px;
    }
}

@media(max-width: 992px){
    .header-text {
        font-size: 24px;
    }
    
    .product-detail .info .info-item .info-label {
        width: 60%;
    }
    .product-detail .info .info-item .info-value {
        margin-bottom: 1rem;
    }
	.navigation-container-custom {
		display: none;
	}
	
	.djslider-loader.djslider-loader-default {
		padding-bottom: 0px !important;
	}
	
	.djslider.djslider-default {
		height: auto !important;
	}
	
	.djslider-default .slide-desc-in {
		position: relative;
		transform: unset;
		top: unset;
	}
	
	.djslider .slider-container {
		position: relative;
		background: rgba(31, 19, 64);
	}
	
	.djslider-default .slider-container .slide-desc {
		width: 100% !important;
		position: relative;
	}
	
	.djslider.djslider-default li {
		height: auto !important;
	}
	
	.djslider-default .slider-container .slide-title {
		font-size: 24px;
		text-align: center;
		margin: 10px;
	}
	
	.djslider-default.img-vcenter img.dj-image {
		position: relative;
		top:0;
		transform: unset;
		height: unset;
		width: unset;
	}
	
	#section-text {
		padding-top: 0;
	}
	
	.product .product-price {
		font-size: 24px;
	}
	
	.mobile-menu-bar {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 999;
	}
	
	header {
		padding-top: 70px;
	}
    
    .float-cart {
        top: 80px;
    }
    
    .padding-menu {
        padding-top: 0px;
    }
}

@media (max-width: 768px) {
    
    body,
    html {
        font-size: 18px;
    }
    
	.header-reg-cart-block {
		justify-content: center !important;
		text-align: center;
	}
    
    .static-page .images .caption {
        font-size: 24px;
    }
    
    .static-page .static-page-image .static-page-image-name,
    .product-detail .product-detail-image .product-detail-image-name {
        width: 100%;
        
    }
    
    .static-page .static-page-image .static-page-image-name .text,
    .product-detail .product-detail-image .product-detail-image-name .text {
        font-size: 35px;
        margin: 10px;
        text-align: center;
    }
    
    .static-page .static-page-image .static-page-image-name .text .sub,
    .product-detail .product-detail-image .product-detail-image-name .text .sub{
        font-size: 14px;
    }
    
    
    .product-detail .info .info-item .info-label {
        width: 50%;
        font-size: 20px;
    }
    
    .product-detail .info .info-item .info-value {
        width: 80px;
        height: 80px;
        font-size: 26px;
        margin-left: 45px;
        margin-bottom: 20px;
        line-height: 24px;
    }
    
    .product-detail .info .info-item .info-value-desc {
        font-size: 16px;
    }
    
    .contacts .form,
    .contacts .info {
        padding: 25px;
    }
	
	#section-text,
	#section-product-main-page,
	.section-products,
	.static-page .images,
	.product-detail .info	{
		background-image: none;
	}
	
    .header-cart-text-link {
		font-size: 18px;
	}
	
	.header-cart-text-link img {
		height: 16px;
	} 
	
	header {
		padding-top: 61px;
	}
}

@media (max-width: 576px) {
    h2 {
        margin: 0px 0 20px 0;
        padding: 40px 0 20px 0;
    }
	.header-reg-cart-block {
		margin-top: 40px;
	}
    
    .tickets .ticket-item, .cart .cart-item {
        width: 300px;
        height: 180px;
    }
    
    .tickets .ticket-item .name, 
    .cart .cart-item .name {
        font-size: 20px;
        left: 20px;
        top: 50px;
        max-width: 200px;
        line-height:18px;
    }
    
    .tickets .ticket-item .duration-container, 
    .cart .cart-item .count-container {
        left: 20px;
        bottom: 43px;
        font-size: 14px;
    }
    
    .cart .cart-item .count-container .count {
        font-size: 18px;
    }
    
    .btn-cart {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    
    .tickets .ticket-item .qr-code, 
    .cart .cart-item .item-total {
        right: 15px;
        top: 70px;
        font-size: 20px;
        width: 50px;
    }
    
    .cart .cart-item .item-total .currency {
        margin-top: -10px;
    }
    
    .cart .total img {
        width: 100%;
    }
    
    .cart .total .total-text {
        font-size: 34px;
    }
    
    .cart .total .total-text #total-value {
        font-size: 40px;
    }
    
    .tickets .ticket-item .qr-code .btn {
        padding: 0;
    }

    .add-fix-btn {
        padding-top: 10px !important;
		top: 70px;
		width: 150px !important;
		font-size: 16px;
		height: auto !important;
		margin: 0;
    }
    
    .static-page .info .info-item .info-value.description,
    .product-detail .info .info-item .info-value.description {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .header-text {
        font-size: 14px;
    }
}

@media (min-width: 2000px) {
    #section-header .position-relative .djslider,
    #section-header .position-relative .djslider ul li {
        width: 100vw !important;
        max-width: 100vw !important;
    }
}


