html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, font,
ins, kbd, q, s, samp, small, strike, strong, sub, sup,
tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: none!important;
    padding: 0;
    vertical-align: baseline;
    word-wrap:break-word;
}

html {
	overflow-x: none;
	overflow-x: hidden;
    /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
    /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box;
    /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    -moz-box-sizing: border-box;
    /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing: border-box;
}
.master-slider-parent .ms-slide-bgcont img{
	margin-right: 0!important;
}
ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}

/* =END Reset
-------------------------------------------------------------- */
/* Подключение шрифтов */

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

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

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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #333;
	font-family: "GothamProRegular", sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 h6 {
	clear: both;
	line-height: 1.5em;
	margin-bottom: 15px;
}
.styled-select select{
	width: 260px;
	padding: 5px 10px;
	margin: 0px 0;
	background: transparent;
	border: none;
	padding-right: 25px;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.styled-select select:active, .styled-select select:focus{
	outline: none;
}
.styled-select{
	width: 260px;
  	height: 32px;
  	margin: 10px 0;
	overflow: hidden;
	outline: none;
	background: url(/image/down-arrow.png) no-repeat right #fff;
	border-radius: 3px;
}
.styled-select select:focus{
	background: url(/image/up-arrow.png) no-repeat right #fff;
}

select::-ms-expand {
  display: none;
}
label{
	font-family: "GothamProMedium", sans-serif;
	display: block;
	text-align: right;
	padding: 5px 0;
	margin: 8px 0;
}
.block-ajax{
	padding: 30px;
	background-color: #f3f3f3;
	border-radius: 10px;
	position: relative;
}
.block-ajax li{
	display: inline-block;
}
.block-ajax img{
	padding-left: 30px;
}
div#rotator {
	position:relative; 
	height:233px; 
	padding-left: 15px;
    margin-bottom: 30px;
}
div#rotator ul li {
	float:left;
	position:absolute; 
	list-style: none;
}
div#rotator ul li.show {
	z-index:500;
}
.btn-result{
	margin: 30px 0 10px 0;
}
.btn-result a{
	font-family: "GothamProBold", sans-serif;
	color: #027fca;
	border: 2px solid #027fca;
	padding: 12px 24px;
	border-radius: 50px;
	transition: .25s;
}
.btn-result a:hover{
	background-color: #027fca;
	color: #fff
}
/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.btn-result{
	margin: 30px 0 30px 0;
}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) and (max-width : 767px)  {
label{
	display: block;
	text-align: center;
	margin: 7.5px 0 0 0;
}
.styled-select{
	margin: 0 auto;
}
.block-ajax{
	padding: 0;
	text-align: center;
}
div#rotator ul li{
    left: 50%;
    margin-left: -140px;
}
.block-ajax img{
	padding-left: 0;
}
div#rotator {
    margin-bottom: 30px;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

@media only screen and (max-width : 420px) {

}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {


}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

@media only screen and (min-width : 1921px) {

}