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

body {
  background-color: #fbfbfb;
  color: #323232;
  font-family: 'Grandview', sans-serif;
  font-size: 1rem;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
}

p {
  color: #232323;
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 1.5;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
  line-height: 1.2;
  margin: 0;
}

a {
  color: #fbfbfb;
  text-decoration: none;
  background-color: #ff6c10;
  padding: .7rem 1.5rem;
  border-radius: .2rem;
  font-size: 1.2rem;
}

.underline {
  text-decoration: underline;
}

a:hover {
  color: #323232;
  text-decoration: underline;
}

.o-col {
  width: 100%;
}

@media (min-width: 800px) {
  .o-col--md25 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 800px) {
  .o-col--md33 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 800px) {
  .o-col--md50 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .o-col--lg20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1200px) {
  .o-col--lg25 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1200px) {
  .o-col--lg33 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 1200px) {
  .o-col--lg50 {
    flex: 0 0 50%;
    max-width: 50%;
  }

}

@media (min-width: 1200px) {
  .o-col--lg75 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

.o-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

@media (min-width: 800px) {
  .o-container {
    max-width: 740px;
  }
}

@media (min-width: 1200px) {
  .o-container {
    max-width: 1140px;
  }
}

.o-row {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 800px) {
  .o-row {
    flex-direction: row;
  }
}

.o-row--center-y {
  align-items: center;
}

.c-btn {
  border: none;
  border-radius: 0.5rem;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 1rem 1.25rem;
  text-transform: uppercase;
  transition: all .25s ease-in;
}

.c-btn:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.c-btn--primary {
  background-color: #323232;
  color: #FFFFFF;
}

.c-btn--primary:hover {
  background-color: #71839a;
  color: #FFFFFF;
}

.c-btn--accent {
  background-color: #e31d2c;
  color: #FFFFFF;
}

.c-btn--accent:hover {
  background-color: #eb616c;
  color: #FFFFFF;
}

.c-btn--light {
  background-color: #7487A2;
  color: #FFFFFF;
}

.c-btn--light:hover {
  background-color: #a2afc1;
  color: #FFFFFF;
}

.c-btn--small {
  font-size: 0.875rem;
  font-weight: normal;
  padding: .5rem .85rem;
}

.c-heading--level1 {
  font-size: 2.69rem;
  letter-spacing: -0.025rem;
}

@media (min-width: 1200px) {
  .c-heading--level1 {
    font-size: 3.75rem;
  }
}

.c-heading--level2 {
  font-size: 1.875rem;
  letter-spacing: -0.025rem;
  margin-bottom: 5px;
}

@media (min-width: 1200px) {
  .c-heading--level2 {
    font-size: 2.69rem;
    line-height: .93;
  }
}

.c-heading--level3 {
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: .5rem;
}

.c-heading--upper {
  text-transform: uppercase;
}

.c-heading--white {
  color: #FFFFFF;
}

.c-icon-box {
  text-align: center;
}

.c-icon-box__image {
  margin-bottom: 20px;
}

.c-icon-box__text {
  font-size: 0.75rem;
  margin-top: 10px;
}

.c-input {
  background-color: #fbfbfb;
  border: none;
  border-radius: 0.2rem;
  color: #323232bb;
  font-size: 1.2rem;
  font-family: inherit;
  font-weight: 200;
  padding: .7rem 1.5rem;
  outline: none;
  text-transform: uppercase;
  box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.1),
    /* 2. shadow ring 👇 */
    0 0 0 1px hsla(230, 13%, 9%, 0.075),
    /* 3. multiple soft shadows 👇 */
    0 0.3px 0.4px hsla(230, 13%, 9%, 0.02),
    0 0.9px 1.5px hsla(230, 13%, 9%, 0.045),
    0 3.5px 6px hsla(230, 13%, 9%, 0.09);
}

.c-input::placeholder {
  color: #323232bb;
}

.c-input::-moz-placeholder {
  color: #323232bb;
  opacity: 1;
}

.c-input:-ms-placeholder {
  color: #323232bb;
}

.c-input--newsletter {
  border-radius: 0.5rem 0 0 0.5rem;
  padding: .7rem 1.5rem;
}

