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;
}

:focus {
    outline: 0;
}

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;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* template */

* {
    outline: none;
	margin: 0;
    padding: 0;
}

html {
	margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
	font-family: 'Roboto', sans-serif;
}

header {
    display: block;
}

section {
    display: block;
}

a,
a:link,
a:active,
a:visited {
	color: #3e77aa;
}

a:hover {
	color: #cc3333;
}

input[type="text"],
select,
textarea {
	font-family: 'Roboto', sans-serif;
}

.container-fluid-limit {
	max-width: 1280px;
}

.item-page h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 28px;
	line-height: 36px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 50px;
	position: relative;
}

.item-page h2::after {
    content: ' ';
    position: absolute;
    top: 100%;
    margin-top: 20px;
    left: 0;
    width: 30px;
    border-bottom: 3px solid #ffc40d;
}

.item-page ul {
	list-style: disc;
	margin-left: 20px;
	padding-bottom: 8px;
}

.item-page ul li {
	padding-bottom: 4px;
	line-height: 20px;
}

.list_product .sblock4 {
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	box-sizing: border-box;
}

.site-header {
	z-index: 50;
    /* position: fixed;
    top: 0;
    left: 0; */
    width: 100%;
	max-width: 1280px;
	margin: 0 auto;
    min-height: 60px;
    background: #fff;
}

