@import "reset.css";

@font-face{ 
	font-family: 'HelveticaNeueCyrBlack';
	src: url('../fonts/webfontkit/helveticaneuecyr-black-webfont.eot');
	src: url('../fonts/webfontkit/helveticaneuecyr-black-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/webfontkit/helveticaneuecyr-black-webfont.woff') format('woff'),
	     url('../fonts/webfontkit/helveticaneuecyr-black-webfont.ttf') format('truetype'),
	     url('../fonts/webfontkit/helveticaneuecyr-black-webfont.svg#webfont') format('svg');
}
@font-face{ 
	font-family: 'HelveticaNeueCyrBold';
	src: url('../fonts/webfontkit/helveticaneuecyr-bold-webfont.eot');
	src: url('../fonts/webfontkit/helveticaneuecyr-bold-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/webfontkit/helveticaneuecyr-bold-webfont.woff') format('woff'),
	     url('../fonts/webfontkit/helveticaneuecyr-bold-webfont.ttf') format('truetype'),
	     url('../fonts/webfontkit/helveticaneuecyr-bold-webfont.svg#webfont') format('svg');
}
@font-face{ 
	font-family: 'HelveticaNeueCyrMedium';
	src: url('../fonts/webfontkit/helveticaneuecyr-medium-webfont.eot');
	src: url('../fonts/webfontkit/helveticaneuecyr-medium-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/webfontkit/helveticaneuecyr-medium-webfont.woff') format('woff'),
	     url('../fonts/webfontkit/helveticaneuecyr-medium-webfont.ttf') format('truetype'),
	     url('../fonts/webfontkit/helveticaneuecyr-medium-webfont.svg#webfont') format('svg');
}
@font-face{ 
	font-family: 'HelveticaNeueCyrRoman';
	src: url('../fonts/webfontkit/helveticaneuecyr-roman-webfont.eot');
	src: url('../fonts/webfontkit/helveticaneuecyr-roman-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/webfontkit/helveticaneuecyr-roman-webfont.woff') format('woff'),
	     url('../fonts/webfontkit/helveticaneuecyr-roman-webfont.ttf') format('truetype'),
	     url('../fonts/webfontkit/helveticaneuecyr-roman-webfont.svg#webfont') format('svg');
}
@font-face{ 
	font-family: 'HelveticaNeueCyrItalic';
	src: url('../fonts/webfontkit/helveticaneuecyr-italic-webfont.eot');
	src: url('../fonts/webfontkit/helveticaneuecyr-italic-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/webfontkit/helveticaneuecyr-italic-webfont.woff') format('woff'),
	     url('../fonts/webfontkit/helveticaneuecyr-italic-webfont.ttf') format('truetype'),
	     url('../fonts/webfontkit/helveticaneuecyr-italic-webfont.svg#webfont') format('svg');
}
html{
    font-size:10px;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
body {
    background: #fff none repeat scroll 0 0;
    color: #434343;
    /*font-family: Roboto,sans-serif;*/
    /*font-family: 'Open Sans',sans-serif;*/
    font-family: 'HelveticaNeueCyr',sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.9rem;
    margin: 0;
    min-width: 320px;
}
body *{
    /*transition:all .2s linear;*/
}
input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
:focus, *:active, *:hover {
    outline: medium none;
}
h1, h2, h3, h4, h5{
    font-family: 'HelveticaNeueCyrBold',sans-serif;
}


header {
    background: #fff;
    height: 11rem;
    position: fixed;
    width: 100%;
    z-index: 12;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.29);
    transition:all .1s linear;
}
header.opa {
    opacity:1;
}
.header_logo {
    display: block;
    height: 7.3rem;
    left: 0;
    padding: 0.9rem 4.8rem;
    position: absolute;
    top: 3.65rem;
    width: 25.8rem;
}
.header_logo img {
    display: inline-block;
    max-width: 100%;
}

.top-navbar {
    background: #333333 none repeat scroll 0 0;
    height: 3.8rem;
    text-align: center;
}
/*navbar-nav */
#nav .navbar-nav{
    float: none;
    width:100%;
    text-align: center;
}
#nav .navbar-nav a {
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding: 1rem 3.2rem;
    position: relative;
    text-decoration: none;
}
#nav .navbar-nav li{
    float:none;
    display:inline-block;
    position:relative;
}
#nav .navbar-nav li::after {
    border-left: 1px solid #c8c8c8;
    content: "";
    display: block;
    height: 1.3rem;
    position: absolute;
    right: -0.15rem;
    top: 1.2rem;
    width: 1px;
}
#nav .navbar-nav li:last-child::after {
    display:none;
}
#nav .navbar-nav .open > a, #nav .navbar-nav .open > a:hover, #nav .navbar-nav .open > a:focus {
    background-color: #009649;
}
#nav .navbar-nav > li > a:hover, #nav .navbar-nav li > a:focus{
    background-color: #009649;
}
#nav .navbar-nav li ul li{
    display: block;
    float: none;
}
#nav .dropdown-menu{
    background-color: #009649;
    border: 0 none;
}
#nav .navbar-nav li ul li a {
    display: block;
}
#nav .navbar-nav li ul li a:hover, #nav .navbar-nav li ul li a:focus{
    background-color: #01B85A;
}
/**/

.nav-m2 {
    left: 23.1rem;
    position: absolute;
    top: 3.8rem;
}
.nav-m2 li {
    display: inline-block;
    white-space: nowrap;
}
#nav .nav-m2 a {
    color: #464646;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.09rem;
    line-height: 1.9rem;
    padding: 2.5rem 2.1rem;
    text-decoration: none;
    text-transform: uppercase;
}
#nav .nav-m2 .active a {
    color:#009649;
}
#nav .nav-m2 .active a:hover, #nav .nav-m2 .active a:focus {
    color:#009649;
    background:transparent;
    cursor:default;
}
#nav .nav-m2  a:hover, #nav .nav-m2  a:focus {
    color:#009649;
    background:transparent;
}
.topphone {
    color: #333333;
    font-size: 1.8rem;
    font-weight: bold;
    height: 8.3rem;
    padding: 2.8rem 0;
    position: absolute;
    right: 21.8rem;
    top: 3.5rem;
    width: 18rem;
    white-space: nowrap;
}
.topphone:hover{
    text-decoration:none;
    color: #009649;
}
.callme {
    background: #009649 none repeat scroll 0 0;
    border-radius: 0.4rem;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 0.6rem 0;
    position: absolute;
    right: 4rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: 5.7rem;
    width: 16rem;
    letter-spacing: 0.1rem;
    cursor:pointer;
}
.callme:hover {
    text-decoration:none;
    color: #fff;
    background-color: #01B85A;
}

/*BOOT*/
.btn{
    border: 0 none;
    border-radius: 0.3rem;
    font-size: .9rem;
    font-weight: bold;
    letter-spacing: 0.05rem;
    padding: 0.6rem 2rem;
    text-transform: uppercase;
}
.btn-success{
    background: #009649 none repeat scroll 0 0;
    color: #fff;
}
.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0.3rem;
    box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.08) inset;
    color: #565656;
    display: block;
    font-size: 0.8rem;
    font-weight: bold;
    height: 2.6rem;
    letter-spacing: 0.05rem;
    line-height: 1.42857;
    padding: 0.6rem 1rem;
    text-transform: uppercase;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.form-group {
    margin-bottom: 1rem;
}
.checkbox label, .radio label {
    font-size: 1rem;
}
.form-control:focus {
    border-color: #009649;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 0 1px #009649;
    outline: 0 none;
}
/*.BOOT*/

/*MODAL*/

