body {
  margin: 0;
  background: #fff url(/img2/bg-bot.png) repeat-x 50% 100%;
  font: 12px/16px Arial;
}

.float {
  float: left !important;
}
.float_r {
  float: right !important;
}
.clear {
  clear: left !important;
}
.clear_r {
  clear: right !important;
}
.both {
  clear: both !important;
}
.w49 {
  width: 49% !important;
}
.w50 {
  width: 50% !important;
}
.w100 {
  width: 100% !important;
}
.bold {
  font-weight: bold !important;
}
.italic {
  font-style: italic !important;
}
.ta_left {
  text-align: left !important;
}
.ta_right {
  text-align: right !important;
}
.ta_center {
  text-align: center !important;
}
.relative {
  position: relative !important;
}
.absolute {
  position: absolute !important;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
  margin: 0;
  padding: 0;
}

form,
fieldset,
input,
label,
textarea,
select {
  margin: 0;
  padding: 0;
}
table,
img {
  border: none;
}
a {
  color: #116ea5;
}
a:hover {
  color: #3793f1;
}

.d_hdn {
  display: none;
}
.d_shown {
  display: block !important;
}

.top_msg {
  position: absolute;
  width: 100%;
  margin: 6px 0 9px;
  padding: 3px 0px;
  background-color: red;
  color: white;
  text-align: center;
}

#menu {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: #fff url(/img2/ydots.gif) repeat-x 50% 100%;
  z-index: 2000;
  box-shadow: 0 0 3px 2px rgba(200, 200, 200, 0.4);
}

.wrapper {
  width: 980px;
  margin: 0 auto;
  padding: 0 0 3px 0;
}

#topcart {
  float: right;
  width: 50px; /*140*/
  background: #f3f3f3 url(/img2/ico-cart.png) no-repeat 10px 50%;
  padding: 8px 0;
  font-size: 12px; /*11*/
}
#topcart p {
  padding: 2px 0 0 30px;
  color: #5f666f;
}
#topcart p a {
  color: #000;
}
#topcart p a:hover {
  color: #404040;
}

ul.mainmenu,
ul.mm_curcy {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
  float: left;
}
ul.mainmenu li.hmm_li,
ul.mm_curcy li.hmm_li {
  float: left;
  padding: 0px 0px 0 0px;
}
ul.mainmenu li.hmm_li:last-child,
ul.mm_curcy li.hmm_li:last-child {
  background: none;
}
ul.mainmenu li.hmm_li .hmm_div,
ul.mm_curcy li.hmm_li .hmm_div {
  float: left;
}
ul.mainmenu li.hmm_li .hmm_div a,
ul.mm_curcy li.hmm_li .hmm_div a {
  color: #575757;
  text-decoration: underline;
  text-transform: uppercase;
  padding-right: 14px;
  background: url(/img2/a-drop.png) no-repeat right 50%;
  float: left;
}
.hmmdl {
  width: 2px;
  height: 20px;
  float: left;
}
.hmmdm {
  float: left;
  font: 14px/16px Arial;
  padding: 10px 14px 8px 14px;
  border: 2px solid #fff;
  border-top: 0;
  border-bottom: 0;
}
.hmmdr {
  width: 2px;
  height: 20px;
  float: left;
}
ul.mainmenu li.hover .hmmdm,
ul.mm_curcy li.hover .hmmdm {
  background: #fff;
  border-color: #00a6e2;
  z-index: 21; /*box-shadow: 0px -14px 12px 10px rgba(200,200,200,0.3);*/
}
ul.mainmenu li.hover .hmm_div a,
ul.mm_curcy li.hover .hmm_div a {
  /*color: #ffb500; background:url(/img2/mm-drop-sel.png) no-repeat right 50%;*/
}

/*email menu*/
ul.mainmenu li.hmm_li.hmm_li_eml.hover .hmmdm {
  border-color: #fff;
  z-index: 21;
}
ul.mainmenu li.hmm_li.hmm_li_eml .hmm_div a {
  color: #cc304d;
  background: url(/img2/a-drop-hot.png) no-repeat right 50%; /*pink arrow==a-drop-pink.png*/
  padding-right: 18px;
}

/* currencies */
ul.mm_curcy {
  float: right;
}

ul.mm_curcy .hmmdm {
  font-size: 11px;
}
ul.mm_curcy li.hmm_li .hmm_div a {
  text-decoration: none;
}
ul.mm_curcy li.hmm_li .hmm_div a span {
  border-bottom: 1px dotted black;
}

ul.mm_curcy ul.subm_list li {
  font-size: 11px;
  background: none;
  padding-left: 15px;
}
ul.mm_curcy ul.subm_list li.cur_curcy {
  font-weight: bold;
  background: url("/img2/icnCurrencyCheck.png") no-repeat scroll 0px 7px;
}
ul.mm_curcy ul.subm_list li a {
  color: black;
}

/* submenu */
.submenu {
  background: #fff;
  border: 2px solid #00a6e2;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 4px 12px 12px rgba(200, 200, 200, 0.3);
  position: absolute;
  left: 2px;
  top: 32px;
  display: none;
  z-index: 20;
  padding-top: 8px;
}
.submenu-ti {
  width: 450px;
}
.mm_curcy .submenu {
  left: auto;
  right: 2px;
}
.subcoll {
  width: 200px;
  float: left;
  margin-left: 16px;
}
.subcol-t {
  width: 160px;
}
.subcol-i {
  width: 265px;
  margin-left: 0;
}
.subcolr {
  width: 198px;
  float: right;
  padding-left: 15px;
}
.scr_image {
  display: block;
  border: 1px solid #d9d9d9;
}
.subm_title {
  font: 14px Arial;
  border-bottom: 1px solid #f4f4f4;
  padding: 7px 0px 1px 0px;
  color: #7b8389;
}
ul.subm_list {
  margin: 0;
  padding: 2px 0 18px;
  list-style: none;
}
ul.subm_list li {
  font: 12px/14px Arial;
  padding: 6px 0px 0px 12px;
  background: url(/img2/mm-li.png) no-repeat 0px 10px;
}
ul.subm_list li a {
  text-decoration: underline;
  color: #006e9b;
}
ul.subm_list li a:hover {
  text-decoration: underline;
  color: #208ebb;
}
ul.mainmenu li.hover,
ul.mm_curcy li.hover {
  position: relative;
}
ul.mainmenu li.hover .hmm_div,
ul.mm_curcy li.hover .hmm_div {
  position: relative;
  z-index: 21;
}
ul.mainmenu li.hover .submenu,
ul.mm_curcy li.hover .submenu {
  display: block;
}

#header {
  height: 140px;
  width: 980px;
  padding: 0;
  clear: both;
  margin: 36px auto 0;
}
#header.hdr-index {
  height: 130px;
}

#logo {
  width: 294px;
  float: left;
  padding: 38px 0 0 0;
  text-align: left;
}
#logo a {
  outline: none;
}
#logo p {
  color: #939393;
  padding: 0 0 0 0;
}

.login {
  float: right;
  width: 137px;
  padding: 0;
  font-size: 11px;
}
.login a {
  display: inline-block;
  padding: 10px 0 2px 21px;
  background: url(/img2/ico/login.png) no-repeat 0 8px;
  color: #5f666f;
}
.login a:hover {
  color: #606060;
}

.login.logout {
  /*width: 80px;*/
}
.logout a {
  background: url(/img2/ico/logout.png) no-repeat 0 8px;
}

.tels {
  float: right;
  width: 650px;
  margin: 30px 0 0 0;
  background: url(/img2/top-harr.gif) no-repeat 0 0;
  padding: 5px 0 6px 0;
}
.tel-0800 {
  float: left;
  width: 140px;
  margin: 0 0 0 20px;
}
.tel-0800 span {
  display: block;
  font-size: 20px;
  padding: 6px 0 6px 0;
}
.tel-0800 p {
  color: #939393;
  font-size: 11px;
  line-height: 17px;
}
.tel-col {
  float: left;
  width: 190px;
  margin: 0 0 0 50px;
}
.tel-col:last-child {
  width: 165px;
}
.tel-col table {
  margin: 0;
  padding: 0;
  width: 100%;
  border-collapse: collapse;

  font: 12px/16px Arial;
}
.tel-col table tr td {
  padding: 0 0 4px 0;
  text-align: right;
  font-weight: bold;
}
.tel-col table tr td:first-child {
  text-align: left;
  font-weight: normal;
}
.tel-col table tr td:last-child span {
  font-weight: normal;
}
.tel-col table tr td:first-child p {
  display: inline;
  position: relative;
  padding-right: 14px;
  background: url(/img2/a-drop-blue.png) no-repeat 100% 5px;
}
.tel-col table tr td:first-child p > span {
  border-bottom: 1px dotted #000;
}
.tel-col table tr td:first-child p > span:hover {
  cursor: pointer;
}

#tel-fly {
  position: absolute;
  left: -20px;
  top: 20px;
  width: 220px;
  background: #fff;
  border: 1px solid #f4f4f4;
  box-shadow: 0 0 4px 4px rgba(200, 200, 200, 0.6);
  display: none;
  z-index: 500;
}
#tel-fly .wnd-close {
  text-align: left;
  font-weight: bold;
  padding: 8px 10px 0 10px;
}
#tel-fly .wnd-close span {
  float: right;
  display: inline-block;
  width: 12px;
  height: 13px;
  background: url(/img2/a-close.png) no-repeat;
  cursor: pointer;
}
#tel-fly table {
  margin: 10px 10px 10px 10px;
  width: auto;
}
#tel-fly table tr td:first-child {
  width: 118px;
}
#tel-sel {
  border: 1px solid #f4f4f4;
  font: 12px/16px Arial;
}

#fly-win {
  position: fixed;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #f4f4f4;
  border-radius: 10px;
  box-shadow: 0 0 4px 4px rgba(200, 200, 200, 0.6);
  display: none;
  z-index: 500;
  padding: 10px 10px 20px 20px;
}
#fly-win .wnd-ttl {
  float: left;
  margin-left: 10px;
}
#fly-win .wnd-close {
  float: right;
  font-weight: bold;
  padding: 8px 10px 0 10px;
}
#fly-win .wnd-close span {
  float: right;
  display: inline-block;
  width: 12px;
  height: 13px;
  background: url(/img2/a-close.png) no-repeat;
  cursor: pointer;
}
#fly-win form {
  margin: 0;
  padding: 0;
}
#fly-win table {
  padding: 0;
  border-collapse: collapse;
}
#fly-win table td {
  padding: 5px 5px 5px 0;
}
#fly-win input[type="text"],
#fly-win input[type="password"] {
  border: 2px solid #fba222;
  border-radius: 2px;
  width: 200px;
  color: #707070;
  height: 22px;
  padding-left: 3px;
}
#fly-win input[type="image"] {
  display: block;
}
#fly-win a {
  color: black;
  font: 11px Arial;
}
#fly-win-msg {
  padding: 10px;
}
#fly-win-msg form {
  white-space: normal;
}

#domainline {
  width: 100%;
  background: url(/img2/bg-in.png) repeat-x 50% -2px;
  height: 35px;
  border-top: 2px solid #f3f0ec;
  border-bottom: 2px solid #f3f0ec;
}

#domainf {
  width: 100%;
  background: url(/img2/bg-in.png) repeat-x 50% 0;
  height: 75px;
}
#domainf form {
  width: 980px;
  margin: 0 auto;
  padding: 22px 0 0 0;
}
#domainf table {
  float: left;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}
#domainf table tr td {
  line-height: 14px;
}
#domainf table tr td:first-child {
  font-size: 14px;
}
#domainf table tr td:last-child {
  width: 82px;
}
#domainf table tr td a {
  display: inline-block;
  background: url(/img2/ico-more-y.png) no-repeat 100% 50%;
  text-align: right;
  padding: 0 18px 0 0;
  font-size: 11px;
  color: #000;
}
#domainf table tr td a:hover {
  color: #505050;
}

#domainf input[type="text"] {
  border: 2px solid #fba222;
  border-radius: 2px;
  width: 290px;
  color: #707070;
  height: 22px;
  padding-left: 3px;
}
#domainf input[type="image"] {
  display: block;
}
#domainf table.tbldomzones tr td {
  /*width: 80px;*/
  font-size: 11px;
  padding: 0 20px 0 0;
}
#domainf table.tbldomzones tr td:first-child {
  padding-left: 20px;
}
#domainf table.tbldomzones input {
  position: relative;
  top: 2px;
}
#domainf table.tbldomzones span {
  padding: 0 2px 0 4px;
}

#page {
  width: 980px;
  margin: 0 auto;
}

.page-index #page {
  padding: 0;
}

#main {
  clear: left;
  float: left;
  width: 730px;

  line-height: 18px;
}

#right {
  clear: right;
  float: right;
  width: 231px;
}

.lbl-hdr {
  color: #000;
  background: url(/img2/gdots.gif) repeat-x 0 100%;
  font: 24px Arial;
  padding: 14px 0 8px 0;
}
.lbl-hdr span {
  padding: 0 0 0 18px;
  background: url(/img2/mark-uh.png) no-repeat 0 9px;
}

/* index packs navigator */
.ipack {
  float: left;
  width: 231px;
  margin-right: 18px;
  padding: 20px 0 20px 0;
}
.ipack h2 {
  margin: 0 0 0 0;
  background: #5f666f;
  color: #fff;
  padding: 10px 0px 8px 20px;
  font-size: 22px;
  line-height: 18px;
  position: relative;
  z-index: 1;
}
.ipack h2 img {
  position: absolute;
  width: 87px;
  height: 87px;
  right: -15px;
  top: -14px;
}
.ipack-blk {
  margin: 4px 0 0 0;
  background: #f6f6f6 url(/img2/bg-corn-gray.png) no-repeat 0 100%;
  background-size: 100%;
  padding: 9px 18px 25px 18px;
}

