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

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

/*
font-family: 'DaxlineCyr-Regular', sans-serif;
font-family: 'DaxlineCyr-Light', sans-serif;
font-family: 'DaxlineCyr-Medium', sans-serif;
font-family: 'DaxlineCyr-Bold', sans-serif;

font-family: 'Bebas Neue Regular', sans-serif;
font-family: 'Bebas Neue Bold', sans-serif;
*/

/* reset */
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,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	color: #fff;
	font-family: 'DaxlineCyr-Regular', sans-serif;
}

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

body {-webkit-font-smoothing: antialiased;}


:focus::-webkit-input-placeholder,
:focus::-moz-placeholder,
:focus:-moz-placeholder,
:focus:-ms-input-placeholder {
	color: transparent
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="submit"],
textarea,
select,
button,
a {
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="submit"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus,
button:focus,
a:focus {outline: none;}

input[type=submit],
button,
a {
	cursor: pointer;
}


/* mix */
.error {
	box-shadow: inset 0 0 0px 3px #f00 !important;
	/*border: 1px solid #f00;*/
}

.transition {
	-moz-transition:    all 0.2s ease;
	-o-transition:      all 0.2s ease;
    -webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.ta-l { text-align: left; }
.ta-c { text-align: center; }
.ta-r { text-align: right; }

.heading {
    position: relative;
}
.heading h2 {
    font-family: 'Bebas Neue Bold', sans-serif;
    text-transform: uppercase;
    font-size: 60px;
    margin: 0 0;
    line-height: 1.2;
    position: relative;
    z-index: 10;
}
.heading h3 {
    font-weight: normal;
    font-size: 32px;
    margin: 0 0;
    line-height: 1.2;
    position: relative;
    z-index: 10;
}
.heading h2 span {
    font-family: 'Bebas Neue Bold', sans-serif;
    text-transform: uppercase;
    color: #d22d1e;
}
.heading h3 span {
    color: #d22d1e;
}
.heading h4 {
    font-family: 'Bebas Neue Bold', sans-serif;
    font-size: 236px;
    color: #000;
    position: absolute;
    z-index: 0;
    top:  -80px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1;
    margin: 0;
}

.btn {
    font-family: 'DaxlineCyr-Light', sans-serif;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    outline: none;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    border: none;
    background: linear-gradient(to bottom, #e13407, #dd2d1d);
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .2), inset -1px -1px 0 rgba(0, 0, 0, .1);
    border-radius: 50px;
    min-width: 300px;
    padding: 25px 50px;
}
.btn:hover {
    text-decoration: none;
    color: #fff;
    background: linear-gradient(to bottom, #ff3500, #ff1500);    
}
.btn:active {
    background: linear-gradient(to top, #d42c00, #d01100);  
}
.btn:active, .btn:visited, .btn:focus {
    text-decoration: none;
    color: #fff;
}

.btn-call {
    display: inline-block;
    text-align: center;
    outline: none;
    font-size: 14px;
    color: #fff;
    background-color: #ff7f2d;
    padding: 12px 25px;
    border-radius: 30px;
    min-width: 10px;
}
.btn-call:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width:  20px;
    height: 20px;
    background: url(../img/icon-phone.svg) center no-repeat;
    background-size: cover;
    margin-right: 10px;
    margin-top: -2px;
}


.button {}
.button .btn {
    display: inline-block;
    vertical-align: middle;
}
.button span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #6f757b;
    margin-left: 40px;
    line-height: 1.8;
}

img.md-hide {
	display: none;
}

/* styles */
#header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 60px;
}
#header .logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
    margin-left: -30px;
}
#header .logo img {}
#header p.desc {
    font-size: 14px;
    color: #6f757b;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
#header a.phone {
    font-size: 19px;
    color: #fff;
    margin-right: 40px;
}
#header a.phone:hover {
	text-decoration: none;
}
#header .btn {}

#main {
	height: 896px;
	background: url(../img/bg/main.jpg) center no-repeat;
    padding-top: 220px;
}
#main .title {}
#main .title h1 {
    text-transform: uppercase;
    font-family: 'Bebas Neue Bold', sans-serif;
    font-size: 90px;
    line-height: 1;
    margin: 0;
}
#main .title h2 {
    font-size: 32px;
    font-weight: normal;
    margin: 10px 0;
}
#main .button {
    margin-top: 80px;
}
#main .button .btn {}
#main .button span {}
#main .items {
    margin-top: 100px;
}
#main .items .item {
    font-family: 'DaxlineCyr-Light', sans-serif;
    font-size: 18px;
    margin: 40px 0;
}
#main .items .item p {
    font-family: 'DaxlineCyr-Light', sans-serif;
    font-size: 18px;
    margin: 0px 0;
	display: inline-block;
    vertical-align: middle;
}
#main .items .item span {
    font-size: 14px;
    opacity: .5;
}
#main .items .item:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 30px;
    background-color: #eb3903;
    box-shadow: 0 0 0 7px rgba(235, 57, 3, 0.25);
}

