@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot');
    src: url('../fonts/icomoon.eot?gag5p7#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?gag5p7') format('truetype'), url('../fonts/icomoon.woff?gag5p7') format('woff'), url('../fonts/icomoon.svg?gag5p7#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
    content: "\e900";
}

.icon-arrow-long-left:before {
    content: "\e901";
}

.icon-arrow-long-right:before {
    content: "\e902";
}

.icon-arrow-right:before {
    content: "\e903";
}

.icon-close:before {
    content: "\e904";
}

.icon-instagram:before {
    content: "\e905";
}

.icon-search:before {
    content: "\e906";
}

.icon-vk:before {
    content: "\e907";
}

html {
    overflow-y: scroll;
}

body.modal-open {
    padding-right: 0px !important;
}

.modal-open {
    overflow: hidden;
}

body {
    font-family: 'Manrope', sans-serif;
    color: #231F20;
    background: #fffbfa;
    position: relative;
    font-size: 16px;
    font-weight: 400;
}

textarea {
    min-height: 120px;
}

.bx-breadcrumb {
    margin-bottom: 48px;
}

.bx-breadcrumb-item {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: rgba(35, 31, 32, 0.6);
}

.bx-breadcrumb-item a {
    color: #AC3444;
    text-decoration: none;
}

.bread_slash {
    margin: 0 6px 0 10px;
    position: relative;
    top: -1px;
    color: #AC3444;
    display: inline-block;
    font-size: 8px;
}

h3,
.h3 {
    color: #231F20;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
}

.head-page {
    margin-bottom: 60px;
}

h1 {
    font-weight: normal;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #AC3444;
    margin: 0px;
    padding: 0;
}

a {
    transition: all 0.15s ease-in-out;
    color: #AC3444;
}

a:hover {
    color: #231F20;
    text-decoration: none;
}

