* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-style: none;
}
html {
    background: #FFFFFF url(../img/bg_html1.png) repeat-x 0px 0px;
    height: 100%;
    width: 100%;
}
table, tbody, tr, td {
    padding:2px;
    border:0;}

body {
    background: transparent url(../img/bg_body.png) no-repeat center 72px;
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
    width: 100%;
}
.clear {
    clear: both;
    height:2px;
}
#header {
    margin: 0px auto;
    width: 1000px;
}
.header_top {
    height: 72px;
    width: 1000px;
    position: relative;
}

.header_logo {
    /*position: absolute;
    left: 70px;
    top: 10px;*/
    float:left;
    display:block;
    width:25%;
    padding:6px 0 0 20px;
}
.header_search {
    position: absolute;
    top: 30px;
    right: 22px;
}
.header_search form .input {
    font: 12px/21px Arial, Helvetica, sans-serif;
    color: #999;
    text-decoration: none;
    background: #FFF;
    display: inline;
    padding: 2px 10px;
    height: 21px;
    width: 120px;
    margin-right: 5px;
    border: 1px solid #CCC;
    float: left;
}
.header_search form .button {
    font: bold 12px/26px Arial, Helvetica, sans-serif;
    color: #777;
    text-decoration: none;
    background: transparent url(../img/btn_search.png) no-repeat 0px 0px;
    float: left;
    height: 27px;
    width: 76px;
    cursor: pointer;
    padding-bottom: 2px;
    text-align: center;
}
.header_search form .button:hover {
    color: #555;
    background: url(../img/btn_search.png) no-repeat 0px -27px;
}
.header_language {
    margin:0 auto;
    float:left;
    display:block;
    padding:33px 0 0 80px;
}
.header_language  a{
    font: bold 12px Arial, Helvetica, sans-serif;
    color:blue;
    text-decoration:none
}

.header_menu {
    position: absolute;
    bottom: -13px;
    height: 60px;
    right: 13px;
}
.header_menu_left {
    background: url(../img/bg_menu_left.png) no-repeat 0px 0px;
    float: left;
    height: 60px;
    width: 10px;
}
.header_menu_right {
    background: url(../img/bg_menu_right.png) no-repeat 0px 0px;
    float: left;
    height: 60px;
    width: 10px;
}
.header_menu_center {
    background: url(../img/bg_menu_center.png) repeat-x 0px 0px;
    float: left;
    height: 60px;
}

.header_menu li {
    float: left;
    line-height: 44px;
    height: 44px;
    margin-top: 3px;
    background: url(../img/bg_menu_border.gif) no-repeat right center;
    padding-right: 2px;
    padding-left: 1px;
}
.header_menu li a {
    display: block;
    line-height: 44px;
    height: 44px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0px 14px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #333333;
}
.header_menu li a:hover {
    color: #FFF;
    background: #B6271F;
    text-decoration: none;
}
.header_menu li.last {
    background: url(none);
}
/* Submenu items */
.header_menu ul ul {
    display:none; /* Sub menus are hiden by default */
    position:absolute;
    top:44px;
    left:2px;
    right:auto; /*resets the right:50% on the parent ul */
    width:23em; /* width of the drop-down menus */
}
.header_menu ul ul li {
    left:auto;  /*resets the left:50% on the parent li */
    margin:0; /* Reset the 1px margin from the top menu */
    clear:left;
    height:44px;
    width:100%;
    background: url(none);

}
.header_menu ul ul li a,
.header_menu ul li.active li a,
.header_menu ul li:hover ul li a,
.header_menu ul li.hover ul li a { /* This line is required for IE 6 and below */
    font-size:12px;
    text-transform: none;
    text-shadow: 1px 1px 1px #333333;
    font-weight:normal; /* resets the bold set for the top level menu items */
    background: url(none) #B6271F;
    color:#fff;
    line-height:44px; /* overwrite line-height value from top menu */
    /* sub menu item horizontal lines */
}
.header_menu ul ul li a:hover,
.header_menu ul li.active ul li a:hover,
.header_menu ul li:hover ul li a:hover,
.header_menu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
    background: url(none) #930; /* Sub menu items background colour */
    color:#fff;
}

/* Flip the last submenu so it stays within the page */
.header_menu ul ul.last {
    left:auto; /* reset left:0; value */
    right:8px; /* Set right value instead */
}

/* Make the sub menus appear on hover */
.header_menu ul li:hover ul,
.header_menu ul li.hover ul { /* This line is required for IE 6 and below */
    display:block; /* Show the sub menus */
}

