body {
	font-family: 'Open Sans', sans-serif;
}
input {
	outline: none;
}
/*.checkbox label:before {
    border-radius: 3px;
	width: 30px;
	height: 30px;
}
input[type=checkbox]:checked + label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: #f3f3f3;
    text-align: center;
    line-height: 15px;
} */

.checkbox {
	    padding: 10px 0px 20px 25px;
}
.checkbox input[type=checkbox] {
	display:none;
}
.checkbox label:before {
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    outline: 1px solid #dadada;
    position: absolute;
    background-color: #fff;
    top: 15px;
    left: 10px;
    box-shadow: inset -1px -1px #eee;
}
.checkbox input[type=checkbox]:checked + label:before {
	content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 20px;
    color: #808080;
    text-align: center;
    line-height: 20px;
}
	
.form-control {
	padding: 20px;
}
.mbtn {
    display: inline-block;
    /* font-size: 12px; */
    font-weight: 600;
    padding: 15px 26px;
    background-color: #239359;
    color: #fff;
    border-radius: 26px;
    box-shadow: 2px 2px 6px #828282;
    cursor: pointer;
    border: none;
	text-decoration: none;
}
.mbtn:hover {
	box-shadow: none !important;
	color: #fff;
	text-decoration: none;
}

#bottom-nav a.c1, #top-nav a.c1 {
	color: #fff !important;
    font-size: 12px;
	background-color: inherit;
	cursor:pointer;
	text-transform: uppercase;
	padding: 15px 14px;
}
#bottom-nav a.c1:hover, #top-nav a.c1:hover {
	opacity: 0.8;
}
#top-nav .navbar-toggle .icon-bar {
	background-color: #fff;
}
.divider-vertical {
    height: 15px;
    margin: 16px 0px;
    border-left: 1px solid #F2F2F2;
}
#bottom-nav {
	list-style: none;
}
#bottom-nav li {
	display: inline-block;
}
#bottom-nav li a {
	text-decoration: none;
}
.divider-vertical1 {
    height: 10px;
    margin: 0;
    border-left: 1px solid #F2F2F2;
}
#info-tbl {
	max-width: 420px;
    text-align: left;
    display: inline-block;
    font-size: 20px;
	padding-bottom: 20px;
}
#info-tbl td {
	padding: 15px 10px;
}	
.rr {
    background-color: #ff0000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
	text-align: center;
}
.frms {
    max-width: 340px;
    display: inline-block;
	border: #fff solid 5px;
}
.frms .frms-header {
	background-color: #eb112e;
    font-size: 14px;
    padding: 15px;
    border-radius: 7px 7px 0 0;
}
.frms .frms-body {
	text-align: left;
    font-size: 14px;
    padding: 40px 30px;
    color: #444;
}
.frms .frms-body label {
	font-weight: normal;
}
.sm-bor {
	display: inline-block;
    border-bottom: 2px solid #ff0000;
    width: 50px;
	margin: 10px;
}
.mimg {
	padding: 7px;
	border: 1px solid #ddd;
	background-color: #fff;
	border-radius: 50%;
	margin-bottom: 20px;
	display: inline-block;
}
.mimg img {
	border: 1px solid #ddd;
}
.mbox {
    display: inline-block;
	margin: 10px;
	background: #000;
	padding-bottom: 20px;
	width: 290px;
	box-shadow: 2px 2px 10px #828282;
	vertical-align: top;
}
.mbox-header {
    padding: 15px 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;	
}
.mbox-content {
	background-color: #f4f2f2;
	font-size: 14px;
}
.mbox-content div {
	padding: 15px 20px;
}
.mbox-content div:nth-child(2n) {
	background-color: #fff;
}
/************************map**************************/

