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-size: 32px;
    font-weight: 700;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 50px;
    color: #000;
}

.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%;
	
    min-height: 60px;
}

.site-header-inner {
	max-width: 1280px;
	margin: 0 auto;
}

.site-header-transparent {
	background: transparent;
	transition: 0.4s;
}

.site-header-black {
	background: #000;
}

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

.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: #d43d41;
	border: 2px solid #d43d41;
	color: #fff;
}

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

.readmore-button-large:hover,
a.readmore-button-large:hover {
	background: #dd595d;
	border: 2px solid #dd595d;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,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(51,187,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(51,187,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(51,187,0,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;
	max-width: 100%;
	height: auto;
}

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

.webdesign-portfolio-image {
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
}

.section-webdesign-intro {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background: #000 url(../img/section-intro-image.jpg) top center no-repeat;
	background-size: cover;
}

.webdesign-intro-container {
	display: flex;
	flex: 1;
	width: 100%;
	height: 100%;
	align-self: stretch;
	align-items: center;
}

.webdesign-intro-content {
	max-width: 1280px;
	margin: 0 auto;
	color: #fff;
}

.webdesign-intro-content 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: 20px 0;
}

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

a.webdesign-intro-button:hover {
	background: #dd595d;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.webdesign-intro-image {
	margin-top: 20px;
}

.webdesign-intro-image img {
	display: block;
	width: 100%;
	max-width: 1280px;
	height: auto;
	margin: 0 auto;
}

.webdesign-intro-description {
	padding: 20px;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	margin-bottom: 20px;
}

.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: #99ccff;
}

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

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

.main-navigation .mod-languages ul {
	width: 76px;
	height: 40px;
	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: #303353;
	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: #f0f0f0;
}

.site-footer a {
	color: #99ccff;
}

.site-footer a:hover {
	color: #fff;
}

.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: #fff;
	color: #000;
}

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

.site-footer-social-item img {
	display: block;
	width: 100%;
	height: auto;
	opacity: 0.5;
	transition: 0.3s;
}

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

.breadcrumb-outer {
	width: 100%;
	background: #fff;
}

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

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

.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: #fff;
}

.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: #1969b4;
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
    text-decoration: none;
    border: 2px solid #1969b4;
    border-radius: 5px;
    transition: 0.3s;
}

.section-callback .callback-button:hover {
    color: #fff;
    background: #1a7cd8;
	border: 2px solid #1a7cd8;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(25 105 180 / 50%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(25,105,180,0.5);
    box-shadow: 0px 0px 10px 0px rgb(25 105 180 / 50%);
}

.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: #000;
    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: 100%;
}

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

.nav-collapse ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none;
	background: #000;
}

.js-nav-active .site-header-transparent {
	background: #000;
}
  
.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;
	box-sizing: content-box;
}

