/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

body {
	font-family: 'Montserrat', sans-serif;
}

a{
	color: #fff;
	text-decoration: none;
	transition: 0.2s ease;
	 -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}
input
.inner-page {
	padding: 0 30px;
}
.page-header {
	height: 85px;
	background-color: rgb(18,16,17);
}
.menu-city select {
	background-color: transparent;
    color: #fff;
    border: none;
}
.menu-city select option{
    background-color: rgba(18,16,17,0.88);
}
.main-menu {
	display: flex;
	justify-content: flex-end;
	position: absolute;
	background-color: rgba(18,16,17,0.88);
	width: 25%;
	height: 65vh;
	min-height: 540px;
}
.main-menu ul {
	list-style: none;
	margin-right: 30px;
}
.main-menu ul li {
	margin-top: 20px;
}
.main-menu ul li:last-child {
    margin-bottom: 40px;
}
.main-menu > ul {	
	margin-top: 80px;
}
.main-menu-item a{
	font-weight: bold;
	color: #fff;
}
.main-menu-sub a{
	color: #fff;
	font-weight: normal;
}
.open-sub-btn {
	height: 20px;
	width: 20px;
	padding: 0px 5px;
	margin: 20px;
}
.open-sub-btn:hover {
	cursor: pointer;
}
.has-sub .open-sub-btn {
	background-image: url(../img/icons/caret-down-solid.svg);
	background-repeat: no-repeat;
}
.has-sub .opened {
	background-image: url(../img/icons/caret-up-solid.svg);
	background-repeat: no-repeat;
}
.clients-products a,
.supplier-list--item,
.contacts-info a {
	color: #121110;
}
.product-select a,
.order-select-btn--item {
	color: #b6b6b6;
}

