body,
html {
  overflow-x: hidden; }

body.overflow,
html.overflow {
  overflow: hidden; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  transition: .3s; }

a:focus {
  outline: none; }

button {
  cursor: pointer;
  transition: .3s;
  border: none;
  background-color: transparent; }

button:focus {
  outline: none; }

input {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none; }

input:focus {
  outline: none; }

.slick-slide:focus {
  outline: none; }

.container {
  max-width: 1480px;
  padding: 0 20px;
  margin: auto;
  width: 100%; }

.drop-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  display: none; }

@media (max-width: 992px) {
  .drop-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
}

.drop-menu .line {
  width: 40px;
  height: 3px;
  border-radius: 8px;
  background-color: #0c0c0c;
  display: block;
  margin: 2px auto;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.drop-menu.is-active .line:nth-child(3) {
  opacity: 0; }

.drop-menu.is-active .line:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg); }

.drop-menu.is-active .line:nth-child(2) {
  -webkit-transform: translateY(0px) rotate(-45deg);
  -ms-transform: translateY(0px) rotate(-45deg);
  -o-transform: translateY(0px) rotate(-45deg);
  transform: translateY(0px) rotate(-45deg); }

.error {
  border-color: #ff0000 !important; }

.main-title {
  text-align: center;
  font-weight: 300;
  color: #1d1d1d;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 26px;
  margin-bottom: 50px; }

@media (max-width: 767px) {
  .main-title {
    font-size: 24px; }
}

.checkbox-wrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  color: #9a9a9a;
  font-family: "PT Sans", sans-serif; }

.checkbox-wrap label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0; }

.checkbox-wrap label input:checked ~ span:after {
  opacity: 1; }

.checkbox-wrap label span {
  width: 24px;
  min-width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  transition: .2s;
  background: transparent;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin-right: 10px; }

/*
  .checkbox-wrap label span:after {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
	background: #ccc;
	opacity: 0;
	border-radius: 4px;
	transition: .2s; }
*/
.checkbox-wrap label span:after {
  content: '✔';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  margin-top: -14px;
  margin-left: -8px;
  color: green;
  opacity: 0;
  border-radius: 4px;
  transition: .2s; }

.anchore-btn {
  position: fixed;
  right: 30px;
  bottom: 100px;
  z-index: 10;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #01aeef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (max-width: 767px) {
  .anchore-btn {
    width: 40px;
    height: 40px;
    bottom: 50px; }
  .anchore-btn img {
    width: 18px; }
}

.anchore-btn img {
  transform: rotate(-90deg); }

.contacts p,
.contacts a {
  font-size: 18px;
  color: #0c0c0c;
  font-family: "Source Sans Pro", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.contacts p img,
.contacts a img {
  margin-right: 6px; }

.contacts p.address-text,
.contacts a.address-text {
  margin-bottom: 8px; }

.contacts p.address-text img,
.contacts a.address-text img {
  margin-right: 10px;
  margin-left: 3px; }

.contacts a {
  margin-top: 8px; }

.call-designer {
  text-align: right; }

@media (max-width: 992px) {
  .call-designer {
    display: none; }
}

.call-designer .phone-number {
  font-size: 18px;
  font-weight: bold;
  font-family: "PT Sans", sans-serif;
  color: #0c0c0c; }

.call-designer .call-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -7px; }

.call-designer .call-wrap .call {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative; }

.call-designer .call-wrap .call:after {
  content: '';
  width: 42px;
  height: 42px;
  position: absolute;
  border: 1px solid #07b65f;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  border-radius: 50%;
  transform: scale(1);
  transition: .3s;
  animation: anim 2s linear infinite; }

.call-designer .call-wrap span {
  font-size: 18px;
  font-family: "PT Sans", sans-serif;
  margin-left: 10px;
  color: #0c0c0c; }

@-webkit-keyframes anim {
  to {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); }
}

@keyframes anim {
  to {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); }
}

@-webkit-keyframes animation {
  to {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); }
}

@keyframes animation {
  to {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); }
}

@media (max-width: 992px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fbfbfb;
    padding: 30px 20px; }
}

.header .header-top-info {
  background: #fbfbfb;
  padding: 30px 0; }

@media (max-width: 992px) {
  .header .header-top-info {
    padding: 0;
    width: 50%; }
}

.header .header-top-info .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (max-width: 992px) {
  .header .header-top-info .container {
    padding: 0;
    margin: 0; }
}

@media (max-width: 992px) {
  .header .header-top-info .container .contacts {
    display: none; }
}

.header .header-top-info .container .header-logo:hover {
  opacity: .8; }

@media (max-width: 1200px) {
  .header .header-top-info .container .header-logo img {
    width: 200px; }
}

