
.preloader {
  /*фиксированное позиционирование*/
  position: fixed;
  /* координаты положения */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* фоновый цвет элемента */
  background: #1C1F24;
  /* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
  z-index: 1001;
}

.preloader__row {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
  position: absolute;
  display: inline-block;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

/* Подключаем Шрифты */
@font-face {
    font-family: 'JOURNALISM';
    src: url('https://матисс.рф/template/fonts/JOURNALISM.woff2') format('woff2'),
        url('https://матисс.рф/template/fonts/JOURNALISM.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* W3C standard
   сейчас только для Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #c0a87f #1f1f1f;
}

/* для Chrome/Edge/Safari */
*::-webkit-scrollbar {
  height: 12px;
  width: 12px;
}
*::-webkit-scrollbar-track {
  background: #1f1f1f;
}
*::-webkit-scrollbar-thumb {
  background-color: #c0a87f;
  border-radius: 5px;
  border: 3px solid #1f1f1f;
}
a:active,
a:focus {
    outline: none;
}

input,
textarea {
    outline: none;
}

input:active,
textarea:active {
    outline: none;
}

:focus {
    outline: none;
}

textarea {
    resize: none;
}

textarea {
    resize: vertical;
}

textarea {
    resize: horizontal;
}

a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0!important;
    outline-color: transparent!important;
    outline-width: 0!important;
    outline-style: none!important;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0)!important;
}

input,
button,
a,
i:active,
button:focus {
    outline: none !important;
}

input,
button,
a,
i::-moz-focus-inner {
    border: 0 !important;
}

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes preloader-bounce {

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

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

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}

body {
  background-color: #1C1F24;
    overflow-x: hidden;
}





/* bsnav */
.bsnav-mobile, .bsnav-mobile .bsnav-mobile-overlay, .bsnav-sticky.navbar-fade, .bsnav-sticky.navbar-slide {
    left: 0;
    position: fixed;
    top: 0;
    right: 0;
}
.bsnav-mobile {
    bottom: 0;
    z-index: 49;
    pointer-events: none;
}
.bsnav-mobile .navbar {
    background: #ccc !important; /* для наглядности */
    width: 294px;
    padding: 70px 0 15px;
    flex-flow: column;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    transition: .4s ease-in-out;
    transform: translate3d(300px,0,0);
    overflow: auto;
}
.bsnav-mobile.in .navbar {
    transform: translate3d(0,0,0);
}
.bsnav {
  background: none;
}

/* Header */
.header {
  position: relative;
  height: 1084px;
  z-index: 10;
}

.header__slider__item {
  background: url(../images/header__slider__item-1.png) top;
  background-size: cover;
  background-position-y: 100%;
  height: 1058px;
  padding-top: 418px;
  position: relative;
}

.header__info {
  background: url(../images/header__info-bg.png) top;
  background-size: cover;
  height: 1084px;
  position: relative;
  padding-left: 10px;
}

.header__menu {
  position: absolute;
  width: 100%;
  top: 52px;
  height: 59px;
}

.navbar-collapse {
  justify-content: start;
  margin-left: 185px;
  height: 100%;
}
.header__menu .navbar a.navbar-brand img {
  width: 206px;
  height: 59px;
}
.header__menu .navbar .navbar-nav {
}


.navbar-toggler .navbar-toggler-icon, .navbar-toggler.toggler-spring .navbar-toggler-icon::before, .navbar-toggler.toggler-spring .navbar-toggler-icon::after{
  background-color: #fff;
}
.header__menu .navbar .navbar-nav .nav-item:first-child {
    margin-left: 0px;
}
.header__menu .navbar .navbar-nav .nav-item {
    color: #fff;
    margin-left: 55px;
    font-family: 'JOURNALISM';
    font-weight: normal;
    font-style: normal;
    font-size: 25px;
    line-height: 25px;
    letter-spacing: 0.15em;
}
.header__menu .navbar .navbar-nav .nav-item:hover {

}

