.header {
background: url(/images/inner_bg.jpg);
background-position: top center;
background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
-ms-background-size: cover;
background-repeat: no-repeat;
/*background-attachment: fixed;*/
height: 225px;
}
.header-translucency {
/*background-color: rgba(255, 255, 255, 0.7);*/
height: 100%;
display: -webkit-flex;
display: flex;
align-items: flex-end;
}
.header-title h1 {
background: #fff;
margin: 0 0 0 -25px;
padding: 20px 25px 5px 25px;
color: #5C97BF;
font-size: 47px;
font-weight: 300;
vertical-align: bottom;
height: 100%;
display: inline-block;
}
@media (max-width: 1024px) {
.header-title h1 {
	margin-left: -5vw;
	padding-left: 5vw;
}
}
.breadcrumbs {
margin: 50px 0 35px 0;
}
.breadcrumbs a {
text-decoration: underline;
}
.breadcrumbs a:hover {
text-decoration: none;
}
.breadcrumbs .separator {
padding: 0 10px;
}

/* ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */ 
.content-page {
padding-bottom: 100px;
}
.content-page a {
	text-decoration: underline;
	color: #f79840;
}
.content-page a:hover,.content-page a:focus {
	text-decoration: none;
	color: #f79840;
}
.content-page p {
font-size: 14px;
line-height: 2.1;
}
.content-page ul, .content-page ol  {
font-size: 14px;
line-height: 2.1;
}
.content-page table {
margin: 10px 0;
}
.content-page table * {
line-height: 1.5;
margin: 0;
}
.content-page table tr:first-child {
border: 0 !important;
}
.content-page table tr:nth-child(odd) {
background: #eee;
border-top: solid 1px #ccc;
border-bottom: solid 1px #ccc;
}
.content-page table th, .content-page table td {
padding: 10px 20px;
}
.content-page table th {
padding: 20px;
background: #5C97BF;
color: #fff;
font-weight: 400;
text-align: center;
}
.content-page h1, .content-page h2, .content-page h3,
.content-page h4, .content-page h5, .content-page h6 {
font-family: inherit;
font-weight: 300;
line-height: 1.1;
color: inherit;
}
.content-page h1, .content-page h2, .content-page h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.content-page h4, .content-page h5, .content-page h6 {
  margin-top: 20px;
  margin-bottom: 15px;
}
.content-page h1 {
color: #5C97BF;
font-size: 47px;
}
.content-page h2 {
font-size: 30px;
}
.content-page h3 {
font-size: 24px;
}
.content-page h4 {
font-size: 20px;
}
.content-page h5 {
color: #5C97BF;
font-size: 18px;
font-weight: 600;
}
.content-page h6 {
font-size: 18px;
font-weight: 600;
}
@media (max-width:768px){
	.content-page h1 {
		font-size: 32px;
	}
	.header-title h1 {
		font-size: 23px;
	}
}
/* ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */
.blog-pagination {
text-align: center;
}
.blog-bg.news-bg {
margin: 70px 0 50px 0;
}
.blog-item-title a {
text-decoration: none;
}
.blog-item-title a:hover, .blog-item-title a:focus {
text-decoration: underline;
/*color: inherit;*/
}
.pagination a {
border-radius: 2px !important;
border: 0 !important;
margin-right: 2px;
color: #333 !important;
}
.pagination .active a {
color: #fff !important;
}
/* ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ ï¿½ ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */
.h_news {
margin: 60px auto 59px auto !important;
}
.boxed.news-slider {
text-align: left;
margin-bottom: 50px;
display: flex;
align-items: flex-start;
}
.news-slider .owl-controls {
position: absolute;
right: 25px;
bottom: 25px;
z-index: 100;
}
.news-slider .owl-dot {
display: inline-block;
width: 32px;
height: 32px;
background: rgba(255,255,255,0.7);
/*border: solid 2px rgba(255,255,255,1);*/
border-radius: 1px;
margin: 2px;
transition: all ease-in-out 0.3s;
-moz-transition: all ease-in-out 0.3s;
-webkit-transition: all ease-in-out 0.3s;
-ms-transition: all ease-in-out 0.3s;
-o-transition: all ease-in-out 0.3s;
}
.news-slider .owl-dot:hover {
background: #428bca; /*#1E8BC3;*/
transition: all ease-in-out 0.3s;
-moz-transition: all ease-in-out 0.3s;
-webkit-transition: all ease-in-out 0.3s;
-ms-transition: all ease-in-out 0.3s;
-o-transition: all ease-in-out 0.3s;
}
.news-slider .owl-dot.active {
/*height: 40px;*/
background: #428bca; /*#1E8BC3;*/
/*border: solid 2px #fff;*/
transition: all ease-in-out 0.3s;
-moz-transition: all ease-in-out 0.3s;
-webkit-transition: all ease-in-out 0.3s;
-ms-transition: all ease-in-out 0.3s;
-o-transition: all ease-in-out 0.3s;
}
.blog-item-description {
padding: 40px 25px 25px;
height: 400px;
}
@media (max-width:900px){
    .blog-item-description {
    height: auto;
    }
}
.blog-item-text {
padding-top: 25px;
}
.blog-item-text p {
line-height: 1.6;
}
.in-list-news {
text-align: center;
margin: 100px 0 0 0; /* edited 26.02.18 by Breton (was 28px 0 50px 0)*/
}
.in-list-news a {
text-decoration: none;
}

/* ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */
.photo-groups {
}
.photo-groups li {
    display: inline-block;
}
.photo-groups li a {
    background-color: #eee;
    color: #1E8BC3;
    font-size: 24px;
    letter-spacing: .055em;
    height: 69px;
    line-height: 64px;
    font-weight: 300;
    padding: 5px 52px 10px 52px;
    margin-bottom: 3px;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    text-decoration: none;
}
.photo-groups li.active a {
    color: #ffffff;
    background: -webkit-linear-gradient(to right,@button-color1 30%,@button-color2 100%);
    background: linear-gradient(to right,@button-color1 30%,@button-color2 100%);
}
.photo-groups li a:hover {
  background-color: #212f3f;
  color: #ffffff;
  text-decoration: none;
  background: -webkit-linear-gradient(to right,@button-color2 30%,@button-color1 100%);
  background: linear-gradient(to right,@button-color2 30%,@button-color1 100%);
}
.photo-well {
    padding-top: 25px;
    padding-bottom: 25px;
}
@media (min-width: 900px) {
    .photo-well-sm {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}



.text-white, .text-white * {
    color: #fff !important;
    text-decoration: none !important;
}
.thumbnail-variant-2:hover .caption {
    opacity: 1;
}
.thumbnail-variant-2:hover h4 {
    top: 50%;
    opacity: 1;
	margin: auto;
}
.thumbnail-variant-2 .caption {
    transition: .4s;
    position: absolute;
    /*background: rgba(20,165,235,0.58);*/
    background: rgba(21, 118, 185, 0.58);
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.thumbnail-variant-2 h4 {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    top: 100%;
    transition: .8s;
    /*font-size: 28px;*/
    min-width: 260px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    letter-spacing: 0.02em;
    line-height: 1.28571;
    font-weight: 700;
}
.thumbnail-variant-2 h4, .thumbnail-variant-2 h4 * {
    font-size: 14px;
}
@media (max-width: 1400px) {
    .thumbnail-variant-2 h4, .thumbnail-variant-2 h4 * {
        font-size: 19px;
    }
}
.thumbnail-variant-2 h4 small {
    margin-top: 20px;
    display: block;
    color: inherit;
    font-weight: 400;
    letter-spacing: 0.02em;
    /*text-transform: uppercase;*/
}
.thumbnail-variant-2 h4 small, .thumbnail-variant-2 h4 small * {
    font-size: 12px;
}
@media (min-width: 1400px) {
    .thumbnail-variant-2 h4 small, .thumbnail-variant-2 h4 small * {
        font-size: 10px;
    }
}
a[data-lightbox^=image] img {
    width: 100%;
}
a[data-lightbox^=image] {
    display: block;
    position: relative;
}
.thumbnail-variant-2 {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    background: #000;
}
@media (max-width: 991px) {
    .thumbnail-4 {
        max-width: 370px;
    }
}
/*[data-isotope-layout] [class*="col-"] {
    display: block;
    margin-top: 30px;
    opacity: 0;
    transition: .4s opacity ease;
}*/
.photo_conteiner {
    margin: 15px 0;
    padding: 0 15px !important;
}

/* ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */
#contacts.no-padd .transit-bouncein {
    padding: 0 !important;
}
#contacts.no-padd .transit-bouncein .boxed {
    margin: 0 !important;
}
.contact-form-body {
    padding-top: 50px;
    /*padding-bottom: 50px;*/
}
#contact-form {
    position: relative;
}
#contact-form [class*='col-'], #contact-form .message {
    padding: 0 15px !important;
}
#contact-form label {
    position: relative;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 4px;
}
#contact-form fieldset {
    border: none;
}
#contact-form .form-buttons {
    text-align: center;
    margin: 100px 0 -60px 0;
}
#contact-form .form-buttons input[type="submit"] {
    border: 0;
    background-color: #1E8BC3;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 24px;
    letter-spacing: .055em;
    height: 69px;
    line-height: 64px;
    font-weight: 300;
    display: inline-block;
    padding: 5px 52px 10px 52px;
    margin-bottom: 3px;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background: -webkit-linear-gradient(to right,@button-color1 30%,@button-color2 100%);
    background: linear-gradient(to right,@button-color1 30%,@button-color2 100%);
}
#contact-form .form-buttons input[type="submit"]:hover {
    background-color: #217ab7;
    color: #ffffff;
    text-decoration: none;
    background: -webkit-linear-gradient(to right,@button-color2 30%,@button-color1 100%);
    background: linear-gradient(to right,@button-color2 30%,@button-color1 100%);
}
/* Contact Form Placeholder Styles
========================================================*/

