@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Medium.woff') format('woff'),
    url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.eot');
  src: url('../fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-ExtraBold.woff') format('woff'),
    url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Regular.woff') format('woff'),
    url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.eot');
  src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Light.woff') format('woff'),
    url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
strong {font-weight:500;}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

body {
  overflow-x: hidden;
  font-family: 'Montserrat', Helvetica, Arial;
  line-height: normal;
}

.masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  transition all 300ms ease;
  background: transparent;
}

.masthead .container {
  display: flex;
}

.masthead .logo {
  padding: 60px 25px;
  background-color: white;
  position: relative;
  transition: all 300ms ease;
}

.masthead.scrolled {
  -webkit-box-shadow: 10px 10px 28px -8px rgba(0,0,0,0.39);
-moz-box-shadow: 10px 10px 28px -8px rgba(0,0,0,0.39);
box-shadow: 10px 10px 28px -8px rgba(0,0,0,0.39);
background-color: white;
}

.masthead.scrolled .logo {
  padding: 15px 15px;
  height: 50px;
}

.masthead.scrolled .logo img {
  height: 50px;
}

.masthead .logo:before {
  position: absolute;
  right: 100%;
  width: 1000px;
  top: 0;
  bottom: 0;
  background-color: white;
  display: block;
  content: '';
}

.masthead.scrolled .navbar {
  height: 80px;
}

.navbar {
  height: 130px;
  background-color: #f7f7f7;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style-type: none;
}

.navbar a {
  color: #333;
  text-decoration: none;
  padding: 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #a0a0a0;
  border-radius: 5px;
  transition: all 300ms ease;
}

.navbar a.selected,
.navbar a:hover {
  color: #261c72;
}

