@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MyriadPro-Regular.woff') format('woff'),
    url('../fonts/MyriadPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Myriad Pro Bold';
    src: url('../fonts/MyriadPro-Bold.eot');
    src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MyriadPro-Bold.woff') format('woff'),
    url('../fonts/MyriadPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Myriad Pro L';
    src: url('../fonts/MyriadPro-Light.eot');
    src: url('../fonts/MyriadPro-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MyriadPro-Light.woff') format('woff'),
    url('../fonts/MyriadPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
body{
    font-size: 16px;
    font-family: 'Myriad Pro L', sans-serif;
    color: #070707;
    background: #fff;
    padding-top: 49px;

}
a{color: #0083cf;}
.clear{
    clear:both;
}
img{max-width: 100%;}
.nowrap{white-space: nowrap}
.tdn{text-decoration: none;}
.page-wrapper{
}
.wrapper{
    max-width: 1030px;
    min-width: 320px;
    margin: 0 auto;
    box-sizing: border-box;
}
#header{
    background: #333;
    padding: 7px 0;
    height: 49px;
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 900;
}
#header .wrapper{
    padding: 0 10px;
}

.topmenu-block {
    padding-right: 19%;
    padding-left: 19% !important;
}

.menu-icon{
    display: none;
    width: 24px;
    height: 16px;
    background: url(../images/menu-icon-2.png) 0 0 no-repeat;
    position: absolute;
    top: 16px;
    cursor: pointer;
}
.logo{
    background: url(../images/logo.png) no-repeat 50% 50%;
    display: block;
    width: 103px;
    height: 30px;
    text-decoration: none;
    margin-top: 3px;
    float: left;
}

#country-select {
	position: absolute;
	top: -3px;
	right: 0;
	width: 100px;
	}

/* rought form styles for when JS is disabled */

#country-select form {
	width: 180px;
	padding: 0;
	}

#country-select select,
#country-select input {
	display: inline;
	padding: 0;
	margin: 0;
	}
	
/* JS-created definition list */

.dropdown dd { position: relative; }

.dropdown a {
	text-decoration: none;
	outline: 0;
	font: 12px Arial, Helvetica, sans-serif;
	display: block;
	width: 40px;
	overflow: hidden;
	}

.dropdown dt a {
	background: #c45618;
	border: 1px solid #964315;
	padding: 3px 10px 4px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	}

	.dropdown dt a.active {
		background: #db5e18;
		-webkit-border-bottom-left-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		-moz-border-radius-bottomleft: 0;
		-moz-border-radius-bottomright: 0;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		border-bottom: 1px dotted #676768;
		-moz-box-shadow: 0 3px 7px rgba(0,0,0,.5);
		-webkit-box-shadow: 0 3px 7px rgba(0,0,0,.5);
		box-shadow: 0 3px 7px rgba(0,0,0,.5);
		color: #fff;
		}

.dropdown dd ul {
	background: #814f33;
	border: 1px solid #676768;
	color: #C5C0B0;
	display: none;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	padding: 2px 0 5px 0;
	list-style: none;
	border-top: none;
	margin: 0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,.5);
	box-shadow: 0 3px 7px rgba(0,0,0,.5);
	}

	.dropdown dd ul li a {
		padding: 2px 10px;
		}

	.dropdown dd ul li a span,
	.dropdown dt a span {
		float: left;
		width: 16px;
		height: 11px;
		margin: 2px 6px 0 0;
		background-image: url(flags.png);
		background-repeat: no-repeat;
		cursor: pointer;
		}

		.us a span { background-position: 0 0 }
		.uk a span { background-position: -16px 0 }
		.fr a span { background-position: -32px 0 }
		.de a span { background-position: -48px 0 }
		.nl a span { background-position: -64px 0 }

	.dropdown dd ul li a em,
	.dropdown dt a em {
		font-style: normal;
		float: left;
		width: 100px;
		cursor: pointer;
		}

	.dropdown dd ul li a em {
		color: #dbc3b5;
		}

		.dropdown dd ul li a:hover { background-color: rgba(255,255,255,.1); }
		.dropdown dd ul li a:hover em { color: #fff; }

.lang-changer{
    color: #fff;
    font-size: 16px;
    float: right;
}

.lang-changer select{
    background-color: #333;
    color: #fff;
    border-radius: 15px;
    padding: 5px 4px;
    border-color: #fff;
    border:0;
/*    background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(to right, #1e2d3a, #1e2d3a);
    background-position: calc(100% - 13px) calc(1em + -2px), calc(100% - 8px) calc(1em + -2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
*/
cursor:pointer;
    outline: none;
}

.lang-changer .cur-lang{border-bottom:1px dashed #fff;cursor: pointer;position: relative;}
.lang-changer .cur-lang:after{
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
    top: 8px;
    right: -14px;
}
.search-button{
    background: url(../images/magnifier.png) 0 0 no-repeat;
    width: 13px;
    height: 14px;
    display: none;
    text-decoration: none;
    float: right;
    text-indent: -9999px;
    margin: 11px 0 0 60px;
}
.index-sections{}
.sections-item{
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding:10px 5px 10px 5px;
    position: relative;
}
.sections-item a{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}
.sections-item:first-child{
    padding-left: 0;
}
.sections-item.last{
    padding-right: 0;
}

.item-container{
    display: table;
    height: 200px;
    width: 100%;
    background: #f2f2f2;
}
.sections-item__image{
    display: table-cell;
    width: 50%;
    padding: 10px 5px;
    vertical-align: middle;
}
.sections-item__image img{
    max-width: 100%;
    display: block;
    max-height: 144px;
    margin: 0 auto;
}
.sections-item__name{
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    width: 50%;
    padding: 5px 10px;
}
.sections-item__name span{
    font-family: 'Myriad Pro Bold', sans-serif;
    display: block;
}
.sections-item__name .options{
    font-family: 'Myriad Pro', sans-serif;
}

#footer{
    background: #f2f2f2;
    font-size: 15px;
    color: #000;
    font-weight: bold;
    line-height: 24px;
    padding: 30px 0 20px;
    vertical-align: top;
}
#footer .wrapper{padding: 0 10px;}
#footer .column-header{
    font-size: 16px;
    font-family: 'Myriad Pro', sans-serif;
    color: #333334;
    padding-bottom: 4px;
    vertical-align: top;
}
#footer .footer-column{
    float: left;
    width: 33%;
    box-sizing: border-box;
}
.footer-column.f-menu{
    font-family: 'Myriad Pro', sans-serif;
}
.footer-column.f-menu ul{list-style-type: none;padding: 0;margin: 0;color:#000;
    font-weight: bold;}
