.toolbar-fixed .navbar-fixed-top {
	top: 80px !important;
}
.fixed-top {
	z-index: 1000;
}

img {
	height: auto;
}

/* HEADER */
#block-formapoiska {
	margin: 12px 0 0;
	width: 300px;
}

.title-base {
	display: inline-block;
	padding: 20px;
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
}
.title-base h1 {
	color: #fff;
}

/* BUTTONS */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 10px 25px 10px 25px;
    border: none;
    border-radius: 20px;
    background-color: #0082b9;
    cursor: pointer;
    color: #fff;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #005f88;
}


.container.content,
.section-empty .content,
.section-bg-image > .content,
.section-bg-video > .content,
.section-bg-animation > .content,
.section-slider > .content,
.section-bg-color > .content,
.section-item > .content,
.section-two-blocks .content {
    padding-top: 35px;
    padding-bottom: 35px;
}

/* SEARCH */
#views-exposed-form-poisk-page-1 {
	display: flex;
	margin: 11px 0;
}
#views-exposed-form-poisk-page-1 input[type=text] {
	padding: 6px 12px;
	max-height: 34px;
	border-radius: 2px 0 0 2px;
	border: 1px solid #EAEAEA;
	background-color: #FDFDFD;
}
#edit-submit-poisk {
	padding: 11px 20px 11px 20px;
	max-height: 34px;
	border-radius: 0 2px 2px 0;
	border: 1px solid #EAEAEA;
	background-color: #FAFAFA;
	transition: all .6s;
    color: #797979;
    line-height: 11px;
}
#edit-submit-poisk:hover {
	border-color: #005f88 !important;
	background-color: #005f88 !important;
	color: #fff;
}

.custom-search .views-row {
	margin: 25px 0;
}

/* BREADCRUMBS */
.breadcrumb.b {
	text-align: left;
}
.breadcrumb li.active {
	opacity: 1;
}


/* SIDEBAR */
.path-frontpage #block-views-block-proizvoditeli-block-1 {
	margin-top: 0;
}
#block-views-block-proizvoditeli-block-1 {
	margin-top: 50px;
}
#block-kakmyrabotaem-menu {
    padding: 10px 0px;
	color: #4C4C4C;
	font-weight: 500;
    font-size: 18px;
    border-bottom: 1px solid #DCDCDC;
}

#block-kakmyrabotaem ul {
	padding: 0;
	list-style: none;
}
#block-kakmyrabotaem ul li {

}
#block-kakmyrabotaem ul li a {

}



/* FRONT PAGE*/

/* SLICK */
.slick-prev:before,
.slick-next:before {
	color: #aaa;
	font-size: 28px;
}

.partners-carousel {
	margin-left: 30px;
}
.partners-carousel ul {
	padding: 0 0 0 20px;
}
.partners-carousel ul li {
	margin: 10px;
}

/* PARTNERS CARUOSEL */
#block-views-block-nashi-partnery-block-1 {
	margin: 0 auto;
	max-width: 1170px;
}

.recomandations {
	display: flex;
	flex-wrap: wrap;
}
.recomandations-block {
	margin: 80px 0;
}
.recomandations-block > header {
	margin-left: 30px;
}
.recomandations .views-row {
	width: 20%;
}

/* RECOMENDATIONS */
.recomandations-list ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.recomandations-list ul li {
	padding: 20px;
	width: 25%;
}


/* CALL BACK */

.consulting-message {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 250px);
}
.consulting-message + div {
	display: inline-block;
	vertical-align: middle;
	width: 230px;
}

.use-ajax.contact-form {
	padding: 10px 25px 10px 25px;
    border: none;
    border-radius: 20px;
    background-color: #0082b9;
    cursor: pointer;
    color: #fff;	
}


#drupal-modal {
	padding: 10px 10px 20px;
}
#drupal-modal .form-item {
	margin: 10px 0;
	text-align: center;
}
#drupal-modal label {
	font-weight: normal;
}
#drupal-modal input {
	margin: 0 auto;
    display: block;
	max-width: 225px;
}
#drupal-modal .button {
	margin: 20px auto 0;
}
#contact_ajax_contact_message_poluchit_konsultaciyu_form {
	text-align: center;
}

/* CATALOG */
.catalog {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.catalog > header {
	flex-grow: 1;
	width: 100%;
	font-size: 30px;
}
.catalog .views-row {
	padding: 20px;
	max-width: 25%;
}
.views-field-field-product-image {
	margin: 0 0 10px;
}
.catalog .views-field-title {
	font-size: 16px;
}
.views-field-field-cena {
	font-weight: bold;
}


/* PRODUCT PAGE */
.layout__region.layout__region--second-above {
	text-align: justify;
}
.layout__region.layout__region--second-above > div:first-child {
	margin: 0 0 10px;
	font-size: 24px;
	font-weight: bold;
}
.field-proizvoditel {
	display: flex;
	font-size: 16px !important;
	font-weight: normal !important;
}
.field-proizvoditel .field-label {
	margin-right: 5px;
}

.field-price {
	display: flex;
	margin: 10px 0;
	font-size: 22px;
}
.field-price .field-label {
	margin-right: 5px;
}
.field-price .field-content {
	font-weight: bold;
}

.slider-for {
	width: 400px;
	margin: 30px 0 0;
	overflow: hidden;
	border: solid #f8f8f8;
	border-width: 15px;
	border-radius: 10px;
	box-shadow: 0 5px 3px rgba(3,3,3,.16);	
	opacity: .8; 
}
.slider-for img {
	margin: 0 auto;
	height: 250px;
}
.slider-nav {
	width: 360px;
	margin: 5px 20px 0;
	padding: 15px 0px 0px 0px;
	display: block;
}

.slider-nav .slick-slide {
	margin: auto 5px;
	border: 2px solid #f1eded;
	border-radius: 4px;
	cursor: pointer;
}
.slider-nav .slick-slide img {
	width: 100px;
	height: 100px;
}

/* CONTACT FORM */
#contact-message-feedback-form .form-item label {
	display: block;
	margin: 5px 0; 
	font-weight: normal;
}
#contact-message-feedback-form input {
	max-width: 300px; 
}
#contact-message-feedback-form textarea {
	max-width: 300px; 
}

/* FOOTER */
.footer-base .row {
	display: flex;
	flex-wrap: wrap;
}

.footer-base .row > div {
	width: 50%;
}

.copy-text {
	text-align: center;
}