.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%;
}

.btn-red {
	display: block;
	/*display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;*/
	text-align: center;
	background: #95022B;
	font-family: "BebasNeue";
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	border: 3px solid transparent;
	-webkit-border-radius: 50px;
	        border-radius: 50px;
	cursor: pointer;
	-webkit-transition: .3s;
	   -moz-transition: .3s;
	    -ms-transition: .3s;
	     -o-transition: .3s;
	        transition: .3s;
}

.btn-red:hover {
	background: #B81341;
	border-color: #FBD1AD;
}

.btn-red:active {
	background: #730021;
	-webkit-box-shadow: inset 2px 2px 5px 2px rgba(0,0,0,0.75);
-moz-box-shadow: inset 2px 2px 5px 2px rgba(0,0,0,0.75);
box-shadow: inset 2px 2px 5px 2px rgba(0,0,0,0.75);
}

.btn-red span {
	color: #D1985A;
	font-weight: inherit;
	margin-left: 3px;
}

/*----------------------*/
/*-----header start-----*/
/*----------------------*/
header {
	/*background: url('img/header-bg.png') repeat-x;*/
	/*position: absolute;
	top: 0;
	left: 0;
	width: 100%;*/
}
header .container {
	padding-top: 20px;
	padding-bottom: 50px;
}
header .logo {
	width: 25%;
}
header .logo img {
	max-width: 100%;
}
header .header-info {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 1.2;
	color: #fff;
	width: 45%;
}
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/first-bg.jpg') no-repeat bottom 80px center;*/
	background: #fff url('/img/main-bg.png') no-repeat bottom 40px center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.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;
}

.brands-block {
	padding: 50px 0;
}

.brands-block h2 {
	text-align: center;
	font-family: "BebasNeue";
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 60px;
}

.brands-slider .slide {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
}

.brands-slider .slide .item {
	width: calc(100% / 6);
	padding: 0 10px;
	text-align: center;
}

.brands-slider .slide .item:nth-child(-n+6) {
	margin-bottom: 30px;
}

.brands-slider .slide img {
	display: inline-block;
	max-width: 100%;
}

.brands-wrap {
	padding: 0 60px;
}

body .bx-wrapper .bx-controls-direction a {
	z-index: 500;
}

.brands-block .bx-wrapper .bx-controls-direction a {
	width: 44px;
    height: 44px;
    margin-top: -22px;
}

.brands-block .bx-wrapper .bx-controls-direction a:hover {
	background-position: 0 0;
}

.brands-block .bx-wrapper .bx-prev {
	left: -50px;
	background: url("/img/prev-slider.png");
}

.brands-block .bx-wrapper .bx-next {
	right: -50px;
	background: url("/img/next-slider.png");
}

.brands-block .btn-red {
	width: 340px;
	height: 78px;
	margin: auto;
	font-size: 32px;
}

.pick-defect .btn-red {
	width: 295px;
	height: 58px;
	margin: auto;
	font-size: 24px;
}

.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;
}

.why-us-form {
	padding: 30px 0 10px;
}

.why-us {
	margin: 25px 0;
}
.why-us .one-why {
	padding: 5px 0;
	margin: 10px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
	color: #000;
}
.why-us .one-why:nth-child(1) {
	background: url('/img/icon-car.png') no-repeat;
	background-position: left center;
	padding-left: 70px;
}
.why-us .one-why:nth-child(2) {
	background: url('/img/icon-man.png') no-repeat;
	background-position: left center;
	padding-left: 65px;
}
.why-us .one-why:nth-child(3) {
	background: url('/img/icon-clock.png') no-repeat;
	background-position: left center;
	padding-left: 68px;
}
.why-us .one-why:nth-child(4) {
	background: url('/img/icon-coffee-machine.png') no-repeat;
	background-position: left center;
	padding-left: 65px;
}

.first-form input {
	width: 450px;
	height: 78px;
	margin-right: 20px;
}
.first-form .btn-red {
	width: 430px;
	height: 78px;
}

.first-form-title {
	max-width: 860px;
	font-size: 25px;
	font-weight: lighter;
	margin-bottom: 20px;
}
.first-form-title span {
	font-weight: bold;
}
form input {
	display: block;
	border: 1px solid transparent;
	background: #DAD4C6;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: lighter;
	padding: 0 15px;

}
.with-btn ul {
	padding: 5px 0 0 15px;
}
.with-btn ul li {
	padding-left: 20px;
	font-size: 16px;
	background: url("/img/check.png") no-repeat left center;
	margin-bottom: 3px;
}
.with-btn ul li:last-child {
	margin-bottom: 0;
}
.with-btn p {

}
button.btn-red {

}
.next-block {
	display: block;
	width: 140px;
	margin: 15px auto 0;
	padding-top: 60px;
	font-size: 16px;
	font-weight: lighter;
	text-align: center;
	color: #000;
	background: url("/img/icon-scroll.png") no-repeat top center;
}
/*---------------------------*/
/*------first-block end------*/
/*---------------------------*/