.page-content {
	display: block;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.page-content-inner {
    margin: 20px 0;
    padding: 0 20px;
}

.outdoor-outer {
	background: #f6f6f6;
}

.outdoor-outer h3 {
	padding: 30px 0;
	text-align: center;
}

.outdoor {
	display: flex;
	flex-flow: column-reverse;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.outdoor-image {
	width: 100%;
	flex: 1;
	align-self: flex-end;
}

.outdoor-image img {
	display: block;
	width: 100%;
	height: auto;
}

.outdoor-text {
	width: 100%;
	flex: 1;
	text-align: center;
	align-self: center;

}

.outdoor-text p {
	padding: 0;
    font-size: 16px;
    line-height: 24px;
    color: #333;
	margin-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

.billboards-selector {
	display: flex;
	flex-flow: row nowrap;
}

.billboard-layout {
	display: flex;
}

.billboard-layout-item {
	width: 33.33%;
}

.billboard-layout-item img {
	display: block;
	width: 100%;
	height: auto;
}

.billboard-layout-item iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.show-outdoor-button {
	display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    padding: 14px 18px;
    line-height: 16px;
    text-align: center;
    background: transparent;
    color: #1969b4;
	border: 2px solid #1969b4;
    cursor: pointer;
    margin: 0 auto;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.2s;
}

.show-outdoor-button:hover {
	background: #1969b4;
    color: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(25,105,180,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(25,105,180,0.5);
    box-shadow: 0px 0px 10px 0px rgba(25,105,180,0.5);
}

.readmore-button-large,
a.readmore-button-large,
a.readmore-button-large:link,
a.readmore-button-large:visited {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	line-height: 20px;
    display: block;
    max-width: 300px;
    text-transform: uppercase;
    padding: 18px 0px;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.3s;
	background: #1969b4;
	border: 2px solid #1969b4;
	color: #fff;
}

input.readmore-button-large {
	width: 100%;
}

.readmore-button-large:hover,
a.readmore-button-large:hover {
	background: #1a7cd8;
	border: 2px solid #1a7cd8;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(25,105,180,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(25,105,180,0.5);
    box-shadow: 0px 0px 10px 0px rgba(25,105,180,0.5);
}


.readmore-btn-small {
	display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    padding: 14px 18px;
    line-height: 16px;
    text-align: center;
    background: transparent;
    color: #1969b4;
	border: 2px solid #1969b4;
    cursor: pointer;
    margin: 0 auto;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.2s;
}

.readmore-btn-small:hover {
	background: #1969b4;
    color: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(25,105,180,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(25,105,180,0.5);
    box-shadow: 0px 0px 10px 0px rgba(25,105,180,0.5);
}

.readmore-btn-small-white {
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
}

.readmore-btn-small-white:hover {
	background: #fff;
	color: #000;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(255,255,255,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(255,255,255,0.5);
    box-shadow: 0px 0px 10px 0px rgba(255,255,255,0.5);
}

.page-content .item-page img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.labeled-section-footer,
.works-section-footer {
	padding-top: 40px;
}

.services-section-footer {
	padding-top: 40px;
}

.page-header h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	font-size: 32px;
	line-height: 38px;
	text-align: center;
	margin: 50px 0;
}

.section-header-separator {
    display: block;
    width: 50px;
    padding: 20px 0;
    margin: 0 auto;
}

.section-header-separator span {
    display: block;
    width: 100%;
    height: 50%;
    border-bottom: 1px solid #ccc;
}

.site-header-inner {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}

.site-logo {
    display: block;
	width: 184px;
    height: 60px;
	float: left;
}

.site-logo a {
	display: block;
	padding: 12px 10px;
}

.site-logo img {
    display: block;
	width: 164px;
    height: 36px;
}

.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: inline-block;
}

.main-navigation ul li {
    display: inline-block;
}

.main-navigation ul li:hover a {
    color: #333;
}

.main-navigation ul li a {
	font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
	text-align: center;
}

.main-navigation .mod-languages {
	display: flex;
	justify-content: center;
	border-top: 1px solid #ccc;
	height: 40px;
	padding: 10px 0;
}

.main-navigation .mod-languages ul {
	width: 76px;
	display: flex;
	flex-flow: row nowrap;
}

.main-navigation .mod-languages ul li {
	margin: 0;
	height: 40px;
}

.main-navigation .mod-languages ul li a {
	height: 40px;
	line-height: 40px;
}

.main-navigation .mod-languages li {
	position: relative;
}

.main-navigation .mod-languages li.lang-active:before {
    content: "";
    position: absolute;
    bottom: 2px;
    background: #999;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    left: calc(50% - 3px);
}

.site-footer {
    background: #fff;
	border-top: 1px solid #d0d0d0;
	padding-bottom: 50px;
}

.site-footer-outer {
	max-width: 1280px;
	margin: 0 auto;
}

.site-footer-inner {
	display: flex;
    flex-flow: row wrap;
    padding: 30px 20px;
}

.site-footer p {
    font-size: 14px;
    line-height: 18px;
    color: #999;
}

.site-footer-item {
	padding: 8px 0;
    text-align: center;
}

.site-footer-item .mod-languages {
	padding-top: 10px;
}

.site-footer-item ul.lang-inline li {
	margin: 0;
}

.site-footer-item ul.lang-inline a {
	display: inline-block;
	padding: 4px 8px;
	line-height: 14px;
	font-size: 14px;
	border-radius: 4px;
}

.site-footer-item ul.lang-inline .lang-active a {
	background: #666;
	color: #fff;
}

.site-footer-item ul.nav {
	flex-direction: column;
}

.site-footer-item ul.nav li {
	padding-bottom: 8px;
}

.site-footer-item ul.nav li a {
	font-size: 14px;
    line-height: 18px;
}

.site-footer-item-copyright,
.site-footer-item-menu,
.site-footer-item-address,
.site-footer-item-logo {
	width: 100%;
}

.site-footer-social-icons {
	display: flex;
	flex-flow: row nowrap;
	padding-top: 16px;
	justify-content: center;
}

.site-footer-social-item {
	padding-right: 8px;
}

.site-footer-social-item a {
	display: block;
	width: 32px;
	height: 32px;
	opacity: 0.7;
	transition: 0.3s;
}

.site-footer-social-item img {
	display: block;
	width: 100%;
	height: auto;
	
}

.site-footer-social-item a:hover {
	opacity: 1;
}

.breadcrumb-outer {
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #f0f0f0;
}

.breadcrumb-inner {
	max-width: 1260px;
	margin: 0 auto;
	padding: 12px 10px;
}

.breadcrumb li {
	display: inline-block;
	padding: 4px 0;
	font-size: 14px;
}

.breadcrumb .divider {
	color: #ccc;
	padding: 0 3px;
}

.services-list-page .items-leading {
	display: flex;
	flex-flow: row wrap;
}

.services-list-page .leading-item {
	padding: 20px 0;
}

.services-list-page .category-desc {
	padding-bottom: 50px;
}

.services-list-page .leading-item {
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.services-list-page .item-image a {
	display: block;
	max-width: 128px;
	margin: 0 auto;
}

.services-list-page .item-image img {
	display: block;
	width: 100%;
	height: auto;
}

.services-list-page .page-header h2 {
	text-align: center;
	padding-top: 10px;
}
.our-works-content .items-leading {
	display: flex;
	flex-flow: row wrap;
}

.our-works-content .leading-item {
	width: 100%;
}

.our-works-content .leading-item .item-image {
	padding: 10px;
}

.our-works-content .leading-item .item-image img {
	display: block;
	width: 100%;
	height: auto;
}

.our-works-content .leading-item .page-header {
	padding: 0 10px;
	margin-bottom: 20px;
}

.our-works-content .leading-item .page-header h2 {
	text-align: center;
}

.page-content p {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 8px;
}

.contacts-page-map-container {
	width: 100%;
}

.contacts-page-map-iframe {
	display: block;
	width: 100%;
	height: 350px;
}

.depended-size-table-outer {
	width: 100%;
	height: 100%;
	overflow-x: auto;
	overflow-y: hidden;
}
.depended-size-table {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #f0f0f0;
}

.depended-size-table td {
	border: 1px solid #f0f0f0;
	padding: 4px;
	font-size: 13px;
	text-align: center;
}

.depended-size-table th {
	border: 1px solid #f0f0f0;
	padding: 4px;
	font-size: 13px;
	text-align: center;
	font-weight: 700;
}

.singlepage-section {
    display: block;
    width: 100%;
}

.singlepage-section-inner {
    display: block;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 50px 0;
}

.pagination-list {
	display: table;
}

.pagination-list li {
	display: table-cell;
}

.singlepage-section-inner h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 300;
}

.singlepage-section-inner h2 {
    padding: 12px 0;
    font-size: 24px;
    font-weight: 400;
}

.section-callback {
    background-image: linear-gradient(to right, #5eb1f3 , #7ec17e);
}

.section-callback-inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
}

.section-callback .callback-button {
	font-family: 'Roboto Condensed', sans-serif;
    display: block;
    width: 220px;
    font-size: 18px;
    text-transform: uppercase;
    padding: 16px 0px;
    line-height: 18px;
    text-align: center;
    background: transparent;
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 5px;
    transition: 0.3s;
}

.section-callback .callback-button:hover {
    color: #000;
    background: #fff;
	border: 2px solid #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(255,255,255,0.5);
    -moz-box-shadow: 0px 0px 30px 0px rgba(255,255,255,0.5);
    box-shadow: 0px 0px 30px 0px rgba(255,255,255,0.5);
}

.section-callback-layout {
    padding: 70px 20px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
}

.section-callback-text {
	padding-bottom: 40px;
}

.section-callback-text p {
    color: #fff;
    font-size: 20px;
	line-height: 24px;
    width: 100%;
    text-align: center;
}

.section-callback-button {
    width: 100%;
    text-align: center;
}

.callback-modal-window {
	cursor: default;
	border-radius: 4px;
	display: none; 
	width: 400px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
}

.callback-button-container {
	padding-top: 20px;
}

.callback-modal-window .send-button {
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
    width: 220px;
    font-size: 18px;
    text-transform: uppercase;
    padding: 16px 0px;
    line-height: 18px;
    text-align: center;
    background: transparent;
    color: #333;
    cursor: pointer;
    margin: 0 auto;
    text-decoration: none;
    border: 2px solid #333;
    border-radius: 5px;
    transition: 0.3s;
}

.callback-modal-window .send-button:hover {
	background: #333;
	color: #fff;
}

.callback-modal-window .send-button:disabled {
	background: transparent;
	color: #ccc;
	border: 2px solid #ccc;
	cursor: default;
}

#quickcheckout-modal {
	display: none;
}

.callback-modal-window h2 {
	font-size: 28px;
	font-weight: 300;
	margin-bottom: 4px;
}

.callback-modal-window label {
	display: block;
	font-size: 16px;
	line-height: 18px;
	padding: 4px 0;
}

.callback-modal-window input[type="text"] {
	width: 100%;
    line-height: 18px;
    padding: 10px 0;
    text-indent: 5px;
    font-size: 16px;
	margin-bottom: 8px;
}

.callback-modal-window .callback-note {
	font-size: 14px;
	color: #999;
	margin-bottom: 16px;
}

.readmore-button {
    display: block;
    width: 220px;
    font-size: 18px;
    text-transform: uppercase;
    padding: 16px 0px;
    line-height: 18px;
    text-align: center;
    background: transparent;
    color: #1969b4;
    cursor: pointer;
    margin: 0 auto;
    text-decoration: none;
    border: 2px solid #1969b4;
    border-radius: 4px;
    transition: 0.3s;
}

.readmore-button:hover {
    color: #fff;
    background: #1969b4;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(25,105,180,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(25,105,180,0.5);
    box-shadow: 0px 0px 10px 0px rgba(25,105,180,0.5);
}


.contact-form-send {
    padding-top: 20px;
}

.contact-form-input input[type="text"], .contact-form-input textarea {
    border: 1px solid #ccc;
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
}

.contact-form-input input[type="text"] {
    line-height: 32px;
    padding: 8px;
    text-indent: 5px;
    font-size: 16px;
	width: calc(100% - 18px);
}

.contact-form-input textarea {
    height: 80px;
    resize: none;
    padding: 8px;
	width: calc(100% - 18px);
}

.nav-collapse ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none;
}
  
.nav-collapse li {
    width: 100%;
    display: block;
}
  
.js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1;
}
  
.nav-collapse.opened {
    max-height: 9999px;
}

.nav-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    padding: 14px;
}