.header_img {
    margin: 0px auto;
    width: 978px;
}

#content {
    width: 960px;
    margin: 10px auto 0px;
}
.content {
    font-size: 13px;
    color: #333;
}
.content h1 {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    color: #29156F;
    margin-bottom: 20px;
    border-bottom: 1px solid #DDDAE8;
    text-transform: uppercase;
    padding: 0px 10px 10px;
}

.content h2 {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #29156F;
    margin: 20px 0;
    text-transform: uppercase;
    padding: 0px 10px 10px;
}
.content h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #29156F;
    margin: 20px 0;
    text-transform: uppercase;
    padding: 0px 10px 10px;
}
.content p {
    font-size: 13px;
    line-height: 18px;
    color: #333;
    padding:10px;
}
.content a {
    color: #4322B5;
    text-decoration: none;
}
.content a:hover {
    color: #333;
    text-decoration: underline;
}
.content ul {
    padding: 0px 5px;
}
.content ul li {
    background: url(../img/bull_square.gif) no-repeat 0px 5px;
    display: block;
    padding: 0px 11px;
}
.content ul li a {
    font-weight: bold;
    text-decoration: none;
}
.content ul li a:hover {
    color: #201056;
    text-decoration: none;
}

.promo {
    margin:10px auto;
    text-align:center;
}

.content_col1  {
    display: inline;
    float: left;
    width: 300px;
    margin: 0px 30px 10px 0px;
}
.content_col2 {
    display: inline;
    float: left;
    width: 300px;
    margin: 0px 30px 10px 0px;
}
.content_col3 {
    display: inline;
    float: left;
    width: 300px;
    margin: 0px 0px 10px;
}




.imgbox {
    margin:40px auto;

}






#footer {
    margin: 50px auto 0px;
    width: 960px;
    padding-bottom: 90px;
    clear:both;
}
.footer_content {
    width: 960px;
    padding: 15px 0px;
    border-top: 1px solid #DDDAE8;
}
.footer_copy {
    line-height: 18px;
    font-size: 11px;
    color: #999;
    float: left;
    padding-left: 10px;
    display: inline;
}

.footer_menu {
    float: right;
}
.footer_menu li {
    line-height: 18px;
    font-size: 10px;
    border-right: 1px solid #DEDEDE;
    float: left;
    height: 18px;
}
.footer_menu li a {
    font-size: 11px;
    color: #777;
    text-decoration: none;
    line-height: 18px;
    padding: 0px 10px;
    display: inline-block;
}
.footer_menu li a:hover {
    color: #333;
}
.footer_menu li.last {
    border-style: none;
}

.fright {
    float:right;
    margin-left:40px;
}

.fleft {
    float:left;
    margin-right:40px;
}
.frimg {
    float:right;
    margin-left:30px;
    margin-bottom:30px;
    padding:3px;
    background:#f5f5f5;
    border:1px solid #efefef;
    clear:right;
}
.flimg {
    float:left;
    margin-right:30px;
    margin-bottom:30px;
    padding:3px;
    background:#f5f5f5;
    border:1px solid #efefef;
    clear:left;
}

.red {
    color:#FF3300;
}
.blue {
    color:#000080;
}

.paragraphHeadLine{
    font-size: 16px !important;
    line-height: 1.4 !important;
}

.leftDiv{
    width:50%;
    float:left;
    margin:0 auto;
}

.rightDiv{
    width:50%;
    float:right;
    margin:0 auto;
}

label{
    cursor:pointer;
    display:inline-block;
    width:60px;
}

.buttonLogin{
    margin-top: 15px;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    background-color: #28146D;
    color: white;
}

hr{
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
    width: 270px;
}

input[type="text"] {
    border: solid 1px #dcdcdc;
    transition: box-shadow 0.3s, border 0.3s;
}

input[type="text"]:focus,
input[type="text"]{
    box-shadow: 0 0 3px 0px #25116C ;
}


input[type="text"] {
    margin: 0;
    padding: 5px;
    appearance: none;
    box-shadow: none;
    border-radius: 5px;
}
input[type="text"]:focus {
    outline: none;
}

input[type="password"] {
    border: solid 1px #dcdcdc;
    transition: box-shadow 0.3s, border 0.3s;
}

input[type="password"]:focus,
input[type="password"]{
    box-shadow: 0 0 3px 0px #25116C ;
}