/*-------------------------*/
/*-----mosheniki start-----*/
/*-------------------------*/
.col-100 {
	width: 100%;
}
.mosheniki {
	padding: 30px 0;
	background: url("/img/orange-bg.jpg") no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.mosheniki > .container {
	position: relative;
}

.mosheniki > .container:before {
	content: url("/img/left-moshenniki.png");
	position: absolute;
	top: -103px;
	left: -180px;
}
.mosheniki > .container:after {
	content: url("/img/right-moshenniki.png");
	position: absolute;
	top: 80px;
	right: -206px;
}
.mosheniki h2 {
	text-align: center;
	font-family: "BebasNeue";
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 20px;
}
.mosheniki .red-border-text {
	font-size: 17.8px;
	font-weight: 700;
	text-align: center;
	padding: 10px 5px;
	margin-bottom: -3px;
	border: 4px solid #95022b;
	text-transform: uppercase;
}
.mosheniki .red-text {
	color: #95022b;
	text-align: left;
	padding: 5px 10px;
	margin-bottom: 30px;
}
.mosheniki article {
	padding-top: 10px;
}
.mosheniki .photo-wrap {
	width: 46%;
	max-width: 480px;
	float: left;
	margin: 0 10px 10px 0;
}
.mosheniki .photo-wrap img {
	max-width: 100%;
}
.mosheniki article p {
	font-size: 16px;
	font-weight: 300;
	padding: 0 0 10px;
}
.mosheniki article .bold-text {
	font-weight: 700;
}
.mosheniki article  .uppercase-text {
	text-transform: uppercase;
}

.mosheniki .btn-red {
	width: 730px;
	height: 78px;
	margin: auto;
	font-size: 32px;
}

.mosheniki .read-more {
	display: none;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	cursor: pointer;
	margin: 15px 0 20px;
}

body .bx-wrapper {
	margin: 0 auto;
}

/*-------------------------*/
/*------mosheniki end------*/
/*-------------------------*/



/*------------------------*/
/*-----what-say start-----*/
/*------------------------*/
.what-say {
	padding: 60px 0;
}
.what-say h2 {
	text-align: center;
	font-family: "BebasNeue";
	font-size: 40px;
	font-weight: 700;
}
.what-say-slider-wrap {
	margin: 30px 0;
	padding: 0 35px;
}

.what-say .btn-red {
	width: 270px;
	height: 78px;
	margin: auto;
	font-size: 32px;
}

.slider-with-reviews {

}
.one-rev {
	padding: 20px;
	border: 3px solid #8b8787;
	border-radius: 10px;
}

.one-rev .name.mob {
	display: none;
}


.one-rev .photo-wrap {
	width: 20%;
}
.one-rev .photo-wrap img {
	max-width: 100%;
	display: block;
}
.one-rev .rev-text {
	width: 57%;
	padding: 0 40px 0 15px;
}
.one-rev .rev-text .text {
	font-size: 16px;
	font-weight: 300;
}
.one-rev .rev-text .name {
	padding: 20px 0 0 0;
	font-size: 16px;
	font-weight: 700;
}
.one-rev .img-wrap {
	width: 23%;
}
.one-rev .img-wrap img {
	max-width: 100%;
	display: block;
}
.what-say-slider-wrap .bx-wrapper .bx-controls-direction a {
	width: 44px;
	height: 44px;
}
.what-say-slider-wrap .bx-wrapper .bx-prev {
	left: -50px;
	background: url('/img/prev-slider.png');

}
.what-say-slider-wrap .bx-wrapper .bx-next {
	right: -50px;
	background: url('/img/next-slider.png');
}
/*------------------------*/
/*------what-say end------*/
/*------------------------*/



/*-------------------------------*/
/*-----why first block start-----*/
/*-------------------------------*/
.why-first {
	background: url('/img/why-first-bg.jpg') no-repeat center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	padding: 35px 0 90px 0;
}
.why-first h2 {
	text-align: center;
	font-family: "BebasNeue";
	font-weight: bold;
	font-size: 40px;
	color: #d1985a;
	margin: 0 0 25px;
}
.why-first h2 sup {
	font-weight: normal;
    font-size: 24px;
}

/*.col-33 {
	width: 33.33%;
}*/
.why-first .why-first-one {
	color: #fff;
	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------*/
/*-------------------------------*/

.about-us {
	padding-top: 30px;
}

.about-us .container {
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
	background: url("/img/about-d.png") no-repeat bottom left;
}

.about-us h2 {
	width: 100%;
	text-align: center;
	font-family: "BebasNeue";
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 25px;
}

.about-us .item {
	border: 1px solid #000;
	padding: 5px;
	margin-bottom: 10px;
}

.about-us .item1 {
	max-width: 740px;
}

.about-us .item2 {
	max-width: 460px;
}

.about-us .item p {
	font-size: 16px;
}

.about-us .item b {
	font-weight: bold;
}

.about-us .item .up {
	text-transform: uppercase;
}

.about-us .item .red {
	color: #95022B;
}

.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;
}

/*-------------------------------*/
/*-----last-text-block start-----*/
/*-------------------------------*/
.last-text-block {
	background-color: #e5dace;
	padding: 50px 0 0 0 ;
}
.col-50 {
	width: 49%;
}
.col-50:nth-child(2) {
	width: 50%;
	padding-top: 5px;
}

.last-text-block article {
	margin: 0 0 25px;
}
.last-text-block h3 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 0 15px;

}
.last-text-block p {
	padding: 0 0 20px;
	font-size: 16px;
	font-weight: 300;
}
.last-text-block ol {
	margin: 0 0 20px;
}
.last-text-block ol li {
	list-style: decimal inside;
	font-weight: 300;

}
/*-------------------------------*/
/*------last-text-block end------*/
/*-------------------------------*/



