.hidden {
    display: none !important;
}
.overflow-off {
    overflow: hidden !important;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  background: #fff !important;
}


body div{
    color:#252638 !important;
    
  }
a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
   scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

html, body {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 21px;
    color: #CCCDCF;

    min-width: 990px;
    background-color: #191D25;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1440px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.t-bold {
    font-weight: 600;
}
.lp-wrapper {
    display: block;
    position: relative;
}

.header {
    background: #161B23;
    height: 70px;
    display: flex;
    align-items: center;
  
}
.logo-link {
    display: flex;
  
    
    height: 50px;
    width: 225px;
    text-decoration: none;
    /* text-indent: -9999px; */
    align-items: center;
    padding-left: 40px;
    font-weight: 800;
}
.col-country {
    align-self: center;
    text-align: right;
}
.langdir-rtl .col-country {
    text-align: left;
}
.country-name {
    text-align: right;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: #ffffff;
}
.breadcrumbs-wrapper {
}
.breadcrumbs {
    display: block;
    font-size: 13px;
    line-height: 18px;
    list-style: none;
    color: #CCCCCC;
    padding: 0;
    margin: 30px 0;
}
.breadcrumbs-item {
    list-style: none;
    display: inline;
}
.breadcrumbs-divider {
    display: inline-block;
    margin: 0 3px;
}