button.close {
    color: #fff;
    opacity: 1;
    position: absolute;
    right: 0;
    z-index: 3;
}
button.close:after {
    border-left: 5rem solid transparent;
    border-top: 5rem solid #009649;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}
.close > span {
    display: block;
    font-size: 2rem;
    line-height: 2rem;
    margin: 0.5rem 1rem;
    position: relative;
    z-index: 1;
}
button.close:hover {
    opacity: .8;
}
button.close:hover span{
    color: #fff;
}

#callme{
    text-transform: uppercase;
    color:#464646;
    letter-spacing: 0.05rem;
    font-weight: 600;
}
#callme .modal-body {
    padding: 0 15px;
    background: #f3f3f3 url("../img/qstamp.png") no-repeat scroll 50% 100%;
}
#callme h5{
    color:#464646;
    font-size:1rem;
    margin: 0 0 1rem;
    font-weight: 600;
}
#callme .checkbox label, #callme .radio label {
    padding: 0;
	text-transform: none;
}
.qstamp {
    margin: 0rem !important;
    padding: 3rem 3rem 0;
    position:relative;
    z-index:2;
}
.mphone {
    background: rgba(0, 0, 0, 0) url("../img/tex.png") repeat scroll 0 0;
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    margin: 0 -5rem 4rem  -2rem;
    padding: 2rem 3rem;
}
.callrow{
    
}
.col-inner {
    margin: 1rem 2rem;
}
.callbg{
    background: #018d2e url("../img/callbg1.png") repeat-x scroll 0 0;
    margin: 0 -10rem 0 -2rem;
    padding: 1px;
    position: relative;
    min-height: 19rem;
}
.callbg:after{
    background: #f3f3f3 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -10rem;
    top: 0;
    transform: skew(45deg);
    width: 20rem;
}

/*.MODAL*/

#menu-toggle {
    background: #009649 none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-size: 2.5rem;
    height: 8.3rem;
    margin: 0;
    opacity: 1;
    padding: 2.8rem 2.4rem;
    position: absolute;
    right: 3rem;
    text-indent: 0;
    top: 0;
    width: 8rem;
}
#menu-toggle.collapsed.bartoggle{
    background:transparent;
    color: #009649;
}
/*Slider*/
.fp-tableCell {
    /*display: block;*/
    position: relative;
}
.slide {
    background-position: 0 12rem;
    background-repeat: no-repeat;
    background-size: cover;
    
    position:relative;
    height: 72rem;
}
.slideinner {
    height: 100%;
    position: absolute;
    width: 100%;
    background-color:#fff;
    top:0;
    background-position:50% 50%;
    background-size:cover;
    background-repeat:no-repeat;
}
.slidenban {
    left: 38rem;
    margin: -16rem 0 0 3rem;
    position: absolute;
    top: 50%;
    width: 56rem;
    z-index: 10;
}
.slidebg {
    margin-left: -30rem;
    position: absolute;
    right: 0rem;
    top: 11rem;
    width: 100%;
}
.bpic {
    width: 100%;
    position: relative;
}
.slidecorner {
    margin-top: -40rem;
    position: absolute;
    top: 50%;
    width: 95rem;
}
.fp-controlArrow{
    display:none;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span{
    background: #009649 none repeat scroll 0 0;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #989695 none repeat scroll 0 0;
}
.fp-slidesNav {

}
.slideicons {
    bottom: 4rem;
    position: absolute;
    right: 2rem;
    text-align: center;
    width: 87rem;
    z-index: 2;
}
.slideicons img {
    float: left;
    width: 7rem;
}
.slideicon {
    display: inline-block;
    width: 17rem;
}
.slideicon div {
    color: #333333;
    font-size: 1.1rem;
    line-height: 1.3rem;
    padding: 2rem 0 3rem 8rem;
    text-align: left;
}
.pin {
    background: #fff none repeat scroll 0 0;
    border: 0.5rem solid #9d9d9d;
    border-radius: 50%;
    box-shadow: 0 0 0 0.3rem #fff, 1px 1px 8px #000;
    cursor: pointer;
    height: 2rem;
    opacity: 0.8;
    position: absolute;
    transition: all 0.3s linear 0s;
    width: 2rem;
}
.pin:hover {
    border: 8px solid #3fb34f;
}
.pin.active {
    border: 8px solid #3fb34f;
}
.popover{
    border: 0 none;
    margin-left: 15px;
    margin-top: 0;
    max-width: 330px;
}
.popover.right > .arrow{
    border-right-color: rgba(0, 0, 0, 0);
}
.popover-title {
    background-color: #fff;
    border-bottom: 0 none;
    border-radius: 5px 5px 0 0;
    color: #333333;
    font-size: 1rem;
    margin: 0;
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    text-transform: uppercase;
}
.popover-content {
    color: #868686;
    font-size: 1rem;
    padding: 0 1.5rem 2rem;
}
.slidetext {

}
.slidetextdiv {
    color: #fff;
    left: 5rem;
    margin-top: -18rem;
    position: absolute;
    top: 50%;
    width: 35rem;
    z-index: 8;
}
.slidetextdiv h1 {
    font-size: 5rem;
    font-weight: bold;
    text-transform: uppercase;
}
.slidetextdiv > h3 {
    font-size: 1.1rem;
    margin-top: 10px;
    text-transform: uppercase;
    color:#fff;
}
.price1 {
    background: rgba(0, 0, 0, 0) url("../img/tex.png") repeat scroll 0 0;
    display: table;
    margin: 2rem -10rem 2rem -3.5em;
    padding: 1.5rem 15rem 1.5rem 6rem;
    min-width: 60rem;
}
.price2 {
    background: rgba(0, 0, 0, 0) url("../img/tex.png") repeat scroll 0 0;
    display: table;
    margin: 2rem -10rem 2rem -3.5em;
    padding: 1.5rem 15rem 1.5rem 6rem;
    min-width: 60rem;
}
.price1 > div{
    display: table-cell;
    height: 60px;
    vertical-align: middle;
}
.price2 > div{
    display: table-cell;
    height: 60px;
    vertical-align: middle;
}
.prt_t {
    border-left: 1px solid;
    font-size: 3rem;
    font-weight: bold;
    padding: 0 0 0 3rem;
    line-height: 2.5rem;
}
.prt_t span{
    font-size:1.3rem;
    font-weight:bold;
    display:block;
}
.prt {
    font-size: 1.1rem;
    line-height: 1.5rem;
    padding-right: 2rem;
    width: 16rem;
}
.slidebtns .btn {
    border: 2px solid #fff;
    color: #fff;
    width: 14rem;
}
.btnwhite.btn{
    color:#2d866b;
    background:#fff;
}
.slidebtns .btn:hover {
    color:#2d866b;
    background:#fff;
}
.slidesubtext {
    font-size: 1rem;
    line-height: 1.3rem;
    margin: 2rem 0 0;
    width: 19rem;
}
.slidebtns {
    margin-top: 2.5rem;
    width: 30rem;
}
.fp-slidesNav.bottom {
    bottom: 1rem;
}
.slide-down {
    bottom: 2rem;
    color: #333333;
    font-style: italic;
    position: absolute;
    right: 2rem;
    text-decoration: underline;
    z-index: 2;
    font-size: 1rem;
}
.slide-down::before {
    content: url("../img/down.png");
    left: -4rem;
    position: absolute;
    top: -0.5rem;
}
.slide-down:hover{
    text-decoration: none;
}

/*.Slider*/

/*WMS*/
.bgtext{
    color:#fff;
}
.wms .modal-content {
    background: #f3f3f3 url("../img/corner.png") no-repeat scroll -530px 0;
    border: 0 none;
    border-radius: 0;
    margin: 0 4rem;
}
h3.wmshead {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 600;
    margin: 3rem -2rem 1.5rem 0;
}
.bgtext {
    background: rgba(0, 0, 0, 0) url("../img/tex.png") repeat scroll 0 0;
    color: #fff;
    font-size: 1rem;
    margin: 0 -5rem 4rem -3rem;
    padding: 1rem 9rem 1rem 3rem;
}
.wms .modal-body{
    background: rgba(0, 0, 0, 0) url("../img/qstamp.png") no-repeat scroll 50% 100%;
}
/*.WMS*/

/*videosection*/
.btn-border {
    border: 2px solid #fff;
    color: #fff;
    background:transparent;
}
.btn-border:hover {
    border: 2px solid #fff;
    color: #009649;
    background:#fff;
}


/*
>>> а вдруг пригодится зелёная кнопка

.accii .btn-border{
    border: 2px solid #009649;
    color: #fff;
    background:#009649;
}

.accii .btn-border:hover {
    border: 2px solid #fff;
    color: #009649;
    background:#fff;
}
*/


.videosection {
    background: rgba(0, 0, 0, 0) url("../img/video.jpg") no-repeat scroll 50% 50% / cover ;
    height: 70rem;
    overflow: hidden;
    position: relative;
}
.index .videosection::after {
    background: rgba(0, 0, 0, 0) url("../img/corner.png") no-repeat scroll 0 0 / 100% auto;
    content: "";
    display: block;
    height: 80rem;
    position: absolute;
    top: -61rem;
    width: 80rem;
}
.vinner{
    color: #fff;
    padding: 0 23rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align:center;
    width: 100%;
}
.vinner h1 {
    font-size: 6rem;
    font-weight: bold;
    text-transform: uppercase;
}
.play-btn {
    background: rgba(0, 0, 0, 0) url("../img/svg/play.svg") no-repeat scroll 0 0;
    background-size:cover;
    cursor: pointer;
    display: inline-block;
    height: 7.4rem;
    margin: 3rem;
    transform: scale(1.2);
    width: 7.4rem;
}
.play-btn:hover {
    transform: scale(1.5);
}
.videosection .btn-border {
    border-radius: 0.5rem;
    padding: 1rem 5rem;
}
.vtext {
    font-size: 1.1rem;
    margin: 0 7rem 3rem;
}
.fancybox-skin {
    background: #000000 none repeat scroll 0 0;
    border-radius: 0;
    color: #444;
    padding: 5px !important;
    position: relative;
    text-shadow: none;
}
/*.videosection*/
.accii {
    position: relative;
}
.accii_news {
    overflow-x: hidden;
    position: relative;
}
.accii img{
    width:100%;
}
.accii .btn-border {
    bottom: 4rem;
    right: 4.5rem;
    padding: 0.6rem 5rem;
    position: absolute;
}
.newsblock{
    padding:2rem 3rem;
    background:#c9c9c9;
    margin: 4rem 0;
}
.accii_news .newsitem {
    padding:0 1rem 2rem;
}
.newsitem {
    padding:0 0 2rem;
}
.newsitem img{
   width:100%;
}
.newsitem h4 {
    color: #333333;
    font-size: 1.3rem;
    margin: 1rem 0;
    text-transform: uppercase;
    width: 100%;
	font-weight: bold;
}
.newsitem h4 a{
   color:#333333;
}
.newsitemtext {
    color: #333333;
    font-size: 1.2rem;
    line-height: 1.8rem;
}
.btn-border-black{
    border-color:#333;
    color:#333;
}
.slidepad {
    padding-top: 0rem;
}
#fp-nav ul li .fp-tooltip {
    top: -8px;
    color:#009a3d;
    font-weight:bold;
}

