﻿@media (min-width: 768px) {
  .p-detail-inner-header {
    padding: 0px 20px;
  }
}
.benefits_wrapper {
  list-style-type: none;
  padding-inline-start: 40px;
  margin-block-start: 2em;
  margin-block-end: 1em;
}
.benefits_wrapper li {
  position: relative;
  padding-bottom: 12px;
}
.benefits_wrapper li img {
  position: absolute;
  left: -40px;
}
.benefits_wrapper li a,
.detail_contacts p a,
.basic-description a {
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 500;
}
.benefits_wrapper li a:hover,
.detail_contacts p a:hover,
.basic-description a:hover {
  color: #666;
}

.detail_contacts p {
  margin-bottom: 7px;
}
.detail_contacts p:nth-child(2) {
  font-weight: 600;
}
.detail_contacts p:nth-child(3) {
}
.detail_contacts p:nth-child(4) {
}
.basic-description h4 {
  color: #4a783c;
  font-size: 24px;
  margin-top: 30px;
}
/*
    .type-product .hodnoceni,
    .type-product .hodnoceni:before {
        width: 255px;
        background: #f6f6f6;
    }
    .type-product .hodnoceni .votes-wrap {
        background: transparent;
        display: flex;
        flex-direction: column;
    }
    .type-product .vote-content {
        margin: 10px 0;
        padding-bottom: 20px;
        border-bottom: solid 1px #cbd4c6;
    }
    .multiple-columns-body.type-product #content .hodnoceni .vote-wrap {
        width: 100%;
        flex-basis: 100%;
    }
    .type-product .hodnoceni > a {
        text-align: center;
        padding: 6px 10px 20px;
    }
    */
.benefits_wrapper li {
  padding: 7px;
}
.type-product .box-topProducts {
  display: none;
}

.p-detail-info > .stars-wrapper {
  display: none;
}
.p-detail-inner-header h1 {
  font-weight: 500;
  font-size: 24px;
}
.p-detail-info a,
.p-info-wrapper > p a,
.more_ratings {
  color: #4a783c;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 400;
}
.btn.btn-conversion,
a.btn.btn-conversion,
.btn.btn-cart,
a.btn.btn-cart {
  color: #fff;
  border-color: #643e75;
  background-color: #643e75;
}
.p-detail .add-to-cart .quantity {
  margin-right: 10px;
}
.social-buttons-wrapper {
  display: none;
}
.p-thumbnails a {
  margin-left: 15px;
}
.basic-description > h3,
.extended-description > h3,
.detail_contacts > h3 {
  font-size: 28px;
}
.detail-parameters th {
  color: #222;
}

.top-navigation-bar a span,
.top-navigation-bar .dropdown button,
.top-navigation-bar-menu li a {
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 500;
  color: #4a783c;
  text-transform: none;
}
.top-navigation-bar a,
.top-navigation-bar .dropdown button {
  padding: 8px !important;
}
.top-navigation-bar a:before {
  color: #4a783c;
}
.top-navigation-bar .dropdown {
  margin-right: 0;
  margin-left: 12px;
}
.top-navigation-bar .dropdown button {
  padding-right: 1.5em !important;
}
.top-navigation-bar .top-nav-button-login:before {
  content: "\e922";
  font-family: shoptet;
}
.search .btn.btn-default,
.search a.btn.btn-default {
  color: #fff;
  border-color: #4a783c;
  background-color: #4a783c;
}
@media (min-width: 768px) {
  .type-product .content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .top-navigation-bar .container > div.top-navigation-tools {
    display: flex;
    flex-direction: row-reverse;
  }
  .top-navigation-bar .top-nav-button-login {
    position: relative;
  }
  .top-navigation-bar .top-nav-button-login:before {
    color: #5b7740;
    content: "\e922";
    font-family: shoptet;
    margin-right: 3px;
    font-size: 18px;
    position: absolute;
    left: -15px;
    top: 6px;
  }
  .dropdown-menu > li > a,
  .dropdown-menu > li > span {
    display: block;
    padding: 3px 20px;
  }
  #header .cart-count.full {
    background: #6a3c78;
    padding: 12px 16px;
    color: #fff;
  }
  #header .cart-count.full i {
    color: #6a3c78;
    background-color: #fff;
    top: 6px;
  }
  .navigation-in > ul > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  #navigation {
    height: 48px;
  }
  .navigation-in > ul > li {
    border-color: #84a075;
  }
  #header {
    box-shadow: inset 0 -48px 0 #4a783c;
  }

  .breadcrumbs a {
    color: #4a783c;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .breadcrumbs > span > a,
  .breadcrumbs > span > span {
    padding: 10px 25px;
    font-size: 14px;
  }
}
.sidebar {
  background-color: #f5f7f4;
}