@media (max-width: 767px) {
  .header .header-top-info .container .header-logo img {
    width: 170px; }
}

@media (max-width: 992px) {
  .header .header-top-info .container .header-call-designer {
    display: none; }
}

.header .header-bottom-info {
  padding: 10px 0;
  background: #f5f5f5; }

@media (max-width: 992px) {
  .header .header-bottom-info {
    background: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%; }
}

.header .header-bottom-info .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 992px) {
  .header .header-bottom-info .container {
    padding: 0;
    position: relative;
    margin: 0; }
}

.header .header-bottom-info .container .header-insta-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 160px; }

@media (max-width: 992px) {
  .header .header-bottom-info .container .header-insta-link {
    display: none; }
}

@media (max-width: 1200px) {
  .header .header-bottom-info .container .header-insta-link {
    margin-right: 50px; }
}

.header .header-bottom-info .container .header-insta-link:hover img {
  transform: rotate(360deg); }

.header .header-bottom-info .container .header-insta-link img {
  margin-right: 10px;
  transition: .3s; }

.header .header-bottom-info .container .header-insta-link span {
  font-size: 18px;
  color: #0c0c0c;
  font-family: "Source Sans Pro", sans-serif; }

.header .header-bottom-info .container .header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 992px) {
  .header .header-bottom-info .container .header-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-self: flex-start;
    width: 320px;
    position: absolute;
    right: -163px;
    top: 50px;
    padding: 50px 20px;
    background: #fbfbfb;
    opacity: 0;
    z-index: 100;
    visibility: hidden;
    transition: .3s; }
  .header .header-bottom-info .container .header-menu.open {
    opacity: 1;
    visibility: visible; }
}

@media (max-width: 767px) {
  .header .header-bottom-info .container .header-menu {
    right: -148px; }
}

.header .header-bottom-info .container .header-menu li {
  margin: 0 32px; }

@media (max-width: 1200px) {
  .header .header-bottom-info .container .header-menu li {
    margin: 0 20px; }
}

@media (max-width: 992px) {
  .header .header-bottom-info .container .header-menu li {
    margin: 0;
    margin-bottom: 20px; }
  .header .header-bottom-info .container .header-menu li:last-child {
    margin-bottom: 0; }
}

.header .header-bottom-info .container .header-menu li a {
  color: #2c1b0e;
  font-size: 17px;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase; }

@media (max-width: 992px) {
  .header .header-bottom-info .container .header-menu li a {
    font-size: 18px;
    font-weight: 600; }
}

.header .header-bottom-info .container .header-menu li a:hover {
  opacity: .7; }

@media (max-width: 992px) {
  .header .header-bottom-info .call-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-end; }
}

.header .header-bottom-info .call-mobile .phone-number {
  display: none; }

@media (max-width: 992px) {
  .header .header-bottom-info .call-mobile .phone-number {
    display: block;
    font-size: 16px;
    font-weight: bold;
    font-family: "PT Sans", sans-serif;
    color: #0c0c0c;
    white-space: nowrap;
    margin-bottom: 10px; }
}

