/* general styles */
html, body {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	background: #fff;
}
img {
	max-width: 100%;
}
a, a:focus {
	color: #0e9adb;
}
a:hover {
	color: #0e9adb;
}

.cms__btn {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	padding: 20px 40px;
	line-height: 1.1;
	border-radius: 40px;
	/*margin: 20px 0;*/
	color: #000000;
	font-style: italic;
	border: 1px solid #000000;
	font-size: 14px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.cms__btn:is(:hover, :focus) {
	text-decoration: none;
	background: rgba(14,154,219,1);
	border-color: #0e9adb;
	color: #ffffff;
}

.color-btn {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	padding: 20px 40px;
	line-height: 1.1;
	border-radius: 40px;
	margin: 20px 0;
	color: #000000;
	font-style: italic;
	border: 1px solid #000000;
	font-size: 14px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.color-btn:hover {
	text-decoration: none;
	background: rgba(14,154,219,1);
	border-color: #0e9adb;
	color: #ffffff;
}
.color-btn--block {
	display: block;
}
.h1__title-wrapper {
	text-align: center;
	background: rgba(247,247,247,1);
	padding: 50px 0;
}
h1,
.title-h1,
.h1__title {
	font-family: 'Roboto', sans-serif;
	font-size: 44px;
	font-weight: 500;
	line-height: 1.1;
	margin: 0;
	padding: 0;
	/*margin-bottom: 15px;*/
}
h2,
.title-h2,
.h2__title {
	font-family: 'Roboto', sans-serif;
	font-size: 44px;
	font-weight: 500;
	line-height: 1.1;
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
}
h3,
.title-h3,
.h3__title {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	margin: 0;
	padding: 0;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 10px;
}
@media(max-width: 767px) {

}
.relative {position: relative;}
.clear {clear: both;}
.content {
	margin: 0 auto;
}
/* top */
.header__left-side {
	margin: 10px 0;
	text-align: left;
}
.header__left-wrapper {
	display: table;
}
.header__logo {
	display: table-cell;
	vertical-align: middle;
}
@media(max-width: 450px) {
	.header__left-wrapper,
	.header__logo {
		display: block;
		text-align: center;
	}
}
.header__contact {
	text-align: right;
}
.header__message {
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	color: #000000;
}
.header__message a,
.header__message a:hover,
.header__message a:focus {
	color: #000000;
	text-decoration: none;
}
.header__address,
.header__email,
.header__phone {
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	margin-right: 15px;
}
.header__email,
.header__email a {
	color: #0e9adb;
}
.header-phones {
  /*padding: 0 10px;*/
  color: #000000;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.header-phones a {
  color: #000000;
}
.header-phones a:hover {
  color: #000000;
}
.header-phones-dropdown {
  min-width: inherit;
  /*border-radius: 0 0 4px 4px;*/
  border-radius: 0;
  /*margin-right: 10px;*/
  /*margin-right: 15px;*/
  /*margin-left: 17px;*/
  padding: 10px;
  width: auto;
  color: #000000;
  background: rgba(255,255,255,1);
  margin-top: 0;
}
.header-phones-dropdown > li > a {
  padding: 0;
}
@media(max-width: 991px) {
	.header__address,
	.header__email,
	.header__phone,
	.header-phones {
		line-height: 1.1;
		margin-top: 10px;
		/*margin-bottom: 10px;*/
	}
}
@media(max-width: 767px) {

}
/* end top */
/* path */
.path {
	padding: 15px 0 20px;
	font-weight: 300;
}
.path,
.path a,
.path a:hover {
	color: #5f5e5e;
	text-decoration: none;
}
/*.path--image,
.path--image a,
.path--image a:hover {
color: #ffffff;
}*/
.path a:hover {
	/*text-decoration: underline;*/
}
/*.path img {
vertical-align: middle;
margin-top: -3px;
}*/
.path span {
	vertical-align: middle;
}
.path span.lnr {
	font-size: 0.7em;
	/*border: 1px solid red;*/
}
/* end path */
/* pager */
.pager {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 25px auto;
	font-size: 16px;
}
@media(max-width: 767px) {
	.pager {
		text-align: center;
	}
}
.pager a {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	padding: 0;
	margin: 0 5px;
	color: #000000;
}
.pager a:hover {
	text-decoration: none;
	color: #0e9adb;
}
.pager a.page--active {
	color: #0e9adb;
}
.pager a.page--active:hover {
	text-decoration: none;
	color: #0e9adb;
}
/* end pager */
.content__wrapper {
	max-width: 1550px;
	margin: 0 auto;
	/*border: 1px solid red;*/
}
/* HEADER */
#header {
	width: 100%;
	z-index: 999;
	border-bottom: 1px solid #edecec;
}
.sticky {
	position: fixed;
	top: 0;
	background: rgba(255,255,255,1);
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.header {
	/*position: relative;
	border: 1px solid red;*/
}
@media(max-width: 992px) {

}
.logo {
	/*border: 1px solid red;*/
	width: 170px;
	margin-right: 25px;
}
.logo img {
	max-width: 100%;
	/*display: inline-block;*/
}
@media(max-width: 450px) {
	.logo {
		max-width: 170px;
		margin: 0 auto;
	}
}
/* end HEADER */
/* MENU */
.menu-wrapper .navbar-default {
	background: none;
	/*border-color: #e7e7e7;*/
	border: none;
}
.menu-wrapper .navbar {
	border-radius: 0;
}
.menu-wrapper .navbar-default .navbar-nav > li > a {
	color: #000000;
	font-size: 18px;
	font-weight: 600;
}
.menu-wrapper .navbar-default .navbar-nav > li > a:hover,
.menu-wrapper .navbar-default .navbar-nav > li > a:focus {
	color: #0e9adb;
	background: none;
}
.menu-wrapper .navbar-default .navbar-nav > .active > a,
.menu-wrapper .navbar-default .navbar-nav > .active > a:hover,
.menu-wrapper .navbar-default .navbar-nav > .active > a:focus {
	color: #0e9adb;
	background: none;
}
@media(max-width: 1349px) {
	.menu-wrapper .nav > li > a {
		padding: 10px;
	}
}
@media(max-width: 1249px) {
	.menu-wrapper .navbar-default .navbar-nav > li > a {
		font-size: 16px;
		font-weight: 600;
	}
}
@media(max-width: 1170px) {
	.menu-wrapper .navbar-default .navbar-nav > li > a {
		font-size: 15px;
		font-weight: 600;
	}
	.menu-wrapper .nav > li > a {
		padding: 10px 5px;
	}
}
@media(max-width: 991px) {
	.menu-wrapper .navbar-default .navbar-nav > li > a {
		font-size: 18px;
		font-weight: 600;
	}
	.menu-wrapper .nav > li > a {
		padding: 10px 5px;
	}
}
/*.menu-wrapper .dropdown.open .multi-level {
pointer-events: none;
}*/
.menu-wrapper .navbar-right .multi-level.dropdown-menu {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 9;
	/*border: 1px solid red;*/
	border-radius: 0;
	background: rgba(247,247,247,1);
	border: none;
	padding-top: 30px;
	padding-bottom: 30px;
}
.menu-wrapper .dropup,
.menu-wrapper .dropdown {
	position: inherit;
}
.menu-wrapper .navbar {
	position: inherit;
}
.menu-wrapper .navbar-default .navbar-nav > .open > a,
.menu-wrapper .navbar-default .navbar-nav > .open > a:hover,
.menu-wrapper .navbar-default .navbar-nav > .open > a:focus {
	color: #0e9adb;
	background: none;
}
@media(max-width: 991px) {
	.menu-wrapper .navbar {
	    margin-bottom: 0;
		border: 1 solid red;
	}
}
.menu-wrapper .navbar-toggle {
    background: none;
	border-color: #000;
    border-radius: 0;
	margin-top: 35px;
}
.menu-wrapper .navbar-default .navbar-toggle:hover,
.menu-wrapper .navbar-default .navbar-toggle:focus {
    background: none;
}
.menu-wrapper .navbar-default .navbar-toggle .icon-bar {
    background-color: #000000;
}
/* PRODUCT MENU */
.product-level__item {
	border-right: 1px solid #dcdcdc;
}
.product-level__wrapper {
	padding-left: 50px;
}
.product-level2__wrapper {
	/*border: 1px solid red;*/
}
.product-level3__wrapper {
	/*border: 1px solid blue;*/
}
.product-level1 {
	font-size: 18px;
	font-weight: 600;
	margin: 2px 0;
	color: #000000;
	white-space: nowrap;
}
.product-level1 a {
	color: #000000;
	text-decoration: none;
}
.product-level1:hover,
.product-level1 a:hover {
	cursor: pointer;
	color: #0e9adb;
}
.product-level2 {
	font-size: 18px;
	margin: 2px 0;
	color: #000000;
	white-space: nowrap;
}
.product-level2 a {
	color: #000000;
	text-decoration: none;
}
.product-level2:hover,
.product-level2 a:hover {
	cursor: pointer;
	color: #0e9adb;
}
.product-level3 {
	font-size: 16px;
	margin: 2px 0;
	color: #000000;
	white-space: nowrap;
}
.product-level3 a {
	color: #000000;
	text-decoration: none;
}
.product-level3:hover,
.product-level3 a:hover {
	cursor: pointer;
	color: #0e9adb;
}
.product-level__active,
.product-level__active a {
	color: #0e9adb;
}
/* end PRODUCT MENU */
.menu-wrapper--mobile .navbar-default .navbar-collapse,
.menu-wrapper--mobile .navbar-default .navbar-form {
	text-align: left;
}
.product-level1__wrapper--mobile {
	padding-left: 15px;
}
.product-level2__wrapper--mobile {
	padding-left: 15px;
}
.product-level3__wrapper--mobile {
	padding-left: 15px;
}
.product-level1--mobile,
.product-level2--mobile,
.product-level3--mobile {
	margin: 10px 0;
}
/* PHOTO MENU */
.photo-level__item {
	border-right: 1px solid #dcdcdc;
}
.photo-level__wrapper {
	padding-left: 50px;
}
.photo-level2__wrapper {

}
.photo-level3__wrapper {

}
.photo-level1 {
	font-size: 18px;
	font-weight: 600;
	margin: 2px 0;
	color: #000000;
	white-space: nowrap;
}
.photo-level1 a {
	color: #000000;
	text-decoration: none;
}
.photo-level1:hover,
.photo-level1 a:hover {
	cursor: pointer;
	color: #0e9adb;
}
.photo-level2 {
	font-size: 18px;
	margin: 2px 0;
	color: #000000;
	white-space: nowrap;
}
.photo-level2 a {
	color: #000000;
	text-decoration: none;
}
.photo-level2:hover,
.photo-level2 a:hover {
	cursor: pointer;
	color: #0e9adb;
}
.photo-level__active,
.photo-level__active a {
	color: #0e9adb;
}

/* end PHOTO MENU */

/* end MENU */

/* SLIDER */

#productGallery .owl-controls {
	margin-top: 0;
	bottom: 30px;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 9;
}

#productGallery .owl-dot {
	display: inline-block;
}