/*FAQ*/
.qawr{
    background: #fff url("../img/faq.jpg") no-repeat scroll 55% 100% / 55rem 31rem;
    background-size:55rem 30rem;
    position: relative;
}
.question_answer_wr{
    padding: 6rem 5rem;
}
.question_answer_right {
    float: left;
    padding: 0 0 30rem 7rem;
    width: 53.5rem;
}
.question_answer_left {
    float: left;
    left: 23.2rem;
    width: 31.5rem;
}
.question_answer_list ul{
    list-style:none;
    margin-bottom:3rem;
}
.question_answer_list ul li a {
    border-bottom: 1px solid #393939;
    color: #434343;
    cursor: pointer;
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.8rem;
    padding: 1.2rem 4rem 1.2rem 1rem;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
.question_answer_list ul li a:hover {
    text-decoration:none;
}
.question_answer_list ul li.current a {
    text-decoration:none;
    color:#228d56;
}
/*.question_answer_list ul li a::after {
    border: 2px solid;
    border-radius: 50%;
    color: #228d56;
    content: "";
    font-family: FontAwesome;
    font-size: 1rem;
    height: 2rem;
    margin-top: -1rem;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    width: 2rem;
    transition:all .2s linear;
    line-height: 1.7rem;
}
.question_answer_list ul li.current a::after,
.question_answer_list ul li a:hover::after {
    background: #228d56;
    color: #fff;
    border-color:#228d56;
    transform:scale(1.2);
}*/
.qa_item h2{
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 2rem;
    text-transform: uppercase;
}
.qa_item p {
    font-size: 1.1rem;
    line-height: 1.5rem;
}
.za_corner {
    background: rgba(0, 0, 0, 0) url("../img/zacorner.png") no-repeat scroll 0 0 / 65rem 100%;
    bottom: 0;
    height: 63rem;
    position: absolute;
    right: 0;
    width: 57.5rem;
    z-index: 2;
}
#footer_contacts .za_corner {
    width: 64rem;
}
.za_form {
    bottom: 10px;
    color: #fff;
    position: absolute;
    right: 4rem;
    width: 37rem;
}
.za_form > h3 {
    font-size: 4rem;
    font-weight: bold;
    margin: 0.5rem -4rem 4rem;
    padding: 1rem 4rem;
    text-align: right;
    text-transform: uppercase;
    background: url("../img/tex.png") repeat scroll 0 0;
    color:#fff;
}
.za_form label{
    font-size:1rem;
    text-transform:uppercase;
}
.asteriks {
    font-size: 1rem;
    line-height: 1rem;
    margin-left: -8rem;
    padding-top: 0.7rem;
}
.za_form .form-group{
margin-bottom: 2rem;
}
/*Footer*/
#footer{
    background:#333333;
    color:#fff;
    position:relative;
    padding: 0 30% 0 0;
}
.ft {
    display: table;
    padding: 2.5rem 0 2.5rem 10rem;
    width: 100%;
}
.ft > span {
    display: table-cell;
    font-size: 1.4rem;
    vertical-align: middle;
}
.f_phone{
    background:#4a4a49  url("../img/f_phone.png") no-repeat scroll 3rem 50%;
    background-size:4rem 4rem;
}
.f_addres{
    background: url("../img/f_pin.png") no-repeat scroll 3rem 50%;
    background-size:4rem 4rem;
}
.f_mail{
    background:#4a4a49 url("../img/f_mail.png") no-repeat scroll 3rem 50%;
    background-size:4rem 4rem;
}
.f_mail a{
    color:#fff;
}
.f_mail a:hover{
    text-decoration:underline;
}
.f_soc {
    margin-right: 7rem;
    position: relative;
    z-index: 22;
}
.f_soc a {
    background: #333333 none repeat scroll 0 0;
    border-radius: 0.5rem;
    color: #4a4a49;
    display: block;
    float: left;
    font-size: 3rem;
    height: 4rem;
    line-height: 3.6rem;
    margin: 0.3rem;
    padding: 0.3rem;
    text-align: center;
    width: 4rem;
}
.f_soc a:hover{
    color:#333333;
    background:#fff;
}
.ftext {
    font-size: 0.8rem;
    line-height: 1rem;
    padding: 1.5rem 0 1.5rem 10rem;
}
.f_div {
    background:#333333;
    overflow:hidden;
    z-index: 2;
}
.f_map {
    background: rgba(0, 0, 0, 0) url("../img/map.png") no-repeat scroll 0 50% / auto 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 90rem;
    max-width: 70%;
}

