h1,h2,h3,h4,h5,h6{
    font-weight: unset;
    margin: unset;
    font-size: unset;
}

.seo-text .text{
    max-width: 850px;
}

.seo-text .text ul li{
    padding-left: 25px;
    position: relative;
}

.seo-text .text ol li{
    list-style-position: inside;
}

.seo-text .text ul li:before{
    content: '';
    width: 10px;
    height: 10px;
    background: url(../img/marker.svg) center/contain no-repeat;
    position: absolute;
    left: 0;
    top: 7px;
}

.seo-text a{
    color: #ff849c;
    text-decoration: underline;
    cursor: pointer;
}

@media all and (max-width: 1200px) {
    .seo-text .text {
        max-width: 100%;
    }
}


.pagination .active{
    font-family: "Cormora-italic";
    font-size: 80px;
    line-height: 40px;
    margin-top: -15px;
}

mark {
	background: transparent;
    color: #222336;
}

.filter__list label {
    display: block;
    padding: 5px 0;
    position: relative;
    z-index: 1;
	cursor: pointer;
}

.filter__list label:before {
    width: 27px;
    height: 27px;
    content: '';
    background: url(../img/hover.svg) left center/contain no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    opacity: 0;
    z-index: 0;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    left: -8px;
}

.filter__list label:hover:before, .filter__list label.active:before {
    opacity: .3;
}

.filter__list label input{
    display: none;
}

.account .row {
    display: flex;
	flex-wrap: nowrap;
}

.account:after {
    content: '';
    width: 400px;
    height: 1000px;
    background: url(../img/bg_2.svg) center top/390px auto no-repeat;
    position: absolute;
    top: 30%;
    /* left: -70px; */
    right: 87%;
    opacity: .6;
    z-index: -1;
}

@media all and (max-width: 1440px) {
  .account:after {
    background: none;
   }
}

.account .catalog {
    float: left;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.account .catalog:after{
    display:none;
}

.main-account .catalog{
    background: none;
}

.main-account .catalog:after{
    display:none;
}

.container.account{
	display: flex;
}

.catalog:before {
    top: 500px;
}

.form-control {
    position: relative;
    display: block;
    float: right;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    -webkit-appearance: none;
    padding: 0 0 6px;
    z-index: 8;
    width: 100%;
    background: transparent;
    color: #222336;
}

.control-label {
    display: inline-block;
    color: #6a7989;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    overflow: hidden;
    padding: 0;
    width: 100%;
    color: #222336;
    text-align: left;
}

.control-label::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 2px;
    background: #222336;
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.form-control:focus + .control-label::before {
  background-color: #222336;
  height: 4px;
}

.form-control:focus + .control-label {
  pointer-events: none;
}

.form-control:focus + .control-label::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.form-control:focus + .control-label {
    color: transparent;
}

.href-center{
    text-align: center;
    width: 100%;
    display: block;
}

.main-account__login .btn{
	display: block;
    margin: auto;
    margin-top: 10px;	
}

.forgotten .buttons{
	margin-top: 15px;
}

.pull-left{
	float: left;
}

.pull-right{
	float: right;
}

.display_none{
	display: none!important;
}

.padding-30{
	padding-left: 30px;
	padding-right: 30px;
}

.create-account fieldset{
	width: 49%;
    float: left;
	border: none;
	padding-left: 0px;
}

.create-account .catalog{
	display: inline-block;
	width: 100%;
    background: transparent;
}

.create-account .buttons{
	margin-top: 15px;
	float: left;
}

.edit .buttons{
	margin-top: 15px;
}

.account .catalog:before, .create-account .catalog:before, .edit .catalog:before{
	content: none;
}

.header__number .number-wrap{
	width: 160px;
}

.dropdown__menu.txt2 a{
	font-family: 'Cormora';
    font-size: 20px;
    line-height: 30px;
}

.pagination .checkout-menu__item:after {
    content: '';
    width: 20px;
    height: 12px;
    background: url(../img/arrow.svg) center/contain no-repeat;
    display: inline-block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.pagination .checkout-menu__item.first:after {
	transform: rotate(0deg);
}

.map .gm-svpc, .map .gm-fullscreen-control, .map .gmnoprint .gm-style-mtc{
	display: none;
}

#d_ajax_filter{
	display: block!important;
}

.create-account fieldset b{
    font-size: 25px;
    margin-bottom: 25px;
    display: block;
}

.create-account fieldset .form-group{
	max-width: 350px;
}

.hr{
    float: left;
    display: block;
    width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 40px;
}

.hr div{
    float: left;
    display: block;
    width: 100%;
    height: 2px;
    background: #222336;
	padding-left: 15px;
	padding-right: 15px;	
}

.create-account .checkout__personal{
    float: left;
    margin-top: 30px;
    width: 100%;
    padding-right: 15px;
}

.btn{
	cursor: pointer;
}

.account .catalog{
    background: transparent;
}

.main-account__login {
    max-width: 400px;
}

.href-center {
    color: #ff849c;
    text-decoration: underline;
}

.account b {
    font-size: 25px;
    margin-bottom: 25px;
    display: block;
}

.hide{
	display: none;
}

.loader{  
    position: fixed;
    top: 30%;
    z-index: 999;
    width:100%;
    margin:0 auto;
		text-align: center;
}

.basket__umnoj{
	cursor: pointer;
}

.pointer-events-none{
    pointer-events: none;	
}

.checkout-menu__list a{
	cursor: pointer;
}

.login-create{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	margin-bottom: 40px;
}

.login-create a{
	position: relative;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-account__login{
	min-width: 300px
}


.login-tpl .form-group{
	margin-bottom: 35px;
}

.login-create-btn{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	margin-top: 40px;
}

.login-create-btn .href-center{
	text-align: right;
	margin-top: 20px;
}

.login-create-btn + .checkout__personal{
	margin-top: 35px;
}

.products__price:before {
    margin-top: 6px;
}

.filter__list--cat a {
    border-radius: 35px;
}

.create-account .title-sec:after {
    content: '';
    width: 50px;
    height: 4px;
    background: #ff839c;
    display: block;
    margin: 20px 0 80px;
}

.login-create a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../img/hover.svg) top/33px 40px no-repeat;
    z-index: -1;
    opacity: .3;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
	margin-top: -8px;
}

