.offer {
  width: 100%;
  height: 455px;
  background-image: url("../img/banner2.png");
  background-size: cover;
  background-position: 10% center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  background: #000;
  position: relative;
}
@media all and (max-width: 980px) {
	.offer {
		height: 340px;
	}
}
@media all and (max-width: 600px) {
	.offer {
		height: 265px;
		margin-bottom: 40px;
	}
	.offer .offer__cont .offer__link {
		bottom: -60px;
	}
	.for_mobile {
		height: 265px;
		overflow: hidden;
	}
	.for_mobile .main_full_slider_video {
		left: 50%;
		position: absolute;
		width: auto;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
.offer__text {
  width: 40%;
  color: #4d806e;
  font-size: 60px;
  font-family: 'Merriweather', sans-serif;
  box-sizing: border-box;
  position: absolute;
  padding: 0 0 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-width: 980px) {
  .offer__text {
    font-size: 45px;
  }
}
@media all and (max-width: 600px) {
  .offer__text {
    font-size: 36px;
  }
}
.offer__link {
  display: inline-block;
  width: 220px;
  font-size: 12px;
  line-height: 40px;
  height: 40px;
  color: #fff;
  border: 1px solid #2a4538;
  background-color: #2a4538;
  text-transform: uppercase;
  font-family: 'Geometria', sans-serif;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 60px;
}
.offer__link:hover {
  background: #2a4538;
  border: 1px solid #2a4538;
}
@media all and (max-width: 1200px) {
  .offer__link {
    left: 20px;
  }
}
@media all and (max-width: 980px) {
  .offer__link {
    bottom: 20px;
  }
}
@media all and (max-width: 600px) {
  .offer__link {
    display: inline-block;
    box-sizing: border-box;
    width: calc(100% - 40px);
    left: 20px;
  }
}
.offer__cont {
  width: 100%;
  height: 100%;
  max-width: 1137px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
@media all and (max-width: 1200px) {
  .offer__cont {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.sale {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 66px;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 980px) {
  .sale {
    margin-bottom: 40px;
  }
}
.sale__item {
  display: inline-block;
  width: 30%;
}
.sale__carousel {
  width: 100%;
  position: relative;
  padding-bottom: 40px;
}
.sale .swiper-pagination {
  display: none;
}
@media all and (max-width: 600px) {
  .sale .swiper-pagination {
    display: block;
  }
}
.sale-block {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.sale-block__img {
  margin-bottom: 22px;
  width: 100%;
  position: relative;
}
.sale-block__img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0);
  transition: all 0.2s ease;
}
.sale-block__img:hover:after {
  content: "";
  background-color: rgba(0,0,0,0.2);
}
.sale-block__title {
  margin-bottom: 12px;
  font-size: 14px;
  font-family: 'Geometria-Medium', sans-serif;
  color: #3a3a3a;
  text-transform: uppercase;
}
.sale-block__desc {
  font-size: 14px;
  color: #969699;
}
.sale-block__p2 {
  font-family: Times New Roman, serif;
  font-size: 36px;
  color: #4d806e;
  text-transform: uppercase;
}
@media all and (max-width: 980px) {
  .sale-block__p2 {
    font-size: 23px;
  }
}
.sale-block__p1 {
  font-family: Times New Roman, serif;
  font-size: 86px;
  color: #4d806e;
  font-weight: bold;
  text-transform: uppercase;
}
@media all and (max-width: 980px) {
  .sale-block__p1 {
    font-size: 50px;
  }
}
.sale-block__bann {
  background: #fff;
  width: 75%;
  height: 80%;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.actual {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}
.actual-title {
  margin-bottom: 37px;
  text-align: center;
  font-size: 30px;
  font-family: Times New Roman, serif;
  font-style: italic;
  color: #3a3a3a;
}
.actual__img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.actual__item {
	overflow: hidden;
	position: relative;
	display: inline-block;
	width: 65%;
	/*margin-bottom: 5%;*/
	margin-bottom: 10px;
	height: 386px;
	padding-bottom: 40px;
}
.actual__item .actual__item_name {
	text-align: center;
	font-size: 14px;
	font-family: 'Geometria-Medium', sans-serif;
	color: #3a3a3a;
	text-transform: uppercase;
	line-height: 40px;
}
@media all and (max-width: 980px) {
  .actual__item {
    height: 250px;
  }
}
@media all and (max-width: 600px) {
  .actual__item {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 22px;
  }
}
.actual__item_small {
  width: 30%;
}
@media all and (max-width: 600px) {
  .actual__item_small {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 22px;
    height: 330px;
  }
}
.actual__item:first-child .actual__img {
  background-position: right center;
}
.actual__item:last-child .actual__img {
  background-position: left center;
}
.share {
  width: 100%;
  height: 155px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(to bottom, #fdf8d5 0%, #e9deb6 49%, #cbba8f 100%);
}
.share__img {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 0 30px;
}
.share__form {
  display: inline-block;
}
.share__input {
  width: 295px;
  height: 43px;
  padding: 0 0 0 23px;
  background-color: #fff;
  color: #737373;
  font-size: 12px;
}
.share__button {
  height: 43px;
  padding: 0 21px;
  color: #fff;
  background-color: #44826d;
  font-size: 12px;
  text-transform: uppercase;
  margin-left: -10px;
}
.share__title {
  display: inline-block;
  width: 30%;
  font-size: 24px;
  color: #44826d;
  margin-left: 8%;
  font-family: Times New Roman, serif;
  text-transform: uppercase;
  text-align: right;
}
#tab_2, #tab_3{
    display: block !important;
}
.look-book__carousel{
    overflow: hidden;
}
.img_carousel{
    overflow: hidden;
}
.img_carousel .item{
    margin-left: 20px;
    margin-right: 20px;
}

.square{
    display: none;
}
.main_full_slider_video {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.main_full_slider_video.mobile {
	display: none;
}
@media all and (max-width: 768px) {
	.main_full_slider_video.mobile {
		display: block;
	}
	.main_full_slider_video.desktop {
		display: none;
	}
}
@media all and (max-width: 450px) {
    .square{
        display: block;
    }
    .not_square{
        display: none;
    }
}
