/* */
.dvd-wrap p, 
.dvd-wrap h1, 
.dvd-wrap h2, 
.dvd-wrap h3, 
.dvd-wrap h4, 
.dvd-wrap h5,
.dvd-wrap h6 {
	margin: 0;
	padding: 0;
	text-align: left;
}
.dvd-wrap .container {
	padding-bottom: 20px;
}
.dvd-wrap {
	overflow: hidden;
	position: relative;
}
.dvd-wrap__box {
	width: 20000px;
	height: 20000px;
	background-color: #eff1f1;
	position: absolute;
	bottom: -19719px;
	left: -10000px;
	z-index: -2;
	-webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
}
/* */
.dvd-wrap__one-two {
	width: 100%;
	text-align: center;
	margin-bottom: 47px;
}
.dvd-wrap__one-two p {
	font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: #bcbcbc;
    display: inline-block;
    cursor: pointer;
}
p.dvd-wrap__one {
	margin-right: 20px;
}
.dvd-form.dvd-form--active-two .dvd-wrap__two {
	color: black;
}
.dvd-form.dvd-form--active-one .dvd-wrap__one {
	color: black;
}
.dvd-wrap__one-two:after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 96px;
	height: 4px;
	background-color: black;
	margin-top: 37px;
}
/* */
.dvd-wrap__items {
	float: left;
	width: 100%;
	text-align: center;
}
.dvd-wrap__items__group {
	float: left;
	width: 100%;
	text-align: center;
}
/* */
.dvd-wrap__item {
	height: 185px;
	width: 250px;
	border: 2px solid black;
	float: left;
	box-sizing: border-box;
    padding: 18px;
    position: relative;
    display: inline-block;
    float: none;
	overflow: hidden;
	margin: 10px;
	margin-bottom: 4px;
}
.dvd-wrap__item__checkbox {
	width: 30px;
	height: 30px;
	background-color: #d9d9d9;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	background-image: url('../images/checked.png');
	background-repeat: no-repeat;
	background-position: 0 -30px;
}
.dvd-wrap__item__checkbox:hover {
	background-position: 0 0;
}
.dvd-wrap__item__checkbox.dvd--active {
	background-color: #f8e654;
	background-position: 0 0;
	z-index: 10001;
}
.dvd-wrap__item:nth-child(4n) {
	//margin-right: 0;
}
.dvd-wrap__item h2 {
	font-size: 12px;
	text-transform: none;
	line-height: 21px;
	padding-right: 20px;
}
.dvd-wrap__item p {
	font-size: 11px;
    line-height: 12px;
	height: 79px;
	overflow: hidden;
	margin-top: 6px;
}
.dvd-wrap__item__more {
	position: absolute;
	left: 20px;
	bottom: 12px;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 10px;
	color: #808080;
	border-bottom: 2px solid #f8e654;
	line-height: 16px;
	z-index: 10001;
}
.dvd-wrap__item__more span:nth-child(1) {
	display: none;
}
.dvd-wrap__item__black {
	display: none;
}
.dvd-wrap__item__black span {
	position: absolute;
	top: 20px;
	left: 20px;
	color: white;
	font-size: 12px;
	font-weight: bold;
}
/* */
.dvd-wrap__items__description-wrap {
	background-color: rgba(232, 233, 232, 1);
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5%;
	width: 90%;
}
.dvd-wrap__description-item {
	float: left;
	display: none;
	padding: 48px 20px;
	padding-bottom: 30px;
}
.dvd-wrap__d-i__left {
	width: 33%;
	float: left;
}
.dvd-wrap__d-i__left h2 {
	font-size: 18px;
	text-transform: lowercase;
	text-transform: none;
	text-align: left;
}
.dvd-wrap__d-i__left p {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}
.dvd-wrap__d-i__add {
	font-size: 12px;
	text-transform: uppercase;
	background-color: #f8e654;
	padding: 3px 25px;
	cursor: pointer;
	display: inline-block;
}
.dvd-wrap__d-i__right {
	width: 66%;
	float: right;
	padding-top: 33px;
}
/* */
.dvd-wrap__r__item {
	width: 50%;
	float: left;
	height: 118px;
}
.dvd-wrap__r__item h3, .dvd-wrap__r__item h4, .dvd-wrap__r__item h5 {
	text-transform: none;
	text-align: left;
	margin: 0;
}
.dvd-wrap__r__item h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.dvd-wrap__r__item h4, .dvd-wrap__r__item h5 {
	font-size: 12px;
	font-weight: normal;
}
.dvd-wrap__r__item h4 span {
	color: #6e706f;
}
.dvd-wrap__r__item h5 span {
	border: 1px solid grey;
	padding: 2px 7px;
}
/* */
.dvd-wrap__sent {
	width: 100%;
	text-align: center;
	background-color: #f8e653;
	padding-top: 34px;
	padding-bottom: 34px;
}
.dvd-wrap__sent input {
	border-radius: none;
	background: none;
	border: none;
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px 55px;
	border: 1px solid black;
}
/* */
.dvd-wrap__selected-wrap {
	width: 100%;
	text-align: center;
}
.dvd-wrap__selected-wrap p {
	display: none;
	font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: black;
    margin-bottom: 24px;
    position: relative;
    top: -13px;
}
/* */
.dvd-wrap__personal-data-wrap {
	width: 100%;
	text-align: center;
	position: relative;
	float: left;
	padding-top: 35px;
	padding-bottom: 30px;
	display: none;
}
.dvd-wrap__personal-data-wrap:before {
	content: "";
	display: block;
	margin: 0 auto;
	width: 96px;
	height: 4px;
	background-color: black;
	margin-top: 0;
}
.dvd-wrap__personal-data-wrap p {
	display: inline-block;
	font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: black;
    margin-bottom: 14px;
    position: relative;
    top: 0;
    margin-top: 33px;
}
.dvd-wrap__personal-data-wrap span {
	display: block;
	width: 100%;
	text-align: center;
	color: #f87253;
	font-size: 12px;
}
/* */
.dvd-wrap__inputes {
	float: left;
	display: none;
}
.dvd-wrap__input-item {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 0 10px; 
	height: 90px;
}
.dvd-wrap__input-item label, .dvd-wrap__input-item p {
	width: 100%;
	display: block;
	font-size: 12px;
	color: #666666;
}
label.dvd-wrap__i-i__label {
	width: auto;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	padding: 2px 37px;
	margin-right: 20px;
	box-sizing: border-box;
	border: 1px solid black;
	cursor: pointer;
}
.dvd-wrap__input-item input {
	width: 100%;
	background: none;
	border: none;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 5px 0;
	font-size: 14px;
	font-weight: bold;
}
.dvd-wrap__input-item input.error {
	border-top: 1px solid #f87253;
	border-bottom: 1px solid #f87253;
}
.dvd-wrap__input-item input[type="radio"] {
	display: none;
}
input[id="courier"]:checked ~ label[for="courier"], input[id="pickup"]:checked ~ label[for="pickup"] {
	background-color: black;
	color: white;
}
/* 2 */
.dvd-form.dvd-form--active-two .dvd-wrap__selected-wrap p {
	display: inline-block;
}
.dvd-form.dvd-form--active-two .dvd-wrap__item {
	display: none;
}
.dvd-form.dvd-form--active-two .dvd-wrap__item.dvd--active {
	display: block;
}
.dvd-form.dvd-form--active-two .dvd-wrap__personal-data-wrap, .dvd-form.dvd-form--active-two .dvd-wrap__inputes {
	display: block;
}
.dvd-form.dvd-form--active-two .dvd-wrap__item__more {
	display: none;
}
.dvd-form.dvd-form--active-two .dvd-wrap__item {
	margin-left: 10px;
	margin-right: 10px;
	width: 250px;
}
.dvd-form.dvd-form--active-two .dvd-wrap__item p {
	height: 94px;
}
/*.dvd-form.dvd-form--active-one .dvd-wrap__description-item.dvd--active {
	display: block;
}*/
.popup_visible .dvd-wrap__description-item.dvd--active {
	display: block;
}

.dvd-wrap__item.dvd--more .dvd-wrap__item__black {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: black;
	display: block;
	z-index: 10000;
}

.dvd-wrap__item.dvd--more span:nth-child(2) {
	display: none;
}
.popup_wrapper.popup_wrapper_visible {
	padding-top: 146px;
}
.my_popup_close {
	position: absolute;
	top: 10px;
	right: 10px;
	display: none;
	border: none;
	background: none;
	width: 30px;
	height: 30px;
	border: 1px solid black;
}
.my_popup_close:after, .my_popup_close:before {
	content: "";
	display: block;
	width: 2px; 
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
	background-color: black;
}
.my_popup_close:after {
	-webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.my_popup_close:before {
	-webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.popup_visible .my_popup_close {
	display: block;
}
.dvd-form.dvd-form--active-two .dvd-wrap__items__group {
	float: none;
	text-align: center;
	width: 100%;
}
.dvd-form.dvd-form--active-two .dvd-wrap__item.dvd--active {
	display: inline-block;
	float: none;
}
.dvd-form.dvd-form--active-two .dvd-wrap__items {
	width: 100%;
}