.nav-toggle .bar1, .nav-toggle .bar2, .nav-toggle .bar3 {
  width: 28px;
  height: 3px;
  background-color: #333;
  margin: 6px 2px;
  transition: 0.4s;
}

.nav-toggle.active .bar1 {
  -webkit-transform: rotate(-45deg) translate(-7px, 7px);
  transform: rotate(-45deg) translate(-7px, 7px);
}

.nav-toggle.active .bar2 {opacity: 0;}

.nav-toggle.active .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
  transform: rotate(45deg) translate(-6px, -6px);
}

.message-form-container {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.contact-form-name,
.contact-form-mail,
.contact-form-message {
    width: 100%;
}

.pagination {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 20px;
}

.pagination .icon-first,
.pagination .icon-previous,
.pagination .icon-next,
.pagination .icon-last {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../img/raformat-pagination-arrows.png) top left no-repeat;
	opacity: 0.5;
}

.pagination .icon-previous {
	background-position: top -16px left;
}

.pagination .icon-next {
	background-position: top -32px left;
}

.pagination .icon-last {
	background-position: top -48px left;
}

.pagination li:hover .icon-first,
.pagination li:hover .icon-previous,
.pagination li:hover .icon-next,
.pagination li:hover .icon-last {
	opacity: 1;
}

.pagination li.disabled .icon-first,
.pagination li.disabled .icon-previous,
.pagination li.disabled .icon-next,
.pagination li.disabled .icon-last {
	opacity: 0.2;
}

.pagination .counter {
	text-align: center;
	color: #999;
	font-size: 14px;
}

.pagination .pagination-list {
	display: flex;
}

.pagination .pagination-list .hidden-phone {
	display: none;
}

.pagination .pagination-list li {
	display: inline-block;
	margin : 0 4px;
}
.pagination .pagination-list li a {
	display: inline-block;
	padding: 8px 12px;
	line-height: 16px;
	border: 1px solid #f0f0f0;
	text-decoration: none;
}

.pagination .pagination-list li.active a {
	background: #f0f0f0;
	color: #666;
}

.fitVids-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.fitVids-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.section-slide {	
	background: #ffc40d;
	color: #000;
}

