/*-------------------------
	Simple reset
--------------------------*/
*{
	margin:0;
	padding:0;
}
/*-------------------------
	General Styles
--------------------------*/
html{
	background-color: white;
	position:relative;
}
body {
    font: 14px/1.3 'Segoe UI',Arial, sans-serif;
    background-image: url('/images/fon_top_area3.png');
    background-repeat: no-repeat;
    background-size: 2130px;
}
a, a:visited {
	text-decoration:none;
	outline:none;
}
a:hover{
	text-decoration:underline;
}

.container-fluid {
    display: flex;
}
.navbar-toggle.mp {border: none;}
.navbar-toggle.mp:hover,
.navbar-toggle.mp:active,
.navbar-toggle.mp:focus
{background-color: transparent;}
.navbar-collapse, .navbar-collapse.in {border-top: none; overflow: hidden;}
/*end header*/
section, footer{
	display: block;
}
.wrapper {
    background-size: 100% auto;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
#valslider {background: rgba(0, 0, 0, 0) url("../images/12_04_1.jpg") no-repeat scroll 0 0 / cover;}
#main {background: rgba(0, 0, 0, 0.46) url("") no-repeat scroll 0 0;}
#main, #valslider{top:0;position: absolute;height: 1200px;width: 100%;}

/*----------------------------
	Color Bars
-----------------------------*/
#bars{
	height: 212px;
	margin: 0 auto;
	position: relative;
	width: 228px;
}
.colorBar{
	width:20px;
	height:8px;
	position:absolute;
	opacity:0;
	-moz-transition:0.3s;
	-webkit-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.r-nav{margin-top: 106px;margin-bottom: 1em;}
.colorBar.active{
	opacity:1;
}
.new_logo {
    width: 88%;
    height: auto;
    padding-top: 92px;
    position: absolute;
    margin-left: -19px;
    z-index: 1;
}
.indeec2 {
    background: url(../images/indeec2.png);
    background-repeat: no-repeat;
    background-size: 34%;
    left: unset;
    padding: 14% 0% 3% 10%;
    background-position-x: 0%;
    background-position-y: 200%;
}
/*NAV menu vertical*/
.nav_mnu {
    box-shadow: 2px 0px 9px #000000;
    float: left;
    height: inherit;
    overflow: hidden;
    border-bottom: none;
    transition: all ease-in-out 300ms;
}
.lenta_mnu {
    width: 240px;
    background: rgba(0, 0, 0, 0.67) url("") no-repeat scroll 0 0;
}
.tr_vertical {
    font-size: 1.7em;
    height: auto;
    position: relative;
    text-align: center;
}
.ul_lenta, .ul_lenta a {
    width: auto;
    text-align: left;
    color: tomato;
    margin-bottom: 0;
}
.ul_lenta li {
    font-size: 17px;
    font-weight: lighter;
    padding: 0.78em 0 0.78em 1em;
    transition: all linear 400ms;
}
.ul_lenta li:nth-child(-n+16){margin: -2.56em;}
li.sub_list {
    color: #ffffff;
    padding-left: 35px;
}
li.sub_list a{color: #ffffff;}
.up_sh {
    background-image: linear-gradient(to top, transparent 0px, rgb(0, 0, 0) 100%);
    border-bottom: 1px solid buttonshadow;
    height: 31em;
    position: absolute;
    top: 0;
    width: 226px;
    z-index: 2;
}
.dwn_sh {
    background-image: linear-gradient(to bottom, transparent 0px, rgb(0, 0, 0) 100%);
    border-top: 1px solid buttonshadow;
    height: 28em;
    position: absolute;
    top: 493px;
    width: 225px;
    z-index: 2;
}
/*end vertical menu shadows*/
.arrow_left {
    background: rgba(0, 0, 0, 0) url("../images/right_bl_s3.png") no-repeat scroll 0 0 / 80px auto;
    height: 57px;
    position: absolute;
    top: 108px;
    width: 71px;
    z-index: 1;
    margin-left: 174px;
}
/*end NAV menu vertical*/

.container-fluid > a {
    z-index: 2;
}

/* horizontal menu line START*/
.logo-brand {padding-right: 54px;}
.navbar-default {
    margin-bottom: 0px;
    z-index: 3;
    border: 0;
    border-radius: 0;
    background: inherit;
}
.navbar-default .navbar-nav > li > a{
    color: white;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {color: #6bff03;}
.nav.navbar-nav.accordion > li {
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 0;
}
.accordion .slide-opener {
    background-color: transparent !important;
    color: #555;
    z-index: 2;
}
.fa-caret-down::before {
    content: "";
}
#header .fa-caret-down {
    font-size: 10px;
}
.navbar-nav > li:hover .drop-slide {
    opacity: 0.95!important;
    visibility: visible;
}
.accordion .drop-slide {
    visibility: hidden;
}
.slide-area {
    font-size: 14px;
    left: 106px;
    margin: 0 auto;
    max-width: 880px;
    padding: 20px 0 20px;
    position: relative;
    width: 880px;
    z-index: 1;
}
.accordion .drop-slide {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.75);
    left: 0;
    opacity: 0;
    right: 0;
    top: 56px;
    transition: all 0.2s linear 0s;
    visibility: hidden;
    z-index: 1;
}
.slide-area ul {
    column-count: 2;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.slide-area ul > li {
    padding: 4px 0;
}
.slide-area ul li a b {
    margin-left: -8px;
    color: orangered;
}
.drop-slide {
    position: fixed;
    width: 100%;
}
.slide-area a {
    text-decoration: none!important;
    font-family: Roboto;
    color: black;
}
.slide-area a:hover, a:focus {
    color: #ee9e4a;
}
/* END horizontal menu */
.contactContainer {
    font: 100 14px/22px "Roboto",sans-serif;
}
article {
    font: 100 16px/28px "Roboto",sans-serif;
    text-align: justify;
}
.up {
    
    background: rgba(0, 0, 0, 0) url("../images/up2.png") no-repeat scroll 0 0;
    height: 50px;
    width: inherit;
    display: none;
}

.dwn {
    background: rgba(0, 0, 0, 0) url("../images/dwn2.png") no-repeat scroll 0 0;
    bottom: 0;
    height: 50px;
    position: absolute;
    width: inherit;
    display: none;
}
/*images of panorama*/
#p_id1 {
    background: rgba(0, 0, 0, 0) url("../images/12_04_1.jpg") no-repeat scroll 0 0 / cover ;
    height: inherit;
    width: inherit;
}
#p_id2 {
    background: rgba(0, 0, 0, 0) url("../images/12_04_2.jpg") no-repeat scroll 0 0 / cover ;
    height: inherit;
    width: inherit;
}
#p_id3 {
    background: rgba(0, 0, 0, 0) url("../images/12_04_3.jpg") no-repeat scroll 0 0 / cover ;
    height: inherit;
    width: inherit;
}
#p_id5 {
    background: rgba(0, 0, 0, 0) url("../images/12_04_4.jpg") no-repeat scroll 0 0 / cover ;
    height: inherit;
    width: inherit;
}
#p_id7 {
    background: rgba(0, 0, 0, 0) url("../images/12_04_5.jpg") no-repeat scroll 0 0 / cover ;
    height: inherit;
    width: inherit;
}
#p_id9 {
    background: rgba(0, 0, 0, 0) url("../images/12_04_6.jpg") no-repeat scroll 0 0 / cover ;
    height: inherit;
    width: inherit;
}
#p_id11 {
    background: rgba(0, 0, 0, 0) url("../images/12_04_7.jpg") no-repeat scroll 0 0 / cover ;
    height: inherit;
    width: inherit;
}
#p_id13 {
    background: rgba(0, 0, 0, 0) url("../images/12_04_8.jpg") no-repeat scroll 0 0 / cover ;
    height: inherit;
    width: inherit;
}
#p_id15 {
    background: rgba(0, 0, 0, 0) url("../images/12_04_9.jpg") no-repeat scroll 0 0 / cover ;
    height: inherit;
    width: inherit;
}
#p_id16 {
    background: rgba(0, 0, 0, 0) url("../images/12_04_10.jpg") no-repeat scroll 0 0 / cover ;
    width: inherit;
    height: inherit;
}
#p_id17 {
    background: rgba(0, 0, 0, 0) url("../images/12_04_11.jpg") no-repeat scroll 0 0 / cover ;
    width: inherit;
    height: inherit;
}
#p_id18 {
    background: rgba(0, 0, 0, 0) url("") no-repeat scroll 0 0 / cover ;
    width: inherit;
    height: inherit;
}
/*end*/