.footer {
  background: #f2f2f2; }

.footer > .container {
  text-align: center;
  padding: 50px 20px; }

@media (max-width: 767px) {
  .footer > .container {
    padding: 30px 20px; }
}

.footer > .container .footer-top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (max-width: 767px) {
  .footer > .container .footer-top-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
}

@media (max-width: 767px) {
  .footer > .container .footer-top-info .footer-logo {
    order: -1;
    margin-bottom: 30px; }
}

.footer > .container .footer-top-info .footer-logo:hover {
  opacity: .8; }

@media (max-width: 1200px) {
  .footer > .container .footer-top-info .footer-logo img {
    width: 200px; }
}

@media (max-width: 992px) {
  .footer > .container .footer-top-info .footer-logo img {
    width: 190px; }
}

@media (max-width: 767px) {
  .footer > .container .footer-top-info .footer-logo img {
    width: 170px; }
}

@media (max-width: 992px) {
  .footer > .container .footer-top-info .call-designer {
    display: block; }
  .footer > .container .footer-top-info .call-designer .phone-number {
    font-size: 16px; }
  .footer > .container .footer-top-info .call-designer .call-wrap span {
    font-size: 15px; }
}

@media (max-width: 992px) {
  .footer > .container .footer-top-info .contacts {
    display: block; }
  .footer > .container .footer-top-info .contacts p {
    font-size: 16px; }
}

@media (max-width: 767px) {
  .footer > .container .footer-top-info .contacts {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
}

.footer > .container .footer-menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px; }

@media (max-width: 767px) {
  .footer > .container .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
}

.footer > .container .footer-menu li {
  margin: 0 32px; }

@media (max-width: 1200px) {
  .footer > .container .footer-menu li {
    margin: 0 20px; }
}

@media (max-width: 767px) {
  .footer > .container .footer-menu li {
    margin: 0;
    margin-bottom: 20px; }
  .footer > .container .footer-menu li:last-child {
    margin-bottom: 0; }
}

.footer > .container .footer-menu li a {
  color: #2c1b0e;
  font-size: 17px;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase; }

@media (max-width: 767px) {
  .footer > .container .footer-menu li a {
    font-size: 18px;
    font-weight: 600; }
}

.footer > .container .footer-menu li a:hover {
  opacity: .7; }

.footer .pre-footer {
  background: #494949;
  padding: 20px 0; }

.footer .pre-footer .copyright {
  font-size: 18px;
  font-family: "PT Sans", sans-serif;
  color: #ffffff; }

.banner-slider-wrap .banner-slider {
  margin-bottom: 0;
  padding-bottom: 60px;
  background: #f5f5f5; }

.banner-slider-wrap .banner-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 20px; }

.banner-slider-wrap .banner-slider .slick-dots li {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0;
  margin: 0 5px; }

.banner-slider-wrap .banner-slider .slick-dots li button {
  width: 20px;
  height: 20px;
  padding: 0;
  border-radius: 50%; }

.banner-slider-wrap .banner-slider .slick-dots li button:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  opacity: 1;
  content: '';
  border: 2px solid #c3c3c3; }

.banner-slider-wrap .banner-slider .slick-dots li.slick-active {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.banner-slider-wrap .banner-slider .slick-dots li.slick-active button {
  background: #fcad52; }

.banner-slider-wrap .banner-slider .slick-dots li.slick-active button:before {
  border-color: #fcad52; }

.banner-slider-wrap .banner-slider .banner-slider-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 650px;
  position: relative;
  z-index: 0;
  padding-top: 170px;
  padding-left: calc((100% - 1440px) / 2); }

@media (max-width: 1480px) {
  .banner-slider-wrap .banner-slider .banner-slider-item {
    padding-left: 20px;
    height: auto;
    padding: 150px 20px; }
}

@media (max-width: 767px) {
  .banner-slider-wrap .banner-slider .banner-slider-item {
    padding: 200px 20px 70px; }
}

.banner-slider-wrap .banner-slider .banner-slider-item:after {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 38%;
  background: rgba(0, 0, 0, 0.6);
  height: 100%; }

.banner-slider-wrap .banner-slider .banner-slider-item.no:after {display: none;}

@media (max-width: 1200px) {
  .banner-slider-wrap .banner-slider .banner-slider-item:after {
    width: 50%; }
}

@media (max-width: 767px) {
  .banner-slider-wrap .banner-slider .banner-slider-item:after {
    width: 75%; }
}

.banner-slider-wrap .banner-slider .banner-slider-item .banner-slider-info-list {
  position: relative;
  z-index: 1;
  max-width: 410px;
  width: 100%; }

@media (max-width: 992px) {
  .banner-slider-wrap .banner-slider .banner-slider-item .banner-slider-info-list {
    max-width: 50%; }
}

@media (max-width: 767px) {
  .banner-slider-wrap .banner-slider .banner-slider-item .banner-slider-info-list {
    max-width: 75%; }
}

.banner-slider-wrap .banner-slider .banner-slider-item .banner-slider-info-list p, .banner-slider-wrap .banner-slider .banner-slider-item .banner-slider-info-list.promotions {
  color: #ffffff;
  font-size: 22px;
  font-weight: 300;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 35px; }

.banner-slider-wrap .banner-slider .banner-slider-item .banner-slider-info-list.promotions * {
  font-weight: 300; }

@media (max-width: 1200px) {
  .banner-slider-wrap .banner-slider .banner-slider-item .banner-slider-info-list p {
    font-size: 20px;
    line-height: 26px; }
}

@media (max-width: 767px) {
  .banner-slider-wrap .banner-slider .banner-slider-item .banner-slider-info-list p {
    font-size: 18px;
    line-height: 24px; }
}

.banner-slider-wrap .banner-slider .banner-slider-item .banner-slider-info-list p:last-child {
  margin-bottom: 0; }

.banner-slider-wrap .banner-slider .banner-slider-item .salon-video-tour {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50px;
  left: 38%;
  margin-left: -80px; }

@media (max-width: 1200px) {
  .banner-slider-wrap .banner-slider .banner-slider-item .salon-video-tour {
    left: 50%; }
}

@media (max-width: 767px) {
  .banner-slider-wrap .banner-slider .banner-slider-item .salon-video-tour {
    left: 75%; }
}

.banner-slider-wrap .banner-slider .banner-slider-item .salon-video-tour .play-video {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative; }

.banner-slider-wrap .banner-slider .banner-slider-item .salon-video-tour .play-video:after {
  content: '';
  border: 1px solid #fcad52;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  transform: scale(1);
  transition: .3s;
  animation: anim 1.5s linear infinite; }

.banner-slider-wrap .banner-slider .banner-slider-item .salon-video-tour .play-video img {
  animation: anim 1.5s linear infinite; }

.banner-slider-wrap .banner-slider .banner-slider-item .salon-video-tour span {
  color: #fbfbfb;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  padding: 7px;
  background: rgba(0, 0, 0, 0.6);
  margin-top: 5px; }

.work {
  padding: 50px 0;
  background: #f8f8f8; }

.work .container .work-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (max-width: 1140px) {
  .work .container .work-list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: -50px; }
}

@media (max-width: 767px) {
  .work .container .work-list {
    margin-bottom: -40px; }
}

.work .container .work-list li {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 1140px) {
  .work .container .work-list li {
    width: 33%;
    margin-bottom: 50px; }
}

@media (max-width: 767px) {
  .work .container .work-list li {
    width: 100%;
    margin-bottom: 40px; }
}

.work .container .work-list li .img-wrap {
  min-height: 63px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.work .container .work-list li img {
  margin-top: auto; }

.work .container .work-list li span {
  font-size: 18px;
  line-height: 22px;
  font-family: "PT Sans", sans-serif;
  color: #1d1d1d;
  display: inline-block; }

.stages-of-work {
  padding: 50px 0;
  background: #f8f8f8; }

.stages-of-work .stages-of-work-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 130px 0; }

.stages-of-work .stages-of-work-bg .container .stages-of-work-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 18px);
  margin-left: -9px;
  counter-reset: my-sec-counter; }

@media (max-width: 1400px) {
  .stages-of-work .stages-of-work-bg .container .stages-of-work-items {
    margin-bottom: -18px; }
}

@media (max-width: 992px) {
  .stages-of-work .stages-of-work-bg .container .stages-of-work-items {
    margin-left: -10px;
    margin-bottom: -20px;
    width: calc(100% + 20px); }
}

@media (max-width: 767px) {
  .stages-of-work .stages-of-work-bg .container .stages-of-work-items {
    margin: 0;
    width: 100%; }
}

.stages-of-work .stages-of-work-bg .container .stages-of-work-items .stages-of-work-item {
  padding: 20px;
  padding-bottom: 10px;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  border-radius: 4px;
  width: calc((100% - 90px) / 5);
  margin: 0 9px;
  padding-left: 55px;
  cursor: pointer;
  transition: .3s; }

.stages-of-work .stages-of-work-bg .container .stages-of-work-items .stages-of-work-item:hover {
  background: rgba(0, 0, 0, 0.7); }

@media (max-width: 1400px) {
  .stages-of-work .stages-of-work-bg .container .stages-of-work-items .stages-of-work-item {
    width: calc((100% - 58px) / 3);
    margin-bottom: 18px;
    padding-left: 100px; }
}

@media (max-width: 992px) {
  .stages-of-work .stages-of-work-bg .container .stages-of-work-items .stages-of-work-item {
    width: calc((100% - 40px) / 2);
    margin-bottom: 20px; }
}

@media (max-width: 767px) {
  .stages-of-work .stages-of-work-bg .container .stages-of-work-items .stages-of-work-item {
    width: 100%;
    padding-left: 80px; }
}

.stages-of-work .stages-of-work-bg .container .stages-of-work-items .stages-of-work-item:last-child:after {
  content: none; }

.stages-of-work .stages-of-work-bg .container .stages-of-work-items .stages-of-work-item:after {
  content: '';
  background: url(../img/arrow-right.png) no-repeat center center/cover;
  width: 10px;
  height: 19px;
  position: absolute;
  top: 25px;
  right: 18px;
  transition: .3s; }

.stages-of-work .stages-of-work-bg .container .stages-of-work-items .stages-of-work-item:before {
  content: counter(my-sec-counter);
  counter-increment: my-sec-counter;
  position: absolute;
  top: -30px;
  left: 10px;
  font-size: 155px;
  color: rgba(255, 255, 255, 0.2);
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold; }

@media (max-width: 767px) {
  .stages-of-work .stages-of-work-bg .container .stages-of-work-items .stages-of-work-item:before {
    font-size: 120px; }
}

.stages-of-work .stages-of-work-bg .container .stages-of-work-items .stages-of-work-item .info-wrap {
  width: 100%;
  margin: 0 auto; }

.stages-of-work .stages-of-work-bg .container .stages-of-work-items .stages-of-work-item .info-wrap .icon-wrap {
  min-height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  margin-left: 45px; }

.stages-of-work .stages-of-work-bg .container .stages-of-work-items .stages-of-work-item .info-wrap .icon-wrap img {
  margin-top: auto; }

.stages-of-work .stages-of-work-bg .container .stages-of-work-items .stages-of-work-item .info-wrap span {
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  font-family: "PT Sans", sans-serif; }

.our-products {
  padding: 50px 0 100px;
  background: #f8f8f8; }

.our-products .container .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (max-width: 992px) {
  .our-products .container .products {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
}

.our-products .container .products .left {
  width: calc((100% - 10px) / 2); }

@media (max-width: 992px) {
  .our-products .container .products .left {
    width: 100%;
    margin-bottom: 10px; }
}

.our-products .container .products .left .product-item {
  margin-bottom: 10px; }

.our-products .container .products .left .product-item:last-child {
  margin-bottom: 0; }

.our-products .container .products .left .product-item:nth-child(1) .img-wrap {
  height: 136px; }

.our-products .container .products .left .product-item:nth-child(2) .img-wrap {
  height: 253px; }

.our-products .container .products .left .product-item:nth-child(3) .img-wrap {
  height: 114px; }

@media (max-width: 1200px) {
  .our-products .container .products .left .img-wrap {
    height: 120px !important; }
}

@media (max-width: 992px) {
  .our-products .container .products .left .img-wrap {
    height: 200px !important; }
}

@media (max-width: 767px) {
  .our-products .container .products .left .img-wrap {
    height: 170px !important; }
}

.our-products .container .products .right {
  width: calc((100% - 10px) / 2); }

@media (max-width: 992px) {
  .our-products .container .products .right {
    width: 100%; }
}

.our-products .container .products .right .img-wrap {
  height: 715px; }

@media (max-width: 1200px) {
  .our-products .container .products .right .img-wrap {
    height: 572px; }
}

@media (max-width: 992px) {
  .our-products .container .products .right .img-wrap {
    height: 400px; }
}

@media (max-width: 767px) {
  .our-products .container .products .right .img-wrap {
    height: 300px; }
}

.our-products .container .products .product-item {
  padding: 20px;
  padding-bottom: 10px;
  border-radius: 4px;
  border: 1px solid #eeeeee; }

.our-products .container .products .product-item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5px; }

.our-products .container .products .product-item .title .text {
  font-size: 20px;
  text-transform: uppercase;
  color: #464646;
  font-family: "Source Sans Pro", sans-serif; }

.our-products .container .products .product-item .title .number {
  color: #acacac;
  font-size: 20px;
  font-family: "Source Sans Pro", sans-serif; }

.our-products .container .products .product-item .img-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 15px; }

.our-products .container .products .product-item .see-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.our-products .container .products .product-item .see-all:hover span {
  text-decoration: none; }

.our-products .container .products .product-item .see-all span {
  font-size: 18px;
  line-height: 19px;
  font-family: "PT Sans", sans-serif;
  color: #acacac;
  text-decoration: underline;
  transition: .3s; }

.our-products .container .products .product-item .see-all img {
  margin-left: 10px; }

.take-the-test {
  padding: 130px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 0; }

.take-the-test:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.3); }

.take-the-test .container .test-title {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 750px;
  margin-bottom: 50px;
  font-size: 26px;
  line-height: 34px;
  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: none;
  background: rgba(0,0,0,0.5); }

@media (max-width: 992px) {
  .take-the-test .container .test-title {
    font-size: 22px;
    line-height: 28px; }
}

#promo {
  margin-top: 80px;
}

.take-the-test .container .pass {
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: rgba(252, 173, 82, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  margin: 0 auto;
  font-weight: normal;
  text-transform: uppercase;
  position: relative; }

@media (max-width: 992px) {
  .take-the-test .container .pass {
    font-size: 20px; }
}

.take-the-test .container .pass:hover {
  background: #fca139; }

.take-the-test .container .pass:after {
  content: '';
  position: absolute;
  width: 152px;
  height: 152px;
  border-radius: 50%;
  background: rgba(252, 173, 82, 0.5);
  z-index: -1;
  transform: scale(1);
  transition: .3s;
  animation: animation 1.5s linear infinite; }

.take-the-test .container .pass:before {
  content: '';
  position: absolute;
  width: 178px;
  height: 178px;
  border-radius: 50%;
  background: rgba(252, 173, 82, 0.27);
  z-index: -1;
  transform: scale(1);
  transition: .3s;
  animation: animation 1.5s linear infinite; }

.sewing-technology {
  padding: 100px 0 50px; }

@media (max-width: 992px) {
  .sewing-technology {
    padding-bottom: 20px; }
}

.sewing-technology .container .technology-items .technology-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (max-width: 1200px) {
  .sewing-technology .container .technology-items .technology-block {
    margin-bottom: 30px !important; }
}

@media (max-width: 992px) {
  .sewing-technology .container .technology-items .technology-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0 !important; }
}

.sewing-technology .container .technology-items .technology-block .technology-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #f2f2f2;
  background: #ffffff;
  transition: .3s; }

.sewing-technology .container .technology-items .technology-block .technology-item:hover {
  -webkit-box-shadow: 0px 0px 23px 1px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.18); }

