.items_description  li,
.items_description li:hover,
.botton,
.botton:hover,
.header .contact_support li a,
.header .contact_support li a:hover,
.sf-menu li li a,
.sf-menu li li a:hover,
.features img,
.features:hover img,
.features:hover .icon,
.item_table,
.item,
.item:hover,
.items li,
.items li:hover,
.description_item .info_item,
.item:hover .info_item,
.description_item:hover .icon_items,
.support_contact,
.support_contact:hover,
.pricing_domain table tr:hover,
.pricing_domain table tr{
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.prices{
	-webkit-transition: all 14s linear;
	-moz-transition: all 14s linear;
	-o-transition: all 14s linear;
	transition: all 14s linear;
}
.planes:hover .prices{
	-webkit-transition: all .600s linear;
	-moz-transition: all .600s linear;
	-o-transition: all .600s linear;
	transition: all .600s linear;
}