*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0 auto;
    min-width: 320px;
    font-family: "Circe";
}

body.hidden {
    overflow: hidden;
}

ul,
ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a,
button {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
}

:after,
:before {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

input,
textarea {
    outline: none;
    font-family: "Circe";
}

button {
    outline: none;
    margin: 0;
    padding: 0;
    font-family: "Circe";
    background: transparent;
    cursor: pointer;
}

.cfix:after {
    content: " ";
    display: block;
    clear: both;
}

.invisLink {
    position: relative;
}

.invisLink>a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
}

.container {
    width: 1200px;
    margin: 0 auto;
    /* padding: 0 20px!important; */
}

.wrapper {
    /* overflow: hidden; */
    /* min-height: 100vh; */
}

header {
    /*! padding-bottom: 17px; */
}

header .in {
    position: relative;
}

.lineTop {
    display: flex;
    padding: 20px 1px;
    justify-content: space-between;
}

.lineTop .infoUser {
    display: flex;
    align-items: center;
}

.lineTop .adressBl {
    position: relative;
    width: 91px;
    padding-left: 17px;
    cursor: pointer;
}

.lineTop .adressBl .iconBl {
    position: absolute;
    left: -2px;
    top: -1px;
}

.lineTop .adressBl .iconBl img {
    height: 22px;
}

.lineTop .adressBl .adress {
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
    border-bottom: dotted 1px rgba(0, 0, 0, 1);
    display: table;
    text-transform: uppercase;
}

.lineTop .langBl {
    width: 57px;
    cursor: pointer;
    position: relative;
}

.lineTop .langBl .listLang {
    position: absolute;
    left: calc(-50% + 22px);
    top: 100%;
    background-color: #fff;
    width: auto;
    text-align: center;
    z-index: 5;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.lineTop .langBl .listLang li {}

.lineTop .langBl .listLang li+li {}

.lineTop .langBl .listLang li a {
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
    display: block;
    padding: 5px 0;
}

.lineTop .langBl .lang {
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
    position: relative;
}

.lineTop .langBl .listLang li a:hover {
    color: #9e7c3b;
}

.lineTop .langBl .lang:before {
    content: "";
    position: absolute;
    right: -15px;
    top: 50%;
    background-image: url("../img/svg/icon-str1.svg");
    width: 8px;
    height: 5px;
    background-repeat: no-repeat;
    margin-top: -4px;
}

.lineTop .listLang:hover,
.lineTop .langBl:hover .listLang {
    height: 72px;
    padding: 8px 0;
    border: 1px solid #ededed;
}

.lineTop .searchBl path,
.infoUser .like path {
    fill: #4e4d4d;
}

.lineTop .searchBl .iconBl {
    display: inline-block;
    vertical-align: middle;
    position: relative;

    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.lineTop .searchBl .iconBl:hover {
    opacity: 0.5;
}

.lineTop .searchBl .iconBl img {
    height: 22px;
}

.lineTop .searchBl .search {
    border: 0;
    font-size: 12px;
    color: #9e7c3b;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1px;
    width: 130px;
}

.lineTop .searchBl input {
    border: 0;
    font-size: 12px;
    color: #9e7c3b;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1px;
    width: 130px;
}

.menuLineTop {}

.menuLineTop ul {
    display: flex;
}

.menuLineTop ul li {}

.menuLineTop ul li+li {
    margin-left: 30px;
}

.menuLineTop ul li a {
    color: #9e7c3b;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    text-decoration-color: transparent;
}

.menuLineTop ul li a:hover {
    text-decoration: underline;
    text-decoration-color: #9e7c3b;
}

.logo {
    width: 160px;
    height: 44px;
    position: relative;
    margin: 0 auto;
}

.logo img {
    width: 100%;
}

header .menu {
    margin-top: 30px;
}

.menu {
    position: relative;
    z-index: 10;
}

.menu>ul {
    display: flex;
    justify-content: center;
}

.menu>ul>li {
    position: relative;
}

.menu>ul>li+li {
    margin-left: 55px;
}

.menu>ul>li:last-child {
    margin-left: 108px;
}

.menu>ul>li:nth-child(4) {
    margin-left: 60px;
}

.menu>ul>li>.submenu:hover,
.menu>ul>li>.link:hover+.submenu {
    height: 540px;
    padding: 50px 50px 42px;
}

.menu>ul>li>.submenu.prinad:hover,
.menu>ul>li>.link:hover+.submenu.prinad {
    height: auto;
    padding: 50px 50px 37px;
}

.menu>ul>li>.link:hover+.submenu.prinad {
    height: auto;
    padding: 50px 50px 37px;
}

.menu>ul>li>.link:hover+.submenu {}

.menu>ul>li>.link {
    color: rgba(0, 0, 0, 1);
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
    /* font-weight: normal; */
    position: relative;
    z-index: 3;
    padding: 17px 0;
    display: block;
}

.menu>ul>li>.link.subLink::before {
    display: block;
}

.menu>ul>li>.link::before {
    content: "";
    position: absolute;
    right: -15px;
    top: 50%;
    background-image: url("../img/svg/icon-str1-black.svg");
    width: 8px;
    height: 5px;
    background-repeat: no-repeat;
    margin-top: -4px;
    display: none;
}

.menu .submenu {
    position: absolute;
    left: 0;
    top: 100%;
    display: flex;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    padding: 50px 0;
    overflow: hidden;
    background-color: #fff;
    padding: 0;
    /*! margin-top: 17px; */
    height: 0;
    box-shadow: 0px 14px 14px rgba(0, 0, 0, 0.05);
}

.menu .submenu {
    width: 6900px;
    left: 50%;
    transform: translateX(-43%);
    justify-content: center;
}

.menu .submenu.complect .container {
    display: flex;
    align-items: stretch;
}

.menu .submenu .menu .submenu.complect .col:nth-child(1) {
    width: 357px;
}

.menu .submenu.complect .col:nth-child(2),
.menu .submenu.complect .col:nth-child(4) {
    width: 159px;
}

.menu .submenu.complect .col:nth-child(3) {
    width: 175px;
}

.menu .submenu.complect .col:nth-child(2) {
    display: none !important;
}

.menu .submenu ul li+li {}

.menu .submenu.complect {}

.menu .submenu.prinad {
    width: 248px;
    padding: 0 50px;
}

.menu .submenu.prinad .col {}

.menu .submenu.complect .col ul {
    /*border-right: solid 1px #EDEDED;*/
    height: 390px;
}

.menu .submenu.complect .col:nth-child(1) ul {
    display: flex;
    flex-flow: column wrap;
}

.menu .submenu.complect .col:nth-child(3) ul {
    border-right: 0;
}

.menu .submenu.complect .col:nth-child(1) ul li {
    /*width: 50%;*/
}

.menu .submenu.prinad .col {}

.menu .submenu .col {
    width: 480px;
}

.menu .submenu.complect .col {
    margin-left: 60px;
}

.menu .submenu .tit {
    font-size: 18px;
    color: #9e7c3b;
    display: table;
    border-bottom: solid 1px #ededed;
    margin-bottom: 17px;
    padding-bottom: 11px;
    width: 173px;
}

.menu .submenu .tit a {
    font-size: 18px;
    color: #9e7c3b;
}

.menu .submenu.complect .col {
    order: 2;
}

.menu .submenu.complect .col:last-child {
    order: 1;
    width: 161px;
}

.menu .submenu ul li {
    margin: 5px 0;
}

.menu .submenu ul li a {
    font-size: 15px;
    font-weight: 300;
    color: rgba(0, 0, 0, 1);
    position: relative;
}

.sale_label {
    position: absolute;
    top: -7px;
    left: calc(100% + 4px);
    color: #9e7c3b;
    font-size: 12px;
    display: none;
}

.menu>ul>li>.link:hover,
.menu .submenu li a:hover {
    color: #9e7c3b;
}

.btn {
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding: 9px 0;
}

.btn.btnWhite:hover {
    color: rgba(0, 0, 0, 1);
    background-color: #fff;
}

.btn.btnWhite {
    border: solid 1px #fff;
    color: #fff;
}

.btn.btnCream {
    border: 1px solid #9e7c3b;
    color: #9e7c3b;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0px 8px;
}

.btn.btnCream:hover {
    color: #5c5b5b;
    border-color: #5c5b5b;
    cursor: pointer;
}

.grettingsBl {
    position: relative;
    z-index: 1;
}

.silderGrettings {}

.silderGrettings .item .picture {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: scale(1);
    -webkit-transition: all 0s 0s;
    -moz-transition: all 0s 0s;
    -o-transition: all 0s 0s;
    transition: all 0s 0s;
}

.silderGrettings .slideBl {
    height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 99px;
}

.silderGrettings .slideBl .cap {
    font-size: 35px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    max-width: 50%;
}

.silderGrettings .slideBl .btn {
    width: 161px;
    padding: 9px 0;
    margin-top: 29px;
}

.silderGrettings .slideBl .btn:hover {}

.silderGrettings .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1200px;
    margin-left: -600px;
    margin-top: 213px;
    padding: 0 113px;
    z-index: 5;
}

.silderGrettings .owl-nav .owl-prev span {}

/*.silderGrettings .owl-nav .owl-next,
.silderGrettings .owl-nav .owl-prev {
    background-image: url("../img/svg/icon-slide-str.svg") !important;
    width: 24px;
    height: 16px;
    text-indent: 100%;
    overflow: hidden;
}*/

.silderGrettings .owl-nav .owl-next:hover,
.silderGrettings .owl-nav .owl-prev:hover {
    opacity: 1;
}

/*.silderGrettings .owl-nav .owl-next {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 30px;
}*/

.silderGrettings .owl-nav .owl-next {
    margin-left: 30px;
}

.silderGrettings .owl-nav .owl-next span {}

.socialBl {}

.socialBl ul {}

.socialBl ul li {
    text-align: center;
}

.socialBl ul li+li {
    margin-top: 30px;
}

.socialBl ul li a {}

.socialBl ul li a img {}

.socialBl ul li a:hover {
    opacity: 0.5;
}

.grettingsBl .socialBl {
    background-image: url("../img/bg_social.png");
    width: 50px;
    height: 250px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 4;
    margin-top: -125px;
    padding: 61px 0;
}

.listMainCollection {
    margin-top: 20px;
}

.listMainCollection .in {
    display: flex;
    justify-content: space-between;
}

.listMainCollection .item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: calc(50% - 11px);
    height: 425px;
}