@media (min-width: 768px) {
  .type-product .responsive-nav {
    display: none;
  }

  .shp-tabs-holder ul.shp-tabs li a[href="#ratingTab"] {
    display: none;
  }
  .rate-wrapper.unveil-wrapper .rate-wrap {
    display: flex;
    flex-direction: revert;
    align-items: flex-end;
  }
  .rate-wrapper.unveil-wrapper .rate-average-wrap,
  .rate-wrapper.unveil-wrapper .rate-average-wrap + div {
    width: 100%;
    padding: 20px;
  }
  #ratingWrapper:before {
    content: "Hodnocení produktu";
    color: #4a783c;
    font-weight: 400;
    font-size: 23px;
    text-align: center;
    margin: -10px auto -10px;
    display: block;
  }
  .sidebar #ratingTab {
    display: block;
    opacity: 1;
  }
  .rate-wrapper.unveil-wrapper .rate-average-inner {
    flex-direction: column;
  }
  .rate-wrapper.unveil-wrapper .rate-star-wrap {
    margin-left: 0px;
    margin-top: 15px;
  }
  .rate-wrapper.unveil-wrapper .rate-average-inner + .add-comment {
    margin-top: 7px;
  }
  .rate-wrapper.unveil-wrapper,
  .sidebar .vote-wrap {
    margin-bottom: 16px;
    padding-bottom: 20px;
    border-bottom: solid 2px #dae1d6;
  }
}

