
/* STYLE */
@import url(/css/font-awesome.css) screen;
@import url(/css/bootstrap.css) screen;
@import url(/css/owl.carousel.css) screen;
@import url(/css/pe-icon-7-stroke.css) screen;
@import url(/css/animate.min.css) screen;

/* FONTS */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,700,500italic,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,600italic,700,800,400italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,800,900,700,600,500,300,200,100);


/* ======================
   1. GENERAL SECTION
 ====================== */

* {
    margin: 0;
    padding: 0px;

}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 15px;
    position: relative;
    background: #fff;
    color: #656565;
    padding: 0;
    margin: 0;
    overflow: visible;
}

#inst {
  width: 32px;
  height: 32px;
}

.tree
{
margin: 0 10%;
padding-bottom: 40px;
}

#thumb
{
position: absolute; 
visibility: hidden; 
border: 1px solid black;
bottom: 30%;
left: 45%;
max-width: 300px;
max-height: 300px;
}

.info
{
width: 16px;
height: 16px;
background: #284cff; 
font-weight: bolder;
font-size: 12px; 
cursor: pointer;
color: #fcfcfc;
}
.fullsizecontent {
 height: 75%;
}

.hidden {
    display: none;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
}
.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
}
::-moz-selection {
    color: #555252;
    text-shadow: none;
    background: #2B2E31;
}
::-webkit-input-placeholder {
    color: #555252 !important;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #555252 !important;
}
::-moz-placeholder  {
    /* Firefox 19+ */
    color: #555252 !important;
}
:-ms-input-placeholder {
    color: #555252 !important;
}
.contact-form .form-control::-webkit-input-placeholder{
    color: #fff !important;
}
.contact-form .form-control::-moz-placeholder{
    color: #fff !important;
}
.contact-form .form-control:-moz-placeholder{
    color: #fff !important;
}
.contact-form .form-control:-ms-input-placeholder{
    color: #fff !important;
}

*,*:after,*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
 //   margin: 0 auto;
}
a {
    color: #000000;
    padding: 0;
    margin: 0;
    text-decoration: none;
    cursor:pointer;
}
a:hover,a:focus {
    text-decoration: none;
    color: #01090C;
}
a img {
    border: none;
    margin-left: 0px;
    vertical-align: baseline;
}
a.remove {
    display: block;
    height: 18px;
    width: 18px;
    margin: 10px;
    padding-left: 0 !important;
    text-indent: -9999px;
    background: url(images/remove.png) #01090C;
    border-radius: 100px;
    border-style: solid;
    border-width: 1px
}
h1,h2,h3,h4,h5,h6 {
    letter-spacing: 0px;
//    position: relative;
    padding: 0 0 10px 0;
    font-weight: 600;
//    font-family: 'Roboto', serif;
    line-height: 140%;
    color: #01090c;
}
h1 {
    font-size: 22px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
    margin-top: 0;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 13px;
}
.lead {
    font-family: 'Open Sans', Arial,sans-serif !important;
    font-size: 18px;
    margin: 15px 0;
    padding: 0;
}
.first {
    clear: both
}
.last {
    margin-right: 0
}
audio,
video {
    max-width: 100%;
    height: auto;
}

iframe,embed,object {
    max-width: 100%;
}
img {
    max-width: 100%;
    vertical-align: baseline;
}
input,textarea {
    color: #000 !important
}