ul.ipack-nav {
  float: left;
  clear: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.ipack-nav li {
  float: left;
  margin-right: 8px;
  font-weight: bold;
  font-size: 11px;
}
ul.ipack-nav li span {
  color: #5f666f;
  border-bottom: 1px dotted #5f666f;
  cursor: pointer;
}
ul.ipack-nav li.sel span {
  background: #aaaeb2;
  padding: 1px 6px;
  color: #fff;
  border: 0;
  border-radius: 4px;
  cursor: default;
}
ul.ipack-nav li span:hover {
  color: #1f262f;
}
ul.ipack-nav li.sel span:hover {
  color: #fff;
}

.ipack-hdr {
  clear: both;
  padding: 16px 0 5px 0;
  font-size: 18px;
  border-bottom: 2px solid #575757;
}
.ipack-info {
  padding: 12px 0 4px 0;
}
.ipack-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ipack-info ul li {
  padding: 3px 0px 3px 20px;
  background: url(/img2/yes.png) no-repeat 1px 6px;
}
.ipack-info ul li span {
  font-weight: bold;
}
.ipack-info ul li span.old {
  font-weight: normal;
  color: #939393;
  text-decoration: line-through;
}

.ipack-cost {
  color: #5f666f;
  font-size: 24px;
  text-align: center;
  padding: 10px 0 10px 0;
}
.ipack-cost span {
  font-weight: bold;
  font-size: 40px;
}
.ipack-cost span .cents {
  vertical-align: super;
  line-height: 0;
  font-size: 45%;
}
.ipack-go {
  text-align: center;
  padding: 4px 0;
}
.ipack-go a {
  display: inline-block;
  color: #fff;
  padding: 5px 14px;
  background: #575757;
  border-radius: 3px;
  text-decoration: none;
}
.ipack-go a:hover {
  background: #878787;
}

.ipack-red h2 {
  background: #de2827;
}
.ipack-gray h2 {
  background: #5f666f;
}
.ipack-blue h2 {
  background: #3073a6;
}
.ipack-yellow h2 {
  background: #fba222;
}

.ipack-red .ipack-blk {
  background: #fdf4f4 url(/img2/bg-corn-red.png) no-repeat 0 100%;
  background-size: 100%;
}
.ipack-gray .ipack-blk {
  background: #f6f6f6 url(/img2/bg-corn-gray.png) no-repeat 0 100%;
  background-size: 100%;
}
.ipack-blue .ipack-blk {
  background: #f4f8fa url(/img2/bg-corn-blue.png) no-repeat 0 100%;
  background-size: 100%;
}
.ipack-yellow .ipack-blk {
  background: #fffaf4 url(/img2/bg-corn-yel.png) no-repeat 0 100%;
  background-size: 100%;
}

.ipack-red ul.ipack-nav li span {
  color: #de2827;
  border-bottom: 1px dotted #de2827;
}
.ipack-red ul.ipack-nav li.sel span {
  background: #ed8e8d;
  color: #fff;
  border-bottom: 0;
}
.ipack-red ul.ipack-nav li span:hover {
  color: #fe4847;
}
.ipack-red ul.ipack-nav li.sel span:hover {
  color: #fff;
}

.ipack-blue ul.ipack-nav li span {
  color: #3073a6;
  border-bottom: 1px dotted #3073a6;
}
.ipack-blue ul.ipack-nav li.sel span {
  background: #92b5d0;
  color: #fff;
  border-bottom: 0;
}
.ipack-blue ul.ipack-nav li span:hover {
  color: #5093c6;
}
.ipack-blue ul.ipack-nav li.sel span:hover {
  color: #fff;
}

.ipack-red .ipack-hdr {
  border-bottom: 2px solid #de2827;
}
.ipack-gray .ipack-hdr {
  border-bottom: 2px solid #575757;
}
.ipack-blue .ipack-hdr {
  border-bottom: 2px solid #3073a6;
}
.ipack-yellow .ipack-hdr {
  border-bottom: 2px solid #fba222;
}

.ipack-red .ipack-cost {
  color: #de2827;
}
.ipack-gray .ipack-cost {
  color: #5f666f;
}
.ipack-blue .ipack-cost {
  color: #3073a6;
}
.ipack-yellow .ipack-cost {
  color: #fba222;
}

.ipack-red .ipack-go a {
  background: #de2827;
}
.ipack-gray .ipack-go a {
  background: #575757;
}
.ipack-blue .ipack-go a {
  background: #3073a6;
}
.ipack-yellow .ipack-go a {
  background: #fba222;
}
.ipack-red .ipack-go a:hover {
  background: #ff4948;
}
.ipack-gray .ipack-go a:hover {
  background: #878787;
}
.ipack-blue .ipack-go a:hover {
  background: #5093c6;
}
.ipack-yellow .ipack-go a:hover {
  background: #ffb232;
}

.ipack-more {
  text-align: center;
  font-size: 11px;
  padding: 12px 0 0 0;
}
.ipack-more a {
  color: #939393;
  background: url(/img2/a-more.gif) no-repeat 100% 5px;
  padding-right: 15px;
}
.ipack-more a:hover {
  color: #303030;
}

.idom-blk {
  padding-top: 20px;
}
.idom-hdr {
  padding: 0 0 4px 0;
}
.idom-blk input[type="text"] {
  border: 2px solid #fba222;
  border-radius: 2px;
  width: 190px;
  color: #707070;
  height: 22px;
  padding-left: 3px;
}
.idom-zones {
  clear: both;
  padding: 12px 0 10px 2px;
}
.idom-zones ul {
  float: left;
  width: 96px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.idom-zones ul li {
  padding: 1px 0px 1px 0px;
  font-size: 11px;
}
.idom-zones ul li input {
  position: relative;
  z-index: 1;
  top: 2px;
}
.idom-zones ul li label {
  padding-left: 6px;
}
.idom-go a {
  font-size: 11px;
  color: #000;
  background: url(/img2/ico-more-y.png) no-repeat 100% 1px;
  padding-right: 16px;
  padding-bottom: 1px;
}
.idom-check {
  text-align: center;
  padding: 14px 0px 4px 0;
}

.content {
  padding: 12px 0 12px 0;
  font-size: 14px;
  line-height: 22px;
}
.content-pic {
  float: left;
  border: 2px solid #fff;
  box-shadow: 0 0 3px 2px rgba(200, 200, 200, 0.5);
  margin: 6px 12px 6px 0px;
}
.p-copy {
  text-align: right;
  font-style: italic;
  padding: 10px 0 0 0;
}

.ift-adv {
  clear: both;
  margin: 16px 0 10px;
}
.ift-adv:after {
  clear: both;
  content: "";
  display: block;
}
.ift-adv a {
  display: block;
  float: left;
  width: 19%;
  margin-right: 1.29999%;
}
.ift-adv a:last-child {
  width: 38.7999%;
  float: right;
  text-align: right;
  margin-right: 0;
}
.ift-adv a img {
  display: block;
  width: 100%;
  height: auto;
}

.ift-logos {
  clear: both;
  background: url(/img2/gdots.gif) repeat-x 0 0;
  margin: 16px 0;
  padding: 16px 0;
}
.ift-logos span {
  display: table-cell;
  width: 147px;
}

.news-it {
  padding: 10px 0px 10px 20px;
  line-height: 18px;
}
.news-it span {
  display: inline-block;
  background: #ededed;
  color: #939393;
  font-style: italic;
  padding: 1px 4px 0px 4px;
  margin: 0 0 2px 0px;
}
.news-it a {
  color: #000;
}
.snit-1 {
  padding-bottom: 30px;
}
.snitem img {
  border-radius: 10px;
}
.snit-dat-i {
  padding-bottom: 15px;
  font-style: italic;
}

.faq-it {
  padding: 10px 0px 10px 20px;
  line-height: 18px;
  background: url(/img2/ico-more.png) no-repeat 0 14px;
}
.faq-it a {
  color: #000;
}

.more {
  padding: 6px 0 12px 0;
  text-align: right;
  font-size: 11px;
}
.more a {
  background: url(/img2/a-more.gif) no-repeat 100% 6px;
  padding-right: 17px;
  color: #939393;
}
.more a:hover {
  color: #404040;
}

/* index page */
#main_slider {
  height: 258px;
  position: relative;
  background: url(/img2/sl-shadow.png) no-repeat 50% 100%;
}

#main_slider .slides_container {
  width: 980px;
  height: 246px;
  margin: 0 auto;
}
#main_slider ul.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  position: absolute;
  right: 30px;
  bottom: 14px;
  z-index: 10;
}
#main_slider ul.pagination li {
  float: left;
  margin-right: 4px;
}
#main_slider ul.pagination li a {
  background: url(/img2/sl-page.png) no-repeat 50% 4px;
  display: block;
  float: left;
  height: 0;
  outline: none;
  overflow: hidden;
  padding-top: 20px;
  width: 16px;
}
#main_slider ul.pagination li.current a {
  background: url(/img2/sl-page-sel.png) no-repeat;
}
#main_slider a.prev {
  position: absolute;
  text-indent: -9999px;
  left: -22px;
  top: 98px;
  background: url(/img2/sl-prev.png) no-repeat 0 0;
  width: 46px;
  height: 45px;
  z-index: 6;
}
#main_slider a.next {
  position: absolute;
  text-indent: -9999px;
  right: -22px;
  top: 98px;
  background: url(/img2/sl-next.png) no-repeat 0 0;
  width: 46px;
  height: 45px;
  z-index: 6;
}

/* footer */
#footer {
  clear: both;
  width: 980px;
  margin: 20px auto 0 auto;
  height: 257px;
}
#footer a {
  color: #000;
}
.footcont {
  padding: 68px 0px 0px 0px;
}

.fcopy {
  padding: 0px 0px 16px 0px;
  color: #333;
}

.f-col1 {
  float: left;
  width: 330px;
}
.f-col2 {
  float: left;
  width: 230px;
}
.f-col3 {
  float: left;
  width: 210px;
}
.f-col4 {
  float: right;
  width: 395px;
}

.f-col1 p {
  float: left;
  width: 154px;
  line-height: 20px;
}
.f-col1 p a {
  padding: 2px 0 2px 18px;
  background: url(/img2/ico-more-ft.png) no-repeat 0 4px;
}
#footer .f-col1 p a:hover {
  color: #606060;
}
.hdrft {
  padding: 0px 0 3px 0;
}
.ftel {
  padding: 7px 0px 12px 37px;
  background: url(/img2/ico-tel-ft.png) no-repeat 0 0;
}
.tel-ft {
  clear: both;
}
.tel-ft div {
  float: left;
  margin-right: 10px;
}
.tel-ft table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  font-size: 11px;
}
.tel-ft table tr td {
  text-align: right;
  font-weight: bold;
  padding: 1px 0 1px 0;
}
.tel-ft table tr td:first-child {
  text-align: left;
  font-weight: normal;
  padding-right: 8px;
}
.tel-ft table tr td span {
  font-weight: normal;
}

.fwr {
  background: url(/img2/ico-mail-ft.png) no-repeat 0 0;
  padding: 7px 0 12px 37px;
}
.fwr a {
  font-size: 11px;
}

.faddr {
  padding: 7px 0px 12px 37px;
  background: url(/img2/ico-place-ft.png) no-repeat 0 0;
}
#footer .faddr a {
  font-size: 11px;
  color: #939393;
  padding-right: 15px;
  background: url(/img2/a-more.gif) no-repeat 100% 5px;
}

.fsc {
  clear: both;
  padding-top: 10px;
}
.sc-lnk {
  clear: left;
  float: left;
  width: 100%;
}
.sc-lnk a {
  float: left;
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.sc-gp {
  background: url(/img2/sc-gp.png) no-repeat 0 0;
}
.sc-od {
  background: url(/img2/sc-od.png) no-repeat 0 0;
}
.sc-tw {
  background: url(/img2/sc-tw.png) no-repeat 0 0;
}
.sc-fb {
  background: url(/img2/sc-fb.png) no-repeat 0 0;
}
.sc-vk {
  background: url(/img2/sc-vk.png) no-repeat 0 0;
}
.sc-yt {
  background: url(/img2/sc-yt.png) no-repeat 0 0;
}

.footbot {
  clear: left;
  padding: 0px 0px 0;
  font-size: 11px;
  line-height: 14px;
}
.footbot div {
  float: right;
  margin-right: 20px;
  width: 190px;
  text-align: center;
  padding: 2px 0px 4px 0;
  color: #9ab1c2;
}
#footer .footbot a {
  color: #9ab1c2;
}

.fly-help {
  position: fixed;
  right: 0;
  top: 70px;
  width: 26px;
  height: 95px;
  z-index: 2000;
  background: #6aac28;
  border-radius: 15px 0 0 15px;
}
.fly-help:hover {
  background-color: #6dae04;
}
.fly-help a {
  display: block;
  margin: 15px 0 0 4px;
  color: #fff;
  font-family: Tahoma, Verdana;
  font-size: 16px;
  text-decoration: none;
  transform: rotate(90deg);
  letter-spacing: 2px;
}
.fly-help a:hover {
  text-decoration: none;
}

.fly-tickets {
  top: 166px;
  height: 90px;
}

#sh_button.sh_btn_right_top {
  top: 257px !important;
}
#sh_button.sh_btn_right {
  min-height: 56px !important;
  width: 26px !important;
}
#sh_button .sh_btn_char {
  line-height: 18px !important;
}
#sh_button.sh_btn {
  background-color: #6aac28;
}
#sh_button {
  border-radius: 15px 0 0 15px !important;
}
.shc.sh_logo_btn.sh_logo_img {
  display: none !important;
}
#sh_button .sh_title_text {
  border: none !important;
}

/* catalog center */

#content {
  float: right;
  width: 736px;
}

.main-head {
  clear: both;
  width: 100%;
  min-height: 147px; /*170px;*/
  margin: 6px 0 10px 0;
  border-bottom: 1px solid #dadada;
}

.mhead-domains {
  background: url(/img2/page-domains.jpg) no-repeat 100% 100%;
}
.mhead-winhosting {
  background: url(/img2/page-winhost.jpg) no-repeat 100% 100%;
}
.mhead-unixhosting {
  background: url(/img2/page-unixhost.jpg) no-repeat 100% 100%;
}
.mhead-vpshosting {
  background: url(/img2/page-vps.jpg) no-repeat 100% 100%;
}
.mhead-servers {
  background: url(/img2/page-servers.jpg) no-repeat 100% 100%;
}
.mhead-pochta {
  background: url(/img2/page-pochta.jpg) no-repeat 100% 100%;
}
.mhead-contacts {
  background: url(/img2/page-contacts.jpg) no-repeat 100% 100%;
}
.mhead-tech {
  background: url(/img2/page-tech.jpg) no-repeat 100% 100%;
}
.mhead-faq {
  background: url(/img2/page-faq.jpg) no-repeat 100% top;/*100%*/
}