.rate-wrapper.unveil-wrapper .rate-star-wrap .stars-label {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
.rate-wrapper.unveil-wrapper .rate-average-wrap {
  width: 38%;
}
.rate-wrapper.unveil-wrapper .rate-average-wrap + div {
  width: 62%;
  padding-left: 10px;
}
.rate-wrap .rate-list .star {
  color: #f0b820;
}
.rate-bar {
  background-color: #537642;
}
.stars-label {
  color: #666;
  font-size: 10px;
}
.vote-rating,
.vote-admin-response {
  color: #666;
}

.type-product .tab-content > .active {
  margin-bottom: 30px;
}
.sidebar .rate-wrapper.unveil-wrapper .add-comment {
  justify-content: center;
  width: 100%;
}
.sidebar .vote-initials {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.sidebar .vote-pic {
  min-width: 66px;
  height: 50px;
  padding-right: 20px;
}
.sidebar .vote-name {
  font-size: 18px;
}
.sidebar-inner {
  padding: 20px 10px;
}
.chevron-after.chevron-down-after::after {
  display: none;
}
.menu-helper::after,
.menu-trigger::after {
  background-color: transparent;
}
.top-navigation-menu {
  height: auto;
}
.top-navigation-menu-trigger::before {
  color: #4a783c;
}
.p-short-description > *:last-child {
  margin-bottom: 7px;
}
.product-top {
  margin: 0;
}
.extended-description .detail-parameters a {
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 500;
}
#productsAlternative,
.products.products-related {
  padding: 0 20px;
}
#content .p-detail .products-related-header {
  display: none;
}
#productsAlternative:before,
.products.products-related:before {
  content: "Co podobného vyzkoušet";
  margin-top: 0px;
  display: block;
  color: #666;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 30px;
}
.products.products-related:before {
  content: "Může se vám hodit";
  width: 100%;
}
.type-product .hodnoceni {
  display: none;
}
@media (min-width: 768px) {
  .top-navigation-bar .dropdown {
    position: relative;
  }
  .top-navigation-bar .dropdown::before {
    content: "|";
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -8px;
    font-size: 14px;
    line-height: 1;
    color: #dadada;
  }
}
.sidebar-inner > div {
  border-color: transparent;
}
.bread_wrap {
  border-bottom: solid 1px #dadada;
}
.breadcrumbs {
  border-bottom: none !important;
}
.search .btn.btn-default {
  text-transform: none;
}
.navigation-buttons > a[data-target="cart"] i {
  color: #6a3c78;
  background-color: #fff;
  top: 4px;
}
.navigation-in ul li a {
  padding-left: 28px;
  padding-right: 28px;
}
.add-comment .rating-icon {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.p-detail-info {
  color: #666;
  font-weight: 400;
}
.type-product .btn.btn-conversion {
  font-size: 20px;
}

.expert_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
/* Fix for Safari width */
.expert_container:before,
.expert_container:after {
  width: 100%;
}

@media (max-width: 767px) {
  .expert_child1 {
    width: 100%;
    padding: 20px 20px 10px;
  }
  .expert_child2 {
    width: 100%;
    padding: 10px 20px;
  }
  .expert_child3 {
    width: 100%;
    padding: 10px;
  }
  .expert_child4 {
    width: 49%;
    padding: 10px;
  }
  #header .cart-count {
    top: -42px;
  }
  .navigation-buttons > a[data-target="cart"] i {
    left: 18px;
    top: 0;
    color: #fff;
    background-color: #6a3c78;
  }
  .navigation-in ul li a.active {
    color: #fff !important;
  }
  #header {
    margin-bottom: 0;
  }
  .description-inner,
  .xxxtype-product .content-wrapper.container .row > div {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .expert_child1 {
    width: 100%;
    padding: 20px 20px 10px;
  }
  .expert_child2 {
    width: 100%;
    padding: 10px 20px;
  }
  .expert_child3 {
    width: 49%;
    padding: 10px;
  }
  .expert_child4 {
    width: 49%;
    padding: 10px;
  }
  .header-top .btn.cart-count .cart-price {
    display: inline-block !important;
  }
  .navigation-in ul li a.active {
    color: #fff !important;
  }
}

@media (min-width: 992px) {
  .header-top .btn.cart-count .cart-price {
    display: inline-block !important;
  }
  .expert_child1 {
    width: 100%;
    padding: 20px 20px 10px;
  }
  .expert_child2 {
    width: 49%;
    padding: 10px 20px;
  }
  .expert_child3 {
    width: 32.3%;
    padding: 10px;
  }
  .expert_child4 {
    width: 24%;
    padding: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .expert_child2 {
    width: 100%;
    padding: 10px 20px;
  }
}
.expert_child1 h2 {
  margin: 0;
  color: #4a783c;
  font-size: 20pt;
  font-weight: 600;
}
.expert_text_ul,
.expert_scale_ul {
  margin: 0;
  list-style-type: none;
  padding-inline-start: 30px;
}
.expert_positive:before {
  content: url("icons_plus_sign.svg");
  left: -29px;
  position: absolute;
}
.expert_negative:before {
  content: url("icons_minus_sign.svg");
  left: -29px;
  position: absolute;
}
.leave_full,
.leave_empty {
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url("icons_leave_full.svg");
  margin-right: 1px;
}
.leave_empty {
  background-image: url("icons_leave_empty.svg");
}
.leave_full:first-child,
.leave_empty:first-child {
  margin-left: auto;
}
.expert_text_ul li,
.expert_scale_ul li {
  font-weight: 400;
  display: flex;
  position: relative;
  align-items: center;
  padding: 5px;
}
.expert_scale_ul li {
  color: #4a783c;
}
.opinion p {
  font-weight: 500;
  font-style: italic;
}
.opinion > div p:first-child {
  margin-bottom: 0;
  font-weight: 700;
  font-style: normal;
}
.opinion > div p:nth-child(2) {
  margin-bottom: 0;
}
.opinion > div p:last-child {
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
}
.basic-description > p {
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 479px) {
  .benefits_wrapper li {
    font-size: 12px;
  }
  .type-product .tab-content > .active {
    padding: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #header .site-name {
    padding-right: 30px;
  }
  .top-navigation-bar .container {
    width: 100%;
  }
  .top-navigation-bar .container > .top-navigation-contacts {
    max-width: 185px;
  }
  .top-navigation-bar .container > .top-navigation-menu {
    flex: 1 1 calc(100% - 370px);
  }
  .top-navigation-bar .container > .top-navigation-tools {
    max-width: 185px;
  }
}
.menu-helper {
  top: 104px;
}
.responsive-tools > a[data-target="navigation"]::before {
  background-color: #4a783c;
}

.btn.btn-default,
a.btn.btn-default {
  color: #fff;
  border-color: #643e75;
  background-color: #643e75;
}
.btn.btn-default:hover,
a.btn.btn-default:hover {
  border-color: #7fce31;
  color: #fff;
  background-color: #7fce31;
}

@media (min-width: 768px) and (max-width: 991px) {
  #header .site-name a img {
    max-height: 50px;
  }
  #header .cart-count {
    top: 0;
  }
}