html, body, .wrapper{
    height: 100%;
}
.titie-section{
    margin-bottom: 30px;
    display: block;
    position: relative;
}
.titie-section h1{
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    font-size: 48px;
    color: #515151;
    font-weight: 900;
    text-transform: uppercase;
}
.titie-section h2{
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    font-size: 18px;
    color: #515151;
    font-weight: 900;
    text-transform: uppercase;
}
/*
.titie-section h1:before{
    content: "";
    width: 165px;
    display: block;
    height: 3px;
    background:#1abc9c;
    position: absolute;
    bottom: -16px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.titie-section h1:after{
    content: "";
    width: 165px;
    display: block;
    height: 3px;
    background:#1abc9c;
    position: absolute;
    bottom: -30px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.titie-section:after{
    content: "";
    width: 165px;
    display: block;
    height: 7px;
    background:#1abc9c;
    position: absolute;
    bottom: -25px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
*/
.titie-section.white h1:before{
    content: "";
    width: 165px;
    display: block;
    height: 3px;
    background:#fff;
    position: absolute;
    bottom: -16px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.titie-section.white h1:after{
    content: "";
    width: 165px;
    display: block;
    height: 3px;
    background:#fff;
    position: absolute;
    bottom: -30px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.titie-section.white:after{
    content: "";
    width: 165px;
    display: block;
    height: 7px;
    background:#fff;
    position: absolute;
    bottom: -25px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.white-title{

}

.styles {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; text-decoration: none}
.err {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #f90a0a; text-decoration: none}


.stylestable
{
//width: 1600px;
width: 80%;
border: 1px solid black;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px;
color: #000000;
margin: 0 auto; 
}
.stylestable td
{
border: 1px solid black;
}
.indicatortable
{
margin: 0 auto;
color: #000000;
border-spacing: 2px;
border-collapse: separate;
}
.f12 
{
 FONT-SIZE: 12px;
}
/*
    HEADER TOP SECTION
 */
.header-top-section{
    display: block;
    width: 100%;
    background: #284cff;
    color: #fff;
}

.header-top-content{}
.header-top-content ul{}
.header-top-content ul li{}
.header-top-content ul li a{
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding-left: 0;
    cursor: pointer;
    line-height:15px;
}
.header-top-content ul li a:hover, .header-top-content ul li a:active, .header-top-content ul li a:focus{
    background: transparent;
    color: #fff;
}
.header-top-content ul li:last-child a i{
    /*font-size: 20px;  */
    position: relative;
    top: 2px;
}

.header-top-menu{}
.header-top-menu ul{}
.header-top-menu ul li{}
.header-top-menu ul li a{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
.header-top-menu ul li a:hover, .header-top-menu ul li a:active, .header-top-menu ul li a:focus{
    background: transparent
}
.header-top-menu ul li a i{

}
.pe-7s-call
{
width: 25px;
height: 25px;
background: url(/images/STYLES/wcontact.png) no-repeat;
background-position: -44px 0px;
background-size: 450%;
float: left;
}
.pe-7s-mail
{
width: 35px;
height: 25px;
background: url(/images/STYLES/wcontact.png) no-repeat;
background-position: -30px -4px;
background-size: 450%;
float: left;
}
.pe-7s-lock
{
width: 35px;
height: 25px;
background: url(/images/STYLES/wcontact.png) no-repeat;
background-position: -94px -4px;
background-size: 450%;
float: left;
cursor: pointer;
}
.pe-7s-login
{
width: 35px;
height: 25px;
background: url(/images/STYLES/wcontact.png) no-repeat;
background-position: -125px 0px;
background-size: 450%;
float: left;
cursor: pointer;
}
.customer_name
{
float: left;
}
.exitlogin
{
float: left;
cursor: pointer;
}
.currency
{
margin-top: 10px;
}

/*
    HEADER SECTION
 */
.header-section{
    display: block;
    width: 100%;
    padding: 20px 0;
    position: relative;
    transition: all 1s;
    background: #fff;
}
header.header-section.fixed {
    position: fixed;
    display: block;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 90;
    border-bottom: 1px solid #284cff;
    padding: 10px 0;
    transition: all 1s;
}
.header-section .navbar{
    height: auto;
    min-height: none;
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    background: transparent !important
}
.header-section .navbar .navbar-brand{
    font-size: 30px;
    font-weight: 300;
    padding: 0px 45px;  /*beeled*/
    text-transform: uppercase;
    color: #555252;
}
.navbar-slogan
{
font-size: 12px;
}
.header-section .navbar .navbar-brand b{
    color: #1abc9c;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    text-align: center;
    padding: 0 !important;
    background: transparent !important;
}

ul.navbar-nav{
    background: transparent;
    margin: 0 auto;
    margin-bottom: -5px;
    display: inline-block;
    float: none;
}
ul.navbar-nav li{}
ul.navbar-nav li a{
    font-size: 14px;
    font-weight: 700;
    color: #0f0101 !important;
    background: transparent !important;
    text-transform: uppercase;
    padding: 0px 10px;
}
.nav > li > a > img{
    vertical-align: top;
}
ul.navbar-nav li.active a, ul.navbar-nav li a:hover{
    color: #284cff !important; /*beeled*/
}
ul.navbar-nav.cart-menu li a{
    padding-right: 0;
    color: #0f0101;
    font-weight: 700;
}
ul.navbar-nav.cart-menu li a .fa-search{
    margin-top: 6px;
    display: block;
}

span.shoping-cart {
    border: 1px solid #0f0101;
    padding: 2px 7px 2px 6px;
    text-align: center;
    display: inline-block;
    position: relative;
    background: #fff;
}
span.shoping-cart:after{
    height: 90%;
    width: 80%;
    display: block;
    background: transparent;
    position: absolute;
    content: "";
    border: 1px solid #0f0101;
    border-radius: 50%;
    top: -47%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -9999;
}
span.shoping-cart:hover:after{
    top: -50%;
}

span.shoping-cart:before{
    height: 100%;
    width: 100%;
    display: block;
    background: #fff;
    position: absolute;
    content: "";
    top: 0%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -999;
}
span.shoping-cart {
    border: 1px solid #0f0101;
    padding: 2px 7px 2px 6px;
    text-align: center;
    display: inline-block;
    position: relative;
    background: #fff;
    z-index: 10;
   // z-index: 9999999;
    color: #1abc9c;
}
.navbar-toggle
{
margin-top: 0px;
padding: 9px 6px;
}
/*
    SEAARCH SECTION
 */
.search-section{
    display: block;
    background: url(../images/STYLES/bg.png) #284cff no-repeat;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    padding: 20px 0 10px;
    display: none;
}
.suscribe-btn, .suscribe-btn:hover, .suscribe-btn:active, .suscribe-btn:focus{
    outline: none
}
.pe-7s-search
{
margin: 0 20px;
width: 35px;
height: 35px;
background: url(/images/STYLES/wcontact.png) no-repeat;
background-position: 5px 5px;
background-size: 340%;
float: left;
}
.search
{
margin-top: 6px;
width: 25px;
height: 25px;
background: url(/images/STYLES/contact.png) no-repeat;
background-position: 2px 0px;
background-size: 240%;
float: left;
}

/*
    SLIDER SECTION
 */
.slider-section{
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
/*.slider-section:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
    background: rgba(0, 0, 0, 0.52);
    z-index: 9
}*/

.slider-section img{
    display: block;
    width: 100%;
    height: auto;
}
.carousel-inner{
    position: relative;
}
.carousel-inner .item{}
.carousel-inner .item:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
    background: rgba(0, 0, 0, 0.52);
    z-index: 9
}
.carousel-inner .item img{}
.carousel-inner .item .carousel-caption{
    top: 30%;
    z-index: 999;
}
.carousel-inner .item .carousel-caption h2{
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    text-shadow: none;
    color: #fff;
    margin: 0;
    padding: 0;
}
.carousel-inner .item .carousel-caption h2 b{
    color: #1abc9c
}

.carousel-inner .item .carousel-caption h3{
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    text-shadow: none;
    color: #fff;
    margin: 0;
    padding: 0;
}
.carousel-inner .item .carousel-caption h3 span{
    color: #1abc9c;
}

.carousel-inner .item .carousel-caption a{
    display: inline-block;
    padding: 13px 30px;
    border: 2px solid #1abc9c;
    color: #fff;
    text-transform: uppercase;
    text-shadow: none;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 400;
    margin-top: 10px;
}
.carousel-inner .item .carousel-caption a:hover{
    background: #1abc9c;
}
.carousel-control{
    background-image: none !important;
    box-shadow: none !important;
    background: red;
}

.carousel-control span{
    font-size: 90px !important;
    color: #fff;
    }
a.carousel-control.left, a.carousel-control.right{
    background: #46bfa9 !important;
    background-image: none !important;
    box-shadow: none !important;
    width: 100px;
    height: 100px;
    background: #46bfa9;
    text-align: center;
    position: absolute;
    top: 45%;
    border: none;
    display: block;
    text-align: center;
    z-index: 999

}
a.carousel-control.left > span{
    position: absolute;
    top: 7px;
    margin: 0 auto;
    left: 5px;
}

a.carousel-control.right > span{
    position: absolute;
    top: 7px;
    margin: 0 auto;
    left: -5px;
}

.carousel-control.right{
    width: 0;
    height: 0;
    background: #46bfa9;
   /* border-width: 50px 100px 50px 0;
    border-color: transparent #46bfa9 transparent transparent;*/
}
.carousel-control.left{
    width: 0;
    height: 0;
    background: #46bfa9;
    /*border-width: 50px 0 50px 100px;
    border-color: transparent transparent transparent #46bfa9;*/

}
.carousel-control span{
    font-size: 100px;
    color: #fff;
}
.slider-indicators{
    display: none;
}

/*
    SERVICE SECTION
 */
.service-section{
    display: block;
    text-align: center;
    padding: 100px 0 80px;
}
.service-item{}
.service-item i{
    font-size: 70px;
    text-align: center;
}
.service-item h3{
    font-size: 18px;
    font-weight: 700;
    color: #555252;
    font-family: 'Open Sans', Arial, sans-serif;
    text-transform: uppercase;
}
.service-item p{
    font-size: 14px;
    font-weight: 300;
    color: #555252;
    line-height: 24px;
}
.service-item:hover h3, .service-item:hover i{
    color: #1abc9c

}

/*
    NEW PRODUCR SECTION
 */
.new-section{
    background: #e9f0fd;
    display: block;
    padding: 100px 0 80px;
}
.product-item{
    position: relative;
    margin-top: 30px;
    transition: all 0.5s
}
.product-item img{
    width: 100%;
    height: auto;
}

.product-hover{
    position: absolute;
    display: block;
    width: 100%;
    height: calc(100% - 40px);
    background: rgba(0, 0, 0, 0.5);
    top:0;
    border: 10px solid rgba(255, 255, 255, 0.55);
    text-align: center;
    transform: scale(0.1, 0.1);
    opacity: 0;
    transition: all 0.5s
}
.product-item:hover .product-hover{
    transform: scale(1, 1);
    opacity: 1;
}

.product-meta{
    display: block;
    margin-top: 35%;

}

.product-hover a{
    color: #fff;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #fff;
    padding: 4.2%;
    margin: 5px;
}
.product-hover a i{
    font-size: 30px;
}

.product-hover a:last-child{
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    background: #323232;
    border: 1px solid #fff;
    margin: 5px 12%
}
.product-hover a:last-child i{
    font-size: 18px;
    margin-right: 5px;
}
.product-hover a:hover{
    background: #1abc9c;
    border: 1px solid #1abc9c
}

.product-title{
    display: block;
    background: #323232;
    width: 100%;
    bottom: 0;
    position: absolute;
    bottom: 0;
    height: 40px;
    overflow: hidden;
    transition: all 0.5s;
}
.product-item:hover .product-title{
    background:#1abc9c;
}

.product-title h3{
    margin: 0;
    padding: 0;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    float: left;
    padding: 10px;
    padding-left: 15px;
}
.product-title span{
    display: block;
    background: rgba(255, 255, 255, 0.5);
    float: right;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    padding: 10px;
}

.sell-meta{
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    display: block;
    width: auto;
}
.sell-meta a{
    width: 70px;
    display: block;
    text-transform: uppercase;
    text-align: center;
    padding:5px 10px;
    color: #555252;
    border: 1px solid #000;
}
.sell-meta a.new-item{
    float: left;
}
.sell-meta a.sell-item{
    float: right;
}

/*
    FEATURED SECTION
 */
.featured-section{
    display: block;
    padding: 100px 0 80px;
}
.filter-menu{
    display: block;
    text-align: center;
    margin: 30px 0 50px;
}
.filter-menu ul{
    display: inline-block;
    margin: 0 auto;
}
.filter-menu ul li{
    list-style: none;
    display: inline-block;
    position: relative;
    padding: 5px 15px;
    border: 1px solid #000;
    margin: 5px;
    border-radius: 3px;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
}
.filter-menu ul li.active{
    background: #1abc9c;
    border: 1px solid #1abc9c;
    color: #fff;
}

.filter-menu ul li span{
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #1abc9c;
    font-weight: 700;
    display: block;
    padding: 5px;
    border: 1px solid #000;
    border-radius: 50%;
    top: -55px;
    right: -20px;
    opacity: 0;
    transition: all 0.5s;
}
.filter-menu ul li.active span{
    opacity: 1;
    top: -22px;
    right: -5px
}

.featured .product-item{
    background: #e9f0fd
}

/*
    OFFER SECTION
 */
.offer-section{
    display: block;
    padding: 170px 0 130px;
    position: relative;
    width: 100%;
    background: url(../images/offer-bg.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    background-attachment: fixed;
    color: #fff;
}
.offer-section:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    background: rgba(0, 0, 0, 0.5)
}
.offer-section h1{
    font-size: 60px;
    font-family: 'Open Sans';
    font-weight: 900;
    color: #fff;
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
}
.offer-section h2{
    font-size: 38px;
    font-weight: 300;
    color: #fff;
    font-family: 'Open Sans';
    margin: 0;
    padding: 0;
}

/*
    NEWS LATTER SECTION
 */
.news-letter-section{
    display: block;
    background: url(../images/bg.png) #1abc9c no-repeat;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    padding: 100px 0 80px;
}
.titie-section{}
.news-letter-section p{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    margin-top: 25px;
    display: block;
    overflow: hidden;
}

.subscribe-from{
    display: block;
    margin-top: 0px;
}
.form-inline{
    /*width: 100%;   */
    display: block;
    background: #fff;
    position: relative;
    padding: 0;
    border-radius: 10px;

}
.form-group{
    width: 100%;
    display: block;
}
.form-inline .form-group{
    margin-bottom: 0;
}

.subscribe-from .form-control{
    display: block;
    width: 100% !important;
    height: 100%;
    height: 63px;
    color: #000;
    font-size: 16px;
    padding: 20px;
}
.subscribe-from .form-control:hover, .subscribe-from .form-control:focus{
    box-shadow: none !important;
    outline: none;

}

.suscribe-btn{
    position: absolute;
    display: block;
    padding: 16px;
    width: 100px;
    background: #284cff;
    border: none;
    bottom: 2px;
    top: 2px;
    right: 2px;
}
.suscribe-btn i{
    color: #fff;
    font-size: 25px;
}

/*
    CONTACT SECTION
 */
 
.contact-section{
    background: url(../images/map-bg.png) no-repeat;
    background-size: 38%;   
    background-position: top center;
    padding: 70px 0 80px;
    display: block;
    position: relative;
}
.contact-section:before{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
//    background: rgba(45, 50, 55, .55)
}
.contact-section .titie-section{
    display: block;
    margin-bottom: 80px;
}
.contact-section .titie-section h1{
    color: #555;
}
.contact-section .left-content{}
.contact-section .left-content h1{
    font-size: 72px;
    margin: 0;
    padding: 0;
    color: #555;
    line-height: 1;
    font-weight: 300;
}
.contact-section .left-content h1 span{
    color: #1abc9c;
}

.contact-section .left-content h3{
    color: #555;
    display: block;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Roboto';
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 10px;
}
.contact-section .left-content p{
    color: #555;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: 'Roboto';
}
.contact-section .left-content p b{
    color: #1abc9c;
}

.contact-section .left-content p{}
.contact-info{
    display: block;
    margin-top: 10px;
}

.contact-info p{
    margin: 0;
}
.social-media{
    display: block;
    margin-top: 10px;
}
.social-media ul{
    margin: 0;
    padding: 0;
    display: block;
}
.social-media ul li{
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
.social-media ul li a{
    color: #555;
}
.social-media ul li a i{
    height: 35px;
    width: 35px;
    font-size: 20px;
    border: 1px solid #555;
    text-align: center;
    padding: 7px 0;
}
.facebook
{
width: 35px;
height: 35px;
background: url(/images/STYLES/social.png) no-repeat;
background-position: -2px -2px;
}
.twitter
{
width: 35px;
height: 35px;
background: url(/images/STYLES/social.png) no-repeat;
background-position: -50px -2px;
}
.youtube
{
width: 35px;
height: 35px;
background: url(/images/STYLES/social.png) no-repeat;
background-position: -98px -2px;
}
.vk
{
width: 35px;
height: 35px;
background: url(/images/STYLES/social.png) no-repeat;
background-position: -147px -2px;
}
.instagram
{
width: 35px;
height: 35px;
background: url(/images/STYLES/social.png) no-repeat;
background-position: -195px -2px;
}

i.MAX {
    background: url(/images/icon_MAX.png) no-repeat center center;
    background-size: contain;
    display: inline-block;
    width: 20px;
    height: 18px;
    position: relative;
    top: 3px;
    left: 5px;
}

i.whatsapp {
    background: url(/images/icon_whatsapp.png) no-repeat center center;
    background-size: contain;
    display: inline-block;
    width: 20px;
    height: 18px;
    position: relative;
    top: 3px;
    left: 5px;
}

i.telegram {
    background: url(/images/telegram-icon.png) no-repeat center center;
    background-size: contain;
    display: inline-block;
    width: 20px;
    height: 18px;
    position: relative;
    top: 3px;
    left: 5px;
}

.social-media ul li a:hover i{
    background: #1abc9c;
    border: 1px solid #1abc9c;
}
.contact-form{
    margin-top: 10px;
    display: block;
}
.contact-form .col-md-6{
    display: block;
    margin-bottom: 30px;
}

.contact-form .input-group{
    width: 100%;
    display: block;
}
.contact-form .input-group input.form-control, .contact-form .input-group textarea.form-control{
    width: 100%;
    display: block;
    background: transparent;
    border: 1px solid #fff;
    height: 50px;
}
.contact-form .input-group textarea.form-control{
    height: 150px;
}
.contact-form .input-group .form-control:focus, .contact-form .input-group .form-control:hover{
    border: 1px solid #1abc9c;
    box-shadow: none;
    color: #fff !important;
}

.contact-form .input-group input.contact-submit{
    display: inline-block;
    background: #1abc9c !important;
    padding: 10px 40px;
    border: none;
    color: #fff !important;
    margin-top: 30px;
    font-size: 16px;
    text-transform: uppercase;
}
.city
{
margin: 0 10% 10% 15%;
}
.gorod
{
width: 150px;
float: left;
}


/* = Стили для формы контактов
************************/ 

    
    
/* = Общие стили
************************/

/* Стили для формы контактов*/


.cont_form_box {
/*	font-size: 10px;
  font-weight: bold;
	width: 250px;
	margin: -15px auto;
*/  
}


.cont_form_style p {
  margin-bottom: 5px;
  position: relative;
}
.cont_form_style .rcheck {
  margin-bottom: -5px;
}
.cont_form_style p label {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    display: block;
    cursor: pointer;
    line-height: 25px;
}
.cont_form_style .rcheck label {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    display: block;
    cursor: pointer;
    line-height: 20px;
    margin: 20px 20px 20px;
}
/*
.cont_form_style input[type="text"] {
	display: block;
	border: 2px solid #cfcfcf;
	font-size: 12px;
	color: #444444;
	padding: 2px 2px 2px;
	width: 230px;
 }
*/ 
.cont_form_style input[type="text"] {
    width: 100%;
    display: block;
    background: transparent;
    border: 1px solid #000;
    height: 50px;
 }
/*    
.cont_form_style textarea {
	display: block;
	border: 2px solid #cfcfcf;
	font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
	padding: 2px 2px 2px;
	width: 230px; 
  min-height: 80px;    
}
*/
.cont_form_style textarea {
    width: 100%;
    display: block;
    background: transparent;
    border: 1px solid #000;
    height: 150px;
    font-size: 16px; 
    padding: 10px;  
}

.cont_form_style input[type="radio"] {
 float: left;
}

.cont_form_style input:focus {
	outline: none;
	border-color: #07a6e6;
}
.cont_form_style input
{
	color: #000 !important;
  font-size: 16px;
  padding: 10px;
}

.cont_form_style .btnsubmit {
    border: none;
    width: 180px;
    text-align: center;
    background: #07a6e6 !important;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    cursor: pointer !important;
    height: 35px;
    line-height: 8px;
}



/* Цвет рамки при незаполненном поле*/


.cont_form_style input.rf_error {
  border-color: #d8512d;
  
}

/* Цвет рамки при незаполненном текстовом поле*/


.cont_form_style input[type="radio"].rf_error {
  border-color: #d8512d;
    
}

/* Цвет рамки при незаполненном текстовом поле*/


.cont_form_style textarea.rf_error {
  border-color: #d8512d;
  
}



/* Сообщение о незаполненном поле*/

/* Сообщение о незаполненном поле, значение right: 8px; - смещение красного поля надписи влево или вправо относительно проверяемого поля */
/* Сообщение о незаполненном поле, значение top: 8px; - смещение красного поля надписи вверх или вниз относительно проверяемого поля */
.cont_form_style .rfield_error {
  display: block;
  padding: 0px 10px;
  background-color: #d8512d;
  color: #fff;
  font-size: 12px;
  z-index: 1;
  position: absolute;
  top: 30px;
  left: auto;
  right: 0px;
  visibility: hidden;
}
.cont_form_style .rcheck .rfield_error {
  top: 0px;
  left: 20px;
  right: auto;
}
.cont_form_style .btnsubmit:hover {
	background: #009ac2;
}
.cont_form_style .btnsubmit:active {
	box-shadow: inset 0 2px 2px rgba(0,0,0,0.2);
  outline: none;
}
.cont_form_style .btnsubmit:focus {
  outline: none;
}
.cont_form_style .btnsubmit.disabled,
.cont_form_style .btnsubmit.disabled:hover {
	background: #afdde6;
	cursor: default;
}
/* Конец стилей для формы контактов */ 


/* Стили личного кабинета*/

                   
.accountfield{
	width: 350px;
  min-height: 650px;
	margin: 15px auto;
 
}

.account{
	font-size: 14px;
  font-weight: bold; 
 
}
.accountcoment{
	font-size: 12px;
  margin-bottom: 15px;
}

/* Конец стилей для личного кабинета */ 

/* Стили для формы авторизации*/

                   
.loginform_box {
	font-size: 10px;
  font-weight: bold;
	width: 350px;
	margin: 15px auto;
 
}


.loginform_style p {
  margin-bottom: 5px;
  position: relative;
}
.loginform_style .rcheck {
  margin-bottom: -5px;
}
.loginform_style p label {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    display: block;
    cursor: pointer;
    line-height: 10px;
}
.loginform_style .rcheck label {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    display: block;
    cursor: pointer;
    line-height: 20px;
    margin: 10px 20px 0px;
}

.loginform_style input[type="text"] {
    width: 80%;
    display: block;
    background: transparent;
    border: 1px solid #000;
    height: 10px;
    margin: 0 auto;
 }

.loginform_style textarea {
    width: 100%;
    display: block;
    background: transparent;
    border: 1px solid #000;
    height: 150px;
    font-size: 16px; 
    padding: 10px;  
}

.loginform_style input[type="radio"] {
 float: left;
}

.loginform_style input:focus {
	outline: none;
	border-color: #07a6e6;
}
.loginform_style input
{
	color: #000 !important;
  font-size: 16px;
  padding: 10px;
}

.loginform_style .btnlogin {
    border: none;
    width: 180px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    cursor: pointer !important;
    height: 35px;
    line-height: 8px;
}



/* Цвет рамки при незаполненном поле*/


.loginform_style input.rf_error {
  border-color: #d8512d;
  
}

/* Цвет рамки при незаполненном текстовом поле*/


.loginform_style input[type="radio"].rf_error {
  border-color: #d8512d;
    
}

/* Цвет рамки при незаполненном текстовом поле*/


.loginform_style textarea.rf_error {
  border-color: #d8512d;
  
}



/* Сообщение о незаполненном поле*/

/* Сообщение о незаполненном поле, значение right: 8px; - смещение красного поля надписи влево или вправо относительно проверяемого поля */
/* Сообщение о незаполненном поле, значение top: 8px; - смещение красного поля надписи вверх или вниз относительно проверяемого поля */
.loginform_style .rfield_error {
  display: block;
  padding: 0px 10px;
  background-color: #d8512d;
  color: #fff;
  font-size: 12px;
  z-index: 1;
  position: absolute;
  top: 30px;
  left: auto;
  right: 0px;
  visibility: hidden;
}
.loginform_style .rcheck .rfield_error {
  top: 35px;
  left: 115px;
  right: auto;
}
.loginform_style .btnlogin:hover {
	background: #009ac2;
}
.loginform_style .btnlogin:active {
	box-shadow: inset 0 2px 2px rgba(0,0,0,0.2);
  outline: none;
}
.loginform_style .btnlogin:focus {
  outline: none;
}
.loginform_style .btnlogin.disabled,
.loginform_style .btnlogin.disabled:hover {
	background: #afdde6;
	cursor: default;
}
/* Конец стилей для формы авторизации */ 


/* Стили для формы регистрации*/


#reg_mail {

	height: 750px;
 
}
                   
.reg_form_box {
	font-size: 10px;
  font-weight: bold;
	width: 280px;
	margin: -15px auto;
 
}


.reg_form_style p {
  margin-bottom: 5px;
  position: relative;
}
.reg_form_style .rcheck {
  margin-bottom: 0px;
}
.reg_form_style p label {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    display: block;
    cursor: pointer;
    line-height: 25px;
}
.reg_form_style .rcheck label {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    display: block;
    cursor: pointer;
    line-height: 20px;
    margin: 10px 20px 0px;
}

.reg_form_style input[type="text"] {
    width: 100%;
    display: block;
    background: transparent;
    border: 1px solid #000;
    height: 10px;
    margin: 0 auto;
 }

.reg_form_style textarea {
    width: 100%;
    display: block;
    background: transparent;
    border: 1px solid #000;
    height: 150px;
    font-size: 16px; 
    padding: 10px;  
}

.reg_form_style input[type="radio"] {
 float: left;
}

.reg_form_style input:focus {
	outline: none;
	border-color: #07a6e6;
}
.reg_form_style input
{
	color: #000 !important;
  font-size: 16px;
  padding: 10px;
}

.reg_form_style .btnreg {
    border: none;
    width: 200px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    cursor: pointer !important;
    height: 35px;
    line-height: 8px;
}



/* Цвет рамки при незаполненном поле*/


.reg_form_style input.rf_error {
  border-color: #d8512d;
  
}

/* Цвет рамки при незаполненном текстовом поле*/


.reg_form_style input[type="radio"].rf_error {
  border-color: #d8512d;
    
}

/* Цвет рамки при незаполненном текстовом поле*/


.reg_form_style textarea.rf_error {
  border-color: #d8512d;
  
}



/* Сообщение о незаполненном поле*/

/* Сообщение о незаполненном поле, значение right: 8px; - смещение красного поля надписи влево или вправо относительно проверяемого поля */
/* Сообщение о незаполненном поле, значение top: 8px; - смещение красного поля надписи вверх или вниз относительно проверяемого поля */
.reg_form_style .rfield_error {
  display: block;
  padding: 0px 10px;
  background-color: #d8512d;
  color: #fff;
  font-size: 12px;
  z-index: 1;
  position: absolute;
  top: 30px;
  left: auto;
  right: 0px;
  visibility: hidden;
}
.reg_form_style .rcheck .rfield_error {
  top: 5px;
  left: 115px;
  right: auto;
}
.reg_form_style .btnreg:hover {
	background: #009ac2;
}
.reg_form_style .btnreg:active {
	box-shadow: inset 0 2px 2px rgba(0,0,0,0.2);
  outline: none;
}
.reg_form_style .btnreg:focus {
  outline: none;
}
.reg_form_style .btnreg.disabled,
.reg_form_style .btnreg.disabled:hover {
	background: #afdde6;
	cursor: default;
}
/* Конец стилей для формы регистрации*/ 



/* Стили для формы изменения профиля*/


#chengeprofile_mail {

	height: 750px;
 
}
                   
.chengeprofile_form_box {
	font-size: 10px;
  font-weight: bold;
	width: 280px;
	margin: -15px auto;
 
}


.chengeprofile_form_style p {
  margin-bottom: 5px;
  position: relative;
}
.chengeprofile_form_style .rcheck {
  margin-bottom: 0px;
}
.chengeprofile_form_style p label {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    display: block;
    cursor: pointer;
    line-height: 25px;
}
.chengeprofile_form_style .rcheck label {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    display: block;
    cursor: pointer;
    line-height: 20px;
    margin: 10px 20px 0px;
}

.chengeprofile_form_style input[type="text"] {
    width: 100%;
    display: block;
    background: transparent;
    border: 1px solid #000;
    height: 10px;
    margin: 0 auto;
 }

.chengeprofile_form_style textarea {
    width: 100%;
    display: block;
    background: transparent;
    border: 1px solid #000;
    height: 150px;
    font-size: 16px; 
    padding: 10px;  
}

.chengeprofile_form_style input[type="radio"] {
 float: left;
}

.chengeprofile_form_style input:focus {
	outline: none;
	border-color: #07a6e6;
}
.chengeprofile_form_style input
{
	color: #000 !important;
  font-size: 16px;
  padding: 10px;
}

.chengeprofile_form_style .btnchengeprofile {
    border: none;
    width: 200px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    cursor: pointer !important;
    height: 35px;
    line-height: 8px;
}



/* Цвет рамки при незаполненном поле*/


.chengeprofile_form_style input.rf_error {
  border-color: #d8512d;
  
}

/* Цвет рамки при незаполненном текстовом поле*/


.chengeprofile_form_style input[type="radio"].rf_error {
  border-color: #d8512d;
    
}

/* Цвет рамки при незаполненном текстовом поле*/


.chengeprofile_form_style textarea.rf_error {
  border-color: #d8512d;
  
}



/* Сообщение о незаполненном поле*/

/* Сообщение о незаполненном поле, значение right: 8px; - смещение красного поля надписи влево или вправо относительно проверяемого поля */
/* Сообщение о незаполненном поле, значение top: 8px; - смещение красного поля надписи вверх или вниз относительно проверяемого поля */
.chengeprofile_form_style .rfield_error {
  display: block;
  padding: 0px 10px;
  background-color: #d8512d;
  color: #fff;
  font-size: 12px;
  z-index: 1;
  position: absolute;
  top: 30px;
  left: auto;
  right: 0px;
  visibility: hidden;
}
.chengeprofile_form_style .rcheck .rfield_error {
  top: 5px;
  left: 115px;
  right: auto;
}
.chengeprofile_form_style .btnchengeprofile:hover {
	background: #009ac2;
}
.chengeprofile_form_style .btnchengeprofile:active {
	box-shadow: inset 0 2px 2px rgba(0,0,0,0.2);
  outline: none;
}
.chengeprofile_form_style .btnchengeprofile:focus {
  outline: none;
}
.chengeprofile_form_style .btnchengeprofile.disabled,
.chengeprofile_form_style .btnchengeprofile.disabled:hover {
	background: #afdde6;
	cursor: default;
}
/* Конец стилей для формы изменения профиля*/ 



/* Стили для формы восстановления пароля*/


#forgotpass_mail {

	height: 850px;
 
}
                   
.forgotpass_form_box {
	font-size: 10px;
  font-weight: bold;
	width: 280px;
	margin: -15px auto;
 
}


.forgotpass_form_style p {
  margin-bottom: 5px;
  position: relative;
}
.forgotpass_form_style .rcheck {
  margin-bottom: 0px;
}
.forgotpass_form_style p label {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    display: block;
    cursor: pointer;
    line-height: 25px;
}
.forgotpass_form_style .rcheck label {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    display: block;
    cursor: pointer;
    line-height: 20px;
    margin: 10px 20px 0px;
}

.forgotpass_form_style input[type="text"] {
    width: 100%;
    display: block;
    background: transparent;
    border: 1px solid #000;
    height: 10px;
    margin: 0 auto;
 }

.forgotpass_form_style textarea {
    width: 100%;
    display: block;
    background: transparent;
    border: 1px solid #000;
    height: 150px;
    font-size: 16px; 
    padding: 10px;  
}

.forgotpass_form_style input[type="radio"] {
 float: left;
}

.forgotpass_form_style input:focus {
	outline: none;
	border-color: #07a6e6;
}
.forgotpass_form_style input
{
	color: #000 !important;
  font-size: 16px;
  padding: 10px;
}

.forgotpass_form_style .btnforgotpass {
    border: none;
    width: 200px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    cursor: pointer !important;
    height: 35px;
    line-height: 8px;
}



/* Цвет рамки при незаполненном поле*/


.forgotpass_form_style input.rf_error {
  border-color: #d8512d;
  
}

/* Цвет рамки при незаполненном текстовом поле*/


.forgotpass_form_style input[type="radio"].rf_error {
  border-color: #d8512d;
    
}

/* Цвет рамки при незаполненном текстовом поле*/


.forgotpass_form_style textarea.rf_error {
  border-color: #d8512d;
  
}



/* Сообщение о незаполненном поле*/

/* Сообщение о незаполненном поле, значение right: 8px; - смещение красного поля надписи влево или вправо относительно проверяемого поля */
/* Сообщение о незаполненном поле, значение top: 8px; - смещение красного поля надписи вверх или вниз относительно проверяемого поля */
.forgotpass_form_style .rfield_error {
  display: block;
  padding: 0px 10px;
  background-color: #d8512d;
  color: #fff;
  font-size: 12px;
  z-index: 1;
  position: absolute;
  top: 30px;
  left: auto;
  right: 0px;
  visibility: hidden;
}
.forgotpass_form_style .rcheck .rfield_error {
  top: 5px;
  left: 115px;
  right: auto;
}
.forgotpass_form_style .btnforgotpass:hover {
	background: #009ac2;
}
.forgotpass_form_style .btnforgotpass:active {
	box-shadow: inset 0 2px 2px rgba(0,0,0,0.2);
  outline: none;
}
.forgotpass_form_style .btnforgotpass:focus {
  outline: none;
}
.forgotpass_form_style .btnforgotpass.disabled,
.forgotpass_form_style .btnforgotpass.disabled:hover {
	background: #afdde6;
	cursor: default;
}
/* Конец стилей для формы восстановления пароля*/

/* Стили информационных сообщений при регистрации и восстановлении пароля*/ 
.reginform {
  text-align: center;
  font-size: 18px;
  line-height: 25px;
}
/* Конец стилей для информационных сообщений при регистрации и восстановлении пароля*/  


/* Circular Content Carousel Style */
.ca-container{
	position: relative;
	width: 100%;
	height: 250px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:100%;
	height:100%;
}
.ca-close{
	position:absolute;
	top:10px;
	right:10px;
	background:url(../images/cross.png) no-repeat center center;
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	opacity:0.7;
}
.ca-close:hover{
	opacity:1.0;
}
.ca-item-main{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	background: #1ABC9C;
	padding: 20px;
}
.ca-item h4{
	position: relative;
}
.ca-item h4 span{
	display: block;
	font-size: 1.4em;
	color: #ffffff;
	line-height: 1.5em;
}
.ca-item h4  span.quote{
	text-align: left;
	background: url('../images/quote.jpg') no-repeat;
	float: left;
	width: 10.333%;
	height: 50px;
}
.ca-item span.quote_text{
	float: left;
	width: 84.333%;
	margin-left: 3.3333%;
}
.ca-item h5{
	margin: 4% 0 3% 13%;
	clear: both;
	display: inline-block;
	font-size: 0.8925em;
	color: #ffffff;
}
.ca-nav span{
	width: 40px;
	height: 40px;
	background: #19BD9B url(../images/arrows.png) no-repeat 14px 10px;
	position: absolute;
	top: 90%;
	left: 87%;
	text-indent: -9000px;
	cursor: pointer;
	z-index: 100;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}
.ca-nav span.ca-nav-next{
	background-position: -20px 10px;
	left:auto;
	right:0px;
}
.ca-nav span:hover{
	opacity:1.0;
}
/* start pagination */
.pagination {
	float: left;
	top: -50px;
	position: relative;
	clear: both;
}
.pagination li{
	display: inline-block;
	margin-right: 5px;
}
.pagination li a{
	display:block;
	padding: 10px 20px;
	color: #34495E;
	background: #EBECEE;
	font-weight: 600;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pagination li.active a,.pagination li a:hover{
	background: #19BD9B;
	color: #ffffff;
}   


/*
    FOOTER SECTION
 */
footer.footer{
    width:100%;
    display: block;
    text-align: center;
    background: #000000;
    padding: 20px 0;
    color: #fff;
    float:left;
}
footer.footer p{
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}
footer.footer p a{
    color: #fff;
}

/* PERLOADER */
#preloader{
    width: 100%;
    height: 100%;
    animation: preloader_6 5s infinite linear;
    background: #fff;
    display: block;
    text-align: center;
    position: fixed;
    z-index: 999999999;
}

.preloader-area {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
}
.preloader-area > .preloader-box {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    width: 186px;
}

.preloader-area .preloader-box > div {
    position: relative;
    width: 30px;
    height: 30px;
    background: #284cff; /*beeled*/
    float: left;
    text-align: center;
    line-height: 30px;
    font-family: Verdana;
    font-size: 20px;
    color: #FFF;
}

    @-webkit-keyframes preloader {
      0% {
        box-shadow: -2em 0 0 #284cff, 0 -2em 0 rgba(163, 189, 227, 0.75), 2em 0 0 rgba(163, 189, 227, 0.5), 0 2em 0 rgba(163, 189, 227, 0.25);
      }
      25% {
        box-shadow: -2em 0 0 rgba(163, 189, 227, 0.25), 0 -2em 0 #284cff, 2em 0 0 rgba(163, 189, 227, 0.75), 0 2em 0 rgba(163, 189, 227, 0.5);
      }
      50% {
        box-shadow: -2em 0 0 rgba(163, 189, 227, 0.5), 0 -2em 0 rgba(163, 189, 227, 0.25), 2em 0 0 #284cff, 0 2em 0 rgba(163, 189, 227, 0.75);
      }
      75% {
        box-shadow: -2em 0 0 rgba(163, 189, 227, 0.75), 0 -2em 0 rgba(163, 189, 227, 0.5), 2em 0 0 rgba(163, 189, 227, 0.25), 0 2em 0 #284cff;
      }
      100% {
        box-shadow: -2em 0 0 #284cff, 0 -2em 0 rgba(163, 189, 227, 0.75), 2em 0 0 rgba(163, 189, 227, 0.5), 0 2em 0 rgba(163, 189, 227, 0.25);
      }
    }
    @keyframes preloader {
      0% {
        box-shadow: -2em 0 0 #284cff, 0 -2em 0 rgba(163, 189, 227, 0.75), 2em 0 0 rgba(163, 189, 227, 0.5), 0 2em 0 rgba(163, 189, 227, 0.25);
      }
      25% {
        box-shadow: -2em 0 0 rgba(163, 189, 227, 0.25), 0 -2em 0 #284cff, 2em 0 0 rgba(163, 189, 227, 0.75), 0 2em 0 rgba(163, 189, 227, 0.5);
      }
      50% {
        box-shadow: -2em 0 0 rgba(163, 189, 227, 0.5), 0 -2em 0 rgba(163, 189, 227, 0.25), 2em 0 0 #284cff, 0 2em 0 rgba(163, 189, 227, 0.75);
      }
      75% {
        box-shadow: -2em 0 0 rgba(163, 189, 227, 0.75), 0 -2em 0 rgba(163, 189, 227, 0.5), 2em 0 0 rgba(163, 189, 227, 0.25), 0 2em 0 #284cff;
      }
      100% {
        box-shadow: -2em 0 0 #284cff, 0 -2em 0 rgba(163, 189, 227, 0.75), 2em 0 0 rgba(163, 189, 227, 0.5), 0 2em 0 rgba(163, 189, 227, 0.25);
      }
    }
    .preloader {
      -webkit-animation: preloader;
              animation: preloader;
      -webkit-animation-duration: 1500ms;
              animation-duration: 1500ms;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear;
      background-color: #1abc9c;
      border-radius: 2px;
      box-shadow: -2em 0 0 #1abc9c, 2em 0 0 #1abc9c, 0 -2em 0 #1abc9c, 0 2em 0 #1abc9c;
      height: 1.5em;
      margin: 4em;
      width: 1.5em;
    }


.headtree
{
 margin: 0 10%;
 font-weight: 400;
}

.groupmenu
{
display: flex;
align-items: center;
margin: 2px 0 0 0;
height: 25px;
border: 1px solid #888888;
background: #eeeeee;
}
.topdescript
{
 margin: 0 10%;
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 11px; 
 color: #000000; 
 text-decoration: none;
 text-align: justify;
}
/* новая верска вывода товаров*/
/* иконки товаров*/

.goods  {
   min-height: 80%;
   width: 100%;
   padding-left: 10%;
   padding-right: 10%;
   margin:0 auto;
   display: block;
   float: left;
}

.color
{
width:20px;
height:20px;
margin: 8px 3px;
background:url(/images/RGB.png) no-repeat;
}
.colorled
{
width:130px;
height:35px;
margin:8px 3px;
background:url(/images/RGB.png) no-repeat;
text-align: center;
font-weight: bold;
padding-top: 4px;
}
.colorphotoled
{
width:80px;
height:35px;
margin:8px 3px;
background:url(/images/RGB.png) no-repeat;
text-align: center;
font-weight: bold;
padding-top: 4px;
}
.innercolorled
{
width:130px;
height:30px;
background:url(/images/RGB.png) no-repeat;
text-align: center;
font-weight: bold;
}
.doublecolorled
{
width:130px;
float: left;
}
.angle
{
width:38px;
height:32px;
background:url(/images/STYLES/ICONS/IES_background.jpg) no-repeat;
text-align: center;
    font-size: 20px;
    padding: 6px 0px 0px 0px;
    margin-right: 15px; 
}
.ledangle
{
width: 44px;
height: 36px;
background: url(/images/STYLES/ICONS/IES_background.jpg) no-repeat;
font-size: 12px;
padding: 10px 0px 0px 0px;
margin-right: 15px;
margin-top: 10px;
text-align: center;
}
.icon 
{
margin-left:30px;
margin-top: 10px;
padding: 0px;
width:200px;
height:230px; 
float:left; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #000000; 
text-decoration: none;
text-align:  center;
position: relative;
border: 2px solid white;
}
/*
.icon:hover 
{
border: 2px solid #f30707;
}
*/
.icon:hover 
{
  box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
}


.iconpic 
{
position: absolute;
}
.iconlink 
{
position: absolute;
width: 190px;
margin-top: 160px;
}

.bigicon 
{
margin:0px;
padding: 0px;
width:300px;
height:250px; 
float:left; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
color: #000000; 
text-decoration: none;
text-align:  center;
}
.bigiconheader
{
font-weight: bold;
text-align: center;
text-align-last: center;
height: 40px;
}
.bigiconimage
{
text-align: center;
text-align-last: center;
}
.bigiconimage:hover 
{
  box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
}



 .subgoods 
{
	width: 80%;
  min-height: 55%;
  margin: 0 auto;
	text-align: justify;
	
	/* Обнуляем для родителя*/
	line-height: 0;
	font-size: 1px; /* 1px для Opera */
	
	/* Лекарство для IE6-7*/
	text-justify: newspaper;
	zoom:1;
	
	/* Включаем в работу последнюю строку*/		
	text-align-last: justify;
	}
	.subgoods:after
	{
		width: 100%; 
		height: 0px;
		visibility: hidden;
		overflow: hidden;
		content: '';
		display: inline-block;
		}
	.subgoods > div
	{
		width: 300px;
		height: 200px;

		display: inline-block;
		text-align: center;
		
		/* Востанавливаем у потомков, кроме последнего*/
		line-height: normal;
		font-size: 14px;
		
		/* Без него в Opera будет отступ под элементами */
		vertical-align: top; 
		
		/* эмуляция inline-block для IE6-7*/
		//display : inline;
		//zoom : 1;
		}
    
 .searchresult 
{
  width: 80%;
  min-height: 480px;
  margin: 0 auto;
	}

/* CMS*/

 .loginurm 
 {
	width: 280px;
  min-height: 65%;
  margin: 0 auto;
	text-align: justify;
	}
   .urm 
 {
	width: 80%;
  min-height: 65%;
  margin: 0 auto;
	text-align: justify;
	}
  
.showorders 
 {
	width: 80%;
  min-height: 80%;
  margin: 0 auto;
	text-align: justify;
	}

/* CMS*/


/* видео*/

.video-gallery {
   width:70%;
   margin:0 auto;
   text-align: center;
}
.videobox {
   display:inline-block;
   width:49%;
//   height:15em;
   text-align:center;
//   line-height:15em;
   color:#fff;
}
.video { background:#fff; color:#333;}

.datasheet
{
margin:0px;
padding: 0px;
width:100px;
height:90px; 
float:left; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
color: #000000; 
text-decoration: none;
text-align:  center;
}


/* новая верстка вывода товаров*/
.box {
  display: table-cell;
  text-align: left;
  vertical-align:top;
}

.tradepage {
margin:0 auto 2%;
min-width: 275px;
max-width: 80%;
border:1px solid #ccc;
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; text-decoration: none;
//float:left;
}
.tradepage_color {
width: 80%;
margin: 0 auto;
//min-height: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; text-decoration: none;
//float:left;
}

.tradepagename {
width:100%;
background:#eee;
font-family: 'Open Sans', sans-serif;
font-size: 1.5em;
font-weight:bold;
text-align: center;
}

.tradepage_horizontal_block {
  display:table;
  width: 100%;
 // height: 100%;
  border:2px solid #888;
  margin-bottom: 3px;
}

.tradepage_photo_block {
margin: 25px 0 0 0;
}

.tradepagephoto {
min-width: 270px;
width: 30%;
text-align: center;
}

.tradepageledphoto {
min-width: 270px;
text-align: center;
width: 5%;
}

.tradepagedescript {
    min-width: 250px;
}

.descripttext {
    font-size: 14px;
    padding: 10px;
}

.tradepagedescript {
min-width: 270px;
//width: 30%;
}

.tradepage_price_block {
min-width: 180px;
width: 30%;
border-left:1px solid #888;
background:#ccc;
}

.tradepagedeprice {
width:100%;
background:#f3f3f3;
text-align:left;
padding-left:5px;
} 
.tradepagedeorder {
width:100%;
text-align:left;
padding-left:5px;
}

.tradepagedescript_color {
min-width: 270px;
//width: 30%;
}
.tradepage_price_block_color {
min-width: 180px;
width:100%;
text-align:left;
float: left;
background:#ccc;
}
.tradepage_price_smallblock_color {
min-width: 80px;
width:100%;
text-align:left;
float: left;
margin-bottom: 3px;
background:#ccc;
}
 
.tradepage_price_color {
min-width: 190px;
width:29%;
background:#f3f3f3;
text-align:left;
float: left;
margin: 2px 0 0 2px;
}
.tradepage_price_colorled {
    min-width: 190px;
    width: 45%;
    background: #f3f3f3;
    text-align: left;
    float: left;
    margin: 2px 0 0 2px;
}  
.tradepage_order_color {
    min-width: 190px;
    width: 69%;
    text-align: left;
    padding-left: 5px;
}
.tradepage_order_colorled {
    min-width: 190px;
    width: 54%;
    text-align: left;
    padding-left: 5px;
} 
.tradepage_order_color {
min-width: 190px;
width:69%;
text-align:left;
padding-left:5px;
}
.tradepage h1{
margin: 0;
padding: 0 10px 10px 10px;
font-size: 18px;
font-weight: 400;
font-family: 'Open Sans', sans-serif;
}

h5
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.2em;
margin: 0;
font-weight: normal;
padding: 0;
}
.item
{
float:left;
min-width: 150px;
/*width:250px;
height: 200px;*/
}
.leditem
{
float:left;
width: 100%;
font-size: 14px;
font-weight: bold;
}

.leditem a
{
cursor: pointer;
}

.leditem_name
{
float:left;
padding: 20px 8px 0 0;
width: 90px;
}
.leditem_wavelength
{
float:left;
padding: 20px 8px 0 0;
width: 90px;
text-align: center;
}
.leditem_photodiode_wavelength
{
float:left;
padding: 8px 8px 0 0;
width: 160px;
text-align: center;
}
.leditem_photodiode_current
{
float:left;
padding: 8px 8px 0 0;
width: 160px;
text-align: center;
}
.leditem_photodiode_risetime
{
float:left;
padding: 8px 8px 0 0;
width: 110px;
text-align: center;
}
.leditem_brightness
{
float:left;
padding: 20px 8px 0 0;
width: 100px;
}
.leditem_voltage
{
float:left;
padding: 20px 8px 0 0;
width: 60px;
}
.leditem_frequency
{
float:left;
padding: 20px 8px 0 0;
width: 50px;
}
.leditem_pdf
{
float:left;
padding: 18px 2px 0 0;
width: 20px;
}
.ledspectrum_pdf
{
    float:left;
    padding: 18px 2px 0 0;
    width: 20px;
}
.leditem_lens
{
float:left;
padding: 20px 8px 0 0;
width: 90px;
text-align: center;
}
.item_name
{
float:left;
padding-top: 10px;
}
.order_block
{
float:left;
min-width: 150px;
}
.order_color
{
text-align: right;
margin-right:1%;
}
.price
{
float:left;
min-width: 280px;
}
.priceright
{
float:right;
}
.priceright_color
{
float:right;
}
.stok_color
{
float:left;
min-width: 280px;
margin-right: 8%;
}



/* вывод товаров с различием по цветам*/
.colorbox {
   display:inline-block;
 //  width:49%;
}

/* 768px */

@media only screen and (max-width:88em) {
   .colorbox {
      display:block;
      width:99.7%;
   }
}




.boxes {
   width:80%;
   margin:0 auto;
}
.box2 {
   display:inline-block;
   font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; text-decoration: none;
   vertical-align: top;
}
.one {
   width:60%; 
   text-align:left;
   background:#fff;
   color:#333;	
    }
.two { 
   width:39%;
   text-align:center;
   background:#fff;
   color:#333;
}

/* 768px */
@media only screen and (max-width:48em) {
   .boxes { 
      display:table;
      width:80%;
   }
   .box2 {
      display:block;
      width:100%;
   }
   .two { display:table-caption; }
   .one { display:table-footer-group; }
}

.katalogdescript { 
   width:80%;
   margin:0 auto;
   font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; text-decoration: none;
}
.katalogdata_left {
 width:70%; 
 text-align: left;
 float: left;
}
.katalogdata_right {
 width:30%;  
 text-align: right;
 float: right;
}


.priceitem {
 width:30%;  
 text-align: right;
 float: right;
 font-size: large;
 font-weight: bold;
}
.itemname
{
 margin: 0 30%;
 padding-bottom: 15px;
 font-weight: bold;
 font-size: larger;
 color: #f12814;
}

.item_pdf
{
 width:80%;
margin: 0 auto;
}
.nextitem
{
float: left;
margin: 30px 20px 0 0;
}

.headtree
{
 margin: 0 10%;
 padding-bottom: 15px;
}



#container {
	width:320px;
	margin:0px auto;
	padding: 0px;
}


/* выезжающее меню*/


.navbar-header #sidebar-toggle {
    background: #6699CC;
    border-radius: 3px;
    display: block;
    position: relative;
    padding: 10px 7px;
    float: left;
    cursor: pointer; 
    margin-left: 5px;
    margin-right: 15px;
}

.navbar-header #sidebar-toggle .bar{
     display: block;
    width: 18px;
    margin-bottom: 3px;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;   
}
.navbar-header #sidebar-toggle {
    background: #6699CC;
    border-radius: 3px;
    display: block;
    position: relative;
    padding: 10px 7px;
    float: left;
    cursor: pointer; 
}
.navbar-header #sidebar-toggle .bar:last-child{
     margin-bottom: 0;   
}