.map_block {
    height: 400px;
    position: relative;
}
#map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.object_wp{
    background: #fff;
    display: none;
    opacity: 0;
    z-index: 100;
	color: #000;
	text-align: left;
	padding-top: 20px;
}
#object_1{
    display: block;
    opacity: 1;
}
.object_markers{
    font-size: 14px;
    box-sizing: border-box;
    padding: 20px 27px;
    letter-spacing: 0.05em;
	position: relative;
    padding-bottom: 30px;
}
.object_markers:before{
    content: '';
    width: 100%;
    height: 21px;
    background: url("../images/yamap/line2.jpg");
    position: absolute;
    left: 0;
    bottom: -10px;
}
.object_markers p:first-child{
    padding-left: 25px;
    background: url("../images/yamap/marker4.png") no-repeat 0 2px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.object_markers p:last-child{
    padding-left: 25px;
    background: url("../images/yamap/marker5.png") no-repeat 0 2px;
}
.object_active{
    box-sizing: border-box;
    padding: 0 7px 20px 25px;
}
.oa_gallery img{
    border: 3px solid transparent;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0;
	width: 150px;
    height: 100px;
    display: block;
    transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
}
.oa_gallery a:hover img{
    border: 3px solid #0076d1;
    transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
}
.oa_gallery a{
    position: relative;
    display: block;
    float: left;
}
.oa_gallery a:before{
    content: '';
    width: 51px;
    height: 51px;
    background: url("../images/yamap/avl.png") no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
    opacity: 0;
    transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
}
.oa_gallery a:hover:before{
    content: '';
    opacity: 1;
    transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
}
.oa_title{
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 5px;
    letter-spacing: 0.05em;
}
.oa_address{
    padding-left: 25px;
    font-size: 14px;
    background: url("../images/yamap/marker6.png") no-repeat;
    padding-bottom: 6px;
    padding-top: 2px;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
}

input[type=range] {
  -webkit-appearance: none; /* Скрывает слайдер, чтобы можно было создать свой */
  width: 100%; /* Указание параметра ширины требуется для Firefox. */
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none; /* Убирает голубую границу у элемента. Хотя, возможно, и стоит создавать некоторое оформления для состояния фокуса в целях обеспечения доступности. */
}

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent; /* Скрывает слайдер, чтобы можно было добавить собственные стили. */
  border-color: transparent;
  color: transparent;
}
/************************ползунок ************************/
/* Специальные правила для браузеров на движках WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #8e8e8e;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  margin-top: -14px; /* Вам нужно указать значение для поля в Chrome, но в Firefox и IE это происходит автоматически */
  box-shadow: 1px 1px 1px #8e8e8e, 0px 0px 1px #0d0d0d; /* Добавляем классные эффекты для слайдера! */
}

/* Тоже самое для Firefox */
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #8e8e8e, 0px 0px 1px #0d0d0d;
  border: 1px solid #8e8e8e;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
}

/* Тоже самое для IE */
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #8e8e8e, 0px 0px 1px #0d0d0d;
  border: 1px solid #8e8e8e;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
}
/********************полоса***********************/
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #8e8e8e, 0px 0px 1px #0d0d0d;
  background: #eb112e;
  border-radius: 1.3px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #eb112e;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #8e8e8e, 0px 0px 1px #0d0d0d;
  background: #eb112e;
  border-radius: 1.3px;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #eb112e;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #8e8e8e, 0px 0px 1px #0d0d0d;
}
input[type=range]:focus::-ms-fill-lower {
  background: #eb112e;
}
input[type=range]::-ms-fill-upper {
  background: #eb112e;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #8e8e8e, 0px 0px 1px #0d0d0d;
}
input[type=range]:focus::-ms-fill-upper {
  background: #eb112e;
}
.mbtn10 {
	width: 10%;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
}

#r1 {
	background-image: url('/images/bg1-2.jpg');
}
#r2 {
	background-image: none;
	background-color: #999384;
}
.tt {
    font-weight: 700;
    white-space: nowrap;
	display: inline-block;
    font-size: 60px;
}
.br1 {
	width:100%;
	height: 18px;
	background-image: url('/images/br1.jpg');
}
.vkl-top {
	display: inline-block;
    padding: 0px 10px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
	text-align:center;
	position: relative;
	line-height: 42px;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent
}
.trapezoid {
    border-bottom: 42px solid #eb112e;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.vkl-top:hover{
	opacity:0.9;
}
.social a {
	display: inline-block;
	color: #1f191a;
	padding-right:6px;
}
.social a:hover {
	color: #009254;
}
.modal-obj .modal-dialog {
	background-color: #ffffff;
	padding: 20px;
}
.modal-obj .modal-dialog .modal-header {
	padding:0;
	margin-bottom: 10px;
}
.modal-obj .modal-dialog .modal-close {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
}
.modal-obj .modal-dialog .modal-obj-image {
	padding-bottom: 10px;
}
.slider-work {
	border-right: 2px solid #239359;
	border-left: 2px solid #239359;
}

@media (min-width: 768px) {
.mg-34 {
	margin: 0 21px;
}
}
@media (min-width: 992px) {
#r1 {
	background-image: url('/images/bg1.jpg');
	background-color: #fdf7f4;
    background-size: 100% auto;
}
#r2 {
	background-image: url('/images/bg4.jpg');
    background-size: 100% auto;
}
.mg-34 {
	margin: 0 34px;
}
}

@media (min-width: 1200px) {
.tt {
	font-size: 95px;
	display: block;
}

}

.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

@media (min-width: 768px) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
}

@media (min-width: 992px) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}

@media (min-width: 1200px) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}
