.c-arrow {
  border: solid black;
  border: 0;
  display: inline-block;
  padding: 5px;
}
.c-arrow--right {
  transform: rotate(-45deg);
}
.c-arrow--left {
  transform: rotate(135deg);
}
.c-arrow--up {
  transform: rotate(-135deg);
}
.c-arrow--down {
  transform: rotate(45deg);
}
.c-banner {
  border-bottom: 1px solid #ebebeb;
  position: relative;
  z-index: 1;
}
.c-banner--home {
  margin-top: 2rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.c-banner__item {
  display: none;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.c-banner__item:first-child {
  display: block;
}
.js .c-banner__item {
  display: block;
}
.c-banner__img {
  display: block;
  width: 100%;
  height: 100%;
}
.c-banner__inner {
  position: relative;
  z-index: 1;
}
.c-banner__text {
  display: none;
  padding: 1rem 0 2rem;
  font-size: 1.5625rem;
}
.c-banner__text div {
  padding-top: 1rem;
  font-size: 2.5rem;
  font-weight: 700;
}
.c-banner__text span {
  display: inline-block;
  line-height: 1.25;
  padding: 0.25rem 2rem;
  font-size: 1.125rem;
  font-weight: 400;
  /*font-style: italic;*/
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 7px;
  background: #fff;
  color: #fff;
  background: #C70606;
  font-size: 0.9375rem;
  margin-top: 1rem;
}
.c-banner__text span:hover,
.c-banner__text span:active,
.c-banner__text span:focus {
  color: #707070;
  background: #fff;
  border: 2px solid #C70606;
  text-decoration: none;
}
.c-banner .slick-arrow {
  width: 2rem;
  height: 2rem;
  line-height: 0;
  padding: 0;
  margin-top: -1rem;
  font-size: 0;
  background: 0;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 45%;
  z-index: 1000;
}
.c-banner .slick-arrow svg {
  fill: #fff;
}
.c-banner .slick-arrow.slick-prev {
  left: 1rem;
}
.c-banner .slick-arrow.slick-next {
  right: 1rem;
}
.c-banner .slick-dots {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 1.5rem 0;
  margin: 0;
}
.c-banner .slick-dots li {
  line-height: 0;
  padding: 0 0.25rem;
  font-size: 0;
  list-style: none;
}
.c-banner .slick-dots li button {
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  background: #ebebeb;
  border-radius: 50%;
  border: 0;
}
.c-banner .slick-dots li.slick-active button {
  background: #C70606;
}
@media only screen and (min-width: 75rem) {
  .c-banner--home {
    margin-left: 0;
    margin-right: 0;
  }
}
.c-benefits {
  text-align: center;
  border-bottom: 1px solid #ebebeb;
}
.c-benefits__container {
  display: inline-block;
}
.c-benefits__item {
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
  text-align: left;
}
.c-benefits__image {
  flex: 0 0 auto;
  margin-right: 1rem;
}
.c-benefits__image .obrazekIlustrace,
.c-benefits__image .sObrazekObal,
.c-benefits__image img {
  display: block;
}
@media only screen and (min-width: 40rem) {
  .c-benefits__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c-benefits__item {
    flex: 0 0 48%;
  }
  .c-benefits__item:nth-child(3) {
    flex-basis: 100%;
    justify-content: center;
  }
}
@media only screen and (min-width: 40rem) {
  .c-benefits__item,
  .c-benefits__item:nth-child(3) {
    flex: 0 0 33%;
  }
}
.c-breadcrumbs {
  font-size: 0.75rem;
  color: #56585c;
}
.c-breadcrumbs a {
  color: #56585c;
  text-decoration: none;
}
.c-breadcrumbs a:hover,
.c-breadcrumbs a:focus,
.c-breadcrumbs a:active {
  text-decoration: underline;
}
.c-button {
  display: inline-block;
  line-height: 1.25;
  padding: 0.25rem 2rem;
  font-size: 1.125rem;
  font-weight: 400;
  /*font-style: italic;*/
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 7px;
  color: #fff;
  background: #fff;
}
/* rozdělení mám kvůli možnosti dědit */
.c-button--primary {
  color: #fff;
  background: #C70606;
}
.c-button--primary:hover,
.c-button--primary:active,
.c-button--primary:focus {
  color: #707070;
  background: #fff;
  border: 2px solid #C70606;
  text-decoration: none;
}
.c-col__two {
  width: 100%;
}
.c-col__four--separatorResponsive {
  border-bottom: 1px solid #bfbfbf;
}
.c-col__three--border {
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #bfbfbf;
}
@media only screen and (min-width: 40rem) {
  .c-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c-col__two,
  .c-col__three,
  .c-col__four {
    flex: 0 0 48%;
  }
  .c-col__three--border {
    border-bottom: 0;
  }
  .c-col__four--separatorNone {
    border-bottom: 0;
  }
}
@media only screen and (min-width: 57rem) {
  .c-col__two {
    flex: 0 0 49%;
  }
  .c-col__three {
    flex: 0 0 32%;
  }
  .c-col__three--two {
    flex-basis: 64%;
  }
  .c-col__three--right {
    flex-basis: auto;
    max-width: 32%;
  }
  .c-col__four {
    flex: 0 0 24%;
  }
  .c-col__four--separatorResponsive {
    border-bottom: 0;
  }
}
.cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cols__two,
.cols__four {
  width: 100%;
}
@media only screen and (min-width: 30rem) {
  .cols__four {
    width: 49%;
  }
}
@media only screen and (min-width: 40rem) {
  .cols__two {
    width: 49%;
  }
}
@media only screen and (min-width: 50rem) {
  .cols .tablet__cols {
    display: flex;
    flex-wrap: nowrap;
  }
  .cols__four {
    width: 24%;
  }
}
.navigace {
  padding: 30px 0 0 0;
  width: 98%;
  float: right;
  text-align: center;
  margin: 0.5rem 0;
}
@media only screen and (min-width: 50rem) {
  .navigace {
    width: 48%;
    text-align: right;
    margin: 0;
    margin-top: 0.5rem;
  }
}
.navigace a {
  color: #707070;
  text-decoration: none;
}
input[type="checkbox"]:checked ~ .checkbox-alternate:after {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: -1px;
  width: 0.35rem;
  height: 0.6rem;
  border: solid #646464;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox-alternate {
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  background-color: #fff;
  border: solid 1px #FF8800;
  position: relative;
}
.windowSearch {
  padding: 0.5rem;
  max-height: 150px;
  background: #fff;
  overflow: auto;
  position: absolute;
  top: 100%;
}
/*
.c-fake-select {
	&__title {
		display: block;
		padding: @space-6 (@space-6 + @space-5 + @space-6) @space-6 @space-3;
		font-weight: 700;
		text-transform: uppercase;
		text-align: left;
		border: solid 1px @color-primary;
		cursor: pointer;
		position: relative;
	}

	&__arrow {
		width: @space-5;
		height: @space-5;
		right: @space-6;
		margin: auto;
		fill: @color-primary;
		position: absolute;
		top: 0;
		bottom: 0;
	}

	&__opener {
		display: none;
	}

	&__opener:checked ~ &__values {
		padding: @space-6 @space-5;
		max-height: none;
	}

	&__values {
		padding: 0 @space-5;
		max-height: 0;
		margin: @space-6 0;
		background-color: @color-primary;
		transition: 0.3s;
		overflow: hidden;
	}

	&__value-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: @space-6 0;
		font-weight: 700;
		color: @color-text;
		word-break: break-word;
		cursor: pointer;
	}
}
*/
[data-livesearch-result] {
  display: none;
  max-height: 15rem;
  font-size: 0.9375rem;
  padding: 0.75rem 0;
  border: 1px solid #707070;
  border-radius: 2px;
  overflow: auto;
}
[data-livesearch-result] span {
  display: block;
  line-height: 1.25;
  padding: 0.75rem;
  cursor: pointer;
}
[data-livesearch-result] span:hover,
[data-livesearch-result] span:nth-child(even):hover {
  color: #fff;
  background: #FF8800;
}
[data-livesearch-result] span:nth-child(even) {
  background: #eee;
}
.c-cross {
  width: 2rem;
  height: 2rem;
  padding: 0;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.c-cross__item {
  display: block;
  width: 70%;
  height: 1px;
  margin: auto;
  background: #707070;
  position: absolute;
  top: 50%;
  left: 15%;
}
.c-cross__item:first-child {
  transform: rotate(45deg);
}
.c-cross__item:last-child {
  transform: rotate(-45deg);
}
.c-cross:hover,
.c-cross:active,
.c-cross:focus {
  background: #C70606;
  border-color: #C70606;
}
.c-cross:hover .c-cross__item,
.c-cross:active .c-cross__item,
.c-cross:focus .c-cross__item {
  background: #fff;
}
.custom-select {
  position: relative;
}
.custom-select select {
  display: none;
}
.select-selected {
  line-height: 1.25;
  border: 1px solid #ebebeb;
  position: relative;
}
.select-selected:after,
.custom-select-arrow:after {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-left: 0.3rem solid transparent;
  border-right: 0.3rem solid transparent;
  border-top: 0.4rem solid #707070;
  position: absolute;
  top: 4px;
  bottom: 0;
  right: 1rem;
}
.custom-select-arrow {
  position: relative;
}
.custom-select-arrow select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.custom-select-arrow:after {
  pointer-events: none;
}
.select-selected,
.select-items div {
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.select-items {
  line-height: 1.25;
  color: #707070;
  background: #f2f2f2;
  border: 1px solid #ebebeb;
  border-top: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.select-items div {
  border-top: 1px solid #ebebeb;
}
.select-hide {
  display: none;
}
.select-items div:hover,
.same-as-selected {
  text-decoration: underline;
}
.c-customer-data__content {
  max-width: 20rem;
}
.c-customer-data__title {
  padding-bottom: 0.25rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid #707070;
  text-align: left;
}
.c-customer-data__text {
  padding-bottom: 1rem;
}
.c-customer-data__row {
  display: block;
}
.c-customer-data__row--with-title {
  display: flex;
}
.c-customer-data__row-title {
  flex: 0 0 40%;
  padding-right: 0.25rem;
}
@media only screen and (min-width: 40rem) {
  .c-customer-data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .c-customer-data__col {
    flex: 0 0 50%;
  }
  .c-customer-data__content {
    max-width: 22rem;
    margin-right: 16px;
  }
}
.c-discount {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.c-discount-open {
  display: inline-block;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  text-decoration: underline;
  cursor: pointer;
}
.c-discount-open:hover,
.c-discount-open:focus,
.c-discount-open:active {
  text-decoration: none;
}
.c-discount-code {
  display: flex;
  justify-content: center;
  padding-bottom: 1rem;
}
.c-discount-value {
  line-height: 1;
  padding: 0.5rem;
  margin: 0;
  font-size: 0.9375rem;
  text-align: left;
  border-right: 0;
  border-radius: 2px 0 0 2px;
}
.c-discount-load {
  flex: 0 0 3rem;
  line-height: 1;
  padding: 0.5rem;
  margin: 0;
  font-size: 0.9375rem;
  background: #FF8800;
  border: 1px solid #FF8800;
  border-radius: 0 2px 2px 0;
}
.c-discount-load:hover,
.c-discount-load:focus,
.c-discount-load:active {
  color: #fff;
  background: #C70606;
}
@media only screen and (min-width: 50rem) {
  .c-discount-load {
    flex: 0 0 6rem;
  }
}
.col-order-account {
  padding-bottom: 2rem;
}
@media only screen and (min-width: 50rem) {
  .col-order-account {
    text-align: center;
  }
}
#frmDorucovaciUdaje fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
#frmDorucovaciUdaje legend {
  display: none;
}
#frmDorucovaciUdaje [type=checkbox] {
  margin-top: 0.125rem;
}
.fakeRadio {
  display: block;
  line-height: 1.25;
  padding-left: 2rem;
  margin-bottom: 1rem;
  cursor: pointer;
  position: relative;
}
.fakeRadio:hover,
.fakeRadio:focus,
.fakeRadio:active {
  color: #707070;
  background-color: transparent;
  border-color: transparent;
}
.fakeRadio span.radio {
  width: 0.9375rem;
  height: 0.9375rem;
  margin: auto;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #000;
  position: absolute;
  left: 0.25rem;
  top: 0;
  bottom: 0;
}
input[type="radio"]:checked ~ .fakeRadio span.radio:before,
input[type="radio"]:checked ~ span.radio:before {
  content: "";
  margin: auto;
  background: #FF8800;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.flashMessage {
  width: calc(100% - (2*1.5rem));
  line-height: 1.25;
  position: absolute;
  top: 0.5rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100000;
  text-align: center;
}
.flashMessage__wrapper {
  position: sticky;
  top: 0;
  z-index: 10001;
}
.flashMessage__inner {
  padding: 0.5rem 1rem;
  border: 2px solid transparent;
  border-radius: 3px;
}
.flashMessage__inner--success {
  color: #3c763d;
  background: #dff0d8;
  border-color: #d6e9c6;
}
.flashMessage__inner--danger {
  color: #a94442;
  background: #f2dede;
  border-color: #ebccd1;
}
.c-gdpr-panel {
  line-height: 1.25;
  padding: 0.25rem;
  font-size: 0.75rem;
  text-align: center;
  color: #fff;
  background: #C70606;
}
.c-gdpr-panel a {
  color: #fff;
  text-decoration: underline;
}
.c-gdpr-panel a:hover,
.c-gdpr-panel a:focus,
.c-gdpr-panel a:active {
  text-decoration: none;
}
.c-gdpr-panel__button {
  display: inline-block;
  padding: 0.125rem 1rem;
  margin-top: 0.25rem;
  text-decoration: underline;
  cursor: pointer;
}
.c-gdpr-panel__button:hover,
.c-gdpr-panel__button:focus,
.c-gdpr-panel__button:active {
  text-decoration: none;
}
.c-gdpr-form {
  padding: 1rem;
}
.c-gdpr-form__item {
  padding-bottom: 1rem;
}
.c-hover {
  overflow: hidden;
}
.c-hover__img {
  transition: transform 0.5s ease;
}
.c-hover:hover .c-hover__img,
.c-hover:focus .c-hover__img,
.c-hover:active .c-hover__img {
  transform: scale(1.1);
}
.c-hover__up {
  z-index: 100;
}
.c-checkbox {
  margin-bottom: 0.5rem;
}
.c-checkbox__input {
  display: none;
}
.c-checkbox__label {
  display: block;
  line-height: 1.5;
  padding-left: 1.75rem;
  cursor: pointer;
  position: relative;
}
.c-checkbox__label:before {
  content: '';
  width: 1.25rem;
  height: 1.25rem;
  background: #fff;
  border: 1px solid #ebebeb;
  position: absolute;
  top: 0.1171875rem;
  left: 0;
}
.c-checkbox__input:checked ~ .c-checkbox__label:after {
  content: '';
  width: 0.75rem;
  height: 0.75rem;
  background: #C70606;
  position: absolute;
  top: 0.3671875rem;
  left: 0.25rem;
}
.a-kosik {
  width: 28px;
  height: 28px;
  background: url(../images/kosik.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.w-kosik {
  width: 28px;
  height: 28px;
  background: url(../images/kosik-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 40rem) {
  .w-kosik {
    background-image: url(../images/kosik.svg?v1);
  }
}
.kosik__duopack__oznaceni {
  width: 100%;
  padding: 0.5rem;
  text-align: left;
  background-color: #C70606;
  color: #707070;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 40rem) {
  .kosik__duopack__oznaceni {
    width: 50%;
  }
}
.kosik__cena {
  line-height: 1.25;
  margin: 1rem auto;
  font-size: 0.9375rem;
}
.kosik__cena td:first-child {
  padding-right: 0.25rem;
}
.kosik__cena td:last-child {
  padding-left: 0.25rem;
}
@media only screen and (min-width: 40rem) {
  .kosik__cena td:first-child {
    text-transform: uppercase;
  }
}
.kosik__platba-prevzeti__staty {
  margin-bottom: 1rem;
}
.kosik__platba-prevzeti__staty__text {
  padding-bottom: 0.25rem;
}
.kosik__platba-prevzeti__staty__item label {
  display: flex;
  justify-content: space-between;
  float: none;
  width: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin: 0 0 1rem;
}
.kosik__platba-prevzeti__staty__item label:hover,
.kosik__platba-prevzeti__staty__item label:focus,
.kosik__platba-prevzeti__staty__item label:active {
  border-color: #C70606;
}
.kosik__platba-prevzeti__staty__item label span.radio {
  border-color: #707070;
}
.kosik__platba-prevzeti__staty__item input[type="radio"]:checked ~ label span.radio:before {
  background: #707070;
}
.kosik__platba-prevzeti__staty__item input[type="radio"] {
  display: none;
}
@media only screen and (min-width: 50rem) {
  .kosik__platba-prevzeti__staty {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .kosik__platba-prevzeti__staty__text {
    flex: 0 0 100%;
  }
  .kosik__platba-prevzeti__staty__item {
    flex: 0 0 45%;
  }
}
.kosik__platba-prevzeti__postovne,
.kosik__platba-prevzeti__platba {
  padding: 0 0 1.5rem;
  margin-bottom: 0;
  border: 0;
}
@media only screen and (min-width: 50rem) {
  .kosik__platba-prevzeti__vyber {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .kosik__platba-prevzeti__postovne,
  .kosik__platba-prevzeti__platba {
    flex: 0 0 45%;
  }
  .kosik__platba-prevzeti__tlacitka {
    flex: 0 0 100%;
  }
  .kosik__platba-prevzeti__tlacitka .button--pokracovat,
  .kosik__platba-prevzeti__tlacitka .button--zpet {
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .kosik__platba-prevzeti {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .kosik__platba-prevzeti .kosik__seznam-polozek__basic {
    display: flex;
    justify-content: flex-end;
    flex: 0 0 100%;
    margin-top: 0;
  }
}
.kosik__seznam-polozek__basic {
  flex: 0 0 100%;
  padding-top: 0.9375rem;
  font-size: 0.9375rem;
  color: #707070;
  border-top: 2px solid #707070;
}
.kosik__seznam-polozek__basic table {
  margin: auto;
}
.kosik__seznam-polozek__basic table td {
  padding: 0.25rem 0.5rem;
}
.kosik__seznam-polozek__basic .border-bottom,
.kosik__seznam-polozek__basic .border-top,
.kosik__seznam-polozek__basic .price-all-discount {
  font-weight: 700;
  color: #707070;
  vertical-align: middle;
}
.kosik__seznam-polozek__basic .price-all-discount td {
  border-top: 1px solid #707070;
}
.kosik__seznam-polozek__basic__cena-celkem td:first-child {
  padding-right: 0.25rem;
}
.kosik__seznam-polozek__basic__cena-celkem td:last-child {
  padding-left: 0.25rem;
}
@media only screen and (min-width: 40rem) {
  .kosik__seznam-polozek__basic__cena-celkem {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 50rem) {
  .kosik__seznam-polozek__basic__cena-celkem td:first-child {
    padding-left: 2rem;
    text-transform: uppercase;
  }
  .kosik__seznam-polozek__basic__cena-celkem td:last-child {
    padding-right: 2rem;
  }
}
.kosik__polozky {
  margin-bottom: 1rem;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
}
.kosik__polozky__hlavicka {
  padding: 0.25rem;
  border-bottom: 1px solid #ebebeb;
}
.kosik__polozky__telo {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0;
  border-bottom: 1px solid #ebebeb;
}
.kosik__polozky__telo .product-image {
  margin-right: 0.5rem;
}
.kosik__polozky__telo .product-image img {
  max-height: 4rem;
  height: auto;
}
.kosik__polozky__telo .product-title {
  line-height: 1.25;
  font-size: 1rem;
  width: 100%;
  text-align: center;
}
.kosik__polozky__telo__polovice {
  flex: 0 0 100%;
}
.kosik__polozky__telo__polovice--left {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.kosik__polozky__telo__polovice.right-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
}
.kosik__polozky__telo__polovice__item.pocet_ks {
  flex: 0 0 100%;
  padding-bottom: 0.25rem;
}
.kosik__polozky__telo__polovice__item.pocet_ks--empty {
  display: none;
}
.kosik__polozky__telo__polovice__item.odebrat_polozku {
  padding-left: 1rem;
}
@media only screen and (min-width: 30rem) {
  .kosik__polozky__telo__polovice__item.pocet_ks {
    flex-basis: auto;
    padding-bottom: 0;
  }
  .kosik__polozky__telo__polovice__item.cena_celkem {
    flex: 1 0 auto;
    text-align: center;
  }
  .kosik__polozky__telo__polovice__item.odebrat_polozku {
    flex: 0 0 166px;
  }
}
@media only screen and (min-width: 50rem) {
  .kosik__polozky__telo__polovice__item.cena_celkem {
    text-align: right;
  }
  .kosik__polozky__telo__polovice__item.odebrat_polozku {
    flex: 0 0 auto;
    text-align: right;
  }
}
@media only screen and (min-width: 50rem) {
  .kosik__polozky__telo {
    align-items: center;
  }
  .kosik__polozky__telo__polovice.right-item {
    padding-top: 0;
  }
}
@media only screen and (min-width: 57rem) {
  .kosik__polozky__telo__polovice--left {
    flex: 0 0 70%;
    padding-right: 1rem;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .kosik__polozky__telo__polovice--left .product-title {
    display: flex;
    align-items: center;
    text-align: left;
  }
}
@media only screen and (min-width: 64rem) {
  .kosik__polozky__telo__polovice {
    box-sizing: border-box;
    flex: 0 0 50%;
  }
  .kosik__polozky__telo__polovice--left {
    flex-basis: 50%;
  }
}
.price-all-discount {
  font-weight: 700;
  border-top: solid 1px #707070;
}
.polozkaPostovne.fakeRadio {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 30rem) {
  .polozkaPostovne.fakeRadio {
    align-items: center;
  }
}
.polozkaPostovne.fakeRadio span.radio {
  margin: 0;
}
@media only screen and (min-width: 30rem) {
  .polozkaPostovne.fakeRadio span.radio {
    top: 0.0625rem;
  }
}
.kosik__platba-prevzeti__platba .polozkaPostovne.fakeRadio span.radio {
  top: 0.0625rem;
}
.polozkaPostovne__text {
  flex: 0 0 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 0.25rem;
}
@media only screen and (min-width: 30rem) {
  .polozkaPostovne__text {
    flex: 1 1 auto;
    padding-top: 0;
  }
}
.polozkaPostovne__price {
  padding-left: 0.25rem;
}
.kosik__platba-prevzeti__platba .polozkaPostovne__text {
  padding-top: 0;
}
.kosik__polozky--pouze-zobrazit .kosik__polozky__telo .pocet_ks {
  flex: 0 0 50%;
  line-height: 1.25;
}
.kosik__polozky--pouze-zobrazit .kosik__polozky__telo .cena_celkem {
  flex: 0 0 50%;
  text-align: center;
}
.kosik__polozky--pouze-zobrazit .kosik__polozky__telo .cena_celkem--empty {
  display: none;
}
@media only screen and (min-width: 50rem) {
  .kosik__polozky--pouze-zobrazit .kosik__polozky__telo .cena_celkem {
    text-align: right;
  }
}
.kosik__polozky--pouze-zobrazit .kosik__polozky__telo--poukazy .kosik__polozky__telo__polovice--left {
  flex-basis: 100%;
}
.kosik__polozky--pouze-zobrazit .kosik__polozky__telo--poukazy .kosik__polozky__telo__polovice.right-item {
  flex-basis: 0;
}
.c-nav-step {
  display: none;
}
@media only screen and (min-width: 50rem) {
  .c-nav-step {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
  .c-nav-step__item {
    flex: 0 0 22%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.25;
    padding: 0.25rem 0.5rem;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #707070;
  }
  .c-nav-step__item--now,
  .c-nav-step__item--past {
    color: #707070;
    border: 1px solid #707070;
    border-left: none;
    position: relative;
  }
  .c-nav-step__item--now:before,
  .c-nav-step__item--past:before,
  .c-nav-step__item--now:after,
  .c-nav-step__item--past:after {
    content: "";
    margin-top: -0.645rem;
    border-top: 0.7rem solid transparent;
    border-bottom: 0.7rem solid transparent;
    border-left: 0.5rem solid #707070;
    position: absolute;
    left: 100%;
    top: 50%;
  }
  .c-nav-step__item--now:after,
  .c-nav-step__item--past:after {
    margin-left: -1px;
    border-left-color: #fff;
  }
  .c-nav-step__item--now:first-child,
  .c-nav-step__item--past:first-child {
    border-left: 1px solid #707070;
  }
  .c-nav-step__item--past {
    border-color: #707070;
  }
  .c-nav-step__item--past:before {
    border-left-color: #707070;
  }
  .c-nav-step__text {
    color: #707070;
    text-decoration: none;
  }
  .c-nav-step__text:hover,
  .c-nav-step__text:focus,
  .c-nav-step__text:active {
    text-decoration: underline;
  }
}
.orderList {
  width: 100%;
}
.orderList__head th,
.orderList__body td,
.orderList .tableBorder th,
.orderList .tableBorder td {
  padding: 8px;
}
.orderList__head {
  border-bottom: 1px solid #3c3c3b;
}
.orderList__body tr,
.orderList .tableBorder tr {
  border-bottom: 1px solid #707070;
}
.orderList__body tr:nth-child(even),
.orderList .tableBorder tr:nth-child(even) {
  background-color: #f2f2f2;
}
.c-other-images {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
}
.c-other-images a {
  flex: 0 0 5.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
  text-decoration: none;
  border: 1px solid #ebebeb;
}
.c-other-images a img {
  display: block;
  max-height: 100%;
}
.c-other-images a:hover,
.c-other-images a:active,
.c-other-images a:focus {
  border-color: #FF8800;
}
/*@import "components/pagination.less";*/
.popup,
#preloader {
  display: none;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
.popup {
  padding-top: 1rem;
}
.popup__window {
  padding: 1.5rem;
  background: #fff;
  overflow: auto;
  max-height: 90%;
  max-width: 90%;
}
@media only screen and (min-width: 75rem) {
  .popup__window {
    max-width: 75rem;
  }
}
#preloader {
  background: rgba(255, 255, 255, 0.8);
}
#preloader .content {
  box-sizing: content-box;
  width: 180px;
  line-height: 20px;
  padding: 35px 15px 40px 105px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 5px 0 #333;
  border-radius: 3px;
  position: fixed;
  top: 30%;
  left: 0;
  right: 0;
}
#preloader .content:before {
  content: "";
  width: 45px;
  height: 45px;
  border: 10px solid #f2f2f2;
  border-top: 10px solid #C70606;
  border-radius: 50%;
  position: absolute;
  top: 35px;
  left: 15px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*@import "components/product.less";*/
.c-productVariant {
  display: flex;
  flex-wrap: wrap;
  width: 14rem;
}
.c-productVariant__itemWrapper {
  padding-top: 1rem;
}
.c-productVariant__itemWrapper:nth-child(1),
.c-productVariant__itemWrapper:nth-child(2) {
  padding-top: 0;
}
.c-productVariant__itemWrapper:nth-child(odd) {
  padding-right: 1rem;
  border-right: 1px solid #ebebeb;
}
.c-productVariant__itemWrapper:nth-child(even) {
  padding-left: 1rem;
}
.c-productVariant__item {
  display: block;
  width: 5rem;
  height: 5rem;
  text-align: center;
  border: 1px solid #56585c;
  cursor: pointer;
}
.c-productVariant__item .variantText0 {
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1.75rem;
  font-weight: 700;
}
.c-productVariant__item .variantText1 {
  display: block;
  line-height: 1.125;
  font-size: 0.9375rem;
  font-weight: 700;
}
.c-productVariant__item .variantText2 {
  display: block;
  padding-top: 0.25rem;
  font-size: 0.75rem;
  color: #56585c;
}
.c-productVariant__item:hover,
.c-productVariant__item:active,
.c-productVariant__item:focus,
input[type=radio]:checked ~ .c-productVariant__item {
  color: #fff;
  background: #C70606;
  border-color: #C70606;
}
.c-productVariant__item:hover .variantText2,
.c-productVariant__item:active .variantText2,
.c-productVariant__item:focus .variantText2,
input[type=radio]:checked ~ .c-productVariant__item .variantText2 {
  color: #fff;
}
@media only screen and (min-width: 30rem) {
  .c-productVariant {
    display: inline-flex;
    flex-direction: column;
    width: auto;
    height: 14rem;
  }
  .c-productVariant__itemWrapper {
    padding-left: 1rem;
    padding-right: 1rem;
    border-left: 1px solid #ebebeb;
  }
  .c-productVariant__itemWrapper:nth-child(1),
  .c-productVariant__itemWrapper:nth-child(2) {
    padding-left: 0;
    border: 0;
  }
  .c-productVariant__itemWrapper:nth-child(2n+1) {
    padding-top: 0;
  }
  .c-productVariant__itemWrapper:nth-child(2n+2) {
    padding-top: 1rem;
  }
  .c-productVariant__itemWrapper:nth-child(odd) {
    border-right: 0;
  }
}
.c-quantity {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
}
.c-quantity__minus,
.c-quantity__plus {
  display: block;
  width: 2.5rem;
  height: 2.3rem;
  color: #56585c;
  text-align: center;
  cursor: pointer;
  background: #ebebeb;
  border: 1px solid #ebebeb;
  position: relative;
  margin-bottom: 4px;
}
.c-quantity__minus:hover,
.c-quantity__plus:hover,
.c-quantity__minus:focus,
.c-quantity__plus:focus,
.c-quantity__minus:active,
.c-quantity__plus:active {
  color: #707070;
  background: #C70606;
  border-color: #C70606;
}
.c-quantity__minus:before {
  content: '-';
  line-height: 1.25;
  font-size: 1.5625rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.c-quantity__plus:before {
  content: '+';
  line-height: 1.5;
  font-size: 1.5625rem;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.c-quantity__input {
  width: 4.5rem;
  height: 2.5625rem;
  padding: 0 0.25rem;
  font-size: 1.25rem;
  color: #707070;
  text-align: center;
  background: transparent;
  border: 1px solid #707070;
}
.c-quantity__text,
.c-quantity__unit {
  display: none;
}
.c-rating {
  width: 7.8125rem;
  position: relative;
}
.c-rating__item {
  float: left;
  width: 1.5625rem;
  height: 1.0625rem;
}
.c-rating__bg {
  height: 1.0625rem;
}
.c-rating__bg .c-rating__item {
  fill: #ebebeb;
}
.c-rating__rating {
  height: 1.0625rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.c-rating__rating .c-rating__item {
  fill: #707070;
}
.c-search {
  display: flex;
  width: 100%;
  background: #fff;
  border: 1px solid #707070;
}
.c-search__input {
  padding: 0 1rem;
  background: #fff;
  color: #707070;
  border: 0;
}
.c-search__input::-webkit-input-placeholder {
  color: #56585c;
  opacity: 0.85;
}
.c-search__input:-ms-input-placeholder {
  color: #56585c;
  opacity: 0.85;
}
.c-search__input::placeholder {
  color: #56585c;
  opacity: 0.85;
}
.c-search__submit,
.c-search__submit:hover,
.c-search__submit:focus,
.c-search__submit:active {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.375rem;
  height: 2.375rem;
  padding: 0;
  margin-right: 0.5rem;
  text-align: center;
  background: #fff;
  border: 0;
  box-shadow: none;
}
.c-tabs {
  padding-bottom: 1rem;
}
.c-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  margin: 0;
}
.c-tabs__nav-item {
  flex: 0 0 100%;
  line-height: 1;
  padding: 0;
  list-style: none;
  position: relative;
}
.c-tabs__nav-item:before {
  content: '';
  border: 1px solid #ebebeb;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  pointer-events: none;
}
.c-tabs__nav-item:hover:before,
.c-tabs__nav-item:focus:before,
.c-tabs__nav-item:active:before,
.c-tabs__nav-item.ui-tabs-active:before {
  border-width: 2px;
  border-color: #FF8800;
  z-index: 1;
}
.c-tabs__nav-link {
  display: block;
  line-height: 1.25;
  padding: 1rem 1rem 0.5rem;
  font-size: 1.25rem;
  color: #707070;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}
.c-tabs__nav-link:hover,
.c-tabs__nav-link:focus,
.c-tabs__nav-link:active {
  text-decoration: underline;
}
.c-tabs__panel {
  padding: 1rem;
}
.c-tabs--product table {
  min-width: 20rem;
  max-width: 34rem;
}
.c-tabs--product table tbody tr:nth-child(odd) {
  background: #C70606;
}
@media only screen and (min-width: 40rem) {
  .c-tabs__nav-item {
    flex-basis: auto;
    min-width: 15rem;
  }
  .c-tabs__nav-link {
    color: #707070;
    text-align: left;
  }
  .c-tabs__panel {
    padding: 1rem 1.5rem;
  }
}
.c-transport-icon {
  width: 3.125rem;
  height: 1rem;
  object-fit: unset;
}
.c-pay-icon {
  width: 200px;
  height: 25px;
  object-fit: unset;
}
.c-container {
  max-width: 75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 57rem) {
  .c-container--flex {
    display: flex;
  }
  .c-container--desktop-right {
    float: right;
  }
}
.c-inner-container {
  margin: 0 auto;
}
@media only screen and (min-width: 57rem) {
  .c-inner-container {
    width: calc(100% - 1.5rem);
    padding-left: 1.5rem;
  }
  .c-inner-container--flex {
    display: flex;
  }
  .c-inner-container--desktop-right {
    float: right;
  }
}
.c-footer__copyright {
  width: 100%;
  text-align: center;
  float: left;
}
.c-footer__rights {
  width: 100%;
  text-align: center;
  float: left;
}
.c-footer__container {
  background: #C70606;
}
.c-footer__contacts {
  width: 100%;
}
.c-footer__contact-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.c-footer__images {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
.c-footer__images--last {
  padding-bottom: 40px;
}
.c-footer__image--komora {
  opacity: 80%;
}
.c-footer__inline-block {
  display: inline-block;
}
@media only screen and (min-width: 57rem) {
  .c-footer__copyright {
    width: auto;
    text-align: right;
    float: right;
    padding-left: 1.25rem;
  }
  .c-footer__rights {
    width: auto;
    text-align: left;
  }
  .c-footer__contacts {
    width: 33.33%;
    justify-content: flex-start;
  }
  .c-footer__images {
    width: 33.33%;
    justify-content: center;
    padding-top: 0;
  }
  .c-footer__images--last {
    padding-bottom: 0;
  }
  .c-footer__images img {
    max-width: 100%;
    object-fit: scale-down;
  }
}
.c-hamburger {
  padding: 0;
  z-index: 9999999;
  height: 1.5rem;
}
.c-hamburger span {
  background: #fff;
  display: block;
  width: 1.5rem;
  height: 0.25rem;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  border-radius: 2px;
}
.c-hamburger--transform-to-close span {
  position: relative;
}
.c-hamburger--transform-to-close span:first-child {
  transform: rotate(45deg);
  top: 0.45rem;
}
.c-hamburger--transform-to-close span:nth-child(2) {
  display: none;
}
.c-hamburger--transform-to-close span:last-child {
  transform: rotate(-45deg);
  top: 0;
}
@media only screen and (min-width: 80rem) {
  .c-hamburger {
    display: none;
  }
}
.c-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.c-header__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.c-header__former-logo {
  max-width: 24.375rem;
  margin-bottom: 1.75rem;
}
.c-header__logo {
  max-width: 14.125rem;
}
@media only screen and (min-width: 40rem) {
  .c-header__former-logo {
    margin-right: 1.25rem;
  }
  .c-header__logo {
    margin-right: 5rem;
  }
}
@media only screen and (min-width: 57rem) {
  .c-header__group {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 64rem) {
  .c-header {
    flex-wrap: nowrap;
  }
  .c-header__former-logo {
    margin-bottom: 0;
  }
}
.c-header-right-content {
  display: flex;
  align-items: flex-start;
  position: absolute;
  width: 100%;
  top: 12rem;
  flex-wrap: wrap;
}
.c-header-right-content .c-header-search {
  order: 2;
}
.c-header-right-content .c-header-info {
  order: 1;
}
.c-header-info {
  width: 100%;
  display: flex;
  justify-content: center;
  min-height: 2.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #C70606;
}
.c-header-info *,
.c-header-info * a {
  color: #fff;
}
.c-header-info *:hover,
.c-header-info * a:hover {
  color: #fff;
}
.c-header-info span {
  color: #fff !important;
}
.c-header-info__content {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}
.c-header-info__lang {
  width: auto;
  display: inline-block;
  padding-top: 0.375rem;
}
.c-header-info__lang a {
  font-weight: 400;
}
.c-header-info__basket {
  width: auto;
  display: inline-block;
}
@media only screen and (min-width: 40rem) {
  .c-header-right-content {
    position: sticky;
    width: auto;
    top: 0;
    flex-wrap: nowrap;
  }
  .c-header-right-content .c-header-search {
    order: 1;
  }
  .c-header-right-content .c-header-info {
    order: 2;
  }
  .c-header-info {
    width: 4.75rem;
    padding-top: 0;
    position: relative;
    justify-content: flex-end;
    left: auto;
    top: auto;
    background-color: transparent;
    color: #C70606;
  }
  .c-header-info * {
    color: #C70606;
  }
  .c-header-info *,
  .c-header-info a {
    color: #C70606;
  }
  .c-header-info *:hover,
  .c-header-info a:hover {
    color: #C70606;
  }
  .c-header-info span {
    color: #C70606 !important;
  }
  .c-header-info .active {
    color: #C70606;
  }
  .c-header-info__content {
    min-width: 12.5rem;
    justify-content: flex-end;
  }
  .c-header-info__lang {
    padding-top: 0;
    color: #C70606;
    font-weight: 400;
  }
  .c-header-info__lang a {
    color: #C70606;
  }
}
@media only screen and (min-width: 64rem) {
  .c-header-right-content {
    padding-bottom: 1rem;
  }
  .c-header-info__basket {
    padding-top: 0.5rem;
  }
}
.c-header-search {
  z-index: 999;
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 1.5rem;
}
.c-header-search__divbox {
  border: 1px solid #FF8800;
}
.c-header-search__magnifer {
  background-color: transparent;
  background-image: url(../images/lupa.svg);
  background-size: auto 1.125rem;
  background-repeat: no-repeat;
  background-position: center center;
}
.c-header-search__magnifer:hover {
  background-color: transparent;
  background-image: url(../images/lupa.svg);
  background-size: auto 1.125rem;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 40rem) {
  .c-header-search {
    display: inline-block;
    width: 210px;
    padding-top: 0;
  }
}
.c-login-form label {
  width: 100%;
  display: block;
}
.c-login-form__btn-space {
  display: block;
  width: 100%;
}
.c-menu-switcher-spacer {
  padding-top: 30px;
  display: flex;
  justify-content: center;
}
.c-menu-switcher {
  width: 40%;
  max-width: 140px;
  margin: 10px;
  min-height: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #707070;
  display: flex;
  justify-content: center;
  border-radius: 7px;
  color: #fff;
  font-weight: 700;
}
.c-menu-switcher strong {
  padding-right: 0.5rem;
  display: inline-flex;
  align-items: center;
}
.c-menu-switcher__img {
  margin-top: 0.1rem;
  margin-right: 0.5rem;
  max-width: 1.3rem;
  max-height: 1.3rem;
}
.c-menu-switcher:hover {
  cursor: pointer;
}
@media only screen and (min-width: 40rem) {
  .c-menu-switcher-spacer {
    padding-top: 0;
  }
}
@media only screen and (min-width: 57rem) {
  .c-menu-switcher-spacer {
    display: none;
  }
}
.c-paginator {
  display: flex;
  justify-content: center;
}
.c-paginator span {
  display: none;
}
.c-paginator a {
  display: none;
}
.c-paginator a:nth-child(1) {
  display: inline-block;
}
.c-paginator a:nth-child(2) {
  display: inline-block;
}
.c-paginator a:nth-last-child(2) {
  display: inline-block;
}
.c-paginator a:last-child {
  display: inline-block;
}
@media only screen and (min-width: 40rem) {
  .c-paginator a,
  .c-paginator span {
    display: inline-block;
  }
}
.c-product {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-product__image-space {
  width: 100%;
  display: flex;
  justify-content: center;
}
.c-product__content {
  padding-left: 1rem;
  padding-right: 1rem;
}
.c-product__image-window {
  width: 7.875rem;
  height: 7.875rem;
  border: 1px solid #9D3A40;
  border-radius: 9px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.c-product__image-window img {
  width: 100%;
  height: 100%;
}
.c-product__info {
  padding-bottom: 0.4rem;
}
.c-product__title {
  padding-top: 1.25rem;
  margin-bottom: 0.4rem;
  min-height: 2.625rem;
}
.c-product__title a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  color: #707070;
}
.c-product__price-space {
  text-align: center;
}
.c-product__price {
  color: #C70606;
}
.c-product__buy-form {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 40rem) {
  .c-product {
    width: 50%;
  }
}
@media only screen and (min-width: 57rem) {
  .c-product {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .c-product__image-space {
    width: 7.875rem;
  }
  .c-product__content {
    display: flex;
    flex-wrap: wrap;
  }
  .c-product__info {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
  }
  .c-product__price-space {
    text-align: left;
  }
  .c-product__buy-form {
    justify-content: flex-start;
  }
}
.c-product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-product-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-product-detail__images-space {
  max-width: 100%;
}
@media only screen and (min-width: 30rem) {
  .c-product-detail__images-space {
    flex: 0 0 18.75rem;
  }
}
@media only screen and (min-width: 50rem) {
  .c-product-detail {
    flex-wrap: no-wrap;
    justify-content: flex-start;
  }
}
.c-services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3.5rem;
}
.c-services__item:nth-child(2) .c-services__link {
  background-color: #EF8006;
  border-color: #AC5C04;
}
.c-services__item:nth-child(3) .c-services__link {
  background-color: #BDCC01;
  border-color: #95A100;
}
.c-services__item:nth-child(4) .c-services__link {
  background-color: #FAD700;
  border-color: #C7AC07;
}
.c-services__link {
  display: block;
  width: 237px;
  height: 346px;
  text-decoration: none;
  background-color: #8AAED8;
  border-bottom: 5px solid #778FB5;
  overflow: hidden;
  text-align: center;
}
.c-services__link:hover {
  text-decoration: none;
}
.c-services__image {
  display: flex;
  height: 16.25rem;
  border-bottom-left-radius: 10rem;
  border-bottom-right-radius: 10rem;
  overflow: hidden;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
.c-services__image img {
  position: relative;
  top: -5rem;
}
@media only screen and (min-width: 40rem) {
  .c-services {
    margin-top: 0;
  }
}
.c-subcategories__list {
  column-count: 1;
}
@media only screen and (min-width: 40rem) {
  .c-subcategories__list {
    column-count: 2;
  }
}
@media only screen and (min-width: 50rem) {
  .c-subcategories__list {
    column-count: 3;
  }
}
@media only screen and (min-width: 57rem) {
  .c-subcategories__list {
    column-count: 2;
  }
}
@media only screen and (min-width: 64rem) {
  .c-subcategories__list {
    column-count: 3;
  }
}
.c-side-panel__user {
  margin-top: 0;
  display: none;
}
.c-side-panel__menu {
  margin-top: 0;
  display: none;
}
@media only screen and (min-width: 57rem) {
  .c-side-panel {
    float: left;
    width: 231px;
    min-width: 231px;
  }
  .c-side-panel__user {
    margin-top: 20px;
    display: block;
  }
  .c-side-panel__menu {
    display: block;
  }
}
.c-banner__holder {
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.c-banner {
  border: 6px solid #8AAED8;
  background: rgba(255, 255, 255, 0.9);
  padding: 1.5rem 2rem;
  width: 100%;
  height: 80%;
  overflow-y: auto;
}
@media only screen and (min-width: 50rem) {
  .c-banner {
    width: 800px;
  }
}
.c-banner__divider {
  background: #C70606;
  height: 0.5rem;
  margin-bottom: 2.5rem;
}
.c-banner__logo {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}
.c-banner__logo img {
  width: 16rem;
}
.c-banner__button {
  width: 100%;
  text-align: center;
}
.c-banner__content {
  width: 100%;
  margin-bottom: 2.5rem;
}
