/****** PLACE YOUR CUSTOM STYLES HERE ******/

.divwrap {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.grad {
	background: url(../img/backgroung.png);

}
.ml-16 { 
  margin-left: -16px;
}
.pl16 { 
  padding-left: 16px;
}
article { 
    height: 0; 
    overflow: hidden; 
    -webkit-transition: height .25s linear, opacity .15s linear; 
    position: relative; 
    top: 5px;
    margin-bottom: 0;
    padding: 0 10px;
    color: #333;
    font-family: helvetica;
    font-size: 12px;
    line-height: 18px;
    opacity: 0;
}

div > input:checked ~ article { height: 145px; opacity: 1; }
​
.bsm-input { display: none; }
.bsm-Display { display: block; }
.bsm-noDisplay { display: none; }
.bsm-input:checked + label { 
    background: -webkit-linear-gradient(top,#4D90FE,#4787ED);
    border: solid 1px rgba(0,0,0,.15);
    color: white; 
    box-shadow: 0 1px 1px rgba(0,0,0,.65), 0 1px 0 rgba(255,255,255,.1) inset;
    text-shadow: 0 -1px 0 rgba(0,0,0,.6);
}

.bsm-input div > input:checked ~ article{ height: 145px; opacity: 1; }

.bsm-cols {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
@media all and (max-width: 767px) {
.bsm-cols {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
}
}
/*.bsm-radio-option {
  display: inline-block;
  width: 50px;
  height: 25px;
  border-radius: 25px;
  border: 1px solid #59b224;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 24px;
}*/
.bsm-radio-option .inner {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #59b224;
  position: relative;
  top: 2px;
  left: 2px;
  display: inline-block;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
.bsm-radio-option {
  display: inline-block;
/*  width: 25px;
  height: 25px; */
  text-align: left;
}
@media all and (max-width: 767px) {
.bsm-radio-option {
  display: inline-block;
  text-align: left;
  padding-bottom: 8px;
}
}
.bsm-radio-option .inner {
  border: none;
  width: 19px;
  height: 19px;
  left: 2px;
  transform: scale(0);
  -webkit-transform: scale(0);
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  left: -10000px;
  overflow: hidden;
}

.control, fieldset {
  margin: 6px 0;
}

.required {
  color: red;
}
.bsm-error {
  font-weight: 400;
  color: red;
  font-size: 100%;
  margin-bottom: -16px;
}