

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

::-webkit-scrollbar-button {
  width: 3px;
  height: 0;
}

::-webkit-scrollbar-track {
  background-color: #32312e;
  -webkit-box-shadow: 0 0 3px #000000 inset;
          box-shadow: 0 0 3px #000000 inset;
}

::-webkit-scrollbar-thumb {
  background-color: #3b9be5;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 1px 1px #ffffff inset;
          box-shadow: 0 1px 1px #ffffff inset;
}

::-webkit-resizer {
  width: 3px;
  height: 0;
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.row {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}


.dib {
  display: inline-block;

  vertical-align: middle;
}

.obj {
  position: absolute;
  z-index: 1;
}

.img_box img,
.obj img {
  width: 100%;
}

main {
  overflow: hidden;
}

/*body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
    color: #525652;
    margin: 0;
    padding: 0;
}*/

.adult_box {
  padding: 35px 0;
}

.adult-banner__title {
  margin-bottom: 30px;

  font-weight: 900;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  color: #353935;
  text-transform: uppercase;
}

.banner-guarantee__item {
  margin-bottom: 30px;
}

.guarantee-item__image {
  width: 64px;
  margin: 0 auto 20px;
}

.guarantee-item__title {
  margin-bottom: 20px;

  font-weight: 300;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.guarantee-item__info {
  padding: 0 10px 10px;

  font-weight: normal;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}

.adult-banner__box {
  padding: 0;
}

.secret-delivery__title {
  margin: 35px 0 0;

  font-weight: 900;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #353935;
  text-transform: uppercase;
}

.adult-banner__image {
  width: 100px;
  margin: 0 auto 10px;
}

.fast-cash__delivery {
  font-size: 0;
  text-align: center;
}

.fast-delivery__title,
.cash-delivery__title {
  width: 46%;
  margin: 30px 1% 0;
  padding: 10px 1px;

  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;

  border: 2px solid #2bbbad;
}

.fast-delivery__title span {
  display: block;
}

.adult-banner__button .btn-large {
  font-size: 20px;
}

@media only screen and (min-width: 993px) and (max-width: 1170px) {
  .container {
    width: 90%;
  }
}


@media screen and (max-width: 992px) {
  .item-border__box {
    border: none;
  }

  .secret-delivery__title {
    font-size: 24px;
  }

  .fast-delivery__title,
  .cash-delivery__title {
    margin-top: 10px;
  }

  .fast-delivery__title span {
    display: inline;
  }
}

@media screen and (max-width: 639px) {
  .adult-banner__title {
    font-size: 24px;
  }

  .fast-delivery__title,
  .cash-delivery__title {
    width: 100%;
  }
}