/*USLUGI*/
.u_slidecontrol div {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 8rem;
}
.usico {
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 0.9rem;
    height: 4rem;
    line-height: 1.4rem;
    position: relative;
    text-align: center;
    width: 4rem;
    transition:all .3s linear;
}
.usico::after {
    border: 3px solid #989695;
    border-radius: 5px;
    content: "";
    height: 6rem;
    left: -1rem;
    position: absolute;
    top: -1rem;
    transform: rotate(45deg);
    transition: all 0.3s linear 0s;
    width: 6rem;
}
.usico.pass:after{
    background:#009649;
    border-color: #009649;
    z-index: -1;
}
.usico.pass{
    background-position:50% -4rem;
}
.usico span {
    display: block;
    left: 50%;
    line-height: 1.2rem;
    font-size: 1.1rem;
    margin-left: -5rem;
    position: absolute;
    top: 7rem;
    width: 10rem;
    letter-spacing: 0.05rem;
}
.usico b{
    display: block;
    font-weight:normal;
    margin-top:10px;
}
.usico img{
    width:100%;
}
.usico1{
    background: url("../img/svg/i1.svg") no-repeat scroll 50% 0 / 4rem 8rem;
}
.usico2{
    background: url("../img/svg/i2.svg") no-repeat scroll 50% 0 / 4rem 8rem;
}
.usico3{
    background: url("../img/svg/i3.svg") no-repeat scroll 50% 0 / 4rem 8rem;
}
.usico4{
    background: url("../img/svg/i4.svg") no-repeat scroll 50% 0 / 4rem 8rem;
}
.usico5{
    background: url("../img/svg/i6.png") no-repeat scroll 50% 0 / 4rem 8rem;
}
.usico6{
    background: url("../img/svg/i5.svg") no-repeat scroll 50% 0 / 4rem 8rem;
}
.u_slide img{
    width:100%;
}
.usl {
    overflow: hidden;
    position: relative;
}
.usl .u_slide {
    position: relative;
}
.usl .ustextlist {
    margin-top: -7rem;
    position: absolute;
    top: 50%;
    width: 40rem;
    z-index: 2;
}
.usl .u_slidecontrol {
    padding: 7rem 0rem 10rem 13rem;
    position: relative;
    text-align: center;
    width: 100%;
}
.usl::after {
    background: rgba(0, 0, 0, 0) url("../img/corner1.png") no-repeat scroll 100% 0 / auto 100%;
    bottom: 0;
    content: "";
    display: block;
    height: 75rem;
    left: -4rem;
    position: absolute;
    width: 72rem;
}
.u_slide{
    padding:0;
    margin:0;
    list-style:none;
}
.u_slider_control_line {
    border-top: 0.1rem dashed #009649;
    display: inline-block;
    height: 0.2rem;
    margin: 2rem -0.4rem;
    padding: 0;
    position: relative;
    text-indent: -9999px;
    vertical-align: top;
    width: 11.2rem;
}
.u_slider_control_line.pass span {
    width: 100%;
}
.u_slider_control_line span {
    height: 0.2rem;
}
.u_slider_control_line span {
    background: #009649 none repeat scroll 0 0;
    height: 0.1rem;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    top: -0.1rem;
    width: 0;
}
.ustextlist{
    margin-top: 4rem;
    position: absolute;
    width: 40rem;
    z-index: 2;
}
.ustext {
    color: #fff;
    padding: 0 0 0 4rem;
}
.ustext h2 {
    font-size: 3.5rem;
    font-weight: bold;
    text-transform: uppercase;
    width: 21rem;
    color:#fff;
	margin-top: 10rem;
}

.howslide .ustext h2 {
    font-size: 4.5rem;
    font-weight: bold;
    text-transform: uppercase;
    width: 21rem;
    color: #fff;
	margin-top: 0rem;
}
.ustext1 {
    /*background: rgba(0, 0, 0, 0) url("../img/ustext.png") repeat scroll 100% 100%;*/
    font-size: 1.1rem;
    margin: 2rem -8.5rem 2rem -4rem;
    padding: 2rem 14rem 2rem 4rem;
}
.ustext .btn{
    width: 15rem;
}
.u_slidecontrol {
    padding: 20rem 0rem 12rem 27rem;
    position: relative;
    vertical-align: top;
    z-index: 10;
}
.qaop{
    cursor:pointer;
}
/*.USLUGI*/
.contentpage{
    padding:11rem 5rem 0rem 5rem;
}
.breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 0.8rem;
    padding: 0;
    margin: 1rem 0;
}
.breadcrumb a{
    color:#333;
    text-decoration:underline;
}
/*FAQ*/
.faqh1 {
    font-size: 5rem;
    font-weight: bold;
    text-transform: uppercase;
}
.well {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0.5rem;
    box-shadow: none;
    font-size: 1.15rem;
    line-height: 1.5rem;
    padding: 2rem;
}
.btn-border-green{
    border: 2px solid #009649;
    color: #009649;
    background:transparent;
}
.btn-border-green:hover{
    border: 2px solid #009649;
    color: #fff;
    background:#009649;
}
.pagetext{
    padding:0 0 0 3rem;
}
.faqlist .panel-default {
    border: 0;
    box-shadow:none;
}
.faqlist .panel-default > .panel-heading {
    background-color: #ffffff;
    border-bottom: 1px solid #4e4e4e;
    border-radius: 0;
    color: #333;
    padding: 1.4rem 2rem;
    text-transform:uppercase;
    color:#434343;
    position:relative;
    cursor:pointer;
}
.panel-heading .panel-title{
    font-size: 1.15rem;
    text-transform:uppercase;
    font-weight: bold;
    color:#434343;
}
.faqlist .panel-default > .panel-heading.active {
    border:0;
    text-decoration:underline;
}
.faqlist  .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
}
.faqlist .panel-body{
    font-size: 1.15rem;
    padding: 2rem 0;
}
.indicator {
    border: 2px solid #444;
    border-radius: 50%;
    font-size: 0.7rem;
    height: 1.8rem;
    line-height: 1.5rem;
    margin-top: -0.9rem;
    text-align: center;
    width: 1.8rem;
    position:absolute;
    right:0;
    top:50%;
}
.indicator.fa-chevron-up {
    border-color: #009649;
    color:#009649;
}
.panel-heading:hover .indicator{
    border-color: #009649;
    color:#009649;
}
.pagination{
    padding: 0 0 2rem 0;
}
.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 2px solid transparent;
    border-radius: 0.4rem !important;
    color: #4e4e4e;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    line-height: 1rem;
    margin: 0 0.5rem;
    min-width: 2rem;
    padding: 0.2rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: transparent;
    border-color: #009a3d;
    color: #4e4e4e;
    cursor: default;
    z-index: 2;
}
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    background-color: #fff;
    border-color: #fff;
    color: #777;
    cursor: not-allowed;
}
.pagination > li > a:focus, .pagination > li > a:hover{
    border-color: #009a3d;
    color: #4e4e4e;
}
/*.FAQ*/
/*Left menu*/
.nav-left-menu > li {
    display: block;
    position: relative;
}
.nav-left-menu > li a {
    border-bottom: 1px solid #434343;
    color: #4e4e4e;
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.05rem;
    line-height: 1rem;
    padding: 1.8rem;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-left-menu > li.active a, .nav-left-menu > li a:hover {
    color:#009649;
    text-decoration: underline;
}
/*.nav-left-menu > li a:after {
    font-family: FontAwesome;
    content: "";
    border: 2px solid #009649;
    border-radius: 50%;
    font-size: 0.7rem;
    height: 1.8rem;
    line-height: 1.6rem;
    margin-top: -0.9rem;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    width: 1.8rem;
    color:#009649;
}*/
.nav-left-menu > li a:hover{
    background:transparent;
    color:#009649;
}
/*.Left menu*/
.geomap{
    position:relative;
    width:80rem;
    max-width:100%;
    margin-bottom:5rem;
}
.geomap > img{
    width:100%;
}
.geopin {
    color: #434343;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.05rem;
    position: absolute;
    text-transform: uppercase;
    cursor:pointer;
}
.geopin::after {
    content: url("../img/contact/c0.png");
    left: -73px;
    position: absolute;
    top: -18px;
}
.geopin:hover {
    transform: scale(1.1);
    color:#fff;
}
/*Contats*/
.xitem{
    display: table;
    padding: 0;
    width: 100%;
}
.xitem > div {
    display: table-cell;
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
    padding: 1rem;
    vertical-align: middle;
}
.xitem > div:first-child{
    padding-left:0;
}
.xitem img{
    width:5.5rem;
}
h3{
    color:#434343;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    margin-bottom:1.5rem;
}
.text_h1{
    font-size: 5rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom:2rem;
}
.contactline{
    padding:2rem;
}
#footer_contacts{
    position:relative;
}
.za_form_text {
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    line-height: 1.5rem;
    padding: 2rem 0 2rem 11rem;
    text-align: right;
}
.form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 0.3rem;
    text-align: right;
}
/*.Contats*/
/*NEWS*/
.newsitem time {
    display: block;
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
    padding: 0 0 1rem;
}
.rowqoob{
    margin-left: -35px;
    margin-right: -35px;
}
.rowqoob > div{
    padding-left: 35px;
    padding-right: 35px;
}
.news_h1 {
    color: #434343;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.05rem;
    line-height: 2rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}
