@charset "utf-8";
@font-face {
    font-family: 'PermianSerifTypeface';
    src: url('../fonts/permianseriftypeface-webfont.eot');
    src: url('../fonts/permianseriftypeface-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/permianseriftypeface-webfont.woff') format('woff'),
         url('../fonts/permianseriftypeface-webfont.ttf') format('truetype'),
         url('../fonts/permianseriftypeface-webfont.svg#PermianSerifTypefaceRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansLightRegular';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opensans-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Swiss_721';
    src: url('../fonts/Swiss_721_Cyrillic_BT.eot');
    src: url('../fonts/Swiss_721_Cyrillic_BT.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Swiss_721_Cyrillic_BT.woff') format('woff'),
         url('../fonts/Swiss_721_Cyrillic_BT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Swiss_721_roman';
    src: url('../fonts/Swis721Cyrillic_BT_Roman.eot');
    src: url('../fonts/Swis721Cyrillic_BT_Roman.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Swis721Cyrillic_BT_Roman.woff') format('woff'),
         url('../fonts/Swis721Cyrillic_BT_Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
html, body, #wrapper
{
    height: 100%;
}

html
{
    color: #000; 	
	font-family: 'Fira Sans', sans-serif;
	background: #f7f7f7;
	-webkit-text-size-adjust: none;
}

*{
    margin: 0;
    padding: 0;
}

fieldset,img { 
	border:0;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {	
	font-weight:normal;
}
section:{
	display: block;
}
ul, li
{
    margin: 0;
    list-style: none;
}

ol, li
{
    padding: 0 0 5px;
}
img
{
    border: none;
}

a
{
    text-decoration: underline; 	
    font-size: 9.7pt;
    color: #4f89c2;
}

a:hover
{
    text-decoration: none;
}

a, input
{
	outline: none;
}


body
{       
    color: #303a41;
    line-height: 100%;
	font-size: 1em;
}

h1, h2, h3, span.h1
{
    color: #1c4b92;
    padding: 0 0 5px;	
}

span.h1
{
	display: block;
	cursor: default;
	margin-left: 10px;
}
h1::first-letter, h2::first-letter, h3::first-letter, span.h1::first-letter, .pushy a::first-letter, .customH1Title::first-letter
{
	color: #d32c33;	
}
h1, span.h1
{
	font-size: 15.5pt;
    line-height: 23px;
    padding: 15px 0;
    text-align: left;
    word-spacing: 3px;
}

h1.for_users
{
    font-size: 23px;	
}

h2
{
    font-size: 13.5pt;
    line-height: 21px;    
    letter-spacing: -1px;
    padding: 0 0 11px;
}

h3
{
	font-size: 15px;
    line-height: 21px;
    margin-bottom: 5px;
    color: #404040;    
    padding-top: 5px;
}

table
{
	border-collapse: collapse;
}

#wrapper
{
    width: 100%;
    min-width: 990px;
    margin: auto;
}

#main
{
    min-height: 100%;
    margin: 0 0 -82px;    
}
#all
{
    padding: 0 0 82px;
    overflow: hidden;
}

#center
{	
    width: 100%;
	margin: auto;
    overflow: hidden;	
}

.fantik_preh
{
	width: 100%;	
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */	
    border-bottom: 1px solid #d2d2d2;   
}

#preheader
{
    width: 972px;
	margin: auto;
	padding: 0 14px;
	overflow: hidden;
	margin: auto auto 1px;
	/*color: #404041;*/
	color: #303a41;
		
	height: 60px;
	
	

	
	
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
}

.hf
{
	background: url("/images/fon_1.jpg") no-repeat scroll 50% -77px transparent;
}

#header
{
	width: 990px;
	margin: 25px auto 0;	
	overflow: hidden;
	color: #404041;
	background: url("/images/header_bg_new.jpg") no-repeat scroll 0 0 #fff;
	height: 225px;
	position: relative;
	box-shadow: 0px 0px 4px -3px #000000;
	font-family: 'Fira Sans', sans-serif;
}

#logo
{
	display: block;
	width: 206px;
	height: 36px;
	float: left;
	padding: 7px 0 0;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	font-family: 'PermianSerifTypeface';
	font-size: 22px;
	line-height: 25px;
	font-weight: bold;
	color: #9d9c9d;
	/*background: url(../images/logo2.png) no-repeat;*/
}
.logoimg img{
	width: 130px;
}

.right_head
{
	width: 445px;
	float: right;
	overflow: hidden;
	margin-right: 10px;
}

.left_head
{
    float: left;
    overflow: hidden;
    width: 446px;
	margin-left: 10px;
}

.top_phones
{
    float: right;
    padding: 1px 0 18px;
    width: 100%;
}

.top_phones p
{
	font-family: 'OpenSansLightRegular';
	font-size: 14px;
	color: #131313;
	float: right;
	padding: 0;
}

.top_phones p span
{
	color: #848484;
	padding-right: 24px;
	padding: 0 9px 0 33px;
}

.top_phones p i
{
	font-style: normal;
	font-size: 14px;
}

.top_phones p.one
{
	
}

ul#main_menu
{
	margin-top: 20px;
	width: 100%;
	overflow: hidden;
}

ul#main_menu > li
{
	float: left;
}

ul#main_menu > li.f
{
	background: url("/images/menu_sprite2.png") no-repeat scroll 0 0 transparent;
    height: 60px;
    width: 31px;	
}

ul#main_menu > li.l
{
	background: url("/images/menu_sprite2.png") no-repeat scroll -168px 0 transparent;
    height: 60px;
    width: 26px;	
}

ul#main_menu > li > a
{
	background: url("/images/menu_sprite_right.png") no-repeat scroll -180px -9px transparent;
    color: #FFFFFF;
    display: block;
    font-family: 'OpenSansRegular';
    font-size: 9pt;
    height: 43px;
    padding-top: 19px;
    text-align: center;
	text-decoration: none;
    text-shadow: 0 3px 5px black;	
    width: 74px;
}

ul#main_menu > li .firts .active > a
{	
	width: 105px;
}

ul#main_menu > li > a:hover
{
	background-position: -275px -9px;
}

ul#main_menu > li.active > a, ul.brands > li.active > a
{
	background-position: -157px -106px;
	text-decoration: none;
}

ul#main_menu > li > a: hover, ul#main_menu > li.active > a
{
	color: #e9e9e9;
	text-decoration: none;
}

ul#main_menu > li.first a
{
    background-position: -90px -9px;
	cursor: pointer;
    padding-left: 10px;
    padding-top: 19px;
    text-decoration: none;
    text-shadow: 0 3px 5px black;
    width: 64px;
}

ul#main_menu > li.first_zero a
{
	background-position: -50px 0;
    padding-top: 19px;
    text-decoration: none;
    text-shadow: 0 3px 5px black;
	width: 87px;
}

ul#main_menu > li.first a:hover
{	
	background-position: -2px -9px;
}

ul#main_menu > li.first.active a
{
	background-position: -51px -143px;
    /*height: 50px;*/
    text-decoration: none;
	cursor: default;
}

ul#main_menu > li.last
{
	width: 74px;
	height: 43px;
	background: url(/images/menu_sprite_right.png) no-repeat -377px -9px;
}

ul#main_menu > li.last > a
{
    background: url("/images/menu_sprite_right.png") no-repeat scroll -377px -9px transparent;
    height: 43px;
    width: 74px;
}

ul#main_menu > li.last > a:hover
{
		background: url(/images/menu_sprite_right.png) no-repeat -471px -9px;
}

form#search_form
{
	width: 184px;
	float: right;
	margin: 11px 14px 0 0;
}

.search
{
	position: relative;
	bottom: 0;
}

.input_form
{
    background: url("../images/search_input_a.png") no-repeat scroll -10px 22px transparent;
    border: medium none;
    height: 90px;
    width: 240px;
}

.input_form_header
{
    background: url("../images/search_h_input.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 28px;
    width: 183px;
}

.input_search, .input_search_h
{
	background: none repeat scroll 0 0 transparent;
    border: medium none;
    height: 24px;
    padding-left: 10px;
    width: 144px;
    height: 24px;
	margin-top: 31px;
    padding-left: 10px;    
}

.input_search input , .input_search_header input
{
	border: none;
	background: none;
	outline: none;
	width: 144px;
	height: 24px;
	padding-left: 12px;
	font-family: arial, sans-serif;
	font-size: 9pt;
	color: #797279;
}

.input_search_h
{
	margin-top: 4px;  
}

ul#lang
{
	width: 68px;
	height: 25px;
	float: right;
	overflow: hidden;
	margin: 11px 17px 0 0;
	background: url(../images/lang.png) no-repeat;
}

ul#lang li
{
	float: left;
}

ul#lang li a
{
	display: block;
	width: 22px;
	height: 20px;
	font-family: 'OpenSansRegular';
	font-size: 9pt;
	color: #1e1f20;
	padding: 5px 0 0 12px;
}

ul#lang li.ru.active a
{
	background: url(../images/rus.png) no-repeat;
	color: #adadad;
}

ul#lang li.en.active a
{
	background: url(../images/en.png) no-repeat;
	color: #adadad;
}

ul#lang li.en.active
{
	
}

#container_wrapper
{
	width: 990px;
	margin: auto;	
	overflow: hidden;
	background: #FFFFFF;	
	box-shadow: 0px 0px 4px -3px #000000;
}

#container_main
{
	margin: auto;
    overflow: hidden;
	padding: 0 15px 0px 0px;
}

.sliderContainer
{
	height: 319px;
}

.slide
{
	padding: 5px 0 0 97px;
	position: relative;
}

.slide p img
{
	position: absolute;
	margin: -38px 0 0 -63px;
}

.textslider
{
	margin-top: 40px;
}

#textslider .slide a
{
	display: block;
	padding: 0 0 20px;
	font-family: arial, sans-serif;
	font-size: 25px;
	line-height: 25px;
	color: #c7c5c5;
}

#textslider .slide p
{
	font-family: arial, sans-serif;
	font-size: 9.7pt;
	color: #a4a4a4;
}

.read_more {    
    margin-top: 5px;
}
.read_more a {
    font-size: 9.7pt;
	color: #000000;
}
.read_more span {
    color: #076891;
    font-family: arial,sans-serif;
    font-size: 9.7pt;
}

#footer
{    
    height: 190px;
	overflow: hidden;
	background: #3f506e;
}
#footer .left_shadow, #footer .right_shadow
{
	top: -500px;
	position: relative;
}
#footer_main
{		
	font-family: 'OpenSansRegular';
	font-family: 'Nunito', sans-serif;
	font-size: 8pt;
	height: 140px;
	margin: auto;
	overflow: hidden;	
	width: 990px;
	background: #fff;
	border-top: solid 1px #f7f7f7;
    padding: 10px 0;	
	letter-spacing: -0.2px;
	word-spacing: 0.2px;	
	box-shadow: 0px 0px 4px -3px #000000;
}

.developedby
{
	float: right;
	display: block;
	margin-right: 17px;
}

.footer_l, .footer_c, .footer_r
{	
	/* height: 120px;*/
	float: left;
}
.footer_l
{
	width: 125px;
}

.footer_c
{
	padding-top: 15px;
    padding-left: 35px;
}
.footer_c ul {
    float: left;
    margin-left: 20px;
    padding-top: 12px;
}
.footer_c li {
    padding: 0px;
    line-height: 17px;
}
.footer_c ul li a {
    font-size: 8pt;
    text-decoration: none;
    color: #45536d;
}
.footer_c ul li a:hover{
	color: #000;
}
.footer_r
{
	text-align: right;
    padding: 15px 0px 0px 0px;
    color: #000;
    float: right;
    margin-right: 20px;	
}	
.fctitle, .fcphone, .fcemail, .fcworkours
{	
    line-height: 16px;
    font-size: 9pt;
    margin-top: 2px;
}
.fctitle
{
	text-transform: uppercase;
    font-size: 9.7pt;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    line-height: 13px;
}
.fcphone
{
	margin-top: 13px;
}
.fcphone span, .fcemail a
{
    color: #45536d;
    font-size: 8pt;
    margin-left: 2px;
}
.fcworkours
{
	margin-top: 12px;
}
.copyright {
    display: inline-block;
    padding: 8px;
    width: 100%;
    color: #6f81a0;
    margin: 0 auto;
    font-size: 7.5pt;
    overflow: hidden;
    text-align: center;
}

.cclicense
{
    display: block;    
    margin: 0 auto;
    padding-top: 10px;    
    width: 218px;
}

p.social
{
	width: 180px;
	float: right;	
	margin: 70px 10px 5px;
}

.fb, .vk, .tw, .gp, .odk
{
	height: 35px;
	width: 33px;
	margin-right: 2px;
	background: url("/images/socialbtn.png") repeat scroll 0 0 transparent;
	display: block;
	float: left;
}

.fb {background-position: 0 0;}
.vk{background-position: -34px 0;}
.tw{background-position: -68px 0;}
.gp{background-position: -102px 0;}
.odk{background-position: -136px 0;}

p.foot_phone i
{
	font-style: normal;
	font-size: 14px;
}

.first_design
{
	width: 206px;
	float: right;
	margin-right: 45px;
}

.first_design span, .turboseo span
{
	display: inline-block;
	padding-top: 10px;
}

.first_design a
{
	display: block;
	width: 102px;
	height: 33px;
	float: right;	
}

.turboseo
{
	width: 232px;
	float: right;
	overflow: hidden;
}

.turboseo a
{
	display: block;
	width: 103px;
	height: 50px;
	float: right;

}

.right_part
{
	float: right;
	padding: 7px 0 0;
	width: 420px;
}

.cart
{
	float: right;	
	font-family: 'OpenSansLightRegular';
	font-size: 10pt;
	margin: 7px 190px 0 0;
	width: 87px;
}

.langswitcher_ru
{
	background: url("/images/lang_sprite.png") no-repeat scroll 3px -29px transparent;
    float: right;
    height: 32px;
    width: 70px;
}

.langswitcher_en
{
    background: url("/images/lang_sprite.png") no-repeat scroll 3px 0 transparent;
    float: right;
    height: 32px;
    width: 70px;
}
a.l_ru, a.l_en, a.l_en_passive
{
    color: #303A41;
    cursor: default;
    display: block;
    float: left;
    font-family: 'OpenSansLightRegular';
    font-size: 8pt;
    margin: 9px -10px 0 22px;
    text-decoration: none;	
}
a.l_ru_passive, a.l_en_passive
{
	color: silver;
	text-decoration: -moz-anchor-decoration;
	cursor: pointer;
}
.opencart
{
	background: url("/images/arrow.png") no-repeat scroll 0 5px transparent;
    float: right;
    height: 16px;
    width: 16px;	
}

/*** 404 ***/

.error
{
	width: 926px;
	margin: 15px auto 0;
	padding: 75px 25px 103px;
	overflow: hidden;
	font-family: 'OpenSansLightRegular';
	background: #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.not_found
{
	width: 376px;
	float: left;
	font-size: 210px;
	line-height: 210px;
	color: #2b2c2e;
}

.error_text
{
	width: 550px;
	float: left;
	margin-top: 33px;
}

.error_text p
{
	font-size: 13.5pt;
	line-height: 14pt;
	color: #27282b;
	margin-top: 30px;
}

p.sorry
{
	font-size: 28px;
	line-height: 32px;
	color: #27282b;
	padding: 0 0 23px;
	margin: 0;
	border-bottom: 1px solid #434345;
}

/*** /404 ***/

.TB_Wrapper {
    border: 1px solid #EEEEEE;
    border-radius: 8px 8px 8px 8px;
    height: 349px;
    margin-left: 1px;
    width: 442px;
    /*background: #EEEEEE url(trans_banner/preloader.gif) center center no-repeat;*/
    /*background: #FFFFFF url(trans_banner/preloader.gif) center center no-repeat;*/
}

.phone_s_descr
{
	color: black;    
    font-size: 9pt;       
    margin-top: 10px;
	margin-bottom: 10px;
	cursor: default;
}

.headerborder
{
	margin: 0 auto; 
	position: relative; 
	width: 1000px;
	background: #EEEEEE url(/images/wave.png) center center repeat-x;
	height: 61px;
}

.phone_s_title
{
	color: black;
	font-size: 12pt;
	font-variant: small-caps;
	line-height: 19px;
	cursor: default;
}

.buybtn
{
    background: url("/images/buy_button_sprite.png") no-repeat scroll 0 -31px transparent;
    display: block;
    float: left;
	color: #FFFFFF;
    height: 22px;
    padding: 8px 0 0 17px;
    width: 58px;
	cursor: pointer;
}

.buybtn:hover
{
	background: url("/images/buy_button_sprite.png") no-repeat scroll 0 0;
	text-decoration: none !important;
}

.morebtn
{
	background: url("/images/button_more.gif") no-repeat scroll 0 0;
    display: block;
    height: 22px;
	width: 72px;
	color: #ffffff;
	float: right;
    padding: 8px 0 0 17px;    
}

.morebtn:hover
{
	text-decoration: none !important;
	/*color: #131313 !important;*/
	opacity: 0.9;
}

span.price_place
{
	background: url("/images/price_place.gif") no-repeat scroll 0 0;
    color: black;
    display: block;
    font-size: 9pt;
    height: 19px;
    padding: 8px 0 0 17px;
    width: 100%;
	margin-bottom: 5px;
	cursor: default;
}
span.s_or
{
	left: 77px;
	position: absolute;
}

img.noSelect
{
	margin-top: 14px;
}

.left_h_content
{
    border: 1px solid #EEEEEE;
    border-radius: 8px 8px 8px 8px;
    height: 321px;
    margin-left: 1px;
    padding: 14px;
    width: 413px;
}

.l_content
{
	font-size: 9pt;
}

.l_content img.lc_img
{
    border: 2px solid #FFFFFF;
    box-shadow: 0 0 8px #FFFFFF;       
    margin-left: 10px;    
	margin-top: 1px;
    width: 200px;
}

.fantik
{
	background: url("/images/office_shadow.png") no-repeat scroll -10px 149px transparent;
    float: left;
    height: 180px;
    position: relative;
    width: 226px;
}

.callbackbtn
{
    background: url("/images/call_back.png") no-repeat scroll -9px 0 transparent;
    height: 66px;
    margin-left: 0;
    position: absolute;
    top: 77px;
    width: 152px;
}

.callbackbtn:hover
{
	opacity: 0.9;
}

.bredcrams
{
	margin-bottom: 10px;
}

.main_like
{
    float: left;    
    position: relative;
    top: 8px;
    width: 87px;
}

.akcii
{
	height: 144px;
	margin: 10px 0 10px;	
}

.ak
{
    float: left;
    margin-right: 23px;
    width: 222px;
}

.akc_btn
{
	background: url("/images/akc_btn_w.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #646464;
    height: 44px;
    left: 5px;
    padding: 11px 5px 5px;
    position: absolute;
    text-shadow: 0 1px 1px #FFFFFF;
    top: 60px;
    width: 100px;
	display: none;
}

.akc_btn:hover
{
	color: #131313;
	cursor: pointer;
}

.srch
{
    float: left;
	font-size: 9pt;
    margin-left: 10px;
    width: 222px;
}

.srch p, .left_h_content p, .bredcrams span
{
	cursor: default;
}

/*only main*/

.five_elements
{
    height: 220px;    
    width: 990px;
	margin-bottom: 15px;
}

.element
{
    background: url("/images/element_shadow_f.png") no-repeat scroll 0 166px #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    float: left;
    height: 180px;
    margin-left: 12px;
    margin-right: 13px;
    overflow: hidden;
    padding: 10px;
    width: 150px;
	font-variant: small-caps;
}

.hlimit
{
	height: 160px;
	overflow: hidden;
}

.element.active
{
    background: url("/images/element_shadow_f.png") no-repeat scroll 0 206px #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    float: left;
    height: 214px;
    margin-left: 12px;
    margin-right: 13px;
    padding: 10px;
    width: 150px;
}

.element img
{
    display: block;
    height: 120px;
    margin: 0 auto;
}

.element a
{	
	/*font-family: 'OpenSansLightRegular';*/
    font-size: 9pt;
	line-height: 14pt;
	color: #303A41;
}

.element a:hover
{
	color: #25A8FF;
}

.element p
{
	text-align: center;
	min-height: 30px;
}

.element.active a.buybtn, .element a.buybtn
{    
    margin-top: 15px;
    text-decoration: none;
	font-family: arial,sans-serif;
    font-size: 9.7pt;
	color: #FFFFFF;
}

.buyplace
{
	height: 50px;
}

.price_all
{
    float: left;
    font-family: arial,sans-serif;
    margin-left: 6px;
    margin-top: 14px;
    width: 64px;
}

.price_usd
{
    font-size: 17px;    
    line-height: 16px;
}

.price_aed
{
    float: left;
    font-size: 9pt;
    line-height: 22px;
}

.info_for_users
{
	font-size: 9.7pt;
    line-height: 14pt;
    font-family: 'Fira Sans', sans-serif;
    color: #000;
	padding: 0px 20px 0px 0px;
    text-align: justify;	
}
.info_for_users p
{
	margin: 0px 0px 20px;
}

.info_for_users ul, .info_for_users ol
{
	padding-left: 30px;
    margin: 0px 0px 30px !important;
}
.entry-content{
	margin-top: 20px;
}
.top, .new
{
    margin-bottom: 20px;
}

.header_search
{
    margin: 2px 0 0 167px;
    position: absolute;
}

.phoneslider
{
	border: 1px solid #EEEEEE;
    border-radius: 8px 8px 8px 8px;
    padding: 15px;	
}

.descr_h
{
	background: none repeat scroll 0 0 white;
	border: 1px solid #eeeeee;
	border-radius: 8px 8px 8px 8px;
	left: 221px;
	padding: 10px;
	position: absolute;
	top: 0;
	width: 170px;
	border-right: none;
}

ul.brands > li.first.active > a
{
	background-position: -2px -9px !important;
}

ul.brands > li.active > a
{	
	background-position: -275px -9px !important;
}

ul.brands > li.last.active > a
{
	background-position: -471px -9px !important;
}

.callback_form
{    
    background: url("/images/call_back_form.png") no-repeat scroll 0 0 transparent;	
    height: 170px;
	width: 235px;
	top: 135px;    
    position: absolute;
    z-index: 1000;
	display: none;
}

.c_inside
{
	margin: 10px 0 0 24px;
	color: #5a5b60;
}

.c_inside p.name
{
	padding-top: 9px;
}
.c_inside p.phone
{
	padding-top: 11px;
}
.c_inside input.c_input
{
	margin: 7px 0 0 7px;
	border: none;
	background: none;
	width: 165px;
}
.c_inside .c_submit
{	
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #131313;
    margin: 28px 0 0 54px;
    text-shadow: 0 1px 1px #efefef;
}
.c_inside .c_submit:hover
{
	color: #636363;
    text-shadow: 0 1px 2px #efefef;	
	cursor: pointer;
}
a.c_close
{
	background: url("/images/close_callback.png") no-repeat scroll 0 3px transparent;
    float: right;
    height: 16px;
    margin-top: -3px;
    position: relative;
    right: 8px;
    width: 16px;
}
.overpagination
{
	bottom: -30px;
	display: block;
	margin: 0 auto;
	padding-bottom: 40px;		
	position: relative;
	width: 240px;
}	
ul.pagination
{
	display: block;
}

ul.pagination li
{
	background: url("/images/pagination.png") no-repeat scroll 0 3px transparent;
	display: inline;    
    margin-right: 5px;
	padding: 10px 11px 16px 7px;
    position: relative;
}

ul.pagination li.active
{
	background-position: -28px 3px;
	cursor: default;
}

ul.pagination li.first a, ul.pagination li.last a
{
	text-decoration: none;
}

.one_p_preview
{
	width: 412px;
	margin-bottom: 10px;
	float: left;
}

.one_p_preview img
{
	width: 40px; 
	float: left; 
	margin-right: 10px;
}

#contactstab li
{
    background: none repeat scroll 0 0 #f7f7f7;
    border: 1px solid #EEEEEE;
    float: left;
    height: 20px;    
}

#contactstab ul
{
	float: left;
    display: block;    
    position: relative;
    width: 100%;
}

#contactstab a
{
	background: none repeat scroll 0 0 #ffffff;
	color: #131313;
	text-decoration: none;
    display: block;
    padding: 5px;	
}

#contactstab a.selected
{
    background: none repeat scroll 0 0 #f7f7f7;    
    display: block;
    padding: 5px;
}


.backform, .contactdata
{
	width: 50%;
	height: 100%;
	float: left;
	margin-top: 10px;
}

.contactdata div
{
	margin-bottom: 10px;
}

.backform input
{
	border: none;
	background: none;
}
.backform input[type="text"]
{
	background: url("/images/tinput.png") no-repeat scroll 0 0 transparent;
	padding: 5px;
	width: 175px;
	margin-bottom: 10px;
}
.backform input[type="submit"]
{
    background: url("/images/tinput.png") no-repeat scroll 0 -29px transparent;
    margin-bottom: 10px;
    padding: 8px 5px 5px;
    width: 93px;
}
.backform textarea 
{
	border: 1px solid #D2D2D2;
    border-radius: 8px 8px 8px 8px;
    margin-bottom: 10px;
}
/*end main*/
.left_sidebar, .right_sidebar, #container, .left_shadow, .right_shadow
{
	float: left;	
}
.left_shadow, .right_shadow
{
	width: 5px;	
	height: 1124px;
}
.left_shadow{background: url("/images/left_shadow.jpg") repeat-y scroll 0 0 transparent; float: left;}
.right_shadow{background: url("/images/right_shadow.jpg") repeat-y scroll 0 0 transparent; float: right;}
.left_sidebar{
	width: 238px;
	height: 1200px;	
}
.right_sidebar{
	width: 189px;
	height: 1124px;	
	background: url("/images/right_sidebar_bg.jpg") no-repeat scroll 2px 0 transparent;
}
#container{width: 752px;}
.header_inside{
	width: 990px;
	float: left;
	height: 210px;
	padding-top: 15px;	
}
p.epilog
{
    font-family: 'Roboto Slab', serif;
    color: #273371;
    font-weight: 600;
    font-size: 9.7pt;
    line-height: 16px;
    padding-left: 10px;
    border-left: solid 2px #db2c33;
    word-spacing: 3px;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 5px;
    margin: 5px 0px 30px 15px;
    font-style: italic;
    position: relative;
    width: 385px;
    float: left;
}
p.epilog .border{
	background: #db2c33;
    border: none;
    width: 2px;
    overflow: hidden;
    height: 100%;
    position: absolute;
    left: -5px;
    top: 1px;
}
p.epilog_author
{
	font-weight: bold;
	clear: both;
	width: 100%;
	text-align: right;	
}
.breadcrums
{
	padding: 10px 0;
	border-bottom: dashed 1px #c9c9c9;
}
.breadcrums a
{
	color: #000000;
	font-size: 9pt;
}
.breadcrums span
{
	color: #6c7e90;
	font-size: 9pt;
}
.links
{
	margin: 12px 0px 7px;
}
.links a
{	
	display: block;
	margin: 2px 0px;
}
.news_preview
{
	margin: 10px 15px 25px;
}
.news_preview .title_h2
{
	text-decoration: none;
}
.news_preview .title_h2 h2 {
	padding: 0 0 5px;
}
.one_preview
{
    margin-bottom: 3px;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}
.one_preview a
{
	font-size: 9pt;
    text-decoration: none;
	line-height: 16px;
}
.one_preview a:hover {
	text-decoration: underline;
}
.sidebar_menu
{
	width: 230px;
	margin-bottom: 15px;
}
.sidebar_menu li
{	
	padding: 0px;
}
.sidebar_menu li.first
{
	border-top: none;
	margin-top: 3px;
}
.sidebar_menu li.last
{
	border-bottom: none;
}
.sidebar_menu a {
	color: #504c5a;
    text-decoration: none;
    display: block;
    padding: 8px 10px 6px;
    line-height: 16px;
    font-size: 9.7pt;
    background: #edf0f5;
    margin: 7px 10px 10px;
    box-shadow: 0px 2px 3px -3px #1d2033;
    font-family: 'Nunito', sans-serif;
    letter-spacing: -0.1px;
    position: relative;
    border-radius: 6px;
}
.sidebar_menu a.active{
	background: #f5eada;
}
    .sidebar_menu a.active:before {
		content: "";
		position: absolute;
		right: -10px;
		bottom: 0;
		width: 0;
		height: 0;
		border-left: 12px solid #e4ffcb;
		border-top: 13px solid transparent;
		border-bottom: 15px solid transparent;
		border-radius: 3px;
    }

.sidebar_menu a:hover, .sidebar_menu a.active
{
	color: #3b434b;
	background: #e4ffcb;
}
.flogo
{
	margin: 0px 15px;
    padding: 15px 15px 35px;
    background: #f7f7f7;
    display: inline-block;
}
.flogo img{
	width: 100px;
}
.footer_menu, .footer_menu a
{
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9.7pt;
	font-weight: bold;
	cursor: pointer;
}
.footer_menu a:hover
{
	color: #3b434b;
}
.footer_breadcrums
{
	margin-top: 12px;
}
.footer_breadcrums a
{
	color: #d32c39;
	font-size: 8pt;
}
.footer_breadcrums span.delimetr
{
	font-size: 9pt;
}
.footer_breadcrums span
{
	color: #000;
}
.logoimg
{
	display: block;
	width: 130px;
	margin: 0 15px;
	float: left;
}
.hdescription
{	
	float: left;	
	color: #ffffff;
	margin: 0 0px 0px 30px;
	max-width: 400px;
}
.hdescription p.servicelist
{
	/*width: 306px;*/
	/*width:365px; */
	text-align: justify;
	font-size: 17px;
	box-sizing: border-box;
	line-height: 20px;	
}
.hdescription p.location
{
	/*font-size: 13.5pt;
	margin-top: 68px;*/
font-size: 12pt;
margin-top: 72px;	
}
.hleft
{	
	/*height: 200px;
	width: 402px;
	float: left;
	text-align: right;
	padding-top: 11px;
	color: #ffffff;*/
    height: auto;
	width: 380px;
	float: right;
	text-align: right;
	padding-right:15px;
	color: #ffffff;
}
.languages a
{
	color: #ffffff;
	background: url("/images/lang_sprite.png") no-repeat scroll 0 0 transparent;
	padding-left: 24px;
	margin-left: 20px;
	text-decoration: none;
	font-size: 9pt;
}
.languages a.en{background-position: 0px 0;}
.languages a.ru{background-position: 0px -16px;}
.languages a.gr{background-position: 0px -31px;}
.main_phone
{
	font-size: 24px;
    margin-top: 24px;
    margin-bottom: 7px;
    line-height: 1;
}
.orderbuttons
{	
	margin: 30px 0 0;
}
.max .orderbuttons
{
	float: none !important;
}
.orderbuttons a
{
	background: url("/images/buttons_sprite.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 30px;
	width: 174px;
	margin: 0;
}
.engl .orderbuttons a
{
	background: url("/images/buttons_sprite_en.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 30px;
	width: 174px;
	margin: 0;
}
.grm .orderbuttons a
{
	background: url("/images/buttons_sprite_de.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 30px;
	width: 174px;
	margin: 0;
}
.orderbuttons a.order
{
	background-position: 0px 1px;	
}
.orderbuttons a.order:hover{box-shadow: 0px 1px 1px rgb(68, 64, 64);
border-radius: 7px;}
.orderbuttons a.order:active
{
	background-position: 0px -30px;	
}
.orderbuttons a.call
{
	background-position: 0px -63px;
	margin-top: 15px;
}
.orderbuttons a.call:hover{box-shadow: 0px 1px 1px rgb(68, 64, 64);
border-radius: 7px;}
.orderbuttons a.call:active
{
	background-position: 0px -94px;
}
.topmenu
{
    background: url(/images/black_blink.png) no-repeat scroll 0 0px rgba(0, 0, 0, 0.07);
    display: block;
    height: 30px;
    width: 100%;
    float: left;
    padding: 5px 0px 0px 15px;
    margin-top: 8px;
	bottom: 0px;
	position: absolute;	
}
ul.menu
{
	float: left;
}
ul.menu li
{	
	float: left;
}
ul.menu a
{
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	font-size: 9pt;
	margin-right: 10px;
	height: 12px;
	display: block;
	padding: 6px;
	font-family: 'Fira Sans', sans-serif;
}
ul.menu a.active, ul.menu a:hover
{
	/*background: url("/images/top_menu_bg.png")  scroll 0 0 transparent;*/
	background: rgba(0, 0, 0, 0.13);
	border-radius: 4px;
}
a.mail
{
	background: url("/images/konvertik.png") no-repeat scroll 0 0 transparent;
    padding: 2px 0 0 35px;
    color: #ffbe4e;
    margin: 4px 0px 0px 0px;
    display: inline-block;
    height: 17px;
}
.banners
{
	margin: 10px 15px 25px;	
}
.banners ul li img {
	width: 100%;
	max-width: 196px;
	border: 1px solid #333;
    box-sizing: border-box;
}
.adlinks h2
{

}
.adlinks a
{
	background: url("/images/read_text.png") no-repeat scroll 0 0 transparent;
	padding-left: 36px;
	display: block;
	height: 32px;
}
.sidebar-banner {
	margin: 10px 15px 15px;
}
.sidebar-banner a {
	display: block;
}
.sidebar-banner a img {
	width: 100%;
	max-width: 169px;
	border: 1px solid #eee;
    box-sizing: border-box;
}
/*contacts*/
.toplace
{
	height: 194px;	
	border-top: solid 1px #e9e9e9;
}
.cleft
{
	float: left;
	width: 330px;
	padding-top: 16px;
}
.cleft span
{
	float: right;
	margin-right: 80px;
	color: #4f89c2;
}
.cleft .m a
{
	margin-left: 12px;
}
.downloadmap
{
	background: url("/images/pdficon.png") no-repeat scroll 0 0 transparent;
	padding: 6px 0px 0px 28px;
	display: block;
	height: 26px;
	color: #131313;
}
.cright
{
	float: left;
    width: 370px;
    padding-top: 16px;
    text-align: left;
}
.middleplace
{
	margin-top: 40px;
	clear: both;
}
.middleplace img, .middleplace iframe
{
	float: left;
}
.middleplace iframe
{
	margin-left: 6px;
}
.cdescription
{
	color: #727272;
	font-size: 8pt;
	line-height: 13px;
}
.cright i, i.pdf
{
	background: url("/images/contacts_sprite.png") no-repeat scroll 2px 0 transparent;
	display: inline-block;
	height: 16px;
	width: 16px;
	float: left;
}
.cright p
{
	padding-left: 25px;
	margin-bottom: 15px;
}
i.phone
{
	background-position: 0 -15px;
}
i.mail
{
	background-position: 0 -32px;
	height: 12px;
	margin-top: 3px;
}
i.pdf
{
	background-position: 0 -44px;
	height: 17px;
	clear: both;
	margin-right: 7px;
}
.workours, .adphone
{
	text-align: center;
	width: 250px;
	float: left;
	font-size: 8pt;
	margin-left: 22px !important;
}
.middleplace span
{
	color: #a60a20;
}
.one_field span
{
	display: block;
}
.one_field div
{
	margin: 3px 0 0 0;
}
input[type="text"]
{
	border-radius: 3px;
	border: solid 1px #b1b1b1;
	height: 15px;
	width: 220px;
	padding: 4px;
    margin: 2px 0px;	
}
.max
{
	width: 460px;
	margin: 16px auto;
	/*height: 350px;*/
	padding: 20px 36px;
	border: solid 1px #A3C7DF;
	border-radius: 5px;
}
.max input[type="text"]
{
	background: url('/images/inputbg_sprite.png') no-repeat 0 0 transparent;
	padding-left: 24px;
	width: 180px;
}
.max #vname
{
	background-position: 5px 2px;
}
.max #email
{
	background-position: 5px -51px;
}
.max #Telephone
{
	background-position: 5px -23px;
}
.max #time
{
	background-position: 5px -79px;
}
.lf
{
	padding-left: 0px;
	width: 50%;
	float: left;
}
.rf
{
	width: 50%;
	float: left;
	margin-bottom: 10px;
}
.rf input[type="text"]
{
	width: 276px;
}
.contact_form h3{
	padding: 0px;
}
.contact_form input[type="text"], .contact_form textarea{
	width: 92% !important;	
	border: solid 1px #dcdde0;
}
.max .smessage
{
  float: left !important;
  width: 100% !important;
}
.max .rf input[type="text"]
{
	width: 190px;
}
.one_field label{margin-left: 4px;}
textarea
{
	width: 267px;
	height: 118px;
	border: solid 1px #b1b1b1;
	border-radius: 3px;
	margin-top: 4px;/*21px;*/
	padding: 5px 4px;
	font-family:Arial, Helvetica;
}
.contact-page .cdescription {
    color: #1c5195;
}
.contact_form input[type="submit"],.unsubscribe_form input[type="submit"]
{
	margin: 16px auto;
	display: block;
	background: #ffc96d;
	text-transform: uppercase;
	box-shadow: 0px 1px 2px #A50000;
	border: none;
	border-radius: 2px;
	padding:9px 12px 6px;/* 8px 9px 5px;*/
	font-size: 8pt;
-moz-appearance: none;
-webkit-appearance: none;	
}
.contact_form input[type="submit"]:hover
{
	opacity: 0.9;
	cursor: pointer;
}
.contact_form input[type="submit"]:active
{
	box-shadow: 0px 0px 1px #A50000;	
}
.contact_form {
	clear: both;
}
.contact_form .one_field {
    margin-bottom: 7px;
}
.contact-page .contact_form{	
    padding: 40px 50px 20px;
	background: rgba(247,247,247,1);
	background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,247,247,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(247,247,247,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
}
.locmap
{
	padding-top: 20px;	
}
.from_dubai, .from_abudhabi
{
	width: 46%;
    float: left;
    margin-top: 10px !important;
    display: block;
    padding: 0 2%;
}
.from_dubai ul, .from_abudhabi ul
{	
	padding-left: 20px;
	margin-top: 10px;
	width: 300px;
}
.from_dubai li, .from_abudhabi li
{	
	font-size: 9pt;	
}












#modal_form, #modal_form_phone {
    width: 266px; 
    height: 330px; /* Размеры должны быть фиксированы */
    border-radius: 5px;
    border: 3px #D9DBDD solid;
    background: #fff;
    position: fixed; /* чтобы окно было в видимой зоне в любом месте */
    top: 45%; /* отступаем сверху 45%, остальные 5% подвинет скрипт */
    left: 50%; /* половина экрана слева */
    margin-top: -150px;
    margin-left: -150px; /* тут вся магия центровки css, отступаем влево и вверх минус половину ширины и высоты соответственно =) */
    display: none; /* в обычном состоянии окна не должно быть */
    opacity: 0; /* полностью прозрачно для анимирования */
    z-index: 5; /* окно должно быть наиболее большем слое */
    padding: 20px 10px;
	color: #000000;
}
#modal_form_phone
{
	height: 130px;
}
/* Кнопка закрыть для тех кто в танке) */
#modal_form #modal_close , #modal_form_phone #modal_close_phone {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: block;
	color: #000000;
}
/* Подложка */
#overlay {
    z-index: 3; /* подложка должна быть выше слоев элементов сайта, но ниже слоя модального окна */
    position: fixed; /* всегда перекрывает весь сайт */
    background-color: #000; /* черная */
    opacity: 0.8; /* но немного прозрачна */
    width: 100%; 
    height: 100%; /* размером во весь экран */
    top: 0; 
    left: 0; /* сверху и слева 0, обязательные свойства! */
    cursor: pointer;
    display: none; /* в обычном состоянии её нет) */
}
#modal_form form, #modal_form_phone form
{
	text-align: left;
}
#modal_form textarea{ width: 230px; margin-bottom: 10px;}
.info_for_users li
{
    list-style-type: disc;
    margin-left: 15px;
    text-align: left;
    margin-bottom: 7px;
    padding: 0;	
}
.info_for_users li::first-letter{
	color: #d2232a;
    font-size: 11.5pt;	
}
.info_for_users li p{
	margin-bottom: 5px;
}
.foterblock{
/*height:120px;*/
top:0 !important;
}
.bjqs li{
list-style-type:none;
}
.submitrow{
	margin:12px 15px 12px 0;
	clear:both;
	padding-bottom: 5px;
}
.tab-group .submitrow{
	padding-bottom: 5px;
}
.max .submitrow
{
	width: 100%;
}
.post-3576 h3 a
{
	font-weight: bold;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #b1b1b1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #b1b1b1;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #b1b1b1;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #b1b1b1;
}
p.respect{padding-left: 15px;}
p.from{padding-left: 16px;}
.info_for_users .error {
padding: 5px 5px 3px;
overflow: hidden;
font-family: 'OpenSansLightRegular';
background: #eee;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
color: red;
margin:0px;
}
.error2{
	color: #F44336;
}
.error3{
	color:#F44336 !important;
}
.zakaz {    
    padding: 0px 20px;
}
.zakaz img
{
	width: 284px;
}
.zakaz i
{
	font-size: 8pt;
	color: #018BC0;
	display: block;
}
.zakaz span
{
	display: block;
	margin-top: 8px;
	font-size: 9pt;
}
.zakaz input[type="text"]{
	border: none;
	background: #f2f2f3;
    border-radius: 5px;    
    height: 16px;    
    padding: 6px 10px;
    margin: 4px 0px;
	width: 265px;
}
.free-consultation-modal input[type="text"]{
	width: 96%;
    padding: 6px 2%;
}
.zakaz input[type="submit"]
{
	box-shadow: none;	
	display: block;
	height: 30px;
	width: 174px;
	margin: 23px 0px;

    margin: 16px auto;
    display: block;
    background: #ffc96d;
    text-transform: uppercase;
    box-shadow: 0px 1px 2px #A50000;
    border: none;
    border-radius: 2px;
    padding: 9px 12px 6px;
    font-size: 8pt;	

	-moz-appearance: none;
	-webkit-appearance: none;	
}
.zakaz textarea{
    height: 90px;
	width: 94%;
    border: none;
    border-radius: 5px;
    margin-top: 4px;
    padding: 10px 3%;
    font-family: Arial, Helvetica;
    background: #f2f2f3;
}
.smessage
{
	background: #E0FFCF;
    padding: 4px;
    margin: 10px 0 0 0;
    color: #008F3F;
    clear: both;
    border-radius: 3px;	
}
.knowledgebase h3 a{
font-weight:bold;
text-align:justify;
}
.knowledgebase p{
	text-align:justify;
	padding-bottom: 5px;
	margin: 3px 0px 5px;
}
.knowledgebase p a{
  float: right;
  color: #a60a20;
  text-decoration: none;
}
.knowledgebase hr{
	clear: both;
}
.offers strong{
color:#005099;
font-size:15px;
}


.allianceclock{
	display: block;
    height: 80px;
    width: 80px;
    top: 120px;
    right: 25px;
    position: absolute;
}
.allianceclock #canvas
{  
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.max .smessage
{
  float: left !important;
  width: 458px !important;
}
.nivas .callback{
width: 255px; float: left;
}
.nivas .cdescription{
padding-left: 12px;
text-align:justify;
}
.nivas .callbackimg{
 margin: 0 auto; 
text-align: center; 
}
.callbackimg img{
width: 145px;margin-top: 0px;margin-left: 15px;
}
.nivas .highlight{
margin-top: 6px; color: #1695C7; padding-left: 12px;
}
.nivas .contact_form .lf{
margin-right: 10px;
border: 1px solid #DDD;
margin-left: 19px;
margin-top: -30px;
width:255px;
color:#727272;
border-radius: 0px;
}
.nivas .contact_form input{
border: 1px solid #DDD;
}
.nivas .contact_form p{
margin-top: 9px;width:240px;
}
.nivas .contact_form div{
width: 255px;
}
.nivas .contact_form textarea{
border: 1px solid #DDD;width: 230px; height: 70px;
}
.nivas .contact_form .submit{
width: 215px;
margin-left: 12px;
border:0px;
}
.max .error
{
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}
.serror
{
	background: #FFCFD1 !important;
	padding: 4px;
	margin: 10px 0 0 0;
	color: #B10000  !important;
	clear: both;
	border-radius: 3px;
}
/*.height120{
height:120px !important;
}*/
.map_alliance td
{
	width: 260px;
	padding: 0px 10px;
	vertical-align: top;
	border-bottom: solid 20px #ffffff;
}
.map_alliance ul
{
	margin-top: 10px;
}
.map_alliance ul a
{
	font-size: 9pt;
	text-decoration: none;
}
.map_alliance ul a:hover
{
	color: #175FA5;
}
.colorgrey{
color: #4F72A7 !important;
text-shadow :2px 2px 2px rgb(183, 187, 196) !important;
}
.topm75{
top: -210px !important;
}
.vbanner {
/*background: #546b8b;*/
position: relative;
top: -60px;
display: block;
height: 35px;
color: #FFFFFF;
font-size: 22px;
font-weight: normal;
line-height:23px;
text-align:center;
text-shadow:2px 2px 2px black;
}

.vbannerru {
position: relative;
top: -60px;
display: block;
height: 35px;
color: #FFFFFF;
font-size: 12pt;
font-weight: bold;
line-height:23px;
text-align:center;
text-shadow:2px 2px 2px black;
}
.mobilemenu, .darrow, .mobiletitle{
	display: none;
}
.closemobilemenu{
	display: none;	
}
.lngtext{
	display: none;
}
a[href^="http://www.liveinternet.ru/click"]{
	position: absolute;
	bottom: 0;
}
.main_phone a{
	text-decoration: none;
	font-size: inherit;
	color: #ffffff;
	text-shadow: 0px 1px 2px #434551;
	letter-spacing: 0.4px;
}
/*About us*/
.abt .abtimg{
	float:right;
	margin: 0px 0px 0px 10px;
}
.abt .abtlist {
	margin: 0px 0px 10px 0px;
	display: block;
	padding: 0px 0px 0px 0px;
	text-align: justify;
	font-weight:bold;
}
.abt .abtlist ul{
	margin: 5px 0px 5px 10px;
	display: block;
	padding: 0px 0px 0px 10px;
	text-align: justify;
	font-weight:bold;
}
.abt .abtlist ul li{
	 list-style-type: circle; 
}
.callback_pic{
	margin-top: 10px; width: 100%;
}
.middleplace .adphone {
     background-image: url('/images/callendar-contact-small.png');
     padding-left: 7px;
     background-repeat: no-repeat;
     margin-left: 0 !important; 
}
.middleplace .workours {
     background-image: url('/images/colock-contact-small.png');
     padding-left: 12px;
     background-repeat: no-repeat;
     margin-left: 12px !important;
}
.alphadis li{
     list-style-type: lower-alpha;
     margin-left: 18px;
}
.listnum li{
     list-style-type:decimal;
     margin-left:18px;
}
.listnum .circleul li{
     list-style-type: disc;
}
.arttable {
       width: 100%;
    display: table;
    clear: both;
    margin-bottom: 20px;
	border-collapse: collapse;
}
.arttabletr {
    clear: both;
    display: table-row;
}
.arttabletd {
    display: table-cell;
    width: 42%;
    text-align: justify;
    border: 1px solid #DDD;
    border-collapse: collapse;
    padding: 5px;
}
.arttabletd:first-child {
    width:5%;
	text-align:center;
}
.unsubscribe_form input[type="text"],.unsubscribe_form textarea{
	width: 99%;
    margin: 3px 0px 12px 0px;
    padding: 4px 0px 4px 2px;
}
.unsubscribe_form {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #DDD;
    padding: 20px;
    border-radius: 3px;
}
.decortxt1 li h4{
    margin: 0px 0px 5px;
}
.decortxt1 li p{
    margin: 0px 0px 2px;
}
.slick-slide img{
	margin:0 auto;

}
.custom-slider .info {
    padding: 10px 15px 0px 0px;
    font-size: 12pt;
    margin: 0px 0px 10px 0px;
    line-height: 20px;
}
.custom-slider {
    padding:10px 0px 0px 0px;
    max-width: 500px;
    margin: 0 auto;
}
.slick-next:before, .slick-prev:before{
	color:#1a1e43 !important;
}
.slick-next, .slick-prev {
    z-index: 200;
    background: rgba(204,204,204,.8) !important;
    height: 108px !important;
    width: 30px !important;
}
.slick-next {
    right: -32px !important;
}
.slick-prev {
    left: -32px !important;
}
.slick-next::before, [dir="rtl"] .slick-prev::before {
    content: "›" !important;
	font-size: 48px !important;
	line-height:1px !important;
}
.slick-prev::before {
    content: "‹" !important;
	font-size: 48px !important;
	line-height:1px !important;
}
.custom-slider .info p::first-letter {
    color: #a60a20;
}
.sliderborder {
    /*margin: 10px 0px 5px 0px;*/
	max-height: 600px;
	width: 90%;
    margin: 0 auto;
}
.slmeta {
    font-size: 9pt;
    font-weight: bold;
    color: #666;
    padding: 0px 0px 5px 0px;
    text-align: left;
    font-style: italic;
}
.alTable {
  	display: table;
  	width: 100%;
	margin: 0px 0px 15px 0px;
	border-collapse: collapse;
}
.alTableRow {
  	display: table-row;
}
.alTableHeading {
  	display: table-header-group;
  	background-color: #ddd;
}
.alTableCell, .rTableHead {
  	display: table-cell;
  	padding: 3px 10px;
  	border: 1px solid #999999;
	min-width: 127px;
}
.alTableHeading {
  	display: table-header-group;
  	background-color: #ddd;
  	font-weight: bold;
}
.alTableFoot {
  	display: table-footer-group;
  	font-weight: bold;
  	background-color: #ddd;
}
.alTableBody {
  	display: table-row-group;
}
.quoteart {
    font-style: italic;
}
.slick-next, .slick-prev{
	top:40% !important;
}
.gifyourbusiness{
	width: 270px;
	float: right;
	margin: 10px 0px 0px 10px;
}
.gifyourotherbusiness{
	width: 265px;
    float: right;
    margin: 20px 0px 0px 10px;
    display: table;
}
.articleinnerimg img{
    width:100%;
}
.articleinnerimg .ittitle {
    text-align: center;
    font-style: italic;
}
#container_main table, td, tr {
	border: 1px solid #b8c9d6;
    border-collapse: collapse;
    background: #fff;
    margin: 20px 0px;
}
.customH1Title{
    font-size: 17px;
    line-height: 20px;
    font-weight: normal;
    padding: 15px 0;
	color: #303a41;
	float: left;
}
.free-consultation-request {
    width: 260px;
    height: 36px;
    background: rgba(255, 255, 255, 0.12);
    position: absolute;
    color: #fff;
    right: 0px;
    bottom: 0px;
    display: table;
    padding: 1px 15px 0px;
    text-transform: uppercase;
    font-size: 9pt;
}
.free-consultation-request span {
    display: table-cell;
    vertical-align: middle;
	cursor: default;
	color: #fff5e1;
	padding-top: 3px;
}
.main-form{
	float: right;
    width: 258px;
    background: url(/images/right_sidebar_bg.jpg) no-repeat scroll -1px 0 transparent;
    margin-left: 15px;
    height: 380px;
    margin-bottom: 25px;
}
.main-form form{
    background: #fff;
    margin-left: 3px;
    padding: 10px 0px 0px 15px;
	width: 275px;
}
.main-form input[type="text"]{
	border-radius: 5px;
	border: none;
    background: #f2f2f3;
    padding: 7px 10px;
    width: 240px;
}
.main-form .one_field{
	margin: 10px 0px;
	position: relative;
}
.main-form .one_field span {
    font-size: 8pt;
    color: #514e5c;
    font-family: 'Nunito', sans-serif;
    line-height: 11px;
}
.main-form .one_field .error2{
	color: #F44336;
}
.main-form .one_field span.required-marker{
    font-size: 15.5pt;
    color: #c5c5c5;
    position: absolute;
    right: -21px;
    top: 30px;
}
.main-form .one_field span.required-marker.ok{
	font-size: 13.5pt;
    color: #5eb765;
    right: -25px;
    top: 25px;
}
.main-form textarea {
	background: #fff;
    border: solid 1px #e4e4e4;
    border-radius: 5px;
    margin-top: 4px;
    padding: 5px 4px;    
	width: 250px;
	height: 80px;
}
.free-consultation-btn {
	background: #ed5565;
    border-radius: 5px;
    border: none;
    padding: 6px 10px 5px;
    text-transform: uppercase;
    font-size: 8pt;
    color: #fff;
    text-shadow: 1px 1px 3px #7d262f;
    width: 140px;
    text-align: left;
    box-shadow: 0px 2px 1px -1px #bf2157;
	display: inherit;
	margin: 0 auto;
	cursor: pointer;
}
.free-consultation-btn span{
	display: inline-block;
	line-height: 12px;
}
.envelop-main-form {
	background: url(/images/konvertik.png) no-repeat scroll 2px 6px transparent;
    background-size: 16px 12px;
    display: block;
    width: 26px;
    height: 24px;
    float: left;   
    margin-right: 6px;
	position: relative;
}
.envelop-main-form:after{
	content: "›";
    position: absolute;
    right: 2px;
    top: 4px;
	font-style: normal;
    color: #ffe000;
}
.menu-ul-title{
    text-transform: uppercase;
    font-size: 7.5pt;
    font-weight: 500;
    margin-left: 15px;
    line-height: 9px;
    display: inline-block;
    margin-top: 17px;
	color: #4e5565;
	letter-spacing: 0.2px;
}
.servicelist > div {
    float: left;
    margin-right: 10px;
}
.servicelist > div > span{
	display: block;
    font-size: 7.5pt;
    text-transform: uppercase;
	font-family: 'Fira Sans', sans-serif;
	height: 20px;
}
.servicelist > div > em{
	float: left;
}
.servicelist .counter{
	text-align: center;
    font-size: 15.5pt;
    line-height: 21px;    
}
.counter::first-letter{
	//color: #d32c33;
}
.counter-companies:after, .counter-bank-accounts:after, .counter-experience:after, .counter-visas:after{
	content: "+";
	font-size: 12pt;
}	
.counter-experience:after{
	content: " лет";
    font-size: 6.8pt;
    line-height: 20px;
    vertical-align: middle;
}
.registered-agent-in-uae{
	text-align: center;
    padding: 18px 0px;
    display: inline-block;
    overflow: hidden;
    width: 100%;
}
.registered-agent-in-uae .usp{
	font-size: 8pt;
	margin-top: 17px;
	color: #fff0d6;
}
.sliderrr{
	float: left;
    width: 100%;
    border-top: solid 2px #ddd;
	height: 220px;
	position: relative;
	background: #1b2433;
}
.sliderrr .banner{
	width: 330px;
    float: left;
	position: relative;
	background: #3f506e;
}
.sliderrr img{
	width: 100%;
	opacity: 0.4;
}
.sliderrr .h3{
	font-family: 'Roboto Slab', serif;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    top: 48px;
    left: 0px;
    background: rgba(53, 72, 101, 0.5);
    position: absolute;
    padding: 10px 15px;
}
/*
.sliderrr .h3:before {
	content: "";
    position: absolute;
    right: -12px;
    bottom: -2px;
    width: 0;
    height: 0;
    border-left: 12px solid rgba(47, 61, 85, 0.46);
    border-top: 55px solid transparent;
    border-bottom: 55px solid transparent;
    border-radius: 3px;
}
*/
.business-setup-types{	
	/*height: 400px;*/
}
.company-type{	
	border-radius: 7px;
	padding: 15px 20px;
	list-style: none;
	margin: 10px 0px 15px;
	list-style-type: decimal !important;
	overflow: hidden;
}
.company-type h3{
	margin-bottom: 15px;
}
.ct-description-wrapper{	
	width: 100%;
}
.ct-description{
	width: 70%;
	float: left;
}
.callback-request{
	background: rgba(255, 255, 255, 0.12);
    position: absolute;
    right: 15px;
    bottom: 50px;
    padding: 8px 10px 6px;
    border-radius: 15px;
    letter-spacing: 0.3px;
    display: table;
    color: #ffffff;
    cursor: pointer;
	width: auto;
	min-width: 130px;
}
.callback-request:hover{
    background: rgba(247, 247, 247, 0.34);
    color: #ffffff;
}
.cb-hide{
	z-index: 1000;
    position: absolute;
    top: 0px;
    right: 20px;    
    width: 190px;
    height: 15px;
	display: none;
}
.sticky .cb-hide{
	display: inline-block;
	background: #5d5a6b;
    color: #fff;
	top: -2px;
	width: auto;
	font-size: 9pt;
}
.sticky-wrapper .callback-request span{
	padding-right: 0px;
}
.phone-number{
	display: none;
}
.sticky .phone-number{
	text-decoration: none;
    color: #e9f6ff;
    font-size: 9pt;
    display: inline-block;
    position: absolute;
    top: 6px;
    right: 250px;
}
.sticky .phone-number:hover{
	color: white;	
}
.cb-hide span{
	float: left;
}
.cb-hide img{
	width: 14px !important;
	margin-left: 5px;
}
.cb-hide:after{
	height: 30px !important;
	background-color: rgba(255, 255, 255, 0.1) !important;
}
@keyframes animateButton {
  0% {
    opacity: 1;
    transform: translateY(0px);    
  }
  100% {
    opacity: 0;
    transform: translate(0);
    transform: scaleX(1.06) scaleY(1.24);       
  }
}
.callback-request::after {
    content: "";
    position: absolute;
    display: inline-block;
	height: 30px;
    width: 100%;
    border-radius: 15px;
    top: 0;
    left: 0;
	z-index: 0;
    background-color: rgba(255, 255, 255, 0.13);
    transition: all 0.6s;
    animation: animateButton 2s infinite;
    -webkit-transition: animateButton 2s infinite;
    -moz-transition: animateButton 2s infinite;
    -o-transition: animateButton 2s infinite;
}
.zakaz .callback-request{
	margin: 20px auto 10px;
    background: #fff;
    box-shadow: 0px 1px 4px -2px #15447b;
    position: relative;
    color: #2f438c;
    bottom: 0;
	right: 0;
	position: relative;
}
.zakaz .callback-request:hover{
	color: #1d507b;
}
.zakaz .callback-request:hover:after{
	background-color: #9bccff;
}
.zakaz .callback-request::after{
    content: "";
    position: absolute;
    display: inline-block;
    height: 30px;
    width: 100%;
    border-radius: 15px;
    top: 0;
    left: 0;
	z-index: -1;
    background-color: #44ff9e;
    transition: all 0.6s;
    animation: animateButton 2s infinite;
    -webkit-transition: animateButton 2s infinite;
    -moz-transition: animateButton 2s infinite;
    -o-transition: animateButton 2s infinite;
}
.envelop-main-form2::after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 20px;
    width: 100%;
    border-radius: 3px;
    top: 2px;
    left: -3px;
    z-index: 0;
    background-color: #f76d7b;
    transition: all 0.6s;
    animation: animateButton 2s infinite;
    -webkit-transition: animateButton 2s infinite;
    -moz-transition: animateButton 2s infinite;
    -o-transition: animateButton 2s infinite;
}
.callback-request span{
	display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 9pt;
    padding-right: 5px;
}
.callback-request img{
	width: 13px;
}
.main-about-us{
	color: #fff;
    text-transform: uppercase;
    background: #f3464f;
    padding: 6px 20px 9px;
    border-radius: 1px;
    font-size: 7.5pt;
    text-decoration: none;
    font-weight: bold;
    font-family: 'Nunito', sans-serif;
    letter-spacing: -0.7px;
    word-spacing: 0.2px;
    text-shadow: 0px 0px 3px #a00008;
    display: block;
    height: 20px;
    line-height: 13px;
    margin-top: 30px;
}
.main-about-us:hover{
	background: #ff525c;
}
a.main-about-us:before {
    content: "";
    position: absolute;
    right: 7px;
    bottom: 36px;
    width: 0;
    height: 0;
    border-left: 8px solid rgb(243, 70, 79);
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-radius: 3px;
}
@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}


.slide-right{
	-webkit-animation: slide-right 5.35s cubic-bezier(0.770, 3.000, 0.175, 0.500) infinite alternate-reverse ;
	        animation: slide-right 1.35s cubic-bezier(0.770, 3.000, 0.175, 0.500) infinite alternate-reverse ;			
}









.modal {
    position: fixed;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
	font-family: 'Fira Sans', sans-serif;
}

.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 3em;
  left: 50%;
  width: 32em;
  margin-left: -16em;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
  font-family: 'Fira Sans', sans-serif;
}

.modal-header,
.modal-content {
  padding: 1em;
}

.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 13px 13px 5px;
    color: #222;
    background: none;
    border: 0;
    /*font-size: 1.4em;*/
    cursor: pointer;
	outline: none;
	line-height: 14px;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  
  margin: 0;

	display: inline-block;
    /*margin-bottom: 10px;  */
	width: 100%;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}

.menu.default{
	position: -webkit-sticky;
}
.sticky {
  position: fixed !important;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
	display: inline-block;
    background: #413f4c;
    margin: 0 auto;  
}
.sticky .sticky-wrapper{
    max-width: 990px;
    min-width: 770px;
    display: block;
    margin: 0 auto;
	position: relative;
}
.sticky-title{
    position: fixed !important;
    width: 100%;
    left: 0;
    top: 41px;
    z-index: 100;
    border-top: 0;
    display: inline-block;
    background: #f7f7f7;
    margin: 0 auto;
    padding-top: 4px !important;
    padding-bottom: 9px !important;
	box-shadow: inset 0px 2px 3px -2px #858ca0;	
}
.additional-info {
    /*background: #f7f7f7;
    padding: 5px 15px;
	box-shadow: 0px 2px 2px -2px #7e8a9c;*/
}
.additional-info a, .additional-info span {
    margin-right: 18px;
    text-decoration: none;
    color: #000;
    font-size: 9pt;
}
#ai-print{
	float: right;
	margin-right: 0px;
}
.links_read + ul a {
	color: #1c4b92;
    text-decoration: none;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
}
/* ===========
   Tab Styling */
.tab-group {
	position: relative;
    margin-top: 1.5em;
    background: #f7f7f7;
    padding-top: 15px;
	box-shadow: 0px 2px 2px -2px #7e8a9c;
}
.tab-group section {
  opacity: 0;
  height: 0;
  padding: 0 1em;
  overflow: hidden;
  transition: opacity 0.4s ease, height 0.4s ease;
}
.tab-group section.active {
  opacity: 1;
  height: auto;
  overflow: visible;
	padding: 20px;
    background: #f7f7f7;  
}

.tab-nav {
  list-style: none;
  margin: -2.5em -1px 0 0;
  padding: 0;
  height: 2.5em;
  overflow: hidden;
}
.tab-nav li {
  display: inline;
}
.tab-nav li a {
  top: 1px;
  position: relative;
  display: block;
  float: left;
  border-radius: 7px 7px 0 0;
  background: #dedee4;
  line-height: 2em;
  padding: 0 1em;
  text-decoration: none;
  color: #808080;
  margin-top: .5em;
  margin-right: 1px;
  transition: background .2s ease, line-height .2s ease, margin .2s ease;
}
.tab-nav li.active a {
	background: #42424e;
    color: white;
    line-height: 2.5em;
    margin-top: 0;
}
.tab-group .middleplace{
    margin-top: 5px;
    overflow: hidden;
}
.tab-group .workours, .tab-group .adphone{
    text-align: left;
    margin-left: 0px !important;
    padding-left: 20px;
}
.tab-group input[type="text"] {
    border-radius: 3px;
    height: 16px;
    width: 100%;
    padding: 5px;
    margin: 4px 0px 9px;
    border: solid 1px #e6e6e6;
}
.tab-group textarea{
	border: solid 1px #e6e6e6;
	width: 100%;
	height: 134px;
}
.tab-group form{	
    padding: 15px 10%;
}
.tab-group .lf, .tab-group .rf{
	width: 48%;
	margin-bottom: 20px;
}
.tab-group .lf{
	margin-right: 2%;
}
.tab-group .rf{
	margin-left: 2%;
}
.tab-group h3{
	font-size: 13.5pt;
}
.printable .additional-articles li{
	list-style-type: none;
	overflow: hidden;
	display: table;
}
.printable .additional-articles img{
	float: left;
    width: 45px !important;    
    margin: 0px 7px 7px 0px !important;
    padding: 0 !important;
	height: auto;
}
.social-networks{
	position: relative;
    margin-top: 5px;
    margin-right: -5px;
}
.social-networks a {
    margin: 0 4px;
    font-size: 19px;
    line-height: 46px;
    color: #45536d;
}
.social-networks a:hover{
	color: #2756d4;
}
.additional-articles{
    padding: 25px 10px 15px;
    box-shadow: inset 0px 1px 3px -2px #7e8a9c;
    border-radius: 2px;
}
.mobiletitle, .mobiletitle hr, .load-services, .mobile-contact-buttons, .content-button-area{
	display: none;
}
.g-recaptcha{

}
.g-recaptcha > *{
	margin: 0 auto !important;
	transform:scale(0.77);
	-webkit-transform:scale(0.77);
}
.info_for_users .recaptcha-error{
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 0px;
    background: none;
    font-size: 9pt;
    line-height: 14px;
}
span#cberror {
    padding: 0px;
    width: 100%;
    text-align: center;
    background: none;
    color: red;
}
.languages i{
	display: none;
}

#toTop{
	display: none;
}



@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   /* IE10+ CSS */
	.menu-ul-title{
		letter-spacing: -0.2px !important;
		font-size: 11px !important;
		font-weight: 700 !important;
	}   
	.sliderrr .h3 {
		font-family: "Times New Roman", serif;
		font-size: 14px;
	}
	.sticky .phone-number{
		margin-right: 10px;
	}
	.footer_menu, .footer_menu a, .fctitle{
		font-weight: 400;
	}
	.copyright{
		font-size: 8pt;
	}
	.free-consultation-request{
		letter-spacing: -0.2px;
	}
}
For Edge 12-15:

@supports (-ms-accelerator:true) {
   /* Edge 12+ CSS */ 
	.menu-ul-title{
		letter-spacing: -0.2px !important;
		font-size: 11px !important;
		font-weight: 700 !important;
	}   
	.sliderrr .h3 {
		font-family: "Times New Roman", serif;
		font-size: 14px;
	}	
	.sticky .phone-number{
		margin-right: 10px;
	}	
	.footer_menu, .footer_menu a, .fctitle{
		font-weight: 400;
	}
	.copyright{
		font-size: 8pt;
	}	
	.free-consultation-request{
		letter-spacing: -0.2px;
	}	
}
.cta-holder{
	position: fixed;
    bottom: 0px;
    width: 100%;
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 0px;
}
.cta-mobile-button {
  background: rgb(40, 43, 51);
	background: linear-gradient(90deg, rgb(40, 43, 51) 0%, rgb(79, 82, 93) 35%, rgb(121, 128, 157) 100%);
   border: none;
   border-radius: 75px;
   position: relative;
   height: 35px;
   color: #fff;
   padding: 5px 10px;
   font-family: Nunito, sans-serif;
   width: 120px;   
   box-shadow: 0px 2px 2px -2px #5f66cc;
   display: block;
   margin: 0 auto;
   outline: none;
}
.cta-mobile-button .save-your-time{  
  color: #c9d6f3;
  position: absolute;
  top: 5px;
  left: 3px;
  width: 100px;
  font-size: 6.8pt;
  font-family: Nunito, sans-serif;
  line-height: 10px;
  text-shadow: 0px 1px 2px #3d38a0;
}
.cta-mobile-button .save-your-time .fa-clock-o{
  font-size: 9pt;
}
.cta-mobile-button .ask-a-question{
  margin-top:12px;
  font-size: 8pt;
  font-family: Nunito, sans-serif;
  color: #c8ff8a;  
}
.cta-mobile-button .ask-a-question .fa-envelope-open-o{
  font-size: 7.5pt;
}
