#slides {
	min-height:180px;
	position:relative;
	line-height:0;
	margin:0 0 15px;
}
.content ul.pagination {
	margin:-40px auto 0;
	list-style-type:none;
	text-align:center;
}
.pagination li {
	display:inline-block;
	margin:0 3px;
	position:relative;
	z-index:9;
}
.pagination li a {
	display:inline-block;
	width:9px;
	height:9px;
	background-image:url(/images/pagination.png);
	background-position:0 0;
	overflow:hidden;
	text-indent:-999;
	font-size:0;
}
.pagination li.current a {
	background-position:-20px 0;
}
#slides .next,#slides .prev {
	position:absolute;
	top:75px;
	width:33px;
	height:33px;
	display:none;
	z-index:101;
}
#slides .prev {
	left:10px;
}
#slides .next {
	left:740px;
}
#slides:hover .next,
#slides:hover .prev {
	display:block;
}

.form_box {
  margin:30px 0 0 0;
}
.form_box h4 {
   color: #000;
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 15px;
    text-align: center;
}
.form_box .comment .row {
  display:block;
}
.form_box input[type='submit'] {
    background: #58ac30 none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: 18px;
    padding: 0 10px;
    text-decoration: none;
  margin:20px 0 0 170px;
}


.form_box div.comment {
  border:1px solid #f0efeb;
  background:#fff;
}



#slides {
	height:230px;
	position:relative;
	margin:0 0 20px;
}
.content ul.pagination {
	margin:-40px auto 0;
	list-style-type:none;
	text-align:center;
}
.pagination li {
	display:inline-block;
	margin:0 3px;
	position:relative;
	z-index:9;
}
.pagination li a {
	display:inline-block;
	width:9px;
	height:9px;
	background-image:url(/images/pagination.png);
	background-position:0 0;
	overflow:hidden;
	text-indent:-999;
	font-size:0;
}
.pagination li.current a {
	background-position:-20px 0;
}
#slides .next,#slides .prev {
	position:absolute;
	top:95px;
	width:33px;
	height:33px;
	display:none;
	z-index:101;
}
#slides .prev {
	left:10px;
}
#slides .next {
	left:642px;
}
#slides:hover .next,
#slides:hover .prev {
	display:block;
}





.form_podbor_zagosnova span {
    display: inline-block;
    width: 100%;
    font-size: 35px;
}
.form_podbor_zagosnova {
    text-align: center;
    font-size: 46px;
    line-height: 38px;
    color: #48214c;
    font-weight: bold;
	    margin-bottom: 30px;
}
 
.form_podbor_stolb {
    width: 20%;
}
.form_podbor_obsh {
    background: #cce7ff78;
    padding: 20px;
    border: 1px solid #d0d0d0;
}
.form_podbor_stolb_zag i {
    padding-left: 10px;
}
.form_podbor_stolb_zag {
    color: #48214c;
    font-weight: bold;
    font-size: 20px;
	    margin-bottom: 10px;
}
.form-check-input {
    -webkit-appearance: button;
}
.pokaz_vse {
    margin-top: 10px;
}
.pokaz_vse a {
    text-decoration: none;
    color: #2196F3;
    text-transform: lowercase;
}
.form_podbor_stolb_vozrast>input {
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 50px;
}
.form_podbor_stolb_vozrast .form-check {
    margin-top: 20px;
}
.form-check {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.form-check input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}


.form_podbor_stolb.color input {
    display: none;
}

.form_podbor_stolb.color label {
    font-size: 0px;
    width: 20px;
    height: 20px;
    background: #fff;
}

.form_podbor_stolb.color label.red {
    background: red;
}
.form_podbor_stolb.color label.blue {
    background: blue;
}
.form_podbor_stolb.color label.green {
    background: green;
}
.form_podbor_stolb.color label.green {
    background: green;
}
.form_podbor_stolb.color label.lightgray {
    background: lightgray;
}



.form_podbor_stolb.color .form_podbor_stolb_zag {
    width: 100%;
}

.form_podbor_stolb.color .form-check {
    float: left;
    margin-right: 5px;
    padding: 3px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form_podbor_stolb.color .pokaz_vse {
    width: 100%;
    clear: both;
}
.form_podbor_stolb.color label {
    opacity: 0.5;
    cursor:pointer
}
.form_podbor_stolb.color input:checked + label {
    opacity: 1;
}
.form_podbor_stolb:not(.color) .form-check{
    display:none;
}
.form_podbor_stolb:not(.color) .form-check:nth-child(2){
    display:flex;
}
.form_podbor_stolb:not(.color) .form-check:nth-child(3){
    display:flex;
}
.form_podbor_stolb:not(.color) .form-check:nth-child(4){
    display:flex;
}