.login-create a:hover:before, .login-create a.active:before{
    background-position: center;
    opacity: .3;
}

.title-sec--404:after {
    margin-top: 100px;
}

.filter__list--cat a {
    padding: 10px 23px;
}

.basket__plus, .basket__minus {
    z-index: 0;
}

#input-payment-postcode{
	font-size: 20px;
}

.nice-select{
	z-index: 10;
}

.nice-select.j-select-new{
	z-index: 9;
}

.register-tpl .catalog{
	max-width: 1000px;
}

.register-tpl .hr{
	padding-left: 0px;
}

.register-tpl #address .form-group{
	float: right;
}

.register-tpl fieldset .form-group {
    width: 100%;
}

.register-tpl #address b {
	width: 100%;
    max-width: 350px;
    float: right;
}

.register-tpl .nice-select{
	height: 24.5px;
}

.tmd_delivery_address .txt2 .check__item{
    padding-left: 0px;
}

.tmd_delivery_address .txt2 .check__title:before{
	left: 2px;
}

.register-tpl .btn-primary{
	padding-top: 10px;
}

.nice-select .list{
	max-height: 285px;
    overflow-y: scroll;
}

.reviews-page .title-sec:after{
	margin: 20px 0 40px;
}

.reviews-page .alert{
	margin-bottom: 20px;
}

#name_step{
	display: none;
}

.j-dropdown.sort{
	font-family: "Montserrat";
    font-size: 15px;
}

.j-dropdown.sort .dropdown__menu.txt2 a{
    font-family: "Montserrat";
    font-size: 15px;
    line-height: 1.2;
    padding-bottom: 10px;
}

.products__more .btn {
	background: linear-gradient(to right, #ff9dc8 30%, #ff6262 100%);
}

.new-checkout__personal{
	align-items: start;
}

.poput-review{
	position: fixed;
    left: 0;
    top: 40%;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 99;
}

.poput-review .popup {
    display: inline-block;
    position: relative;
    max-width: 80%;
    vertical-align: middle;
}

.poput-review .acn-notification {
    display: block;
    clear: both;
    z-index: 5000;
    background: #FFF;
    padding: 25px;
    border: 1px solid #ff849c;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 2px 2px #DDDDDD;
    -moz-box-shadow: 0px 2px 2px #DDDDDD;
    box-shadow: 0px 2px 2px #DDDDDD;
}

.poput-review  .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
	-webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
	margin: -15px -10px 0px 15px;
}

#final-button h2, #final-button .well.well-sm{
	width: 100%;
}






@media screen and (max-width:1000px){
	.breadcrumbs .sort {display: none;}
}

@media screen and (max-width:970px){
	.products__sidebar {padding-bottom: 0px;}
	.register-tpl .btn-primary{min-width: 200px;}
	.footer__row1 .footer__item:last-child{margin-top: -100px;}
	.register-tpl .btn-primary{padding-top: 5px;}
}