/* Онлайн-консультанат */            

/* = Общие стили
************************/

/* Стили для формы онлайн-консультаната */

.form_box {
	font-size: 13px;
//  font-weight: bold;
	width: 250px;
	margin: 50px auto
}

.form_style p {
  margin-bottom: 5px;
  position: relative;
}
.form_style .rcheck {
  margin-bottom: 5px;
}
.form_style p label {
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	display: block;
  cursor: pointer;
}
.form_style .rcheck label {
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	display: inline;
  vertical-align: top;
}
.form_style input[type="text"] {
	display: block;
	border: 2px solid #cfcfcf;
	font-size: 12px;
	color: #444444;
	padding: 2px 2px 2px;
	width: 230px;
 }   
.form_style textarea {
	display: block;
	border: 2px solid #cfcfcf;
	font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
	padding: 2px 2px 2px;
	width: 230px; 
  min-height: 80px;  
  
}
.form_style input[type="checkbox"] {
	display: inline-block;
  border: 1px solid #cfcfcf;
  width: 14px;
  margin: 4px 4px 0 0;
  vertical-align: top;
}
.form_style input:focus {
	outline: none;
	border-color: #07a6e6;
}
.form_style .btnsubmit {
	border: none;
	width: 180px;
	text-align: center;
	background: #07a6e6;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
	height: 25px;
	line-height: 8px;
	padding: 0;
  margin-left: 25px;
}
/* Цвет рамки при незаполненном поле*/
.form_style input.rf_error {
  border-color: #d8512d;
  
}

