/* Общие настройки html */

* {
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
  font-size: 0;
  font-weight: inherit;
}

.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.site-wrapper {
  width: 1600px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative;

}

/* Навигация */

.nav {
  position: fixed;
  width: 1600px;
  z-index: 999;
  height: 91px;
  background-color:#ffffff;
}

.box {
  margin: 38px auto 0 auto;
  width: 1170px;
  overflow: hidden;
  background-color: #ffffff;
}

.logo {
  width: 76px;
  height: 21px;
  margin-left: 30px;
  display: inline-block;
}

.menu {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  margin-right: 30px;
  text-decoration: none;
  list-style: none;
  text-transform: uppercase;
}

.a-menu {
  color: #0f0101;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.a-menu:hover {
  color: #1abc9c;
}

/* Настройки слайдера */

.wrapper-slide {
  background-color: #e9f0fd;
  width: 1600px;
 left:0;
 right:0;
 margin-left:auto;
 margin-right: auto;
/*   margin-top: 91px; */
  box-sizing: border-box;

}

.section-wrapper-img {
  height: 602px;
  width: 1170px;
  margin: auto auto;
  overflow: hidden;

 
}

/* Слайдер: указатели навигации */
.box-left {
  width: 104px;
  height: 104px;
  background-color: #56a290;
  position: relative;
  margin: 225px 0 0 30px;
  outline: none;
  border: 0;
  z-index: 2;
}

.box-left:hover {
  width: 104px;
  height: 104px;
  background-color: #1abc9c;
  opacity: 0.65;
  margin-top: 225px;
  outline: none;
  border: 0;
  z-index: 3;
}

.arrow-left {
  width: 20px;
  height: 20px;
  border: solid white;
  border-width: 0 4px 4px 0;
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.box-right {
  width: 104px;
  height: 104px;
  background-color: #56a290;
  position: relative;
  margin: 225px 30px 0 0;
  outline: none;
  border: 0;
  z-index: 2;
}

.box-right:hover {
  width: 104px;
  height: 104px;
  background-color: #1abc9c;
  opacity: 0.65;
  margin-top: 225px;
  outline: none;
  border: 0;
  z-index: 3;
}

.arrow-right {
  width: 20px;
  height: 20px;
  border: solid white;
  border-width: 0 4px 4px 0;
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
}

/* Слайдер: перемещение картинки */

.bg {
  background-image: url("../img/slider/slider_1.png");
  width: 1600px;
  height: 602px;
  background-repeat: no-repeat;
  background-position: -215px;
  z-index: 0;
  transition: background-position-x 4s ease;
}

.bg-opacity {
  background-color: rgba(24, 24, 25, 0.52);
  position: relative;
  left: 0;
  right: 0;
  width: 1600px;
  height: 602px;
  z-index: 0;
}

.box-left:active ~ .bg {
  background-position-x: 0px;
  z-index: 1;
}
.box-right:active ~ .bg {
  background-position-x: -450px;
  z-index: 1;
}

/* Слайдер: тексти */
.slide-text {
  width: 1110px;
  position: absolute;
  top: 207px;
  right: 0;
  left: 0;
  bottom: 0;
  text-transform: uppercase;
  color: #ffffff;
  margin: auto;
  z-index: 1;
}
.slide-text-1 {
  font-size: 60px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}

.slide-text-2 {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin: 12px auto 0 0;
}

/* Основной раздел */
.section-wrapper {
  height: 677px;
  background-color: #e9f0fd;
  margin: auto auto;
  padding-bottom: 94px;
 
}

.section {
  width: 1600px;
  margin: auto auto;
  overflow: hidden;
}

/* Основной раздел: заголовок */
.title {
  text-align: center;
  font-size: 48px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  color: #515151;
  text-transform: uppercase;
  padding-top: 95px;
  background-color: #e9f0fd;
}

.title:after {
  content: "";
  display: block;
  width: 162px;
  height: 7px;
  background: #1abc9c;
  margin: 30px auto;
}

/* Основной раздел: новая коллекция */
.wrapper-collection {
  width: 1110px;
  height: 323px;
  margin: auto auto;
  padding-top: 80px;
}

.item {
  width: 255px;
  height: 323px;
  margin-right: 30px;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.item:last-child {
  margin-right: 0px;
}

.img-collection {
  position: absolute;
  left: -37px;
  right: -37px;
}

.name {
  display: inline-block;
  width: 201px;
  height: 40px;
  background-color: #323232;
  line-height: 40px;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  text-indent: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  position: absolute;
  bottom: 0px;
}
.price {
  display: inline-block;
  width: 54px;
  height: 40px;
  background-color: #8c8c8c;
  line-height: 40px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  color: #ffffff;
  position: absolute;
  bottom: 0px;
  right: 0px;
  text-align: center;
}
.rectangle {
  width: 235px;
  height: 261px;
  background-color: #000000;
}
.item:hover .name {
  background-color: #1abc9c;
}
.item:hover .price {
  background-color: #7fd9c7;
}
.item:hover .rectangle {
  opacity: 0.55;
  position: absolute;
  top: 11px;
  left: 11px;
}

.btns {
  margin: 79px auto;
  width: 166px;
  background-color: #1abc9c;
  height: 108px;
  margin: 90px auto 0 auto;
}

.btn-copy {
  width: 49px;
  height: 49px;
  border: #ffffff 1px solid;
  position: relative;
  margin: 0 9px 0 0;
  background-color: Transparent;
}
.btn-copy:nth-last-child(2) {
  margin-right: 0;
}

.btn-copy:hover {
  border: none;
  background-color: #1abc9c;
}

.btn-add {
  width: 166px;
  height: 50px;
  border: #ffffff 1px solid;
  position: relative;
  background-color: #323232;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #ffffff;
  margin-top: 7px;
  line-height: 50px;
  text-indent: 35px;
  text-transform: uppercase;
}
.img-btn-add {
  position: absolute;
  top: 10px;
  left: 12px;
}

.btn-add:hover {
  background-color: #1abc9c;
}

/* Футтер */
.fotter-wrapper {
  background-color: #323232;
}

.fotter {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  height: 88px;
  margin: auto auto;
  background-color: #323232;
  text-align: center;
  color: #fefefe;
  line-height: 88px;
}

.green {
  color: #46bfa9;
}

@media screen and (max-width:321px){
  body{width:100px}
  }