/* General */
form {
  margin-bottom: 0;
}
.min-width {
  width: 1%;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-justify {
  text-align: justify;
}
.content-left {
  float: left;
}
.content-right {
  float: right;
}
.block-left {
  float: left;
  clear: left;
}
.block-right {
  float: right;
  clear: right;
}
.clear {
  clear: both;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.cs-icon {
  background: url("../images/sprites/company-sales.png") no-repeat 0 0 transparent;
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: text-bottom;
}
.cs-clients {
  background-position: center -11px;
}
.cs-products {
  background-position: center -60px;
}
.cs-packages {
  background-position: center -110px;
}
.select-group {
  width: 100%;
  float: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 46px;
  line-height: 46px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #FFFFFF;
}
.select-group select {
  vertical-align: top;
}
.select-group:after {
  top: 0;
  right: 5px;
}
.input-fields,
.select-group select {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.select-group:after {
  color: #A4AEB9;
}
.green-bg {
  background-color: #149e50;
}
.yellow-bg {
  background-color: #ecc11c;
}
.brown-bg {
  background-color: #cf640b;
}
.red-bg {
  background-color: #d81519;
}
.purple-bg {
  background-color: #d70b7c;
}
.dark-purple-bg {
  background-color: #752579;
}
.blue-bg {
  background-color: #1e87c8;
}
.main-menu-bg-color{
}
.blue-bg-menu-rigth {
  background-color: #1e87c8;
}
.light-blue-bg {
  background-color: #19abe4;
}
.yellow-line {
  height: 7px;
  background-color: #FBDB2A;
}
.white-round-block {
  background-color: #FFFFFF;
  padding-bottom: 3px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 -6px 0 -3px #e3e4e8 inset;
  -webkit-box-shadow: 0 -6px 0 -3px #e3e4e8 inset;
  -moz-box-shadow: 0 -6px 0 -3px #e3e4e8 inset;
}
.bottom-offs {
  margin-bottom: 50px;
}
.pink-text {
  color: #ED5565;
}
.gray-text {
  color: #707070;
}
.purple-text {
  color: #D70B7C;
}
.red-text {
  color: #D81519;
}
.light-blue-text {
  color: #1E87C8;
}
.text-heading {
  font-size: 34px; /*42px;*/
  font-weight: 300;
  line-height: 34px; /*42px;*/
  padding-top: 48px; /*60px;*/
  text-align: center;
  color: #404040;
}
.blue-block {
  color: #FFFFFF;
  background-color: #1e87c8;
}
.blue-block .text-heading {
  color: #FFFFFF;
}
.light-blue-block {
  color: #FFFFFF;
  background-color: #19abe4;
}
.light-blue-block .text-heading {
  color: #FFFFFF;
}
.gray-block {
  background-color: #F0F2F5;
}
.light-green-block {
  background-color: #9BD0B2;
}
.violet-block {
  background-color: #2C3E50;
}
.purple-block {
  background-color: #d70b7c;
}
.yellow-block {
  background-color: #ecc11c;
}
.green-block {
  background-color: #149e50;
}
.red-block {
  background-color: #d81519;
}
.orange-block {
  background-color: #FD9921;
  color: #FFFFFF;
}
.white-block {
  background-color: #FFFFFF;
}
.blue-grad-block {
  background-color: #d1e8f6;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(to bottom, #4c88c5, #d1e8f6);
  background-image: -moz-linear-gradient(to bottom, #4c88c5, #d1e8f6);
  background-image: -ms-linear-gradient(to bottom, #4c88c5, #d1e8f6);
  background-image: -o-linear-gradient(to bottom, #4c88c5, #d1e8f6);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4c88c5), color-stop(1, #d1e8f6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4c88c5,EndColorStr=#d1e8f6);
  -ms-filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4c88c5,EndColorStr=#d1e8f6);
  background-image: linear-gradient(to bottom, #4c88c5, #d1e8f6);
}
.yellow-counter-border {
  border-color: #FBDB2A;
}
.blue-counter-border {
  border-color: #5C85B1;
}
.green-counter-border {
  border-color: #27AE60;
}
body a.button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  line-height: 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #d70b7c;
  color: #FFFFFF;
  font-size: 14px;
  padding: 0 15px;
  text-decoration: none;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  margin: 0;
}
body a.button:hover {
  background-color: #bf0a6e;
}
body a.button.small-button {
  line-height: 32px;
  text-transform: none;
  float: none;
}
body a.button.big-button {
  font-weight: 700;
  font-size: 17px;
  border: 2px solid #FFFFFF;
  line-height: 50px;
  float: none;
}
body a.button.light-blue-button {
  background-color: #19abe4;
 
}
body a.button.light-blue-button  i
{
 font-family:arial,sans-serif;
 font-style: normal;
}
body a.button.light-blue-button:hover {
  background-color: #169acd;
}
body a.button.blue-button {
  background-color: #1e87c8;
}
body a.button.blue-button:hover {
  background-color: #1b78b2;
}
body a.button.transparent-button {
  background: transparent;
}
body a.button.transparent-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
body input.button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #d70b7c;
  color: #FFFFFF;
  font-size: 14px;
  padding: 0 15px;
  text-decoration: none;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  margin: 0;
  font-family: Tahoma, Lato, arial, sans-serif;
}
body input.button:hover {
  background-color: #bf0a6e;
}
body input.button.small-button {
  height: 32px;
  text-transform: none;
  float: none;
}
body input.button.big-button {
  font-weight: 700;
  font-size: 17px;
  border: 0;
  text-transform: uppercase;
  height: 50px;
  float: none;
}
body input.button.light-blue-button {
  background-color: #19abe4;
}
body input.button.light-blue-button:hover {
  background-color: #169acd;
}
body input.button.blue-button {
  background-color: #1e87c8;
}
body input.button.blue-button:hover {
  background-color: #1b78b2;
}
body input.button.transparent-button {
  background: transparent;
}
body input.button.transparent-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.underline-text {
  text-decoration: underline;
}
.light-blue-line {
  margin: 30px 0;
  border-bottom: 1px solid #1AA4DE;
}
.purple-border {
  border-left: 5px solid #D70B7C;
}
.yellow-border {
  border-left: 5px solid #ECC11C;
}
.green-border {
  border-left: 5px solid #149E50;
}
@media (min-width: 980px) {
  .desktop-full-show {
    display: block !important;
    height: auto !important;
  }
}
.custom-sticked {
  position: fixed;
  top: 0;
  left: 0;
}
.custom-bottom-sticked {
  position: fixed;
  bottom: 0;
  left: 0;
}
.field-block {
  padding-bottom: 20px;
}
.field-block * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.field-block label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 14px;
  padding-bottom: 10px;
}
.field-block input,
.field-block select {
  width: 100%;
  margin: 0;
}
.tooltip-container {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  line-height: 14px;
  background-color: #FFFFFF;
  color: #707070;
  padding: 5px 10px;
  font-size: 13px;
  box-shadow: 0 0 2px #000000;
  -webkit-box-shadow: 0 0 2px #000000;
  -moz-box-shadow: 0 0 2px #000000;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.form-horizontal .control-label2 {
  float: left;
  padding-top: 5px;
  text-align: left;
  width: 85px;
}
.form-horizontal .controls2 {
  margin-left: 90px;
}
.form-horizontal .controls3 {
  margin-left: 0px;
  width: 100%;
}
.page-container {
  max-width: 1180px;
  margin: 0 auto;
}
.top-menu-block {
  display: none;
}
.top-menu-block ul {
  list-style: none;
  margin: 0;
}
.top-menu-block ul li {
  border-top: 1px solid #1E87C8;
}
.top-menu-block ul li:first-child {
  border-top: 0 none;
}
.top-menu-block ul li a {
  line-height: 50px;
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  padding: 0 5px;
}
.top-menu-block ul li a:hover {
  color: #FFCB05;
  background-color: #3F7DC0;
}
.top-buttons-block {
  text-align: center;
  line-height: 75px;
  padding: 20px 0 20px;
}
.top-buttons-block .dashed-link {
  color: #1E87C8;
  font-weight: 700;
  border-bottom: 1px dashed #1E87C8;
}
.top-buttons-block .dashed-link:hover {
  text-decoration: none;
}
.top-buttons-block a.button {
  line-height: 45px;
}
@media (max-width: 479px) {
  .top-buttons-block a.button {
    display: block;
    margin-bottom: 20px;
  }
}
@media (min-width: 980px) {
  .top-menu-block ul {
    display: table;
    white-space: nowrap;
    width: 100%;
    text-align: center;
  }
  .top-menu-block ul li {
    display: table-cell;
    border-left: 1px solid #1E87C8;
    border-top: 0 none;
  }
  .top-menu-block ul li:first-child {
    border-left: 0 none;
  }
  .top-menu-block .custom-sticked {
    width: 100%;
    z-index: 1000;
  }
}
@media (min-width: 1200px) {
  .top-buttons-block {
    float: right;
  }
}
.footer-block-ins {
  padding: 30px 0 70px;
  color: #FFFFFF;
}
.footer-block-ins p {
  color: #D9D9D9;
  line-height: 20px;
  font-size: 11px;
  margin: 0 0 15px;
}
.footer-block-ins ul {
  list-style: none;
  font-size: 12px;
  margin: 0;
}
.footer-block-ins ul li {
  line-height: 24px;
}
.footer-block-ins .footer-contacts-list {
  font-size: 16px;
  margin-bottom: 10px;
}
.footer-block-ins .footer-contacts-list li {
  padding-bottom: 6px;
}
.footer-block-ins a {
  color: #FFFFFF;
}
.footer-block-ins a:hover {
  text-decoration: underline;
}
.footer-block-ins .img-grid-block {
  margin: -10px;
}
.footer-block-ins .img-grid-block > .block-item {
  padding: 10px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-item {
  padding-top: 30px;
}
.footer-item > .block-head {
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  padding-bottom: 20px;
  padding-left:0px;
}
.block-content-panel {
  background-color: #F0F2F5;
  line-height: 20px;
  padding: 5px 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  box-shadow: 0 -6px 0 -3px #e3e4e8 inset;
  -webkit-box-shadow: 0 -6px 0 -3px #e3e4e8 inset;
  -moz-box-shadow: 0 -6px 0 -3px #e3e4e8 inset;
  color: black;
}
.company-sales-details-inline {
  display: inline-block;
  line-height: 50px;
}
.company-sales-details-inline * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.company-sales-details-inline > .block-item {
  vertical-align: middle;
  padding: 0 10px;
  display: inline-block;
  min-width: 130px;
  height: 40px;
}
.company-sales-details-inline > .block-item > .block-icon {
  float: left;
  line-height: 40px;
  padding-right: 10px;
}
.company-sales-details-inline > .block-item > .block-head {
  font-size: 11px;
  line-height: 14px;
  text-align: left;
}
.company-sales-details-inline > .block-item > .block-content {
  font-size: 15px;
  line-height: 26px;
  text-align: left;
  font-weight: bold;
}
.intro-services-bg {
  padding: 1px;
  margin: -1px;
}
.pricing-item-list-item {
  font-weight: 400;
}
.pricing-item-content {
  background-color: #FFFFFF;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
}
.article-content .pricing-buy {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #d70b7c;
  color: #E47108;
  color: #FFFFFF;
  line-height: 42px;
  border-top: 3px solid #FFFFFF;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  box-shadow: 0 -6px 0 -3px #e3e4e8 inset;
  -webkit-box-shadow: 0 -6px 0 -3px #e3e4e8 inset;
  -moz-box-shadow: 0 -6px 0 -3px #e3e4e8 inset;
  width: 100%;
  margin: 0;
}
.calc-pricing-list {
  padding: 0 15px;
  list-style: none;
}
.calc-pricing-list li {
  padding: 10px 0;
}
.calc-pricing-list h3 {
  color: #E47108;
  font-size: 23px;
  line-height: 34px;
  font-weight: 400;
  margin: 0;
}
.calc-pricing-list h4 {
  color: #7F8C8D;
  font-size: 13px;
  line-height: 26px;
  font-weight: 400;
  margin: 0;
}
.form-item-inset {
  padding: 0 20px;
}
.calc-pricing-rows {
  position: relative;
  min-height: 255px;
}
.calc-pricing-rows .calc-pricing-block {
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -142px;
}
.about-item-block {
  margin-bottom: 75px;
}
.about-item-block > .block-head {
  line-height: 76px;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  padding: 0 20px;
  color: #FFFFFF;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
}
.about-item-block > .block-content {
  background-color: #FFFFFF;
  padding: 25px 20px 35px;
  min-height: 100px;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  box-shadow: 0 -6px 0 -3px #e3e4e8 inset;
  -webkit-box-shadow: 0 -6px 0 -3px #e3e4e8 inset;
  -moz-box-shadow: 0 -6px 0 -3px #e3e4e8 inset;
  color: #98A3A6;
}
.about-item-block2 {
  margin-bottom: 50px;
}
.about-item-block2 > .block-head {
  line-height: 18px;
  font-size: 13px;
  text-align: center;
  padding: 15px 20px;
  background-color: #FFFFFF;
  border:1px solid #e3e4e8;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
}
.about-item-block2 > .block-content {
  line-height: 18px;
  background-color: #FFFFFF;
  padding: 25px 20px 55px;
  border-radius: 0 0 5px 5px;
  border:1px solid #e3e4e8;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  box-shadow: 0 -6px 0 -3px #e3e4e8 inset;
  -webkit-box-shadow: 0 -6px 0 -3px #e3e4e8 inset;
  -moz-box-shadow: 0 -6px 0 -3px #e3e4e8 inset;
  color: #98A3A6;
}
.about-item-block3 {
  margin-bottom: 75px;
}
.about-item-block3 > .block-head {
  line-height: 76px;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  padding: 0 20px;
  color: #FFFFFF;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
}
.about-item-block3 > .block-content {
  line-height: 18px;
  text-align: left;
  background-color: #fff9e8;
  padding: 25px 20px 55px;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  box-shadow: 0 -6px 0 -3px #e3e4e8 inset;
  -webkit-box-shadow: 0 -6px 0 -3px #e3e4e8 inset;
  -moz-box-shadow: 0 -6px 0 -3px #e3e4e8 inset;
  color: #404040;
}
.about-item-block-small-left {
  margin-bottom: 5px;
  margin-top: 5px;
}
.about-item-block-small-left > .block-head {
  line-height: 20px;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  padding: 0px;
  margin: 0px;
  color: black;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
}
.about-item-block-small-left > .block-content {
  background-color: #f8f8f8;
  line-height: 20px;
  padding: 5px 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  box-shadow: 0 -6px 0 -3px #e3e4e8 inset;
  -webkit-box-shadow: 0 -6px 0 -3px #e3e4e8 inset;
  -moz-box-shadow: 0 -6px 0 -3px #e3e4e8 inset;
  color: #98A3A6;
}
.checked-list {
  list-style: none;
  margin-bottom: 45px;
}
.checked-list li {
  padding-left: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 35px;
  background: url("../images/backgrounds/check.png") no-repeat left center transparent;
}
.checked-list li .middle-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
nav.sub-page-nav {
  display: none;
}
.tpm-icon {
  background: url("../images/sprites/top-menu.png") no-repeat 0 0 transparent;
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: text-bottom;
  vertical-align: middle;
  margin: 0 3px;
  position: relative;
}
.tpm-icon.tpm-calc {
  background-position: -12px -13px;
}
.tpm-icon.tpm-letter {
  background-position: -12px -112px;
}
.tpm-icon.tpm-unlock {
  background-position: -12px -64px;
}
.badge-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  position: absolute;
  top: -8px;
  left: 100%;
  color: #FFFFFF;
  font-size: 10px;
  height: 16px;
  line-height: 16px;
  min-width: 16px;
  padding: 0 3px;
  margin-left: -8px;
  z-index: 2;
  display: inline-block;
}
.cabinet-top-blocks > .block-content {
  position: relative;
  padding: 35px 0 0;
}
.cabinet-top-blocks > .block-content .light-blue-block {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 90px;
  width: 100%;
}
.cabinet-top-blocks > .block-content .container {
  position: relative;
  z-index: 1;
}
.cabinet-top-blocks > .block-footer {
  line-height: 50px;
}
.cabinet-top-blocks .white-bg-block {
  padding-bottom: 25px;
}
.cabinet-top-blocks .white-bg-block > .block-head {
  min-height: 85px;
}
.cabinet-top-blocks .white-bg-block > .block-content {
  min-height: 225px;
}
.white-bg-block * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.white-bg-block a {
  color: #D70B7C;
  text-decoration: underline;
}
.white-bg-block a:hover {
  text-decoration: none;
}
.white-bg-block > .block-footer {
  margin-top: 5px;
  height: 35px;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  box-shadow: 0 35px 60px -60px #ffffff inset;
  -webkit-box-shadow: 0 35px 60px -60px #ffffff inset;
  -moz-box-shadow: 0 35px 60px -60px #ffffff inset;
}
.white-bg-block > .block-head {
  background-color: #FFFFFF;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  padding: 17px 20px 0;
  color: #404040;
}
.white-bg-block > .block-head .heading-icon {
  float: left;
  padding-right: 20px;
  line-height: 60px;
}
.white-bg-block > .block-head .heading-icon img {
  vertical-align: bottom;
  display: inline-block;
  max-height: 100%;
}
.white-bg-block > .block-head .heading-text {
  font-size: 22px;
  font-weight: 300;
  line-height: 22px;
  padding: 15px 0;
}
.white-bg-block > .block-content {
  padding: 0 20px 25px;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  background-color: #FFFFFF;
  color: #707070;
  line-height: 22px;
  font-size: 14px;
}
.white-bg-block > .block-content .select-group {
  margin-bottom: 20px;
}
.white-bg-block > .block-content ul {
  list-style: none;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.white-bg-block > .block-content ul .value-text {
  float: right;
}
.white-bg-block > .block-content ul li {
  line-height: 16px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.white-bg-block > .block-content .value-text {
  color: #D70B7C;
  font-weight: 700;
}
.white-bg-block > .block-content h4 {
  line-height: 22px;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding-top: 20px;
}
.white-bg-block > .block-content h4 + ul {
  padding-top: 0;
}
.white-bg-block .balance-block {
  border-bottom: 2px solid #E3E4E8;
}
.white-bg-block .balance-block .balance-text {
  color: #D70B7C;
  font-size: 26px;
  padding-left: 15px;
  padding-bottom: 15px;
  line-height: 40px;
}
.white-bg-block .balance-block .button {
  float: right;
}
.pending-arrivals-form .white-round-block {
  padding: 15px 25px 25px;
}
.pending-arrivals-form label {
  display: block;
  line-height: 20px;
  padding-bottom: 5px;
  color: #707070;
}
.pending-arrivals-form label.error,
.pending-arrivals-form input.error, 
.pending-arrivals-form select.error,
.calc-pricing-wrap label.error,
.calc-pricing-wrap input.error, 
.calc-pricing-wrap select.error {
  background-color: #fff;
  border-color: #e99f9f;
}

.pending-arrivals-form .button {
  margin: 40px 0 0;
}
.delivery-packages-selection {
  padding: 25px 0;
  line-height: 90px;
  width: 100%;
  z-index: 20;
}
.delivery-packages-selection a.button {
  line-height: 42px;
  border: 2px solid #ffffff;
  width: 100%;
}
.not-added-items-block {
  white-space: nowrap;
  text-align: center;
}
.not-added-items-block * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.not-added-items-block .input-fields {
  height: 35px;
  min-height: 35px;
  vertical-align: baseline;
}
.not-added-items-block .block-head,
.not-added-items-block .block-item {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.not-added-items-block .block-head .block-cell,
.not-added-items-block .block-item .block-cell {
  display: table-cell;
  border-left: 1px solid #F0F2F5;
  line-height: 45px;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.not-added-items-block .block-head .block-cell:first-child,
.not-added-items-block .block-item .block-cell:first-child {
  border-left: 0 none;
}
.not-added-items-block .table-overflow {
  overflow-x: auto;
}
.not-added-items-block .block-head {
  background-color: #E47108;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  color: #ffffff;
  font-size: 15px;
}
.parcel-title
{
line-height: 52px!important; padding-left: 60px!important; padding-right: 8px!important;  text-align: left;  background-position: 6px 6px; background-repeat: no-repeat;  
}    
.parcel-title a
{
color:#fff;
text-decoration:underline;
font-size:18px;
}
.parcel-title [class*="span"] 
{
text-align:left!important;
}
.parcel-title .button
{
float:right;
margin-top:6px;
margin-left:6px;

}
.parcel-details-bar
{
min-height: 30px!important; line-height: 27px!important; padding: 0px 10px!important; text-align: left!important;
}
.not-added-items-block .block-content {
  background-color: #e3e4e8;

  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  padding-bottom: 2px;
  box-shadow: 0 -6px 0 -3px #e3e4e8 inset;
  -webkit-box-shadow: 0 -6px 0 -3px #e3e4e8 inset;
  -moz-box-shadow: 0 -6px 0 -3px #e3e4e8 inset;
}
.not-added-items-block .block-content .block-item:nth-child(2n) {
  background-color: #E3E4E8;
}
.not-added-items-block .block-content .block-item.active {
  background-color: #19ABE4;
}
.not-added-items-block .block-content .block-item.active .tc-action-group {
  background-color: #19ABE4;
}
.not-added-items-block .block-content .tc-action-group {
  background-color: #D81380;
  border-left: 0 none;
  padding: 0;
  box-shadow: 0 2px 0 -1px #e475b2 inset;
  -webkit-box-shadow: 0 2px 0 -1px #e475b2 inset;
  -moz-box-shadow: 0 2px 0 -1px #e475b2 inset;
}
.not-added-items-block .tc-shop {
  width: 135px;
}
.not-added-items-block .tc-got {
  width: 114px;
}
.not-added-items-block .tc-weight {
  width: 72px;
}
.not-added-items-block .tc-order-n {
  width: 214px;
}
.not-added-items-block .tc-tracking-n {
  width: 186px;
}
.not-added-items-block .tc-status {
  width: 100px;
}
.not-added-items-block .tc-actions {
  width: 166px;
}
.not-added-items-block .tc-action {
  width: 120px;
}
.not-added-items-block .tc-action-group {
  width: 46px;
}
.not-added-items-block .ico-button {
  display: inline-block;
  width: 30px;
  line-height: 30px;
  height: 30px;
  position: relative;
  background-color: #1E87C8;
  vertical-align: middle;
  box-shadow: 2px 2px 0 #812483;
  -webkit-box-shadow: 2px 2px 0 #812483;
  -moz-box-shadow: 2px 2px 0 #812483;
  top: -2px;
  text-align: center;
}
.not-added-items-block .ico-button.active {
  background-color: #149E50;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.not-added-items-block .ico-button.ico-purple {
  background-color: #D81380;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.not-added-items-block > .block-footer {
  padding: 25px 0 40px;
  text-align: left;
}
.not-added-items-block > .block-footer .ico-button-wrap {
  line-height: 38px;
  padding-bottom: 20px;
  color: #707070;
}
.not-added-items-block > .block-footer .ico-button-wrap .ico-button {
  margin-right: 5px;
}
.not-added-items-block > .block-footer a {
  color: #D70B7C;
}
.not-added-items-block > .block-footer a:hover {
  text-decoration: none;
}
.not-added-items-block > .block-footer a:hover .underline-text {
  text-decoration: none;
}
.not-added-items-block .pa-icon {
  background: url("../images/sprites/pa-actions.png") no-repeat 0 0 transparent;
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: text-bottom;
  vertical-align: middle;
}
.not-added-items-block .pa-icon.pa-declaration {
  background-position: -10px -13px;
}
.not-added-items-block .pa-icon.pa-invoice {
  background-position: -11px -63px;
}
.not-added-items-block .pa-icon.pa-services {
  background-position: -10px -112px;
}
.not-added-items-block .pa-icon.pa-group {
  background-position: -10px -162px;
}
.not-added-items-block .add-to-group {
  display: inline-block;
  vertical-align: bottom;
  height: 45px;
  width: 45px;
  background: url("../images/icons/group-package.png") no-repeat center center transparent;
}
.not-added-items-block .added-to-group {
  display: inline-block;
  height: 45px;
  width: 45px;
  vertical-align: bottom;
  background: url("../images/icons/round-checked.png") no-repeat center center transparent;
}
.not-added-items-block .pd-xls {
  display: inline-block;
  height: 35px;
  width: 25px;
  margin-right: 5px;
  vertical-align: bottom;
  background: url("../images/icons/xls.png") no-repeat center center transparent;
}
.not-added-items-block .pd-pdf {
  display: inline-block;
  height: 35px;
  width: 26px;
  margin-right: 5px;
  vertical-align: bottom;
  background: url("../images/icons/pdf.png") no-repeat center center transparent;
}
.tip-content {
  position: relative;
  padding: 15px 25px 15px 0;
  line-height: 14px;
  font-size: 13px;
  font-weight: 700;
}
.tip-content .close {
  position: absolute;
  top: 14px;
  right: 0;
  background: url("../images/icons/close.png") no-repeat center center transparent;
  width: 16px;
  height: 16px;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) ;
  -moz-opacity: 1 ;
  -khtml-opacity: 1 ;
  opacity: 1 ;
}
.about-aforia-block {
  padding-bottom: 35px;
}
.about-aforia-block * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.about-aforia-block .text-heading {
  padding: 50px 0 45px;
}
.about-aforia-block .item-block {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 20px 30px;
  color: #3DF5FD;
  margin-bottom: 20px;
}
.about-aforia-block .item-block h4 {
  color: #AFFFFE;
}
.about-aforia-block .item-block p {
  font-size: 13px;
}
.about-aforia-block .item-block .first-border {
  border-left: 5px solid #20B2FF;
}
.about-aforia-block .item-block .second-border {
  border-left: 5px solid #4FFDFB;
}
.about-aforia-block .item-block .third-border {
  border-left: 5px solid #BCC7FD;
}
.about-aforia-block .item-block .block-counter .count-wrap {
  display: inline-block;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-width: 15px;
  border-style: solid;
  text-align: center;
}
.about-aforia-block .item-block .block-counter .count-wrap span {
  line-height: 106px;
  font-size: 24px;
  color: #B2FFFF;
}
.news-blocks {
  padding-bottom: 60px;
}
.news-blocks .text-heading {
  padding: 50px 0 40px;
  font-size: 34px;
  text-align: left;
}
.news-blocks .white-round-block {
  padding-bottom: 2px;
  overflow: hidden;
}
.news-blocks ul {
  list-style: none;
  margin: 0;
}
.news-blocks ul li {
  line-height: 48px;
  border-top: 1px solid #E3E4E8;
  color: #1E87C8;
  padding-left: 16px;
  padding-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
.news-blocks ul li a {
  color: #1E87C8;
}
.news-blocks ul li:first-child {
  border-top: 0 none ;
}
.comment-block {
  padding: 20px 25px 15px;
}
.comment-block > .block-icon {
  background: url('../images/icons/testimonial-icon.png')no-repeat center center transparent;
  float:left;
  width:40px;
  height:30px;
}
.comment-block > .block-head {
  color: #1E87C8;
  font-size: 16px;
  padding:6px 45px;
}
.comment-block > .block-content {
  color: #454545;
  font-style: italic;
  line-height: 22px;
  padding-bottom: 5px;
}
.comment-block > .block-footer {
  font-size: 12px;
  font-weight: 700;
  color: #454545;
}
main[role="main"] article, main[role="main"] {
    margin-bottom: 0px;
}
.calc-pricing-wrap {
  margin: 0;
}
.calc-pricing-wrap * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.calc-pricing-wrap .button {
  margin: 40px 0 70px;
  /*width: 100%;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #d70b7c;
  color: #FFFFFF;
  line-height: 50px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 2px solid #FFFFFF;
}
.calc-pricing-wrap .button:hover {
  background-color: #a60960;
  text-decoration: none;
}
.calc-pricing-wrap .calc-pricing-rows > .block-fields {
  padding: 30px 30px 20px;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  position: relative;
  color: #FFFFFF;
  background-color: #19abe4;
}
.calc-pricing-wrap .calc-pricing-rows > .block-fields .text-heading {
  color: #FFFFFF;
}
.calc-pricing-wrap .calc-pricing-rows > .block-content {
  padding: 40px 30px 20px;
}
.calc-pricing-wrap .calc-pricing-rows > .block-content h3 {
  margin: 0;
  padding-bottom: 25px;
  color: #474747;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}
.calc-pricing-wrap .calc-pricing-rows > .block-content .calculation-icon {
  background: url("../images/backgrounds/calc.png") no-repeat center center transparent;
  height: 228px;
  width: 100%;
  min-width: 311px;
}
.calc-pricing-wrap .calc-pricing-rows > .block-content a {
  text-decoration: underline;
  color: #D70B7C;
  font-weight: 700;
  font-size: 13px;
  line-height: 14px;
}
.calc-pricing-wrap .calc-pricing-rows > .block-content a:hover {
  text-decoration: underline;
}
.calc-pricing-wrap .calc-pricing-rows > .block-content .rules-link {
  float: right;
  margin-top: 20px;
}
.calc-pricing-wrap .block-items {
  border-bottom: 1px solid #F7F7F7;
}
.calc-pricing-wrap .block-items:last-child {
  border-bottom: 0 none;
}
.calc-pricing-wrap .block-items .block-items-inner {
  margin: 0 -15px;
}
.calc-pricing-wrap .block-item {
  padding: 10px 15px 8px 50px;
}
.calc-pricing-wrap .block-item > .block-icon {
  float: left;
  margin-left: -35px;
  width: 35px;
}
.calc-pricing-wrap .block-item > .block-icon span {
  background: url("../images/sprites/delivery.png") no-repeat 0 0 transparent;
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: text-bottom;
}
.calc-pricing-wrap .block-item > .block-icon span.plane-icon {
  background-position: 2px 3px;
}
.calc-pricing-wrap .block-item > .block-icon span.ship-icon {
  background-position: 2px -23px;
}
.calc-pricing-wrap .block-item > .block-content {
  float: left;
  width: 100%;
}
.calc-pricing-wrap .block-item h4 {
  line-height: 30px;
  color: #444444;
  font-size: 16px;
  margin: 0;
}
.calc-pricing-wrap .block-item h5 {
  line-height: 16px;
  color: #8B8B8B;
  font-size: 16px;
  font-size: 12px;
  margin: 0;
}
.top-items-block {
  white-space: nowrap;
}
.top-items-block .top-items-list {
  list-style: none outside none;
  margin: 0;
}
.top-items-block .top-items-list li {
  color: #ffffff;
  border-left: 2px solid #FFFFFF;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  line-height: 53px;
}
.top-items-block .top-items-list li .wrap {
  line-height: 53px;
  display: block;
  padding-left: 8px;
  padding-right: 8px;
  min-width: 23px;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.top-items-block .top-items-list li .wrap .fa {
  font-size: 24px;
  vertical-align: middle;
}
.top-items-block .top-items-list li .fa-wrap {
  display: inline-block;
  width: 29px;
  text-align: center;
}
.top-items-block .top-items-list li a {
  color: #ffffff;
}
.top-items-block .top-items-list li a:hover,
.top-items-block .top-items-list li a:focus {
  text-decoration: none;
}
.top-items-block .top-items-list li .number-wrap {
  text-align: center;
  border: 1px solid #FFFFFF;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  min-width: 27px;
}
.central-message {
  position: absolute;
  top: 95px;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.central-message .slider-item {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  text-shadow: 0 0 1px #666666 ;
  width: 100%;
}
.central-message h2 {
  margin: 0;
  font-size: 42px;
  font-weight: 300;
  line-height: 34px;
  padding-bottom: 15px;
}
.central-message h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 14px;
  padding-bottom: 10px;
  margin: 0;
}
.central-message .bottom-buttons {
  padding-top: 20px;
}
.central-message .bottom-buttons .button {
  border: 2px solid #ffffff;
  margin: 0 5px;
  font-weight: 700;
}
.block-animation {
  background-color: #ceeaf8;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(to bottom, #407dc0, #ceeaf8);
  background-image: -moz-linear-gradient(to bottom, #407dc0, #ceeaf8);
  background-image: -ms-linear-gradient(to bottom, #407dc0, #ceeaf8);
  background-image: -o-linear-gradient(to bottom, #407dc0, #ceeaf8);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #407dc0), color-stop(1, #ceeaf8));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#407dc0,EndColorStr=#ceeaf8);
  -ms-filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#407dc0,EndColorStr=#ceeaf8);
  background-image: linear-gradient(to bottom, #407dc0, #ceeaf8);
  position: relative;
  z-index: 1;
  text-align: center;
  overflow: hidden;
}
.block-animation img {
  max-width: 100%;
}
.block-animation .animation-inner {
  max-width: 1170px;
  height: 570px;
  line-height: 570px;
  margin: 0 auto;
}
.block-animation .animation-inner img {
  vertical-align: bottom;
}
.block-animation .animation-inner object,
.block-animation .animation-inner embed {
  vertical-align: bottom;
}
.block-animation .river-position {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 92px;
  z-index: -1;
  line-height: 92px;
}
.block-animation .river-position .river-bg {
  width: 100%;
  display: inline-block;
  position: relative;
  vertical-align: bottom;
}
.block-animation .river-position .river-bg:after {
  padding-top: 100%;
  /*16:9 ratio*/
  display: block;
  content: '';
}
.block-animation .river-position .river-bg div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  /*fill parent*/
  background-color: #19ABE4;
  /*let's see it!*/
}
@media (max-width: 1170px) {
  .block-animation .river-position .river-bg:after {
    padding-top: 7.75%;
    /*ratio*/
  }
}
@media (min-width: 768px) {
  .calc-pricing-wrap .block-item {
    padding: 10px 15px 8px 50px;
    width: 50%;
    float: left;
  }
  .calc-pricing-wrap .block-fields .block-inner {
    margin: 0 -15px;
  }
  .calc-pricing-wrap .block-fields .block-inner .field-block {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 50%;
  }
}
@media (max-width: 979px) {
  .extended-menu-container {
    width: auto;
  }
  .block-animation .animation-inner {
    height: 530px;
    line-height: 530px;
  }
}
@media (min-width: 980px) {
  .top-items-block {
    float: right;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-left: -5px;
    margin-right: -5px;
  }
  .top-items-block .top-items-list {
    list-style: none outside none;
    margin: 0;
    float: left;
    padding: 5px;
  }
  .top-items-block .top-items-list li {
    float: left;
  }
  .top-items-block .top-items-list li:first-child {
    border-left: 0 none;
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
  }
  .top-items-block .top-items-list li:last-child {
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
  }
  .top-items-block .top-items-list li .container {
    width: auto;
  }
  .top-items-block .top-items-list li .wrap {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .about-aforia-block .item-block {
    text-align: left;
    height: 175px;
    padding: 20px 20px 0 190px;
  }
  .about-aforia-block .item-block h4 {
    margin-top: 0;
  }
  .about-aforia-block .item-block .block-counter {
    float: left;
    margin-left: -160px;
  }
  .about-aforia-block .item-block .block-content {
    float: left;
    width: 100%;
  }
  .calc-pricing-wrap .block-fields .block-inner {
    margin: 0;
  }
  .calc-pricing-wrap .block-fields .block-inner .field-block {
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: auto;
  }
  .calc-pricing-wrap .calc-pricing-rows {
    padding-left: 350px;
  }
  .calc-pricing-wrap .calc-pricing-rows > .block-fields {
    margin-left: -350px;
    width: 350px;
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    float: left;
    position: relative;
    color: #FFFFFF;
    background-color: #19abe4;
  }
  .calc-pricing-wrap .calc-pricing-rows > .block-fields .text-heading {
    color: #FFFFFF;
  }
  .calc-pricing-wrap .calc-pricing-rows > .block-fields:after {
    content: " ";
    position: absolute;
    left: 100%;
    top: 0;
    height: 0;
    width: 0;
    border-color: rgba(25, 171, 228, 0);
    border-left-color: #19abe4;
    border-style: solid;
    border-width: 160px 0 160px 45px;
  }
  .calc-pricing-wrap .calc-pricing-rows > .block-content {
    float: left;
    width: 100%;
    padding: 25px 30px 20px 70px;
  }
  .calc-pricing-wrap .block-item {
    padding: 10px 15px 8px 50px;
    width: 50%;
    float: left;
  }
}
.block-content-panel {
  background-color: #F0F2F5;
  line-height: 20px;
  padding: 5px 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  box-shadow: 0 -6px 0 -3px #e3e4e8 inset;
  -webkit-box-shadow: 0 -6px 0 -3px #e3e4e8 inset;
  -moz-box-shadow: 0 -6px 0 -3px #e3e4e8 inset;
  color: black;
}
.block-content-panel-yellow {
  background-color: #ecc11c;
  margin-top: 10px;
  line-height: 20px;
  padding: 5px 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  box-shadow: 0 -6px 0 -3px #e3e4e8 inset;
  -webkit-box-shadow: 0 -6px 0 -3px #e3e4e8 inset;
  -moz-box-shadow: 0 -6px 0 -3px #e3e4e8 inset;
  color: black;
}
.block-content-panel-yellow label {
  font-weight: 600;
}
.statement .control-group
{
border-top:1px solid #fff;
}
.padding25
{
padding:25px;
}
.myaddresses span
{
color:#b2b2b2;
font-weight:700;
}
.input-balance
{
min-height: 40px;height: 40px; width:70%; background-color:#ecffe5;
}
.minwidth100
{
width:100%;
min-width:100%;
}
.table-overflow {
  overflow-x: auto;
}
.block-head
{
 font-size: 18px;
    padding: 20px;
border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
}
.btn-close
{
display:block;
background-color:#f0f0f0;
padding:7px;
color:#fff;
font-weight:700;
height:14px;
width:14px;
line-height:10px;
}
.btn-close_frame
{
float: right; left: 40px; position: relative;top: -15px; cursor:pointer;
}

.article-image-block
{
float:left;
display:block;
width:150px;
}
/*.h1apad
{
padding-top:20px!important;
padding-bottom:12px!important;
}
.article-heading .news
{
padding-top:20px!important;
padding-bottom:12px!important;
}*/

.article-heading, .article-heading a 
{   
    font-size: 20px !important;
    padding-bottom: 10px !important;
    padding-top: 15px !important;
}
.article-info {
    line-height: 27px !important;
}
.article-info .article-info-buttons:before {
    margin-top: 5px;
}
main[role="main"] article {
    border-bottom: 1px dashed #d9dbdb;
}