@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);

@import url(GuardianSans.min.css);

@import url(font-awesome.min.css);

body,
.pure-g [class*="pure-u"] {
  font-family: 'Guardian TextSans', Tahoma, sans-serif;
  color:#58595b;
}
body {
  font-size: 14px;
  line-height: 1.5;
}
h1 {
  font-size: 20px;
  margin: 5px 0;
}
h3 {
  font-size: 16px;
  margin: 5px 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Guardian Sans', Tahoma, sans-serif;
  font-weight: 300;
  line-height: 1.3;
}
p {
  margin: 0;
}
.hide {
  display: none;
}
body,
.pure-g [class*="pure-u"] {
  letter-spacing: normal;
  box-sizing: border-box;
}
a {
  color: #00b336;
  text-decoration: none;
  font-size:16px;
}
a:hover {
  text-decoration: underline;
  font-size:16px;
}
.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}
.ta-right {
  text-align: right;
}
.with-padding {
  padding-left: 10px !important;
  padding-right: 10px !important;
  box-sizing: border-box;
}
button {
  padding: 10px 30px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border: 0;
  transition: background-color 0.2s ease 0s;
}
button.green-button {
  background-color: #00b336;
}
button.green-button:hover {
  background-color: #019b2f;
}
button.red-button {
  background-color: #ba0200;
}
button.red-button:hover {
  background-color: #a50200;
}
.link-with-style, .link-with-style:hover {
  text-decoration: none;
  color: #00b336;
}
.link-with-style:hover {
  text-decoration: underline;
}
.link-with-style, .link-with-style:hover {
  font-size: 13px;
}
/*
.link-with-style span {
  display: inline-block;
  margin-right: 12px;
  background: url(/sw/themes/46055/site_images/link_icons.png) no-repeat;
  width: 20px;
  height: 24px;
}
.pdf-link span {
  background-position: 0 0;
  width: 20px;
  margin-bottom: -7px;
  margin-left: 3px;
}
.demo-link span {
  background-position: -20px 0;
  width: 25px;
  margin-bottom: -7px;
}
*/
.link-with-style span, .pdf-link span, .demo-link span{
  display: none;
}

.link-with-style {
    background: transparent;/*
    min-height: 24px; 
    padding-left: 35px;*/
    display: block;
    text-align: left;
}
/*
.pdf-link {
  background-position: 0 0;
  background-size: auto 24px;
  margin-bottom: -7px;
  margin-left: 3px;
}
.demo-link {
  background-position: -20px 0;
  background-size: auto 25px;
  margin-bottom: -7px;
}
*/

