

/* Start:/bitrix/components/imperium/cart/templates/.default/style.css?15762758885380*/
.col{
  float: left;
}
.itogo{
  text-align: right;
  font-weight: bold;
  font-size: 20px;
}
span.red{
  color:red;
}
.promo{
  text-align: center;
}
.promo .label,.promo .label-bottom,.promo .text{
  width: 400px;
  display: inline-block;
  text-align: left;
}
.promo .label{
  font-weight: bold;
}
.promo .label-bottom{
  font-size: 12px;
  font-weight: 300;
  color:#676767;
}
.promo .text input{
  line-height: 30px;
  padding: 0 10px;
  outline: none;
  text-align: left;
  margin-bottom: -3px;
}
.promo .but{
  position: absolute;
  display: inline-block;
  width: 200px;
  background: #da5350;
  color: white;
  text-align: center;
  line-height: 35px;
  margin-left: 10px;
  -moz-border-radius: 3px; /* Firefox */
  -webkit-border-radius: 3px; /* Safari, Chrome */
    -khtml-border-radius: 3px; /* KHTML */
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
  border:1px solid #676767;
}
.promo .but:hover{
  background: #f80308;
}
label {
    color: #06163a;
    font-weight: 300;
    font-size: 14px;
}
.content input[type=text],.content input[type=email] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    -webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.6);
    -moz-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.6);
    box-shadow: inset 0px 0px 8px rgba(0,0,0,0.6);
    border: none;
    margin-bottom: 20px;
    height: 37px;
    border: 1px solid transparent;
}
.btn {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 122px;
    text-align: center;
    line-height: 37px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    background: #06163a;
}
.shippingTitle{
  text-align: center;
  font-size: 20px;
}
.shipping{
  text-align: center;
}
.shipping>div{
  width: 150px;
  display: inline-block;
  cursor: pointer;
  border:1px solid #676767;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 122px;
  text-align: center;
  line-height: 37px;
  font-size: 14px;
  font-weight: 300;
}
.shipping>div.active{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 122px;
  text-align: center;
  line-height: 37px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  background: #06163a;
}
#formOrder1 #time{
  display: inline-block!important;
}
.timeBox{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 122px;
  text-align: center;
  line-height: 37px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  background: #06163a;
  position: absolute;
  display: inline-block;
}
.timeShipping,.sucText,.ifShipping{
  font-size: 20px;
  color:#06163a;
  text-align: center;
  margin: 20px 0;
  padding-bottom: 20px;
  font-weight: bold;
  border-bottom: 5px solid #cabd93;
}
.ifShipping{
  display: none;
  padding: 0;
  border: none;
  color:red;
}
.sucText{
  border: none;
  padding: 0;
  margin-bottom: 0;
}
.itogo.poditog{
  color:#ff0000;
  font-size: 30px;
}
.itogo.discount,.itogo.shipping{
  display: none;
}
.width-50{
  width:50%;
  float: left;
}
#formOrder2 input{
  width: 49%;
}
#formOrder2 .addr{
  width: 99%;
}
#formOrder2 .width-50 input{
  width: 98%!important;
}
.links{
 display: flex;
 flex-direction:row;
 justify-content:space-around;
 flex-wrap:wrap;
 margin: 30px 0;
}
.links a{
  font-size: 30px;
  font-weight: bold;
  color:#b7974a;
}

.request{
  text-align: center;
}
.submit{
  display: inline-block;
    height: 40px;
    line-height: 38px;
    background: #9B823B;
    border: none;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    cursor: pointer;
    padding: 0 18px;
    margin-top: 23px;
}
.itogo.shipping{
  text-align: right;
  color:#ff0000;
}
.skidos .rubl,.skidos .percent{
  display: none;
  color:#ff0000;
}
.itogo.discount{
  text-align: right;
}
@media screen and (max-width: 980px){
  .col.col-3{display: none;}
  .header .col.col-1,.header .col.col-2,.header .col.col-4,.header .col.col-5,
  .body .col.col-1,.body .col.col-2,.body .col.col-4,.body .col.col-5{
    width: 50%;
    height: auto;
    border: none;
  }
  .body .col.col-4{
    clear: left;
  }
  .body .col.col-4,.body .col.col-5{
    height: 47px;
    border-bottom: 1px solid #ccc;
  }
  .promo .but{
    position: relative;
    margin-left: 0;
    display: block;
  }
  .promo{
    overflow: hidden;
  }
  .btn.date{
    display: none;
  }
  .timeBox{
    display: block;
    position: relative;
  }
}
.itogo.nacenka{
  display: none;
}

/* End */
/* /bitrix/components/imperium/cart/templates/.default/style.css?15762758885380 */