/*----------------------*/
/*-----footer start-----*/
/*----------------------*/
footer .container {
	padding-top: 35px;
	padding-bottom: 35px;
}
.footer-info {
	width: 25%;
}
.footer-info p {
	color: #171010;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 300;
}
.footer-tel a {
	color: #000;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 300;
}

/*----------------------*/
/*------footer end------*/
/*----------------------*/



.box-modal {
	max-width: 690px;
	position: relative;
}
.box-modal_close {
	position: absolute;
	top: 20px;
	right: 10px;
	z-index: 1;
	width: 27px;
	height: 17px;
	background: url('/img/close.png') no-repeat;
	background-position: center;
	background-size: 100%;
	cursor: pointer;
}



#popup-4 {
}
.brands {
	background-color: #f1f0eb;
	padding: 85px 60px 0;
}
.brands .brands-col {
	width: 165px;
}
.brands .brands-col ul {
	margin: 0 0 30px;
}

.brands .brands-col.mob {
	display: none;
}
.brands .brands-col ul li {
}
.brands .brands-col ul li a {
	font-weight: 300;
	font-size: 16px;
	color: #000;
	display: block;
	padding: 3px 0 3px 10px;
}
.brands .brands-col ul li a:hover {
	background-color: #d1985a;
}
.brands .brands-col ul li:first-child {
	font-size: 25px;
	font-family: "BebasNeue";
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 15px;
	padding: 0 0 0 10px;
}
.popup-form {
	background-color: #ffffff;
	padding: 30px 30px;
	border: 3px solid #451a26;
}
.popup-form .popup-form-title {
	font-size: 25px;
	font-weight: 300;
	margin: 0 0 25px;
}
.popup-form .popup-form-title span {
	font-weight: 700;
}
/*.popup-form form {
	display: flex;
	flex-wrap: wrap;
}*/
/*.popup-form form div {
	display: flex;
	flex-direction: column;
}*/
/*.popup-form form div label {
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: 300;
}
.popup-form form div input {
}
.popup-form form div button {
}*/
.popup-form form p {
	width: 100%;
	font-size: 16px;
	font-weight: 300;
	margin: 25px 0 0 0;
}

.popup-form form {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-align-items: flex-end;
	        align-items: flex-end;
}

.popup-form form .col {
	width: 32%;
}

.popup-form label {
	display: block;
	font-size: 18px;
	font-weight: lighter;
	margin-bottom: 15px;
}

.popup-form input {
	display: block;
	width: 100%;
	max-width: 305px;
	height: 78px;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: lighter;
	text-transform: uppercase;
}

.popup-form .btn-red {
	width: 100%;
	max-width: 300px;
	height: 78px;
	font-size: 24px;
}

#popup-2 {

}
#popup-2 .popup-form-title {
	font-size: 32px;
	font-family: "BebasNeue";
	font-weight: 700;
	text-transform: uppercase;
}