#heurekaTabright {
  margin-top: 225px !important;
}

@media (max-width: 767px) {
  #ratingTab {
    display: block;
    opacity: 1;
  }
  .shp-tabs-holder ul.shp-tabs li a[href="#ratingTab"] {
    display: none;
  }
  .detail_contacts {
    padding: 10px 0 30px;
    order: 99;
    border-top: solid 1px #537642;
    border-bottom: solid 1px #537642;
    margin-bottom: 30px;
  }
  #ratingWrapper:before {
    content: "Hodnocení produktu";
    font-size: 28px;
    color: #666;
    font-weight: 400;
    text-align: left;
    margin: -20px auto 30px;
    display: block;
    padding: 0 10px;
  }
}

@media (min-width: 768px) {
  .header-top {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  #header .site-name a img {
    max-height: 75px;
  }
  #header .site-name a {
    margin-top: 0px;
    margin-bottom: -5px;
  }
}
@media (max-width: 767px) {
  #ratingWrapper:before {
    margin: 50px auto 30px;
    padding: 0 0px;
    scroll-margin-top: 30px;
  }
  .extended-description > h3:first-child {
    margin-top: 50px;
  }
  #productsAlternative,
  .products.products-related {
    padding: 0 10px;
  }
  .p-detail-info .flags {
    width: 100%;
    order: 99;
    margin-top: 7px;
  }
  .p-detail-info > .stars-wrapper {
    display: block;
    order: 98;
  }
  .p-detail-info > .stars-wrapper + div::before {
    display: none;
  }
  .p-detail-info .stars-label {
    font-size: 16px;
  }
  #ratingTab_mobile {
    display: block;
    opacity: 1;
  }
}
.navigation-in > ul > li > a:hover {
  padding-left: 28px !important;
  padding-right: 28px !important;
  margin-left: 0px;
  margin-right: 0px;
}
#ratingTab .votes-wrap > div:nth-child(n + 6),
#ratingTab_mobile .votes-wrap > div:nth-child(n + 6) {
  display: none;
}
#ratingTab .votes-wrap.more_reviews > div:nth-child(n + 6),
#ratingTab_mobile .votes-wrap.more_reviews > div:nth-child(n + 6) {
  display: block;
}
.more_ratings {
  cursor: pointer;
}
@media (min-width: 768px) {
  .navigation-in > ul > li.ext.exp > a,
  .navigation-in > ul > li.ext.exp:first-child > a {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 28px;
    padding-right: 28px;
  }
  .navigation-in > ul > li.exp > a.active,
  .navigation-in > ul > li.exp > a.active:hover {
    color: #fff;
  }
  .navigation-in > ul > li.ext > ul > li > div > a {
    font-size: 14px;
  }
  .navigation-in > ul > li.ext > ul > li > div > ul {
    max-height: 36px;
  }
  .navigation-in .has-third-level div > ul a {
    font-size: 13px;
  }
}

