@import '../fonts/stylesheet.css';

/* Remove outline on the forms and links */
:active, :hover, :focus {
  outline:  0 !important;
  outline-offset:  0 !important;
  box-shadow: none !important;
}
body {
  color: #2C2828;
  font-family: 'SF Pro Display';
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
.navbar {
  padding-top: 20px;
  padding-bottom: 20px;
}
.navbar.sticky-top {
  background-color: #fff;
}
.navbar-brand {padding: 0; margin-right: 0;}
.navbar-brand img {
  width: 170px;
  height: auto;
}
.slides-nav {
  display: flex;
  justify-content: start;
  align-items: center;
  height: 100vh;
}
.slides-nav > div {
  width: 100%;
}
.slide-nav {
	display: block;
	width: calc(100% / 3);
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
  background-size: 100% 100%;
  transition: all 0.5s cubic-bezier(.55,.04,.43,1);
  position: relative;
  text-decoration: none;
}
.slide-nav.slide-nav-1 {background-image: url('../img/slide-nav-1.jpg');}
.slide-nav.slide-nav-2 {background-image: url('../img/slide-nav-2.jpg');}
.slide-nav.slide-nav-3 {background-image: url('../img/slide-nav-3.jpg');}

.slide-nav.hovered:before {
  	  content: '';
        width: 100%;
        backdrop-filter: blur(6px);
        position: absolute;
        top: 0;
        bottom: 0;
        height: 100%;
  }

.slide-nav>div {
  color: white;
  font-family: 'SF Pro Display';
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  text-decoration: none;
  display: block;
  max-width: 464px;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  margin: 0 auto;
position: relative;
 bottom: 80px;
}
.slide-nav .tagline {
  opacity: 0;
  font-family: 'Stapel';
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  display: flex;
  justify-content: start;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 20px;
}

.slide-nav h5 {
  font-family: 'Stapel';
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
  text-align: left;
  white-space: nowrap;
  margin-bottom: 10px;
}
.icon.icon-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url('../img/link.svg') top right no-repeat;
}
.slide-nav h5+p {
  opacity: 0;
  background: -webkit-linear-gradient(#fff, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  min-height: 200px;
  transition: all 0.5s;
}
.slide-nav:hover h5+p,
.slide-nav:hover .tagline  {
  opacity: 1;
}

.carousel-control-next, .carousel-control-prev {
	background-color: rgba(125, 0, 59, 0.5);
	height: 50px;
    border-radius: 50%;
    width: 50px;
    top: calc(50% - 25px);
    bottom: auto;
    opacity: 1;
    transition: all 0.3s;
}
.carousel-control-prev {left: 3%;}
.carousel-control-next {right: 3%;}
.carousel-control-next:hover,
.carousel-control-prev:hover {
	background-color: rgba(125, 0, 59);
}
.navbar-toggler {
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  transition: none;
}
.navbar-toggler-icon {
  background: url('../img/menu.svg') center center no-repeat;
  width: 30px;
  height: 22px;
}
.navbar-toggler-icon-home {
  background: url('../img/menu_home.svg') center center no-repeat;
}
.nav-link,
.navbar-text {
  padding-top: 0;
  padding-bottom: 0;
  color: #2C2828;
  font-family: 'Stapel';
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  text-decoration: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #7D003B;
}
.nav-link.active,
.nav-link:hover,
.navbar-text:hover {
	color: #7D003B;
}
.navbar-text.text-white:hover {
	color: #7D003B!important;
}
/* OFFCANVAS */
.offcanvas-header {padding: 20px 20px 20px 30px;}
.offcanvas-header .btn-close {
  background: url('../img/cross-offcanvas.svg') center center no-repeat;
  width: 20px;
  height: 20px;
  opacity: 1;
  cursor: pointer;
}
.offcanvas-body {
  padding: 20px 20px 20px 30px;
}
.offcanvas-fields {
  color: var(--Black, #2C2828);
  font-family: 'SF Pro Display';
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  text-align: left;
  overflow: hidden;
}
.offcanvas-fields > div {
  margin-bottom: 30px;
}
.offcanvas-fields p {
  margin-bottom: 8px;
}
.offcanvas-fields a {
  color: inherit;
  text-decoration: none;
}
.offcanvas-fields a:hover {
  text-decoration: underline;
}
.offcanvas.show .navbar-nav {
  margin-bottom: 10px;
}
.offcanvas.show .navbar-nav .nav-item {
  margin-bottom: 15px;
}

main {
  padding-top: 90px;
}
.btn {
  font-family: 'Stapel';
  font-size: 16px;
  font-weight: normal;
}

.btn-outline-primary {
  color: #7D003B;
  font-family: 'Stapel';
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  border-color: #7D003B;
  border-radius: 0;
  padding: 23px 50px;
  position: relative;
  white-space: nowrap;
}
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  color: #FFFFFF;
  border-color: #7D003B;
  background-color: #7D003B;
}
.btn-outline-primary::before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background-color: #7D003B;
  position: absolute;
  left: -20px;
  top: 50%;
}
h1 {
  color: #2C2828;
  font-family: 'Stapel';
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 80px;
}
h2 {
  color: #2C2828;
  font-family: 'Stapel';
  font-size: 36px;
  font-weight: normal;
  line-height: 46px;
  margin-bottom: 60px;
}
.subtitle {
  color: #2C2828;
  font-family: 'Stapel';
  font-size: 44px;
  font-weight: 400;
  line-height: 56px;
  margin-bottom: 60px;
}
.about-body {
	padding-right: 100px;
}

