.content {
    float:left;
}
/*Описание*/
.my-gray{
    padding: 20px;
    margin-top: 5px;
    margin-bottom: 35px;
}
.kalkulator span{
    color: #64a104;
    text-transform: uppercase;
    font-family: semibold;
}
.kalkulator p{
    line-height: 1.5;
    padding-left: 20px;
    padding-right: 20px;
}
.kalkulator img{
    position: absolute;
    margin-top: 5px;
}
.what-is{
    margin: 0px 28px 0px 8px;
}
.content .step:after{
    background: none !important;    
}
/*
*** Calculator
*/
.what-is img:hover{
    opacity: 0.6;
}
.all-praise{
    margin-top: 20px;
}
.body-kalkulator{
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    padding: 30px 0px 0px 30px;
}
.left-kalkulator,
.right-kalkulator{
    width: 50%;
    height: 100%;
    float: left;
    overflow: hidden;
    box-sizing: border-box;    
}
.right-kalkulator{
    width: 394px;
    padding-top: 20px;
}

.okno{
    color: #444444;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 0;
}
/*
********** ВСЯ ФОРМА С ВЫПАДАЮЩИМ МЕНЮ select ********
********** */
/*Calculator-form*/
#form-dropdown span{
    color: #64a104;
    text-transform: uppercase;
    font-family: semibold;
    font-size: 16px;
}
#form-dropdown p{
    color: #444444;
    font-size: 14px; 
}
#form-dropdown select{ 
    padding:3px; 
    margin: 0; 
    border: none; 
    background: #fff; 
    color:#444444; 
    display: block; 
    font-size: 14px;
    font-family: Regular;
    cursor:pointer;
    width: 303px;
}
.kalkulator-option{
    width: 315px;
    height: auto;
    box-sizing: border-box;
    padding: 4px 6px;
    border: 1px solid #a6a6a6;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: inset 1px 1px 0 1px rgba(100,100,100,.1);
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;    
}
.kalkulator-option:hover,
.kalkulator-option:focus{
    border-color: #666;
}    

/*************
***************************************8888************/
.r-prais-config{
    width: auto;
    float: left;
    height: 41px;
    margin-right: 15px;
    box-sizing: border-box;
}
.r-prais-config p{
    font-family: Semibold;
    font-size: 14px;
    color: #3c3c3c;
    text-transform: uppercase;
    line-height: 1.2;
}
.prais-config{
    width: 140px;
    height: 41px;
    box-sizing: border-box;
    float: left;
    background: url("../img/balconies-label.png") no-repeat;
}
.praise-cifr{
    font-family: Semibold;
    font-size: 20px !important;
    color: #000 !important;
    text-transform: none !important;
    margin-top: 4px;
    padding-left: 10px;
}
/*
*********Контактная форма****************************
*************/
.con-forma-calculator{
    width: 660px;
    height: auto;
    box-sizing: border-box;
    background: #efefef;
    margin: 30px auto;
    padding: 25px;
    background: url(../img/sidebar-menu-bg.jpg) repeat;
    overflow: hidden;
}
#cform-calkulator form input[type='text'], input[type='tel'],  input[type='email'] {
    border: 1px solid #a6a6a6;
    width: 200px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    border-radius: 5px;
    box-shadow: inset 1px 1px 0 1px rgba(100,100,100,.1);
    font-size: 14px;
    color: #444444;
}
#cform-calkulator textarea{
    border: 1px solid #a6a6a6;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 5px;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    border-radius: 5px;
    box-shadow: inset 1px 1px 0 1px rgba(100,100,100,.1);
    font-size: 14px;
    color: #444444;
    width: 280px;
}
#cform-calkulator input[type='text']:hover,
#cform-calkulator input[type='tel']:hover,
#cform-calkulator input[type='email']:hover,
#cform-calkulator textarea:hover,
#cform-calkulator textarea:focus,
#cform-calkulator input[type='text']:focus,
#cform-calkulator input[type='tel']:focus,
#cform-calkulator input[type='email']:focus{
    border-color: #666;
}
#cform-calkulator form input[type='text'].error,
#cform-calkulator form input[type='tel'].error,
#cform-calkulator form input[type='email'].error {
    border-color: #f00;
}
#cform-calkulator input[type='submit'],  input[type='submit']{
    display: block;
    border: none;
    margin: 0 auto;
    width: 300px;
    height: 35px;
    background: url('../img/kalkulator.png') no-repeat;
    border-radius: 5px;
    font-size: 11px;
    font-family: 'Semibold';
    text-transform: uppercase;
    -webkit-transition: background .25s ease-out;
    transition: background .25s ease-out;
    margin: 0;
    padding: 0;
}
/*Сюда кнопку подмены цвета картинка 300рх на 35рх
#cform-calkulator form input[type='submit']:hover,  input[type='submit']:hover{
    background: url('../img/') -1px 0 no-repeat;  
}*/
#cform-calkulator form input[type='submit']:active {
    position: relative;
    top: 1px;
}
/*Заголовок формы*/
.con-forma-calculator p{
    font-family: Semibold;
    font-size: 16px;
    text-transform: uppercase;
    color: #64a104;
    text-align: center;
    padding: 0 0 20px 0;
    margin: 0;
}