p {
    line-height: 24px;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.input-style {
    height: 45px;
    padding: 0 8px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 0px;
    color: #231F20;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-weight: 500;
    font-size: 16px;
    line-height: 45px;
}

.input-style:focus {
    outline: 0px;
    border-color: #AC3444;
}

::-webkit-input-placeholder {
    color: rgba(35, 31, 32, 0.7);
}

::-moz-placeholder {
    color: rgba(35, 31, 32, 0.7);
}


/* Firefox 19+ */

:-moz-placeholder {
    color: rgba(35, 31, 32, 0.7);
}


/* Firefox 18- */

:-ms-input-placeholder {
    color: rgba(35, 31, 32, 0.7);
}

.check_input {
    border-color: #444642;
}

.error_input {
    border-color: #f36363;
}

.error_input::-webkit-input-placeholder {
    color: #f36363;
}

.error_input::-moz-placeholder {
    color: #f36363;
}

.error_input:-moz-placeholder {
    color: #f36363;
}

.error_input:-ms-input-placeholder {
    color: #f36363;
}

.input-item {
    position: relative;
}

.input-item [class^="icon-"],
.input-item [class*=" icon-"] {
    position: absolute;
    right: 10px;
    display: none;
    top: 17px;
    font-size: 14px;
}

.input-item .icon-close:before {
    color: #f36363;
    right: 9px;
}

.input-item [class^="icon-"].active,
.input-item [class*="icon-"].active {
    display: block;
}

.input-item .icon-check:before {
    color: #65ab48;
}

.visible-xs,
.navbar-toggle {
    display: none !important;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 28px;
    height: 2px;
    background: #231F20;
}

.icon-bar+.icon-bar {
    margin-top: 5px;
}

.navbar-toggle {
    padding: 0;
    display: block;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0px;
    position: relative;
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 0px;
    display: none;
}

.navbar-light .navbar-brand {
    margin-right: 90px;
}

.logo {
    background-image: url(../images/logo.svg);
    width: 109px;
    height: 64px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.header {
    filter: drop-shadow(0px 7px 40px rgba(219, 188, 181, 0.2));
    background: #FFFAFA;
    padding: 12px 0;
    position: relative;
    z-index: 9;
    position: fixed;
    transition: all 0.15s ease-in-out;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.dropdown-toggle::after {
    display: none;
}

.navbar-light .navbar-nav .nav-link .icon-arrow-down {
    font-size: 6px;
    margin-left: 10px;
    position: relative;
    top: -3px;
}

.navbar-light .navbar-nav .nav-link .icon-arrow-down:before {
    color: #AC3444;
}

.footer {
    background: #FFF1F1;
    padding: 48px 0 40px;
}

.mb-120 {
    margin-bottom: 120px;
}

.page-inner {
    padding: 120px 0 120px;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.page-inner .shop-list,
.page-inner .head-page,
.page-inner .map-bb {
    position: relative;
    z-index: 5;
}

.shop-item a {
    display: block;
    min-height: 160px;
    position: relative;
    transition: all 0.25s ease-in-out;
    background: #FFFFFF;
    margin-bottom: 8px;
    -webkit-box-shadow: 0px 15px 40px rgb(205 93 85 / 20%);
    -moz-box-shadow: 0px 15px 40px rgba(205, 93, 85, 0.2);
    box-shadow: 0px 15px 40px rgb(205 93 85 / 20%);
}

.shop-list .col {
    flex: 0 0 25%;
}

.shop-item a:hover {
    -webkit-box-shadow: 0px 15px 40px rgb(205 93 85 / 30%);
    -moz-box-shadow: 0px 15px 40px rgba(205, 93, 8, 0.30);
    box-shadow: 0px 15px 40px rgb(205 93 85 / 30%);
}

.shop-item img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 80%;
    margin: auto;
}

.sub-text {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 22px;
    color: #231F20;
    font-feature-settings: 'pnum'on, 'lnum'on;
}

.shop-list .row {
    margin-left: -4px;
    margin-right: -4px;
}

.shop-list .row .col {
    padding-left: 4px;
    padding-right: 4px;
}

.footer-menu .nav-pills .nav-link:hover {
    color: #AC3444;
}

.footer-bottom {
    margin-top: 56px;
}


/*
.footer-menu .nav-pills .nav-item+.nav-item {
    margin-top: 8px;
}
*/

.footer a {
    transition: all 0.15s ease-in-out;
    color: #231F20;
}

.footer a:hover {
    color: #AC3444;
}

.social-list {}

.social-list a {
    /*
    background: #FFE7E6;
    border-radius: 50px;
    width: 33px;
    vertical-align: top;
    height: 33px;
*/
    display: inline-block;
    text-align: center;
    /*    line-height: 35px;*/
    color: #AC3444;
    font-size: 17px;
    transition: all 0.15s ease-in-out;
}

.social-list a+a {
    margin-left: 12px;
}

.footer .social-list {
    padding: 0.5rem 1rem;
}


/*
.social-list .vk {
    font-size: 12px;
}
*/

.social-list a:hover {
    color: #231F20;
}

.visible-xs {
    display: none;
}

.footer-menu {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}


/*
.footer-menu .nav {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
*/

.tools-h-item {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.tools-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tools-h-item+.tools-h-item {
    margin-left: 24px;
}

.head-box {
    margin-bottom: 30px;
}

.title-box {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #AC3444;
}

.map-top {
    margin-bottom: 40px;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.map-search {
    width: 100%;
    max-width: 500px;
}

.map-btn {
    text-align: right;
}

.map-search .input-item {
    position: relative;
}

.map-search .icon-search:before {
    color: #AC3444;
}

.map-search .input-item .input-style {
    width: 100%;
    max-width: 500px;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #DCA9BF;
    border-radius: 0;
    padding: 0;
}

.map-search .input-item .icon-search {
    display: block !important;
    right: 0px;
    top: 11px;
    font-size: 18px;
    cursor: pointer;
}

.map-btn {
    text-align: right;
}

.map-btn .btn-lg {
    padding: 10px 40px;
}

.map-bottom {
    border: 1px solid #E0E0E0;
    background: #fff;
}

.tools-map {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
    border: 1px solid #fffbfa;
    margin: 0 -1px 0;
    border-bottom: 1px solid #E6E7E8;
}

.tools-link.active {
    color: #000;
}

.link-list {
    width: 160px;
}

.tools-link {
    font-size: 16px;
    cursor: pointer;
    line-height: 20px;
    color: #ac3444;
    white-space: nowrap;
}

.link-map {
    text-align: right;
    width: calc(100% - 160px);
}

.scroll-box {
    height: 600px;
    position: relative;
}

.unit-list {
    background: #fff;
    padding: 30px;
}

.unit-list .unit-item+.unit-item {
    border-top: 1px solid rgba(35, 31, 32, 0.2);
    padding-top: 15px;
    margin-top: 15px;
}

.data-unit {
    display: block;
}

.title-unit {
    display: block;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #AC3444;
    line-height: 20px;
    text-transform: uppercase;
}

.data-unit-i {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #231F20;
}

.data-unit .data-unit-i+.data-unit-i {
    margin-top: 8px;
}

.btn-lg {}

.btn {
    cursor: pointer;
    border-radius: 0px;
    padding: 15px 40px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    font-feature-settings: 'pnum'on, 'lnum'on;
}

.btn-danger {
    color: #FFFAFA;
    background-color: #AC3444;
    border-color: #AC3444;
}

.btn-danger:focus,
.btn-danger:hover {
    background-color: #7a1a27;
    border-color: #7a1a27;
}

.btn-link {
    color: #AC3444;
    height: 20px;
    padding: 0px;
    border-bottom: 1px solid #AC3444;
}

.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
    color: #231F20;
    border-bottom: 1px solid #231F20;
}

.btn-arrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #AC3444;
    width: 150px;
    padding: 0;
}

.btn-text {
    -ms-flex-item-align: center !important;
    align-self: center !important;
    width: calc(100% - 40px);
    padding-right: 13px;
}

.ico-btn {
    width: 40px;
    height: 40px;
    position: relative;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.ico-btn-in {
    -ms-flex-item-align: center !important;
    align-self: center !important;
      width: 40px;
    left: 0;
    right: 0px;
    height: 40px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    position: absolute;
}
.ico-btn-in:before {
    content: '';
    width: 40px;
    left: 0;
    right: 0px;
    height: 40px;
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background: #E8A5B2;
    border-radius: 50%;
    -webkit-animation: arrow-animation 2.5s linear Infinite;
    animation: arrow-animation 2.5s linear Infinite;
}

@-webkit-keyframes arrow-animation {
	0% {
		transform: scale3d(1, 1, 1);
	}
	50% {
		transform: scale3d(1.05, 1.05, 1.05);
	}
	100% {
		transform: scale3d(1, 1, 1);
	}
}

@keyframes arrow-animation {
	0% {
		transform: scale3d(1, 1, 1);
	}
	50% {
		transform: scale3d(0.85, 0.85, 0.85);
	}
	100% {
		transform: scale3d(1, 1, 1);
	}
}

.ico-btn .icon-arrow-long-right {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -5px;
    font-size: 11px;
    width: 25px;
    height: 11px;
    margin: auto;
    color: #AC3444;
}

.btn-arrow:hover .btn-text,
.btn-arrow:focus .btn-text {
    color: #231F20;
}

.btn-arrow:hover .ico-btn-in {

}



.btn-block-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.btn-block-flex .btn {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.modal-content .close {
    position: absolute;
    right: 20px;
    font-size: 21px;
    top: 20px;
    z-index: 999;
}

.modal-content {
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgb(0 0 0 / 40%);
    border-radius: 3px;
    border: 0;
}

.modal-body {
    padding: 35px 40px;
}

.modal-head {
    margin-bottom: 30px;
}

.modal-title {
    font-size: 24px;
    line-height: 44px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #AC3444;
}

.form-vert .form-item {
    /*max-width: 390px;*/
    max-width: 420px;
}

.title-label {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
    padding-left: 8px;
    color: #231F20;
    display: block;
}

.btn-top {
    margin-top: 40px;
}

.btn-top-sm {
    margin-top: 24px;
}

.form-vert .form-item+.form-item {
    margin-top: 20px;
}

.jq-checkbox,
.jq-radio {
    width: 20px;
    height: 20px;
    border: 1px solid #AC3444;
    margin: 0 8px 0 0;
    background: transparent;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05), inset 0px 0px #FFF, inset 0px 0px #FFF;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05), inset 0px 0px #FFF, inset 0px 0px #FFF;
}

.jq-checkbox {
    border-radius: 0;
}

.jq-checkbox.checked .jq-checkbox__div {
    width: 10px;
    height: 5px;
    margin: 6px 0 0 4px;
    border-bottom: 2px solid #AC3444;
    border-left: 2px solid #AC3444;
}

.jq-checkbox input,
.jq-radio input {
    width: 0;
}

.legal-check {
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.legal-check .check-inline {
    width: 20px;
}

.legal-check .check-text {
    width: calc(100% - 20px);
    padding-left: 15px;
}

.modal .btn-top .btn {
    display: block;
    width: 100%;
}

.search-page .map-search {
    margin-bottom: 50px;
    max-width: inherit;
}

.search-page .map-search .input-item .input-style {
    max-width: inherit;
}

.wrapper {
    position: relative;
    overflow: hidden;
}


/*
.bubble-rb {
    height: 906.7822125005556px;
    width: 729.9007946463227px;
    position: absolute;
    left: 74.17%;
    right: -12.19%;
    top: 98.38%;
    bottom: -60.45%;
    background: rgba(255, 232, 232, 0.7);
    transform: matrix(0.97, -0.26, -0.26, -0.97, 0, 0);
}*/

.bubble-rb {
    position: absolute;
    bottom: -15%;
    right: -50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/buble-rb.svg);
    height: 906px;
    width: 729px;
    z-index: 2;
}

.bubble-c {
    position: absolute;
    bottom: 0%;
    right: 0px;
    top: 0px;
    left: 0px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/bubble-c.svg);
    width: 552.5px;
    transform: rotate(-60deg);
    height: 503.47px;
    z-index: 2;
}

.bubble-rt {
    z-index: 2;
    position: absolute;
    top: -15%;
    right: -50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/buble-rt.svg);
    height: 802px;
    width: 718px;
}

.lef-tii {
    position: relative;
}

.lef-tii-cnt {
    z-index: 5;
    position: relative;
}

.bubble-lt {
    z-index: 2;
    position: absolute;
    top: -15%;
    left: -50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/buble-lt.svg);
    height: 673px;
    width: 738px;
}

.bubble-lb {
    z-index: 2;
    position: absolute;
    bottom: -15%;
    left: -50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/buble-lb.svg);
    height: 618px;
    width: 638px;
}