.navbar-nav .nav-item:hover>.nav-link {
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link, .navbar-nav .nav-link {
     padding: 0px; 
}
.navbar-expand-sm .navbar-nav .nav-link {
  padding: 0px;
}

.nav-item {
text-decoration:none;
display: inline-block;
line-height: 1;
color:#2F73B6;
}

.nav-item:hover {
  display: list-item;
  list-style: disc;
}
.nav-item:after {
display: block;
content: "";
height: 1px;
width: 0%;
margin-top: 3px;
background-color: #fff; /*цвет фона элемента*/
transition: width 0.4s ease-in-out;
}


.nav-item:hover:after,
.nav-item:focus:after {
width: 90%;
  margin-left: 1%;
}

.navbar a.phone {
  margin-left: auto;
}
.navbar .phone img {
  width: 100%;
  transition: 0.4s;
  cursor: pointer;
}
.navbar .phone img:hover {
  transform: rotate(-20deg);
  transition: 0.4s;
  cursor: pointer;
}


.header__slider__item-info {
  position: absolute;
  right: 12px;
  width: 427px;
}

.header__slider__item-info p {
    font-family: 'JOURNALISM';
    font-size: 41px;
    line-height: 150%;
    color: #fff;
    padding-top: 30px;
}

.mouse-roll {
  position: absolute;
  left: -58px;
  top: 40px;
}

.header__info__text {
    width: 565px;
  position: absolute;
  bottom: 149px;
  left: 71px;
}

.header__info__text p {
  text-align: right;
  font-family: 'JOURNALISM';
  font-style: normal;
  font-weight: normal;
    font-size: 41px;
    line-height: 150.4%;
  color: #fff;
}

.header__info__text-con {
  width: 212px;
  height: 461px;
  background: url(../images/header__info-con-m.png) top;
  background-size: cover;
  position: absolute;
    top: -211px;
  left: 333px;
}

/* Catalog */

.catalog {
  background: url(../images/catalog-bg.png) center top;
  background-size: cover;
  position: relative;
  top: -50px;
  z-index: 5;
  padding-top: 90px;
  min-height: 2048px;
}

.catalog h2 {
  font-family: 'JOURNALISM';
  font-style: normal;
  font-weight: normal;
  font-size: 115px;
  line-height: 115px;
  color: #fff;
  letter-spacing: 0.15em;
  padding: 0px 0px 30px 60px;
  text-align: center;
}
.catalog h3 {
    font-family: 'JOURNALISM';
    font-style: normal;
    font-weight: normal;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    letter-spacing: 0.15em;
    padding: 0px;
}
.catalog .grid {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 0.5fr 1fr 1fr 1fr 1fr 1fr;
  gap: 0px;
  height: 100%;
  grid-gap: 22px;
}

.box-flag-orange {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.box-flag-green {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.box-flag-blue {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.catalog .cat-items-1 .box-1 {
    background: #fff;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 50%);
    background-color: #fff;
    height: 100%;
    padding: 15px 0px 15px 0px;
        display: flex;
    justify-content: center;
    align-items: center;
}
.catalog .cat-items-1 .box-1 img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 350px;
}
.catalog .cat-items-1 .box-1 p {
    padding: 0px 2px;
    margin-top: 20px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #000000;
}
.catalog .cat-items-1 .box-1 .btn-into {
    background: #fff;
    border: 1px solid #BEA67C;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 184px;
    margin: 0 auto;
    padding: 5px 0px;
    text-decoration: none;
    transition: 0.4s;
    flex: 0 0 auto;
    color: #BEA67C;
}

.catalog .cat-items-1 .box-1 .btn-into:hover {
    transition: 0.4s;
    background: #BEA67C;
    border: 1px solid #BEA67C;
    color: #fff;
}
.catalog .cat-items-1 .box-1 .btn-into:hover img {
    filter: none;
}
.catalog .cat-items-1 .box-1 .btn-into img {
    margin: 0px;
    width: 29px !important;
    flex: 0 0 auto !important;
    filter: invert(10%) sepia(11%) saturate(977%) hue-rotate(360deg) brightness(81%) contrast(88%);
}
.catalog .cat-items-1 .box-1 .btn-into p {
    font-family: JOURNALISM;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 25px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    flex: 0 0 auto;
    color: inherit;
}
.catalog .cat-items-1 .box-2 {
  background: #C4C4C4;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
  background-color: #D68B78;
}

.catalog .cat-items-1 .box-3 {
  background: #C4C4C4;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
  background-color: #BEBDEA;
  min-height: 320px;
}

.catalog .cat-items-1 .box-4 {
  background: #C4C4C4;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
  background-color: #9FB69D;
  min-height: 320px;
}
.cat-items-2 {
  margin-top: 65px;
}
.catalog .cat-items-2 .box-1 {
  min-height: 320px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
  background-color: #9FB69D;
}

.catalog .cat-items-2 .box-2 {
  min-height: 320px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
  background-color: #9FB69D;
}

.catalog .cat-items-2 .box-3 {
  min-height: 320px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
  background-color: #9FB69D;
}

.catalog .cat-items-2 .box-4 {
  min-height: 320px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
  background-color: #9FB69D;
}

.cat-items-3 {
  margin-top: 65px;
}

.catalog .cat-items-3 .box-1 {
  min-height: 320px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
  background-color: #9FB69D;
}

.catalog .cat-items-3 .box-2 {
  min-height: 320px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
  background-color: #9FB69D;
}

.catalog .cat-items-3 .box-3 {
  min-height: 320px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
  background-color: #9FB69D;
}

.catalog .cat-items-3 .box-4 {
  min-height: 320px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
  background-color: #9FB69D;
}


/* About */

.about {
  background: url(../images/about-bg.png);
  background-size: cover;
  min-height: 1024px;
}

.about-left {
  padding-top: 230px;
  padding-left: 100px;
}
.about-left h2 {
  font-family: 'JOURNALISM';
  font-style: normal;
  font-weight: normal;
  font-size: 117px;
  color: #fff;
  padding-top: 60px;
  line-height: 121px;
}
.about-right {
  padding-top: 141px;
  padding-left: 27px;
}
.about-right a {
  text-decoration: none;
}

.about-right h2 {
  font-family: 'JOURNALISM';
  font-style: normal;
  font-weight: normal;
  font-size: 115px;
  line-height: 115px;
  text-align: center;
  color: #fff;
  padding-bottom: 30px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.about-right-border-left {
  border-left: 1px solid #BEA67C;
  padding: 20px 27px 20px 27px;
}
.about-right p {
  font-family: 'JOURNALISM';
  font-style: normal;
  font-weight: normal;
    font-size: 35px;
    line-height: 126.8%;
  color: #fff;
}

.about-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #BEA67C;
  transition: 0.4s;
  margin-top: 30px;
}

.about-btn:hover {
  opacity: 0.5;
  transition: 0.4s;
}

.about-btn p {
  display: inline-block;
  font-family: 'JOURNALISM';
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 25px;
  color: #BEA67C;
  padding: 0px;
  margin: 0px;
  padding: 13px 22px 13px 50px;
}

.about-btn img {
  width: 57px;
  height: 6px;
}

/* materials */

.materials {
  background: url(../images/materials-bg.png) center center;
  background-size: cover;
  min-height: 1024px;
}

.materials h2 {
  font-family: 'JOURNALISM';
  font-style: normal;
  font-weight: normal;
  font-size: 115px;
  line-height: 115px;
  color: #FFFFFF;
  padding-left: 100px;
  padding-bottom: 101px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}


.materials .materials__item {
  width: 270px;
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  margin-right: 74px;
}
.materials .materials__item p {
  font-family: 'JOURNALISM';
  font-size: 60px;
  letter-spacing: 0.15em;
  color: #fff;
  margin: 0px;
}

/* item-m-1 */
.materials .item-m-1 {
  background: url(../images/materials__item-1.png) center center /cover;
  padding: 0px 0px 13px 25px;
}

/* item-m-2 */
.materials .item-m-2 {
  background: url(../images/materials__item-2.png) center center /cover;
  padding: 0px 0px 7px 18px;
}

/* item-m-3 */
.materials .item-m-3 {
  background: url(../images/materials__item-3.png) center center /cover;
  padding: 0px 0px 8px 28px;
}

/* item-m-4 */
.materials .item-m-4 {
  background: url(../images/materials__item-4.png) center center /cover;
  padding: 0px 0px 13px 25px;
  margin-top: 64px;
}

/* item-m-5 */
.materials .item-m-5 {
  background: url(../images/materials__item-5.png) center center /cover;
  padding: 0px 0px 13px 25px;
  margin-top: 64px;
}

/* advantages */

.advantages {
  background: url(../images/advantages-bg.png) no-repeat left center;
  background-size: cover;
  min-height: 1024px;
  padding-top: 51px;
  background-position-y: 153px;
}

.advantages h2 {
  font-family: 'JOURNALISM';
  font-style: normal;
  font-weight: normal;
  font-size: 115px;
  line-height: 115px;
  color: #fff;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.advantages hr {
  height: 1px;
  color: #fff;
  opacity: 1;
  width: 60%;
  margin-left: 33px;
}
.advantages__block {
  margin-top: 43px;
  justify-content: center;
  align-items: center;
  position: relative;
}
.advantages__block__left {
  width: 424px;
  height: 605px;
  padding: 0px;
  background: url(../images/advantages-left-bg.png) no-repeat center center /cover;
}

.advantages__block__right {
  background: #1C1F24;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
  width: 695px;
  height: 503px;
  padding: 0px;
  margin-left: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.advantages__block__right-items {
  width: 549px;
  display: flex;
  flex-wrap: wrap;
}

.advantages__block__right-items .item-1 {
  width: 50%;
}
.advantages__block__right-items .item-1:nth-child(3), .advantages__block__right-items .item-1:nth-child(4) {
  margin-top: 60px;
}
.advantages__block__right-items .item-1 p {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 131.3%;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.advantages__block__right-items .item-1 img {
  margin: 0 auto;
  display: block;
  margin-bottom: 23px;
}

.advantages__block__icon-1 {
  position: relative;
  left: -40px;
}

.advantages__block__icon-2 {
  position: absolute;
  width: 370px;
  height: 100px;
  background: url(../images/advantages-icon-2.png) no-repeat bottom /cover;
  z-index: 1;
  bottom: -8px;
  right: 0%;
}

/* photogallery */
.photogallery {
  background: url(../images/photo-gallery.png) no-repeat center /cover;
  height: 1024px;
  padding-top: 49px;
}

.photogallery h2 {
  font-family: 'JOURNALISM';
  font-style: normal;
  font-weight: normal;
  font-size: 115px;
  line-height: 115px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-left: 30px;
}

.photogallery h2::after {
  content: "";
  display: block;
  border: 4px solid #BEA67C;
  width: 75px;
  height: 7px;
  background-color: #BEA67C;
  margin-left: -10px;
}


/* cotuct-us */

.cotuct-us {
  background: url(../images/contuct-us-bg.png) no-repeat center /cover;
  height: 1649px;
  position: relative;
  padding-top: 57px;
}

.cotuct-us h2 {
  font-family: 'JOURNALISM';
  font-style: normal;
  font-weight: normal;
  font-size: 115px;
  line-height: 115px;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 0.15em;
  padding-left: 50px;
}

.cotuct-us-wrap {
  box-shadow: 0px 16px 41px 14px rgba(0, 0, 0, 0.3);
  height: 433px;
  width: 100%;
  margin-top: 20px;
    background: url('../images/Contackt-bg.png'), #1C1F24;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
}
.cotuct-us-wrap-info .cont-item-1 {
      display: flex;
    flex-wrap: wrap;  
}
.cotuct-us-wrap h3 {
  font-family: 'JOURNALISM';
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #BEA67C;
  text-align: center;
  padding-top: 79px;
}

.cotuct-us-wrap-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 32px 0px 31px;
  margin-top: 73px;
  flex-wrap: wrap;
}
.cotuct-us-wrap-info img {
  margin-right: 26px;
}
.cotuct-us-wrap-info .cont-item-1 p {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0px;
  display: inline-block;
}
.cotuct-us-wrap-info .cont-item-2 p{
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 0px;
  display: inline-block;
}
.cotuct-us-wrap-info .cont-item-2 p a {
  text-decoration: none;
  color: #FFFFFF;
}

.cotuct-us-wrap-info .cont-item-3 p{
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 0px;
  display: inline-block;
}
.cotuct-us-wrap-info .cont-item-3 p a {
  text-decoration: none;
  color: #FFFFFF;
}

.conuct-us-wrap-info-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}

.conuct-us-wrap-info-2 a {
  margin-right: 7px;
}

footer {
  padding-top: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 202px;
}
footer .footer-logo {
  display: block;
  text-align: center;
  margin-bottom: 50px;
}

footer ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
footer ul li {
  margin-right: 55px;
}
footer ul li:last-child {
  margin-right: 0px;
}
footer ul li a {
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 0.15em;
  color: #FFFFFF;
}
footer ul li a:hover {
  text-decoration: none;
  color: #fff;
}
footer ul li:hover {
  display: list-item;
  list-style: disc;
  color:#fff;
}


/* modal */
.modal-content {
  border-radius: 0px;
  border: 0px;
  background-color: #000;
}
.modal-content .zvonok-body {
  padding-top: 58px;
  background: #1C1F24;
  box-shadow: 0px 16px 20px 14px rgba(0, 0, 0, 0.5);
}

.zvonok-body h2 {
  font-family: 'JOURNALISM';
  font-style: normal;
  font-weight: normal;
  font-size: 57px;
  line-height: 57px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #BEA67C;
  text-align: center;
}

.zvonok-body p {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.15em;
  color: #FFFFFF;
}
.zvonok-body form {
  padding-top: 36px;
}
.zvonok-body input {
  background: #16191E;
  border: 0px;
  border-radius: 0px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 18px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #FFFFFF;
  height: 77px;
}

.zvonok-body input:focus {
  background: #16191E;
  color: #FFFFFF;
}
.zvonok-body .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgb(61 64 68 / 25%);
}

.zvonok-body button.submit-btn {
  margin-top: 63px;
  width: 100%;
  height: 50px;
  border: 1px solid #BEA67C;
  background: #1C1F24;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zvonok-body button.close-btn {
  margin-top: 63px;
  width: 100%;
  height: 50px;
  border: 1px solid #fff;
  background: #1C1F24;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zvonok-body button.close-btn p {
  padding: 0px;
  margin: 0px;
  font-family: JOURNALISM;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
}
.submit-btn p {
  padding: 0px;
  margin: 0px;
  font-family: JOURNALISM;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #BEA67C;
}

.submit-btn img {
  margin-left: 21px;
}
.submit-btn, .close-btn {
  transition: 0.4s;
}
.submit-btn:hover, .close-btn:hover {
  opacity: 0.5;
  transition: 0.4s;
}

#big .item {
  padding: 0px 0px;
  margin: 5px;
}
#thumbs .item { margin:2px;cursor: pointer; }
#thumbs .current .item {
  border: 2px solid #fff;
  opacity:  1;
}
#thumbs .item {
  opacity: 0.5;
}
.outer {
  margin-top: 25px;
}

