.clearfix:after {
	content:"";
  display:table;
	clear:both;
}

.section-constructor * {
  box-sizing:border-box;
}

.section-constructor__container {
  width:1038px;
	padding:0 15px;
	margin:0 auto;
}

.section-constructor {
  padding:174px 0 100px 0;
	color:#3a434e;
	font-size:14px;
	line-height:22px;
}

.section-constructor h1 {
  text-align:center;
	font-family:"Roboto",sans-serif;
	font-size:36px;
	line-height:36px;
	color:#313131;
	text-transform:uppercase;
	font-weight:600;
	margin:0 0 33px 0;
}

.pd-constructor {
  position:relative;
}

.pd-constructor.loading:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:100;
  background:rgba(255,255,255,.7) url(../images/constructor/loader.gif) center center no-repeat;
}
#mail-popup.loading:before {content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:100;
  background:rgba(255,255,255,.7) url(../images/constructor/loader.gif) center center no-repeat;
}

.pd-constructor__row {
  margin:0 -15px;
}

.pd-constructor__left-col {
  width:41.66%;
	float:left;
	padding:0 15px;
	min-height:100px;
}

.constructor-floating.floating {
	width:402px;
	position:fixed;
	top:30px;
}


.pd-constructor__right-col {
  width:58.34%;
	float:left;
	padding:0 15px;
}

.pd-constructor .btn {
	cursor:pointer;
  display: inline-block;
  text-decoration: none !important;
  background: #2b333e;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 14px;
  height: 45px;
  padding: 9px 10px 0 40px;
  position: relative;
}

.pd-constructor .btn-dealer {
  background:#92c37c;
}

.pd-constructor .btn:hover {
  background:#7ba06b;
	box-shadow:0 2px 3px 0 rgba(0,0,0,.58);
}

.pd-constructor .btn-dealer:hover {
  background:#a0cb8d;
}

.pd-constructor .btn-2 {
  background: #92c37c;
  text-align: center;
  padding: 8px 10px 8px 10px;
  height: 43px;
}

.pd-constructor .btn-2:hover {
  background:#a0cb8d;
}

.pd-constructor__actions {
  font-size:0;
	line-height:0;
}

.pd-constructor__actions .btn {
  margin:0 5px 0 0;
}

.pd-constructor .btn-download:before {
  content:"";
	width:15px;
	height:21px;
	background:url(../images/constructor/btn-download.png);
	position:absolute;
	left:10px;
	top:12px;
}

.pd-constructor .btn-email:before {
  content:"";
	width:21px;
	height:15px;
	background:url(../images/constructor/btn-email.png);
	position:absolute;
	left:10px;
	top:15px;
}

.pd-constructor .btn-dealer:before {
  content:"";
	width:17px;
	height:15px;
	background:url(../images/constructor/btn-dealer.png);
	position:absolute;
	left:12px;
	top:15px;
}

.pd-constructor input[type=radio] {
  -webkit-appearance:radio;
  -moz-appearance:radio;
  appearance:radio;
}

.pd-constructor__form h2,
.pd-constructor__form .h2 {
  font-family:"Roboto",sans-serif;
	font-size:16px;
	line-height:22px;
	color:#313131;
	text-transform:uppercase;
	font-weight:bold;
	margin:18px 0 6px 0;
}

.pd-constructor__form h2:first-child,
.pd-constructor__form .h2:first-child {
	margin-top:0;
}

.pd-constructor__pic {
  margin:0 0 12px 0;
	text-align:center;
	position:relative;
	height:402px;
}

.pd-constructor__pic img {
	position:absolute;
	width:100%;
	display:block;
}

.pd-constructor__pic .section-mask {
	position:absolute;
	right:0;
	top:0;
	width:119px;
	height:100%;
	background:#fff;
}

.pd-constructor__price-table {
  width:100%;
	font-size:12px;
	line-height:16px;
	margin:0 0 11px 0;
}

.pd-constructor__price-table td {
	vertical-align:top;
}

.pd-constructor__price-table td.name {
  width:260px;
	padding:0 20px 5px 0;
}

.pd-constructor__price-table td.val {
  font-weight:600;
	padding:0 0 5px 0;
}

.pd-constructor__price-table tr.row-total td {
  border-bottom:1px solid #e3e5e8;
}

.pd-constructor__price-table tr.row-total td.name {
  font-size:16px;
	line-height:24px;
}

.pd-constructor__price-table tr.row-total td.name .ttl {
	line-height: 20px;
}

.pd-constructor__price-table tr.row-total td.name .sub-ttl {
	font-size: 12px;
	line-height: 16px;
	color: #808fa3;
	margin: 0 0 5px 0;
}

.pd-constructor__price-table tr.row-total td.val {
  font-size:22px;
	line-height:24px;
	font-weight:bold;
}

.pd-constructor__price-table tr.row-total + tr td {
	padding-top:10px;
}

.pd-constructor__tabs {
  display:table;
	width:100%;
	font-size:14px;
	line-height:22px;
	font-weight:600;
	text-transform:uppercase;
	color:#282828;
}