#features {
	height: 354px;
	background: url(../img/bg/features.jpg) center no-repeat;
    text-align: center;
}
#features .items {
    max-width: 920px;
    margin: 130px auto 0;
}
#features .items .item {
    display: inline-block;
    vertical-align: top;
    width: 33%;
}
#features .items .item img {}
#features .items .item p {
    font-family: 'DaxlineCyr-Light', sans-serif;
    font-weight: normal;
    font-size: 16px;
    margin: 10px 0;
}

#recipe {
	height: 953px;
	background: url(../img/bg/recipe.jpg) center no-repeat;
    padding-top: 80px;
}
#recipe .heading {
    text-align: center;
}
#recipe .items {
    margin-top: 110px;
}
#recipe .items .item {
    font-size: 16px;
    color: #a4aab0;
    font-family: 'DaxlineCyr-Light', sans-serif;
    position: relative;
    margin: 70px 0;
    padding-left: 50px;
}
#recipe .items .item:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #eb3903;
    box-shadow: 0 0 0 7px rgba(235, 57, 3, 0.25);
    position: absolute;
    top: 0;
    left: -10px;
}
#recipe .items .item-1 {}
#recipe .items .item-2 {
    margin-left: 40px;
}
#recipe .items .item-3 {
    margin-left: 40px;
}
#recipe .items .item-4 {}
#recipe .text {
    margin-top: 100px;
    font-family: 'DaxlineCyr-Light', sans-serif;
    line-height: 1.8;
    display: inline-block;
    background-color: rgba(41, 43, 55, 0.3);
    font-size: 19px;
    color: #fff;
    text-align: left;
    padding: 70px 70px;
    border-radius: 20px;
}
#recipe .desc {
    display: inline-block;
    background-color: #deecf1;
    border-radius: 100px;
    padding: 0 40px;
    margin-top: 60px;
}
#recipe .desc img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0px;
}
#recipe .desc p {
    font-size: 18px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
}

#quality {
	height: 1030px;
	background: url(../img/bg/quality.jpg) center no-repeat;
    padding-top: 90px;
}
#quality .heading {
    text-align: center;
}
#quality .tabs {
    background-color: #deecf1;
    font-size: 0;
    border-radius: 100px;
    margin: 50px 0 30px;
}
#quality .tabs .tab {
    cursor: pointer;
    width: 33.33%;
    font-size: 16px;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    outline: none;
    border: none;
    border-radius: 50px;
    padding: 20px 50px;
    color: #000;
}
#quality .tabs .tab.active,
#quality .tabs .tab:hover {
    color: #fff;
    background: linear-gradient(to bottom, #db4a24, #dd2d1d);
}
#quality .contents {}
#quality .content {
    position: relative;
    min-height: 466px;
}
#quality .content img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
}
#quality .content .text {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 35px 55px;
    position: absolute;
}
#quality .content .text p {
    font-size: 26px;
    margin: 0 0 20px;
}
#quality .content .text span {
    font-family: 'DaxlineCyr-Light', sans-serif;
    line-height: 1.6;
    display: block;
    font-size: 16px;
}
#quality .content ul {
	margin: 0;
	padding: 0;
}
#quality .content ul li {
	font-size: 16px;
	color: #eb3930;
	margin: 20px 0;
}
#quality .content ul li p {
	font-family: 'DaxlineCyr-Light', sans-serif;
	font-size: 16px;
	color: #000;
	margin: 0;
}
#quality #content-1 .text {
    right: 40px;
    bottom: 100px;
}
#quality #content-2 ul {
	position: absolute;
	top: 100px;
	right: 100px;
}
#quality #content-3 .text {
	right: 40px;
    bottom: 100px;
}
#quality #content-1 li p,
#quality #content-2 li p,
#quality #content-3 li p,
#quality #content-4 li p {
	color: #fff;
    font-size: 16px;
}
#quality #content-4 .text {
	right: 40px;
    bottom: 140px;
}
#quality .button {
    text-align: center;
    margin-top: 50px;
}
#quality .button span {
    margin: 0px 0 20px;
    display: block;
}

