@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');

html,body {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

html *,
body * {
  font-family: "Cormorant Garamond", serif;
}

body.menu-opened {
  overflow: hidden;
}

a {
  transition: all 0.3s ease;
}

header {
  min-height: 85px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  justify-content: space-between;
  z-index: 9;
  transition: all 0.3s ease;
  background: transparent;
}
header.fixed {
  background: #3D0B20;
  transform: none !important;
}
@media (max-width: 1280px) {
  header {
    min-height: 65px;
  }
}
@media (max-width: 991px) {
  header {
    padding: 19px 16px;
    align-items: center;
    justify-content: flex-start;
  }
}
header.header-inner {
  position: fixed;
}
header.opened-menu {
  background: #3D0B20;
}
header .menu-wrapper {
  padding: 25px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  max-width: 175px;
  cursor: pointer;
}
@media (max-width: 1280px) {
  header .menu-wrapper {
    padding: 15px 35px;
  }
}
@media (max-width: 991px) {
  header .menu-wrapper {
    order: 3;
    padding: 0;
    margin: 0 0 0 auto;
    border: none;
  }
}
header .menu-wrapper.is-active .menu span:nth-child(1) {
  transform: rotate(-45deg) translate(0px, 7px);
}
header .menu-wrapper.is-active .menu span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
header .menu-wrapper.is-active .menu span:nth-child(3) {
  transform: rotate(45deg) translate(-1px, -9px);
}
header .menu-wrapper .menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  margin-right: 15px;
}
@media (max-width: 991px) {
  header .menu-wrapper .menu {
    margin-right: 0;
  }
}
header .menu-wrapper .menu span {
  width: 20px;
  height: 1px;
  background: #fff;
  margin: 2.5px 0;
  transition: all 0.3s ease;
}
header .menu-wrapper p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  header .menu-wrapper p {
    display: none;
  }
}
header .navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 410px);
  padding: 0 50px;
}
@media (max-width: 1280px) {
  header .navigation {
    padding: 0 15px;
    width: calc(100% - 365px);
  }
}
@media (max-width: 991px) {
  header .navigation {
    order: 1;
    padding: 0;
    width: 100%;
  }
}
header .navigation .nav-left {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1280px) {
  header .navigation .nav-left .socials {
    display: none;
  }
}
header .navigation .nav-left .lang-switcher {
  position: relative;
}
@media (max-width: 991px) {
  header .navigation .nav-left .lang-switcher {
    display: none;
  }
}
header .navigation .nav-left .lang-switcher p {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  color: #fff;
}
header .navigation .nav-left .lang-switcher p span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease;
}
header .navigation .nav-left .lang-switcher ul {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-15px);
}
header .navigation .nav-left .lang-switcher ul li a {
  font-size: 12px;
  color: #fff;
}
header .navigation .nav-left .lang-switcher ul li a:hover {
  color: rgba(255, 255, 255, 0.55);
}
header .navigation .nav-left .lang-switcher:hover ul {
  top: 100%;
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
header .navigation .nav-left .lang-switcher:hover span {
  transform: rotate(-180deg);
}
header .navigation .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
header .navigation .logo img {
  max-width: 170px;
}
@media (max-width: 991px) {
  header .navigation .logo {
    position: static;
    transform: none;
  }
  header .navigation .logo img {
    max-width: 160px;
    max-height: 40px;
    display: block;
  }
}
header .navigation .logo:hover {
  opacity: 0.7;
}
@media (max-width: 991px) {
  header .navigation .nav-right {
    display: none;
  }
}
header .navigation .nav-right p {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}
header .right-side {
  padding: 25px 38px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1280px) {
  header .right-side {
    padding: 15px 25px;
  }
}
@media (max-width: 991px) {
  header .right-side {
    order: 2;
    padding: 0;
    margin: 0 25px 0 auto;
  }
  header .right-side .btn {
    padding: 6px 12px;
  }
}

.nav {
  position: fixed;
  left: 0;
  top: 93px;
  height: calc(100dvh - 93px);
  width: 100%;
  background: #3D0B20;
  z-index: 10;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 1280px) {
  .nav {
    top: 66px;
    height: calc(100dvh - 66px);
  }
}
@media (max-width: 991px) {
  .nav {
    top: 70px;
    height: calc(100dvh - 70px);
  }
}
.nav.visible {
  opacity: 1;
  visibility: visible;
}
.nav .nav-wrapper {
  width: calc(100% - 445px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding-top: 180px; 
  height: 100%;
  padding-bottom: 41px;
}
@media screen and (max-height: 1000px) {
  .nav .nav-wrapper {
    padding-top: 60px;
  }
}
@media (max-width: 1441px) {
  .nav .nav-wrapper {
    width: calc(100% - 85px);
  }
}
@media (max-width: 991px) {
  .nav .nav-wrapper {
    width: 100%;
    padding: 40px 16px;
  }
}
.nav .nav-wrapper > ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 115px;
}
@media screen and (max-height: 1000px) {
  .nav .nav-wrapper > ul {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .nav .nav-wrapper > ul {
    margin-bottom: 30px;
    padding-left: 0;
  }
}
.nav .nav-wrapper > ul li {
  margin-bottom: 60px;
}
.nav .nav-wrapper > ul li:nth-child(2n) {
  width: 65%;
}
@media (max-width: 991px) {
  .nav .nav-wrapper > ul li:nth-child(2n) {
    width: 100%;
  }
}
.nav .nav-wrapper > ul li:nth-child(2n+1) {
  width: 35%;
}
@media (max-width: 991px) {
  .nav .nav-wrapper > ul li:nth-child(2n+1) {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .nav .nav-wrapper > ul li:nth-child(2) {
    order: 5;
  }
  .nav .nav-wrapper > ul li:nth-child(3) {
    order: 2;
  }
  .nav .nav-wrapper > ul li:nth-child(4) {
    order: 6;
  }
  .nav .nav-wrapper > ul li:nth-child(5) {
    order: 3;
  }
  .nav .nav-wrapper > ul li:nth-child(6) {
    order: 7;
  }
  .nav .nav-wrapper > ul li:nth-child(7) {
    order: 4;
  }
  .nav .nav-wrapper > ul li:nth-child(8) {
    order: 8;
  }
}
@media (max-width: 991px) {
  .nav .nav-wrapper > ul li {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .nav .nav-wrapper > ul li {
    margin-bottom: 12px;
    width: 100%;
  }
}
.nav .nav-wrapper > ul li a {
  font-size: 32px;
  line-height: 60px;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1441px) {
  .nav .nav-wrapper > ul li a {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .nav .nav-wrapper > ul li a {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0;
  }
}
.nav .nav-wrapper > ul li a span {
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  color: #E24285;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .nav .nav-wrapper > ul li a span {
    display: none;
  }
}
.nav .nav-wrapper > ul li a:Hover {
  color: #E24285;
}
.nav .nav-wrapper .nav-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1441px) {
  .nav .nav-wrapper .nav-footer {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.nav .nav-wrapper .nav-footer .socials-envelope {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1441px) {
  .nav .nav-wrapper .nav-footer .socials-envelope {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .nav .nav-wrapper .nav-footer .socials-envelope {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.nav .nav-wrapper .nav-footer .socials-envelope p {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 767px) {
  .nav .nav-wrapper .nav-footer .socials-envelope p {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 12px;
  }
}
.nav .nav-wrapper .nav-footer .socials-envelope .socials {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .nav .nav-wrapper .nav-footer .socials-envelope .socials {
    margin: 0;
  }
}
.nav .nav-wrapper .nav-footer .contacts-envelope {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .nav .nav-wrapper .nav-footer .contacts-envelope {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.nav .nav-wrapper .nav-footer .contacts-envelope p,
.nav .nav-wrapper .nav-footer .contacts-envelope a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .nav .nav-wrapper .nav-footer .contacts-envelope p,
  .nav .nav-wrapper .nav-footer .contacts-envelope a {
    align-items: flex-start;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.nav .nav-wrapper .nav-footer .contacts-envelope p svg,
.nav .nav-wrapper .nav-footer .contacts-envelope a svg {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .nav .nav-wrapper .nav-footer .contacts-envelope p svg,
  .nav .nav-wrapper .nav-footer .contacts-envelope a svg {
    min-width: 12px;
    margin-top: 1px;
  }
}
.nav .nav-wrapper .nav-footer .contacts-envelope p {
	margin-right: 30px;
	margin-left: 40px;
}

@media (max-width: 1441px) {
	.nav .nav-wrapper .nav-footer .contacts-envelope p {
		margin-left: 0;
	}
}

div.nav-wrapper div.nav-footer div.contacts-envelope a {white-space:nowrap;}

@media (max-width: 767px) {
  .nav .nav-wrapper .nav-footer .contacts-envelope p {
    margin: 0 0 12px;
  }
}

main {
    padding: 0;
}

.socials {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
}
.socials li:not(:last-child) {
  margin-right: 8px;
}
.socials li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.socials li a:hover {
  border-color: #E24285;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px 25px;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: 500;
  border: none;
}
.btn.btn-white {
  background: #fff;
  color: #1F1E21;
  border: 1.5px solid #fff;
}
.btn.btn-white:hover {
  background: #E24285;
  color: #fff;
  border-color: #E24285;
}
.btn.btn-black {
  background: #1F1E21;
  color: #fff;
  border: 1.5px solid #1F1E21;
}
.btn.btn-black:hover {
  background: #fff;
  color: #1F1E21;
}
.block-slider .slider-item {
    min-height: 100vh;
    justify-content: center;
    position: relative;
    z-index: 3;
}
.block-slider .slider-item:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: -1;
}
header .navigation .nav-right p {
    font-size: 16px;
}
.slider-info {
    background: transparent;
    align-items: center;
    padding: 15px;
    min-height: initial;
}
.slider-controls {
    position: absolute;
    left: 35px;
    bottom: 60px;
}
.slider-item h2 {
    font-family: "Cormorant Garamond", serif;
    letter-spacing: normal;
    text-transform: none;
    text-align: center;
}
.block__shaded {
  background: #3D0B20;
}
.bottom-info--item a {
  color: #fff;
}
.bottom-info--wrapper p.title {
  color: #E24285;
}
.bottom-info--wrapper .button {
  background: #E24285;
}
.bottom-info--wrapper .button:hover {
  background: #f273a8;
}
.bottom-info--wrapper input {
  border-color: #fff;
}
.bottom-info--wrapper input::placeholder {
  color: rgba(255,255,255,.8);
}
.bottom-info--wrapper a {
  color: #fff;
}
.bottom-info--wrapper a:hover {
  color: #fff;
  opacity: .8;
}
.photo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.photo-info {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  position: relative;
  z-index: 3;
}
.photo-info__unpainted span.turquoise {
  color: #f273a8;
}
.photo-item:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.photo-info__unpainted p, .photo-info__unpainted a, .photo-info__unpainted h2 {
  color: #fff;
}
.block-slider .scroll-bottom, .photo-list .scroll-bottom {
  z-index: 3;
}
.breadcrambs p.title {
  color: #E24285;
}
.block.videos-screen,
.videos-screen .photo-item {
  background: #3D0B20;
}
.videos-screen .photo-item:after {
  content: none;
}
.videos-screen .photo-info__center {
  padding-top: 135px !important;
}
.contact-block-phone__phone {
  font-size: 32px;
}
.container__nopadding {
  max-width: 100%;
}
.photo-info {
  position: static !important;
  background: transparent !important;
  padding: 20px !important;
}
.photo-item h2 span {
  color: #E24285 !important;
}
.photo-categories__horizontal .photo-categories--text p.range__turquoise,
.inner-product-info a.mail:not(.button),
.title-block h2 {
  color: #E24285 !important;
}
.product-photo--info .info-wrapper h2,
.product-photo--info .info-wrapper h3 {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
}
.inner-product-slider .slider-products-nav-item.slick-current img {
  outline: 3px solid #E24285 !important;
}
.pagination,
.breadcrambs_padding,
.breadcrambs__large-indents {
  padding-top: 115px !important;
}
.pagination-breadcrambs-item a {
  color: #fff !important;
}
.pagination-breadcrambs-item:before {
  content: '>' !important;
  background: none !important;
  color: #fff !important;
  display: flex !important;  
  align-items: center;
  justify-content: center;
}
.photo-categories--text {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.block-w-tabs .buttons {
  margin-top: 50px;
}
.inner-product-info a,
.orange-block__col {
  font-size: 14px;
}