@media (max-width: 992px) {
  .sewing-technology .container .technology-items .technology-block .technology-item {
    margin-bottom: 30px; }
}

.sewing-technology .container .technology-items .technology-block .technology-item .title {
  font-size: 20px;
  text-transform: uppercase;
  color: #1d1d1d;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 5px; }

@media (max-width: 767px) {
  .sewing-technology .container .technology-items .technology-block .technology-item .title {
    font-size: 18px;
    margin-bottom: 10px; }
}

.sewing-technology .container .technology-items .technology-block .technology-item .text {
  margin-top: 10px;
  color: #1d1d1d;
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  line-height: 24px; }

@media (max-width: 767px) {
  .sewing-technology .container .technology-items .technology-block .technology-item .text {
    font-size: 16px;
    line-height: 20px; }
}

.sewing-technology .container .technology-items .technology-block .technology-item .img-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 252px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 767px) {
  .sewing-technology .container .technology-items .technology-block .technology-item .img-wrap {
    height: 200px; }
}

@media (max-width: 1200px) {
  .sewing-technology .container .technology-items .technology-block .left {
    width: calc((100% - 30px) / 2) !important; }
}

@media (max-width: 992px) {
  .sewing-technology .container .technology-items .technology-block .left {
    width: 100% !important; }
}