#ekb {
	height: 696px;
	background: url(../img/bg/ekb.jpg) center no-repeat;
    padding-top: 70px;
}
#ekb .heading {
    text-align: center;
}
#ekb .wrap {
    position: relative;
    height: 500px;
}
#ekb .years {
    opacity: .8;
}
#ekb .years p {
    font-family: 'Bebas Neue Regular', sans-serif;
    font-weight: lighter;
    margin: 0;
    font-size: 26px;
    color: #eb3903;
    position: absolute;
}
#ekb .years .year-1 {
    left: 370px;
    top:  40px;
}
#ekb .years .year-2 {
    left: 500px;
    top:  60px;
}
#ekb .years .year-3 {
    left: 580px;
    top:  140px;
}
#ekb .years .year-4 {
    left: 650px;
    top:  220px;
}
#ekb .items {}
#ekb .items .item {
    position: absolute;
}
#ekb .items .item p {
    margin: 0;
}
#ekb .items .item p:nth-child(1) {
    font-family: 'DaxlineCyr-Light', sans-serif;
    color: #eb3903;
    font-size: 16px;
    margin-bottom: 10px;
}
#ekb .items .item p:nth-child(2) {
    font-family: 'DaxlineCyr-Light', sans-serif;
    font-size: 16px;
    color: #cacaca;
}
#ekb .items .item p:nth-child(3) {
    font-size: 26px;
    line-height: 1.2;
    margin: 10px 0;
}
#ekb .items .item p:nth-child(4) {
    font-family: 'Bebas Neue Bold', sans-serif;
    line-height: 1;
    font-size: 90px;
    color: #45484e;
}
#ekb .items .item-1 {
    top:  150px;
    left: 330px;
}
#ekb .items .item-2 {
    top:  180px;
    left: 820px;
}

#profit {
	background: url(../img/bg/profit.jpg) center -1px no-repeat, #080808;
    text-align: center;
    padding-top: 170px;
}
#profit .heading {}
#profit .slider {
    position: relative;
    margin-top: 30px;
}
#profit .slider .slide {
    position: relative;
}
#profit .slider .slide img {
    width: 100%;
    height: auto;
    border-radius: 30px;
    overflow: hidden;
}
#profit .slider .slide .text {
    border-radius: 20px;
    background: rgba(26, 26, 26, 0.9);
    padding: 50px 50px;
    padding-top: 0;
    text-align: left;
    position: absolute;
    transform: translateY(-50%);
    top:   50%;
    right: 50px;
}
#profit .slider .slide .text .address {
    position: relative;
    display: inline-block;
    font-size: 16px;
    background-color: #eb3903;
    border-radius: 50px;
    padding: 8px 30px;
    margin-top: -20px;
    margin-bottom: 30px;
}
#profit .slider .slide .text .address:after {
    content: '';
    display: inline-block;
    width: 48px;
    height: 12px;
    background: url(../img/dialog-1.png) center no-repeat;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}
#profit .slider .slide .text .num {
    font-family: 'DaxlineCyr-Light', sans-serif;
    font-size: 16px;
    margin-left: 20px;
}
#profit .slider .slide .text .num span {
    font-size: 24px;
    color: #eb3903;
    display: block;
    font-weight: bold;
}
#profit .slider .owl-nav {
	display: block !important;
}
#profit .slider .owl-nav .owl-prev,
#profit .slider .owl-nav .owl-next {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
#profit .slider .owl-nav .owl-prev:hover,
#profit .slider .owl-nav .owl-next:hover {
	opacity: 0.8;
}
#profit .slider .owl-nav .owl-prev {
	background: url(../img/arr-prev.svg) center no-repeat, #eb3903;
	background-size: 20px;
	left: -30px;
}
#profit .slider .owl-nav .owl-next {
	background: url(../img/arr-next.svg) center no-repeat, #eb3903;
	background-size: 20px;
	right: -30px;
}
#profit .slider .owl-dots {
	margin-top: 20px;
}
#profit .slider .owl-dots .owl-dot {
	display: inline-block;
	vertical-align: middle;
	width:  7px;
	height: 7px;
	border-radius: 50%;
	margin: 4px;
	background-color: #fff;
}
#profit .slider .owl-dots .owl-dot.active {
	background-color: #ed3e38;
	width:  10px;
	height: 10px;
}
#profit .slider .owl-dots .owl-dot span {
	display: none;
}
#profit .button {
    margin-top: 40px;
}
#profit .button span {
    margin: 0 0 20px;
    display: block;
}

#map {
	height: 822px;
	background: url(../img/bg/map.jpg) center no-repeat;
    text-align: center;
    padding-top: 360px;
}