#big .owl-item img {
  max-height: 688px;
}
#thumbs {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
}

#thumbs .owl-stage {
  width: 100% !important;
}
#thumbs .owl-item {
  width: 100% !important;
  margin-bottom: 22px;
}

.photo-thumbs {
  position: relative;
}
.photo-thumbs a {
  text-decoration: none;
}


.photo-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #BEA67C;
  height: 39px;
  position: relative;
  bottom: 43px;
  width: 100%;
  z-index: 2;
}
.photo-btn:hover {
  opacity: 0.5;
}
.photo-btn  p {
  font-family: 'JOURNALISM';
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #BEA67C;
  text-shadow: 0px 4px 23px #000000;
  margin: 0px;
  padding: 0px;
  margin-right: 8px;
}

.bsnav-mobile .navbar {
  background: #1C1F24!important;
  box-shadow: 0px 16px 41px 14px rgb(0 0 0 / 30%);
}

.bsnav-mobile .navbar-nav {
  margin-top: 40px;
  text-align: center;
}

.bsnav-mobile .navbar-nav li {
  margin-left: 0px !important;
}


.breadcrumb {
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
}




.fotorama-wrap {
    overflow: hidden;
    position: relative;
    padding: 2px 0 0;
}
.thumbs {
    float: right;
    width: 52px;
    margin: -2px 2px 0 0;
}
.thumbs a {
    visibility: visible;
    text-decoration: none;
    color: #34457b;
}
.thumbs a:hover {
    color: #af1d05;
}
.thumbs img {
    display: block;
    width: 48px;
    height: auto;
    border: 2px solid #fff;
    opacity: .75;
    transition: opacity .5s;
}
.thumbs a:hover img, .thumbs a.active img {
    border-color: #00afea;
    opacity: 1;
    transition: none;
}
.fotorama {
    overflow: hidden;
    position: relative;
}

.catalog .cat-items-1 {
    padding: 0px 0px 70px 0px;
}

.hover-image-scale {
  display: inline-block; 
  overflow: hidden; /* Скрываем всё за контуром */
}
.hover-image-scale img {
  transition: 1s; /* Время эффекта */
  display: block;
}
.hover-image-scale img:hover {
    cursor: pointer;
  transform: scale(1.2); /* Увеличиваем масштаб */
}

.whatsapp-button {
    position: fixed;
    right: 10px;
    bottom: 30px;
    transform: translate(-50%, -50%);
    background: #25D366; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 999;
}
.whatsapp-button a {
    color: #fff;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.whatsapp-button:after{
    animation-delay: .5s;
}

.whatsapp-button img {
    width: 50px;
    height: 54px;
}
 
 
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
    
    
    
}



@media (max-width : 800px) {  
.whatsapp-button {   
    bottom: 15px;
    right: 10px;
  }
}
   