body.modal-is-visible{
	overflow: hidden;
	position: relative;
}
.cd-user-modal{
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0,0,0,0.55);
	z-index: 5000;
}
.cd-user-modal .cd-wrapper{
	max-width: 800px;
	position: relative;
	margin: 0 auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	box-shadow: 0 0 7px rgba(0,0,0,0.7);
	background-color: #fff;
}
.cd-user-modal .cd-wrapper.cd-hidden{
	border: transparent;
	background: transparent;
	box-shadow: none;
}
.cd-user-modal .cd-wrapper.cd-hidden .cd-close-form{
	display: none;
}
.cd-user-modal .cd-modal-content{
	margin: 0 auto;
	position: relative;
	padding: 30px 25px;
}

.cd-modal-content p{
  text-align: center;
  color: #8e8e8e;
}
.cd-user-modal .cd-close-form{
	display: block;
	z-index: 100;
	position: absolute;
	width: 32px;
	height: 32px;
	right: 10px;
	top: 10px;
	background: url("cd-icon-close.svg") no-repeat center center transparent;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	text-indent: 100%;
	background-size: 100%;
	white-space: nowrap;
	overflow: hidden;
	opacity: 0.4;
}
.cd-user-modal .cd-close-hidden{
	display: none;
	z-index: 105;
}
.cd-user-modal .cd-close-form:hover{
	text-decoration: none;
	cursor: pointer;
	opacity: 1;
}
.cd-user-modal h3.modal-name{
	font-family: 'a_MachinaOrto-Regular', sans-serif;
	font-size: 34px;
	line-height: 38px;
	letter-spacing: normal;
	color: #5a5450;
	text-align: center;
	margin: 0;
	padding: 0;
}

.cd-user-modal .message{
	display: none;
	text-align: center;
	font-family: 'OpenSans-Regular', sans-serif;
	font-style: normal;
	font-size: 20px;
	line-height: 26px;
	color: #000;
}
.cd-user-modal .message iframe{
	display: block;
	width: 100%;
	height: 400px;
}







