* {
  outline: none;
}
*:focus, *:hover {
  outline: none;
}

a:focus {
  outline: none !important;
}

.view-cats.view-display-id-block > .view-content {
  display: flex;
  flex-flow: row wrap;
  margin-right: -4px;
  margin-left: -4px;
}
.view-cats.view-display-id-block > .view-content:before, .view-cats.view-display-id-block > .view-content:after {
  display: none;
}
.view-cats.view-display-id-block > .view-content .views-row {
  width: 100%;
  padding: 4px;
}
@media (min-width: 1200px) {
  .view-cats.view-display-id-block > .view-content .views-row {
    width: 14.2857142857%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .view-cats.view-display-id-block > .view-content .views-row {
    width: 25%;
  }
}
@media (min-width: 480px) and (max-width: 992px) {
  .view-cats.view-display-id-block > .view-content .views-row {
    width: 33.3333333333%;
  }
}
@media (max-width: 479px) {
  .view-cats.view-display-id-block > .view-content .views-row {
    width: 50%;
  }
}

.tax_link {
  display: flex;
  min-height: 60px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  background: transparent;
  border: 1px solid #E0DBD0;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 15px;
  line-height: 110%;
  text-align: center;
  color: #5F594B;
}
.tax_link img {
  width: auto;
  height: 90px;
}
.tax_link:hover {
  text-decoration: none;
  color: #CA0914;
  background: #fff;
  border-color: #fff;
}

.product .pack_teas {
  position: absolute;
  right: 5px;
  top: 5px;
  background: #ECECEC;
  border-radius: 3px;
  padding: 1px 11px 4px 11px;
  font-family: Pribambas;
  font-size: 18px;
  color: #595959;
  min-width: 75px;
  text-align: center;
  text-transform: uppercase;
}
.product.full .compositions {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  margin-left: -1px;
  margin-right: -1px;
}
@media (max-width: 480px) {
  .product.full .compositions {
    padding-bottom: 20px;
  }
}
.product.full .compositions .composition {
  display: flex;
  flex-flow: column;
  width: calc(33.3333% - 2px);
  margin: 5px 1px 20px 1px;
  padding: 15px 20px;
  text-align: left;
  text-transform: none;
  position: relative;
}
@media (max-width: 480px) {
  .product.full .compositions .composition {
    width: calc(50% - 2px);
    margin-bottom: 1px;
  }
}
.product.full .compositions .composition__name {
  padding-bottom: 15px;
  font-size: 18px;
  max-width: 110px;
}
.product.full .compositions .composition__price {
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 100%;
  display: block;
  padding: 5px 0;
}
.product.full .compositions .composition__oldprice {
  text-decoration: line-through;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
  display: block;
  padding: 5px 0;
}
.product.full .compositions .composition__oldprice > span {
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.product.full .compositions .composition__oldprice > span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #9A9486;
  transform: rotate(-6deg);
  top: 50%;
  left: 0;
  position: absolute;
}
.product.full .compositions .composition__sale {
  border-radius: 100%;
  padding: 2px;
  display: block;
  -webkit-transform: rotate(-24deg);
  -moz-transform: rotate(-24deg);
  -ms-transform: rotate(-24deg);
  -o-transform: rotate(-24deg);
  transform: rotate(-24deg);
  width: 70px;
  height: 70px;
  margin-bottom: 5px;
  background: linear-gradient(155.1deg, #2f80ed 15.85%, #2fede2 112.7%);
  position: absolute;
  top: 0;
  right: 5px;
}
.product.full .compositions .composition__sale > span {
  display: block;
  border-radius: 100%;
  width: 66px;
  height: 66px;
  border: 1px dashed #fff;
  padding-top: 13px;
  font-size: 26px;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-family: "Pribambas";
  font-style: normal;
  font-weight: normal;
  color: #fff;
}
.product.full .compositions .composition.active, .product.full .compositions .composition:hover {
  text-decoration: none;
  background: #FFFFFF;
  box-shadow: 0px 22px 33px rgba(213, 207, 192, 0.71);
}
.product.full .compositions .composition.active:before, .product.full .compositions .composition:hover:before {
  border: 1px solid #EEEAE1;
}
.product.full .compositions .composition.active .composition__name, .product.full .compositions .composition:hover .composition__name {
  color: #CA0914;
}
.product.full .compositions .composition.active .composition__price, .product.full .compositions .composition:hover .composition__price {
  color: #000000;
}
.product.full .compositions .composition.active .composition__oldprice, .product.full .compositions .composition:hover .composition__oldprice {
  color: #645E52;
}
.product.full .commerce-product-field-commerce-price {
  display: none;
}
.product.full .declarations {
  display: flex;
  flex-flow: row;
  justify-content: center;
}
.product.full .declarations .declaration {
  display: flex;
  color: #000000;
  margin-bottom: 10px;
  align-items: center;
}
.product.full .declarations .declaration img {
  display: block;
  margin-bottom: 10px;
  width: auto;
  height: 100px;
  border: 1px solid #E2DDCF;
  border-radius: 3px;
}
.product.full .declarations .declaration__name {
  text-align: left;
  display: block;
  padding: 0 20px 0 10px;
  max-width: 140px;
}
.product.full .declarations .declaration:hover {
  text-decoration: none;
  color: #CA0914;
}
.product.full .declarations .declaration:hover img {
  border: 1px solid #CA0914;
}

.top823 {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.front .top823 {
  max-width: 630px;
}
.top823 img {
  width: 100%;
}
.top823:hover {
  opacity: 0.85;
}

@media (min-width: 769px) {
  .navbar-default .navbar-nav > li > a {
    padding: 8px 18px 12px 18px;
  }
  .navbar-default .navbar-nav > li.first > a {
    padding-left: 0;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding: 8px 12px 12px 12px;
  }
}
.bonuses {
  display: flex;
  flex-flow: row wrap;
  padding-top: 5px;
}

.bonus {
  margin: 5px;
  width: calc(100% - 10px);
  position: relative;
}
.bonus__half {
  width: calc(50% - 10px);
}
@media (max-width: 768px) {
  .bonus__half {
    width: calc(100% - 10px);
  }
}
.bonus__img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.bonus__dop_img {
  position: absolute;
  height: 110%;
  bottom: -3px;
  left: 8.8%;
}
.bonus__anim1 {
  position: relative;
}
.bonus__anim1__ic {
  position: absolute;
  left: 10px;
  bottom: 0;
  display: block;
  width: 140px;
  height: auto;
  animation: bonusanim1 2s ease-in-out infinite;
}
.bonus__anim2 {
  position: relative;
}
.bonus__anim2__ic {
  position: absolute;
  bottom: 0;
  display: block;
  height: 100%;
  width: auto;
  left: 0;
}
.bonus__anim2__ic2 {
  position: absolute;
  right: -5px;
  bottom: -5px;
  display: block;
  height: 100%;
  width: auto;
  animation: bonusanim2 3s ease-in-out infinite;
}
.bonus__anim2__ic3 {
  position: absolute;
  left: 10px;
  bottom: 0;
  display: block;
  width: 140px;
  height: auto;
  animation: bonusanim12 2s ease-in-out infinite;
}

@keyframes bonusanim1 {
  from {
    width: 190px;
  }
  50% {
    width: 200px;
  }
  to {
    width: 190px;
  }
}
@keyframes bonusanim12 {
  from {
    width: 140px;
  }
  50% {
    width: 125px;
  }
  to {
    width: 140px;
  }
}
@keyframes bonusanim2 {
  from {
    height: 100%;
    transform: rotate(0);
    opacity: 1;
  }
  50% {
    height: 103%;
    transform: rotate(5deg);
    opacity: 0.9;
  }
  to {
    height: 100%;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes bonusanim3 {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
@keyframes bonusanim1-mobile {
  0% {
    width: 90px;
  }
  50% {
    width: 100px;
  }
  100% {
    width: 90px;
  }
}
@keyframes bonusanim12-mobile {
  0% {
    width: 80px;
  }
  50% {
    width: 65px;
  }
  100% {
    width: 80px;
  }
}
@media (max-width: 1024px) {
  .bonus__anim1__ic {
    animation: bonusanim1-mobile 2s ease-in-out infinite;
    width: 90px;
  }
  .bonus__anim2__ic3 {
    animation: bonusanim12-mobile 2s ease-in-out infinite;
    width: 80px;
  }
}
.topnav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0;
  z-index: 9;
  background: #fff;
  box-shadow: 0px 4px 19px rgba(187, 187, 187, 0.33);
  border-bottom: 1px dashed #ca0914;
}

.topnav .swiper-slide {
  text-align: right;
}

.topnav .swiper-slide img {
  right: 0;
  display: inline-block;
  height: 1000px;
  max-width: 100%;
  width: auto;
}

body.admin-menu:not(.front) .topnav {
  top: 28px !important;
}

.topnav .navbar.container {
  margin: 0 auto;
  border: none;
  padding: 0;
}

.topnav .navbar-default {
  background: #fff;
  border: none;
}

.topnav .navbar-default .dash {
  box-sizing: border-box;
  border: none;
}

.topnav .navbar-default .dash .navbar-brand img {
  float: left;
  height: 95px;
  width: auto;
  margin: 0;
}

.topnav .navbar-default .dash .navbar-brand {
  height: auto;
  margin: 0;
  padding: 0px 15px;
  padding-left: 0;
}

@media (min-width: 1200px) and (max-width: 1339px) {
  .topnav .swiper-slide img {
    height: 850px;
  }
}
@media (min-width: 480px) and (max-width: 1199px) {
  .topnav .swiper-slide img {
    height: 940px;
    max-width: 300%;
    width: auto;
    width: auto;
  }
}
@media (max-width: 479px) {
  .topnav .swiper-slide img {
    height: auto;
  }
  .topnav .navbar-default .dash .navbar-brand img {
    height: 50px;
  }
  .topnav .navbar-default .dash .navbar-brand {
    padding: 5px 15px;
  }
  .front.minheader .topnav .navmy .navbar-default {
    width: 100%;
  }
}
.cart_contents_form .line-item-summary .line-item-total .pod,
.freepod,
#freepod {
  display: none !important;
}

.our_bests {
  background-image: none;
  background: #ebf5fb;
  padding-top: 20px;
  padding-bottom: 20px;
}
.node-type-warranty .our_bests {
  padding-top: 120px;
}
.our_bests:after {
  display: none;
  content: unset;
}

.mainhead {
  background-color: #ebf5fb;
}
.mainhead__ntop {
  position: relative;
  text-align: center;
}
@media (max-width: 479px) {
  .mainhead__ntop {
    background-color: #D22931;
    padding: 30px 0 10px 0;
  }
}
.mainhead__ntop h1.bigtitle, .mainhead__ntop .bigtitle {
  font-family: "Pacifico", cursive;
  line-height: 77px;
  font-size: 60px;
  color: #fff;
  text-shadow: 0px 4px 17px rgba(145, 66, 70, 0.57);
  margin-bottom: 25px;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 479px) {
  .mainhead__ntop h1.bigtitle, .mainhead__ntop .bigtitle {
    font-family: "Pacifico", cursive;
    line-height: 1.2;
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.mainhead__ntop:before {
  position: absolute;
  height: 80%;
  width: 30%;
  left: 0;
  top: 10%;
  content: "";
  display: block;
  background-image: url(../images/front_top2022_present.png);
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
}
@media (max-width: 479px) {
  .mainhead__ntop:before {
    display: none;
  }
}
.mainhead__ntop__img {
  width: 100%;
  display: block;
}
@media (max-width: 479px) {
  .mainhead__ntop__img {
    display: none;
  }
}
.mainhead__ntop__content {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 479px) {
  .mainhead__ntop__content {
    position: unset;
    top: unset;
    height: unset;
  }
}
.mainhead__ntop__content > .container {
  position: relative;
}
.mainhead .greenline {
  margin-left: auto;
  margin-right: auto;
}

.top-phones {
  border-bottom: 1px solid #eee;
  width: 100%;
  vertical-align: middle;
  line-height: 1;
  float: left;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
}
.top-phones .phone-main {
  display: block;
  vertical-align: middle;
  padding-right: 10px;
  padding-top: 0;
  padding-bottom: 15px;
  color: #ca0914;
  text-align: left;
  font-family: "Pribambas";
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media (min-width: 1200px) and (max-width: 1339px) {
  .top-phones .phone-main {
    font-size: 20px;
  }
}
@media (min-width: 480px) and (max-width: 1199px) {
  .top-phones .phone-main {
    font-size: 18px;
  }
}
.top-phones .phone-main a {
  color: #ca0914;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  line-height: 1.1;
}
.top-phones .phone-main a:hover {
  text-decoration: none;
  color: #ca0914;
}
.top-phones .phone-main i {
  width: 19px;
  height: 19px;
  background-image: url("../images/head/phone.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: 10px;
}
@media (min-width: 1200px) and (max-width: 1339px) {
  .top-phones .phone-main i {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 1199px) {
  .top-phones .phone-main i {
    display: none;
  }
}
.top-phones .phone-main .podpis {
  display: block;
  text-align: right;
  font-size: 11px;
  text-transform: uppercase;
  color: #ca0914;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 100%;
  font-family: "Rubik", sans-serif;
  white-space: nowrap;
}
@media (min-width: 480px) and (max-width: 1199px) {
  .top-phones .phone-main .podpis {
    font-size: 9px;
    padding-top: 4px;
  }
}
.top-phones .phone-dop {
  display: block;
  vertical-align: middle;
  color: #262626;
  text-align: left;
  font-family: "Pribambas";
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 6px 0 15px 25px;
}
@media (min-width: 1200px) and (max-width: 1339px) {
  .top-phones .phone-dop {
    font-size: 20px;
  }
}
@media (min-width: 480px) and (max-width: 1199px) {
  .top-phones .phone-dop {
    font-size: 18px;
  }
}
.top-phones .phone-dop .tel {
  position: relative;
  display: block;
}
.top-phones .phone-dop .podpis {
  display: block;
  text-align: right;
  font-size: 11px;
  text-transform: uppercase;
  color: #262626;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 100%;
  font-family: "Rubik", sans-serif;
  white-space: nowrap;
}
@media (min-width: 480px) and (max-width: 1199px) {
  .top-phones .phone-dop .podpis {
    font-size: 9px;
    padding-top: 4px;
  }
}
.top-phones .phone-dop a {
  color: #262626;
}
.top-phones .phone-dop a:hover {
  opacity: 0.9;
  text-decoration: none;
}
.top-phones .top-btns {
  display: block;
  float: right;
  font-size: 0;
  text-align: right;
  padding: 5px 25px 5px 10px;
}
@media (min-width: 480px) and (max-width: 1199px) {
  .top-phones .top-btns {
    padding: 8px 15px 8px 0;
  }
}
.top-phones .top-btns a {
  text-transform: uppercase;
  padding: 8px 22px 14px 22px;
  color: #000;
  min-width: 160px;
  color: #000;
  display: inline-block;
  text-align: center;
  font-family: "Pribambas";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.top-phones .top-btns a.btn-yellow {
  border-radius: 2px;
  margin-right: 6px;
  color: #72260a;
  background: linear-gradient(299.81deg, #ffaf13 36.87%, #fff73f 83.16%);
  position: relative;
}
.top-phones .top-btns a.btn-yellow i {
  display: inline-block;
  width: 19px;
  height: 19px;
  line-height: 1;
  background-image: url("../images/head/call.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 5px;
  position: absolute;
  top: 10px;
  left: 22px;
}
.top-phones .top-btns a.btn-green {
  border-radius: 2px;
  color: #fff;
  background: linear-gradient(282.93deg, #1b9950 9.68%, #50b72c 85.59%);
}
@media (min-width: 1200px) and (max-width: 1339px) {
  .top-phones .top-btns a {
    min-width: 0;
  }
}
@media (min-width: 480px) and (max-width: 1199px) {
  .top-phones .top-btns a {
    min-width: 0;
    padding: 10px 15px;
  }
}
.top-phones .top-btns a:hover {
  text-decoration: none;
  opacity: 0.85;
}

.meslinks {
  display: flex;
}
.meslinks .meslink {
  padding: 0 7px;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  color: #676767;
  align-items: center;
  display: flex;
}
.meslinks .meslink__icon {
  width: 32px;
  height: 32px;
  background: #F1F1F1;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.meslinks .meslink__icon img {
  display: block;
  width: 20px;
  height: auto;
}
.meslinks .meslink:hover {
  color: #000;
  opacity: 0.8;
  text-decoration: none;
}
.meslinks .meslink:last-child {
  padding-left: 0;
}

.dopmenu {
  background-color: #F6F5F5;
  position: fixed;
  top: 99px;
  z-index: 8;
  width: 100%;
  left: 0;
  right: 0;
}
@media (max-width: 479px) {
  .dopmenu {
    display: none;
  }
}
.dopmenu .nav {
  display: flex;
}
.dopmenu .nav > li > a {
  padding: 10px 15px;
  font-size: 16px;
  color: #1B9950;
  line-height: 1;
  font-weight: bold;
}
.dopmenu .nav > li > a:hover, .dopmenu .nav > li > a:active, .dopmenu .nav > li > a:focus, .dopmenu .nav > li > a:visited {
  text-decoration: none;
  background: transparent;
  color: #1B9950;
}
.dopmenu .nav > li > a:hover {
  color: #CA0914;
}
.dopmenu .nav > li:first-child > a {
  background: #00a250;
  color: #fff;
}
.dopmenu .nav > li:first-child > a:hover {
  background: #CA0914;
  color: #fff;
}
.dopmenu .nav > li:last-child > a {
  padding-right: 0;
}

.cart_contents_form .table-responsive table tr td.views-field-commerce-unit-price span {
  display: block;
}
.cart_contents_form .table-responsive table tr td.views-field-commerce-unit-price span.new {
  color: #262626;
  font-weight: 500;
  line-height: 19px;
  font-size: 20px;
  margin-bottom: 10px;
}
.cart_contents_form .table-responsive table tr td.views-field-commerce-unit-price span.old {
  line-height: 1;
  font-size: 20px;
  color: #ca0914;
  display: inline-block;
  position: relative;
}
.cart_contents_form .table-responsive table tr td.views-field-commerce-unit-price span.old:before {
  position: absolute;
  width: 82px;
  height: 1px;
  left: 1px;
  top: 9px;
  content: "";
  background: #ca0914;
  transform: rotate(-6.63deg);
}
.cart_contents_form .table-responsive table tr td.views-field-commerce-unit-price.bigprice span {
  display: block;
}
.cart_contents_form .table-responsive table tr td.views-field-commerce-unit-price.bigprice span.new {
  display: none;
}
.cart_contents_form .table-responsive table tr td.views-field-commerce-unit-price.bigprice span.old {
  color: #262626;
  font-weight: 500;
}
.cart_contents_form .table-responsive table tr td.views-field-commerce-unit-price.bigprice span.old:before {
  display: none;
}

.packs {
  background: #ebf5fb;
  padding-bottom: 40px;
}
.packs .row {
  margin-right: -9px;
  margin-left: -9px;
}
.packs .row > div {
  padding: 0 9px !important;
}
.packs:before {
  content: "";
  width: 100%;
  display: block;
  background-image: url("../images/crown.svg");
  background-position: center;
  background-repeat: no-repeat;
  height: 68px;
  display: block;
  background-size: contain;
  margin-bottom: 5px;
}
.packs .block-title {
  position: relative;
}
.packs .block-title:before, .packs .block-title:after {
  content: "";
  height: 8px;
  display: block;
  top: 50%;
  margin-top: -4px;
  position: absolute;
  background-size: contain;
  width: 20%;
  background-repeat: no-repeat;
}
.packs .block-title:before {
  background-image: url("../images/gr-bef-line-green.svg");
  left: 0;
  background-position: left;
}
.packs .block-title:after {
  background-image: url("../images/gr-aft-line-green.svg");
  right: 0;
  background-position: right;
}
.packs a.pack {
  display: block;
  width: 100%;
  margin-bottom: 18px;
  position: relative;
  border-radius: 0 20px;
  overflow: hidden;
  padding-top: 220px;
  background-image: url("../images/front/tax/1.jpg");
  background-position: center;
  background-size: cover;
}
.packs a.pack .title {
  position: absolute;
  font-family: "Pribambas";
  font-size: 32px;
  text-transform: uppercase;
  color: #0e213d;
  margin: 0;
  top: 30%;
  padding: 0 20px;
  line-height: 1;
}
.packs a.pack .from {
  font-family: "Pribambas";
  font-size: 24px;
  color: #4d607b;
  position: absolute;
  padding: 0 20px;
  margin: 0;
  top: calc(30% + 40px);
}
@media (max-width: 480px) {
  .packs a.pack .from {
    top: unset;
    bottom: 20px;
  }
}
.packs a.pack img {
  /*   height: 100%;
     position: absolute;
     right: 0;
     top: 0;*/
  height: 80%;
  position: absolute;
  right: 5%;
  top: 10%;
}
@media (max-width: 480px) {
  .packs a.pack img {
    height: 60%;
    top: 20%;
  }
}
.packs a.pack.bg1 {
  background-image: url("../images/front/tax/1.jpg");
  background-position: center;
  background-size: cover;
}
.packs a.pack.bg2 {
  background-image: url("../images/front/tax/2.jpg");
}
.packs a.pack.bg3 {
  background-image: url("../images/front/tax/3.jpg");
}
.packs a.pack.bg4 {
  background-image: url("../images/front/tax/4.jpg");
}
.packs a.pack.bg5 {
  background-image: url("../images/front/tax/5.jpg");
}
.packs a.pack.bg6 {
  background-image: url("../images/front/tax/6.jpg");
}
.packs a.pack.bg7 {
  background-image: url("../images/front/tax/7.jpg");
}
.packs a.pack.double_height {
  padding-top: 460px;
}
.packs a.pack.double_height img {
  height: auto;
  position: absolute;
  right: 5%;
  top: 25%;
  width: 50%;
}
@media (max-width: 479px) {
  .packs a.pack.double_height {
    padding-top: 180px;
  }
}
.packs a.pack:hover {
  text-decoration: none;
  box-shadow: 0px 14px 25px #e4dac4;
}
.packs .col-md-3 a.pack img {
  right: -30px;
}

.front .bonuses {
  padding-top: 40px;
  padding-bottom: 40px;
}

.header-contact {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #676767;
}

.header-contact a {
  color: #676767;
}

.header-contact a:hover {
  text-decoration: none;
  opacity: 0.85;
}

.top-communication {
  padding: 0 10px;
}

.header-contact .top-communication img {
  width: 21px;
  height: 16px;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.top-mode {
  padding: 0 10px;
  display: flex;
  align-items: center;
}

.top-mode-icon {
  margin-right: 7px;
}

.header-contact .top-mode img {
  display: inline-block;
  margin-right: 3px;
  width: 21px;
  height: 21px;
}

.top-mode-text p {
  margin: 5px 0px;
}

@media (max-width: 1024px) {
  .header-contact {
    display: none;
  }
}

/*# sourceMappingURL=newstyle.css.map */
