html,
body {
	padding: 0;
	margin: 0;
  	height: 100%;
}
header {
	margin-top: 20px;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currentlyf
                                  supported by Chrome and Opera */
}

#map {
	height: 450px;
}
label{
    font-weight: 500;
    font-size: 14px;
    line-height: 0;
}
input.red {
	border:#f00 1px solid;
}
select.red {
	border:#f00 1px solid;
}
textarea.red {
	border:#f00 1px solid;
}

.clear {
	clear: both;
}

.pad0 {
	padding: 0;
}

.padr0 {
	padding-right: 0;
}

.padl0 {
	padding-left: 0;
}
.asd {
	display: none !important;
}
img {
	display: inline-block;
	vertical-align: center;
	max-width: 100%;
	height: auto;
}

.burger {
	display: inline-block ;
	width: 60px !important;
	height: 60px !important;
	background-size: 25px !important;
}
.burger.show1 {
	background: url(./menyushka.png) center center no-repeat;
}
.burger.hide1 {
	background: url(./zakrytj.png) center center no-repeat;
}

.owl-ban {
	width: 97%;
	margin: 0 auto;
}

.owl-prev {
    width: 44px;
    height: 44px;
    position: absolute;
    left: 5px;
    top: 40%;
    z-index: 10;
    background: url(./left-2.png) 0 0 no-repeat;
    background-size: 44px;
}
.owl-next {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 5px;
    top: 40%;
    z-index: 10;
    background: url(./right-2.png) 0 0 no-repeat;
    background-size: 44px;
}

.owl-next:hover {
    background: url(./right-2-hover.png) 0 0 no-repeat;
	background-size: 44px;
}
.owl-prev:hover {
    background: url(./left-2-hover.png) 0 0 no-repeat;
	background-size: 44px;
}
.owl-next.disabled,.owl-prev.disabled {
	opacity: 0.4;
}
.owl-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    z-index: 150;
    display: flex;
    justify-content: center;
}
.owl-dot {
    width: 26px;
    height: 26px;
    margin: 0 10px;
}
.owl-dot span {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(./elips2.png) center center no-repeat;
    background-size: 26px;
}
.owl-dot.active span {
    background: url(./elips.png) center center no-repeat;
    background-size: 26px;
}
.mobilemenu {
	display: none;
	background: #fff;
	position: absolute;
	top: 250px;
    left:0;
	z-index: 112;
	width: 100%;
	padding:10px 20px;
}
.mobilemenu a {
	display: block;
	color: #557783;
	font-size: 16px;
	padding: 13px 0;
	text-align:center;
}

.toggler {
    display: none;
}

.asd {
    display: none !important;
}

a[href="#toggler"] {
    display: block;
    background: url(./arrow-to-down.png) right 5px no-repeat;
    background-size: 18px;
    padding-right: 15px;
    text-decoration: none;
    border-bottom: #ccc 1px dashed;
}
a[href="#toggler"].act {
    background: url(./up-arrow.png) right 5px no-repeat;
    background-size: 18px;
}

#bg132 {
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 150;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
    opacity: 0.5;
}

.dlg { position:absolute; z-index:200; background:#fff; display:none; font-size: 16px; width: 480px; max-width: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
}

#dialog-success {
	padding: 30px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}
.modal-header .close {
    margin-top: -2px;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}
.modal-header h4 {
    margin-right: 20px;
    text-align: left;
    font-size:16px;
	margin-bottom: 0;
}
.modal-header h4 p {
	margin-bottom: 0;
}
.modal_content {
	padding:15px;
}
.star {
	color: #f00;
}
.labe {
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 6px;
	display: block;
	line-height: initial;
}
.inp {
	display: block;
	margin-bottom: 13px;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    color: grey;
    overflow: hidden;
    white-space: nowrap;
    outline: none !important;
}
textarea.inp {
	resize: none;
	height: 60px;
}

#uid4 {
    background-color: rgb(35, 108, 166);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 3px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-color: rgb(28, 86, 133);
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    position: relative;
}
.btn input[type=submit] {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
}
.btn:hover {
	opacity: 0.7;
}
.close_feedback {
    position: absolute;
    top: 11px;
    right:10px;
    width: 10px;
    height: 10px;
    background: url(./zakrytj.png) 0 0 no-repeat;
    background-size: cover;
    display: block;
    text-decoration: none;
    cursor: pointer;;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
    position: relative;
}

.top-adr,.top-phone {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
}
#google_translate_element {
	margin-top: 15px;
}
.head_gl {
	width: 100%;
}
.top-adr span.class1,
.top-phone span.class1 {
	font-weight: 700;
	display: block;
	padding-bottom: 3px;
}
.top-adr div,
.top-phone div {
	padding-right: 10px;
}
.top-phone a,
.top-phone a:hover {
	text-decoration: underline;
	color: #000;
	font-weight: 400;
}
.top-phone span a,
.top-phone span a:hover {
	text-decoration: none;
	font-weight: 700;
}
.top-phone a:hover {
	opacity: 0.6;
}
.menu a {
	text-decoration: none;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	padding: 15px 13px 25px 13px;
}

