*,
:after,
:before,
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 16px
}

body,
html {
    height: 100%;
    min-height: 100%
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 320px;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-family: Poppins, Arial, sans-serif;
    line-height: 1.2;
    overflow-x: hidden
}

header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in
}

.authentication__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 30px 30px
}

.authentication__login,
.authentication__register {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(100% / 2 - 15px)
}

.authentication__heading {
    margin: 30px 0 20px;
    font: 700 26px/1.4 Poppins, Arial, sans-serif;
    color: #000;
    text-transform: uppercase
}

.authentication__desc {
    max-width: 600px;
    margin: 0 0 20px;
    font: 400 16px/1.4 Poppins, Arial, sans-serif;
    color: #666
}

.authentication__link {
    display: inline-block;
    padding: 10px 20px;
    font: 700 15px/1.4 Poppins, Arial, sans-serif;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #000;
    background: #fff;
    cursor: pointer;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in
}

.authentication__link:active,
.authentication__link:focus,
.authentication__link:hover {
    color: #fff;
    border-color: #333;
    background: #333
}

.authentication input {
    display: block;
    margin-bottom: 10px;
    padding: 7px 10px;
    font: 400 16px/1.4 Poppins, Arial, sans-serif;
    color: #000;
    border: 1px solid #C9C9C9;
    border-radius: 6px;
}

.authentication input:focus {
    border-color: #000
}

.authentication input+.focus-border,
.authentication input+.focus-border+.svgic {
    display: none
}

.authentication .forgot-password a {
    display: inline-block;
    margin-bottom: 10px;
    font: 700 16px/1.4 Poppins, Arial, sans-serif;
    color: #000
}

.authentication .forgot-password a:active,
.authentication .forgot-password a:focus,
.authentication .forgot-password a:hover {
    color: #ee6700
}

.authentication button.btn {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: inline-block;
  padding: 10px 20px;
  font: 400 14px/1.4 Poppins,Arial,sans-serif;
  color: #141414;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #141414;
  background: #fff;
  border-radius: 6px;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

.authentication button.btn:active,
.authentication button.btn:focus,
.authentication button.btn:hover {
  color: #fff;
  border-color: #B7428F;
  background: #B7428F; 
}

.authentication .help-block {
    padding-bottom: 10px
}

.authentication .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: calc(75% - 30px);
    background: rgba(238, 55, 0, .8)
}

.authentication .help-block li {
    padding: 10px;
    font: italic 400 16px/1.4 Poppins, Arial, sans-serif;
    color: #fff
}

@media (max-width:991px) {
    .authentication__inner {
        padding: 0 15px 30px
    }
    .authentication .help-block ul,
    .authentication button.btn,
    .authentication input {
        width: 100%
    }
}

@media (max-width:767px) {
    .authentication__login,
    .authentication__register {
        width: 100%
    }
}

.password {
    padding: 0 30px 30px
}

.password>.container {
    width: 600px;
    margin: 0 auto
}

.password h1 {
    margin: 30px 0 20px;
    font: 700 26px/1.4 Poppins, Arial, sans-serif;
    color: #000;
    text-transform: uppercase
}

.password .send-renew-password-link {
    max-width: 600px;
    margin: 0 0 20px;
    font: 400 16px/1.4 Poppins, Arial, sans-serif;
    color: #666
}

.password input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 7px 10px;
    font: 400 16px/1.4 Poppins, Arial, sans-serif;
    color: #000;
    border: none;
    border: 2px solid #e6e6e6;
    border-radius: 0;
    background: #e6e6e6;
    outline: none;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in
}

.password input:focus {
    border-color: #000
}

.password input+.svgic {
    display: none
}

.password button.btn {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 20px;
    font: 700 15px/1.4 Poppins, Arial, sans-serif;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #000;
    background: #fff;
    cursor: pointer;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in
}

.password button.btn:active,
.password button.btn:focus,
.password button.btn:hover {
    color: #fff;
    border-color: #333;
    background: #333
}

.password .account-link {
    display: inline-block;
    font: 700 16px/1.4 Poppins, Arial, sans-serif;
    color: #000
}

.password .account-link:active,
.password .account-link:focus,
.password .account-link:hover {
    color: #ee6700
}

.password .account-link .svgic {
    display: none
}

.password .ps-alert-error {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    background: rgba(238, 55, 0, .8)
}

.password li {
    padding: 10px;
    font: italic 400 16px/1.4 Poppins, Arial, sans-serif;
    color: #fff
}