article.main_art {
    margin-top: 1vh;
}
.main_art > .art1 > h1, .main_art > .art1 > h2 {
    font-family: CircleRegular, sans-serif;
    font-size: xx-large;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px #ffffff80 solid;
    padding-bottom: 18px;
}
.main_art p{
    text-align: justify;
    font-size: 15px;
}
.main_art div {
    color: white;
    font-size: 18px;
    line-height: 1.3em;
    overflow: hidden;
    text-shadow: 1px 1px 2px #0003;
    position: absolute;
    left: 0%;
    right: 0%;
    height: 300px;
    cursor: pointer;
}   
div .active.off, .active.header2.on{opacity: 1;z-index: 1;}
.tr_div, .tr_art {
    opacity: 0;
    position: absolute;
    transition: all 800ms ease-in-out 0s;
}
.tr_div.active{opacity: 1;}
.main_art div, .tr_art{
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
}
/*### Временно! отключены абзацы отображаемые при вращении ручки ######*/
.tr_art :not(:first-child) {
    /*display: none;*/
}
/* END ###################################*/
.tr_art p {
    position: absolute;
    text-align: center;
    font-size: large;
    width: 100%;
    font-style: italic;
    font-family: initial;
    line-height: 27px;
}
.pr p {
    opacity: 0.5;
    position: relative;
}
.navbar-toggle {
    margin-top: 0.8em;
}
.phone-num {
    color: rgb(80, 80, 80);
    font-size: 1.7em;
    line-height: 1.95em;
}
.lp0 {
    position: absolute;
    z-index: 2;
}
.lp2.logo-brand {
    display: none;
}
.phone-num a, .main-page .header .navbar .pos-phone a{
    color: tomato;
}
.breadcrumb {
    padding: 8px 0px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: unset;
    font-size:13px;
}
.breadcrumb > li {
    padding-left: 0;
    padding-right: 2px;
}
.srvc_card{
    min-height: 220px; 
}
.srvc_card_h{
    min-height: 3.2em; 
    text-align: center;
}
.thumbnail {
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 0;
}
.thumbnail:hover div {
    background-color: #353535;
    color: white;
}
.thumbnail .caption {
    background-color: #ededed;
}
.sms_cent_bl p {
    line-height: 1.65em;
    margin-bottom: 0px;
    text-align: justify;
    margin-top: 19px;
    font-size: initial;
}
.inset {
    padding: 2em 3em;
}
.BusinessWrapper{
    padding-top: 48px;
}
.BusinessWrapper a{
    color:inherit;
}
.wysibb {
    font-size: initial!important;
}
.pt{padding-top: 1em;}
.pb{padding-bottom: 7em;}
.pl{padding-left: 1em;}
.pr{padding-right: 1em;}
.p{padding: 1em;}
#vk_groups {
    padding-top: 20px!important;
}
#vk_community_messages{bottom:50px!important;}
a .social {
    /*background-color: #1414147a;*/
    color: white;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 2em;
}
i.social.fa-vk{background-color: #848d9f;}
i.social.fa-facebook{background-color: #3d71dd;}
.slide-area a:hover i.fa-facebook, a:hover i.fa-vk {background-color: black;}
.btn-hover {
    position: fixed;
    margin: 57px 19px;
    bottom: 19px;
    left: 10px;
    background-color: chartreuse;
}
@media(max-width: 335px){
    .phone-num {
    margin: 0 auto;
    width: 100%;
    padding-left: 16%;
    padding-right: 16%;
    position: absolute;
    }
    .phone-num div{position: absolute;}
    .mvbtn {
    padding-top: 43px;
    }
    .mp {
    right: -104px;
    }
    .nav > li {
    padding-left: 111px!important;
    }
}
@media(max-width: 482px){
.phone-num > a{
    font-size: 1.7em!important;
    padding-top: 4px;
}
}
@media(max-width: 522px) {
    .lp0, .lp1.logo-brand{
        display: none;
    }
    .lp2.logo-brand {
    background-size: 100% auto;
    display: block;
    height: 100px;
    margin-bottom: 0.6em;
    margin-top: 1.7em;
    width: 100%;
}
    .phone-num {
        color: rgb(80, 80, 80);
        font-size: 1.6em;
        line-height: 2em;
    }
    .img_polenov{
        display: none;
    }
    .mmetric{
        display: none;
    }
}
@media (max-width: 767px) {
    .thumbnail > img {
        opacity: 1!important;
        height: auto!important;
    }
    .thumbnail{
        background-image: none!important;
        height: auto;
    }

}
@media (max-width: 768px) {
    .collapce{ 
    display: none!important; 
    }
    .container {
    width: 768px!important;
    }
}
@media(min-width: 991px){
    .navbar-collapse, .navbar-collapse {
    display: block!important;
    }
}
@media(max-width: 991px){
    .container {
    width: 100%!important;
    }
    .navbar-header {
    float: unset!important;
    }
    .navbar-collapse.bottom-area.collapse {
    width: 100%!important;
    }
    .nav.navbar-nav.accordion {
    width: 100%;
    }
    .navbar-collapse.collapse{
    /*display: none!important;*/
    }
    .navbar-collapse.collapse:not(.in){
    display: none!important;
    }
    .nav_mnu {
    margin-left: -247px;
    }
    .nav > ul{
    width: inherit!important;
    }
    .nav > li {
    width: 100%;
    }
    .drop-slide{
    display: none!important;
    }
    .nav > li > a {
    padding: 10px 0!important;
    font-size: 15px!important;
    }
    .navbar-toggle {
    display: block!important;
    }
    .main_art div {
    position: relative;
    opacity: 1;
    margin-bottom: 31px;
    background-color: #ffffff1a;
    border-radius: 4px;
    font-size: large;
    color: #fff;
    transition: all 600ms ease-in 0s;
    height: auto;
    }
    .tr_art :not(:first-child) {
    display: none;
    }
    .main_art > .art1 > h1, .main_art > .art1 > h2 {font-size: x-large;border-bottom: none;padding-bottom: unset;}
}

@media (max-width: 1000px) {
.nav > li > a {
    padding: 10px 0!important;
    font-size: 15px!important;
}
}
@media (max-width: 1050px){
    .container-fluid a span img{
        width: 170px;
    }
    .nav > li > a {
    padding: 10px 0!important;
    font-size: 15px!important;
    }
}
@media (max-width: 1200px){
    .new_logo{width: 95%;margin-left:-6px;}
    .thumbnail > img {
    height: 219px;
    }
    .nav > li > a {
    padding: 18px 13px!important;
    font-size: 15px!important;
}
}
@media (min-width: 1200px){
    .new_logo{width: 88%;margin-left:-19px;}
    .thumbnail > img {
    height: 266px;
}
}
@media (min-width: 768px) {
.navbar-nav > li > a {
    padding: 18px 22px;
}
}
@media(max-width: 1627px){.ul_lenta li:nth-child(-n+18){opacity: 0;}}
.tabs {
    border-bottom: 1px solid #a1c431;
    margin-bottom: 20px;
    margin-top: 30px;
}
.tabs .tab-wrap {
    display: inline-block;
    padding-right: 5px;
}
.tabs .tab.active {
    border-bottom: 6px solid #a1c431;
    color: #a1c431;
    cursor: default;
    position: relative;
}
.tabs .tab {
    color: #7d7d7d;
    cursor: pointer;
    display: inline-block;
    font: 600 12px/38px "Roboto",arial;
    height: 36px;
    margin-right: 6px;
    overflow: hidden;
    padding: 0 18px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    text-transform: uppercase;
    vertical-align: bottom;
    white-space: nowrap;
}
.text-content h1, .text-content .h1 {
    color: #333;
    font: 100 36px/36px "Roboto Condensed",sans-serif;
    margin-bottom: 8px;
    color: #525252;
}
b, strong {
    font-weight: 700;
}
/*----------------------------
    The Footer
-----------------------------*/
footer {
    background-color: #111111;
    box-shadow: 0 -1px 2px #111111;
    width: 100%;
    z-index: 100000;
    color: gray;
    position: fixed;
    bottom: 0;
}
footer h2{
    color: #EEEEEE;
    font-size: 14px;
    font-weight: normal;
    left: 50%;
    margin-left: -400px;
    padding: 13px 0 0;
    position: absolute;
    width: 540px;
}
footer h2 i{
    font-style:normal;
    color:#888;
}

footer a.tzine,a.tzine:visited{
    color: #999999;
    font-size: 12px;
    left: 50%;
    margin: 16px 0 0 110px;
    position: absolute;
    text-decoration: none;
    top: 0;
}
footer a i{
    color:#ccc;
    font-style: normal;
}
footer a i b{
    color:#c92020;
    font-weight: normal;
}
footer div {
    margin: 1em;
    text-align: center;
}
/****** START LOGIN MODAL CONTAINER ******/
.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: roboto;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: roboto;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
}

.loginmodal-submit {
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
}

.loginmodal-submit:hover {
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}
/*END login modal container*/