.newspagetext {
    font-size: 1.2rem;
    line-height: 2rem;
}
.partneritem{
padding: 0 0 2rem;
}
.partneritem h4 {
    color: #333333;
    font-size: 1.3rem;
    margin: 1rem 0;
    text-transform: uppercase;
    width: 100%;
	font-weight: bold;
}
.partneritem h4 a {
    color: #333333;
}
.partneritemtext{
    color: #333333;
    font-size: 1.2rem;
    line-height: 1.8rem;
}
.partnerpage img{
    width:100%;
}
/*SLIDER with ICONS*/
.howslide {
    margin: 0 -5rem -5rem;
    position: relative;
}
.howslide .u_slidecontrol {
    padding: 4rem 0rem 8rem 20rem;
}
.uslideitem {
    position:relative;
    background-size:cover;
    background-position:50% 50%;
}
.howslide:after {
    background: rgba(0, 0, 0, 0) url("../img/corner1.png") no-repeat scroll 100% 0 / auto 100%;
    bottom: -3rem;
    content: "";
    display: block;
    height: 69rem;
    left: 0;
    position: absolute;
    width: 69rem;
}
.u_slide img {
    display: block;
    width: 100%;
}
.howico1{
    background: url("../img/svg/h1.svg") no-repeat scroll 50% 0 / 4rem 8rem;
}
.howico2{
    background: url("../img/svg/h2.svg") no-repeat scroll 50% 0 / 4rem 8rem;
}
.howico3{
    background: url("../img/svg/h3.svg") no-repeat scroll 50% 0 / 4rem 8rem;
}
.howico4{
    background: url("../img/svg/h4.svg") no-repeat scroll 50% 0 / 4rem 8rem;
}
.howico5{
    background: url("../img/svg/h5.svg") no-repeat scroll 50% 0 / 4rem 8rem;
}
.u_s_t {
    color: #989695;
    font-size: 0.9rem;
    font-weight: bold;
    letter-spacing: 0.05rem;
    line-height: 1.5rem;
    text-align: left !important;
    /*text-transform: uppercase;*/
    width: 21rem !important;
}
.usico.pass {
    background-position: 50% -4.2rem;
}
.howslide .usico::after {
    height: 5rem;
    left: -0.5rem;
    top: -0.5rem;
    width: 5rem;
}
.howslide .u_slider_control_line {
    margin: 2rem -1.7rem;
}
.howslide .usico span {
    letter-spacing: 0.05rem;
}
.howslide .u_slidecontrol div {
    width: 9.6rem;
    
}
.howslide .usico span {
    margin-left: -7rem;
    width: 14rem;
}
.inslide h3{
    color:#009649;
    margin-bottom:2rem;
}
.inslide {
    color: #5f5f5f;
    display: table-cell;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    position: absolute;
    right: 5%;
    top: 20%;
    width: 30%;
}
.inslide h3{
    font-size:1.7rem;
}
.ustext2 {
    font-size: 1.1rem;
    margin: 1rem -6.5rem 2rem -4rem;
    padding: 0rem 14rem 0rem 4rem;
}
.vsection{
    height: 67rem;
    position:relative;
}
.zsection{
    position:relative;
}
.zsection .question_answer_wr {
    overflow: hidden;
    padding: 5rem 5rem;
}
.pageheader {
    background-position: 50% 50%;
    background-size: cover;
    color: #fff;
    height: 27rem;
    margin: 0 -5rem;
    position: relative;
    text-align: center;
}
.pageheader > div {
    padding: 0 10rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.pageheader h1 {
    color: #fff;
    font-size: 5rem;
    font-weight: bold;
    text-transform: uppercase;
}
.pageheader span {
    color: #fff;
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}
/*.SLIDER with ICONS*/
/*ACCORDION*/
.tablersection{
    position:relative;
}
.tabler .panel-heading {
    background: #e0e0e0 none repeat scroll 0 0;
    cursor: pointer;
    margin-bottom: 1rem;
    padding: 2rem 9rem;
    position: relative;
}
.tabler .panel-heading h4{
    color:#989695;
    font-size: 1rem;
}
.panel-heading:hover h4{
    color:#009649;
}
.tabler .indicator {
    border: 0 none;
    border-radius: 50%;
    font-size: 1.2rem;
    height: 1.8rem;
    left: 5rem;
    line-height: 1.5rem;
    margin-top: -0.9rem;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 1.8rem;
}
.tabler .indicator:after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #989695;
    border-radius: 5px;
    content: "";
    height: 2.5rem;
    left: -0.35rem;
    position: absolute;
    top: -0.4rem;
    transform: rotate(45deg);
    transition: all 0.3s linear 0s;
    width: 2.5rem;
}
.indicator:before {
    position: relative;
    z-index: 1;
    top: 2px;
}
.indicator.fa-chevron-up:before {
    position: relative;
    z-index: 1;
    top: 0px;
}
.tabler .panel-heading.active h4 {
    color: #009649;
}
.tabler .active .indicator:after {
    border-color:#009649;
}
.tabler .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
}
.tabler .panel-default {
    border:0;
    box-shadow:none;
}
.slided {
    color: #929292;
    float: left;
    font-size: 1rem;
    height: 20rem;
    letter-spacing: 0.05rem;
    line-height: 1.5rem;
    margin: 0 5% 2rem 0;
    overflow-y: hidden;
    position: relative;
    width: 30%;
}
.slided h3{
    font-size:1.5rem;
    color:#009649;
}
.slidedinner{
    padding:2rem 0 2rem 4rem;
}
p{
    margin:0 0 2rem 0;
}
.slided .ps-scrollbar-y-rail {
    left: 2px !important;
    right: auto !important;
}
.slided.ps-container:hover > .ps-scrollbar-y-rail{
    background:#009649;
}
.slided.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y{
    background:#fff;
    border:2px solid #009649;
    width: 9px;
    margin: 0 -2px;/* 
	height: 100px !important; */
}
.slided.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y{
    background:#fff;
}
.slided.ps-container:hover > .ps-scrollbar-y-rail:hover,
.tabler .slided.ps-container.ps-y:hover > .ps-scrollbar-y-rail{
    background:#009649;
}
.slided.ps-container > .ps-scrollbar-y-rail{
    width:5px;/* 
	display: block;
    height: 100px; */
}
.tabler_pic {
    float: left;
    width: 40%;
    position:relative;
}
.tabler_pic img.simg {
    height: 26rem;
    margin: -2rem 0;
}
.withcorner:after {
    background: rgba(0, 0, 0, 0) url("../img/corner2.png") no-repeat scroll 0 0 / 100% 100%;
    height: 65rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 65rem;
    z-index: 2;
    content:'';
    display:block;
}
.green-corner-text {
    color: #fff;
    position: absolute;
    right: 4rem;
    top: 4rem;
    width: 30rem;
    z-index: 3;
    transition: all 0.3s linear 0s;
    opacity:0;
}
.in .green-corner-text {
    opacity:1;
}
.green-corner-text h4 {
    color: #fff;
    font-size: 1.5rem;
    text-align: right;
    text-transform: uppercase;
}
.green-corner-text h3 {
    color: #fff;
    font-size: 4rem;
    margin: 1rem 0 1rem -14rem;
    text-align: right;
}
.ct{
    text-align:right;
    font-size: 1rem;
}
.tablersection .price1 {
    background: rgba(0, 0, 0, 0) url("../img/tex1.png") no-repeat scroll 0 0;
    display: table;
    margin: 2rem -4rem 0rem -7.6em;
    min-width: auto;
    padding: 1.5rem 0.7rem 1.5rem 14rem;
    width: 46rem;
}
.tablersection .price2 {
    background: rgba(0, 0, 0, 0) url("../img/tex1.png") no-repeat scroll 0 0;
    display: table;
    margin: 2rem -4rem 0rem -8.6em;
    min-width: auto;
    padding: 1.5rem 0.7rem 1.5rem 18rem;
    width: 47.6rem;
}
.tablersection .price1.seconr{
    background: rgba(0, 0, 0, 0) url("../img/tex1.png") no-repeat scroll 10.5rem 0;
}