#productGallery .owl-dot span {
	display: inline-block;
	cursor: pointer;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	padding: 0;
	background: rgba(255,255,255,0);
	border-radius: 50%;
	border: 1px solid #ffffff;
	opacity: 1;
}

#productGallery .owl-dot.active span,
#productGallery .owl-dot:hover span {
	background: rgba(255,255,255,1);
}

/* ALL WORK */

.all-work {
	/*margin-bottom: 50px;*/
}
@media(max-width: 767px) {
	.all-work {
		/*margin-bottom: 30px;*/
	}
}
#allWork .owl-controls {
	margin-top: 0;
	/*border: 2px solid red;*/
	bottom: 30px;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 9;
}
/*.all-work__nav--wrapper {
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: right;
	z-index: 1;
	pointer-events: none;
}
.all-work__nav-block {
	display: inline-block;
}
.all-work__nav {
	visibility: hidden;
	width: 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	pointer-events: auto;
}*/
#allWork .owl-dot {
	display: inline-block;
}
#allWork .owl-dot span {
	display: inline-block;
	cursor: pointer;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	padding: 0;
	background: rgba(255,255,255,0);
	border-radius: 50%;
	border: 1px solid #ffffff;
	opacity: 1;
}
#allWork .owl-dot.active span,
#allWork .owl-dot:hover span {
	background: rgba(255,255,255,1);
}
.all-work__info {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	color: #ffffff;
}
@media(max-width: 992px) {
  .all-work__info {
    position: relative;
    display: block;
    padding: 50px 0;
	min-height: 320px;
  }
}
.all-work__text {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 60px;
	margin-bottom: 40px;
}
.all-work__text2 {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	margin: 0 auto 40px;
	max-width: 730px;
}
@media(max-width: 1600px) {
	.all-work__text {
		font-size: 40px;
		margin-bottom: 15px;
	}
	.all-work__text2 {
		font-size: 18px;
		margin: 0 auto;
	}
}
.all-work__btn-wrapper {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}

