* {
    margin: 0;
    padding: 0;
    font-size: calc(12px + .5vw);
}
@font-face {
    font-family: 'Golos';
    font-style: normal;
    font-weight: normal;
    src: local('Golos'),
        url('https://taxi-rating.info/font/Golos-Text_Regular.woff2') format('woff2'), 
        url('https://taxi-rating.info/font/Golos-Text_Regular.woff') format('woff'),
        url('https://taxi-rating.info/font/Golos-Text_Regular.web.ttf') format('ttf'),
        url('https://taxi-rating.info/font/Golos-Text_Regular.eot') format('eot');
}
@font-face {
    font-family: 'Golos Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Golos Medium'),
        url('https://taxi-rating.info/font/Golos-Text_Medium.woff2') format('woff2'), 
        url('https://taxi-rating.info/font/Golos-Text_Medium.woff') format('woff'),
        url('https://taxi-rating.info/font/Golos-Text_Medium.web.ttf') format('ttf'),
        url('https://taxi-rating.info/font/Golos-Text_Medium.eot') format('eot');
}
body {
	background: #F3F3F3;
    font-family: 'Golos', sans-serif;
}
header {
    background: white;
    padding: 0 1.5em;
    height: 5em;
    width: 100%;
    margin-bottom: 0.5em;
    position: relative;
    box-sizing: border-box;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
}
.logo {
    position: relative;
    float: left;
    margin: .5em 0;
    line-height: 0;
}
a.logo .name {
    font-size: 1.5em;
    margin-top: 0.4em;
    float: left;
    line-height: 1.8em;
    margin-left: 0.5em;
    font-family: 'Golos Medium';
}
a.logo {
	text-decoration: none;
}
a.logo .name span {
    font-size: 1em;
}
a.logo span.yellow { 
	color: #FACF36;
}
a.logo span.black { 
	color: #1c1c1c;
}
.logo img {
    height: 2.5em;
    float: left;
    width: 2.5em;
    margin-top: 0.75em;
}
.content {
    padding: 1.5em;
    width: 100%;
    box-sizing: border-box;
}
.content.taxi {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}
.taxi .apps {
    width: 100%;
}
.t-card, .rewiews, .new-rvw, .reg-card, .faq-list, .plain-text {
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
    background: white;
    border-radius: 0.8em;
    margin-bottom: 1.5em;
    padding: 1em;
    float: left;
    box-sizing: border-box;
    position: relative;
}
.rewiews, .new-rvw, .reg-card, .faq-list, .plain-text {
    width: 100%;
}
.t-card, .apps.listing .a-card, .a-listing .apps {
    flex: 0 0 calc(50% - .75em);
}
.t-card:nth-child(2n), .apps.listing .a-card:nth-child(2n) {
    margin-left: 1.5em;
}
.a-listing .apps:nth-child(2n) {
    margin-left: 1.5em;    
}
.apps.listing .a-list, .t-listing, .a-listing {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
.t-card .stars {
    float: left;
    width: calc(100% - 5em);
}
.a-card .stars {
    float: left;
    position: relative;
}
.a-card {
    float: left;
    width: 100%;
    position: relative;
}
.stars div {
    width: 1em;
    background-size: 0.9em;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 1em;
    float: left;
}
.filters, .summary, .routes, .tc-card, .prices, .adv-1, .adv-2 {
    float: left;
    width: 100%;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
    background: white;
    border-radius: 0.8em;
    padding: 1em 0;
    box-sizing: border-box;
    overflow: hidden;
}
.filters {
    margin-bottom: 2em;
}
.summary, .routes, .tc-card, .services, .prices, .adv-1, .adv-2 {
    margin-top: 1em;
    margin-bottom: 2em;
}
.filters .f-card, .routes .r-card {
    border-radius: 0.8em;
    font-family: 'Golos Medium';
    padding: 0.5em 1.2em;
    line-height: 2em;
    font-size: 0.8em;
    box-sizing: border-box;
    background: #F3F3F3;
    margin-top: 1em;
    color: #7e7d7d;
    text-decoration: none;
    position: relative;
    display: inline-block;
}
.filters .f-card:not(:last-child), .routes .r-card:not(:last-child) {
    margin-right: .8em;
}
h1 {
    font-size: 1.5em;
    margin-bottom: 2em;
    margin-top: 1em;
    width: 100%;
    font-family: 'Golos Medium';
}
h1 span {
    font-size: 1em;
    font-family: 'Golos';
    color: #c4c4c4;
}
.content .plain-text h2 {
    width: 100%;
}
.t-card .name, .a-card .name, .reg-card .reg-title, .faq-title, .plain-text h2 {
    font-family: 'Golos Medium';
    font-size: 1em;
    margin-bottom: 0.5em;
    text-decoration: none;
    line-height: 1.2em;
    display: block;
    color: #1c1c1c;
    float: left;
    width: calc(100% - 5em);
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.reg-card .reg-title {
    width: 100%;
}
.t-card .t-logo, .a-card .a-logo {
    width: 4em;
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
    border-radius: 0.8em;
}
.t-card .t-logo {
    filter: brightness(0.95) grayscale(1);
}
.t-card .phone, .t-card .working, .a-card .store div {
    color: #7e7d7d;
    margin-bottom: 1em;
    float: left;
    width: 100%;
    font-size: .8em;
}
.filters .f-title, .summary .s-title, .routes .r-title, .tc-card .tc-title, .services .sv-title, .prices .pr-title {
    font-family: 'Golos Medium';
    font-size: 1.1em;
    float: left;
    width: 100%;
    padding: 0 0.9em;
}
.filters .f-list, .routes .r-list {
    width: 100%;
    padding: 0 1em;
    box-sizing: border-box;
}
.menu, .filters .f-list::-webkit-scrollbar, .routes .r-list::-webkit-scrollbar, .summary table span, .tc-card table span, .apps:not(.listing) .a-card:not(.select), .rw-card.hidden, .faq-answer {
    display: none;
}
.nav {
    display: block;
    float: right;
}
.nav a {
    float: left;
    text-decoration: none;
    font-family: 'Golos Medium';
    line-height: 2em;
    color: #1c1c1c;
    padding: 1.5em 1em;
    margin: 0 0.5em;
    position: relative;
}
.apps:not(.listing), .apps.listing .a-card {
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
    background: white;
    border-radius: 0.8em;
    margin-bottom: 1.5em;
    padding: 1em;
    float: left;
    box-sizing: border-box;
    position: relative;
    float: left;
}
.apps.listing .a-car {
    width: calc(25% - 1.125em);
}
.sv-card {
    text-align: center;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
    background: white;
    border-radius: 0.8em;
    margin-bottom: 1.5em;
    padding: 1em;
    box-sizing: border-box;
    position: relative;
    width: calc(50% - 0.75em);
    float: left;
    overflow: hidden;
}
.sv-card:nth-child(2n){
    margin-left: 1.5em;
}
.t-card .btn, .a-card .btn, .taxi .t-btn, .btn-new-rvw {
    border-radius: 0.8em;
    background: #facf36;
    padding: 0.25em;
    float: left;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-family: 'Golos Medium';
}
.taxi .t-btn {
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
    margin-bottom: 1.5em;
}
.a-card .btn {
    text-decoration: none;
}
.t-card .btn .price, .taxi .t-btn .price {
    float: left;
    border-radius: 0.8em;
    background: white;
    height: 2em;
    font-size: .9em;
    line-height: 2em;
    padding: 0 0.8em;
    color: #1c1c1c;
}
.t-card .btn span, .a-card .btn span, .taxi .t-btn span, .btn-new-rvw span {
    line-height: 2em;
    color: white;
    text-align: center;
    font-size: .9em;
}
.summary table, .tc-card table, .prices table, .rewiews table {
    width: 100%;
    margin-top: 1em;
    float: left;
    border-collapse: collapse;
}
.summary table td, .tc-card table td, .prices table td {
    padding: .75em 1.5em;
    font-size: .8em;
}
.rewiews table {
    margin: 1em 0;
}
.rewiews .full-rating {
    background: #ececec;
    text-align: center;
    width: 3.5em;
    border-radius: 0.6em;
    font-family: 'Golos Medium';
    color: #1c1c1c;
    font-size: 1.5em;
}
.rewiews table td {
    line-height: 1.8em;
}
.summary table tr:nth-child(2n+1), .prices table tr:nth-child(2n+1) {
    background: #f3f3f3;
}
.tc-card table tr:not(:last-child) {
    border-bottom: 1px solid #e8e8e8;
}
.tape-stars {
    width: 5em;
    height: 1em;
    background-image: url(/img/star/null.svg);
    background-size: 1em;
}
.tape-stars .star-set {
    height: 1em;
    background-image: url(/img/star/set.svg);
    background-size: 1em;
    float: left;
}
.apps .a-title, .rewiews .rw-title, .new-rvw .new-rvw-title {
    font-family: 'Golos Medium';
    font-size: 1.1em;
    margin-bottom: 1em;
    float: left;
    width: 100%;
}
.apps.listing .slider {
    display: none;
}
.apps.listing .a-title {
    margin: 1em 0 2em 0;
}
.apps .slider {
    float: left;
    width: 100%;
    margin-top: 1em;
}
.slider .prev, .slider .next {
    background-color: #ececec;
    width: 2em;
    height: 2em;
    border-radius: 0.8em;
    background-size: 0.8em;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(/img/chevron.svg);
}
.slider .prev {
    float: left;
    transform: rotate(180deg);
}
.slider .next {
    float: right;
}
.slider .carousel {
    width: calc(100% - 4em);
    padding: 0.4em;
    box-sizing: border-box;
    float: left;
    text-align: center;
}
.slider .carousel div {
    width: 10%;
    height: 0.5em;
    background: #ececed;
    border-radius: 0.8em;
    margin: 0.25em 2.5% 0 2.5%;
    line-height: 1em;
    display: inline-block;
    vertical-align: top;
}
.from-rvw {
    float: left;
    width: 100%;
    color: #7e7d7d;
    margin-bottom: 1em;
    font-family: 'Golos';
    line-height: 1.2em;
    font-size: .8em;
}
.taxi h1 {
    float: right;
    width: calc(100% - 5.333em);
    margin-bottom: 1em;
    box-sizing: border-box;
}
.taxi .stars.main {
    float: right;
    width: calc(100% - 8em);
    margin-bottom: 1em;
    box-sizing: border-box;
}
.taxi .ct-logo {
    float: left;
    width: 6em;
    margin-top: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
    background: white;
    border-radius: 0.8em;
}
.taxi .stars.main div {
    width: 1.5em;
    background-size: 1.3em;
    height: 1.5em;
    filter: drop-shadow(0px 0px 5px #d8d8d8);
}
.taxi .stars.main .text {
    width: auto;
    white-space: nowrap;
    color: #c4c4c4;
    margin-left: .5em;
    line-height: 1.5em;
    text-decoration: none;
}
.services .sv-card img {
    width: 3.5em;
    margin: 2em auto;
}
.services .sv-card div {
    font-family: 'Golos Medium';
    line-height: 3em;
}
.sv-list {
    float: left;
    width: 100%;
    margin-top: 1.5em;
}
.apps .btn img {
    height: 1.5em;
    float: left;
    background: white;
    padding: 0.25em;
    border-radius: 0.8em;
}
.newrw-btn, .load-more {
    background: #ececec;  
    color: #1c1c1c; 
    border-radius: 0.8em;
    padding: 0.5em;
    float: left;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Golos Medium';
    text-decoration: none;
    line-height: 1.5em;
    text-align: center;
    font-size: 1em;
    margin-top: 1em;
}
.content.page-404 {
    text-align: center;
    width: 720px;
    margin: 0 auto;
}
.rw-card {
    float: left;
    margin-top: 2em;
    width: 100%;
}
.rw-card .name {
    font-family: 'Golos Medium';
    width: 100%;
}
.rw-card .tape-stars {
    float: left;
    margin: .75em 0;
}
.rw-card .date {
    float: left;
    width: calc(100% - 6em);
    margin: .75em 0 .75em 1em;
    color: #c4c4c4;
}
.rw-card .text {
    max-height: 5em;
    width: 100%;
    float: left;
    overflow: hidden;
}
.rw-card .text.more {
    max-height: none;
}
.rw-card .read-more {
    margin-top: .5em;
    width: 100%;
    float: left;
    color: #facf36;
}
.rw-card .read-more:before {
    content: 'Читать далее';
}
.rw-card .read-more.hidden {
    opacity: 0;
    pointer-events: none;
}
.select-rating {
    margin: .5em 0;
    float: left;
    width: 100%;
}
.select-rating .stars div {
    width: 3em;
    height: 3em;
    background-size: 2.5em;
}
.user-input-wrp {
    position: relative;
    width: 100%;
    margin: 1em 0;
    float: left;
}
.user-input-wrp .inputText, .user-input-wrp textarea {
    width: 100%;
    outline: none;
    border: 1px solid #ececec;
    border-radius: .8em;
    box-shadow: none !important;
    box-sizing: border-box;
}
.user-input-wrp .inputText {
    min-height: 3em;
    height: 3em;
    padding: 0.5em 1.2em;
}
.user-input-wrp textarea {
    min-height: 6em;
    height: 6em;
    max-width: 100%;
    min-width: 100%;
    padding: 1em 1.2em;
}
.user-input-wrp .floating-label {
    position: absolute;
    pointer-events: none;
    top: 1em;
    left: 1em;
    font-size: .9em;
    transition: 0.2s ease all;
}
.user-input-wrp .textarea-name {
    position: absolute;
    top: -0.5em;
    left: 1em;
    padding: 0 0.5em;
    font-size: .8em;
    background: white;
    opacity: 1;
}
.bread {
    float: left;
    width: 100%;
    margin: 1em 0 2em 0;
}
.bread span {
    float: left;
}
.bread a {
    text-decoration: none;
    color: #1c1c1c;
    font-size: 1em;
    font-family: 'Golos Medium';
    position: relative;
    line-height: 2em;
}
.bread span span {
    line-height: 2em;
    color: #c4c4c4;
}
.bread .icon {
    width: 1em;
    height: 2em;
    margin: 0 0.5em;
    float: left;
    background-size: 0.8em;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(/img/chevron.svg);
}
.city-list a {
    border-radius: 0.8em;
    font-family: 'Golos Medium';
    padding: 0.5em 1.2em;
    line-height: 2em;
    box-sizing: border-box;
    background: #F3F3F3;
    color: #7e7d7d;
    text-decoration: none;
    margin-top: 0.75em;
    font-size: .8em;
    position: relative;
    float: left;
    margin-right: 0.75em;
}
.faq-card {
    width: 100%;
    border-radius: 0.8em;
    overflow: hidden;
    float: left;
    background: #F3F3F3;
    font-size: .9em;
    color: #7e7d7d;
    margin-top: 1em;
}
.faq-questn {
    position: relative;
    font-family: 'Golos Medium';
    padding: 0.75em 1.2em;
    line-height: 1.4em;
    font-size: 1em;
    box-sizing: border-box;
    width: 100%;
    float: left;
}
.faq-questn:after {
    color: #1c1c1c;
    content: '';
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    top: 0.75em;
    right: 0.75em;
    background-image: url(/img/chevron.svg);
    background-size: 1em;
    background-position: 50%;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    opacity: .2;
}
.stars .mini-text {
    width: auto;
    white-space: nowrap;
    color: #c4c4c4;
    font-size: .8em;
    margin-left: 0.25em;
    line-height: 1.25em;
    text-decoration: none;
    float: left;
    text-overflow: ellipsis;
    max-width: calc(100% - 6.5em);
    box-sizing: border-box;
    overflow: hidden;
}
.stars .mini-text:before {
    content: '— ';
}
.rw-card .source {
    color: #c4c4c4;
    float: left;
    width: 100%;
    font-size: .9em;
    margin-top: 0.5em;
}
footer {
    background: white;
    padding: 1.5em;
    width: 100%;
    float: left;
    margin-top: 0.5em;
    box-sizing: border-box;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
}
footer .copyright {
    color: #c4c4c4;
    font-size: .8em;
    text-align: center;
}
.plain-text p {
    float: left;
    width: 100%;
    margin: 0.25em 0;
    font-size: .9em;
}
.plain-text h3 {
    margin: 0.5em 0;
    text-decoration: none;
    line-height: 1.1em;
    display: block;
    color: #1c1c1c;
    float: left;
    font-family: 'Golos Medium';
    width: 100%;
}
.plain-text ul li {
    font-size: .9em;
    list-style-position: inside;
    margin: 0.25em 0;
}