.tablersection .price2.seconr{
    background: rgba(0, 0, 0, 0) url("../img/tex1.png") no-repeat scroll 10.5rem 0;
}
.tablersection .prt_t {
    border: 0 none;
    font-size: 3rem;
    font-weight: bold;
    padding: 0 0 0 7rem;
    padding: 0;
}
.tablersection .prt {
    border-left: 1px solid #fff;
    font-size: 1.1rem;
    line-height: 1.5rem;
    padding-left: 2rem;
    padding-right: 0;
    width: 14rem;
}
.tabler_pic .slidenban {
    left: -3rem;
    margin: 0;
    position: absolute;
    top: 0;
    width: 39rem;
    z-index: 10;
}
/*.ACCORDION*/

/*ABOUT section*/
#about_system {
    padding: 5rem 5rem 0rem 5rem;
}
.iconsline {
    margin-bottom: 5rem;
    text-align: center;
}
.iconsline img {
    float: left;
    width: 7rem;
}
.iconsline .slideicon {
    width: 20rem;
}
.scheme{
    position:relative;
    width:77rem;
    margin-left:5rem;
    max-width: 100%;
}
.scheme img{
    width:100%;
}
.schemetext{
    color: #929292;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    line-height: 1.5rem;
    padding:0;
    position: relative;
    margin-top: 5rem;
}
h2{
    color: #565656;
    font-size: 4rem;
    margin: 1rem 0 2rem;
    font-weight:bold;
    text-transform:uppercase;
}
/*.ABOUT section*/

.mclose:after {
    border-left: 5rem solid transparent;
    border-top: 5rem solid #009649;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}
.mclose {
    display:block;
    color: #fff;
    opacity: 1;
    position: fixed;
    right: 0;
    top:0;
    z-index: 30;
    cursor: pointer;
    padding: 0;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
}
.mclose > span {
    display: block;
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0.5rem 0.5rem;
    position: relative;
    z-index: 1;
}
.mclose:hover, .mclose:focus{
    color:#fff;
    text-decoration:none;
    outline:none;
}
.hidebar{
    margin-top:-200px;
}
.modal-open{
    overflow: inherit !important;
    padding-right: 0 !important;
}

.qstamp .errors>div {
    text-align: left !important;
}


/* perfect-scrollbar v0.6.7 */
.ps-container{-ms-touch-action:none;overflow:hidden !important}.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block}.ps-container.ps-in-scrolling{pointer-events:none}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:0.9}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:0.9}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-webkit-transition:background-color 0.2s linear,opacity 0.2s linear;-moz-transition:background-color 0.2s linear,opacity 0.2s linear;-o-transition:background-color 0.2s linear,opacity 0.2s linear;transition:background-color 0.2s linear,opacity 0.2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color 0.2s linear;-moz-transition:background-color 0.2s linear;-o-transition:background-color 0.2s linear;transition:background-color 0.2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-webkit-transition:background-color 0.2s linear,opacity 0.2s linear;-moz-transition:background-color 0.2s linear,opacity 0.2s linear;-o-transition:background-color 0.2s linear,opacity 0.2s linear;transition:background-color 0.2s linear,opacity 0.2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color 0.2s linear;-moz-transition:background-color 0.2s linear;-o-transition:background-color 0.2s linear;transition:background-color 0.2s linear;right:0;width:8px}.ps-container:hover.ps-in-scrolling{pointer-events:none}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:0.9}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:0.9}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:0.6}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:0.9}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:0.9}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}

#section0 .fp-slides{
    overflow:inherit;
}

.ps-container > .ps-scrollbar-y-rail{
opacity: 0.6;
background: #109868 none repeat scroll 0 0;
    display: block !important;
	height: 100%;
}






@media only screen and (max-width : 1500px) {

}

@media only screen and (max-width : 1300px) {
.wms .modal-content {
    background-position: -650px 0;
}
}

/* lg Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
.newsblock{
    margin-top: 1rem;
}
#nav .navbar-nav a {
     padding: 1rem 3rem;
}
.vtext {
    font-size: 1.5rem;
}

.partneritem h4 {
    font-size: 2.3rem;
    margin: 1rem 0;
}
.news_h1 {
    color: #434343;
    font-size: 2.1rem;
}
.newspagetext {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 2rem;
}
.question_answer_list ul li a {
    font-size: 1.5rem;
    line-height: 2rem;
}
.pageheader span {
    color: #fff;
    font-size: 1.6rem;
}
/*Index top slider*/
.slidenban{
    margin-left:4rem;
}
/*Index top slider*/
}