.about p {
  margin-bottom: 40px;
}

.contact-list-item {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 40px;
}
.contact-list-small .contact-list-item {
  margin-bottom: 30px;
}
.contact-list-item div:first-child {
  width: 40px;
  margin-right: 20px;
  font-weight: 600;
}
.contact-list-small .contact-list-item div:first-child {
  width: 60px;
}
.contact-list-item a {color: inherit; text-decoration: none;}

/* CATALOG PAGE */
.catalog {padding-bottom: 130px;}
.catalog h3 {
  color: #7D003B;
  font-family: 'Stapel';
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  display: inline-block;
  margin-top: 80px;
  margin-bottom: 80px;
  position: relative;
}
.catalog h3::after {
  content: '';
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #7D003B;
  position: absolute;
  top: 40%;
  right: -120px;
}
.card {
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  background-color: #F4F2F3;
}
.card a {color: inherit; text-decoration: none;}
.card-body {
  color: #2C2828;
  font-family: 'SF Pro Display';
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  padding: 40px 100px 20px 100px;
  background-color: #fff;
}
.card-body p {margin-bottom: 40px;}
.card-title {
  color: #7D003B;
  font-family: 'Stapel';
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 40px;
}
.card-img-overlay {
  padding: 0;
  /* opacity: 0; */
  z-index: 1;
  border-radius: 0;
}
.btnShowDetails:hover {
  cursor:url('../img/tap.svg'), auto;
}
.card-img-overlay table {
  width: 100%;
}
.card-img-overlay table th, .card-img-overlay table td {
  width: 50%;
  padding: 13px 40px;
}
.card-img-overlay table th {
  font-family: 'SF Pro Display';
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
}
.card-img-overlay table td {
  font-family: 'SF Pro Display';
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
.card-img-overlay table tr:first-child {
  color: #fff;
  background-color: #7D003B;
}
.card-img-overlay table tr:first-child th,
.card-img-overlay table tr:first-child td {
  font-family: 'SF Pro Display';
  /* font-size: 20px;
  line-height: 28px; */
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
}
/* ADVANTAGES */
.advantages {
  padding-top: 100px;
  padding-bottom: 50px;
}
.advantage-block {
  color: #7D003B;
  font-family: 'SF Pro Text';
  font-size: 100px;
  font-weight: 700;
  line-height: 119px;
  text-align: center;
  border-right: 1px solid #2C2828;
  clip-path: polygon(0 10%, 10% 0, 90% 0, 0 0%, 90% 0, 90% 90%, 10% 90%, 0 90%, 0 0);
}
.advantage-block .eco {
  font-size: 60px;
  margin: 0 10px;
}
.advantage-block.last {
  border-left: 1px solid #2C2828;
}
.advantage-block small {
  color: #2C2828;
  font-family: 'SF Pro Display';
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
.advantage-block-mini {
  color: #2C2828;
  font-family: 'SF Pro Display';
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  padding: 45px 25px 25px 25px;
  border: 1px solid #2C2828;
  clip-path: polygon(0 10%, 10% 0, 90% 0, 0 0%, 90% 0, 90% 90%, 10% 90%, 0 90%, 0 0);
}
.advantages .advantage-block-mini.first {border-left: none;}
.advantage-block-mini img {width: auto; height: 86px; margin-bottom: 20px;}
.advantage-block small {
  color: #2C2828;
  font-family: 'SF Pro Display';
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.advantage-block-mini p {
  color: #2C2828;
  font-family: 'SF Pro Display';
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  margin-bottom: 30px;
  min-height: 44px;
}
/* FOOTER */
footer {
  color: white;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #7D003B;
}
footer h5 {
  color: #FFFFFF;
  font-family: 'Stapel';
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 30px;
}
footer p {margin-bottom: 0;}
footer p a {color: inherit; text-decoration: none;}
footer p a:hover {text-decoration: underline;}

footer .btn {
	font-family: Stapel;
font-size: 16px;
font-weight: 400;
line-height: 16px;
	padding: 25px 50px;
	position: relative;
}
footer .btn:after {
	content: '';
	width: 40px;
	height: 1px;
	background: white;
	position: absolute;
	left: -20px;
	top: 50%;
}

.my-flip-inner-wrapper {
  perspective: 150rem;
  -moz-perspective: 150rem;
  position: relative;   
}
.my-flip-side {
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  /* box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);   */  
  transition: all .8s ease;    
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;   
}

.my-flip-back {
  transform: rotateY(180deg);
  /* color: #fff; */
  position: absolute;
  z-index: -1;
  /* box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15); */
  /* padding: 46px;    */
}

/* .my-flip-back-1 {
  background: linear-gradient(to right bottom, #ffb900, #ff7730);
}

.my-flip-back-2 {
  background: linear-gradient(to right bottom, #000428, #004e92);
}

.my-flip-back-3 {
  background: linear-gradient(to right bottom, #2998ff, #5643fa);
}
 */
.my-flip-inner-wrapper:hover .my-flip-front {
  transform: rotateY(-180deg);
}

.my-flip-inner-wrapper:hover .my-flip-back {
  transform: rotateY(0);
}
/* .my-flip-image {
  height: 15rem;
  background-blend-mode: screen;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
} */
/* .my-flip-image img{
  width: 100%;
  height: 100%;
  background-blend-mode: screen;
  object-fit: cover;   
} */
.my-flip-heading {
   margin: 0 0 15px;
}
.my-flip-details {
  padding: 2rem;
}
.my-flip-details p {
  font-size: 15px;
  margin: 0;
  line-height: 2;
  color: #848484;
}
.my-flip-back-inner ul {
  list-style: none;  
  margin: 0 0 1.5rem;
  padding: 0;
}
.my-flip-back-text  ul li {
  text-align: center;
  color:#fff;
  font-size: 1rem;
  padding: 0.8rem 0;
}
.my-flip-back-inner ul li:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}
.my-flip-price {
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
}
.my-flip-price h3 {
   font-size: 3rem;
   font-weight: 300;
}
.my-flip-btn-box {
   text-align: center;
}
.my-flip-btn{
  text-transform: uppercase;
  padding: 1rem 1.8rem;
  font-size: 1rem;
  background-color: #fff;
  color: #000;
  border-radius: 10rem;
  display: inline-block;
  transition: all .2s;
  color: initial;
  position: relative;
}
.my-flip-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  color: #000;
}

.contacts-table td {
font-size: 16px;
line-height: normal;
padding-bottom: 18px;
}
.contacts-table td:first-child {
	font-weight: 600;
	padding-right: 18px;
}

.page-catalog,
.page-contacts {
	margin-bottom: 100px;
}

/* VIDEO */
.videointerview {
margin-bottom: 100px;
}
.wrap-video {
    width: 100%;
    margin: 0 auto;
    position: relative;
    
}
.wrap-video video, .wrap-video iframe {
    width: 100%;
    border: none;
}
.btn-controls {
    display: inline-block;
    width: 134px;
    height: 134px;
    border: none;
    background: none;
    box-shadow: none;
    cursor: pointer;
}
.btn-controls.btn-play {
    background: url('../img/play.svg') center center no-repeat;
    position: absolute;
    top: calc(50% - 67px);
    left: calc(50% - 67px);
}


.page-vacancies h2 {
	color: #2C2828;
	font-family: Stapel;
	font-size: 44px;
	font-weight: 400;
	line-height: normal;
	text-align: left;
	margin-bottom: 40px;
}
.page-vacancies ul {
padding-left: 20px;
    list-style-position: outside;
    color: #000000;
    font-family: 'SF Pro Display';
font-size: 16px;
font-weight: 400;
line-height: 19px;
text-align: left;
margin-bottom: 20px;
}
.page-vacancies ul li {
padding-left: 20px;
margin-bottom: 6px;
}
.page-vacancies img {
margin-top: 130px;
}

@media (min-width: 1800px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1720px;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }
  .slide-nav:hover {
    /* background-size: 110%; */
    /**/
    width: calc(100% / 2.8);
  }

}