a:hover{
	color: #b5844c;	
}
.container {
	display: flex;
}
.col-full {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.col-half {	
	width: 50%;
	margin: 0 auto;
}
.site-header {
	position: relative;
	z-index: 10;
}
.home-header {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;	
	width: 100%;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background-color: rgba(18,16,17,0.88);
	font-size: 15px;
	z-index: 99;		
}
.home-header>div {
	margin: 0 30px;
	padding: 15px 0;
}
.home-header>.header-logo {
	padding: 5px 0 15px 0;
}
.menu-button {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	width: 32px;
	height: 15px;	
	align-items: flex-end; 
}
.menu-button span{
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	width: 32px;
	padding: 2.5px 0;
}
.menu-button::after {
	content: '';
	border-top: 2px solid #fff;
	width: 20px;
	margin-top: 5px;
	transition: 0.2s ease;
}
.menu-button:hover {
	cursor: pointer;
}
.menu-button:hover::after{
	width: 32px;
}

.phone-link::before {
	display: inline-block;
	position: relative;
	content: ' ';
	background-image: url('../img/icons/phone-alt-solid.svg');
	background-size: 16px 16px;
	height: 16px;
	width: 16px;
	top: 2px;
	right: 2px;
}
.viber-link::before {
	display: inline-block;
	position: relative;
	content: ' ';
	background-image: url('../img/icons/viber-brands.svg');
	background-size: 16px 16px;
	height: 16px;
	width: 16px;
	top: 2px;
	right: 2px;
}
.email-link::before {
	display: inline-block;
	position: relative;
	content: ' ';
	background-image: url('../img/icons/envelope-solid.svg');
	background-size: 16px 16px;
	height: 16px;
	width: 16px;
	top: 2px;
	right: 2px;
}

.header-social-buttons {	
	border-left: 1px solid #5a5043;
}
.facebook-icon::after{
	display: block;
	content: ' ';
	background-image: url('../img/icons/facebook-f-brands.svg');
	background-size: 20px 20px;
	height: 20px;
	width: 20px;
	margin: 0 0 10px 30px;
}
.youtube-icon::after{
	display: block;
	content: ' ';
	background-image: url('../img/icons/youtube-brands.svg');
	background-size: 20px 20px;
	height: 20px;
	width: 20px;
	margin: 10px 0 0 30px;
}
.facebook-icon:hover::after{
	background-image: url('../img/icons/facebook-f-white.svg');
}
.youtube-icon:hover::after{
	background-image: url('../img/icons/youtube-brand-white.svg');
}





.title-screen{
	position: relative;
	width: 100%;
	height: 65vh;
	min-height: 540px;
	background-image: url(../img/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
}
.title-screen-container {
	display: flex;
	align-items: center;
	height: 100%;
}
.home-title-content {

}
.home-title-heading{
	margin: 30px 0;
	font-weight: 900;
}
.home-title-info {
	border-left: 2px solid #fff;
	padding-left: 20px;
	margin: 20px 0;
}
.home-navigation {
	align-self: flex-end;
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
	border-bottom: 1px solid #fff;
}
.home-navigation--item {
	position: relative;
	top: 2px;	
	padding: 10px 20px;
	font-weight: 700;
	border-bottom: 3px solid transparent;
	transition: 0.2s ease; 
}
.home-navigation--item:hover {
	cursor: pointer;
	color: #b5844c;
	border-bottom: 3px solid #b5844c;
	font-weight: 700;
}



.home-front-section {
	display: flex;	
}
.home-front-heading {	
	width: 25%;
	color: #fff;
	min-height: 540px;
}
.home-front-heading h2 {
	display: flex;
	transform: rotate(-90deg);
	transform-origin: 85% bottom 0;
}
.home-front-heading h2::after {
	content: '';
	width: 100px;
	border-top: 2px solid #fff;
	position: relative;
	top: 13px;
	left: 16px;
}
.home-map > div.home-front-heading{
	background-color: #18130d;
}
.home-benefits > div.home-front-heading{
	background-color: #241f19;
}
.home-review> div.home-front-heading{
	background-color: #2f2a25;
}
.home-front-content {
	max-width: 990px;
}
.home-front-benefit{
	display: flex;
	flex-wrap: wrap;
}
.home-front-benefit--item {
	width: 22.3%;
	padding: 70px 50px;
	text-align: center;	
}
.home-front-review{
    margin: 0 60px;
}
.home-front-review--card {
	max-width: 346px;
	margin: 50px; 
	padding: 40px;
	border:1px solid #b5844c;
}
.home-front-review-info {
	display: flex;
	align-items: center;
}
.home-front-review-info-name {
	padding: 30px;
}
.slick-track {
    display: flex !important;
}
.slick-slide {
    height: inherit !important;
}
.slick-prev:before, .slick-next:before {
	color: #000;
}

.clients-loyalty,
.career-info {
	background-color: #f7f7f7;
}
.clients-products,
.clients-loyalty-cards,
.partners-products-container {
	display: flex;
	justify-content: space-around;
}
.clients-product-card {
	max-width: 360px;
	text-align: center;
}
.clients-loyalty-item,
.partners-product--item {
	max-width: 210px;
	text-align: center;
}
.clients-products-container,
.clients-loyalty,
.feedback-form,
.partners-products-container,
.career-structure{
	padding: 50px 15px;
}
.clients-product-card {
	padding: 30px;
	border: 1px solid transparent;
	transition: 0.3s ease;
}
.clients-product-card:hover {
	border: 1px solid #b5844c;
}

.clients-products,
.clients-loyalty-cards,
.partners-product--item{
	padding: 20px 15px;
}
.home-clients h2,
.home-partners h2,
.home-career h2,
.contacts h2,
.payment h2,
.certificates h2,
.warehouse-header h2 {
	display: flex;
}
.home-clients h2::before,
.home-partners h2::before,
.home-career h2::before,
.contacts h2::before,
.payment h2::before,
.certificates h2::before,
.warehouse-header h2::before {
	content: '';
	width: 36px;
	border-top: 3px solid #b5844c;
	margin-right: 15px;
	position: relative;
	top: 10px;
}
.clients-loyalty-item p,
.partners-product--item p {
	text-shadow: 0.5px 0.2px 0px rgba(0,0,0,0.75);
}
.clients-loyalty-item p:hover {
	cursor: default;
}

.feedback-form {
	margin-top: 50px;
	margin-bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;  
	background-image: url(../img/formlayer.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	clear: both;
}
.feedback-form h3,
.feedback-form p {
	color: #fff;
	margin-top: 0;
}
.feedback-form form {
	display: flex;
	justify-content: space-between;
}
.feedback-form form input {
	max-width: 240px;
	width: 100%;
	padding: 15px 20px;
	color: #fff;
	background-color: transparent;
}
.feedback-form input[type=submit] {
	background-color: #b5844c;
	color: #fff;
	border: transparent;
	font-weight: 700
}
.feedback-form input[type=submit]:hover {
	cursor: pointer;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.career-info>div {
	display: flex;
	align-items: center;
}
.info-list {
	margin: 30px;
}
.info-list ul {
  list-style: none; 
}

.info-list ul li::before {
	content: "-";
	display: inline-block;
	width: 1em;
	margin-left: -1em; 
}

.tree * {margin: 0; padding: 0;}


.tree ul {
    padding-top: 20px; position: relative;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	width: auto;
}

.tree li {
	float: left; text-align: center;
	list-style-type: none;
	position: relative;
	padding: 20px 5px 0 5px;
	
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	width: auto;

}

/*We will use ::before and ::after to draw the connectors*/

.tree li::before, .tree li::after{
	content: '';
	position: absolute; top: 0; right: 50%;
	border-top: 1px solid #ccc;
	width: 50%; height: 20px;
}
.tree li::after{
	right: auto; left: 50%;
	border-left: 1px solid #ccc;
}

/*We need to remove left-right connectors from elements without 
any siblings*/
.tree li:only-child::after, .tree li:only-child::before {
	display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child{ padding-top: 0;}

/*Remove left connector from first child and 
right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after{
	border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before{
	border-right: 1px solid #ccc;
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before{
	content: '';
	position: absolute; top: 0; left: 50%;
	border-left: 1px solid #ccc;
	width: 0; height: 20px;
}

.structure-tree {
	display: flex;
	justify-content: center;
}
.tree li p{
	margin: 0 auto;
	border: 1px solid #b5844c;
	max-width: 190px;
	padding: 15px;
}
.structure-tree-child ul {
	display: flex;
}
.structure-tree-child ul li {
	height: inherit!important;
} 



.contacts-info {
	display: flex;
	justify-content: space-around;
	padding: 30px 0;
	background-color:#f7efde;
}
.contact-phone a:not(:first-child) {
	padding-left: 15px;
}

.payment-info,
.warehouse-info {
	display: flex;
	justify-content: space-around;
}
.warehouse-info {
	margin-bottom: 50px; 
}
.payment-info-card,
.warehouse-info-card {
	margin-top: 20px; 
	max-width: 555px;
	width: 100%;
}
.warehouse-info-card {
	display: flex;
	border:1px solid rgb(18,16,17);
}
.warehouse-info-card img, 
.warehouse-info-card div {
	align-self: center;
	margin: 30px 20px; 
}
.payment-info-card:first-child{
	background-image: url(../img/payicon/Layer11.jpg);
}
.payment-info-card:last-child{
	background-image: url(../img/payicon/Layer12.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.payment-info-card img {
	margin: 15px 25px 0;
}
.payment-info-card h3{
	clear: both;
	color: #fff;
	margin: 0 25px;
}
.payment-info-card .info-list{
	color: #fff;
}
.payment-hint {
	background-color: #ebebeb;
	text-align: center;
	padding: 25px 80px;
	margin: 50px 0;
}

.transport-info{
	display: flex;	
	justify-content: center;	
	
}
.transport-info-icons {
	display: flex;	
	justify-content: space-between;
	margin: 20px 0;
}

.transport-info-card {
	height: inherit;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
	width: 100%;
}
.transport-info-card:first-child {
	flex-basis: 30%;
}
.transport-info-card:last-child {
	flex-basis: 45%;
}
.transport-info-icons-card {

	max-width: 165px;
	width: 100%;
	text-align: center;
}

.transport-info-icons-card img {
	width: 62px;
	height: 62px;
}

.transport-info-connector{
	
	display: flex;
	justify-content: center;
	
}
.transport-info-connector span {
width: 60%;
border: 1px solid #ccc;
border-top: 1px solid transparent;
height: 40px;
}

div.transport-info-connector.three > span {
	width: 35%;
	margin-top: -10px;
}

.certificates-info {
	margin: 50px 0;
	padding: 30px;
	border:1px solid #5a5043;
	text-align: center;
}
.certificates-img-container {
	display: flex;
	justify-content: space-around;
	margin-bottom: 50px;
}
.cerificates-description {
	margin-bottom: 50px;
}

.supplier-list-map {
	margin: 0 50px;
}
.supplier-list-map img{
	width: 100%;
	height: auto;
}

.supplier-list {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap; 
}
.supplier-list a{
	margin: 13px 50px;
}
.supplier-map .container {
	max-height: 400px;
}
.supplier-map h2 {
	text-align: center;
	margin: 50px 0;
}
.supplier-list .active {
	display: flex;
	font-weight: bold;
}
.supplier-list .active::before {
	content: url(../img/icons/fire.svg);
	width: 45px;
	position: relative;
	margin-top: -30px;
	margin-left: -15px;
	top: 15px	
}


.product-container {
	display: flex;
	padding: 50px 0 0 0;
}
.product-info {
	width: 70%;
}
.product-sidebar {
	width: 30%;
}
.product-photo-container {
	display: flex;
}
.product-select {
display: flex;
flex-direction: column;
}
.product-item-selected {	
	font-weight: 900;
	border-right: 5px solid #b5844c!important;
}
.product-item-selected a {
	color: #000;
}
.product-select--item {
	border-right: 5px solid #b6b6b6;
	width: 110px;
	padding: 50px 15px;
}
.product-photo {
	max-width: 500px;
	margin: 0 100px;
}
.product-photo img {
  width: 100%;
  height: auto;
}
.product-photo-selected,
.prod-spec--selected {
	display: block!important;
}
.product-photo--item,
.product-specification {
	display: none;
}

.orderProduct {
	display: none;
}

.product-description {
	padding: 0 100px 50px 0;
}
.product-description h3,
.product-usability h3,
.product-sidebar h1{
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 20px;
}
.prod-spec {
	color: #5a5043;
	padding-bottom: 10px;
	border-bottom: 1px solid #f7f1eb;
}
.product-sidebar>p {
	margin-bottom: 50px;
}

.product-order {
	width: 100%;
	padding: 15px;
	font-weight: 700;
	font-size: 16px;
	background-color: #b5844c;
	border: 1px solid #b5844c;
	color: #fff;
}
.prod-price {
	margin: 50px 0;
}
.osb {
	display: none;
}
.osb input[type=text] {	
	padding: 15px 0 15px 15px;
	color: #000;
	width: calc(100% - 19px);	
	margin-bottom:15px;
}
.osb input {
	width: 100%;
}
.osb-item-active {
	display: block;
}
.order-select-btn {
	display: flex;
	justify-content: space-around;
	margin: 30px 50px;
}
.order-popup h3 {
	text-align: center;
	clear: both;
}
.osb-item-active {
	color: #5a5043;
}
.order-popup {
	display: none;
	padding: 5px 30px 30px 30px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}
.close {
  color: #aaa;
  float: right;
  font-size: 48px;
  
}
.close:hover {
	cursor: pointer;
}
.product-specifications {
	margin-bottom: 60px;
}

.order-popup {
	margin-bottom: 53px;
}
.pu-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pu-item {
	text-align: center;
	width: 45%;
}
.product-description-container {
	display: flex;
	align-items: flex-start;
}
.product-description {
	width: 70%;
}
.product-usability {
	width: 30%;
}
.payment .feedback-form input,
.product-page .feedback-form input {
	max-width: none;
}
form > input:not(:first-child) {
    margin-left: 25px;
}
.site-footer {	
	background-color: #121110;
}
.site-footer-container {
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
}
.footer-logo {
	margin-top: 20px;
}
.footer-menu-product,
.footer-menu-question,
.footer-menu-contact {
	display: flex;
	flex-direction: column;
}
.footer-menu-product h4,
.footer-menu-question h4,
.footer-menu-contact h4 {
	color: #fff;
}
.footer-menu-product a,
.footer-menu-question a {
	color: #5a5043;
	transition: 0.3s ease;
}
.footer-menu-product a:hover,
.footer-menu-question a:hover {
	color: #fff;
}
.footer-menu-contact a {
	transition: 0.3s ease;
}
.footer-menu-contact a:hover {
	color: #5a5043;
}
.partners-content .partners-header, .warehouse-header {
	padding: 50px 0 0 0 ; 
}
.career-header,.contacts,.payment-container,.certificates {
	padding: 50px 0;
}
.contacts-info {
	margin-bottom: 50px;
}
.osb .product-order {
	margin-left: 0;
}
.warehouse-map {
	margin-bottom: 80px;
}
@media screen and (max-width: 1400px) {
	.main-menu {
		width: 35%;
	}
	.home-front-heading {
		width: 15%;
	}
	.home-front-heading {
		position: relative;
	}
	.home-front-heading h2 {
		position: absolute;
		top: 70%;
		left: 50%;
		transform-origin: 0 0 0;
	}

	.home-front-content {
		width: 85%;
	}
	.home-front-heading {
		width: 15%;
	}
	.home-front-review--card {
		max-width: none;	
	}
	.home-front-review {
		margin: 60px;
	}
	.clients-products-container, 
	.clients-loyalty, 
	.feedback-form, 
	.partners-products-container, 
	.career-structure,
	.partners-content .col-full > div:first-child,
	.career-content > div:not(:last-child),
	.contacts,
	.payment > div:not(:last-child),
	.certificates,
	.product-container {
		padding: 50px 0px;
		/*margin: 0 30px;*/
	}
	.product-description-container{
		padding: 0px 0px 50px 0;
		margin: 0 30px;
	}
	.clients-product-card img{
		width: 100%;
		height: auto;
	}
	.career-info .col-full{
		padding: 0px 30px;
	}
	.product-specifications {
		margin-bottom: 0px;
	}
	.feedback-form form{
		margin: 0 30px;
	}
	.feedback-form h3,
	.feedback-form p{
		margin: 0px 30px 16px 30px;
	}
/*	.site-footer {
		margin-top: 50px;
	}*/
	.footer-logo {
		margin-left: 30px;
	} 
	.footer-menu-contact {
		margin-right: 30px;
	} 
}
@media screen and (max-width: 1080px) {
	.inner-page h2 {
		margin-left: 40px;
	}
	.title-screen {
    	height: 100vh;
	}
	.main-menu {
		overflow-y: auto;
		width: 50%;
		height: 100vh;
	}
	.main-menu {
		width: 40%;
		position: fixed;		
	}

	.col-full {
		max-width: 1200px;
		width: auto;
	}
	.home-front-benefit {
		justify-content: space-around;
	}
	.title-screen-container {
		margin: 0 30px;
	}
	.supplier-list-map {
		margin: 0 30px;
	}
	.supplier-list {
		max-height: 350px;
	}
	.container {
		flex-wrap: wrap;
		justify-content: center;
	}
	.container div:first-child{
		width: 100%;
	} 
	.supplier-map .container {
		max-height: none;
	}
	.supplier-list-map {
		width: 50%;
	}
	.payment-info > div:first-child,
	.warehouse-info > div:first-child  {
		margin-right: 15px;
		margin-left: 30px;
	}
	.payment-info > div:last-child,
	.warehouse-info > div:last-child {
		margin-left: 15px;
		margin-right: 30px;
	}
}

@media screen and (max-width: 768px) {
	.home-header {
		position: fixed;
	}
	.feedback-form form {
		flex-direction: column;
	}
	form > input:not(:first-child) {
		margin-left: 0px;
		margin-top: 16px;
	}
	.feedback-form form input {
		max-width: 620px;
		padding: 15px 0px;
	}
	::-webkit-input-placeholder { 
	  padding: 0px 15px;
	}

	:-ms-input-placeholder { 
	  padding: 0px 15px;
	}

	::placeholder {
	  padding: 0px 15px;
	}
	.product-container {
		flex-direction: column;
	}
	.product-info {
		width: 100%;
	}
	.product-sidebar {
		width: 100%;
	}
	.product-select--item {
		width: 90px;
		padding: 30px 15px;
	}
	.product-sidebar {
		margin-top: 30px;
	}
	.product-description-container {
		flex-direction: column;
	}
	.product-description {
		width: 100%;
		padding: 0 0 50px 0;
	}
	.product-usability {
		width: 100%;
	}
	.partners-products-container {
		flex-wrap: wrap; 
	}
	.home-header {
		justify-content: center;
	}
	.menu-city,
	.header-phone-menu,
	.header-social-buttons {
		display: none;
	}
	.career-info {
		padding: 0!important;
	}
	.contacts-info {
		flex-direction: column;
		align-items: center;
	}
	.contacts-info > div:not(:first-child) {
		margin-top: 30px;
	}
	body > main > section.payment > div:nth-child(4) {
		padding: 30px;
		margin-bottom: 50px;
	}
	.site-footer-container {
		flex-wrap: wrap;
		margin-left: 30px;
		margin-right: 30px;
	}
	.footer-logo {
		margin-left: 0px;
	}
	.footer-menu-contact {
		margin-right: 0px;
	}
	.site-footer-container > div {
		width: 50%;
	}
}

@media screen and (max-width: 698px) {
	.main-menu {
		width: 55%;
	}
	.structure-tree-child ul {
		flex-direction: column;
	}
	.tree li p {
		position: relative;
		z-index: 2;
		background: #fff;
	}
	.tree li::after {
    right: auto;
    left: -10%;
    width: 60%;
    height: 110px;}
    .tree li::before {
    	border:none;
    }
    .tree li::after {
    	top:-1px;
    	z-index: 1;
    }
    .tree li:last-child::after {
    	border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #ccc;
		height: 70px;
	}
	.tree li:last-child::before {
    	border:none;
	}
	.tree li:not(:first-child)::after {
    	top: -25px;
	}

	.payment-info,
	.warehouse-info {
	    flex-wrap: wrap;
	}
	.payment-info > div:first-child,
	.warehouse-info > div:first-child {
		margin-right: 0px;
		margin-left: 0px;
	}
	.payment-info > div:last-child,
	.warehouse-info > div:last-child {
		margin-left: 0px;
		margin-right: 0px;
	}
	.transport-info {
		flex-direction: column;
		justify-content: center;
	}
	.transport-info-icons {
		justify-content: center;
	}
	.transport-info-connector span {
		width: 27%;
	}
	.certificates-img-container {
		margin-bottom: 35px;
		flex-wrap: wrap;
	}
	.certificates-img {
		margin-bottom: 15px;
	}
	.product-photo {
		margin:0 0 0 15px;
	}
	.product-select--item {
		padding: 30px 10px 30px 0;
	}
	.career-info>div {
		flex-direction: column;
	}
	.career-logo {
		margin-top:30px;
	}
	.career-info .info-list {
		margin: 0 0 30px 0; 
	}
	.title-screen-container .col-half {
		width: 100%;
	}

}

@media screen and (max-width: 590px) {
	.main-menu {
		width: 75%;
	}
	.clients-products {
		flex-direction: column;
		align-items: center;
	}
	.clients-loyalty-cards {
		flex-direction: column;
		align-items: center;
	}
	.supplier-list a {
		margin: 13px 10px;
	}
	.home-front-section {
		flex-direction: column;
	}
	.home-front-heading h2 {
		position: relative;
		transform: rotate(0deg);
		top: auto;
		left: auto;
		justify-content: center;
	}
	.home-front-heading {
		min-height: inherit;
	}
	.home-front-heading {
		width: 100%;
	}
	.home-front-content {
		width: 100%;
	}
	.supplier-list {
		margin: 0 15px;
	}
	.supplier-map {
		margin-bottom: 50px;
	}
	.supplier-list-map {
		margin: 30px;
	}
	.home-front-review {
		margin: 30px;
	}
	.home-front-review--card {
		margin: 15px;
		padding: 30px;
	}
}

@media screen and (max-width: 480px) {
	.home-title-heading {   
    	padding-top: 45px;
	}
	.main-menu {
		width: 85%;
	}
	.supplier-list a {
		margin: 10px 10px;
	}
	.home-navigation {
		flex-direction: column;
	}
	.site-footer-container > div {
		width: 100%;
	}
	.home-front-heading h2::after {
		width: 50px;
	}
}

@media screen and (max-width: 360px) {
	.inner-page {
		padding: 0px 15px;
	}
	.transport-info-icons-card {
		font-size: 14px;
	}
}