.col-main {
    padding-right: 20px;
    flex: 1 0 683px;
    max-width: 683px;
}
.col-sidebar {
    position: relative;
    flex: 0 0 307px;
    max-width: 307px;
}
.sidebar {
    /*position: fixed;*/
    position: sticky;
    display: block;
    background-color: #21252E;
    border-radius: 2px;
    padding: 20px;
    top: 10px;
    margin-bottom: 40px;
}
.btn-wrapper {
    display: block;
    position: relative;
}
.lp-dbutton {
    background: #05C46B;
    border-radius: 2px;
    border: none;
    color: #ffffff;
    display: block;
    font-size: 16px;
    line-height: 24px;
    outline: none;
    padding: 9px 34px;
    position: relative;
    text-align: center;
    text-decoration: none;
}
.special-offer-links {
    display: block;
    font-size: 8px;
    line-height: 11px;
    margin: 10px 0px;
}
.special-offer-link {
    color: #03A86C;
    text-decoration: underline;
}
.special-offer-link + .special-offer-link {
    margin-left: 8px;
}
.product-info {
    display: block;
    position: relative;
    margin: 20px 0px;
    padding: 0;
    list-style: none;
}
.product-info-item {
    display: block;
    position: relative;
    padding: 0 0 0 34px;
    margin: 15px 0;
    font-size: 13px;
    line-height: 18px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 24px;
}
.product-info-item.product {
    background-image: url('../img/info/product.svg');
}
.product-info-item.downloads {
    background-image: url('../img/info/downloads.svg');
}
.product-info-item.lastupdate {
    background-image: url('../img/info/update.svg');
}
.product-info-item.dbsize {
    background-image: url('../img/info/size.svg');
}
.product-info-item.dev {
    background-image: url('../img/info/dev.svg');
}
.product-info-item.system {
    background-image: url('../img/info/sys.svg');
}
.product-info-item.trusted {
    background-image: url('../img/info/trusted.svg');
    padding-top: 2px;
    padding-bottom: 2px;
}
.product-info-item.screenshots {
    background-image: url('../img/info/screenshot.svg');
    padding-top: 2px;
}
.product-info-item.trustpilot-li {
    padding: 0;
}
.screenshots-wrapper {
    display: block;position: relative;
}
.screenshots-wrapper .item-main {
    margin-bottom: 10px;
}
.screenshots-wrapper .items {
    display: flex;
    /*justify-content: space-between;*/
    position: relative;
    /*width: 100%;*/
    margin-left: -5px;
    margin-right: -5px;
}
.screenshots-wrapper .item {
    flex: 0 1 calc(33% - 5px);
    position: relative;
    margin: 0 5px;
}
.screenshots-wrapper a {
    display: block;
    position: relative;
    outline: none;
    text-decoration: none;
}
.screenshots-wrapper a:hover {
    text-decoration: none;
}
.screenshots-wrapper a:before {
    content: '';
    display: block;
    background-image: url('../img/search.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    opacity: 0;
    transition: opacity 0.3s;
}
.screenshots-wrapper a:hover:before {
    content: '';
    display: block;
    background-image: url('../img/search.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
}
.btn-info {
    display: inline-block;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}
.lp-title {
    font-weight: normal;
    font-size: 36px;
    line-height: 49px;
    padding-left: 71px;
    padding-top: 4px;
    padding-bottom: 3px;
    margin-top: 0px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    max-width: 100%;
    position: relative;
}
/*.kw-windows.device-default .lp-title {*/
.design-default .lp-title {
    padding-left: 0px;
}
.subtitle {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}
.system-status {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 21px;
}
.system-status .base, .system-status .updated, .system-status .os {
    padding-left: 30px;
    background-position: left 1px;
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-bottom: 10px;
}
.system-status .base {
    background-image: url('../img/icon-1.svg');
}
.system-status .updated {
    background-image: url('../img/icon-2.svg');
}
.system-status .os {
    background-image: url('../img/icon-3.svg');
}
.offer-widget {
    background-color: #21252E;
    border-radius: 2px;
    padding: 15px 15px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.offer-widget-inner {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
}
.offer-widget .col {
    margin-left: 10px;
    margin-right: 10px;
}
.offer-widget .col-widget-l {

}
.offer-widget .col-widget-r {
    flex: 0 1 239px;
}
.offer-widget .offer-head {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}
.offer-widget .offer-text {
    font-size: 12px;
    line-height: 18px;
    position: relative;
    top: 9px;
}

.offer-widget .offer-text p + p {
    margin-top: 5px;
}

.text-wrapper {
    margin-top: 30px;
    margin-bottom: 40px;
}
.toc-wrapper {
    margin-top: 40px;
    margin-bottom: 50px;
}
.toc-title {
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.toc-item {
    font-size: 14px;
    line-height: 21px;
}
.toc-item + .toc-item {
    margin-top: 10px;
}
.toc-link {
    color: #03A86C;
    text-decoration: underline;
    outline: none;
}
.section {
    margin-top: 50px;
    margin-bottom: 50px;
}
.section-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    margin: 10px 0;
}
.section-content p {
    margin-bottom: 10px;
}
.steps {
    display: flex;
    width: 100%;
    position: relative;
    margin-top: 50px;
   
}
.steps .step {
    flex: 0 1 33%;
    padding-top: 106px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 139px auto;
    background: #F2F4F8;
}
.steps .step-1 {
    background-image: url('../img/step1.png');
}
.steps .step-2 {
    background-image: url('../img/step2.png');
}
.steps .step-3 {
    background-image: url('../img/step3.png');
}
.steps .step-title {
    text-align: center;
    color: #05C46B;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
}
.steps .step-text {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    padding-left: 6px;
    padding-right: 6px;
}
.devices {
    display: flex;
    flex-wrap: wrap;
}
.devices .device {
    padding-top: 73px;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    background-position: center 15px;
    background-repeat: no-repeat;
    flex: 0 1 25%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 18px;
}

.content-device-netbook .lp-title,
.content-device-laptop .lp-title,
.content-device-notebook .lp-title,
.devices .device-laptop {
    background-image: url('../img/devices/laptop.png');
}
.content-device-scanner .lp-title,
.devices .device-scanner {
    background-image: url('../img/devices/scanner.png');
}
.content-device-vga .lp-title,
.devices .device-vga {
    background-image: url('../img/devices/vga.png');
}
.content-device-videocard .lp-title,
.content-device-graphic .lp-title,
.content-device-video .lp-title,
.devices .device-graphic {
    background-image: url('../img/devices/graphic.png');
}
.content-device-wifi .lp-title,
.devices .device-wifi {
    background-image: url('../img/devices/wifi.png');
}
.content-device-audio .lp-title,
.content-device-sound .lp-title,
.devices .device-sound {
    background-image: url('../img/devices/sound.png');
}
.content-device-disk .lp-title,
.content-device-hdd .lp-title,
.devices .device-hdd {
    background-image: url('../img/devices/hdd.png');
}
.content-device-mouse .lp-title,
.devices .device-mouse {
    background-image: url('../img/devices/mouse.png');
}
.content-device-dvd .lp-title,
.content-device-cd .lp-title,
.content-device-blu-ray .lp-title,
.devices .device-blu-ray {
    background-image: url('../img/devices/blu-ray.png');
}
.content-device-printer .lp-title,
.devices .device-printer {
    background-image: url('../img/devices/printer.png');
}
.content-device-network .lp-title,
.devices .device-network {
    background-image: url('../img/devices/network.png');
}
.content-device-modem .lp-title,
.devices .device-modem {
    background-image: url('../img/devices/modem.png');
}
.content-device-bios .lp-title,
.devices .device-bios {
    background-image: url('../img/devices/bios.png');
}
.content-device-scsi .lp-title,
.devices .device-scsi {
    background-image: url('../img/devices/scsi.png');
}
.content-device-bluetooth .lp-title,
.devices .device-bluetooth {
    background-image: url('../img/devices/bluetooth.png');
}
.content-device-camera .lp-title,
.devices .device-camera {
    background-image: url('../img/devices/camera.png');
}
.content-device-cpu .lp-title,
.content-device-processor .lp-title,
.devices .device-cpu {
    background-image: url('../img/devices/cpu.png');
}
.content-device-monitor .lp-title,
.content-device-display .lp-title,
.content-device-monitor .lp-title,
.devices .device-monitor {
    background-image: url('../img/devices/monitor.png');
}
.content-device-webcam .lp-title,
.devices .device-webcam {
    background-image: url('../img/devices/webcam.png');
}

.brands {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    /*justify-content: space-between;*/
    justify-content: center;
    flex-direction: row;
}

.brands .brand {
    flex: 0 1 calc(25% - 20px);
    height: 100px;
    margin: 10px;
    position: relative;
    min-width: calc(25% - 20px);
}
.brands .brand .brand-logo {
    display: flex;
    position: relative;
    align-items: center;
    height: 100%;
    width: 100%;
}
.brands .brand img {
    margin-left: auto;
    margin-right: auto;
}
.lp-footer {

}
.footer-line {
    margin: 32px auto;
    color: #0D1C2A;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; 
    max-width: 1250px;
}
.sp {
    color: #808E9B;
    font-size: 10px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #808E9B;
}
.offer-widget .sp {
    margin-bottom: 15px;
}
.offer-widget .special-offer-links {
    margin: 8px 0 0 0;
    /*text-align: center;*/
}
.fr-ui-outside .fr-position-outside {
    display: none;
}
.modal-wrapper {
    display: none;
    background: rgba(0, 0, 0, 0.9);
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.modal-wrapper.visible {
    display: flex;
    opacity: 1;
    visibility: visible;
}
.modal-inner {
    position: relative;
    width: 100%;
}
.modal-content {
    position: relative;
    width: 100%;
    display: flex;
    max-width: 836px;
    margin-left: auto;
    margin-right: auto;
}
.modal-close {
    width: 24px;
    height: 24px;
    display: block;
    outline: none;
    background-image: url('../img/close-outline.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 10px;
    right: 10px;
    text-indent: -9999px;
}
.trusted-content {
    display: flex;
    max-width: 836px;
    margin-left: auto;
    margin-right: auto;
    background-color: #21252E;
    border-radius: 2px;
    padding: 30px 10px;
    position: relative;
    width: 100%;
}
.trusted-content p {
    margin: 10px 0;
}
.trusted-content .col {
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
    position: relative;
}
.trusted-content .col-1 {
    flex: 0 1 27.34%;
    align-self: center;
    max-width: 27.34%;
}
.trusted-content .col-2 {
    
}
.limitations-item {
    color: #81858E;
    font-size: 13px;
    text-align: justify;
    margin-top: 10px;
}

.lang-he .col-main {
    padding-right: 0px;
    padding-left: 20px;
}
.lang-he .system-status .base,
.lang-he .system-status .updated,
.lang-he .system-status .os {
    padding-left: 0;
    padding-right: 30px;
    background-position: right 1px;
}
.lang-he .product-info-item {
    background-position: right top;
    padding-left: 0;
    padding-right: 34px;
}

/*** DOWNLOAD PAGE ************************************************************/

.lp-wrapper.downloadpage .lp-content {
    padding-top: 60px;
}
.lp-wrapper.downloadpage .lp-title {
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    letter-spacing: -0.01em;
    margin: 0 0 20px 0;
}
.lp-wrapper.downloadpage .lp-subtitle {
    color: #CCCDCF;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin: 0 0 40px 0;
}
.lp-wrapper.downloadpage .row-instructions {
    margin-bottom: 40px;
}
.lp-wrapper.downloadpage .step {

}
.lp-wrapper.downloadpage .step + .step {
    margin-left: 20px;
}
.lp-wrapper.downloadpage .step-inner {
    background: #F2F4F8;
    /* background: #F2F4F8; */
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}
.lp-wrapper.downloadpage .step-head {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.lp-wrapper.downloadpage .step-number {
    margin-right: 10px;
}
.lp-wrapper.downloadpage .step-number-inner {
    text-align: center;
    background: #1F7CFF;
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.18), inset -2px -2px 3px rgba(0, 0, 0, 0.22);
    border-radius: 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    color: #ffffff !important;
}
.lp-wrapper.downloadpage .step-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;
}

.lp-wrapper.downloadpage .step-img {
    /* background: -webkit-gradient(linear, left top, left bottom, from(#21252E), to(#30343D));
    background: -o-linear-gradient(top, #21252E 0%, #30343D 100%);
    background: linear-gradient(180deg, #21252E 0%, #30343D 100%); */
    height: 294px;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    position: relative;
    justify-content: center;
}
.lp-wrapper.downloadpage .img-folder {
    width: 52px;
    height: 40px;
    margin: 0px auto 18px auto;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='52' height='40' viewBox='0 0 52 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3.24284C0 1.45187 1.47349 0 3.29114 0H14.7244C15.4014 0 16.0406 0.308011 16.4563 0.834618L18.2104 3.05679C18.6261 3.58339 19.2652 3.8914 19.9423 3.8914H48.7089C50.5265 3.8914 52 5.34327 52 7.13424V32.2122C52 33.048 51.3124 33.7255 50.4641 33.7255H1.53587C0.687631 33.7255 0 33.048 0 32.2122V3.24284Z' fill='%23BFD5FF'/%3E%3Cpath d='M0 11.1306C0 9.315 1.47349 7.84314 3.29114 7.84314H48.7089C50.5265 7.84314 52 9.315 52 11.1306V38.4658C52 39.3131 51.3124 40 50.4641 40H1.53587C0.687632 40 0 39.3131 0 38.4658V11.1306Z' fill='%232E6ADE'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26 33.7255C31.4391 33.7255 35.8485 29.3361 35.8485 23.9216C35.8485 18.507 31.4391 14.1176 26 14.1176C20.5608 14.1176 16.1515 18.507 16.1515 23.9216C16.1515 29.3361 20.5608 33.7255 26 33.7255ZM23.6552 18.413H28.345V24.0152H31.4402L26.0001 30.5512L20.56 24.0152H23.6552V18.413Z' fill='white'/%3E%3C/svg%3E%0A");
}
.lp-wrapper.downloadpage .img-loader {
    position: relative;
}
.lp-wrapper.downloadpage .step-img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 80%;
    position: relative;
    height: auto;
}
.lp-wrapper.downloadpage .step-bottom {
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
}
.lp-wrapper.downloadpage .lp-download-text {
    text-align: center;
    margin-bottom: 40px;
}
.lp-wrapper.downloadpage .lp-download-text-main {
    color:#0D1C2A;
text-align: center;

font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 105%; 
    margin-bottom: 10px;
    color: #000;
}
.lp-wrapper.downloadpage .lp-dlink {
    color: #2F6EED;
    text-transform: uppercase;
    text-decoration: none;
}
.lp-wrapper.downloadpage .lp-dlink:hover {
    color: #4884fc;
    text-decoration: underline;
}
.lp-wrapper.downloadpage .lp-download-text-info {
    text-align: center;
    font-weight: normal;
    max-width: 780px;
    margin: auto;
    line-height: 1.4em;
    color:  #0D1C2A;

font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 120%;
}
.lp-wrapper.downloadpage .lp-download-text-info a {
    font-weight: normal;
    font-size: 20px;
    line-height: 1.4em;
    color:  #0D1C2A;
    font-weight: 600;
    text-decoration: underline;
}
.lp-wrapper.downloadpage .lp-download-text-info a:hover {
    color: #CCCDCF;
    text-decoration: none;
}
.lp-wrapper.downloadpage .lp-limitations {
    
    margin-top: 40px;
    margin-bottom: 40px;
    background: #ffffff;
    border-radius: 10px;
    text-align: center;
    line-height: 140%;
    border-radius: 12px;
background: #EBF5FF;
padding:24px 32px;
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 16px auto;

    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    max-width: 1250px;
    line-height: 120%;
    margin: 40px auto;
    margin-bottom: 0;
}

.lp-wrapper.downloadpage .lp-footer {
   
}
.lp-av {
    margin-bottom: 20px;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
}
.lp-av .col {
    background: #252638;
    border-radius: 10px;
    padding: 36px 67px;
}
.col .text{
    color:#fff !important;
    text-align: center;
    color:  #FFF;
text-align: center;

font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 120%; 
margin-bottom: 33px;;
}

.lp-av .col + .col {
    margin-left: 20px;
}
.lp-av .text {
    margin-bottom: 20px;
}
.lp-av .av-logos {
   display: grid;
   grid-template-columns: repeat(3, 33%);
   gap:16px;
}
.lp-av .av-logos img {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    margin: auto;
    
}
.d-overflow {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(25, 29, 37, 0.5);
    height: 100%;
    width: 100%;
    z-index: 5000;
}
.d-overflow .d-close {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 40px;
    transform-origin: 50% 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.39052 4.39052C4.91122 3.86983 5.75544 3.86983 6.27614 4.39052L16 14.1144L25.7239 4.39052C26.2446 3.86983 27.0888 3.86983 27.6095 4.39052C28.1302 4.91122 28.1302 5.75544 27.6095 6.27614L17.8856 16L27.6095 25.7239C28.1302 26.2446 28.1302 27.0888 27.6095 27.6095C27.0888 28.1302 26.2446 28.1302 25.7239 27.6095L16 17.8856L6.27614 27.6095C5.75544 28.1302 4.91122 28.1302 4.39052 27.6095C3.86983 27.0888 3.86983 26.2446 4.39052 25.7239L14.1144 16L4.39052 6.27614C3.86983 5.75544 3.86983 4.91122 4.39052 4.39052Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transform: translate(0px, -80px);
    transition: transform 0.5s;
}
.d-overflow.chrome .d-close {
    right: 40px;
}
.d-overflow.firefox .d-close,
.d-overflow.opera .d-close,
.d-overflow.edge .d-close {
    left: 40px;
}
.d-overflow.active .d-close {
    transform: translate(0px, 0px);
}
.d-overflow.active .d-close:hover {
    transform: rotateZ(90deg);
}
.d-overflow .d-arrow {
    width: 118px;
    height: 209px;
    background-repeat: no-repeat;
    background-position: center top;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    display: flex;
    align-items: center;
    text-align: center;
    font-weight: 800;
    color:#fff;
}
.d-overflow.chrome .d-arrow {
    background-image: url('../assets/download/arrow-d.png');
    padding-top: 76px;
    padding-bottom: 55px;
    left: 60px;
    bottom: 60px;
}
.d-overflow.firefox .d-arrow,
.d-overflow.opera .d-arrow,
.d-overflow.edge .d-arrow {
    background-image: url('../img/download/arrow-u.png');
    padding-bottom: 76px;
    padding-top: 55px;
}
.d-overflow.firefox .d-arrow {
    right: 20px;
    top: 20px;
}
.d-overflow.opera .d-arrow {
    right: 20px;
    top: 130px;
}
.d-overflow.edge .d-arrow {
    right: 120px;
    top: 140px;
}
.d-overflow .d-arrow .d-arrow-text {
    position: relative;
    color: #FFFFFF;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}
.d-overflow.chrome.active .d-arrow {
    -webkit-animation: bounce-in-top 2.1s both;
            animation: bounce-in-top 2.1s both;
}
.d-overflow.opera.active .d-arrow,
.d-overflow.firefox.active .d-arrow,
.d-overflow.edge.active .d-arrow {
    -webkit-animation: bounce-in-bottom 2.1s both;
            animation: bounce-in-bottom 2.1s both;
}
@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@-webkit-keyframes bounce-in-bottom {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(65px);
            transform: translateY(65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(28px);
            transform: translateY(28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-bottom {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(65px);
            transform: translateY(65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(28px);
            transform: translateY(28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

.logo-ms-silver {
    background-image: url('../img/logo-ms-silver-v2.svg');
    cursor: default;
    display: block;
    margin: 0 auto 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: auto;
    padding-top: 16.4794%;
}

.breadcrumbs-wrapper .col {
    position: relative;
}
.offer-widget-inner {
    flex-direction: column;
    align-items: start;
}
.offer-widget .col-widget-r {
    flex: none;
    margin-top: 18px;
}
.offer-widget {
    padding: 0;
    background-color: transparent;
}
.offer-widget .col {
    margin-left: 0;
    width: 440px;
}
.offer-widget .special-offer-links {
    /*text-align: left;*/
    color: #808E9B;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
    margin-top: 15px;
}
.offer-widget .special-offer-links a {
    color: #808E9B;
    margin-right: 15px;
}
.special-offer-link + .special-offer-link{
    margin-left: 0;
}
.logo-ms-silver {
    background-image: url('../img/logo-ms-silver-v2.svg');
    cursor: default;
    display: block;
    margin: 0 auto 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 121px;
    padding-top: 16.4794%;
}
.trustpilot-logo {
    cursor: default;
    background-size: 181px 93px;
    background-image: url('../img/trustpilot.svg');
    width: 181px;
    height: 93px;
    display: block;
    margin: 0 auto 20px;
}
.lp-wrapper.downloadpage .lp-title {
    padding-left: 0;
    padding-right: 0;
}
.lang-he .lp-wrapper.downloadpage .step + .step {
    margin-right: 20px;
    margin-left: 0;
}
.lang-he .lp-wrapper.downloadpage .step-number {
    margin-right: 0;
    margin-left: 10px;
}
.lang-he .lp-wrapper.downloadpage .lp-limitations {
    padding: 20px 51px 20px 20px;
    background-position: right 20px center;
}
.lang-he .lp-av .col + .col {
    margin-left: 0px;
    margin-right: 20px;
}

.offer-widget .special-offer-links a {
    margin-right: 7px;
    margin-left: 7px;
}
.offer-widget .special-offer-links {
    margin-left: -7px;
    margin-right: -7px;
}
.footer {
    background: #101319;
}
.footer-content {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    margin-top: 67px;
    justify-content: space-between;
}
.footer-left {
    padding: 42px 0;
    display: flex;
    flex-direction: column;
    
}
.footer-left-title {
    color:  #FFF;
margin-bottom: 32px;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 105%;
max-width: 467px;
}
.footer-left-btn {
    color:  #FFF;

font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 120%; 
padding: 20px;
max-width: 252px;
width: 100%;
text-align: center;
border-radius: 8px;
background: #61B133;
text-decoration: none;
cursor: pointer;
margin-bottom: 12px;
}
.footer-left-btn:hover{
    opacity: 0.8;
}

.footer-left-info {
    color: rgba(255, 255, 255, 0.60);
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 150%;
}
.footer-right {
    position: relative;
    width: 504px;
}
.footer-right img{
    position: absolute;
    top:-67px;
    left: 0;
    width: 100%;
}
.post-footer {
    background: #161B23;
    padding: 23px 0;
}
.post-footer-content {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    display: flex;
  
    justify-content: space-between;
    align-items: center;
}
.post-footer-links {
    display: flex;
    gap:15px;
}
.post-footer-link {
    color:  #FFF;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 18px; 
text-decoration: none;
cursor: pointer;
}
.post-footer-link:hover{
    opacity: 0.9;

}
.post-footer-info {
    color:  #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; 
}