#contact-form ._placeholder {
    width: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    line-height: 30px;
    font-size: 18px;
    font-weight: 400;
    font: 18px/30px Roboto, Tahoma, Helvetica, Arial, Verdana;
    padding: 7px 23px 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: text;
    color: #000000;
}

#contact-form ._placeholder.focused {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

#contact-form ._placeholder.hidden {
    display: none;
}

#contact-form .file ._placeholder {
    display: none;
}


/* Contact Form Input
========================================================*/

#contact-form input[type='text'] {
    width: 100%;
    font: 18px/30px Roboto, Tahoma, Helvetica, Arial, Verdana;
    outline: none;
    font-weight: 400;
    height: 47px;
    border: 1px solid #f2f2f2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 23px 8px;
    margin: 0;
    background-color: #f2f2f2;
}


/* Contact Form File Input
========================================================*/

#contact-form .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contact-form input.form-control[disabled] {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
}

#contact-form input.form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    padding: 6px 12px;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#contact-form .input-group-btn:first-child > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin: 0 -1px 0 0;
}

#contact-form .input-group .form-control:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

#contact-form .input-group-btn:last-child > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

#contact-form .input-group .form-control:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

#contact-form input.form-control,
#contact-form .input-group-btn {
    display: table-cell;
    border-collapse: separate;
    float: none !important;
}

#contact-form .input-group-btn label {
    width: auto;
    margin-left: -1px;
}


/* Contact Form Textarea
========================================================*/

#contact-form textarea {
    width: 100%;
    padding-top: 19px;
    font-weight: 300;
    font: 18px/29px Open Sans, Tahoma, Helvetica, Arial, Verdana;
    padding: 9px 22px;
    outline: none;
    border: 1px solid #f2f2f2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    height: 204px;
    background-color: #f2f2f2;
    margin-top: 10px;
}