.mhead-tags {
  background: url(/img2/page-tags.png) no-repeat 80% 50%;
}
.pg_tags .c2habout li {
  color: #8e8e8e;
  font-size: 22px;

  padding-bottom: 20px;
}
.pg_tags .c2habout li * {
  color: black;
  font-size: 14px;
  font-weight: normal;
}
.pg_tags .c2habout li a {
  color: #116ea5;
}

/*old*/
.mtop_colo {
  background: url(/i/colocation_04.jpg) no-repeat 100% 100%;
}
.mtop_clust {
  background: url(/i/ih-clusters.jpg) no-repeat 100% 100%;
}
.mtop_1c {
  background: url(/img/img-1c.jpg) no-repeat 100% 100%;
}
.mtop_strg {
  background: url(/img/img-online_backup_storage.jpg) no-repeat 100% 100%;
  min-height: 140px;
  border-bottom: none;
}
.mtop_ss {
  background: url(/i/uh_administrirovanie_header.jpg) no-repeat 100% 100%;
}
.mtop_eml {
  background: url(/i/im_03.jpg) no-repeat 100% 100%;
}
.mtop_uh {
  background: url(/img/bg-mtop.jpg) no-repeat 100% 100%;
}
.mtop_crt {
  background: url(/i/ik_03.jpg) no-repeat 100% 100%;
}
.mtop_seo {
  background: url(/i/ir_03.jpg) no-repeat 100% 100%;
}
.mtop_ws {
  background: url(/i/website_03.jpg) no-repeat 100% 100%;
}
.mtop_solu {
  background: url(/img/bg-solution.jpg) no-repeat 100% 100%;
}
.mtop_aff {
  background: url(/img/bg-mtt-affiliate.jpg) no-repeat 100% 100%;
}
.mtop_ssl {
  background: url(/img/bg/img-hp_SSL.jpg) no-repeat 100% 100%;
}
.mtop_cms {
  background: url(/img/bg/img-hp_CMSengine.jpg) no-repeat 100% 100%;
}

.cab .mtop_ssl {
  background-position: 100% 0;
}
.cab .main-head {
  min-height: 140px;
}

#g_bnr img {
  max-width: 100%;
}
.s2bitem {
  /* padding:13px 0 0 20px; */
  padding: 13px 10px 0;
}
/* /old */

.breadcrumbs {
  font: 11px/14px Arial;
  color: #939393;
  padding: 20px 0px 6px 0px;
}
.breadcrumbs a {
  color: #939393;
}
.breadcrumbs a:hover {
  color: #939393;
}

.main-head h1,
.main-head p.page_title {
  clear: left;
  color: #000;
  font: 28px Arial;
  padding: 6px 0 6px 18px;
  width: 55%;
  background: url(/img2/mark-uh.png) no-repeat 0 18px;
}
.main-head .mttext {
  width: 55%;
  padding: 0px 0px 0px 0px;
  line-height: 18px;
}
@media only screen and (min-width: 1000px) {
  .b_kb .main-head .mttext {
    width: 63%;
  }
}
@media only screen and (min-width: 1000px) {
  .b_kb .main-head.mhead-faq .mttext {
    margin: 5px 0 15px 20px;
  }
}

.s2topic {
}
table.s2tbl {
  margin: 10px 0;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
}
table.s2tbl tr td {
  text-align: center;
  padding: 2px 0 2px;
}

/* cabinet */
.c_pnl {
  background-color: #ececec;
  margin: 5px 5px 3px 0px;
  padding: 5px 3px 1px 5px;
}
.c_pnl .reset {
  float: right;
}
.c_pnl li {
  list-style-image: url("/img2/ico/ar_bot16.png");
}

/* righ cabinet block */
.s2ttitle {
  font: 18px Arial;
  border-bottom: 2px dotted #d8d8d8;
  margin: 0 0 10px 0;
}

.s2cabinet {
  background: #f6f6f6;
  padding: 0px 28px 26px 15px;
  margin: 6px 0 20px 0;
}
.s2cabinet .act {
  color: #222;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}

.s2cline1 {
  border-left: 4px solid #ffc425;
  padding: 0 0 0 13px;
  margin-top: 12px;
}
.s2cline2 {
  border-left: 4px solid #d3201f;
  padding: 0 0 0 13px;
  margin-top: 21px;
}
.s2cline2 b {
  color: #d3201f;
}
.s2cl1_span {
  padding: 3px 0 0 23px;
  background: url(/img2/ico-usr-cabinet.png) no-repeat !important;
}
.logout a.s2cl1_span {
  padding-top: 0px;
  padding-right: 10px;
}
.s2cline3 {
  border-left: 4px solid #090;
  padding: 0 0 0 13px;
  margin-top: 21px;
}
.s2cline3 b {
  color: #090;
}
.s2cabinet a {
  color: #000;
}
.s2cabinet a:hover {
  color: #707070;
}
.s2cabinet p {
  padding: 1px 0 1px 0px;
}

/* tabs */
.tk_btn img {
  max-width: 100%;
  height: auto;
}
.tk_btn {
  margin: 20px 0 10px;
}

.c2htabs {
  width: 100%;
  float: left;
  border-bottom: 1px solid #dcdcdc;

  margin: 5px 0 10px;
}
.b_kb .c2htabs,
.cab.affiliate .c2htabs {
  float: none;
  border-bottom: none;
  margin: 0;
  margin-top: 10px;
}

.c2htabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.b_kb .c2htabs ul,
.cab.affiliate .c2htabs ul {
  display: block;
}
.c2htabs ul li {
  float: left;
  padding-top: 7px;
  margin-right: 7px;
}
.b_kb .c2htabs ul li,
.cab.affiliate .c2htabs ul li {
  float: none;
  padding: 0;
  margin: 0;
}

.c2htabs ul li span {
  display: inline-block;
  background: #f4f4f2;
  border: 1px solid #dcdcdc;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  padding: 8px 18px 6px 18px;
}
.b_kb .c2htabs ul li span,
.cab.affiliate .c2htabs ul li span {
  display: block;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  font-size: 16px;
  margin: 3px 0;

  width: 269px; /*254px;*/
  padding: 7px 0; /*7px 0 7px 15px;*/
  text-align: center;
}

.c2htabs ul li a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px dotted #000;
}
.c2htabs ul li a:hover {
  color: #777;
  border-bottom: 1px dotted #777;
}
.c2htabs ul li.active {
  padding-top: 0;
}

.c2htabs ul li.active span {
  padding: 10px 18px 0px 18px;
  font-weight: bold;
}
.b_kb .c2htabs ul li.active span,
.cab.affiliate .c2htabs ul li.active span {
  padding: 7px 0 0; /*7px 0 0px 15px;*/
  font-size: 15px;
}

.c2htabs ul li.active a {
  display: inline-block;
  padding: 0 0 8px 0;
  border-bottom: 3px solid #fba222;
}
.b_kb .c2htabs ul li.active a,
.cab.affiliate .c2htabs ul li.active a {
  padding-bottom: 6px;
}

.c2htabs ul li.a-disabled a {
  pointer-events: none;
  cursor: default;
  color: #777;
  border-color: #777;
}

/* tabs2 */
.c2htabs_2m {
  margin-bottom: 5px;
}

.c2htabs2 {
  float: left;
  margin: 5px 0 25px;
}
.c2htabs2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c2htabs2 ul li {
  float: left;
  padding-top: 7px;
  margin-right: 15px;
  display: inline-block;

  font-weight: bold;
}
.c2htabs2 ul li a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px dotted #000;
}
.c2htabs2 ul li a:hover {
  color: #777;
  border-bottom: 1px dotted #777;
}

.c2htabs2 ul li.active {
  color: white;
  background: #337bac;
  border-bottom: 0;
  border-radius: 8px;
  padding: 2px 8px;
  margin-top: 4px;
}

/* plans */
/* 3 колонки */
.c2hlcol {
  width: 236px;
  float: left;
  margin-right: 10px;
}

/* 4 колонки */
.c2hlcol2 {
  width: 179px;
  float: left;
  margin-right: 4px;
}
form .c2hlcol2 {
  border: none;
}

.c2hlcol-top img {
  display: block;
  margin: 0;
}
.c2hlcol-lst {
  margin-right: 0;
}

.c2hlcbtn {
  text-align: center;
  padding: 10px 0 10px 0;
}
h2,
.c2htitle {
  font: 19px/23px Arial;
  padding: 0 0 9px;
}
.c2hpar {
  padding: 0 0 11px;
  clear: left;
}
.c2hpar table {
  width: 100%;
  border-collapse: collapse;
}
.gen_sets_0 .gen_sets:nth-child(1) {
  margin-left: 30px;
}
.gen_sets {
  float: left;
  margin-right: 5px;
  width: 45%;
}
.gen_sets div {
  padding: 11px 0 10px 27px !important;
}
.gen_sets div,
.c2hpar table td {
  padding: 4px 0 3px 27px;
  background: #fff url(/img2/mark-yes.png) no-repeat 5px 50%;
}
.c2hpar table td {
  border-left: 2px solid white;
}
.gen_sets div:nth-child(odd),
.c2hpar table tr.odd td {
  background-color: #f1f1f1;
}
.c2hpar table td b {
  color: #00b54d;
}
.c2hparv {
  padding: 0 0 54px;
}
.c2hparv table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 12px;
}
.c2hparv table th {
  background: #858a90;
  border-radius: 5px;
  color: #fff;
  padding: 4px 25px;
  text-align: left;
  font-weight: normal;
}
.c2hparv table th b {
  font: bold 14px Arial;
}
.c2hparv table th.c2hpv_th {
  width: 3px;
  background: #fff;
  padding: 0;
}
.c2hparv table td {
  border-top: 1px solid #dcdcdc;
  padding: 0;
  padding: 5px 0 5px 26px;
  background: url(/img2/ico-tech.png) no-repeat 4px 7px;
}
.c2hparv table td.c2hpv_td {
  border: none !important;
  padding: 0;
  background: none;
}
.c2hparv table td.c2hpv_bold {
  padding: 5px 0 5px 27px;
  background: url(/img2/ico-tech-big.png) no-repeat 4px 5px;
  font-weight: bold;
}
.c2hparv table tr.c2hpv_last td {
  border-bottom: 1px solid #dcdcdc;
}

.c2habout {
  padding: 8px 0 0 30px;

  font-size: 14px;
  line-height: 22px;
}
.b_kb .c2habout {
  padding: 8px 0 0 20px;
}
.b_kb .c2habout .c2habout {
  padding: 8px 30px 0 0;
}

.c2habout0 {
  padding: 8px 0 0 0px;

  font-size: 14px;
  line-height: 22px;
}
/*old*/
.c2habout .smcom {
  font-size: 8pt;
  color: #666666;
  padding: 1px 0px 1px 0px;
}
.c2habout h3 {
  margin-top: 9px;
}
.b_news .c2habout h3 {
  margin-top: 20px;
}
.c2habout p {
  margin-top: 6px;
}
/* /old */
h3 {
  display: block;
  font: bold 14px Arial;
  padding: 0 0 3px;
}

.kb h3 {
  margin-top: 30px;
}
.kb p {
  margin: 20px 0;
}
.highlight {
  background-color: #eee;
  border-radius: 10px;
  padding: 10px;
}

/* pack prices */
.c2hlc_title {
  height: 45px;
  color: #b1b6bb;
  background: #232425;
  padding: 12px 13px 7px 13px;
}
.c2hlc_title span {
  color: #fff;
  font: 24px/26px Arial;
}

.c2hlc_title2 {
  color: #fff;
  background: #222 url(/img/bg-c2hlct.gif) repeat-x;
  padding: 6px 7px 4px;
  margin-right: 1px;
}
.c2hlc_title2 span {
  font: 20px/26px Arial;
}

/* 1c */
.c2hlc_title3 {
  height: 45px;
  color: #fff;
  background: #222 url(/img/bg-c2hlct.gif) repeat-x;
  padding: 0px 7px 7px 7px;
  margin-right: 1px;
  text-align: center;
}
.c2hlc_title3 span {
  font: 20px/26px Arial;
}

.c2hlc_ttl_lrg3 {
  width: 236px;
  display: table-cell;
  vertical-align: middle;
}
.c2hlc_ttl_lrg3 span {
  display: block;
  margin-top: 4px;
  font: 19px/21px Arial;
}

.c2hlc_title_a {
  height: 45px;
  color: #fff;
  background: #2d2d2d url(/img/bg-c2hlc_title_a.gif) no-repeat 100% 0;
  padding: 12px 13px 7px 13px;
  margin-right: 1px;
}
.c2hlc_title_a span {
  font: 24px/26px Arial;
}

.c2hlc_title_1c {
  height: 85px;
  padding: 5px 13px 2px;
}
.c2hlc_title_1c div {
  margin-top: 10px;
}
.c2hlc_title_1c span {
  font: 16px Arial;
}

.top_sale {
  background: #2d2d2d url(/img/bg-c2hlc_title_a_topsale.png) no-repeat 100% 0 !important;
}

.c2hlcprop {
  color: #221809;
  padding: 14px 3px 8px 3px;
}
.c2hlcprop ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 16px;
}
.c2hlcprop ul li {
  font-weight: bold;
  padding: 1px 0 1px 24px;
  background: url(/img2/yes.png) no-repeat 7px 4px;
}
.c2hlcprop ul li span.old {
  color: #939393;
  text-decoration: line-through;
  font-weight: normal;
}

.c2hlcbtm {
  background: #f6f6f6 url(/img2/bg-corn-basic.png) no-repeat 50% 100%;
  padding: 6px 0px 26px 0px;
  text-align: center;
  font-size: 11px;

  cursor: pointer;
  cursor: hand;

  background-size: 100%;
}
.c2hlcbtm a {
  background: url(/img2/ico-plus.png) no-repeat 0 2px;
  padding: 2px 0px 1px 19px;
  color: #939393;
}
.c2hlcbtm a span {
  border-bottom: 1px dotted #939393;
}