/* Цвет рамки при незаполненном текстовом поле*/
.form_style input[type="radio"].rf_error {
  border-color: #d8512d;
    
}

/* Цвет рамки при незаполненном текстовом поле*/
.form_style textarea.rf_error {
  border-color: #d8512d;
  
}
/* Сообщение о незаполненном поле, значение 
right: 21px; - смещение красного поля надписи 
влево или вправо относительно проверяемого поля 
top: 14px; - смещение красного поля надписи
вверх или вниз относительно проверяемого поля
*/
.form_style .rfield_error {
  display: block;
  padding: 0px 10px;
  background-color: #d8512d;
  color: #fff;
  font-size: 12px;
  z-index: 1;
  position: absolute;
  top: 22px;
  left: auto;
  right: 21px;
  visibility: hidden;
}
.form_style .rcheck .rfield_error {
  top: 0px;
  left: 22px;
  right: auto;
}
.form_style .btnsubmit:hover {
	background: #009ac2;
}
.form_style .btnsubmit:active {
	box-shadow: inset 0 2px 2px rgba(0,0,0,0.2);
  outline: none;
}
.form_style .btnsubmit:focus {
  outline: none;
}
.form_style .btnsubmit.disabled,
.form_style .btnsubmit.disabled:hover {
	background: #afdde6;
	cursor: default;
}
.progress_consultant_image {
	width: 60%;
  margin: 0px auto;
}
/*Стиль вывода сообщения, что вопрос с консультанта отправлен. */
/*
.consultant
{
text-align: center;
}
 */
