.css-input input {
    position: absolute;
    opacity: 0;
}
.css-input input+span {
    position: relative;
    display: inline-block;
    margin-top: -2px;
    margin-left: 20px;
    vertical-align: middle;
}
.css-input input+span:after {
    position: absolute;
    content: "";
}
.switch {
    margin: 3px 0
}
.switch input+span {
    width: 54px;
    height: 30px;
    background-color: #eee;
    border-radius: 30px;
    -webkit-transition: background-color .4s;
    transition: background-color .4s
}
.switch input+span:after {
    top: 2px;
    bottom: 2px;
    left: 2px;
    width: 26px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 1px 0 3px rgba(0,0,0,0.1);
    box-shadow: 1px 0 3px rgba(0,0,0,0.1);
    -webkit-transition: -webkit-transform .15s ease-out;
    transition: transform .15s ease-out
}
.switch input:checked+span {
    background-color: #ddd
}
.switch input:checked+span:after {
    -webkit-box-shadow: -2px 0 3px rgba(0,0,0,0.2);
    box-shadow: -2px 0 3px rgba(0,0,0,0.2);
    -webkit-transform: translateX(23px);
    -ms-transform: translateX(23px);
    transform: translateX(23px)
}
.switch.switch-sm {
    margin: 15px 0;
    font-size: 14px
}
.switch.switch-sm input+span {
    width: 36px;
    height: 20px
}
.switch.switch-sm input+span:after {
    width: 16px
}
.switch.switch-sm input:checked+span:after {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px)
}
.switch.switch-lg {
    margin: 1px 0
}
.switch.switch-lg input+span {
    width: 70px;
    height: 34px
}
.switch.switch-lg input+span:after {
    width: 30px
}
.switch.switch-lg input:checked+span:after {
    -webkit-transform: translateX(35px);
    -ms-transform: translateX(35px);
    transform: translateX(35px)
}
.switch.switch-square input+span,.switch.switch-square input+span:after {
    border-radius: 0
}
.switch-default input:checked+span {
    background-color: #999999
}
.switch-primary input:checked+span {
    background-color: #5c90d2
}
.switch-info input:checked+span {
    background-color: #70b9eb
}
.switch-success input:checked+span {
    background-color: #41daa8
}
.switch-warning input:checked+span {
    background-color: #f3b760
}
.switch-danger input:checked+span {
    background-color: #d26a5c
}
.radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}
.radio + label {
	position: relative;
    padding: 0 25px 0 35px;
    cursor: pointer;
    margin-bottom: 10px !important;
}
.radio + label:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 21px;
  height: 21px;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  background: #eeeeee;
}
.radio + label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
    transition: .2s;
}
.radio:checked + label:before {
	background: #41daa8;
	border: 1px solid #41daa8;
}
.radio:checked + label:after {
  opacity: 1;
}
.element-checkbox-header {
	background: #F2F2F2 !important;
	font-size: 18px;
	color: #2F3334;
}
.element-checkbox {
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	color: #444444;
	padding: 15px 30px;
	line-height: 150%;
}
.element-checkbox div div:first-child, .element-checkbox div div:nth-child(2) {
	text-align: left;
}
.element-checkbox div div:nth-child(3), .element-checkbox div div:nth-child(4), .element-checkbox div div:nth-child(5) {
	font-weight: 400;
}
.element-checkbox-header div div:nth-child(2) {
	text-align: center;
}
.element-checkbox-result, .element-checkbox-result div div:nth-child(3), .element-checkbox-result div div:nth-child(4), .element-checkbox-result div div:nth-child(5) {
	font-weight: 500;
}
.element-checkbox.element-checkbox-header div div {
	font-weight: 400;
}
.block-check .element-checkbox:nth-child(odd) {
	background: #FAFAFA;
}
.element-checkbox-total {
	margin: 40px 0;
}
.result-total {
	font-size: 20px;
	line-height: 100%;
	text-decoration-line: line-through;
	color: #B0B0B0;
	font-weight: normal;
}
.result-total-period,
.result-total-sale {
	font-weight: 500;
	font-size: 32px;
	line-height: 100%;
	color: #2F3334;
}
.switch-success {
	position: absolute;
	top: -5px;
	right: -5px;
}

.form-order {
	padding: 60px;
	margin-bottom: 120px;
	background: #FFFFFF;
	box-shadow: 0px 4px 48px rgba(47, 51, 52, 0.16);
	border-radius: 4px;
}
.form-order-text {
	text-align: center;
	font-size: 20px;
	color: #2F3334;
}
.form-result {
	display: none;
	text-align: center;
    line-height: 60px;
    font-size: 30px;
}
input.form-order-item {
	border: none;
	border-bottom: 1px solid rgba(47, 51, 52, 0.08);
	font-weight: 300;
	font-size: 14px;
	line-height: 100%;
	color: rgba(68, 68, 68, 0.64);
	width: 100%;
	padding: 15px 0;
}
input.form-order-item.error {
    border-bottom: 1px solid rgb(226, 11, 96);
}
input.form-order-item::-webkit-input-placeholder {color: rgba(68, 68, 68, 0.64);}
input.form-order-item::-moz-placeholder          {color: rgba(68, 68, 68, 0.64);}/* Firefox 19+ */
input.form-order-item:-moz-placeholder           {color: rgba(68, 68, 68, 0.64);}/* Firefox 18- */
input.form-order-item:-ms-input-placeholder      {color: rgba(68, 68, 68, 0.64);}
input.form-order-btn {
	background: #E20B60;
	border: 1px solid #E20B60;
	box-shadow: 0px 5px 25px rgba(255, 19, 73, 0.58);
	border-radius: 4px;
	padding: 20px 30px;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	transition-property: background-color, border-color, box-shadow;
    transition: 0.4s;
}
input.form-order-btn:hover {
    color: #2c3449;
    background: #f6c12e;
    border: 1px solid #f6c12e;
	box-shadow: 0px 5px 25px rgb(246, 193, 46);
}
.title-price-mobile {
	display: none;
}

@media screen and (max-width:1024px) {
	.element-checkbox{
		font-size: 14px;  
		padding: 8px 15px;	
	}
	.result-total {
		font-size: 14px;
	}
	.result-total-period, .result-total-sale{
	    font-size: 18px;	
	}
}
@media screen and (max-width:768px) {
	.element-checkbox div div:first-child, 
	.element-checkbox div div:nth-child(2) {
		text-align: left;
	}
	.element-checkbox-header {
		display: none;
		position: initial !important;
	}
	.element-checkbox div div:first-child,
	.element-checkbox div div:nth-child(3), .element-checkbox div div:nth-child(4), .element-checkbox div div:nth-child(5)	{
		text-align: left;
	}
	.element-checkbox {
		padding: 15px 15px;
		border-bottom: 1px solid #EEEEEE;		
	}
	.title-price-mobile {
		display: inline-block;
		margin-right: 15px;
		color: #c3c3c3;
	}
	.element-checkbox .intec-grid-item-2.intec-grid-item-768-1 {
		padding-top: 0;
		padding-bottom: 30px;
	}
}