.clnb {
  font-weight: bold;
}
.cln {
  padding: 5px 5px 8px 8px;
  line-height: 1.5;
  cursor: pointer;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #dfdfdf;
}
.cln_1,
.cln_5 {
  background-color: #f1f1f1;
}
.cln_2,
.cln_6 {
  background-color: #efefef;
}
.cln_3 {
  background-color: #f1f1f1;
}
.cln_4 {
  background-color: #f6f6f6;
}
.clnb_1,
.clnb_5 {
  color: #fff;
  background-color: #8b8b8b;
}
.clnb_2,
.clnb_6 {
  color: #fff;
  background-color: #5f666f;
}
.clnb_3 {
  color: #fff;
  background-color: #3e4145;
}
.clnb_4 {
  color: #fff;
  background-color: #858a90;
}

.cln input {
  position: relative;
  top: 2px;
  margin-right: 6px;
}

.clna b {
  color: #c22;
}
.clnb_1 b,
.clnb_2 b,
.clnb_3 b,
.clnb_4 b {
  color: #fff;
}

.clns {
  margin-left: 21px;
  font-size: 7pt;
  color: #000;
}
.clnb_1 .clns,
.clnb_2 .clns,
.clnb_3 .clns,
.clnb_4 .clns,
.clnb_5 .clns,
.clnb_6 .clns {
  color: #fff;
}

.cln_cmn {
  width: 100%;
  color: #595959;
  background-color: #ebebeb;
  padding: 1px 0px 1px 0px;
}
.cln_cmn b {
  font-weight: normal;
}
.cln_brd {
  border: 1px solid #ebebeb;
}

form .bdy1 {
  padding: 3px 8px 3px 22px;
}
.cln_brd .bdy1 {
  padding-left: 22px;
}

.cln_bonus {
  padding: 4px 0 0 21px;
  font-size: 11px;
  line-height: 11px;
}
.cln_bonus span {
  display: inline-block;
  padding-left: 22px;
  margin-right: 9px;
}

.prc1_hdd {
  background: url(/img2/gifts/ico-hdd-red.png) no-repeat 0 50%;
}
.prc1_www {
  background: url(/img2/gifts/ico-gift-red.png) no-repeat 0 50%;
}
.prc1_ram {
  background: url(/img2/gifts/icnRAM.png) no-repeat 0 50%;
}
.prc1_cpu {
  background: url(/img2/gifts/icnCPU.png) no-repeat 0 50%;
}
.prc1_300 {
  background: url(/img2/gifts/icn_meta.png) no-repeat 0 50%;
}

.clnb_1 .prc1_hdd,
.clnb_2 .prc1_hdd,
.clnb_3 .prc1_hdd,
.clnb_4 .prc1_hdd {
  background-image: url(/img2/gifts/ico-hdd-w.png);
}
.clnb_1 .prc1_www,
.clnb_2 .prc1_www,
.clnb_3 .prc1_www,
.clnb_4 .prc1_www {
  background-image: url(/img2/gifts/ico-gift-w.png);
}
.clnb_1 .prc1_ram,
.clnb_2 .prc1_ram,
.clnb_3 .prc1_ram,
.clnb_4 .prc1_ram {
  background-image: url(/img2/gifts/icnRAM_white.png);
}
.clnb_1 .prc1_cpu,
.clnb_2 .prc1_cpu,
.clnb_3 .prc1_cpu,
.clnb_4 .prc1_cpu {
  background-image: url(/img2/gifts/icnCPU_white.png);
}

@media screen and (max-width: 349px) {
  .clnb_1 .prc1_hdd,
  .clnb_2 .prc1_hdd,
  .clnb_3 .prc1_hdd,
  .clnb_4 .prc1_hdd {
    background-image: url(/img2/gifts/ico-hdd-w-320.png);
    height: 14px;
  }
  .clnb_1 .prc1_www,
  .clnb_2 .prc1_www,
  .clnb_3 .prc1_www,
  .clnb_4 .prc1_www {
    background-image: url(/img2/gifts/ico-gift-w-320.png);
    height: 13px;
  }
}

.hprop-mysql {
  display: inline-block;
  background: url(/img2/i-mysql.png) no-repeat;
  width: 62px;
  height: 14px;
  position: relative;
  top: 3px;
}
.hprop-php {
  display: inline-block;
  background: url(/img2/i-php.png) no-repeat;
  width: 33px;
  height: 16px;
  position: relative;
  top: 3px;
}
.hprop-aspnet {
  display: inline-block;
  background: url(/img2/i-aspnet.png) no-repeat;
  width: 50px;
  height: 12px;
  position: relative;
  top: 1px;
}

/* domain page */

#domain-frm {
  clear: both;
  background: #fff6e8;
  padding: 14px 20px 6px 20px;
  margin: 6px 0 14px 0;
}
.domain-sample {
  padding: 0 0 2px 0;
}
.domain-sample span {
  font-weight: bold;
}
#domain-frm table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  width: 100%;
}
#domain-frm table tr td {
  text-align: left;
}
#domain-frm table tr td:last-child {
  text-align: right;
}
#domain-frm input[type="text"] {
  border: 2px solid #fba222;
  border-radius: 2px;
  width: 578px;
  color: #707070;
  height: 22px;
  padding-left: 3px;
}
#domain-frm input[type="image"] {
  display: block;
  margin: 0 0 0 auto;
}
#domain-frm-sel {
  clear: both;
  float: left;
  width: 100%;
  margin: 10px 0 8px 0;
}
.domain-frm-txt {
  float: left;
  width: 144px;
}
.domain-frm-txt span {
  font-weight: bold;
}
.domain-frm-list {
  float: right;
  width: 536px;
  font-size: 11px;
}
.domain-frm-list a {
  display: inline-block;
  background: #fec470 url(/img2/a-del-w.png) no-repeat 92% 4px;
  padding: 0px 20px 1px 5px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  margin: 0 6px 4px 0;
  border-radius: 2px;
}
.domain-frm-list a:hover {
  background-color: #ffa627;
}
.domain-all-act {
  font-size: 11px;
  color: #939393;
  padding: 2px 0 2px 0;
}
.domain-all-act a,
.domain-all-act span {
  color: #939393;
  text-decoration: none;
  border-bottom: 1px dotted #939393;
  margin: 0 3px;
}
.domain-all-act a:hover {
  color: #404040;
  border-bottom: 1px dotted #404040;
}

.domain-list {
  clear: both;
  padding: 8px 0px 12px 0px;
}
.domain-group {
  border-left: 3px solid #fba222;
  padding: 0px 0px 0px 18px;
  margin: 16px 0 40px 0;
}
.b_domains .domain-group:last-child {
  margin-bottom: 25px;
}

.domain-chkall {
  padding: 22px 0px 4px 0px;
  font-size: 11px;
}
.domain-chkall a {
  text-decoration: none;
}
.domain-chkall a span {
  border-bottom: 1px dotted #0468ac;
}
.domain-chkall a:hover {
  color: #3498cc;
}
.domain-chkall a:hover span {
  border-bottom: 1px dotted #3498cc;
}
.domain-list {
  margin-top: 3px;
  color: #606060;
}
.domain-list sup,
.sup-inf {
  background: #c0d0e0;
  padding: 0px 3px;
  border-radius: 2px;
  font-size: 10px;
  line-height: 12px;
}

.domain-hdr {
  clear: both;
  padding: 0px 0px 6px 0px;
  font-weight: bold;
  font-size: 14px;
}

.ttld_col {
  float: left;
  width: 49%;
  margin-right: 6px;
}
.ttld {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
.ttld td {
  border-bottom: 1px #ddd solid;
}
.ttld tr.highlight td {
  background: #f4f4f4;
}

.domain-group table:last-child td {
  border-bottom: 0;
}

.c1tld {
  width: 140px;
  font-size: 11px;
  color: #808080;
  height: 24px;
}
.c2tld {
  font-weight: bold;
}
.c3tld {
  width: 70px;
  color: #000;
  min-height: 23px;
}
.tld_c3 .c2tld.promo_tld {
  /*background-color: #83d3f8;*/
  color: black;
  padding: 2px 0 0 5px;
  min-height: 20px;
}
.c3tld .promo_prc {
  display: inline-block;
  background-color: #83d3f8;
  padding: 2px 4px;
}
.c3tld .renew_prc {
  display: inline-block;
  position: relative;
  top: -5px;
  left: 5px;
  font-size: x-small;
  text-decoration: line-through;
  color: grey;
}
.d_prc .renew_prc {
  display: block;
  font-weight: normal;
  font-size: x-small;
  text-decoration: line-through;
  color: grey;
}
.oit-cost-base .renew_prc {
  font-size: x-small;
  text-decoration: line-through;
  color: grey;
}

.b_domains .domain-group:first-child {
  min-height: 87px;
}
.b_domains .domain-group:first-child .tld_c3 {
  width: 12%;
}
@media screen and (max-width: 1279px) {
  .b_domains .domain-group:first-child {
    min-height: 155px;
  }
  .b_domains .domain-group:first-child .tld_c3 {
    width: 13%;
  }
}
@media screen and (max-width: 999px) {
  .b_domains .domain-group:first-child .tld_c3 {
    width: 14%;
  }
}
@media screen and (max-width: 599px) {
  .b_domains .domain-group:first-child {
    min-height: 222px;
  }
  .b_domains .domain-group:first-child .tld_c3 {
    width: 32%;
  }
}

label.prem_dom {
  display: block;
  font-size: x-small;
  color: #090;
}

.c2tld img {
  margin-left: 2px;
}

.c1tld div {
  position: relative;
}
.c1tld div span:hover {
  border-bottom: 1px dotted #000;
  color: #000;
}

.c1tld div.tldtip {
  position: absolute;
  left: 0px;
  top: 24px;
  padding: 6px 9px;
  background: #fff;
  border: 1px solid #a0a0a0;
  border-radius: 6px;
  display: none;
  z-index: 3;
}

.hide {
  display: none;
}
.show {
  display: block;
}

.dm-slide-txt {
  position: relative;
  overflow: hidden;
  max-height: 20px; /*50px;*/
}
.dm-slide-txt:after {
  background: -moz-linear-gradient(
      center top,
      rgba(255, 255, 255, 0) 0%,
      #ffffff 100%
    )
    repeat scroll 0 0 rgba(0, 0, 0, 0); /* FF3.6+ */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 85%
  ); /* Chrome10+, Safari5.1+ */
  background: linear-gradient(to top, #ffffff 15%, transparent 100%); /* W3C */

  bottom: 0;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  z-index: 3;
  right: 0;
}

#tb2.d_tbl.dm-slide-txt {
  display: none;
}
#tb2.d_tbl {
  display: table;
}
.d_tbl tr td:nth-child(1) {
  width: 80%;
}

.clDomChk {
  margin: 10px 0 20px;
}
.clDomChk_1 .inp1 {
  float: left;
  width: 400px;
}
.clDomChk_1 .inp2 {
  float: left;
  margin: 10px 0 0 9px;
}
.clDomChk {
  margin: 20px 0;
}
.clDomChk_1 {
  height: 62px;
  background: url(http://uh.ua/i/domains/YellowBackground.png);
}
.clDomChk_1 .inp1 {
  margin: 19px 0 0 20px;
  height: 20px;
}

.domain-group input[type="checkbox"] {
  position: relative;
  top: 2px;
  z-index: 1;
}
.domain-group label {
  padding-left: 4px;
}
.domain-botbtn {
  padding: 10px 0px 12px 0;
}
.domain-hints {
  clear: both;
  padding: 16px 0px 20px 0px;
  font-size: 11px;
}
.domain-hints p {
  padding: 3px 0px 3px 62px;
}
.domain-hints p.dhint-ua {
  padding-left: 14px;
}
.domain-hints p.dhint-ua span {
  font-weight: bold;
  font-size: 14px;
  padding-right: 10px;
}
.domain-hints p.dhint-cyr {
  background: url(/img2/icn-dcyr.png) no-repeat 7px 6px;
}
.domain-hints p.dhint-tip {
  background: url(/img2/icn-dinf.png) no-repeat 7px 6px;
}
.domain-hints p.dhint-promo {
  background: url(/img2/ico/icn-promo.png) no-repeat 1px 6px;
}

.cln_c3 #c2hcol_3 {
  margin-right: 0;
}
.cln_c4 #c2hcol_4 {
  margin-right: 0;
}

/*cur*/
.panel {
  z-index: 99;
  float: right;
  background: url(/img/a-thll.gif) no-repeat 100% 7px;
  padding: 0 11px 0 0;
  text-decoration: none;
  border-bottom: 1px dashed #0468ac;
  margin-top: 10px;
}
.panel .g-cl {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}
.panel ul {
  padding: 0px;
  margin: 0px;
}
.panel ul li {
  list-style-type: none;
  display: block;
  float: left;
  padding: 0 5px;
  position: relative;
}
.panel-right ul li {
  float: right;
}
.panel li.panel-lang .panel-ico {
  width: 6px;
  height: 6px;
  background-position: -50px 0;
  position: absolute;
  top: 4px;
  right: 8px;
  z-index: 910;
}
.panel li.panel-lang a {
  /* position:relative;
	top:1px; */
  line-height: 1.1em;
  display: block;
  text-decoration: none !important;
  padding-right: 14px;
  color: black;
}
.panel li.panel-lang .panel-options {
  display: none;
  position: absolute;
  top: -5px;
  left: -4px;
  border: 1px solid #fff;
  padding: 4px 6px 4px 8px;
  z-index: 99;
  background: #fff;
}
.panel li.panel-lang .panel-options div.panel-f {
  padding-bottom: 5px;
}
.panel li.panel-lang .panel-options a {
  border: none;
}
.panel li.panel-lang_open .panel-options {
  display: block;
}

.pt0 {
  padding-top: 0;
}

/* cms */
.c2jh2 {
  margin-top: 20px;
}
.c2jh3 {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding: 10px 0;
}

