/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('/fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/roboto-v18-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('/fonts/roboto-v18-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-v18-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-v18-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-v18-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-v18-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

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;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.widget {
  background: #E6EDEF;
  padding-top: 16px;
  padding-bottom: 40px;
  max-width: 300px;
  box-sizing: border-box;
}

@media screen and (max-width: 1023px)  {
  .widget {
    width: 100%;
    max-width: 100%;
  }
  .widget__wrap {
    max-width: 300px;
    margin: auto;
  }
}

.title {
  /* font-size: 18px;
  font-family: 'HelveticaNeue', 'Arial', sans-serif;
  line-height: 24px;
  letter-spacing: 1px; */
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #333333;
  /* text-transform: uppercase; */
  text-align: center;
  max-width: 190px;
  margin: auto;
  margin-bottom: 20px;
}

.title__img {
  position: relative;
  top: 2px;
  padding-right: 1px;
}

.footer__links {
  padding: 0px 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}

.footer__link {
  display: block;
  transition: opacity 0.3s;
  height: 34px;
  overflow: hidden;
  background: #000000;
  border-radius: 5px;
  margin: 0 10px;
}

.footer__link:hover {
  opacity: 0.8;
}

.footer__text {
  /* font-size: 18px;
  font-family: 'HelveticaNeue', 'Arial', sans-serif;
  line-height: 24px;
  letter-spacing: 1px; */
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  /* text-transform: uppercase; */

  color: #333333;
  max-width: 200px;
  margin: auto;
  margin-bottom: 8px;
}

.footer__arrows {
  display: block;
  width: 73px;
  margin: auto;
  margin-bottom: 15px;
}

.icon_type_app-store {
  display: block;
  width: 102px;
}

.icon_type_google-play {
  display: block;
  width: 112px;
}

.content {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}

.scroll {
  position: absolute;
  right: 6px;
  top: 0;
  width: 2px;
  background: #ABC2C9;
  border-radius: 2px;
}

.posts {
  padding: 0 20px;
  max-height: 540px;
  overflow: auto;
  position: relative;
  left: 17px;
  padding-left: 0;
}

.post {
  display: block;
}

.post__img {
  display: block;
  width: 100%;
}
.posts__wrap {
  max-width: 265px;
}