.pd-constructor__tabs-item {
  display:table-cell;
	text-align:center;
	vertical-align:middle;
	background:#f8fafc;
	border:1px solid #e3e5e8;
	border-radius:4px 4px 0 0;
	padding:5px 10px 5px 10px;
	cursor:pointer;
}

.pd-constructor__tabs-item.active {
  background:#fff;
	border-bottom-color:#fff;
	cursor:default;
}

.pd-constructor__tabs-radios {
  /* position:absolute;
	width:0;
	height:0;
	overflow:hidden;
	visibility:hidden; */
}

.pd-constructor__tabs input[type=radio] {
	
}

.pd-constructor__tabs-content {
  background:#fff;
	border:1px solid #e3e5e8;
	border-top:none;
	padding:16px 17px 15px 17px;
}

.pd-constructor__body-form .form-group + .form-group {
  margin:12px 0 0 0;
}

.pd-constructor__body-form .field-name {
  font-size:14px;
	line-height:22px;
	float:left;
	width:155px;
	padding:0 20px 0 0;
}

.pd-constructor__body-form .field-wrapper {
	margin-left:155px;
	font-size:14px;
	line-height:22px;
}

.pd-constructor__body-form .form-radio {
	display:inline-block;
	width:155px;
	padding:0 20px 0 0;
}

.pd-constructor__form input[type=radio] {
  visibility:hidden;
	position:absolute;
}

.pd-constructor__form input[type=radio] + label {
	position:relative;
	margin:0 0 0 0;
	padding:0 0 0 25px;
	font-size:14px;
	line-height:22px;
	font-weight:normal;
	color:#3a434e;
}

.pd-constructor__form input[type=radio]:checked + label {
	color:#808fa3;
}

.pd-constructor__form input[type=radio] + label:before {
	content:"";
	width:16px;
	height:16px;
	background:url(../images/constructor/radio.png) 0 0 no-repeat;
	position:absolute;
	left:0;
	top:0;
}

.pd-constructor__form input[type=radio]:checked + label:before {
	background-position:0 -16px;
}

.pd-constructor__form .radio-trigger .radio-field {
  position:absolute;
	visibility:hidden;
	width:0;
	height:0;
	overflow:hidden;
}

.pd-constructor__section-header {
  margin:0 0 7px 0;
}

.pd-constructor__section-header .name {
	font-weight:600;
}

.pd-constructor__section-header .val {
	color:#808fa3;
}

.pd-constructor__variant-selector {
  margin:0 0 0 0;
	font-size:0;
	line-height:0;
}

.pd-constructor__variant-item {
	position:relative;
	margin:0 10px 10px 0;
  display:inline-block;
	cursor:pointer;
}

.pd-constructor__variant-item img {
	display:block;
}

.pd-constructor__variant-item.active:before,
.pd-constructor__variant-slide.active:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	border:3px solid #92c37c;
	pointer-events:none;
}

.pd-constructor__doors-form-section + .pd-constructor__doors-form-section {
  margin:17px 0 0 0;
}

.pd-constructor__variant-selector {
  
}

.pd-constructor__variant-selector .slick-slide {
  margin:0 10px 0 0;
	outline:none !important;
	position:relative;
	cursor:pointer;
}

.pd-constructor__variant-selector .slick-prev,
.pd-constructor__variant-selector .slick-next {
  width:30px;
	height:30px;
	text-indent:-10000px;
	overflow:hidden;
	position:absolute;
	top:50%;
	margin-top:-15px;
	border:none;
	background-color:transparent;
	background-image:url(../images/constructor/slider-arrows.png);
	background-repeat:no-repeat;
	z-index:10;
	cursor:pointer;
}

.pd-constructor__variant-selector .slick-prev {
  left:-15px;
	background-position:0 0;
}

.pd-constructor__variant-selector .slick-prev:hover {
	background-position:0 -30px;
}

.pd-constructor__variant-selector .slick-next {
  right:-15px;
	background-position:-30px 0;
}

.pd-constructor__variant-selector .slick-next:hover {
	background-position:-30px -30px;
}

.pd-constructor__variant-selector .slick-prev.slick-disabled,
.pd-constructor__variant-selector .slick-next.slick-disabled {
	opacity:.5 !important;
	display:block !important;
}

.pd-color-slider .slick-slide {
  width:60px;
}

.pd-constructor__internal-content {
  display:table;
	width:100%;
}

.pd-internal__content-item {
  display:table-cell;
	width:33.33%;
	border:1px solid #e3e5e8;
	padding:10px 20px 10px 20px;
}

.pd-internal__content-item + .pd-internal__content-item {
	border-left:none;
}

.pd-internal__content-item .section-name {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 4px 0;
}

.pd-internal__content-item .section-variant {
	text-align:center;
	margin:0 0 12px 0;
}

.pd-internal__content-item .section-variant a {
	color:#808fa3;
}

.pd-internal__content-item .section-pic {
  text-align:center;
	margin:0 0 10px 0;
}

.pd-internal__content-item .btn {
  width:100%;
	display:block;
}

.pd-internal__content-item .section-data {
	margin:13px 0 0 0;
}

.pd-internal__content-item .section-data__item {
  padding:7px 0 6px 0;
}