.c2jtable {
  margin-bottom: 7px;
}
table.c2jt_tbl1 {
}
table.c2jt_tbl1 td {
  padding: 0;
}
table.c2jt_tbl1 th {
  color: #302f2f;
  font: bold 11px Arial;
  padding: 12px 0;
}
table.c2jt_tbl1 th.c2jt1_th1 {
  width: 109px;
  background: #c3e3f2 url(/img/bg-c2jt1_th1.gif) repeat-x;
}
table.c2jt_tbl1 th.c2jt1_th2 {
  width: 114px;
  background: #f7c594 url(/img/bg-c2jt1_th2.gif) repeat-x;
}
table.c2jt_tbl1 th.c2jt1_th3 {
  background: #dedede url(/img/bg-c2jt1_th3.gif) repeat-x;
}
table.c2jt_tbl2 {
  border-collapse: collapse;
  background: url(/img/bg-c2jt_tbl2.gif) no-repeat;
}
table.c2jt_tbl2 td {
  padding: 0;
  height: 101px;
}
table.c2jt_tbl2 td.c2jt2_td1 {
  width: 96px;
  padding-left: 12px;
}
table.c2jt_tbl2 td.c2jt2_td2 {
  width: 134px;
  padding: 0 2px;
  font: 19px Arial;
  color: #fff;
  text-align: center;
}
table.c2jt_tbl2 td.c2jt2_td3 {
  width: 365px; /*427px;*/
  padding: 0 8px 0 6px;
}
.c2jt2_big {
  font: 19px/22px Arial;
  color: #fff;
}
.c2jt2_small {
  color: #fff;
  font: 11px/11px Arial;
}
table.c2jt_tbl2 td.c2jt2_td1 .c2jt2_small {
  color: #e3e3e3;
}
.c2jt_tarif {
  float: left;
  padding: 0 0 0 31px;
  background: url(/img/bg-c2hlcprice.png) no-repeat;
  font: 14px Arial;
}
.c2jt_tarif .title {
  font: 16px Arial;
}
.c2jt_tarif .value {
  padding: 5px 0 0 0; /*13px*/
}
.c2jt_tarif .value span {
  font: 19px Arial;
  color: #000;
}
.c2jt_tarif .price {
  /*padding-left:13px;*/
}
.a-btnbuy {
  float: right;
  margin-top: 10px;
}

.c2jt_tarif .value label {
  float: left;
  display: block;
  vertical-align: top;
}
.c2j_dom {
  width: 90px;
  margin-top: 2px;
}
.c2j_pl {
  margin: 2px 5px;
}

@media screen and (max-width: 640px) {
  table.c2jt_tbl2 {
    background-size: 500px 100%;
  }
  .c2j_pl {
    clear: left;
  }
  table.c2jt_tbl1 th.c2jt1_th1 {
    width: 85px;
  }
  table.c2jt_tbl1 th.c2jt1_th2 {
    width: 75px;
  }
  .c2jt_tarif {
    width: 120px;
    background: none;
  }
  table.c2jt_tbl2 td.c2jt2_td2 {
    text-align: left;
  }
  table.c2jt_tbl2 td.c2jt2_td3 {
    width: inherit;
  }
}

.c2ha_small {
  /*color:#646464;*/
  font: 11px/16px Arial;
}
.c2ha_small b {
  font-size: 12px;
  font-weight: bold;
  color: #d21f1e;
}

/* servers */
table.mc2table {
  border: 1px solid #ececec;
  margin-top: 5px;
}
table.mc2table td,
table.mc2table th {
  vertical-align: top;
  padding: 1px 3px;
}
table.mc2table tr.tr_even td {
  background: #f1f1f1;
}

.mhead-servers + #main .c2hlcprop li label {
  display: block;
  font-weight: normal;
  font-size: 10px;
}

/* solutions */
.c2sol {
  width: 100%;
  float: left;
}
.c2s_line {
  width: 100%;
  float: left;
  padding: 18px 0 0;
}
.c2sl_l {
  width: 326px;
  float: left;
  padding: 160px 0 0;
  margin-top: 10px;
}
.c2sl_r {
  width: 326px;
  float: right;
  margin-top: 10px;
}
.c2s_01 {
  background: url(/img/img-solution-1.jpg) no-repeat;
  padding-top: 136px;
}
.c2s_02 {
  background: url(/img/img-solution-2.jpg) no-repeat;
  padding-top: 136px;
}
.c2s_03 {
  background: url(/img/img-solution-3.jpg) no-repeat;
  padding-top: 185px;
}
.c2s_04 {
  background: url(/img/img-solution-4.jpg) no-repeat;
  padding-top: 185px;
}
.c2s_05 {
  background: url(/img/img-solution-5.jpg) no-repeat;
  padding-top: 192px;
}
.c2sl_top {
  height: 14px;
  background: url(/img/bg-c2sltop.gif) no-repeat;
}
.c2sl_middle {
  background: url(/img/bg-c2sl_middle.gif) repeat-y;
  padding: 20px 0;
  border-bottom: 1px solid #c3c3c3;
}
.c2sl_middle p {
  padding: 14px 18px 0 28px;
}
.c2sl_middle p.c2slm_title {
  font: bold 14px/18px Arial;
  border-left: 5px solid #d3201f;
  padding: 0 18px 0 23px;
}
.c2s_01 .c2sl_middle,
.c2s_02 .c2sl_middle {
  height: 144px;
}
.c2s_03 .c2sl_middle,
.c2s_04 .c2sl_middle {
  height: 178px;
}
.c2s_05 .c2sl_middle {
  height: 108px;
}
.s2bline {
  width: 100%;
  float: left;
  padding-top: 6px;
}

/* websites */
#blk,
#blkb {
  position: relative;
  float: left;
}
#blkb {
  border: #ddd solid 1px;
}
#blkr {
  position: relative;
  float: right;
}

#ln {
  clear: both;
}
.bld {
  font-weight: bold;
}

/* clients */
.c2hlogos {
  padding: 24px 0;
}
.c2hlogos table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #d8d8d8;
  table-layout: fixed;
}
.c2hlogos table td {
  padding: 7px 0;
  border-top: 1px solid #d8d8d8;
}

/* sla */
.sla_tbl .headr th,
.sla_tbl td {
  text-align: center;
  padding: 3px;
}
.sla_tbl th {
  padding: 3px;
}

/* faq */
.c2faq {
  padding: 0 0 0 30px;
}
.c2flist {
}
.c2fitem {
  padding: 12px 0 4px;
}
.c2fitem table {
  width: 100%;
  border-collapse: collapse;
}
.c2fitem table td {
  vertical-align: top;
  padding: 0;
}
.c2fitem table td.c2fi_image {
  width: 90px;
  text-align: center;
}
.c2fi_cat {
  font: bold 14px Arial;
  padding-top: 10px;
}
.c2fi_cat a {
  color: #000;
}
.c2fitem table td.va_middle {
  vertical-align: middle;
}
.c2fitem table td.va_middle .c2fi_cat {
  padding: 0;
}
ul.c2filist {
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}
ul.c2filist li {
  padding: 6px 0 0 33px;
  background: url(/img/bull-c2filist.gif) no-repeat 0 10px;
}
ul.c2filist li ul {
  margin: 0;
  padding: 6px 0 6px 34px;
  list-style: none;
  font: 11px Arial;
}
ul.c2filist li ul li {
  padding: 3px 0 3px 15px;
  background: url(/img/bull-c2filist-ul.gif) no-repeat 0 10px;
}

.s2query {
  padding: 12px 0 0;
}
.s2query p {
  font: 11px/16px Arial;
}
.s2query p.s2q_title {
  font: bold 14px Arial;
  text-transform: uppercase;
  padding: 6px 0 3px;
}
.s2query .ta_center {
  padding: 4px 0 8px;
}

.c2fitem {
  padding: 12px 0 4px;
}
.c2fi_cat {
  font: bold 14px Arial;
  padding-top: 10px;
}
.c2fi_cat a {
  color: #000;
}

.c2fi_level0 {
  padding: 0 0 0 90px;
}
.c2fi_level1 {
  padding: 0 0 0 90px;
}
.c2fi_level1 .c2pos {
  padding: 6px 0 0 33px;
  background: url(/img/faq/bull-c2filist.gif) no-repeat 0 10px;
}
.c2fi_level2,
.c2fi_level3,
.c2fi_level4 {
  padding: 4px 0 0 90px;
  margin-left: 60px;
  font: 11px Arial;
}
.c2fi_level2 .c2pos {
  padding: 3px 0 3px 15px;
  background: url(/img/faq/bull-c2filist-ul.gif) no-repeat 0 10px;
}
.c2fi_level3 .c2pos,
.c2fi_level4 .c2pos {
  display: list-item;
  list-style-type: disc;
  margin-left: 70px;
  color: #116ea5;
}
.c2fi_level3 .c2pos b,
.c2fi_level4 .c2pos b {
  color: black;
}
.c2fi_level4 .c2pos {
  list-style-type: circle;
  margin-left: 140px;
}
.c2fi__image {
  position: absolute;
  width: 90px;
  text-align: center;
  padding-top: 10px;
}

div.mnu_kb.intd .c2fi_level0 {
  padding: 0 0 0 103px;
}
div.mnu_kb.intd .c2fi_level2,
div.mnu_kb.intd .c2fi_level3,
div.mnu_kb.intd .c2fi_level4 {
  padding: 0;
  margin-left: 103px;
}
div.mnu_kb.intd .c2fi_level3 .c2pos,
div.mnu_kb.intd .c2fi_level4 .c2pos {
  margin-left: 17px; /*==0*/
}

.mnu_kb .c2fi_cat {
  font-weight: normal;
}
.mnu_kb .c2fi_cat a {
  color: #116ea5;
}
.mnu_kb .c2fi_level0 {
  padding-left: 80px;
}
p.c2fi_cat {
  background: url(/img2/mark-uh.png) no-repeat 0 13px;
  padding-left: 19px;
}

/* themes */

body.newyear {
  background: url(/img2/bg-bot.png) repeat-x 50% 100%,
    url(/img/bg-body-ny.gif) no-repeat 50% 0;
}
body.newyear #logo {
  padding-left: 20px;
}
body.newyear.logo87 #logo {
  padding-top: 12px;
  padding-left: 15px;
}

body.th_8march #logo {
  /*padding-top:8px;*/
  padding-left: 15px;
}

body.autumn {
  background: url(/img2/bg-bot.png) repeat-x 50% 100%,
    url(/img/themes/autumn_bg.gif) no-repeat 50% 0;
}

/* domains */

.tc {
  font-size: 11px;
  cursor: pointer;
  color: #0468ac;
  border-bottom: 1px dotted #e0e0e0;
  padding: 3px 0px 4px 0px;
}
.domain-all-act .tc {
  border-bottom: none;
}
.tc span:hover {
  text-decoration: underline;
}
.tc2 {
  font-size: 11px;
  padding: 3px 0px 4px 20px;
}

.loading {
  text-align: center;
}
#dch_results_cp {
  width: 100%;
  text-align: center;
  margin: 20px 0 10px;
  cursor: pointer;
  cursor: hand;
}
#dch_results_cp .dch_loading {
  margin: 40px 0 20px;
  background: url("/img2/load/divider.gif") repeat-x;
}
#dch_results_cp .dch_loading span {
  background: url("/img2/load/loading_spinner.gif") no-repeat scroll 20px 0 #fff;
  font-family: Arial;
  font-size: 18px;
  padding: 13px 20px 13px 85px;
  margin: 0 20px;
}
#dch_results_cp .dch_loading span.dch_loaded {
  background-image: url("/img2/load/loaded.png");
}
#dch_results_cp > span {
  background: url("/img2/load/icn_BlueCorners.png") no-repeat;
  padding-left: 25px;
  text-decoration: underline;
}

/*изменение периода для*/
.oit-dom #dch_results_cp .dch_loading {
  margin: 0;
}
#dch_results_cp .dch_loading span {
  margin: 0;
}

.alt-domains {
  width: 100%;
  text-align: right;
}
.alt-domains > input[type="submit"] {
  margin: 0; /*0 0 0 302px;*/
}

.domain_prices table {
  font-size: 12px;
}
.domain_prices table,
.domain_prices div {
  width: 100%;
}
.tbl_domains {
  border-spacing: 2px;
}
.tbl_domains td {
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 12px;
}
.tbl_domains td.tbl_cln1 {
  text-align: left;
  padding: 0px 5px 0px 20px;
}
.tbl_title {
  color: #fff;
  background-color: #aaa;
  font-size: 14px;
  font-weight: bold;
  width: 18%;
}

.tbl_domains tr td:first-child {
  width: auto;
  font-size: 14px;
}

.tbl_domains .fst,
.tbl_domains .snd {
  font-size: 14px;
}
.tbl_domains .fst {
  background-color: #e6e6e6;
}

/* Промо-домены */

.top-promo {
  background: url(/i/b/top-promo-tlds_1920-3840.png) center top no-repeat;
  /*width: 100%;*/
  height: 63px;
}
@media only screen and (max-width: 1920px) {
  .top-promo {
    background: url(/i/b/top-promo-tlds_1000-1920.png) center top no-repeat;
  }
}
@media only screen and (max-width: 1000px) {
  .top-promo {
    background: url(/i/b/top-promo-tlds_640-1000.png) center top no-repeat;
    /*background-size: contain;
		height: 33px;*/
  }
}
@media only screen and (max-width: 640px) {
  .top-promo {
    background: url(/i/b/top-promo-tlds_320-640.png) center top;
    height: 33px;
  }
}
/*@media only screen and (max-width: 410px)
{
}*/

/* Промо-хостинг */

.top-promo-hosting {
  background: url(/i/b/promo/hosting/1920-3840.png) center top no-repeat;
  /*width: 100%;*/
  height: 53px;
}
@media only screen and (max-width: 1920px) {
  .top-promo-hosting {
    background: url(/i/b/promo/hosting/1000-1919.png) center top no-repeat;
  }
}
@media only screen and (max-width: 1000px) {
  .top-promo-hosting {
    background: url(/i/b/promo/hosting/640-1000_1.png) center -10px no-repeat;
    /*background-size: contain;*/
    height: 43px;
  }
}
@media only screen and (max-width: 640px) {
  .top-promo-hosting {
    background: url(/i/b/promo/hosting/320-640_2.png) center top;
    height: 63px;
  }
}

/* Промо-серверы */

.top-promo-server {
  background: url(/i/b/promo/server/1920-3840.png) center top no-repeat;
  /*width: 100%;*/
  height: 53px;
}
@media only screen and (max-width: 1920px) {
  .top-promo-server {
    background: url(/i/b/promo/server/1000-1920.png) center top no-repeat;
  }
}
@media only screen and (max-width: 1000px) {
  .top-promo-server {
    background: url(/i/b/promo/server/640-1000.png) center -10px no-repeat;
    /*background-size: contain;*/
    height: 43px;
  }
}
@media only screen and (max-width: 640px) {
  .top-promo-server {
    background: url(/i/b/promo/server/320-640.png) center top;
    height: 63px;
  }
}