.wrap-for-table {
	background: #fff;
	padding: 65px;
}
.wrap-for-table .table-row {
	display: flex;
	justify-content: space-between;
	border: 1px solid #d1985a;
	border-bottom: none;
	padding: 25px 10px 25px 40px;
	align-items: center;
}
.wrap-for-table .table-row:last-child {
	border-bottom: 1px solid #d1985a;
}
.wrap-for-table .table-row .text {
	font-family: "BebasNeue";
	font-weight: 700;
	font-size: 25px;
}
.wrap-for-table .table-row .price-and-btn {
	display: flex;
}
.wrap-for-table .table-row .price-and-btn p {
	font-family: "BebasNeue";
	font-weight: 700;
	font-size: 25px;
	margin-right: 30px;
	line-height: 1;
	padding: 5px 0 0 0;
}
.wrap-for-table .table-row .price-and-btn a {
	/*font-family: "BebasNeue";
	font-weight: 700;
	font-size: 27px;
	color: #fff;
	padding: 5px 30px 0;
	border-radius: 25px;*/
	line-height: 1;
	width: 140px;
	height: 40px;
	font-size: 27px;
}

.map {
	width: 100%;
	height: 430px;
}

.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;
}

.arcticmodal-overlay {
	background:none!important;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.break-content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	display: none!important;
	-webkit-justify-content: space-around;
	        justify-content: space-around;
	padding: 90px 10px 10px;
}

.break-content .problem {
	max-width: 245px;
}

.break-content .problem h2 {
	font-family: "BebasNeue";
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 15px;
}

.break-content .problem p {
	font-size: 16px;
	font-weight: lighter;
}

.break-content .img {
	max-width: 250px;
	position: relative;
}

.break-content .img img {
	display: block;
	max-width: 100%;
}

.break-content .img span {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
	width: 83px;
	height: 83px;
	font-size: 40px;
	font-weight: bold;
	background: #D1985A;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	position: absolute;
	top: -20px;
	left: -20px;
}

.break-content .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-align-items: center;
	        align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
	width: 230px;
	height: 230px;
	background: #FFF;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	text-align: center;
}

.break-content .price span:first-child {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}

.break-content .price span:last-child {
	display: block;
	margin-top: 25px;
	font-size: 35px;
	font-weight: bold;
	color: #95022B;
}

.box-modal:before {
	content: url("/img/left-break.png");
	position: absolute;
	left: -135px;
	top: 180px;
}

.box-modal:after {
	content: url("/img/right-break.png");
	position: absolute;
	bottom: 165px;
	right: -35px;
}

.about-us .read-more {
	display: none;
	width: 51%;
	font-size: 16px;
	font-weight: lighter;
	margin: 0 0 20px;
	cursor: pointer;
	text-decoration: underline;
}

body .arcticmodal-container {
/*	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;*/
}

input.error {
	border-color: red !important;
}

label.error {
	display: none !important;
}

.thank-popup {
	background: #FFF;
	padding: 45px 15px 25px;
}

.thank-popup p {
	text-align: center;
	font-family: "BebasNeue";
	font-weight: bold;
	font-size: 24px;
}

.footer-info .politic-modal {
	cursor: pointer;
	text-decoration: underline;
	margin: 5px auto 0;
}

.politic-popup {
	background: #FFF;
	padding: 40px;
}

.politic-popup h3 {
	text-align: center;
    font-family: "BebasNeue";
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
}

.politic-popup b {
	font-weight: bold;
}

.politic-popup a {
	color: #000;
}


/**/

.slick-slide {
	outline-style: none;
}

.slick-arrow {
	display: block;
	width: 44px;
	height: 44px;
	border: 0;
	font-size: 0;
	position: absolute;
	top: calc(50% - 22px);
	cursor: pointer;
}

.slick-prev {
	left: -50px;
    background: url("/img/prev-slider.png");
}

.slick-next {
	right: -50px;
    background: url("/img/next-slider.png");
}
.act{
	padding: 50px 0;
}
footer {border-top: 3px solid #d1985a; background: #0f0606;}
.footer-info a {font-size: 14px;line-height: 1.2; font-weight: 300;}
.footer-tel a {color: #d1985a;}
.footer-info p, .footer-info a {color:#fff!important;}
.text_center {font-size: 14px}
.copyright	{padding: 10px 30px;
    color: #fff;
    font-size: 13px;}

.pop-up-button {
	padding: 10px 20px;
    background-color: #451a26;
    color: #fff;
    font-size: 19px;
    border-radius: 5px;
    cursor: pointer;
}

.insta-m {display:none;}
@media screen and (max-width: 639px) {
.insta-d {display:none;}
.insta-m {display:block;}
}