.basic-description .expert_child1 h4 {
  margin: 0;
  color: #4a783c;
  font-size: 20pt;
  font-weight: 600;
}

.radio-wrapper input[type="radio"] + label .sublabel,
.form-group.consents label a {
  text-decoration: underline;
}
.top-navigation-bar a:hover,
.top-navigation-bar .dropdown button:hover,
.top-navigation-bar a:hover span,
.p-detail-info a:hover,
.p-info-wrapper > p a:hover,
.more_ratings:hover,
.benefits_wrapper li a:hover,
.detail_contacts p a:hover,
.basic-description a:hover,
.extended-description .detail-parameters a:hover,
.cart-table tr td.p-name a:hover,
.next-step .next-step-back:hover,
a.next-step-back:hover,
.radio-wrapper input[type="radio"] + label .sublabel:hover,
.toggle-gift-coupon:hover,
.form-group.consents label a:hover {
  color: #222 !important;
  text-decoration: none;
}

#manufacturer-filter {
  display: none;
}
ul.subcategories li {
  line-height: 15px;
}

.products-block.products .p .name {
  height: 50px;
  font-weight: 600;
}
#header {
  background: transparent !important;
}
#category-filter-hover {
  display: -webkit-flex !important; /* Safari */
  display: flex !important;
  flex-direction: column;
}
#category-filter-hover div {
  width: 235px;
}
div.filter-section-parametric {
  order: -1 !important;
  -webkit-order: -1 !important;
}
body {
  font-size: 16px;
  font-weight: 400;
}
a.active {
  background: #509508 !important;
}
.detail-parameters th {
  font-weight: 100;
}
.p .name {
  color: #595959 !important;
  font-size: 1.2em !important;
}
/*.btn.btn-cart::before, a.btn.btn-cart::before, .btn.add-to-cart-button::before, a.btn.add-to-cart-button::before {content:none!important;}*/
.header-top .btn.cart-count::before {
  xxxfont-size: 45px !important;
}
.navigation-buttons > a[data-target="cart"] i {
  left: 35px;
}
.header-top .btn.cart-count {
  xxxfont-size: 23px !important;
}

@media (min-width: 768px) {
  #navigation {
    height: 52px;
  }
  #header {
    box-shadow: inset 0 -52px 0 #4a783c;
  }
  ul.menu-level-1 a:link {
    /*padding-top:20px;*/
    font-size: 18px;
    line-height: 20px;
    font-weight: 100;
  }
  ul.menu-level-2 a:link {
    line-height: 18px;
    font-weight: 100;
  }
  .navigation-in > ul > li {
    border-color: #366307;
  }
}

.site-msg.information {
  width: 100% !important;
  max-width: 100% !important;
  position: relative;
  left: 0;
  top: 0;
  background-color: red;
  text-align: center;
  font-size: 4mm;
}
.fixed-msg {
  position: fixed !important;
  bottom: auto !important;
}

#content .p-detail {
  display: flex;
  flex-direction: column;
}
#content .p-detail .products-related-header {
  order: 30;
}
#content .p-detail .products-related.products-additional {
  order: 31;
}
#content .p-detail .browse-p {
  order: 32;
}

.shp-tabs-row a[href$="#productsAlternative"] {
  display: none !important;
}

#tab-content {
  display: flex;
  flex-direction: column;
}

