* {
  box-sizing: border-box; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: #1875f0; }

body {
  background-color: #fafafa;
  font-family: 'Roboto', sans-serif;
  margin: 0; }

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  margin-left: 0;
  font-size: inherit;
  line-height: 1; }

.container {
  max-width: 1110px;
  margin: 0 auto; }

.hidden {
  display: none; }

.header {
  background-color: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px; }

.header__container {
  max-width: 1110px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 30px 41px 38px 23px;
  align-items: center; }

.header__logo {
  color: #4d4d4d;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.76px; }

.header__search {
  display: flex;
  width: 468px;
  height: 50px;
  border-radius: 4px;
  border: 2px solid #f5f5f5; }
  .header__search-input-wrapper {
    width: 278px;
    display: flex;
    align-items: center;
    border-right: 2px solid #f5f5f5; }
  .header__search-input {
    padding: 0 20px;
    height: 46px;
    width: 100%;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    border: none;
    outline: none; }
    .header__search-input::placeholder {
      color: #b3b3b3; }
  .header__search-dropdown {
    border-right: 2px solid #f5f5f5;
    width: 142px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .header__search-button-wrapper {
    flex-grow: 1; }
  .header__search-button {
    background-color: transparent;
    border: none;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
  .header__search .header__nav {
    border-top: 2px solid #f5f5f5; }

.header-select {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer; }

.header-select__title {
  width: 83px;
  color: #b3b3b3;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.25px;
  position: relative; }
  .header-select__title::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 8px;
    height: 5px;
    background-image: url("./../image/icons/dropdown-arrow_icon.svg"); }

.header-select__dropdown {
  position: absolute;
  top: 100%;
  left: -2px;
  right: -2px;
  border: 2px solid #f5f5f5;
  background-color: #fff; }

.header-select__dropdown-item {
  height: 40px;
  color: #808080;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  padding-left: 20px;
  display: flex;
  align-items: center;
  border: 2px solid #f5f5f5;
  transition: background .2s linear; }
  .header-select__dropdown-item:last-child {
    border-bottom: none; }
  .header-select__dropdown-item:hover {
    background-color: #f1f1f1; }

.header-select.header-select--nav {
  padding-left: 28px;
  padding-right: 28px; }
  .header-select.header-select--nav .header-select__title {
    width: auto;
    font-size: 14px;
    text-transform: none;
    color: #b3b3b3;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding-right: 20px; }

.header__links {
  display: flex;
  justify-content: space-between; }

.header-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #b3b3b3; }
  .header-link:not(:last-child) {
    margin-right: 35px; }
  .header-link svg {
    fill: grey; }
  .header-link:hover {
    color: blue;
    text-decoration: none; }
    .header-link:hover svg {
      fill: blue; }

.header-link__icon {
  width: 21px;
  height: 21px;
  margin-right: 18px;
  position: relative; }

.header-link--notify .header-link__icon::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: blue;
  position: absolute;
  top: -8px;
  right: -7px; }

.header-link__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1; }

.header-nav {
  border-left: 2px solid #f5f5f5;
  border-right: 2px solid #f5f5f5;
  display: flex;
  width: 1110px;
  margin: 0 auto;
  height: 60px; }

.header-nav__categories {
  border-right: 2px solid #f5f5f5;
  width: 200px; }

.header-nav__deals {
  border-right: 2px solid #f5f5f5;
  padding-left: 38px;
  padding-right: 38px;
  display: flex;
  align-items: center;
  flex-grow: 1; }

.header-nav__link {
  color: #808080;
  font-size: 14px;
  font-weight: 500;
  line-height: 1; }
  .header-nav__link:not(:last-child) {
    margin-right: 35px; }
  .header-nav__link:hover {
    color: #1875f0;
    text-decoration: none; }

.header-nav__select {
  display: flex; }

.header-nav__select-item:not(:last-child) {
  border-right: 2px solid #f5f5f5; }

.header-mega-menu-link {
  padding: 0 30px 0 40px;
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 100%; }
  .header-mega-menu-link:hover {
    color: #1875f0;
    text-decoration: none; }
    .header-mega-menu-link:hover svg {
      fill: #1875f0; }

.header-mega-meny-link__icon {
  margin-right: 22px; }
  .header-mega-meny-link__icon svg {
    fill: grey; }

.header-mega-menu-link__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px; }

.nav-dropdown {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding-left: 28px;
  padding-right: 28px; }

.nav-dropdown:hover .nav-dropdown__title {
  color: #1875f0; }

.nav-dropdown:hover svg {
  fill: #1875f0; }

.nav-dropdown:hover .nav-dropdown__dropdown {
  display: block; }

.nav-dropdown__title {
  position: relative;
  width: auto;
  color: #b3b3b3;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding-right: 20px; }

.nav-dropdown__title-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 8px;
  height: 5px;
  font-size: 0; }
  .nav-dropdown__title-icon svg {
    fill: #b3b3b3; }

.nav-dropdown__dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: -2px;
  right: -2px;
  border: 2px solid #f5f5f5;
  background-color: #fff; }

a.nav-dropdown__dropdown-item {
  height: 40px;
  color: #808080;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  padding-left: 28px;
  display: flex;
  align-items: center;
  border: 2px solid #f5f5f5;
  transition: background .2s linear; }
  a.nav-dropdown__dropdown-item:last-child {
    border-bottom: none; }
  a.nav-dropdown__dropdown-item:hover {
    background-color: #f1f1f1; }

.carousel-section {
  margin-bottom: 30px; }

.carousel__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 330px;
  width: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%), url(../image/carusel/slider-1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px; }

.carousel__item-title {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 60px; }

.carousel__item-text {
  line-height: 2.14;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  font-size: 14px; }
  .carousel__item-text p {
    margin-bottom: 15px; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-carousel.owl-theme .owl-nav button.owl-prev,
.owl-carousel.owl-theme .owl-nav button.owl-next {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 21px;
  border-radius: 50%;
  border: 2px solid white;
  outline: none; }

.owl-carousel.owl-theme .owl-nav button.owl-prev {
  left: 60px;
  background-image: url(../image/carousel-icon/arrow-prev.svg);
  background-repeat: no-repeat; }

.owl-carousel.owl-theme .owl-nav button.owl-next {
  right: 60px;
  background-image: url(../image/carousel-icon/arrow-next.svg); }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%); }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  margin: 15px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  width: 68px;
  height: 2px;
  background-color: #fff;
  opacity: 0.3; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1; }

.promo-section__row {
  display: flex;
  justify-content: space-between; }

.promo-section__col {
  width: 350px; }

.promo-section-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  max-width: 350px;
  text-align: center;
  height: 350px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  background-color: #Fff;
  transition: box-shadow .2s ease-in; }

.promo-section-item:hover {
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.24); }

.promo-section-item__title {
  color: #666666;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 30px; }

.promo-section-item__subtitle {
  font-size: 14px;
  color: #b3b3b3;
  margin-bottom: 40px;
  font-weight: 500;
  line-height: 1; }

.promo-section-item--background-img {
  justify-content: flex-end;
  background-color: #3b4b48;
  background-position: center;
  background-size: cover;
  padding-bottom: 45px; }
  .promo-section-item--background-img .promo-section-item__subtitle {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.3); }
  .promo-section-item--background-img .promo-section-item__title {
    color: #fff; }

.promo-section-item--background-img-watch {
  background-color: #3b4b48;
  background: url(../image/watch-bg.jpg);
  background-position: center;
  background-size: cover; }

.promo-section-item--small {
  flex-direction: row;
  align-items: center;
  padding: 20px;
  height: 150px;
  text-align: left; }
  .promo-section-item--small .promo-section-item__title {
    color: #666666;
    line-height: 2.14;
    font-weight: 500;
    font-size: 14px;
    margin: 0; }

.promo-section-item__img-cell {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 116px;
  height: 100%;
  margin-right: 25px; }

.promo-section-item__img-title-cell {
  display: flex;
  align-items: center; }

.promo-section-item-link-wrapper--column {
  display: inline-block;
  margin-bottom: 30px; }
  .promo-section-item-link-wrapper--column:not(:last-child) {
    margin-bottom: 30px; }
