FONTS*/

@font-face
{
    font-family: "futuraOrto_Regular";
    src: url(../fonts/futuraOrto_Regular.ttf) format("truetype");
}

@font-face
{
	font-family: "cometa";
	src: url(../fonts/CometaCTT.otf) format("opentype");
}

/*FONTS*/

/*BODY*/

body
{
	font-size: 14px;
	font-family: "futuraOrto_Regular", Verdana, Tahoma;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}

html, body
{
	max-width: 100%;
	overflow-x: hidden;
}

h1
{
	font-size: 1.4em;
}

h2
{
	font-size: 1.2em;
}

h4
{
	font-size: 1.3em;
}

a, a:hover, a:visited, a:active, a:link
{
	color: #01a0e2;
}

b
{
	font-family: "arial", "impact";
}

/*BODY*/

/*NAVBAR*/

.nav
{
    width: 100%;
	text-align: center;
	background-color: #01a0e2;
}

.nav li
{
	display: inline-block;
	/*height: 50px;*/
}

.nav li a
{
	display: block;
	/*padding-top: 13px;*/
	/*padding-left: 2em;*/
	/*padding-right: 2em;*/
	width: 100%;
	height: 100%;
	background-color: #01a0e2;
	/*font-size: 1.2em;*/
	color: #fefefe;
	text-decoration: none;
}

.nav li a:focus
{
	background-color: #01a0e2;
	color: #fefefe;
}

.nav li a:hover, .navigation-bar .nav .active a
{
	background-color: white;
	color: black;
}

@media only screen and (max-width: 690px)
{
	.nav li a
	{
		font-size: 1.1em;
		padding-left: 1em;
		padding-right: 1em;
	}
}

