@import "normalize.css";
.shadow {
    -moz-box-shadow: 0 0 0 #0d3a42;
    -webkit-box-shadow: 3px 3px 4px #0d3a42;
    box-shadow: 0 0 10px #0d3a42;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='@shadow')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='@shadow')
}

.shadow_big {
    -moz-box-shadow: 0 20px 40px #0d3a42;
    -webkit-box-shadow: 0 20px 40px #0d3a42;
    box-shadow: 0 20px 40px #0d3a42;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='@shadow')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='@shadow')
}

.box,
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.center {
    text-align: center !important
}

.grey img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale")
}

body,
html {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
    direction: rtl;
    font-family: Arial
}

* {
    word-wrap: break-word
}

:focus {
    outline: 0
}

a {
    cursor: pointer;
    text-decoration: underline;
    color: #999
}

a:hover {
    text-decoration: none;
    color: #999
}

textarea {
    resize: none
}

.left {
    float: left
}

.right {
    float: right
}

.none {
    display: none
}

h1 {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 25px;
    color: #343434;
    font-weight: 400;
    padding: 0
}

.main-container {
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
    height: 660px;
    position: relative
}

.footer-container,
.header {
    padding: 10px 0;
    padding-bottom: 0;
    text-align: left
}

.footer-container {
    position: absolute;
    bottom: 0;
    width: 80%;
    text-align: right
}

a.back_button {
    width: 25px;
    height: 25px;
    display: block;
    float: right;
    text-decoration: none;
    background: url(../images/back_arrow.png);
    margin-left: 10px
}

a.back_button:hover {
    background: url(../images/back_arrow_act.png);
    text-decoration: none
}

ul.options {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 315px;
    height: 400px;
    overflow-y: auto
}

ul.options li {
    font-size: 14px
}

ul.options li a,
ul.options li p {
    color: #898989;
    display: block;
    text-decoration: none;
    padding: 15px 35px 15px 43px;
    margin: 0
}

ul.options li a {
    background-image: url(../images/li_button.jpg);
    background-position: 10px center;
    background-repeat: no-repeat
}

ul.options li a:hover,
ul.options li p:hover,
ul.options li.selected a,
ul.options li.selected p {
    color: #010101;
    background-color: #9ebad8
}

ul.options li a:hover,
ul.options li.selected a {
    background-image: url(../images/li_button_act.jpg)
}

.left_block {
    float: left;
    width: 50%
}

.left_block .desc {
    display: none;
    text-align: center
}

.left_block .desc .image_div {
    position: relative
}

.left_block .desc .image_div .flah {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: 0;
    z-index: 5;
    background: green;
    background: rgba(114, 155, 198, .7);
    color: #fff;
    cursor: pointer
}

.left_block .desc .image_div .flah .text {
    display: block;
    padding: 20px;
    margin: 0
}

.left_block .desc img {
    max-height: 460px;
    max-width: 450px
}

.left_block .note {
    background: url(../images/warning.jpg) right center no-repeat;
    padding-right: 50px
}

.left_block .note .text {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    padding: 15px 0;
    display: block
}

.footer-container .strauss_logo {
    position: absolute;
    height: 90px;
    bottom: 0
}

.footer-container ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-container li {
    float: right;
    margin: 0;
    padding: 0 5px
}

.footer-container img {
    height: 50px
}

.tooltip_area {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=1);
    -moz-opacity: .01;
    -khtml-opacity: .01;
    opacity: .01;
    cursor: pointer
}

.device_side {
    height: 460px
}