.popup-callback__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  padding: 40px 20px;
  border-radius: 10px;
  background: #fff;
}

.popup-callback__wrapper h3 {
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 150%;
  text-align: center;
  color: #20205e;
  margin-bottom: 30px;
}

.popup-callback__form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popup-callback__form .input {
  margin-bottom : 20px;
  position : relative;
}

.popup-callback__form .input input {
  width: 345px;
  height: 60px;
  padding: 13px 20px 13px 50px;
  border: 1px solid #828282;
  border-radius: 5px;
  position: relative;
  font-family: "Open Sans",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #333;
}

.popup-callback__form .input label {
  z-index: 1;
  position: absolute;
  left: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}

.popup-callback__form .btn-primary {
  margin-bottom: 20px;
  width: 200px;
  border: none;
}

.popup-callback__form .callback-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup-callback__form .callback-checkbox input {
  margin-right : 20px;
}

.popup-callback__form .callback-checkbox label {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #4f4f4f;
  max-width: 275px;
  display: block;
}

@media (max-width: 767px) {
  .popup-callback__form .input input {
    width : 270px;
  }
}

.advantages__item-image {
  position: relative;
  margin-bottom: 45px;
}

.advantages__item-image img {
  transition: all .3s;
}

.advantages__item img {
  margin-bottom: 0 !important;
}

.advantages__item:hover .advantages__item-image img {
  filter: brightness(0) invert(1);
}

.advantages__item .advantages__item-image:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  background-color: blue;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity .3s;
}

.advantages__item:hover .advantages__item-image:before {
  opacity: 1;
}

.advantages__item:nth-child(6):hover .advantages__item-image img {
  filter: brightness(1) invert(0);
}

.advantages__item:nth-child(6):hover .advantages__item-image:before {
  content: none;
}

.cooperation__wrapper {
  position: relative;
}

.cooperation__guy-1 {
  bottom: -70px;
  right: 121px;
}

.cooperation__guy-2 {
  right: -132px;
  bottom: -70px;
}


.assortment {
  margin-bottom: 180px !important;
}

@media (max-width: 1199px) {
  .assortment {
    margin-bottom: 60px !important;
  }
  .delivery {
    padding-bottom: 0 !important;
  }
  .cooperation__guy-1 {
    right: 30px;
  }
  
  .cooperation__guy-2 {
    right: -80px;
  }
}

@media (max-width: 767px) {
  .delivery {
    padding-bottom: 170px !important;
  }
}

.work__video video {
  width: 100%;
  height: 100%;
}