input[type="password"] {
    margin: 0;
    padding: 5px;
    appearance: none;
    box-shadow: none;
    border-radius: 5px;
}
input[type="password"]:focus {
    outline: none;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-    input:focus {
    border-color: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: -webkit-focus-ring-color auto 5px;
}

#textRightPartener{
    text-align: center;
    width: 60%;
    float: right;
    margin-right: 25%;
    font-size: 18px;
    margin-top: 30px;
    line-height: 1.5;
}

#textRightPartener a {
    color: inherit;
    text-decoration:none;
}

#textStiriPartener{
    text-align: center;
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
    min-height: 115px;
}

#textStiriPartener a {
    color: inherit;
    text-decoration:none;
}

ul li{
    line-height: 1.7;
}

#popup{
    cursor:pointer;
    color: red;
    font-weight: bold;
    font-size: 14px;
}

.modal-body .form-horizontal .col-sm-2,
.modal-body .form-horizontal .col-sm-10 {
    width: 100%
}

.modal-body .form-horizontal .control-label {
    text-align: left;
}
.modal-body .form-horizontal .col-sm-offset-2 {
    margin-left: 15px;
}

.help-block{
    color:red !important;
}

#email-error{
    font-style: normal;
    font-weight: normal;
    width: 500px;
    color: red;
}

#name-error{
    font-style: normal;
    font-weight: normal;
    width: 500px;
    color: red;
}

#spam-error{
    font-style: normal;
    font-weight: normal;
    width: 500px;
    color: red;
}


#company-error{
    font-style: normal;
    font-weight: normal;
    width: 500px;
    color: red;
}

#activty-error{
    font-style: normal;
    font-weight: normal;
    width: 500px;
    color: red;
}

#location-error{
    font-style: normal;
    font-weight: normal;
    width: 500px;
    color: red;
}

#phone-error{
    font-style: normal;
    font-weight: normal;
    width: 500px;
    color: red;
}

.error{
    color: red !important;
}

.form-group {
    margin-bottom: 10px !important;
}

.logginActive{
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color:green;
}

#buttonNew{
    cursor: pointer;
    border-radius: 6px;
    background-color: #2D1971;
    color: #ffffff !Important;
    display: block;
    width: 33%;
    margin: 0 auto;
    margin-top: 7px;
}

