.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.i-flex {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
}

.f-wrap {
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.sb {
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}

.center {
	-webkit-justify-content: center;
	        justify-content: center;
}

.sa {
	-webkit-justify-content: space-around;
	        justify-content: space-around;
}

.ai-s {
	-webkit-align-items: flex-start;
	        align-items: flex-start;
}

.ai-c {
	-webkit-align-items: center;
	        align-items: center;
}

.ai-e {
	-webkit-align-items: flex-end;
	        align-items: flex-end;
}

.fd-col {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

* {
	box-sizing: border-box;
}
.container {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
a {
	text-decoration: none;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px !important;
	font-weight: 400;
	color: #000;
	line-height: 1.2;
}

body.fixed {
	position: fixed;
	width: 100%;
}

/*----------------------*/
/*-----header start-----*/
/*----------------------*/

header .container {
	padding-top: 20px;
	padding-bottom: 50px;
}
header .logo {
	width: 25%;
}
header .logo img {
	max-width: 50%;
}
header .header-info {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 1.2;
	color: #fff;
	width: 41%;
}
header .header-contatcs {

}
header .header-contatcs p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
	padding: 0 0 0 30px;
}

header .header-contatcs p:last-child {
	padding-top: 10px;
}
header .header-contatcs a {
	font-family: "BebasNeue";
	font-weight: 700;
	font-size: 42px;
	line-height: 1.2;
	color: #d1985a;
}

main {
	overflow: hidden;
}
/*----------------------*/
/*-----header start-----*/
/*----------------------*/



/*---------------------------*/
/*-----first-block start-----*/
/*---------------------------*/
.first-block {
	background: #fff url('../img/main-bg.png') no-repeat bottom center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	padding-bottom: 30px;
}

.mob-hotline {
	display: none;
}

.first-block .container {
	position: relative;
}
.first-block > .container:before {
	content: "";
	display: block;
	width: 290px;
	height: 360px;
	background: url("../img/left-coffee.png") no-repeat center;
	-webkit-background-size: 100% 100%;
	     -o-background-size: 100% 100%;
	        background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	left: -350px;
}
.first-block > .container:after {
	content: "";
	display: block;
	width: 237px;
	height: 355px;
	background: url("../img/right-coffee.png") no-repeat center;
	-webkit-background-size: 100% 100%;
	     -o-background-size: 100% 100%;
	        background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	right: -280px;
}

.pick-defect {
	padding: 40px 0 30px;
	background: url("../img/orange-bg.jpg") no-repeat center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.pick-defect .container {
	position: relative;
}

.pick-defect .container:before {
	content: url("../img/left-break.png");
	position: absolute;
	top: -80px;
	left: -200px;
}

.pick-defect .container:after {
	content: url("../img/right-break.png");
	position: absolute;
	bottom: 250px;
	right: -315px;
}

.pick-defect h2 {
	text-align: center;
    font-family: "BebasNeue";
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 60px;
}

.pick-defect .item {
	padding: 15px;
	cursor: pointer;
	position: absolute;
	z-index: 1;
}

.pick-defect .item:hover {
	background: rgba(23, 16, 16, .25);
}

.pick-defect .item h3 span:after {
	position: absolute;
}

.pick-defect .item:nth-child(1) {
	width: 310px;
	top: 0;
	left: -20px;
}

.pick-defect .item:nth-child(1) .price {
	top: 30px;
	right: 15px;
}

.pick-defect .item:nth-child(1) h3 span:after {
	content: url("../img/lines/1.png");
	top: 27px;
	left: 13px;
}

.pick-defect .item:nth-child(2) {
	width: 310px;
	top: 2px;
    left: 310px;
}

.pick-defect .item:nth-child(2) .price {
	top: 10px;
	right: 5px;
}

.pick-defect .item:nth-child(2) h3 span:after {
	content: url("../img/lines/2.png");
	top: 27px;
    left: 13px;
}

.pick-defect .item:nth-child(3) {
	width: 320px;
	height: 200px;
	top: 5px;
    right: -15px;
}

.pick-defect .item:nth-child(3) .price {
	bottom: 10px;
	right: 10px;
}

.pick-defect .item:nth-child(3) h3 span:after {
	content: url("../img/lines/3.png");
	top: 27px;
    left: -77px;
}

.pick-defect .item:nth-child(4) {
	width: 370px;
	top: 297px;
	left: -20px;
}

.pick-defect .item:nth-child(4) .price {
	bottom: 25px;
	right: 5px;
}

.pick-defect .item:nth-child(4) h3 span:after {
	content: url("../img/lines/4.png");
	top: -4px;
    left: 20px;
}

.pick-defect .item:nth-child(4) h3 {
	margin-bottom: 20px;
}

.pick-defect .item:nth-child(4) h3 span {
	margin-bottom: -40px;
}

.pick-defect .item:nth-child(5) {
	padding-left: 75px;
	top: 302px;
	right: 0;
}

.pick-defect .item:nth-child(5) .price {
	bottom: 10px;
	left: 5px;
}

.pick-defect .item:nth-child(5) h3 span:after {
	content: url("../img/lines/5.png");
	top: -4px;
    left: -205px;
}

.pick-defect .item:nth-child(6) {
	padding-bottom: 90px;
	bottom: -87px;
    left: -20px;
}

.pick-defect .item:nth-child(6) .price {
	bottom: 5px;
	right: 15px;
}

.pick-defect .item:nth-child(6) h3 span:after {
	content: url("../img/lines/6.png");
	top: -81px;
    left: 13px;
}

.pick-defect .item:nth-child(7) {
	padding-right: 85px;
	bottom: -34px;
	left: 310px;
}

.pick-defect .item:nth-child(7) .price {
	bottom: 15px;
	right: 15px;
}

.pick-defect .item:nth-child(7) h3 span:after {
	content: url("../img/lines/7.png");
	top: -46px;
    left: 11px;
}

.pick-defect .item:nth-child(8) {
	padding-right: 65px;
	padding-bottom: 50px;
	bottom: -44px;
    right: -30px;
}

.pick-defect .item:nth-child(8) .price {
	bottom: 15px;
	right: 10px;
}

.pick-defect .item:nth-child(8) h3 span:after {
	content: url("../img/lines/8.png");
	top: -79px;
    left: -137px;
}

.pick-defect .break-coffe {
	position: absolute;
	top: 245px;
	left: 275px;
	z-index: 0;
}

.pick-defect .grid {
	height: 760px;
	position: relative;
	margin-bottom: 75px;
}

.pick-defect .item h3 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	font-family: "BebasNeue";
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.pick-defect .item h3 b {
	font-weight: inherit;
}

.pick-defect .item h3 span {
	display: block;
	width: 28px;
	line-height: 28px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	text-align: center;
	font-size: 19.5px;
	font-weight: bold;
	background: #e49955;
	margin-right: 10px;
	position: relative;
}

.pick-defect .item li {
	font-size: 16px;
	font-weight: lighter;
	margin-bottom: 10px;
	padding-left: 35px;
}

.pick-defect .item li:last-child {
	margin-bottom: 0;
}

.pick-defect .item .price {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
	text-align: center;
	width: 97px;
	height: 97px;
	background: #171010;
	/*font-family: "BebasNeue";*/
	font-size: 16px;
	font-weight: bold;
	color: #D1985A;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	position: absolute;
}

.pick-defect .item .price p {
	/*font-family: "BebasNeue";*/
	font-size: 25px;
	font-weight: bold;
}

.main-part .img-wrap {
	width: 33%;
	position: relative;
}
.main-part .img-wrap:before {
	position: absolute;
	display: block;
	bottom: 0;
	left: -55px;
	width: 138px;
	height: 88px;
	content: '';
	background: url('../img/coffee-on-machine.png') no-repeat;

}
.main-part .img-wrap img {
	max-width: 100%;
}
.main-part .title-wrap {
	width: 62%;
}
.main-part .title-wrap h1,
.main-part .title-wrap h2 {
	font-family: "BebasNeue";
	font-weight: 700;
	color: #d1985a;
	line-height: 1.2;
}
.main-part .title-wrap h1 {
	font-size: 80px;
}
.main-part .title-wrap h1 span {
	font-weight: inherit;
}
.main-part .title-wrap h2 {
	font-size: 46px;
}
.main-part .title-wrap .sub-title {
	transform: rotate(-5deg);
	margin: 25px 0 0 0;
}
.main-part .title-wrap .sub-title div {
	border-bottom: 100px solid #d1985a;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	height: 0;
	width: 100px;

	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 32px;
	line-height: 1.2;
	text-align: center;
	margin: 0 auto;
}
.main-part .title-wrap .sub-title div:nth-child(1) {
	border-bottom: 50px solid #d1985a;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	width: 365px;
	line-height: 60px;
}
.main-part .title-wrap .sub-title div:nth-child(2) {
	border-bottom: 50px solid #d1985a;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	width: 550px;
	line-height: 40px;
	margin-top: -1px;
}
.main-part .title-wrap .sub-title div:nth-child(3) {
	border-bottom: 40px solid #d1985a;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	width: 365px;
	line-height: 20px;
	margin-top: -1px;
}

/*---------------------------*/
/*------first-block end------*/
/*---------------------------*/


/*-------------------------------*/
/*-----why first block start-----*/
/*-------------------------------*/
.why-first {
	padding: 35px 0 90px 0;
}
.why-first h2 {
	text-align: center;
	font-family: "BebasNeue";
	font-weight: bold;
	font-size: 40px;
	color: #000;
	margin: 0 0 25px;
}
.why-first h2 sup {
	font-weight: normal;
    font-size: 24px;
}

.why-first .why-first-one {
	color: #000;
	font-size: 16px;
	font-weight: 300;
	padding: 15px 0 15px 70px;
	margin: 50px 0 0 0;
}
.why-first .why-first-one-first {
	background: url('../img/why-1-icon.png') no-repeat left center;
}
.why-first .why-first-one-second {
	background: url('../img/why-2-icon.png') no-repeat left center;
}
.why-first .why-first-one-third {
	background: url('../img/why-3-icon.png') no-repeat left center;
}
.why-first .why-first-one-fourth {
	background: url('../img/why-4-icon.png') no-repeat left center;
}
.why-first .why-first-one-fifth {
	background: url('../img/why-5-icon.png') no-repeat left center;
}
.why-first .why-first-one-sixth {
	background: url('../img/why-6-icon.png') no-repeat left center;
}
/*-------------------------------*/
/*------why first block end------*/
/*-------------------------------*/

.why-not {
	padding: 65px 0;
	background: url("../img/why-not-bg.png") no-repeat center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.why-not h2 {
	text-align: center;
	font-family: "BebasNeue";
	font-weight: bold;
	font-size: 40px;
	color: #d1985a;
	margin-bottom: 65px;
}

.why-not .grid {
	position: relative;
}

.why-not .grid .img {
	position: absolute;
	top: 130px;
	left: 80px;
	z-index: 0;
}

.why-not .grid .img:before {
	content: url("../img/left-why-not.png");
	position: absolute;
	top: -35px;
    left: -68px;
}

.why-not .img img {
	display: block;
	max-width: 100%;
}

.why-not .item {
	position: relative;
	z-index: 1;
	color: #FFF;
	font-size: 16px;
	font-weight: lighter;
	padding: 13px 0 13px 65px;
}

.why-not .item:nth-child(1) {
	max-width: 295px;
	background: url("../img/item/1.png") no-repeat left center;
	margin-left: 100px;
	margin-bottom: 10px;
}

.why-not .item:nth-child(2) {
	max-width: 325px;
	background: url("../img/item/2.png") no-repeat left center;
	margin-left: 415px;
	margin-bottom: 40px;
}

.why-not .item:nth-child(3) {
	max-width: 435px;
	background: url("../img/item/3.png") no-repeat left center;
	margin-left: 490px;
	margin-bottom: 25px;
}

.why-not .item:nth-child(4) {
	max-width: 385px;
	background: url("../img/item/4.png") no-repeat left center;
	margin-left: 540px;
	margin-bottom: 40px;
}

.why-not .item:nth-child(5) {
	max-width: 390px;
	background: url("../img/item/5.png") no-repeat left center;
	margin-left: 490px;
	margin-bottom: 20px;
}

.why-not .item:nth-child(6) {
	max-width: 420px;
	background: url("../img/item/6.png") no-repeat left center;
	margin-left: 415px;
	margin-bottom: 15px;
}

.why-not .item:nth-child(7) {
	max-width: 405px;
	background: url("../img/item/7.png") no-repeat left center;
	margin-left: 100px;
}


/*----------------------*/
/*-----footer start-----*/
/*----------------------*/
footer .container {
	padding-top: 35px;
	padding-bottom: 35px;
}
.footer-info {
	width: 60%;
}
.footer-info p {
	color: #171010;
	font-size: 21px;
	line-height: 1.2;
	font-weight: 300;
}
.footer-tel a {
	color: #000;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 300;
}

footer .logo {
	width: 25%;
}
footer .logo img {
	max-width: 50%;
}
/*----------------------*/
/*------footer end------*/
/*----------------------*/

.map-cont .container {
	position: relative;
}

.map-cont .contacts {
	position: absolute;
	top: 90px;
	left: 54%;
	z-index: 50;
	background: #120707;
	padding: 20px 30px 25px;
	color: #FFF;
}

.map-cont .contacts:before {
	content: url("../img/map.png");
	position: absolute;
	top: 105px;
	left: -24px;
}

.map-cont .contacts .header {
	font-weight: lighter;
	padding: 0  10px 10px;
	margin-bottom: 15px;
	border-bottom: 2px solid #fff;
}

.contacts .header p {
	font-weight: inherit;
	font-size: 18px;
}

.contacts .header .call {
	font-size: 30px;
	color: inherit;
}

.map-cont .contacts ul {
	padding: 0 10px;
}

.contacts ul li {
	margin-bottom: 20px;
}

.contacts ul li:last-child {
	margin-bottom: 0;
}

.contacts ul .title {
	font-size: 18px;
	font-weight: bold;
}

.contacts ul .address {
	font-size: 14px;
	font-weight: lighter;
}