.considerations-link span {
  background-position: -47px 0;
  width: 22px;
  margin-bottom: -7px;
}
.syndicated > .pure-g {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.header {
  overflow: hidden;
  max-height: 185px;
  height: auto;
  margin-bottom: 15px;
}
.header__wrap {
  width: 100%;
  background: url(/sw/themes/46055/site_images/header__wrap.png) repeat-x;
  height: 56px;
  margin-bottom: -56px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: block;
}
.header.without-banner .header__wrap {
  border-top: 6px solid #005F4B;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0 10px;
  margin-top: 20px;
}
.header.without-banner .header__banner img,
.header.without-banner .header__banner__image {
  display: none;
}
.header__logo {
  background: url(https://psr.veeam.com/global/img/logo/veeam_logo_lp.svg) no-repeat;
  width: 135px;
  height: 35px;
  text-indent: -999em;
  float: left;
  margin: 12px 0 0 15px;
}
.header__right-description {
  background: url(https://psr.veeam.com/global/img/logo/slogan_lp.svg) no-repeat;
  width: 144px;
  height: 32px;
  text-indent: -999em;
  float: right;
  margin: 12px 15px 0 0;
}

@media screen and (max-width: 480px) {
  .header__logo {
    float: none;
    margin-left: calc(50% - 135px/2);
  }
  .header__right-description {
    direction: none;
  }
}

.header__banner {
  position: relative;
  z-index: 1;
}
.header__banner img {
  width: 100%;
  max-height: 183px;
}
.header__banner__image {
  width: 100%;
  height: 187px;
  background: url(/sw/themes/46055/site_images/header__banner.jpg) no-repeat;
  display: inline-block;
  background-size: cover;
}
.header__banner__title {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  position: relative;
  top: -120px;
  text-transform: uppercase;
}
.head-desc {
  margin-bottom: 20px;
  width: 100%;
}
.head-desc .wistia {
  width: 230px;
  height: 155px;
  margin-bottom: 10px;
}
.head-desc__content {
  margin: 15px 0 10px;
  width: 100%;
}
.head-desc__content__video__title {
  font-size: 13px;
  color: #898989;
  margin: 5px 0;
}
.head-desc__content__text {
  padding-left: 10px;
  box-sizing: border-box;
}
.head-desc__content__text p {
  margin: 0 0 10px;
  line-height: 150%;
}
.head-desc__heading h3 {
  padding-right: 30px;
}
.products {
  margin-bottom: 50px;
  max-width: none !important;
}
.products-inner {
  margin: 0 auto;
  display: block;
  max-width: 1200px;
}
.products .pure-g {
  display: table;
  margin-top: 20px;
}
.products__item {
  box-sizing: border-box;
}
.products__item.availability-suite {
  padding-right: 5px;
}
.products__item.backup-essentials {
  padding-left: 5px;
}
.products__item__bg {
  box-sizing: border-box;
  background-color: #f7f7f7;
  height: auto;
  padding: 30px 25px 25px;
  position: relative;
}
.products__item__title {
  font-size: 18px;
  font-weight: 300;
  white-space: nowrap;
}
.products__item__after-title {
  font-size: 14px;
  margin-top: 5px;
  font-weight: 100;
}
.products__item__description {
  margin-top: 12px;
  margin-bottom: 20px;
  line-height: 170%;
  min-height: 145px;
}
.products__item__footer__center {
  text-align: center;
}
.products__item__footer__button {
  margin-top: 30px;
}
.products__item__footer {
  position: inherit;
  width: 100%;
}
.products__item__footer-inner {
  padding: 20px 0px;
}
.products__line {
  display: none;
}
.stories {
  margin-bottom: 35px;
}
.stories__wrapper {
  margin-top: 20px;
}
.stories__item {
  border: 1px solid #cdcdcd;
  position: relative;
  overflow: hidden;
}
.stories__item__block {
  box-sizing: border-box;
  padding-left: 10px;
}
.stories__item__block .stories__item .desc__text {
  display: block;
}
.stories__item__block .stories__item:hover .desc__text,
.stories__item__block.hover .desc__text {
  transition: max-height 0.5s ease 0s, opacity 1s, padding 0.25s ease;
  opacity: 1;
  max-height: 200px;
  padding: 10px 0 0;
  color:#FFF;
}
.stories__item__block.no-padding {
  padding-left: 0;
}
.stories__item-vodafone {
  height: 430px;
  background: url(/sw/themes/46055/site_images/vodafon_success_story_background_410.jpg) no-repeat;
  background-size: cover;
  background-position: 100% 0;
}
.stories__item-volvo {
  height: 212px;
  background: url(/sw/themes/46055/site_images/volvo_item_HQ.jpg) no-repeat;
  background-size: cover;
  background-position: 100% 0;
}
.stories__item-civista {
  height: 212px;
  background: url(/sw/themes/46055/site_images/civista_item_HQ.jpg) no-repeat;
  background-size: cover;
  margin-top: 5px;
}
.stories__item-raiffeisen {
  display: none;
}
.stories__item__desc {
  background: rgba(0,95,75,.65);
  padding: 0 5px;
  color: #fff;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.stories__item__desc-inner {
  padding: 20px 25px 20px;
  display: block;
  color: #ffffff;
}
.stories__item__desc-inner:hover {
  text-decoration: none;
}
.stories__item__desc .desc__header {
  font-size: 18px;
  font-weight: 600;
}
.stories__item__desc .desc__text {
  opacity: 0;
  height: auto;
  max-height: 0;
  transition: max-height 0.5s ease 0s, opacity 0.5s, padding 0.25s ease 0.25s;
  padding: 0;
}
.stories__item__desc .read-full {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  padding-top: 10px;
  display: inline-block;
}
.stories__item__desc .read-full:hover {
  text-decoration: underline;
}
.data-protection {
  margin-bottom: 40px;
}
.data-protection-image {
  text-align: right;
  margin-top: -50px;
}
.data-protection-image__thumbnail {
  display: inline-block;
  background: url(/sw/themes/46055/site_images/data-protection.jpg) no-repeat;
  width: 241px;
  height: 143px;
  max-width: 100%;
}
.data-protection-image__desc {
  display: block;
  text-align: left;
  width: 241px;
  float: right;
  color: #898989;
}
.data-protection h3 {
  margin-bottom: 15px;
}
.data-protection p {
  line-height: 160%;
}
.data-protection p.tip {
  font-style: italic;
  font-size: 13px;
}
.data-protection .half-width {
  width: auto;
  margin-bottom: 15px;
  max-width: 98%;
}
.data-protection .full-width {
  margin-bottom: 15px;
  margin-top: 7px;
}
.data-protection .bold-text {
  font-weight: 700;
  margin-bottom: 5px;
}
.features {
  margin-bottom: 40px;
}
.features .feature-list {
  margin-top: -25px;
}
.features .feature-list__item {
  box-sizing: border-box;
  margin-top: 50px;
  line-height: 160%;
}
.features .feature-list__item p {
  padding-left: 65px;
  box-sizing: border-box;
  width: 95%;
}
.features .feature-list__item__title {
  font-size: 14px;
  margin-bottom: 5px;
}
.features .feature-list__item__content {
  font-size: 13px;
}
.features .feature-list__item span {
  display: inline-block;
  width: 50px;
  height: 50px;
  float: left;
  margin-left: 5px;
  background: url(/sw/themes/46055/site_images/features-icons.png) no-repeat;
}
.features .feature-list__item.recovery span {
  background-position: 0 0;
}
.features .feature-list__item.leveraged-data span {
  background-position: 0px -53px;
  height: 43px;
}
.features .feature-list__item.data-loss span {
  background-position: 0px -147px;
  height: 42px;
}
.features .feature-list__item.complete-visibility span {
  background-position: 0px -96px;
  height: 50px;
}
.features .feature-list__item.complete-visibility p {
  width: 100%;
}
.features .feature-list__item.protection span {
  background-position: 0px -195px;
  height: 50px;
}
.features .feature-list__item.tip p {
  font-style: italic;
}
.register {
  margin-bottom: 15px;
  padding: 20px 20px;
  border: 1px solid #cdcdcd;
  position: relative;
}
.register__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
.register__footer {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 20px;
  margin-right: 20px;
}
.register__button {
  margin-top: 20px;
  font-size: 16px;
  white-space: nowrap;
}
.register__image {
  display: inline-block;
  background: url(/sw/themes/46055/site_images/fake-gray.png) no-repeat;
  max-width: 243px;
  height: 177px;
  width: 100%;
}
.register__right-block {
  padding-left: 20px;
  box-sizing: border-box;
}
.footer {
  padding: 30px 0 25px;
  background: #f7f7f7;
  text-align: center;
  line-height: 180%;
  max-width: none !important;
}
.footer-inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.footer__title {
  font-weight: 700;
}
.footer__try,
.footer__learn,
.footer__watch {
  box-sizing: border-box;
  border-right: 1px solid #cdcdcd;
  padding: 10px 0 30px;
}
.footer__watch {
  border: 0;
}
.form {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 55px;
  background: #ededed;
}
.form input,
.form select,
.form textarea {
  width: 100%;
  background: #ffffff;
  margin-top: 10px;
  font-size: 14px;
  padding: 9px 10px;
  box-sizing: border-box;
  border: 1px solid #00b336;
}
.form button {
  padding: 8px 60px;
  margin-top: 35px;
}
.form .form-header {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 7px;
}
.form .form-bottom {
  text-align: center;
}
@media screen and (min-width: 64em) {
  h1 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  .link-with-style, .link-with-style:hover {
    font-size: 16px;
  }
  button {
    padding: 13px 35px;
    font-size: 18px;
  }
  .head-desc {
    margin-bottom: 40px;
  }
  .head-desc__content {
    margin-top: 25px;
  }
  .head-desc__content__video .video_block {
    max-width: 395px;
  }
  .head-desc__content__video__title {
    font-size: 14px;
  }
  .head-desc__content__text {
    font-size: 16px;
  }
  .head-desc__content__text p {
    margin-bottom: 35px;
  }
  .head-desc__content__text .pdf-link span {
    background-position: -47px 0;
    width: 22px;
    margin-bottom: -7px;
  }
  .products {
    background: #f7f7f7;
    padding: 30px 0px 30px;
  }
  .products__item__bg {
    padding-right: 15px;
    min-height: 420px;
    height: auto;
  }
  .products__item__title {
    font-size: 24px;
  }
  .products__item__after-title {
    font-size: 20px;
  }
  .products__item__description {
    font-size: 16px;
    max-width: 450px;
  }
  .products__item__footer {
    position: inherit;
  }
  .products__item__footer-inner {
    padding: 0;
  }
  .products__item__footer__button {
    margin-top: 50px;
  }
  .products .pure-g {
    display: inherit;
  }
  .products__line {
    display: inline-block;
  }
  .products__line__element {
    display: block;
    width: 1px;
    height: 310px;
    background: #cdcdcd;
    margin: 40px auto 0;
  }
  .stories__item-volvo {
    height: 250px;
  }
  .stories__item__desc {
    min-height: 115px;
  }
  .stories__item__desc .desc__header {
    font-size: 24px;
  }
  .stories__item__desc .desc__text p {
    font-size: 16px;
  }
  .stories__item__desc .read-full {
    font-size: 16px;
  }
  .stories__item-vodafone {
    height: 520px;
    background: url(/sw/themes/46055/site_images/vodafon_success_story_background_530.jpg) no-repeat;
    background-size: cover;
    background-position: 100% 0;
  }
  .stories__item-vodafone .stories__item__desc {
    min-height: 170px;
  }
  .stories__item-raiffeisen {
    display: block;
    height: 250px;
    background: url(/sw/themes/46055/site_images/raiffeisen_item_1200.png) no-repeat;
    background-size: cover;
    background-position: 100% 0;
    margin-top: 18px;
    max-width: 290px;
    margin-left: 20px;
  }
  .stories__item-volvo {
    background: url(/sw/themes/46055/site_images/volvo_item_1200.png) no-repeat;
    background-size: cover;
    background-position: 100% 0;
  }
  .stories__item-volvo .desc__text {
    transition: max-height 0.5s ease 0s, opacity 1s, padding 0.25s ease;
    opacity: 1;
    max-height: 200px;
    padding: 10px 0 0;
  }
  .stories__item-civista {
    height: 250px;
    margin-top: 18px;
    max-width: 290px;
    background: url(/sw/themes/46055/site_images/civista_item_1200.png) no-repeat;
    background-size: cover;
    background-position: 100% 0;
  }
  .data-protection {
    margin-top: 70px;
    font-size: 16px;
  }
  .data-protection .half-width {
    max-width: 98%;
    width: auto;
  }
  .data-protection-image {
    margin-top: 0;
  }
  .data-protection-image__thumbnail {
    background: url(/sw/themes/46055/site_images/data-protection1200.png) no-repeat;
    background-size: contain;
    width: 401px;
    height: 238px;
  }
  .data-protection-image__desc {
    width: 401px;
    text-align: center;
  }
  .data-protection .second-part-text {
    margin-top: -155px;
  }
  .features {
    margin-top: 50px;
    margin-bottom: 90px;
  }
  .features .feature-list {
    margin-top: -25px;
  }
  .features .feature-list__item {
    margin-top: 40px;
  }
  .features .feature-list__item p {
    padding-left: 80px;
    max-width: 495px;
  }
  .features .feature-list__item__title {
    font-size: 16px;
  }
  .features .feature-list__item span {
    display: inline-block;
    width: 61px;
    height: 70px;
    background: url(/sw/themes/46055/site_images/features-icons1200.png) no-repeat;
  }
  .features .feature-list__item.recovery span {
    background-position: 0 0;
  }
  .features .feature-list__item.leveraged-data span {
    background-position: 0px -71px;
    height: 57px;
  }
  .features .feature-list__item.data-loss span {
    background-position: 0px -190px;
    height: 60px;
  }
  .features .feature-list__item.complete-visibility span {
    background-position: 0px -130px;
    height: 60px;
  }
  .features .feature-list__item.protection span {
    background-position: 0px -250px;
    height: 75px;
  }
  .features .feature-list__item.tip p {
    font-style: italic;
  }
  .register {
    padding: 35px;
  }
  .register__title {
    font-size: 24px;
  }
  .register__content {
    font-size: 16px;
  }
  .register__button {
    padding: 15px 70px;
  }
  .register__image {
    display: inline-block;
    background: url(/sw/themes/46055/site_images/fake-gray1200.png) no-repeat;
    max-width: 306px;
    height: 223px;
    width: 100%;
  }
  .register__footer {
    margin-bottom: 35px;
    margin-right: 35px;
  }
  .footer {
    margin-top: 90px;
    font-size: 16px;
  }
  .video_block iframe{
    height:220px;
    max-width:412px;
  }
}
.video_block iframe{
  width: 100%;
}
@media screen and (min-width: 800px) and (max-width: 1023px) {
  .stories__item-vodafone {
    background: url(/sw/themes/46055/site_images/vodafon_success_story_background_530.jpg) no-repeat !important;
    background-position: 100% 0 !important;
  }
  .stories__item-volvo {
    background: url(/sw/themes/46055/site_images/volvo_item_960.jpg) no-repeat !important;
    background-position: 100% 0 !important;
  }
  .stories__item-civista {
    background: url(/sw/themes/46055/site_images/civista_item_960.jpg) no-repeat !important;
    background-position: 100% 0 !important;
  }
  .video_block iframe{
   height: 135px;
     max-width: 260px;
  }
}
@media screen and (min-width: 710px) and (max-width: 799px){
  .video_block iframe{
   height: 123px;
    max-width: 230px;
  }
}
@media screen and (min-width: 568px) and (max-width: 709px) {
  .data-protection-image__desc {
    width: 100%;
    text-align: right;
  }
  .first-part-text {
    width: 100%;
  }
  .data-protection .half-width {
    min-width: auto;
    padding-right: 10px;
  }
  .data-protection-image__thumbnail {
    width: 100%;
    background-size: contain;
  }
  .xs-hide {
    display: none;
  }
  .xs-block {
    display: block;
  }
  .data-protection-image-modify {
    margin-top: 25px;
  }
  .data-protection-image__thumbnail {
    background: url(/sw/themes/46055/site_images/data-protection-480.jpg) no-repeat;
    background-size: contain;
    width: 460px;
    height: 273px;
    margin: 0 auto;
    display: block;
  }
  .data-protection-image__desc {
    width: 460px;
    text-align: left;
    display: block;
    margin: 0 auto;
    float: none;
    margin-top: 7px;
  }
  .considerations-link {
    padding-left: 30px;
    display: block;
  }
  .considerations-link span {
    position: absolute;
    margin-left: -30px;
    margin-top: 4px;
  }
  .footer {
    margin-top: 60px;
  }
  .footer__try,
  .footer__watch,
  .footer__learn {
    border: none;
  }
   .video_block iframe{
   height: 102px;
    max-width: 189px;
  }
}
@media screen and (min-width: 30px) and (max-width: 567px) {
  .xs-ta-left {
    text-align: left;
  }
  .xs-hide {
    display: none;
  }
  .xxs-hide {
    display: none;
  }
  .xs-block {
    display: block;
  }
  .xxs-block {
    display: block;
  }
  .with-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .header__banner__image {
    background: url(/sw/themes/46055/site_images/header__banner480.jpg) no-repeat;
    background-size: cover;
  }
  .head-desc {
    margin-top: 35px;
  }
  .head-desc__heading {
    text-align: center;
    margin-bottom: 10px;
  }
  .head-desc__content {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .head-desc__content__text {
    padding-left: 0;
  }
  .head-desc__content__video {
    margin-bottom: 15px;
  }
  .head-desc__content__video__title {
    text-align: center;
  }
  .products-inner h1 {
    width: 280px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .products__item.availability-suite {
    padding-right: 0;
    margin-bottom: 60px;
  }
  .products__item.backup-essentials {
    padding-left: 0;
  }
  .products__item__bg {
    padding: 20px 10px 15px;
  }
  .products__item__description {
    min-height: auto !important;
  }
  .products__item__footer__button {
    width: 100%;
  }
  .products__item__footer-inner {
    padding: 0;
  }
  .stories__item__block {
    padding: 0;
  }
  .stories h1,
  .stories h3, .stories p {
    padding-left: 10px;
    padding-right: 10px;
  }
  .stories__item__desc {
    padding: 0;
  }
  .stories__item {
    border-left: none;
    border-right: none;
  }
  .stories__item__desc-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .stories__item-vodafone {
    background: url(/sw/themes/46055/site_images/vodafon_success_story_background_530.jpg) no-repeat !important;
    background-position: 100% 0 !important;
    background-size: cover !important;
  }
  .stories__item-volvo {
    background: url(/sw/themes/46055/site_images/volvo_item_480.jpg) no-repeat !important;
    background-position: 100% 0 !important;
    margin-top: 25px;
    min-height: 240px;
    background-size: cover !important;
  }
  .stories__item-volvo .desc__text {
    transition: max-height 0.5s ease 0s, opacity 1s, padding 0.25s ease;
    opacity: 1;
    max-height: 200px;
    padding: 10px 0 0;
  }
  .stories__item-civista {
    background: url(/sw/themes/46055/site_images/civista_item_480.jpg) no-repeat !important;
    background-position: 100% 0 !important;
    background-size: cover !important;
    margin-top: 25px;
    min-height: 240px;
  }
  .stories__item-civista .desc__text {
    transition: max-height 0.5s ease 0s, opacity 1s, padding 0.25s ease;
    opacity: 1;
    max-height: 200px;
    padding: 10px 0 0;
  }
  .data-protection {
    overflow: hidden;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .data-protection-image-modify {
    margin-top: 25px;
  }
  .data-protection-image__thumbnail {
    background: url(/sw/themes/46055/site_images/data-protection-480.jpg) no-repeat;
    background-size: contain;
    width: 460px;
    height: 273px;
    margin: 0 auto;
    display: block;
  }
  .data-protection-image__desc {
    width: 460px;
    text-align: left;
    display: block;
    margin: 0 auto;
    float: none;
    margin-top: 3px;
  }
  .considerations-link {
    padding-left: 30px;
    display: block;
  }
  .considerations-link span {
    position: absolute;
    margin-left: -30px;
    margin-top: 4px;
  }
  .features {
    margin-top: 60px;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .features .feature-list__item__title b {
    display: block;
  }
  .register {
    margin-top: 70px;
    padding: 10px 10px 25px !important;
  }
  .register__right-block {
    padding: 0;
  }
  .register__title {
    margin-top: 15px;
  }
  .register__image {
    width: 100%;
    min-height: 330px;
    max-width: none;
    background-size: cover;
  }
  .register__footer {
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
  .register__button {
    margin: 0;
  }
  .footer {
    margin-top: 60px;
  }
  .footer__try,
  .footer__watch,
  .footer__learn {
    border: none;
  }
  .data-protection .half-width {
    min-width: auto;
  }
  .video_block iframe{
    display: block;
    height: 160px;
    margin: 0 auto;
    max-width: 300px;
  }
}
@media screen and (min-width: 30px) and (max-width: 470px) {
  .head-desc__heading {
    text-align: left;
    padding: 0 10px;
  }
  .head-desc__heading h3 {
    margin-top: 20px;
  }
  .products__item.availability-suite {
    margin-bottom: 30px;
  }
  .data-protection-image__thumbnail {
    max-height: 170px;
    margin-top: 35px;
  }
  .register__image {
    height: 220px;
    min-height: auto;
  }
  .data-protection .half-width {
    min-width: auto;
    max-width: 100%;
  }
}








/* *******************************************
                FORM - styles:
  ********************************************/
  .formPan{
    padding:0;
    width:400px;
    margin: 0 auto;
    padding: 100px 50px;
    background: #f7f7f7;
    border-radius: 35px;
  }
  .formPan h3{
    color:#58595b;
    text-align:center;
    font-size:20px;
    line-height:22px;
    padding-bottom:30px;
  }
  .formPan table{
    width:100%;
  }
  .formPan table tr{
    width:100%;
  }
  .formPan table tr td{
    width:100%;
  }
  .formPan input[type="text"], .formPan input[type="email"], .formPan select{
    width: 100%;
    background: #ffffff;
    margin-top: 10px;
    font-size: 14px;
    padding: 15px 18px;
    box-sizing: border-box;
    border: 1px solid #00b336;
    margin:3px 0 15px 0;
    font-size: 18px;
    color: #8D8D8D;
    height: auto;
  }

  .formPan input[type="text"]:focus, .formPan input[type="email"]:focus, .formPan select:focus {
    color: #58595b;
    outline: none;
    border: 1px solid #005f4b;
    width: 100%;
  }

  .formPan select{
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    -ms-appearance: none;
    appearance: none !important;
    padding-right: 40px !important;
    background-image: url(https://psr.veeam.com/global/img/icon/arrow_select_00b336.png);
    background-position: 96% center;
    background-position: calc(100% - 18px) center;
    background-repeat: no-repeat;
    background-size: 14px;
  }

  .formPan select:focus{
    background-image: url('https://psr.veeam.com/global/img/icon/arrow_select_005f4b.png');
  }

  .formPan input[name="btn_submit"] {
    margin-top: 15px;
  }

  .formPan .normal_error_text {
    color: #ff0300;
  }

  @media screen and (max-width:799px){ 
    .formPan{
      width:60%;
      padding:50px 10%;
      margin:0 auto;
    }
    .formPan input[name="btn_submit"]{
      width: 180px;
    }
  }
  @media screen and (max-width:639px){
    .formPan{
      width:70%;
    } 
  }

/* *******************************************
                MENU - styles:
  ********************************************/
.langDropdown {
    font-family:'Guardian TextSans', Tahoma, sans-serif;
    color:#fff;
    font-size:18px;
    line-height:57px;
    text-align:center;
    float:right;
    margin:0 10px 10px 0;
    position: absolute;
    width:118px;
    top:190px;
    right:35px;
  }
  .langDropdown .selectedLang {
    /*border:1px solid #ccc;*/
    /*padding:2px;*/
    /*background:url(/sw/themes/40377/site_images/arrow.jpg) 187px 50% no-repeat;*/
    background:#005F4B url(/sw/swchannel/images/users/43375/Veeam/arrow1.gif) no-repeat 92% 50%;
    cursor:pointer;
    z-index:999;
  }
  .langDropdown .langList {
    /*border:1px solid #ccc;*/
    border-top:0;
    padding:0 10px;
    display:none;
    background-color:#005F4B;
  }
  .langDropdown .langList .langs {
    height:44px;
    line-height:44px;
    cursor:pointer;
    border-bottom: 2px dotted #004a39;
  } 
  .langDropdown .langList .langs:hover, .langDropdown .langList, .langDropdown .langList .activeLang, .activeLang  {
    background-color:#005F4B!important;
  }
  .langDropdown .langList .langs:hover{
      border-bottom: 2px solid #004a39;
  }
  
@media screen and (max-width:640px) {
.langDropdown {
    background-color:#005F4B;
    display:block;
    width:118px;
    height:42px;
    margin:6px 0 0 0;
    line-height:42px;
    font-size:16px;
  }
.langDropdown .langList .langs {
  height:40px;
  line-height:40px;
}
}

/*Menu Edits*/
ul.link li a {
    font-family: 'Guardian TextSans', Tahoma, sans-serif;
    font-size: 18px;
    line-height: 57px;
    color: #FFF;
    text-transform: uppercase;
    display: block;
    padding: 0 20px 0 20px;
    text-decoration: none;
    margin: 0 0 0 -20px;
}
ul.link li ul li {
    float: none;
    padding: 0;
    margin: 0;
    border: 1px solid #d5d6d8;
    background: #FFF;
    margin: 0 0 0 -20px!important;
}
ul.link li {
    float: left;
    position: relative;
    z-index: 9999999;
    padding: 0 10px 0 0px;
}
ul.link li ul li a {
    font-family: 'Guardian TextSans', Tahoma, sans-serif;
    font-size: 16px;
    line-height: 57px;
    color: #00b336;
    text-decoration: none;
    display: block;
    padding: 0 0 0 40px!important;
    height: 57px;
    background: none!important;
    text-transform: none;
}
.langDropdown {
    font-family: 'Guardian TextSans', Tahoma, sans-serif;
    color: #fff;/*
    font-size: 18px;
    line-height: 57px;*/
    text-align: center;
    float: right;
    margin: 0 -25px 10px 0!important;
    position: absolute;
    width: 118px;
    top: 190px;
    right: 35px;
}







/*
.syndicated {
  overflow: hidden;
}*/

.primarynavbg{
  width: 1180px;
  background-color: #005F4B;
  height: 57px;
  margin: 0 auto 25px auto;
  position:relative;
  top:-15px;
  z-index: 10000;
}
ul.link{
  list-style-type:none;
  padding:0;
  margin:0 0 0 20px;
}
ul.link li{
  float:left;
  position:relative;
  z-index:9999999;
}
ul.link li a{
  font-family: 'Guardian TextSans', Tahoma, sans-serif;
  font-size:18px;
  line-height:57px;
  color:#FFF;
  text-transform:uppercase;
  display:block;
  padding:0 20px 0 20px;
  text-decoration:none;
}
ul.link li a:hover{
  background-color:#004a39;
}

ul.link li:hover ul{
  display:block;
  }
ul.link li ul{
  position:absolute;
  left:0;
  top:57px;
  padding:0;
  margin:0;
  list-style-type:none;
  width:300px;
  display:none;
  }
ul.link li ul li{
  float:none;
  padding:0;
  margin:0;
  border:1px solid #cdcdcd;
  border-top: 0 none;
  background:#FFF;
  }
ul.link li ul li a{
  font-family: 'Guardian TextSans', Tahoma, sans-serif;
  font-size:16px;
  line-height:57px;
  color:#00b336;
  text-decoration:none;
  display:block;
  padding:0 0 0 20px;
  height:57px;
  background:none!important;
  text-transform:none;
  }
ul.link li ul li:hover ul{
  display:block;
  background:none;
  }

ul.link li ul li a:hover{
  color:#00b336!important;
  padding:0 0 0 20px;
  text-decoration:underline;
  background:none!important;
  }
.mainNavDrop ul{
  display:none;
}

@media screen and (max-width:1200px) {
.primarynavbg{
  width:98.3%;
}
}
@media screen and (max-width:1100px) {
.primarynavbg{
  width:98%;
}
}
@media screen and (max-width:965px) {
.primarynavbg{
  width:98%;
}
}
@media screen and (max-width:778px) {
.primarynavbg{
  width:97.5%;
}
}
@media screen and (max-width:641px) {
.primarynavbg{
  width:97%;
}
}
@media screen and (max-width:640px) {
/*.primarynavbg{
  width:97%;
}*/
.primarynavbg{
  background-color: #ffffff;
  margin:30px 0 0 10px;
  height:30px;
}
ul.link{
  display:none;
}

.mainNavDrop ul {
  font-size:16px;
  color:#58595b;
  background-color:#ffffff;
  display:block;
  list-style-type:none;
  padding:0;
  margin:0;
  width:192px;
  }
.mainNavDrop ul li {
  float:none;
  margin:0;
  position:relative;
  z-index:50;
  list-style-type:none;
  }
.mainNavDrop li a {
  font-family: 'Guardian TextSans', Tahoma, sans-serif;
  color:#00b336;
  padding:0 11px 0 11px;
  display:block;
  font-size:16px;
  line-height:57px;
  text-decoration:none;
  text-transform:uppercase;
  }
.mainNavDrop li ul {
  display:none;
  position:absolute;
  left:10px;
  top:30px;
  color:#58595b;
  width:295px;
  }
.mainNavDrop li ul li { 
  float:none;
  border-bottom:1px solid #CCC;
  border-right:1px solid #CCC;
  border-left:1px solid #CCC;
  }
.mainNavDrop li ul li a {
  display:block;
  }
.mainNavDrop li ul li a:hover {
  color:#00b336;
  background-color:#f7f7f7;
  } 
.mainNavDrop li:hover > ul {
  display:block !important;
  }

.langDropdown{
  line-height:40px;
  margin: 10px -25px 10px 0 !important;
}
}

.wrapper-dropdown-3 {
  position: relative;
  z-index: 99999999999999999999999999999;
}


/* **************************
        Button - green
*****************************/

a.green-button, a.red-button {
  padding: 10px 30px;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: 0;
  transition: background-color 0.2s ease 0s;
  display:inline-block;
  width:auto;
  line-height: 1.5;
  text-align: center;
 
}
a.green-button {
  background-color: #00b336;
}
a.green-button:hover {
  background-color: #019b2f;
  padding: 10px 30px;
  text-decoration:none;
   font-size: 16px;
}
a.red-button {
  background-color: #ba0200;
}
a.red-button:hover {
  background-color: #a50200;
  padding: 10px 30px;
  text-decoration:none;
   font-size: 16px;
}

@media screen and (max-width: 568px) {
  a.green-button, a.red-button, a.green-button:hover, a.red-button:hover {
    display: block;
    max-width: 270px;
    box-sizing: border-box;
    margin: 25px auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* *****************************
          icon - video
********************************/

.veeam-cloud .video-link {
  padding-left: 35px;
  background: url(https://go.veeam.com/rs/veeam/images/icon_video_green_24x20.png) no-repeat left center;
  min-height: 20px;
  line-height: 20px;
  display: block;
}


.veeam-cloud .pdf-link, .head-desc__content__text .pdf-link, .link-with-style.pdf-link {
  padding-left: 35px;
  background: url(https://go.veeam.com/rs/veeam/images/pdf_overview_icon_24_24.png) no-repeat 0% center;
  min-height: 24px;
  line-height: 24px;
  display: block;
}

.veeam-cloud .demo-link, .link-with-style.demo-link {
  padding-left: 35px;
  background: url(https://go.veeam.com/rs/veeam/images/icons_green_demo_24x24.png) no-repeat left center;
  min-height: 24px;
  line-height: 24px;
  display: block;
}

.veeam-cloud .wp-link, .link-with-style.wp-link {
  padding-left: 35px;
  background: url(https://go.veeam.com/rs/veeam/images/icons_green_document_24x24.png) no-repeat left center;
  min-height: 24px;
  line-height: 24px;
  display: block;
}

.head-desc__content__text .pdf-link {
  padding-left: 35px;
  background: url(https://go.veeam.com/rs/veeam/images/icons_green_document_24x24.png) no-repeat left center;
  min-height: 24px;
  line-height: 24px;
  display: block;
}

/* ************************************
            iframe
**************************************/
.veeam-cloud .video_block{
  float: right;
  width: 100%;
}

@media screen and (max-width: 710px){
  .veeam-cloud .pure-u-sm-8-24 {
    width: 100% !important;
  }
  .veeam-cloud .video_block{
    float: none;
  }
  .veeam-cloud .video_block iframe{
    display: block;
    height: 160px;
    margin: 0 auto;
    max-width: 300px;
  }
}


/* *************************** 
        HOME - ul
******************************/

.veeam-cloud ul {
      padding: 0;
    margin-bottom: 25px;
    list-style-type: square;
}

.veeam-cloud li {
    margin: 0 0 10px 35px;
}