/* Contact Form Error messages
========================================================*/

#contact-form .empty-message,
#contact-form .error-message {
    position: absolute;
    right: 3px;
    top: 2px;
    color: red;
    height: 0;
    overflow: hidden;
    font-size: 11px;
    -webkit-transition: 0.3s ease-in height;
    transition: 0.3s ease-in height;
    z-index: 99;
}

#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
    height: 20px;
}


/* Contact Form Processing Box
========================================================*/

#contact-form .contact-form-loader {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    background-image: url('../images/form-loader.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0;
}

#contact-form.processing .contact-form-loader {
    opacity: 1;
    z-index: 99;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}


/* Contact Form Modal
========================================================*/

.modal-open {
    overflow: hidden;
}

#contact-form .modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    font-family: Arial, "Times New Roman", sans-serif;
    font-size: 13px;
}

#contact-form .modal h4 {
    font-weight: bold !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #000 !important;
    font-size: 15px;
}

input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

textarea::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
textarea::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
textarea:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
textarea:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

.update_captcha {
    color: #aaa;
    margin-left: 10px;
    cursor: pointer;
}
.update_captcha:hover {
    color: #aaa;
}
#error {
    color: #ff0000;
    margin: 0 0 20px 20px;
}
#success {
    color: #00993f;
    margin: 0 0 20px 20px;
}

/* ============================      CATALOG STYLES  (LIST)      ================================  */
.catalog_show_all_grp_cont {
	padding-top: 15px;
}
	.catalog_show_all_grp_cont > div {
		padding-left: 0px;
		padding-right: 0px;
	}
		.catalog_show_all_one_grp {
			text-align: center;
			margin-bottom: 65px;
		}
			.catalog_show_all_one_grp a:nth-child(1) {
				display: inline-block;
				position: relative;
			}
		/*	.catalog_show_all_one_grp a:nth-child(2) {
				text-decoration: none;
			}
				.catalog_show_all_one_grp a:nth-child(2) div {
					font-family: 'Roboto', sans-serif;
					color: #2C3E50;
					font-size: 18px;
					font-weight: 400;
					text-align: center;
					margin-top: 23px;
					line-height: 26px;
				}
				.catalog_show_all_one_grp a:nth-child(2) div:hover{
					text-decoration: none;
				} */
.catalog_show_all_elm_cont {}
	.catalog_show_all_elm_cont > div {
		padding-left:0px;
		padding-right:0px;
	}
		.catalog_show_all_one_elem {
			text-align: center;
			margin-bottom: 65px;
		}
			/* img <a> */
			.catalog_show_all_one_elem a:nth-child(1) {
				display: inline-block;
				position: relative;

			}
			/* name (link wrapper) */
			.catalog_show_all_one_elem a:nth-child(2) {
					/*text-decoration: none;*/
			}
				/* name */
				.catalog_show_all_one_elem a:nth-child(2) div {
					font-family: 'Roboto', sans-serif;
					/*color: #333;*/
					font-size: 19px;
					font-weight: 400;
					text-align: center;
					margin: 28px 0px 0px;
				}
			.catalog_show_all_one_elem p {
				font-family: 'Roboto', sans-serif;
				font-size: 18px;
				color: #2C3E50;
				font-weight: bold;
				line-height: 20px;
				text-align: center;
				margin: 28px 0px 0px;
				width: 100%;
			}

.catalog_show_all_descr > div {
	padding: 0px 40px;
}

