a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline
}
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
body {
	margin: 0;
	line-height: 1.231;
	background-color: #fff;
	font-family: 'almoni-neue', sans-serif;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
	max-width: 100%;
	width: 100%
}
embed, img, object {
	max-width: 100%;
	width: 100%
}
.ie6 img {
	width: 100%
}
img.floatIMG {
	float: left;
	padding-right: 1em
}
.button_overlay {
	-webkit-animation: color-change 2s infinite;
	-moz-animation: color-change 2s infinite;
	-o-animation: color-change 2s infinite;
	-ms-animation: color-change 2s infinite;
	animation: color-change 2s infinite
}
@keyframes color-change {
0% {
background-color:#8c1e25
}
50% {
background-color:#d31f26
}
100% {
background-color:#8c1e25
}
}
@-webkit-keyframes color-change {
0% {
background-color:#8c1e25
}
50% {
background-color:#d31f26
}
100% {
background-color:#8c1e25
}
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	height: 18px;
	width: 18px;
	text-decoration: none;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	background-color: #fff
}
input[type="checkbox:focus"] {
	box-sizing: border-box;
	height: 18px;
	width: 18px;
	text-decoration: none;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	background-color: #fff
}
input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
input {
	width: 100%;
	float: right;
	padding-right: 0;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	overflow: visible;
	text-align: right;
	direction: rtl;
	font-size: 17px;
	line-height: 2.4em;
	box-sizing: border-box;
	display: inline-block;
	font-family: Assistant, sans-serif
}
input:hover {
	color: #9fa4c4!important
}
:focus {
	outline: 0;
	text-decoration: none
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
opacity:1
}
textarea {
	overflow: auto;
	vertical-align: top;
	font-size: 17px;
	font-weight: 400;
	width: 100%;
	margin: 0;
	padding-right: 0;
	padding-left: 0;
	display: inline-block;
	float: right;
	text-align: right;
	transition: .3s all;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-o-transition: .3s all;
	direction: ltr;
	line-height: 2.5em;
	box-sizing: border-box;
	display: inline-block;
	font-family: Assistant, sans-serif
}
textarea:hover {
	color: #9fa4c4!important
}
.fs_left {
	text-align: left
}
.fs_right {
	text-align: right
}
.fs_center {
	text-align: center
}
.fs_regular {
	font-weight: 400
}
.fs_light {
	font-weight: 300
}
.fs_bold {
	font-weight: 700
}
.fs_ex_bold {
	font-weight: 900
}
.fs_black {
	color: #000
}
.fs_white {
	color: #fff
}
.fs_orange {
	color: #8c1e25
}
.fs_red {
	color: #8c1e25
}
.fs_blue {
	color: #0b6cb6
}
.fs_blue {
	color: #0b6cb6
}
.fs_grey {
	color: #333
}
.fs_tzar {
	font-family: almoni-neue-tzar
}
.fs_shadow_container {
	box-shadow: 0 0 24px 0 rgba(32,47,57,.1)
}
.fsTransition {
	transition: .2s all;
	-webkit-transition: .2s all;
	-moz-transition: .2s all;
	-o-transition: .2s all
}
.fsTransition_fast {
	transition: .1s all;
	-webkit-transition: .1s all;
	-moz-transition: .1s all;
	-o-transition: .1s all
}
.fsShadow {
	-webkit-box-shadow: 0 2px 7px -1px rgba(214,214,214,.5);
	-moz-box-shadow: 0 2px 7px -1px rgba(214,214,214,.5);
	box-shadow: 0 2px 7px -1px rgba(214,214,214,.5)
}
.fsBorderRadius {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}
.fsBorderRadiusBig {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px
}
.fsBorderRadius50 {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.overlay {
	background-color: rgba(231,102,127,.95)
}
.sectionActive {
	
}
.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 70px
}
.contact_home_form #contactName {
	background-position: calc(100% - 7px) center;
	float: right;
	width: 100%;
	background-image: url(../images/System/contact_form/c_icon_3.png);
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding-right: 40px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}
.contact_home_form #name1:focus {
	background-image: url(../images/System/contact_form/c_icon_3_hover.png);
	color: #9fa4c4
}
.contact_home_form #contactPhone {
	background-position: calc(100% - 7px) center;
	float: right;
	width: 100%;
	background-image: url(../images/System/contact_form/c_icon_4.png);
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding-right: 40px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}
.contact_home_form #contactPhone:focus {
	background-image: url(../images/System/contact_form/c_icon_4_hover.png);
	color: #9fa4c4
}
.contact_home_form #contactMail {
	background-position: calc(100% - 7px) center;
	float: right;
	width: 100%;
	background-image: url(../images/System/contact_form/c_icon_2.png);
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding-right: 40px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}
.contact_home_form #contactMail:focus {
	background-image: url(../images/System/contact_form/c_icon_2_hover.png);
	color: #9fa4c4
}
.contact_home_form #contactComments {
	background-position: calc(100% - 7px) 10px;
	float: right;
	width: 100%;
	background-image: url(../images/System/contact_form/c_icon_1.png);
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding-right: 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px
}
.contact_home_form #contactComments:focus {
	background-image: url(../images/System/contact_form/c_icon_1_hover.png);
	color: #9fa4c4
}
.footer_form_btn {
	color: #fff!important;
	background-color: #0f11fa;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}
.footer_form_btn:hover {
	color: #fff!important;
	background-color: #414674
}
.footer_form_btn:focus {
	color: #fff!important;
	background-color: #414674
}
.about_sub_title {
	direction: rtl
}
.footer_info a {
	text-decoration: none;
	color: #7f87b2
}
.footer_form_inside {
	float: right;
	width: 100%
}
.slideshow_caption_btn {
	float: right;
	font-weight: 400;
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding-left: 20px;
	padding-right: 40px;
	padding-top: 9px;
	padding-bottom: 9px;
	position: relative;
	background-position: calc(100% - 5px) center;
	background-size:28px;
	background-image: url(../images/System/header_phone.png);
	background-repeat: no-repeat;
	background-color: #8c1e25;
}
.slideshow_caption_btn:hover {
	color: #fff;
	background-color: #545454
}
.slideshow_caption_btn i {
	margin-left: 0;
	padding-left: 0
}
.web_btn {
	width: 100%;
	float: none;
	font-size: 19px;
	font-weight: 400;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 9px;
	padding-bottom: 12px;
	margin-left: 10px;
	cursor: pointer;
	direction: rtl;
	box-sizing: border-box;
	color: #fff;
	background-color: #31b6c5;
	text-decoration: none
}
.web_btn:hover {
	color: #fff;
	background-color: #324386
}
.slideshow_arrow_down {
	width: 76px;
	height: 35px;
	left: calc(50% - 37px);
	right: calc(50% - 37px);
	bottom: 4%;
	position: absolute;
	display: block;
	z-index: 100000000000000!important
}
.slideshow_arrow_down_image {
	width: 100%;
	height: 36px;
	position: absolute;
	cursor: pointer;
	z-index: 999;
	background-image: url(../images/System/slide_arrow_down.png);
	background-repeat: no-repeat;
	background-position: center top;
	transition: .3s all;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-o-transition: .3s all
}
.itemZoomOut img {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	display: inline-block;
	width: 100%;
	max-width: 100%
}
.itemZoomOut .item_copmany:hover img {
	opacity: 1;
	transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transition: background-color all .2s ease-out;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	width: 100%;
	max-width: 100%
}
.itemZoomOut .item_copmany:hover img {
	opacity: 1;
	transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transition: background-color all .2s ease-out;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	width: 100%;
	max-width: 100%
}
.web_pages_form_field input {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-right: 7px
}
.web_page_btn:hover {
	color: #fff;
	background-color: #324386
}
.web_page_btn:focus {
	color: #fff;
	background-color: #324386
}
.trade_in_btn:hover {
	color: #fff;
	background-color: #324386
}
.trade_in_btn:focus {
	color: #fff;
	background-color: #324386
}
.navigation_home {
	width: 20px;
	float: right
}
.navigation_link {
	width: auto;
	float: right;
	line-height: 1.1em
}
.navigation_link:hover {
	color: #324386
}
.navigation_sep {
	width: 10px;
	float: right;
	margin-right: 10px;
	margin-left: 10px
}
article, aside, details, figcaption, figure, footer, hgroup, nav, section {
	display: block
}
audio, canvas, video {
	display: inline-block
}
audio:not([controls]) {
	display: none
}
[hidden] {
display:none
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: 700
}
blockquote {
	font-size: 16px;
	font-weight: 400;
	color: #604c42;
	text-align: right;
	float: right;
	width: 100%;
	margin-bottom: 40px;
	line-height: 1.7em;
	letter-spacing: 1.3px;
	direction: ltr
}
dfn {
	font-style: italic
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}
ins {
	background: #ff9;
	color: #000;
	text-decoration: none
}
mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: 700
}
code, kbd, pre, samp {
	font-size: 1em
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}
q {
	quotes: none
}
q:after, q:before {
	content: "";
	content: none
}
small {
	font-size: 85%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
dd {
	margin: 0 0 0 40px
}
nav ol, nav ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 0
}
form {
	margin: 0
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0
}
input:invalid, textarea:invalid {
background-color:#f0dddd
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
td {
	vertical-align: top
}
.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr
}
.ir br {
	display: none
}
.hidden {
	display: none!important;
	visibility: hidden
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}
.invisible {
	visibility: hidden
}
.clearfix:after, .clearfix:before {
	content: "";
	display: table
}
.clearfix:after {
	clear: both
}
.clearfix {
	zoom: 1
}
@media print {
* {
	background: 0 0!important;
	color: #000!important;
	text-shadow: none!important;
	filter: none!important;
	-ms-filter: none!important
}
a, a:visited {
	text-decoration: underline
}
a, a:active {
	text-decoration: underline;
	color: #000
}
a[href]:after {
	content: " (" attr(href) ")"
}
abbr[title]:after {
	content: " (" attr(title) ")"
}
.ir a:after, a[href^="#"]:after, a[href^="javascript:"]:after {
	content: ""
}
blockquote, pre {
	border: 1px solid #999;
	page-break-inside: avoid
}
thead {
	display: table-header-group
}
img, tr {
	page-break-inside: avoid
}
img {
	max-width: 100%!important
}
@page {
margin:.5cm
}
h2, h3, p {
	orphans: 3;
	widows: 3
}
h2, h3 {
	page-break-after: avoid
}
}
label {
	cursor: pointer
}
legend {
	border: 0;
	margin-left: -7px;
	padding: 0
}
select {
	direction: ltr;
	font-size: 16px;
	font-weight: 400;
	padding-top: 12px;
	padding-bottom: 12px;
	width: 100%
}
table button, table input {
	overflow: auto
}
button, input[type=button], input[type=reset], input[type=submit] {
	cursor: pointer;
	-webkit-appearance: button
}
@keyframes floating {
0% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
50% {
-webkit-transform:translateY(30%);
transform:translateY(30%)
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@-webkit-keyframes floating {
0% {
-webkit-transform:translateY(0)
}
50% {
-webkit-transform:translateY(30%)
}
100% {
-webkit-transform:translateY(0)
}
}