.menu a:hover {
	color: #14456b;
}
/*.ban {
	background: url(./main.jpg) top center no-repeat;
	height: 780px;
}*/
.slogan1 h1 {
	color: #212529;
	font-weight: 700;
	font-size: 50px;
	margin-bottom: 50px;
	margin-top: 0;
	padding:0;
}
.slogan2 {
	color: #212529;
	font-weight: 700;
	font-size: 33px;
}
.head-text {
	padding:100px 0;
	color: #fff;
	font-size: 15px;
}
.head-text td {
	color: #fff;
	font-size: 14px;
}
.head-button {
	text-align: center;
}
#foto {
	background: #fafafa;
}
.mini-foto .img-wrap {
	height: 265px;
	background-size: cover !important;
}
.maxi-foto .img-wrap {
	height: 457px;
	background-size: cover !important;
}
.img-wrap a {
	display: block;
	height: 100%;
	width: 100%;
}
.img-wrap {
	margin-bottom: 6px;
}
.mini-foto .foto-wrap {
	height: 325px;
}
.maxi-foto .foto-wrap {
	height: 515px;
}

#foto .container .row {
	height: 890px;
}
#foto .container {
	padding-top: 80px;
}
.maxi-foto.big1 {
	position: relative;
	top: -190px;
}
.mini-foto.big1 {
	height: 325px;
}
.bron {
    background-color: rgb(35, 108, 166);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 3px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-color: rgb(20, 69, 107);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 14px;
    font-weight: bold;
    color: rgb(255, 255, 255);
}
#aboutimg {
	height: 300px;
	margin: 15px 0 50px 0;
}
.home {
	padding-top: 50px;
}
#line1 {
	height: 4px;
	width: 80px;
	background: #000;
	margin-bottom: 30px;

}

.nomer1 {
	padding-left: 30px;
	padding-right: 30px;
    margin-bottom: 30px;
}
#nomera > .container {
	padding-left: 30px;
	padding-right: 30px;
}
#nomera > .container > .row {
	margin-right: -30px;
	margin-left: -30px;
}
.nomer-har {
	margin-top: 15px;
	width: 100%;
}
.nomer-har th {
	font-weight: 500;
	font-size: 18px;
	padding:15px 15px;
}
.nomer-har td {
	padding:15px 15px;
}
.even td {
	background: #f2f2f2;
}
.nomer-har-name {
	font-size: 15px;
}
.nomer-har-val {
	font-size: 14px;
	font-weight: 500;
}
.nomer-price {
	color: #14456b;
}

.home > div {
	margin-bottom: 80px;
}
.dost-cat {
	font-size: 15px;
	margin-bottom: 18px;
}
.dost-name {
	margin-top: 32px;
	margin-bottom: 18px;
	font-size: 18px;
	font-weight: 700;
	color: #000;
	text-decoration: none;
}
.dost-text {
	font-size: 14px;
}
.dost-row > div {
	margin-bottom: 60px;
}
footer {
	background: #a1d8db;
	padding:70px;
	color: #004358;
	font-size: 16px;
}
footer a {
	color: #004358;
	font-size: 15px;
	display: block;
	margin-bottom: 8px;
}
footer a:hover {
	color: #fff;
}
footer .soc a {
	display: inline-block !important;
}
.onastable td {
	font-size: 14px;
}
.pickmeup {
    z-index: 900 !important;
}
@media (max-width: 1200px) {

}
@media (max-width: 990px) {
	#cont .row > div {
		margin-bottom: 50px;
	}
	.head-text {
		padding:60px 0;
	}
	.nomer1 {
		margin-bottom: 60px;
	}

	.nomer1 {
		padding-left: 15px;
		padding-right: 15px;
	}
	#nomera > .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	#nomera > .container > .row {
		margin-right: -15px;
		margin-left: -15px;
	}

	#foto .container .row {
		height: 1400px;
	}
	.mini-foto.middle2 {
		position: relative;
		top: -190px;
	}

	.head-text .preimtd {
		    padding: 0px;
	}
}
@media (max-width: 767px) {

	.head-text .preimtd {
		padding: 10px;
	}
	.row-top>div {
		margin-bottom: 18px;
	}
	.row-top>div:last-child {
		margin-bottom: 5px;
	}
	/*.ban {
		background: url(./main.jpg) top center no-repeat;
		background-size: cover;
		height: 1080px;
	}*/
	.mini-menu {
		padding:10px 0;
		position: absolute;
        right: 0;
	}
	.slogan1 h1 {
		font-size: 36px;
	}
	.slogan2 {
		font-size: 24px;
	}
	.top-adr {
		font-size: 16px;
	}
	.top-adr span {
		display: inline-block;
		padding-right: 6px;
		font-weight: 400;
	}
	.head-text {
		padding:40px 0;
	}

	#nomera {
		margin-bottom: 40px !important;
	}

	.maxi-foto.big1 {
		top: initial;
	}
	.mini-foto.middle2 {
		top: initial;
	}
	#foto .container .row {
		height: auto;
	}
	#foto {
		padding-bottom: 80px;
	}
	h2 {
		text-align: center;
	}

}