/* end: ALL WORK */

/* end SLIDER */

/* LAST PRODUCT */
.last-product__info {
	padding: 120px;
}
@media(max-width: 991px) {
	.last-product__info {
		padding: 50px;
	}
}
.last-product__name {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 44px;
	margin-bottom: 40px;
}
.last-product__description {
	font-family: 'Roboto', sans-serif;
	/*font-weight: 300;*/
	font-size: 16px;
	margin-bottom: 40px;
}
.last-product__btn {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	padding: 20px 40px;
	line-height: 1.1;
	border-radius: 40px;
	/*margin: 20px 0;*/
	color: #000000;
	font-style: italic;
	border: 1px solid #000000;
	font-size: 14px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.last-product__btn:hover {
	text-decoration: none;
	background: rgba(14,154,219,1);
	border-color: #0e9adb;
	color: #ffffff;
}
/* end LAST PRODUCT */

/* PRODUCT */

.product__text {
	/*padding: 100px 0 0;*/
	padding: 50px 0 0;
}

.product__photo-item {
	margin-bottom: 25px;
}

.product__photo-name {
	text-align: center;
	padding: 5px 0;
	color: #5f5e5e;
}

.product__btn__wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 25px 0 35px;
}

/* end PRODUCT */

/* feedback */

.add-comments {
	/*display:inline-block;*/
}
.add-comments input {
	width: 100%;
	max-width: 340px;
	padding: 0 15px;
	border: 1px solid #b3b4b5;
	height: 38px;
	line-height: 38px;
	margin-bottom: 10px;
}
.add-comments textarea {
	width: 100%;
	max-width: 340px;
	padding: 5px 15px;
	border: 1px solid #b3b4b5;
	height: 100px;
	margin-bottom: 10px;
}
.add-comments-info {font-size:16px; color:#555555; font-style:italic; margin-bottom:5px;}
/* end feedback */
/* BOTTOM */
.bottom__bg {
	padding: 100px 0;
}
.bottom__title {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.1;
}
.bottom__title span {
	font-size: 24px;
	font-weight: 400;
}
.bottom__form-bg {
	background: rgba(255,255,255,0.7);
	padding: 40px 75px;
}
.bottom__form--popup {
	background: rgba(255,255,255,0.7);
	padding: 40px 75px;
}
.bottom__input {
	height: 50px;
	border: 1px solid #ffffff;
	width: 100%;
	padding: 20px 25px;
	margin-bottom: 15px;
}
@media(max-width: 991px) {
	.bottom__title {
		margin-bottom: 15px;
	}
}
@media(max-width: 767px) {
	.bottom__form-bg {
		padding: 40px 40px;
	}
}
/* end BOTTOM */
/* last news */

.last-news__bg {
	/*padding: 100px 0 80px;*/
	padding: 50px 0 80px;
}

.one-news__bg {
	padding: 0 0 50px;
}
.last-news__bg--color {
	background: rgba(247,247,247,1);
}
.last-news__title {
	border-bottom: 3px solid #2d2c2c;
	line-height: 0.0001em;
	margin: 30px 0 30px;
	text-align: left;
}
.last-news__title span {
	background: rgba(247,247,247,1);
	padding-right: 15px;
}
.last-news__item {
	margin: 0 auto 20px;
}
.last-news__name {
	font-size: 20px;
	color: #000000;
	font-weight: 600;
	margin: 0 0 5px 0;
	line-height: 1.1;
}
.last-news__name a {
	color: #000000;
}
.last-news__name a:hover {
	text-decoration: none;
}
.last-news__dt {
	position: absolute;
	left: 0;
	top: 35px;
	color: #8c8c8c;
	background: rgba(106,108,108,1);
	padding: 10px;
	border-radius: 0 10px 10px 0;
	color: #ffffff;
	/*margin-bottom: 10px;*/
}
.last-news__dt--top {
	border-bottom: 1px solid #ffffff;
	font-size: 16px;
}
.last-news__dt--bottom {
	font-size: 18px;
}
.last-news__image {
	max-width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	position: relative;
}
/* end last news */
/* news */
.news__image {
	max-width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	position: relative;
}
@media(max-width: 767px) {
	.news__image {
		/*margin-bottom: 10px;*/
	}
}
.news__image img {
	padding: 0;
	margin: 0;
}
.news__name {
	font-size: 20px;
	color: #000000;
	font-weight: 600;
	margin: 0 0 5px 0;
	line-height: 1.1;
}
.news__name a {
	color: #000000;
}
.news__name a:hover {
	text-decoration: none;
}
.news__dt {
	position: absolute;
	left: 0;
	top: 35px;
	color: #8c8c8c;
	background: rgba(106,108,108,1);
	padding: 10px;
	border-radius: 0 10px 10px 0;
	color: #ffffff;
	/*margin-bottom: 10px;*/
}
.news__dt--top {
	border-bottom: 1px solid #ffffff;
	font-size: 16px;
}
.news__dt--bottom {
	font-size: 18px;
}
.news__text {
}
.news__more {
	display: inline-block;
	margin-top: 25px;
	color: #000000;
	text-transform: uppercase;
	font-style: italic;
}
.news__more:hover {
	color: #0e9adb;
	text-decoration: none;
}
.one-news__image {
	margin-bottom: 25px;
	text-align: center;
}
/* end news */
/* HTML */
.html-block1__bg {
	background: rgba(245,245,245,1);
	padding: 50px 0 40px;
	font-weight: 300;
	color: #5f5e5e;
}

.html__bg {
	/*padding: 100px 0 90px;*/
	padding: 50px 0 90px;
}

.text__red {
	color: #db001c;
}
/* end HTML */
/* PHOTO */
.photos__image {
	margin-bottom: 20px;
}
.photo__name {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.1;
	margin: 0 0 20px;
}
.photo__name a {
	color: #000000
}
.photo__name  a:hover {
	text-decoration: none;
}
/* end PHOTO */
/* MAP */
.map__bg {

}
.map__text {
	padding: 80px 50px 50px;
}
@media(max-width: 767px) {
	.map__text {
		padding: 50px 25px 30px;
	}
}
input.map__input {
	width: 100%;
	/*max-width: 340px;*/
	padding: 0 15px;
	border: 1px solid #cdcbcb;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
}
textarea.map__textarea {
	width: 100%;
	/*max-width: 340px;*/
	padding: 5px 15px;
	border: 1px solid #cdcbcb;
	height: 100px;
	margin-bottom: 10px;
}
.map-form__wrapper {
	max-width: 540px;
	margin:  0 auto;
}
.map__captcha {
	display: inline-block;
}
/* end MAP */
/* PRICE */
.price__table {
	/*border: 1px solid red;*/
}
.price__table th,
.price__table td {
	border: none;
	border-bottom: 2px solid #ffffff !important;
	background: rgba(245,245,245,1);
}
.price__table td.price__td--color {
	background: rgba(1,157,193,1);
	color: #ffffff;
	font-size: 22px;
	font-weight: 600;
	padding-left: 25px;
}
.price__table th:first-child {
	width: 65px;
}
.price__table th:nth-child(3) {
	width: 85px;
	/*border: 1px solid red;*/
}
.price__table th:nth-child(4) {
	width: 150px;
	/*border: 1px solid red;*/
}
/* end PRICE */
/* footer */
#return-to-top {
	position: fixed;
	bottom: 50px;
	right: 35px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #db011c;
	color: #ffffff;
	text-align: center;
	display: block;
	text-decoration: none;
	margin: auto;
	cursor: pointer;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 2;
}
#return-to-top .lnr {
	color: #ffffff;
	/*font-size: 0.9em;*/
	margin: auto;
}
/*@media(max-width: 767px) {
#return-to-top {
bottom: 25px;
right: 15px;
}
}*/
footer {
	/*color: #ffffff;*/
	color: #9b9c9d;
	padding-top: 25px;
	background: rgba(34,36,37,1);
}
@media(min-width: 768px) {
	.footer__right {
		text-align: right;
	}
}
.footer-contact__item {
	font-size: 0.9286em;
	display: inline-block;
	margin-right: 20px;
}
.footer__logo img {
	max-height: 25px;
}
.footer__copy {
	/*font-size: 0.8571em;*/
	font-size: 18px;
}
.footer-menu__item {
	display: inline-block;
	margin: 5px 10px;
	/*text-transform: uppercase;*/
	font-weight: 600;
	font-size: 18px;
}
@media(max-width: 991px) {
	.footer-menu__item {
		margin: 5px 10px;
	}
}
@media(max-width: 767px) {
	.footer-menu__item {
		margin-left: 0;
	}
}
.footer-menu__item a {
	color: #9b9c9d;
}
.footer-menu__item a:hover {
	color: #176589;
	text-decoration: none;
}
.footer a {

}
/* end footer */
/* pop up */
.pop-up {
	padding: 25px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background: #ffffff;
	max-width: 320px;
}
.pop-up input {border:1px solid #cccccc; background:#ffffff;}
.pop-up input[type="text"] {
	/*width: 340px;*/
	/*width: 100%;*/
	padding: 0 15px;
	border: 1px solid #cccccc;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.pop-up textarea {
	width:340px;
	padding:5px 15px;
	border:1px solid #cccccc;
	height:150px;
	font-size:18px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin:20px 0;
}
.pop-up-title {margin-bottom:20px; font-size:24px; color:#8a004c; text-align:center;}
.pop-up-label {color:#7d7d7d; font-size:18px; line-height:30px;}
.pop-up-label input {margin-right:5px;}
.close {position:absolute; top:10px; right:10px; cursor:pointer;}
/* end pop up */

/* pop up new */

/* modal */

.modalWidth {
    width: 100%;
}

/* .modal-dialog {
    text-align: center;
} */

@media (min-width: 768px) {
    .modal-dialog {
        width: auto;
    }
}

.modal-header {
    padding: 18px 25px;
    margin: 0;
    border: 0;
    background: rgba(247,247,247,1);
}

/* @media (max-width: 599px) {
    .modal-header {
        padding: 40px 25px 30px;
    }
} */

.modal-body {
    padding: 25px 25px 35px;
}

/* @media (max-width: 599px) {
    .modal-body {
        padding: 0 25px 40px;
    }
} */

.modal-body .form-group {
    margin: 0;
    margin-bottom: 10px;
}

.modal-body .form-group.form-group--btn {
    margin-top: 10px;
}

.modal-content {
    background: rgba(255,255,255,1);
    max-width: 530px;
    margin: auto;
    padding: 0;
    border: 0;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.04);
    border-radius: 0;
    overflow: hidden;
}

/* @media (min-width: 768px) {
    .modal-content {
        margin: 0 50px;
    }
} */

.modal-body label {
    font-size: 14px;
    font-weight: 400;
    color: #858592;
}

.public .form-control {
    height: 40px;
    background: rgba(255,255,255,1);
    /*border: 1px solid transparent;*/
    border: 1px solid #dbd7d7;
    border-radius: 5px;
    text-shadow: none;
    box-shadow: none;
}

.public textarea.form-control,
textarea.form-control {
    resize: none;
    height: 76px;
}

.public .modal .form-control {
    /* height: 30px; */
    padding: 0 12px;
    background: rgba(255,255,255,1);
    border: 1px solid #c5c6c6;
    border-radius: 6px;
    text-shadow: none;
    box-shadow: none;
}

.public .modal textarea.form-control,
textarea.form-control {
    resize: none;
    height: 76px;
}

/* validator bootstrap error */

.form-group.has-error .form-control {
    /* border: 1px solid #e51b12; */
    border-color: #e51b12;
    text-shadow: none;
    box-shadow: none;
}

/* end: modal */

.pop-up__btn-wrapper {
    margin-top: 25px;
}

.pop-up__close-btn {
    position: absolute;
    /* top: 0;
    right: 0; */
    top: 12px;
    right: 10px;
    cursor: pointer;
    font-size: 34px;
    line-height: 1.1;
    color: #bdbdc1;
    z-index: 9999;
}

.pop-up__close-btn:hover {
    color: #434351;
}

.pop-up__form__wrapper {
    padding: 0 0px;
}

.public h4.pop-up__title {
    font-size: 26px;
    font-weight: 400;
    color: #302f2f;
    text-transform: none;
    margin: 0;
    padding: 0;
}

.pop-up__item-name {
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.pop-up__result-ok-message {
    font-size: 16px;
    color: #302f2f;
    line-height: 1.1;
    margin-bottom: 20px;
}

.modal-open .modal {
    background: rgba(208,208,210,0.74);
}

.pop-up__social-message {
    font-weight: 500;
    color: #000000;
    margin-bottom: 5px;
}

.pop-up__social-item {
    display: inline-block;
    font-size: 32px;
    margin-right: 10px;
}

.pop-up__social-item--fb a {
    color: #3c599b;
}

.pop-up__social-item--gp a {
    color: #dc4e42;
}

.pop-up__message {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    color: #302f2f;
    margin-bottom: 20px;
}

/* end: pop up new */

.speech-bubble {
	position:absolute;
	float:left;
	background:rgba(237,28,36,1);
	color:#ffffff;
	margin:0;
	padding:5px;
	font-size:12px;
	line-height:18px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.nopadding,
.no-padding,
.no__padding {
	padding: 0 !important;
}
.dnone {
	display: none;
}
.ok_div {background: #336600; color: #ffffff; margin: 0 auto 10px; font-size: 16px; padding: 10px;}
.error_div {background: #da001b; color: #ffffff; margin: 0 auto 10px; font-size: 16px; padding: 10px;}
.ok_div p,
.error_div p {
	margin: 0;
}
.red_bord {
	border-color: #da001b !important;
}
.all-items {text-align:right; margin-top:30px;}
.lightboxSend {top:10px !important;}
.color-btn__white {
	border-color: #ffffff;
	color: #ffffff;
}
.color-btn__dark:hover {
	color: #000000;
}
.go-back {
	margin: 15px 0;
	cursor: pointer;
}
.go-back a {
	text-decoration: none;
	font-size: 18px;
}
.nobr {
  white-space: nowrap;
}
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt30 {margin-top:30px;}
.mt40 {margin-top:40px;}
.mt50 {margin-top:50px;}
.mt60 {margin-top:60px;}
.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
.mb60 {margin-bottom:60px;}
.pb30 {padding-bottom:30px;}
/*****/
@media (max-width:992px) {
	.sticky {
		position: inherit;
	}
	.menu-large-width {
		/*text-align: left;*/
	}
}
@media (max-width:320px) {
	.add-comments input, .add-comments textarea, .pop-up input, .pop-up textarea {width:270px;}
}
/*****/
@media(min-width: 992px) {
	.row-centered {
		text-align:center;
	}
	.col-centered {
		display: inline-block;
		float: none;
		text-align: left;
		margin-right: -4px;
		vertical-align: top;
		/*overflow: hidden;*/
		/*position: inherit;*/
	}
	.col-centered-middle {
		display: inline-block;
		float: none;
		/*text-align: left;*/
		margin-right: -4px;
		vertical-align: middle;
		position: inherit;
	}
	.col-centered-bottom {
		display: inline-block;
		float: none;
		/*text-align: left;*/
		margin-right: -4px;
		vertical-align: bottom;
		position: inherit;
	}
	.col-left {
		/*border-right: 1px solid #f3f3f3;*/
	}
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-right: 10px;
	padding-left: 10px;
}
.row {
	margin-right: -10px;
	margin-left: -10px;
}
label {
	font-weight: normal;
}