@media (max-width:991px) {
    .password {
        padding: 0 15px 30px
    }
    .password>.container {
        width: 100%
    }
}

.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
      flex-direction: column;
    padding: 60px 20px 50px;
    background: #141414;
  }

.footer__links {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  padding: 10px
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  padding: 30px 0 0;
}

.footer__copyright {
  margin: 0;
  font: 400 16px/1.4 Poppins, Arial, sans-serif;
  color: #ccc
}

.footer__cart {
  position: fixed;
  right: 10px;
  bottom: 70px;
  z-index: 3
}

@media (min-width:1200px) {
  .footer {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center
  }
  .footer__links:nth-child(-n+2) {
      -webkit-box-flex: 0;
      -ms-flex: 0;
      flex: 0;
      min-width: 300px
  }
}

@media (min-width:992px) {
  .footer__links {
      padding: 10px 10px 30px
  }
}

@media (max-width:991px) {
  .footer__links {
      width: 50%
  }
}

@media (max-width:767px) {
  .footer {
      padding: 30px 5px
  }
  .footer__bottom {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
  }
}

@media (max-width:575px) {
  .footer__links {
      width: 100%
  }
  .footer__bottom {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center
  }
}

.footer-links--feedback .footer-links__heading.active+.footer-links__list {
  display: none
}

.footer-links__heading {
  margin: 0 0 25px;
  font: 500 16px/1.4 Poppins, Arial, sans-serif;
  color: #f5f5f5;

}

.footer-links__heading.active+.footer-links__list {
  display: block
}
.footer-links__list {
  margin: 0;
  padding: 0;
  list-style-type: none
}

.footer-links__item {
  display: block;
  margin-bottom: 10px
}

.footer-links__link {
  font: 400 16px/1.4 Poppins, Arial, sans-serif;
  color: #ccc
}

@media (min-width:1200px) {
  .footer-links__link:active,
  .footer-links__link:focus,
  .footer-links__link:hover {
      color: #fff
  }
}

@media (max-width:575px) {
  .footer-links__heading {
      margin: 0
  }
  .footer-links__list {
      display: none;
      padding-top: 20px
  }
}


.feedback-to-owner__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0
}

.feedback-to-owner__image {
    padding-right: 20px
}

.feedback-to-owner__image img {
    display: block;
    border-radius: 50%;
    overflow: hidden
}

.feedback-to-owner__heading {
    margin: 0 0 5px;
    font: 700 16px/1.4 Poppins, Arial, sans-serif;
    color: #000;
    text-transform: uppercase
}

.feedback-to-owner__desc {
    margin: 0;
    font: 400 16px/1.4 Poppins, Arial, sans-serif;
    color: #666
}

.feedback-to-owner__link {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    font: 700 15px/1.4 Poppins, Arial, sans-serif;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #000;
    cursor: pointer;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in
}

@media (min-width:1200px) {
    .feedback-to-owner__link:active,
    .feedback-to-owner__link:focus,
    .feedback-to-owner__link:hover {
        color: #fff;
        border-color: #333;
        background: #333
    }
}

@media (max-width:575px) {
    .feedback-to-owner {
        padding: 20px 0
    }
}

.store-info__email,
.store-info__phones {
    padding-bottom: 15px
}

.footer-phones__list {
  margin: 0;
  padding: 0;
  list-style-type: none
}

.footer-phones__item {
  display: block;
  margin-bottom: 5px;
  white-space: nowrap
}

.footer-phones__item:before,
.footer-email__link:before  {
  display: inline-block;
  width: 28px;
  height: 20px;
  margin-right: 10px;
  padding: 2px;
  line-height: 20px;
  vertical-align: middle
}

.footer-phones__item--kyivstar:before {
  content: url(../img/phone-ico_kyivstar.svg)
}

.footer-phones__item--vodafone:before {
  content: url(../img/phone-ico_vodafone.svg)
}

.footer-phones__item--life:before {
  content: url(../img/phone-ico_life.svg)
}
.footer-email__link:before {
content: url(../img/email.svg)
}
.footer-phones__link {
  font: 400 14px/1.4 Poppins, Arial, sans-serif;
  color: #c9c9c9;
  vertical-align: middle;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in
}

.footer-email__heading {
  margin: 0 0 15px;
  color: #fff
}

.footer-email__heading,
.footer-email__link {
  font: 400 14px/1.4 Poppins, Arial, sans-serif;
}

.footer-email__link {
  color: #c9c9c9
}