#productsAlternative {
  display: block !important;
  opacity: 1 !important;
  order: 99;
}

#productsAlternative:before {
  content: "Podobné produkty";
  font-size: 140%;
  margin-top: 30px;
  display: block;
}

a[href^="/vanoce/"] {
  background: #f65555 !important;
}

/* ČLÁNEK */
body.type-post .sidebar-left {
  display: none;
}

body.type-post .content-inner {
  margin: 0 auto;
}

body.type-post .content-inner time {
  display: none;
}

body.type-post .content-inner a {
  text-decoration: underline;
}

body.type-post .content-inner a:hover {
  text-decoration: none;
}

body.type-post .content-inner h1 {
  font-size: 46px;
}

body.type-post .content-inner h2 {
  font-size: 30px;
}

body.type-post .content-inner h3 {
  font-size: 25px;
}

body.type-post .content-inner h4 {
  font-size: 21px;
}

body.type-post .content-inner p,
body.type-post .content-inner ul,
body.type-post .content-inner ol {
  font-size: 19px;
  line-height: 1.5;
}

body.type-post .content-inner .anotace p {
  font-size: 21px;
  font-weight: 400;
  text-align: justify;
}

.sidebar #ratingTab,
#ratingTab_mobile {
  display: flex;
  opacity: 1;
  flex-direction: column;
  padding-bottom: 0;
}
.rate-wrapper.unveil-wrapper,
.sidebar .vote-wrap {
  width: 100%;
}
#ratingTab > p,
#ratingTab_mobile > p {
  order: 99;
}
#ratingTab > p a,
#ratingTab_mobile > p a {
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 400;
}
.rate-wrapper.unveil-wrapper.not_rated_yet {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.banner-wrapper.banner9 {
  padding-top: 30px;
  border-top: solid 2px #dae1d6;
}

.article_products_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  padding: 50px 0;
  margin: 50px 0;
  border-top: solid 2px #4a783c;
  border-bottom: solid 2px #4a783c;
}
/* Fix for Safari width */
.article_products_container:before,
.article_products_container:after {
  width: 100%;
}
.article_products_container .name {
  color: #595959 !important;
  text-decoration: none !important;
  font-size: 1.2em !important;
  font-weight: 600;
  font-family: "Roboto Slab", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 54px;
}
.article_products_container .name:hover {
  text-decoration: underline !important;
}
.article_products_container .name + .btn.btn-primary {
  text-decoration: none !important;
}
.article_products_container .name + .btn.btn-primary + p {
  margin-bottom: 0;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 47px;
}

.article_products_2 .article_products_container div,
.article_products_3 .article_products_container div {
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

@media (max-width: 449px) {
  .article_products_2 .article_products_container div {
    width: 100%;
    padding: 10px;
  }
  .article_products_3 .article_products_container div {
    width: 100%;
    padding: 10px;
  }
}

@media (min-width: 450px) and (max-width: 992px) {
  .article_products_2 .article_products_container div {
    flex: 1;
  }
  .article_products_3 .article_products_container div {
    flex: 1;
  }
  .article_products_3 .article_products_container div:last-child {
    flex: 100%;
  }
  .article_products_3 .article_products_container div:nth-child(2) {
    border-left: solid 1px #dadada;
  }
}

@media (min-width: 992px) {
  .article_products_2 .article_products_container div {
    flex: 1;
  }
  .article_products_3 .article_products_container div {
    flex: 1;
  }
  .article_products_3 .article_products_container div:nth-child(2) {
    border-right: solid 1px #dadada;
    border-left: solid 1px #dadada;
  }
}

@media (max-width: 767px) {
  .article_products_container .name {
    -webkit-line-clamp: 3;
    height: 80px;
  }
}

.in-krok-2 .co-box.co-contact-information > h4:first-child + .form-group {
  display: block;
}
.in-krok-2 .form-group label[for="login"],
.in-krok-2 .form-group label[for="login"] + div {
  display: none;
}