.listMainCollection .item a {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
}

.listMainCollection .item+.item {}

.listMainCollection .item .text {
    padding: 18px 0 18px 20px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    line-height: 37px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    max-width: 100%;
    border: 1px solid #ededed;
    background-color: rgba(255, 255, 255, 0.9);
}

.listMainCollection .item .iconBl {
    width: 24px;
    height: 16px;
}

.listMainCollection .item .iconBl img {}

.titleBl {
    text-align: center;
}

.titleBl .cap {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 30px;
    color: #2e2e2e;
    font-weight: 300;
    opacity: 0.8;
}

.listCatalog {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.listCatalog .invisLink {
    position: relative;
}

.listCatalog .invisLink a {
    position: relative;
}

.listCatalog .item {
    position: relative;
    overflow: hidden;
    z-index: 2;
    width: calc((100% / 3) - 13px);
    margin: 0 13px 13px 0;

    margin-bottom: 13px;
    border: solid 1px #ededed;
    box-shadow: none;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.listCatalog .item .pic {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 447px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.8s all ease;
}

.invisLink>a:hover~.pic {
    transform: scale(1.2);
}

.listCatalog .item .link:hover .pic {
    transform: scale(1.2);
}

.sticker__sale {
    top: 20px;
    right: 20px;
    position: absolute;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #a5927f;
    background-color: #ffffff;
    color: #a5927f;
    font-size: 20px;
}

.sticker__new {
    top: 20px;
    right: -20px;
    width: 90px;
    height: 40px;
    position: absolute;
    display: flex;
    padding-left: 17px;
    align-items: center;
    border-bottom: 1px solid #a5927f;
    border-top: 1px solid #a5927f;
    background-color: #ffffff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    color: #a5927f;
    font-size: 20px;
    line-height: 1;
}

.listCatalog .item .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    padding: 11px 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.listCatalog .item .text .desr {
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
    font-weight: 300;
    display: block;
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

.listCatalog .item:hover .text .desr {
    height: 22px;
}

.listCatalog .item:hover .text .name {
    color: #9e7c3b;
}

.listCatalog .item .text .cat {
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
    font-weight: 300;
    display: block;
}

.listCatalog .item .text .name {
    display: block;
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.catalogMain {
    margin-top: 51px;
    width: 100%;
}

.catalogMain .in {}

.catalogMain .btn {
    margin: 31px auto 0;
    width: 178px;
    display: table;
}

.catalogMain .listCatalog {
    margin-top: 30px;
}

.listCatalog .item .text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.9;
    z-index: -1;
}

.advantBl {
    margin-top: 101px;
}

.advantBl .in {}

.advantBl .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.advantBl .list .item {
    position: relative;
    width: calc((100% / 3) - 17px);
    padding-left: 99px;
    margin-bottom: 51px;
}

.advantBl .list .item .pic {
    background-repeat: no-repeat;
    width: 80px;
    height: 75px;
    top: 0;
    left: -4px;
    position: absolute;
    background-position: 0px 0;
    background-position: center;
}

.advantBl .list .item .text {}

.advantBl .list .item .text .name {
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    display: block;
    /* max-width: 75%; */
}

.advantBl .list .item .text .desr {
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
    font-weight: 300;
    display: block;
    margin-top: 6px;
    /* max-width: 75%; */
}

.aboutTextMini {
    padding: 50px 0 144px;
}

.aboutTextMini .in {}

.aboutTextMini .textLine {
    display: flex;
    justify-content: space-between;
}

.aboutTextMini .textLine .picBl {
    position: relative;
}

.aboutTextMini .textLine .picBl .picBig {
    width: 438px;
    height: 295px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.aboutTextMini .textLine .picBl .picSmall {
    position: absolute;
    right: -135px;
    bottom: -10px;
    width: 210px;
    height: 210px;
    z-index: 2;
}

.aboutTextMini .textLine .picBl .picSmall .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.aboutTextMini .textLine .picBl .picSmall:before {
    content: "";
    width: 210px;
    height: 210px;
    background-color: #f7f5f1;
    position: absolute;
    left: -10px;
    top: -10px;
}

.aboutTextMini .textLine .textBl {
    width: 50%;
    padding-left: 89px;
}

.aboutTextMini .textLine .textBl p {
    margin-bottom: 18px;
}

.aboutTextMini .textLine .textBl p:last-child {
    margin-bottom: 0px;
}

.aboutTextMini .textLine:nth-child(2n) {
    flex-direction: row-reverse;
}

.aboutTextMini .textLine .tit {
    font-weight: 300;
    color: #2e2e2e;
    font-size: 25px;
    text-transform: uppercase;
}

.aboutTextMini .textLine .tit+* {
    margin-top: 12px;
}

.aboutTextMini .textLine p {
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    font-weight: 300;
}

.aboutTextMini .textLine .link {
    font-size: 18px;
    color: #9e7c3b;
    margin-top: 11px;
    display: table;
    text-decoration-color: transparent;
}

.aboutTextMini .textLine .link:hover {
    text-decoration: underline;
    text-decoration-color: #9e7c3b;
}

.aboutTextMini .textLine+.textLine {
    margin-top: 110px;
}

.aboutTextMini .textLine:nth-child(2n) .picBl {}

.aboutTextMini .textLine:nth-child(2n) .picBl .picBig {}

.aboutTextMini .textLine:nth-child(2n) .picBl .picSmall {
    right: 0;
    left: -138px;
}

.aboutTextMini .textLine:nth-child(2n) .picBl .picSmall:before {
    left: 10px;
}

.aboutTextMini .textLine:nth-child(2n) .textBl {
    padding-left: 0;
    padding-right: 89px;
}

footer {}

footer .in {}

footer .lineFotTop {
    border-top: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
    display: flex;
    padding: 29px 0 33px;
}

footer .lineFotTop .col {}

footer .lineFotTop .col:nth-child(1) {}

footer .lineFotTop .col:nth-child(2) {
    width: 510px;
    margin-left: 70px;
}

footer .lineFotTop .col:nth-child(3) {}

footer .lineFotTop .logo {}

footer .lineFotTop .logo img {
    width: 145px;
}

footer .lineFotTop .logo img+img {
    width: 15px;
    margin-left: -32px;
}

footer .lineFotTop .socFotBl {
    margin-top: 32px;
}

footer .lineFotTop .socFotBl ul {
    display: flex;
    text-align: center;
}

footer .lineFotTop .socFotBl ul li {
    width: 37px;
}

footer .lineFotTop .socFotBl ul li a {}

footer .lineFotTop .socFotBl ul li a:hover {
    opacity: 0.5;
}

footer .lineFotTop .socFotBl ul li a img {}

footer .lineFotTop .copyBl {
    color: rgba(0, 0, 0, 1);
    font-size: 12px;
    margin-top: 22px;
    letter-spacing: -0.8px;
    display: flex;

    align-items: center;
}

footer .lineFotTop .copyBl span:first-child {
    margin: 0 3px 2px 0;
}

footer .lineFotTop .menuFot {
    display: flex;
    justify-content: space-between;
}

footer .lineFotTop .menuFot .menuFot-col {
    width: 50%;
}

footer .lineFotTop .tit-mobile {
    display: none;
}

footer .lineFotTop .tit-mobile:before {
    content: "";
    background-image: url("../img/svg/icon-menufot1.svg");
    width: 12px;
    height: 7px;
    position: absolute;
    right: 3px;
    top: 50%;
    margin-top: -4px;
}

footer .lineFotTop .tit-mobile.open {}

footer .lineFotTop .tit-mobile.open::before {
    background-image: url("../img/svg/icon-menufot2.svg");
}

footer .lineFotTop .menuFot ul li {
    width: 100%;
    margin-bottom: 6px;
}

footer .lineFotTop .menuFot ul li+li {}

footer .lineFotTop .menuFot ul li a {
    color: #9e7c3b;
    font-size: 15px;
    font-weight: 300;
    text-decoration-color: transparent;
}

footer .lineFotTop .menuFot ul li a:hover {
    text-decoration: underline;
    text-decoration-color: #9e7c3b;
}

footer .lineFotTop .banerFot {
    width: 400px;
    height: 138px;
    padding: 24px 14px;
}

footer .lineFotTop .banerFot img {}

footer .lineFotTop .banerFot span {
    display: block;
    color: rgba(0, 0, 0, 1);
    font-size: 15px;
    font-weight: 300;
    margin-left: 7px;
    margin-top: 4px;
}

.infoCompany {
    color: rgba(0, 0, 0, 1);
    font-size: 15px;
    font-weight: 300;
    padding: 20px 20px 32px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.infoCompany a {
    color: #000;
    text-decoration: underline;
}

.infoCompany p {
    /*width: 70%;*/
}

.seobility {
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    color: #a6a6a6;
    display: flex;
    align-items: center;
}

.seobility a {
    display: flex;
    margin-left: 20px;
}

.youAdress {
    border: 1px solid #ededed;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 9px 10px 13px;
    position: absolute;
    left: 0;
    top: 53px;
    display: flex;
    flex-direction: column;
}

.youAdress .btn {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 4px);
    padding: 4px 0;
    margin: 0 auto;
}

.youAdress .adress {
    color: rgba(0, 0, 0, 1);
    font-size: 15px;
    font-weight: 300;
    display: block;
    margin-bottom: 6px;
}

.youAdress .adress .city {
    margin-left: 5px;
}

.youAdress .btn.yes {
    color: #9e7c3b;
    border: solid 1px #9e7c3b;
}

.youAdress .btn.yes:hover {
    color: #5c5b5b;
    border-color: #5c5b5b;
}

.youAdress .btn.no {
    border: 1px solid #cacaca;
    color: #cacaca;
    margin-left: 3px;
}

.youAdress .btn.no:hover {
    color: #5c5b5b;
    border-color: #5c5b5b;
}

.content {
    padding: 50px 0;
    position: relative;
}

.content:before {
    position: absolute;
    width: 100%;
    height: 200px;
    top: 0;
    z-index: -1;
    content: "";
    background: linear-gradient(180deg, #f3eeea 0%, #ffffff 100%);
}

.content.has-light-bg {
    background-color: #fff;
    padding-top: 0px;
}

.light-bg {
    /* background-color: #f7f5f1; */
    background-color: #f7f5f1;
}

.content.has-light-bg .light-bg {
    padding-bottom: 25px;
    margin-bottom: 40px;
}

.content.has-light-bg .lineNavpage {
    padding-top: 40px;
}

.titlePage {
    text-align: center;
    margin-bottom: 30px;
}

.titlePage .cap {
    font-size: 30px;
    color: #2e2e2e;
    font-weight: 300;
    display: block;
    margin: 0 auto;
    position: relative;
    text-transform: uppercase;
    /* padding: 40px 60px 20px; */
    opacity: 0.8;
}

.titlePage:not(.not-underline) .cap:before {
    content: "";
    background-color: #e0e0e0;
    width: 100%;
    height: 1px;
    top: 100%;
    left: 50%;
    position: absolute;
    max-width: 200px;
    margin-left: -100px;
}

.titlePage.not-underline .cap {
    padding-bottom: 0px;
}

.videoBl {
    width: 575px;
    position: relative;
    height: 296px;
}

.videoBl .video {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.play:hover {
    opacity: 0.5;
}

.play {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.aboutPage {
    padding-bottom: 23px;
}

.aboutPage .aboutTextMini {
    padding-bottom: 0;
}

.aboutPage .aboutTextMini .btn {
    margin: 50px auto 0;
    width: 179px;
    display: table;
}

.certificateBl {
    margin: 51px 0 32px;
}

.certificateBl .in {}

.certificateBl .titleBl {
    text-align: left;
}

.certificateBl .titleBl .cap {}

.certificateBl .list {
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
}

.certificateBl .list+.text {
    margin-top: 50px;
}

.certificateBl .list .item {
    width: calc((100% / 5) - 20px);
}

.certificateBl .list .item+.item {}

.certificateBl .docBl {
    width: 100%;
    height: 265px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.certificateBl .docBl a {
    background-image: url("../img/svg/zoomPlus.svg");
    background-position: top right;
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 5%;
}

.certificateBl .docBl:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.certificateBl .docBl:hover:before {
    opacity: 0.33;
}

.certificateBl .text {
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    font-weight: 300;
}

.certificateBl .text a:hover {
    text-decoration-color: #9e7c3b;
}

.certificateBl .text a {
    color: #9e7c3b;
    text-decoration: underline;
    text-decoration-color: transparent;
    font-weight: normal;
}

.contactsBl {
    padding: 50px 0 21px;
}

.contactsBl .in {}

.contactsBl .infoContact {
    display: flex;
}

.contactsBl .infoContact .rightInfo {
    width: 50%;
    padding-left: 9px;
}

.contactsBl .infoContact .leftInfo {
    width: 50%;
}

.contactsBl .infoContact .leftInfo .col {}

.contactsBl .infoContact .leftInfo .col+.col {
    margin-top: 81px;
}

.contactsBl .infoContact .tit,
.contactsBl .infoContact .leftInfo .col span.tit {
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
}

.contactsBl .infoContact .leftInfo .col span {
    font-size: 18px;
    font-weight: 300;
    color: rgba(0, 0, 0, 1);
    display: block;
}

.contactsBl .infoContact .leftInfo .col span+a {
    margin-top: 6px;
}

.contactsBl .infoContact .leftInfo .col span+span {
    margin-top: 8px;
}

.contactsBl .infoContact .leftInfo .col a {
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    text-decoration: underline;
    text-decoration-color: transparent;
    font-weight: 300;
    display: table;
}

.contactsBl .infoContact .leftInfo .col a+a span {
    color: #9e7c3b;
    margin-top: 7px;
}

.contactsBl .infoContact .leftInfo .col a:hover {
    text-decoration-color: rgba(0, 0, 0, 1);
}

.contactsBl .infoContact .leftInfo .col a+a:hover {
    text-decoration-color: #9e7c3b;
}

.formaContact {
    margin-top: 52px;
}

.formaContact .listForma {}

.formaContact .btn {
    margin-top: 32px;
    width: 179px;
}

.listForma {}

.listForma.horizont {
    display: flex;
}

.listForma.horizont .lineInput {
    width: 280px;
}

.listForma.horizont .lineInput+.lineInput {
    margin-top: 0;
    margin-left: 17px;
}

.listForma .lineInput {
    position: relative;
}

.listForma .lineInput+.lineInput {
    margin-top: 38px;
}

.listForma .lineInput input {
    border: 0;
    border-bottom: solid 1px #e0e0e0;
    width: 100%;
    height: 40px;
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    font-weight: 300;
}

.listForma .lineInput input:focus+.name,
.listForma .lineInput input.full+.name {
    top: -21px;
    font-size: 15px;
}

.listForma .lineInput .name {
    position: absolute;
    left: 0;
    top: 7px;
    color: #a6a6a6;
    font-size: 18px;
    font-weight: 300;
    display: block;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mapBl {
    width: 100%;
    height: 535px;
    position: relative;
    margin: 49px 0 32px;
}

.mapBl #map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.ballonBl {
    font-family: "Circe";
    padding: 9px;
}

.ballonBl span.tit {
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
}

.ballonBl span {
    font-size: 18px;
    font-weight: 300;
    color: rgba(0, 0, 0, 1);
    display: block;
}

.ballonBl span+a {
    margin-top: 11px;
}

.ballonBl span+span {
    margin-top: 16px;
}

.ballonBl a {
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    text-decoration: underline;
    text-decoration-color: transparent;
    font-weight: 300;
    display: table;
}

.ballonBl a+span {
    color: #9e7c3b;
    margin-top: 10px;
}

.ballonBl a:hover {
    text-decoration-color: rgba(0, 0, 0, 1);
}

.filterBl {
    margin-top: 0px;
    /* margin-bottom: -40px; */
}

.filterBl .in {
    display: flex;
    justify-content: center;
    align-items: center;
}

.filterBl .col {
    width: auto;
}

.filterBl .col.county {
    width: 109px;
}

.filterBl .col.city {}

.filterBl .col.crib {
    display: none !important;
    /*width: 167px;*/
}

.filterBl .col.city {
    width: 148px !important;
}

.filterBl .col+.col {
    margin-left: 16px;
    /* width: 87px;*/
}

.filterBl .col.size {
    margin-left: auto;
    margin-bottom: 10px;
    margin-top: -20px;
}

.filterBl .selectric {
    background: transparent;
    border: 0;
    display: flex;
    justify-content: center;
    margin-left: 25px;
}

.filterBl .selectric .label {
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    font-weight: 300;
    margin: 0;
    padding: 0;
    overflow: inherit;
}

.filterBl .selectric .button {
    text-indent: 100%;
    overflow: hidden;
    border: 0;
    background: transparent;
    right: auto;
    top: auto;
    position: relative;
    width: 26px;
}

.filterBl .selectric .button:after {
    content: "";
    position: absolute;
    background-image: url("../img/svg/icon-str1.svg");
    width: 8px;
    height: 5px;
    background-repeat: no-repeat;
    border: 0;
}

.filterBl .noteBl {
    margin-left: 20px;
    position: relative;
    top: 1px;
}

.filterBl .noteBl .iconBl {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: 0px;
    left: -1px;
}

.filterBl .noteBl .iconBl img {}

.filterBl .noteBl .txt {
    display: inline-block;
    vertical-align: middle;
    color: rgba(0, 0, 0, 1);
    font-size: 15px;
    font-weight: 300;
}

.filterBl .allInfoCatalog {
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    position: relative;
    font-weight: 300;
    display: none !important;
}

.filterBl .allInfoCatalog+* {
    margin-left: 45px;
}

.tabsBuy {
    padding-top: 48px;
}

.tabs {
    background: transparent;
    border: 0 !important;
    padding: 0;
}

.tabs .listLink {
    background: transparent;
    border: 0;
    padding: 0;
    border-bottom: solid 1px #e0e0e0;
    padding-bottom: 12px;
}

.tabs .listLink li {
    background: transparent;
    border: 0;
    margin: 0 !important;
}

.tabs .listLink li.ui-tabs-active {}

.tabs .listLink li.ui-tabs-active a {}

.tabs .listLink li+li {
    margin-left: 39px !important;
}

.tabs .listLink li a {
    padding: 0 !important;
    color: rgba(0, 0, 0, 1);
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    font-weight: 300;
}

.tabs .listLink li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(100% + 12px);
    width: 100%;
    height: 1px;
    background-color: #9e7c3b;
    opacity: 0;
}

.tabs .listLink li.ui-tabs-active a:before {
    opacity: 1;
}

.tabs .tabs-body {
    padding: 0;
}

.listBuyShops {}

.listBuyShops .item+.item {
    border-top: solid 1px #e0e0e0;
}

.listBuyShops .item {
    display: flex;
    width: 100%;
    padding: 25px 0 27px;
}

.listbuyOnlineShops .item .name,
.listBuyShops .item .name {
    width: 295px;
    text-transform: uppercase;
    font-weight: 300;
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
}

.listBuyShops .item .name.flex {
    display: flex;
    flex-direction: column;
}

.listBuyShops .item .name a {
    margin-top: 20px;
    font-size: 18px;
    color: #9e7c3b;
    font-weight: 300;
    text-transform: none;
}

.listBuyShops .item .info .col {
    width: 100%;
    display: flex;
    padding-bottom: 27px;
}

.listBuyShops .item .info .col+.col {
    border-top: solid 1px #e0e0e0;
    padding-top: 25px;
}

.listBuyShops .item .info {
    width: calc(100% - 295px);
    font-weight: 300;
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
}

.listBuyShops .item .info .adress {
    width: calc((100% / 3) - 15px);
    display: block;
}

.listBuyShops .item .info .time {
    width: calc((100% / 3) - 15px);
    margin-left: 22px;
}

.listBuyShops .item .info .time li {}

.listBuyShops .item .info .time li+li {}

.listBuyShops .item .info .links {
    width: calc((100% / 3) - 15px);
    margin-left: 22px;
}

.listBuyShops .item .info .links li {}

.listBuyShops .item .info .links li+li {}

.listBuyShops .item .info .links li a {
    color: rgba(0, 0, 0, 1);
    text-decoration: underline;
    text-decoration-color: transparent;
}

.listBuyShops .item .info .links li a:hover {}

.listBuyShops .item .info .links li a:hover {
    text-decoration-color: rgba(0, 0, 0, 1);
}

.listBuyShops .item .info .links li a.mail:hover {
    text-decoration-color: #9e7c3b;
}

.listBuyShops .item .info .links li a.mail {
    color: #9e7c3b;
}

.listbuyOnlineShops {}

.listbuyOnlineShops .name {
    display: none;
}

.listbuyOnlineShops .item {
    padding: 25px 0 26px;
    display: flex;
}

.listbuyOnlineShops .item+.item {
    border-top: solid 1px #e0e0e0;
}

.listbuyOnlineShops .picBl {
    width: 300px;
}

.listbuyOnlineShops .picBl .pic {
    display: block;
    width: 150px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
}

.listbuyOnlineShops .picBl .linkShop {
    font-size: 18px;
    color: #9e7c3b;
    font-weight: 300;
    display: table;
    margin-top: 30px;
    text-decoration: underline;
    text-decoration-color: transparent;
}

.listbuyOnlineShops .picBl .linkShop:hover {
    text-decoration-color: #9e7c3b;
}

.listbuyOnlineShops .infoWrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.listbuyOnlineShops .infoWrap .summa .btn {
    width: 100%;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    text-decoration: none !important;
}

.listbuyOnlineShops .infoWrap .summa .btn .sum {
    font-weight: normal;
}

.listbuyOnlineShops .infoWrap .summa .btn .txt {
    color: inherit;
}

.listbuyOnlineShops .infoWrap .price-wrap {
    text-align: center;
}

.listbuyOnlineShops .info {
    padding-left: 20px;
}

.listbuyOnlineShops .info {
    width: calc(100% - 435px);
    display: flex;
    justify-content: space-between;
}

.listbuyOnlineShops .info .txt {
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    font-weight: 300;
}

.listbuyOnlineShops .info .text_block {
    width: 65%;
}

.listbuyOnlineShops .info .links {}

.listbuyOnlineShops .info .links li {}

.listbuyOnlineShops .info .links li+li {}

.listbuyOnlineShops .info .links li a:hover {
    text-decoration-color: rgba(0, 0, 0, 1);
}

.listbuyOnlineShops .info .links li a {
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    text-decoration: underline;
    text-decoration-color: transparent;
    font-weight: 300;
}

.selectric-items {
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 0 5px #ececec;
    background: transparent;
}

.selectric-scroll {
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

.selectric-scroll li {
    color: rgba(0, 0, 0, 1);
    font-size: 15px;
    font-weight: 300;
}

.dilleramBl {
    margin-top: 49px;
}

.dilleramBl .in {}

.dilleramBl .picBl {
    width: 100%;
    height: 408px;
    background-position: center;
    background-repeat: no-repeat;
}

.dilleramBl img {
    display: table;
    margin: 27px auto 0;
}

.dilleramBl img+* {
    margin-top: 49px;
}

.dilleramBl p {
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    font-weight: 300;
}

.dilleramBl p+* {
    margin-top: 27px;
}

.dilleramBl p+p {}

.dilleramBl ul {
    display: flex;
    justify-content: space-between;
}

.dilleramBl ul+* {
    margin-top: 27px;
}

.dilleramBl ul li {
    padding-left: 27px;
    width: calc((100% / 3) - 13px);
    position: relative;
}

.dilleramBl ul li+li {}

.dilleramBl ul li span {
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
}

.dilleramBl ul.top {}

.dilleramBl ul.top li:before {}

.dilleramBl ul.bot {
    margin-top: 20px;
}

.dilleramBl ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    background-color: #9e7c3b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.dilleramBl ul.bot li:before {
    background-image: url("../img/svg/icon-str3.svg");
    width: 18px;
    height: 13px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    top: 6px;
}

.formaLineBl {
    margin: 51px 0 32px;
}

.formaLineBl.dileram-page {
    margin: 70px 0 32px;
}

.formaLineBl .tit {
    font-size: 25px;
    color: rgba(0, 0, 0, 1);
    text-transform: uppercase;
    font-weight: 300;
}

.formaLineBl .formaContact .btn {
    position: absolute;
    right: 0;
    top: -41px;
}

.formaLineBl .formaContact {
    margin-top: 40px;
    position: relative;
}

.blogBl {
    margin-top: 51px;
}

.blogBl .listLink {
    display: none;
}

.listBlog {}

.listBlog .item {
    display: flex;
    padding: 50px 0;
}

.listBlog .item+.item {
    border-top: solid 1px #e0e0e0;
}

.listBlog .item .pic {
    width: 278px;
    height: 177px;
    background-position: center;
    background-repeat: no-repeat;
}

.listBlog .item .txt {
    width: calc(100% - 278px);
    font-weight: 300;
    padding-left: 19px;
    position: relative;
}

.infoWrap .summa .txt {
    color: rgba(0, 0, 0, 1);
    font-size: 13px;
    font-weight: 300;
    margin-left: 5px;
}

.listBlog .item .txt .name {
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    text-transform: uppercase;
    display: block;
}

.listBlog .item .txt .name+* {
    margin-top: 11px;
}

.listBlog .item .txt .date {
    font-size: 15px;
    color: #a6a6a6;
    display: block;
}

.listBlog .item .txt .date+* {
    margin-top: 11px;
}

.listBlog .item .txt p {
    color: rgba(0, 0, 0, 1);
    font-size: 15px;
    display: block;
    max-height: 66px;
    overflow: hidden;
}

.listBlog .item .txt p+* {}

.listBlog .item .txt .link {
    font-size: 18px;
    color: #9e7c3b;
    display: table;
    margin-top: 13px;
    font-weight: normal;
    text-decoration: underline;
    text-decoration-color: transparent;
}

.listBlog .item .txt .link:hover {
    text-decoration-color: #9e7c3b;
}

.breadCrumbs {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    padding-top: 22px;
}

.breadCrumbs .in {}

.breadCrumbs ul {}

.breadCrumbs ul li:before {
    content: ">";
    position: absolute;
    left: -16px;
    top: 0;
    color: #a6a6a6;
    font-weight: 300;
}

.breadCrumbs ul li:first-child:before {
    display: none;
}

.breadCrumbs ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.breadCrumbs ul li+li {
    margin-left: 19px;
}

.breadCrumbs ul li .link {
    color: rgba(0, 0, 0, 1);
    font-size: 15px;
    font-weight: 300;
    text-decoration: underline;
    text-decoration-color: transparent;
}

.breadCrumbs ul li a:hover.link {
    text-decoration-color: #a6a6a6;
}

.blogBl .pagination {
    border-top: solid 1px #e0e0e0;
}

/* .pagination {
    padding: 46px 0;
} */

.pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination ul li {
    margin: 0 15px;
}

.pagination ul li+li {}

.pagination ul li a:hover,
.pagination ul li.active a {
    color: rgba(0, 0, 0, 1);
}

.pagination ul li a {
    color: #9e7c3b;
    font-size: 18px;
    font-weight: 300;
}

.pagination ul li a img {
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.pagination ul li.prev a img {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.lineNavpage {
    /* position: absolute; */
    /* top: 87px; */
    /* left: 0; */
    width: 100%;
}

.lineNavpage .in {
    display: flex;
    justify-content: space-between;
}

.lineNavpage a {
    font-size: 18px;
    font-weight: 300;
    text-decoration: underline;
    text-decoration-color: transparent;
}

.lineNavpage .pageNext:hover {
    text-decoration-color: #9e7c3b;
}

.lineNavpage .pagePrew:hover {
    text-decoration-color: #a6a6a6;
}

.lineNavpage a img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.lineNavpage .pagePrew {
    color: #a6a6a6;
}

.lineNavpage .pagePrew img {
    margin-right: 13px;
}

.lineNavpage .pageNext img {
    margin-left: 13px;
}

.lineNavpage .pageNext {
    color: #9e7c3b;
}

.blogText {
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    font-weight: 300;
    padding: 50px 0 24px;
}

.blogText img {
    display: block;
    margin: 0 auto;
}

.blogText .in {}

.blogText p {}

.blogText p+p {
    margin-top: 30px;
}

.blogText p+.pic {
    margin-top: 49px;
    margin-left: 41px;
}

.blogText p+span {}

.blogText p+b {}

.blogText .pic {
    position: relative;
    display: table;
}

.blogText .videoBl .desr,
.blogText .pic .desr {
    position: absolute;
    top: calc(100% + 13px);
    left: 0;
    font-size: 15px;
    color: #a6a6a6;
    display: block;
}

.blogText .videoBl .desr {
    top: calc(100% + 20px);
}

.blogText .pic+p {
    margin-top: 52px;
}

.blogText .pic+span {}

.blogText .pic+b {}

.blogText span {}

.blogText span+span {}

.blogText span+b {}

.blogText span+p {}

.blogText h4,
.blogText h3,
.blogText h2 {
    color: rgba(0, 0, 0, 1);
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 300;
}

.blogText .videoBl {
    float: left;
    margin-top: 50px;
    margin-right: 50px;
    position: relative;
}

.blogText .videoBl+* {
    margin-top: 50px;
}

.blogText .videoBl .video {}

.blogText ul {
    display: table;
    margin-bottom: 145px;
}

.blogText ul li {
    color: rgba(0, 0, 0, 1);
    text-transform: uppercase;
    font-weight: 300;
    font-size: 20px;
    position: relative;
    padding-left: 32px;
}

.blogText ul li+li {
    margin-top: 21px;
}

.blogText ul li:before {
    content: "";
    background-image: url("../img/svg/icon-str3.svg");
    position: absolute;
    left: 0;
    top: 6px;
    width: 18px;
    height: 13px;
}

.blogText h4+*,
.blogText h3+*,
.blogText h2+* {
    margin-top: 29px;
}

.sliderPicture {
    margin-top: 54px;
    margin-bottom: 50px;
}

.sliderPicture .item {
    width: 100%;
    height: 804px;
    background-position: center;
    background-size: cover;
}

.sliderPicture .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: -26px;
    z-index: auto;
}

.owl-carousel .owl-stage-outer {
    z-index: 5;
}

.sliderPicture .owl-nav .owl-next {
    background-image: url("/local/templates/perina/front/dist/img/svg/product-slider-arrow-left-2.svg") !important;
    width: 28px;
    height: 66px;
    overflow: hidden;
    text-indent: 100%;
    z-index: 5;
    position: relative;
    background-size: cover;
    transform: scaleX(-1);
}

.sliderPicture .owl-nav .owl-next:hover {}

.sliderPicture .owl-nav .owl-prev {
    background-image: url("/local/templates/perina/front/dist/img/svg/product-slider-arrow-left-2.svg") !important;
    width: 28px;
    height: 66px;
    overflow: hidden;
    text-indent: 100%;
    z-index: 5;
    position: relative;
    background-size: cover;
}

.sliderPicture .owl-nav .owl-prev:hover,
.sliderPicture .owl-nav .owl-next:hover {
    opacity: 0.5;
}

.text-align-center {
    text-align: center;
    max-width: 827px;
    margin: 0 auto;
}

.catalog {
    padding: 46px 0 21px;
    padding-top: 0px;
}

.catalog .in {}

.catalog .listCatalog {
    justify-content: center;
}

.catalog .pagination {
    padding: 31px 0 0;
}

.searchCatalog {
    padding: 50px 0 2px;
}

.searchTarget {
    margin: 26px 0 0;
}

.searchTarget+.filterBl {
    margin-top: 11px;
}

.searchTarget .in {
    text-align: center;
}

.searchTarget img {
    display: inline-block;
    vertical-align: middle;
}

.searchTarget img {
    margin-top: -3px;
    filter: brightness(0.5);
}

.searchTarget .txt {
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}

.likeBl .listCatalog .item .text:before,
.searchCatalog .listCatalog .item .text:before {
    background: #fff;
    /*! border: 1px solid #EDEDED; */
}

.likeBl .listCatalog .item .text,
.searchCatalog .listCatalog .item .text {}

.productBl {
    /* padding: 20px 0; */
}

.productBl .in {}

.product-top {
    display: flex;
    flex-wrap: wrap;
}

.product-top .sliderPictureWrap {
    display: flex;
    flex-wrap: wrap;
    max-height: 804px;
}

.product-top .sliderPictureWrap,
.product-top .sliderPicture {
    width: 100%;
    height: 804px;
    margin: 0;
}

.product-top .sliderPicture .item {
    position: relative;
}

.product-top .sliderPicture .iframe-wrap {
    position: aboslute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.product-top .sliderPicture .iframe-wrap iframe {
    width: 100% !important;
    height: 400px !important;
}

.single_image {
    /* width: 50px;
    height: 50px;
    display: block;
    z-index: 6;
    position: absolute;
    background-image: url("../img/svg/zoom.svg");
    background-position: center;
    background-repeat: no-repeat;
    right: 10px;
    top: 10px; */
    opacity: 0;
    pointer-events: none;
}

.product-top .options {
    width: calc(100% - 650px);
    padding-left: 60px;
    padding-top: 12px;
}

.product-top .lineColors {
    position: relative;
    margin-bottom: 22px;
}

.product-top .lineColors .articul {
    color: rgba(0, 0, 0, 1);
    font-size: 15px;
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 0;
}

.product-top .lineColors .tit {
    color: #a6a6a6;
    font-size: 15px;
    font-weight: 300;
}

.product-top .lineColors .listColors input:checked+label {}

.product-top .lineColors .listColors label {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 5;
}

.product-top .listColors input {
    display: none;
}

.product-top .lineColors .listColors {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
}

.product-top .lineColors .listColors .item {
    position: relative;
    cursor: pointer;
    width: 33%;
    margin-top: 25px;
}

.product-top .lineColors .listColors .item input:checked+label+.pic:before {
    opacity: 1;
}

.product-top .lineColors .listColors .item+.item {
    /*margin-left: 53px;*/
}

.product-top .lineColors .listColors .item .pic {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    position: relative;
}

.product-top .lineColors .listColors .item .pic:before {
    content: "";
    width: 58px;
    height: 58px;
    border: solid 1px #9e7c3b;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    left: -4px;
    opacity: 0;
}

.product-top .lineColors .listColors .item .name {
    color: rgba(0, 0, 0, 1);
    font-size: 15px;
    font-weight: 300;
    display: block;
    text-align: center;
    margin-top: 8px;
}

.product-top .openMod {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 4;
}

.product-top .options .sku_div_product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.selProd {
    display: flex;
}

.product-top .lineColors {
    width: 100%;
}

.product-top .selProd {
    width: 220px;
    margin-bottom: 20px;
}

.selProd .col {
    width: 221px;
}

.selProd .col+.col {
    margin-left: 15px;
}

.selProd .selectric-wrapper {
    background: transparent;
    border: 0;
}

.selProd .selectric {
    height: 38px;
    background: #fff;
    border: 1px solid #c0c0c0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

.selProd .selectric .label {
    margin: 0;
    margin-top: 1px;
    color: #5b5b5b;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 24px;
    font-weight: 300;
}

.selProd .selectric .button {
    text-indent: 100%;
    overflow: hidden;
    border: 0;
    background: transparent;
    right: 8px;
    top: -1px;
}

.selProd .selectric .button:after {
    content: "";
    position: absolute;
    background-image: url("../img/svg/icon_str6.svg");
    width: 12px;
    height: 7px;
    background-repeat: no-repeat;
    border: 0;
}

.selProd .selectric-items {
    top: calc(100% - 24px);
    border: 1px solid #c0c0c0;
    padding-top: 20px;
    background-color: #fff;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
    -ms-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-right-radius: 30px;
    border-bottom-right-radius: 20px;
}

.selProd .selectric-scroll {}

.selProd .selectric-scroll ul {}

.selProd .selectric-scroll ul li {
    padding: 8px 0px 8px 23px;
}

.selProd .selectric-scroll ul li+li {}

.selProd .selectric-open .selectric {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -ms-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-color: transparent;
}

.selectric-items li:hover,
.selectric-items li.highlighted {
    background: transparent;
    color: #9e7c3b;
}

.addBaldahin {
    margin-top: 17px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    /* padding-left: 19px; */
}

.addBaldahin:hover .txt {
    border-bottom-color: transparent;
}

.addBaldahin.open:before {
    background-image: url("../img/svg/icon-minus.svg");
}

.addBaldahin:before {
    /* content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background-image: url("../img/svg/icon-plus.svg");
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-top: -8px; */
}

.addBaldahin .txt {
    display: inline-block;
    vertical-align: middle;
    color: #9e7c3b;
    font-size: 18px;
    margin-left: 6px;
    border-bottom: dotted 1px #9e7c3b;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.kitBl .tit {
    color: #a6a6a6;
    font-size: 15px;
    font-weight: 300;
}

.kitBl .listKit {
    margin-top: 16px;
}

.kitBl .listKit li {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

/* .kitBl .listKit li + li {
    margin-top: 16px;
} */

.kitBl .listKit li .name {
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    font-weight: 300;
    max-width: 50%;
}

.kitBl .listKit li .dots {
    flex-grow: 1;
    border-bottom: 1px dotted #d6d6d6;
    display: block;
    margin: 0 4px;
    height: 1px;
    position: relative;
    top: -7px;
}

.kitBl .listKit li .val {
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    font-weight: 300;
}

.kitBl .listKit li.baldahin.open {
    display: flex;
}

.kitBl .listKit li.baldahin {
    display: none;
}

.lineBotKit {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.lineBotKit .summa {
    width: 50%;
}

.lineBotKit .summa .txt {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

.lineBotKit .summa .sum {
    color: rgba(0, 0, 0, 1);
    font-size: 28px;
    margin-right: 3px;
    margin-left: 5px !important;
}

.lineBotKit .summa .sum+.txt {
    font-size: 13px;
}

.lineBotKit .summa .sum .small {
    font-size: 18px;
    vertical-align: 10px;
    position: relative;
}

.lineBotKit .btn {
    width: 181px;
}

.questBl {
    background-image: url("../img/svg/icon-quest.svg");
    width: 21px;
    height: 24px;
    display: none;
    vertical-align: 11px;
    position: relative;
    left: -5px;
    cursor: pointer;
}

.productBl .title+* {
    margin-top: 20px;
}

.productBl .title {
    font-size: 25px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 1);
    display: block;
    font-weight: 300;
}

.productBl p {
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    font-weight: 300;
}

.product-desr {
    margin-top: 51px;
}

.product-special {
    margin-top: 52px;
}

.product-special.onlyMob {
    display: none;
}

.product-special .tabs {
    display: flex;
}

.product-special .tabs .listLink {
    width: 376px;
    border: 0;
    border-right: solid 1px #ededed;
}

.product-special .tabs .listLink li {}

.product-special .tabs .listLink li+li {
    margin-left: 0px !important;
    margin-top: 15px !important;
    width: 100%;
}

.product-special .tabs .listLink li a {
    font-size: 16px;
}

.product-special .tabs .listLink li a:hover {
    color: #9e7c3b;
}

.product-special .tabs .listLink li a:before {
    display: none;
}

.product-special .tabs .tabs-body {
    width: calc(100% - 376px);
    padding-left: 80px;
}

.product-special .tabs .tabs-body p {}

.product-special .tabs .tabs-body p+p {}

.tabs .listLink li.ui-tabs-active a {
    color: #9e7c3b;
}

.product-special .tabs .listLink li.ui-tabs-active {
    position: relative;
    width: 100%;
}

.product-special .tabs .listLink li.ui-tabs-active:focus {
    outline: none;
}

.product-special .tabs .listLink li.ui-tabs-active:before {
    content: "";
    position: absolute;
    transform: rotate(270deg);
    right: 20px;
    top: 3px;
    background-image: url(../img/svg/icon-str1.svg);
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
}

.product-complect {
    margin-top: 41px;
}

.product-complect .title {}

.product-complect .listPredmet {}

.product-complect .listPredmet .item {}

.product-complect .listPredmet .item+.item {
    margin-top: 15px;
}

.product-complect .listPredmet .item .pred:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background-image: url("../img/svg/icon-str1.svg");
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
}

.product-complect .listPredmet .item .pred {
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 1);
    display: block;
    font-weight: 300;
    cursor: pointer;
    padding-left: 27px;
    position: relative;
}

.pred-list-wrap {
    display: none;
}

.product-complect .listPredmet .item .pred-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 21px;
}

.product-complect .listPredmet .item .pred-list li {
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    font-weight: 300;
}

.product-complect .listPredmet .item .pred-list li+li {
    margin-left: 50px;
}

.product-complect .infDop {
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    font-weight: 300;
    display: block;
    margin-top: 22px;
}

.product-complect .listPredmet .item .pred.open:before {
    color: #9e7c3b;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 5px;
}

.product-complect .listPredmet .item .pred.open {
    color: #9e7c3b;
}

.likeBl {}

.likeBl .title {}

.likeBl .title+* {}

.likeBl .sliderPicture .item {
    height: 598px;
}

.lineBuy {
    background-color: #f7f5f1;
    display: flex;
    width: 100%;
    align-items: center;
    margin-top: 29px;
    padding: 38px 46px;
}

.lineBuy .tit {
    font-size: 30px;
    color: rgba(0, 0, 0, 1);
    font-weight: 300;
    text-transform: uppercase;
    margin-right: 42px;
}

.lineBuy .noteBl {
    font-size: 15px;
    font-weight: 300;
    color: rgba(0, 0, 0, 1);
    margin-left: 39px;
}

.lineBuy .noteBl .iconBl {
    display: inline-block;
    vertical-align: middle;
}

.lineBuy .noteBl .txt {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
}

/* .textBotProduct {
    margin-top: 48px;
} */

.textBotProduct .tit {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
    border-bottom: solid 1px #e0e0e0;
}

.textBotProduct .tit span {
    border-bottom: solid 1px #9e7c3b;
    display: table;
    padding-bottom: 12px;
}

/* .textBotProduct a:hover {
    text-decoration-color: #9e7c3b;
} */

.textBotProduct a {
    color: #9e7c3b;
    text-decoration: underline;
    text-decoration-color: transparent;
}

.textBotProduct p {
    margin-top: 20px;
}

.menuButton {
    width: 20px;
    position: absolute;
    right: 0;
    top: 21px;
    display: none;
    cursor: pointer;
}

.menuButton span {
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, 1);
    display: block;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.menuButton span+span {
    margin-top: 4px;
}

.menuButton span:nth-child(1) {}

.menuButton span:nth-child(2) {}

.menuButton span:nth-child(3) {}

.menuButton.selected {}

.menuButton.selected span {}

.menuButton.selected span+span {}

.menuButton.selected span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 4px;
}

.menuButton.selected span:nth-child(2) {
    opacity: 0;
}

.menuButton.selected span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -6px;
}

.listLang {
    text-align: center;
}

.listLang li {
    display: block;
    vertical-align: middle;
    margin: 0 10px;
}

.listLang li+li {}

.listLang li a {
    color: rgba(0, 0, 0, 1);
    font-size: 15px;
    font-weight: 300;
}

.listLang li a.active {
    color: #9e7c3b;
}

.socMenuMobile {
    margin-top: 50px;
}

.socMenuMobile ul {
    display: flex;
    justify-content: center;
}

.socMenuMobile ul li {}

.socMenuMobile ul li+li {
    margin-left: 14px;
}

.socMenuMobile ul li a {
    border: solid 1px #9e7c3b;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
}

.socMenuMobile ul li:first-child a img {
    vertical-align: -1px;
}

.socMenuMobile ul li a img {
    display: inline-block;
    vertical-align: -4px;
}

.sliderMobile {}

.slideCertificate .owl-dots,
.sliderMobile .owl-dots {
    text-align: center;
    padding: 11px 0 25px;
}

.slideCertificate .owl-dots .owl-dot,
.sliderMobile .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #e0e0e0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.slideCertificate .owl-dots .owl-dot.active,
.sliderMobile .owl-dots .owl-dot.active {
    background-color: #9e7c3b;
}

.sliderMobile .owl-dots .owl-dot span {}

.modalsScroll {
    overflow: auto;
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: none;
}

.modals {
    height: 100vh;
    width: 100%;
}

.modals.table {
    display: table;
}

.modals .tCell {
    padding: 0 15px;
    overflow: auto;
    display: table-cell;
    vertical-align: middle;
}

.modalsScroll.open {
    z-index: 55;
    display: block;
}

.close span:last-child {
    margin-bottom: 0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -18px;
}

.close span {
    display: block;
    width: calc(100% - 10px);
    height: 2px;
    background-color: #fff;
    margin-bottom: 30px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: 14px;
    left: 50%;
    margin-left: -10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.close:hover span {
    background-color: #9e7c3b;
}

/*.close {
    outline: none;
    z-index: 30;
    background: transparent;
    position: absolute;
    right: 8px;
    top: 0;
    width: 35px;
    height: 35px;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}*/

.overlayModal {
    z-index: 4;
    position: fixed;
    background-color: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
    opacity: 0.85;
}

.blockMod {
    position: relative;
    z-index: 5;
    display: none;
    width: 100%;
    margin: 0 auto;
    max-width: 650px;
}

.sliderOpenProduct {
    width: 650px;
    position: relative;
}

.sliderOpenProduct .picFull {
    width: 100%;
    height: 650px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 101%;
}

.sliderOpenProduct .listPic {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0;
}

.sliderOpenProduct .listPic .item.open {
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(178, 144, 79, 1);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(178, 144, 79, 1);
    box-shadow: inset 0px 0px 0px 2px rgba(178, 144, 79, 1);
}

.sliderOpenProduct .listPic .item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 80px;
    height: 80px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sliderOpenProduct .listPic .item:nth-child(7n + 1) {
    margin-left: 0 !important;
}

.sliderOpenProduct .listPic .item+.item {
    margin-left: 15px;
}

.sliderOpenProduct .btn-prew {
    background-image: url("../img/arrow_slideblog.png") !important;
    width: 27px;
    height: 53px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    overflow: hidden;
    text-indent: 100%;
    z-index: 5;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
}

.sliderOpenProduct .btn-next {
    background-image: url("../img/arrow_slideblog.png") !important;
    width: 27px;
    height: 53px;
    overflow: hidden;
    text-indent: 100%;
    z-index: 5;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
}

#result_search {
    max-width: 450px;
    background: transparent;
}

#result_search .fancybox-close-small {
    padding: 0;
    color: #ffffff;
}

#result_search .fancybox-button svg path {}

.resultSearchModal .tit {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-weight: 300;
}

.resultSearchModal .inputLine {
    position: relative;
    margin-top: 23px;
}

.resultSearchModal input {
    border: 0;
    background: transparent;
    color: #cacaca;
    font-size: 15px;
    width: 100%;
    height: 40px;
    border-bottom: solid 1px #9e7c3b;
}

.resultSearchModal form {
    position: relative;
    margin-bottom: 0;
}

.resultSearchModal input[type="submit"] {
    display: none;
}

.resultSearchModal .btn_img {
    z-index: 99999;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    height: 40px;
    display: flex;
}

.resultSearchModal .btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    display: block;
    width: 17px;
    height: 18px;
    cursor: pointer;
}

.saleBl {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    background-color: #a5927f;
    display: block;
    position: absolute;
    right: -67px;
    top: 39px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 250px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.bodyModal {
    overflow: hidden;
    padding-right: 17px;
}

.sliderPictureWrap {
    position: relative;
}

.slider-counter {
    position: absolute;
    right: 40px;
    bottom: 23px;
    z-index: 5;
    color: #e0e0e0;
    font-weight: bold;
    font-size: 15px;
}

.slider-counter img {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
}

.slider-counter .txt {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.product-top .slider-counter {}

.info_404 {
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
}

.silderGrettings .owl-item.active .item .picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.silderGrettings .owl-item .slideBl {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.silderGrettings .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1200px) {
    .silderGrettings {}

    .silderGrettings .owl-item .item {
        -webkit-transition: all 5s 0.3s;
        -moz-transition: all 5s 0.3s;
        -o-transition: all 5s 0.3s;
        transition: all 5s 0.3s;
    }

    .silderGrettings .owl-item.active .item .picture {
        transform: scale(1.1);
        -webkit-transition: all 5s 0.3s;
        -moz-transition: all 5s 0.3s;
        -o-transition: all 5s 0.3s;
        transition: transform 5s 0.3s;
    }

    .silderGrettings .owl-item .slideBl {
        -webkit-transition: opacity 3s 0.3s;
        -moz-transition: opacity 3s 0.3s;
        -o-transition: opacity 3s 0.3s;
        transition: opacity 3s 0.3s;
        opacity: 0;
    }

    .silderGrettings .owl-item.active .slideBl {
        opacity: 1;
    }

    .silderGrettings .owl-nav {
        opacity: 0;
        -webkit-transition: opacity 3.5s;
        -moz-transition: opacity 3.5s;
        -o-transition: opacity 3.5s;
        transition: opacity 3.5s;
    }

    .silderGrettings .owl-nav.open {
        opacity: 1;
    }
}

.productBl .title .onlyMob {
    display: none;
}

.blog-page-current {
    color: #000 !important;
    font-size: 18px;
}

.disnon {
    display: none;
}

.title_cat {
    display: none;
}

.socMenuMobile a img {
    padding-top: 9px;
}

.sum_mag {
    font-size: 27px;
    line-height: 29px;
}

.small_mag {
    font-size: 18px;
    vertical-align: 10px;
}

.notallowed {
    display: none !important;
}

.chenge_ss.selected {
    pointer-events: none !important;
}

.vertic {
    color: #535353 !important;
    font-size: 15px !important;
    line-height: 15px !important;
}

.ascrit {
    color: #d0b08f;
}

.parent_list li {}

.parent_list {}

.parent_list {
    display: flex;
    flex-wrap: wrap;
}

.parent_list li {
    width: 50%;
}

.parent_list {
    border-right: solid 1px #ededed;
    min-height: 30px;
    padding: 0px 0px 15px 0px;
}

.parent_list li {
    margin-top: 5px !important;
}

.menuCatalogOpen_new {
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
    font-weight: 300;
    text-transform: uppercase;
}

.menuCatalogOpen_newt {
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
    font-weight: 300;
    text-transform: uppercase;
}

.lineBuy .selProd {
    display: flex;
}

/*
.bx-catalog-element .titlePage .cap{
    font-size: 25px;
}
*/

.comp-fav .hidden {
    display: none !important;
}

.js-ajax-form {
    margin-bottom: 0;
}

.like {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.infoUser .like {
    margin-left: 30px;
}

.like_close {
    position: absolute;
    right: 23px;
    z-index: 10;

    top: 50%;
    transform: translateY(-50%);
}

.like_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.like_flex .like {
    margin-top: 17px;
}

.like_flex .like span {
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    color: #4e4d4d;
    /* margin-left: 8px; */
}

.like_anim path {
    transition: 0.3s;
}

.like_anim:not(.anim):hover path {
    fill: #9e7c3b;
    stroke: #9e7c3b;
}

.like_anim.anim {
    animation: scaleSvg 1s linear 0.3s;
}

.like_anim.anim path {
    fill: #9e7c3b;
    stroke: #9e7c3b;
}

@keyframes scaleSvg {
    from {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1.2);
    }

    to {
        transform: scale(1, 1);
    }
}

/*mobile-menu*/
@media (max-width: 767px) {
    header {
        position: relative;
    }

    /* header .container {
        border-bottom: 1px solid #e0e0e0;
    } */
    .resultSearchModal .tit {
        font-size: 20px;
    }

    .blogText img {
        width: 100%;
        height: auto;
    }

    footer .lineFotTop .socFotBl ul li+li {
        margin-left: 16px;
    }
}

.fixed__link {
    position: absolute;
    left: 52px;
    bottom: 20px;
    color: #9e7c3b;
    font-size: 12px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 11px;
    text-transform: uppercase;
}

.fixed__link:hover {
    color: #9e7c3b;
}

.menuMobile {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: 59px;
    height: 0;
    left: 0;
    overflow: hidden;
    z-index: 10;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    -o-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
}

.menuMobile.animate {
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    height: 100vh;
}

.menuMobile>* {
    position: relative;
    opacity: 0;
    transform: scale(1, 0);
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.menuMobile.animate>* {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    -o-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
}

.menuMobile .cst_hide {
    top: 0;
    z-index: 0;
    background-color: #fff;
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 59px);
    overflow: hidden;
    max-height: calc(100vh - 59px);
    -webkit-transform: translate(100vw, 0);
    transform: translate(100vw, 0);
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.menuMobile .cst_hide.cst_anim {
    z-index: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    overflow-y: scroll;
    height: calc(100vh - 59px);
}

.menuMobile .cst_hide.scroll {
    display: block;
    max-height: calc(100vh - 59px);
}

.menuMobile .order {
    order: 1;
}

.menuMobile .border.back {
    min-height: 49px;
}

.menuMobile .border,
.menuMobile .border.back {
    position: relative;
    padding: 0 16px;
    height: 49px;
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    text-transform: uppercase;
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    line-height: 1;
}

.menuMobile .border a {
    color: rgba(0, 0, 0, 1);
}

.menuMobile .border .fixed {
    position: relative;
}

.menuMobile .border.back {
    padding-left: 38px;
}

.menuMobile .border.left {
    padding-left: 38px;
}

.menuMobile .before.back:before {
    left: 16px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.menuMobile .before:before {
    content: "";
    position: absolute;
    right: 16px;
    top: 17px;
    background-image: url("../img/svg/icon-mobile-str2.svg");
    width: 12px;
    height: 8px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.menuMobile .border[data-toggle="27"] {
    display: none !important;
}

.acc__container {
    width: 100%;
    height: 100%;
    max-height: 0;
    -webkit-transition: max-height 0.3s, margin 0.5s;
    -o-transition: max-height 0.3s, margin 0.5s;
    transition: max-height 0.3s, margin 0.5s;
    overflow: hidden;
}

.acc__container.visible {
    margin-top: 20px;
    max-height: 14000px;
    -webkit-transition: max-height 0.8s, margin 0.5s;
    -o-transition: max-height 0.8s, margin 0.5s;
    transition: max-height 0.8s, margin 0.5s;
}

.acc__elem .title {
    text-transform: none;
    color: #4e4d4d;
    margin-left: 27px;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    transition: 0.5s ease-in-out 0.3s;
    margin-bottom: 12px;
}

.acc__elem:last-child .title {
    margin-bottom: 0px;
}

.acc__elem.animate .title {
    transition: ease-in-out 0.3s;
    margin-bottom: 20px;
}

.acc__container .acc__elem {
    width: 100%;
    cursor: pointer;
    position: relative;
    height: auto;
    padding-bottom: 0;
}

.acc__container .acc__elem:before {
    content: url("../img/svg/icon-str1.svg");
    position: absolute;
    top: 10px;
    left: 0px;
    -webkit-transition: -webkit-transform ease-in-out 0.3s;
    transition: -webkit-transform ease-in-out 0.3s;
    -o-transition: transform ease-in-out 0.3s;
    transition: transform ease-in-out 0.3s;
    transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}

.acc__container .acc__elem .acc__hidden {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
}

.acc__container .acc__elem.animate {
    margin-bottom: 20px;
}

.acc__container .acc__elem.animate:last-child {
    margin-bottom: 0px;
}

.acc__container .acc__elem.animate:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.acc__container .acc__elem.animate .acc__hidden {
    height: auto;
}

.sklad_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.gold_title {
    margin-top: 10px;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    color: #9e7c3b;
    border-bottom: 1px dotted #9e7c3b;
    cursor: pointer;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #9e7c3b;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.seoText+footer {
    margin-top: 24px;
}

.seoText {
    position: relative;
}

.seoText.dileram-page {
    margin-top: 50px;
}

/*.seoText ul,
.seoText > p {
    display: none;
}*/
.product-desr .seoText ul,
.seoText>p {
    display: block;
}

.seoText>p:first-child {
    display: block;
}

.seoText .text {
    margin-bottom: 12px;
    /*max-height: 203px;*/
}

.seoText .collapse-content {
    overflow: hidden;
    /* height: 10vw; */
    /* max-height: 110px; */
    height: 97px;
    position: relative;
}

.seoText .collapse-content.lg-content {
    height: 137px;
}

.seoText .collapse-content:before {
    content: "";
    pointer-events: none;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    z-index: 2;
    background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.3));
}

.seoText:not(.active) .toggle-collapse-text .hide-text {
    display: none;
}

.seoText.active .collapse-content::before {
    display: none;
}

.seoText.active .collapse-content {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
}

.seoText.active .toggle-collapse-text .show-text {
    display: none;
}

.fullText {
    /* display: none; */
}

.seoText.opened .text {
    max-height: 15000px;
}

.seoText .closeText {
    display: none;
}

.seoText.opened .closeText {
    display: flex;
}

.seoText .openText {
    display: flex;
}

.seoText.opened .openText {
    display: none;
}

.seoText h1 {
    margin-bottom: 12px;
    font-size: 25px;
    line-height: 44px;
    color: #2e2e2e;
    font-weight: 300;
    text-transform: uppercase;
}

.seoText p {
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    margin-bottom: 16px;
}

.seoText .gold {
    cursor: pointer;
    color: #9e7c3b;
    font-size: 18px;
    line-height: 27px;
}

.seoText ul,
.seoText ol {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    margin-left: 16px;
}

.seoText ol {
    list-style: decimal;
}

.seoText ul li {
    position: relative;
}

.seoText ul li:before {
    content: "-";
    position: absolute;
    top: 0px;
    left: -14px;
}

.ajax_catalog {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    border: 1px solid #9e7c3b;
    padding: 12px;
    color: #ffffff;
}

.ajax_item {
    display: flex;
    color: #ffffff;
    margin-bottom: 12px;
    font-size: 18px;
}

.ajax_item:last-child {
    margin-bottom: 0;
}

.contactsBl .infoContact .leftInfo .col .gray-email span {
    color: #9e7c3b !important;
}

.contactsBl .infoContact .leftInfo .col .gray-email:hover {
    text-decoration-color: #9e7c3b !important;
}

.remains-info {
    margin: 50px 0 10px;
}

.remains-info.dileram-page {
    margin: 70px 0 10px;
}

.remains-info .tit {
    display: block;
    max-width: 770px;
    font-size: 25px;
    color: rgba(0, 0, 0, 1);
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 10px;
}

.remains-info table {
    width: 100%;
    border-collapse: collapse;
}

.remains-info table td {
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
}

.remains-info table tr:last-child td {
    border: none;
}

.remains-info a {
    color: #9e7c3b;
}