/* ============================      CATALOG STYLES  (ONE ELEM)      ================================  */
#catalog_show_elem_cont {
	padding-left: 0px;
	padding-right: 0px;
}
	#catalog_show_elem_cont > h3 {
		margin-bottom: 60px;
	}
	#catalog_show_elem_mainimg img {
		width: 370px;
		float: left;
	}
		#catalog_show_elem_thumbnail_cont {
			padding-left: 0px;
			padding-right: 0px;
		}
			#catalog_show_elem_thumbnail_cont .col-xs-6 a img {
				border: 1px solid #e6e6e6;
				padding: 3px;
			}
			#catalog_show_elem_thumbnail_cont > div:nth-of-type(odd) > a img {
				float: left;
			}
			#catalog_show_elem_thumbnail_cont > div:nth-of-type(even) > a img {
				float: left;
				margin-left: -32px;
			}
	#catalog_show_elem_right_cont {
		text-align: left;
	}
		#catalog_show_elem_buybtn {
			float: right;
			margin-bottom: 40px;
		}
			#catalog_show_elem_buybtn a {
				width: 200px;
				height: 60px;
				line-height: 60px;
				text-align: center;
				padding: 0px;
				margin: 0px;
				text-decoration: none;
				text-transform: uppercase;
				color: #ffffff;
				font-size: 24px;
				letter-spacing: .055em;
				font-weight: 300;
				display: inline-block;
				transition: 0.3s all ease;
				background: -webkit-linear-gradient(to right,@button-color1 30%,@button-color2 100%);
				background: linear-gradient(to right,@button-color1 30%,@button-color2 100%);
				/*background: linear-gradient(to right,#dbbb03 30%,#dec400 100%);*/
				width: 204px;
				height: 47px;
				border-radius: 4px;
				background: #676c74;
				font-size: 18px;
				letter-spacing: 0px;
				line-height: 26px;
				color: #fcfcfc;
				font-weight: 500;
				font-family: "Roboto";
				text-align: center;
				padding-top: 10px;
			}
			#catalog_show_elem_buybtn a:hover {
				color: #ffffff;
				background: -webkit-linear-gradient(to right,@button-color1 30%,@button-color2 100%);
				background: linear-gradient(to right,@button-color1 30%,@button-color2 100%);
				/*background: linear-gradient(to right,#dec400 30%,#dbbb03 100%);*/
				cursor: pointer;
				background: black;
			}
		#catalog_show_elem_cost {
			margin: 12px 0px 0px;
		}
			#catalog_show_elem_cost p {
				font-family: 'Roboto', sans-serif;
				font-size: 18px;
				color: #2C3E50;
				font-weight: bold;
			}
		#catalog_show_elem_breakline {
			width: 30%;
			border-top: 1px solid #9d9d9d;
			margin-bottom: 50px;
		}
		#catalog_show_elem_text {
		}



/* ============================      CATALOG ANIMATIONS        ================================  */

/*  img animation: opacity filling WITH stretching  */
.transition-height {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: table;
  display: block;
  background: #f8f8f8;
  opacity: 0.4;
  height: 0px;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: 0.3s linear;
}
.col-md-4>a:hover > .transition-height {
  height: 100%;
}

/*  img animation: opacity filling WITHOUT stretching  */
.anim_opacity {
  display: table;
  margin: auto;
  opacity: 1;
  transition-duration: .3s;
}
.anim_opacity:hover {
  opacity: 0.9;
}
@media (max-width: 1024px) {
	.navbar .container {
		padding-right:0 !important;
		padding-left: 0 !important;
		width: 100% !important;
	}
}

/*=========================        FIXING BOOTSTRAP          ==========================*/
@media (max-width: 575px) {
  .container {
    width: 100% !important;
 		padding-right: 5px !important;
    padding-left: 5px !important; 
  }
}
@media (min-width: 576px) {
  .container {
    width: 540px !important;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px !important;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px !important;
  }
}