.pd-internal__content-item .section-data__item + .section-data__item {
	border-top:1px solid #e3e5e8;
}

.pd-internal__content-item .section-data__item .data-item__name {
	font-size:12px;
	line-height:16px;
	text-transform:uppercase;
	margin:0 0 1px 0;
}

.pd-internal__content-item .section-data__item .data-item__val {
	font-size:12px;
	line-height:16px;
	color:#808fa3;
}

.pd-internal__content-item .section-data__item ul {
  margin:0;
	list-style:none;
}

.pd-internal__content-item .section-data__item ul > li {
  position: relative;
  padding: 0 0 0 10px;
  margin: 0 0 4px 0;
}

.pd-internal__content-item .section-data__item ul > li:before {
	content:"";
	width:3px;
	height:3px;
	border-radius:50%;
	background:#808fa3;
	position:absolute;
	left:0;
	top:6px;
}

.pd-variant-popup {
  position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:1000;
	background:rgba(255,255,255,.95);
	overflow:auto;
	display:none;
}

.pd-popup-content {
	width: 942px;
  margin: 0 auto;
  position: relative;
  padding: 32px 15px 32px 15px;
}

.pd-popup-close {
	width: 26px;
  height: 26px;
  position: absolute;
  right: -22px;
  top: 32px;
  background: url(../images/constructor/pd-popup-close.png) 0 0 no-repeat;
  cursor: pointer;
}

.pd-popup-ttl {
  font-size:24px;
	line-height:30px;
	text-transform:uppercase;
	font-weight:600;
	margin:0 0 21px 0;
	text-align:center;
}

.pd-variants-list {
  display:table;
	width:100%;
}

.pd-variants-row {
  display:table-row;
}

.pd-variants-item {
  display:table-cell;
	width:25%;
	border:1px solid #e3e5e8;
	border-radius:4px;
	background:#fff;
	cursor:pointer;
}

.pd-variants-item.active {
  border:2px solid #92c37c;
}

.pd-variant-header {
	background: #eef2f6;
  border-bottom: 1px solid #e3e5e8;
  padding: 15px 10px 9px 120px;
  position: relative;
}

.pd-variants-item.active .pd-variant-header {
	background:#92c37c;
	border-bottom-color:#92c37c;
	padding:14px 9px 9px 119px;
}

.pd-variant-num {
  font-size: 42px;
  line-height: 42px;
  font-weight: 600;
  margin: 0 0 4px 0;
}

.pd-variant-name {
  text-transform:uppercase;
}

.pd-variant-body {
  padding:11px 15px 10px 15px;
	position:relative;
}

.pd-variants-item.active .pd-variant-body {
  padding:11px 14px 9px 14px;
}

.pd-variant-pic {
  width:92px;
	float:left;
}

.pd-variant-pic img {
	display:block;
	width:100%;
	margin:-85px 0 0 0;
}

.pd-variant-info {
  margin-left:105px;
}

.pd-variant-info ul {
  list-style:none;
	padding:0;
	margin:0;
	font-size:12px;
	line-height:14px;
	color:#808fa3;
}

.pd-variant-info ul > li {
  margin:0 0 3px 0;
}

.pd-variant-check {
  width:24px;
	height:24px;
	background:url(../images/constructor/variant-check.png) 0 0 no-repeat;
	position:absolute;
	right:14px;
	top:19px;
}

.pd-variants-item.active .pd-variant-check {
  background-position:0 -24px;
}

/*mail-popup*/
.mail-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
}
.mail-popup.active {
	display: block;
}
.mail-popup__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255, 255, 0.95);
}
.mail-popup__body {
	width: 484px;
	background: #e3e5e8;
	border-radius: 5px;
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -242px;
	padding: 35px;
	padding-bottom: 18px;
}
.mail-popup__close {
	width: 26px;
  height: 26px;
  position: absolute;
  right: -50px;
  top: 0;
	padding: 0;
	border: none;
  background: url(../images/constructor/pd-popup-close.png) 0 0 no-repeat;
	cursor: pointer;
}
.mail-popup__header {
	font-family:"Roboto",sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #3a434e;
	text-transform: uppercase;
	margin-bottom: 25px;
	text-align: center;
}
.input-item label {
	display: inline-block;
	width: 72px;
	color: #808fa3;
}
.input-item:not(:last-child) {
	margin-bottom: 15px;
}
.input-item input {
	display: inline-block;
	width: 330px;
	padding: 12px 12px 8px;
	border: 1px solid #e3e5e8;
	margin: 0;
	border-radius: 5px;
	font-size: 18px;
	color: #acacac;
}
.input-item input[type="tel"] {
	width: 180px;
	height: 46px;
	outline: none;
	font-size: 18px;
	color: #acacac;
}
.input-item input[type="submit"] {
	width: auto;
	background: #92c37c;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 15px 23px;
	outline: none;
}
.input-item label.error {
	display: block;
	width: auto;
	padding-left: 90px;
	font-size: 12px;
	line-height: 18px;
	color: #d24a43;
}
.input-item input.error {
	border-color: #d24a43;
}
/*mail-popup*/