.container {
  max-width: 1200px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.hero {
  padding: 400px 0 200px;
  background-image: url('../images/baner.jpg');
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin-bottom: 350px;
}

.hero .container {
  position: relative;
}

.hero:after {
  content: "";
  display: table;
  clear: both;
}

.hero__title {
  float: right;
  width: calc(50% - 50px);
  color: white;
  font-size: 40px;
  font-weight: 800;
}

.hero__image {
  position: absolute;
  width: 50%;
  margin-left: -50px;
  margin-bottom: -300px;
}

.about__row:after,
.shops__row:after {
  content: "";
  display: table;
  clear: both;
}

.about {
  margin-bottom: 85px;
}

.about__title {
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 110px;
  text-align: center;
  text-transform: uppercase;
}

.about__col,
.shops__col {
  width: 50%;
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
}

.about {
  font-size: 16px;
  font-weight: 300;
}

.phone {
  position: absolute;
  top: -70px;
  right: 0;
  background-color: #2d2976;
  color: white;
  font-weight: 800;
  font-size: 26px;
  padding: 20px;
}

.phone:after {
  position: absolute;
  left: 100%;
  width: 1000px;
  top: 0;
  bottom: 0;
  display: block;
  background-color: #2d2976;
  content: '';
}

.phone__icon {
  text-align: center;
  margin-bottom: 10px;
}

.phone__small {
  font-size: 16px;
}

.shops {
  padding: 70px 0;
  background-color: #f5f5f5;
  position: relative;
  text-align: center;
  font-size: 14px;
}

.shops .container {
  position: relative;
}

.shops a:hover {
  color: #bf191b;
}

.shops__header {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 100px;
}

.shops__title {
  font-weight: 800;
}

.shops__description {
  font-weight: 300;
  margin-bottom: 20px;
}

.shops__col {
  line-height: normal;
  padding-top: 20px;
  padding-bottom: 20px;
  border-right: 1px solid rgba(0,0,0,0.1);
}

.shops__col:last-child {
  border-right: 0;
}

.feature__illustration {
  width: calc(40% + 150px);
  float: right;
  margin-right: -150px;
}

.feature {
  position: relative;
  z-index: 2;
  margin: 130px 0;
}

.feature:first-child {
  margin-top: 65px;
}

.feature__img {
  margin-top: -130px;
  width: 100%;
}

.feature__link {
  background-color: #bf191b;
  color: white;
  display: block;
  width: 230px;
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 10px;
  transition: all 300ms ease;
}

.feature__link:hover {
  background-color: #d43133;
}

.feature__text {
  width: 50%;
  margin-right: 2%;
  float: right;
  position: relative;
  z-index: 2;
}

.feature__title {
  color: #2d2878;
  font-weight: 800;
  font-size: 36px;
  padding-bottom: 60px;
  border-bottom: 2px solid #2d2878;
  margin-left: 240px;
  margin-right: -170px;
  margin-bottom: 70px;
}

.feature__description {
  font-size: 14px;
  font-weight: 300;
}

.feature__description ul {
  margin: 40px 0 0 40px;
  padding: 0;
  list-style-type: none;
  color: #2d2878;
}

.feature__description li {
  background: url('../images/ikona-plus.png') no-repeat left 4px;
  padding-left: 20px;
}

.feature--invert .feature__illustration {
  float: left;
  margin-right: 0;
  margin-left: -150px;
}

.feature--invert .feature__text {
  float: left;
  margin-right: 0;
  margin-left: 2%;
  text-align: right;
}

.feature--invert .feature__title {
  margin-right: 240px;
  margin-left: -170px;
}

.feature--invert .feature__description li {
  background-position: right 4px;
  padding-left: 0;
  padding-right: 20px;
}

.feature--invert .feature__link {
  float: right;
}

.producers {
  background-color: #f5f5f5;
  padding: 90px 0;
}

.producers__header {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 60px;
  text-align: center;
}

.producers__logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.contact {
  background-image: url('../images/map.jpg');
  background-position: center;
  background-size: cover;
  padding-bottom: 380px;
  position: relative;
}

.contact .container {
  position: relative;
}

.contact__inner {
  background-color: white;
  padding: 35px;
  font-size: 14px;
  font-weight: 300;
}

.contact__title {
  font-weight: 800;
}

.contact__link {
  font-weight: 800;
  color: #2d2976;
  text-decoration: none;
}

.contact__link:hover {
  color: #333;
  text-decoration: underline;
}

.contact .phone {
  top: 0;
}

.contact__maplink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.footer {
  padding: 35px 0;
  background-color: #bf191b;
  color: white;
  font-size: 13px;
}

.footer__links {
  float: left;
  width: 75%;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-weight: 300;
}

.footer a {
  color: white;
  text-decoration: none;
  display: inline-block;
  padding: 3px;
  transition: all 300ms ease;
}

.footer a:hover {
  background-color: rgba(255,255,255,0.2);
  border-radius: 4px;
}

.footer__author {
  width: 25%;
  text-align: right;
  float: right;
}

.anchor {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: -140px;
}

.slicknav_menu {
  display:none;
}

@media screen and (max-width: 1200px) {
  /* #menu is the original menu */
  .masthead .logo {
    padding: 15px 15px;
    height: 50px;
  }

  .masthead .logo img {
    height: 50px;
  }
  #menu {
    display:none;
  }

  .slicknav_menu {
    display:block;
  }

  .hero {
    padding: 200px 0 100px;
    margin-bottom: 50px;
  }

  .hero__image {
    display: none;
  }

  .hero__title {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}

@media all and (max-width: 900px) {
  .feature__title {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .feature__illustration {
    width: 40%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .feature__img {
    margin-top: 0;
  }

  .phone {
    font-size: 18px;
  }

  .phone__icon img {
    height: 30px;
  }

  .footer__links,
  .footer__author {
    margin: 10px 0;
    width: 100%;
    float: none;
    flex-direction: column;
  }
}

@media all and (max-width: 700px) {
  .hero__title {
    font-size: 24px;
  }

  .about__title,
  .shops__header,
  .producers__header {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .about__col, .shops__col,
  .feature__text, .feature__illustration {
    width: 100%;
    margin: 10px 0;
    float: none;
  }

  .feature__link {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
  }

  .feature__title {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .feature__description ul {
    margin: 0;
    margin-top: 20px;
  }

  .feature {
    margin: 20px 0;
  }

  .feature--invert .feature__text {
    text-align: left;
    margin: 0;
  }

  .feature--invert .feature__description li {
    padding-right: 0;
    padding-left: 20px;
    background-position: left 4px;
  }

  .phone {
    position: relative;
    width: 100%;
    box-sizing: border-box;
  }

  .phone__icon,
  .phone__number {
    display: inline-block;
    vertical-align: middle;
  }

  .phone:after {
    display: none;
  }

  .producers__logos {
    flex-direction: column;
  }

  .contact {
    background-image: url('../images/map2.jpg');
  }
}