.c-label {
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -0.025rem;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .c-label {
    font-size: 1.875rem;
  }
}

.c-list__item {
  line-height: 1.5;
  margin-bottom: 20px;
}

.c-list__item--compact {
  margin-bottom: 12.5px;
}

.c-list__icon {
  background: url("../images/angle-right.png") 0 50% no-repeat;
  display: inline-block;
  height: 14px;
  width: 26px;
}

.c-list--unstyled {
  list-style-type: none;
}

.c-nav__item {
  display: block;
  font-size: 0.875rem;
  padding-bottom: 7.5px;
  padding-top: 7.5px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.c-nav__item:hover {
  color: #323232;
}

@media (min-width: 1200px) {
  .c-nav__item {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}

.c-offer {
  background-color: #F8F8F8;
  border-radius: 0.5rem;
  cursor: pointer;
  letter-spacing: -0.025rem;
  padding: .4rem .8rem;
  position: relative;
}

@media (min-width: 1200px) {
  .c-offer {
    padding: .8rem 1.6rem;
  }
}

.c-offer__arrow {
  display: none;
  background-color: #323232;
  bottom: 0;
  border-radius: 0 0.5rem 0.5rem 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 65px;
}

@media (min-width: 800px) {
  .c-offer__arrow {
    display: block;
  }
}

.c-offer__icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.c-pagination__item {
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
}

.c-product-card {
  margin-bottom: 40px;
}

.c-product-card__top {
  background-color: #FFFFFF;
  height: 310px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  width: 100%;
}

.c-product-card__picture {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.c-product-card__cart {
  align-items: center;
  background-color: #F8F8F8;
  bottom: 15px;
  display: flex;
  justify-content: space-between;
  height: 40px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 220px;
}

.c-product-card__cart-icon {
  text-align: center;
  flex: 0 0 20%;
}

.c-product-card__cart-text {
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  color: #898989;
  float: 0 0 60%;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 40px;
  text-transform: uppercase;
}

.c-product-card__meta {
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
}

.c-product-card__color {
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  width: 12px;
}

.c-product-card__color--one {
  background-color: #DABDFE;
}

.c-product-card__color--two {
  background-color: #FEBDBD;
}

.c-product-card__color--three {
  background-color: #FECFBD;
}

.c-product-card__color--four {
  background-color: #BDE6FE;
}

.c-product-card__color--five {
  background-color: #FEDABD;
}

.c-product-card__color--six {
  background-color: #E6BDFE;
}

.c-product-card__color--seven {
  background-color: #458A5C;
}

.c-product-card__color--eight {
  background-color: #8A6245;
}

.c-product-card__color--nine {
  background-color: #3F5587;
}

.c-product-card__price {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
}

.c-product-selector {
  display: inline-block;
}

.c-product-selector__item {
  display: block;
  color: #444444;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .c-product-selector__item {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 50px;
  }
}

.c-wynik {
  position: fixed;
    left: unset;
    right: 0;
    top: 15%;
    height: 10em;
    width: 16em;
    margin-top: -2.5em;
    z-index: 5;
    background: #ff6c10bb;
    font-weight: bold;
    border: solid #ff6c10bb;
    border-right: none;
    box-shadow: 0 1px 3px black;
    border-radius: 1rem .2rem .2rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media (min-width: 1200px) {
  .c-wynik {
    position: fixed;
    left: unset;
    right: 0;
    top: 15%;
    height: 10em;
    width: 16em;
    margin-top: -2.5em;
    z-index: 5;
    background: #ff6c10bb;
    font-weight: bold;
    border: solid #ff6c10bb;
    border-right: none;
    box-shadow: 0 1px 3px black;
    border-radius: 1rem .2rem .2rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

@media (max-width: 800px) {
  .c-wynik {
    position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  top: auto;
  height: 8em;
  border-radius: 0;
  }
}

.t-clinic-locator {
  background: linear-gradient(45deg, #3E5CC5 0%, #5B8AF8 100%);
  padding-bottom: 45px;
  padding-top: 40px;
}

@media (min-width: 1200px) {
  .t-clinic-locator {
    background: url("../images/map.png") 10% 80% no-repeat, linear-gradient(45deg, #3E5CC5 0%, #5B8AF8 100%);
    padding-top: 200px;
  }
}

.t-clinic-locator__right {
  display: flex;
  justify-content: flex-end;
}

.t-clinic-locator__content {
  width: 100%;
  text-align: right;
}

@media (min-width: 1200px) {
  .t-clinic-locator__content {
    max-width: 500px;
  }
}

.t-clinic-locator__heading {
  margin-bottom: 15px;
}

.t-clinic-locator__subheading {
  color: #FFFFFF;
  margin-bottom: 40px;
}

.t-clinic-locator__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 25px;
}

.t-clinic-locator__btn {
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 0;
}

.t-feature {
  padding-bottom: 30px;
  padding-top: 30px;
}

@media (min-width: 800px) {
  .t-feature {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}

.t-feature__first-col {
  margin-bottom: 30px;
}

@media (min-width: 800px) {
  .t-feature__first-col {
    margin-bottom: 0;
  }
}

.t-feature__text {
  margin-bottom: 70px;
  margin-top: 40px;
}

.t-job-offers__intro {
  padding-bottom: 70px;
  padding-top: 70px;
}

.t-job-offers__intro-left {
  margin-bottom: 30px;
}

@media (min-width: 800px) {
  .t-job-offers__intro-left {
    margin-bottom: 0;
  }
}

@media (min-width: 800px) {
  .t-job-offers__intro-right {
    text-align: right;
  }
}

.t-job-offers__offers {
  padding-bottom: 30px;
}

.t-job-offers__item {
  margin-bottom: 20px;
}

.t-newsletter {
  background-color: #323232;
  padding-bottom: 45px;
  padding-top: 30px;
}

/* @media (min-width: 1200px) {
  .t-newsletter__content {
    padding-left: 80px;
    padding-right: 80px;
  }
} */

.t-newsletter__heading {
  color: #FFFFFF;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .t-newsletter__heading {
    margin-bottom: 0;
  }
}

.t-newsletter__heading-first {
  display: block;
  font-size: 1.5rem;
}

.t-newsletter__heading-second {
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 3px;
}

.t-newsletter__form {
  display: flex;
  flex-wrap: wrap;
}

.t-newsletter__input {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 20px;
  margin-right: 20px;
}

@media (min-width: 800px) {
  .t-newsletter__input {
    flex: 0 0 75%;
    max-width: 75%;
    margin-bottom: 5px;
  }
}

.t-our-advantages {
  padding-top: 60px;
}

.t-our-advantages__item {
  margin-bottom: 40px;
}

@media (min-width: 1200px) {
  .t-our-advantages__item {
    margin-bottom: 120px;
  }
}

.t-our-company {
  padding-bottom: 60px;
  padding-top: 90px;
}

.t-our-company__left {
  margin-bottom: 40px;
}

@media (min-width: 800px) {
  .t-our-company__left {
    margin-bottom: 0;
  }
}

.t-our-company__right {
  text-align: center;
}

@media (min-width: 800px) {
  .t-our-company__right {
    padding-right: 30px;
    text-align: right;
  }
}

.t-our-company__buttons {
  display: flex;
  flex-wrap: wrap;
}

.t-our-company__btn {
  margin-right: 30px;
  margin-bottom: 25px;
}

.t-post-list {
  background-color: #F8F8F8;
  padding-top: 40px;
  position: relative;
}

@media (min-width: 1200px) {
  .t-post-list {
    height: 380px;
  }
}

.t-post-list__content {
  padding-bottom: 40px;
}

@media (min-width: 1200px) {
  .t-post-list__content {
    background-color: #F8F8F8;
    clip-path: ellipse(68% 450px at 50% 0);
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    z-index: 1000;
  }
}

.t-post-list__item {
  margin-bottom: 40px;
}

@media (min-width: 1200px) {
  .t-post-list__item {
    margin-bottom: 20px;
  }
}

.t-post-list__image {
  margin-bottom: 25px;
  max-width: 349px;
  position: relative;
}

.t-post-list__badge {
  background: linear-gradient(45deg, #3E5CC5 0%, #5B8AF8 100%);
  border-radius: 0.5rem 0 0 0.5rem;
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: bold;
  padding: .5rem 1rem;
  position: absolute;
  text-transform: uppercase;
  top: 70%;
  right: 0;
}

.t-product-list {
  background-color: #F8F8F8;
}

.t-product-list .c-product-selector {
  margin-bottom: 50px;
  margin-top: 50px;
}

.t-product-list .c-pagination {
  margin-bottom: 70px;
  margin-top: 40px;
}

.t-promoted {
  padding-top: 80px;
}

.t-promoted .o-row {
  margin-bottom: 30px;
}

.t-promoted__item {
  padding-bottom: 65px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 65px;
}

.t-promoted__item--first {
  background-color: #e31d2c;
  padding-bottom: 70px;
  padding-top: 70px;
}

@media (min-width: 800px) {
  .t-promoted__item--first {
    background: url("../images/promo-1.jpg") no-repeat;
  }
}

@media (min-width: 1200px) {
  .t-promoted__item--first {
    padding-left: 70px;
  }
}

.t-promoted__item--second {
  background-color: #2BB9D5;
}

@media (min-width: 800px) {
  .t-promoted__item--second {
    background: url("../images/promo-2.jpg") no-repeat;
  }
}

@media (min-width: 1200px) {
  .t-promoted__item--second {
    padding-left: 70px;
  }
}

.t-promoted__item--second .c-btn {
  margin-top: 25px;
}

.t-promoted__item--third {
  background-color: #F3BBC4;
}

@media (min-width: 800px) {
  .t-promoted__item--third {
    background: url("../images/promo-3.jpg") no-repeat;
  }
}

@media (min-width: 1200px) {
  .t-promoted__item--third {
    padding-left: 285px;
  }
}

.t-promoted__item--third .c-btn {
  margin-top: 25px;
}

.t-promoted__text {
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1.2;
}

.t-promoted__text--size1 {
  display: block;
  font-size: 2.69rem;
  margin-bottom: 30px;
}

.t-promoted__text--size2 {
  display: block;
  font-size: 1.875rem;
}

.t-promoted__text--size3 {
  font-size: 1.875rem;
}

.t-promoted__code .c-btn {
  margin-left: 20px;
}

.t-shopper-info {
  background-color: #F8F8F8;
  padding-bottom: 60px;
  padding-top: 60px;
}

.t-shopper-info__item {
  margin-bottom: 60px;
}

@media (min-width: 1200px) {
  .t-shopper-info__item {
    margin-bottom: 0;
  }
}

.t-site-footer__main {
  padding-bottom: 30px;
  padding-top: 40px;
}

.t-site-footer__header {
  align-items: flex-end;
  display: flex;
  height: 50px;
  margin-bottom: 20px;
}

.t-site-footer__copy {
  background-color: #F8F8F8;
  color: #323232;
  font-size: 0.625rem;
  padding-bottom: 25px;
  padding-top: 25px;
}

.t-site-header {
  margin-top: 20px;
  background: linear-gradient(0deg, #C2C2C2 0%, #FFFFFF 100%);
}

.t-site-header_menu {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .t-site-header_menu {
    margin-top: 0;
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .t-site-header__nav-button {
    margin-right: 0;
  }
}

.t-site-header__hero {
  padding-bottom: 70px;
  padding-top: 40px;
}

.t-site-header__hero-image {
  margin-bottom: 30px;
}

@media (min-width: 800px) {
  .t-site-header__hero-image {
    margin-bottom: 30px;
  }
}

.t-site-header__intro-text {
  color: #323232;
  font-style: 1.5rem;
  letter-spacing: -0.025rem;
}

.t-site-header__buttons {
  margin-top: 50px;
}

.t-site-header__first-button {
  margin-right: 10px;
}

.u-bg-white {
  background-color: #FFFFFF;
}

.u-bg-light {
  background-color: #F8F8F8;
}

.u-white {
  color: #FFFFFF;
}

.u-accent {
  color: #e31d2c;
}

.u-mb-1 {
  margin-bottom: 10px;
}

.u-mb-2 {
  margin-bottom: 20px;
}

.u-mb-3 {
  margin-bottom: 30px;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

@media (min-width: 1200px) {
  .u-text-lg-right {
    text-align: right !important;
  }
}

.u-bold {
  font-weight: bold;
}

footer.t-newsletter{
  padding-bottom: 20px;
}