@media only screen and (min-width: 641px) {
  .b_index #header {
    margin-top: 93px;
  }
  .b_index.lng_ua #header {
    margin-top: 34px;
  }
}
.b_index .fly-help {
  top: 127px;
}
.b_index .fly-tickets {
  top: 223px;
}
.b_index #sh_button.sh_btn_right_top {
  top: 314px !important;
}

#g_promo {
  margin: 35px 0 10px;
}
#g_promo img {
  max-width: 100%;
  height: auto;
}

/* Проверка домена в корзине */
.domainRadio {
  margin: 0 0 10px;
}

.domainRadio > label {
  margin-right: 10px;
}

#validate_msg > p {
  color: red;
  padding: 10px 0 0;
  width: 300px;
}
#validate_msg > p.free {
  color: #090;
}
#validate_msg > p.bind {
  color: #090;
}
.domainBtn {
  float: right;
  margin-top: 10px;
}

input[type="submit"],
.a_btns a {
  display: inline-block;
  padding: 4px 10px;
  color: white;
  background: #fba222;
  border: none;
  border-radius: 2px;
  letter-spacing: -0.5px;
  cursor: pointer;
  cursor: hand;
}
input.disbl[type="submit"] {
  background: #999;
  pointer-events: none;
}

/* contact's validation */

.itm_h {
  width: 100%;
  border-top: dashed 3px #ccc;
  font-size: 10pt;
  font-weight: bold;
}
.itm_i {
  width: 250px;
}

input.valid {
  /*background-color:#cfc;*/
}
label.valid {
  display: inline-block !important;
  position: relative !important;
  margin-left: 5px !important;
  width: 24px !important;
  height: 20px !important;
  background: url("/img/ico-c2hpar-odd.gif") no-repeat 0 0 transparent !important;
}
label.valid img {
  padding: 0px;
  margin: 0px;
}

label.invisiblevalid {
  display: none !important;
}

input.error {
  background-color: #fcc;
}
label.error {
  display: block;
  color: red;
  font-style: italic;
}

.pwd_div label {
  margin-left: 40px;
}
.pwd_div input[type="text"] {
  border: 2px solid #fba222;
  border-radius: 2px;
  /*width: 290px;*/
  color: #707070;
  height: 22px;
  padding-left: 3px;
}

.aff-promo .blk1 {
  width: 350px;
  margin-right: 10px;
}
.aff-promo img {
  border-radius: 5px;
}
.aff-txt {
  margin-left: 5px;
  padding: 0 6px;
  width: 265px;
  height: 90px;
  background-color: #f9f8f6;
  border: 1px solid #f3f0ec;
  border-radius: 5px;
  color: #333;
  font-size: 8pt;
}

.clearfix::after {
  clear: both;
}

.tbl_imprv th {
  padding-right: 10px;
  text-align: left;
}
.tbl_imprv td,
.tbl_imprv th {
  border-bottom: 1px solid #ddd;
}
.tbl_imprv tr.brdls td,
.tbl_imprv tr.brdls th {
  border: none;
}

/* order module */
.rem {
  color: grey;
  font-size: 8pt;
  /*font-style:italic;*/
}
.contacts_data .rem {
  display: block;
}

.btnBig {
  /*background-color:#ddd;*/
  width: 200px;
  height: 40px;
}
#signupForm {
  clear: left;
  padding-top: 10px;
}
input[type="submit"].btnOrder_org {
  background-image: url(../i/btns/btnOrder_orange.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 185px;
  height: 49px;
  border: 0px;
  background-color: transparent;
  cursor: pointer;
  outline: 0;
}

#col_contacts {
  float: left;
  width: 480px;
}
#col_contacts .div_chgd {
  border-top: 3px dashed #ccc;
  padding-bottom: 5px;
}
#col_contacts .div_order {
  margin: 5px 10px;
  float: right;
}

.contacts_data {
  font-size: 10pt;
}

.contacts_data div {
  background-color: #efefef;
  clear: both;
}
.contacts_data div.itm_h {
  background: none;
  padding: 12px 0px 4px 0px;
}
.contacts_data label {
  display: table-cell;
  width: 181px;
}
.contacts_data .c_cln2 {
  display: table-cell;
  width: 65%;
}
.contacts_mtry {
  color: red;
}

.contacts_data .c_cln1,
.contacts_data .c_cln2 {
  border-bottom: 2px solid #fff;
  padding: 6px 10px 6px 0px;
}
.contacts_data .c_cln1 {
  padding-left: 20px;
}

.contacts_data input[type="text"],
.contacts_data input[type="password"],
.contacts_data select,
.contacts_data input.itm_i {
  font-size: 14px;
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  padding-left: 4px;
}
.contacts_data select {
  height: 26px;
  width: 260px;
}
.contacts_data input:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 5px rgba(102, 175, 233, 0.6);
}

#col_order {
  float: right;
  margin: 40px 0px 0px 10px;
  padding: 5px 5px 5px 10px;
  width: 465px;
  border: 1px dashed #999;
}

.opl_1 {
  display: inline-block;
  margin-top: 19px;
}

.crt_h2 ul {
  clear: left;
  margin: 3px 0px 3px 0px;
  padding: 0;
  list-style: none;
}
.crt_h2 ul li {
  background: url(../img2/yes.png) no-repeat scroll 0px 3px;
  padding: 1px 0px 1px 16px;
}
.crt_h2 .blk_pln {
  clear: left;
  padding: 3px 0px 3px 0px;
}
.crt_h2 .blk_pln div {
  float: left;
  margin-left: 12px;
}
.crt_h2 .blk_pln div.cln_bonus {
  clear: left;
}

.exts {
  margin: 6px 0;
  width: 420px;
  background-color: #fff;
  font-size: 8pt;

  border: 1px solid #ddd;
  padding: 2px;
}
.exts .exts_1,
.dst {
  background-color: #efefef;
}
.exts .exts_1 {
  margin-bottom: 2px;
  padding: 4px 0 4px 8px;
}
.exts .exts_1:last-child {
  margin-bottom: 0;
}
.exts .exts_1 label {
  display: block;
  font-weight: bold;
}
.exts select {
  font-size: 9pt;
  min-width: 100%; /*250px;*/
}

.d_steps {
  padding-left: 20px !important;
}

.a_pnt {
  position: relative;
  top: 4px;
  left: 6px;
}
.dog_pril {
  margin-top: 40px;
}
.mlink {
  margin-bottom: 20px;
}
.c2habout + .mlink {
  margin: 20px 0 0;
}

/* aff/edit */
.tblprofil td:not(.itm_h) {
  background-color: #efefef;
}
.tblprofil td {
  font-size: 14px;
}
.tblprofil td a {
  font-size: 7pt;
}

ul.mainmenu li .hmmdm,
.da-slide h2,
.da-slide p,
.hdr-cuf,
.ipack h2,
.main-head h1 {
  font-family: "Roboto Condensed", sans-serif;
}
#mm_lng {
  margin-right: 60px; /* 14.02.18 cur=uah */
}

/* jun 18 */
#burg {
  top: 10px;
  left: 10px;
  position: relative;

  display: none; /*if 360px*/
}

.fco {
  vertical-align: top;
}

/* adaptive styles */
@media only screen and (min-width: 1280px) {
  #header {
    width: 1180px;
  }
  #page {
    width: 1180px;
  }
  #footer {
    width: 1180px;
  }
  .wrapper {
    width: 1180px;
  }

  #main {
    width: 870px;
  }
  #right {
    width: 270px;
  }

  .b_kb #main {
    width: 900px;
  }
  .b_kb div.help {
    width: 168px;
  }

  .tels {
    width: 800px;
  }
  .tel-0800 {
    width: 200px;
  }
  .tel-col {
    width: 200px;
  }
  .tel-col:last-child {
    width: 200px;
  }

  /* index */
  .ipack {
    width: 270px;
    margin-right: 28px;
  }

  /* hosting packs */
  .c2hlcol {
    width: 270px;
    margin-right: 20px;
  }
  .c2hlcol-top {
    background-color: #9da0a5;
  }
  .pochta.c2hlcol-top {
    background-color: #ddd;
  }
  .pochta .img {
    height: 108px;
  }
  .c2hlcol-top img {
    display: block;
    margin: 0 auto;
  }

  .c2hlcol2 {
    width: 210px;
    margin-right: 9px;
  }
  .c2hlcol2-top {
    background-color: #9da0a5;
  }
  .c2hlcol2-top img {
    display: block;
    margin: 0 auto;
  }
  .c2hlcol-lst {
    margin-right: 0;
  }

  /* order */
  #col_contacts {
    width: 600px;
  }
}

/* green support */
@media only screen and (min-width: 640px) and (max-width: 1280px) {
  .b_kb #right {
    width: 270px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1280px) {
  .b_kb #main {
    width: 691px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 999px) {
  .b_kb #right {
    float: left;
  }
  .b_kb #main {
    width: 390px;
  }

  .b_kb div.faq-filter {
    width: 317px;
  }
  .b_kb div.faq-filter input {
    width: 218px !important;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1280px) {
  .b_kb div.help {
    width: 118px;
    height: 210px;
    background-size: 60px;
    padding-left: 90px;
  }
}

@media only screen and (min-width: 376px) and (max-width: 1280px) {
  #mm_lng {
    margin-right: 0 !important;
  }
  .login {
    width: 67px !important;
  }
  .hmm_li.hmm_li_eml {
    display: none !important;
  }

  .ipack h2 {
    padding-left: 10px;
    font-size: 17px;
    border-radius: 0 0 10px 0;
  }
  .ipack h2 span {
    width: 140px;
    display: inline-block;
  }
  .ipack h2 img {
    right: -10px;
    width: 77px;
    height: 77px;
  }
}

@media only screen and (min-width: 800px) and (max-width: 999px) {
  #header {
    width: 800px;
  }
  #page {
    width: 800px;
  }
  #footer {
    width: 800px;
  }
  .wrapper {
    width: 800px;
  }

  .hmmdm {
    padding-left: 6px;
    padding-right: 6px;
  }
  .login {
    width: 70px;
  }
  #logo {
    width: 220px;
  }
  #logo a img {
    display: block;
    width: 100%;
  }

  #main {
    width: 590px;
  }
  #right {
    width: 200px;
  }

  .tels {
    width: 559px;
  }
  .tel-col {
    margin-left: 20px;
  }

  /* index */
  .ipack {
    width: 194px;
    margin-right: 8px;
  }
  .ipack-blk {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ipack-cost {
    font-size: 18px;
  }
  .ipack-cost span {
    font-size: 28px;
  }

  .ipack h2 span {
    width: 120px;
  }

  #right .ipack {
    width: 192px;
  }

  .idom-blk input[type="text"] {
    width: 160px;
  }
  .idom-zones ul {
    width: 80px;
  }

  .ift-adv img {
    width: 153px;
    height: auto;
  }
  .ift-adv table tr td:last-child img {
    width: 308px;
    height: auto;
  }

  /* footer */
  .fcopy {
    padding-bottom: 6px;
  }
  .f-col1 {
    width: 180px;
  }
  .f-col1 p {
    float: none;
    clear: left;
  }
  .f-col2 {
    width: 210px;
  }
  .f-col4 {
    width: 406px;
  }
  .tel-ft div {
    width: 175px;
  }
  .tel-ft div:last-child {
    margin-right: 0px;
  }

  /* center domain search */
  #domainf form {
    width: 800px;
  }
  #domainf table tr td:first-child {
    font-size: 12px;
    width: 84px;
  }
  #domainf input[type="text"] {
    width: 150px;
  }
  #domainf table.tbldomzones tr td {
    padding-right: 10px;
  }

  /* hosting packs */
  .c2hlcol {
    width: 192px;
    margin-right: 4px;
  }
  /*.c2hlcol-top{background-color: #9da0a5;}*/
  .c2hlcol-top img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .c2hlc_title,
  .c2hlc_title_a {
    height: 54px;
    padding-left: 7px;
    padding-right: 7px;
  }
  .c2hlc_title span,
  .c2hlc_title_a span {
    font-size: 18px;
    line-height: 22px;
  }

  .c2hlcol2 {
    width: 146px;
    margin-right: 1px;
  }
  .c2hlcol2-top img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: initial;
  }
  .c2hlcol-lst {
    margin-right: 0;
  }

  /* order */
  #col_contacts {
    width: 390px;
  }
  #col_order {
    float: right;
    width: 390px;
    padding-left: 5px;
    margin-left: 0;
  }
  .contacts_data label {
    padding-left: 12px;
  }
  .contacts_data select {
    width: 210px;
  }
  .contacts_data input.itm_i {
    width: 200px;
  }

  .crt_h1 {
    text-align: center;
  }
  .crt_h2 {
    width: 260px;
  }
  .crt_h,
  .crt_d {
    width: auto;
  }
  .lk_ln {
    width: auto;
  }
}