#area {
	height: 1171px;
	background: url(../img/bg/area.jpg) center no-repeat;
    padding-top: 170px;
}
#area .heading {
    text-align: center;
}
#area .items {
    font-size: 0;
    max-width: 1100px;
    margin: 70px auto 0;
}
#area .items .item {
    font-family: 'DaxlineCyr-Light', sans-serif;
    color: #a4aab0;
    font-size: 16px;
    text-align: left;
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1.8;
    padding-left: 60px;
    margin-left:  80px;
    margin-right: 30px;
}
#area .items .item:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #eb3903;
    box-shadow: 0 0 0 7px rgba(235, 57, 3, 0.25);
    position: absolute;
    left: 0px;
    top:  10px;
}
#area .desc {
    background-color: #eb3903;
    display: inline-block;
    border-radius: 10px;
    padding: 20px 70px;
    position: relative;
    margin-left: 110px;
    margin-top: 140px;
}
#area .desc:after {
    content: '';
    width: 32px;
    height: 28px;
    background: url(../img/dialog-2.png) center no-repeat;
    display: inline-block;
    position: absolute;
    bottom: -28px;
    right: 110px;
}
#area .desc img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
#area .desc p {
    font-size: 19px;
    display: inline-block;
    vertical-align: middle;
}

#menu {
	height: 781px;
	background: url(../img/bg/menu.jpg) center no-repeat;
    text-align: center;
    padding-top: 20px;
}
#menu .heading {
    text-align: center;
}
#menu .items {
    font-size: 0;
    max-width: 810px;
    margin: 90px auto 0;
}
#menu .items .item {
    display: inline-block;
    vertical-align: top;
    width: 33%;
}
#menu .items .item img {}
#menu .items .item p {
    font-family: 'DaxlineCyr-Light', sans-serif;
    font-size: 18px;
    margin: 10px 0;
}
#menu .doc {
    margin-left: 820px;
    margin-top: 80px;
}
#menu .doc img {}
#menu .doc p {
    position: relative;
    font-size: 16px;
    text-align: left;
    line-height: 1.8;
}
#menu .doc p:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #eb3903;
    box-shadow: 0 0 0 7px rgba(235, 57, 3, 0.25);
    position: absolute;
    left: -60px;
    top:  10px;
}

#personal {
	height: 835px;
	background: url(../img/bg/personal.jpg) center no-repeat;
    padding-top: 110px;
}
#personal .heading {}
#personal .heading h4 {
    transform: none;
    left: -60px;
}
#personal .items {
    margin-top: 70px;
    margin-left: 30px;
}
#personal .items .item {
    position: relative;
    font-size: 16px;
    text-align: left;
    line-height: 1.8;
    color: #9da3a9;
    margin: 40px 0;
}
#personal .items .item:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #eb3903;
    box-shadow: 0 0 0 7px rgba(235, 57, 3, 0.25);
    position: absolute;
    left: -60px;
    top:  10px;
}
#personal .button {
    text-align: center;
    margin-top: 50px;
}
#personal .button span {
    margin: 0 0 20px;
    display: block;
}

#marketing {
	height: 705px;
	background: url(../img/bg/marketing.jpg) center no-repeat;
    text-align: center;
    padding-top: 100px;
}
#marketing .heading {
    margin: 0 auto;
    text-align: left;
    max-width: 900px;
}
#marketing .heading h4 {
    transform: none;
    left: -60px;
}
#marketing .items {
    font-size: 0;
    max-width: 900px;
    text-align: left;
    margin: 70px auto ;
}
#marketing .items .item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 16px;
    line-height: 1.8;
    color: #9da3a9;
    margin-bottom: 30px;
    margin-right: 140px;
}
#marketing .items .item:nth-child(3) {
    margin-right: 0;
}
#marketing .items .item:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #eb3903;
    box-shadow: 0 0 0 7px rgba(235, 57, 3, 0.25);
    position: absolute;
    left: -60px;
    top:  10px;
}
#marketing .desc {
    font-family: 'DaxlineCyr-Light', sans-serif;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    font-size: 20px;
    background: linear-gradient(to bottom, #e13407, #dd2d1d);
    border-radius: 50px;
    padding: 20px 50px;
}