/* колонки */
.left-form,
.right-form{
    float: left;
}
.left-form{
    width: 50%;
}
.right-form{
    width: 50%;
}
.uor-name,
.uor-email,
.uor-telef{
    font-size: 14px;
    color: #444444;
}
.uor-name{
    padding-right: 36px;
}
.uor-telef{
    padding-right: 10px;    
}
.uor-email{
    padding-right: 25px;    
}
/* Правая колонка*/
/*
*********Контактная форма ****************************
*************/


/* Как пользоваться */
.premium{
   margin-top: -20px !important;
}
.premium h2{
   font-family: 'semibold';
   font-size: 24px;
   text-transform: uppercase;
   padding-top: 10px;
}
.premium span{
   font-family: 'semibold';
   font-size: 18px;
}
.premium ul {
   font-size: 16px;
   text-align: left;
   padding: 20px 60px 0px 80px;
   color: #000;
}
.premium li{
    padding: 0px 0px 20px 10px;
}
.premium1{
    list-style: url('../img/31.png');
}
.premium2{
    list-style: url('../img/32.png');    
}
.premium3{
    list-style: url('../img/33.png');   
}
.premium4{
    list-style: url('../img/34.png');  
}
.premium5{
    list-style: url('../img/35.png');   
}
.premium6{
    list-style: url('../img/36.png');   
}
.premium7{
    list-style: url('../img/37.png');    
}
.premium8{
    list-style: url('../img/38.png');    
}
.premium9{
    list-style: url('../img/39.png');   
}
.premium10{
    list-style: url('../img/40.png');   
}
.uppercas{
    text-transform: uppercase;    
}
.uppercas:before{
    content: url('../img/li-bullet-greenlink.png');
    padding-right: 10px;
}
/* Калькуляторы */
.warning {
    border: 3px dashed #f5f5f5;
    border-radius: 15px;
    box-sizing: border-box;
    margin: 35px 60px !important;
    padding: 20px 30px;
    position: relative;
    width: auto;
}
.warning::after {
    background: url("../img/sprite.png") no-repeat scroll -75px -210px rgba(0, 0, 0, 0);
    content: "";
    height: 36px;
    left: 9px;
    position: absolute;
    top: -18px;
    width: 36px;
}
.wrap-warning{
    width: 100%;
    padding: 0 65px;
    box-sizing: border-box;
}
.text-align{
    text-align: center;
}
/*Оставьте заявку*/
.fem{
   font-family: 'semibold';
   font-size: 22px;
   text-align: center;
   color: #64a104;
   width: 720px;
   margin: 0 auto;
   padding-top: 20px;
}
.individual-top-calc,
.individual-bot-calc{
    width: 100%;
    height: auto;
    background: #f0f0f0;
    height: 5px;
}
.individual-top-calc{
    border-bottom: 1px solid #e0e0e0;
    margin-top: 35px;
}
.individual-bot-calc{
    border-top: 1px solid #e0e0e0;
}
.individual{
    margin: 0 !important;
    padding-left: 100px !important;
    width: 700px !important;
    height: 280px;
    text-align: left;
}
.individual a{
    margin-top: 50px !important;
    padding: 0 !important;
    width: auto !important;

}
.individual-big-p{
    font-family: Semibold;
    font-size: 26px;
    color: #64a104;
    text-transform: uppercase;
    text-align: left;
    line-height: 1.2;
}
.individual-big-p span{
    font-family: Regular;
    font-size: 18px;
    padding-left: 30px;
}
.individual-p{
    padding-left: 30px;
}

select#tip_window, select#fabric, select#steklo {
margin: 0;
  background: #fff;
  color: #444444;
  display: block;
  font-size: 14px;
  font-family: Regular;
  cursor: pointer;
  width: 315px;
  height: auto;
  box-sizing: border-box;
  padding: 8px 6px;
  border: 1px solid #a6a6a6;
  border-radius: 5px;
  margin-bottom: 10px;
  box-shadow: inset 1px 1px 0 1px rgba(100,100,100,.1);
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;}

.balkones-left-follow {
  width: 53%;
  padding-left: 140px;
  height: auto;
  float: left;
  box-sizing: border-box;
}
.balkones-left-follow a, .balkones-right-follow a {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 2;
}
.balkones-left-follow a:before, .balkones-right-follow a:before {
  content: '';
  position: absolute;
  background: url('../img/sprite.png') no-repeat 0 0;
  width: 9px;
  height: 9px;
  /* left: 20px; */
  /* top: 0; */
  margin-top: 8px;
  margin-left: -19px;
}

.balkones-follow {padding: 40px 0;
}

#nastroiki span {color: #64a104;
  text-transform: uppercase;
  font-family: semibold;
  font-size: 16px;
  margin-bottom: 1em;}

.italic{
    font-family: 'MyriadPro-BoldCondIt';
    font-size: 14px;
    text-align: right;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-bottom: 30px;
}