@media (max-width: 1800px) {
	.about-body {
		padding-right: 40px;
	}
  .card-img-overlay table tr:first-child th, .card-img-overlay table tr:first-child td,
  .card-img-overlay table th, .card-img-overlay table td {
    font-size: 14px;
    line-height: normal;
  }
  .card-img-overlay table th, .card-img-overlay table td {
    padding: 10px 20px;
  }
  .card-body {
    color: #2C2828;
    font-family: 'SF Pro Display';
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    padding: 20px 80px 10px 80px;
    background-color: #fff;
  }
  .card-body p {
    margin-bottom: 20px;
  }
  .card-title {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .page-contacts h2 {
    margin-bottom: 26px;
  }
  .contact-list-item {
  	font-size: 16px;
  }
  .contact-list-small .contact-list-item {
    margin-bottom: 20px;
  }
}

@media (max-width: 1400px) {
.about-body {
		padding-right: 0;
		padding-bottom: 40px;
	}
  .card-img-overlay table tr:first-child th, .card-img-overlay table tr:first-child td,
  .card-img-overlay table th, .card-img-overlay table td {
    font-size: 12x;
    line-height: normal;
  }
  .card-img-overlay table th, .card-img-overlay table td {
    padding: 8px 20px;
  }
  /* .card-img-overlay {
    background-color: #F4F2F3;
  } */
}
@media (max-width: 1400px) {
  .card-img-overlay table tr:first-child th, .card-img-overlay table tr:first-child td,
  .card-img-overlay table th, .card-img-overlay table td {
    font-size: 10px;
    line-height: normal;
  }
  .card-img-overlay table th, .card-img-overlay table td {
    padding: 7px 20px;
  }
  /* .card-img-overlay {
    background-color: #F4F2F3;
  } */
}

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navbar-brand {margin-right: 0;}
  .navbar-brand img {
    width: 84px;
    height: 28px;
  }
  .navbar-text {
    font-size: 12px;
    line-height: 15px;
    margin-right: 20px;
  }
  .navbar-text img {
    width: 12px;
    height: 12px;
  }
  .offcanvas .navbar-nav {
    margin-bottom: 10px;
  }
  .offcanvas .navbar-nav .nav-item {
    margin-bottom: 15px;
  }
  .about h1+.row {
    flex-direction: column-reverse;
  }

  .advantage-block {
    font-size: 36px;
    line-height: 36px;
  }
  .advantage-block:has(.eco) {
    flex-wrap: wrap!important;
    justify-content: center!important;
  }
  .advantage-block .eco {
    font-size: 20px;
  }
  .advantage-block small {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  .advantage-block p {margin-bottom: 30px;}
  .advantages .advantage-block-mini.odd {border-left: none;}
  .advantage-block-mini img {width: auto; height: 44px; margin-bottom: 20px;}
  .advantage-block small {
    font-size: 12px;
    line-height: 30px;
    min-height: auto;
    margin-bottom: 5px!important;
  }
  .advantage-block-mini p {
    font-size: 12px;
    line-height: 17px;
    min-height: auto;
    margin-bottom: 5px!important;
  }


  .slides-nav {
    flex-direction: column;
  }
  .slides-nav > div {
    width: 100%;
  }
  .slide-nav {
    background-size: 100%;
    text-align: center;
    align-items: center;
    width: 100%;
  }
  .slide-nav-2 {
    background-position: bottom -120px center;
  }
  .slide-nav-3 {
    background-position: center center;
  }
  .slide-nav>div {
    font-size: 12px;
    line-height: normal;
    text-align: center;
    position: relative;
    top: auto;
    bottom: auto;
  }
  .slide-nav .tagline {
    font-size: 8px;
    line-height: 11px;
    text-align: center;
    text-align: left;
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 10px;
  }
  .slide-nav h5 {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }
  .slide-nav h5+p {min-height: auto;}
  .icon.icon-link {
    width: 23px;
    height: 23px;
    background-size: contain;
  }
  .contacts-table {
	margin-bottom: 40px;
}
  .contacts-table td {
font-size: 12px;
line-height: normal;
padding-bottom: 20px;
}

.page-catalog,
.page-contacts {
    margin-bottom: 20px;
}
  
}

@media (max-width: 576px) {
  body {
    font-size: 12px;
    line-height: 17px;
  }
  main {
    padding-top: 60px;
  }
  h1 {
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 40px;
  }
  .about p {
    margin-bottom: 20px;
  }
  .subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .about h1+.row>* {
    margin-top: 40px;
  }
  

  .catalog {
    padding-bottom: 80px;
  }
  .catalog h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .catalog h3::after {
    width: 70px;
    height: 2px;
    right: -90px;
  }
  .card {margin-bottom: 20px;}
  .card-body {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 20px 40px;
  }
  .card-body p {
    margin-bottom: 40px;
  }
  .card-title {
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 40px;
  }
  
  .card-img-overlay table th, .card-img-overlay table td {
    padding: 5px 10px;
  }
  
  .my-flip-side {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .catalog .btn-outline-primary {
    font-size: 14px;
    line-height: 14px;
    padding: 20px 30px;
  }
  .about-buttons .pt-5 {
  	padding-top: 20px!important;
  }
  .about-content h1+.row.about-row {
  	flex-direction: column-reverse;
  }
  .about-content img {
  margin-bottom: 40px;
  }
  .about-buttons .d-flex.gap-5 {
  	gap: 20px!important;
  }
  .about-buttons .d-flex.gap-5>div {
  	width: 50%;
  }
  .about-buttons .btn-outline-primary {
  	padding: 23px;
  	width: 100%;
  }
  .advantages {
    padding-top: 40px;
    padding-bottom: 40px;
	}

  main .page-contacts h2 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 40px;
  }
  .contact-list {
    margin-bottom: 80px;
  }
  .contact-list-item {
    margin-bottom: 20px;
  }
  .contact-list-item div:first-child {
    width: 30px;
  }
  .contact-list-item img {
    width: 30px;
    height: auto;
  }
  .contact-list-small .contact-list-item {margin-bottom: 20px;}

  footer {
    padding-top: 60px;
    padding-bottom: 0;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }
  footer .row>* {
    margin-bottom: 60px;
  }
  footer p {
    margin-bottom: 5px;
  }
  
  
.btn-controls.btn-play {
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    background-size: contain;
}
  
}