* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  box-sizing: border-box;
  border-collapse: collapse;
  font-family: 'Montserrat', sans-serif;
  color: #121212;
}
body {
  background: #F2F2F2;
}
.holder {
  margin: 0 auto;
  max-width: 1170px;
}
main > img {
  width: 100%;
}
h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 64px;
  font-weight: bold;
  text-align: center;
}
.burger {
  display: none;
  flex-direction: column;
}
.burger span {
  background: #121212;
  width: 37px;
  height: 2px;
  margin-bottom: 8px;
  transition: all 0.2s ease-in-out;
}
.burger.active span:nth-child(1) {
  transform: rotate(45deg) translateY(7px) translateX(2px);
}
.burger.active span:nth-child(2) {
  display: none;
}
.burger.active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-5px);
}
header {
  padding: 15px 0;
  background: #fff;
}
header .holder {
  align-items: center;
  display: flex;
}
header .holder img {
  padding-left: 15px;
}
header .holder nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 777px;
  margin: 0 auto;
  padding: 0 15px;
}
header .holder nav a {
  font-size: 15px;
  font-weight: bold;
}
section.main {
  background: url(../img/bg1.jpg) no-repeat left bottom;
  background-size: cover;
  padding: 85px 0 55px;
  min-height: calc(100vh - 90px);
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
section.main .offer {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 660px;
  text-align: center;
  margin: 0 auto;
  margin-right: 100px;
}
section.main .offer h2 {
  margin-bottom: 5px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 64px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.17em;
  font-weight: 500;
}
section.main .offer span {
  margin-bottom: 19px;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
section.main .offer p {
  margin-top: 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
section.main .holder {
  margin: 0;
  max-width: 781px;
  width: 100%;
  padding: 30px;
  background: linear-gradient(90.04deg, rgba(0, 0, 0, 0.8) 0.04%, rgba(0, 0, 0, 0.576) 99.96%);
}
section.main .form {
  display: flex;
  justify-content: flex-end;
}
section.main .form p {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  line-height: 140%;
  max-width: 325px;
}
section.main .form p span {
  text-transform: uppercase;
  color: #ec6305;
  display: block;
}
section.main .form form {
  max-width: 360px;
  margin: 0;
  margin-left: 36px;
}
section.main .form label {
  color: #fff;
}
section.main .form .remodal-result {
  color: #fff;
}
section.main .form input {
  border: 1px solid #828282;
  box-shadow: 0px 22px 40px rgba(0, 0, 0, 0.04), 0px 9px 17px rgba(0, 0, 0, 0.01);
  background: rgba(255, 255, 255, 1);
  margin-bottom: 6px;
}
section.main .form div {
  margin-top: 20px;
}
section.main .form input[type="checkbox"] {
  background: transparent;
  border-color: #fff;
}
section.main .form input[type="checkbox"]:checked:after {
  color: #fff;
}
section {
  padding-top: 80px;
}
section.about {
  background: #fff url('../img/bg2.jpg') no-repeat right center;
  background-size: contain;
  padding-bottom: 80px;
}
section.about h3 {
  margin-bottom: 16px;
}
section.about .container {
  display: flex;
  align-items: flex-start;
}
section.about .container div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.about p {
  max-width: 405px;
  text-align: center;
  margin: 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}
section.product h3 {
  margin-bottom: 51px;
}
section.product .flex-container {
  display: flex;
  flex-wrap: wrap;
}
section.product .item {
  padding: 49px 0 50px;
  border-bottom: 1px solid #00000047;
  border-right: 1px solid #00000047;
  width: 50%;
  display: flex;
  align-items: flex-start;
  padding: 50px;
}
section.product .item:nth-child(even) {
  border-right: 0;
}
section.product .item:last-child,
section.product .item:nth-child(3) {
  border-bottom: 0;
}
section.product .item .card {
  background: #fff;
  padding: 15px 20px 20px;
  transition: all 0.3s ease-in-out;
}
section.product .item .card .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.product .item .card .header .name,
section.product .item .card .header .new {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
section.product .item .card .header .new {
  font-weight: 500;
  color: #fff;
  background: #121212;
  padding: 5px 20px;
}
section.product .item .card img {
  width: calc(100% + 40px);
  margin: -15px -20px 15px -20px;
  display: block;
}
section.product .item .card .title,
section.product .item .card .material,
section.product .item .card .price {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
}
section.product .item .card .material {
  font-size: 15px;
  margin-top: 7px;
  font-weight: 200;
}
section.product .item .card .price {
  font-weight: bold;
  font-size: 24px;
  margin-top: 10px;
}
section.product .item .card button {
  margin: 15px 30px 0;
}
section.product .item .card:hover {
  box-shadow: 0px 22px 50px rgba(0, 0, 0, 0.14), 0px 9px 17px rgba(0, 0, 0, 0.09);
}
section.product .item .card:hover .new {
  background: #FF6B05;
}
section.product .item .aditional-img {
  display: flex;
  flex-direction: column;
  min-width: 100px;
  margin-left: 20px;
}
section.product .item .aditional-img img {
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 22px 40px rgba(0, 0, 0, 0.04), 0px 9px 17px rgba(0, 0, 0, 0.01);
  width: 100%;
  margin-bottom: 20px;
  cursor: pointer;
}
section.product .item .aditional-img img:hover {
  box-shadow: 0px 22px 50px rgba(0, 0, 0, 0.14), 0px 9px 17px rgba(0, 0, 0, 0.09);
}
section.reviews {
  margin-top: 80px;
  padding: 80px 0 120px;
  background: #fff;
}
section.reviews h3 {
  line-height: 60px;
  margin-bottom: 60px;
}
section.reviews .container {
  display: flex;
}
section.reviews .container img {
  width: 50%;
}
section.reviews .container .rev-slider {
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
}
section.reviews .container .rev-slider img {
  width: auto;
  height: 50px;
  padding: 0 30px;
  display: block;
}
section.reviews .container .rev-slider svg {
  position: absolute;
  z-index: 99;
  left: 20px;
  cursor: pointer;
  opacity: 0;
  transition: all .3s ease;
}
section.reviews .container .rev-slider:hover svg {
  opacity: 1;
}
section.reviews .container .rev-slider svg:last-child {
  left: unset;
  right: 20px;
}
section.advantages {
  padding: 80px 0 120px;
  margin-top: 100px;
  background: #fff;
}
section.advantages .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.advantages .container .item {
  margin: 50px 15px;
  max-width: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.advantages .container .item p {
  font-weight: 600;
  font-size: 18px;
  margin-top: 40px;
  text-align: center;
}
section.delivery {
  padding: 50px 0;
}
section.delivery .info {
  box-shadow: 0px 22px 50px rgba(0, 0, 0, 0.14), 0px 9px 17px rgba(0, 0, 0, 0.09);
  background: #fff;
  width: 50%;
  z-index: 2;
  position: relative;
  padding: 60px 73px;
}
section.delivery .info .title {
  font-weight: 600;
  font-size: 36px;
  max-width: 530px;
  text-align: center;
  margin-bottom: 50px;
}
section.delivery .info .flex-container .item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
section.delivery .info .flex-container .item p {
  font-weight: 600;
  font-size: 20px;
  max-width: 400px;
  margin-left: 40px;
}
section.contact {
  display: flex;
}
section.contact img {
  width: 50%;
}
section.contact .form {
  width: 50%;
  padding: 112px 115px 15px;
  background: #fff;
}
section.contact .form p {
  margin-bottom: 34px;
  font-weight: 600;
  font-size: 36px;
  text-align: center;
}
button {
  background: #FF6B05;
  color: #fff;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  padding: 13px 96px;
  font-weight: 500;
  font-size: 18px;
  transition: all 0.1s ease-in-out;
  appearance: none;
  -webkit-appearance: none;
}
button:hover {
  background: #ec6305;
}
form {
  max-width: 370px;
  margin: 0 auto;
}
form input {
  padding: 15px 30px;
  font-size: 16px;
  border: 1px solid #000000;
  margin-bottom: 10px;
  width: 100%;
}
form button {
  margin-top: 10px;
  width: 100%;
}
form div {
  display: flex;
  margin-top: 30px;
}
form div input {
  width: 16px;
  margin: 4px 15px 0 0;
  cursor: pointer;
}
form div label {
  font-size: 13px;
  max-width: 235px;
  cursor: pointer;
  text-align: left;
}
.remodal-result {
  display: none;
  text-align: center;
  margin-top: 15px;
}
.remodal {
  max-width: 490px;
  padding: 65px;
}
.remodal p {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 28px;
  text-align: center;
}
.remodal-overlay {
  background: rgba(18, 18, 18, 0.49);
}
.remodal-close {
  left: unset;
  right: 0;
  background: #FF6B05a3;
  border-radius: 100%;
  margin: 10px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.remodal-close:hover,
.remodal-close:focus {
  color: #fff;
  background: #FF6B05;
}
footer {
  background: #fff;
}
footer .container {
  display: flex;
  padding: 40px 0;
}
footer .container img {
  margin-right: 70px;
  padding-left: 15px;
}
footer .container .contacts {
  border-left: 1px solid #00000047;
  display: flex;
  justify-content: space-around;
  width: 100%;
}
footer .container .item {
  margin: 0 10px;
}
footer .container .item .title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}
footer .container .item a {
  font-size: 15px;
  display: block;
  margin-top: 15px;
}
footer .holder > div:last-child {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #00000047;
  padding: 20px 20px 25px;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 16px;
  width: 16px;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: solid 1px #121212;
  padding: 0;
}
input[type="checkbox"]:checked:after {
  content: '✓';
  position: absolute;
  top: -3px;
  right: 0;
  left: 2px;
  bottom: 0;
  font-size: 14px;
  height: 100%;
}
section.product .item .card .price.price-old {
    font-size: 17px;
    margin-top: 2px;
    text-decoration: line-through;
    font-weight: 600;
    color: #545454;
}