@media only screen and (max-width: 799px) {
  #header {
    width: 800px;
  }
  #page {
    width: 800px;
  }
  #footer {
    width: 800px;
  }
  .wrapper {
    width: 800px;
  }

  .hmmdm {
    padding-left: 6px;
    padding-right: 6px;
  }
  .login {
    width: 70px;
  }
  #logo {
    width: 220px;
  }
  #logo a img {
    display: block;
    width: 100%;
  }

  #main {
    width: 590px;
  }
  #right {
    width: 200px;
  }

  .tels {
    width: 559px;
  }
  .tel-col {
    margin-left: 20px;
  }

  /* index */
  .ipack {
    width: 194px;
    margin-right: 8px;
  }
  .ipack-blk {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ipack-cost {
    font-size: 18px;
  }
  .ipack-cost span {
    font-size: 28px;
  }

  .ipack h2 span {
    width: 120px;
  }

  #right .ipack {
    width: 192px;
  }

  .idom-blk input[type="text"] {
    width: 160px;
  }
  .idom-zones ul {
    width: 80px;
  }

  .ift-adv img {
    width: 153px;
    height: auto;
  }
  .ift-adv table tr td:last-child img {
    width: 308px;
    height: auto;
  }

  /* footer */
  .fcopy {
    padding-bottom: 6px;
  }
  .f-col1 {
    width: 180px;
  }
  .f-col1 p {
    float: none;
    clear: left;
  }
  .f-col2 {
    width: 210px;
  }
  .f-col4 {
    width: 406px;
  }
  .tel-ft div {
    width: 175px;
  }
  .tel-ft div:last-child {
    margin-right: 0px;
  }

  /* center domain search */
  #domainf form {
    width: 800px;
  }
  #domainf table tr td:first-child {
    font-size: 12px;
    width: 84px;
  }
  #domainf input[type="text"] {
    width: 150px;
  }
  #domainf table.tbldomzones tr td {
    padding-right: 10px;
  }

  /* hosting packs */
  .c2hlcol {
    width: 192px;
    margin-right: 4px;
  }
  /*.c2hlcol-top{background-color: #9da0a5;}*/
  .c2hlcol-top img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .c2hlc_title,
  .c2hlc_title_a {
    height: 54px;
    padding-left: 7px;
    padding-right: 7px;
  }
  .c2hlc_title span,
  .c2hlc_title_a span {
    font-size: 18px;
    line-height: 22px;
  }

  .c2hlcol2 {
    width: 146px;
    margin-right: 1px;
  }
  .c2hlcol2-top img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: initial;
  }
  .c2hlcol-lst {
    margin-right: 0;
  }
}

@media only screen and (max-width: 375px) {
  #header {
    width: 360px;
    height: 110px;
  }
  #page {
    width: 360px;
  }
  #footer {
    width: 360px;
  }
  .wrapper {
    width: 360px;
  }

  .hmm_li:nth-child(4),
  .hmm_li:nth-child(5) {
    display: none;
  }
  .hmmdm {
    padding-right: 4px;
  }

  ul.mm_curcy {
    margin-bottom: 5px;
    margin-right: 175px;
  }

  #header {
    /*margin-top:77px;*/
  }
  #logo {
    width: 200px;
  }
  #logo a img {
    height: 42px;
  }
  .tels {
    width: 155px;
  }
  .tel-col {
    display: none;
  }

  .submenu-ti {
    width: 360px;
  }
  .subcol-i {
    width: 180px;
  }
  .subcol-i img {
    width: 180px;
    height: 166px;
  }

  .da-slider {
    display: none;
  }

  #main {
    width: 360px;
  }
  #right {
    width: 360px;
  }

  /*green buttons*/
  .fly-help,
  .shc,
  input.shc,
  textarea.shc {
    display: none;
  }

  /* index */
  .ipack {
    width: 171px;
    margin-right: 6px;
  }
  .ipack h2 {
    padding-left: 5px;
    font-size: 17px;
    border-radius: 0 16px 16px 0;
  }
  .ipack h2 img {
    width: 70px;
    height: 70px;
    top: -8px;
    right: -5px;
  }

  .ipack h2 span {
    width: 120px;
  }

  #right .ipack {
    width: 170px;
  }
  .idom-blk input[type="text"] {
    width: 140px;
  }

  .content-pic {
    float: none;
    display: block;
    margin-bottom: 16px;
  }

  .idx_news,
  .idx_otzivi,
  .idx_faq {
    float: left;
    width: 31%;
    margin-right: 3%;
  }
  .idx_faq {
    margin-right: 0;
  }

  /*bottom logos*/
  .ift-adv > a:nth-child(2),
  .ift-adv > a:nth-child(3) {
    display: none;
  }
  .ift-adv a {
    margin-right: 1%;
    width: 33%;
  }
  .ift-adv a:last-child {
    float: left;
    width: 66%;
  }
  .ift-logos span {
    display: inline-block;
    width: 110px;
  }
  .ift-logos > span:nth-child(3),
  .ift-logos > span:nth-child(5) {
    display: none;
  }

  .footcont {
    padding-top: 0;
  }
  .f-col1 {
    width: 150px;
  }

  /* jun 18 */
  #burg {
    display: inline-block !important;
    cursor: pointer;
  }
  ul.mainmenu {
    display: none;
    margin-top: 15px;
  }

  .c2htabs,
  .c2htabs2 {
    display: none;
  }
  .main-head {
    background-position: 90px 100% !important;
  }
  .mhead-unixhosting {
    background-position: 230px 0 !important;
  }
  .main-head h1,
  .main-head p.page_title {
    font-size: 24px;
  }
  .main-head .mttext {
    margin-left: 20px;
  }

  .c2habout {
    padding-left: 0 !important;
  }
  ol {
    padding-left: 15px !important;
  }
  .f-col4 {
    float: left !important;
    margin-top: 10px !important;
  }
  .pink,
  div.faq-filter {
    margin-left: 0 !important;
  }
  .mnu_kb .c2fi_level0 {
    padding-left: 0 !important;
  }
  .c2fi_level1 {
    padding-left: 20px;
  }
  .c2habout img {
    max-width: 100%;
    height: auto;
  }
  .pink iframe {
    width: 360px;
    height: 205px;
  }

  #domainf {
    height: 135px;
    background-repeat: repeat;
  }
  #domainf form {
    width: 360px !important;
  }

  #domainf table.tbldominpt {
    height: 40px;
  }
  #domainf table.tbldominpt tr td {
    vertical-align: top;
  }

  #domainf table.tbldomzones tr td:first-child {
    padding-left: 0px !important;
  }
  #domainf table.tbldomzones tr td {
    padding-right: 0 !important;
  }

  #domainf table.tbldometc {
    width: 300px;
  }
  #domainf table tr td a {
    padding: 7px 0 0 85px;
    text-align: left;
    background: none;
  }
  #domainf table tr td a:after {
    content: url(/img2/ico-more-y.png);
    top: 3px;
    left: 5px;
    position: relative;
  }

  #logo p,
  .tel-0800 p {
    display: none !important;
  }

  /* .pg_sozd_eml */
  .pg_sozd_eml div.ipack-yellow {
    margin-left: 30px;
  }
  .pg_sozd_eml #breadcrumbs div:nth-child(2) {
    display: none !important;
  }
}

/* style.css */