/* md Medium Devices, Desktops */
@media only screen and (max-width : 1200px) {
    

/** BRAKE**/
.contentpage {
    padding: 9rem 5rem 0rem 5rem;
}
.text_h1 {
    font-size: 4rem;
}
.pagetext {
    padding: 0;
}
.breadcrumb > li {
    display: inline-block;
    font-size: 1rem;
}
.nav-left-menu > li a {
    font-size: 1.6rem;
    padding: 2rem;
}
.pagetext > nav {
    text-align: center;
}
.accii .btn-border {
    bottom: 1rem;
    font-size: 0.9rem !important;
    right: 1.6rem;
    padding: 0.6rem 1.7rem;
    position: absolute;
}
.nav-left-menu{
    margin-bottom:5rem;
}
.text_h1 {
    text-align: center;
}
.partneritemtext {
    color: #333333;
    font-size: 1.4rem;
    line-height: 1.8rem;
    text-align: center;
}

/*OH page*/
.slided{
        float: none;
        height: auto;
        width: 100%;
}
.tabler_pic {
        float: none;
        position: relative;
        width: auto;
        text-align: center;
}
.tabler_pic .slidenban{
        position:relative;
        left: 0;
        margin: 0 auto;
        width: 90%;
}
.tabler .panel-heading h4 {
    color: #989695;
    font-size: 2rem;
}
.withcorner:after{
    display:none;
}
.green-corner-text {
        background: green none repeat scroll 0 0;
        color: #fff;
        margin: 3rem -1rem 0;
        overflow: hidden;
        position: relative;
        right: 0;
        top: 0;
        width: auto;
        text-align: center;
        padding: 2rem 0 0;
}
.tablersection .prt {
        width: 50%;
}
.tablersection .price1 {
        margin: 2rem 0;
        padding: 3rem;
        width: 100%;
}
.green-corner-text *{
        text-align: center!important;
}
.green-corner-text h3{
        margin:1rem;
}
.green-corner-text .btnwhite.btn {
        display: inline-block;
        float: none !important;
        margin: 2rem auto;
        padding: 1rem;
        max-width: 20rem;
}
.ct {
    font-size: 1.6rem;
}
h2 {
    font-size: 3rem;
}
.schemetext {
    font-size: 1.6rem;
    letter-spacing: 0.05rem;
    line-height: 2rem;
}
.iconsline .slideicon {
    width: 17rem;
}
.iconsline {
    margin: 0 -3rem;
    text-align: center;
}
.tablersection .prt {
    font-size: 2.1rem;
    line-height: 2.5rem;
}
.tablersection .prt_t {
    border: 0 none;
    font-size: 4rem;
    line-height: 3rem;
}
/*.OH page*/


/*FAQ page*/
.faqh1 {
    font-size: 4rem;
}
.panel-heading .panel-title {
    font-size: 2rem;
}
.faqlist  .panel-body{
    font-size: 1.6rem; 
}
.well {
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 2rem;
}
.slided {
    font-size: 1.3rem;
    letter-spacing: 0.05rem;
    line-height: 2rem;
}
.slided h3 {
    color: #009649;
    font-size: 3.5rem;
    line-height: 4rem;
}
/*.FAQ page*/

/*Contacts page*/
h3 {
    font-size: 2rem;
}
.pagination > li > a, .pagination > li > span {
    font-size: 1.8rem;
}
.btn {
    font-size: 1.6rem!important;
}
.ustext h2{
    width: 16rem;
}
.xitem > div {
    font-size: 1.6rem;
    line-height: 2rem;
}
/*.Contacts page*/

/*FAQ slide*/
.qawr {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
    position: relative;
}
.zsection {
    height: auto;
    position: relative;
}
.zsection .question_answer_wr {
    overflow: hidden;
    padding: 5rem 5rem;
}
.za_corner {
        background: green none repeat scroll 0 0;
        height: auto;
        margin: 0 -5rem;
        position: relative;
        width: auto;
}
.za_form {
    bottom: auto;
    overflow: hidden;
    position: relative;
    right: auto;
    width: auto;
    padding: 2rem 5rem;
}
.za_form > h3 {
    margin: 0 0 3rem;
    text-align: center;
}
.za_form .form-horizontal .control-label {
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-top: 0.3rem;
    text-align: center;
}
.za_form_text {
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
    line-height: 2.5rem;
    padding: 2rem;
    text-align: center;
}
.za_form form {
    padding: 0 4rem;
}
.za_form .asteriks {
    font-size: 1.5rem;
    line-height: 1.1rem;
    margin-left: 0;
    padding: 1.7rem;
    text-align: center;
}
.qa_item p {
    font-size: 1.6rem;
    line-height: 2rem;
}
.qa_item h2 {
    font-size: 3rem;
}
.question_answer_right {
    float: none;
    padding: 0 0 5rem;
    width: auto;
}
.question_answer_left {
    float: none;
    left: 0;
    margin-bottom: 5rem;
    width: auto;
}
.question_answer_left .btn-border-black {
    background: #fff none repeat scroll 0 0;
    display: block;
    margin: 0 auto;
    width: 20rem;
}
/*.FAQ slide*/

/*.News slide*/
.newsitem time {
    font-size: 1.9rem;
}
.newsitem h4 {
    font-size: 1.5rem;
}
.newsitemtext {
    font-size: 1.2rem;
    line-height: 1.8rem;
}
/*.News slide*/

.vinner {
    color: #fff;
    padding: 0 8rem;
}
/*USL section*/

.ustext1 {
    font-size: 1.1rem;
    margin: 1rem -8.5rem 2rem -4rem;
    padding: 0rem 14rem 2rem 4rem;
}
.usl::after{
    width: 67rem;
}
.usl .ustextlist {
    bottom: 5rem;
    margin-top: 0rem;
    top: auto;
}
.usl .ustext h2 {
    color: #fff;
}
.usl .ustext2 {
    font-size: 1.1rem;
    line-height: 1.3rem;
    margin: 1rem 3.5rem 0rem -4rem;
    padding: 0rem 0rem 0rem 4rem;
}
.vinner h1 {
    font-size: 4rem;
    margin: 0 10rem;
}

/*Index top slider*/
.slidecorner {
    margin-top: -48rem;
}
.slidetextdiv .btn {
    font-size: 0.8rem !important;
}
.slidetextdiv h1 {
    font-size: 3rem;
    margin-top: 4rem;
}
.slideicons{
    display:none;
}
/*.Index top slider*/

.wms .modal-content {
    background-position: -750px 0;
}
#menu-toggle {
    display: block;
}
.top-navbar {
    display: none;
    background: #fff none repeat scroll 0 0;
    height: auto;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1;
    top: 8rem;
    box-shadow: 0 0 5px #c8c8c8;
}
.nav-m2 {
    left: auto;
    position: relative;
    top: auto;
}
.top-navbar li{
    display:block!important;
}
.top-navbar li:after{
    display:none;
}
#nav .navbar-nav{
    margin:0;
}
#nav .navbar-nav a {
    border-bottom: 1px solid #ccc;
    color: #009649;
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.6rem;
    padding: 1.5rem 3rem;
    text-align: left;
}
#nav .navbar-nav a:hover {
    color:#fff;
}
#nav .nav-m2 a{
    padding: 1.5rem 3rem;
    text-align: left;
    display: block;
    border-bottom: 1px solid #ccc;
    color: #009649;
}
.header_logo {
    top: 0rem;
}
.topphone {
    right: 31.8rem;
    top: 0rem;
    
}
.callme {
    right: 14rem;
    top: 2.6rem;
}
header{
    background:#fff;
    box-shadow: 0 0 2px #ccc;
    height: 8rem;
}
.tablersection .price1,
.tablersection .price1.seconr {
    background: rgba(0, 0, 0, 0) url("../img/tex.png") repeat scroll 0 0;
}
.zsection .question_answer_wr{
    padding: 5rem  5rem  0rem  5rem;
}
.contpage .contactline{
    margin:0 !important;
    padding:3rem !important;
}
#footer_contacts .za_corner{
     width: auto;
}

.slideinner {
    position: relative;
}
.callbg {
    margin: 0 -1.5rem;
    text-align: center;
}
.callbg::after {
    display: none;
}
.mphone {
    margin: 0 -2rem -1rem;
}
.qstamp {
    padding: 3rem 2rem;
}
.form-control{
    height: 4rem;
    font-size: 1.5rem;
}
.btn{
    font-size: 2rem;
}
.checkbox label, .radio label {
    font-size: 1.5rem;
}
#callme h5 {
    font-size: 1.5rem;
    text-align: center;
}