.tg  {border-collapse:collapse;border-spacing:0;border-color:#ccc;margin: 0 auto;}
.tg td{font-family:Arial, sans-serif;font-size:11px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#ccc;color:#333;background-color:#fff;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#ccc;color:#333;background-color:#f0f0f0; }
.tg .tg-baqh{text-align:center;vertical-align:top}




.list-block {
    float: left;
    margin: 0.2%;
    width: 32.9%;
    font-size: 0;
    overflow: hidden;
}

.list-block_no_image {
    float: left;
    margin: 0.2%;
    width: 32.9%;
    font-size: 0;
    overflow: hidden;
    max-height: 233px;
}

.list-block_no_image img {
    max-width: 100%;
    min-width: 100%;

}
.list-block_no_image figure {
    position: relative;
    display: block;
    color: black;
    text-align: center;
    border: 1px solid #E0E0E0;
}

.list-block_no_image figcaption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.list-block_no_image h3,
.list-block_no_image p {
    margin: 0;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}
.list-block_no_image h3 {
    padding: 0 30px 10px;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.list-block figure {
    position: relative;
    display: block;
    color: black;
    text-align: center;
    border: 1px solid #E0E0E0;
}

.list-block figure:after {
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transform: skew(-45deg) scaleX(0);
    -ms-transform: skew(-45deg) scaleX(0);
    transform: skew(-45deg) scaleX(0);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.list-block figure:hover:after {
    -webkit-transform: skew(-45deg) scaleX(1);
    -ms-transform: skew(-45deg) scaleX(1);
    transform: skew(-45deg) scaleX(1);
    -moz-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.list-block figure:hover figcaption h3,
.list-block figure:hover figcaption p {
    -moz-transform: translate3d(0%, 0%, 0);
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.list-block figure:hover figcaption h3 {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.list-block figure:hover figcaption p {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}

.list-block img {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    max-width: 100%;
    min-width: 100%;
    -moz-transition: opacity 0.35s ease;
    -o-transition: opacity 0.35s ease;
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
}
.list-block figcaption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.list-block h3,
.list-block p {
    margin: 0;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}
.list-block h3 {
    padding: 0 30px 10px;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}
.list-block p {
    padding: 0 50px;
    font-size: 14px;
    text-transform: uppercase;
}

.demo-2 figure figcaption p {
    margin-top: -45px;
}
.demo-2 figure:after {
    -webkit-transform: skew(-45deg) scaleX(0);
    -ms-transform: skew(-45deg) scaleX(0);
    transform: skew(-45deg) scaleX(0);
}
.demo-2 figure:hover:after {
    -webkit-transform: skew(45deg) scaleX(1);
    -ms-transform: skew(45deg) scaleX(1);
    transform: skew(45deg) scaleX(1);
}
.demo-2 figure:hover figcaption p {
    margin-top: 0;
}

.demo-3 figure figcaption {
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
}
.demo-3 figure figcaption h3,
.demo-3 figure figcaption p {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
.demo-3 figure:after {
    -webkit-transform: skew(0deg) scaleX(1);
    -ms-transform: skew(0deg) scaleX(1);
    transform: skew(0deg) scaleX(1);
}
.demo-3 figure:hover:after {
    -webkit-transform: skew(45deg) scaleX(0);
    -ms-transform: skew(45deg) scaleX(0);
    transform: skew(45deg) scaleX(0);
}
.demo-3 figure:hover figcaption {
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}
.demo-3 figure:hover img {
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.demo-3 figure img {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*----page styles---*/
* {
    box-sizing: border-box;
    /*  -moz-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      -webkit-transition: all 0.6s ease;
      transition: all 0.6s ease;*/
}


.copy-right {
    text-align: center;
    background-color: #1a1a1a;
    color: #4d4d4d;
    margin: 1% 0 0;
    padding: 1%;
    font-size: 12px;
    font-weight: 300;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    float: left;
    width: 100%;
    text-decoration: none;
}

.copy-right:visited {
    color: #595959;
    text-decoration: none;
    background-color: #262626;
}

.copy-right:hover, .copy-right:focus, .copy-right:visited:hover, .copy-right:visited:focus {
    text-decoration: none;
    color: #595959;
    background-color: #1a1a1a;
}

h1 {
    color: #4d4d4d;
    padding: 4%;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}
h1 small {
    font-size: 18px;
    display: block;
    text-transform: none;
    font-weight: 300;
    margin-top: 5px;
}

.tprodus {
    font-family: 'Arial';
    margin: 25px auto;
    border-collapse: collapse;
    border: 1px solid #eee;
    border-bottom: 1px solid #4B3B85;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1), 0px 10px 20px rgba(0, 0, 0, 0.05), 0px 20px 20px rgba(0, 0, 0, 0.05), 0px 30px 20px rgba(0, 0, 0, 0.05);
}
.tprodus  tr:hover {
    background: #EFEFEF;
}
.tprodus  tr:hover td {
    color: #231f20;
}
.tprodus  th, table td {
    color: #231f20;
    border: 1px solid #eee;
    padding: 12px 35px;
    border-collapse: collapse;
    text-align:center;
}
.tprodus  th {
    background: #4B3B85;
    color: #fff;
    /*text-transform: uppercase;*/
    font-size: 12px;
}
.tprodus  th.last {
    border-right: none;
}

.text-center{
    text-align:center;
}

.contur_chenar {
    border: 1px solid #dddae8;
    padding: 11px;
    border-radius: 5px;
    
}

.title_p{ 
    text-align: center; 
    font-size:18px !important;
    font-weight:bold;
    color: #2D1971 !important;
    padding-top: 1px !important;
}

.contur_chenar:hover p{
    color: #b6261e !important;
}




.margin_bottom_5{
     margin-bottom: 5px; 
}

.contur_chenar img{
    max-width: 100%;
    margin-right: 2px;
}

.text-center{
    text-align:center;
}

.col-50{
    float: left; 
    width: 49%;
    min-height: 201px;
    margin-bottom: 4px;
    margin-right: 3px;
}

.slider-one{
    position: absolute;
    height: 71px;
    width: 100%;
    bottom: 0;
    text-align: center;
    vertical-align: middle;
    padding: 20px;
    color: #7f132a;
    font-size: 26px;
    background: rgba(235, 235, 235, 0.73);
    font-weight: bold;
    z-index: 9999!important;
}

#slide1{
    background-color: rgba(245, 245, 245, 0.94);
    position: absolute;
    bottom: 0%;
    width: 954px;
    display: none;
}

#slide1 p{
    padding: 15px;
    line-height: 1.5;
    font-size: 19px;
}

.display{
    display: inline !Important;
}

.tprodus a, .tprodus a:visited{
    color: #0000EE !important;
    text-decoration: none;
}