.da-slider {
  width: 100%;
  min-width: 980px;
  height: 243px;
  position: relative;
  z-index: 1;
  margin: 0 auto 10px;
  overflow: hidden;
  background: transparent url(/img2/slide-bg0.png) repeat-x 0% 0%;
  -webkit-transition: background-position 1.4s ease-in-out 0.3s;
  -moz-transition: background-position 1.4s ease-in-out 0.3s;
  -o-transition: background-position 1.4s ease-in-out 0.3s;
  -ms-transition: background-position 1.4s ease-in-out 0.3s;
  transition: background-position 1.4s ease-in-out 0.3s;
}
.da-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  font-family: Arial, sans-serif;
  text-align: left;
}
.da-slider-in {
  position: relative;
  width: 980px;
  height: 100%;
  margin: 0 auto;
}
.da-slide-current {
  z-index: 1000;
}
.da-slider-fb .da-slide {
  left: 100%;
}
.da-slider-fb .da-slide.da-slide-current {
  left: 0px;
}
.da-slide h2,
.da-slide p,
.da-slide .da-link,
.da-slide .da-img {
  position: absolute;
  opacity: 0;
  left: 110%;
}
.da-slider-fb .da-slide h2,
.da-slider-fb .da-slide p,
.da-slider-fb .da-slide .da-link {
  /*left: 10%;*/
  left: 0;
  opacity: 1;
}
.da-slider-fb .da-slide .da-img {
  left: 60%;
  opacity: 1;
}
.da-slide h2 {
  color: #fba222;
  font-size: 46px;
  line-height: 40px;
  text-transform: uppercase;
  width: 50%;
  top: 50px;
  white-space: nowrap;
  z-index: 10;
}
.da-slide h2 a {
  color: #fba222;
  text-decoration: none;
}
.da-slide h2 span {
  display: block;
  font-size: 24px;
  line-height: 20px;
  padding-left: 180px;
}
.da-slide:nth-child(2) h2,
.da-slide:nth-child(2) h2 a {
  color: #de2827;
}
.da-slide:nth-child(3) h2,
.da-slide:nth-child(3) h2 a {
  color: #5f666f;
}
.da-slide:nth-child(4) h2,
.da-slide:nth-child(4) h2 a {
  color: #3073a6;
}
.da-slide p {
  width: 45%;
  top: 120px;
  color: #5f666f;
  font-size: 18px;
  line-height: 24px;
  height: 71px;
  overflow: hidden;
  text-transform: uppercase;
}
.da-slide .da-img {
  text-align: center;
  width: 30%;
  bottom: 0px;
  height: 234px;
  line-height: 234px;
  left: 110%; /*60%*/
}
.da-slide .da-link {
  top: 198px; /*depends on p height*/
  color: #000000;
  background: url(/img2/ico-more.png) no-repeat 0 4px;
  padding: 2px 0px 2px 18px;
  font-family: Arial;
}
.da-slide .da-link:hover {
  color: #606060;
}
.da-dots {
  width: 100%;
  position: absolute;
  text-align: center;
  left: 0px;
  bottom: 0px;
  z-index: 2000;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.da-dots span {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #cfc1b1;
  margin: 3px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset,
    1px 1px 1px rgba(255, 255, 255, 0.1);
}
.da-dots span.da-dots-current:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 47%,
    rgba(237, 237, 237, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(47%, rgba(246, 246, 246, 1)),
    color-stop(100%, rgba(237, 237, 237, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 47%,
    rgba(237, 237, 237, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 47%,
    rgba(237, 237, 237, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 47%,
    rgba(237, 237, 237, 1) 100%
  );
  background: linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 47%,
    rgba(237, 237, 237, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
.da-arrows {
  -moz-user-select: none;
  -webkit-user-select: none;
}
.da-arrows span {
  position: absolute;
  top: 90px;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  /*background: #e4b42d;*/
  cursor: pointer;
  z-index: 2000;
  opacity: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset,
    1px 1px 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: opacity 0.4s ease-in-out 0.2s;
  -moz-transition: opacity 0.4s ease-in-out 0.2s;
  -o-transition: opacity 0.4s ease-in-out 0.2s;
  -ms-transition: opacity 0.4s ease-in-out 0.2s;
  transition: opacity 0.4s ease-in-out 0.2s;
}
.da-slider:hover .da-arrows span {
  opacity: 1;
}
.da-arrows span:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0px;
  left: 0px;
  background: transparent url(/img2/sl-prev0.png) no-repeat top left;
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.da-arrows span:hover:after {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
.da-arrows span:active:after {
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
}
.da-arrows span.da-arrows-next:after {
  background: transparent url(/img2/sl-next0.png) no-repeat top left;
}
.da-arrows span.da-arrows-prev {
  left: 10%;
}
.da-arrows span.da-arrows-next {
  right: 10%;
}

.da-slide-current h2,
.da-slide-current p,
.da-slide-current .da-link {
  left: 0%;
  opacity: 1;
}
.da-slide-current .da-img {
  left: 50%;
  opacity: 1;
}
/* Animation classes and animations */

/* Slide in from the right*/
.da-slide-fromright h2 {
  -webkit-animation: fromRightAnim1 0.6s ease-in 0.8s both;
  -moz-animation: fromRightAnim1 0.6s ease-in 0.8s both;
  -o-animation: fromRightAnim1 0.6s ease-in 0.8s both;
  -ms-animation: fromRightAnim1 0.6s ease-in 0.8s both;
  animation: fromRightAnim1 0.6s ease-in 0.8s both;
}
.da-slide-fromright p {
  -webkit-animation: fromRightAnim2 0.6s ease-in 0.8s both;
  -moz-animation: fromRightAnim2 0.6s ease-in 0.8s both;
  -o-animation: fromRightAnim2 0.6s ease-in 0.8s both;
  -ms-animation: fromRightAnim2 0.6s ease-in 0.8s both;
  animation: fromRightAnim2 0.6s ease-in 0.8s both;
}
.da-slide-fromright .da-link {
  -webkit-animation: fromRightAnim3 0.4s ease-in 1.2s both;
  -moz-animation: fromRightAnim3 0.4s ease-in 1.2s both;
  -o-animation: fromRightAnim3 0.4s ease-in 1.2s both;
  -ms-animation: fromRightAnim3 0.4s ease-in 1.2s both;
  animation: fromRightAnim3 0.4s ease-in 1.2s both;
}
.da-slide-fromright .da-img {
  -webkit-animation: fromRightAnim4 0.6s ease-in 0.8s both;
  -moz-animation: fromRightAnim4 0.6s ease-in 0.8s both;
  -o-animation: fromRightAnim4 0.6s ease-in 0.8s both;
  -ms-animation: fromRightAnim4 0.6s ease-in 0.8s both;
  animation: fromRightAnim4 0.6s ease-in 0.8s both;
}
@-webkit-keyframes fromRightAnim1 {
  0% {
    left: 110%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}
@-webkit-keyframes fromRightAnim2 {
  0% {
    left: 110%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}
@-webkit-keyframes fromRightAnim3 {
  0% {
    left: 110%;
    opacity: 0;
  }
  1% {
    left: 0%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}
@-webkit-keyframes fromRightAnim4 {
  0% {
    left: 110%;
    opacity: 0;
  }
  100% {
    left: 50%;
    opacity: 1;
  }
}

@-moz-keyframes fromRightAnim1 {
  0% {
    left: 110%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}
@-moz-keyframes fromRightAnim2 {
  0% {
    left: 110%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}
@-moz-keyframes fromRightAnim3 {
  0% {
    left: 110%;
    opacity: 0;
  }
  1% {
    left: 0%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}
@-moz-keyframes fromRightAnim4 {
  0% {
    left: 110%;
    opacity: 0;
  }
  100% {
    left: 50%;
    opacity: 1;
  }
}

@-o-keyframes fromRightAnim1 {
  0% {
    left: 110%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}
@-o-keyframes fromRightAnim2 {
  0% {
    left: 110%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}
@-o-keyframes fromRightAnim3 {
  0% {
    left: 110%;
    opacity: 0;
  }
  1% {
    left: 0%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}
@-o-keyframes fromRightAnim4 {
  0% {
    left: 110%;
    opacity: 0;
  }
  100% {
    left: 50%;
    opacity: 1;
  }
}

@-ms-keyframes fromRightAnim1 {
  0% {
    left: 110%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}
@-ms-keyframes fromRightAnim2 {
  0% {
    left: 110%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}
@-ms-keyframes fromRightAnim3 {
  0% {
    left: 110%;
    opacity: 0;
  }
  1% {
    left: 0%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}
@-ms-keyframes fromRightAnim4 {
  0% {
    left: 110%;
    opacity: 0;
  }
  100% {
    left: 50%;
    opacity: 1;
  }
}

@keyframes fromRightAnim1 {
  0% {
    left: 110%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}
@keyframes fromRightAnim2 {
  0% {
    left: 110%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}
@keyframes fromRightAnim3 {
  0% {
    left: 110%;
    opacity: 0;
  }
  1% {
    left: 0%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}
@keyframes fromRightAnim4 {
  0% {
    left: 110%;
    opacity: 0;
  }
  100% {
    left: 50%;
    opacity: 1;
  }
}
/* Slide in from the left*/
.da-slide-fromleft h2 {
  -webkit-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
  -moz-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
  -o-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
  -ms-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
  animation: fromLeftAnim1 0.6s ease-in 0.6s both;
}
.da-slide-fromleft p {
  -webkit-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
  -moz-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
  -o-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
  -ms-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
  animation: fromLeftAnim2 0.6s ease-in 0.6s both;
}
.da-slide-fromleft .da-link {
  -webkit-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
  -moz-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
  -o-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
  -ms-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
  animation: fromLeftAnim3 0.4s ease-in 1.2s both;
}
.da-slide-fromleft .da-img {
  -webkit-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
  -moz-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
  -o-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
  -ms-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
  animation: fromLeftAnim4 0.6s ease-in 0.6s both;
}
@-webkit-keyframes fromLeftAnim1 {
  0% {
    left: -110%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}
@-webkit-keyframes fromLeftAnim2 {
  0% {
    left: -110%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}
@-webkit-keyframes fromLeftAnim3 {
  0% {
    left: -110%;
    opacity: 0;
  }
  1% {
    left: 0%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}
@-webkit-keyframes fromLeftAnim4 {
  0% {
    left: -110%;
    opacity: 0;
  }
  100% {
    left: 50%;
    opacity: 1;
  }
}

@-moz-keyframes fromLeftAnim1 {
  0% {
    left: -110%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}
@-moz-keyframes fromLeftAnim2 {
  0% {
    left: -110%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}
@-moz-keyframes fromLeftAnim3 {
  0% {
    left: -110%;
    opacity: 0;
  }
  1% {
    left: 0%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}
@-moz-keyframes fromLeftAnim4 {
  0% {
    left: -110%;
    opacity: 0;
  }
  100% {
    left: 50%;
    opacity: 1;
  }
}

@-o-keyframes fromLeftAnim1 {
  0% {
    left: -110%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}
@-o-keyframes fromLeftAnim2 {
  0% {
    left: -110%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}
@-o-keyframes fromLeftAnim3 {
  0% {
    left: -110%;
    opacity: 0;
  }
  1% {
    left: 0%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}
@-o-keyframes fromLeftAnim4 {
  0% {
    left: -110%;
    opacity: 0;
  }
  100% {
    left: 50%;
    opacity: 1;
  }
}

@-ms-keyframes fromLeftAnim1 {
  0% {
    left: -110%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}
@-ms-keyframes fromLeftAnim2 {
  0% {
    left: -110%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}
@-ms-keyframes fromLeftAnim3 {
  0% {
    left: -110%;
    opacity: 0;
  }
  1% {
    left: 0%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}
@-ms-keyframes fromLeftAnim4 {
  0% {
    left: -110%;
    opacity: 0;
  }
  100% {
    left: 50%;
    opacity: 1;
  }
}

@keyframes fromLeftAnim1 {
  0% {
    left: -110%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}
@keyframes fromLeftAnim2 {
  0% {
    left: -110%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}
@keyframes fromLeftAnim3 {
  0% {
    left: -110%;
    opacity: 0;
  }
  1% {
    left: 0%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}
@keyframes fromLeftAnim4 {
  0% {
    left: -110%;
    opacity: 0;
  }
  100% {
    left: 50%;
    opacity: 1;
  }
}
/* Slide out to the right */
.da-slide-toright h2 {
  -webkit-animation: toRightAnim1 0.6s ease-in 0.6s both;
  -moz-animation: toRightAnim1 0.6s ease-in 0.6s both;
  -o-animation: toRightAnim1 0.6s ease-in 0.6s both;
  -ms-animation: toRightAnim1 0.6s ease-in 0.6s both;
  animation: toRightAnim1 0.6s ease-in 0.6s both;
}
.da-slide-toright p {
  -webkit-animation: toRightAnim2 0.6s ease-in 0.3s both;
  -moz-animation: toRightAnim2 0.6s ease-in 0.3s both;
  -o-animation: toRightAnim2 0.6s ease-in 0.3s both;
  -ms-animation: toRightAnim2 0.6s ease-in 0.3s both;
  animation: toRightAnim2 0.6s ease-in 0.3s both;
}
.da-slide-toright .da-link {
  -webkit-animation: toRightAnim3 0.4s ease-in both;
  -moz-animation: toRightAnim3 0.4s ease-in both;
  -o-animation: toRightAnim3 0.4s ease-in both;
  -ms-animation: toRightAnim3 0.4s ease-in both;
  animation: toRightAnim3 0.4s ease-in both;
}
.da-slide-toright .da-img {
  -webkit-animation: toRightAnim4 0.6s ease-in both;
  -moz-animation: toRightAnim4 0.6s ease-in both;
  -o-animation: toRightAnim4 0.6s ease-in both;
  -ms-animation: toRightAnim4 0.6s ease-in both;
  animation: toRightAnim4 0.6s ease-in both;
}
@-webkit-keyframes toRightAnim1 {
  0% {
    left: 0%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes toRightAnim2 {
  0% {
    left: 0%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes toRightAnim3 {
  0% {
    left: 0%;
    opacity: 1;
  }
  99% {
    left: 0%;
    opacity: 0;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes toRightAnim4 {
  0% {
    left: 50%;
    opacity: 1;
  }
  30% {
    left: 40%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

@-moz-keyframes toRightAnim1 {
  0% {
    left: 0%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@-moz-keyframes toRightAnim2 {
  0% {
    left: 0%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@-moz-keyframes toRightAnim3 {
  0% {
    left: 0%;
    opacity: 1;
  }
  99% {
    left: 0%;
    opacity: 0;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@-moz-keyframes toRightAnim4 {
  0% {
    left: 50%;
    opacity: 1;
  }
  30% {
    left: 40%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

@-o-keyframes toRightAnim1 {
  0% {
    left: 0%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@-o-keyframes toRightAnim2 {
  0% {
    left: 0%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@-o-keyframes toRightAnim3 {
  0% {
    left: 0%;
    opacity: 1;
  }
  99% {
    left: 0%;
    opacity: 0;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@-o-keyframes toRightAnim4 {
  0% {
    left: 50%;
    opacity: 1;
  }
  30% {
    left: 40%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

@-ms-keyframes toRightAnim1 {
  0% {
    left: 0%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@-ms-keyframes toRightAnim2 {
  0% {
    left: 0%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@-ms-keyframes toRightAnim3 {
  0% {
    left: 0%;
    opacity: 1;
  }
  99% {
    left: 0%;
    opacity: 0;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@-ms-keyframes toRightAnim4 {
  0% {
    left: 50%;
    opacity: 1;
  }
  30% {
    left: 40%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

@keyframes toRightAnim1 {
  0% {
    left: 0%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@keyframes toRightAnim2 {
  0% {
    left: 0%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@keyframes toRightAnim3 {
  0% {
    left: 0%;
    opacity: 1;
  }
  99% {
    left: 0%;
    opacity: 0;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@keyframes toRightAnim4 {
  0% {
    left: 50%;
    opacity: 1;
  }
  30% {
    left: 40%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
/* Slide out to the left*/
.da-slide-toleft h2 {
  -webkit-animation: toLeftAnim1 0.6s ease-in both;
  -moz-animation: toLeftAnim1 0.6s ease-in both;
  -o-animation: toLeftAnim1 0.6s ease-in both;
  -ms-animation: toLeftAnim1 0.6s ease-in both;
  animation: toLeftAnim1 0.6s ease-in both;
}
.da-slide-toleft p {
  -webkit-animation: toLeftAnim2 0.6s ease-in 0.3s both;
  -moz-animation: toLeftAnim2 0.6s ease-in 0.3s both;
  -o-animation: toLeftAnim2 0.6s ease-in 0.3s both;
  -ms-animation: toLeftAnim2 0.6s ease-in 0.3s both;
  animation: toLeftAnim2 0.6s ease-in 0.3s both;
}
.da-slide-toleft .da-link {
  -webkit-animation: toLeftAnim3 0.4s ease-in both;
  -moz-animation: toLeftAnim3 0.4s ease-in both;
  -o-animation: toLeftAnim3 0.4s ease-in both;
  -ms-animation: toLeftAnim3 0.4s ease-in both;
  animation: toLeftAnim3 0.4s ease-in both;
}
.da-slide-toleft .da-img {
  -webkit-animation: toLeftAnim4 0.6s ease-in 0.6s both;
  -moz-animation: toLeftAnim4 0.6s ease-in 0.6s both;
  -o-animation: toLeftAnim4 0.6s ease-in 0.6s both;
  -ms-animation: toLeftAnim4 0.6s ease-in 0.6s both;
  animation: toLeftAnim4 0.6s ease-in 0.6s both;
}
@-webkit-keyframes toLeftAnim1 {
  0% {
    left: 0%;
    opacity: 1;
  }
  30% {
    left: 15%;
    opacity: 1;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}
@-webkit-keyframes toLeftAnim2 {
  0% {
    left: 0%;
    opacity: 1;
  }
  30% {
    left: 15%;
    opacity: 1;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}
@-webkit-keyframes toLeftAnim3 {
  0% {
    left: 0%;
    opacity: 1;
  }
  99% {
    left: 0%;
    opacity: 0;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}
@-webkit-keyframes toLeftAnim4 {
  0% {
    left: 50%;
    opacity: 1;
  }
  40% {
    left: 60%;
    opacity: 1;
  }
  90% {
    left: 0%;
    opacity: 0;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}

@-moz-keyframes toLeftAnim1 {
  0% {
    left: 0%;
    opacity: 1;
  }
  30% {
    left: 15%;
    opacity: 1;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}
@-moz-keyframes toLeftAnim2 {
  0% {
    left: 0%;
    opacity: 1;
  }
  30% {
    left: 15%;
    opacity: 1;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}
@-moz-keyframes toLeftAnim3 {
  0% {
    left: 0%;
    opacity: 1;
  }
  99% {
    left: 0%;
    opacity: 0;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}
@-moz-keyframes toLeftAnim4 {
  0% {
    left: 50%;
    opacity: 1;
  }
  40% {
    left: 60%;
    opacity: 1;
  }
  90% {
    left: 0%;
    opacity: 0;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}

@-o-keyframes toLeftAnim1 {
  0% {
    left: 0%;
    opacity: 1;
  }
  30% {
    left: 15%;
    opacity: 1;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}
@-o-keyframes toLeftAnim2 {
  0% {
    left: 0%;
    opacity: 1;
  }
  30% {
    left: 15%;
    opacity: 1;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}
@-o-keyframes toLeftAnim3 {
  0% {
    left: 0%;
    opacity: 1;
  }
  99% {
    left: 0%;
    opacity: 0;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}
@-o-keyframes toLeftAnim4 {
  0% {
    left: 50%;
    opacity: 1;
  }
  40% {
    left: 60%;
    opacity: 1;
  }
  90% {
    left: 0%;
    opacity: 0;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}

@-ms-keyframes toLeftAnim1 {
  0% {
    left: 0%;
    opacity: 1;
  }
  30% {
    left: 15%;
    opacity: 1;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}
@-ms-keyframes toLeftAnim2 {
  0% {
    left: 0%;
    opacity: 1;
  }
  30% {
    left: 15%;
    opacity: 1;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}
@-ms-keyframes toLeftAnim3 {
  0% {
    left: 0%;
    opacity: 1;
  }
  99% {
    left: 0%;
    opacity: 0;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}
@-ms-keyframes toLeftAnim4 {
  0% {
    left: 50%;
    opacity: 1;
  }
  40% {
    left: 60%;
    opacity: 1;
  }
  90% {
    left: 0%;
    opacity: 0;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}

@keyframes toLeftAnim1 {
  0% {
    left: 0%;
    opacity: 1;
  }
  30% {
    left: 15%;
    opacity: 1;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}
@keyframes toLeftAnim2 {
  0% {
    left: 0%;
    opacity: 1;
  }
  30% {
    left: 15%;
    opacity: 1;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}
@keyframes toLeftAnim3 {
  0% {
    left: 0%;
    opacity: 1;
  }
  99% {
    left: 0%;
    opacity: 0;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}
@keyframes toLeftAnim4 {
  0% {
    left: 50%;
    opacity: 1;
  }
  40% {
    left: 60%;
    opacity: 1;
  }
  90% {
    left: 0%;
    opacity: 0;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}

.frm_cln .full_prc,
.tr_chk .full_prc {
  text-decoration: line-through;
  font-size: x-small;
  font-weight: normal;
}
.tr_chk .full_prc {
  font-size: smaller;
}
.frm_cln .clns .full_prc {
  font-size: xx-small;
  /*margin-left: 40px;*/
}

/* adaptive styles */
@media only screen and (min-width: 800px) and (max-width: 999px) {
  .da-slider {
    min-width: 800px;
  }
  .da-slider-in {
    width: 800px;
  }
}

@media only screen and (max-width: 1000px) {
  .mobile1000 {
  }
  .desktop1001 {
    display: none;
  }
}
@media only screen and (min-width: 1001px) {
  .mobile1000 {
    display: none;
  }
  .desktop1001 {
  }
}

@media only screen and (min-width: 1280px) {
  .da-slider-in {
    width: 1180px;
  }
}

@media only screen and (max-width: 1280px) {
  #page {
    width: 95%;
    margin: 0 auto;
  }
  #page #right {
    width: 175px;
  }
}
/* /style.css */
