@charset "UTF-8";
/* Theme Name: Швейная компания Бланх
 * Theme URI: http://blanh.ru
 * Author: Yan Motronovsky
 * Author URI: http://tictoc.ru
 **/
HTML,
BODY,
SPAN,
H1,
H2,
H3,
H4,
P,
A,
IMG,
UL,
LI,
FOOTER,
HEADER,
NAV,
SECTION {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}

html {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color: #f1f1f1;
  background-color: #121417;
}

UL {
  list-style: none;
}

A {
  color: #7b7b7b;
  text-decoration: none;
}
A:hover {
  color: #f1f1f1;
  text-decoration: none;
}

H1 {
  font-size: 36px;
  font-family: 'Gotham Pro';
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  padding-bottom: 50px;
}

H2 {
  font-size: 32px;
  font-family: 'Gotham Pro';
  font-weight: 400;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  text-align: center;
  line-height: 2;
  margin-bottom: 50px;
}

H3 {
  font-size: 21px;
  font-family: 'Gotham Pro';
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5;
}

H4 {
  margin-bottom: 10px;
  font-family: 'Gotham Pro';
  font-size: 18px;
}

P {
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px;
}

.hide {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.st0 {
  fill: #f1f1f1;
}

.img-fullwidth {
  width: 100%;
  height: auto;
}

.navBar {
  position: fixed;
  z-index: 15;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
}
.navBar.fixed {
  background-color: #1e1f21;
}
.navBar.fixed #back-to-top {
  opacity: 1;
}
.navBar #back-to-top {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  margin-right: 15px;
  cursor: pointer;
  z-index: 20;
  width: 30px;
  padding-top: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.burger {
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 40px;
  margin-left: 10px;
  cursor: pointer;
  z-index: 20;
}
.burger .x,
.burger .y,
.burger .z {
  position: absolute;
  margin: auto;
  top: 0px;
  bottom: 0px;
  background: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  height: 3px;
  width: 26px;
}
.burger .y {
  top: 18px;
}
.burger .z {
  top: 33px;
}
.burger .collapse {
  display: block;
  top: 20px;
  background: #202f44;
  -webkit-transition: all 70ms ease-out;
  -o-transition: all 70ms ease-out;
  transition: all 70ms ease-out;
}
.burger .rotate30 {
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transition: all 50ms ease-out;
  -o-transition: all 50ms ease-out;
  transition: all 50ms ease-out;
}
.burger .rotate150 {
  -ms-transform: rotate(150deg);
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-transition: all 50ms ease-out;
  -o-transition: all 50ms ease-out;
  transition: all 50ms ease-out;
}
.burger .rotate45 {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.burger .rotate135 {
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}

.circle {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 35px;
  left: 36px;
  background: #fff;
  opacity: 1;
  -webkit-transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
  -o-transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
}
.circle.expand {
  width: 1200px;
  height: 1200px;
  top: -560px;
  left: -565px;
  -webkit-transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
  -o-transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
}

.menu {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.menu ul li {
  list-style: none;
  position: absolute;
  top: 50px;
  left: 0;
  opacity: 0;
  width: 100%;
  max-width: 600px;
  text-align: center;
  font-size: 0px;
  -webkit-transition: all 70ms cubic-bezier(0, 0.995, 0.99, 1);
  -o-transition: all 70ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 70ms cubic-bezier(0, 0.995, 0.99, 1);
}
.menu li.animate {
  font-size: 21px;
  opacity: 1;
  -webkit-transition: all 150ms cubic-bezier(0, 0.995, 0.99, 1);
  -o-transition: all 150ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 150ms cubic-bezier(0, 0.995, 0.99, 1);
}
.menu li.animate:nth-of-type(1) {
  top: 120px;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.menu li.animate:nth-of-type(2) {
  top: 190px;
  -webkit-transition-delay: 0.03s;
  -o-transition-delay: 0.03s;
  transition-delay: 0.03s;
}
.menu li.animate:nth-of-type(3) {
  top: 260px;
  -webkit-transition-delay: 0.06s;
  -o-transition-delay: 0.06s;
  transition-delay: 0.06s;
}
.menu li.animate:nth-of-type(4) {
  top: 330px;
  -webkit-transition-delay: 0.09s;
  -o-transition-delay: 0.09s;
  transition-delay: 0.09s;
}
.menu li.animate:nth-of-type(5) {
  top: 400px;
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
}
.menu li.animate:nth-of-type(6) {
  top: 470px;
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.socLinks {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  z-index: 10;
  padding-bottom: 10px;
}
.socLinks.fixed {
  background-color: #1e1f21;
}

.socLink {
  display: block;
  padding: 10px 15px;
}
.socLink svg {
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

.navLink {
  color: #202f44;
  letter-spacing: 2px;
  font-size: 16px;
  font-family: 'Gotham Pro';
  text-transform: uppercase;
}
.navLink:hover {
  color: #bdbdbd;
}
@media (min-width: 1200px) {
  .navLink {
    font-size: 18px;
  }
}

header {
  position: relative;
  z-index: 10;
}

.hero {
  width: 100%;
  height: 100vh;
  text-align: center;
  position: relative;
  background: url('img/intro-bg.jpg') no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 5;
  overflow: hidden;
}

.cover {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 100%;
  height: 105%;
  background: #111;
  opacity: 0.8;
}

.intro {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  text-align: center;
}

.logo.loaded {
  -webkit-transform: translate(-50%, -75%);
  -ms-transform: translate(-50%, -75%);
  transform: translate(-50%, -75%);
}
.logo .logo-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 80px;
  opacity: 0;
  -webkit-transform: scale(0.8) translateY(30px);
  -ms-transform: scale(0.8) translateY(30px);
  transform: scale(0.8) translateY(30px);
  -webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.logo .logo-content.loaded {
  margin-bottom: 50px;
}

.logo .logo-content.animate {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.logo img {
  width: 70px;
  height: auto;
  flex-shrink: 0;
}
.logo .name {
  text-align: left;
}
.logo .name span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 42px;
  letter-spacing: 8px;
  text-transform: uppercase;
  display: block;
  line-height: 1.1;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.logo .name h1 {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-transform: lowercase;
  color: #e8e8e8;
  padding: 0;
  margin: 8px 0 0 0;
  text-align: left;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.slogan {
  display: block;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  font-size: 27px;
  line-height: 1;
  color: #f0f0f0;
  text-align: center;
  margin-top: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  white-space: nowrap;
}

.slogan::after {
  content: '';
  color: #f0f0f0;
}

.slogan.show {
  opacity: 1;
}

.slogan.typing::after {
  content: '|';
  animation: blink 1s infinite;
}

.slogan.finished::after {
  content: '';
  animation: none;
}

@keyframes blink {
  0%,
  50% {
    opacity: 1;
  }
  51%,
  100% {
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .logo .logo-content {
    flex-direction: row;
    gap: 15px;
    min-width: 260px;
  }
  .logo .name {
    text-align: left;
  }
  .logo .name span {
    font-size: 37px;
    letter-spacing: 4px;
    font-weight: 700;
  }
  .logo .name h1 {
    font-size: 14px;
    text-align: left;
    letter-spacing: 1.5px;
  }
  .slogan {
    font-size: 21px;
    letter-spacing: 1.2px;
    bottom: -160px;
    white-space: normal;
    max-width: 90%;
    line-height: 2;
  }
}

@media (max-width: 480px) {
  .logo .logo-content {
    flex-direction: row;
    gap: 12px;
    min-width: 260px;
  }
  .logo .name {
    text-align: left;
  }
  .logo .name span {
    font-size: 37px;
    letter-spacing: 3px;
  }
  .logo .name h1 {
    font-size: 12px;
    letter-spacing: 1px;
    text-align: left;
  }
  .slogan {
    font-size: 21px;
    letter-spacing: 1px;
    bottom: -160px;
    white-space: normal;
    max-width: 85%;
    line-height: 2;
  }
}

.next {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 10px;
  display: block;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-animation: nextBtn 2s infinite ease-in-out;
  animation: nextBtn 2s infinite ease-in-out;
  margin-bottom: 100px;
}

@-webkit-keyframes nextBtn {
  0% {
    -webkit-transform: translateX(-50%) translateY(20%) scale(0.8, 0.8);
    transform: translateX(-50%) translateY(20%) scale(0.8, 0.8);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(0) scale(0.8, 0.8);
    transform: translateX(-50%) translateY(0) scale(0.8, 0.8);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(20%) scale(0.8, 0.8);
    transform: translateX(-50%) translateY(20%) scale(0.8, 0.8);
  }
}

@keyframes nextBtn {
  0% {
    -webkit-transform: translateX(-50%) translateY(20%) scale(0.8, 0.8);
    transform: translateX(-50%) translateY(20%) scale(0.8, 0.8);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(0) scale(0.8, 0.8);
    transform: translateX(-50%) translateY(0) scale(0.8, 0.8);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(20%) scale(0.8, 0.8);
    transform: translateX(-50%) translateY(20%) scale(0.8, 0.8);
  }
}

.section {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
  z-index: 5;
}
.section.d-bg {
  color: #f1f1f1;
}
.section.d-bg h2::before {
  background-color: #f1f1f1;
}
.section.w-bg {
  color: #171717;
  background-color: #f1f1f1;
}
.section.w-bg h2::before {
  background-color: #171717;
}
.section h2::before {
  content: '';
  display: block;
  height: 2px;
  width: 100px;
  margin: 50px auto;
}
.section p {
  line-height: 2;
  letter-spacing: 0.7px;
}

/* About */
.properties {
  overflow: hidden;
  position: relative;
  padding: 100px 0;
  max-width: 1300px;
  margin: 0 auto;
}

.property {
  padding-top: 100px;
}
.property svg {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0) scale(0.5, 0.5);
  -ms-transform: translate(-50%, 0) scale(0.5, 0.5);
  transform: translate(-50%, 0) scale(0.5, 0.5);
}
.property span {
  display: inline-block;
  width: 100px;
  letter-spacing: 0.7px;
  font-size: 12px;
  font-weight: 300;
}

/*services */
#services {
  background-color: #ffffff;
  width: 100%;
  padding-bottom: 80px;
}

#services .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.service {
  margin-bottom: 60px !important;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.service:last-child {
  margin-bottom: 0 !important;
}

.service.flex-row .service-item-txt {
  padding: 60px 50px;
  display: flex;
  align-items: center;
  min-height: 400px;
}

.service.flex-row-reverse .service-item-txt {
  padding: 60px 50px;
  text-align: right;
  display: flex;
  justify-content: end;
  align-items: center;
  min-height: 400px;
}

.service-item {
  overflow: hidden;
  min-height: 400px;
}

.service-item-img {
  position: relative;
}

.service-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.service:hover .service-item-img img {
  transform: scale(1.05);
}
.service-item h3 {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #2c4058;
}

.service-item h3::after {
  content: '';
  background: linear-gradient(135deg, #2c4058 0%, #4a6b8e 50%, #5a7ba8 100%);
  display: block;
  height: 2px;
  width: 80px;
  margin-top: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(44, 64, 88, 0.3);
  transition: all 0.3s ease;
}

.service.flex-row-reverse .service-item h3::after {
  margin-left: auto;
  margin-right: 0;
}

.service:hover .service-item h3::after {
  width: 100px;
  box-shadow: 0 4px 12px rgba(44, 64, 88, 0.4);
  transform: translateX(5px);
}

.service.flex-row-reverse:hover .service-item h3::after {
  transform: translateX(-5px);
}

.service-item span {
  display: block;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #7a7a7a;
  margin-bottom: 20px;
}

.service-item p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin: 0;
  font-family: 'Inter', sans-serif;
}

.txt-box {
  max-width: 100%;
}

/* Адаптивные стили для services */
@media screen and (max-width: 768px) {
  #services {
    padding: 60px 15px;
  }

  .service {
    margin-bottom: 40px !important;
    border-radius: 12px;
  }

  .service.flex-row .service-item-txt,
  .service.flex-row-reverse .service-item-txt {
    padding: 40px 30px;
    text-align: center;
    min-height: auto;
    justify-content: center;
  }

  .service-item {
    min-height: auto;
  }

  .service-item-img img {
    height: 250px;
  }

  .service-item h3 {
    font-size: 24px;
    text-align: center;
  }

  .service-item h3::after {
    margin: 10px auto 0;
    width: 60px;
    height: 3px;
  }

  .service.flex-row-reverse .service-item h3::after {
    margin: 10px auto 0;
  }

  .service:hover .service-item h3::after {
    width: 80px;
    transform: none;
  }

  .service.flex-row-reverse:hover .service-item h3::after {
    transform: none;
  }

  .service-item span {
    text-align: center;
    font-size: 13px;
  }

  .service-item p {
    text-align: center;
    font-size: 15px;
  }
}

@media screen and (max-width: 480px) {
  #services {
    padding: 40px 10px;
  }

  .service {
    margin-bottom: 30px !important;
  }

  .service.flex-row .service-item-txt,
  .service.flex-row-reverse .service-item-txt {
    padding: 30px 20px;
  }

  .service-item-img img {
    height: 220px;
  }

  .service-item h3 {
    font-size: 22px;
  }

  .service-item p {
    font-size: 14px;
  }
}
/*equipment */
#equipment {
  height: 50vh;
  min-height: 600px;
}

/*Clients */
.logo-clients {
  margin-bottom: 50px;
}
.logo-clients img {
  -webkit-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}

/*Contacts */
#contacts {
  height: 100vh;
}

.contacts {
  width: 200px;
  margin: auto;
}
.contacts a {
  position: relative;
  padding: 20px;
  padding-left: 50px;
  color: #f1f1f1;
}
.contacts a img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 30px;
  width: auto;
}
.contacts a.mail img {
  width: 30px;
  height: auto;
  left: -6px;
}
.contacts a.address {
  font-size: 12px;
}