/* ============================      CATALOG STYLES  (LIST ADAPT)      ================================  */
@media (max-width: 575px) {
	.catalog_show_all_one_grp a img,
	.catalog_show_all_one_elem a img {
		width: 100%;
	}
}
@media (max-width: 991px) {
  .catalog_show_all_grp_cont .col-md-4,
	.catalog_show_all_elm_cont .col-md-4 {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.catalog_show_all_grp_cont .col-md-4,
	.catalog_show_all_elm_cont .col-md-4 {
		width: 33.33333333%;
	}
}

/* ============================      CATALOG STYLES  (ONE ELEM ADAPT)      ================================  */
@media (max-width: 1024px) {
	#catalog_show_elem_cont p {
		width: 100%;
		margin: 0 0 10px;
	}
}
@media (max-width: 575px) {
	#catalog_show_elem_cont .col-xs-6 {
		width: 50% !important;
	}
}
@media (min-width: 576px) {
	#catalog_show_elem_cont .col-xs-6 {
		width: 50% !important;
	}
}
@media (max-width: 991px) {	
	#catalog_show_elem_cont > .col-md-7 {
			width: 100% !important;
	}
	#catalog_show_elem_cont .col-md-6 {
			width: 100% !important;
	}
	#catalog_show_elem_cont > .col-md-5 {
			width: 100% !important;
	}
}
@media (min-width: 992px) {
	#catalog_show_elem_cont > .col-md-5 {
			width: 41.66666667% !important;
	}
	#catalog_show_elem_cont .col-md-6 {
			width: 50% !important;
	}
	#catalog_show_elem_cont > .col-md-7 {
			width: 58.33333333% !important;
	}
}

@media (max-width: 575px) {
	#catalog_show_elem_cont {
	}
		#catalog_show_elem_cont .col-md-5 {
			padding-right: 0px;
			margin-bottom: 15%;
		}
			#catalog_show_elem_mainimg {
				width: 100%;
			}
				#catalog_show_elem_mainimg img {
					width: 100%;
				}
			#catalog_show_elem_thumbnail_cont {
				width: 100%;
			}
				#catalog_show_elem_thumbnail_cont .col-xs-6 {
					margin-top: 10%;
				}
  #catalog_show_elem_thumbnail_cont .col-xs-6 a img {
    width: 96% !important;
    margin-top: -15%;
  }
  #catalog_show_elem_thumbnail_cont > div:nth-of-type(even) > a img {
    margin-left: 0px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
	#catalog_show_elem_cont {}
		#catalog_show_elem_cont .col-md-5 {}
			#catalog_show_elem_mainimg {}
				#catalog_show_elem_mainimg img {}
			#catalog_show_elem_thumbnail_cont {
				width: 70%;
			}
				#catalog_show_elem_thumbnail_cont .col-xs-6 {
					margin-top: 23px;
				}
	#catalog_show_elem_thumbnail_cont .col-xs-6 a img {
    width: 96% !important;
  }
  #catalog_show_elem_thumbnail_cont > div:nth-of-type(even) > a img {
    margin-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
	
	#catalog_show_elem_cont {}
		#catalog_show_elem_cont .col-md-5 {
			text-align: left;
		}
			#catalog_show_elem_mainimg {}
				#catalog_show_elem_mainimg img {}
			#catalog_show_elem_thumbnail_cont {
				width: 65%;
			}
				#catalog_show_elem_thumbnail_cont .col-xs-6 {
					margin-top: 18px;
				}
	#catalog_show_elem_cont .col-md-5 a {
    left: 0px;
    position: relative;
    display: inline-block;
  }
	#catalog_show_elem_cont .col-md-5 img {
    padding-left: 0px !important;
  }
	#catalog_show_elem_thumbnail_cont > div:nth-of-type(even) > a img {
    margin-right: 0px;
    margin-left: -35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
	#catalog_show_elem_cont {
	}
		#catalog_show_elem_cont .col-md-5 {
			padding-right: 36px;
		}
			#catalog_show_elem_mainimg {}
				#catalog_show_elem_mainimg img {}
			#catalog_show_elem_thumbnail_cont {}
				#catalog_show_elem_thumbnail_cont .col-xs-6 {
					margin-top: 18px;
				}
	#catalog_show_elem_thumbnail_cont > div:nth-of-type(odd) > a img {
    float: left;
  }
  #catalog_show_elem_thumbnail_cont > div:nth-of-type(even) > a img {
    float: right;
    margin-right: -7px;
    margin-left: 0px;
  }
}
@media (min-width: 1200px) {
	#catalog_show_elem_cont {}
		#catalog_show_elem_cont .col-md-5 {
			padding-right: 23px;
		}
			#catalog_show_elem_mainimg {}
				#catalog_show_elem_mainimg img {}
			#catalog_show_elem_thumbnail_cont {}
				#catalog_show_elem_thumbnail_cont .col-xs-6 {
					margin-top: 18px;
				}
}