#manager {
	height: 944px;
	background: url(../img/bg/manager.jpg) center no-repeat;
    padding-top: 100px;
}
#manager .heading {
    margin-top: 60px;
    margin-bottom: 60px;
}
#manager p {
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    margin-left: 40px;
}
#manager ul {}
#manager ul li {
    position: relative;
    font-size: 16px;
    line-height: 1.8;
    color: #9da3a9;
    list-style: none;
    margin: 14px 0;
}
#manager ul li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width:  18px;
    height: 18px;
    border-radius: 50%;
    background-color: #eb3903;
    box-shadow: 0 0 0 5px rgba(235, 57, 3, 0.25);
    position: absolute;
    left: -60px;
    top:  10px;
}
#manager p.desc {
    font-size: 18px;
    margin-top: 60px;
    margin-left: -20px;
}
#manager p.desc span {
    color: #eb3903;
}
#manager picture {
    text-align: center;
    display: block;
    position: relative;
}
#manager picture:before {
    content: '';
    display: block;
    width: 132px;
    height: 33px;
    background: url(../img/arrow.png) center no-repeat;
    position: absolute;
    bottom: 0;
    left:   -40px;
}
#manager picture img {
    width: 100%;
    height: auto;
}
#manager picture .btn {
    transform: translateY(-70px);
}

#bonus {
	height: 633px;
	background: url(../img/bg/bonus.jpg) center no-repeat;
}
#bonus .heading {}
#bonus .items {
    margin-top: 260px;
}
#bonus .items .item {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-right: 80px;
    margin-bottom: 20px;
}
#bonus .items .item:last-child {
    margin-right: 0;
}
#bonus .items .item img {}
#bonus .items .item p {
    font-family: 'DaxlineCyr-Light', sans-serif;
    font-size: 16px;
}
#bonus .items .item p span {
    color: #000;
}

#founder {
	height: 803px;
	background: url(../img/bg/founder.jpg) center no-repeat;
    padding-top: 270px;
}
#founder .heading h3 {
    margin-top: 20px;
}

#anketa {
	height: 835px;
	background: url(../img/bg/anketa.jpg) center no-repeat;
    padding-top: 230px;
}
#anketa .heading {}
#anketa .button {
    text-align: center;
    margin-top: 200px;
}
#anketa .button span {
    margin: 0 0 20px;
    color: #fff;
}
#anketa .desc {
    margin-top: 200px;
    margin-left: 50px;
}
#anketa .desc img {
    display: inline-block;
    vertical-align: middle;
}
#anketa .desc p {
    display: inline-block;
    vertical-align: middle;
    color: #6f757b;
    font-size: 12px;
    line-height: 1.8;
    margin-left: 30px;
}

#footer {
	height: 241px;
	background: url(../img/bg/footer.jpg) center no-repeat;
}
#footer hr {
    opacity: .1;
    margin-bottom: 80px;
}
#footer .logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
}
#footer .logo img {}
#footer p.desc {
    font-size: 14px;
    color: #6f757b;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
#footer a {
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
}
#footer a.phone {}
#footer a.email {}


/* modals */
#modals {
	display: none;
}
.modal {
	padding: 40px 40px;
	text-align: center;
	max-width: 550px;
}
.modal h2 {
	font-size: 22px;
	margin: 0 0 30px;
	color: #000;
}
.modal h2 b {
	color: #d22d1e !important;
}
.modal form {
	padding: 0 0px;
}
.modal form input[type=text] {
	text-align: left;
	font-size: 18px;
	border-radius: 40px;
	padding: 15px 30px;
	width: 100%;
	background-color: #e7e9f3;
	border: none;
	margin-bottom: 15px;
	color: #000;
}
.modal form fieldset {
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: none;
}
.modal form fieldset input[type=text]:first-child {
	width: 48%;
	float: left;
}
.modal form fieldset input[type=text]:last-child {
	width: 48%;
	float: right;
}
.modal form .btn {
	margin-top: 10px;
	border: none;
}
.modal form .accept {}