.bubble-rm {
    z-index: 2;
    position: absolute;
    top: 100px;
    right: -135px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/buble-rm.svg);
    height: 598px;
    width: 656px;
}

.bubble-lm {
    z-index: 2;
    position: absolute;
    top: 1390px;
    left: -135px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/buble-lm.svg);
    height: 769px;
    width: 844px;
}

.bubble-rmb {
    z-index: 2;
    position: absolute;
    top: 2000px;
    right: -135px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/buble-rmb.svg);
    height: 769px;
    width: 844px;
}

.menu-link-list a {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fff;
}

.bubble-rmbs {
    top: 3700px;
}

.bubble-lms {
    top: 2300px;
}

.menu-link-list {
    background: #AC3444;
    padding: 18px 0 42px;
}

.menu-link-list a:after {
    background: transparent;
    border-radius: 0px 0px;
    padding: 0;
    width: 0px;
    height: 0px;
    margin: 0 24px;
    display: inline-block;
    content: '';
    position: relative;
    top: -2px;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    line-height: 20px;
    color: #231F20;
    transition: all 0.2s ease-in-out;
}

.footer.nav-link {
    transition: all 0.2s ease-in-out;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
}

.navbar-toggle:focus {
    outline: none;
}

.block_header_activity {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999999;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    font-feature-settings: lnum;
    font-variant-numeric: lining-nums;
    padding: 30px 10px;
    color: #FFFAFA;
    background-color: #AC3444;
    box-shadow: 0px 0px 40px rgb(126 141 159 / 25%);
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transform: translateY(-251%) !important;
}