.nav-toggle .bar1, .nav-toggle .bar2, .nav-toggle .bar3 {
	width: 28px;
	height: 3px;
	background-color: #fff;
	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 {
	/* min-height: 70vh; */
}

.section-slide .custom {
	display: flex;
	flex-direction: column;
	/* min-height: 70vh; */
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

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

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

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

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

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

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

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

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

.contacts-section-header h2 {
    font-size: 32px;
    font-weight: 700;
	text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
	position: relative;
    margin-bottom: 50px;
	color: #fff;
}

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

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

.section-stamp-bestsellers {
	background: #f6f6f6;
	padding: 50px 0;
}

.section-stamp-bestsellers-inner {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.section-stamp-bestsellers .moduletable {
	padding: 0 20px;
}

.section-stamp-bestsellers h2 {
	font-size: 32px;
    font-weight: 700;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 50px;
    color: #000;
}

.section-stamp-bestsellers .list_product {
	display: flex;
	flex-flow: row wrap;
}

.section-stamp-bestsellers .list_product_item {
	width: 100%;
	transition: 0.2s;
	display: flex;
    position: relative;
    transition: 0.2s;
}

.section-stamp-bestsellers .list_product_item .product {
    display: flex;
    flex-flow: row wrap;
}

.section-stamp-bestsellers .list_product_item_inner {
	background: #fff;
    width: 100%;
    margin-bottom: 16px;
    box-sizing: border-box;
	transition: 0.3s;
}

.section-stamp-bestsellers .list_product_item:hover .list_product_item_inner {
    z-index: 10;
    -webkit-box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 20%);
}

.section-stamp-bestsellers .list_product_item .image-container {
    width: 50%;
}

.section-stamp-bestsellers .description-container {
    width: 50%;
}

.section-stamp-bestsellers .jshop_list_product .product .image {
    text-align: center;
}

.section-stamp-bestsellers .jshop_list_product .jshop_list_product .image_block {
    display: block;
    position: relative;
}

.section-stamp-bestsellers .jshop_list_product .image_block img {
    display: block;
    width: 100%;
    height: auto;
}

.section-stamp-bestsellers .list_product_item .description-container-inner {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.section-stamp-bestsellers .jshop_list_product .product .name {
    text-align: left;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
    height: 48px;
    overflow: hidden;
}

.section-stamp-bestsellers .jshop_list_product .product .jshop_price {
    font-size: 18px;
    height: 32px;
    text-align: center;
    margin-bottom: 5px;
}

.section-stamp-bestsellers .jshop_list_product .product .jshop_price span {
    font-size: 24px;
    line-height: 32px;
}

.section-stamp-bestsellers .jshop_list_product .goto_product_page_btn a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    height: 32px;
    line-height: 32px;
    margin: 0 auto;
    background: #fff;
    color: #515151;
    border: 1px solid #d9d9d9;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
}

.section-stamp-bestsellers .jshop_list_product .goto_product_page_btn a:hover {
    background: #1a7cd8;
    border: 1px solid #1a7cd8;
    color: #fff;
}

.section-stamp-bestsellers .section-stamp-bestsellers-footer {
    padding: 40px 0 20px;
}

@media all and (min-width: 576px) {
    .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;
	}
	
	.section-webdesign-works .newsflash .item {
		width: 50%;
	}
	
	.blog .leading-item {
		width: 50%;
	}
	
	.section-stamp-bestsellers .list_product_item {
		width: 50%;
	}
	
	.section-stamp-bestsellers .list_product_item_inner {
		margin: 8px;
	}
	
	.section-stamp-bestsellers .list_product_item .image-container {
		width: 100%;
	}

	.section-stamp-bestsellers .description-container {
		width: 100%;
	}
	
	.section-stamp-bestsellers .list_product_item .description-container-inner {
		height: auto;
	}
	
	.section-stamp-bestsellers .jshop_list_product .product .name {
		text-align: center;
		font-size: 14px;
		line-height: 18px;
		height: 52px;
		overflow: hidden;
	}
	
	.section-stamp-bestsellers .jshop_list_product .goto_product_page_btn a {
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}
}

@media all and (min-width: 768px) {
	.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;
	}
	
	.pagination .pagination-list .hidden-phone {
		display: inline-block;
	}
	
	.section-slide-text-top {
		font-size: 42px;
		line-height: 46px;
	}
	
	.section-slide-text-bottom {
		font-size: 20px;
		line-height: 24px;
	}
	
	.webdesign-intro-content h1 {
		font-size: 42px;
		line-height: 54px;
	}
	
	.item-page h2 {
		font-size: 42px;
	}
	
	.contacts-section-header h2 {
		font-size: 42px;
	}
	
	.section-stamp-bestsellers h2 {
		font-size: 42px;
	}
	
	.section-webdesign-works .newsflash .item {
		width: 33.33%;
	}
	
	.blog .leading-item {
		width: 33.33%;
	}
	
	.section-stamp-bestsellers .list_product_item {
		width: 33.33%;
	}
}

@media all and (min-width: 850px) {
	.main-navigation {
        position: static;
        float: right;
        margin-top: 0;
        width: auto;
        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;
		background: transparent;
    }
	
	.js-nav-active .site-header-transparent {
		background: transparent;
	}

    .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 {
		padding: 10px 0;
		border-top: 0;
	}
	
	.main-navigation .mod-languages ul {
		border-left: 1px solid #333;
	}
}
	
@media all and (min-width: 992px) {
	.page-header h1 {
		font-size: 48px;
		line-height: 60px;
	}

    .singlepage-section-inner h1 {
        font-size: 48px;
		line-height: 60px;
    }

	.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-top {
		font-size: 48px;
		line-height: 52px;
	}
	
	.section-slide-text-bottom {
		font-size: 22px;
		line-height: 26px;
	}
	
	.webdesign-intro-content h1 {
		font-size: 48px;
		line-height: 60px;
	}
	
	.section-webdesign-works .newsflash .item {
		width: 25%;
	}
	
	.blog .leading-item {
		width: 25%;
	}
	
	.section-stamp-bestsellers .list_product_item {
		width: 25%;
	}
}

@media all and (min-width: 1200px) {
	.homepage-section-works {
		background-size: contain;
	}
	
	.section-stamp-bestsellers .list_product_item {
		width: 20%;
	}
}
