@viewport {
width: device-width;
zoom: 1.0;
}

@font-face {
    font-family: MullerMedium;
    font-weight: 400;
    font-style: normal;

    src: url(/fonts/MullerMedium.otf) format('opentype');
}

@font-face {
    font-family: MullerBlack;
    font-weight: 400;
    font-style: normal;

    src: url(/fonts/MullerBlack.otf) format('opentype');
}

@font-face {
    font-family: MullerRegular;
    font-weight: 400;
    font-style: normal;

    src: url(/fonts/MullerRegular.otf) format('opentype');
}

@font-face {
    font-family: MullerLight;
    font-weight: 400;
    font-style: normal;

    src: url(/fonts/MullerLight.otf) format('opentype');
}


a {
	text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #f6f6f6 url("../img/bg.jpg") repeat center 0;
}

.page-header {
	background: #fff;
	box-shadow: 0px 5px 87px 9px #d7daf2;
}



.page-header__wrapper {
	max-width: 1170px;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
	font-family: MullerMedium;
	font-size: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.page-header__logo {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.page-header__wrapper span {
	color: #2082df;
}

@media (max-width: 800px) {
	.page-header__wrapper {
		max-width: 760px;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 20px;
	}

	.page-header__logo {
		margin-right: 15px;
		margin-bottom: 20px;
		margin-top: 20px;
	}
}

@media (max-width: 320px) {

	.page-header__wrapper {
		max-width: 300px;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 20px;
	}
}

/*---------------------MAIN---------------------*/

.page-main {
	max-width: 1170px;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
}

.page-main__title {
	font-family: MullerBlack;
	font-size: 40px;
	margin-top: 55px;
	margin-bottom: 15px;
	color: #2082df;
}

.page-main__description {
	font-family: MullerRegular;
	font-size: 20px;
	color: #525252;
	margin-bottom: 50px;
}

.all-offers {
	padding: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.information-items {
	font-size: 10px;
    text-align: justify;
    font-family: arial;
}

.all-offers__company {
	max-width: 380px;
	list-style: none;
	margin: 0;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 7px 22px 10px #d8d8d8;
	margin-bottom: 30px;
}

.all-offers__logo {
	box-shadow: 0px 6px 27px 0px #d8d8d8;
	margin-bottom: 35px;
}

.all-offers__img {
	text-align: center;
	padding-top: 45px;
	margin-bottom: 10px;
}

.all-offers__img img {
	padding-bottom: 7px;
	border-bottom: 1px solid #ddd;
}

.all-offers__stars {
	text-align: center;
}

.all-offers__votes {
	font-family: MullerLight;
	font-size: 12px;
	margin-top: 5px;
	padding-bottom: 20px;
}

.all-offers__description {
	padding-left: 75px;
	padding-right: 75px;
	margin: 0 auto;
}

.all-offers__description--line {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	font-family: MullerLight;
	margin-bottom: 15px;
}

.all-offers__description--margin {
	margin-left: 10px;
}

.all-offers__description--grey {
	color: #727272;
	line-height: 26px;
	margin-bottom: 3px;
}

.all-offers__description--black {
	font-size: 18px;
}

.all-offers__advantages {
	font-family: MullerRegular;
	font-size: 14px;
	color: #727272;
	margin-top: 25px;
	margin-bottom: 20px;
}

.all-offers__review--flex {
	font-family: MullerRegular;
	font-size: 16px;
	color: #727272;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
	margin-bottom: 15px;
}

.all-offers__review--flex p{
	margin-left: 10px;
}

.all-offers__author {
	margin-bottom: 40px;
}

.all-offers__author img{
	float: left;
	padding-bottom: 70px;
	padding-right: 15px;
}

.all-offers__author-name {
	font-family: MullerRegular;
	font-size: 16px;
	line-height: 23px;
}

.all-offers__author-date {
	font-family: MullerLight;
	font-size: 10px;
	color: #727272;
	margin-bottom: 10px;
}

.all-offers__author-desc {
	font-family: MullerLight;
	font-size: 12px;
	color: #727272;
	margin-bottom: 10px;
}

.all-offers__author-link {
	font-family: MullerLight;
	font-size: 12px;
	color: #2082df;
}

.all-offers__author-link2 {
	color: #727272;
}

.all-offers__button {
	color: #727272;
	text-align: center;
}


@media (max-width: 800px) {

	.page-main {
		max-width: 760px;
		padding-left: 25px;
		padding-right: 25px;
	}
	.all-offers__company {
		max-width: 350px;
		margin-bottom: 30px;
	}

	.all-offers__description {
		padding-left: 60px;
		padding-right: 40px;
		margin: 0 auto;
	}

}

@media (max-width: 320px) {

	.page-main {
		max-width: 300px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.page-main__title {
		font-family: MullerBlack;
		font-size: 36px;
		margin-top: 40px;
		margin-bottom: 10px;
		color: #2082df;
	}

	.page-main__description {
		font-size: 18px;
		margin-bottom: 40px;
	}

	.all-offers__company {
		width: 300px;
		box-shadow: 0px 10px 20px 2px #dfdfff;
		margin-bottom: 30px;
	}

	.all-offers__logo {
		box-shadow: 0px 6px 22px 0px #dfdfff;
		margin-bottom: 35px;
	}

	.all-offers__description {
		padding-left: 35px;
		padding-right: 30px;
		margin: 0 auto;
	}

	.all-offers__review {
		display: none;
	}

	.all-offers__button {
		text-align: center;
	}

}




.button {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: baseline;
	margin: 0 auto;
	margin-bottom: 35px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 16px;
	font-family: MullerRegular;
	padding: 14px 20px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 1.5em; 
	-moz-border-radius: 1.5em;
	border-radius: 1.5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
	box-shadow: 0px 27px 40px -10px #a4a4a4;
}
.button:active {
	position: relative;  
	top: 1px; 
}

.blue {
	color: #2082df;
	background: none;
	border: 1px solid #2082df;
}
.blue:hover {
	color: #fff;
	background: #2082df;
	border: 1px solid #2082df;
}
.blue:active {
	color: #fff;
	background: #2082df;
	border: 1px solid #2082df;
}

.all-offers__show{
	text-align: center;
}

.blue-show  {
	color: #fff;
	background: #2082df;
	border: 1px solid #2082df;
	margin-top: 50px;
	text-align: center;
	
}


.page-footer {
	background-color: #292929;
	color: #fff;
	margin-top: 80px;
}

.page-footer__wrapper {
	max-width: 1170px;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.page-footer__copyright {
	margin-top: 50px;
	margin-bottom: 50px;
	font-family: MullerLight;
	font-size: 16px;
}

.page-footer__offer {
	font-family: MullerLight;
	font-size: 16px;
	margin-top: 40px;
	text-align: right;
}

.page-footer__offer p{
	margin-bottom: 3px;
}

@media (max-width: 320px) {
	.page-footer__wrapper {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-o-flex-direction: column-reverse;
		flex-direction: column-reverse;
		max-width: 300px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.page-footer__copyright {
		text-align: center;
		font-size: 14px;
		margin-bottom: 40px;
	}

	.page-footer__offer{
		text-align: center;
	}
}

#text {
	display: none;
}

#text2 {
	display: none;
}