.work-hours__heading {
  margin: 0 0 15px;
  font: 500 16px/1.4 Poppins, Arial, sans-serif;
  color: #fff
}

.work-hours__desc {
  margin: 0 0 15px;
  font: 400 16px/1.4 Poppins, Arial, sans-serif;
  color: #ccc
}

.footer-address__heading {
  margin: 0 0 15px;
  font: 500 16px/1.4 Poppins, Arial, sans-serif;
  color: #fff
}

.footer-address__desc {
  margin: 0;
  font: 400 14px/1.4 Poppins, Arial, sans-serif;
  color: #c9c9c9;
  max-width:280px;
}

.payment-logos__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.payment-logos__item {
    margin-right: 10px
}

.payment-logos__item:last-child {
    margin-right: 0
}

@media (max-width:575px) {
    .payment-logos {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 100%;
        padding-top: 20px
    }
    .payment-logos__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:575px) {
    .developers {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 100%;
        padding-top: 20px;
        text-align: center
    }
}

.footer-cart__link {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #fff url(../img/paper-bag-full.svg) no-repeat 50%/18px;
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, .15);
  box-shadow: 2px 3px 10px rgba(0, 0, 0, .15)
}

.footer-cart__quantity {
  position: absolute;
  top: -11px;
  right: 2px;
  display: inline-block;
  min-width: 20px;
  height: 20px;
  font: 400 10px/20px Poppins, Arial, sans-serif;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border-radius: 100%;
  background: #222;
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff
}

#back-top {
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 2;
    border-radius: 100%;
    background: #383838;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
    cursor: pointer;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in
}

#back-top a {
    display: block;
    width: 36px;
    height: 36px;
    margin: 2px;
    border: 1px solid #fff;
    border-radius: 100%;
    background: url(../img/double-right-arrows-angles.svg) no-repeat 50%/10px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

#back-top:active,
#back-top:focus,
#back-top:hover {
    background: #000
}

.product__modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    display: none;
    width: 100%;
    background: rgba(46, 204, 113, .8)
}

.product__modal .btn-close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 12px;
    height: 12px;
    border: none;
    background: #fff url(../img/close-cross.svg) no-repeat 50%/contain
}

.product__modal .modal-content {
    padding: 20px;
    color: #fff;
    text-align: center
}

@media (max-width:991px) {
    .product__modal .modal-content {
        padding: 20px 15px
    }
}

.product__modal .modal-title {
    display: block;
    margin: 0 0 15px;
    font: 700 20px/1.4 Poppins, Arial, sans-serif;
    color: #000;
    text-align: center;
    text-transform: uppercase
}

.product__modal .modal-link {
    display: inline-block;
    max-width: 300px;
    width: 100%;
    margin: 20px auto 0;
    padding: 10px 20px;
    font: 700 15px/1.4 Poppins, Arial, sans-serif;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #000;
    background: #fff;
    cursor: pointer;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in
}

.product__modal .modal-link:active,
.product__modal .modal-link:focus,
.product__modal .modal-link:hover {
    color: #fff;
    border-color: #333;
    background: #333
}

@media (max-width:1199px) {
    .product__modal {
        max-width: calc(100% - 30px)
    }
}


.authentication>.container {
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

.row {
    display: flex;
    margin-bottom: 60px;
    justify-content: space-around
}


#blocknewsletter .right-block {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    float: right;
    margin: 25px;
}

#blocknewsletter .right-block .terms {
    font-size: 12px;
}

#blocknewsletter button {
    display: inline-block;
    height: 50px;
    min-width: 270px;
    margin: 0 0 10px;
    padding: 10px 15px;
    font: 700 16px/30px Century Gothic, Arial, sans-serif;
    color: #fff;
    letter-spacing: 3px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    background: #272727;
}

input#newsletter-input {
    border-radius: 0;
    padding: 13px;
    width: 295px;
}

.footer-title.section-footer-title {
    font: 700 30px/30px Century Gothic, Arial, sans-serif;
    margin-bottom: 0;
}

#beesblog-category-list {
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1px 0 0 1px;
}
article {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 60%;
    margin: 15px 10px;
}
.block img {
    width: 100%;
}

.post-name {
    font-family: 'Poppins';
font-size: 16px;
font-weight: 500;
line-height: 20px;
letter-spacing: 0em;
text-align: left;
color: #141414;
}
.beesblog-post-list-item {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #6C6C6C;
}
.blog-nav-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.blog-nav-button a {
    color: #B7428F;
    cursor: pointer;
}
h1.title_block {
    line-height: 1.2;
    color: #141414;
}