/* ============================      CATALOG STYLES  (ORDER FORM)      ================================  */
#orderForm_wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.3);
	top: 0px;
	display: flex;
	overflow: auto;
}
	#orderform_cont {
		width: 404px;
		margin: auto auto;
		background-color: white;
		padding-bottom: 50px;
		box-shadow: 0 0 21px rgba(0,0,0,0.13);
		
	  animation-duration: 0.8s;
    animation-fill-mode: both;  
    animation-name: fadeInDown; 
	}
	@keyframes fadeInDown {
			0% {                
					opacity: 0;
					transform: translate3d(0px, -100%, 0px);
			}
			100% {              
					opacity: 1;
					transform: none;
			}
	}
	@keyframes fadeInUp {
			0% {                
					opacity: 1;
					transform: none;
			}
			100% {              
					opacity: 0;
					transform: translate3d(0px, -100%, 0px);
			}
	}
		#orderform_title {
			width: 100%;
			height: 77px;
			text-align: center;		
			background-color: @color1;
			/*background-color: #d3b100;*/
			color: white;
    	font-size: 19px;
    	line-height: 77px;
			position: relative;
		}
			#orderform_closebtn {
				width: 16px;
				height: 16px;
				position: absolute;
				top: 0px;
				right: 0px;
				margin: 13px 10px 0px 0px;
				cursor: pointer;
			}
		#orderform_product {
			width: 344px;
			line-height: 90px;
			font-weight: 400;
			font-size: 14px;
			margin: 0 auto;
			padding: 24px 0px;
			line-height: 30px;
			line-height: 26px;
		}
			#orderform_product a:hover {
				text-decoration: none;
				color: #818181;
			}
			#orderform_product p {
				margin: 0px;
			}
			
		#orderform_namecont {
			width: 100%;
			text-align: center;
			position: relative;
		}
			#orderform_name {
				width: 344px;
				height: 47px;
				background-color: #f2f2f2;
				padding: 7px 23px 8px;
    		font: 18px Roboto, Tahoma, Helvetica, Arial, Verdana;
				outline: none;
				font-weight: 400;
				border: 1px solid #f2f2f2;
				
			}
			#orderform_name_error {
				position: absolute;
				color: red;
				bottom: 0px;
				right: 35px;
			}
		#orderform_phonecont {
			width: 100%;
			text-align: center;
			margin-top: 12px;
			position: relative;
		}
			#orderform_phone {
				width: 344px;
				height: 47px;
				background-color: #f2f2f2;
				padding: 7px 23px 8px;
    		font: 18px Roboto, Tahoma, Helvetica, Arial, Verdana;
				outline: none;
				font-weight: 400;
				border: 1px solid #f2f2f2;
			}
			#orderform_phone_error {
				position: absolute;
				color: red;
				bottom: 0px;
				right: 35px;
			}
		#orderform_emailcont {
			width: 100%;
			text-align: center;
			margin-top: 12px;
			position: relative;
		}
			#orderform_email {
				width: 344px;
				height: 47px;
				background-color: #f2f2f2;
				padding: 7px 23px 8px;
    		font: 18px Roboto, Tahoma, Helvetica, Arial, Verdana;
				outline: none;
				font-weight: 400;
				border: 1px solid #f2f2f2;
			}
			#orderform_email_error {
				position: absolute;
				color: red;
				bottom: 0px;
				right: 35px;
			}
		#orderform_commentcont {
			width: 100%;
			text-align: center;
    	margin-top: 12px;
		}
			#orderform_comment {
				width: 344px;
    		height: 105px;
    		font-size: 19px;
				padding-top: 19px;
				font-weight: 300;
				font: 18px Open Sans, Tahoma, Helvetica, Arial, Verdana;
				padding: 9px 22px;
				outline: none;
				border: 1px solid #f2f2f2;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				resize: none;
				background-color: #f2f2f2;
			}
		#orderform_checkbox {
			/*opacity: 0;*/
			width: 18px;
    	height: 18px;
			float: left;
			margin: 30px 0px 0px 50px;
		}
		#orderform_agreetext {
			margin: 30px 55px 0px 80px;
			display: block;
			font-weight: normal;
			color: #818181;
		}
			#orderform_agreetext a:hover {
				color: #818181;
			}
		#orderform_checked_error {
			color: red;
			margin: 10px 0px 0px 80px;
		}
		#orderform_sendbtn {
			width: 249px;
			height: 60px;
			background-color: #d3b100;
			margin: 30px auto 0px;
			text-align: center;
			line-height: 60px;
			color: #ffffff;
			font-size: 24px;
			font-weight: 300;
			letter-spacing: .055em;
			text-decoration: none;
			text-transform: uppercase;
			cursor: pointer;
			transition: 0.3s all ease;
			background: -webkit-linear-gradient(to right,@button-color1 30%,@button-color2 100%);
			background: linear-gradient(to right,@button-color1 30%,@button-color2 100%);
			/*background: linear-gradient(to right,#dbbb03 30%,#dec400 100%);*/
		}
		#orderform_sendbtn:hover {
			color: #ffffff;
			background: -webkit-linear-gradient(to right,@button-color1 30%,@button-color2 100%);
			background: linear-gradient(to right,@button-color1 30%,@button-color2 100%);
			/*background: linear-gradient(to right,#dec400 30%,#dbbb03 100%);*/
			cursor: pointer;
		}