/* Конец стилей для формы онлайн-консультаната */    


/*
    ORDER STYLE
*/

/* = Стили для формы оформления заказа
************************/ 

    
    
/* = Общие стили
************************/

/* Стили для формы оформления заказа*/

.order-section {
    display: block;
    margin-bottom: 80px;
}
.order-section h1{
    color: #555;
}
.order-section h1{
    text-align: center;
    max-width: 1000px;
    font-size: 42px;
    margin: 0 auto;
    padding: 0;
    color: #555;
    line-height: 1;
    font-weight: 300;
}
.order-section h1 span{
    color: #1abc9c;
}

.order-section h3{
    text-align: center;
    max-width: 1000px;
    color: #555;
    display: block;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Roboto';
    margin: 0 auto;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 10px;
}
.order_form_box {
	font-size: 10px;
  font-weight: bold;
	width: 35%;
  margin: 0px auto;
}

.block_order_form {
	font-size: 10px;
  font-weight: bold;
	width: 80%;
  height: 250px;
  margin: 0px auto;
  display: flow-root;
}

.progress_image {
	width: 10%;
  margin: 0px auto;
}

.top_order_form {
	font-size: 10px;
  font-weight: bold;
	width: 250px;
  margin: 0px auto;
  float:left;
}

.bottom_order_form {
	font-size: 10px;
  font-weight: bold;
	width: 250px;
  margin: 0px auto;
  float:left;
}

