* {
    margin: 0;
    padding: 0;
}
/*html {
	height: 100%;
	overflow: hidden;
}*/
body {
    position: relative;
    height: 100%;
    background: #E5E5E5 linear-gradient(180deg, #F5F5F5 0%, #F6F6F6 100%);
    font-family: sans-serif !important;
    color: #000000 !important;
    overflow: auto;
    min-width: 920px;
    width: 100%;
}
.clear {
    clear: both;
}
section {
    height: 100%;
}

section.container {
    max-width: 100% !important;
    padding: 0 120px;
}

section.container .top {
    padding-top: 20px;
    padding-bottom: 25px;
    position: relative;
}
section #wm-logo {
    display: inline-block;
}
section.container .top .logo {
    width: 275px;
    height: 55px;
    background: url(./logo.png) center center no-repeat;
}

section.container .top .hotline-phone {
    background: url(./img-hotline-phone.png) 0 0 no-repeat transparent;
    height: 57px;
    position: absolute;
    top: 11px;
    right: 60px;
    width: 268px;
}

section.container .page {
    min-height: 80%;
    padding: 1.5em;
    padding-bottom: 65px;
    border-right: none;
    background: #FFF;
}

section.container .footer {
    padding: 20px 20px 50px 20px;
}

section.container .footer p{
    color: #333;
    font-size: 0.7em;
    line-height: 1.5em;
    margin-bottom: 10px;
}

section.container .footer .menu {
    font-size: 0.7em;
    margin: 20px 0 ;
}

section.container .footer .menu ul {
    list-style: none;
}

section.container .footer .menu ul li {
    float: left;
    margin: 0 20px 0 0;
}

section.container .footer .menu li a {
    text-decoration: none;
    color: #0645ad;
}
section.container .footer .menu li a:visited {
    color: #0b0080;
}
section.container .footer .menu li a:hover {
    text-decoration: underline;
}

.popup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 1px;
    height: 1px;
    z-index: 9990;
    background: rgba(0,0,0,0.5);
    overflow: visible;
}
.popup .browser-modal {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.bl-img {
    display: block;
    max-width: 100%;
    margin: 16px 0;
}

.image-preview {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1;
}

.image-preview .image-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.image-preview .image-container img{
    display: block;
    max-width: 100vw;
    max-height: 100vh;
}

.image-preview .image-container .caption{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 35px;
    text-align: center;
    line-height: 1.5em;
    color: white;
    background: rgba(0, 0, 0, 0.6);
}


#gaFrame {
    width: 1px;
    height: 1px;
    border: none;
    background: none;
    position: absolute;
    left: -9000px;
    bottom: 0px;
}

.index-img {
    width: 573px;
    height: 335px;
    background: url('../img/top.jpg') center top no-repeat;
    margin: 20px auto 20px auto;
    position: relative;
    padding-left: 553px;
    padding-top: 115px;
}
.index-img .button {
    display: block;
    text-indent: inherit;
    width: 290px;
    height: 72px;
    line-height: 72px;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
    background: url('../img/orange-button.png') top left no-repeat;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}
.index-img .button:hover {
    background-position: 0px -77px;
}
.index-img .button:active {
    background-position: 0px -154px;
}
.index-img .title {
    padding-left: 100px;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}
.index-img .title strong {
    line-height: 48px;
    font-size: 48px;
    display: block;
}
.index-img .text {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
}

/* from outbyte.com/blog/ */
code, kbd, pre, samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em;
}
kbd {
    padding: .2rem .4rem;
    font-size: 100%;
    border-radius: 3px;
    background-color: #0a6cde;
    color: #fff;
}
code {
    display: block;
    font-size: 100%;
    color: #333333;
    background-color: #f9f9f9;
    border: 1px solid #dfe3ea;
    border-radius: 2px;
    padding: 0 16px;
    margin: 1em 0;
}
code.inline {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 4px;
    padding-right: 4px;
}
/* // from outbyte.com/blog/ */

/*ms*/
.lang-ms article .block.infobox.instruction li .text {
    padding-left: 74px;
}

/*he*/
.lang-he section.container .page,
.lang-he section.container .footer {
    direction: rtl;
}
.lang-he article .block.infobox.instruction li .text {
    padding-left: 0;
    padding-right: 55px;
}

/*ar*/
.lang-ar section.container .page,
.lang-ar section.container .footer {
    direction: rtl;
}
.lang-ar article .block.infobox.instruction li .text {
    padding-left: 0;
    padding-right: 55px;
}

/*it*/
.lang-it article .block.infobox.instruction li .text {
    padding-left: 84px;
}

.specialoffer-label {
    display: block;
    text-align: right;
    color: #666;
    font-size: 8px;
    line-height: 15px;
    margin: 0px 0px 5px 0px;
    text-transform: uppercase;
}

.widget-trustpilot {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 100%;
}
.widget-trustpilot.position-top {
    margin-bottom: 20px;
}
.widget-trustpilot .tp-link {
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    cursor: default;
    text-decoration: none;
    outline: none;
    display: inline-block;
    text-align: center;
}
.widget-trustpilot .tp-logo {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    outline: none;
    border: none;
}