@media (max-width: 1200px) {
  .sewing-technology .container .technology-items .technology-block .right {
    width: calc((100% - 30px) / 2) !important; }
}

@media (max-width: 992px) {
  .sewing-technology .container .technology-items .technology-block .right {
    width: 100% !important; }
}

.sewing-technology .container .technology-items .technology-block.technology-block1 {
  margin-bottom: 34px; }

.sewing-technology .container .technology-items .technology-block.technology-block1 .left {
  width: calc(49% - 17px); }

.sewing-technology .container .technology-items .technology-block.technology-block1 .right {
  width: calc(51% - 17px); }

.sewing-technology .container .technology-items .technology-block.technology-block2 {
  margin-bottom: 34px; }

.sewing-technology .container .technology-items .technology-block.technology-block2 .left {
  width: calc(57% - 17px); }

.sewing-technology .container .technology-items .technology-block.technology-block2 .right {
  width: calc(43% - 17px); }

.sewing-technology .container .technology-items .technology-block.technology-block3 .left {
  width: calc(49% - 17px); }

.sewing-technology .container .technology-items .technology-block.technology-block3 .right {
  width: calc(51% - 17px); }

.brands {
  padding: 50px 0; }

.brands .container .brands-slider-wrap {
  position: relative;
  padding: 0 30px; }