/* meadia */
@media (max-width: 1200px) {
/*
#header {}
#main {}
#features {}
#recipe {}
#quality {}
#ekb {}
#profit {}
#map {}
#area {}
#menu {}
#personal {}
#marketing {}
#manager {}
#bonus {}
#founder {}
#anketa {}
#footer {}
*/
}
@media (max-width: 992px) {}
@media (max-width: 868px) {

	html, body {
		overflow-x: hidden;
	}

	img.md-hide {
		display: block;
		width: 100%;
		height: auto;
	}

	.heading {
        text-align: center;
    }
	.heading br {
        display: none;
    }
	.heading h2 {
        font-size: 28px;
    }
	.heading h3 {
        font-size: 18px;
    }
	.heading h4 {
        font-size: 170px;
    }

	.btn {
		width: 100%;
		min-width: 100px;
        font-size: 14px;
        letter-spacing: 0;
        padding: 20px 20px;
	}


	.button {}
	.button .btn {}
	.button span {
        display: block;
        margin: 10px 0;
        text-align: center;
        line-height: 1.4;
    }


	#header {
        padding-top: 10px;
    }
	#header .logo {
        margin: 0;
    }
	#header .logo img {
        width: 100%;
        max-width: 163px;
    }
	#header p.desc {
        display: none;
    }
	#header a.phone {
        display: inline-block;
        vertical-align: middle;
        font-size: 13px;
        margin-right: 10px;
        margin-top: -10px;
    }
	#header .btn-call {
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
        border-radius: 50%;
        padding: 0px;
        width:  30px;
        height: 30px;
        min-width: 0;
        position: relative;
        margin: 0px 0 0;
    }
    #header .btn-call:before {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        background-size: 15px;
    }

	#main {
        height: auto;
        background: url(../img/m/main.jpg) center no-repeat;
        background-size: cover;
        padding-top: 90px;
        padding-bottom: 30px;
    }
	#main .title {
        text-align: center;
    }
	#main .title br {
        display: none;
    }
	#main .title h1 {
        font-size: 34px;
        margin: 20px 0 10px;
    }
	#main .title h2 {
        font-size: 18px;
    }
	#main .button {
        margin-top: 80px;
    }
	#main .items {
        margin-top: 60px;
        padding: 0 30px;
    }
	#main .items .item {
        font-size: 13px;
        position: relative;
        padding-left: 40px;
        margin: 20px 0;
    }
	#main .items .item:before {
        width:  15px;
        height: 15px;
        position: absolute;
        left: 0;
        top:  5px;
    }

	#features {
        height: auto;
        background: #080808;
        padding: 30px 0;
    }
	#features .items {
        margin: 0 0;
    }
	#features .items .item {
        width: 100%;
        margin: 10px 0;
    }
	#features .items .item img {
/*        width: 35px;*/
        width: 45px;
    }
	#features .items .item p {
        font-size: 12px;
        margin-top: 5px;
    }
	#features .items .item p br {