.block_header_activity.active {
    transform: translateY(0%) !important;
}

.screen-img {
    max-width: 100%;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.first-screen {
    position: relative;
    z-index: 5;
}

.first-screen .screen-img {
    max-width: 100%;
    width: 100%;
    height: 590px;
    max-height: 590px !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.text-category,
.opt-text {
    max-width: 450px;
}

.first-scpage {
    position: relative;
    overflow: hidden
}

.contact-data {
    max-width: 550px;
}

.contact-data .col-md-6 {
    margin-bottom: 40px;
}

.title-con {
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    line-height: 26px;
    padding-bottom: 0px;
    color: #AC3444;
    margin-bottom: 12px;
}

.cnt-con {
    font-size: 16px;
    line-height: 24px;
    color: #231F20;
}

.cnt-con p {
    margin-bottom: 8px;
}

.cnt-con a {
    color: #231F20;
    font-weight: 600;
}

.cnt-con a[target] {
    color: #AC3444;
}

.rub {
    display: inline-block;
    line-height: 10px;
    border-bottom: 2px solid #231F20;
    width: 0.4em;
}

.card-price-text {
    font-weight: 400;
    font-size: 14px;
    margin-left: 30px;
    align-self: flex-end;
    line-height: 20px;
    font-feature-settings: 'pnum'on, 'lnum'on;
    color: #231F20;
}

.card-price-value sup {
    margin-left: 7px;
}

.card-price-value {
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #231F20;
}

.card-price {
    margin-top: 40px;
    margin-bottom: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.btn-block .btn+.btn {
    margin-left: 32px;
}

.card-cnt h1 {
    font-size: 22px;
    line-height: 32px;
    text-transform: inherit;
    color: #231F20;
}

.category-sub {
    font-size: 14px;
    line-height: 20px;
    color: #AC3444;
    margin-bottom: 12px;
	text-transform: uppercase;
}

.card-gallery-sm .img-sm {
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: cover;
    width: 100px;
    opacity: 0.7;
    height: 100px;
}

.card-gallery-sm .slick-slide.slick-active .img-sm {
    opacity: 1;
}

.card-gallery-sm .img-sm+.img-sm {
    margin-top: 15px;
}

.card-gallery-sm .icon-ctrl {
    position: relative;
    display: block;
    color: #333;
    border: 1px solid #333;
}

.card-gallery-sm .icon-ar-top {
    margin-bottom: 15px;
}

.card-gallery-sm .icon-ar-bottom {
    margin-top: 15px;
}

.card-gallery-sm .icon-ctrl[class^="icon-"]:before,
.card-gallery-sm .icon-ctrl[class*=" icon-"]:before {
    color: #333;
    font-size: 13px;
}

.card-gallery-sm .icon-ctrl[class^="icon-"]:hover:before,
.card-gallery-sm .icon-ctrl[class*=" icon-"]:hover:before {
    color: #fff;
}

.card-gallery-sm .icon-ctrl:hover {
    background: #333;
}

.card-gallery-sm .slick-track {
    margin: 0;
}

.card-gallery-sm .slick-slide {
    padding: 0;
    width: 100px !important;
    display: block;
    clear: both;
    height: 100px;
    transition: all 0.2s ease-in-out;
    float: none;
    min-height: 100px !important;
}

.card-gallery-big .slick-slide {
    height: 600px;
    position: relative;
}

.card-gallery-big .slick-slide img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.2s ease-in-out;
    bottom: 0;
    right: 0;
    margin: auto;
}

.card-gallery-sm {
    width: 100px;
    position: relative;
}

.card-gallery-sm .slick-slider .slick-track,
.card-gallery-sm .slick-slider .slick-list {
    padding: 0px !important;
    width: 102px !important;
}

.card-gallery-sm .slick-slider .slick-track .slick-slide+.slick-slide {
    margin-top: 8px;
    background: #fff;
}

.card-gallery-sm .slick-slide.slick-current.slick-active .img-sm {
    opacity: 1;
    outline: 1px solid #AC3444;
}

.card-gallery-sm .icon-ar-top {
    position: absolute;
    top: 0;
    bottom: inherit;
    left: 0;
    right: 0;
}

.ctrl-biggallery {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
}

.card-gallery-big .slick-dots {
    margin-top: 20px;
}

.card-tabs {
    margin-top: 20px;
}

.nav-tabs {
    border-bottom: 0px solid #DCA9BF;
}

.nav-tabs .nav-link {
    font-size: 14px;
    line-height: 20px;
    color: #E8A5B2;
	cursor: pointer;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2px;
    border-bottom: 1px solid #E8A5B2;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: transparent;
    color: #AC3444;
    border-bottom: 1px solid #AC3444;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #AC3444;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 1px solid #AC3444;
}

.nav-tabs .nav-item+.nav-item {
    margin-left: 30px;
}

.tab-content {
    padding-top: 15px;
}

.char-item {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'pnum'on, 'lnum'on;
    color: #2B2522;
}

.char-list .char-item+.char-item {
    margin-top: 5px;
}

.desc-card {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'pnum'on, 'lnum'on;
    color: #231F20;
}

.nav-tabs .nav-item:first-child .nav-link {
    padding-left: 0px;
}

.card-gallery-big {
    position: relative;
    width: calc(100% - 100px);
    padding-left: 8px;
}

/*
.card-gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
*/

.slick-dots li button:before {
    background: #FDDFDF;
    width: 12px;
    transition: all 0.2s ease-in-out;
    height: 4px;
    opacity: 1;
    border-radius: 0%;
    content: '' !important;
    font-size: 0;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    background: #AC3444;
    width: 20px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.card-gallery-big-in {
    position: relative;
    background: #fff;
}

.tr-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 82px;
    height: 82px;
}

.tr-item {
    max-width: 225px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.tr-item-text {
    -ms-flex-item-align: center !important;
    align-self: center !important;
    width: calc(100% - 82px);
    color: #AC3444;
    padding-right: 16px;
    font-size: 16px;
    line-height: 22px;
}

.tr-item-img {
    -ms-flex-item-align: center !important;
    align-self: center !important;
    width: 82px;
}

.tr-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.tr-list .tr-item+.tr-item {
    margin-left: 80px;
}

.tr-block {
    margin-top: -60px;
    margin-bottom: 56px;
}

.pr-item {
    background: #fff;
    display: block;
    text-align: center;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 10px 50px rgb(219 183 181 / 20%);
    -moz-box-shadow: 0px 10px 50px rgba(219, 183, 181, 0.2);
    box-shadow: 0px 10px 50px rgb(219 183 181 / 20%);
}

.pr-item:hover {
    -webkit-box-shadow: 0px 10px 50px rgb(219 183 181 / 50%);
    -moz-box-shadow: 0px 10px 50px rgba(219, 183, 181, 0.5);
    box-shadow: 0px 10px 50px rgb(219 183 181 / 50%);
}

.pr-item:hover .pr-tt {
    color: #AC3444;
}

.pr-cnt {
    padding: 40px 20px 40px 20px;
}

.pr-t {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #AC3444;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.pr-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 330px;
}

.pr-tt {
    margin-top: 8px;
    color: #231F20;
    font-size: 16px;
    line-height: 26px;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.category-page-tools {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 40px;
    align-items: flex-end;
    justify-content: space-between;
}

.category-search .input-item .input-style {
    width: 100%;
    max-width: 500px;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(35, 31, 32, 0.5);
    border-radius: 0;
    padding: 0;
}

.category-search .input-item {
    position: relative;
}

.category-page-tools .category-search {
    width: 100%;
    max-width: 500px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0px;
}

.catalog-filter {
    padding-left: 15px;
    padding-right: 15px;
}

.category-search .input-item .icon-search {
    display: block !important;
    right: 0px;
    top: 11px;
    font-size: 18px;
    color: #AC3444;
    cursor: pointer;
}

.sort-box .jq-selectbox__select {
    padding: 0 17px 0 0px;
    font-weight: 400;
    color: #5E5E5F;
    font-size: 14px;
    height: auto;
    line-height: 150%;
    border: 1px solid transparent;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font: inherit;
    text-shadow: none;
    position: relative;
}

.sort-box .jq-selectbox__select {
    color: #B7916C;
}

.sort-box .jq-selectbox__dropdown {
    margin: 2px 0 0;
    border: 0px solid #dca9bf;
    border-radius: 0px;
    font: inherit;
    font-size: 14px;
    line-height: 150%;
    color: #2C5535;
    background: #FFF;
    box-shadow: 0px 10px 30px rgba(136, 138, 137, 0.05);
    padding: 16px 0;
    min-width: 215px;
}

.sort-box.jq-selectbox__trigger {
    border: 1px solid transparent;
    width: 9px;
    top: 2px;
}

.sort-box .jq-selectbox__trigger-arrow {
    top: 4px;
    left: 0;
    border-top: 6px solid #222;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.sort-box .jq-selectbox__select-text {
    width: auto !important;
    font-size: 16px;
    line-height: 22px;
    color: #231F20;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

.sort-box .jq-selectbox__select:hover {
    background: transparent;
}


/*
 .jq-selectbox li.sel:hover,
 .jq-selectbox li.sel {
    background-color: #253746;
    color: #fff !important;
}
*/

.jq-selectbox__select:active {
    background: transparent;
    box-shadow: none;
}

.jq-selectbox li.sel,
.jq-selectbox li.selected {
    color: #AC3444 !important;
    background-color: transparent !important;
}


}
.sort-box .jq-selectbox__select-text,
.sort-box .jq-selectbox__select:focus {
    outline: 0px;
}
.jq-selectbox.opened .jq-selectbox__trigger-arrow {
    transform: rotate(-180deg);
    -ms-transform: rotate(-1800deg);
    /* IE 9 */

    -webkit-transform: rotate(-180deg);
    /* Safari and Chrome */
}
.catalog-filter {
    text-align: center;
}
.cat-f-item {
    display: inline-block;
}
.catalog-filter .cat-f-item+.cat-f-item {
    margin-left: 50px;
}
.sort-box .jq-selectbox__trigger {
    border: 0;
    width: inherit;
    top: 11px;
    font-size: 7px;
    right: 10px;
}
.sort-box .jq-selectbox__trigger-arrow {
    border: 0;
    padding: 0;
    margin: 0;
    top: -2px;
    height: 7px;
    width: 10px;
}
.sort-box .jq-selectbox__trigger-arrow:before {
    content: "\e900";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    color: #AC3444;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}
.sort-box .jq-selectbox.focused .jq-selectbox__select {
    border: 1px solid transparent;
}
.sort-box .jq-selectbox li {
    color: #231F20;
    padding-left: 24px;
    padding-right: 24px;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    white-space: inherit;
}
.jq-selectbox li:hover {
    color: #AC3444;
    background-color: transparent!important;
}
.banner-screen {
    margin-bottom: 120px;
    background: rgba(172, 52, 68, 0.1);
}
.banner-screen .screen-img {
    max-height: 440px;
}
.screen-img {
    max-width: 100%;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.text-category {
    font-size: 18px;
    line-height: 26px;
}
.page-inner.page-start-banner {
    padding: 60px 0 120px;
}
.cat-cnt-top {
    padding: 40px 0;
}
.cat-cnt-top .head-page {
    margin-bottom: 60px;
}
.cat-cnt-top .bx-breadcrumb {
    margin-bottom: 55px;
}
.title-section {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #AC3444;
}
.head-section {
    margin-bottom: 56px;
}
.collection-box {
    margin-bottom: 40px;
}
.bnr-56 {
    margin-bottom: 56px;
}
.head-flex {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.head-flex .title-section {
    -ms-flex-item-align: start !important;
    align-self: center !important;
}
.head-flex .btn-all {
    -ms-flex-item-align: start !important;
    align-self: center !important;
}
.head-flex .ctrl-collection {
    -ms-flex-item-align: start !important;
    align-self: center !important;
}
.coll-img {
    height: 137px;
    width: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 8px;
}
.coll-item {
    /*	filter: drop-shadow(0px 3px 3px rgba(219, 188, 181, 0.15));*/
   position: relative;
	overflow: hidden;
	z-index: 5;
    transition: all 0.15s ease-in-out;
    text-align: center;
    background: #fff;
    margin-bottom: 8px;
    padding: 12px 12px 36px;
}
.coll-item:hover {

	/*	    box-shadow: 0px 1px 1px rgba(219, 188, 181, 0.15);*/
    /*     box-shadow: 0px 1px 1px rgba(219, 188, 181, 0.55);*/
}
.coll-t {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #AC3444;
}
.collection-box .slick-slide>div {
    margin: 0 -8px;
}
.collection-box .slick-slide>div>div {
    padding: 0 8px;
}
.collection-box .coll-item {
    margin-bottom: 16px;
    filter: drop-shadow(0px 3px 3px rgba(219, 188, 181, 0.15))
}
/*
.collection-box  .slick-list {
    padding: 10px;
    margin: -10px;
}
*/
.collection-box .slick-track .slick-slide + .slick-slide {

}
/*
.collection-box  .slick-slide {
    padding: 4px;
}
.collection-box  .slick-track {
   margin: 0 -4px;
}
*/
.i-ctrl {
    transition: all 0.15s ease-in-out;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #AC3444;
    border-radius: 50%;
    color: #AC3444;
    width: 42px;
    height: 42px;
    font-size: 11px;
    text-align: center;
    line-height: 42px;
}
.ctrl-collection .i-ctrl+.i-ctrl {
    margin-left: 16px;
}
.i-ctrl:hover {
    border: 1px solid #E8A5B2;
    background: #E8A5B2;
}
.i-ctrl.slick-disabled:hover,
.i-ctrl.slick-disabled {
    border: 1px solid #E8A5B2;
    color: #E8A5B2;
    background: transparent;
    cursor: default;
}
.dots-collection {
    position: relative;
    margin-top: 8px;
}
.dots-collection .slick-dots {
    position: relative;
    bottom: 0;
}
.buble-box {
    position: relative;
}
.buble-box .tr-home,
.buble-box .insta-box,
.buble-box .new-pr,
.buble-box .banner-sliders,
.buble-box .collection-box,
.buble-box .category-page-list {
    position: relative;
    z-index: 5;
}
.btn-all {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    transition: all 0.15s ease-in-out;
    color: #AC3444;
}
.btn-all .icon-arrow-long-right {
    margin-left: 8px;
    font-size: 12px;
}
.tr-home .btn-all {
    color: #231F20;
}
.banner-item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 531px!important;
    width: 100%;
    position: relative;
}
.banner-t {
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.banner-tt {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #FFFBFA;
    margin-top: 16px;
}
.banner-sliders {
    margin-bottom: 120px;
}
.banner-cnt {
    position: absolute;
    bottom: 112px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 30px;
}
.ctrl-bh,
.ctrl-banners {
    position: relative;
}
.ctrl-bh .slick-dots,
.ctrl-banners .slick-dots {
    left: 0;
    right: 0;
    bottom: 42px;
}
.ctrl-bh .slick-dots li.slick-active button:before,
.banner-sliders .slick-dots li.slick-active button:before {
    background: #F3EBE6;
}
.ctrl-bh .slick-dots li button:before,
.banner-sliders .slick-dots li button:before {
    background: rgba(243, 235, 230, 0.3);
}
#bx-panel {
    z-index: 1500 !important;
}
.new-pr {
    margin-bottom: 120px;
}
.tr-home-box {
    background: #FDDFDF;
}
.tr-cnt {
    max-width: 500px;
    padding: 56px;
    padding-right: 0px;
}
.tr-ii-item {
    max-width: 125px;
    width: 100%;
}
.tr-text {
    font-size: 18px;
    line-height: 26px;
    color: #AC3444;
    margin-top: 88px;
}
.tr-ii-item-t {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #AC3444;
}
.tr-ii-item-img {
    margin: 16px auto 0;
    width: 108px;
    height: 108px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.tr-home-img {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.slider-item-insta {
    position: relative;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
    display: block;
}
.slider-item-insta:before {
    content: "\e905";
    transition: all 0.15s ease-in-out;
    width: 83px;
    height: 83px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 34px;
    line-height: 83px;
    text-align: center;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    color: #F3EBE6;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    opacity: 0;
}
.slider-item-insta:hover:before {
    opacity: 1;
}
.slider-list-insta .slick-slide img {
    margin: auto;
}
.insta-box .slick-slide {
    padding: 0 6px;
}
.insta-box .slick-track {
    margin: 0 -6px;
}
.screen-cnt {
    max-width: 585px;
}
.screen-cnt-t {
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #AC3444;
}
.screen-cnt-tt {
    font-size: 16px;
    line-height: 24px;
    color: #231F20;
    text-transform: inherit !important;
    margin-top: 24px;
}
.banner-home {
    background: #FFFBFA;
    position: relative;
}
.tag-list {
    margin-top: 90px;
    transition: all 0.15s ease-in-out;
}
.tag-item {
    margin-right: 32px;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    transition: all 0.35s ease-in-out;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #E8A5B2;
    display: inline-block;
    border-bottom: 1px solid #E8A5B2;
}
.tag-item.active {
    font-weight: 600;
    border-bottom: 1px solid #AC3444;
    color: #AC3444;
}
.tag-item:hover {
    border-bottom: 1px solid #AC3444;
    color: #AC3444;
    margin-right: 65px;
    /*        animation: arrow-animation 3.0s linear forwards Infinite;*/
}
.tag-item .ico-btn {
    width: 0px;
    position: absolute;
    top: 0;
    opacity: 0;
    right: 0px;
    bottom: 0;
    margin: auto;
    transition: all 0.35s ease-in-out;
}
.tag-item:hover .ico-btn {
    opacity: 1;
      right: -16px;
}
/*
       -webkit-animation: tag-item 0.5s forward linear Infinite;
    animation: tag-item 0.5s linear Infinite;
}

@-webkit-keyframes tag-item {
	0% {
		transform: scale3d(1, 1, 1);
	}
	50% {
		transform: scale3d(1.05, 1.05, 1.05);
	}
	100% {
		transform: scale3d(1, 1, 1);
	}
}

@keyframes tag-item {
	0% {
		transform: scale3d(1, 1, 1);
	}
	50% {
		transform: scale3d(0.85, 0.85, 0.85);
	}
	100% {
		transform: scale3d(1, 1, 1);
	}
}
*/
.t-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #231F20;
}
.img-text {
    margin-top: 64px;
}
.img-top.img-text {
    margin-bottom: 64px;
    margin-top: 0px;
}
.title-section-sm {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #AC3444;
    margin-bottom: 25px;
}
.col-about-right {
    padding-left: 108px;
}
.about-page {
    position: relative;
    z-index: 8;
}
.about-five .banner-sliders {
    margin-bottom: 0px;
}
.t-section {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #231F20;
}
.head-col-left {
    padding-left: 108px;
}
.about-img-list .row {
    margin-left: -7px;
    margin-right: -7px;
}
.about-img-list .row .col-md-4 {
    padding-left: 7px;
    padding-right: 7px;
}
.img-l img+img {
    margin-top: 14px;
}
.assor-pr {
    min-height: 476px;
    background-image: url(../images/ass-bg.jpg);
    padding: 48px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.assor-pr .tag-list {
    margin-top: 0px;
}
.assor-pr .tag-item {
    color: #AC3444;
    border-bottom: 1px solid #AC3444;
}
.about-two {
    background: #FFF1F1;
    padding: 56px;
}
.t-text-sm {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #E8A5B2;
}
.t-text-list .t-text+.t-text {
    margin-top: 35px;
}
.img-promo-cnt {
    position: relative;
}
.promo-one {
    max-width: 180px;
    position: absolute;
    top: 0px;
    right: -50px;
}
.promo-two {
    position: absolute;
    top: 230px;
    right: -40px;
    max-width: 215px;
}
.promo-three {
    margin-top: 10px;
    max-width: 240px;
}
.promo-item {
    text-align: center;
}
.promo-t {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #AC3444;
}
.promo-img {
    text-align: center;
    margin-bottom: 12px;
}
.promo-img .tr-bg {
    margin: auto;
}
.img-promo {
    margin-top: 5px;
}
.about-two .head-col-left {
    position: relative;
    z-index: 9;
}
.as-mobile {
    background-image: url(../images/as.jpg);
    margin: 20px -15px 0;
    width: 111%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.coll-item {
    cursor: pointer;
}
.collect-item {
    position: relative;
}
.collect-item .coll-tt {
    display: none;
	position: absolute;
    top: 180px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #231F20;
    background: #fff;
    width: calc(100% - 16px);
    padding: 15px 20px 20px;
    height: auto;
    z-index: 99;
    box-shadow: 0px 1px 1px rgb(219 188 181 / 15%);
}
.collect-item:hover .coll-tt {
    display: block;
}
/*
.collect-item:hover {
	outline: 1px solid #ccc;
	outline-offset: 1px;
}
*/
.jq-selectbox__trigger .icon-close {
    top: -5px;
    right: -28px;
    position: absolute;
    font-size: 11px;
    font-weight: bold;
    color: #BFB9B9;
}
.invisible {
    visibility: hidden!important;
}
.category-pr-list .pr-t {
    text-transform: uppercase;
}
.slick-slide {
    height: auto;
}
.page-404 {
    margin-top: 150px;
}
.page-404.m-b-90 {
    margin-bottom: 90px;
}
.page-404 .title {
    font-size: 154px;
    font-weight: 700;
    display: block;
    text-align: center;
    color: #424242;
}
.page-404 .text-error {
    font-size: 27px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}
.page-404 .info-404 {
    display: block;
    text-align: center;
}
.info-404 a {
    font-weight: 700;
}
.slider-collection .slick-slide {
    height: 528px;
}
.jq-selectbox__dropdown li:first-child {
    display: none;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #AC3444;
}
font.tablebodytext {
    display: none;
}
.card-cnt .btn-arrow {
    width: 156px;
}

.about-two .t-text,
.col-about-right .t-text {
	font-size: 16px;
}
.assor-pr .tag-item:hover {
	font-weight: 600;
	margin-right: 20px;
}
.assor-pr .tag-item .ico-btn {
	display: none;
}

.collection-box-main .title-section,
.category-page-list.new-pr .title-section {
    font-size: 36px;
    line-height: 50px;
}
.page-inner .container {
    z-index: 97;
    position: relative;
}

.tt-text {
    margin-top: 64px;
}
.footer-before {
	font-size: 14px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(35, 31, 32, 0.3);
    margin-bottom: 20px;
	position: relative;
}
.footer-before sup {
	position: absolute;
    left: -9px;
    top: 10px;
	font-size: 16px;
}
.footer {
	padding-top: 25px;
}