.brands .container .brands-slider-wrap .brands-slider-navigation button {
  width: 20px;
  height: 31px; }

.brands .container .brands-slider-wrap .brands-slider-navigation button:before {
  content: none; }

.brands .container .brands-slider-wrap .brands-slider-navigation button.slick-prev {
  left: 0; }

.brands .container .brands-slider-wrap .brands-slider-navigation button.slick-next {
  right: 0; }

.brands .container .brands-slider-wrap .brands-slider .slick-slide {
  min-height: 135px;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.brands .container .brands-slider-wrap .brands-slider .slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.brands .container .brands-slider-wrap .brands-slider .slider-item img {
  margin: auto;
  max-width: 100%;
  max-height: 100%; }

.contacts-wrap {
  background: #ffffff; }

.contacts-wrap .container {
  position: relative;
  padding: 100px 20px;
  z-index: 0; }

.contacts-wrap .container:after {
  content: '';
  background: url(../img/contact-left-img.png) no-repeat center center/cover;
  width: 437px;
  height: 696px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

@media (max-width: 992px) {
  .contacts-wrap .container:after {
    content: none; }
}

.contacts-wrap .container:before {
  content: '';
  background: url(../img/contact-right-img.png) no-repeat center center/cover;
  width: 437px;
  height: 696px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1; }

@media (max-width: 992px) {
  .contacts-wrap .container:before {
    content: none; }
}

.contacts-wrap .container .form-wrap {
  max-width: 700px;
  width: 100%;
  margin: 0 auto; }

.contacts-wrap .container .form-wrap .main-title {
  text-transform: uppercase;
  margin-bottom: 30px; }

.contacts-wrap .container .form-wrap .order-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.contacts-wrap .container .form-wrap .order-form > input {
  height: 60px;
  margin-bottom: 20px;
  width: 100%;
  padding: 0 20px;
  color: #9a9a9a;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-family: "PT Sans", sans-serif;
  font-size: 18px; }

.contacts-wrap .container .form-wrap .order-form > input::-webkit-input-placeholder {
  color: #999999; }

.contacts-wrap .container .form-wrap .order-form > input::-moz-placeholder {
  color: #999999; }

.contacts-wrap .container .form-wrap .order-form > input:-ms-input-placeholder {
  color: #999999; }

.contacts-wrap .container .form-wrap .order-form > input:-moz-placeholder {
  color: #999999; }

.contacts-wrap .container .form-wrap .order-form textarea {
  resize: none;
  height: 180px;
  margin-bottom: 30px;
  width: 100%;
  padding: 20px;
  color: #9a9a9a;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-family: "PT Sans", sans-serif;
  font-size: 18px; }

.contacts-wrap .container .form-wrap .order-form textarea::-webkit-input-placeholder {
  color: #999999; }

.contacts-wrap .container .form-wrap .order-form textarea::-moz-placeholder {
  color: #999999; }

.contacts-wrap .container .form-wrap .order-form textarea:-ms-input-placeholder {
  color: #999999; }

.contacts-wrap .container .form-wrap .order-form textarea:-moz-placeholder {
  color: #999999; }

.contacts-wrap .container .form-wrap .order-form textarea:focus {
  outline: none; }

.contacts-wrap .container .form-wrap .order-form .bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }

@media (max-width: 767px) {
  .contacts-wrap .container .form-wrap .order-form .bottom-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start; }
}

@media (max-width: 767px) {
  .contacts-wrap .container .form-wrap .order-form .bottom-wrap .checkbox-wrap {
    margin-bottom: 20px; }
}

.contacts-wrap .container .form-wrap .order-form .bottom-wrap .form-btn {
  max-width: 220px;
  width: 100%;
  height: 50px;
  background: #fbad53;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  transition: .3s; }

.contacts-wrap .container .form-wrap .order-form .bottom-wrap .form-btn:hover {
  background: #fa9c30; }

.product-wrap {
  padding-top: 50px; }

.product-wrap .product-gallery-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  position: relative; }

.product-wrap .product-gallery-wrap .gallery-slider-pagination {
  position: absolute;
  width: 90px;
  top: 30px;
  z-index: 10;
  left: calc((100% - 1440px) / 2);
  height: 50px;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (max-width: 1480px) {
  .product-wrap .product-gallery-wrap .gallery-slider-pagination {
    left: 20px; }
}

.product-wrap .product-gallery-wrap .gallery-slider-pagination span {
  color: #ffffff;
  font-size: 20px;
  font-family: "Source Sans Pro", sans-serif; }

.product-wrap .product-gallery-wrap .slider-arrows {
  bottom: 30px;
  position: absolute;
  z-index: 10;
  left: calc((100% - 1440px) / 2);
  width: 85px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (max-width: 1480px) {
  .product-wrap .product-gallery-wrap .slider-arrows {
    left: 20px; }
}

.product-wrap .product-gallery-wrap .slider-arrows button {
  width: calc((100% - 5px) / 2);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  transition: .3s; }

.product-wrap .product-gallery-wrap .slider-arrows button:hover {
  background: rgba(0, 0, 0, 0.8); }

.product-wrap .product-gallery-wrap .slider-arrows button.left-arrow img {
  transform: rotate(180deg); }

.product-wrap .product-gallery-wrap .product-gallery-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 700px;
  width: 9%;
  margin-right: 5px;
  position: relative;
  z-index: 0; }

@media (max-width: 1200px) {
  .product-wrap .product-gallery-wrap .product-gallery-item {
    height: 600px; }
}

@media (max-width: 992px) {
  .product-wrap .product-gallery-wrap .product-gallery-item {
    width: 15%; }
}

.product-wrap .product-gallery-wrap .product-gallery-item:after {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); }

.product-wrap .product-gallery-wrap .product-gallery-item:last-child {
  width: 12%; }

@media (max-width: 992px) {
  .product-wrap .product-gallery-wrap .product-gallery-item:last-child {
    width: 18%; }
}

.product-wrap .product-gallery-wrap .product-gallery-item.active {
  width: 70%; }

@media (max-width: 992px) {
  .product-wrap .product-gallery-wrap .product-gallery-item.active {
    width: 52%; }
}

.product-wrap .product-gallery-wrap .product-gallery-item.active:after {
  content: none; }

.product-wrap .product-gallery-wrap .product-gallery-item > button {
  position: absolute;
  z-index: 1;
  width: 40px;
  top: 20px;
  left: 20px;
  cursor: pointer;
  height: 50px;
  background: rgba(255, 255, 255, 0.2); }

@media (max-width: 992px) {
  .product-wrap .product-gallery-wrap .product-gallery-item > button {
    width: 20px;
    height: 40px;
    top: 10px;
    left: 10px; }
}

.product-wrap .product-gallery-wrap .product-gallery-item > button:hover {
  background: rgba(255, 255, 255, 0.5); }

.showroom-slider {width: 100%; height: 650px; position: relative;}

.showroom-slider #fg, .showroom-slider #bg {
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 35px;
  font-family: 'Montserrat', sans-serif;
  overflow: hidden;
}

.showroom-slider div {
  position: absolute;
  top: 0;
}

.showroom-slider sub {
  font-size: 12px;
  display: block;
}

.showroom-slider p {
  padding: 12px;
}

.ia-container {
  width: 100%;
  /*height: 650px;*/
  margin: 20px auto;
  overflow: hidden;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.08);
  border: 7px solid rgba(255, 255, 255, 0.6);
}

.ia-container figure {
  position: absolute;
  top: 0;
  left: 50px; /* width of visible piece */
  width: 100%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ia-container > figure {
  position: relative;
  left: 0 !important;
}

.ia-container img {
  display: block;
  width: 100%;
}

.ia-container input {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px; /* just cover visible part */
  height: 100%;
  cursor: pointer;
  border: 0;
  padding: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 100;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ia-container input:checked {
  width: 5px;
  left: auto;
  right: 0px;
}

.ia-container input:checked ~ figure {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  left: 75%;
}

.ia-container figcaption {
  width: 100%;
  height: 100%;
  background: rgba(87, 73, 81, 0.1);
  position: absolute;
  top: 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ia-container figcaption span {
  position: absolute;
  top: 40%;
  margin-top: -30px;
  right: 20px;
  left: 20px;
  overflow: hidden;
  text-align: center;
  background: rgba(87, 73, 81, 0.3);
  line-height: 20px;
  font-size: 18px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 700;
  padding: 20px;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.ia-container input:checked + figcaption,
.ia-container input:checked:hover + figcaption {
  background: rgba(87, 73, 81, 0);
}

.ia-container input:checked + figcaption span {
  -webkit-transition: all 0.4s ease-in-out 0.5s;
  -moz-transition: all 0.4s ease-in-out 0.5s;
  -o-transition: all 0.4s ease-in-out 0.5s;
  -ms-transition: all 0.4s ease-in-out 0.5s;
  transition: all 0.4s ease-in-out 0.5s;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
  filter: alpha(opacity=99);
  opacity: 1;

  top: 50%;
}

.ia-container #ia-selector-last:checked + figcaption span {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.ia-container input:hover + figcaption {
  background: rgba(87, 73, 81, 0.03);
}

.ia-container input:checked ~ figure input {
  z-index: 1;
}

@media screen and (max-width: 720px) {
  .ia-container {
    width: 540px;
  }

  .ia-container figure {
    left: 40px;
    width: 260px;
  }

  .ia-container input {
    width: 40px;
  }

  .ia-container input:checked ~ figure {
    left: 260px;
  }

  .ia-container figcaption span {
    font-size: 16px;
  }
}

@media screen and (max-width: 520px) {
  .ia-container {
    width: 320px;
  }

  .ia-container figure {
    left: 20px;
    width: 180px;
  }

  .ia-container input {
    width: 20px;
  }

  .ia-container input:checked ~ figure {
    left: 95%;
  }

  .ia-container figcaption span {
    font-size: 12px;
    letter-spacing: 2px;
    padding: 10px;
    margin-top: -20px;
  }

}

@media (max-width: 424px) {
  .our-products {padding: 15px 0;}
  .contacts-wrap .container {padding: 20px 20px;}
  .product-wrap {padding-top: 15px;}
  .main-title {margin-bottom: 15px;}
  .sewing-technology {padding-top: 15px;}
  .brands {padding: 15px 0;}
}

.call-mobile {display: none;}

.insta-phone-box {display: flex; align-items: center; margin: 0 -10px;}
.insta-phone-box a {display: block; margin: 0 10px;}