﻿@charset "UTF-8";
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
	display: table;
	content: " ";
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
	clear: both;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

	/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
	audio:not([controls]) {
		display: none;
		height: 0;
	}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
	display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	font-size: 100%;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
	font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
	margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
	outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
	outline: 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
	font-weight: bold;
}

blockquote {
	margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
	font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
	background: #ff0;
	color: #000;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
	quotes: none;
}

	/**
 * Address `quotes` property not supported in Safari 4.
 */
	q:before,
	q:after {
		content: '';
		content: none;
	}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
dd {
	margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
	padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
	border: 0;
	/* 1 */
	-ms-interpolation-mode: bicubic;
	/* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
	overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
	margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
	margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	white-space: normal;
	/* 2 */
	*margin-left: -7px;
	/* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
	font-size: 100%;
	/* 1 */
	margin: 0;
	/* 2 */
	vertical-align: baseline;
	/* 3 */
	*vertical-align: middle;
	/* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
	line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
	*overflow: visible;
	/* 4 */
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
	*height: 13px;
	/* 3 */
	*width: 13px;
	/* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box;
}

	/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
	input[type="search"]::-webkit-search-cancel-button,
	input[type="search"]::-webkit-search-decoration {
		-webkit-appearance: none;
	}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
	overflow: auto;
	/* 1 */
	vertical-align: top;
	/* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

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

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

@font-face {
	font-family: 'VAGRoundedLTCYRRuble-Black';
	src: url("/content/fonts/VAGRoundedLTCYRRouble-Black/VAGRoundedLTCYRRuble-Black.eot");
	src: url("/content/fonts/VAGRoundedLTCYRRouble-Black/VAGRoundedLTCYRRuble-Black.eot?#iefix") format("embedded-opentype"), url("/content/fonts/VAGRoundedLTCYRRouble-Black/VAGRoundedLTCYRRuble-Black.woff") format("woff"), url("/content/fonts/VAGRoundedLTCYRRouble-Black/VAGRoundedLTCYRRuble-Black.ttf") format("truetype"), url("/content/fonts/VAGRoundedLTCYRRouble-Black/VAGRoundedLTCYRRuble-Black.svg#VAGRoundedLTCYRRuble-Black") format("svg");
	font-weight: normal;
	font-style: normal;
}

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

@font-face {
	font-family: 'Dodo-Medium';
	src: url("/content/fonts/DodoMedium/dodo_medium_23-webfont.woff") format("woff"), url("/content/fonts/DodoMedium/dodo_medium_23-webfont.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Dodo-Bold';
	src: url("/content/fonts/DodoBold/dodo_bold_11-webfont.woff") format("woff"), url("/content/fonts/DodoBold/dodo_bold_11-webfont.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}

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

body {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.42857143;
	color: #000;
	background-color: #ffffff;
}

a {
	background-color: transparent;
}

	a:link, a:visited {
		color: #2ea3f2;
		text-decoration: none;
		border-bottom: 1px solid #b9e0fb;
	}

	a:hover, a:active {
		text-decoration: none;
		color: #ff8400;
		border-bottom: 1px solid #ffd5a8;
	}

	a:focus {
		outline: none !important;
	}

input:focus, button:focus, textarea:focus {
	outline: none;
}

a {
	-webkit-transition: ease-out 0.3s;
	-moz-transition: ease-out 0.3s;
	-o-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}

	a.logo {
		border-bottom: 0px;
	}

p {
	line-height: 1.7;
}

img {
	width: 100%;
	height: auto;
}

.shadow-image {
	-webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.5);
}

ol, ul {
	list-style: none;
	line-height: 27px;
	padding: 0;
}

	ol li, ul li {
		margin-bottom: 16px;
	}

html, body {
	vertical-align: baseline;
	min-width: 330px;
	overflow-x: hidden;
}

.container-fluid {
	padding: 0;
}

.link:link, .link:visited {
	color: #ee4036;
	text-decoration: none;
	border-bottom: 1px solid rgba(238, 64, 54, 0.53);
}

.link:hover, .link:active {
	text-decoration: none;
	color: #ff8400;
	border-bottom: 1px solid #ffd5a8;
}

.note {
	display: inline-block;
	color: #000;
	font-size: 16px;
	background-color: #fff;
	padding: 10px 15px;
	margin: 0;
	border-radius: 8px;
	margin-top: 15px;
}

.code-word {
	color: #ff8400;
}


.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.revenue-circle {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 52px;
	background-color: #8a8787;
	vertical-align: top;
	margin-top: 7px;
	margin-right: 5px;
}

h1 {
	display: block;
	position: relative;
	padding-top: 0;
	margin-top: 0;
	font-weight: 300;
	color: #000;
	font-family: 'VAGRoundedLTCYR-Light';
	font-size: 44px;
	line-height: 54px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 992px) {
	h1 {
		font-size: 40px;
		line-height: 48px;
	}
}

@media only screen and (max-width: 376px) {
	h1 {
		font-size: 30px;
		line-height: 38px;
	}
}

h2 {
	display: block;
	position: relative;
	padding-top: 0;
	margin-top: 0;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
	font-weight: 300;
	color: #000000;
	font-family: 'VAGRoundedLTCYR-Light';
}

@media only screen and (max-width: 321px) {
	h2 {
		font-size: 26px;
		line-height: 30px;
	}
}

p {
	margin: 10px 0;
	font-size: 16px;
	color: #000000;
	line-height: 1.4;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.no_padding {
	padding-left: 0px;
	padding-right: 0px;
}

@media only screen and (max-width: 415px) {
	.no_padding {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.bgcolor {
	background-size: cover;
	padding-top: 230px;
	padding-bottom: 250px;
	position: relative;
	background-position: bottom;
}

	.bgcolor:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
		background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
		background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
		background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
		background-image: linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#7f000000', endColorstr='#33000000');
	}

.button {
	margin: 10px 0 10px 0;
	padding: 20px 70px;
	text-decoration: none;
	border-radius: 59px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 24px;
	font-family: 'VAGRoundedLTCYR-Light';
	width: auto;
	text-align: center;
	border: 0;
	box-sizing: border-box;
	font-weight: 300;
	letter-spacing: 0.2px;
}

.button_primary {
	background-color: #f26521;
}

	.button_primary:hover {
		background: #fd461a;
		border-bottom: 0 !important;
	}

.button_simple {
	background: #ffffff;
	border: 1px solid #f26521;
	color: #f26521;
}

	.button_simple:hover {
		background: #ffffff;
		border: 1px solid #d5342b;
		color: #d5342b;
	}

.button:focus {
	outline: none;
}

@media only screen and (max-width: 500px) {
	.button {
		font-size: 24px;
		width: 100%;
		padding: 20px 10px;
	}
}

@media only screen and (max-width: 321px) {
	.button {
		font-size: 20px;
	}
}

/*Landing*/
header {
	display: block;
	text-align: center;
	position: relative;
}

.pizza {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.pizza img, 
.pizza_min-height img {
	width: 1000px;
	height: auto;
	margin-top: -5px;
}

.pizza_min-height {
	display: none;
}

.hero-section {
	position: relative;
	text-align: center;
	z-index: 1000;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	height: 100vh;
	min-height: 600px;
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(0deg, #434343 30%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(0deg, #434343 30%, #000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(0deg, #434343 30%, #000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#434343',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.hero-section__logo {
	width: 320px;
	height: 56px;
	background-image: url("../../../../content/images/office/logo.svg");
	background-size: cover;
	position: relative;
	margin-top: 6.16667%;
	display: inline-block;
}
    @media only screen and (max-width: 500px) {
      .hero-section__logo {
        width: 240px;
        height: 42px;
        margin-top: 12.16667%; } }
    @media only screen and (max-width: 321px) {
      .hero-section__logo {
        width: 210px;
        height: 36px; 
      } 
    }

.block-in {
	padding-top: 190px;	
}

.hero-section__inner-h4 {
	font-size: 70px;
	line-height: 1.2;
	margin: 0px;
	color: #fff;
	letter-spacing: 2px;
	text-align: center;
	font-weight: normal;
	font-family: 'VAGRoundedLTCYR-Light';
	margin-bottom: 3%;
	padding: 0 10px;
}

.hero-section__inner-h4 span {
	font-size: 100px;
	color: #ff6900;
}

  .hero-section__inner-h2 {
	font-size: 27px;
    line-height: 27px;
    margin: 0px;
    color: #fff;
    letter-spacing: 1px;
    font-family: 'VAGRoundedLTCYR-Light'; }
    @media only screen and (max-width: 768px) {
      .hero-section__inner-h2 {
        font-size: 21px;
		line-height: 28px; 
	    padding: 0 10px;} }


.section {
	padding-top: 50px;
	padding-bottom: 50px;
}

.section__title {
	margin: 0px;
	margin-top: 5px;
	font-size: 24px;
	color: #333;
	position: relative;
}

@media only screen and (max-width: 376px) {
	.section__title {
		font-size: 20px;
	}
}

.stafen__block {
	margin: 20px 0;
}

.stafen__title {
	font-family: 'VAGRoundedLTCYR-Black';
	color: #fd8424;
	font-size: 24px;
}

.stafen__desc {
	font-size: 16px;
	margin-top: 7px;
}

.order__panel {
	background-image: url("../../../../content/images/office/footer-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 48px 0;
	text-align: center;
	border-radius: 20px;
	margin-top: 50px;
}

.order__form {
	padding: 20px 200px;
	font-size: 21px;
	font-family: VAGRoundedLTCYR-Light;
}

@media only screen and (max-width: 1200px) {
	.order__form {
		padding: 20px 100px;
	}
}

@media only screen and (max-width: 768px) {
	.order__form {
		padding: 20px 17px;
		font-size: 16px;
	}
}

.faq {
	background-color: rgba(253, 132, 36, 0.1);
	padding: 50px 6% 20px 6%;
	box-sizing: border-box;
	border-radius: 10px;
	color: #fd8424;
	margin-top: 30px;
}

.block_min {
	display: none;
}

@media only screen and (max-width: 991px) {
	.block_min {
		display: block;
	}
}

.block_min .gallery__desc {
	padding: 0;
	max-width: 600px;
	margin-top: 22px;
	margin-bottom: 62px;
}

.block_max {
	display: block;
	margin-top: 30px;
}

@media only screen and (max-width: 991px) {
	.block_max {
		display: none;
	}
}

.concept-block {
	display: inline-block;
	vertical-align: top;
	margin-right: 3%;
	margin-bottom: 35px;
	box-sizing: border-box;
}

	.concept-block .number {
		display: inline-block;
		width: 34px;
		height: 34px;
		border: 2px solid #fd8424;
		background-color: #fd8424;
		border-radius: 50%;
		text-align: center;
		padding: 3px;
		box-sizing: border-box;
		margin-right: 7px;
		margin-left: -2px;
		color: #fff;
	}

	.concept-block h2 {
		display: block;
		vertical-align: top;
		font-family: 'VAGRoundedLTCYR-Black';
		font-size: 24px;
		line-height: 27px;
		color: #fd8424;
		margin-top: 13px;
	}

	.concept-block .concept-caption {
		color: #000000;
		font-size: 18px;
		line-height: 24px;
	}

.component-ico {
	width: 60px;
	height: 60px;
	padding: 5px;
	border-radius: 50%;
	padding: 10px;
	border: 2px solid currentColor;
	margin-bottom: 20px;
}

	.component-ico .ico {
		height: 100%;
		width: 100%;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 50%;
	}

	.component-ico svg {
		fill: #fff;
		fill: currentColor;
		width: 100%;
		height: 100%;
	}

.gallery {
	margin-top: 50px;
}

.gallery__desc {
	padding: 30px 40px 0 40px;
	max-width: 600px;
}

.footer {
	color: #000;
	font-size: 16px;
	padding-top: 40px;
	padding-bottom: 30px;
}

@media only screen and (max-width: 991px) {
	.footer {
		padding-top: 0px;
	}
}

.footer__content {
	padding-top: 33px;
	padding-bottom: 11px;
}

.footer__navigation-item {
	margin-right: 27px;
	display: inline-block;
}

.footer__social {
	margin: 28px 0 21px;
}

@media only screen and (max-width: 768px) {
	.footer__social {
		float: right;
	}

	.order__panel {
		margin-top: 0px;
	}
}

@media only screen and (max-width: 321px) {
	.footer__social {
		float: left;
	}
}

.footer__social-icon {
	display: inline-block;
	width: 35px;
	height: 35px;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 5px;
	transition: all .25s ease;
	border-bottom: 0px !important;
}

.footer__social-icon_facebook {
	background-image: url("../../../../content/images/office/facebook.svg");
}

.footer__social-icon_vk {
	background-image: url("../../../../content/images/office/vk.svg");
}

.footer__social-icon_insta {
	background-image: url("../../../../content/images/office/insta.svg");
}

.footer__number-phone {
	color: #000;
	font-family: 'VAGRoundedLTCYR-Light';
	font-size: 28px;
	margin-top: 33px;
}

@media only screen and (max-width: 991px) {
	.footer__number-phone {
		font-size: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.footer__number-phone {
		font-size: 28px;
		margin-top: 24px;
	}
}

.footer__number-desc {
	color: #000;
	font-family: 'VAGRoundedLTCYR-Light';
	font-size: 16px;
	margin-top: -7px;
}

.block-sila-uma {
	margin-top: 30px;
	max-width: 472px;
}

.block-sila-uma__title {
	font-family: 'VAGRoundedLTCYR-Light';
	font-size: 18px;
	margin-bottom: 3px;
}

	.block-sila-uma__title .footer__link {
		color: #292828;
		border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	}

		.block-sila-uma__title .footer__link:hover {
			color: #ff8400;
			border-bottom: 1px solid #ffd5a8;
		}

.block-sila-uma__desc {
	color: rgba(0, 0, 0, 0.63);
	font-size: 15px;
}

	.block-sila-uma__desc p {
		color: rgba(0, 0, 0, 0.63);
	}

.gallery__inner {
	padding: 30px;
	background-color: #ffffff;
}

.gallery__image {
	padding-bottom: 71%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.gallery__item_bg {
	background-color: #f8f7f7;
}

.gallery__inner_bg {
	background-color: #f8f7f7;
}


/*1*/
.gallery__inner_1 {
	padding-bottom: 66px;
}

.gallery__image_1 {
	background-image: url('../../../../content/images/office/8.jpg');
}

/*2*/


.gallery__inner_2 {
	padding-bottom: 31.6%;
}

.gallery__image_2 {
	background-image: url('../../../../content/images/office/hitra-dostava.jpg');
}

/*3*/
.gallery__inner_3 {
	padding-bottom: 26%;
}

.gallery__image_3 {
	background-image: url('../../../../content/images/office/4.jpg');
}

/*4*/
.gallery__inner_4 {
	padding-bottom: 18.7%;
}

.gallery__image_4 {
	background-image: url('../../../../content/images/office/nase-pizze.jpg');
}

/*5*/
.videoWrapper {
	position: relative;
	padding-bottom: 56%;
	height: 0;
}

.gallery__inner_5 {
	padding-bottom: 8.4%;
}


/*6*/
.gallery__inner_6 {
	padding-bottom: 15.2%;
}

.gallery__image_6 {
	background-image: url('../../../../content/images/office/okolje-navdihuje.jpg');
}

.gallery__image_7 {
	background-image: url('../../../../content/images/office/3-1.jpeg');
}

@media only screen and (max-width: 1201px) {
	.gallery__image_1 {
		padding-bottom: 85%;
		background-position: 100% 50%;
	}

	.gallery__inner_2 {
		padding-bottom: 19.9%;
	}

	.gallery__inner_3 {
		padding-bottom: 8.7%;
	}

	.gallery__inner_4 {
		padding-bottom: 4.1%;
	}

	.videoWrapper {
		padding-bottom: 73%;
	}

	.gallery__inner_6 {
		padding-bottom: 10px;
		padding-top: 19px;
	}
}

@media only screen and (max-width: 992px) {
	.videoWrapper {
		padding-bottom: 56.25%;
	}
}


.footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	height: 85px;
	font-size: 15px;
	margin: 0 15px; }
	@media only screen and (max-width: 480px) {
	  .footer {
		height: auto;
		padding: 20px 0;
		margin: 0;
		-webkit-box-align: baseline;
			-ms-flex-align: baseline;
				align-items: baseline;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
			-ms-flex-direction: column-reverse;
				flex-direction: column-reverse; } }
	.footer__left {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: baseline;
		  -ms-flex-align: baseline;
			  align-items: baseline; }
	  @media only screen and (max-width: 480px) {
		.footer__left {
		  -webkit-box-orient: vertical;
		  -webkit-box-direction: reverse;
			  -ms-flex-direction: column-reverse;
				  flex-direction: column-reverse; } }
	.footer__right {
	  margin-left: auto; }
	  .footer__right-link {
		color: #000000;
		border-bottom: none;
		opacity: 0.6; }
	  @media only screen and (max-width: 480px) {
		.footer__right {
		  margin: 20px 0 30px 0; } }
	.footer__copyright {
	  margin-top: 5px; }
	.footer__left-logo {
		display: inline-block;
		position: relative;
		width: 105px;
		margin: -5px 4px 0 0;
		top: 7px;
		opacity: .7;}
	.footer__left-year {
	  margin-right: 20px;
	  font-size: 15px; }
	.footer__left-link-legal {
	  color: #000000;
	  opacity: .6;
	  border-bottom: none; }
	  .footer__left-link-legal:hover {
		opacity: 1; }

@media (max-width: 1200px) {
	.hero-section__inner-h4 {
		font-size: 70px;
	}
}

@media (max-width: 1024px) {
	.pizza img, .pizza_min-height img {
		width: 100%;
		height: auto;
	}
}

@media (max-width: 992px) {
	.hero-section__inner-h4 {
		font-size: 66px;
	}
}

@media (max-width: 769px) {
	.hero-section__inner-h4 {
		font-size: 60px;
		margin-bottom: 4%;
	}
}

@media (max-width: 600px) {
	.hero-section {
		height: 70vh;
		min-height: 300px;
	}

	.hero-section__inner-h4 {
		font-size: 44px;
	}
}

@media (max-width: 415px) {
	.hero-section__inner-h4 {
		font-size: 36px;
	}

	.hero-section {
		height: 100vh;
	}

	.pizza img {
		margin-top: 25px;
	}
}

@media (max-width: 376px) {
	.hero-section__inner-h4 {
		font-size: 28px;
	}
}

@media (max-width: 321px) {
	.hero-section__inner-h4 {
		font-size: 28px;
	}	
}

@media (max-height: 945px) {
	.hero-section {
		height: auto;
	}

	.pizza {
		position: relative;
		bottom: 0px;
		width: 100%;
		margin-top: 150px;
	}
}