/*        display: none;*/
    }

	#recipe {
        height: auto;
        padding: 30px 0;
        background: url(../img/m/main.jpg) center no-repeat;
        background-size: cover;
    }
	#recipe .heading {
        margin-bottom: 30px;
    }
	#recipe img.md-hide {
        max-width: 260px;
        margin: 0 auto;
    }
	#recipe .items {
        padding: 0 20px;
        margin-top: 30px;
    }
	#recipe .items .item {
        font-size: 14px;
        padding-left: 20px;
        margin: 20px 0 !important;
    }
	#recipe .items .item:before {
        width:  10px;
        height: 10px;
        top: 5px;
        box-shadow: 0 0 0 5px rgba(235, 57, 3, 0.25);
    }
	#recipe .text {
        font-size: 14px;
        padding: 20px 40px;
        margin: 10px 0 0;
    }
	#recipe .desc {
        padding: 10px 10px;
        width: 100%;
        margin-top: 30px;
    }
	#recipe .desc img {
        width: 64px;
        display: block;
        margin: 0 auto;
    }
	#recipe .desc p {
        display: block;
        font-size: 14px;
        margin: 0;
        padding: 0 40px;
    }

	#quality {
        background: #0b0b0b;
        height: auto;
        padding: 40px 0;
    }
	#quality .heading {}
	#quality .tabs {
        background: none;
        border-radius: 0px;
        margin: 40px 0 20px;
    }
	#quality .tabs .tab {
        display: block;
        width: 100%;
        border: 2px solid #db4a24;
        color: #fff;
        padding: 10px 20px;
        font-size: 14px;
        margin-bottom: -2px;
    }
	#quality .tabs .tab.active,
	#quality .tabs .tab:hover {
        border-color: transparent;
    }
	#quality .contents {}
	#quality .content {
        min-height: 0;
        padding: 0 20px;
    }
    #quality .content br {}
    #quality .content img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
	#quality .content .text {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        padding: 20px 0 30px;
        width: 100%;
        display: block;
        background: none !important;
    }
	#quality .content .text p {
        font-size: 16px;
    }
	#quality #content-1 li p br,
	#quality #content-2 li p br,
	#quality #content-3 li p br,
	#quality #content-4 li p br {
		display: none;
	}
	#quality .content .text span {
        font-size: 12px;
    }
	#quality .content ul {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        margin-bottom: 20px;
    }
	#quality .content ul li {
        font-size: 14px;
        margin: 10px 0;
    }
	#quality .content ul li p {
        font-size: 14px;
        color: #fff;
        margin: 0;
    }
	#quality .button {}

	#ekb {
        height: auto;
        padding: 30px 0;
        background: url(../img/m/main.jpg) center no-repeat;
        background-size: cover;
    }
	#ekb .heading {}
	#ekb .wrap {
        height: auto;
    }
	#ekb .years {
        display: none;
    }
	#ekb .items {
        padding: 0 0px;
        padding-left: 50px;
        text-align: center;
        margin-top: 30px;
    }
	#ekb .items .item {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        text-align: left;
        display: block;
        max-width: 200px;
        margin: 30px auto;
    }
    #ekb .items .item:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width:  15px;
        height: 15px;
        border-radius: 50%;
        background-color: #eb3903;
        box-shadow: 0 0 0 5px rgba(235, 57, 3, 0.25);
        position: absolute;
        top: 5px;
        left: -40px;
    }
	#ekb .items .item p:nth-child(1) {
        font-size: 14px;
        margin-bottom: 5px;
    }
	#ekb .items .item p:nth-child(2) {
        font-size: 14px;
        margin-top: 0;
    }
	#ekb .items .item p:nth-child(3) {
        font-size: 16px;
    }
	#ekb .items .item p:nth-child(4) {
        font-size: 40px;
    }
	#ekb .items .item-1 {}
	#ekb .items .item-2 {}

	#profit {
        background: #0b0b0b;
        height: auto;
        padding: 40px 0;
    }
	#profit .heading {}
	#profit .slider {}
	#profit .slider .slide {}
	#profit .slider .slide img {
        width: 100%;
        height: auto;
        border-radius: 20px;
    }
	#profit .slider .slide .text {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        border-radius: 20px;
        transform: none;
        background: rgba(255,255,255,.06);
        padding: 0px 0 10px;
        text-align: center;
        margin-bottom: 15px;
    }
	#profit .slider .slide .text .address {
        font-size: 12px;
        margin: 20px 0 10px;
    }
	#profit .slider .slide .text .address:after {
        display: none;
    }
	#profit .slider .slide .text .num {
        font-size: 14px;
        padding: 0;
        margin: 15px 0;
    }
	#profit .slider .slide .text .num span {
        font-size: 20px;
    }
	#profit .slider .owl-nav {
        display: none !important;
    }
	#profit .slider .owl-dots {}
	#profit .slider .owl-dots .owl-dot {
        width: 3px;
        height: 3px;
        margin: 2px;
    }
	#profit .slider .owl-dots .owl-dot.active {
        width: 5px;
        height: 5px;
    }
	#profit .button {
        margin-top: 20px;
    }

	#map {
        height: auto;
        padding: 70px 0;
        background: url(../img/m/map.jpg) center no-repeat;
        background-size: cover;
    }

	#area {
        background: #1d1d1e;
        height: auto;
        padding: 90px 0 20px;
    }
	#area .heading {}
	#area img.md-hide {
        width: 110%;
        height: auto;
        display: block;
        margin-left:  -15px;
        margin-right: -15px;
        margin-top: 10px;
    }
	#area .items {
        margin-top: 20px;
    }
    #area .items .item br {
        display: none;
    }
	#area .items .item {
        width: 100%;
        padding-left: 40px;
        font-size: 14px;
        line-height: 1.6;
        margin: 0 0 25px;
    }
	#area .items .item:before {
        width: 15px;
        height: 15px;
        box-shadow: 0 0 0 4px rgba(235, 57, 3, 0.25);
        left: 10px;
    }
	#area .desc {
        margin: 20px 0 0;
        padding: 20px;
        text-align: center;
    }
	#area .desc:after {
        display: none;
    }
	#area .desc img {
        display: block;
        width: 30px;
        margin: 0 auto;
    }
	#area .desc p {
        display: block;
        font-size: 14px;
    }

	#menu {
        background: #1d1d1e;
        height: auto;
        padding: 90px 0 20px;
    }
	#menu .heading {}
	#menu .items {
        margin-top: 50px;
    }
	#menu .items .item {
        width: 100%;
        margin: 0px 0;
    }
	#menu .items .item img {
        width: 40px;
    }
	#menu .items .item p {
        font-size: 14px;
    }
	#menu .doc {
        margin: 0 0 0;
    }
	#menu .doc img {
        width: 100%;
    }
	#menu .doc p {
        text-align: center;
        margin: 0;
        padding: 0;
    }
	#menu .doc p:before {
        display: none;
    }

	#personal {
        background: #1d1d1e;
        height: auto;
        padding: 90px 0 20px;
    }
	#personal .heading h4 {
        left: 50%;
        transform: translateX(-50%);
    }
	#personal .items {
        margin-top: 30px;
    }
	#personal .items .item {
        font-size: 14px;
        padding-left: 30px;
        margin: 20px 0;
    }
	#personal .items .item:before {
        width: 15px;
        height: 15px;
        box-shadow: 0 0 0 4px rgba(235, 57, 3, 0.25);
        left: 0px;
    }
	#personal .button {}
    #personal .button span {
        padding: 0 30px;
    }
	#personal .button span br {
        display: none;
    }

	#marketing {
        background: #1d1d1e;
        height: auto;
        padding: 100px 0 0px;
        text-align: center;
    }
    #marketing .heading {
        text-align: center;
    }
	#marketing .heading h4 {
        left: 50%;
        transform: translateX(-50%);
    }
	#marketing .items {
        margin-top: 40px;
        padding-left: 20px;
    }
	#marketing .items .item {
        display: block;
        width: 100%;
        font-size: 14px;
        margin: 15px 0;
        padding-left: 35px;
    }
	#marketing .items .item:before {
        width: 15px;
        height: 15px;
        box-shadow: 0 0 0 4px rgba(235, 57, 3, 0.25);
        left: 0px;
    }
	#marketing .desc {
        margin-top: 0px;
        font-size: 12px;
        padding: 10px 20px;
    }

	#manager {
        background: #1d1d1f;
        height: auto;
        padding: 0px 0 20px;
        text-align: center;
    }
	#manager .heading {
        margin-bottom: 40px;
    }
	#manager p {
        padding: 0 30px;
        margin: 0;
    }
	#manager ul {
        padding-left: 10px;
    }
	#manager ul li {
        text-align: left;
        padding-left: 30px;
        font-size: 14px;
    }
	#manager ul li:before {
        width: 15px;
        height: 15px;
        box-shadow: 0 0 0 4px rgba(235, 57, 3, 0.25);
        left: 0px;
    }
	#manager p.desc br {
        display: none;
    }
	#manager p.desc {
        font-size: 14px;
    }
	#manager picture {
        margin-top: 40px;
    }
    #manager picture:before {
        display: none;
    }
	#manager picture img {
        width: 100%;
        height: auto;
        max-width: 200px;
        margin: 0 auto;
    }
	#manager picture .btn {
        padding: 15px 20px;
        width: auto;
        margin-top: 30px;
    }

	#bonus {
        height: auto;
        background: url(../img/m/bonus.jpg) center top no-repeat, #eb3903;
        background-size: contain;
        padding-top: 0;
        padding-bottom: 0px;
    }
	#bonus .heading {}
	#bonus .items {
        margin-top: 210px;
    }
	#bonus .items .item {
        width: 100%;
        text-align: center;
        margin: 0 0 20px;
    }
	#bonus .items .item img {
        width: 50px;
        display: block;
        margin: 0 auto;
    }
	#bonus .items .item p {
        font-size: 14px;
    }
	#bonus .items .item p span {}

	#founder {
        height: auto;
        background: url(../img/m/main.jpg) center no-repeat;
        background-size: cover;
        padding: 80px 0;
    }
	#founder .heading h3 span {
        display: block;
    }

	#anketa {
        background: #1d1d1f;
        height: auto;
        padding: 40px 0;
        text-align: center;
   }
	#anketa .heading {}
	#anketa .button {
        margin-top: 40px;
    }
	#anketa .desc {
        margin: 0;
        margin-top: 30px;
        text-align: center;
    }
	#anketa .desc img {
        max-width: 110px;
        margin: 0 auto;
        display: inline-block;
        margin-left: 20px;
    }
	#anketa .desc p br {
        display: none;
    }
	#anketa .desc p {
        display: block;
        margin: 10px auto;
    }

	#footer {
        background: #1d1d1f;
        height: auto;
        padding: 0px 0;
        text-align: center;
   }
	#footer hr {
        margin-bottom: 20px;
    }
	#footer .logo {
        display: none;
    }
	#footer .logo img {}
	#footer p.desc {}
	#footer a {
        font-size: 12px;
    }
	#footer a.phone {}
	#footer a.email {}


	.modal {
        padding: 10px 10px;
        width: 100%;
    }
	.modal h2 {
        font-size: 14px;
    }
	.modal form {
        padding: 0;
    }
    .modal form fieldset {}
	.modal form input[type=text] {
        width: 100% !important;
        float: none !important;
        margin: 0 0 7px;
        font-size: 12px;
        padding: 10px 20px;
    }
	.modal form .btn {
        display: block;
        font-size: 12px !important;
        padding: 15px 0px;
        min-width: 50px;
        width: 100%;
    }
	.modal form .accept {}

}