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

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

    src: url(/fonts/ROCKEB.TTF) format('truetype');
}

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

    src: url(/fonts/Roboto-Black.ttf) format('truetype');
}

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

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

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

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

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

    src: url(/fonts/Roboto-Regular.ttf) format('truetype');
}

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

    src: url(/fonts/Roboto-Bold.ttf) format('truetype');
}

@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;
    counter-reset: section;
}

.main-wrapper {
    background: #f6f6f6;
}

.page-header {
    background: #f6f6f6 url("../img/header-bg.png") no-repeat center 0;
}

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

.header__logo {
    font-family: Rock;
    font-size: 22px;
    padding-top: 35px;
    color: #fff;
    margin-bottom: 50px;
}

.header__title {
    font-family: Roboto-Black;
    font-size: 50px;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}

.header__description {
    font-family: MullerRegular;
    font-size: 24px;
    color: #fff;
    margin-bottom: 75px;
    text-align: center;
}

@media (max-width: 800px) {
    .page-header {
        background: #f6f6f6 url("../img/header-bg-pl.png") no-repeat center 0;
    }

    .page-header__wrapper {
        max-width: 800px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .header__logo {
        padding-top: 50px;
        margin-left: 25px;
        margin-bottom: 100px;
    }

    .header__description {
        max-width: 390px;
        margin: 0 auto;
        margin-bottom: 120px;
    }
}

@media (max-width: 768px) {
    .page-header {
        background: #f6f6f6 url("../img/header-bg-mb.png") no-repeat center 0;
    }

    .header__title {
        font-size: 36px;
    }

    .header__description {
        font-size: 16px;
    }

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

    .header__logo {
        padding-top: 20px;
        margin-left: 25px;
        margin-bottom: 100px;
    }

    .header__description {
        max-width: 390px;
        margin: 0 auto;
        margin-bottom: 120px;
    }
}

.top-company__title {
    font-family: Roboto-Black;
    font-size: 30px;
    color: #fff;
    margin-bottom: 45px;
    text-align: center;
}
.information-items {
    font-size: 10px;
    line-height: 11px;
}

@media screen and (max-width: 550px) {
    .top-company__title {
        display: none;
    }
    .header__title {
        position: relative;
        bottom: 70px;
        font-size: 22px;
    }
    .header__description {
        margin-bottom: 0;
        position: relative;
        bottom: 85px;
        font-size: 10pt;
    }
    .top-company__list {
        position: relative;
        bottom: 60px;
    }
    .page-header {
        background-size: 100% 20%;
    }


}

.top-company__list {
    padding: 0;
    margin-bottom: 80px;
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.top-company__item {
    width: 270px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 11px 28px 0px #ffd2d2;

}

.top-company__wrapper {
    max-width: 185px;
    margin: 0 auto;
}

.top-company__img {
    display: block;
    margin: 0 auto;
    padding-top: 10px;
    margin-bottom: 5px;
}

.top-company__advantage {
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
    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;
    flex-wrap: wrap;
    font-family: Roboto-Regular;
    font-size: 13px;
}

.top-company__advantage li {
    margin-bottom: 7px;
}

.fa-check-circle {
    color: #fe7f5b;
}

.top-company__minute {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    font-family: Roboto-Bold;
    font-size: 13px;
}

.top-company__minute p {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-left: 10px;
}

.top-company__button {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

@media (max-width: 800px) {
    .top-company__list {
        max-width: 600px;
        margin: 0 auto;
        justify-content: space-around;
        -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;
        margin-bottom: 80px;
    }

    .top-company__item {
        margin-bottom: 30px;

    }
}

.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: MullerBold;
    padding: 14px 16px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .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;
}

.button:active {
    position: relative;
    top: 1px;
}

.orange {
    color: #fff;
    background: #fc6076;
    background: -webkit-gradient(linear, right bottom, left top, from(#fc6076), to(#ff9944));
    /* для Webkit браузеров */
    background: -moz-linear-gradient(top, #fc6076, #ff9944);
    /* для Firefox */
    background-image: -o-linear-gradient(top, #fc6076, #ff9944);
    /* для Opera 11 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc6076', endColorstr='#ff9944');
    /* фильтр для IE */
}

.orange:hover {
    background: #f47c20;
    background: -webkit-gradient(linear, right bottom, left top, from(#ff9944), to(#fc6076));
    background: -moz-linear-gradient(top, #ff9944, #fc6076);
    background-image: -o-linear-gradient(top, #ff9944, #fc6076);
    /* для Opera 11 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9944', endColorstr='#fc6076');
}

.orange:active {
    color: #fff;
    background: -webkit-gradient(linear, right bottom, left top, from(#ff9944), to(#fc6076));
    background: -moz-linear-gradient(top, #ff9944, #fc6076);
    background-image: -o-linear-gradient(top, #ff9944, #fc6076);
    /* для Opera 11 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9944', endColorstr='#fc6076');
}

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

@media (max-width: 800px) {
    .page-main {
        max-width: 800px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 768px) {
    .page-main {
        max-width: 300px;
        padding-left: 10px;
        padding-right: 10px;
    }

}

.all-offers {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.page-main__title {
    font-family: Roboto-Black;
    font-size: 30px;
    color: #000;
    margin-bottom: 50px;
    text-align: center;
}

.all-offers__company {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    box-shadow: 0px 9px 32px 10px #d8d8d8;
    border-radius: 8px;
    margin-bottom: 25px;
    position: relative;
    background: #fff;
}

.all-offers__company::before {
    position: absolute;
    content: "";
    width: 55px;
    height: 55px;
    background: #fd933a;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    top: -7px;
    left: -14px;
}

.all-offers__company::after {
    counter-increment: section;                 
    position: absolute;
    content: counter(section);
    top: 8px;
    left: -14px;
    width: 55px;
    text-align: center;
    color: #fff;
    font-family: Roboto-Regular;
    font-size: 22px;

}


.all-offers__logo {
    width: 350px;
    padding-right: 20px;
    text-align: center;
    box-shadow: 0px 12px 27px 0px #d8d8d8;
    padding-bottom: 35px;
}

.all-offers__img {
    margin-top: 40px;
    margin-bottom: 10px;
}

.all-offers__votes {
    margin-top: 4px;
    margin-bottom: 10px;
    font-family: MullerLight;
    font-size: 12px;
    color: #727272;
}

.all-offers__rating {
    font-family: MullerLight;
    font-size: 12px;
    color: #000;

}

.all-offers__description {
    max-width: 660px;
    margin-left: 70px;
    font-family: Roboto-Regular;
    font-size: 16px;
    width: 100%;
}

.all-offers__list {

    list-style: none;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-bottom: 1px solid #d7d5e3;
    margin-bottom: 25px;
    margin-top: 35px;
}

.all-offers__list li {
    margin-right: 60px;
    margin-bottom: 25px;

}

.all-offers__list li:last-child {
    margin-right: 0;
}

.all-offers__list p {
    color: #727272;
    margin-bottom: 5px;
}

.all-offers__list b {
    font-size: 18px;
}

.all-offers__bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.all-offers__reviews p {
    margin-bottom: 10px;
    color: #727272;
}

.all-offers__read {
    color: #fd566d;
}

.all-offers__show {
    display: flex;
    justify-content: center;
    margin-top: 65px;
    margin-bottom: 100px;
}

.all-offers__show a {
    color: #fc6076;
    text-align: center;
    border: 1px solid #fc6076;
    border-radius: 11px;
    padding: 13px 27px;
    font-family: MullerRegular;
    font-size: 16px;
}

@media (max-width: 800px) {
    .all-offers__logo {
        width: 270px;
        padding-right: 0;
    }

    .all-offers__img {
        margin-top: 60px;
        margin-bottom: 10px;
    }

    .all-offers__description {
        max-width: 350px;
        font-size: 14px;
    }

    .all-offers__list {
        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;
        border-bottom: none;
        margin-bottom: 15px;
        margin-top: 25px;
    }

    .all-offers__list li {
        margin-right: 40px;
    }

    .all-offers__list li:last-child {
        margin-right: 30px;
    }

    .all-offers__show {
        margin-top: 65px;
        margin-bottom: 70px;
    }

    .all-offers__reviews {

        max-width: 190px;
    }

    .all-offers__reviews p {
        margin-bottom: 10px;
        color: #727272;
    }

    .button.orange {
        margin-right: 10px;
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .all-offers__company {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .all-offers__logo {
        width: 100%;
    }

    .all-offers__img {
        margin-top: 15px;
    }

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

    .all-offers__list b {
        font-size: 16px;
    }

    .all-offers__list li {
        margin-right: 15px;
    }

    .all-offers__list li:last-child {
        margin-right: 5px;
    }

    .all-offers__bottom {

        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .all-offers__button {
        margin: 0 auto;
    }

    .all-offers__read {
        margin-bottom: 20px;
    }

    .button.orange {
        margin-top: 20px;
    }

    .all-offers__company::before {
        top: -12px;
        left: -1px;
    }

    .all-offers__company::after {
        top: 0px;
        left: -1px;
    }

    .all-offers__show {
        margin-top: 55px;
        margin-bottom: 60px;
    }
}

.page-footer {
    background-color: #292929;
    color: #fff;
}

.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: 768px) {
    .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;
}