.order_button {
	font-size: 10px;
  font-weight: bold;
	width: 250px;
  margin: 0px auto;
}

.customerinfo
{
font-size: 14px;
font-weight: normal;
margin-bottom: 10px;
}

.order_form_note {
	font-size: 12px;
  font-weight: bold;
  width: 28%;
	min-width: 250px;
  margin: 0px auto;
  padding: 20px 0 20px 0;
}
.order_sent_note {
	font-size: 12px;
  font-weight: bold;
  text-align: center;
	min-width: 250px;
  margin: 0px auto;
  padding: 20px 0 20px 0;
}
.order_form_style p {
  margin-bottom: 0px;
  position: relative;
}
.order_form_style .rcheck {
  margin-bottom: -5px;
}
.order_form_style p label {
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	display: block;
  cursor: pointer;
}
.order_form_style .rcheck label {
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	display: inline;
  vertical-align: middle;
}
.order_form_style input[type="text"] {
	display: block;
	border: 2px solid #cfcfcf;
	font-size: 12px;
  font-weight: normal;
	color: #444444;
	padding: 2px 2px 2px;
	width: 230px;
  margin-bottom: 15px;
 }
.order_form_style select {
	display: block;
	border: 2px solid #cfcfcf;
	font-size: 12px;
  font-weight: normal;
	color: #444444;
	padding: 2px 2px 2px;
	width: 230px;
  margin-bottom: 15px;
 }    