@media only screen and (max-width: 510px)
{
	.nav li a
	{
		font-size: 1em;
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
}

@media only screen and (max-width: 420px)
{
	.nav .hide-xs
	{
		display: none;
	}
}

.navigation-bar
{
	position: fixed;
	top: -200px;
	transition: all 0.7s ease-in-out;
	width: 100%;
	background-color: #01a0e2;
	z-index: 6;
}

.navigation-bar.affix
{
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 6;
}

/*END NAVBAR*/

/*CONTENT*/

.clearfix
{
	clear: both;
}

.padding-sides
{
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}

.gray
{
	background-color: #ececec;
	background-image: url(../img/for-gray-bg-top.png), url(../img/for-gray-bg-bottom.png);
	background-position: center top, center bottom;
	background-repeat: repeat-x;
}

.white
{
	background-color: white;
}

.round-corners
{
	border-radius: 2em;
}

.padding-top
{
	padding-top: 20px;
}

.padding-top-x2
{
	padding-top: 40px;
}

.padding-bottom
{
	padding-bottom: 20px;
}

.padding-bottom-x2
{
	padding-bottom: 40px;
}

.margin-top
{
	margin-top: 20px;
}

.margin-top-x2
{
	margin-top: 40px;
}

.margin-bottom
{
	margin-bottom: 20px;
}

.margin-bottom-x2
{
	margin-bottom: 40px;
}

.text
{
	text-indent: 2em;
}

.line-through
{
	background-color: transparent;
	background-image: url(../img/blue-line-bg.png);
	background-position: center center;
	background-repeat: repeat-x;
}

@media only screen and (max-width: 600px)
{
	.line-through
	{
		background-image: none;
	}
}

.text-header
{
	display: inline-block;
	font-size: 2.7em;
	padding: 0 50px;
	color: #222;
	background-color: #fefefe;
}

.gray .text-header
{
	background-color: #ececec;
}

@media only screen and (max-width: 800px)
{
	.text-header
	{
		font-size: 2em;
		padding: 0 30px;
	}
}

@media only screen and (max-width: 350px)
{
	.text-header
	{
		font-size: 1.5em;
		padding: 0 10px;
	}
}

.row
{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.row.blue
{
	background-color: #01a0e2;
}

#top
{
	background-color: transparent;
}

/*END CONTENT*/

/*UP-BUTTON*/

.up-button
{
	bottom: 9%;
	bottom: calc(3% + 110px);
}

.call-button
{
	bottom: 6%;
	bottom: calc(3% + 55px);
}

.down-button
{
	bottom: 3%;
}

.scroll-button
{
	width: 50px;
	height: 50px;
	background-color: #01a0e2;
	border-radius: 5px;
	text-align: center;
	position: fixed;
	right: 2%;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
	z-index: 4;
	cursor: pointer;
}

.scroll-button:hover
{
	background-color: transparent;
	border: 1px solid black;
}

.scroll-button.affix-top
{
	opacity: 0;
	right: -50px;
}

.scroll-button.affix
{
	opacity: 1;
	right: 2%;
}

.scroll-button > a
{
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 15px;
	color: white;
}

.scroll-button:hover > a
{
	color: black;
}

.scroll-button img
{
	position: relative;
	padding-top: 5px;
	margin: 0 auto;
}

.scroll-button .icon-black
{
	display: none;
}

.scroll-button:hover .icon-black
{
	display: block;
}

.scroll-button:hover .icon-white
{
	display: none;
}

/*END UP-BUTTON*/

/*LEFT-PANEL*/

.left-panel
{
	position: fixed;
	opacity: 0.4;
	background-color: #777;
	height: 100%;
	width: 50px;
	cursor: pointer;
	z-index: 5;
	background-position: center bottom;
	transition: width 0.5s ease-in-out, opacity 0.5s ease-in-out, background-color 0.5s ease, border 0.3s ease-out;
}

.left-panel .vertical-text
{
	position: fixed;
	transform-origin: 0 0;
	transform: rotateZ(-90deg);
	left: 0;
	top: calc(200px + 40%);
	/*top: 65%;*/
	font-size: 2.5em;
	color: white;
	width: 500px;
	pointer-events: none;
	z-index: 6;
	opacity: 1;
	transition: all 0.5s ease-in-out;
}

.left-panel.active
{
	width: 310px;
	background-color: #fefefe;
	background-image: url(../img/left-panel-background.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	opacity: 1;
	box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 350px)
{
	.left-panel.active
	{
		width: 100%;
	}

	.left-panel.active img, .left-panel.active img.affix
	{
		background-color: #d1d1d1;
	}

	.left-panel, .left-panel.active
	{
		border-right: none;
	}
}

.left-panel.active .vertical-text
{
	opacity: 0;
	left: -100px;
}

/*END LEFT-PANEL*/

.less768px
{
	display: none;
	width: 768px;
}

@media only screen and (max-width: 767px)
{
	.less768px
	{
		width: 1px;
	}
}

/*FORM*/

#write-form
{
	position: absolute;
	width: 220px;
	z-index: 5;
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 0 10px gray;
	padding: 20px 15px;
}

#write-form input
{
	width: 100%;
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	outline: none;
}

#write-form .form-header
{
	margin-bottom: 10px;
}

#write-form button
{
	display: block;
	margin: 5px auto 0 auto;
	border-radius: 5px;
	width: 100%;
	outline: none;
	background-color: #01a0e2;
	color: #fefefe;
}

#write-form.for-left-panel
{
	position: relative;
	margin: 0 auto;
	width: 310px;
	height: 465px;
	z-index: 1050;
	background: white;
	border-radius: 15px;
	box-shadow: none;
	padding: 0px 0 15px 0;
}

#callback-modal .modal-body, #callback-modal .modal-content, #callback-modal .modal-dialog
{
	width: 340px;
}

.modal-dialog
{
	top: 15vh;
	margin: 0 auto;
	max-width: 500px;
}

@media only screen and (max-width: 900px)
{
	.modal-dialog
	{
		top: 12vh;
	}
}

@media only screen and (max-width: 767px)
{
	.modal-dialog
	{
		top: 10vh;
		max-width: 70%;
	}
}

@media only screen and (max-width: 500px)
{
	.modal-dialog
	{
		top: 5vh;
		max-width: 100%;
	}
}

.modal
{
	padding: 0 !important;
}

@media only screen and (max-width: 350px)
{
	#write-form.for-left-panel, #write-form.for-left-panel img.img-responsive, #write-form.for-left-panel div
	{
		width: 100%;
	}
}

@media only screen and (max-height: 520px)
{
	#write-form.for-left-panel img.img-responsive
	{
		padding: 20px 10px;
	}
}

#write-form.for-left-panel div
{
	padding: 0 15px;
}

#write-form.for-left-panel input
{
	height: 40px;
	width: 100%;
	border-radius: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	outline: none;
}

#write-form.for-left-panel button
{
	display: block;
	height: 40px;
	margin: 20px auto 0 auto;
	border-radius: 0;
	width: 100%;
	outline: none;
}

#write-form.for-left-panel .status
{
	margin-top: 15px;
}

#write-form.for-left-panel .form-header
{
	font-size: 1.1em;
	color: #777;
	padding-top: 30px;
}

#write-form.for-left-panel img
{
	position: relative;
	left: 0;
	width: 310px;
	padding: 40px 10px;
	background-color: #d1d1d1;
}
.footer{background:#01A0E2;text-align:center;color:white;}
.footer p{font-family:"futuraOrto_Regular", Verdana, Tahoma;color:white;font-size: 19px;}
.nav {border: 1px solid white;}

@media only screen and (max-width: 500px)
{
	.up-button, .call-button, .down-button
	{
		display: none;
	}
}
/*END FORM*/
/*выпадающие кнопки с номерами и адресом*/
nav {
  /*background: none;
  box-shadow: 0 2px 0 0 #ECF1F2;
  border-top: 1px solid #ECF1F2;*/
  text-align: center;
}
nav a {
  text-decoration: none;
  display: block;
  transition: .3s linear;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topmenu > li {
  display: inline-block;
  position: relative;
  margin-right: -4px;
  /*border-left: 1px solid #ECF1F2;*/
}
/*.topmenu > li:last-child {border-right: 1px solid #ECF1F2;}*/
.topmenu > li > a {
  /*font-weight: bold;*/
  /*padding: 20px 30px;*/
  /*font-size: 12px;*/
  font-size: 1.4rem;
  /*text-transform: uppercase;*/
  /*letter-spacing: 2px;*/
  /*color: #1c1c1c;*/
  color:#fff;
}
.topmenu > li {
  font-size: 1.4rem;
  color:#fff;
}
.topmenu > li > a >i {
  font-size: 2rem;
  color:#fff;
}
.topmenu > li > a:hover{
	cursor: pointer;
}
/*.active:after, .submenu-link:after {
  content: "\f107";
  font-family: "FontAwesome";
  color: inherit;
  margin-left: 10px;
}*/
/*.topmenu .active, .topmenu > li > a:hover, .submenu li a:hover {color: #ddbe86;}*/
.submenu {
  position: absolute;
  left: -170px;
  z-index: 5;
  width: 240px;
  /*border-bottom: 1px solid #ECF1F2;*/
  visibility: hidden;
  opacity: 0;  
  transform: translateY(10px);
  transition: .3s ease-in-out;
}
.submenu li {position: relative;}
.submenu a{
  background: white;
  /*border-top: 1px solid #ECF1F2;*/
  /*border-right: 1px solid #ECF1F2;*/
  /*border-left: 1px solid #ECF1F2;*/
  color: #1c1c1c;
  text-align: left;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 20px;
}
.submenu a:hover{
	cursor: pointer;
}
.submenu .submenu {
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  left: -webkit-calc(100% - 1px);
}
nav li:hover > .submenu {
  visibility: visible;
  opacity: 1;
    transform: translateY(0px);
}
ul {
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.topmenu {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
li {
    /*width: 15%;*/
  /*  float: left;
    margin-left: 2%;
        text-align: center;*/
}
li:first-child {
    /*margin-left: 0;*/
}
.info{
	width: 30%;
	text-align-last: center;
	
}
.fa-phone-alt, .fa-comment-dots {
	padding: .5rem;
	border: 1px solid #fff;
	border-radius: 50%;
}
.fa-map-marker-alt {
	padding: .5rem .8rem .5rem .8rem;
	border: 1px solid #fff;
	border-radius: 50%;
}

/*выпадающие кнопки с номерами и адресом (конец)*/
/*начало меню*/
.menu-info{
	width: 100%;
}
i.down-my-btn{
	font-size: 1.4rem;
}
.vcenter, #top .vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
span.icon-bar{
	background: #fff;

}
.navbar-inverse .navbar-toggle {
	border: 1px solid #fff;
}
ul.navbar-nav{
	width: 100%;
	text-align: left;
	margin:0;
	border: none;
}

ul.dropdown-menu{
	background: rgb(1,160,226);
	/*font-size: 1.4rem;*/
	font-size: 14px;
}
.navbar-inverse .navbar-nav li a{
	color: #fff;
	background: none;
}
.navbar-inverse ul.navbar-nav li:hover, .navbar-inverse ul.navbar-nav li a:hover{
	background: #fff;	
}
.navbar-inverse ul.navbar-nav li:hover a, .navbar-inverse ul.navbar-nav li a:hover{
	color: rgb(1,160,226);
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li:hover a.test, .navbar-inverse .navbar-nav .open .dropdown-menu li.li-elem:hover a.a-elem{
	color: rgb(1,160,226);
}
nav.navbar{
	border: none;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus
{
	background: #fff;
	color: rgb(1,160,226);
}
.navbar-inverse{
	margin: auto;
	border: none;
	background: none;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
}
div.navbar-collapse{
	border: none;
}


.submenuDropdown {
  position: relative;
}
li.submenuDropdown{
	width: 100%;
}

.submenuDropdown .dropdown-menu {
  top: 0;
  margin-top: -1px;
  left: 100%;
}
.f-nav{ z-index: 9999; position: fixed; left: 0; top: 0; width: 100%;} 
div.navbar-header{
	background: rgb(1,160,226);
}
span.icon-bar{
	background: #fff;
}
button.navbar-toggle{
	background: rgb(1,160,226);
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: rgb(1,160,226);
}
.drop-display li{
	width: 100%;
}
/*конец меню*/
.padding{
	padding: 0;
}
.my-nav-container .navbar-inverse .navbar-nav>li>a
{
	color: #fff;
}
.my-nav-container .navbar-inverse .navbar-nav>.open>a,.my-nav-container .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus{
	background: #fff;
	color: rgb(1,160,226);
}