.footer-column.f-menu a{color:#000;text-decoration:none}
.footer-column div.phone-icon{background: url(../images/icons-phone.png) 0 50% no-repeat;padding-left: 17px;}
.footer-column div.address-icon{background: url(../images/icons-address.png) 0 4px no-repeat;padding-left: 17px;}
.footer-column div.email-icon{background: url(../images/icons-mail.png) 0 6px no-repeat;padding-left: 24px;}
.footer-column div.skype-icon{background: url(../images/icons-skype.png) 0 4px no-repeat;padding-left: 24px;}
.footer-column div.icq-icon{background: url(../images/icons-icq.png) 0 4px no-repeat;padding-left: 24px;}

.footer-column.contacts{
    padding-left: 80px;
}
.footer-column.phones+.footer-column.phones{
    padding-left: 75px;
}
.copyright{
    border-top:1px solid #333;
    padding: 15px 10px 0;
    margin-top: 17px;
}
.copyright-left, .copyright-right{
    width: 50%;
    float: left;
    box-sizing: border-box;
}
.copyright-right{
    text-align: right;
}

.slide-container{
    width: 100%;
    display: table;
    padding: 55px 0 45px;
    position: relative;
}
.slide-container a.slide-link{
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;

}
.slide-image, .slide-text{
    width: 50%;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
}
.slide-image{
    text-align: center;
}
.slide-image img{
    max-width:100%;
    max-height:400px;
}
.slide-text{
    padding-right: 20px;
}
.slide-text .slide-name{
    color: #333;
    font-size: 50px;
    line-height: 0.9;
}
.slide-text .slide-desc{
    padding-top: 10px;
    color: #787878;
    font-size: 24px;
}
.slide-text .slide-option{font-size: 36px;padding-top: 10px;}
.slide-text .slide-option span{
    font-family: 'Myriad Pro', sans-serif;
    font-size: 48px;
}
.owl-nav div{
    position: absolute;
    top: 50%;
    width: 19px;
    height: 32px;
    margin-top: -16px;
    text-indent: -9999px;
    background: url(/local/static/images/slider-arrows.png) 0 0 no-repeat;
}
.owl-nav .owl-prev{background-position: 0 0;left: 15px;}
.owl-nav .owl-next{background-position:  -19px 0;right: 15px;}
.owl-nav .owl-prev:hover{background-position: 0 -32px;left: 15px;}
.owl-nav .owl-next:hover{background-position:  -19px -32px;right: 15px;}
.owl-theme .owl-dots{
    text-align: center;
    padding-bottom: 15px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    background: #999;
    border:1px solid #EBEBEB;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;
    border:1px solid #393939;
}
.fz36{font-size: 36px !important;}
.fz28{font-size: 28px !important;}
.contact-btn{
    width:290px;
    text-align:center;
    background:#333;
    height: 67px;
    line-height: 67px;
    color:#fff;
    text-decoration:none;
    border-radius: 33px;
    display: inline-block;
    margin:25px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact-btn.review{background: #333 url(../images/cnt-icon-review.png) 12px 50% no-repeat;
    padding-left: 15px;}
.contact-btn.claim{background: #333 url(../images/cnt-icon-claim.png) 16px 50% no-repeat;}
.contact-btns{
    text-align: center;
}