/*Index top slider*/
.slidetextdiv h1 {
    font-size: 3rem;
}
.slidebtns {
    margin-right: -7rem;
    margin-top: 2.5rem;
}
.slideicons {
    display: none;
}
.slidebg {
    display: none;
}
.slidetextdiv {
    left: 0;
    margin-top: 8rem;
    position: relative;
    text-align: center;
    top: auto;
    width: auto;
    padding-top: 0.1rem;
}
.slidecorner {
    display:none;
}
.slidetextdiv  .price1 {
    margin: 1rem 0;
    min-width: auto;
    padding: 0;
    width: 100%;
}
.slidetextdiv .prt {
    font-size: 1.8rem;
    line-height: 1.5rem;
    padding: 2.2rem;
    width: 50%;
}
.slidetextdiv .slidesubtext {
    font-size: 1.4rem;
    width: auto;
}
.slide-down{
    display:none
}
/*
.slideicon div {
    font-size: 2.1rem;
    line-height: 2.3rem;
}
*/
/*.Index top slider*/
.slidenban {
    left: 50%;
    margin: 3rem 0 0 -34rem;
    position: relative;
    top: 0;
    width: 67rem;
    z-index: 10;
}
.slidebtns {
    text-align:center;
    margin-right: 0;
}
.slidebtns {
    text-align: center;
    width: auto;
}
.usl .u_slidecontrol {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 7rem 0rem 4rem 13rem;
}
.u_slidecontrol > div {
    width: 7rem;
    height: 10rem;
}
.index .za_corner{
    margin-bottom:-6rem;
}
#footer {
    padding: 0;
}
.f_map{
    display:none;
}
.slidetextdiv .btn {
    font-size: 1.8rem !important;
    width: auto;
}
.slideinner {
    background:#008743;
}
.slide {
    height: 90rem;
}
.index .videosection::after{
    display:none;
}
.ustextlist {
    bottom: 5rem;
}
.usico2{
    background-size:3rem 6rem;
}

.mclose::after {
    border-left: 9rem solid transparent;
    border-top: 9rem solid #009649;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}
.mclose > span {
    display: block;
    font-size: 3.5rem;
    line-height: 4rem;
}
.usico {
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 1.3rem;
}
.vinner {
    padding: 10rem 3rem;
    top: 0;
    position: relative;
    transform: translateY(0%);
}
.videosection{
      height: auto;
}
header.opa {
    opacity: 1;
}
}


@media only screen and (max-width : 1017px) {
    #section2{
        display:none;
    }
    /*HOW page*/
    .howslide::after {
        bottom: -20rem;
    }
    .howslide .u_slidecontrol {
        padding: 2rem 0rem 5rem;
        text-align: center;
    }
    .howslide .u_s_t {
        display: block !important;
        font-size: 1.5rem;
        line-height: 2rem;
        margin: 0 0 5rem;
        text-align: center !important;
        width: auto !important;
    }
    .howslide .u_slider_control_line {
        margin: 2rem -0.7rem;
        width: 4rem !important;
    }
    .inslide {
        right: 2%;
        top: 10%;
        width: 34%;
    }
    .howslide .ustext2 {
        font-size: 1.1rem;
        line-height: 1.3rem;
        width: 38rem;
    }
    .howslide .ustext h2 {
        font-size: 1.7rem;
        margin: 0;
    }
    /*HOW page*/
}

/* xs xtra Small Devices, Phones */ 
@media only screen and (max-width : 720px) {
    #nav .navbar-nav .dropdown-menu a{
        color:#fff;
    }
    .slide {
        height: 80rem;
    }
    .slidenban {
        left: 50%;
        margin: 8rem 0 0 -23rem;
        position: relative;
        top: 0;
        width: 45rem;
    }
    .usl::after{
        display:none;
    }
    .usl .ustextlist {
        background: #009649;
        bottom: 0;
        margin-top: 0rem;
        padding: 2rem 0;
        position: relative;
        top: auto;
        width: auto;
    }
    .usl .u_slidecontrol {
        padding: 7rem 0rem 7rem;
    }
    .usl .u_slider_control_line {
        display:none;
    }
    .usico{
        font-size: 0.9rem;
    }
    .usico::after {
        border: 3px solid #989695;
        border-radius: 5px;
        content: "";
        height: 5rem;
        left: -0.5rem;
        position: absolute;
        top: -0.5rem;
        transform: rotate(45deg);
        transition: all 0.3s linear 0s;
        width: 5rem;
    }
    .topphone {
        display:none;
    }
    .callme {
        display:none;
    }
    .newsitem {
        padding: 0 0 6rem;
    }
    .ustextlist {
        background: #009649;
        bottom: 0;
        margin: 0;
        padding: 3rem;
        position: relative;
        width: auto;
    }
    .howslide .ustext2{
        width:auto;
    }
    .howslide::after{
        display:none;
    }
    .inslide {
        background: #f2f2f2 none repeat scroll 0 0;
        padding: 20px;
        position: relative;
        right: auto;
        top: auto;
        width: auto;
    }
    .howslide {
        margin: 0 -5rem 0rem;
        position: relative;
    }
    .howslide .u_slider_control_line {
        margin: 2rem 0rem;
        width: 0rem !important;
    }
    .howslide .u_slidecontrol > div {
        width: 9.2rem;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}

.form-control.error_input {
    border: 1px solid red;
    box-shadow: -2px 2px 2px rgba(255, 0, 0, 0.5) inset;
}

#section4 .errors div {
    margin-bottom: 150px;
    margin-top: 100px;
    text-align: right !important;
}

#zayavka .errors>div {
    text-align: left;
    margin-top: 70px;
}

.za_form .errors {
    margin-bottom: 150px;
    margin-top: 100px;
    text-align: right !important;
}

.za_form .errors div {
    text-align: right !important;
}

ul.city_ul li {
    text-transform: uppercase;
    list-style-type: none;
    font-size: 1.2rem;
    list-style-image: url("../img/pp.png");
    padding-left: 10px;
}

.to_popover {
    cursor: pointer;
    border-bottom: 1px dashed;
    font-size: 1.1rem;
	margin: 0.3rem 0rem;
	display: inline-block;
}

.we_value {
    cursor: pointer;
    font-size: 1.3rem;
	margin: 0.3rem 0rem;
	display: inline-block;
}

.we_value2 {
    font-size: 1.3rem;
	margin: 0.3rem 0rem;
	display: inline-block;
}

.to_popover:hover {
    border-bottom-color: transparent;
}

.to_popover_ul {
    list-style-position: inside;
	list-style-image: url("../img/ul.png");
}

.faq_list .indicator:after {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #989695;
    border-radius: 5px;
    content: "";
    height: 2rem;
    left: -0.22rem;
    position: absolute;
    top: -0.3rem;
    transform: rotate(45deg);
    transition: all 0.3s linear 0s;
    width: 2rem;
}

.faq_list .active .indicator:after {
    border-color: #009649;
}

.nav .indicator:after {
	background: #fff none repeat scroll 0 0;
    border: 2px solid #989695;
    border-radius: 5px;
    content: "";
    height: 2rem;
    left: -0.3rem;
    position: absolute;
    top: -0.23rem;
    transform: rotate(45deg);
    transition: all 0.3s linear 0s;
    width: 2rem;
}

.nav .active .indicator:after {
    border-color: #009649;
}

.question_answer_list .indicator:after {
	background: #fff none repeat scroll 0 0;
    border: 2px solid #989695;
    border-radius: 5px;
    content: "";
    height: 2rem;
    left: -0.3rem;
    position: absolute;
    top: -0.23rem;
    transform: rotate(45deg);
    transition: all 0.3s linear 0s;
    width: 2rem;
}

.question_answer_list .current .indicator:after {
    border-color: #009649;
}

.fotphone, .fotphone:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.contphone, .contphone:hover {
    color: #434343 !important;
    text-decoration: none !important;
}