.order_form_style textarea {
	display: block;
	border: 2px solid #cfcfcf;
  font-weight: normal;
	font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
	padding: 2px 2px 2px;
	width: 230px; 
  min-height: 120px;  
  
}
.order_form_style input[type="radio"] {
	display: inline-block;
  border: 1px solid #cfcfcf;
  width: 14px;
  margin: 4px 4px 10px 0;
  vertical-align: top;
}
.order_form_style input:focus {
	outline: none;
	border-color: #07a6e6;
}
.order_form_style .btnsubmit {
	border: none;
	width: 180px;
	text-align: center;
	background: #07a6e6;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
	height: 25px;
	line-height: 8px;
	padding: 0;
}

.order_table {
	border: none;
	min-width: 280px;
  width: 50%;
  margin: 0 auto;
}
.order_list {
	border: none;
	min-width: 280px;
  width: 100%;
}
.additionalgoods {
	border: none;
  width: 50%;
	min-width: 280px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.promocode {
	border: none;
  max-width: 800px;
	min-width: 280px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 0 20px;

}
.promocode_err {
	border: none;
  max-width: 800px;
	min-width: 280px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 0 20px;
  color: red;
  font-weight: bold;
}

.discountcard {
	border: none;
  max-width: 800px;
	min-width: 280px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 0 20px;

}
.additionalgoodsitem {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
	border: none;
  width: 84%;
	min-width: 280px;
  float: left;
}
.order_aditional_item {
    padding: 40px 0 0 0;
}
.qtychange {
width: 80%;
}
.qtychangeform {
width: 75%;
float: left;
}

/* Цвет рамки при незаполненном поле*/


.order_form_style input.rf_error {
  border-color: #d8512d;
  
}

/* Цвет рамки при незаполненном текстовом поле*/


.order_form_style input[type="radio"].rf_error {
  border-color: #d8512d;
    
}

/* Цвет рамки при незаполненном текстовом поле*/


.order_form_style textarea.rf_error {
  border-color: #d8512d;
  
}



/* Сообщение о незаполненном поле*/

/* Сообщение о незаполненном поле, значение right: 8px; - смещение красного поля надписи влево или вправо относительно проверяемого поля */
.order_form_style .rfield_error {
  display: block;
  padding: 0px 10px;
  background-color: #d8512d;
  color: #fff;
  font-size: 12px;
  z-index: 1;
  position: absolute;
  top: 20px;
  left: auto;
  right: 20px;
  visibility: hidden;
}
.order_form_style .rcheck .rfield_error {
  top: 0px;
  left: 20px;
  right: auto;
}
.order_form_style .btnsubmit:hover {
	background: #009ac2;
}
.order_form_style .btnsubmit:active {
	box-shadow: inset 0 2px 2px rgba(0,0,0,0.2);
  outline: none;
}
.order_form_style .btnsubmit:focus {
  outline: none;
}
.order_form_style .btnsubmit.disabled,
.order_form_style .btnsubmit.disabled:hover {
	background: #afdde6;
	cursor: default;
}

/* Конец стилей для формы оформления заказа */ 

/* Стили онлайн калькулятора бегущей строки */ 

.stringcalculator
{
width: 1200px;
height: 300px;
margin: 0 auto;
}
.inputwidthspace
{
width: 1200px;
margin: 0 auto;
}
.itogo_online_calculator
{
width: 950px;
height: 15px;
margin: 0 auto;
text-align: right;
float: left;
}
.text_button_online_calculator
{
width: 350px;
height: 65px;
margin: 0 auto;
text-align: right;
float: left;
}
.buttons_online_calculator
{
width: 950px;
height: 120px;
margin: 0 auto;
text-align: right;
float: left;
padding: 20px 0 0 0;
}

.button_online_calculator
{
width: 350px;
height: 15px;
margin: 0 auto;
text-align: right;
float: left;
}

.btnsubmit_online_calculator
{
border: none;
width: 180px;
height: 25px;
background: #afdde6;
cursor: default;
}

.opt_check_box
{
width: 1200px;
height: 35px;
margin: 0 auto;
text-align: center;
}
.customer_opt_massege
{
width: 1200px;
height: 35px;
margin: 0 auto;
text-align: center;
font-size: 15px;
font-weight: 700;
}
.leftspace
{
width: 90px;
height: 96px;
float: left;
}
.leftsize
{
width: 86px;
height: 96px;
float: left;
}
.inputstringwidth
{
width: 594px;
height: 96px;
float: left;
}
.input_string_width_text
{
width: 500px;
height: 30px;
margin: 0 auto;
}
.input_string_width_text_field
{
width: 60px;
height: 30px;
margin: 0 auto
}
.input_string_width_text_result
{
width: 500px;
height: 20px;
margin: 0 auto;
}
.qtychangemodule
{
width: 60px;
margin: 0 auto;
}
.rightsize
{
width: 86px;
height: 96px;
float: left;
}
.input_string_height
{
width: 200px;
}
.inputheightspace
{
width: 200px;
float: left;
}
.topspace
{
width: 200px;
height: 96px;
float: left;
padding: 30px 0px 0px 0px;
text-align: center;
}
.qty_height_change_module
{
width: 60px;
margin: 0 auto;
}
.input_string_height_text_field
{
width: 60px;
height: 20px;
//padding: 8px 0px 0px 0px;
margin: 0 auto;
}
.input_string_height_text_result
{
width: 220px;
height: 39px;
margin: 0 auto;
text-align: center;
line-height: 1;
}

.stringcolorchoose
{
width: 90px;
float: left;
}
.stringcolorchoosered
{
width: 20px;
}
.stringcolorchoosegreen
{
width: 20px;
}
.stringcolorchooseyellow
{
width: 20px;
}
.stringcolorchooseblue
{
width: 20px;
}
.stringcolorchoosebluelable
{
width: 70px;
}
.stringcolorchoosewhite
{
width: 20px;
}
.stringcolorpic
{
width: 766px;
height: 190px;
float: left;
}
.string_option_choose
{
width: 1200px;
height: 50px;
margin: 0 auto
}
.usb_choose
{
width: 50px;
height: 20px;
float: left;
}
.lan_choose
{
width: 50px;
height: 20px;
float: left;
}
.auto_choose
{
width: 130px;
height: 20px;
float: left;
}
.temperature_choose
{
width: 170px;
height: 20px;
float: left;
}
.flash_choose
{
width: 210px;
height: 20px;
float: left;
}
.USBcable1m_choose
{
width: 170px;
height: 20px;
float: left;
}
.USBcable3m_choose
{
width: 160px;
height: 20px;
float: left;
}
.assembling_choose
{
width: 200px;
height: 20px;
float: left;
}
.string_calculator_result
{
width: 1200px;
height: 170px;
margin: 0 auto
}
.itemlist
{
width: 1200px;
height: 20px;
margin: 0 auto;
text-align: center;
font-size: 20px;
font-weight: 600;
}
.item_name_online_calculator
{
width: 550px;
min-height: 50px;
float: left;
padding: 10px 0px 0px 0px;
}
.itemqty
{
width: 100px;
height: 50px;
float: left;
padding: 10px 0px 0px 0px;
}
.itempic_online_calculator
{
width: 100px;
height: 60px;
float: left;
}
.itempic_online_calculator_header
{
width: 100px;
float: left;
padding: 10px 0px 0px 0px;
}
.itemprice
{
width: 100px;
height: 50px;
padding: 10px 0px 0px 0px;
float: left;
}
.itemsum
{
width: 100px;
height: 50px;
padding: 10px 0px 0px 0px;
float: left;
text-align: right;
}

/* Конец стилей онлайн калькулятора бегущей строки */ 

/* Стили выбора способа оплаты онлайн  */  

.payment_choose_header
{
min-width: 280px;
height: 50px;
margin: 0 auto;
text-align: center;
padding: 20px 0 0 0;
}

.payment_choose_method
{
width: 35%;
height: 400px;
margin: 0 auto;
text-align: center;
}

.invoice_payment_choose
{
width: 300px;
height: 350px;
margin: 0 auto;
text-align: center;
float: left;
}

.card_payment_choose
{
width: 250px;
height: 350px;
margin: 0 auto;
text-align: center;
float: left;
}

.QR_payment_choose
{
width: 300px;
height: 350px;
margin: 0 auto;
text-align: center;
float: left;
}

.card_logos
{
min-width: 150px;
width: 100%;
margin: 0 auto;
padding: 20px 0 0 0;
text-align: center;
float: left;
}

.card_logo
{
width: 250px;
height: 150px;
margin: 0 auto;
text-align: center;
float: left;
}

/* Стили административной части */ 
.cutomer_vizits_table
{
width: 1200px;
}
.cutomer_vizits_table_header_tr
{
width: 1200px;
height: 30px;
}
.cutomer_vizits_table_tr
{
width: 1200px;
height: 15px;
}
.cutomer_vizits_table_additional
{
width: 1200px;
}
.cutomer_vizits_table_tr_additional
{
width: 1200px;
height: 15px;
}
.cutomer_vizits_table_header
{
width: 200px;
margin: 0 auto;
}
.cutomer_vizits_table_numvizits
{
width: 100px;
float: left;
}
.cutomer_vizits_table_link
{
width: 550px;
float: left;
}
.cutomer_vizits_table_name
{
width: 250px;
float: left;
}
.cutomer_vizits_table_time
{
width: 100px;
float: left;
}
.cutomer_vizits_table_date
{
width: 100px;
float: left;
}
.num_vizits
{
width: 20px;
float: left;
}
.showvizits
{
width: 20px;
float: left;
cursor: pointer;
}
.btnsubmit_customer_orders
{
border: none;
width: 210px;
height: 25px;
background: #FFFFFF;
cursor: default;
}

/* Конец стилей административной части */ 
/*
    RESPONSIVE STYLE
*/
@media (max-width: 1200px){
     .product-hover a {
        padding: 2%;
    }
    a.carousel-control.left, a.carousel-control.right{
        width: 70px;
        height: 70px;
    }
    a.carousel-control.right > span {
        top: -9px;
        left: -19px;
    }
    a.carousel-control.left > span {
        top: -6px;
        left: -11px;
    }
     .carousel-inner .item .carousel-caption h2, .carousel-inner .item .carousel-caption h3{
        font-size: 30px;
    }
    .carousel-inner .item .carousel-caption a{
        padding: 6px 15px;
    }
    .product-hover a:last-child {
        margin: 5px 25%;
        padding: 10px;
    }
}

@media (max-width: 1100px){

     .box {                   /*вывод товаров*/
        display: block;
        width: 100%;
    } 
    
    .video-gallery { 
      display:table;
      width:100%;
   }
   .videobox {
      display:block;
      width:100%;
   }
   .video { display:table-footer-group; }


    ul.navbar-nav li a{
        font-size: 12px;
    }
    .blog-item h3{
        font-size: 15px;
    }
    .blog-item p{
        font-size: 12px;
    }
    .blog-item a:last-child{
        font-size: 14px;
    }
    .contact-form .col-md-6 {
        display: block;
        margin-bottom: 10px;
        overflow: hidden;
    }
    .carousel-caption {
        right: 15%;
        left: 15%;
        padding-bottom: 30px;
    }
}
@media (max-width: 767px){
    ul.navbar-nav {
        width: 100%;
        display: block;
        text-align: center;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form{
        overflow: hidden;
    }
    ul.navbar-nav.cart-menu li a{
        padding: 5px 5px;
    }
    .header-top-menu ul, .header-top-content ul{
        display: inline-block;
    }
    .header-top-menu, .header-top-content {
        text-align: center;
    }
    .titie-section h1{
        font-size: 26px;
    }
    .contact-form {
        margin-top: 30px;
        display: block;
    }
    .offer-section{
        padding: 60px 0 50px;
    }

    .offer-section h1{
        font-size: 30px;
    }
    .offer-section h2{
        font-size: 20px;
    }
    .blog-item {
        margin-bottom: 30px;
    }



}
@media (max-width: 620px){
    .header-top-content ul li a{
        font-size: 12px;
    }
    .header-top-menu ul li a{
        font-size: 12px;
    }
     a.carousel-control.left, a.carousel-control.right{
        width: 70px;
        height: 70px;
        display: none;
    }
    a.carousel-control.right > span {
        top: -9px;
        left: -7px;
    }
    a.carousel-control.left > span {
        top: -6px;
        left: -11px;
    }
    .carousel-inner .item .carousel-caption h2, .carousel-inner .item .carousel-caption h3{
        font-size: 14px;
    }
    .carousel-inner .item .carousel-caption a{
        padding: 2px 10px;
        font-size: 12px
    }
    .product-hover a:last-child {
        margin: 5px 25%;
        padding: 10px;
        font-size: 12px;
    }
    .filter-menu ul li{
        display: block;
    }
    .carousel-inner .item .carousel-caption {
        top: 7%;
        z-index: 999;
    }
    .tradepage_price_block h1 {
        margin: 0;
        padding: 0 10px 10px 10px;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
    }
    .order_form_box {
    width: 100%;
    min-height: 500px;
    }
}