@media screen and (max-width:767px){
	.account .row{display: block;}
	.delivery-menu > li > a {font-size: 24px;}
}

@media screen and (max-width:700px){
	.title-sec--404:after {margin-top: 45px;}
	.prev{margin-left: 12px;}
	#name_step{display: block; padding-bottom: 10px;}
	.footer__row1 .footer__item:last-child{margin-top: 0px;}
}

@media screen and (max-width:480px){
	.create-account fieldset{width: 100%;}
	.create-account .btn{margin-bottom: 40px;}
	.create-account .checkout__personal div{width: 100%;}
	.create-account .checkout__personal .login{margin-top: 20px; margin-bottom: 10px; display: block; text-align: left;}
	.header__number .number-wrap {width: auto;}
	.register-tpl #address .form-group{float: left;}
	.register-tpl #address b {float: left;}
	.page-404{min-height: auto;}
	.page-404 .pb-160 {padding-bottom: 300px;}
	.contacts{padding-bottom: 250px; background-position: top 200px right -775px;}
	.register-tpl .hr {display: none;}
	.checkout__personal > div:nth-child(2){order: 1; margin-bottom: 10px;}
	.checkout__personal > .btn-primary{margin: auto;}
}

@media screen and (max-width:400px){
	.products__sidebar .sort__btn{line-height: 16px; font-size: 12px;}
	.checkout-menu__item{width: 42px;}
	.pagination li {margin: 0 4px;}
	.pagination a {padding: 5px 8px;}
	.login-create-btn .href-center {margin-top: 16px;}
}



 #container { 
    height: 700px; 
    min-height: 100%; 
    width: 100%; 
    margin: 0 auto; 
    
}
	    
@media (max-width: 700px){
    #container {
        height: 500px;
    }
}
	    
/* 3-д тур */	    
#tourDIV {
	height:100%;
	position:relative;
	overflow:hidden;
}
#tourDIV:before{
    /* content: ""; */
    display: block;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    background-color: transparent;
}
#panoDIV {
	height:100%;
	position:relative;
	overflow:hidden;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
	
	
#panoDIV.cursorMoveMode {
	cursor: move;
	cursor: url(CvetuOtDuimovo4kidata/graphics/cursors_move_html5.cur), move;
}

#panoDIV.cursorDragMode {
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
	cursor: url(CvetuOtDuimovo4kidata/graphics/cursors_drag_html5.cur), default;
}

.overlay{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
    display: none;
    padding-right: 0 !important;
    opacity: 1;
    overflow-y: auto;
    transition: all .4s !important;
}
    

.overlay.active{
    display: block;
    opacity: 1;
}

.overlay__wrapper{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100%;
}
        
       

.overlay__bg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.8);
}

.overlay__content{
    /* width: 95%; */
    position: relative;
    z-index: 21;
    transform: scale(1);
    transition: transform .4s;
}
        


.overlay__close{
    position: absolute;
    z-index: 3;
    display: block;
    top: 10px;
    right: 30px;
    padding: 15px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    cursor: pointer;
    background: linear-gradient(to right, #ffb1d3 0%, #ff8181 100%);
}


.overlay__close:before,
.overlay__close:after{
    content: "";
    position: absolute;
    width: 25px;
    height: 3px;
    background: #ffffff;
    top: 48%;
}

.overlay__close:before{
    transform: rotate(45deg);
}

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


.banner-overlay{
	display: none;
}

.banner-overlay.active{
    display: block;
}

.banner-overlay .image-wrapper{
    font-size: 0;
    line-height: 0;
}

.img-desctop{
    display: block;
    max-height: 100vh;
}

.img-phone{
    display: none;
}

@media (max-width: 970px){
    .img-desctop{
        display: none;
    }
    .img-phone{
        display: block;
        border-top-right-radius: 24px;
    }
    .overlay__close {
        top: 5px;
        right: 5px;
        padding: 8px;
        width: 40px;
        height: 40px;
    }
    .overlay__close:before, 
    .overlay__close:after {
        width: 24px;
    }
}

.catalog-news .catalog__information a {
    color: #ff849c;
    text-decoration: underline;
    cursor: pointer;
}

.news-list .products__item {
    width: 25%;
}
.news-list .products__item .products__title {
    text-align: left;
}
.news-list .products__item .products__news-description {
    font-family: 'Cormora';
    font-size: 15px;
}
.news-list .products__item .products__news-description p {
    margin: 0;
}
@media (max-width: 1200px) {
    .news-list .products__item {
        width: 33.333%;
    }
}
@media (max-width: 700px) {
    .news-list .products__item {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .news-list .products__item {
        width: 100%;
    }
}