/* ============================      FOR NODE "CONTACTS" BY BRETON      ================================  */

#contactform_agreecont {
	margin: 15px 35px 23px;
}
	#contactform_checkbox {
		width: 18px;
		height: 18px;
		position: absolute;
	}
	#contactform_agreetext {
		margin-left: 30px;
		font-weight: normal;
	}
	#contactform_checked_error {
		margin: 10px 0px;
		color: red;
	}

#catalog_show_elem_cont .navbar-middle {
	margin-top: 0;
	margin-bottom: 40px;
}
#catalog_show_elem_cont .navbar-middle .price-button:hover {
	color: white;
}
#catalog_show_elem_cont .navbar-middle .phone-button:hover {
	color: white;
}
@media(max-width: 1199px) {
    #catalog_show_elem_cont .navbar-middle {
    	width: 100%;
    	margin-bottom: 0;
    }
    #catalog_show_elem_cont .navbar-middle .phone-button {
    	float: none;
    	margin: 5px auto;
    	width: 300px;
    }
    #catalog_show_elem_cont .navbar-middle .price-button {
    	float: none;
    	margin: 5px auto;
    	width: 300px;
    }
    #catalog_show_elem_buybtn {
    	width: 100%;
    }
    #catalog_show_elem_buybtn a {
    	width: 300px;
    	margin: 0 auto;
    	display: block;
    }
}
@media(max-width: 569px) {
    #catalog_show_elem_cont .navbar-middle {
    }
    #catalog_show_elem_cont .navbar-middle .phone-button {
    	width: 100%;
    }
    #catalog_show_elem_cont .navbar-middle .price-button {
        width: 100%;
    }
    #catalog_show_elem_buybtn {
    }
    #catalog_show_elem_buybtn a {
    	width: 100%;
    }
}