.cd-modal-content{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.cd-modal-content .help-text{
	color: #5a5450;
	font-family: "Open Sans", sans-serif;
	font-size: 19px;
	line-height: 24px;
	text-align: center;
	margin: 10px 0;
}
.cd-modal-content .wrap{
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cd-modal-content .wrap:last-child{
	margin-top: 25px;
}
.cd-modal-content.contact-form{
	position: relative;
}
.cd-modal-content .inp-all{
	width: 100%;
	display: block;
	font-family: 'Open Sans Semibold', sans-serif;
	font-size: 18px;
	line-height: 21px;
	text-transform: none;
	text-align: left;
	padding: 14px 18px;
	height: 51px;
	border: 1px solid #534d49;
	background-color: #fff;
	color: #4d4d4d;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.cd-modal-content .inp-all::-ms-clear{
	display: none;
}
.cd-modal-content .inp-all::-webkit-input-placeholder{
	color: #4d4d4d;
	opacity: 1;
}
.cd-modal-content .inp-all:-moz-placeholder,
.cd-modal-content .inp-all::-moz-placeholder{
	color: #4d4d4d;
	opacity: 1;
}
.cd-modal-content .inp-all:-ms-input-placeholder{
	color: #4d4d4d;
	opacity: 1;
}
.cd-modal-content .inp-all:invalid {
	border-color: #534d49;
	box-shadow: none;
}
.cd-modal-content .inp-all:valid {
	border-color: #000;
}
.cd-modal-content .inp-all:hover{
	outline: none;
	border: 1px solid #000;
	color: #000;
}
.cd-modal-content .inp-all:focus{
	color: #000;
}


.cd-modal-content label{
	display: block;
	text-align: left;
	font-family: 'Open Sans Semibold', sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #4d4d4d;
	margin-bottom: 5px;
}
.cd-modal-content label span.error{
	display: none;
	color: #ff9930;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.cd-modal-content textarea{
	overflow: auto;
	resize: vertical;
	padding: 0 16px;
	min-height: 95px;
}
.cd-modal-content input[type="submit"],
.cd-modal-content button{
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 8px 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	font-family: 'a_MachinaOrto-Regular', sans-serif;
	font-size: 32px;
	line-height: 32px;
	letter-spacing: normal;
	text-decoration: none;
	color: #fff;
	border: 1px solid #f38544;
	background: #ff9930;
	box-shadow: 5px 4px 0 0 #b9b9b9;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.cd-modal-content input[type="submit"]:hover,
.cd-modal-content input[type="submit"]:focus,
.cd-modal-content button:hover,
.cd-modal-content button:focus{
	border: 1px solid #f38544;
	background: #ee8015;
	box-shadow: 5px 4px 0 0 #8e8e8e;
}
.cd-modal-content input[type="submit"]:active,
.cd-modal-content button:active{
	border: 1px solid #f38544;
	background: #ee8015;
	box-shadow: 5px 4px 0 0 #8e8e8e;
}
.cd-modal-content input[type="submit"].disabled,
.cd-modal-content button.disabled{
	cursor: default;
	opacity: 1;
}
.cd-modal-content input[type="submit"].disabled:hover,
.cd-modal-content button.disabled:hover{
	cursor: default;
	opacity: 1;
}








.cd-modal-content.top-form{
	padding: 15px 35px 62px 35px;
	border: 2px solid #ff6700;
	border-bottom: none;
}
.cd-modal-content.top-form:before{
	content: '';
	display: block;
	width: 100%;
	height: 15px;
	position: absolute;
	left: 0;
	bottom: -7px;
	right: 0;
	background: url("../img/dec-img-1.png") no-repeat left center,
				url("../img/dec-img-2.png") no-repeat right center;
}
.cd-modal-content.top-form .title{
	color: #fff;
	font-family: 'OpenSans-Semibold', sans-serif;
	font-size: 22px;
	line-height: 29px;
	text-align: center;
	margin-bottom: 15px;
}
.cd-modal-content.top-form .title span.sized{
	display: inline-block;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 32px;
	letter-spacing: -0.75px;
}
.cd-modal-content.top-form .wrap:last-child{
	margin-top: 0;
}
.cd-modal-content.top-form label{
	color: #fff;
}
.cd-modal-content.top-form input[type="submit"]{
	position: absolute;
	width: 70%;
	bottom: -17px;
	left: 15%;
	right: 15%;
}







.cd-modal-content.trademarks-form{
	border-bottom: none;
	float: right;
	max-width: 320px;
}
.cd-modal-content.trademarks-form .title{
	color: #fff;
	font-family: 'OpenSans-Semibold', sans-serif;
	font-size: 22px;
	line-height: 25px;
	text-align: center;
	margin-bottom: 15px;
}
.cd-modal-content.trademarks-form .wrap:last-child{
	margin-top: 35px;
}
.cd-modal-content.trademarks-form label{
	color: #fff;
}
.cd-modal-content.trademarks-form input[type="submit"]{
	font-size: 28px;
	line-height: 28px;
	position: absolute;
	width: 99%;
	right: 10px;
	left: 0;
}






.cd-modal-content.price-action-form{
	border-bottom: none;
	max-width: 320px;
	margin-top: 25px;
}
.cd-modal-content.price-action-form .title{
	font-family: 'OpenSans-Semibold', sans-serif;
	font-size: 22px;
	line-height: 25px;
	text-align: center;
	margin-bottom: 15px;
	color: #57514e;
}
.cd-modal-content.price-action-form .wrap:last-child{
	margin-top: 35px;
}
.cd-modal-content.price-action-form label{
	color: #000;
}
.cd-modal-content.price-action-form input[type="submit"]{
	font-size: 28px;
	line-height: 28px;
	position: absolute;
	width: 99%;
	right: 10px;
	left: 0;
}







.cd-modal-content.consultation-form{
	position: relative;
	padding: 35px 10px;
	border: 2px solid #ff9930;
	margin: 50px auto;
	max-width: 950px;
}
.cd-modal-content.consultation-form .title{
	font-family: 'a_MachinaOrto-Regular', sans-serif;
	font-size: 34px;
	line-height: 40px;
	letter-spacing: normal;
	color: #2f2f2f;
	text-align: center;
	position: absolute;
	top: -28px;
	left: 0;
	right: 0;
}
.cd-modal-content.consultation-form .title h3{
	display: inline-block;
	background: #fff;
	padding: 5px 15px;
	border: 2px solid #ff9930;
}
.cd-modal-content.consultation-form p{
	font-size: 22px;
	line-height: 25px;
	text-align: center;
}
.cd-modal-content.consultation-form .wrapper{
	max-width: 70%;
	margin: 20px auto;
}
.cd-modal-content.consultation-form .wrap{
	width: 40%;
	float: left;
	margin: 0 5% 0 5%;
}
.cd-modal-content.consultation-form .wrap:last-child{
	margin-top: 0;
}
.cd-modal-content.consultation-form label{
	color: #000;
}
.cd-modal-content.consultation-form input[type="submit"]{
	font-size: 28px;
	line-height: 28px;
	position: absolute;
	width: 46%;
	left: 27%;
	right: 27%;
	bottom: -22px;
}
.cd-modal-content.consultation-form .inp-all{
	border-color: #ff9930;
}





.fieldset .cd-cont{
	float: left;
	width: 65%;
	padding: 0 15px 0 0;
	font-family: 'OpenSans-Semibold', sans-serif;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 370px;
	text-align: center;
}
.fieldset .cd-cont .wrap{
	width: 99%;
	display: inline-block;
	vertical-align: middle;
}
.fieldset .cd-cont .cd-cont:before{
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.fieldset .cd-cont .img-wrap{
	margin-top: 15px;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.fieldset .cd-cont .img-wrap img{
	display: inline-block;
}
.fieldset .cd-form{
	float: left;
	width: 35%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fieldset .cd-form .help-text{
	margin-bottom: 25px;
}
.fieldset ul.styled{
	display: block;
	padding: 5px 0;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.35px;
	list-style-position: inside;
}
.fieldset ul.styled li{
	position: relative;
	display: block;
	padding-left: 24px;
	margin: 7px 0
}
.fieldset ul.styled li:before{
	content: '';
	display: block;
	position: absolute;
	width: 14px;
	height: 14px;
	left: 4px;
	top: 6px;
	background: url("../img/dec-img-6.png") no-repeat 0 0 transparent;
}






.set .cd-cont{
	font-family: 'OpenSans-Semibold', sans-serif;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.set .cd-cont .wrap{
	float: left;
	width: 70%;
	padding: 0 15px 0 0;
}
.set .cd-cont .img-wrap{
	float: left;
	width: 30%;
}
.set .cd-cont .img-wrap .image{
	margin: 0 auto;
	width: 155px;
	height: 155px;
	font-size: 0;
	line-height: 0;
	text-align: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	border-radius: 100%;
	border: 1px solid #534d49;
}
.set .cd-cont .img-wrap .image:before{
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.set .cd-cont .img-wrap .image img{
	display: inline-block;
	vertical-align: middle;
}
.set .cd-form-other .wrapper{
	margin-top: 20px;
}
.set .cd-form-other .wrapper .wrap{
	width: 47%;
	float: left;
	margin-right: 5%;
	padding: 12px 0;
}
.set .cd-form-other .wrapper .wrap:last-child{
	margin-right: 0;
	width: 48%;
}
.set .cd-form-other .wrap{
	margin-top: 0;
}
.set .cd-form-other label{
	color: #000;
}
.set .cd-form-other input[type="submit"]{
	font-size: 28px;
	line-height: 28px;
}
.set .cd-form-other .inp-all{
	border-color: #ff9930;
}
.set ul.styled{
	display: block;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.35px;
	list-style-position: inside;
}
.set ul.styled li{
	position: relative;
	display: block;
	padding-left: 24px;
	margin: 7px 0
}
.set ul.styled li:before{
	content: '';
	display: block;
	position: absolute;
	width: 14px;
	height: 14px;
	left: 4px;
	top: 6px;
	background: url("../img/dec-img-6.png") no-repeat 0 0 transparent;
}







.img-set .cd-cont{
	font-family: 'OpenSans-Semibold', sans-serif;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.img-set .cd-cont .image{
	float: left;
	width: 32%;
	margin-left: 2%;
}
.img-set .cd-cont .image:first-child{
	margin-left: 0;
}
.img-set .cd-cont .image div{
	margin: 0 auto;
	width: 155px;
	height: 200px;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.img-set .cd-cont .image div:before{
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.img-set .cd-cont .image img{
	display: inline-block;
	vertical-align: middle;
	width: 120px;
}
.img-set .cd-cont .image p{
	padding: 10px 0;
}
.img-set .cd-form-other .wrapper{
	margin-top: 20px;
}
.img-set .cd-form-other .wrapper .wrap{
	width: 47%;
	float: left;
	margin-right: 5%;
	padding: 12px 0;
}
.img-set .cd-form-other .wrapper .wrap:last-child{
	margin-right: 0;
	width: 48%;
}
.img-set .cd-form-other .wrap{
	margin-top: 0;
}
.img-set .cd-form-other label{
	color: #000;
}
.img-set .cd-form-other input[type="submit"]{
	font-size: 28px;
	line-height: 28px;
}
.img-set .cd-form-other .inp-all{
	border-color: #ff9930;
}









.regards-block{
	margin: 0 auto;
	background: #fff;
}
.regards-block .center{
	max-width: 550px;
	margin: 0 auto;
	padding: 10px;
}
.regards-block .top{
	background: #fff;
	text-align: center;
}
.regards-block .logo{
	display: inline-block;
	margin: 0 auto;
	height: 71px;
	background: url("../img/logo.png") no-repeat left top transparent;
	padding-left: 197px;
	font-family: 'OpenSans-Regular', sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #000;
}
.regards-block .logo span{
	display: block;
	text-align: left;
	padding-top: 17px;
}
.regards-block .usr-message{
	background: url("../img/f0-bg.jpg") no-repeat center center #01738d;
	padding: 10px;
}
.regards-block .usr-message .center{
	padding: 5% 0;
}
.regards-block .usr-message span{
	display: block;
	padding: 25px 0;
	font-family: 'a_MachinaOrto-Regular', sans-serif;
	font-size: 34px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.regards-block .usr-message p{
	font-family: 'OpenSans-Semibold', sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	text-align: center;
}
.regards-block .usr-cont{
	font-family: 'Sunline-Regular', sans-serif;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #4d4d4d;
}
.regards-block .usr-cont a{
	color: #4d4d4d;
	text-decoration: none;
}
.regards-block .usr-cont a:hover{
	color: #4d4d4d;
	text-decoration: underline;
}









p.cont{
	font-family: 'OpenSans-Regular', sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #000;
	padding: 15px;
	text-align: center;
	min-height: 480px;
}
.cd-user-modal .cd-process{
	display: none;
}
.cd-user-modal .cd-process.cd-process-visible{
	display: block;
}
.cd-user-modal .cd-process .sk-folding-cube {
	margin: 20px auto;
	width: 80px;
	height: 80px;
	position: relative;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.cd-user-modal .cd-process .sk-folding-cube .sk-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1); 
}
.cd-user-modal .cd-process .sk-folding-cube .sk-cube:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5001;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
	-moz-animation: sk-foldCubeAngle 2.4s infinite linear both;
	-o-animation: sk-foldCubeAngle 2.4s infinite linear both;
	animation: sk-foldCubeAngle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}
.cd-user-modal .cd-process .sk-folding-cube .sk-cube2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	-moz-transform: scale(1.1) rotateZ(90deg);
	-ms-transform: scale(1.1) rotateZ(90deg);
	-o-transform: scale(1.1) rotateZ(90deg);
	transform: scale(1.1) rotateZ(90deg);
}
.cd-user-modal .cd-process .sk-folding-cube .sk-cube3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	-moz-transform: scale(1.1) rotateZ(180deg);
	-ms-transform: scale(1.1) rotateZ(180deg);
	-o-transform: scale(1.1) rotateZ(180deg);
	transform: scale(1.1) rotateZ(180deg);
}
.cd-user-modal .cd-process .sk-folding-cube .sk-cube4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	-moz-transform: scale(1.1) rotateZ(270deg);
	-ms-transform: scale(1.1) rotateZ(270deg);
	-o-transform: scale(1.1) rotateZ(270deg);
	transform: scale(1.1) rotateZ(270deg);
}
.cd-user-modal .cd-process .sk-folding-cube .sk-cube2:before {
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	-o-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.cd-user-modal .cd-process .sk-folding-cube .sk-cube3:before {
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.cd-user-modal .cd-process .sk-folding-cube .sk-cube4:before {
	-webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
	-o-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
	-webkit-transform: perspective(140px) rotateX(-180deg);  
	-moz-transform: perspective(140px) rotateX(-180deg);
	-ms-transform: perspective(140px) rotateX(-180deg);
	-o-transform: perspective(140px) rotateX(-180deg);
	transform: perspective(140px) rotateX(-180deg);
	opacity: 0; 
  } 25%, 75% {
	-webkit-transform: perspective(140px) rotateX(0deg);  
	-moz-transform: perspective(140px) rotateX(0deg);
	-ms-transform: perspective(140px) rotateX(0deg);
	-o-transform: perspective(140px) rotateX(0deg);
	transform: perspective(140px) rotateX(0deg);
	opacity: 1; 
  } 90%, 100% {
	-webkit-transform: perspective(140px) rotateX(180deg);  
	-moz-transform: perspective(140px) rotateX(180deg);
	-ms-transform: perspective(140px) rotateX(180deg);
	-o-transform: perspective(140px) rotateX(180deg);
	transform: perspective(140px) rotateX(180deg);
	opacity: 0; 
  } 
}
@-moz-keyframes sk-foldCubeAngle {
  0%, 10% {
	-webkit-transform: perspective(140px) rotateX(-180deg);  
	-moz-transform: perspective(140px) rotateX(-180deg);
	-ms-transform: perspective(140px) rotateX(-180deg);
	-o-transform: perspective(140px) rotateX(-180deg);
	transform: perspective(140px) rotateX(-180deg);
	opacity: 0; 
  } 25%, 75% {
	-webkit-transform: perspective(140px) rotateX(0deg);  
	-moz-transform: perspective(140px) rotateX(0deg);
	-ms-transform: perspective(140px) rotateX(0deg);
	-o-transform: perspective(140px) rotateX(0deg);
	transform: perspective(140px) rotateX(0deg);
	opacity: 1; 
  } 90%, 100% {
	-webkit-transform: perspective(140px) rotateX(180deg);  
	-moz-transform: perspective(140px) rotateX(180deg);
	-ms-transform: perspective(140px) rotateX(180deg);
	-o-transform: perspective(140px) rotateX(180deg);
	transform: perspective(140px) rotateX(180deg);
	opacity: 0; 
  }
}
@-ms-keyframes sk-foldCubeAngle {
  0%, 10% {
	-webkit-transform: perspective(140px) rotateX(-180deg);  
	-moz-transform: perspective(140px) rotateX(-180deg);
	-ms-transform: perspective(140px) rotateX(-180deg);
	-o-transform: perspective(140px) rotateX(-180deg);
	transform: perspective(140px) rotateX(-180deg);
	opacity: 0; 
  } 25%, 75% {
	-webkit-transform: perspective(140px) rotateX(0deg);  
	-moz-transform: perspective(140px) rotateX(0deg);
	-ms-transform: perspective(140px) rotateX(0deg);
	-o-transform: perspective(140px) rotateX(0deg);
	transform: perspective(140px) rotateX(0deg);
	opacity: 1; 
  } 90%, 100% {
	-webkit-transform: perspective(140px) rotateX(180deg);  
	-moz-transform: perspective(140px) rotateX(180deg);
	-ms-transform: perspective(140px) rotateX(180deg);
	-o-transform: perspective(140px) rotateX(180deg);
	transform: perspective(140px) rotateX(180deg);
	opacity: 0; 
  }
}
@-o-keyframes sk-foldCubeAngle {
  0%, 10% {
	-webkit-transform: perspective(140px) rotateX(-180deg);  
	-moz-transform: perspective(140px) rotateX(-180deg);
	-ms-transform: perspective(140px) rotateX(-180deg);
	-o-transform: perspective(140px) rotateX(-180deg);
	transform: perspective(140px) rotateX(-180deg);
	opacity: 0; 
  } 25%, 75% {
	-webkit-transform: perspective(140px) rotateX(0deg);  
	-moz-transform: perspective(140px) rotateX(0deg);
	-ms-transform: perspective(140px) rotateX(0deg);
	-o-transform: perspective(140px) rotateX(0deg);
	transform: perspective(140px) rotateX(0deg);
	opacity: 1; 
  } 90%, 100% {
	-webkit-transform: perspective(140px) rotateX(180deg);  
	-moz-transform: perspective(140px) rotateX(180deg);
	-ms-transform: perspective(140px) rotateX(180deg);
	-o-transform: perspective(140px) rotateX(180deg);
	transform: perspective(140px) rotateX(180deg);
	opacity: 0; 
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
	-webkit-transform: perspective(140px) rotateX(-180deg);  
	-moz-transform: perspective(140px) rotateX(-180deg);
	-ms-transform: perspective(140px) rotateX(-180deg);
	-o-transform: perspective(140px) rotateX(-180deg);
	transform: perspective(140px) rotateX(-180deg);
	opacity: 0; 
  } 25%, 75% {
	-webkit-transform: perspective(140px) rotateX(0deg);  
	-moz-transform: perspective(140px) rotateX(0deg);
	-ms-transform: perspective(140px) rotateX(0deg);
	-o-transform: perspective(140px) rotateX(0deg);
	transform: perspective(140px) rotateX(0deg);
	opacity: 1; 
  } 90%, 100% {
	-webkit-transform: perspective(140px) rotateX(180deg);  
	-moz-transform: perspective(140px) rotateX(180deg);
	-ms-transform: perspective(140px) rotateX(180deg);
	-o-transform: perspective(140px) rotateX(180deg);
	transform: perspective(140px) rotateX(180deg);
	opacity: 0; 
  }
}
.ani{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 550ms;
	-moz-animation-duration: 550ms;
	-o-animation-duration: 550ms;
	animation-duration: 550ms;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.appear{
	-webkit-animation-name: ani-appear;
	-moz-animation-name: ani-appear;
	-o-animation-name: ani-appear;
	animation-name: ani-appear;
}
.slideUpRetourn{
	-webkit-animation-name: slideUpRetourn;
	-moz-animation-name: slideUpRetourn;
	-o-animation-name: slideUpRetourn;
	animation-name: slideUpRetourn;
}
.slideDownRetourn {
	-webkit-animation-name: slideDownRetourn;
	-moz-animation-name: slideDownRetourn;
	-o-animation-name: slideDownRetourn;
	animation-name: slideDownRetourn;
}



@-webkit-keyframes slideUpRetourn {
  0% {
		-webkit-transform-origin: 0 0;
		-ms-transform-origin: 0 0;  
		-o-transform-origin: 0 0; 
		transform-origin: 0 0;
		-webkit-transform: translateY(-100%);
	  	-moz-transform: translateY(-100%);
	  	-ms-transform: translateY(-100%);
	  	-o-transform: translateY(-100%);
	  	transform: translateY(-100%);
  }
  100% {
		-webkit-transform-origin: 0 0;
		-ms-transform-origin: 0 0;  
		-o-transform-origin: 0 0; 
		transform-origin: 0 0;
		-webkit-transform: translateY(0%);
	  	-moz-transform: translateY(0%);
	  	-ms-transform: translateY(0%);
	  	-o-transform: translateY(0%);
	  	transform: translateY(0%);
  }
}
@keyframes slideUpRetourn {
  0% {
		-webkit-transform-origin: 0 0;
		-ms-transform-origin: 0 0;  
		-o-transform-origin: 0 0; 
		transform-origin: 0 0;
		-webkit-transform: translateY(-100%);
	  	-moz-transform: translateY(-100%);
	  	-ms-transform: translateY(-100%);
	  	-o-transform: translateY(-100%);
	  	transform: translateY(-100%);
  }
  100% {
		-webkit-transform-origin: 0 0;
		-ms-transform-origin: 0 0;  
		-o-transform-origin: 0 0; 
		transform-origin: 0 0;
		-webkit-transform: translateY(0%);
	  	-moz-transform: translateY(0%);
	  	-ms-transform: translateY(0%);
	  	-o-transform: translateY(0%);
	  	transform: translateY(0%);
  }
}
@-webkit-keyframes slideDownRetourn {
  0% {
		-webkit-transform-origin: 0 0;
		-ms-transform-origin: 0 0;  
		-o-transform-origin: 0 0; 
		transform-origin: 0 0;
		-webkit-transform: translateY(100%);
	  	-moz-transform: translateY(100%);
	  	-ms-transform: translateY(100%);
	  	-o-transform: translateY(100%);
	  	transform: translateY(100%);
  }
  100% {
		-webkit-transform-origin: 0 0;
		-ms-transform-origin: 0 0;  
		-o-transform-origin: 0 0; 
		transform-origin: 0 0;
		-webkit-transform: translateY(0%);
	  	-moz-transform: translateY(0%);
	  	-ms-transform: translateY(0%);
	  	-o-transform: translateY(0%);
	  	transform: translateY(0%);
  }
}
@keyframes slideDownRetourn {
  0% {
		-webkit-transform-origin: 0 0;
		-ms-transform-origin: 0 0;  
		-o-transform-origin: 0 0; 
		transform-origin: 0 0;
		-webkit-transform: translateY(100%);
	  	-moz-transform: translateY(100%);
	  	-ms-transform: translateY(100%);
	  	-o-transform: translateY(100%);
	  	transform: translateY(100%);
  }
  100% {
		-webkit-transform-origin: 0 0;
		-ms-transform-origin: 0 0;  
		-o-transform-origin: 0 0; 
		transform-origin: 0 0;
		-webkit-transform: translateY(0%);
	  	-moz-transform: translateY(0%);
	  	-ms-transform: translateY(0%);
	  	-o-transform: translateY(0%);
	  	transform: translateY(0%);
  }
}
@-moz-keyframes ani-appear {
	0% {
		transform: translatey(50px);
		zoom: 1;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
	}
	100% {
		top: 0;
		zoom: 1;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}
}
@-o-keyframes ani-appear {
	0% {
		transform: translatey(50px);
		zoom: 1;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
	}
	100% {
		top: 0;
		zoom: 1;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}
}
@-webkit-keyframes ani-appear {
	0% {
		transform: translatey(50px);
		zoom: 1;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
	}
	100% {
		top: 0;
		zoom: 1;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}
}
@keyframes ani-appear {
	0% {
		transform: translatey(50px);
		zoom: 1;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
	}
	100% {
		top: 0;
		zoom: 1;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}
}



















@media only screen and (min-width: 0) and (max-width: 479px){
	.cd-user-modal .cd-wrapper{
		margin-left: 12px;
		margin-right: 12px;
	}
	.cd-user-modal .cd-modal-content{
		padding: 25px 20px;
	}
	.cd-modal-content label{
		margin-bottom: 0;
	}
	
	
	.cd-modal-content.top-advantages-form .wrap{
		padding-bottom: 15px;
	}
	.cd-modal-content.top-advantages-form .wrap:last-child{
		padding-top: 25px;
	}
	.cd-modal-content.top-advantages-form .wrap,
	.cd-modal-content.top-advantages-form .wrap:last-child{
		float: none;
		width: auto;
		margin: 0;
	}
    .cd-modal-content.top-advantages-form label{
	    text-align: center;
	    margin-bottom: 7px;
    }
    
}
@media only screen and (min-width: 0) and (max-width: 737px){
	.cd-modal-content .inp-all{
	    font-size: 18px;
		line-height: 22px;
	    padding: 10px 14px;
		height: 44px;
    }
	.cd-modal-content input[type="submit"],
	.cd-modal-content button{
		font-size: 16px;
		line-height: 22px;
	    padding: 7px 14px;
	}
    .cd-modal-content label{
		font-size: 16px;
		line-height: 18px;
	    padding: 7px 0;
    }
    .cd-modal-content .wrap{
		padding: 3px 0;
	}
    .cd-user-modal h3.modal-name {
	    font-size: 18px;
	    line-height: 22px;
    }
    p.cont{
		font-family: 'OpenSans-Regular', sans-serif;
		font-size: 14px;
		line-height: 19px;
		color: #000;
		padding: 15px;
		text-align: center;
	    background: #fff;
	    min-height: 220px;
	}
    
    
    
    .cd-modal-content.top-advantages-form .wrap{
		padding-bottom: 15px;
	}
	.cd-modal-content.top-advantages-form .wrap:last-child{
		padding-top: 25px;
	}
	.cd-modal-content.top-advantages-form .wrap,
	.cd-modal-content.top-advantages-form .wrap:last-child{
		float: none;
		width: auto;
		margin: 0;
	}
    .cd-modal-content.top-advantages-form label{
	    text-align: center;
	    margin-bottom: 7px;
    }
    
}



@media only screen and (min-width: 738px) and (max-width: 890px){
	.cd-modal-content.top-advantages-form .wrap{
		padding-bottom: 15px;
	}
	.cd-modal-content.top-advantages-form .wrap{
		width: 48%;
	}
	.cd-modal-content.top-advantages-form .wrap:last-child{
		width: 100%;
		float: none;
		padding-top: 25px;
	}
    .cd-modal-content.top-advantages-form label{
	    text-align: left;
	    margin-bottom: 7px;
    }
}