.section-slide .custom {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.section-slide .slide-background-grey {
	background: #e5e3df;
	max-width: 100%;
}

.section-slide-text {
	padding: 50px 20px;
}

.section-slide-text-top,
.section-slide-text-bottom {
	color: #000;
	text-align: left;
	padding: 8px 0;
}

.section-slide-text h1 {
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 36px;
	transition: all 0.2s ease;
}

.section-slide-text-top {
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 36px;
	transition: all 0.2s ease;
}

.section-slide-text-bottom {
	font-size: 18px;
	line-height: 22px;
	transition: all 0.2s ease;
}

.section-intro {
	position: relative;
    background-size: cover;
    padding: 0;
	min-height: calc(100vh - 60px);
	background: #000;
}

.section-intro-beer {
	min-height: calc(100vh - 60px);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
}

.section-intro-beer-inner {
	display: flex;
	flex-flow: column;
	min-height: calc(100vh - 60px);
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.section-intro-beer-top {
	display: flex;
	min-height: calc(100vh - 260px);
	flex-flow: column;
	justify-content: center;
	padding: 0 10px;
}

.section-intro-beer-top-content {
	width: 100%;
	text-align: center;
}

.section-intro-beer-bottom {
	display: flex;
	height: 200px;
	flex-flow: column;
	justify-content: center;
	padding: 0 10px;
}

.section-intro-beer-top .section-intro-text-top {
	font-family: 'Roboto Slab', serif;
	color: #EADBC9;
	font-weight: 900;
	text-transform: uppercase;
	padding-bottom: 30px;
}

.section-intro-beer-top-content a {
	display: block;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	max-width: 250px;
	height: 60px;
	line-height: 60px;
	background: #DB5A09;
	border-radius: 30px;
	margin: 0 auto;
	transition: 0.3s;
	font-weight: 700;
}

.section-intro-beer-top-content a:hover {
	box-shadow: 0px 0px 30px rgba(234, 219, 201, 0.5);
}

.section-beer-line-1-uk,
.section-beer-line-2-uk,
.section-beer-line-3-uk,
.section-beer-line-1-ru,
.section-beer-line-2-ru,
.section-beer-line-3-ru {
	display: block;
}

.section-beer-line-1-uk {
	font-size: 76px;
}

.section-beer-line-2-uk {
	font-size: 80px;
}

.section-beer-line-3-uk {
	font-size: 26px;
}

.section-beer-line-1-ru {
	font-size: 54px;
}

.section-beer-line-2-ru {
	font-size: 54px;
}

.section-beer-line-3-ru {
	font-size: 29px;
}

.section-intro-beer-bottom .section-intro-text-bottom {
	font-family: 'Roboto Slab', serif;
	color: #E1A05A;
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: 0px 5px 15px #000000;
	text-align: center;
}


.banner-item {
	height: 70vh;
	text-align: center;
	overflow-x: hidden;
}

.banner-item img {
	display: block;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.section-intro-inner {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
}

.sections-navigation {
	position: fixed;
	top: 50%;
	right: 10px;
	z-index: 10;
	transform: translate(0, -50%);
}

.sections-navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sections-navigation li {
	padding: 5px;
}

.sections-navigation a {
	outline: none;
	display: block;
	width: 12px;
	height: 12px;
	background: #000;
	border: 2px solid #fff;
	border-radius: 50%;
	text-indent: 100px;
	overflow: hidden;
	opacity: 0.1;
	transition: 0.2s;
}

.sections-navigation a:hover {
	opacity: 0.2;
}

.sections-navigation li.active a,
.sections-navigation li.active a:hover {
	opacity: 0.4;
}

.homepage-section-inner {
    max-width: 1280px;
    margin: 0 auto;
	padding: 0 20px;
}

.homepage-section-inner h1,
.homepage-section-inner h2 {
	position: relative;
	margin-bottom: 50px;
}

.homepage-section-inner h1::after,
.homepage-section-inner h2::after {
	content:' ';
	position: absolute;
	top: 100%;
	margin-top: 25px;
	left:50%;
	width: 50px;
	border-bottom:1px solid #d0d0d0;
	transform:translateX(-50%);
}

.homepage-section-works,
.homepage-section-about {
	padding: 50px 0;
}

.homepage-section-services {
		padding: 0;
}

.homepage-section-services-start {
	padding-top: 50px;
}

.homepage-section-works .works-section-inner {
	padding: 0;
}

.homepage-section-works .item {
	position: relative;
}

.homepage-section-works .newsflash-image img {
	display: block;
	width: 100%;
	height: auto;
}

.homepage-section-works .newsflash-title {
	position: absolute;
    top: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
	oveflow: hidden;
	text-oveflow: ellipsis;
}

.homepage-section-works .newsflash-title a {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
}

.homepage-section-works .newsflash-title span {
	padding: 10px;
}

.homepage-section-works .slick-list {
	margin: 0 50px;
}

.homepage-section-works .slick-slide {
	padding: 10px;
}

.homepage-section-works .slick-prev {
	background: url(../img/slick-arrow-white-left.png) center center no-repeat;
	left: 0;
}

.homepage-section-works .slick-next {
	background: url(../img/slick-arrow-white-right.png) center center no-repeat;
	right: 0;
}

.services-section-footer {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
	background: #000;
}

.homepage-section-inner p {
	padding: 0;
    font-size: 18px;
    line-height: 24px;
    color: #444;
}

.homepage-section-about .moduletable {
	width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.homepage-section-shop {
	padding-top: 50px;
}

.homepage-section-shop .moduletable {
	width: 100%;
    max-width: 1280px;
    margin: 0 auto;
	padding-bottom: 30px;
}

.jsop-homepage-categories .jshop-categories {
	display: flex;
	flex-flow: row wrap;
}

.jsop-homepage-categories .jshop-categories-item {
	display: flex;
	flex-flow: column;
	text-align: center;
	width: 50%;
	margin-bottom: 40px;
	transition: 0.3s;
}

.jsop-homepage-categories .jshop-categories-image a {
	display: block;
    margin: 0 auto;
    padding: 0 20px;
}

.jsop-homepage-categories .jshop-categories-text a {
	display: block;
	padding: 8px 0;
	font-size: 14px;
}

.jsop-homepage-categories .jshop-categories-image img {
	display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
	border-radius: 50%;
}

.homepage-section-works .moduletable {
	width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.homepage-section-shop h2,
.homepage-section-works h2,
.homepage-section-contacts h2,
.homepage-section-about h1,
.homepage-section-services h2 {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}

.homepage-section-header {
    padding: 50px 0;
    text-align: center;
}

.homepage-section-header p {
    padding: 0; 
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.homepage-section-works {
    background: #000;
}

.homepage-section-works h2 {
	color: #fff;
}

.homepage-section-clients {
    background: #fff;
}

.homepage-about-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    padding: 50px 0 0;
}

.homepage-about-item {
    width: 100%;
    text-align: center;
	padding: 20px 0;
}

.homepage-about-item h3 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	margin: 10px 0;
}

.homepage-about-item p {
	font-size: 14px;
	line-height: 18px;
	color: #666;
	padding: 0 10px;
}

.homepage-section-header h2 {
    font-size: 32px;
    font-weight: 700;
}

.homepage-section-contacts {
	color: #fff;
    display: block;
    background: url(../img/contactform-background.jpg) center center no-repeat;
	background-size: cover;
	padding: 0;
}

.homepage-section-contacts p {
	color: #fff;
}

.homepage-works-list {
    display: flex;
    flex-flow: row wrap;
}

.homepage-works-item {
    width: 100%;
}

.homepage-works-item span {
    display: block;
    padding: 20px;
}

.homepage-works-item img {
    display: block;
    width: 100%;
    height: auto;
}

.homepage-clients-list {
    display: flex;
    flex-flow: row wrap;
}

.homepage-clients-item {
    width: 100%;
    align-items: center;
}

.contact-form-label label {
    display: block;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    padding-top: 5px;
}

.services-item h3 {
	font-size: 28px;
	font-weight: 300;
	padding: 30px 0;
}

.services-item-inner {
	display: flex;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.services-item-image {
	max-width: 33.33%;
	align-self: center;
	margin: 0 auto;
	position: relative;
	padding-bottom: 50px;
}

.services-item-image img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.services-item-text {
	text-align: center;
	align-self: center;

}
.services-item-text p {
	padding: 0;
    font-size: 18px;
    line-height: 24px;
	margin-bottom: 50px;
	padding-right: 20px;
	padding-left: 20px;
}

.services-item-text a {
	display: inline-block;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.2s;
}

.services-item-polygraphy .services-item-image,
.services-item-stamps .services-item-image {
	align-self: center;
}

.services-item-souvenir .services-item-image {
	align-self: flex-start;
}

.services-item-webdesign .services-item-text a,
.services-item-souvenir .services-item-text a,
.services-item-stamps .services-item-text a {
	background: transparent;
    color: #fff;
	border: 2px solid #fff;
}

.services-item-polygraphy .services-item-text a {
	background: #007d75;
	border: 2px solid #007d75;
	color: #fff;
}

.services-item-polygraphy .services-item-text a:hover {
	background: #fff;
	border: 2px solid #fff;
	color: #007d75;
}

.services-item-souvenir .services-item-text a {
	background: #679f0e;
	border: 2px solid #679f0e;
	color: #fff;
}

.services-item-souvenir .services-item-text a:hover {
	background: #fff;
	border: 2px solid #fff;
	color: #679f0e;
}

.services-item-stamps .services-item-text a {
	background: #b8432d;
	border: 2px solid #b8432d;
	color: #fff;
}

.services-item-stamps .services-item-text a:hover {
	background: #fff;
	border: 2px solid #fff;
	color: #b8432d;
}

.services-item-webdesign .services-item-text a {
	background: #0e4061;
	border: 2px solid #0e4061;
	color: #fff;
}

.services-item-webdesign .services-item-text a:hover {
	background: #fff;
	border: 2px solid #fff;
	color: #0e4061;
}

.services-item-webdesign .services-item-text a:hover,
.services-item-polygraphy .services-item-text a:hover,
.services-item-souvenir .services-item-text a:hover,
.services-item-stamps .services-item-text a:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(255,255,255,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(255,255,255,0.5);
    box-shadow: 0px 0px 10px 0px rgba(255,255,255,0.5);
}

.services-item-design .services-item-text a,
.services-item-outdoor .services-item-text a {
	font-family: 'Roboto Condensed', sans-serif;
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
}

.services-item-design .services-item-text a:hover,
.services-item-outdoor .services-item-text a:hover  {
	background: #fff;
	color: #000;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(255,255,255,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(255,255,255,0.5);
    box-shadow: 0px 0px 10px 0px rgba(255,255,255,0.5);
}

.services-item-design .services-item-inner {
	flex-flow: row nowrap;
}

.services-item-outdoor .services-item-text {
	margin: 0 auto;
}

.services-item-polygraphy .services-item-inner,
.services-item-stamps .services-item-inner {
	display: flex;
	flex-flow: column;
}

.services-item-polygraphy .services-item-text,
.services-item-souvenir .services-item-text,
.services-item-stamps .services-item-text,
.services-item-webdesign .services-item-text  {
	position: relative;
}

.services-item-design .services-item-text-inner {
	padding: 0 20px;
	margin: 0 auto;
}

.services-item-design p,
.services-item-design h3 {
	color: #fff;
}

.services-item-outdoor h3 {
	text-align: center;
}

.services-item-outdoor h3 {
	color: #fff;
}

.services-item-outdoor .services-item-text p {
	color: #fff;
}

.services-item-polygraphy .services-item-text p,
.services-item-souvenir .services-item-text p,
.services-item-stamps .services-item-text p,
.services-item-webdesign .services-item-text p {
	font-size: 16px;
}

.services-item-polygraphy .services-item-text h3,
.services-item-souvenir .services-item-text h3,
.services-item-stamps .services-item-text h3,
.services-item-webdesign .services-item-text h3 {
	font-size: 28px;
}


.services-item-polygraphy,
.services-item-souvenir,
.services-item-stamps,
.services-item-webdesign {
	display: flex;
	flex-direction: column;
	background: #f6f6f6;
}

.services-item-polygraphy .services-item-outer,
.services-item-souvenir .services-item-outer,
.services-item-stamps .services-item-outer,
.services-item-webdesign .services-item-outer {
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
}

.services-item-polygraphy .services-item-inner,
.services-item-souvenir .services-item-inner,
.services-item-stamps .services-item-inner,
.services-item-webdesign .services-item-inner {
	flex: 1 0 auto;
}

.services-item-polygraphy .services-item-outer {
	background: #48b7b0;
	transition: 0.2s;
}

.services-item-polygraphy:hover .services-item-outer {
	background: #56c2bb;
}

.services-item-souvenir .services-item-outer {
	background: #a4c969;
	transition: 0.2s;
}

.services-item-souvenir:hover .services-item-outer {
	background: #acd26f;
}

.services-item-stamps .services-item-outer {
	background: #e97c67;
	transition: 0.2s;
}

.services-item-stamps:hover .services-item-outer {
	background: #f08571;
}

.services-item-webdesign .services-item-outer {
	background: #2d5e7e;
	transition: 0.2s;
}

.services-item-webdesign:hover .services-item-outer {
	background: #356889;
}

.services-item-design .services-item-outer {
	background: #092820;
}

.services-item-design .services-item-inner {
	background: url(../img/section-design-background.jpg) bottom center no-repeat;
	background-size: auto;
	min-height: 500px;
}

/* ??? */

.services-item-polygraphy .services-item-inner {
	/* background: url(../img/section-polygraphy-background.jpg) bottom center no-repeat; */
	background-size: cover;
}

.services-item-souvenir .services-item-inner {
	/* background: url(../img/test-bg-icon.png) center center no-repeat; */
	background-size: cover;
}

.services-item-stamps .services-item-inner {
	/* background: url(../img/section-stamps-background.jpg) bottom center no-repeat; */
	background-size: cover;
}

.services-item-outdoor .services-item-outer {
	background: #000 url(../img/section-outdoor-background.jpg) bottom center no-repeat;
	background-size: cover;
}

.services-item-outdoor .services-item-inner {
	min-height: 500px;
}

.services-four-container {
	display: flex;
	flex-flow: row wrap;
}

.services-four-container .services-item {
	width: 50%;
}

.services-four-container .services-item p {
	color: #fff;
}

.services-four-container .services-item-button {
	margin-bottom: 0;
}

.services-four-container .services-item-inner {
	justify-content: center;
}

.services-four-container .services-item .services-item-outer {
	padding: 0;
	overflow: hidden;
}

.homepage-section-services-start {
	padding-bottom: 50px;
}
.services-four-container .services-item-inner {
	display: flex;
	flex-direction: column;
}

.services-four-container .services-item-header-inner h3 {
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	padding-top: 0;
	padding-bottom: 10px;
	text-align: center;
}

.services-four-container .services-item-image {
	padding-bottom: 10px;
}

.services-four-container .services-item-text a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
    padding: 12px 0;
	width: 130px;
    line-height: 16px;
}

.services-item-design .services-item-text a,
.services-item-outdoor .services-item-text a {
	width: 220px;
    font-size: 18px;
	padding: 16px 0px;
    line-height: 18px;
}

.jshop_pagination {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 30px;
}

.jshop_pagination .pagination {
	display: flex;
	justify-content: center;
	padding-bottom: 20px;
}

.jshop_pagination .icon-first,
.jshop_pagination .icon-previous,
.jshop_pagination .icon-next,
.jshop_pagination .icon-last {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../img/raformat-pagination-arrows.png) top left no-repeat;
	opacity: 0.5;
}

.jshop_pagination .icon-previous {
	background-position: top -16px left;
}

.jshop_pagination .icon-next {
	background-position: top -32px left;
}

.jshop_pagination .icon-last {
	background-position: top -48px left;
}

.jshop_pagination li:hover .icon-first,
.jshop_pagination li:hover .icon-previous,
.jshop_pagination li:hover .icon-next,
.jshop_pagination li:hover .icon-last {
	opacity: 1;
}

.jshop_pagination li.disabled .icon-first,
.jshop_pagination li.disabled .icon-previous,
.jshop_pagination li.disabled .icon-next,
.jshop_pagination li.disabled .icon-last {
	opacity: 0.2;
}

.jshop_pagination .counter {
	text-align: center;
	color: #999;
	font-size: 14px;
}

.jshop_pagination .pagination-list {
	display: flex;
}

.jshop_pagination .pagination-list .hidden-phone {
	display: none;
}

.jshop_pagination .pagination-list li {
	display: inline-block;
	margin : 0 4px;
}
.jshop_pagination .pagination-list li a {
	display: inline-block;
	padding: 8px 12px;
	line-height: 16px;
	border: 1px solid #f0f0f0;
	text-decoration: none;
}

.jshop_pagination .pagination-list li.active a {
	background: #f0f0f0;
	color: #666;
}

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

.homepage-section-labeled {
	padding: 50px 0;
	background: #f6f6f6;
}

.homepage-section-labeled h3 {
	position: relative;
    margin-bottom: 50px;
	font-size: 32px;
    font-weight: 700;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

.homepage-section-labeled h3::after {
    content: ' ';
    position: absolute;
    top: 100%;
    margin-top: 25px;
    left: 50%;
    width: 50px;
    border-bottom: 1px solid #d0d0d0;
    transform: translateX(-50%);
}

.contacts-page-content {
	display: flex;
	flex-flow: row wrap;
}

.contacts-page-content-item {
	padding: 0 20px;
	text-align: center;
	width: calc(100% - 40px);
}

@media all and (min-width: 576px) {
	.section-beer-line-1-uk {
		font-size: 86px;
	}

	.section-beer-line-2-uk {
		font-size: 90px;
	}

	.section-beer-line-3-uk {
		font-size: 30px;
	}

	.section-beer-line-1-ru {
		font-size: 64px;
	}

	.section-beer-line-2-ru {
		font-size: 64px;
	}

	.section-beer-line-3-ru {
		font-size: 34px;
	}

	.section-intro-beer-bottom .section-intro-text-bottom {
		font-size: 28px;
	}

	.services-list-page .leading-item {
		width: 50%;
	}
	
	.our-works-content .leading-item {
		width: 50%;
	}

	.services-four-container .services-item-header-inner h3 {
		font-size: 16px;
	}

    .site-footer-item {
        padding: 0;
        text-align: left;
    }
	
	.site-footer-item-copyright {
		width: 30%;
	}

	.site-footer-item-menu {
		width: 30%
	}
	
	.site-footer-item-menu .site-footer-item-inner {
		padding: 0 20px;
	}

	.site-footer-item-address {
		width: 40%;
	}

	.site-footer-item-logo {
		width: 100%;
		text-align: center;
	}
	
	.site-footer-item-logo .site-footer-item-inner {
		padding-top: 20px;
	}
	
	.site-footer-social-icons {
		justify-content: flex-start;
	}
	
	.site-footer-social-item a {
		width: 24px;
		height: 24px;
	}
}

@media all and (min-width: 768px) {
	.section-beer-line-1-uk {
		font-size: 96px;
	}

	.section-beer-line-2-uk {
		font-size: 100px;
	}

	.section-beer-line-3-uk {
		font-size: 32px;
	}

	.section-beer-line-1-ru {
		font-size: 68px;
	}

	.section-beer-line-2-ru {
		font-size: 68px;
	}

	.section-beer-line-3-ru {
		font-size: 36px;
	}

	.section-intro-beer-bottom .section-intro-text-bottom {
		font-size: 32px;
	}

	.section-intro-beer-top-content {
		width: 50%;
	}

	.services-four-container .services-item .services-item-outer {
		padding: 0;
	}
	
	.services-four-container .services-item {
		width: 50%;
		overflow: hidden;
	}

	.services-four-container .services-item-image {
		padding-bottom: 20px;
	}

	.services-four-container .services-item-header-inner h3 {
		font-size: 20px;
		padding-bottom: 20px;
	}

	.services-four-container .services-item-text a {
		width: 220px;
		font-size: 18px;
		padding: 16px 0px;
		line-height: 18px;
	}

	.services-item h3 {
		font-size: 32px;
		padding: 50px 0;
	}

	.services-item-design .services-item-inner,
	.services-item-outdoor .services-item-inner	{
		flex-flow: row nowrap;
	}

	.services-item-polygraphy .services-item-inner,
	.services-item-souvenir .services-item-inner,
	.services-item-stamps .services-item-inner {
		flex-direction: column;
	}

	.services-item-outdoor .services-item-text {
		width: 60%;
	}

	.services-item-design .services-item-text-inner {
		width: 60%;
	}

	.services-item-design .services-item-text {
		width: 100%;
	}

	.homepage-section-labeled h3 {
		font-size: 42px;
	}

	.homepage-section-shop h2,
	.homepage-section-works h2,
	.homepage-section-about h1,
	.homepage-section-services h2	{
		font-size: 42px;
	}

	.homepage-section-header h2 {
        font-size: 42px;
    }

    .homepage-clients-item {
        width: 33.33%;
        align-items: center;
    }

    .homepage-about-item {
        width: 33.33%;
        text-align: center;
    }

    .homepage-works-item {
        width: 50%;
    }
	
	.services-list-page .leading-item {
		width: 33.33%;
	}
	
	.our-works-content .leading-item {
		width: 33.33%;
	}

	.services-list-page .item-image a {
		display: block;
		max-width: 96px;
		margin: 0 auto;
	}

	.page-header h1 {
		font-size: 42px;
		line-height: 54px;
	}

    .singlepage-section-inner h1 {
        font-size: 42px;
		line-height: 54px;
    }

    .services-subsection h3 {
        font-size: 28px;
    }
	
	.site-footer {
		padding-bottom: 0;
	}

    .site-footer-inner {
        flex-flow: row nowrap;
        justify-content: space-between;
        padding: 50px 20px;
    }

    .site-footer-item {
        text-align: left;
    }

    .section-callback-text p {
        font-size: 24px;
    }
	
	.site-footer-item-copyright {
		width: 30%;
	}

	.site-footer-item-menu {
		width: 20%
	}

	.site-footer-item-address {
		width: 25%;
	}

	.site-footer-item-logo {
		width: 25%;
		text-align: right;
	}
	
	.site-footer-item-logo .site-footer-item-inner {
		padding-top: 0;
	}
	
	.jsop-homepage-categories .jshop-categories-item {
		width: 33.33%;
	}
	
	.pagination .pagination-list .hidden-phone {
		display: inline-block;
	}
	
	.jshop_pagination .pagination-list .hidden-phone {
		display: inline-block;
	}
	
	.section-slide-text h1 {
		font-size: 42px;
		line-height: 46px;
	}
	
	.section-slide-text-top {
		font-size: 42px;
		line-height: 46px;
	}
	
	.section-slide-text-bottom {
		font-size: 20px;
		line-height: 24px;
	}
}

@media all and (min-width: 850px) {
	.main-navigation {
        position: static;
        float: right;
        margin-top: 0;
        width: auto;
        background: #fff;
        border-bottom: 0;
    }

    .js .nav-collapse {
      display: flex;
    }

    .js .nav-collapse.closed {
      max-height: none;
    }

    .nav-toggle {
      display: none;
    }

    .nav-collapse ul {
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        list-style: none;
    }

    .nav-collapse li {
        width: 100%;
        display: inline-block;
    }

    .main-navigation ul {
        display: flex;
		flex-flow: row nowrap;
        align-items: center;
    }

    .main-navigation ul li {
        height: 60px;
    }

    .main-navigation ul li a {
        display: block;
        width: auto;
        line-height: 60px;
        white-space: nowrap;
    }
	
	.main-navigation .mod-languages {
		border-top: 0;
	}
	
	.main-navigation .mod-languages ul {
		border-left: 1px solid #ccc;
	}
}
	
@media all and (min-width: 992px) {
	.section-beer-line-1-uk {
		font-size: 106px;
	}

	.section-beer-line-2-uk {
		font-size: 110px;
	}

	.section-beer-line-3-uk {
		font-size: 36px;
	}

	.section-beer-line-1-ru {
		font-size: 78px;
	}

	.section-beer-line-2-ru {
		font-size: 80px;
	}

	.section-beer-line-3-ru {
		font-size: 42px;
	}

	.section-intro-beer-bottom .section-intro-text-bottom {
		font-size: 36px;
	}

    .homepage-works-item {
        width: 33.33%;
    }

    .homepage-clients-item {
        width: 20%;
    }
	
	.services-four-container .services-item {
		width: 25%;
	}

	.services-four-container .services-item-header-inner h3 {
		font-size: 16px;
		padding-bottom: 10px;
	}

	.services-four-container .services-item-image {
		padding-bottom: 10px;
	}

	.services-four-container .services-item-text a {
		font-size: 16px;
		padding: 12px 0;
		width: 130px;
		line-height: 16px;
	}

	.jsop-homepage-categories-item {
		width: 16.66%;
	}

	.page-header h1 {
		font-size: 48px;
		line-height: 60px;
	}

    .singlepage-section-inner h1 {
        font-size: 48px;
		line-height: 60px;
    }
	
	.jsop-homepage-categories .jshop-categories-item {
		width: 16.66%;
	}
	
	.site-footer-item-copyright {
		width: 30%;
	}

	.site-footer-item-menu {
		width: 20%
	}

	.site-footer-item-address {
		width: 30%;
	}

	.site-footer-item-logo {
		width: 20%;
	}

	.section-slide-text h1 {
		font-size: 48px;
		line-height: 52px;
	}
	
	.section-slide-text-top {
		font-size: 48px;
		line-height: 52px;
	}
	
	.section-slide-text-bottom {
		font-size: 22px;
		line-height: 26px;
	}
	
	.contacts-page-content-item {
		text-align: left;
		width: calc(33.33% - 40px);
	}
	
	.services-list-page .leading-item {
		width: 25%;
	}
}

@media all and (min-width: 1200px) {
	.section-beer-line-1-uk {
		font-size: 116px;
	}

	.section-beer-line-2-uk {
		font-size: 120px;
	}

	.section-beer-line-3-uk {
		font-size: 40px;
	}

	.section-beer-line-1-ru {
		font-size: 88px;
	}

	.section-beer-line-2-ru {
		font-size: 90px;
	}

	.section-beer-line-3-ru {
		font-size: 48px;
	}

	.section-intro-beer-bottom .section-intro-text-bottom {
		font-size: 42px;
	}

	.services-four-container .services-item-header-inner h3 {
		font-size: 20px;
		padding-bottom: 20px;
	}

	.services-four-container .services-item-image {
		padding-bottom: 20px;
	}

	.services-four-container .services-item-text a {
		width: 220px;
		font-size: 18px;
		padding: 16px 0px;
		line-height: 18px;
	}

	.homepage-section-works {
		background-size: contain;
	}
}

.pereehali {
	text-align: center;
	background: #ffc40d;
	padding: 20px 0;
}

.pereehali p {
	padding: 10px 20px;
}

.pereehali-top {
	font-weight: 700;
	font-size: 38px !important;
	line-height: 42px !important;
	text-transform: uppercase;
}

.pereehali-bottom {
	font-weight: 700;
	font-size: 22px !important;
	line-height: 26px !important;
	text-transform: uppercase;
}

@media all and (min-width: 768px) {
	.pereehali-top {
		font-size: 42px !important;
		line-height: 54px !important;
	}

	.pereehali-bottom {
		font-size: 26px !important;
		line-height: 28px !important;
	}
}

@media all and (min-width: 992px) {
	.pereehali-top {
		font-size: 48px !important;
		line-height: 60px !important;
	}

	.pereehali-bottom {
		font-size: 28px !important;
		line-height: 32px !important;
	}
}

@media all and (min-width: 1200px) {
	.pereehali-top {
		font-size: 60px !important;
		line-height: 72px !important;
	}

	.pereehali-bottom {
		font-size: 32px !important;
		line-height: 36px !important;
	}
}

.section-intro-outdoor {
	min-height: calc(100vh - 60px);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section-intro-outdoor-inner {
	display: flex;
	flex-flow: column;
	min-height: calc(100vh - 60px);
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	position: relative;
}

.section-intro-outdoor-text {
	text-align: center;
	padding: 20px;
	z-index: 20;
}

.section-intro-outdoor-text-top {
	color: #fecc00;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
	text-transform: uppercase;
	padding-bottom: 30px;
}

.section-intro-outdoor-text-bottom {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 30px;
}

.section-intro-outdoor-text a {
	width: 220px;
    font-size: 18px;
    padding: 16px 0px;
    line-height: 18px;
	font-family: 'Roboto Condensed', sans-serif;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
	display: inline-block;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.2s;
    -moz-box-shadow: 0px 1px 1px #f7941d;
    -webkit-box-shadow: 0px 1px 1px #f7941d;
    box-shadow: 0px 1px 1px #f7941d;
    animation: breathing 2s linear infinite;
    -ms-animation: breathing 2s linear infinite;
    -webkit-animation: breathing 2s linear infinite;
    -moz-animation: breathing 2s linear infinite;
    -o-animation: breathing 2s linear infinite;
}

@-webkit-keyframes breathing {
    0% {
      -moz-box-shadow: 0px 1px -1px #fff;
      -webkit-box-shadow: 0px 1px -1px #fff;
      box-shadow: 0px 1px -1px #fff;
    }
    50% {
      -moz-box-shadow: 0px 1px 25px #fff;
      -webkit-box-shadow: 0px 1px 25px fff;
      box-shadow: 0px 1px 25px #fff;
    }
  }
  @-moz-keyframes breathing {
    0% {
      -moz-box-shadow: 0px 1px 1px #fff;
      -webkit-box-shadow: 0px 1px 1px #fff;
      box-shadow: 0px 1px 1px #fff;
    }
    50% {
      -moz-box-shadow: 0px 1px 25px #fff;
      -webkit-box-shadow: 0px 1px 25px #fff;
      box-shadow: 0px 1px 25px #fff;
    }
  }
  @keyframes breathing {
    0% {
      -moz-box-shadow: 0px 1px 1px #fff;
      -webkit-box-shadow: 0px 1px 1px #fff;
      box-shadow: 0px 1px 1px #fff;
    }
    50% {
      -moz-box-shadow: 0px 1px 25px #fff;
      -webkit-box-shadow: 0px 1px 25px #fff;
      box-shadow: 0px 1px 25px #fff;
    }
  }

.section-intro-outdoor-text a:hover {
    background: #fff;
    color: #000;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(255 255 255 / 50%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(255,255,255,0.5);
    box-shadow: 0px 0px 10px 0px rgb(255 255 255 / 50%);
}

.section-intro-outdoor-mask {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/section-intro-mask.png) top left repeat;
}

.bounce-arrow {
    position: absolute;
    z-index: 20;
    left: 50%;
    bottom: 10;
    margin-top: -25px;
    margin-left: -25px;
    height: 50px;
    width: 50px;
    background: url(../img/bounce-arrow.png) top left no-repeat;
    -webkit-animation: bounce 1s infinite;
}

.bounce-arrow a {
    display: block;
    width: 50px;
    height: 50px;
    text-indent: 60px;
	white-space: nowrap;
    overflow: hidden;
}

@-webkit-keyframes bounce {
  0%       { bottom:5px; }

  50%      { bottom:20px; }
  100%     {bottom:0;}
}

@media all and (min-width: 576px) {
	.section-intro-outdoor-text-top {
		font-size: 42px;
		line-height: 42px;
	}
	
	.section-intro-outdoor-text-bottom {
		font-size: 18px;
		line-height: 24px;
	}
}

@media all and (min-width: 768px) {
	.section-intro-outdoor-text-top {
		font-size: 48px;
		line-height: 48px;
	}

	.section-intro-outdoor-text-bottom {
		font-size: 20px;
		line-height: 26px;
	}
}

@media all and (min-width: 992px) {
	.section-intro-outdoor-text-top {
		font-size: 54px;
		line-height: 54px;
	}

	.section-intro-outdoor-text-bottom {
		font-size: 22px;
		line-height: 28px;
	}
}

@media all and (min-width: 1200px) {
	.section-intro-outdoor-text-top {
		font-size: 60px;
		line-height: 60px;
	}
	
	.section-intro-outdoor-text-bottom {
		font-size: 24px;
		line-height: 30px;
	}
}

.signs-grid {
    display: flex;
    flex-flow: row wrap;
}

.signs-grid-item {
	width: 50%;
}

.signs-grid-image {
	position: relative;
	overflow: hidden;
}

.signs-grid-image img {
	position: relative;
	display: block;
    width: 100%;
    height: auto;
	transition: transform .2s;
}

.signs-grid-image:hover > img  {
	transform: scale(1.2);
	z-index: 100;
}

.signs-grid-logo {
	display: none;
}

.signs-grid :nth-child(1) { order: 1; }
.signs-grid :nth-child(2) { order: 2; }
.signs-grid :nth-child(3) { order: 4; }
.signs-grid :nth-child(4) { order: 3; }
.signs-grid :nth-child(5) { order: 5; }
.signs-grid :nth-child(6) { order: 6; }
.signs-grid :nth-child(7) { order: 8; }
.signs-grid :nth-child(8) { order: 7; }
.signs-grid :nth-child(9) { order: 9; }

.signs-grid-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.signs-grid-text p {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
}

.signs-grid-text-inner {
	padding: 10px;
}

.signs-grid-arrow {
	display: block;
    width: 0;
    height: 0;
    position: absolute;
	z-index: 200;
}

.signs-grid-arrow-a {
	top: 50%;
	transform: translate(0, -50%);
    right: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #ef5350;
}

.signs-grid-arrow-b {
	top: 50%;
	transform: translate(0, -50%);
    left: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #9ccc65;
}

.signs-grid-arrow-c {
	top: 50%;
	transform: translate(0, -50%);
    right: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #ffa726;
}

.signs-grid-arrow-d {
	top: 50%;
	transform: translate(0, -50%);
    left: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #42a5f5;
}

.signs-grid-link-arrow {
	display: block;
	position: absolute;
	z-index: 300;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	opacity: 0.8;
}

.signs-grid-link-arrow p,
.signs-grid-link-arrow a {
	display: block;
}

.signs-grid-link-arrow img {
	display: block;
	width: 100%;
	height: auto;
}

@media all and (min-width: 480px) {
	.signs-grid-text p {
		font-size: 22px;
		line-height: 26px;
	}
	
	.signs-grid-text-inner {
		padding: 12px;
	}
}

@media all and (min-width: 576px) {
	.signs-grid-text p {
		font-size: 24px;
		line-height: 28px;
	}
	
	.signs-grid-text-inner {
		padding: 14px;
	}
	
	.signs-grid-link-arrow {
		width: 33%;
		opacity: 0.5;
		transition: 0.3s;
	}
	
	.signs-grid-link-arrow:hover {
		opacity: 1;
	}
}

@media (min-width: 768px) {
	.signs-grid-text p {
		font-size: 26px;
		line-height: 30px;
	}
	
	.signs-grid-text-inner {
		padding: 16px;
	}
	
	.signs-grid-arrow-b {
		top: auto;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0);
		border-top: 0;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-bottom: 20px solid #9ccc65;
	}

	.signs-grid-arrow-c {
		right: auto;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
		border-right: 0;
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
		border-left: 20px solid #ffa726;
	}
	
	.signs-grid-arrow-d {
		left: auto;
		top: 50%;
		right: 0;
		transform: translate(0, -50%);
		border-left: 0;
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
		border-right: 20px solid #42a5f5;
	}
}

@media all and (min-width: 992px) {
	.signs-grid-text p {
		font-size: 34px;
		line-height: 38px;
	}
	
	.signs-grid-text-inner {
		padding: 18px;
	}
	
	.signs-grid-arrow-a {
		border-top: 30px solid transparent;
		border-bottom: 30px solid transparent;
		border-right: 30px solid #ef5350;
	}
	
	.signs-grid-arrow-b {
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		border-bottom: 30px solid #9ccc65;
	}
	
	.signs-grid-arrow-c {
		border-top: 30px solid transparent;
		border-bottom: 30px solid transparent;
		border-left: 30px solid #ffa726;
	}
	
	.signs-grid-arrow-d {
		border-top: 30px solid transparent;
		border-bottom: 30px solid transparent;
		border-right: 30px solid #42a5f5;
	}
}

@media all and (min-width: 1200px) {
	.signs-grid-text p {
		font-size: 32px;
		line-height: 36px;
	}
	
	.signs-grid-text-inner {
		padding: 20px;
	}

	.signs-grid-arrow-a {
		border-top: 40px solid transparent;
		border-bottom: 40px solid transparent;
		border-right: 40px solid #ef5350;
	}

	.signs-grid-arrow-b {
		left: auto;
		bottom: auto;
		top: 50%;
		right: 0;
		transform: translate(0, -50%);
		border-left: 0;
		border-top: 40px solid transparent;
		border-bottom: 40px solid transparent;
		border-right: 40px solid #9ccc65;
	}

	.signs-grid-arrow-c {
		border-top: 40px solid transparent;
		border-bottom: 40px solid transparent;
		border-left: 40px solid #ffa726;
	}
	
	.signs-grid-arrow-d {
		right: auto;
		left: 0;
		border-right: 0;
		border-top: 40px solid transparent;
		border-bottom: 40px solid transparent;
		border-left: 40px solid #42a5f5;
	}
}

.signs-grid-text-a {
	background: #ef5350;
}

.signs-grid-text-a p {
	color: #fff;
}

.signs-grid-text-b {
	background: #9ccc65;
}

.signs-grid-text-c {
	background: #ffa726;
}

.signs-grid-text-d {
	background: #42a5f5;
}

.signs-grid-text-d p {
	color: #fff;
}

@media (min-width: 768px) {
	.signs-grid-item {
		width: 33.33%;
	}
	
	.signs-grid-logo {
		display: block;
	}
	
	.signs-grid :nth-child(1) { order: 1; }
	.signs-grid :nth-child(2) { order: 2; }
	.signs-grid :nth-child(3) { order: 3; }
	.signs-grid :nth-child(4) { order: 6; }
	.signs-grid :nth-child(5) { order: 5; }
	.signs-grid :nth-child(6) { order: 4; }
	.signs-grid :nth-child(7) { order: 7; }
	.signs-grid :nth-child(8) { order: 8; }
	.signs-grid :nth-child(9) { order: 9; }
}

@media (min-width: 1200px) {
	.signs-grid-item {
		width: 25%;
	}
	
	.signs-grid-logo {
		display: none;
	}
	
	.signs-grid :nth-child(1) { order: 1; }
	.signs-grid :nth-child(2) { order: 2; }
	.signs-grid :nth-child(3) { order: 3; }
	.signs-grid :nth-child(4) { order: 4; }
	.signs-grid :nth-child(5) { order: 6; }
	.signs-grid :nth-child(6) { order: 5; }
	.signs-grid :nth-child(7) { order: 8; }
	.signs-grid :nth-child(8) { order: 7; }
	.signs-grid :nth-child(9) { order: 9; }
}